@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var( --text-color);
    font-family: 'Inter', sans-serif;
}
a,
button,
input{
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
:root{
    --primary--color: #333;
    --secondary-color:#f2d22f;
    --text-color: #7c7c7c;
    --accent:#ea8d43;
    --white-color:#fff;
    --black-color:#000;
    --light-red-color:#e2583d;
    --light-gray-color:#f8f8f8;
}
/* HEADER SECTION */
.header-con .navbar-expand-lg .navbar-nav{
    gap: 44px;
    align-items: center;
    margin-right: 60px;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: var(--white-color);
    text-transform: uppercase;
}
.header-con {
    top: 22px;
    z-index: 9;
    position: absolute;
    padding-bottom: 22px;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
}
.header-btn a{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 17px 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.header-con .navbar-light .navbar-nav .active>.nav-link{
    display: inline-block;
    color: var(--accent);
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--accent);
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0;
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    top: 27px;
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    background: var(--accent);
}
.header-con .dropdown-item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding: 8px 26px 8px 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-con .dropdown-item:hover,
.header-con .dropdown-item:focus
{
    color: var(--black-color);
}
.header-con .navbar-expand-lg .navbar-nav > li {
    line-height: 30px;
}
/* HEADER SECTION */
/* BANNER SECTION */
.slide2 .banner-content-lft-box .hosting-off:nth-child(3){
    background: var(--light-red-color);
}
.slide1 {
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
}
.slide2 {
    background: url(../images/banner-img2.jpg) no-repeat center;
    background-size: cover;
}
.slide3 {
    background: url(../images/banner-img3.jpg) no-repeat center;
    background-size: cover;
}
.slide3 .hosting-off{
    position: absolute;
}
.slide3 .banner-content-box .banner-content-lft-box .hosting-off:nth-child(3){
    right: 0;
    bottom: -225px;
    background: rgb(0 0 0 / 80%);
}
.slide3 .banner-content-box .banner-content-lft-box .vedio-img:nth-child(2){
    position: absolute;
    bottom: -225px;
}
.slide3 .banner-content-box .banner-content-lft-box .hosting-off:last-child{
    right: -175px;
    top: -150px;
}
.slide3 .banner-content-rt-title{
    text-align: center;
    padding: 0px 290px;
}
.slide3 .hosting-off-link a i {
    background: var(--accent);
}
.slide3 .hosting-off-link a i:hover{
    color: var(--white-color);
    background: var(--light-red-color);
}
.slide3 .banner-content-rt-title p {
    padding: 0 40px;
}
.banner-con .carousel-indicators li,
.banner-con .swiper-pagination-bullet{
    width: 61px;
    height: 4px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 4px;
    border-radius: 0;
    cursor: pointer;
    background-color: rgb(255 255 255 / 33%);
}
.banner-con .carousel-indicators,
.banner-con .swiper-pagination{
    margin: 0;
    bottom: 20px;
}
.banner-con .carousel-indicators .active,
.banner-con span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--white-color);
}
.banner-con .swiper-slide{
    height: 862px;
    padding: 205px 0 148px;
}

.banner-con .wrapper{
    z-index: 1;
    position: relative;
}
.banner-content-rt-title h1{
    margin-bottom: 17px;
}
.banner-content-rt-title p{
    line-height: 27px;
    margin-bottom: 33px;
    color: var(--white-color);
}
.banner-content-box {
    gap: 92px;
    display: grid;
    align-items: center;
    grid-template-columns: 47.2% 39%;
}
.banner-content-rt-title .generic-btn a {
    font-size: 16px;
    line-height: 16px;
    padding: 21px 38px 21px 39px;
}
.banner-content-lft-box {
    display: grid;
    grid-template-columns: 50% 50%;
}
.vedio-img > a{
    display: inline-block;
}
.hosting-off {
    width: 305px;
    height: 255px;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 58px 0 40px;
    flex-direction: column;
    justify-content: center;
    background: var(--accent);
}
.banner-content-lft-box .hosting-off:last-child{
    background: var(--light-red-color);
}
.hosting-off span{
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    color: var(--white-color);
}
.hosting-off-link{
    right: 0;
    bottom: 0;
    position: absolute;
}
.hosting-off-link a{
    text-decoration: none;
    display: inline-block;
}
.hosting-off-link a i {
    width: 71px;
    height: 71px;
    display: flex;
    font-size: 34px;
    line-height: 34px;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: rgb(0 0 0 / 15%);
    transition: all 0.5s ease-in-out;     
}
.hosting-off-link a i:hover {
    background: var(--black-color);
    color: var(--secondary-color);
}
#fade1,
#fade3{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
}
#fade2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
    background-color: black;
}
#light iframe {
    width: 103%;
    height: 600px;
    border: none;
}
.banner-con{
    position: relative;
}
#light2,
#light {
    top: 71%;
    left: 50%;
    display: none;
    z-index: 1002;
    position: absolute;
    margin-top: -180px;
    transform: translate(-50%, -50%);
}
#light {
    width: 80%;
}
#light2 {
    width: 58%;
}
#light2 iframe {
    width: 100%;
    height: 500px;
}
.index3-poster {
    position: absolute;
    left: 10%;
}
.index3-video-wrap {
    left: 50%;
    top: 42%;
    height: 56px;
    width: 53px;
}
#boxclose {
    top: -12px;
    width: 30px;
    right: -47px;
    float: right;
    height: 30px;
    display: flex;
    z-index: 1002;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    color: var(--white-color);
    background: var(--accent);
}
.boxclose:before {
    content: "×";
}
#fade1:hover~#boxclose {
    display: none;
}
.test:hover~.test2 {
    display: none;
}
.video-wrap {
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
}
.banner-content-box2{
    justify-content: space-between;
    grid-template-columns: 40% 47.2%;
}
.slide3 .banner-content-box {
    grid-template-columns: 100%;
}
/* BANNER SECTION */
/* PRICE PLAN SECTION */
.generic-title h2 {
    margin-bottom: 10px;
}
.generic-title p {
    width:53%;
    margin: 0 auto 58px;
}
.home-price-box{
    gap: 26px;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.home-price-item {
    position: relative;
    padding: 87px 35px 37px;
    border: 1px solid #dfdfdf;
}
.home-price-item figure {
    left: 50%;
    top: -44px;
    position: absolute;
    transform: translateX(-50%);
}
.home-price-item figure img{
    z-index: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.home-price-item:hover figure img,
.hosting-feature-item:hover figure img,
.app-box-item ul li:hover figure img,
.join-hostik-item:hover figure img,
.contact-info:hover figure img,
.price_content .smallbox:hover .image_holder img{
    transform: translateY(8px);
}
.hosting-feature-item figure img,
.app-box-item ul li figure img,
.join-hostik-item figure img,
.contact-info figure img,
.price_content .smallbox .image_holder img{
    transition: all 0.5s ease-in-out;
}
.home-price-item figure:after{
    top: 53%;
    left: 50%;
    content: "";
    height: 5px;
    width: 137px;
    position: absolute;
    background: var(--white-color);
    transform: translate(-50%, -50%);
}
.home-price-plan .generic-title p {
    margin: 0 auto 102px;
}
.home-price-item h3{
    margin-bottom: 6px;
}
.home-price-item > span{
    margin-bottom: 16px;
    color: var(--primary--color);
}
.home-price-item p{
    line-height: 22px;
    margin-bottom: 29px;
    color: var(--primary--color);
}
.home-price-item ul li{
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.home-price-item ul{
    text-align: left;
    display: inline-block;
    margin-bottom: 38px;   
}
.home-price-item ul li::after {
    top: 0;
    left: 0;
    font-size: 15px;
    content: "\f058";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 free";
} 
.home-price-item ul li:last-child{
    margin-bottom: 0;
}
.home-price-item ul li span{
    font-weight: 600;
}
.price-value{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 21px;
    margin-bottom: 28px;
    color: var(--black-color);
    border-top: 1px solid #dfdfdf;
}
.price-value small{
    font-size: 14px;
    margin-top: 9px;
    line-height: 14px;
    color: var(--primary--color);
}
/* PRICE PLAN SECTION */
/* DOMAIN SECTION */
.domain-outer-box{
    padding: 130px 0;
}
.domain-con::after{
    top: 0;
    left: 0;
    width: 50%;
    content: "";
    height: 100%;
    position: absolute;
    background: url(../images/domain-lft-img.png) no-repeat center;
    background-size: cover;
}
.domain-con::before{
    top: 0;
    right: 0;
    width: 50%;
    content: "";
    height: 100%;
    position: absolute;
    background: var(--light-red-color);
}
.domain-box {
    z-index: 2;
    width:74.5%;
    margin: 0 auto;
    position: relative;
    background: var(--white-color);
    padding: 90px 108px 91px 107px; 
}
.domain-box .generic-title p{
    width: 89%;
    margin: 0 auto 32px;
}
.domain-input input {
    width: 100%;
    font-size: 14px;
    color: #787878;
    line-height: 14px;
    background: transparent;
    border: 1px solid #dfdfdf;
    padding: 21px 74px 21px 24px;
}
.domain-input input:focus{
    border-color: var(--secondary-color);
}
.newsletter-input input:focus{
    box-shadow: inset 0 0 0px 2px var(--accent);
}
.domain-input input::placeholder{
    font-size: 14px;
    color: #787878;
    line-height: 14px;
}
.domain-input button{
    top: 50%;
    right: 5px;
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    cursor: pointer;
    position: absolute;
    align-items: center;
    justify-content: center;
    transform: translatey(-50%);
    transition: all 0.5s ease-in-out;
    background: var(--secondary-color);
}
.domain-input button img{
    filter: brightness(0%);
}
.domain-input button:hover{
    background: var(--black-color);
}
.domain-input button:hover img{
    filter: none;
}
.domain-input button:focus,
.newsletter-input button:focus
{
    outline: none;
}
.domain-input{
    margin-bottom: 36px;
}
.domain-name ul{
    gap: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.domain-name ul li img{
    transition: all 0.5s ease-in-out;
}
.domain-name ul li img:hover{
    transform: translateY(8px);
}
.domain-outer-box::before{
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    width: 500px;
    height: 604px;
    position: absolute;
    background: url(../images/domain-rt-img.png) no-repeat center;
}
/* DOMAIN SECTION */
/* GENERIC BOX */
.generic-box {
    gap: 30px;
    width: 89%;
    display: grid;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 38% 47.6%;
}
.generic-box-content h2 {
    padding-right: 40px;
    margin-bottom: 17px;
}
.generic-box-content p{
    line-height: 28px;
    margin-bottom: 23px;
}
.generic-box-content ul{
    margin-bottom: 35px;
}
.generic-box-content ul li{
    font-weight: 500;
    line-height: 21px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 13px;
    color: var(--primary--color);    
    background: url(../images/check-icon.png) no-repeat top left;
}
.generic-box-content ul li:last-child{
    margin-bottom: 0;
}
.generic-box2 .generic-box-content p{
    max-width: 79%;
}
/* GENERIC BOX */
/* HOSTING FEATURE SECTION */
.hosting-feature-con{
    background: var(--light-gray-color);
}
.hosting-feature-box {
    gap: 26px;
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.hosting-feature-item {
    display: flex;
    flex-direction: column;
    padding: 52px 31px 41px;
    background: var(--white-color);
    border-top: 2px solid var(--light-red-color);
}
.hosting-feature-item figure{
    margin-bottom: 26px;
}
.hosting-feature-item h4{
    margin-bottom: 14px;
}
.hosting-feature-item p{
    margin-bottom: 21px;
}
.hosting-feature-link{
    margin-top: auto;
}
.hosting-feature-link a{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: var(--accent);
    text-decoration: none;
}
.hosting-feature-link a i{
    top: 1px;
    padding-left: 3px;
    position: relative;
    color: var(--accent);
    transition: all 0.5s ease-in-out;
}
.hosting-feature-link a:hover i{
    padding-left: 8px;
}
.hosting-feature-link a:hover,.hosting-feature-link a:hover i {
    color: var(--black-color);
}
.view-btn a {
    min-width: auto;
    font-size: 16px;
    line-height: 16px;
    padding: 21px 48px;
}
/* HOSTING FEATURE SECTION */
/* APP SECTION */
.app-con{
    background: var(--light-gray-color);
}
.app-box {
    gap: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 35% 54%;
    justify-content: space-between;    
}
.app-box-item ul {
    gap: 25px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.app-box-item ul li {
    float: left;
    width: 210px;
    display: flex;
    height: 107px;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
}
.app-box-content h2{
    margin-bottom: 13px;
}
.app-box-content p{
    line-height: 28px;
    padding-right: 35px;
    margin-bottom: 30px;    
}
.app-box-item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
/* APP SECTION */
/* FAQ SECTION */
.faq-box .card-header {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}
.faq-box .card-header .btn-link {
    width: 100%;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
    padding: 23px 32px 24px;
    color: var(--primary--color);
}
.faq-box .card-header .btn-link:hover,
.faq-box .card-header .btn-link:focus{
    text-decoration: none;
}
.faq-box .card{
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.faq-box{
    width: 85%;
    margin: 0 auto;
}
.faq-box .card-header .btn-link:after{
    top: 16px;
    right: 24px;
    width: 43px;
    height: 43px;
    display: flex;
    font-size: 20px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
    font-family: "Font Awesome 5 Free";
}
.faq-box .card-header h5 button.collapsed:after {
    content: "\f061";
}
.faq-box .card-header h5 button:not(.collapsed):after {
    content: "\f063";
    background: var(--secondary-color);
}
.faq-box .card-header h5 button:not(.collapsed){
    color: var(--secondary-color);
}
.faq-box .card-body {
    font-size: 16px;
    line-height: 30px;
    padding: 0 33px 30px;
}
/* FAQ SECTION */
/* TASTMONIALS SECTION */
.tastimonials-box{
    display: grid;
    grid-template-columns: 50% 50%;
}
.tastimonials-lft-box{
    background: url(../images/tastimonials-bg-lft-img.jpg) no-repeat center;
    background-size: cover;
}
.tastimonials-con{
    background: url(../images/tastimonials-bg--img.jpg) no-repeat center;
    background-size: cover;
}
.quate-icon{
    width: 78px;
    height: 78px;
    display: flex;
    font-size: 24px;
    margin-bottom: 29px;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: rgb(0 0 0 / 10%);
}
.tastimonials-content h2{
    line-height: 48px;
    margin-bottom: 18px;
    padding-right: 20px;
    color: var(--white-color);
}
.tastimonials-content p{
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
    color: var(--white-color);
}
.adim-box {
    gap: 22px;
    display: flex;
    margin-bottom: 36px;
    align-items: center;
}
.adim-box > figure img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.adim-title h4 {
    margin-bottom: 7px;
    color: var(--white-color);
}
.adim-title span{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
    color: var(--white-color);
}
.tastimonials-rt-box #carouselExampleControls {
    width: 694px;
    padding: 130px 74px 130px 87px;
}
.tastimonials-rt-box .carousel-control-next-icon,
.tastimonials-rt-box .carousel-control-prev-icon{
    background-image: none;
}
.tastimonials-rt-box .carousel-control-next,
.tastimonials-rt-box .carousel-control-prev {
    opacity: 1;
    width: auto;
    height: 16px;
    position: relative;
}
.tastimonials-rt-box .carousel-control-next i,
.tastimonials-rt-box .carousel-control-prev i{
    font-size: 20px;
    font-weight: 600;
}
.tastimonials-rt-box .carousel-control-next i:hover, 
.tastimonials-rt-box .carousel-control-prev i:hover{
    color: var(--secondary-color);
}
.tastimonials-rt-box .carousel-control-next {
    right: -20px;
}
.tastimonials-lft-box:after{
    top: 0;
    left: 0;
    content: "";
    width: 481px;
    height: 604px;
    position: absolute;
    background: url(../images/slider-dots-img.png) no-repeat center;
}
/* TASTMONIALS SECTION */
/* NEWSLETTER SECTION */
.newsletter-con {
    padding: 70px 0 71px;
    background: var(--light-red-color);
}
.newsletter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter-rt-con {
    gap: 42px;
    width: 74%;
    display: flex;
    align-items: center;
}
.newsletter-rt-con span{
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--white-color);
    text-transform: uppercase;
}
.newsletter-input{
    width: 63.5%;
    position: relative;
}
.newsletter-input input {
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
    padding: 22px 92px 22px 32px;
}
.newsletter-input input::placeholder{
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}
.newsletter-input button{
    top: 0;
    right: 0;
    border:none;
    cursor: pointer;
    position: absolute;
}
.newsletter-input button i{
    width: 61px;
    height: 61px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    transition: all 0.5s ease-in-out;
    background: var(--secondary-color);
}
.newsletter-input button i:hover{
    color: var(--secondary-color);
    background: var(--black-color);
}
.newsletter-con::after{
    top: 0;
    left: 0;
    content: "";
    width: 350px;
    height: 202px;
    position: absolute;
    background: url(../images/newsletter-lft-dot.png) no-repeat center;
}
.newsletter-con::before{
    top: 0;
    right: 0;
    content: "";
    width: 342px;
    height: 202px;
    position: absolute;
    background: url(../images/newsletter-rt-dot.png) no-repeat center;
}
/* NEWSLETTER SECTION */
/* FOOTER SECTION */
.footer-con{
    padding: 96px 0;
    background: #3a3535;
}
.site-map h4{
    margin-bottom: 20px;
    color: var(--white-color);
}
.footer-box {
    gap: 72px;
    display: grid;
    justify-content: center;
    grid-template-columns: 21% 9% 12% 16%;
}
.site-map p{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 21px;
    margin-bottom: 20px;
}
.social-icon ul {
    gap: 14px;
    display: flex;
}
.social-icon ul li a{
    text-decoration: none;
    color: var(--white-color);
}
.social-icon ul li a i{
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgb(255 255 255 / 20%);
}
.social-icon ul li a i:hover{
    transform: translateY(-8px);
    background: var(--accent);
}
.site-link li a:hover, .contact-link li a:hover{
    color: var(--accent);
}
.site-link li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 22px;
}
.site-link li a,
.contact-link li a,
.contact-link li{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 14px;
    text-decoration: none;
}
.site-link li:after {
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: 600;
    content: "\f061";
    position: absolute;
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
}
.site-link li:last-child{
    margin-bottom: 0;
}
.contact-link li i{
    font-size: 16px;
    color: var(--white-color);
}
.contact-link li{
    gap: 14px;
    display: flex;
    line-height: 20px;
    margin-bottom: 18px;
}
.copyright-con{
    padding: 25px 0;
    background: #3a3535;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.copyright-con span{
    font-size: 12px;
    color: #a5a5a5;
    line-height: 12px;
}
.app-box-con .app-box-item:last-child{
    margin-bottom: 0;
}
/* FOOTER SECTION */
/* SHARED PAGE STYLING */
.sub-banner-con {
    padding: 246px 0 137px;
    background: url(../images/sub-banner-img.jpg) no-repeat center;
    background-size: cover;
}
.sub-banner-con.black-layer:after{
    background: rgb(0 0 0 / 45%);
}
.sub-banner-con .wrapper{
    z-index: 1;
    position: relative;
}
.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 16px 18px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 30%);
}
.breadcrumb-con{
    display: inline-block;
}
.breadcrumb-item {
    font-size: 14px;
    line-height: 14px;
}
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before{
    text-decoration: none;
    color: var(--white-color);
}
.breadcrumb-item a:hover{
    color: var(--secondary-color);
}
.breadcrumb-item.active{
    color: var(--white-color);
}
.sub-banner-title{
    width: 55%;
    margin: 0 auto;
}
.sub-banner-title h1{
    margin-bottom: 37px;
}
.price-box {
    gap: 26px;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.price-box-item {
    padding: 37px 23px 36px;
    border: 1px solid #dfdfdf;
}
.price-box-item h3{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
    color: var(--accent);
}
.price-box-item ul{
    margin-bottom: 37px;
}
.price-box-item ul li{
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 19px;
    color: var(--primary--color);
}
.price-box-item ul li::after{
    top: 0;
    left: 0;
    font-size: 16px;
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}
.price-box-item .generic-btn,
.price-box-item .price-value{
    text-align: center;
}
.guarantee-box-content h2 {
    margin-bottom: 38px;
}
.guarantee-box-list {
    position: relative;
}
.guarantee-list-content {
    padding-left: 110px;
}
.guarantee-box {
    gap: 30px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 36% 57.7%;
}
.guarantee-box-list figure{
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.guarantee-box-content ul li {
    margin-bottom: 54px;
    position: relative;
}
.guarantee-list-content h4{
    margin-bottom: 13px;
}
.guarantee-list-content p{
    margin-bottom: 0;
    line-height: 27px;
}
.guarantee-box-content ul li:after {
    width: 1%;
    left: 44px;
    content: "";
    bottom: -49px;
    position: absolute;
    height: calc(100% - 45px);
    border-left: 1px dashed #ea8d43;
}
.guarantee-box-content ul li:last-child{
    margin-bottom: 0;
}
.guarantee-box-content ul li:last-child:after{
    display: none;
}
.guarantee-img{
    gap: 30px;
    display: flex;
}
.guarantee-box-img figure:last-child{
    margin-top: -30px;
}
.hosting-con{
    background: var(--light-gray-color);
}
.hosting-box {
    gap: 100px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 38.03% 46%;
}
.hosting-box .nav-pills .nav-link {
    padding: 14px 40px;
    background: var(--white-color);
}
.hosting-box .tab-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hosting-box #v-pills-tab{
    gap: 26px;
}
.tab-heading-img{
    gap: 40px;
    display: flex;
    align-items: center;
}
.tab-heading-img h3{
    margin-bottom: 0;
}
.tab-heading i{
    font-size: 23px;
    line-height: 23px;
    color: var(--black-color);
}
.tab-heading-img figure img{
    filter: grayscale(100%);
}
.hosting-box .nav-pills .nav-link.active .tab-heading-img figure img{
    filter: none;
}
.hosting-box .nav-pills .nav-link.active{
    box-shadow: inset 0 0 0px 1px var(--accent);
} 
.hosting-box .nav-pills .nav-link.active .tab-heading i{
    color: var(--accent);
}
.tab-content h2 {
    padding-right: 80px;
    margin-bottom: 24px;
}
.tab-content p{
    margin-bottom: 24px;
}
.tab-content ul {
    display: grid;
    gap: 20px 30px;
    margin-bottom: 36px;
    grid-template-columns: 33% 50%;
}
.tab-content ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    position: relative;
    padding-left: 30px;
    color: var(--primary--color);
}
.tab-content ul li:after{
    top: 0;
    left: 0;
    font-size: 19px;
    content: "\f058";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 free";
}
/* SHARED PAGE STYLING */
/* ABOUT PAGE STYLING */
.about-banner .sub-banner-title {
    width: 61%;
}
.about-con{
    background: var(--light-gray-color);
}
.join-hostik-item {
    padding: 60px 73px 52px;
    background: var(--white-color);
    border-top: 2px solid var(--light-red-color);
}
.join-hostik-box {
    gap: 26px;
    display: grid;
    grid-template-columns: 31.99% 31.99% 31.99%;
}
.join-hostik-item figure{
    margin-bottom: 23px;
}
.join-hostik-item h4{
    line-height: 30px;
    margin-bottom: 5px;
}
.join-hostik-item p{
    margin-bottom: 0;
}
.about-generic-box .generic-box{
    width: 100%;
    grid-template-columns: 37% 51%;
}
.team-con{
    background: var(--light-gray-color);
}
.team-box-item {
    padding-bottom: 35px;
    background: var(--white-color);
}
.team-box {
    gap: 27px;
    display: grid;
    grid-template-columns: 23.4% 23.4% 23.4% 23.4%;
}
.team-box-item figure{
    margin-bottom: 26px;
}
.team-box-item h4{
    margin-bottom: 8px;
}
.team-box-item span{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 21px;
}
.team-social-icon ul{
    gap: 13px;
    display: flex;
    justify-content: center;
}
.team-social-icon ul li a{
    text-decoration: none;
}
.team-social-icon ul li a i{
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: all 0.5s ease-in-out;
    background: var(--light-red-color);
}
.team-social-icon ul li a i:hover{
    transform: translateY(-8px);
    background: var(--secondary-color);
}
/* ABOUT PAGE STYLING */
/* CONTACT PAGE STYLING */
input.error, .form-con ul li input.error {
    outline: 1px solid black;
}
.error{
    color: black;
}
.contact-con{
    background: var(--light-gray-color);
}
.contact-info {
    gap: 30px;
    display: flex;
    margin-bottom: 25px;
    padding: 31px 47px 32px;
    background: var(--white-color);
    border-left: 2px solid var(--light-red-color);
}
.contact-box {
    gap: 87px;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 32.2% 41.3%;
}
.contact-lft-box h2{
    margin-bottom: 50px;
}
.contact-info-title h4{
    margin-bottom: 10px;
}
.contact-info-title span{
    line-height: 25px;
}
.contact-info-title a{
    display: inline-block;
    color: var(--text-color);
    text-decoration: none;
}
.contact-info-title a:hover{
    color: var(--accent);
}
.form-con ul li input:focus, .form-con ul li textarea:focus{
    outline: 1px solid var(--secondary-color);
}
.contact-rt-box {
    padding: 53px 33px 52px 34px;
    background: var(--light-red-color);
}
.contact-rt-box h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-bottom: 38px;
    color: var(--white-color);
}
.form-con ul li input,
.form-con ul li textarea{
    width: 100%;
    border: none;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 14px;
    padding: 22px 24px;
    background: var(--white-color);
}
.form-con ul li{
    margin-bottom: 20px;
}
.form-con ul li input::placeholder,
.form-con ul li textarea::placeholder{
    font-size: 14px;
    color: #7c7c7c;
    line-height: 14px;
}
.form-con ul li textarea{
    resize: none;
    height: 137px;
}
.form-con ul{
    margin-bottom: 10px;
}
.submit-btn {
    width: 100%;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    padding: 23px 10px 24px;
    text-transform: uppercase;
    color: var(--black-color);
    transition: all 0.5s ease-in-out;
    background: var(--secondary-color);
}
.submit-btn:focus{
    outline: none;
}
.submit-btn:hover{
    transform: translateY(-8px);
    color: var(--secondary-color);
    background: var(--black-color);
}
.map-con iframe {
    zoom: 1.2;
    width: 100%;
    border: none;
    height: 645px;
    filter: grayscale(1);
}
.map-con{
    height: 645px;
}
/* CONTACT PAGE STYLING */
/* DOMIAN PAGE STYLING */
.domain-table-con{
    background: var(--light-gray-color);
}
.domain-table{
    width: 85.1%;
    margin: 0 auto;
}
.domain-table thead tr{
    background: var(--accent);
}
.domain-table thead tr th {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 25px 56px;
    color: var(--white-color);
}
.domain-table tbody tr td{
    font-size: 16px;
    line-height: 16px;
    padding: 21px 56px;
}
.domain-table tbody{
    background: var(--white-color);
}
.domain-table tbody tr td:first-child{
    font-weight: 600;
    color: var(--primary--color);
}
.domain-table tbody tr{
    border-bottom: 1px solid #dfdfdf;
}
.domain-table tbody tr:last-child{
    border-bottom: none;
}
.domain-page-con .domain-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* DOMIAN PAGE STYLING */
/* DEDICATED PAGE STYLING  */
.dedicated-server-item {
    width: 88.9%;
    margin: 0 auto 80px;
    padding: 51px 38px 39px;
    border: 1px solid #dfdfdf;
}
.dedicated-server-box > ul .dedicated-server-data {
    gap: 48px;
    display: grid;
    position: relative;
    align-items: center;
    grid-template-columns: 67% 29%;
}
.dedicated-server-data ul {
    width: 100%;
    display: flex;
    gap: 21px 29px;
    margin-bottom: 20px;
}
.dedicated-server-data ul li:after {
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    content: "\f058";
    position: absolute;
    color: var(--primary--color);
    font-family: "Font Awesome 5 free";
}
.dedicated-server-data ul li {
    font-size: 14px;
    text-align: left;
    line-height: 14px;
    padding-left: 28px;
    position: relative;
    color: var(--primary--color);
}
.dedicated-server-title {
    left: 50%;
    top: -70px;
    position: absolute;
    transform: translatex(-50%);
}
.dedicated-server-title:after {
    top: 47%;
    left: 50%;
    content: "";
    height: 6px;
    width: 313px;
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
}
.dedicated-server-title h5{
    z-index: 1;
    margin-bottom: 0;
    position: relative;
    background: #3a3535;
    color: var(--white-color);
    padding: 12px 24px 12px 25px;
}
.dedicated-server-list ul:last-child li:first-child{
    width: 229px;
}
.dedicated-server-data ul:first-child li:nth-child(2){
    width: 212px;
}
.dedicated-server-btn{
    gap: 40px;
    display: flex;
    align-items: center;
}
.dedicated-server-btn .price-value {
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
.dedicated-server-box ul li:last-child{
    margin-bottom: 0;
}
/* DEDICATED PAGE STYLING  */
/* VPS PAGE STYLING */
.price_rangetxt div.current{
    color: var(--accent);
}
.slider-outer {
    width: 100%;
    float: left;
    background: #3a3535;
    padding:44px 70px 65px;
}
#icon-0{
    margin-left: 70px;
}
/* VPS PAGE STYLING */
/* BACK TO TOP BUTTON */
#button {
    display: inline-block;
    background-color: var(--secondary-color);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .5s, opacity .8s, visibility .8s;
    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.show {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes spineer {
    from {
    box-shadow: 0 0 0 0 rgba(242, 210, 47, .99)
    }
    to {
    box-shadow: 0 0 0 45px rgba(242, 210, 47, .01)
    }
    }    
    
    @keyframes spineer {
    from {
    box-shadow: 0 0 0 0 rgba(242, 210, 47, .99)
    }
    to {
    box-shadow: 0 0 0 45px rgba(242, 210, 47, .01)
    }
    }

  #button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

  #button:hover {
    cursor: pointer;
  }
  /* BACK TO TOP BUTTON */
  /* LOADER SECTION */
.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(--primary--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.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);
    }
}
.not-found-title h2 {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.not-found-title span {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
    color: var(--primary--color);
}
.not-found-title p {
    margin-bottom: 40px;
}
/* LOADER SECTION */