
p{
    color:#0D0C10;
    font-size:18px;
}
a {
    color: #000;
    text-decoration: none;
}

.whe-we-are-sec{
    padding: 5rem 0;
    position: relative;
    background: #FDFDFD;
    z-index: 1;
}
html, body{
    overflow-x:hidden;
}
img{
    height:auto;
    max-width:100%;
}
.whe-we-are-sec:before{
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(83, 128, 234, 0.5) 0%, rgba(246, 251, 248, 0) 100%);
    right: -50px;
    bottom: 0;
    z-index: -1;
}
.why-anit-se{
    position:relative;
}

.why-anit-se:before{
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    top: 43px;
    left: 17%;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(83, 128, 234, 0.5) 0%, rgba(246, 251, 248, 0) 100%);
}

.whe-we-are-sec:after{
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%, #FAB7B8 0%, rgba(246, 251, 248, 0) 100%);
    left: -50px;
    bottom: 0;
    z-index: -1;
}

.section-title.text-center{
    margin-bottom:60px !important;
    max-width:70%;
    left:0;
    right:0;
    margin:0 auto;
}

.sec-title-small{
    background: #FFE785;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    color: #000816;
    font-size:12px;
    font-family: 'Sora';
}
.section-title{
    margin:0 0 50px;
}

.sec-title-big{
    color:#0D0C10;
    font-weight: 600;
    font-size:40px;
   font-family: "Bricolage Grotesque", serif;
   position:relative;
   text-transform: capitalize;
}

.whowe-img{
    display: flex;
    gap: 0 15px;
    position:relative;
}

.whowe-img img{
    border-radius: 25px;
    object-fit: cover;
}

.whowe-img .like-we, .whowe-img .right-right-img{
    position:relative;
}

.whowe-img .left-site-img img, .whowe-img .right-right-img img{
    width:285px;
}

.whowe-img .like-we:before, .whowe-img .right-right-img:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    right:0;
    background:#00000047;
    z-index:1;
    border-radius: 25px;
}

.whowe-img .left-site-img .like-we:nth-child(1){
    margin-bottom:15px;
}

.whowe-img .right-right-img img{
   height:532px;
}

.whowe-img .left-site-img .like-we:nth-child(1) img{
   height:361px; 
}
.whowe-img .left-site-img .like-we{
    animation: slideEffect 3s infinite alternate ease-in-out;
}
@keyframes slideEffect {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}

@keyframes slide-Effect {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}
.whowe-img .right-right-img{
    animation: slide-Effect 3s infinite alternate ease-in-out;
}

.whowe-img .left-site-img .like-we:nth-child(2) img{
   height:160px;
   width:100%;
}

.whowe-content-box{
    box-shadow: 0px 20px 56px 0px #45417129;
    border-radius: 25px;
    padding:20px 10px 10px;
    background: #FFFFFF;
}

.whowe-content-box .misi-vis-box{
    background:#F4F3F8;
    border-radius:16px;
    padding:20px 10px 10px;
    position:relative;
    padding-right:20px;
}

.misi-vis-box .cat-mis-vis{
    display: flex;
    gap: 15px;
}

.misi-vis-box .cat-mis-vis .icon img{
    
    min-width:40px;
    width:40px;
    
}

.whowe-content-box .missio-text{
   padding:0 20px; 
}

.mis-vis-btn{
    text-align: end;
}

.mission-btn{
    color: rgba(96, 96, 96, 1);
    font-size: 15px;
    text-decoration: none;
    opacity: 0;
    transition: 0.4s linear;
}

.whowe-content-box .misi-vis-box:hover .mission-btn{
     opacity: 1;
}

.misi-vis-box .cat-mis-vis .title-content .title{
    font-size:22px;
}

.banner-sec-star{
    position: relative;
    background: rgba(253, 253, 253, 1);
    z-index: 1;
    padding: 0 0 10rem;
}

.banner-sec-star:before{
       position: absolute;
    content: "";
    width: 80%;
    height: 550px;
    background: radial-gradient(50% 50% at 50% 50%, rgb(83 128 234 / 28%) 0%, rgb(246 251 248 / 39%) 100%);
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}

.banner-sec-star:after{
        position: absolute;
    content: "";
    width: 400px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%, #fab7b880 0%, rgba(246, 251, 248, 0) 100%);
    top: 50px;
    right: -400px;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}


.banner-sec-star .trans-forming{
    position: absolute;
    background-image: url(../images/bg/tech-future.svg);
    background-size: cover;
    background-position: center;
    width: 1000px;
    height: 700px;
    bottom: 0;
    left: -150px;
    margin: 0 auto;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

.banner-newide{
    background: rgba(255, 255, 255, 1);
    padding:5px 10px;
    max-width: fit-content;
    border-radius: 99px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-content-box{
    max-width: 63%;
    margin: 0 auto;
    padding-top: 200px;
}

@media(min-width : 1300px) and (max-width : 2000px){
    .banner-content-box{
        max-width: 58%;
    }
}
.banner-content-box p{
    text-align: center;
    font-family: 'Sora';
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0;
}
.banner-content-box h1{
    font-family: "Sora", serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
}

.banner-newide .new{
      background: rgba(44, 44, 45, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px 6px;
    border-radius: 99px;
}

.banner-newide .ideas i{
    font-size: 15px;
    position: relative;
    top: 3px;
    color:rgba(44, 44, 45, 1);
}

.banner-newide .ideas{
    font-size: 13px;
    color: rgba(31, 81, 166, 1);
    font-family: "Poppins", serif;
    font-weight: 400;
}

.join{
    background: rgba(26, 78, 163, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "Sora", serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 99px;
}

.apply{
    background:rgba(237, 239, 252, 1);
    color:rgba(43, 43, 44, 1);
    font-family: "Sora", serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    padding-left:45px;
    border-radius: 99px;
    margin-left:5px;
    position:relative;
     z-index:1;
     display: inline-block;
}
.apply:before{
     position: absolute;
    content: "";
    background-image: url(../images/svg/apply.svg);
    background-size: contain;
    background-position: center;
    width: 32px;
    height: 32px;
    z-index: -1;
    left:5px;
    top:0;
    bottom:0;
    margin:auto 0;
    background-repeat: no-repeat;
}
.banner-btn{
    margin: 50px auto 0;
    max-width: fit-content;
}

.hea-der-sec{
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 9999;
}

.sticky.hea-der-sec{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    padding: 10px 0;
    left: 0;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
}
@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}


.header-lap{
    background: #fdfdfd;
    box-shadow: rgba(83, 128, 234, 0.16) 0px 10px 36px 0px, rgb(255 255 255) 0px 0px 0px 1px;
    height: 45px;
    width: 53px;
    text-align: center;
    border-radius: 13px;
    display: inline-block;
    border: 2.68px solid rgba(255, 255, 255, 1);
    transition: 0.4s linear;
}

.lap-clas-btn{
    max-width: fit-content;
    margin-left: auto;
}

.mega-menu{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin:0;
}

.mega-menu li a{
    font-size: 18px;
    font-family: 'Sora';
    font-weight: 400;
    color:rgba(22, 22, 21, 1);
}

.mega-menu li .active{
    font-weight: 600;
    color:rgba(30, 81, 165, 1);
}

.cliental-sec{
    padding: 1rem 0;
    position: relative;
    z-index: 1;
}
.client-log{
    text-align:center;
}

.cliental-sec:before{
    position: absolute;
    content: "";
    background-image: url(../images/bg/cliental-left.svg);
    background-size: cover;
    background-position: center;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.cliental-sec:after{
    position: absolute;
    content: "";
    background-image: url(../images/bg/clintal-right.svg);
    background-size: cover;
    background-position: center;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    top: 0;
}


.client-logo-carosule.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear!important;
}
.pro-duct-sec{
    position:relative;
    padding:5rem 0;
} 

.product-card-box{
   box-shadow: 0px 20px 56px 0px rgba(69, 65, 113, 0.16);
    background:rgba(255, 255, 255, 1);
    border-radius:24px;
    position:relative;
}

.product-card-box .content-box{
    padding:50px 25px 30px;
    text-align:center;
}

.product-card-box .content-box .title{
    font-size: 28px;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    margin: 0 0 20px;
}

.product-card-box .icon{
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    max-width: fit-content;
}

.product-card-box .content-box .produ-btn{
    box-shadow: 0px 0px 0px 1px rgba(232, 230, 240, 1);
    padding: 8px 10px 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Bricolage Grotesque';
    margin: 20px 0 0;
    width: 100%;
}

.product-card-box .product-img{
    margin:30px 0 0;
}
.product-card-box .product-img img{
    border-radius:15px;
}

.testimonial-sec{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-sec .sec-title-small{
    margin-left:0;
}

.revies{
    box-shadow: 0px 0px 0px 1.17px rgba(232, 230, 240, 1);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}


.powerful-sec .col-md-2 .powerful:not(:last-child){
    margin:0 0 40px;
}

.testimonial-titlepp{
    margin-right:40px;
}


.testimonial-titlepp .sec-title-small{
    margin-left: 0;
}

.testimonial-sec .section-title .sec-title-big:before{
    position:absolute;
    content:"";
    background-image:url(../images/svg/testimonial.svg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:20px;
    width:18px;
    right:0;
    top:0;
    transform: rotate(180deg);
}

.testimonial-sec .section-title .sec-title-big:after{
    position:absolute;
    content:"";
    background-image:url(../images/svg/testimonial.svg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:20px;
    width:18px;
    left:0;
    top:0;
}

.testimonial-sec .section-title p{
    font-family:"Archivo", sans-serif;
    font-size:20px;
}

.testimonial-box{
   background: #FFFFFF26;;
    box-shadow: 0px 13.39px 55.78px 0px #5380EA29;
    padding: 30px;
    position: relative;
    border: 3.35px solid #FFFFFF;
    display: flex;
    gap: 10px;
    backdrop-filter: blur(111.56070709228516px);

}

.testimonial-box .testim-img img{
    height:47px;
    min-width:42px;
    border-radius:50%;
}

.testimonial-box .title-content .title{
    font-size:18px;
    font-family: 'Poppins';
    font-weight: 600;
}

.testimonial-box .title-content p{
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color:#767676;
    margin:0;
    text-align: justify;
}

.testimonial-sec:before{
    background: radial-gradient(50% 50% at 50% 50%, #FAB7B8 0%, rgba(246, 251, 248, 0) 100%);
    position:absolute;
    content:"";
    width:400px;
    height:300px;
    left:-100px;
    bottom:0;
    z-index:-1;
}

.testimonial-sec:after{
    background: radial-gradient(50% 50% at 50% 50%, rgba(83, 128, 234, 0.5) 0%, rgba(246, 251, 248, 0) 100%);
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    right: -100px;
    top: 0;
    margin: auto 0;
    bottom: 0;
    z-index: -1;
}

.testimonial-sec .testimonial-carousel .swiper-wrapper{
    margin:3rem 0 5rem;
}

.testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box{
    top: -20px;
    width:550px;
    left:-80px;
    height:100%;
    background:unset;
    /*backdrop-filter: blur(111.56070709228516px);*/
    box-shadow: 0px 13.39px 55.78px 0px rgba(83, 128, 234, 0.16);
    z-index:9999;
    
}
.testimonial-sec .testimonial-carousel .swiper-slide{
    transition:0.4s linear;
}
.testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box .title-content p{
    font-size:18px;
}

.testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box .title-content .title{
    font-size:20px;
}
.testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box{
    padding:40px;
}
.testimonial-sec .testimonial-carousel .swiper-slide-next{
     z-index:9999;
     height:100%;
}

.faq-sec-home{
    padding:5rem 0 ;
    position:relative;
}

.faq-sec-main{
    max-width:55%;
    margin:0 auto;
}

.faq-sec-main .nav-pills{
    gap: 20px;
    justify-content: center;
}

.faq-sec-main .nav-pills .nav-item .nav-link{
     box-shadow: 0px 14.34px 57.36px -14.34px #45417173;
    background: #FFFFFF;
    border: 1.19px solid #FFFFFF;
    border-radius: 15px;
    padding: 12px 20px;
    color: #222222;
    font-family: Bricolage Grotesque;
    font-weight: 400;
    font-size: 20px;
    min-width: 280px;
    }

.faq-sec-main .nav-pills .nav-item .nav-link img{
    margin-right:10px;
}    
    
.faq-sec-main .nav-pills .nav-item .nav-link.active{
    border: 1.19px solid #9585FF;
}
.faq-sec-main .tab-content{
    margin:70px 0 0;
}

.faq-sec-main .tab-content .tab-pane > .title{
    color:#0D0C10;
    font-size:25px;
    font-family: "Bricolage Grotesque";
    font-weight: 600;
    margin:0 0 20px;
}

.accordion-button{
    font-weight: 500;
    font-size: 18px;
    font-family: 'Poppins';
    padding-left: 0;
}

.accordion-button::after{
    position: absolute;
    background-image: unset;
    content:"\f103";
    font-size:16px;
    right: 0;
    top: 0;
    margin: auto 0;
    font-family: flaticon_normal-icon !important;
    bottom: 0;
}
.accordion .accordion-item:not(:last-child){
    border:none;
    margin:0 0 20px;
}

.accordion-button:not(.collapsed){
    background:#fff;
    color: #222222;
    box-shadow:none;
}
.accordion-button:not(.collapsed)::after{
  background-image: unset; 
}
.accordion-button:focus {
    
    box-shadow:none;
}
  
.accordion-body{
    padding-left: 0;
    font-size: 16.5px;
    font-family: 'Poppins';
    text-align: justify;
    line-height: 1.6;
}

.get-start-sec{
    position:relative;
    z-index:1;
}

.get-start-sec .sec-title-small{
        margin-left: 0;
        background: unset;
        font-weight: 400;
        font-size:16px;
        padding-left:0;
}

.get-start-sec .section-title{
    margin:0 0 60px;
}

.form-main-hh{
    border: 3.35px solid #FFFFFF;
    box-shadow: 0px 13.39px 55.78px 0px #5380EA29;
    padding:80px;
    backdrop-filter: blur(111.56070709228516px);

}

.tech-inhome .inftech, .tech-inhome textarea , .tech-inhome select{
    border-bottom: 0.75px solid #CACACA !important;
    width: 100%;
    color: #000000;
    border: none;
    font-family: 'Sora';
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    background: unset;
    height:30px;
    margin-top:10px;
}



.inftech::placeholder, .tech-inhome textarea::placeholder{
    color: #000000;
}
.inftech:focus, .tech-inhome textarea:focus, .tech-inhome select:focus{
    outline:none;
}
.tech-inhome .inftech{
   margin:10px 0 20px;
}

.ser-btnmain{
    margin:45px 0 0;
}
.infhome-btn{
    background: #1A4EA3;
    color: #FFFFFF;
    padding: 10px 20px;
    padding-right: 40px;
    border-radius: 99px;
    border: none;
    font-family: 'Sora';
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.infhome-btn:before{
    position:absolute;
    content:"\f1c0";
    font-family: flaticon_normal-icon !important;
    font-size:16px;
    right:15px;
    top:10px;
    bottom:0;
    margin:auto 0;
}
.get-start-sec:before{
    background: radial-gradient(50% 50% at 50% 50%, #FAB7B8 0%, rgba(246, 251, 248, 0) 100%);
    position: absolute;
    content: "";
    width: 500px;
    height: 300px;
    left: -100px;
    top: 0;
    z-index: -1;
}
.get-start-sec:after{
    background: radial-gradient(50% 50% at 50% 50%, rgba(83, 128, 234, 0.5) 0%, rgba(246, 251, 248, 0) 100%);
    position: absolute;
    content: "";
    width: 500px;
    height: 300px;
    right: -100px;
    bottom: 0;
    z-index: -1;
    margin: auto 0;
    top: 0;
}

.contact-info-sec{
    padding:5rem 0;
    position:relative;
}



.contact-info-sec .sec-title-small{
    margin-left: 0;
    background: unset;
    font-weight: 400;
    font-size:16px;
    padding-left:0;
}

.addres-detail .title{
    font-family: 'Sora';
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 20px;
    color: #000000;
    position:relative;
}

.addres-detail  a{
    font-family: 'Sora';
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin:0 0 10px;
    display:inline-block;
}
/*.client-log img{*/
/*   filter: grayscale(100%);*/
/*    transition: filter 0.3s ease-in-out; */
/*}*/
/*.client-log img:hover{*/
/*     filter: grayscale(0%);*/
/*}*/

.client-log{
    background: #0D0C10;
    width: 56px;
    border-radius: 20px;
    margin: 0 auto;
}

.contact-info-sec .contact-smalles{
    max-width:95%;
    margin:0 auto;
}
.addres-detail  p{
    font-family: 'Sora';
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin:0;
}
.addres-detail .title:before{
    position:absolute;
    content:"";
    width:30px;
    height:4px;
    background:#000000;
    left:0;
    bottom:0;
}


.footer-sec-tech{
    background: #0D0C10;
    padding:5rem 0 0;
    position:relative;
    border-radius:24px;
    margin:0 10px 10px 10px;
}
.think-build-main{
    position:relative;
    padding-bottom:4rem;
}
.subscribe-main{
    padding:4rem 0;
    position:relative;
}
.subscribe-main:before, .think-build-main:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:45%;
    height:1px;
    background:#201E28;
    }
.subscribe-main:after, .think-build-main:after{
    position:absolute;
    content:"";
    right:0;
    bottom:0;
    width:45%;
    height:1px;
    background:#201E28;
    }
.thtink-box{
    text-align:center;
}

.thtink-box .icon{
  margin:0 0 40px;  
}
.thtink-box .title{
    font-family: "Bricolage Grotesque";
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color:#FFFFFF;
}

.thtink-box p{
    color: #878493;
    font-weight: 400;
    font-size: 16px;
    max-width: 80%;
    margin:10px auto 0;
}

.subscribe-box .title{
    font-family:"Bricolage Grotesque";
    font-weight: 600;
    font-size: 20px;
    color:#fff;
}

.subscribe-box P{
  color: #878493;
    font-weight: 400;
    font-size: 16px;
}

.ffctaform .ffcta-form input{
    background:unset;
    border:none;
    padding:10px;
    font-weight:400;
    width:100%;
    margin-right:10px;
}

.ffctaform .ffcta-form input::placeholder{
    color:#878493;
}

.ffctaform .ffcta-form{
    border: 1px solid #201E28;
    padding: 5px 20px;
    padding-right:5px;
    margin-left: auto;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}

.ffctaform .fot-cta{
    background: #1A4EA3;
    padding: 10px 40px;
    border-radius: 12px;
    border: none;
    color: #fff;
    font-weight: 500;
    min-width: 180px;
}

.footer-menu-sec{
    padding:4rem 0 0;
}
.social-media{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    margin:40px 0 20px;
}

.social-media li a i{
    color:#fff;
    font-size:20px;
}
.social-media li:nth-child(1) a i {
    position: relative;
    top: -3px;
}

.footer-logo p{
    color: #878493;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
}

.foter-mega-menu{
    padding:0;
    margin:0;
    list-style:none;
}

.foter-mega-menu li a{
    color: #878493;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
}
.foter-mega-menu li:not(:last-child){
    margin:0 0 20px;
}
.footer-categr .title{
    font-size:20px;
    font-weight:500;
    margin:0 0 20px;
    color:#fff;
}

.footer-categr{
    margin-left:40px;
}

.social-media-form{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: auto !important;
    max-width: fit-content;
}
.social-media-form li:not(:last-child){
    margin:0 0 20px;
}

.social-media-form li a i{
    color:#1E2532;
    font-size:18px;
    top:2px;
    position:relative;
}

.social-media-form li a{
    border: 0.75px solid #B7B7B7;
    height:37px;
    width:37px;
    border-radius:50%;
    display:block;
    text-align:center;
    line-height:37px;
}

.services-sec-feature{
    padding: 10rem 0 0;
    position: relative;
    background-image: url(../images/bg/survices-bg.png);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.services-sec-feature:before{
    position:absolute;
    content:"";
    background:#000000e0;
    left:0;
    top:0;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    width:100%;
    height:100%;
    z-index:-1;
    }
      .services-sec-feature .sec-title-big{
        max-width: fit-content;
        margin: 0 auto;
      }
    .services-sec-feature .sec-title-big:before{
                position: absolute;
                content: "";
                background: #1A4EA3;
                top: 0;
                left: 0;
                right: -23px;
                margin: 0 auto;
                width: 100%;
                height: 100%;
                z-index: -1;
                clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
                border-radius: 20px;
                transform: rotate(2deg);
    }
    
    .services-sec-feature .key-feat{
               font-size: 20px;
            font-family: 'Sora';
            /*color: #1a4ea3;*/
            color:white;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0 auto 10px;
            display: block;
            position: relative;
            max-width: fit-content;
    }
    
    .services-sec-feature .key-feat:before{
                background-image: url(../images/bg/key-featur.svg);
                background-size: contain;
                background-position: center;
                position: absolute;
                content: "";
                left: -32px;
                top: 10px;
                bottom: 0;
                width: 30px;
                height: 30px;
                margin: auto 0;
                background-repeat: no-repeat;
    }
    
     .services-sec-feature .section-title p{
                font-family: 'Sora';
                color: #fff;
                font-size: 30px;
                font-weight: 400;
                margin: 20px 0 0;
     }
     
     .servic-btn{
         position:relative;
     }
     
     .services-box-cta{
            border: 1px solid #FFFFFF;
            background: #FFFFFF;
            border-radius: 16px;
            padding: 30px;
            position: relative;
            z-index: 1;
            overflow: hidden;
            width: 350px;
     }
    .swiper-slide-active .services-box-cta{
         box-shadow: 0px 24px 64px 0px #D9D9D97A;
         
     }
     
     .swiper-slide-active .servic-btn:before {
        color: #fff;
        background: rgba(16, 24, 40, 1);
        }
     
     .services-box-cta:before{
            position: absolute;
            content: "";
            width: 300px;
            height: 200px;
            background: radial-gradient(50% 50% at 50% 50%, #fab7b875 0%, rgb(246 251 248 / 0%) 100%);
            right: -105px;
            bottom: 0;
            top: -66px;
            margin: auto 0;
            z-index: -1;
     }
   
     
     .services-box-cta .title{
            font-family: 'Sora';
            font-weight: 600;
            font-size: 21px;
     }
     
     .services-box-cta .content-box {
            padding: 200px 0 0;
    }
    
    .services-box-cta .content-box p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    .servic-btn{
    position: relative;
    padding-left: 70px;
    color: rgba(20, 20, 20, 1);
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-block;
    }
    
    .servic-btn:before{
    position: absolute;
    content: "\f1c0";
    border: 1px solid rgba(225, 225, 225, 1);
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-family: flaticon_normal-icon !important;
    color: #000;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: 50px;
    border-radius: 50%;
    transition: 0.4s linear;
    }
    
    .servic-btn:hover:before{
        color: #fff;
        background: rgba(16, 24, 40, 1);;
    }
    
    .serc-btn{
        margin:30px 0 0;
    }
     .services-sec-feature .services-star{
         position:relative;
     }
     .services-sec-feature .services-star:before{
    content:'';
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    top: 140px;
    background-image:url(../images/svg/star.svg);
    background-size: contain;
    background-position: center;
     }
     .services-sec-feature .services-star:after{
    content:'';
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 140px;
    background-image:url(../images/svg/star.svg);
    background-size: contain;
    background-position: center;
     }
    .services-sec-feature .services-carousel .swiper-wrapper{
        margin:60px 0px 15rem;
        background:unset;
    
    }
    .services-sec-feature .services-carousel .swiper-slide{
        transition: 0.4s linear;
    }
    .services-sec-feature .services-carousel .swiper-wrapper .swiper-slide-active{
        top: -50px;
    }
    
    .services-sec-feature .services-carousel .swiper-button-prev, 
    .services-sec-feature .services-carousel .swiper-button-next{
        top:unset;
        bottom:20%;
    }
    .services-sec-feature .services-carousel .swiper-button-prev{
        left:73%;
    }
    .services-sec-feature .services-carousel .swiper-button-next{
        right:15%;
    }
    .services-sec-feature .services-carousel .swiper-button-prev:after{
        color: #000;
    font-size: 17px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(225, 225, 225, 1);
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    }
    .services-sec-feature .services-carousel .swiper-button-next:after{
        color: #000;
    font-size: 17px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(225, 225, 225, 1);
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    }
    
    .testimonial-carousel .swiper-button-prev:after{
            position: absolute;
            content: "\f102";
            font-size: 30px;
            font-family: flaticon_normal-icon !important;
            transform: rotate(180deg);
            color: #fff;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }
    
    .testimonial-carousel .swiper-button-next:after{
        position:absolute;
        content:"\f102";
        font-size: 30px;
        font-family: flaticon_normal-icon !important;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }
    
    .testimonial-carousel .swiper-button-next, 
    .testimonial-carousel .swiper-button-prev{
        top:44%;
    }
    
    .side-icon{
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 999;
    }
    
    /*.tech-inhome-fild input placeholder{*/
    /*    color:transparent !important;*/
    /*}*/
    
   .tech-inhome-fild input:not(:placeholder-shown)::placeholder {
  color: transparent;
}
    
    @media (min-width : 1300px) and (max-width : 1600px){
        .testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box{
            width:600px;
            left: -120px;
        }
        .testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box .title-content p{
            font-size:20px;
        }
        .testimonial-sec .testimonial-carousel .swiper-slide-next .testimonial-box .title-content .title{
            font-size:22px;
        }
    }
     .tech-inhome-fild{
         position:relative;
     }
    .tech-inhome-fild label{
    position: absolute;
    left: 0;
    top:-10px;
    transition: .3s;
    pointer-events: none;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Sora';
    }
     .tech-inhome-fild input:focus+label, 
     .tech-inhome-fild select:focus+label, 
     .tech-inhome-fild textarea:focus+label{
        top: -20px;
        color:#1A4EA3;
    }
    .tech-inhome-fild select, .tech-inhome-fild textarea{
        margin:10px 0 0;
    }
    .mobile-menu-cloe{
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    }
    .mobile-menu-cloe i{
            color: rgba(30, 81, 165, 1);
            font-size: 2rem;
            position: relative;
            top: 2px;
    }
    
    .mobile-menu-top{
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }
    .mobile-menu-top i{
        color: rgba(30, 81, 165, 1);
        font-size: 2rem;
        position: relative;
    }
    
    .sticky.hea-der-sec .mobile-menu-top i{
       top: 10px; 
    }
    .side-icon a{
        display:block;
        margin:0 0 10px;
    }
    
    .call-ass{
        display:none !important;
    }
    .addre-foter li i{
        font-size: 17px;
        position: relative;
        color:rgb(255, 255, 255);
    }
    .addre-foter li a, .addre-foter li p{
        color: #878493;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
    }
     .addre-foter{
         padding:0;
         margin:0;
         list-style:none;
     }
     
     .addre-foter li{
        display: flex;
        align-content: center;
        position: relative;
        gap: 10px;
     }
     
     .addre-foter li:not(:last-child){
         margin:0 0 20px;
     }
     .footer-add-menu{
         margin:0;
     }
     
     .internal-link{
         color:#2a2a2a;
         font-weight:600;
     }

 @keyframes bubbleRise {
      0% {
        transform: translateY(0) scale(1);
        opacity: 1;
      }
      50% {
        opacity: 0.6;
      }
      100% {
        transform: translateY(-15px) scale(1.2);
        opacity: 0;
      }
    }

    .bubble {
      animation: bubbleRise 3s infinite ease-in-out;
    }

    .bubble:nth-child(2) {
      animation-duration: 2.5s;
      animation-delay: 0.5s;
    }

    .bubble:nth-child(3) {
      animation-duration: 3.2s;
      animation-delay: 1s;
    }

    .bubble:nth-child(4) {
      animation-duration: 2.8s;
      animation-delay: 1.5s;
    }
    
    .lap-clas-btn:hover svg .water{
        fill:#1A4EA3;
    }
    
    .header-lap:hover{
        background:radial-gradient(100% 100% at 50% 50%, #FAB7B8 0%, rgba(246, 251, 248, 0) 100%);
    }
    
    .powerful img{
        filter: grayscale(100%); /* Normal state - Black & White */
        transition: filter 0.3s ease;
    }
    
    .powerful:hover img{
        filter: grayscale(0%);
    }
    
    .copright p{
      color: #878493;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins';
    margin:0;
    text-align:center;
    }
    .copright p span{
        color:#fff;
    }
    .copright{
    padding: 20px 0;
    border-top: 1px solid #201E28;
    margin-top: 100px;
    }