.dropdown-menu .list-unstyled {
    width: fit-content;
}

.form-box ul li textarea {
    height: 140px;
    resize: none;
    padding: 20px;
}

.form-box ul {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.hosting-type-box figure img {
    width: 250px;
    object-fit: contain;
}

.logo img {
    width: 250px;
    height: 60px;
    object-fit: contain;
}

.sponsor img {
    width: 160px;
    height: 40px;
    object-fit: cover;
}

.faq {
    color: #9caabb;
    font-size: 14px;
    line-height: 24px;
}

@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/css?family=Oswald:300,400,500,600,700&display=swap');
/* ===================================
    Reset
====================================== */
body {
    color: #66616f;
    /*font-size: 18px;*/
    line-height: 28px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -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%;
}

.carousel-inner {
    overflow: hidden
}

.navbar {
    margin-bottom: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #4f4b6c
}

a:hover {
    text-decoration: none
}

figure {
    margin: 0
}

/* ===================================
    Typography
====================================== */
.primary_font {
    font-family: 'Oswald', sans-serif;
}

/* ===================================
    Margin
====================================== */
/*Margin Bottom*/
.margin_bottom_5 {
    margin-bottom: 5px
}

.margin_bottom_10 {
    margin-bottom: 10px
}

.margin_bottom_15 {
    margin-bottom: 15px
}

.margin_bottom_20 {
    margin-bottom: 20px
}

.margin_bottom_25 {
    margin-bottom: 25px
}

.margin_bottom_26 {
    margin-bottom: 26px
}

.margin_bottom_30 {
    margin-bottom: 30px
}

.margin_bottom_35 {
    margin-bottom: 35px
}

.margin_bottom_40 {
    margin-bottom: 40px
}

.margin_bottom_50 {
    margin-bottom: 50px
}

.margin_bottom_55 {
    margin-bottom: 55px
}

.margin_bottom_60 {
    margin-bottom: 60px
}

.margin_bottom_65 {
    margin-bottom: 65px
}

.margin_bottom_70 {
    margin-bottom: 70px
}

.margin_bottom_75 {
    margin-bottom: 75px
}

.margin_bottom_80 {
    margin-bottom: 80px
}

.margin_bottom_85 {
    margin-bottom: 85px
}

.margin_bottom_90 {
    margin-bottom: 90px
}

.margin_bottom_95 {
    margin-bottom: 95px
}

.margin_bottom_100 {
    margin-bottom: 100px
}

/*Margin Right*/
.margin_right_14 {
    margin-right: 14px
}

.margin_right_10 {
    margin-right: 10px
}

.margin_right_15 {
    margin-right: 15px
}

.margin_right_20 {
    margin-right: 20px
}

.margin_right_30 {
    margin-right: 30px
}

.margin_right_60 {
    margin-right: 60px
}

/*Margin Left*/
.margin_left_14 {
    margin-left: 14px
}

.margin_left_10 {
    margin-left: 10px
}

.margin_left_15 {
    margin-left: 15px
}

.margin_left_20 {
    margin-left: 20px
}

.margin_left_30 {
    margin-left: 30px
}

.margin_left_50 {
    margin-left: 50px
}

.margin_left_60 {
    margin-left: 60px
}

.margin_left_100 {
    margin-left: 100px
}

/*Margin Top*/
.margin_top-2 {
    margin-top: -2px
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px
}

.margin_top_25 {
    margin-top: 25px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_top_35 {
    margin-top: 35px
}

.margin_top_50 {
    margin-top: 50px
}

.margin_top_60 {
    margin-top: 60px
}

.margin_top_80 {
    margin-top: 80px
}

.margin_top_90 {
    margin-top: 90px
}

.margin_top_95 {
    margin-top: 95px
}

.margin_top_100 {
    margin-top: 100px
}

.margin_top_150 {
    margin-top: 150px
}

.margin_top-170 {
    margin-top: -170px
}

/* ===================================
     Color
====================================== */
/*Colors*/
.color_66616f {
    color: #66616f
}

.color_6115d0 {
    color: #6115d0
}

.color_0dace0 {
    color: #0dace0
}

.color_fff {
    color: #fff !important;
}

/*Background Colors*/

/*.bg_fff {background-color: #fff}*/
/*.bg_6115d0  {background-color: #6115d0}*/
/*.bg_0dace0  {background-color: #0dace0}*/
/*.bg_dbf3fa  {background-color: #dbf3fa}*/
/*.bg_4e11a6  {background-color: #4e11a6}*/
/*.bg_4c0ea8  {background-color: #4c0ea8}*/
/* ===================================
    padding
====================================== */

/*padding*/
.no_padding {
    padding: 0
}

.padding_tb60 {
    padding: 60px 0
}

.submit-form {
    margin: 20px 0;
    padding: 25px 0 ;
    background-color: #dbf3fa
}


/*padding top*/
.padding_top_5 {
    padding-top: 5px
}

.padding_top_8 {
    padding-top: 8px
}

.padding_top_10 {
    padding-top: 10px
}

.padding_top_13 {
    padding-top: 13px
}

.padding_top_15 {
    padding-top: 15px
}

.padding_top_20 {
    padding-top: 20px
}

.padding_top_21 {
    padding-top: 21px
}

.padding_top_25 {
    padding-top: 25px
}

.padding_top_30 {
    padding-top: 30px
}

.padding_top_35 {
    padding-top: 35px
}

.padding_top_40 {
    padding-top: 40px
}

.padding_top_45 {
    padding-top: 45px
}

.padding_top_50 {
    padding-top: 50px
}

.padding_top_60 {
    padding-top: 60px
}

.padding_top_70 {
    padding-top: 70px
}

.padding_top_75 {
    padding-top: 75px
}

.padding_top_80 {
    padding-top: 80px
}

.padding_top_85 {
    padding-top: 85px
}

.padding_top_90 {
    padding-top: 90px
}

.padding_top_95 {
    padding-top: 95px
}

.padding_top_100 {
    padding-top: 100px
}

.padding_top_105 {
    padding-top: 105px
}

.padding_top_130 {
    padding-top: 130px
}

.padding_top_120 {
    padding-top: 120px
}

.padding_top_170 {
    padding-top: 170px
}

.padding_top_200 {
    padding-top: 200px
}

.padding_top_300 {
    padding-top: 300px
}

/*padding bottom*/
.padding_bottom_5 {
    padding-bottom: 5px
}

.padding_bottom_8 {
    padding-bottom: 8px
}

.padding_bottom_10 {
    padding-bottom: 10px
}

.padding_bottom_13 {
    padding-bottom: 13px
}

.padding_bottom_15 {
    padding-bottom: 15px
}

.padding_bottom_17 {
    padding-bottom: 17px
}

.padding_bottom_20 {
    padding-bottom: 20px
}

.padding_bottom_21 {
    padding-bottom: 21px
}

.padding_bottom_25 {
    padding-bottom: 25px
}

.padding_bottom_30 {
    padding-bottom: 30px
}

.padding_bottom_35 {
    padding-bottom: 35px
}

.padding_bottom_40 {
    padding-bottom: 40px
}

.padding_bottom_50 {
    padding-bottom: 50px
}

.padding_bottom_45 {
    padding-bottom: 45px
}

.padding_bottom_55 {
    padding-bottom: 55px
}

.padding_bottom_60 {
    padding-bottom: 60px
}

.padding_bottom_65 {
    padding-bottom: 65px
}

.padding_bottom_70 {
    padding-bottom: 70px
}

.padding_bottom_75 {
    padding-bottom: 75px
}

.padding_bottom_80 {
    padding-bottom: 80px
}

.padding_bottom_85 {
    padding-bottom: 85px
}

.padding_bottom_85 {
    padding-bottom: 85px
}

.padding_bottom_90 {
    padding-bottom: 90px
}

.padding_bottom_100 {
    padding-bottom: 100px
}

.padding_bottom_120 {
    padding-bottom: 120px
}

.padding_bottom_200 {
    padding-bottom: 200px
}

.padding_bottom_300 {
    padding-bottom: 300px
}

.padding_bottom_160 {
    padding-bottom: 160px
}

/*padding left*/
.padding_left_0 {
    padding-left: 0
}

.padding_left_10 {
    padding-left: 10px
}

.padding_left_15 {
    padding-left: 15px
}

.padding_left_20 {
    padding-left: 20px
}

.padding_left_25 {
    padding-left: 25px
}

.padding_left_30 {
    padding-left: 30px
}

.padding_left_40 {
    padding-left: 40px
}

.padding_left_45 {
    padding-left: 45px
}

.padding_left_50 {
    padding-left: 50px
}

.padding_left_55 {
    padding-left: 55px
}

.padding_left_58 {
    padding-left: 58px
}

.padding_left_60 {
    padding-left: 60px
}

.padding_left_70 {
    padding-left: 70px
}

.padding_left_75 {
    padding-left: 75px
}

.padding_left_80 {
    padding-left: 80px
}

.padding_left_85 {
    padding-left: 85px
}

.padding_left_95 {
    padding-left: 95px
}

.padding_left_100 {
    padding-left: 100px
}

/*padding right*/
.padding_right_0 {
    padding-right: 0
}

.padding_right_10 {
    padding-right: 10px
}

.padding_right_15 {
    padding-right: 15px
}

.padding_right_20 {
    padding-right: 20px
}

.padding_right_30 {
    padding-right: 30px
}

.padding_right_40 {
    padding-right: 40px
}

.padding_right_50 {
    padding-right: 50px
}

.padding_right_55 {
    padding-right: 55px
}

.padding_right_58 {
    padding-right: 58px
}

.padding_right_60 {
    padding-right: 60px
}

.padding_right_70 {
    padding-right: 70px
}

.padding_right_75 {
    padding-right: 75px
}

.padding_right_80 {
    padding-right: 80px
}

.padding_right_105 {
    padding-right: 105px
}

/* ===================================
     Font Size
====================================== */
/*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_size_20 {
    font-size: 20px
}

.font_size_22 {
    font-size: 22px
}

.font_size_24 {
    font-size: 24px
}

.font_size_26 {
    font-size: 26px
}

.font_size_28 {
    font-size: 28px
}

.font_size_30 {
    font-size: 30px
}

.font_size_32 {
    font-size: 32px
}

.font_size_34 {
    font-size: 34px
}

.font_size_36 {
    font-size: 36px
}

.font_size_38 {
    font-size: 38px
}

.font_size_40 {
    font-size: 40px
}

.font_size_42 {
    font-size: 42px
}

.font_size_44 {
    font-size: 44px
}

.font_size_48 {
    font-size: 48px
}

.font_size_60 {
    font-size: 60px
}

.font_size_64 {
    font-size: 64px
}

.font_size_50 {
    font-size: 50px
}

.font_size_70 {
    font-size: 70px
}

.font_size_80 {
    font-size: 80px
}

.font_size_90 {
    font-size: 90px
}

/*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
}

.font_weight_800 {
    font-weight: 800
}

.font_weight_900 {
    font-weight: 900
}

/* ===================================
     Line Height
====================================== */
/*Line Height*/
.line_height_18 {
    line-height: 18px
}

.line_height_22 {
    line-height: 22px
}

.line_height_24 {
    line-height: 24px
}

.line_height_25 {
    line-height: 25px
}

.line_height_28 {
    line-height: 28px
}

.line_height_30 {
    line-height: 30px
}

.line_height_34 {
    line-height: 34px
}

.line_height_36 {
    line-height: 36px
}

.line_height_40 {
    line-height: 40px
}

.line_height_42 {
    line-height: 42px
}

.line_height_48 {
    line-height: 48px
}

.line_height_50 {
    line-height: 50px
}

.line_height_54 {
    line-height: 54px
}

.line_height_60 {
    line-height: 60px
}

.line_height_65 {
    line-height: 65px
}

.line_height_80 {
    line-height: 80px
}

.line_height_82 {
    line-height: 82px
}

/* ===================================
     Button
====================================== */
.btn_hero_banner {
    display: inline-block;
    background-color: #0dace0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 13px 44px;
    font-weight: 300;
    transition: all ease-in-out 0.5s
}

.hosting_plan_btn {
    display: inline-block;
    background-color: #0dace0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 13px 44px;
    font-weight: 300;
    transition: all ease-in-out 0.5s
}

.btn_welcome {
    display: inline-block;
    background-color: #6115d0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 13px 42px;
    font-weight: 400;
    transition: all ease-in-out 0.5s
}

.btn_feature_box {
    display: inline-block;
    background-color: #6115d0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 14px 44px;
    transition: all ease-in-out 0.5s
}

.submit_btn {
    display: inline-block;
    background-color: #0dace0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 44px;
    transition: all ease-in-out 0.5s;
    border: none;
    margin-top: 30px
}

/* ===================================
         Hover
====================================== */
.btn_hero_banner:hover {
    background-color: #fff;
    color: #333
}

.hosting_plan_box:hover {
    background-color: #0dace0
}

.hosting_plan_box:hover .hosting_plan_btn {
    background-color: #6115d0;
    color: #fff
}

.hosting_plan_box:hover .hosting_plan_box_list li:before {
    border: 1px solid #6115d0
}

.btn_welcome:hover {
    background-color: #0dace0;
    color: #fff
}

.btn_feature_box:hover {
    background-color: #0dace0;
    color: #fff
}

.inner_default_navigation li a:hover {
    color: #6115d0
}

.submit_btn:hover {
    background-color: #6115d0;
    color: #fff;
    cursor: pointer
}

.outer_search_filed:hover .search_domain_btn {
    background-color: #6115d0;
    color: #fff
}


/* ===================================
      Navigation Bar
====================================== */

a.default_logo figure img {
    width: 120px
}

.default_navigation {
    padding: 0
}

.inner_default_navigation li a {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 20px 25px !important;;
    transition: all ease-in-out 0.5s
}

.inner_default_navigation li:first-child a {
    padding-left: 0 !important;
}

.inner_default_navigation {
    margin-right: 20px
}

.hosting_megamenu_dd {
    width: 310px;
    top: 67px;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    padding: 20px 0;
    left: -50px
}

.hosting_megamenu_dd_card01_header, .hosting_megamenu_dd_card02_header, .hosting_megamenu_dd_card03_header, .hosting_megamenu_dd_card04_header, .hosting_megamenu_dd_card05_header {
    padding: 10px 60px !important;
    position: relative;
    border-bottom: 1px solid #eeeff3 !important;;
    border-top: 1px solid #eeeff3 !important;
}

.hosting_megamenu_dd_card05_header {
    border-bottom: none !important;
}

.hosting_megamenu_dd_card01_header:before {
    position: absolute;
    content: "";
    background: url("../images/megamenu_dd_img01.png");
    width: 20px;
    height: 16px;
    top: 22px;
    left: 35px;
    transition: all ease-in-out 0.5s
}

.hosting_megamenu_dd_card02_header:before {
    position: absolute;
    content: "";
    background: url("../images/megamenu_dd_img02.png");
    width: 20px;
    height: 20px;
    top: 22px;
    left: 35px;
    transition: all ease-in-out 0.5s
}

.hosting_megamenu_dd_card03_header:before {
    position: absolute;
    content: "";
    background: url("../images/megamenu_dd_img03.png");
    width: 20px;
    height: 16px;
    top: 22px;
    left: 35px;
    transition: all ease-in-out 0.5s
}

.hosting_megamenu_dd_card04_header:before {
    position: absolute;
    content: "";
    background: url("../images/megamenu_dd_img04.png");
    width: 18px;
    height: 20px;
    top: 22px;
    left: 35px;
    transition: all ease-in-out 0.5s
}

.hosting_megamenu_dd_card05_header:before {
    position: absolute;
    content: "";
    background: url("../images/megamenu_dd_img05.png");
    width: 20px;
    height: 20px;
    top: 22px;
    left: 35px;
    transition: all ease-in-out 0.5s
}

.hosting_megamenu_dd_card01_header:hover:before {
    background: url("../images/megamenu_dd_hover_img01.png");
    width: 20px;
    height: 16px;
    top: 22px;
    left: 35px
}

.hosting_megamenu_dd_card02_header:hover:before {
    background: url("../images/megamenu_dd_hover_img02.png");
    width: 20px;
    height: 20px;
    top: 22px;
    left: 35px
}

.hosting_megamenu_dd_card03_header:hover:before {
    background: url("../images/megamenu_dd_hover_img03.png");
    width: 20px;
    height: 16px;
    top: 22px;
    left: 35px
}

.hosting_megamenu_dd_card04_header:hover:before {
    background: url("../images/megamenu_dd_hover_img04.png");
    width: 18px;
    height: 20px;
    top: 22px;
    left: 35px
}

.hosting_megamenu_dd_card05_header:hover:before {
    background: url("../images/megamenu_dd_hover_img05.png");
    width: 20px;
    height: 20px;
    top: 22px;
    left: 35px
}

.hosting_megamenu_dd_card01_header h5, .hosting_megamenu_dd_card02_header h5, .hosting_megamenu_dd_card03_header h5, .hosting_megamenu_dd_card04_header h5, .hosting_megamenu_dd_card05_header h5 {
    font-size: 14px;
    line-height: 20px;
}

.hosting_megamenu_dd_card01_header h5 .btn, .hosting_megamenu_dd_card02_header h5 .btn, .hosting_megamenu_dd_card03_header h5 .btn, .hosting_megamenu_dd_card04_header h5 .btn, .hosting_megamenu_dd_card05_header h5 .btn {
    color: #333;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s
}


.hosting_megamenu_dd_card01_header:hover .btn, .hosting_megamenu_dd_card02_header:hover .btn, .hosting_megamenu_dd_card03_header:hover .btn, .hosting_megamenu_dd_card04_header:hover .btn, .hosting_megamenu_dd_card05_header:hover .btn {
    color: #6115d0;
    text-decoration: none
}

.inner_default_navigation .hosting_megamenu_dd .hosting_megamenu_dd_body_list {
    padding: 20px 0
}

.inner_default_navigation .hosting_megamenu_dd .hosting_megamenu_dd_body_list li a {
    font-size: 12px;
    line-height: 24px;
    color: #333;
    display: block;
    padding: 0 0 0 70px !important;
    text-transform: capitalize;
    position: relative
}

.inner_default_navigation .hosting_megamenu_dd .hosting_megamenu_dd_body_list li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #5351fb;
    border-radius: 100%;
    top: 10px;
    left: 55px
}

.header_footer_dd {
    top: 67px;
    border: none;
    border-radius: 0;
    left: -30px
}

.inner_default_navigation li .header_footer_dd a {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 30px !important;
}

/* ===================================
      Right Drawer
====================================== */
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    right: -250px;
    width: 250px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 40px 0 0
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a.logo_link {
    padding: 0
}

.sidenav a:hover {
    color: #222
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 24px;
    padding: 0px 5px;
    background-color: #eff6f8
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.side_nav_box {
    padding: 0 30px;
    color: #fff
}

.side_nav_box a img {
    margin-bottom: 10px;
    width: 120px
}

.side_nav_box p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.side_nav_social_link li {
    display: inline-block
}

.side_nav_social_link li a {
    padding: 8px
}

.side_nav_social_link li a i {
    font-size: 14px
}

.side_nav_social_link li a:hover i {
    color: #fff
}

.side_nav_social_link {
    margin-bottom: 30px
}

.vertical_menu {
    margin-bottom: 25px
}

.vertical_menu .heading {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 15px
}

.vertical_menu_list li a {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding: 0 8px 0 15px;
    position: relative
}

.vertical_menu_list li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    left: 0;
    top: 9px;
    border-radius: 100%;
    transition: .5s ease-in-out
}

.vertical_menu_list li a:hover {
    color: #0dace0
}

.burger__item {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease
}

.burger__item-line {
    position: absolute;
}

.burger__item-line, .burger__item-line:before, .burger__item-line:after {
    width: 50px;
    height: 3px;
    background: #000;
    border-radius: 5px
}


/* ===================================
            Search Icon
====================================== */

.openBtn {
    background: transparent;
    padding: 0 9px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #6115d0;
    transition: all ease-in-out 0.5s
}

.openBtn i {
    color: #6115d0
}

.openBtn:hover {
    background: transparent
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 40%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 20px 20px 20px 0;
    font-size: 24px;
    font-weight: 500;
    border: none;
    float: left;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.overlay input[type=text]:focus {
    outline: none
}

.overlay input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.overlay input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.overlay input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.overlay button {
    background: transparent;
    font-size: 24px;
    border: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -48px
}

.side_nav_button {
    cursor: pointer;
    border: 1px solid #6115d0;
    padding: 14px 15px;
    margin-left: 10px;
    background: url("../images/side_nav_btn.png") no-repeat center;
    width: 23px;
    height: 15px;
    transition: all ease-in-out 0.5s
}

/*Mega Menu*/
.outer_mega_menu {
    position: inherit
}

.default_mega_menu {
    top: 67px !important;
    border-radius: 0;
    box-shadow: 0 22px 15px rgba(0, 0, 0, .10);
    border: none;
    left: 385px;
    padding: 40px 50px;
    width: 1140px !important;
}

.mega_menu_box {
    width: 20%;
    float: left
}

.margin_mega_menu {
    margin-bottom: 20px
}

.mega_menu_box_heading {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #6115d0;
    margin-bottom: 15px
}

.inner_default_navigation .outer_mega_menu .default_mega_menu .list_mega_menu_box li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 0 !important;
    transition: all ease-in-out 0.5s
}

.badge {
    margin-left: 5px
}

.inner_default_navigation .outer_mega_menu .default_mega_menu .list_mega_menu_box li a:hover {
    color: #6115d0
}

/* ===================================
            Banner
====================================== */
.hero_banner_content {
    padding: 65px 0
}

.hero_banner_content h1 {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px
}

.hero_banner_content h1 small {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300
}

.hero_banner_content p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px
}

.section_heading_box h2 {
    font-size: 48px;
    line-height: 48px;
    color: #271540;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative
}

.section_heading_box h2:before {
    position: absolute;
    content: "";
    background: url("../images/section_heading_tag.png");
    width: 90px;
    height: 90px;
    top: -15px;
    left: -45px
}

.section_heading_box p {
    font-size: 20px;
    line-height: 48px;
    color: #66616f;
    font-weight: 300
}

/*Sub Page Banner*/
.sub_banner_page h1, .sub_banner_page p {
    color: #fff
}

.sub_banner_page h1 {
    margin-bottom: 10px
}

.sub_banner_page p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300
}

.hosting_plans_list li {
    position: relative
}

.hosting_plans_list li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #6115d0;
    left: -20px;
    top: 9px
}

.breadcrumb {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 0;
    bottom: -76px
}

.breadcrumb li {
    position: relative
}

.breadcrumb li:before {
    padding: 8px;
    color: #0dace0;
    content: ">";
}

.breadcrumb li:first-child:before {
    content: "";
    padding: 0
}

.breadcrumb li a {
    font-size: 18px;
    line-height: 24px;
    color: #0dace0
}

.breadcrumb li {
    color: #6115d0
}

.hero_banner_section, .partner_img_section {
    overflow: hidden
}

/* ===================================
      Hosting plan Section
====================================== */
.hosting_plan_box {
    background-color: #6115d0;
    text-align: center;
    padding-bottom: 40px;
    transition: all ease-in-out 0.5s
}

.hosting_plan_box h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
    margin-top: -50px
}

.hosting_plan_box h2:before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 20%
}

.hosting_plan_box_list {
    padding: 0 0 0 95px;
    margin-bottom: 35px
}

.hosting_plan_box_list li {
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    position: relative
}

.hosting_plan_box_list li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #0dace0;
    left: -20px;
    top: 13px;
    transition: all ease-in-out 0.5s
}

.hosting_plan_box .hosting_plan_img_box {
    position: relative;
    top: -48px
}

.hosting_plan_box figure {
    margin-bottom: 25px;
}

.hosting_plan_price_box {
    font-size: 60px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px
}

.hosting_plan_price_box small {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: -20px
}


/* ===================================
      Search Domain Section
====================================== */
.outer_search_filed {
    position: relative
}

.search_domain_field {
    border: 1px solid #0dace0;
    width: 90%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 20px
}

.search_domain_field::-webkit-input-placeholder {
    color: #6115d0
}

.search_domain_field::-moz-placeholder {
    color: #6115d0
}

.search_domain_field:-ms-input-placeholder {
    color: #6115d0
}

.search_domain_btn {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #0dace0;
    padding: 16px 25px;
    border: none;
    position: absolute;
    right: 80px;
    top: 5px;
    transition: all ease-in-out 0.5s
}

/* ===================================
        Welcome Section
====================================== */
.welcome_hosting_box {
    padding-top: 15px
}

.welcome_hosting_box p {
    margin-bottom: 40px;
    font-weight: 300
}

/* ===================================
          Guarantee Section
====================================== */
.hosting_guarantee_box h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative
}

.hosting_guarantee_box h2 {
    color: #fff !important;
}

.hosting_guarantee_box h2:before {
    position: absolute;
    content: "";
    background: url("../images/hosting_guarantee_bg.png");
    width: 90px;
    height: 90px;
    top: -15px;
    left: -45px
}

.hosting_guarantee_box p {
    color: #0dace0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300
}

.outer_guarantee_box {
    padding: 40px 10px;
    text-align: center
}

.outer_guarantee_box figure img {
    width: 58px;
    height: 50px;
    margin-bottom: 10px
}

.white_box h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #271540
}

.blue_box h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff
}

.white_box {
    background-color: #fff
}

.blue_box {
    background-color: #0dace0;
    position: relative;
    top: 20px
}

.border_bottom {
    border-bottom: 1px solid #7938d7
}

.counter_box figure img {
    width: 50px;
    height: 55px
}

.counter_box figure {
    width: 25%;
    float: left
}

.counter_box .counter_content_box {
    width: 75%
}

.count {
    font-size: 36px;
    line-height: 30px;
    color: #0dace0
}

.counter_content_box_name {
    font-size: 18px;
    line-height: 30px;
    color: #fff
}


/* ===================================
        Feature  Section
====================================== */
.feature_content_box h3 {
    font-size: 36px;
    line-height: 42px;
    color: #271540;
    font-weight: 400;
    margin-bottom: 20px
}

.feature_content_box p {
    margin-bottom: 35px
}

.feature_img_box figure img {
    width: 200px
}

.hosting_feature_content_box h3 {
    color: #271540;
    margin-bottom: 20px
}

/* ===================================
   Testimonial Section
====================================== */
.testimonial_box {
    border: 1px solid #6115d0;
    background: #fff;
    padding: 35px 40px 30px;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(47, 57, 93, .2);
    float: left;
    width: 100%
}

.rating_star_list li {
    display: inline-block
}

.rating_star_list li i {
    font-size: 16px;
    line-height: 16px;
    color: #fcb100
}

.testimonial_box p {
    font-size: 16px;
    line-height: 24px;
    margin: 9px 0 11px;
    font-weight: 400;
    letter-spacing: 0.5px
}

.client_name {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #6115d0
}

.client_name small {
    color: #9e9e9e
}

.client_name {
    width: 50%;
    float: left
}

.client_profile_pic {
    width: 50%;
    float: left
}

.client_profile_pic figure {
    margin: 0;
    border: 1px solid #6115d0;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    float: right
}

.client_profile_pic figure img {
    height: auto;
    max-width: 100%
}

.testimonial_slider_indicator {
    bottom: -40px
}

.testimonial_slider_indicator li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    border-color: #b6b6b6
}

.testimonial_slider_indicator li.active {
    background-color: #6115d0;
    border: 2px solid #fff
}

/* ===================================
        Default Footer
====================================== */
.default_footer_links h4 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px
}

.default_footer_links_list li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    transition: all ease-in-out 0.5s
}

.default_footer_links_list li a:hover {
    color: #0dace0
}

.footer_logo_box figure img {
    width: 130px
}

.footer_list_link li {
    display: inline-block
}

.footer_list_link li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 20px;
    transition: all ease-in-out .5s
}

.footer_list_link li a:hover {
    color: #0dace0
}

.footer_social_links li {
    display: inline-block;
    padding: 0 5px
}

.footer_social_links li:first-child {
    padding-left: 0
}

.footer_social_links li:last-child {
    padding-right: 0
}

.footer_social_links li a {
    border: 1px solid #fff;
    width: 29px;
    height: 29px;
    display: table;
    transition: all ease-in-out 0.5s
}

.footer_social_links li a:hover {
    border: 1px solid #0dace0;
    background-color: #0dace0
}

.footer_social_links li a i {
    color: #fff;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all ease-in-out .5s
}

.footer_social_links li a:hover i {
    color: #fff
}

.copy_right_box a {
    color: #0dace0;
    transition: all ease-in-out .5s
}

.copy_right_box a:hover {
    color: #fff
}

.default_footer_links_list li {
    color: #fff
}

/* ===================================
   Build Website Section
====================================== */
.build_website_content_box h2 {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.build_website_content_box p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 300
}

.build_website_price_box {
    background-color: #6115d0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px
}

.btn_build_website {
    background-color: transparent;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    transition: all ease-in-out 0.5s
}

.btn_build_website:hover {
    background-color: #fff;
    color: #333
}

/* ===================================
            Add On's Section
====================================== */
.card, .card-header {
    background-color: transparent;
    border: none
}

.card-header {
    padding: 10px 0
}

.card-header:focus {
    text-decoration: none
}

.question_content {
    font-size: 24px;
    line-height: 28px;
    color: #0dace0;
    padding: 5px 0
}

.question_content:hover {
    text-decoration: none
}

.card-body {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    color: #66616f;
    font-weight: 300
}

/* ===================================
       Reseller Plan Table
====================================== */
.outer_comparison_plan_table {
    width: 100%;
    position: relative;
}

.comparison_plan_list {
    display: flex;
    top: 0;
    z-index: 10;
    padding-bottom: 14px;
}

.comparison_plan_list li {
    list-style: none;
    flex: 1;
}

.comparison_plan_list li:last-child {
    border-right: 1px solid #DDD;
}

.comparison_plan_list li button {
    width: 100%;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999
}

.comparison_plan_list li.active button {
    background: #F5F5F5;
    color: #000;
}

.comparison_plan_table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

th {
    background: #6115d0;
    display: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase
}

td, th {
    height: 53px
}

th, td {
    border: 1px solid #6115d0;
    padding: 15px 10px;
    empty-cells: show;
}

td, th {
    text-align: left;
}

.comparison_plan_table td + td, .comparison_plan_table th + th {
    text-align: center;
    display: none;
}

td.default {
    display: table-cell;
}

.txt-l {
    font-size: 28px;
    font-weight: bold;
}

.txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.tick {
    font-size: 18px;
    color: #2CA01C;
}

.hide {
    border: 0;
    background: none;
}


.comparison_plan_table tbody tr:last-child td {
    border: 1px solid rgba(255, 255, 255, .3)
}

.comparison_price_box {
    font-size: 60px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px
}

.comparison_price_box small {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300
}

.btn_order_now {
    display: inline-block;
    background-color: #0dace0;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    padding: 10px 30px;
    transition: all ease-in-out 0.5s
}

.btn_order_now:hover {
    background-color: #fff;
    color: #333
}

.outer_comparison_price_box {
    padding: 25px 0 20px
}

/* ===================================
      Dedicated Server Table
====================================== */
.dedicate_server_table {
    text-align: center
}

.dedicate_server_table td {
    border: none
}

.dedicate_server_table tr {
    border: 1px solid #0dace0;
    transition: all ease-in-out 0.5s
}

.dedicate_server_table th, .dedicate_server_table tr td:first-child {
    text-align: center !important;
}

.dedicate_server_table tr td {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #66616f;
    padding: 20px 10px;
    text-align: center
}

.dedicate_server_table tr td:first-child {
    color: #6115d0
}

.dedicate_server_table tr td:nth-child(2), .dedicate_server_table tr td:nth-child(6) {
    color: #0dace0
}

.dedicated_server_btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    background-color: #0dace0;
    padding: 8px 25px;
    transition: all ease-in-out 0.5s
}

.dedicate_server_table tr:hover {
    background-color: #f5f5f5
}

.dedicate_server_table tr:hover .dedicated_server_btn {
    background-color: #6115d0;
    color: #fff
}

/* ===================================
        Experience VPS Power
====================================== */
.vps_power_experience_section {
    position: relative
}

.vps_power_experience_section:before {
    position: absolute;
    content: "";
    background-color: #0dace0;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0
}

.content_box p {
    line-height: 30px;
    margin-top: 20px
}

.vps_power_list {
    padding-left: 70px
}

.vps_power_list li {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-left: 25px
}

.vps_power_list li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    left: 0;
    top: 13px
}


/* ===================================
        Why Choose Image
====================================== */
.why_choose_box .why_choose_img_box {
    margin-bottom: 30px
}

.why_choose_img_box {
    width: 160px;
    height: 160px;
    background-color: #6115d0;
    display: table
}

.why_choose_img_box figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.why_choose_box h2 {
    font-size: 30px;
    line-height: 38px;
    color: #271540;
    margin-bottom: 10px
}


/* ===================================
         Domain Section
====================================== */
.domain_box {
    border: 1px solid #6115d0;
    background-color: #fff;
    padding: 30px 80px 30px 30px
}

.domain_name {
    font-size: 36px;
    line-height: 36px;
    color: #271540;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px
}

.domain_name:before {
    position: absolute;
    content: "";
    background-color: #6115d0;
    width: 25%;
    height: 1px;
    left: 0;
    bottom: -25px
}

.domain_box p {
    color: #66616f;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px
}

.domain_price_box {
    font-size: 60px;
    line-height: 36px;
    color: #6115d0;
    font-weight: 400
}

.domain_price_box span {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    position: relative;
    top: -15px
}

/* ===================================
         History Section
====================================== */
.history_box {
    border: 1px solid #6115d0;
    background-color: #fff;
    padding: 30px 25px;
    box-shadow: 10px -10px 0 rgba(207, 220, 246);
    position: relative
}

.history_box:before {
    position: absolute;
    content: "";
    background-color: #6115d0;
    width: 1px;
    height: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -75px
}

.history_year {
    font-size: 36px;
    line-height: 30px;
    color: #271540;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative
}

.history_year:before {
    position: absolute;
    content: "";
    background-color: #6115d0;
    height: 1px;
    width: 25%;
    left: 0;
    bottom: -25px
}

.history_box p {
    font-size: 18px;
    line-height: 28px
}

.team_social_links li {
    display: inline-block
}

.team_social_links li a {
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    display: table
}

.team_social_links li a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.hosting_team_box {
    background-color: #6115d0;
    text-align: center;
    padding: 30px 20px
}

.hosting_team_box figure img {
    border: 1px solid #0dace0
}

.hosting_team_box figure {
    margin-bottom: 25px
}

.hosting_team_box h3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px
}

.team_social_links {
    margin-bottom: 20px
}

.hosting_team_box p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: left
}

/* ===================================
         Contact Form
====================================== */
.contact_field {
    border: 1px solid #6115d0;
    width: 100%;
    font-size: 18px;
    padding: 15px;
    font-weight: 300
}

.mailing_address_box {
    border: 1px solid #6115d0;
    background-color: transparent;
    padding: 40px;
    box-shadow: 10px -10px rgba(239, 231, 250);
    min-height: 252px
}

.mailing_address_box h4 {
    font-size: 36px;
    line-height: 36px;
    color: #271540;
    margin-bottom: 50px;
    position: relative
}

.mailing_address_box h4:before {
    position: absolute;
    content: "";
    background-color: #6115d0;
    width: 25%;
    height: 1px;
    left: 0;
    bottom: -25px
}

/* ===================================
         Affiliates Page
====================================== */
.btn_affiliates {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-color: #0dace0;
    padding: 13px 0;
    transition: all ease-in-out 0.5s;
    font-weight: 300;
    width: 160px;
    text-align: center
}

.btn_affiliates.active {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-color: transparent;
    padding: 11px 0;
    transition: all ease-in-out 0.5s;
    font-weight: 300;
    width: 160px;
    text-align: center;
    border: 2px solid #0dace0;
    margin-left: 20px
}

.btn_affiliates:hover {
    background-color: transparent;
    border: 2px solid #0dace0;
    padding: 11px 0;
    color: #fff
}

.btn_affiliates.active:hover {
    background-color: #0dace0;
    border: 2px solid #0dace0;
    padding: 11px 0;
    color: #fff
}

.hosting_affiliates_box figure {
    margin-bottom: 25px
}

.hosting_affiliates_box h5 {
    margin-bottom: 15px
}

.affiliates_list li {
    position: relative;
    padding-left: 20px
}

.affiliates_list li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    left: 0;
    top: 9px;
    background-color: #6115d0
}

/* ===================================
         Domain Transfer
====================================== */
.Domain_transfer_step {
    font-size: 72px;
    line-height: 52px;
    font-weight: 600;
    color: rgba(0, 0, 0, .10);
    position: relative;
    margin-bottom: 15px
}

.Domain_transfer_step:before {
    position: absolute;
    content: "";
    background: url("../images/square_check_mark.png");
    width: 30px;
    height: 30px;
    right: 0;
    left: 100px;
    margin: 0 auto;
    top: -20px
}

.domain_transfer_box h5 {
    margin-bottom: 15px
}

/* ===================================
         Email Security
====================================== */
.email_security_box {
    padding-top: 40px
}

.email_security_box h2 {
    margin-top: 0
}

.btn_create_account {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    background-color: #0dace0;
    padding: 10px 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    transition: all ease-in-out 0.5s
}

.btn_create_account:hover {
    background-color: #6115d0;
    color: #fff
}

.email_provider_box figure {
    margin-bottom: 20px
}

.email_provider_box h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #271540
}

/* ===================================
         Data Center
====================================== */
.btn_data_center {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-color: #0dace0;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s
}

.data_center_img figure {
    opacity: .10
}

.btn_data_center:hover {
    background-color: #6115d0;
    color: #fff
}

.data_center_map figure {
    position: relative
}

#data_center_box01 {
    position: absolute;
    cursor: pointer;
    left: 8%;
    top: 28%
}

#data_center_box02 {
    position: absolute;
    cursor: pointer;
    left: 27%;
    top: 68%
}

#data_center_box03 {
    position: absolute;
    cursor: pointer;
    left: 33%;
    top: 13%
}

#data_center_box04 {
    position: absolute;
    cursor: pointer;
    left: 44%;
    top: 36%
}

#data_center_box05 {
    position: absolute;
    cursor: pointer;
    left: 73%;
    top: 30%
}

#data_center_box06 {
    position: absolute;
    cursor: pointer;
    left: 67%;
    top: 57%
}

#data_center_box07 {
    position: absolute;
    cursor: pointer;
    left: 83%;
    top: 76%
}

.location_pin {
    font-weight: 600
}

#data_center_box01 .location_detail, #data_center_box02 .location_detail, #data_center_box03 .location_detail, #data_center_box04 .location_detail, #data_center_box05 .location_detail, #data_center_box06 .location_detail, #data_center_box07 .location_detail {
    position: absolute;
    background: #fff;
    color: #777;
    width: 200px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
    display: block !important;
    -webkit-box-shadow: 4px 0 33px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 4px 0 33px 0 rgba(0, 0, 0, .3);
    box-shadow: 4px 0 33px 0 rgba(0, 0, 0, .3);
    z-index: 2;
    margin-top: 5px;
    opacity: 0;
    transition: .5s ease-in-out;
    left: -50px;
    text-align: left;
}

#data_center_box01 .location_detail h2, #data_center_box02 .location_detail h2, #data_center_box03 .location_detail h2, #data_center_box04 .location_detail h2, #data_center_box05 .location_detail h2, #data_center_box06 .location_detail h2, #data_center_box07 .location_detail h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    color: #6115d0;
}

#data_center_box01 .location_detail p, #data_center_box02 .location_detail p, #data_center_box02 .location_detail p, #data_center_box04 .location_detail p, #data_center_box05 .location_detail p, #data_center_box06 .location_detail p, #data_center_box07 .location_detail p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

#data_center_box01.location-outer:hover .location_detail, #data_center_box02.location-outer:hover .location_detail, #data_center_box03.location-outer:hover .location_detail, #data_center_box04.location-outer:hover .location_detail, #data_center_box05.location-outer:hover .location_detail, #data_center_box06.location-outer:hover .location_detail, #data_center_box07.location-outer:hover .location_detail {
    display: block !important;
    opacity: 1;
    left: 0;
    transition: .8s ease-in-out;
}


/* ===================================
             404 Page
====================================== */
.error_page_outer {
    height: 100vh;
    background-color: #fff;
    display: table;
    position: relative
}

.error_page_outer:before {
    position: absolute;
    content: "";
    background-color: #dbf3fa;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%
}

.error_page_inner {
    display: table-cell;
    vertical-align: middle
}

.error_box {
    font-size: 256px;
    line-height: 260px;
    font-weight: 600;
    color: #271540;
    margin-bottom: 30px
}

.error_content {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #6115d0;
    margin-bottom: 30px
}

.outer_error_box p {
    font-size: 30px;
    line-height: 36px;
    color: #271540;
    font-weight: 300;
    margin-bottom: 30px
}

.btn_return_home {
    display: inline-block;
    background-color: #0dace0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 14px 40px;
    transition: all ease-in-out 0.5s
}

.btn_return_home:hover {
    background-color: #6115d0;
    color: #fff
}

.outer_error_box {
    padding-left: 80px;
    padding-top: 80px
}

.error_page_footer {
    position: absolute;
    content: "";
    background-color: #6115d0;
    width: 100%;
    left: 0;
    bottom: 0
}

.error_page_footer .row {
    margin-right: 0
}

.error_page_copyright {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    padding: 30px 0
}

.logo_box figure {
    position: relative;
    padding-left: 80px;
    padding-top: 50px
}

.logo_box figure:before {
    position: absolute;
    content: "";
    background: url("../images/section_heading_tag.png");
    width: 90px;
    height: 90px;
    top: 20px;
    left: 30px
}

.logo_box figure img {
    width: 120px
}


/* ===================================
                Coming Soon
====================================== */
.bg_coming_soon {
    background-color: #fff;
    position: relative;
    height: 100vh;
    display: table
}

.bg_coming_soon:before {
    position: absolute;
    content: "";
    background-color: #dbf3fa;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0
}

.inner_coming_soon {
    display: table-cell;
    vertical-align: middle
}

.coming_soon_social_links li {
    display: inline-block
}

.coming_soon_heading small {
    font-size: 30px;
    line-height: 30px;
    color: #271540;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 5px
}

.coming_soon_heading {
    font-size: 100px;
    line-height: 100px;
    color: #6115d0;
    font-weight: 600;
    text-transform: uppercase
}

.counter_outer_box .counter_box {
    display: inline-block;
    padding: 0 15px
}

.counter_outer_box .counter_box .inner_counter_box {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: table;
    border: 1px solid #6115d0;
    box-shadow: 5px -5px 0 rgba(207, 220, 246);
}

.counter_outer_box .counter_box .countd {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.countd div.counter {
    font-size: 60px;
    line-height: 60px;
    color: #271540
}

.countd div {
    font-size: 20px;
    line-height: 30px;
    color: #271540;
    font-weight: 300
}

.coming_soon_content_box p {
    font-size: 50px;
    line-height: 50px;
    color: #0dace0;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 60px
}

.coming_soon_content_box p span {
    color: #6115d0;
    font-weight: 700
}

.heading_coming_soon_subscribe_email {
    font-size: 24px;
    line-height: 28px;
    color: #271540;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px
}

.coming_soon_subscribe_email {
    font-size: 14px;
    padding: 10px 20px;
    width: 50%;
    border: 1px solid #6115d0;
    font-weight: 300;
    box-shadow: 5px -5px 0 rgba(207, 220, 246)
}

.submit_email_subscribe {
    background-color: #0dace0;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    cursor: pointer;
    padding: 12px 35px 14px;
    margin-left: -3px
}

.coming_soon_copyright {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.coming_soon_copyright a {
    color: #0dace0;
    transition: all ease-in-out 0.5s
}

.coming_soon_copyright a:hover {
    color: #fff
}

.left_box {
    position: relative
}

.coming_soon_contact_us_list li {
    font-size: 16px;
    line-height: 24px
}

.coming_soon_contact_us_list li strong {
    color: #0dace0
}

.coming_soon_contact_us_list li a {
    color: #fff
}

.coming_soon_footer {
    position: absolute;
    left: 0;
    bottom: 0
}

.coming_soon_contact_us {
    font-size: 16px;
    line-height: 24px
}

/* ===================================
            Contact Form
====================================== */
.input_label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.contact_form {
    margin-bottom: 20px
}

/* ===================================
           SSL Certificate
====================================== */
.ssl_certificates_plan_box h2 {
    font-size: 30px
}

/* ===================================
           DDoS Protection
====================================== */
.ddos_plan_box h2 {
    font-size: 30px
}

.ddos_plan_box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 50px;
    margin-bottom: 50px
}

/* ===================================
           G Suite
====================================== */
.gsuit_plan_box li {
    font-size: 18px
}

.one_package_box figure {
    margin-bottom: 20px
}

.one_package_box h5 {
    margin-bottom: 10px
}

/* ===================================
           Promotion Page
====================================== */
.promotions_plan_box {
    padding: 30px;
    color: #fff
}

.promotions_plan_box h2 {
    font-size: 20px;
    margin-bottom: 40px
}

.promotions_plan_box h2:before {
    bottom: -20px
}

.promotions_plan_box p {
    margin-bottom: 20px
}

/* ===================================
        Testimonial Page
====================================== */

.testimonial_name {
    font-size: 18px;
    line-height: 24px;
    color: #6115d0;
    font-weight: 300
}

.testimonial_name small {
    color: #271540;
    font-weight: 300
}

.testimonial_box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}

.testimonial_box .rating_star_list {
    margin-bottom: 30px
}

.outer_testimonial_box figure {
    text-align: center
}

.outer_testimonial_box figure img {
    position: relative;
    bottom: 45px
}

.three_column_slider_indicators {
    right: -20px;
    bottom: 10px;
    left: auto
}

.three_column_slider_indicators li {
    border: 1px solid #b7b7b7;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 100%
}

.three_column_slider_indicators li.active {
    border: 1px solid #6115d0
}

.two_column_testimonial_box {
    border: 1px solid #0dace0;
    border-radius: 4px;
    padding: 30px
}

.testimonial_two_client_name {
    font-size: 20px;
    line-height: 24px;
    color: #6115d0;
    font-weight: 300
}

.testimonial_two_client_name small {
    font-size: 14px;
    line-height: 24px;
    color: #271540;
    font-weight: 300
}

.testimonial_social_icons li {
    display: inline-block;
    padding: 0 5px
}

.testimonial_social_icons li a i {
    font-size: 14px;
    color: #333
}

.two_column_slider_indicators, .one_column_slider_indicators {
    bottom: -50px;
    right: 0;
    left: auto
}

.two_column_slider_indicators li, .one_column_slider_indicators li {
    border: 1px solid #b7b7b7;
    width: 12px;
    height: 12px;
    border-radius: 100%
}

.two_column_slider_indicators li.active, .one_column_slider_indicators li.active {
    border: 1px solid #6115d0
}

/* ===================================
        Payment Methods
====================================== */
.payment_method_box {
    background-color: #dbf3fa;
    border-radius: 10px;
    padding: 60px 80px
}

.payment_method_box figure {
    margin-bottom: 30px
}


/* ===================================
            VOIP
====================================== */
.voip_feature_box {
    text-align: center;
    padding: 0 30px
}

.voip_feature_box figure {
    margin-bottom: 20px
}

.voip_feature_box h5 {
    margin-bottom: 10px;
    color: #271540
}

.privacy_policy_text h3 {
    color: #271540
}

.privacy_policy_text b {
    color: #0dace0
}

.landing_page_footer_logo img {
    width: 130px
}

.landing_page_footer_social_links li {
    display: inline-block
}

.landing_page_footer_social_links li a i {
    font-size: 16px;
    color: #271540
}

/* ===================================
        Blog Page
====================================== */
.btn_blog_post, .post_comment_button {
    background-color: #0dace0;
    border: 2px solid #0dace0;
    -webkit-box-shadow: 0 10px 6px -6px #666;
    -moz-box-shadow: 0 10px 6px -6px #666;
    box-shadow: 0 10px 6px -6px #666;
    padding: 11px 40px;
    transition: all ease-in-out 0.5s
}

.btn_blog_post:hover {
    background-color: #6115d0;
    border: 2px solid #6115d0;
    cursor: pointer
}

.btn_blog_post a {
    color: #fff
}

.post_comment_button {
    color: #fff;
    margin-bottom: 50px;
    cursor: pointer
}

.container-3 input#search {
    width: 100%;
    height: 50px;
    background: #2b303b;
    border: none;
    font-size: 18px;
    float: right;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 40px
}

.border_bottom {
    border-bottom: 1px solid #dbdede;
}

.side_links li {
    padding: 10px 0 0
}

.side_links li a {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 18px;
    transition: all ease-in-out 0.4s
}

.side_links li a span {
    float: right
}

.side_links li a:hover {
    color: #13ceed
}

.tag_buttons li {
    background-color: #13ceed;
    padding: 10px;
    margin: 5px;
    float: left;
    font-size: 12px;
    transition: all ease-in-out 0.4s
}

.tag_buttons li a {
    color: #fff
}

.tag_buttons li:hover {
    background-color: #0d2781
}

.input_fields {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #dbdede
}

.submit_button {
    padding: 6px 32px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    background-color: #0dace0;
    border: 2px solid #0dace0;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    transition: all ease-in-out 0.4s;
    -webkit-box-shadow: 0 10px 6px -6px #666;
    -moz-box-shadow: 0 10px 6px -6px #666;
    box-shadow: 0 10px 6px -6px #666;
}

.social_links li {
    display: inline-block;
    padding: 0 5px
}

.social_links li a i {
    color: #666
}

.social_links li a:hover i {
    color: #0d2781
}

.inner_comment_box {
    padding: 30px
}

.blogpost_input_fields {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dbdede
}

.submit_button:hover {
    background-color: #6115d0;
    border: 2px solid #0d2781;
    color: #fff
}

.btn_blg_post {
    background-color: #0dace0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 14px 40px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 50px;
    transition: all ease-in-out 0.5s
}

.btn_blg_post:hover {
    background-color: #6115d0;
    color: #fff
}

/* ===================================
             Header01
====================================== */
.header01_top_bar {
    padding: 10px 0 74px
}

.header01_top_bar_content {
    font-size: 14px;
    line-height: 14px;
    margin: 12px 0 0;
    color: #271540;
    font-weight: 400
}

.header01_top_bar_btn {
    text-align: right
}

.btn_contact_us {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background-color: #6115d0;
    color: #fff;
    padding: 10px 20px
}

.header01_navigation {
    position: absolute;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    top: 60px;
    padding: 0
}

.header01_logo img {
    width: 130px
}

.header01_logo {
    margin: 0;
    padding: 38px 0
}

.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: 14px;
    line-height: 14px
}

.header01_contact_list li i {
    padding-right: 7px;
    color: #6115d0
}

.header01_social_links li a {
    font-size: 16px;
    line-height: 20px;
    color: #271540;
    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_navbar li a {
    padding: 10px 25px !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.header01_dd_menu {
    top: 46px !important;
    border: none;
    border-radius: 0
}

.sub_dropdown, .header01_dd_menu04 {
    top: 46px !important;
}

.header01_navbar li .header01_dd_menu a {
    font-size: 14px
}

.header01_navbar li .header01_dd_menu a:hover {
    background-color: transparent;
    color: #6115d0
}

.default_dd_menu {
    top: 67px;
    border: none;
    border-radius: 0
}

.header01_navbar li .default_dd_menu a {
    font-size: 14px
}

.header01_navbar li .default_dd_menu a:hover {
    background-color: transparent;
    color: #6115d0
}

.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: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    text-transform: capitalize
}

/* ===================================
             Header02
====================================== */
.left_box {
    float: left;
    width: 50%
}

.right_box {
    width: 50%;
    float: right;
    text-align: right
}

.left_box a {
    font-size: 14px;
    line-height: 14px
}

.left_box a i {
    color: #6115d0;
    margin-right: 10px
}

.header_02_social_links li {
    display: inline-block
}

.inner_box {
    float: right
}

.header_02_social_links {
    float: left;
    margin-right: 20px
}

.contact_number {
    padding-left: 30px
}

.header_02_logo {
    max-width: 300px !important;
    position: absolute;
    background: #fff;
    height: 165px;
    z-index: 1;
    display: table;
    width: 220px;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 #ececec;
    -moz-box-shadow: 0 0 10px 0 #ececec;
    box-shadow: 0 0 10px 0 #ececec;
}

.header_02_logo figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.header_02_social_links li a i {
    font-size: 14px;
    color: #271540
}

.header_02_social_links li a {
    padding: 0 5px
}

.contact_number a {
    font-size: 14px;
    line-height: 14px;
    color: #271540
}

.contact_number a i {
    color: #271540;
    margin-right: 10px
}

.header_02_top_navigation {
    padding: 0 1px
}

.menubar_header_02 li a, .header02_right_side li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 15px !important;
}

.header02_dd_menu {
    top: 42px;
    border: none;
    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: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    text-transform: capitalize
}

.header02_dd_menu a {
    font-size: 14px !important;
}

/* ===================================
              Header 03
====================================== */
.header03_gradient_bg {
    background-color: #6115d0;
    padding: 0
}

.header03_navbar li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px !important;
}

.header03_contact_info li {
    display: inline-block;
    position: relative;
    padding: 0 35px;
    text-align: left;
    font-size: 14px;
    line-height: 20px
}

.header03_logo img {
    width: 130px
}

.header03_contact_info li:nth-child(1):before {
    position: absolute;
    content: "";
    background: url("../images/phone_img.png");
    width: 25px;
    height: 25px;
    left: -5px;
    top: 8px
}

.header03_contact_info li:nth-child(2):before {
    position: absolute;
    content: "";
    background: url("../images/map_marker.png");
    width: 26px;
    height: 26px;
    left: -5px;
    top: 8px
}

.header03_dropdown {
    top: 66px;
    border: none;
    border-radius: 0
}

.header03_navbar .header03_dropdown a {
    font-size: 14px !important;
    color: #271540 !important;
    padding: 10px 30px !important;
}

.header03_navbar .header03_dropdown a:hover {
    background-color: transparent;
    color: #6115d0
}

.mega_menu03 {
    left: 395px;
    top: 66px !important;
    padding: 40px 50px
}

.header03_navbar .mega_menu03 .list_mega_menu_box li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 0 !important;
    transition: all ease-in-out 0.5s
}

/* ===================================
             Header 04
====================================== */
.header04_top_bar {
    background-color: #6115d0;
    padding: 10px 0
}

.office_timing {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 300;
    padding-top: 7px
}

.header04_social_links li {
    display: inline-block
}

.header04_social_links li a i {
    font-size: 14px;
    color: #fff;
    padding: 0 5px
}

.header04_navigation {
    background-color: #0dace0;
    padding: 0
}

.header04_navbar li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 20px !important;
}

.header04_dropdown {
    top: 54px;
    border: none;
    border-radius: 0
}

.header04_navbar .header04_dropdown a {
    color: #271540 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.header04_mega_menu {
    left: 0;
    top: 54px !important;
}

.header04_mega_menu .list_mega_menu_box li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 0 !important;
    transition: all ease-in-out 0.5s
}

/* ===================================
              Footer01
====================================== */
.footer_heading {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400
}

.footer01_social_links li {
    display: inline-block
}

.footer01_links li, .footer01_links li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff !important;
}

.footer_links li a, .footer01_copyright, .footer01_copyright a {
    color: #fff
}

.footer_links li a i {
    font-size: 14px;
    padding: 0 5px
}

.footer01_links li {
    display: inline-block;
    padding: 0 10px
}

/* ===================================
              Footer02
====================================== */
.footer02_links_list li a {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    letter-spacing: normal;
    position: relative;
    padding-left: 20px
}

.footer02_links_list li a:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 0;
    top: 8px
}

.footer02_contact_details_list li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.footer02_contact_details_list li a {
    font-size: 16px;
    color: #fff;
}

.footer02_links_heading {
    margin: 0 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.footer02_social_links li {
    display: inline-block
}

.footer02_social_links li a {
    width: 30px;
    height: 30px;
    display: table;
    background: #0dace0;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    transition: all ease-in-out 0.5s
}

.footer02_social_links li a i {
    display: table-cell;
    vertical-align: middle;
    transition: all ease-in-out 0.5s
}

.footer02_social_links li a:hover {
    background-color: #fff
}

.footer02_social_links li a:hover i {
    color: #0dace0
}

.footer02_contact_details_list li i {
    position: absolute;
    left: 10px;
    top: 7px
}

.footer02_contact_details_list li div {
    font-weight: 300
}

.footer02_subscribe_email {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    padding: 7px 15px
}

.footer02_subscribe_email_box {
    position: relative
}

.footer02_subscribe_email_btn {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border: none;
    background: #0dace0;
    border-radius: 0;
    transition: .5s ease-in-out;
    text-transform: capitalize
}

.footer02_social_links, .footer02_subscribe_email_box {
    margin-bottom: 20px
}

.footer02_copyright {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 300
}

.footer02_copyright a {
    color: #0dace0
}

/* ===================================
              Footer 03
====================================== */
.footer03_first_box li {
    display: inline-block;
    padding: 0 15px
}

.footer03_first_box li:last-child {
    float: right;
    padding-right: 0
}

.footer03_first_box li:first-child {
    padding-left: 0
}

.footer03_first_box li a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400
}

.footer03_social_links li {
    display: inline-block
}

.footer03_copyright {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    padding-top: 7px
}

.footer03_social_links {
    float: right
}

.footer03_social_links li a i {
    font-size: 14px;
    color: #fff;
    padding: 0 5px
}

.footer03_box_inner img {
    width: 130px
}

.footer03_box_inner p {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
    padding-right: 20px
}

.footer03_heading {
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize
}

.footer03_links_list li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

/* ===================================
              Footer 04
====================================== */
.footer04_logo img {
    width: 130px
}

.footer04_copyright {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 300
}

.border_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.content_box_footer04 p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 300
}

.content_box_footer04 p span {
    margin-top: 30px;
    display: block
}

.footer04_social_links {
    margin-top: 10px
}

.footer04_social_links li {
    display: inline-block;
    padding: 0 5px
}

.footer04_social_links li a {
    width: 30px;
    height: 30px;
    display: table;
    background: #0dace0;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}

.footer04_social_links li a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.footer04_links_list li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer04_links_list li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff
}

.footer04_subscription_box {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 25px;
    margin-bottom: 0;
    font-weight: 300;
}

.footer04_subscription_box_heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}

/* ===================================
         Contact Form
====================================== */
.input_label {
    color: #271540;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px
}

.contact_form {
    border: 1px solid #0dace0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300
}

.contact_form::-webkit-input-placeholder {
    color: #6115d0;
}

.custom-file-label {
    color: #6115d0
}

.check_list li {
    padding-left: 20px
}

.custom-file-label {
    font-size: 14px;
    font-weight: 300
}

.custom-file-input {
    padding: 10px 20px
}

.custom-file-label {
    border-radius: 0;
    border: 1px solid #0dace0
}

.custom-file-label::after {
    border-radius: 0;
    background-color: #6115d0;
    padding: 7px 20px;
    color: #fff
}


.domain_table thead th, .domain_table tbody td {
    text-align: center !important;
}

@media only screen and (min-width: 992px) {
    .inner_default_navigation .default_header_dd:hover .default_dd_menu {
        display: block
    }

    .inner_default_navigation .outer_mega_menu:hover .default_mega_menu {
        display: block
    }
}

.contact_field.error {
    border: 1px solid red
}

.contact_field.error:focus {
    outline: none
}

span.error {
    display: none !important;
}

.one_page_sticky_nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 9
}

.one_page_footer_logo {
    width: 120px
}

.one_page_footer_social_links li {
    display: inline-block;
    padding: 0 5px
}

.one_page_footer_social_links li a {
    border: 1px solid #271540;
    width: 29px;
    height: 29px;
    display: table;
    transition: all ease-in-out 0.5s;
}

.one_page_footer_social_links li a i {
    color: #271540;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: all ease-in-out .5s;
}

.one_page_footer_social_links li a:hover {
    background-color: #0dace0;
    border: 1px solid #0dace0
}

.one_page_footer_social_links li a:hover i {
    color: #fff
}


.mobile_navigation {
    display: none
}

.whmcs_dd {
    left: 0
}

#return-to-top {
    z-index: 1000;
    position: fixed;
    bottom: 40px;
    right: 60px;
    background: #0dace0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border: 1px solid #fff;
    border-radius: 0;
    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 i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 6px;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -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: #6115d0
}

/************ PRELOADER CSS ************/
/* ====  Preloader styles ==== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}

#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: #3795d2;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3795d2;
    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: #3795d2;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.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);
}

.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);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.quantity {
    margin: 0 10px;
}
.line {
    justify-items: center;
    width: 50px;
    border: 1px solid black;
    display: flex;
    height: 1px;
}
.constructor-map {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 20px;
    background: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 50px rgb(17 78 167 / 15%);
}
.document-image {
    width: 50%;
    margin:12px
}

.document-image img {
    width: 100%;
    object-fit: contain;
}

.footer-main-con::before {
    content: "1";
    background: url("l");
}

