@charset "utf-8";
/* ----------------------------------
Name: style.css
Version: 1.0
-------------------------------------
Table of contents

    01. Google font
    02. Reset
    03. Typography
    04. Margin
    05. Color
    06. Padding
    07. Font Size
    08. Line Height
    09. Button
    10. Hover
    11. Banner
    12. Custom
*/
/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* ===================================
    Reset
====================================== */
body{color:#555555; font-size: 18px; line-height: 28px; font-weight: 400; background-color: #ffffff;
    font-family: 'Montserrat', sans-serif; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    -webkit-text-size-adjust: 100%;}
a {transition: all ease-in-out 0.3s;}
a:hover, .default_footer_links li a:hover {color: #3b55e6}
:focus {outline: none;}
h2, h3, h5, h6 {color: #222328; font-weight: 400;}
/* ===================================
    Typography
====================================== */
.primary_font   {font-family: 'Montserrat', sans-serif;}
.secondary_font {font-family: 'Ubuntu', sans-serif;}
/* ===================================
    Margin
====================================== */
/*Margin Bottom*/
.margin_bottom_0    {margin-bottom: 0 !important}
.margin_bottom_20        {margin-bottom: 20px}
.margin_bottom_30        {margin-bottom: 30px}
.margin_bottom_32        {margin-bottom: 32px}
.margin_bottom_40        {margin-bottom: 40px}
.margin_bottom_50        {margin-bottom: 50px}
/*Margin Right*/
.margin_right_14   {margin-right: 14px}
/*Margin Left*/
.margin_left_5   {margin-left: 5px}
/*Margin Top*/
.margin_top_1   {margin-top: 1px}
.margin_top_60  {margin-top: 60px}
/* ===================================
     Color
====================================== */
/*Colors*/
.color_f43775 {color: #f43775}
.color_3b55e6 {color: #3b55e6;}
.color_555555 {color: #555555}
.color_ffffff {color: #ffffff}
.color_222328 {color: #222328}
.color_c5c7c9 {color: #c5c7c9}
/*Background Colors*/
.bg_222328  {background-color: #222328}
.bg_f43775  {background-color: #f43775}
.bg_f2f5f8  {background-color: #f2f5f8}
.bg_f5f5f5  {background-color: #f5f5f5}
/* ===================================
     Border
====================================== */
.border_color {border-color: #f1f1f1;}
/* ===================================
    padding
====================================== */
/*padding*/
.no_padding     {padding: 0}
.padding_95    {padding: 95px 0}
.padding_155    {padding: 155px 0}
.padding_20_40  {padding: 22px 40px 16px}
.padding_20_70  {padding: 20px 70px}
.padding_30_20  {padding: 32px 20px}
/*padding bottom*/
.padding_bottom_2   {padding-bottom: 2px}
/*padding left*/
.padding_left_0     {padding-left: 0}
.padding_left_20  {padding-left: 20px}
.padding_left_50  {padding-left: 50px}
.padding_left_70  {padding-left: 70px}
.padding_left_80  {padding-left: 80px}
/*padding right*/
.padding_right_0    {padding-right: 0}
.padding_right_100   {padding-right: 100px}
/* ===================================
     Font Size
====================================== */
.font_size_12 {font-size: 12px}
.font_size_14 {font-size: 14px}
.font_size_16 {font-size: 16px}
.font_size_18 {font-size: 18px}
/* Font Style */
.font_italic    {font-style: italic;}
/*Font weight*/
.font_weight_300 {font-weight: 300}
.font_weight_400 {font-weight: 400}
.font_weight_500 {font-weight: 500}
.font_weight_600 {font-weight: 600}
.font_weight_700 {font-weight: 700}
/* ===================================
     Line Height
====================================== */
.line_height_8     {line-height: 8px!important}
.line_height_14    {line-height: 14px}
.line_height_18    {line-height: 18px}
.line_height_22    {line-height: 22px}
.line_height_24    {line-height: 24px}
.line_height_26    {line-height: 26px}
.line_height_30    {line-height: 30px}
.line_height_32    {line-height: 32px}
/* ===================================
     Letter Spacing
====================================== */
.letter_spacing_50 {letter-spacing: 0.5px}
.letter_spacing_100 {letter-spacing: 1px}
.letter_spacing_150 {letter-spacing: 1.5px}
/* ===================================
            Default Header
====================================== */
ul.default_navbar a {font-size: 16px; line-height: 26px; font-weight: 700}
ul.default_navbar>li:last-child>a {padding: 14px 24px!important; border: 2px solid #f43775; border-radius: 30px; line-height: 10px; color: #f43775!important; margin-top: 0; margin-left: 5px}
#accordion {width: 370px}
.navbar-brand figure img {width: 90%;}
.header_02_logo  figure img {width: auto;}
.navbar ul li .dropdown-menu {box-shadow: 0px 5px 10px -5px #adb5bd;}
.navbar ul li .dropdown-menu a {font-size: 14px; font-weight: 400;}
.navbar ul li .dropdown-menu a:hover, #accordion .card-body ul li:hover a {color: #f43775}
#accordion .card {border: none}
#accordion .card .card-header {border-bottom: 1px solid #eee; background-color: #ffffff}
#accordion .card .card05 {border-bottom: none;}
#accordion .card-header h5 button{font-size: 14px; font-weight: 600; color: #000; text-transform: capitalize; text-decoration: none; transition: 0.5s; padding-left: 38px}
#accordion .card-header .btn01::before {position: absolute; content: ""; background: url(../images/nav_btn01.png) no-repeat; width: 20px; height: 20px; top: 22px; left: 20px; transition: 0.5s;}
#accordion .card-header:hover .btn01::before {background: url(../images/nav_btn01_hover.png) no-repeat;}
#accordion .card-header .btn02::before {position: absolute; content: ""; background: url(../images/nav_btn02.png) no-repeat; width: 20px; height: 20px; top: 20px; left: 20px; transition: 0.5s;}
#accordion .card-header:hover .btn02::before {background: url(../images/nav_btn02_hover.png) no-repeat;}
#accordion .card-header .btn03::before {position: absolute; content: ""; background: url(../images/nav_btn03.png) no-repeat; width: 20px; height: 20px; top: 22px; left: 21px; transition: 0.5s;}
#accordion .card-header:hover .btn03::before {background: url(../images/nav_btn03_hover.png) no-repeat;}
#accordion .card-header .btn04::before {position: absolute; content: ""; background: url(../images/nav_btn04.png) no-repeat; width: 20px; height: 20px; top: 20px; left: 21px; transition: 0.5s;}
#accordion .card-header:hover .btn04::before {background: url(../images/nav_btn04_hover.png) no-repeat;}
#accordion .card-header .btn05::before {position: absolute; content: ""; background: url(../images/nav_btn05.png) no-repeat; width: 20px; height: 20px; top: 20px; left: 20px; transition: 0.5s;}
#accordion .card-header:hover .btn05::before {background: url(../images/nav_btn05_hover.png) no-repeat;} 
#accordion .card-header:hover {background-color: #f42267; border-bottom: 1px solid #f42267}
#accordion .card-header:hover h5 button {color: #ffffff}
#accordion .card-body {border-bottom: 1px solid #eee}
#accordion .card-body ul {list-style: square}
#accordion .card-body ul li a {font-size: 14px; font-weight: 400; color: #555555}
.nav-item .live_chat:hover {color: #ffffff!important; background-color: #f43775;}
.navbar {box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);}
/* ===================================
            Hero Banner
====================================== */
.hero_banner {background: url(../images/banner.jpg) no-repeat top center; background-size: cover; width: 100%; height: 550px; display: table;}
.hero_banner_inner {display: table-cell; vertical-align: middle;}
.banner_content {background-color: rgba(255, 255, 255, 0.2); border-top-left-radius: 4px; border-top-right-radius: 4px}
.banner_content ul {list-style-type: none}
.banner_content ul li {float: left; width: 50%; position: relative;}
.banner_content ul li::before {border: 2px solid #ffffff; border-radius: 100%; width: 10px; height: 10px; content: ""; position: absolute; top: 7px; left: -20px}
.banner_content ul li:nth-child(2):before, .banner_content ul li:nth-child(4):before {left: 30px}
.banner_content_outer {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px}
.banner_btn {clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%); text-decoration: none!important; border-bottom-right-radius: 4px;}
.banner_btn::before {position: absolute; background: url(../images/banner_btn.png)no-repeat; content: ""; width: 20px; height: 24px; top: 0; bottom: 0; margin: auto 0; right: 30px; transition: all ease-in-out 0.5s;}
.banner_btn:hover {background-color: #ffffff}
.banner_btn:hover::before {background: url(../images/banner_btn_hover.png)no-repeat;}
.banner_btn:hover span {color: #f42267}

.plan_tab:hover .page_btn, .page_btn:hover, .new_domain .page_btn:hover, .search_btn, .send_btn {color: #ffffff; background-color: #f53876; text-decoration: none; border: 2px solid #f53876;}
.whm_section .page_btn, .tesimonial_sec .page_btn:hover, .new_domain .page_btn {background-color: #3b55e6; border-color: #3b55e6; color: #ffffff;}
.whm_section .page_btn:hover, .tesimonial_sec .page_btn {background-color: transparent; color: #3b55e6; border-color: #3b55e6;}
.send_btn:hover, .search_btn:hover {border: 2px solid #f53876; background: transparent; color: #f53876; transition: all ease-in-out 0.3s;}
/* ===================================
            Price Plan
====================================== */
.price_plan .price_plan_tab {border: 2px solid #dfe0e1; width: 368px; padding: 3px; border-radius: 32px;}
.price_plan .managed_tab.active, .price_plan .unmanaged_tab.active {background-color: #fff; box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.3); border-radius: 32px;}
.price_plan .managed_tab, .price_plan .unmanaged_tab {padding: 15px 16px; border-radius: 32px;}
.price_plan .nav-link:active , .price_plan .nav-link {border: transparent; color: #495057;}
.plan_tab {border: 4px solid #e8e9ea;}
.plan_tab:hover, .plan_tab.nav-link:active, .plan_tab_premium, .new_domain_outer, .contact_info {border: 4px solid; border-image: linear-gradient(to top, #f43775, #3a7bd5); border-image-slice: 1; border-style: inset;}
.page_btn {border: 2px solid #f53876; background: transparent; border-radius: 32px; font-size: 14px; line-height: 14px; color: #f43775; letter-spacing: 1.5px; padding: 0 43px;}
/* ===================================
            Welcome to Hostiko
====================================== */
.wel_section::before {background: url(../images/welcome_building.jpg)no-repeat top; background-size: cover; content: ""; position: absolute; width: 50%; height: 100%; top: 0; left: 0;} 
/* ===================================
            Features
====================================== */
.border {border-color: #e8e9ea;}
/* ===================================
            WHM
====================================== */
.whm_section::after {background: url(../images/whmcs.png)no-repeat top; content: ""; position: absolute; bottom: 0; right: 0; background-size: 100%; width: 856px; height: 615px;}
/* ===================================
            Testimonial
====================================== */
.carousel_control_prev, .carousel_control_next {position: absolute; transition: all ease-in-out 0.3s; width: 20px; height: 20px; top: 0; bottom: 0; margin: auto;}
.carousel_control_prev {background: url(../images/svg/control_prev.svg)no-repeat; left: -35px;}
.carousel_control_prev:hover {background: url(../images/svg/control_prev_hover.svg);}
.carousel_control_next {background: url(../images/svg/control_next.svg)no-repeat; right: -35px;}
.carousel_control_next:hover {background: url(../images/svg/control_next_hover.svg);}
/* ===================================
            Partners
====================================== */
.partners_section {background: rgb(244,55,117); background: linear-gradient(0deg, rgba(133,59,166,1) 0%, rgba(59,85,230,1) 85%);}
.partners_img figure:hover {box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); transition: 0.3s;}
.partners_img figure {width: 170px;}
/* ===================================
            Default Footer
====================================== */
.default_footer h6 {font-size: 12px; line-height: 22px; color: #f42267; letter-spacing: 1px; font-weight: 600; margin-bottom: 26px;}
#footer_phone, #footer_social_icon {font-size: 16px; line-height: 26px;}
.default_footer_links li a {color: #8c8f94;}

.bg_3b55e6 {background: #3b55e6;
            background: -moz-linear-gradient(top, rgba(59,85,230,1) 0%, rgba(92,73,201,1) 100%);
            background: -webkit-linear-gradient(top, rgba(59,85,230,1) 0%,rgba(92,73,201,1) 100%);
            background: linear-gradient(to bottom, rgba(59,85,230,1) 0%,rgba(92,73,201,1) 100%);}
.host_section::before {background: url(../images/smiling_men.jpg)no-repeat top; background-size: cover; content: ""; position: absolute; width: 50%; height: 100%; top: 0; left: 0;}
.shared_hosting_banner {background: url(../images/shared_hosting_banner.jpg) no-repeat top center; background-size: cover;}
.start_plan_sec, .operating_system li {top: 0; bottom: 0; margin: auto;}
.reseller_hosting_banner {background: url(../images/reseller_hosting_banner.jpg) no-repeat bottom; background-size: cover;}
.reseller_host_section::before {background: url(../images/worker.jpg)no-repeat top right; background-size: cover; content: ""; position: absolute; width: 50%; height: 100%; top: 0; left: 0;}
.dedi_hosting_banner {background: url(../images/dedicated_banner.jpg) no-repeat center; background-size: cover;}
.support_sec_br {display: none;}
#accordion01 .card-header button[aria-expanded="false"] {color: #222328; text-decoration: none;}
#accordion01 .card-header button[aria-expanded="true"] {color: #f42267; text-decoration: none;}
#accordion01 .card-header button[aria-expanded="false"]::before {position: absolute; content: ""; transition: all ease-in-out 0.5s; background: url(../images/arrow.png)no-repeat; background-size: 100%; width: 7px; height: 13px; top: 28px; left: 0px;}
#accordion01 .card-header button[aria-expanded="true"]::before {position: absolute; content: ""; transform: rotate(90deg); transition: all ease-in-out 0.5s; background: url(../images/arrow.png)no-repeat; background-size: 100%; width: 7px; height: 13px; top: 28px; left: 0px;}
#accordion02 .card-header button[aria-expanded="false"] {color: #222328; text-decoration: none;}
#accordion02 .card-header button[aria-expanded="true"] {color: #f42267; text-decoration: none;}
#accordion02 .card-header button[aria-expanded="false"]::before {position: absolute; content: ""; transition: all ease-in-out 0.5s; background: url(../images/arrow.png)no-repeat; background-size: 100%; width: 7px; height: 13px; top: 28px; left: 0px;}
#accordion02 .card-header button[aria-expanded="true"]::before {position: absolute; content: ""; transform: rotate(90deg); transition: all ease-in-out 0.5s; background: url(../images/arrow.png)no-repeat; background-size: 100%; width: 7px; height: 13px; top: 28px; left: 0px;}
.outer_question_content {border: transparent; border-bottom: 1px solid #dddddd;}
.faq_last_card01, .faq_last_card02 {border: transparent;}
.question_content_body {padding: 0 0 30px}
.dedi_server_section::before {background: url(../images/dedicated_server.jpg)no-repeat top; background-size: cover; content: ""; position: absolute; width: 50%; height: 100%; top: 0; left: 0;}
.dedi_server_section ul li span::before, .vps_server_section ul li span::before {position: absolute; content: ""; width: 10px; height: 10px; background-color: #f42267; border-radius: 100%; top: 5px; left: -20px;}
.price_plan .tab_logo {padding: 15px 16px 13px;}
.about_hosting_banner {background: url(../images/about_banner.jpg) no-repeat center; background-size: cover;}
.cust_section::before {background: url(../images/customer_service.jpg)no-repeat top right; background-size: cover; content: ""; position: absolute; width: 50%; height: 100%; top: 0; left: 0;}
.domain_hosting_banner {background: url(../images/domain_banner.jpg) no-repeat top; background-size: cover;}
/* ===================================
            Stack Table
====================================== */
.domain_server_table {border: 1px solid #cccccc; box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.10);}
.table thead th {border: none}
.table {margin-bottom: 0;}
.table td, .table th {border-top: none;}
.domain_table tbody tr td:nth-child(1) {color: #f43775; font-weight: 700;}
.domain_table tbody tr td:nth-child(2) {color: #3b55e6; font-weight: 600;}
.domain_table tbody tr:nth-child(odd) {background-color: #f8f8f8} 
.years_bg, .transfer_bg {background: rgba(181, 181, 181, 0.1)}
.new_domain_inner {position: absolute; top: -62px; left: 0; right: 0; background: linear-gradient(to top, #5c4ac9, #3c55e5); width: 120px; height: 120px;}
.text_field {width: 100%; height: 64px; border: 3px solid #d5d5d5; border-radius: 32px; margin: 0 auto; float: none;}
.search_area {width: 100%;}
.btn_submit {position: absolute; top: 6px; right: 8px;}
.search_btn {padding: 0 55px; transition: all ease-in-out 0.5s;}
ul.clearfix li {float: left;}
.contact_banner {background: url(../images/contact_banner.jpg) no-repeat center; background-size: cover;}
.contact_info:hover h3 {color: #f42267; transition: 0.3s;}
.form_input_field {border-radius: 22px;}
.vps_banner {background: url(../images/vps_banner.jpg) no-repeat top; background-size: cover;}
.vps_server_section::before {background: url(../images/vps_hosting.jpg)no-repeat top; background-size: cover; content: ""; position: absolute; width: 50%; height: 100%; top: 0; left: 0;}
/* ===================================
              Return-To-Top
====================================== */
#return-to-top {
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgb(255, 255, 255, 0.5);
    width: 42px;
    height: 42px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #f42267;
    border-radius: 50%;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#return-to-top:hover {
    background-color: #f42267;
}
#return-to-top:hover i {
    color: #fff;
}
#return-to-top i {
    color: #f42267;
    margin: 0;
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* ===================================
              Loader-Wrapper
====================================== */
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f42267;
    z-index: 1001;
    animation: spin 4s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #893aa2;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3b55e6;
    animation: spin 1.5s linear infinite;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    transform: translateX(0);
}
.loaded #loader-wrapper {
    visibility: hidden;
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
/* ===================================
  Blog Page
====================================== */
.sticky-sidebar {padding: 0px; margin-left: 70px;}
.btn_submit_msg {background-color: transparent;}
.post-item-description h2 {font-family: 'ubuntu', sans-serif;}
.post-meta-category:hover a{text-decoration: none; color: #fff}
.single-post01 .post-image img, .single-post01 .post-navigation, .single-post01 .comment-list img, .sidebar .widget, .sidebar .widget-tweeter small, .sidebar .widget-twitter small, #loader-wrapper, .post-image img, .single-post01 .post-item-description .post-meta, .sidebar .form-inline .input-group, .sidebar .post-thumbnail-entry, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, #blog .post-item.border > .post-item-wrap > .post-item-description, #blog img, #blog audio, #blog iframe {
    width: 100%;
    border-radius: 4px;
}
.theiaStickySidebar01 {background-color: #fff; float: left; padding: 20px 20px;border: 1px solid #e8e9ea; border-radius: 4px;box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);}
#widget-widget-search-form-button i {color: #fff;}
.widget-tags {border-bottom: none!important; margin-bottom: 10px!important; padding-bottom: 0!important;}
.widget-tweeter {padding-bottom: 10px!important;}
.single-post01 .post-image img {
    height: auto;
    border-radius: 4px;
}
.single-post01 .post-item-description {
    padding: 22px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
#blog .post-item .post-item-description > h2, #blog .post-item .post-item-description > h2 > a {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    letter-spacing: .1px;
}
.single-post01 .post-item-description h2, .single-post01 .post-item-description h2 > a {
    font-size: 34px;
    margin-top: 8px;
    line-height: 38px;
    margin-bottom: 12px;
}
.single-post01 .comments .comment .image, .sidebar .post-thumbnail-entry > img, .sidebar .post-thumbnail-entry, .single-post01 .post-item-description .post-meta, .sidebar .widget {
    float: left;
}
.single-post01 .post-item-description .post-meta {
    border-bottom: 1px solid #e8e9ea;
}
.single-post01 .post-item-description .post-meta {
    padding: 12px 0;
    margin-bottom: 26px;
}
#blog .post-item .post-meta-category, #blog .post-item .post-meta-comments, #blog .post-item .post-meta-date {
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
}
.single-post01 .post-navigation, .sidebar .post-thumbnail-list, #loader, #blog .post-item .post-meta-category, #blog .post-item .post-meta-comments, #blog .post-item .post-meta-date, #blog .post-item.border .post-image, .breadcrumb ol li, .breadcrumb ul li, .sidebar .widget-categories ul li, .single-post01 .comments .comment .text {
    position: relative;
}
.single-post01 .post-item-description .post-meta-category i, .single-post01 .post-item-description .post-meta-comments i, .single-post01 .post-item-description .post-meta-date i {
    margin-right: 4px;
}
.form-group label:not(.error), #blog .post-item .post-item-description > h2, #blog .post-item .post-item-description > h2 > a {
    color: #000000
}
#blog .post-item .post-meta-category, #blog .post-item .post-meta-comments, .single-post01 .post-item-description .post-meta-category a, #blog .post-item.border .post-item-wrap .post-item-description .post-meta-comments a, #blog .post-item .post-item-description .post-meta-date, #blog .post-item-description .post-meta-comments a {
    color: #c2c2c2;
}
.single-post01 .text .comment-reply-link, .respond-comment span, .single-post01 .comment_number span, .sidebar .nav-tabs .nav-link.active, .sidebar .widget-tweeter li a, .sidebar .widget-twitter li a, .sidebar .cat-count-span, .single-post01 .post-item-description .post-meta-date:hover, .single-post01 .post-item-description .post-meta-date a:hover, .single-post01 .post-item-description .post-meta-category:hover, .single-post01 .post-item-description .post-meta-category a:hover, .single-post01 .post-item-description .post-meta-comments:hover, .single-post01 .post-item-description .post-meta-comments a:hover, .single-post01 .post-tags a:hover, .post-navigation .post-prev-title:hover span, .post-navigation .post-next-title:hover span, .post-navigation .post-prev:hover, .post-navigation .post-next:hover, .single-post01 .post-navigation .post-prev:hover, .single-post01 .post-navigation .post-next:hover, .post-navigation .post-next:hover span, .post-navigation .post-prev:hover span, .sidebar .post-thumbnail-list a:hover, .sidebar .widget-categories ul li a:hover, #blog .post-item .post-item-description .post-meta-comments a:hover, #blog .post-item .post-item-description > h2 > a:hover, .load-more a:hover, #blog .post-item.border .post-item-wrap .post-item-description a:hover {
    color: #28abe3;
}
.single-post01 .post-meta-share a {
    line-height: 16px;
}
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a, .single-post01 .post-meta-share a, .single-post01 .post-navigation .post-next, .single-post01 .post-navigation .post-prev, .sidebar .post-thumbnail-list a, .sidebar .tags a, .load-more a, #blog .post-item.border .post-image .post-meta-category a, #blog .post-item .post-item-description > h2, #blog .post-item .post-item-description > h2 > a, .breadcrumb ol li a, .breadcrumb ul li a, .sidebar .widget-categories ul li a, .post-meta-category a {
    text-decoration: none;
}
.post-meta-category a {
    color: #fff;
}
.single-post01 .post-meta-share a i {
    font-size: 30px;
    color: #c5c7c9;
    transition: all ease 0.3s;
}
.single_text_field {height: 100px;}
.single-post01 .post-meta-share a:hover i {color: #f42267;}
.single-post01 .post-item-description .blockquote {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    padding: 10px 20px;
    background-color: #fff;
    color: #212529;
}
.single-post01 .blockquote {
    border-left: 3px solid #f43775;
}
.single-post01 .post-item-description .blockquote .small, .single-post01 .post-item-description .blockquote small {
    font-size: 80%;
    color: #f42267;
}
.single-post01 .post-tags {
    margin-bottom: 30px;
}
.single-post01 .post-tags a, .post-next span, .post-prev span, .single-post01 .post-navigation .post-next, .single-post01 .post-navigation .post-prev, .sidebar .post-thumbnail-content a, .sidebar .widget-categories ul li a, .sidebar .nav-tabs .nav-link, .breadcrumb ol li a, .breadcrumb ul li a, .pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link, .pagination .page-item:not(.disabled) > .page-link, #blog .post-item.border .post-item-wrap .post-item-description a {
    color: #0a0c19;
}
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a, .single-post01 .post-tags a {
    font-size: 13px;
    margin-right: 10px;
}
.single-post01 .post-tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 26px;
    margin-bottom: 10px;
    border: 1px solid #999;
}
.single-post01 .text .comment-reply-link, .respond-comment span, .single-post01 .comment_number span, .sidebar .nav-tabs .nav-link.active, .sidebar .widget-tweeter li a, .sidebar .widget-twitter li a, .sidebar .cat-count-span, .single-post01 .post-item-description .post-meta-date:hover, .single-post01 .post-item-description .post-meta-date a:hover, .single-post01 .post-item-description .post-meta-category:hover, .single-post01 .post-item-description .post-meta-category a:hover, .single-post01 .post-item-description .post-meta-comments:hover, .single-post01 .post-item-description .post-meta-comments a:hover, .single-post01 .post-tags a:hover, .post-navigation .post-prev-title:hover span, .post-navigation .post-next-title:hover span, .post-navigation .post-prev:hover, .post-navigation .post-next:hover, .single-post01 .post-navigation .post-prev:hover, .single-post01 .post-navigation .post-next:hover, .post-navigation .post-next:hover span, .post-navigation .post-prev:hover span, .sidebar .post-thumbnail-list a:hover, .sidebar .widget-categories ul li a:hover, #blog .post-item .post-item-description .post-meta-comments a:hover, #blog .post-item .post-item-description > h2 > a:hover, .load-more a:hover, #blog .post-item.border .post-item-wrap .post-item-description a:hover {
    color: #000;
    transition: all ease 0.3s;
}
.single-post01 .post-tags a:hover {
    border: 1px solid #f42267;
}
.single-post01 .comments, .single-post01 .post-navigation {
    border-top: 1px solid #eee;
}
.single-post01 .post-navigation, .single-post01 .comments .comment, .pagination .page-item:not(.disabled) > .page-link {
    background-color: #fff;
}
.blog_section .pagination .page-item .page-link:hover {
    border-color: #f42267;
}
.three-column{padding: 0;}
.pagination {padding-left: 15px;}
.single-post01 .post-navigation {
    min-height: 64px;
    padding: 16px 0 0;
    vertical-align: top;
}
.single-post01 .post-navigation, .sidebar .tags a {
    display: inline-block;
}
.single-post01 .post-navigation .post-next, .single-post01 .post-navigation .post-prev {
    height: 44px;
    max-width: 40%;
    font-size: 16px;
}
.single-post01 .post-navigation .post-next, .single-post01 .post-navigation .post-prev, .post-navigation .post-prev:before, .post-navigation .post-all, #loader:before, #loader:after, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, #blog .post-item.border .post-meta-category, .sidebar .widget-categories ul li:before, .player, .sidebar .widget-tweeter:not([data-avatar="true"]) li::before, .sidebar .widget-twitter:not([data-avatar="true"]) li::before, .post-navigation .post-next:after {
    position: absolute;
}
.post-navigation .post-next span, .post-navigation .post-prev span {
    opacity: 0.7;
    font-size: 11px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: -6px;
    text-transform: uppercase;
}
.breadcrumb, #loader, .sidebar .widget-tweeter small, .sidebar .widget-twitter small, .post-navigation .post-next span, .post-navigation .post-prev span, .sidebar .post-thumbnail-entry .post-category {
    display: block;
}
.single-post01 .post-navigation .post-next {
    right: 0;
    text-align: right;
}
.single-post01 .comments{
    border-bottom: 1px solid #e8e9ea;
}
.single-post01 .comments, .single-post01 .post-navigation {
    border-top: 1px solid #e8e9ea;
}
.single-post01 .comments {
    padding: 40px 0;
}
.single-post01 .comments .comment_number {
    font-size: 18px;
    margin: 0 0 30px;
}
.single-post01 .comment .comment {
    margin-left: 90px;
}
.single-post01 .comments .comment {
    padding: 10px 0;
}
.single-post01 .comments .comment .image {
    width: 64px;
    height: 64px;
}
.single-post01 .comments .comment .image, .sidebar .post-thumbnail-entry > img, .sidebar .post-thumbnail-entry, .single-post01 .post-item-description .post-meta, .sidebar .widget {
    float: left;
}
.single-post01 .comment-list img {
    height: auto;
    border-radius: 100%;
}
.single-post01 .comments .comment .text {
    min-height: 80px;
    padding: 0 0 0 86px;
}
.single-post01 .post-item-description h2, .single-post01 .comments .comment .text .name, .sidebar .widget-title, .sidebar > h4, .page-title h1 {
    color: #0a0c19
}
.single-post01 .comments .comment .text .name {
    font-size: 16px;
}
.single-post01 .comments .comment .comment_date {
    font-size: 12px;
    color: #888;
}
.single-post01 .comments .comment .text .comment-reply-link {
    opacity: 0.7;
    font-size: 9px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}
.single-post01 .text_holder {
    line-height: 24px;
}
.single-post01 .comments .comment {
    padding: 10px 0;
    background-color: #f2f5f8;
}
.respond-form {
    padding-top: 40px;
}
.respond-comment {
    font-size: 18px;
    margin: 0 0 30px;
}
#contactpage .blog_form_field {
    width: 230px;
    margin-right: 15px;
    padding: 15px 30px;
    border-radius: 32px;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #c5ccd3;
    outline: none;
}
#contactpage .blog_form_field:nth-child(3) {
    margin-right: 0;
}
#contactpage .blog_form_btn {
    padding: 15px 50px;
    transition: all ease-in-out 0.5s;
    border-radius: 32px;
    border: 2px solid #f42267;
    color: #f42267;
    margin-top: 15px;
    margin-left: 5px;
}
.btn_submit_msg:hover {
    background-color: #f42267;
    border: 2px solid #f42267;
    border-radius: 4px;
    color: #fff;
}
#contactpage .blog_form_btn:hover {
    color: #fff;
    border: 2px solid #f42267;
    background-color: #f42267;
} 
.sidebar {
    font-size: 12px;
}
.sidebar .widget {
    border-bottom: 1px solid #eee;
}
.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.widget-newsletter .form-control {
    font-size: 12px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    border-radius: 32px;
    height: auto;
}
.input-group-append {
    margin-left: -1px;
}
.sidebar .tags a.active, .sidebar .tags a:active, .sidebar .tags a:focus, .sidebar .tags a:hover, .form-gray-fields .btn, .widget-newsletter .btn {
    border-color: #f42267;
    background-color: #f42267;
}
#blog .post-item.border .post-meta-category, .sidebar .tags a.active, .sidebar .tags a:active, .sidebar .tags a:focus, .sidebar .tags a:hover, .form-gray-fields .btn, .widget-newsletter .btn, #blog .post-item.border .post-meta-category a:hover {
    color: #fff;
}
.widget-newsletter .btn {
    border-radius: 0 5px 5px 0;
}
.widget-newsletter .btn {
    font-weight: 600;
    height: 40px;
    padding: 7px 16px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.sidebar .widget {
    border-bottom: 1px solid #eee;
}
.sidebar .nav-tabs {
    margin-bottom: 30px;
}

.sidebar .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid #f42267;
}
.single-post01 .text .comment-reply-link, .respond-comment span, .single-post01 .comment_number span, .sidebar .nav-tabs .nav-link.active, .sidebar .widget-tweeter li a, .sidebar .widget-twitter li a, .sidebar .cat-count-span, .single-post01 .post-item-description .post-meta-date:hover, .single-post01 .post-item-description .post-meta-date a:hover, .single-post01 .post-item-description .post-meta-category:hover, .single-post01 .post-item-description .post-meta-category a:hover, .single-post01 .post-item-description .post-meta-comments:hover, .single-post01 .post-item-description .post-meta-comments a:hover, .single-post01 .post-tags a:hover, .post-navigation .post-prev-title:hover span, .post-navigation .post-next-title:hover span, .post-navigation .post-prev:hover, .post-navigation .post-next:hover, .single-post01 .post-navigation .post-prev:hover, .single-post01 .post-navigation .post-next:hover, .post-navigation .post-next:hover span, .post-navigation .post-prev:hover span, .sidebar .post-thumbnail-list a:hover, .sidebar .widget-categories ul li a:hover, #blog .post-item .post-item-description .post-meta-comments a:hover, #blog .post-item .post-item-description > h2 > a:hover, .load-more a:hover, #blog .post-item.border .post-item-wrap .post-item-description a:hover {
    color: #f42267;
}
.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
}
.sidebar .widget .tabs li > a {
    padding: 10px 15px 10px 0;
    font-size: 14px;
    font-weight: 500;
}
.sidebar .post-thumbnail-entry, .sidebar .widget-categories ul li {
    border-bottom: 1px solid #f3f3f3;
}
.sidebar .post-thumbnail-entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar .post-thumbnail-entry > img {
    height: 48px;
    width: 64px;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: 5px;
}
.sidebar .post-thumbnail-entry:last-child, .sidebar .widget-categories ul li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .post-thumbnail-entry img + .post-thumbnail-content {
    padding-left: 72px;
}
.sidebar .post-thumbnail-list a {
    margin: -4px 0 0;
}
.sidebar .post-thumbnail-entry .post-category, .sidebar .post-thumbnail-entry .post-date {
    color: #aaa;
}
.sidebar .post-thumbnail-entry .post-category, .sidebar .post-thumbnail-entry .post-date {
    font-size: 10px;
}
.sidebar .post-thumbnail-entry .post-category i, .sidebar .post-thumbnail-entry .post-date i {
    margin-right: 2px;
}
.sidebar .widget {
    border-bottom: 1px solid #eee;
}
.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.single-post01 .post-item-description h2, .single-post01 .comments .comment .text .name, .sidebar .widget-title, .sidebar > h4, .page-title h1 {
    color: #0a0c19;
}
.sidebar .widget-title, .sidebar > h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar .widget-categories ul {
    padding: 0;
}
.sidebar .widget-tweeter ul, .sidebar .widget-twitter ul, .sidebar .widget-categories ul {
    list-style: none;
}
.sidebar .post-thumbnail-entry, .sidebar .widget-categories ul li {
    border-bottom: 1px solid #f3f3f3;
    font-weight: 400;
}
.sidebar .widget-categories ul li {
    margin-bottom: 10px;
    padding: 0 0 10px 28px;
}
.sidebar .widget-categories ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    font-size: 20px;
    padding-top: 2px;
    background: url(../images/icon-folder.png);
    width: 16px;
    height: 14px;
    transition: all .3s ease;
    transform: translate3d(0,-50%,0);
}
.sidebar .cat-count-span {
    float: right;
}
.sidebar .widget-tweeter li, .sidebar .widget-twitter li {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 18px;
}
.sidebar .tags a {
    padding: 5px 14px;
    border-radius: 50px;
    margin: 0 2px 5px 0;
    color: #4c5667;
    border: 1px solid #999999;;
}
.single-post01 .post-navigation, .sidebar .tags a {
    display: inline-block;
}

/* ===================================
  Infinite Scroll
====================================== */
.single-post01 .post-navigation, .sidebar .post-thumbnail-list, #loader, #blog .post-item .post-meta-category, #blog .post-item .post-meta-comments, #blog .post-item .post-meta-date, #blog .post-item.border .post-image, .breadcrumb ol li, .breadcrumb ul li, .sidebar .widget-categories ul li, .single-post01 .comments .comment .text {
    position: relative;
    /* background-color: #f2f5f8; */
}
.single-post01 .post-navigation {
    background-color: #f2f5f8;
}
#blog .post-item.border .post-meta-category, .sidebar .tags a.active, .sidebar .tags a:active, .sidebar .tags a:focus, .form-gray-fields .btn, .widget-newsletter .btn, #blog .post-item.border .post-meta-category a:hover {
    color: #000;
}
#blog .post-item.border .post-meta-category {
    top: 11px;
    z-index: 3;
    right: 10px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 50px;
}
.single-post01 .post-navigation .post-next, .single-post01 .post-navigation .post-prev, .post-navigation .post-prev:before, .post-navigation .post-all, #loader:before, #loader:after, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, #blog .post-item.border .post-meta-category, .sidebar .widget-categories ul li:before, .player, .sidebar .widget-tweeter:not([data-avatar="true"]) li::before, .sidebar .widget-twitter:not([data-avatar="true"]) li::before, .post-navigation .post-next:after {
    position: absolute;
}
#blog .post-item .post-meta-category, #blog .post-item .post-meta-comments, #blog .post-item .post-meta-date {
    top: -4px;
    font-size: 12px;
    margin-right: 0px;
}
.post-item.border .post-meta-category, .load-more a {
    background-color: #f42267;
}
.load-more a {
    color: #fff;
}
#blog .post-item.border > .post-item-wrap > .post-item-description {
    padding: 30px;
    line-height: 24px;
    background-color: #fff;
    border-color: #e8e9ea;
    border-radius: 4px;
}
.post-item.border {
    margin-bottom: 30px!important;
    border-radius: 4px;
    color: #777777;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}
.item-link {font-size: 12px;}
#blog audio{
    height: 46px;
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto 10px;
}
/* ===================================
  Single Blog
====================================== */

.post-meta-date i, .post-meta-comments i {
    padding-right: 5px;
}
a.item-link {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #f42267;
    padding: 5px 15px;
    border-radius: 26px;
    color: #f42267!important;
}
a.item-link:hover {background-color: #f42267; color: #fff!important;}
.slide .carousel-item {
    min-height: 100%;
}
.post-audio audio {
    bottom: 0;
    left: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    top: 0;
    left: 0;
    height: 100%;
}
.single-post01 .post-navigation .post-next, .single-post01 .post-navigation .post-prev, .post-navigation .post-prev:before, .post-navigation .post-all, #loader:before, #loader:after, .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, #blog .post-item.border .post-meta-category, .sidebar .widget-categories ul li:before, .player, .sidebar .widget-tweeter:not([data-avatar="true"]) li::before, .sidebar .widget-twitter:not([data-avatar="true"]) li::before, .post-navigation .post-next:after {
    position: absolute;
}
.fluid-width-video-wrapper {
    padding-top: 66.8%;
}
.hide-blog {
    display: none;
}
.load-more a {
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid #f42267;
    transition: all ease-out 0.5s;
}
.load-more a:hover {
    background-color: transparent;
    color: #f42267;
    border: 2px solid #f42267;
}
.load-more {text-align: center; margin-bottom: 40px;}
.blog_sec_02 {display: none}
/* ===================================
  One Column Blog
====================================== */
.page-item.active .page-link {
    border-color: #f42267;
    background-color: #f42267!important;
    color: #fff!important;
}
.page-link:focus {
    box-shadow: none;
}
/* ===================================
             Header01
====================================== */
.header01_top_bar{padding: 12px 0 74px}
.header01_top_bar_content{font-size: 14px; line-height: 14px; margin: 10px 0 0; color: #243049; font-weight: 500}
.header01_top_bar_btn{text-align: right}
.btn_contact_us{display: inline-block; border: 2px solid #f42267; font-size: 12px; line-height: 14px; font-weight: 500; background-color: #fff; color: #f42267; padding: 8px 20px; border-radius: 26px; transition: all ease-in-out 0.3s}
.btn_contact_us:hover{background-color: #f42267; color: #fff; border: 2px solid #f42267;}
.header01_navigation{position: absolute; width: 100%; z-index: 9; box-shadow: 0 0 5px rgba(0,0,0,.2); top: 60px; padding: 0}
.header01_navigation.affix{top: 0; left: 0; position: fixed}
.header01_logo img{width: 130px}
.header01_logo{margin: 0; padding: 39px 0 41px}
.header01_contact_list li, .header01_social_links li{display: inline-block}
.header01_contact_list li{padding: 0 10px}
.header01_contact_list li a, .header01_contact_list li{font-size: 12px; line-height: 14px; color: #000; font-weight: 500;}
.header01_contact_list li i{padding-right: 7px; color: #000}
.header01_social_links li a{font-size: 16px; line-height: 20px; color: #000; padding: 0 5px}
.header01_contact_info_box{padding: 15px; border-bottom: 1px solid #e5e5e5}
.outer_header01_logo{border-right: 1px solid #e5e5e5; text-align: center}
.header01_navigation .outer_header01_navbar .header01_navbar li a{padding: 15px 25px; font-size: 14px; line-height: 20px; font-weight: 500; text-transform: capitalize; color: #000; transition: all ease-in-out 0.3s}
.header01_navigation .outer_header01_navbar .header01_navbar li .default_dd_menu a {padding: 5px 20px;}
.header01_navbar li .header01_dd_menu a{font-size: 14px; text-transform: capitalize; transition: all ease-in-out 0.3s; padding: 5px 25px !important;}
.header01_navbar li .header01_dd_menu04 a{font-size: 14px; text-transform: capitalize; transition: all ease-in-out 0.3s; padding: 5px 25px !important;}
.header01_navbar li .header01_dd_menu a:hover, .header01_navbar li .header01_dd_menu04 a:hover{background-color: #fff; color: #f42267}
.outer_header01_navbar .hosting_dd_menu{top: 58px}
.mega_menu{width: 1110px !important; left: -185px; top: 105px !important; border: none; border-radius: 0}
.header01_navbar .outer_mega_menu .default_mega_menu .list_mega_menu_box li a{padding: 10px 0 !important; font-size: 12px; line-height: 24px; color: #333; font-weight: 300; text-transform: capitalize; transition: all ease-in-out 0.3s}
.header01_contact_list li a:hover, .header01_contact_list li:hover i, .header01_contact_list li:hover {color: #f42267}
.header01_navigation .outer_header01_navbar .header01_navbar li a:hover{color: #f42267; background-color: #fff;}
.header01_navbar .outer_mega_menu .default_mega_menu .list_mega_menu_box li a:hover{color: #f42267}
.header01_social_links li a:hover{color: #3b55e6}
.header01_dd_menu{left: 0; top: 58px}
.header01_dd_menu04{top: 58px; left: 0}
.header01_navbar .hosting_dd_menu .hosting_megamenu_dd_body_list li a{font-size: 12px; line-height: 24px; color: #333; display: block; padding: 0 0 0 20px !important; text-transform: capitalize; position: relative;}
.header01_navbar .hosting_dd_menu .hosting_megamenu_dd_body_list li a:before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #e94d3a; border-radius: 100%; top: 9px; left: 8px;}
.header01_navbar .company_dropdown {top: 58px}
.mega_menu_box {text-align: center;}
.nav_tablet_btn {display: none;}
.outer_header01_navbar .hide_on_tablet .hosting_megamenu_dd_card_header {width: 310px; padding: 5px 15px;}
.header01 ul {margin: 0; padding: 0;}
/* ===================================
             Header02
====================================== */

.left_box{float: left; width: 50%; padding: 15px 0; border-bottom: 1px solid #e8e9ea}
.right_box {width: 50%; float: right; text-align: right; padding: 15px 0; border-bottom: 1px solid #e8e9ea}
.left_box a{font-size: 14px; line-height: 14px; font-weight: 500; transition: all ease 0.3s; color: #000000;}
.left_box a i{color: #243049; margin-right: 10px; transition: all ease 0.3s;}
.left_box a:hover, .left_box a:hover i{color: #f42267}
.header_02_social_links li{display: inline-block}
.inner_box{float: right}
.header_02_social_links{float: left; padding-right: 20px; border-right: 1px solid #e8e9ea}
.contact_number{padding-left: 30px}
.header_02_logo{max-width: 218px!important; position: absolute; background: #fff; height: 165px; display: table; width: 220px; top: -60px; left: 0; right: 0; margin: 0 auto; box-shadow: 0 0 20px 0 #0000004d;  z-index: 9}
.header_02_logo figure{display: table-cell; vertical-align: middle; text-align: center}
.header_02_social_links li a i{font-size: 14px; color: #243049}
.header_02_social_links li a:hover i{color: #3b55e6}
.header_02_social_links li a{padding: 0 5px}
.contact_number a{font-size: 14px; line-height: 14px; color: #243049; font-weight: 500; transition: all ease 0.3s;} 
.contact_number a i{color: #777; margin-right: 10px; transition: all ease 0.3s;}
.contact_number a:hover, .contact_number a:hover i{color: #f42267}
.header_02_top_navigation, .header03_top_navigation {padding: 0 1px; box-shadow: none;}
.header02_inner_navigation .menubar_header_02 li a, .header02_right_side li a{font-size: 14px; line-height: 20px; font-weight: 500; color: #000000; text-transform: uppercase; padding: 15px 25px;}
.header02_right_side li:last-child a{padding-right: 0 !important;}
.header02_dd_menu{top: 42px; border-radius: 0}
.mega_menu_header02{top: 42px !important; left: -100%; padding: 40px 50px}
.list_mega_menu_box li a{padding: 10px 0 !important; font-size: 12px; line-height: 24px; color: #777; font-weight: 500; text-transform: capitalize}
.header02_right_side li a:hover{color: #f42267}
.menubar_header_02 li a:hover {color: #f42267; background-color: transparent;}
.menubar_header_02 .header02_dd_menu a, .header_02_navigation_links .menubar_header_03 .header02_dd_menu a{font-size: 14px !important; text-transform: capitalize}
.header_02_navigation_links .menubar_header_02 .header02_dd_menu{top: 58px; left: -30px; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,.20);}
.header_02_navigation_links .menubar_header_02 .header02_dd_menu a, .header_02_navigation_links .menubar_header_03 .header02_dd_menu a{padding: 5px 30px !important; transition: all ease-in-out 0.3s}
.header_02_navigation_links .menubar_header_02 .hosting_dd_menu{top: 48px; left: -40px}
.header_02_navigation_links .menubar_header_02 .header02_dd_menu a:hover, .header_02_navigation_links .menubar_header_03 .header02_dd_menu a:hover{background-color: transparent; color: #f42267}
.header_02_navigation_links .menubar_header_03 .header02_dd_menu{top: 48px; left: -8px; border-radius: 4px;}
.header02_inner_box{left: -10px !important;}
.menubar_header_02 .hosting_dd_menu .hosting_megamenu_dd_body_list li a{font-size: 12px; line-height: 24px; color: #333; display: block; padding: 0 0 0 45px !important; text-transform: capitalize; position: relative;}
.menubar_header_02 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #f42267; border-radius: 100%; top: 9px; left: 30px;}
.header02_mobile_logo{display: none}
.header02_inner_navigation .menubar_header_02 li .default_dd_menu  a {font-size: 14px; line-height: 20px; font-weight: 500; text-transform: capitalize; padding: 5px 20px!important}
.menubar_header_02 .hide_on_tablet .hosting_megamenu_dd_card_header {width: 310px; padding: 5px 15px;}
.menubar_header_02 .hosting_dd_menu .hosting_megamenu_dd_body_list li a{font-size: 12px; line-height: 24px; color: #333; display: block; padding: 0 0 0 20px !important; transition: all ease-in-out 0.3s; text-transform: capitalize; position: relative;}
.menubar_header_02 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:hover {color: #f42267;}
.menubar_header_02 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #e94d3a; border-radius: 100%; top: 9px; left: 8px;}
.menubar_header_02 li:first-child a {padding-left: 0!important;}
.menubar_header_02 li a, .header02_right_side li a {padding: 15px!important;}
#accordion li a {padding: 0px!important;}
/* ===================================
              Header 03
====================================== */
.header03_gradient_bg{background-color: #f42267; padding: 0}
.header03_top_navigation .header03_navbar li a {color: #fff; line-height: 20px; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 15px 20px!important; transition: all ease-in-out 0.3s}
.header03_top_navigation .header03_navbar li a:hover {color: #f42267; background-color: #ffffff;}
.header03_top_navigation .header03_navbar li .dd_header03 a {padding: 5px 20px!important; text-transform: capitalize;}
.header03_top_navigation .header03_navbar li:hover .default_dd_menu a{color: #000; background-color: transparent;}
.header03_top_navigation .header03_navbar li:hover .default_dd_menu a:hover {color: #fff; background-color: #f42267;}
.header03_navbar .list_mega_menu_box li a{color: #8c8f94}
.header03_navbar li .default_dd_menu a {font-size: 14px; line-height: 20px; padding: 5px 20px!important; text-transform: capitalize; color: #000000;}
.header03_navbar li:hover .default_dd_menu a {color: #fff; background-color: #3b55e6;}
.header03_contact_info li{display: inline-block; position: relative; padding: 0 10%; text-align: left; font-size: 14px; line-height: 20px; font-weight: 500;}
.header03_contact_info li:last-child{padding-right: 0}
.header03_contact_info li a {font-weight: 600; color: #000; transition: all ease-in-out 0.3s;}
.header03_contact_info li a:hover {color: #f42267}
.header03_logo img{width: 130px}
.header03_logo {padding: 6px 7px 9px 15px;}
.header03_contact_info li:nth-child(1):before{position: absolute; content: ""; background: url("../images/phone_img.png") no-repeat; width: 36px; height: 36px; left: 0; top: 3px}
.header03_contact_info li:nth-child(2):before{position: absolute; content: ""; background: url("../images/envelop_img.png"); width: 36px; height: 36px; left: 0; top: 4px}
.header03_dropdown{top: 48px; border-radius: 4px; left: 0}
.header03_navbar .header03_dropdown a{font-size: 14px !important; color: #243049 !important; padding: 5px 25px !important; text-transform: capitalize; transition: all ease-in-out 0.3s}
.header03_navbar li:hover .header03_dropdown a {background-color: #fff;}
.header03_navbar li:hover .header03_dropdown a:hover {color: #fff!important; background-color: #f42267;}
.mega_menu03{left: 15%; top: 58px !important; padding: 40px 50px}
.header03_navbar .mega_menu03 .list_mega_menu_box li a{font-size: 12px; line-height: 24px; color: #000; font-weight: 500; text-transform: capitalize; padding: 10px 0 !important; transition: all ease-in-out 0.3s}
.header03_navbar .mega_menu03 .list_mega_menu_box li a:hover{color: #f42267}
.menubar_header03 .hosting_dd_menu {top: 58px}
.header03_navbar .hosting_dd_menu .hosting_megamenu_dd_body_list li a{font-size: 12px; line-height: 24px; color: #000; display: block; padding: 0 0 0 45px !important; text-transform: capitalize; position: relative;}
.header03_navbar .hosting_dd_menu .hosting_megamenu_dd_body_list li a:before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #f42267; border-radius: 100%; top: 9px; left: 30px}
.header03_navbar .default_dd_menu:before{display: none}
.menubar_header03 .hide_on_tablet .hosting_megamenu_dd_card_header:hover {background-color: #3b55e6; border-bottom: 1px solid #3b55e6;}
.menubar_header03 .hide_on_tablet .hosting_megamenu_dd_card_header {width: 310px; padding: 5px 15px;}
.menubar_header03 .hosting_dd_menu .hosting_megamenu_dd_body_list li a{font-size: 12px; line-height: 24px; color: #000; display: block; padding: 0 0 0 20px !important; text-transform: capitalize; position: relative;}
.menubar_header03 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #3b55e6; border-radius: 100%; top: 9px; left: 8px;}
.menubar_header03 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:hover {color: #3b55e6!important;}
/* ===================================
             Header 04
====================================== */
.header04_top_bar{background-color: #3b55e6; padding: 10px 0}
.office_timing{font-size: 14px; line-height: 14px; color: #fff; font-weight: 500; padding-top: 5px}
.header04_social_links li{display: inline-block}
.header04_social_links li a i{font-size: 14px; color: #fff; padding: 0 5px; transition: all ease-in-out 0.3s}
.header04_social_links li:last-child a i{font-size: 14px; color: #fff; padding: 0 0 0 5px; transition: all ease-in-out 0.3s}
.header04_social_links li a i:hover{color: #f42267}
.header04_navbar li .default_dd_menu a {padding: 10px 20px; font-size: 14px; line-height: 20px;}
.header04_navbar li .default_dd_menu a:hover {    background-color: #3b55e6; color: #fff;}
.header04_navigation{background-color: #f42267; padding: 0}
.header04_navbar li a{font-size: 14px; line-height: 20px; font-weight: 500; text-transform: uppercase; color: #fff; padding: 15px 15px!important; transition: all ease-in-out 0.3s}
.header04_navbar li .default_dd_menu a{font-size: 14px; line-height: 20px; font-weight: 500; text-transform: capitalize; color: #000000; padding: 5px 20px!important; transition: all ease-in-out 0.3s}
.header04_navbar li:hover .default_dd_menu a {color: #000; background-color: transparent; line-height: 18px;}
.header04_navbar li:hover .default_dd_menu a:hover {background-color: #3b55e6; color: #fff;}
.header04_navbar .list_mega_menu_box li a{color: #8c8f94}
.header04_navbar li:hover a{background-color:  #3b55e6; color: #ffffff;}
.header04_dropdown{top: 47px; left: -6px; border-radius: 5px}
.header04_navbar li .header04_dropdown a{color: #000; background-color: #fff; font-size: 14px !important; padding: 5px 20px !important; line-height: 18px!important; text-transform: capitalize; transition: all ease-in-out 0.3s}
.header04_navbar li .header04_dropdown a:hover{background-color: #3b55e6; color: #fff!important;}
.header04_mega_menu{left: 0; top: 54px !important;}
.header04_mega_menu .list_mega_menu_box li a{font-size: 12px; line-height: 24px; color: #333; font-weight: 500; text-transform: capitalize; padding: 10px 0 !important; transition: all ease-in-out 0.3s}
.header04_mega_menu .list_mega_menu_box li a:hover{color: #f42267}
.header04_navbar .default_dd_menu:before{display: none}
.header04_navbar .hosting_dd_menu{top: 56px; left: -45px}
.menubar_header04 .hide_on_tablet .hosting_megamenu_dd_card_header:hover {background-color: #3b55e6; border-bottom: 1px solid #3b55e6;}
.menubar_header04 .hide_on_tablet .hosting_megamenu_dd_card_header {width: 310px; padding: 5px 15px;}
.menubar_header04 .hosting_dd_menu .hosting_megamenu_dd_body_list li a{font-size: 12px; line-height: 24px; color: #000; display: block; padding: 0 0 0 20px !important; text-transform: capitalize; position: relative;}
.menubar_header04 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #3b55e6; border-radius: 100%; top: 9px; left: 8px;}
.menubar_header04 .hosting_dd_menu .hosting_megamenu_dd_body_list li a:hover {color: #3b55e6;}
.header04_outer_box #accordion .card-header:hover {background-color: #3b55e6; border-bottom: 1px solid #3b55e6;}
.header04_outer_box #accordion .card-header .btn01::before {position: absolute; content: ""; background: url(../images/blue_nav_btn01.png) no-repeat; width: 20px; height: 20px; top: 22px; left: 20px; transition: 0.5s;}
.header04_outer_box #accordion .card-header:hover .btn01::before {background: url(../images/nav_btn01_hover.png) no-repeat;}
.header04_outer_box #accordion .card-header .btn02::before {position: absolute; content: ""; background: url(../images/blue_nav_btn02.png) no-repeat; width: 20px; height: 20px; top: 20px; left: 20px; transition: 0.5s;}
.header04_outer_box #accordion .card-header:hover .btn02::before {background: url(../images/nav_btn02_hover.png) no-repeat;}
.header04_outer_box #accordion .card-header .btn03::before {position: absolute; content: ""; background: url(../images/blue_nav_btn03.png) no-repeat; width: 20px; height: 20px; top: 22px; left: 21px; transition: 0.5s;}
.header04_outer_box #accordion .card-header:hover .btn03::before {background: url(../images/nav_btn03_hover.png) no-repeat;}
.header04_outer_box #accordion .card-header .btn04::before {position: absolute; content: ""; background: url(../images/blue_nav_btn04.png) no-repeat; width: 20px; height: 20px; top: 20px; left: 21px; transition: 0.5s;}
.header04_outer_box #accordion .card-header:hover .btn04::before {background: url(../images/nav_btn04_hover.png) no-repeat;}
.header04_outer_box #accordion .card-header .btn05::before {position: absolute; content: ""; background: url(../images/blue_nav_btn05.png) no-repeat; width: 20px; height: 20px; top: 20px; left: 20px; transition: 0.5s;}
.header04_outer_box #accordion .card-header:hover .btn05::before {background: url(../images/nav_btn05_hover.png) no-repeat;}
.header04_outer_box #accordion .card-body ul li:hover a {color: #3b55e6;}
.mobile_navigation {display: none;}
/* ===================================
           Footer01
====================================== */
.footer01_logo figure img{width: 130px}
.copyright_box, .copyright_box a{font-size: 14px; line-height: 30px; font-weight: 500}
.copyright_box {padding-left: 15px;}
.copyright_box a:hover{color: #f42267}
.outer_logo_box{border-bottom: 1px solid #e8e9ea; float: left; width: 100%}
.footer01_social_links li{display: inline-block}
.footer01_content_box p{font-size: 14px; line-height: 24px; color: #777; padding-top: 10px;}
.footer01_social_links li a{font-size: 18px; color: #243049; padding: 0 10px; transition: all ease-in-out .5s}
.footer01_social_links li a:hover{color: #3b55e6}
.footer01_social_links li:first-child a{padding-left: 0}
.footer01_links_list li{padding-left: 60px; line-height: 30px;}
.footer01_links_list li a{font-size: 14px; line-height: 40px; color: #777; font-weight: 500; position: relative; padding-left: 20px; transition: all ease-in-out 0.3s}
.footer01_links_list li a:hover{color: #f42267}
.footer01_links_list li a:before{position: absolute; content: ""; background-color: #f42267; width: 7px; height: 7px; border-radius: 100%; top: 4px; left: 0}
.footer01_contact_list li{font-size: 14px; line-height: 24px; color: #777; font-weight: 500; padding: 15px 0 15px 60px; border-bottom: 1px solid #e8e9ea; position: relative}
.footer01_contact_list li:first-child{padding-top: 10px;}
.footer01_contact_list li:last-child{border-bottom: none}
.footer01_contact_list li a{color: #777; transition: all ease-in-out 0.3s}
.footer01_contact_list li a:hover{color: #f42267}
.footer01_contact_list li:nth-child(1):before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img01.png"); width: 36px; height: 45px; top: 10px; left: 0}
.footer01_contact_list li:nth-child(2):before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img02.png"); width: 32px; height: 32px; top: 25px; left: 0}
.footer01_contact_list li:nth-child(3):before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img03.png"); width: 42px; height: 42px; top: 15px; left: 0}
/* ===================================
              Footer02
====================================== */
.footer02_links_list li{display: inline-block}
.footer02_links_list li a{font-size: 14px; line-height: 24px; color: #2f395d; text-transform: uppercase; font-weight: 500; padding: 0 25px; transition: all ease-in-out 0.3s}
.footer02_links_list li a:hover{color: #f42267}
.footer02_links_list li:first-child a{padding-left: 0}
.footer02_links_list li:last-child a{padding-right: 0}
.chat_btn_footer02{display: inline-block; font-size: 14px; line-height: 24px; font-weight: 500; color: #fff; background-color: #243049; border-radius: 26px; padding: 10px 35px 10px 60px; position: relative; transition: all ease-in-out 0.5s}
.chat_btn_footer02:before{position: absolute; content: ""; background: url("../images/btn_img.png"); width: 18px; height: 19px; top: 12px; left: 22%}
.chat_btn_footer02:hover{background-color: #f42267; color: #fff}
.footer02_center_box{border-top: 1px solid #e8e9ea; border-bottom: 1px solid #e8e9ea}
.footer02_logo img{width: 130px}
.footer02_logo{margin-bottom: 30px}
.footer02_content_box p{font-size: 14px; line-height: 24px; color: #777; font-weight: 500; padding-right: 30px}
.footer02_link_box .footer01_links_list li{padding-left: 0}
.footer_heading{color: #222328; font-weight: 600; margin-bottom: 24px; font-size: 16px; line-height: 24px}
/* ===================================
              Footer 03
====================================== */
.footer03_links li a{font-size: 14px; line-height: 30px; color: #777; font-weight: 500; position: relative; padding-left: 15px; transition: all ease-in-out 0.3s}
.footer03_links li a:hover{color: #f42267}
.footer03_links li a:before{position: absolute; content: ""; background-color: #f42267; width: 7px; height: 7px; border-radius: 100%; left: 0; top: 4px}
.footer03_content_box p{font-size: 14px; line-height: 24px; color: #777; padding-right: 20px; font-weight: 500;}
.footer03_social_links li{font-size: 14px; line-height: 30px; color: #000; font-weight: 500; transition: all ease-in-out 0.3s}
.footer03_social_links li:hover {color: #f42267;}
.footer03_social_links li a{padding-left: 10px; color: #777; transition: all ease-in-out 0.3s}
.footer03_social_links li a:hover{color: #f42267}
.footer03_logo figure{margin-bottom: 0}
.footer03_contact_box01, .footer03_contact_box02, .footer03_contact_box03{position: relative; padding-left: 75px; padding-right: 30px;}
.footer03_contact_box01:before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img01.png"); width: 36px; height: 45px; top: 2px; left: 20px}
.footer03_contact_box02:before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img02.png"); width: 32px; height: 32px; top: 10px; left: 20px}
.footer03_contact_box03:before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img03.png"); width: 42px; height: 42px; top: 4px; left: 20px}
.footer03_contact_box01 div, .footer03_contact_box02 div, .footer03_contact_box03 div, .footer03_contact_box01 div a, .footer03_contact_box02 div a, .footer03_contact_box03 div a{font-weight: 500; color: #000 !important; transition: all ease-in-out 0.3s}
.footer03_contact_box01 div a:hover, .footer03_contact_box02 div a:hover, .footer03_contact_box03 div a:hover{color: #3b55e6 !important;}
/* ===================================
              Footer 04
====================================== */
.footer04_logo img{width: 150px; margin-bottom: 15px}
.footer04_copyright{font-size: 16px; line-height: 24px; font-weight: 500; color: #243049; margin-bottom: 40px;}
.footer04_copyright a{color: #243049; transition: all ease-in-out 0.5s}
.footer04_copyright a:hover{color: #f42267}
.footer04_contact_box01 {position: relative; padding-left: 85px; padding-right: 10px;}
.footer04_contact_box02, .footer04_contact_box03{position: relative; padding-left: 130px; padding-right: 10px;}
.footer04_contact_box01:before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img01.png"); width: 36px; height: 45px; top: 18px; left: 30px}
.footer04_contact_box02:before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img02.png"); width: 32px; height: 32px; top: 26px; left: 80px}
.footer04_contact_box03:before{position: absolute; content: ""; background: url("../images/footer01_contact_list_img03.png"); width: 42px; height: 42px; top: 18px; left: 70px}
.footer04_contact_box01 div, .footer04_contact_box02 div, .footer04_contact_box03 div, .footer04_contact_box01 a, .footer04_contact_box02 a, .footer04_contact_box03 a{color: #777; font-weight: 500;}
.footer04_contact_box01 a:hover, .footer04_contact_box02 a:hover, .footer04_contact_box03 a:hover{color: #f42267}
.footer04_contact_info_box {border: 1px solid #e8e9ea;}
.footer04_contact_box01, .footer04_contact_box02 {border-right: 1px solid #e8e9ea;}
.footer04_box {border: 1px solid #e8e9ea; border-top: none;}
.footer_links01 {border-right: 1px solid #e8e9ea; padding-left: 35px;}
.footer_links02 {border-right: 1px solid #e8e9ea; padding-left: 75px;}
.footer04_box .footer_heading{padding-top: 40px;}
.footer04_content_box  {padding: 0 20px 40px 50px;}