:root{
    --primary-light: #D1DCFE;
    --white: #fff;
    --primary: #1C40F2;
}

.navbar-brand.logo{--logo-height: 50px;}
footer .logo__img{max-height: 40px;}
.data-center__location-1{top: 40%;right: 77%;}
.data-center__location-2{top: 48%;right: 30%;}
.data-center__btn{border: 1px solid #1062fe;}
.data-center__btn-img{width: 24px;height: 24px;}
.data-center__btn-text{line-height: normal;}
.data-center__tooltip{transform: translateX(-58%);-webkit-transform: translateX(-58%);}
.list-gap-10 li{margin-bottom: 10px;}
.lower-roman{list-style: lower-roman;}
.lower-alpha{list-style: lower-alpha;}
.feedback-wrap .swiper-slide > div{min-height: 244px;}
.scroll-top.open{top: 85%;right: 20px;}
.counter-increment ol{ counter-reset: item;padding-left: 0;}
.counter-increment ol ol{padding-left: 15px;margin-top: 5px;}
.counter-increment ol > li{ display: block }
.counter-increment ol > li:before { content: counters(item, ".") ". "; counter-increment: item }
.counter-increment ol ul{padding-left: 35px;margin-top: 5px;}
.counter-increment li li ul{padding-left: 42px;}
.story-timeline__dot:before,.story-timeline__dot:after{z-index: -1;}
.client-logo .card-body{align-content: center;text-align: center;}
.client-logo .card-body img{max-width: 100%;}
.timeline-slider-nav__prev,.timeline-slider-nav__next{top: 46%;}
.story-timeline__dot,.story-timeline__time{cursor: pointer;}
.swiper-backface-hidden .swiper-slide{overflow: hidden;}
.swiper-free-mode>.swiper-wrapper{justify-content: center;}
.banner, .banner-bg, .about-banner{padding-top: clamp(9rem, 8.5vw + 1rem, 13.75rem); padding-bottom: clamp(3.75rem, 4.5vw + 1rem, 9rem);}
.hero-6{padding-top: clamp(9rem, 8.5vw + 1rem, 13.75rem);}
.hero-6:before{background-image: url(../img/shape/banner-shape-security.png);}
.w-1140{max-width: 1140px !important; margin-right: auto;margin-left: auto;}
.col-md-6 > .card{height: 100%;}
.home-only, .home .not-home{display: none;}
.home .home-only{display: block;}
.why-choose-card:hover::after{background-color: #1062fe;}
.contain-sub-1:hover .nav-link{color: #fff;}
.navbar-sticky-init .contain-sub-1:hover .nav-link{color: #343a40;}
.tt-custom-radius {
    border-radius: .75rem;
}
.tt-group-featured-wrap{
    position: relative;
    display: block;
    border: 2px dashed var(--primary-light);
    padding: 30px;
}

.tt-group-features-list li {
    margin: 2px 0;
    width: 33%;
    display: inline-table;
}
.tt-group-features-list li i{
    color: var(--primary);
    margin-right: 8px;
}
.tt-group-head{
    position: absolute;
    top: -15px;
    background-color: rgb(241, 245, 249);
    padding: 5px 10px;
}
@media (max-width: 480px){
    .tt-group-features-list li{
        width: 48%;
    }
}

@media (max-width: 991px){
    .tt-group-features-list li{
        width: 100%;
    }
}

@media (min-width: 1800px){
    .cloud-hero::after {
        left: 6%;
    }
}
@media all and (max-width:767px) {
    .footer-2-area h6{margin:30px 0 10px !important}
    .footer-2-area .col-md-6 ul{margin-bottom: 0;}
}


