@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


:root {
    --primary-color: #fff;
    --secondary-color: #333333;
    --accent: #ff7800;
    --text-color: #7c7c7c;
    --border-color: #e4e4e4;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text-color);
    word-break: break-word;
    font-family: 'Inter', sans-serif;
}
/* generics start */
h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: var(--secondary-color);
}
h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--secondary-color);
}
h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: var(--secondary-color);
}
h4 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: var(--secondary-color);
}
h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--secondary-color);
}
h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--secondary-color);
}
.padding-top {
    padding-top: 150px;
}
.padding-bottom {
    padding-bottom: 150px;
}
.p-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
a:hover {
    text-decoration: none;
}
.light-bg{
    background: #f9f9f9;
}
.generic-btn button,
.primary-btn,
.secondary-btn,
.generic-btn a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    height: 55px;
    border-radius: 30px;
    background: var(--accent);
    color: var(--primary-color);
    padding: 12px 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid var(--accent);
}
.generic-btn button{
    outline: none;
}
.generic-btn button:hover,
.generic-btn a:hover{
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.primary-btn:hover, .generic-btn a.primary-btn:hover {
    color: var(--accent);
    border-color: var(--accent);
    background: transparent;
}
.secondary-btn{
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.secondary-btn:hover{
    background: var(--accent);
    border-color: var(--accent);
    color: var(--primary-color);
}
.generic-title {
    padding: 0 210px;
}
.generic-title p{
    margin-bottom: 0;
}
.generic-title{
    margin-bottom: 44px;
}
/* header section styling start here */
.header-main-con {
    position: absolute;
    top: 35px;
    z-index: 999;
}
.header-main-con .collapse.navbar-collapse{
    justify-content: end;
    margin-right: 90px;
}
.header-main-con .navbar .navbar-nav .nav-link {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 16px;
    transition: .2s ease-in-out;
    text-transform: uppercase;
}
.header-main-con .navbar .navbar-nav .nav-link.active,
.header-main-con .navbar .navbar-nav .nav-link:hover{
    color: var(--accent);
}
.header-main-con .navbar-light .navbar-brand {
    margin-right: 39px;
}
.header-main-con .navbar .navbar-nav {
    gap: 48px;
    margin-bottom: -2px;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0;
    padding-top: 25px;
    background: transparent;
    border: 0;
    width: 240px;
    padding-bottom: 0;
    border-radius: 10px;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    padding: 10px;
    border-radius: 10px;
    background: var(--secondary-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item{
    padding: 5px 16px;
    margin-bottom: 1px;
    color: var(--primary-color);
    background: transparent;
    border-radius: 10px;
}
.header-main-con .navbar-expand-lg .navbar-nav li ul li.dropdown-item a.dropdown-toggle{
    width: 100%;
    display: block;
    color: var(--primary-color);
}
.login-btn a {
    font-size: 18px;
    color: var(--button-color);
    font-weight: 500;
    transition: .2s ease-in-out;
}
.nav-btns.d-flex.align-items-center {
    gap: 10px;
}
.login-btn a {
    color: var(--primary-color);
    padding: 12px 28px;
    font-size: 14px;
    line-height: 16px;
    height: 50px;
    border-radius: 30px;
    font-weight: 600;
    transition: .2s ease-in-out;
    background: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.login-btn {
    margin-top: 0;
}
.login-btn a:hover{
    background: var(--green-color);
    border-color: var(--green-color);
}
.sub-menu-dropdown{
    padding: 5px 15px;
}
.header-main-con .navbar .navbar-nav .sub-menu-dropdown .nav-link{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu {
    position: absolute;
    margin: 0;
    padding: 10px;
    background: var(--secondary-color);
    border: 0;
    width: 230px;
    top: 0;
    left: 230px;
    border-radius: 10px;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu ul {
    padding: 0 5px;
    border-top: 0;
}
.header-main-con ul li.nav-item.dropdown.show .dropdown-menu.sub-menu{
    display: none;
}
.header-main-con ul li.nav-item.dropdown.show .dropdown-item.dropdown.show .dropdown-menu.sub-menu{
    display: block;
} 
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a:hover{
    color: var(--secondary-color) !important;
    background: var(--primary-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item:active,
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item.active{
    color: var(--secondary-color);
    background-color: var(--primary-color);
}
.dropdown-item.active, 
.dropdown-item:active{
    color: var(--button-color);
    background-color: var(--primary-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item{
    padding: 0;
    cursor: pointer;
    border-radius: 10px;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:hover,
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:focus
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:active{
    background: transparent;
    color: var(--secondary-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:hover a.dropdown-toggle{
    color: var(--secondary-color);
    background: var(--primary-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item a.dropdown-toggle{
    padding: 5px 16px;
    border-radius: 10px;
    margin-bottom: 1px;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item.active {
    border-radius: 10px;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item .dropdown-toggle.active{
    background: var(--primary-color);
    color: var(--secondary-color);
    margin-bottom: 1px;
}
.header-main-con .navbar{
    max-width: 1300px;
    margin: 0 auto;
}
/* header section styling end here */
.bg-style1{
    background: url(../images/bg-style1.jpg) no-repeat center;
    background-size: cover;
}
.bg-style2{
    background: url(../images/bg-style2.jpg) no-repeat center;
    background-size: cover;
}
.banner-main-con .container-fluid {
    position: relative;
}
.banner-inner-con {
    display: grid;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
    grid-template-columns: 44% 52%;
    align-items: center;
}
.banner-social-con {
    position: absolute;
    left: 4.5%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-main-con {
    padding: 190px 0 120px;
}
.banner-text-con span,
.banner-text-con h1,
.banner-text-con p{
    color: var(--primary-color);
}
.banner-text-con span{
    padding-left: 60px;
    position: relative;
    margin-bottom: 14px;
}
.banner-text-con span::before{
    content: "";
    background: var(--primary-color);
    width: 46px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text-con h1{
    margin-bottom: 19px;
}
.banner-text-con p{
    margin-bottom: 42px;
}
.banner-btns {
    display: flex;
    align-items: center;
    gap: 18px;
}
.banner-social-con ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: transparent;
    color: var(--primary-color);
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color);
}
.banner-social-con ul li a:hover{
    background: var(--accent);
    border-color: var(--accent);
}
.banner-social-con ul li{
    margin-bottom: 17px;
}
.banner-social-con ul li:last-child{
    margin-bottom: 0;
}
/*  */
.domain-inner-con {
    display: grid;
    gap: 53px;
    grid-template-columns: 27% 68%;
    padding: 60px;
    background: var(--primary-color);
    border-radius: 20px;
    position: relative;
}
.domain-inner-con::before{
    content: "";
    background: url(../images/globle-img.png) no-repeat center;
    width: 255px;
    height: 227px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 70px;
}
.domain-heading-con {
    position: relative;
}
.domain-heading-con span{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
    color: var(--secondary-color);
}
.domain-search-con{
    margin-bottom: 30px;
    position: relative;
}
.domain-search-con input {
    height: 60px;
    background: #f9f9f9;
    border-radius: 30px;
    outline: none;
    width: 100%;
    padding: 10px 200px 10px 27px;
    border: 1px solid transparent;
}
.domain-search-con input:focus{
    border-color: var(--accent);
}
.domain-search-con .generic-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.domain-search-con .generic-btn button{
    height: 50px;
}
.domain-search-con .generic-btn button:hover{
    color: var(--accent);
    border-color: var(--accent);
}
.domains-prices-con ul li small{
    font-size: 16px;
    line-height: 18px;
    color: var(--accent);
    margin-bottom: 8px;
}
.domains-prices-con ul li span{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--secondary-color);
}
.domains-prices-con ul {
    display: grid;
    grid-template-columns: 14% 18% 18% 18% 18% 14%;
}
.domains-prices-con ul li{
    padding: 0 25px;
    border-right: 1px solid var(--border-color);
}
.domains-prices-con ul li:last-child{
    border-right: 0;
    padding-right: 0;
}
.domains-prices-con ul li:first-child{
    padding-left: 0;
}
.domain-heading-con h3{
    font-size: 32px;
    line-height: 43px;
}
/*  */
.hosting-package-box {
    text-align: center;
    padding: 0 50px 50px;
    background: var(--primary-color);
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
}
.hosting-packages-inner-con {
    display: grid;
    gap: 33px;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.hosting-package-box figure img{
    height: 251px;
    object-fit: contain;
}
.hosting-package-box figure{
    margin-top: -97px;
    margin-bottom: 36px;
}
.hosting-packages-con .generic-title {
    margin-bottom: 131px;
}
.hosting-package-box p {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 28px;
}
.price-box {
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 13px;
}
.price-box small{
    font-size: 16px;
}
.hosting-package-box ul li span{
    font-weight: 600;
    color: var(--secondary-color);
}
.hosting-package-box ul li{
    margin-bottom: 5px;
}
.hosting-package-box ul li:last-child{
    margin-bottom: 0;
}
.hosting-package-box ul{
    margin-bottom: 27px;
}
.hosting-package-box .generic-btn a{
    max-width: 210px;
    width: 100%;
}
.hosting-package-box .generic-btn{
    margin-top: auto;
}
.generic-title h2{
    margin-bottom: 11px;
}
.hosting-package-box h4{
    margin-bottom: 12px;
}
/*  */
.secure-hosting-inner-con {
    display: grid;
    gap: 66px;
    grid-template-columns: 52% 42%;
    align-items: center;
}
.secure-hosting-img {
    margin-left: -135px;
}
.secure-hosting-content-con h2,
.secure-hosting-content-con p,
.secure-hosting-content-con ul li{
    color: var(--primary-color);
}
.secure-hosting-content-con ul li i {
    color: var(--accent);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 12px;
}
.secure-hosting-content-con ul li{
    padding-left: 23px;
    margin-bottom: 11px;
    font-weight: 600;
}
.secure-hosting-content-con ul li:last-child{
    margin-bottom: 0;
}
.secure-hosting-content-con ul{
    margin-bottom: 37px;
}
.secure-hosting-content-con h2{
    margin-bottom: 23px;
}
.secure-hosting-content-con p{
    margin-bottom: 21px;
}
/*  */
.advance-feature-box {
    background: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 25px;
    text-align: center;
    padding: 53px 36px 46px;
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
    transition: .3s ease-in-out;
    word-break: break-word;
}
.advance-feature-box figure img{
    height: 75px;
    object-fit: contain;
}
.advance-features-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.advance-feature-box p:last-child{
    margin-bottom: 0;
}
.advance-feature-box figure{
    margin-bottom: 27px;
    transition: .3s ease-in-out;
}
.advance-feature-box h6{
    margin-bottom: 9px;
}
.advance-feature-box:hover{
    border-color: var(--accent);
}
.advance-feature-box:hover figure{
    transform: translateY(-6px);
}
/*  */
.client-review-slider{
    background: url(../images/slider-bg-img.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.client-review-slider-inner-con .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.client-review-slider-inner-con {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}
.client-review-box p,
.client-review-box span{
    color: var(--primary-color);
}
.client-review-box p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 23px;
}
.client-review-box p.review-text {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 29px;
}
.client-review-box .client-detail-con p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1px;
}
.client-detail-con figure img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: contain;
}
.client-review-slider-inner-con .owl-nav{
    display: none;
}
.client-review-slider-inner-con .owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: rgb(255 255 255 / 50%);
}
.client-review-slider-inner-con .owl-carousel button.owl-dot:focus{
    outline: none;
}
.owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.client-review-slider-inner-con .owl-carousel button.owl-dot.active{
    background: var(--primary-color);
}
.client-review-slider-inner-con::before,
.client-review-slider-inner-con::after{
    content: "";
    background-size: contain !important;
    width: 305px;
    height: 227px;
    position: absolute;
}
.client-review-slider-inner-con::before {
    background: url(../images/left-quote-img.png) no-repeat center;
    left: -381px;
    top: -22px;
}
.client-review-slider-inner-con::after {
    background: url(../images/right-quote-img.png) no-repeat center;
    right: -381px;
    bottom: -22px;
}
.client-review-box > figure{
    margin-bottom: 38px;
}
.client-detail-con figure{
    margin-bottom: 24px;
}
.client-detail-con {
    margin-bottom: 31px;
}
/*  */
.faq-inner-con {
    width: 825px;
    margin: 0 auto;
}
.faq-main-con .card .btn-link {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--accent);
    padding: 29px 130px 29px 32px;
    width: 100%;
    position: relative;
    text-align: left;
    transition: .3s ease-in-out;
}
.faq-main-con .card .btn-link::after,
.faq-main-con .card .btn-link.collapsed::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: var(--primary-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent);
}
.faq-main-con .card .btn-link::after{
    content: "\f068";
    background: var(--accent);
}
.faq-main-con .card .btn-link.collapsed::after{
    content: "\f067";
    background: transparent;
    color: var(--accent);
}
.faq-main-con .card .btn-link.collapsed {
    padding: 29px 130px 29px 32px;
    color: var(--secondary-color);
}
.faq-main-con .card .btn-link:hover {
    color: var(--accent);
}
.faq-main-con .card .card-body {
    padding: 0 34px 26px;
}
.faq-main-con .card .card-header {
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 10px;
}
.faq-main-con .card {
    border-radius: 10px;
    border: 0;
    margin-bottom: 24px;
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
}
.faq-main-con .card .card-header h3 {
    line-height: 18px;
}
.faq-main-con .card .btn-link:hover,
.faq-main-con .card .btn-link:focus {
    text-decoration: none;
}
.faq-main-con .generic-title p {
    font-size: 18px;
}
/*  */
.hostiko-help-inner-con {
    display: grid;
    gap: 80px;
    grid-template-columns: 46% 48%;
    align-items: center;
}
.hostiko-help-content h2,
.hostiko-help-content p{
    color: var(--primary-color);
}
.hostiko-help-content h2{
    margin-bottom: 21px;
}
.hostiko-help-content p{
    margin-bottom: 35px;
}
/*  */
.global-partners-inner-con ul{
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}
.global-partners-inner-con ul li {
    height: 110px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    transition: .3s ease-in-out;
    background: var(--primary-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.global-partners-inner-con ul li:hover{
    transform: translateY(-5px);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 6%);
}
.global-partners-main-con .generic-title {
    margin-bottom: 47px;
}
.global-partners-main-con {
    padding-bottom: 240px;
}
/* builder section styling start here */
.builder-main-con {
    padding: 30px 69px;
    border-radius: 25px;
    background: var(--accent);
    min-height: 182px;
    display: grid;
    gap: 40px;
    grid-template-columns: 40% 18% 18%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 87px;
    margin-top: -91px;
    position: relative;
    z-index: 2;
}
.builder-main-con h3,
.builder-main-con h4,
.builder-main-con span{
    color: var(--primary-color);
}
.builder-main-con .generic-btn a {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.builder-main-con .generic-btn span{
    font-size: 12px;
    text-decoration: underline;
}
.builder-main-con .generic-btn a:hover{
    background: transparent;
    color: var(--primary-color);
}
.builder-main-con .generic-btn{
    text-align: center;
}
.builder-price-con span{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
.builder-price-con h4{
    font-size: 32px;
    line-height: 42px;
}
/* builder section styling end here */
.blog-footer-con{
    padding-top: 120px;
}
.blog-footer-con .builder-main-con{
    display: none;
}
.footer-main-con {
    padding-bottom: 80px;
}
.footer-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 29% 15% 19% 29%;
}
.footer-logo-con p,
.footer-logo-con span{
    font-size: 14px;
    line-height: 24px;
}
.footer-links-con ul li a,
.footer-box ul li{
    font-size: 14px;
}
.footer-logo-con {
    padding-right: 50px;
}
.footer-links-con h6,
.footer-box h6{
    font-size: 18px;
    margin-bottom: 21px;
}
.footer-box ul li p{
    margin-bottom: 0;
}
.footer-logo-con figure{
    margin-bottom: 31px;
}
.footer-logo-con p{
    margin-bottom: 26px;
}
.footer-logo-con span {
    padding-right: 70px;
    color: var(--secondary-color);
}
.footer-links-con ul li{
    padding-left: 19px;
    margin-bottom: 7px;
    position: relative;
}
.footer-links-con ul li:last-child{
    margin-bottom: 0;
}
.footer-links-con ul li a{
    color: var(--text-color);
}
.footer-links-con ul li a i{
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--secondary-color);
    transform: translateY(-50%);
}
.footer-links-con ul li a:hover,
.footer-links-con ul li a:hover i,
.footer-contact-details a:hover{
    color: var(--accent);
}
.footer-mail-con input {
    font-size: 12px;
    line-height: 14px;
    padding: 16px 64px 16px 23px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    width: 100%;
    border: 1px solid transparent;
}
.footer-mail-con input:focus{
    border-color: var(--accent);
}
.footer-mail-con {
    margin-bottom: 25px;
    position: relative;
}
.footer-mail-con button {
    width: 39px;
    height: 39px;
    display: flex;
    border: 0;
    outline: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background: var(--accent);
    cursor: pointer;
    transition: .3s ease-in-out;
}
.footer-mail-con button:hover{
    background: var(--secondary-color);
}
.footer-mail-con button i{
    color: var(--primary-color);
}
.footer-social-con p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 26px;
}
.social-links-con ul{
    display: flex;
    gap: 15px;
}
.social-links-con ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 16px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    background: var(--primary-color);
}
.social-links-con ul li a i{
    transition: .3s ease-in-out;
    color: var(--secondary-color);
}
.social-links-con ul li a:hover{
    background: var(--accent);
}
.social-links-con ul li a:hover i{
    color: var(--primary-color);
}
.footer-contact-details ul li span{
    margin-bottom: 2px;
    font-weight: 600;
    color: var(--secondary-color);
}
.footer-contact-details ul li{
    margin-bottom: 5px;
}
.footer-contact-details ul li:last-child{
    margin-bottom: 0;
}
.footer-contact-details ul li a{
    color: var(--text-color);
}
/*  */
.sub-banner-main-con {
    background: url(../images/sub-banner-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 232px 0 157px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-banner-inner-con p{
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 35px;
}
.sub-banner-inner-con p,
.sub-banner-inner-con h1{
    color: var(--primary-color);
}
.sub-banner-inner-con h1{
    margin-bottom: 22px;
}
.sub-banner-inner-con {
    text-align: center;
    padding: 0 263px;
}
.sub-banner-inner-con .breadcrumb {
    display: inline-flex;
    background: transparent;
    border: 1px solid rgb(239 239 239 / 50%);
    border-radius: 27px;
    padding: 15px 35px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.sub-banner-inner-con .breadcrumb-item+.breadcrumb-item::before{
    color: var(--primary-color);
}
.sub-banner-inner-con .breadcrumb li,
.sub-banner-inner-con .breadcrumb li a{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}
.sub-banner-inner-con .breadcrumb li a:hover{
    color: var(--accent);
}
/*  */
.hosting-empowered-inner-con {
    display: grid;
    gap: 45px;
    align-items: center;
    grid-template-columns: 24% 20.451% 47%;
}
.hosting-trust-con {
    text-align: center;
    background: var(--primary-color);
    border-radius: 25px;
    padding: 41px 40px 34px;
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
}
.hosting-trust-con figure {
    padding: 11px 20px;
    border-radius: 10px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hosting-trust-con span{
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 13px;
}
.hosting-trust-con p {
    color: var(--secondary-color);
    margin-bottom: 13px;
}
.hosting-empowered-content p:last-child,
.hosting-empowered-heading-con p:last-child{
    margin-bottom: 0;
}
.hosting-empowered-heading-con h2 {
    margin-bottom: 16px;
    line-height: 49px;
}
/*  */
.mission-and-vison-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 48.5% 48.5%;
}
.mission-vision-box {
    border-radius: 20px;
    text-align: center;
    background: var(--primary-color);
    padding: 80px 55px;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}
.mission-vision-box figure{
    margin-bottom: 33px;
    transition: .3s ease-in-out;
}
.mission-vision-box:hover{
    border-color: var(--accent);
}
.mission-vision-box:hover figure{
    transform: translateY(-6px);
}
.mission-vision-box h4{
    margin-bottom: 10px;
}
.mission-vision-box p{
    margin-bottom: 29px;
}
/*  */
.contact-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.contact-box{
    text-align: center;
    padding: 54px 50px 49px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 3%);
    background: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 25px;
}
.contact-box figure {
    margin-bottom: 36px;
}
.contact-box:hover{
    border-color: var(--accent);
}
.contact-box a{
    color: var(--text-color);
}
.contact-box a:hover{
    color:  var(--accent);
}
.contact-main-section .generic-title{
    margin-bottom: 40px;
}
.contact-box h3{
    margin-bottom: 11px;
}
.contact-box ul li{
    margin-bottom: 1px;
}
.contact-box ul li:last-child{
    margin-bottom: 0;
}
.sub-page-footer{
    padding-top: 125px;
}
/*  */
.map-and-form-inner-con {
    display: grid;
    grid-template-columns: 50% 50%;
}
.map-con iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    border: 0;
    outline: 0;
    display: block;
}
.form-con {
    position: relative;
    background: var(--accent);
    padding: 90px 59px 99px;
}
.form-con::after {
    content: "";
    background: url(../images/form-right-shape.png) no-repeat center;
    background-size: cover;
    width: 357px;
    height: 357px;
    position: absolute;
    right: -116px;
    bottom: -150px;
}
.form-inner-con h2,
.form-inner-con p{
    color: var(--primary-color);
}
.form-inner-con p{
    margin-bottom: 26px;
}
.form-inner-con h2{
    margin-bottom: 11px;
}
.form-box button{
    height: 56px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 30px;
    border: 0;
    outline: 0;
    padding: 10px 41px;
    cursor: pointer;
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: .3s ease-in-out;
}
.form-box button:hover{
    color: var(--primary-color);
    background: var(--secondary-color);
}
.form-inner-con {
    max-width: 495px;
    float: left;
}
.form-box input{
    height: 56px;
    border-radius: 28px;
}
.form-box input, .form-box textarea {
    font-size: 14px;
    padding: 14px 25px;
    outline: none;
    color: var(--primary-color);
    border: 1px solid transparent;
    background: rgb(0 0 0 / 7%);
    width: 100%;
}
.form-box input::placeholder,
.form-box textarea::placeholder{
    color: var(--primary-color);
}
.form-box textarea{
    height: 131px;
    resize: none;
    border-radius: 15px;
}
.form-box input:focus, .form-box textarea:focus{
    border-color: var(--secondary-color);
}
.form-box ul {
    display: grid;
    gap: 20px 12px;
    margin-bottom: 23px;
    grid-template-columns: 48.7% 48.7%;
}
.form-box ul li:last-child{
    grid-column: 1/-1;
}
.form-box ul li span.error{
    font-size: 12px;
    line-height: 12px;
    padding-left: 25px;
    color: var(--primary-color);
}
.map-and-form-main-con{
    overflow: hidden;
}
/*  */
.domain-banner-main-con .sub-banner-inner-con{
    padding: 0 236px;
}
/*  */
.hosting-type-box {
    text-align: center;
    padding: 35px 45px 45px;
    border-radius: 25px;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    background: var(--primary-color);
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
}
.hosting-type-box:hover{
    border-color: var(--accent);
}
.hosting-types-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}
.hosting-type-box .price-box {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 11px;
}
.hosting-type-box .price-box small {
    padding-left: 6px;
}
.hosting-type-box > span{
    margin-bottom: 3px;
    color: var(--secondary-color);
}
.hosting-type-btn a{
    height: 45px;
    padding: 10px 32px;
}
.hosting-type-box > span,
.hosting-type-box p{
    font-size: 14px;
    line-height: 19px;
}
.hosting-type-box figure{
    margin-bottom: 14px;
}
.hosting-type-box p{
    margin-bottom: 14px;
}
/* domain price section styling start here */
.domain-price-main-con .table thead th,
.domain-price-main-con .table tbody tr td {
    text-align: center;
    border-style: solid none;
}
.domain-price-main-con .table thead th, .domain-price-main-con .table tbody tr td{
    border: 0;
}
.domain-price-main-con .table tbody tr td {
    padding: 16px 12px;
}
.domain-price-main-con .table tbody tr:nth-child(even) td{
    background: var(--primary-color);
}
.domain-price-main-con .table tbody tr:nth-child(odd) td{
    background: #fcfcfc;
}
.domain-price-main-con .table thead th:first-child, .domain-price-main-con .table tbody tr td:first-child {
    width: 17%;
    text-align: left;
    padding-left: 56px;
}
.domain-price-main-con .table tbody tr td:first-child {
    font-weight: 600;
    color: var(--secondary-color);
    border-left: 0;
}
.domain-price-main-con .table thead th {
    font-weight: 600;
    color: var(--primary-color);
    background: var(--accent);
    padding: 18px 12px 18px;
}
.domain-price-main-con .table thead th:first-child {
    border-left: 0;
    border-top-left-radius: 20px;
}
.domain-price-main-con .table thead th:last-child {
    border-right: 0;
    border-top-right-radius: 20px;
}
.domain-price-main-con table {
    border-collapse: separate;
    border-spacing: 0;
}
.domain-price-main-con .table tbody tr td:last-child {
    border-right: 0;
}
.domain-price-main-con .table tbody tr td span {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 7px;
    position: relative;
    top: -2px;
    font-weight: 700;
    margin-left: 4px;
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}
.domain-price-main-con .table {
    margin-bottom: 0;
    padding: 0 5px;
}
.domain-price-main-con .table tbody tr:last-child td{
    border-bottom: 0;
}
.domain-price-main-con .table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
}
.domain-price-main-con .table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
}
/* domain price section styling end here */
.shared-hosting-types-inner-con {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
    grid-template-columns: 23% 23% 23% 23%;
}
.shared-hosting-type-box {
    text-align: center;
    padding: 43px 32px 34px;
    background: var(--primary-color);
    border-radius: 20px;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
}
.shared-hosting-type-box:hover{
    border-color: var(--accent);
}
.shared-hosting-type-box ul li{
    margin-bottom: 5px;
}
.shared-hosting-type-box ul li span{
    font-weight: 600;
    color: var(--secondary-color);
}
.shared-hosting-type-box ul li:last-child{
    margin-bottom: 0;
}
.shared-hosting-type-box span.price-start-txt{
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--secondary-color);
}
.shared-hosting-type-box span.off-txt{
    color: var(--accent);
    margin-bottom: 16px;
}
.shared-hosting-type-btn {
    margin-bottom: 27px;
}
.shared-hosting-type-btn a {
    height: 47px;
    padding: 10px 24px;
    width: 100%;
}
.shared-hosting-type-box h4{
    margin-bottom: 24px;
}
.shared-hosting-type-box .price-box {
    margin-bottom: 4px;
}
.shared-hosting-type-bottom-content ul{
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shared-hosting-type-bottom-content ul li{
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--secondary-color);
}
.shared-hosting-type-bottom-content ul li i{
    color: var(--accent);
}
/*  */
.shared-secure-hosting-txt-inner-box {
    display: grid;
    gap: 28px;
    grid-template-columns: 11.5% 83%;
    padding-left: 3px;
    margin-bottom: 17px;
}
.shared-hosting-txt h6{
    color: var(--primary-color);
}
.shared-hosting-txt p{
    color: #d7d5d3;
}
.shared-secure-hosting-txt-inner-box i{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    color: var(--accent);
    font-size: 22px;
    background: #060300;
    margin-bottom: 3px;
    border: 2px solid var(--primary-color);
}
.shared-secure-hosting-solutions .secure-hosting-content-con h2 {
    margin-bottom: 43px;
}
/*  */
.dedicated-type-box{
    display: flex;
    text-align: center;
    padding: 51px 30px 50px;
    position: relative;
    border-radius: 20px;
    flex-direction: column;
    word-break: break-word;
    transition: .3s ease-in-out;
    background: var(--primary-color);
    border: 1px solid transparent;
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
}
.dedicated-type-box:hover{
    border-color: var(--accent);
}
.dedicated-hosting-types-inner-con {
    display: grid;
    gap: 68px 30px;
}
.dedicated-type-box .save-txt{
    font-size: 14px;
    line-height: 14px;
    border-radius: 25px;
    padding: 7px 11.4px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-color);
    background: var(--secondary-color);
}
.dedicated-hosting-type-btn{
    margin-top: auto;
}
.dedicated-hosting-types-inner-con {
    display: grid;
    gap: 68px 30px;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.dedicated-type-box p{
    padding: 0 20px;
    margin-bottom: 25px;
}
.dedicated-type-box ul li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--secondary-color);
}
.dedicated-type-box ul {
    text-align: left;
    width: 196px;
    margin: 0 auto 24px;
}
.dedicated-type-box ul li{
    padding-left: 26px;
    margin-bottom: 5px;
    color: var(--secondary-color);
}
.dedicated-type-box .price-box {
    margin-bottom: 4px;
}
.dedicated-type-box .dedicated-type-top-con > small{
    font-size: 16px;
    line-height: 25px;
    color:  var(--secondary-color);
}
.dedicated-type-top-con {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 24px;
    margin-bottom: 23px;
}
.dedicated-hosting-type-btn a{
    min-width: 210px;
}
.dedicated-type-top-con h5{
    margin-bottom: 7px;
}
/*  */
.reseller-sub-banner-main-con .sub-banner-inner-con {
    padding: 0 216px;
}
/*  */
.vps-secure-hosting .secure-hosting-img {
    margin-left: -169px;
}
.advance-vps-features-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}
.advance-vps-features-box {
    padding: 36px 25px 34px;
    background: var(--primary-color);
    border-radius: 25px;
    border: 1px solid transparent;
    transition: .3s ease-in-out;
    box-shadow: 0 0 40px rgb(0 0 0 / 3%);
}
.advance-vps-features-box figure{
    transition: .3s ease-in-out;
}
.advance-vps-features-box:hover{
    border-color: var(--accent);
}
.advance-vps-features-box:hover figure{
    transform: translateY(-5px);
}
.advance-vps-features-box span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}
.advance-vps-features-box p{
    font-size: 14px;
    line-height: 24px;
}
.advance-vps-features-box p:last-child{
    margin-bottom: 0;
}
.advance-vps-features-box figure{
    margin-bottom: 23px;
}
.vps-slider-main-con{
    padding-bottom: 80px;
}
/*  */
/* 404 page styling start here */
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    position: relative;
}
.error-con {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}
.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.error-con p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    color: var(--primary-color);
}
.error-con .generic-btn a {
    font-size: 18px;
    font-weight: 500;
    height: auto;
    padding: 30px 70px;
    border-radius: 50px;
    display: inline-block;
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color);
}
.error-con .generic-btn a:hover{
    color: var(--primary-color);
    background: transparent;
}
/* 404 page styling end here */
/* coming soon page styling start here */
.coming-soon-con {
    position: relative;
    z-index: 2;
}
.coming-soon-con h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 40px;
    color: var(--primary-color);
}
.coming-soon-social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.coming-soon-social-links ul li a {
    width: 60px;
    height: 60px;
    color: var(--secondary-color);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
}
.coming-soon-social-links ul li a i {
    font-size: 18px;
    color: var(--secondary-color);
}
.coming-soon-social-links ul li a:hover {
    transform: translateY(-6px);
    background: transparent;
}
.coming-soon-social-links ul li a:hover i {
    color: var(--primary-color);
}
.error-section .generic-btn i{
    margin-right: 10px;
}
/* coming soon page styling end here */
/* bottom to top button */
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    cursor: pointer;
}
#button {
    display: inline-block;
    background-color: var(--accent);
    border: 1px solid var(--accent);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: 72px;
    right: 113px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 600;
}
@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(255, 120, 0, .99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(252, 143, 9, .01)
    }
}
@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(255, 120, 0, .99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(252, 143, 9, .01)
    }
}
/* bottom to top button */
/* Preloader -------------------------------------------------------*/
/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead {
    font-size: 13px;
}
.loader div {
    background-color: var(--accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Preloader -------------------------------------------------------*/