body{
    font-size: 16px;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

p{
    font-size: 16px;
}
/*component*/
.section{
    padding: 50px 0;
}

.eb-garamond{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
}
.theme-blue-color{
    color: #004aad !important;
}
.theme-color{
    color: #001173 !important;
}

.style-container{
    max-width: 1100px;
}
.banner-section{
    min-height: 100vh;
}
.style-btn{
    display: inline-block;
    max-width: 200px;
    height: 55px;
    border: 1px solid #fcfcfc;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: #001173;
    box-shadow: 0px 0px 2px 4px rgb(220 220 220 / 50%);
}
.style-btn.rounded{
    border-radius: 50px !important;
}
.style-btn:hover{
    background-color: #ffffff;
    color: #001173;
    text-decoration: none;
}
.box-shadow:hover{
    box-shadow: 5px 12px 12px rgba(242, 153, 74, .5);
}
.banner-heading{
    font-weight: 700;
    font-size: 44px;
    color: #ffffff;
}
.heading{
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}
.sub-heading{
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
}
.gold-text{
    color: #F2994A;
}
/*component*/

.banner{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh );
    padding: 0;
    padding-top: 200px !important;
    padding-bottom: 30px !important;
}
.contact-banner{min-height: 90vh;padding-top: 60px !important;}
.contact-banner h1{font-weight: 700;font-size: 44px !important;}
.contact-banner h3 span{
    text-decoration: none !important;
    line-height: 1.5;
    font-size: 21px;
    font-weight: 400;
}
/*header*/
.style-navbar{
    padding: 0;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px 15px !important;
    border-radius: 7px;
    transition: background-color 0.7s ease;
    border-radius: 50px;
}
.style-navbar.active{
    position: fixed;
    z-index: 100;
    background: #0d1335;
    top: 13px;
    box-shadow: 3px 4px 0px 3px rgb(61 63 116);
}
.style-navbar.light-active{position: fixed;z-index: 1;background: #ffffff;box-shadow: 3px 4px 0px 3px rgb(57 94 116);}
.style-navbar.light-active a{color: #000000;}

.home-header .light-logo{
    display: inline-block;
}
.home-header .dark-logo{
    display: none;
}

.home-header.light-active .dark-logo{
    display: inline-block;
    width: 85px;
}

.home-header.light-active .light-logo{
    display: none;
}




.logo.sticky{
    display: none;
}
.style-navbar.second.active .logo.sticky{
    display: inline-block;
}
.style-navbar.second.active .logo.non-sticky{
    display: none;
}
.style-navbar .logo{
    width: 88px;
}
.style-navbar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.style-navbar li{
    display: inline-block;
    line-height: 50px;
}
.style-navbar a{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 20px;
    font-weight: 500;
    cursor: pointer;
}
.dark-header .style-navbar a{
    color: #000000 !important;   
}
.dark-header .style-navbar.active a{
    color: #ffffff !important;   
}
.dropdown-action:hover .style-dropdown{
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.dropdown-action:hover i{
    rotate: 180deg;
}
.dropdown-action i{
    margin-left: 7px;
    transition: all 100ms ease-in;
}
.style-dropdown{position: absolute;width: 200px;background: #0d1335;top: 45px;left: -6px;display: none;border-radius: 12px;border: 1px solid #a8a8a8;}
.style-dropdown li{margin: 0;border-bottom: .3px solid #a8a8a8;width: 100%;text-align: center;padding: 8px 0;line-height: 10px;}
.style-dropdown li:last-child{
    border-bottom: none;
}
header .style-navbar .style-dropdown li a{
    margin: 0;
    padding: 9px !important;
    display: inline-block;
    font-weight: 500;
    color: #ffffff !important;
}

/*header*/

.strip-bar{padding: 20px;}
.strip-bar h3{font-size: 56px;font-weight: 600;margin-bottom: 15px;color: #001173;}
.strip-bar p{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

/*mobile navbar*/
.mobile-navbar{
   padding : 15px;
    display: flex;
    justify-content: space-between;
    display: none;
}
.mobile-sign-btn{
    display: flex;
    flex-direction: row;
}
.mobile-sign-btn a{
    display: inline-block;
    margin: 0 5px;
    height: 30px;
    padding: 5px 12px;
    align-self: center;
}


/*banner frame*/
.banner-inner{
    position: relative;
}
.banner_content h1{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 35px !important;
}
.banner_content h3{color: #d8d8d8;font-size: 22px;font-weight: 400;margin-bottom: 30px;}
.banner_content h3 strong{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1px solid;
}
.banner_content h5{
color: #ffffff;
}
.banner_content h4{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 32px;
}

.banner_content p{
    font-size: 18px;
}
.banner_content h3 span{
    display: block;
    padding-bottom: 4px;
    text-decoration: underline;
}
.about-banner{
    min-height: 100% !important;
    ;
}
.about-banner p{font-size: 17px;line-height: 1.5;font-weight: 500;margin-bottom: 22px;}
.case-study-banner h5{font-size: 17px;font-weight: 400;margin: 30px 0 50px;}
.case-study-banner h1{font-size: 31px;line-height: 1.8;font-weight: 600;margin-bottom: 20px;}
.case-study-banner p{margin-bottom: 80px;}
.case-study-heading span::before{
    background-color: #0918708f !important;
    height: 9px !important;
}
.cs-header p{font-size: 14.5px;line-height: 1.5;font-weight: 500;}
.case-row{
    margin-top: 70px;
}
.case-study-banner{
    margin-top: 20px;
    height: auto;
    min-height: 100%;
}
.description_btn {
    margin-top: 50px;
}
.description_btn a{
    margin: 5px;
}
.download-btn {
    position: absolute;
    padding: 15px 26px;
    background: transparent;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #fff 50%, transparent 50%),
                linear-gradient(90deg, #fff 50%, transparent 50%),
                linear-gradient(0deg, #fff 50%, transparent 50%),
                linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0%;
    animation: border-dance 4s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0%;
    }
    25% {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 100%, 0% 0%, 100% 0%, 0% 100%;
    }
    75% {
        background-position: 0% 100%, 100% 0%, 100% 100%, 0% 0%;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0%;
    }
}

/*banner frame*/


.heading .border-heading::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -6px;
    right: 0px;
    background-color: #3b4fc3;
    border-radius: 5px;
    height: 8px !important;
}

/*our services*/
.our-services{
    width: 100%;
}
.services-header{
    margin: 30px 0 50px 0;
}
.services-header p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}
.service-image{
    border-radius: 70px;
}
.services-card{
    padding: 20px;
    width: 100%;
    display: flex;
}

.services-card-logo{
    width:140px;
}
.services-card-logo img{
    width: 24px;
    height: 24px;
    align-self: center;

}
.services-card-content{
    padding: 0;
}
.services-card-content p{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.services-card-content li{max-width: 33%;width: 100%;text-align: center;padding: 15px 0;}
.services-card-content li img{max-width: 100%;height: 40px;margin-bottom: 14px;}
.services-card-content li h4{
    font-size: 15px;
    font-weight: 600;
}
.service-nav-link{
    text-decoration: none;
    color: #000000;
    padding: 20px 0 0;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
}

.cs-row{
    margin-bottom: 50px;
}

/* our process */
.process-content h2{

}
.process-content p{margin-bottom: 35px;font-size: 17px;font-weight: 500;}
.process-content a{
    
}
.process-image{
    max-width: 500px;
    position: relative;
    margin: 29px  auto 0;
}
.process-image img{
    width: 100%;
}
.process-list ul > li{
    position: relative;
}
.process-list ul > li.first-child::before{content: '';width: 126px;height: 226px;position: absolute;left: 0;right: 0;margin: auto;top: -425px;margin-left: 99px;bottom: 0;border: 2px solid #000000;border-radius: 20px 0 0 0;border-right-width: 0;border-bottom-width: 0;}
.process-list ul > li.second-child::before{
    content: '';
    width: 100px;
    height: 153px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -221px;
    bottom: 132px;
    margin-left: 92px;
    border: 2px solid #000000;
    border-radius: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width: 0;
}
.process-list ul > li.third-child::before{content: '';width: 100px;height: 153px;position: absolute;left: 0;right: 0;margin: auto;top: -221px;bottom: 132px;margin-left: 92px;border: 2px solid #000000;border-radius: 0;border-right-width: 0;border-bottom-width: 0;border-top-width: 0;}
.process-list ul > li.forth-child::before{
    content: '';
    width: 126px;
    height: 226px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -425px;
    margin-left: -26px;
    bottom: 0;
    border: 2px solid #000000;
    border-radius: 0 20px 0 0;
    border-left-width: 0;
    border-bottom-width: 0;
}
.process-list li:nth-child(1)::after{top: -228.5px;left: 236px;}
.process-list li:nth-child(4)::after{
    top: -228.5px;
    right: 226px;
}
.span-box.center .first-child::before{
    content: '';
    width: 126px;
    height: 40px;
    position: absolute;
    left: -124.5px;
    border: 2px solid #000000;
    top: 60px;
    border-radius: 0 0 0 50px;
    border-top-width: 0;
    border-right-width: 0;
}
.span-box.center .first-child::after{
    content: '';
    width: 126px;
    height: 40px;
    position: absolute;
    left: -124.5px;
    border: 2px solid #000000;
    top: 99px;
    border-radius: 50px 0 0 0;
    border-width: 2px 0 0 2px;
}
.span-box.center .second-child::before{
    content: '';
    width: 126px;
    height: 40px;
    position: absolute;
    right: -124.5px;
    border: 2px solid #000000;
    top: 60px;
    border-radius: 0 0 50px 0;
    border-top-width: 0;
    border-left-width: 0;
}
.span-box.center .second-child::after{
    content: '';
    width: 126px;
    height: 40px;
    position: absolute;
    right: -124.5px;
    border: 2px solid #000000;
    top: 99px;
    border-radius: 0 50px 0 0;
    border-width: 2px 2px 0 0;
}


/* our process */
.process-section{
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin:  0 auto;
}
.process-section .heading{
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 50px !important;
}
.process-list{
    margin-top: 200px;
}
.process-list li{
    position: relative;
}
.process-list li::before{
    content: '';

}
.process-list li::after{
    content: '';
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: -160px;
    margin-left: -13px;
}
.span-box{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 3%, rgba(4,22,129,1) 100%);
}

/* fill up box */
.fil-up-box{max-width: 500px;position: relative;margin: 0 auto;text-align: center;padding: 40px 40px 20px;border-radius: 80px;box-shadow: 0px 1px 4px 3px rgb(227 219 219 / 50%);}
.fil-up-box h3{font-size: 26px;font-weight: 700;line-height: 1.4;}
.fil-up-box p{font-size: 17px;font-weight: 500;}

.fil-up-box a{margin-bottom: 15px;}

.fil-up-box span{

}


/*increase your traffic*/
.increase-your-traffic{
    padding:20px 50px 70px 50px;
    position: relative;
}
.inc-traffic-content{
    padding:0 50px ;
}
.inc-traffic-content p{
    margin-top: 30px;
}
.inc-traffic-content a{
    display: inline-block;
    margin-top: 30px;
}
.inc-traffic-frame{
    padding: 0 20px;
}
.chart-bg{
    margin-top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 357px;
    width: 268px;
    z-index: 1;
}
.chart{
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    
}
.chart-arrow{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    z-index: 1;
    border-radius: 15px;
}
.chart-dot{
    position: absolute;
    right: 70px;
    bottom: -40px;
    z-index: -1;
}

/*simple way*/
.simple-way {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.simple-way-bg{
    position: absolute;
    left: 0;
    top: -200px;
    z-index: -1;
}
.simple-way h1{
    max-width: 800px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.simple-way-card-row{
    margin-top: 50px;
}
.simple-way p {
    max-width: 500px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 15px;
    margin-top: 20px;
}
.simple-way-card{
    padding: 20px;
}
.simple-way-card p{
    margin-top: 8px;
}
.start-up{
    position: relative;
}
.start-up h1{
    max-width: 800px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.start-up a{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 50px;
}

/*invest for a business*/
.invest-bussiness-bg {
    position: absolute;
    right: -100px;
    width: 600px;
    height: 400px;
}

.invest-business-content{
    padding: 20px;
}
.invest-business-content h1{
    margin-top: 30px;
}
.invest-business-content p{
    margin-top: 25px;
    font-size: 15px;
}
.invest-business-content a{
    margin-top: 25px;
    display: inline-block;

}
/*invest business card*/
.invest-business-frame{
    position: relative;
    z-index: 1;
}
.invest-bussiness-arrow-icon{
    position: absolute;
    top: 200px;
    left: 110px;
    z-index: 2;
    border-radius: 10px;
    width: 60px;
    height: 60px;
}
.invest-business-card{
    width: 260px;
    height: 414px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.invest-business-card img{
    width: 260px;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.invest-business-card-content{
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.invest-business-card-content p{
    font-size: 10px;
    margin-top: -0.7em;

}
.invest-business-card-heading h4{
    font-size: 16px;
    font-weight: 500;
}
.invest-business-content-funding h2{
    font-size: 24px;
    font-weight: 500;
    color: #13C296;
}

.invest-business-card-footer{
    border-top:1px solid #D6DBDF;
    padding: 15px 5px 0 5px;
    margin: 0  12px;
}
.invest-business-card-footer h5{
    font-size: 14px;
    font-weight: 500;
}
.invest-business-card-footer p{
    text-transform: capitalize;
}
.small-frame{
    background-color: #516EA9;
    color: #fff;
    width: 130px;
    height: 55px;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    position: absolute;
    bottom: 100px;
    right: 20px;
    z-index: -1;
}
.small-frame h5{
    font-size: 16px;
    font-weight: 500;
}
.small-frame p{
    margin-top: -0.8em;
    font-size: 10px;
    color: #fff;
}
/*invest for a business*/

/*finding-info-online*/
.finding-info-online{
    position: relative;
    z-index: 1;
}
.finding-info-online-bg{
    position: absolute;
    z-index: -1;
    right: 0;

}
.finding-info-online-frame{
    position: relative;
}
.quarter-circle-bottom-left{
    width: 58.76px;
    height: 58.76px;
    background: #13C296;
    border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    -webkit-border-radius: 0 100px 0 0;
    position: absolute;
    bottom: 100px;
    left: 20px;
    z-index: -1;
}
.quarter-circle-bottom-right{
    width: 100px;
    height: 100px;
    background: transparent;
    border:  1.3169px solid #3056D3;
    border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
    width: 110.57px;
    height: 110.57px;
    position: absolute;
    left: -20px;
    bottom: 125px;
    z-index: -1;
}
.finding-info-online-img{
    z-index: 1;
    width: 375px;
    height: 422px;
    margin-left: 50px;
}
.finding-info-dot1{
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: -1;
}
.finding-info-dot2{
    position: absolute;
    z-index: -1;
    top: 200px;
    right: 60px;
}

.finding-info-online-content{
    padding: 30px;
}
.finding-info-online-content h3{
    font-size:26px ;
}
.finding-info-online-content p{
    margin-top: 20px;
}

.finding-info-online-content h4{
    font-size: 15px;
}
.finding-feature-cards{
    margin-top: 30px;
}
.finding-feature-card{
    padding:10px ;
}
.finding-feature-card img{
    margin-bottom: 10px;
    width: 36px;
    height: 36px;
    object-fit: contain;
}
/*finding-info-online*/


/*subnscription start here*/
.subscription-section{
    background-color: rgba(60, 62, 125, .5);
    padding:50px ;
}
.subscription-section h1{
    font-size: 36px;
    font-weight: 500;
}
.subscription-section p{
    max-width: 400px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
}
.send-input{
   max-width: 416px;
   display: flex;
   flex-direction: row;
   border-radius: 10px;
   position: relative;
   left: 0;
   right: 0;
   margin: auto;
   margin-top: 20px;
}
.send-input input{
    flex:5;
    background: transparent;
    border:none;
    outline: none;
    background-color: rgb(151, 151, 151,.4);
    color: #fff;
    border-top-left-radius:5px;
    border-bottom-left-radius: 5px;
    padding: 10px  ;
    
}
.send-input a{
    flex:1;
    text-align: center;
    background-color: #F2994A;
    color: #fff;
    padding:12px 32px ;
    text-decoration: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*subnscription end here*/


/*footer*/
.footer-bg{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
footer{
    margin-top: 20px;
}
.footer-logo h4{
    font-weight: 700;
    margin: 10px 0;
}
.footer-list > li {
    margin: 0 35px !important;
}
.footer-list > li > a{
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;

}

.social-icons ul{
    list-style: none;
    margin: 0;
    padding:0;
    margin: 0 35px !important;
}
.social-icons li{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(246 246 246);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important;
}
.social-icons i{
    color: #fff;
    font-size: 14px;
}
footer h2{
    font-size: 26px;
    font-weight: 700;
}
.footer-list-row{
    margin: 50px 0;
}
.footer-list{
    padding: 10px;
}
.footer-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list li{
    margin: 10px 0;
}
.footer-list-heading{
    font-weight: 700;
    margin-bottom: 20px !important;
}
.footer-list a{
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.copyright{
    margin-top: 100px;
}
.copyright p{
    font-size: 14px;

}
.copyright span{
    margin: 15px;
}

.who-section{

max-width: 665px;

width: 100%;

position: relative;

scale: 0.9;

margin: 0 auto;

margin-top: -25px;
}
.who-section ul{

}
.who-section li.first-list::after{content: '';position: absolute;width: 1px;height: 85px;background: #ffffff;right: -12px;bottom: -15%;rotate: 319deg;}
.who-section li.second-list::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    background: #ffffff;
    left: -12px;
    bottom: -15%;
    rotate: 39deg;
}
.who-section li.third-list::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    background: #ffffff;
    right: -13px;
    top: -15%;
    rotate: 39deg;
}
.who-section li.forth-list::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    background: #ffffff;
    top: -15%;
    left: -11px;
    rotate: 319deg;
}
.who-section ul.top{
    margin-bottom: 100px;
}
.who-section ul.center li{font-size: 28px;text-transform: uppercase;font-weight: 700;line-height: 1.3;background: #ffffff;color: #0b1120;}
.who-section ul.bottom{
}
.who-section li{
    color: #ffffff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}

.us-representation{
    margin-top: 100px;
    
}

.center-container{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
}
.us-representation{
    position: relative;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
    justify-content: center;
}
.us-representation::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 276px;
    height: 100%;
    background: rgb(1,1,1);
    background: linear-gradient(90deg, rgb(11 17 32) 5%, rgba(54, 54, 54, 0) 37%);
    z-index: 1;
}
.us-representation::after{
    content: '';
}
.boxes-slider{
    max-width: 350px;
    height: 100%;
    width: 23%;
    border-right: 1px solid #ffffff82;
    padding-right: 5px;
    padding-top: 10px;
}
.us-representation .boxes {
    flex-direction: row-reverse;
    animation: marquee 35s linear infinite;
}
.us-representation .boxes li{

width: 35px;

height: 35px;

border: 1px solid #fff;

border-radius: 50%;

margin: 9px 3px;

color: #fff;

font-size: 9px;

display: flex;

align-items: center;

justify-content: center;

font-weight: 400;
}

li.you{
    background-color: #000;
    color: #ffffff;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
  }
  
  /* Disarrange circles */
.marquee-content li:nth-child(odd) {
    transform: translateY(-5px); /* Adjust the disarrangement */
    margin-bottom: 0;
    margin-left: -8px;
    margin-top: 0;
}

.marquee-content li:nth-child(even) {
    transform: translateY(2px); /* Adjust the disarrangement */
    margin-right: 11px;
    margin-bottom: 15px;
}

  
  @keyframes marquee {
    0% {
      transform: translateX(50px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .list-inline {
    display: inline-block;
  }

  .filter-client{
    max-width: 230px;
    width: 100%;
    height: 300px;
    border: 1px solid #ffff;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin: 0 70px 0 50px;
    width: 100%;
    position: relative;
    }
    .filter-client::before{
        content: '';
        width: 50px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: -50px;
    }
    .filter-client::after{
        content: '';
        content: '';
        width: 70px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        right: -70px;
    }
    .filter-client .filter-inner-box{
        width: 100%;
        height: 200px;
        border: 1px solid #fff;
        border-radius: 40px;
    }
    .filter-client .filter-inner-box::before{
        content: '';
    }
    .filter-client .filter-inner-box::after{
        content: '';
    }
    .triangle-3 {
        width: 15px;
        height: 30px;
        border-left: solid 15px rgb(0 214 255);
        border-bottom: solid 15px transparent;
        border-top: solid 15px transparent;
        position: absolute;
        right: -16px;
        z-index: 10;
        rotate: 180deg;
      }
      .triangle-4 {
      width: 15px;
      height: 30px;
      border-right: solid 15px rgb(0 214 255);
      border-bottom: solid 15px transparent;
      border-top: solid 15px transparent;
      position: absolute;
      left: -15px;
      }


  .boxer-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.boxer-list{

}
.boxer-list i{
    position: absolute;
    color: #00c4e9;
    font-size: 25px;
    z-index: 100;
}
.boxer-list span.big{font-size: 33px;right: 0;}
.boxer-list span.left-big{
    width: 15px;
    height: 30px;
    border-left: solid 15px #00cdf4;
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
    position: absolute;
    left: -4px;
    z-index: 10;
    rotate: 360deg;
    top: -13px;
}
.boxer-list span.right-big{
    width: 15px;
    height: 30px;
    border-left: solid 15px rgb(0 214 255);
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
    position: absolute;
    right: -2px;
    z-index: 10;
    rotate: 360deg;
    top: -13px;
    }

.boxer-list .boxer-2 {
    left: 13%;
    top: -9px;
}
.boxer-list .boxer-3 {
    right: 65%;
    top: -9px;
}
.boxer-list .boxer-4 {
    right: 0;
    left: 0;
    margin: auto;
    top: -9px;
    text-align: center;
}
.boxer-list .boxer-5 {
    right: 31%;
    top: -9px;
}
.boxer-list .boxer-6 {
    right: 15%;
    top: -9px;
}

  .boxer{
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
  }
  .boxer::before{
    content: '';
    position: absolute;
  }
  .boxer.first{
    color: #0d152e;
    font-size: 18px;
    font-weight: 700;
    border: 4px solid #00cdf4;
    width: 180px;
    height: 180px;
    font-size: 45px;
    font-weight: 900;
    background: #e7e7e7;
}
  .boxer.last{
    background: #000;
}
    .boxer.first::before{
        content: '';
    }
    .boxer.last::before{
        content: '';
    }
  .hr-line{
    width: calc(100% - 287px);
    background: white;
    height: 4px;
    margin: 0;
    border-radius: 50px;
    position: relative;
}
.hr-line .center-line{
    width: 33%;
    background-color: #0b1120;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.hr-line .center-line::before{
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed #797979;
    left: 0;
    top: 1.5px;
}
.who-header{max-width: 861px;margin: 50px auto 0;justify-content: space-between;font-size: 28px;font-weight: 600;}

/* risk free */
.risk-free{
    max-width: 850px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    justify-content: space-between;
}
.risk-free img{border-radius: 30px;max-width: 180px;}
.risk-free p{line-height: 2;color: #ffffff;}
.risk-free-container{
    background-color: #5454545c;
    border-radius: 30px;
    padding: 23px;
}
/* founder container */
.founder-container{

padding: 20px;
}
.founder-container p a{
    
font-size: 16px;
    
color: #0b1120;
    
font-weight: 600;
}
.founder-container h2{

color: #000000 !important;
}
.founder-container p{

}
.founder-bg img{
}

/* accordion */
.style-accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #e5e5e5;
    font-size: 1.15rem;
    font-weight: 400;
    text-decoration: none;
  }
  
  .style-accordion a:hover,
  .style-accordion a:hover::after {
    cursor: pointer;
    color: #ffffff;
  }
  
  .style-accordion a:hover::after {
    border: 1px solid #ffffff;
  }
  
  .style-accordion a.active {
    color: #ffffff;
  }
  
  .style-accordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #d3d3d3;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .style-accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f209';
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  
  .style-accordion .content {
    display: none;
    padding: 1rem;
    overflow: hidden;
    color: #dedede;
  }
  
  .style-accordion .content p {
    font-size: 1rem;
    font-weight: 300;
  }
  .style-accordion{

  }
  .style-accordion .accordion-item{

background-color: #0b1120;

color: #fff;

border: none;
}
  .style-accordion .accordion-item a{

  }
  .style-accordion .content p{

  }
  .social-icons li i{

font-size: 30px;
}
  .social-icons li.fb i{

color: #0040ff;

}
  .social-icons li.linked-in i{
    
color: #0072b1;
  }
  .social-icons li.youtube i{
    
color: #FF0000;
  }
  .case-study-cont{

background: #000;

position: relative;

background: rgb(20,18,161);

background: linear-gradient(0deg, rgba(20,18,161,1) 26%, rgba(0,0,0,1) 100%);

position: relative;
}
.case-study-cont::before{
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-right: 79px solid transparent;
    border-bottom: 512px solid #FFFFFF;
}
  .case-header{
  text-align: center;
  margin-top: 66px;
  }
  .case-header img{

max-width: 250px;

width: 100%;

height: auto;
}
  .case-header p{

margin-bottom: 0;

font-size: 22px;

font-weight: 500;

color: #ffffff;
}
.case-study-section .profile-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.case-study-section .review-card p{
    color: #e9eaea;
    font-size: 16px;
    margin-bottom: 20px;
}
  .case-study-section .review-card h4{

font-size: 22px;

color: #f4f4f4;

margin-bottom: 7px;
}
  .case-study-section .review-card h5{

font-size: 16px;

color: #e9eaea;

font-weight: 400;
}
.case-study-section .video-card{
    padding: 15px;
}
.case-study-profile{display: flex;justify-content: start;}
.case-study-profile .img-1{position: relative;z-index: 10;max-width: 376px;height: auto;bottom: 0;}
.case-study-profile .img-2{
    position: relative;
    z-index: 10;
    max-width: 370px;
    height: auto;
    bottom: 0;
    object-fit: contain;
    }
    .case-study-profile .img-3{
        position: relative;
        z-index: 10;
        max-width: 279px !important;
        height: auto;
        bottom: 0;
        left: 0;
        margin-left: -1px;
        }
.video-section{
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    z-index: 100;
    width: 290px;
}
.video-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* border-right: 100px solid transparent; */
    /* border-bottom: 352px solid #FFFFFF; */
}
.video-section a{
    font-size: 50px;
    color: #ffffff;
    position: relative;
}
.close-modal, .close-video{
    font-size: 24px;
    position: absolute;
    top: -5px;
    right: -61px;
    width: 40px;
    height: 40px;
    background-color: #ff0000ad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;
    z-index: 10;
}
.case-study-cont .case-logo{
    position: absolute;
    width: 55px;
    height: auto;
    top: 24px;
    left: 11px;
    z-index: 10;
}
.case-logo-header{
    max-width: 170px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
}
.schedule-btn{
    max-width: 270px;
    height: 55px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    justify-content: center;
}
.founder-box{background: #000;color: #fff;padding: 40px;min-height: 619px;max-width: 1100px;}
.founder-box h2{font-weight: 700;font-size: 40px;margin-bottom: 28px;}
.founder-box p{
    
}
.founder-image{
    max-width: 450px;
}
.founder-image::before{
    content: '';
    position: absolute;
    width: 92%;
    height: calc(100% - 5px);
    background-color: #001173;
    top: 24px;
    right: -14px;
}
.founder-image img{
    position: relative;
    max-width: 100%;
    height: 560px;
    margin-left: 25px;
}
::-webkit-scrollbar {
    width: 10px !important;

}
::-webkit-scrollbar-track {
    background: #f1f1f1 !important;  
  }

::-webkit-scrollbar-thumb {
    background: #888 !important; 
  }
::-webkit-scrollbar-thumb:hover {
    background: #555 !important; 
  }
  .case-study-btn{
    max-width: 250px;
    height: 60px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 15px;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(94deg, rgba(20, 18, 161, 1) 26%, rgb(17 15 137) 100%);
  }

  /* filter-client */
  .filter-client span{
    color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: #0b1120;
    display: inline-block;
    max-width: 129px;
    font-size: 14px;
  }
  .client-top{
    top: -11px;
    }
  .client-bottom{
    bottom: -11px;
    }
    .style-video{
        width: 100%;
        height: 450px;
    }
    .thumb-case-study{
        width: 100%;
        /* padding: 15px; */
        border-radius: 20px;
    }
.thumb-video{
        width: 100%;
        height: 100%;
        border-radius: 50px;
    }
    .close-modal, .close-video {
        top: -20px;
        right: -42px;
        background-color: #ff0000;
        color: #ffffff;
    }
    .style-modal .modal-content{
        margin-top: 10%;
    }
    .boxer-logo{
        width: 69px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -75px;
        z-index: 10;
        object-fit: contain;
    }
    .cs-card{
        
min-height: 525px;
        
justify-content: space-between;
        
display: flex;
        
flex-direction: column;
        
padding: 20px 20px 20px 0;
    }
    .upperbox-arrow>i, .inner-arrows>i{
        position: absolute;
        color: #00d6ff;
        font-size: 17px;
        z-index: 100;
    }
    .upperbox-arrow > .span-1{
        top: 35%;
        right: -4px;
        rotate: 90deg;
}
    .upperbox-arrow > .span-2{
    right: -4px;
    top: 17%;
    rotate: 90deg;
    }
    .upperbox-arrow > .span-3{
        top: -8px;
        right: 42px;
        z-index: 100;
        rotate: 356deg;
    }
    .upperbox-arrow > .span-4{
        top: -8px;
        left: 20%;
        rotate: 357deg;
    }
    .upperbox-arrow > .span-5{
        
top: 10%;
        
left: -4px;
        
rotate: 270deg;
    }
    .upperbox-arrow > .span-6{
    top: 35%;
    left: -4px;
    rotate: 270deg;
    }
    .upperbox-arrow > .span-7{
    bottom: 35%;
    rotate: 270deg;
    right: -4px;
    }
    .upperbox-arrow > .span-8{
    bottom: 15%;
    right: -5px;
    rotate: 270deg;
    }
    .upperbox-arrow > .span-9{
    bottom: -9px;
    right: 43px;
    rotate: 357deg;
    }
    .upperbox-arrow > .span-10{
    bottom: -9px;
    left: 20%;
    rotate: 360deg;
    }
    .upperbox-arrow > .span-11{
    bottom: 12%;
    left: -5px;
    rotate: 90deg;
    }
    .upperbox-arrow > .span-12{
        bottom: 35%;
        left: -5px;
        rotate: 90deg;
    }

    .inner-arrows > .span-1{
        top: -10px;
        right: 43px;
        rotate: 177deg;
    }
    .inner-arrows > .span-2{
    top: -10px;
    left: 44px;
    rotate: 181deg;
    }
    .inner-arrows > .span-3{
        bottom: -8px;
        right: 43px;
        rotate: 176deg;
    }
    .inner-arrows > .span-4{
    bottom: -8px;
    left: 43px;
    rotate: 178deg;
    }
    .inner-arrows > .span-5{
        bottom: 35%;
        left: -5px;
        rotate: 90deg;
    }
    .filter-client .left-span{

position: absolute;

left: -38px;

margin-top: 2px;

}

    .filter-client .right-span{
        
position: absolute;
        
right: -46px;
        
margin-top: 1px;
        
rotate: 180deg;
    }
    .mobile-arrow{
        
    }

    .next-arrow-sub{

    }
    .prev-arrow-sub{

    }

    .slick-dots {
        bottom: 20px; /* Adjust vertical position */
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
      }
      .slick-dots li {
        margin: 0 5px;
      }
      .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ccc;
        border: none;
        opacity: 0.75;
        transition: opacity 0.3s ease, background-color 0.3s ease;
      }
      .slick-dots li button:hover {
        opacity: 1;
      }
      .slick-dots li.slick-active button {
        background-color: #333;
        opacity: 1;
      }
      .services-card-content li i{
        font-size: 23px;
        margin-bottom: 9px;
        color: #091870;
    }
    
    .mobile-menu{
        background-color: #000000;
        color: #ffffff;
        padding: 5px 12px;
        position: fixed;
        top: 0;
        z-index: 200;
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
    }
    .mobile-menu  i{
        font-size: 35px;
    }
    .mobile-menu img{
        width: 80px;
        height: auto;
    }
    
    .overlay{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.7);
        z-index: 101;
        display: none;
      }
    
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 200;
        top: 77px;
        background-color: #000000;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 27px;
        width: 70%;
        right: -70%;
        border-left: 1px solid #e4e4e4;
        padding: 15px;
    }
    .sidenav .closebtn {
        position: absolute;
        top: -11px;
        left: -25px;
        font-size: 36px;
        color: #fff;
    }
    .sidenav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: .3s;
    }
    .side-nav-box {
        padding: 13px 0;
        border-top: 0.2px solid rgb(218, 218, 218, .3);
        border-bottom: 0.2px solid rgb(218, 218, 218, .3);
        margin: 20px 0 ;
    }
    
    .side-nav-box h3{
        font-size: 18px;
        color: #e8e8e8;
        font-weight: 500;
        margin-bottom: 0;
        padding: 8px 8px 8px 8px;
    }
    .about-section h2{font-size: 45px; font-weight: 800;}
    .about-box{max-width: 50%;padding: 20px;background: #f7f7f7;border-radius: 12px;font-weight: 500;width: 100%;}
    .about-box p{font-size: 14px;font-weight: 500;line-height: 1.6;}
    .about-section h3{font-weight: 700;font-size: 40px;margin-bottom: 15px;}
    
    /* System Works Section Styling */
    .step-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 24px;
        color: white;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .monitor-box {
        background: #f0f9ff !important;
        border: 2px solid #0ea5e9 !important;
        position: relative;
    }
    
    .monitor-box .step-icon {
        background: linear-gradient(135deg, #0ea5e9, #0284c7);
    }
    
    .qualify-box {
        background: #f0fdf4 !important;
        border: 2px solid #22c55e !important;
        position: relative;
    }
    
    .qualify-box .step-icon {
        background: linear-gradient(135deg, #22c55e, #16a34a);
    }
    
    .introduce-box {
        background: #fef3c7 !important;
        border: 2px solid #f59e0b !important;
        position: relative;
    }
    
    .introduce-box .step-icon {
        background: linear-gradient(135deg, #f59e0b, #d97706);
    }
    
    .close-box {
        background: #fdf2f8 !important;
        border: 2px solid #ec4899 !important;
        position: relative;
    }
    
    .close-box .step-icon {
        background: linear-gradient(135deg, #ec4899, #db2777);
    }
    
    /* Why This Works Section Styling */
    .why-works-section {
        background: #fafbfc;
        padding: 80px 0;
    }
    
    .why-works-section .lead-text {
        font-size: 18px;
        font-weight: 500;
        color: #374151;
        line-height: 1.7;
    }
    
    .why-benefits-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-top: 40px;
    }
    
    .why-benefit-card {
        background: white;
        border-radius: 20px;
        padding: 30px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 2px solid transparent;
        position: relative;
        overflow: hidden;
    }
    
    .why-benefit-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--card-color), var(--card-color-light));
    }
    
    .why-benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: white;
        flex-shrink: 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
    
    .benefit-content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1f2937;
    }
    
    .benefit-content p {
        font-size: 15px;
        color: #6b7280;
        line-height: 1.6;
        margin: 0;
    }
    
    /* Individual Card Styling */
    .early-card {
        --card-color: #3b82f6;
        --card-color-light: #60a5fa;
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        border-color: #bfdbfe;
    }
    
    .early-card .benefit-icon {
        background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    }
    
    .noise-card {
        --card-color: #10b981;
        --card-color-light: #34d399;
        background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
        border-color: #a7f3d0;
    }
    
    .noise-card .benefit-icon {
        background: linear-gradient(135deg, #10b981, #059669);
    }
    
    .motivated-card {
        --card-color: #f59e0b;
        --card-color-light: #fbbf24;
        background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
        border-color: #fde68a;
    }
    
    .motivated-card .benefit-icon {
        background: linear-gradient(135deg, #f59e0b, #d97706);
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .why-benefits-container {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .why-benefit-card {
            padding: 25px;
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }
        
        .benefit-icon {
            width: 50px;
            height: 50px;
            font-size: 20px;
            margin: 0 auto;
        }
        
        .why-works-section {
            padding: 60px 0;
        }
        
        .why-works-section .lead-text {
            font-size: 16px;
        }
    }
    .ml-auto{
        margin-left: auto;
    }
    .about-image{
        width: 100%;
        max-width: 650px;
        position: relative;
        margin: 0 auto 30px;
    }
    .about-image img{
        width: 100%;
        height: auto;

    }
    .our-process-section{
    
    }
    .our-process-section h2{

    }
    .our-process-section p{font-weight: 500;line-height: 1.7;margin-bottom: 25px;text-align: justify;}
    .our-process-section img.process-1{display: block;max-width: 200px;width: 100%;height: auto;position: relative;margin: 0 auto;}
    .our-process-section img.process-2{
        display: block;
        max-width: 150px;
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
    }

    .our-process-section img.process-3{
        max-width: 250px;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    .style-form {
        padding: 20px;
    }
    .style-form label {
        font-weight: 600;
        font-size: 20px;
    }
    .style-form input, .style-form textarea {
        width: 100%;
        margin-bottom: 30px;
        border: 0;
        outline: 0;
        border-bottom: 1px solid #7e7e7e;
        height: 50px;
        transition: border-color 0.3s ease;
        font-size: 18px;
    }
    .style-form textarea {
        min-height: 80px;
        resize: none;
    }
    .style-btn.big {
        height: 60px;
        padding: 7px 40px;
        font-size: 21px;
    }
 
    .quality-section .quality-card{
        width: 100%;
        margin-bottom: 30px;
        border: 10px solid transparent;
        border-radius: 20px;
        height: 215px;
    }
    .quality-section .quality-card img{
        max-width: 100%;
        height: 100%;
        object-fit: contain;
        width: 100%;
    }
    .quality-section .quality-card.one{
        max-width: 400px;
        height: 200px;
        background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, black, blue, black) border-box;
        border-radius: 30px;
        overflow: hidden;
    }
    .quality-section .quality-card.two{
        max-width: 330px;
        height: auto;
        background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, black, #121998, #121998) border-box;
    }
    .quality-section .quality-card.three{
        max-width: 370px;
        position: relative;
        margin-top: 110px;
        background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #121998, #000000, #121998) border-box;
    }
    .dm-row div.one{max-width: calc(100% - 61px) !important;margin-left: 58px;margin-bottom: 50px;border-radius: 10px !important;height: 290px !important;}
    .dm-row div.two{
        max-width: 100% !important;
        height: 140px !important;
    }
    .dm-row div.three{
        max-width: 100% !important;
        margin-top: 150px !important;
    }

    .cg-row div.one{max-width: calc(100% - 15px) !important;margin-left: 35px;margin-bottom: 65px;border-radius: 10px !important;height: 173px !important;}
    .cg-row div.two{
        max-width: 100% !important;
    }
    .cg-row div.three{
        max-width: 100% !important;
        margin-left: 30px !important;
        height: 244px;
    }
    .stat-section img{max-width: 100%;height: auto;margin-bottom: 30px;border-radius: 20px;}

    .meeting-card{
        border: 7px solid transparent;
        border-radius: 20px;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #121998, #000000, #121998) border-box;
        height: 265px !important;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .meeting-card img{
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        height: 220px;
    }
    .arrow-connector{
        position: absolute;
        top: 41%;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 65px;
        color: #a8a8a8;
        display: block;
        text-align: center;
    }
    .play-video{
        font-size: 28px;
        position: absolute;
        top: 44%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 38px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #ffffffc2;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding-left: 5px;
        color: #ff0000db;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        }
        70% {
            transform: scale(1.1);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    .hh-row .quality-card.three{min-height: 300px;}
    .thumb-case-study  img{border-radius: 50px;box-shadow: 0px 0px 10px 6px rgb(211 207 207); transition: all 300ms ease-in-out;}
    .thumb-case-study  img:hover{
        box-shadow: none;
    }

.orbital-system {
      position: relative;
      height: 719px; /* Increased height to accommodate more orbits */
      margin-left: 30px;
      scale: 0.7;
    }
    
    .orbital-system .center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 32px;
    }
    
    .orbital-system .orbit {
      position: absolute;
      top: 50%;
      left: 50%;
      border: 1px solid #3498db;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }
    
    .orbital-system .orbit-1 { width: 160px; height: 160px; animation: rotate 60s linear infinite; }
    .orbital-system .orbit-2 { width: 260px; height: 260px; animation: rotate 80s linear infinite reverse; }
    .orbital-system .orbit-3 { width: 360px; height: 360px; animation: rotate 100s linear infinite; }
    .orbital-system .orbit-4 { width: 460px; height: 460px; animation: rotate 120s linear infinite reverse; }
    .orbital-system .orbit-5 { width: 560px; height: 560px; animation: rotate 140s linear infinite; }
    .orbital-system .orbit-6 { width: 660px; height: 660px; animation: rotate 160s linear infinite reverse; }
    .orbital-system .orbit-7 { width: 760px; height: 760px; animation: rotate 180s linear infinite; }
    
    .orbital-system .icon {
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, -50%);
        z-index: 5;
        /* color: white; */
        font-size: 18px;
        transition: all 0.3s ease;
        text-align: center;
        border: 1px solid #08166991;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eaedff !important;
      }
      .orbit img{
          object-fit: cover !important;
          width: 35px !important;
          height: 35px !important;
          border-radius: 50%;
      }

    .orbital-system .icon:hover {
      transform: translate(-50%, -50%) scale(1.2);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
    
    /* Positioning icons for each orbit */
    /* Orbit 1 */
    .icon-1-1 {top: 50%;left: calc(50% + 80px);background-color: #017737;}
    .icon-1-2 { top: calc(50% - 80px); left: 50%; background-color: #3498db; }
    .icon-1-3 { top: 50%; left: calc(50% - 80px); background-color: #2ecc71; }
    .icon-1-4 {top: calc(50% + 80px);left: 50%;background-color: #ffffff;}
    
    /* Orbit 2 */
    .icon-2-1 {top: 50%;left: calc(50% + 130px);background-color: transparent;box-shadow: none !important;!i;!;}
    .icon-2-2 {top: calc(50% - 130px);left: 50%;background-color: #ffffff;}
    .icon-2-3 {top: 50%;left: calc(50% - 130px);background-color: #ffffff;}
    .icon-2-4 { top: calc(50% + 130px); left: 50%; background-color: #34495e; }
    .icon-2-5 { top: calc(50% - 92px); left: calc(50% + 92px); background-color: #d35400; }
    
    /* Orbit 3 */
    .icon-3-1 {top: 50%;left: calc(50% + 180px);background-color: #000000;}
    .icon-3-2 { top: calc(50% - 180px); left: 50%; background-color: #27ae60; }
    .icon-3-3 { top: 50%; left: calc(50% - 180px); background-color: #c0392b; }
    .icon-3-4 {top: calc(50% + 180px);left: 50%;background-color: #ffffff;box-shadow: none !important;!i;!;}
    .icon-3-5 { top: calc(50% - 127px); left: calc(50% + 127px); background-color: #f39c12; }
    
    /* Orbit 4 */
    .icon-4-1 {top: 50%;left: calc(50% + 230px);}
    .icon-4-2 {top: calc(50% - 230px);left: 50%;}
    .icon-4-3 {top: 50%;left: calc(50% - 230px);background-color: #ffffff;}
    .icon-4-4 { top: calc(50% + 230px); left: 50%; background-color: #f1c40f; }
    
    /* Orbit 5 */
    .icon-5-1 { top: 50%; left: calc(50% + 280px); background-color: #9b59b6; }
    .icon-5-2 { top: calc(50% - 280px); left: 50%; background-color: #e67e22; }
    .icon-5-3 { top: 50%; left: calc(50% - 280px); background-color: #1abc9c; }
    .icon-5-4 { top: calc(50% + 280px); left: 50%; background-color: #34495e; }
    .icon-5-5 { top: calc(50% - 198px); left: calc(50% + 198px); background-color: #d35400; }
    
    /* Orbit 6 */
    .icon-6-1 {top: 50%;left: calc(50% + 330px);background: #ffffff;}
    .icon-6-2 { top: calc(50% - 330px); left: 50%; background-color: #27ae60; }
    .icon-6-3 {top: 50%;left: calc(50% - 330px);}
    .icon-6-4 {top: calc(50% + 330px);left: 50%;}
    .icon-6-5 { top: calc(50% - 233px); left: calc(50% + 233px); background-color: #f39c12; }
    
    /* Orbit 7 */
    .icon-7-1 { top: 50%; left: calc(50% + 380px); background-color: #2980b9; }
    .icon-7-2 { top: calc(50% - 380px); left: 50%; background-color: #e74c3c; }
    .icon-7-3 { top: 50%; left: calc(50% - 380px); background-color: #2ecc71; }
    .icon-7-4 { top: calc(50% + 380px); left: 50%; background-color: #f1c40f; }
    .icon-7-5 { top: calc(50% - 269px); left: calc(50% + 269px); background-color: #9b59b6; }
    
    @keyframes rotate {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }
    .process-pages .orbital-system {
        scale : 0.7;
    }
    .scroll-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 15px 0 40px;
    }
    .scroll-arrow {
        width: 18px;
        height: 18px;
        transform: rotate(45deg);
        border-right: 3px solid #000000;
        border-bottom: 3px solid #000000;
        animation: arrow-wave 1s infinite;
        animation-direction: alternate;
      }
      .scroll-arrow:nth-child(1) {
        animation-delay: 0.1s;
      }
      .scroll-arrow:nth-child(2) {
        animation-delay: 0.2s;
      }
      .scroll-arrow:nth-child(3) {
        animation-delay: 0.3s;
      }
      
      @keyframes arrow-wave {
        0% {
          opacity: 0;
        }
        50% {
          opacity: 0.5;
        }
        100% {
          opacity: 1;
        }
      }
      .offer-model .modal-content {
        margin-top: 5%;
      }
@media only screen and (max-width : 767px){
    .banner-section{
        min-height: auto;
    }
    .style-container{
        width: inherit;
    }
    .style-navbar li{
        margin: 0;
    }
    .style-navbar a {
        font-size: 14px;
    }
    .style-navbar a{
        margin: 0;
        padding: 0;
    }
    .banner-section{
    }
    .banner_content h3 {
        font-size: 15px;
    }
    .banner_content h1{
        font-size: 24px;
    }
    .case-study-profile img{
        max-width: 100% !important;
        height: 315px !important;
        object-fit: contain;
        margin-left: 0;
        position: relative;
        margin-top: 30px;
    }
    .case-study-cont::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        top: 0;
        z-index: 1;
        border-right: 90px solid transparent;
        border-top: 334px solid #FFFFFF;
        border-bottom: none;
    }
    .case-study-cont .case-logo {
        position: absolute;
        width: 55px;
        height: auto;
        top: 5px;
        right: 28px;
        z-index: 10;
        left: inherit;
    } 
    .boxer.first {
        width: 130px;
        height: 130px;
        font-size: 30px;
    }
    .us-representation{
        flex-direction: column;
        overflow-x: hidden;
    }
    .boxes-slider{
        width: 100%;
        rotate: 90deg;
    }
    .filter-client {
        width: 100%;
        rotate: 90deg;
        margin: 0;
    }
    .us-representation::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgb(1, 1, 1);
        background: linear-gradient(180deg, rgb(14 22 47) 5%, rgba(54, 54, 54, 0) 37%);
        z-index: 1;
        max-width: 100%;
    }
    .who-section ul{
        display: block !important;
    }   
    .who-section{
        margin-top: 0;
    }
    .who-section li::after{
        content: none !important;
    }
    .boxer-list {
        width: 100%;
        height: 440px;
        flex-direction: column;
        margin-top: 36px;
    }
    p{
        font-size: 14px;
    }
    .section{
        padding: 20px 0;
    }
    .who-section ul.top{
        margin-bottom: 0 !important;
    }
    .who-section .center-container{
        display: none !important;
    }

    .who-section li {
        color: #ffffff;
        width: 100%;
        border-radius: 0%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: left;
        padding: 0;
        font-size: 17px;
        height: auto;
        margin-bottom: 8px;
        font-weight: 300;
    }
    .risk-free {
        max-width: 850px;
        width: 100%;
        position: relative;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        text-align: center;
    }
    .risk-free img{
        margin-bottom: 20px;
    }
    /*component*/
    .heading{
        font-weight: 700;
        font-size: 28px;
    }
    .sub-heading{
        font-weight: 700;
        font-size: 22px;
        color: #ffffff;
    }
    .style-btn{
    }

    /*component*/

    .banner-frame{
        position: relative;
        float: right;
        padding: 10px 50px;
    }

    .banner-heading{
        font-size: 25px;
    }
    .banner_content p{
        font-size: 14px;
    }
    .description_btn {
        margin-top: 10px;
    }

    /*our services*/
    .our-services{
        background-size: contain;
    }
    .services-header{
        margin-bottom: 10px;
    }
    .services-header p {
        font-size: 14px;
    }
    .services-card{
        padding: 10px;
        width: 100%;
        display: flex;
    }

    .services-card-logo{
        width:100px;
    }
    .services-card-content h1{
        font-size: 16px;
        color: #ffffff;
    }
    .services-card-content p{
        font-size: 18px;
    }



        /*footer*/
        .footer-bg{
            width: 100%;
            background-size: contain;
            background-repeat:repeat;
        }
        footer{
            margin-top: 20px;
        }
        .social-icons ul{
            list-style: none;
            margin: 0;
            padding:0 ;
        }
        .social-icons li{
            display: inline-block;
            width: 45px !important;
            height: 45px;
            border-radius: 50%;
            background-color: rgba(129, 45, 211, .2);
            text-align: center;
            padding: 9px;
            margin: 5px;
        }
        .case-header p {
            font-size: 20px;
        }
        .case-study-section .review-card h4 {
            font-size: 18px;
        }
        .cs-card{
            padding: 15px;
            min-height: 460px;
        }
        .case-header {
            margin-top: 30px;
            margin-bottom: 25px;
        }
        .social-icons i{
            color: #fff;
            font-size: 12px;
        }
        footer h2{
            margin-top: 8px;
            font-size: 22px;
            font-weight: 700;
        }

        /*page list*/
        .footer-list-row{
            margin: 20px 0;
        }
        .footer-list{
            padding: 10px;
        }
        .footer-list ul{
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
            max-width: 100%;
            margin:  0 !important;
        }
        .footer-list li{
            margin: 10px 0;
            width: 100%;
        }
        .footer-list-heading{
            font-weight: 700;
            margin-bottom: 15px !important;
        }
        .footer-list a{
            text-transform: capitalize;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
        }
        .copyright{
            margin-top: 80px;
        }
        .copyright p{
            font-size: 10px;

        }
        .copyright span{
            margin: 3px;
        }
        .hr-line {
            width: 56%;
            rotate: 90deg;
        }
        .hr-line i{
            top: -12px !important;
        }

        .boxer-logo {
            top: -94px;
            rotate: 270deg;
        }
        .sub-heading-wu{
            text-align: center;
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            z-index: 10000;
            position: relative;
            bottom: -166px;
            text-transform: uppercase;
            opacity: .8;
        }
        .bottom-wali{
        position: absolute;
        bottom: 180px;
        left: 24px;
        }
        .style-navbar {
            padding: 0;
            width: 100%;
            position: absolute;
            top: 0;
            display: none;
        }
        .banner_content h4 {
            font-size: 20px;
        }
        .download-btn {
            padding: 8px 9px;
            font-size: 16px;
        }
        .banner-section{
            padding: 125px 0 70px !important;
        }
        .heading .border-heading::before{
            height: 12px;
        }
        .social-icons li i {
            font-size: 15px;
        }
        .fil-up-box{
            max-width: 90%;
            padding: 35px;
        }
        .process-list {
            margin-top: 50px;
        }
        .process-content{
            text-align: center;
        }
        .process-content a{
            margin-bottom: 30px;
        }
        .process-list.mobile-slider li::before,   .process-list.mobile-slider li::after{
            content: none;
        }
        .span-box{
            width: 200px !important;
            margin: 0 auto 20px;
            position: relative;
        }
        .founder-image{
            margin-top: 40px;
        }
        .founder-image img {
            height: auto;
            margin-left: 0;
        }
        .founder-image::before {
            top: 24px;
            right: -19px;
        }
        .founder-box h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 18px;
        }
        .services-card-content li h4 {
            font-size: 12px;
            font-weight: 600;
        }
        .service-nav-link {
            text-decoration: none;
            color: #000000;
            padding: 7px 0 10px;
            display: inline-block;
            font-size: 18px;
            font-weight: 400;
        }
        .about-banner{
            padding-top: 120px !important;
        }
        .row div.quality-card{
            width: 100% !important;
            max-width: 100% !important;
            margin-top: 0!important;
            margin-bottom: 20px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            height: auto !important;
            text-align: center !important;
        }
        .row div.quality-card img{
            object-fit: contain !important;
        }
        .about-section h2 {
            font-size: 30px;
        }
        .about-section h3 {
            font-weight: 700;
            font-size: 30px;
            margin-bottom: 15px;
        }
        .about-box {
            max-width: 100%;
        }
        .our-process-section h2 {
            margin-bottom: 22px !important;
        }
        .our-process-section img.process-3{
            max-width: 160px;
        }
        .contact-banner h1 {
            font-weight: 700;
            font-size: 29px !important;
            margin-bottom: 18px !important;
        }
        .footer-logo{
            max-width: 70%;
            position: relative;
            margin: 0 auto 15px;
        }
        .fil-up-box {
            max-width: 90%;
            padding: 35px;
            border-radius: 40px !important;
        }
        .case-study-banner h1 {
            font-size: 22px;
            line-height: 1.5;
            font-weight: 600;
            margin-bottom: 20px;
        }
        .process-pages .orbital-system {
            scale: 0.5;
            max-width: 100%;
            width: 100%;
            margin-left: 0px;
        }
    
}
.offer-banner{
    padding-top: 90px;
    padding-bottom: 60px;
}

.offer-banner h1 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 800;
}
.offer-banner p{
    font-size: 20px;
    line-height: 1.3;
    max-width: 70%;
    position: relative;
    margin: 0 auto;
    font-weight: 600;
}
.info-content{
    margin-bottom: 50px;
}
.info-content h2{
    margin-bottom: 25px;
}
.info-content .right h2{
    margin-bottom: 35px;
}
.info-content p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}
.info-content .just-content.left{
    padding-right :25px;
}
.info-content .just-content.right{
    padding-left :25px;
}
.info-content img {
    border-radius: 20px;
    height: 350px;
}
.offer-about-section h3{
    font-size: 30px;

}
.offer-header-case-study p{
    font-size: 20px;
}
.offer-case-study img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.offer-meeting-section img {
    max-width: 50%;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    border: 1px solid #6e6e6e;
    box-shadow: 0px 0px 13px 6px rgb(238 238 238);
    object-fit: contain;
}
.offer-meeting-section h2{
    font-weight: 400;
    font-size: 35px;
}
.offer-review-section h2{
    color: #039750;
}
.chance-item {
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    max-width: 50%;
}
.chance-item span{
    margin-right: 5px;
}
.chance-item.ml-auto{
    margin-left: auto;
}
.offer-why-section p {
    font-weight: 500;
    line-height: 1.6;
}

.offer-why-section img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    height: 360px;
}

.companies-list{
    margin-top: 70px;
}
.companies-item{
    background: linear-gradient(180deg, #041681, #030468, #18101a);
    padding: 10px 20px;
    min-height: 120px;
    width: calc(25% - 25px);
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    position: relative;

}

.companies-item .rounded-border{width: 60px;height: 60px;position: absolute;background: #fff;border-radius: 50%;}
.companies-item .rounded-border.first{
    left: -30px;
    top: -30px;
}
.companies-item .rounded-border.second{
    left: -30px;
    bottom: -30px;
}
.companies-item .rounded-border.third{
    right: -30px;
    top: -30px;
}
.companies-item .rounded-border.forth{
    right: -30px;
    bottom: -30px;
}
.offer-cta-section .fil-up-box{
    max-width:900px;
    width: 100%;
    padding: 22px 120px;
    box-shadow: none;
    border: 1px solid #000000;
}
.offer-cta-section .fil-up-box h3{
    margin-bottom: 35px !important;
    max-width: 550px;
    margin: 0 auto;
}
.offer-cta-section a{
    text-decoration: underline;
    max-width: 300px;
    font-weight: 500;
}
.offer-cta-section p.second{
    font-size: 16px;
}
.offer-banner .underline-img{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -22px;
    left: -3px;
}
a.call-btn {
    background: #ffffff;
    padding: 2px 15px;
    border-radius: 50px;
    background: #0747a8;
    color: #ffffff;
}
.list-container{
    width: 40%;
    display: flex !important;
    justify-content: space-around;
}

.business-card.competitive-advantage{
    padding: 25px;
    border: 1px solid #10b981;
    border-radius: 25px;
    background: #ecfdf5;
}
.business-card.quality-quantity{
    padding: 25px;
    border: 1px solid #3b82f6;
    border-radius: 25px;
    background: #eff6ff;
}
.business-card.exclusivity{
    padding: 25px;
    border: 1px solid #8b5cf6;
    border-radius: 25px;
    background: #f3e8ff;
}
.business-card.control{
    padding: 25px;
    border: 1px solid #f59e0b;
    border-radius: 25px;
    background: #fffbeb;
}

.business-card h3{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;

}

.business-card p{
    font-weight: 500;
    line-height: 1.3;
}

.new-case-study-card{
    padding: 30px;
    background: #0d1335;
    border-radius: 15px;
    color: #ffffff;
}
.case-study-header h5{

font-weight: 600;
}
.case-study-header h5 span{
text-decoration: underline;
}
.new-case-study-card p{
    font-weight: 500;
}
.new-case-study-card img{
    border-radius: 20px;
}
.new-case-study-card li{
    margin-bottom: 10px;
    font-weight: 600;
}

.new-case-study-card a {
    margin-left: auto;
    display: block;
    max-width: 200px;
    height: 50px;
    padding: 12px 5px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    background: #ffffff;
    color: #0d1335;
    font-weight: 600;
}
.why-card-list li{
    margin-bottom: 15px;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 15px;
}
.why-card-list li b{
    margin-right: 10px;
}
.calendly-section p{
    font-size: 20px;
}
@media only screen and (max-width : 767px){
    .offer-banner h1 {
        font-size: 25px;
        line-height: 1.4;
    }
    .offer-banner p {
        font-size: 16px;
    }
    .info-content h2 {
        margin-bottom: 10px;
        text-align: center;
    }
    .info-content p {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }
    .info-content .just-content{
        text-align: center;
    padding: 0;
    }
    .info-content .right h2 {
        margin-bottom: 20px;
    }
    .info-content img{
        height: auto;
    }
    .offer-why-section img{
        height: auto;
    }
    
    .about-section h2{
        text-align: center;
    }
    .offer-about-section h3 {
        font-size: 26px;
    }
    .offer-header-case-study p {
        font-size: 16px;
    }   
    .chance-item {
        margin-bottom: 15px;
        max-width: 100%;
    } 
    .offer-cta-section {
        padding: 10px;
    }
    .offer-cta-section .fil-up-box {
        max-width: 100%;
        width: 100%;
        padding: 20px;

    }
    .offer-page .footer-logo {
        max-width: 44%;
    }
    .companies-list{
        max-width: 70%;
        position: relative;
        margin: 0 auto;
        padding: 10px;
    }
    .companies-section .slick-dots{
        display: flex
        ;
            justify-content: center;
            width: 100%;
            margin-top: 16px;
    }
    .offer-why-section img {
        margin-top: 15px;
    }
    

}

