* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none;
}

html, body {
    /* height: 100%; */
    font-family: Inter;
    line-height: 1.6;
    overflow-x: hidden ;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


a.nav-link {
    color: white;
}

.nav-bg{
    background: #0A0A0A;
    padding: 25px 136px;
}


a.nav-link:hover{
    color: #C5313F !important;
}

.contact-button {
    background: #C5313F;
    color: white;
    width: 234px;
    height: 48px;
    padding: 9px 10px 9px 10px;
    text-decoration: none;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-button:hover{
    color: black;
}




img.ukflag {
    width: 45px;
}

.nav-cont{
    display: flex;
    justify-content: space-between;
    gap: 10%;
}

.nav-link {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    text-align: left;
    margin-right: 18px;
}


.landing-sec1-bg {
    background: black;
    padding: 100px 149px;

}


.top-sec {
    padding: 234px 140px 151px 149px;
}

.hero-heading {
    color: white;
    font-family: Inter;
    font-size: 79px;
    font-weight: 400;
    line-height: 87px;
    text-align: left;
    margin-bottom: 16px;
}
.cons-button {
    background: #C5313F;
    color: white;
    width: 345px;
    height: 50px;
    padding: 20px 35px 20px 35px;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    border: 0;
}
.arw-img {
    width: 30px;
    height: 30px;
}

.trusted {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: white;
}

/* .looper {
    width: 562.86px;
    height: 500px;
} */

.looper {
    width: 100%;
    height: 610px;
}

.looper-span {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    display: flex;
    justify-content: center;
    color: white;
}

.looper-p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    justify-content: center;
    color: white;
    margin-bottom: 0px;
}

.looper-p-top{
    margin-top: 8px;
}

.looper-p-bottom{
    margin-bottom: 8px;
}

.our-services-head {
    padding: 0px 367px 0px 367px;
}

.our-services-heading{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}
.landing-sec {
    padding: 113px 149px;
}

.card {
    margin-bottom: 20px;
    transition: ease-in-out 1s;
}


.card-img-top {
    width: 100%;
    object-fit: cover;
    /* height: 433px; */
}

.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.service-line {
    width: 280px;
    height: 15px;
    margin-bottom: 18px;
}
.service-button{
    background: #C5313F;
    color: white;
    width: 220px;
    height: 55px;
    padding: 20px 35px 20px 35px;
    text-decoration: none;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* testimonial crousel */

.parent{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  
  .carousel{
    max-width: 100%;
  }
  
  /* .slide {
      max-height: 250px;
  } */
  
  .box-slide {
    
    width: 100%;
    background-color: #EAE8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 500px !important;
    min-height: 500px;
    padding: 50px;
}
  
  .aboutImageSlide {
      width: 100%;
      height: 250px;
  }


  .slider-pading{
    padding: 50px;
  }


  .testi-txt {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    overflow-y: scroll;
    scrollbar-width: none;
}



.testi-line{
    color: black;
    height: 1px;
    margin: 60px 0px;
}


.landing-sec-new {
    padding: 60px 149px;
}



.insdustry-pad{
    padding: 0px 367px ;
    margin-bottom: 60px;
}


.service-line-ind {
    width: 427px;
    height: 15px;
    margin-bottom: 18px;
}

.service-line-in{
    width: 380px !important;
}

.industry-cards{
    display: flex;
    gap: 32px;
}

.ind-card {
    padding: 35px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ind-img{
    margin-bottom: 10px;
}

.finance{
   color: #008000;
   border: 1px solid #0080001A;
   box-shadow: 0px 4px 4px 0px #00000040;
   height: 13rem;

}


.education{
    color: #1E90FF;
    border: 1px solid #1E90FF1A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 13rem;
}

.travel{
    color: #008080;
    border: 1px solid #0080801A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 13rem;
    
}

.fitness{
    color: #FF4500;
    border: 1px solid #FF45001A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 13rem;


}


.healthcare{
    color: #00BFFF;
    border: 1px solid #00BFFF1A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 13rem;
}


.food{
    color: #FF6347;
    border: 1px solid #FF63471A;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 13rem;

}

.card-gap{
    gap: 32px;
}

.stack_line{
    width: 407px;
    height: 15px;
    margin-bottom: 18px;
}

.techst-head{
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-bottom: 30px;

}


.tech-stcard{
    padding: 35px 45px;
    border: 1px dashed #C5313F;
    opacity: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.techst-txt{
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 40px;
}

.red-border{
    border-right: 1px solid #C5313F
}


.techst-redtxt{
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    color : #C5313F;
    margin: 10px 0px;

}


.techst-boldtxt{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #000000;

}

.techst-p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000000;
    margin: 10px 0px;
}

.ready-inovate{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: white;
}

.contus-col {
    padding: 10px 30px 10px 30px;
    gap: 20px;
    background: #C5313F;
    height: 100%;
}


.contact-button1 {
    background: #C5313F;
    color: white;
    width: 188px;
    height: 48px;

    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white
}

.whychoose-card {
    padding: 30px;
    border: 0.5px solid #808080;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    width: 23%;
}

.why-bold {
    font-family: Inter;
    font-size: 25px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;

    margin-top: 20px;
}

.why-p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}


.whych-bg{
    background: #0A0A0A;
    padding: 90px 149px;
}


.abtus-line {
    width: 198px;
    height: 15px;
    margin-bottom: 18px;
}

.abtus-pad {
    padding: 30px 0px 69px 62px;
}

.abtus-head {
    font-family: Inter;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
}


.abtus-p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    margin-top: 20px;
}

.abtus-btn {
    width: 189px;
    height: 52px;
    padding: 10px 35px 10px 35px;
    border: 2px 0px 0px 0px;
    border: 2px solid #C5313F;
    background: #C5313F;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.all-services-btn {
    border: 2px solid #C5313F;
    background: white;
    width: 225px;
    height: 52px;
    padding: 10px 35px 10px 35px;
    color: #C5313F;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


.red-arrow{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}


.redstarted-sec {
    padding: 40px 244px;
}


.readyst-bg {
    background-image: url(/assets/images/CTA.svg);
    /* background-repeat: no-repeat; */
    object-fit: cover;
    padding: 90px 180px;
}


.getsrated-head{
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: white;
}

.getstarted-p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

.get-qtntn {
    border: 2px solid white;
    background: transparent;
    width: 225px;
    height: 52px;
    padding: 10px 35px 10px 35px;
    color: white;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* case study section css */
.case-study {
    width: 198px;
    height: 15px;
    margin-bottom: 18px;
}

.case-study-text {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: white;
}
.case-study-span{
    color: #C5313F;
}

.p-text-casestudy{
    font-family: Inter;
/* font-size: 22px;
font-weight: 400;
line-height: 33px;
text-align: left; */

}

.p-text-casestudy1{
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: white;
}


.p-head-casestudy {
    font-family: Inter;
    font-size: 26px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    margin-bottom: 40px !important;
}

.res-m{
    margin-top: 43px;
    border-right: 1px solid #FFFFFF;
    width: 64%;
}

.userjob-m {
    margin-top: 80px;
    border-right: 1px solid #FFFFFF;
    width: 64%;
}

.det1{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: white;    
}

.det2{
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    color: white;  
    
}

.det3{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: white;  
}

.slack-content {
    padding-top: 1%;
    display: flex;
    flex-direction: column;
}

.case-study-btn{
    background: #C5313F;
    color: white;
    width: 246px;
    height: 55px;
    padding: 20px 35px 20px 35px;
    text-decoration: none;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.testimonials{
    width: 100%;
}

.shadow-effect {
    background: #8080801A;
    padding: 30px;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #8080801A;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    /* margin: 0 67px; */
}
#customers-testimonials .shadow-effect p {
    margin: 0 0 17px 0;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: left; 
    padding: 20px;
    margin-bottom: 80px;
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale(1.1);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 39px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.d-flex > div {
    margin-right: 15px;
}
.cardImageWrapper, .cardImage {
    height: 140px;
    width: 140px!important;
    border-radius: 8px;
    object-fit: contain!important;
}
.cardOwnerName {
    color: #C5313F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}


.ceo-col {
    display: flex;
    justify-content: space-between;
    align-items: end;
}


.nav-no-pos{
    display: flex;
    gap: 10px;
}

.nav-no {
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 0px;
}

.top-bar{
    background: #0A0A0A;
    height: 30px;
    display: flex;
    justify-content: end;
    padding: 0px 40px;
}


/* resposive navbar */

@media(max-width:1600px){
    .nav-cont {
        gap: 8%;
    }

    .nav-bg {
        padding: 25px 75px;
    }
}

@media(max-width:1400px){
    .nav-bg {
        padding: 25px 40px;
    }

    .contact-button {
        font-size: 14px;
    }

    .nav-cont {
        gap: 5%;
    }
}




/* Optional: For larger screens or specific cases, you can control visibility or styling */
@media (max-width: 991px) {
    .contact-button {
        margin-top: 15px !important; /* Removes margin if not needed on larger screens */
    }


    .org-contactus {
        display: none;
    }
    
    .resp-contactus{
        display: flex;
    }

    .service-line {
        width: 280px;
    }
}


/* Responive footer */


@media(max-width:1400px){
    .footer-bg {
        padding: 75px 50px 0px 50px !important;
    }
}


@media(max-width:1200px){
    .service-padding {
        padding-left: 10px !important;
    }

    .service-col {
        color: #808080;
        margin-bottom: 30px;
    }

    input.footer-input {
        padding: 15px 9px;
    }

    .nav-link {
        font-size: 18px;
        font-family: Poppins;
        font-weight: 400;
        text-align: left;
        margin-right: 0px;
    }

    .nav-cont {
        gap: 3%;
    }

    .contact-button {
        width: 162px;
    }
    
}


.org-contactus {
    display: flex;
}

.resp-contactus{
    display: none;
}


@media(max-width: 991px){
    .org-contactus {
        display: none;
    }
    
    .resp-contactus{
        display: flex;
    }

    .our-services-head {
        padding: 0px;
    }

    .howdowe-sec {
        padding: 60px !important;
    }

    .landing-sec-new {
        padding: 40px 60px;
    }

    
}

/* services select */

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    background-size: 16px 12px;
    border: 0px;
    border-bottom: 1px solid #C5313F;
    border-radius: 0px;
}


.form-bg-modal {
    background: white;
    padding: 40px;
}


.sub-mod-btn {
    width: 135px;
    height: 49px;
    padding: 10px 35px 10px 35px;
    border: 2px solid #C5313F;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: white;
    background: #C5313F;
}


.form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}


/* .served {
    margin-top: 20px;
} */



.owl-carousel {
    height: 100%;
}

.test-con {
    width: 100px !important;
    height: 70px;
    object-fit: contain;
}


.partners {
    width: 100%;
    height: 42px;
    position: relative;
    display: inline-block;
}

.partner img {
    display: block;
  }
  
.partner .hover-img {
    display: none;
}
  
.partner:hover .hover-img {
    display: block;
}
  
.partner:hover .partners:not(.hover-img) {
    display: none;
}

.owl-stage{
    overflow-y: hidden;
}

.mysa-icon{
    width: 106px;
}

.site-stats{
    margin-bottom: 70px;
}

.served{
    padding: 10px 0px 10px 0px;
}


.trusted-m{
    margin-top: 100px;
}

.learnmore-home{
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;

}

.nav-link.active {
    font-weight: bold;
    color: #C5313F !important;
}

.high-txt{
    color: #C5313F;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-top: 18px;
    
}


.icon-gap {
    justify-content: space-between;
}


.icon-fade {
    filter: brightness(0.5);
}

.logos-margin{
    margin-top: 80px;
}

.dropdown-menu {
    display: none;
    position: absolute !important;
    background-color: white; 
    min-width: 1000px ;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
    z-index: 1;
    padding: 40px;
    top: 3rem;
    left: 50%;          
    transform: translateX(-50%);
    border-radius: 0px;
}

.dropdown-item {
    color: #fff; 
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background-color: #575757;
}

.service-drop:hover .dropdown-menu {
    display: block;
}

.service-drop {
    position: relative;
    display: inline-block;
}


.drop-category{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #474747;

}

.cate-div{
    width: 256px;
    background: #C5313F;
    color: white;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    gap: 20px;
    border: 1px solid #C5313F;
}


.cate-div-white{
    width: 300px;
    background: white;
    color: black;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    gap: 20px;
    border: 1px solid #C5313F;

}

.cate-col-heading{
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: none !important;
    margin-bottom: 0px;
}


.cate-col-p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    margin-top: 2px;
    color: #808080;
    text-decoration: none !important;
    margin-bottom: 0px;
}


.line-right{
    border-right: 1px solid #C5313F;
}

.category-gap{
    display: flex;
    gap: 20px;
}

.cate-row-m{
    margin-top: 60px;
}

.ai-cat-w{
    width: 256px;
}

.contact-col-bg{
    background: #C5313F;
    padding: 10px 30px;
}

.innovate-dvtxt{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: white;
    margin-top: 26;
}



.service-hover{
    text-decoration: none !important;
}




.service-hover .cate-div {
    background-color: white; /* Default background color */
    color: black; /* Default text color */
    transition: all 0.3s ease; /* Smooth transition for color changes */
}

.service-hover .cate-div .s-icon {
    filter: none; /* Default filter for the image */
}

/* Hover styles */
.service-hover:hover .cate-div {
    background-color: #C5313F !important; 
    color: white !important; 
}

.service-hover:hover .cate-div .s-icon {
    filter: brightness(0) invert(1); /* Makes the image white on hover */
}


.service-hover:hover .cate-col-heading{
    color: white !important;;
}


.service-hover:hover .cate-col-p{
    color: white !important;
}


.service-hover:hover .cate-div-white{
    background-color: #C5313F !important; 
    color: white !important; 
}

.service-hover:hover .cate-div-white .s-icon {
    filter: brightness(0) invert(1); 
}

.nav-items-center{
    display: flex;
    justify-content: center;
}

/* .icon-w{
    width: 100%;
    height: auto;
} */


.responsive-trusted{
    display: none;
}

.navbar-toggler-icon {
    filter: invert(100%) brightness(100%);
}

.wpu-img{
    filter: brightness(3) !important;
}




/* studys css */


.study-2 {
    display: none;
}

.study-3 {
    display: none;
}

.study-4 {
    display: none;
}

.study-5{
    display: none;
}

.study-6{
    display: none;
}


.img-line{
        border-top: 2px solid red;
        padding-top: 10px;
    }

button.accordion-button.collapsed {
    font-weight: bold;
}

h3.text-white::after {
    content: '';
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100% !important;
    height: 5px !important;
    display: block;
    background-image: linear-gradient(90deg, #C5313F 0%, #FFFFFF 100%);
    border-radius: 12px;
}

h3.text-white {
    font-size: 40px;
}


/* new css 17 sep */


h1.text-white::after {
    content: '';
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100% !important;
    height: 5px !important;
    display: block;
    background-image: linear-gradient(90deg, #C5313F 0%, #FFFFFF 100%);
    border-radius: 12px;
}


.footer-last-links{
    display: flex;
    justify-content: center;
}


.resp-show{
    display: none;
}

.res-flx-col{
    display: flex;
    flex-direction: column;
}


.frcr{
    display: flex;
    justify-content: center;
}



.btn1-effect{
    text-decoration: none;
}


button {
    transition: all 0.3s ease-out;
}


/* button hover effexts */

.cons-button{
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}
.cons-button:hover {
    color: black;
    cursor: pointer;
}

.cons-button::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0; 
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.cons-button:hover:after {
    width: 100%;
}

.cons-button:hover .arw-img {
    filter: brightness(0); 
}


.contact-button1{
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.contact-button{
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.contact-button1:hover{
    color: black;
    cursor: pointer;
}
.contact-button:hover {
    color: #c5313f;
    cursor: pointer;
}

.contact-button1::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0; 
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
    color: #000000;
}


.contact-button::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0; 
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
    color: #000000;
}

.contact-button1:hover:after {
    width: 100%;
}

.contact-button:hover::after{
    width: 100%;
}

.contact-button:hover .arw-img{
    filter: brightness(0);
}

.contact-button1:hover .arw-img {
    filter: brightness(0); 
}

.abtus-btn{
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.abtus-btn:hover{
    color: black;
    cursor: pointer;
    border: 1px solid #000000;
}

.abtus-btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
    color: #C5313F;
}

.abtus-btn:hover::after{
    width: 100%;
}

.abtus-btn:hover .arw-img{
    filter: brightness(0);
}



.all-services-btn {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.all-services-btn:hover{
    color: white;
    cursor: pointer;
}

.all-services-btn::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #C5313F;
    right: 0;
    top: 0;
    bottom: 0; 
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.all-services-btn:hover::after{
    width: 100%;
}

.all-services-btn:hover .red-arrow{
    filter: brightness(8);
}


.service-button{
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.service-button:hover {
    color: black;
    cursor: pointer;
    border: 1px solid #000000;
    font-size: 16px;
}

.service-button::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0; 
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.service-button:hover::after{
    width: 100%;
}

.service-button:hover .arw-img{
    filter: brightness(0);
}


.learnmore-home{
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}


.learnmore-home:hover{
    color: white;
    cursor: pointer;
    border-color: #C5313F;
}

.learnmore-home::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: #C5313F;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.learnmore-home:hover::after{
    width: 100%;
}

.all-services-btn:hover .red-arrow{
    filter: brightness(8);
}

.test-h{
    font-family: Inter;
    font-weight: 700;
    line-height: 51px;
    text-align: center;

}


.modal-backdrop {
    z-index: 1040; 
}
.modal {
    z-index: 1050; 
}


@media(max-width:768px){
    
    .nav-bg {
        padding: 25px 24px;
    }

    .tp-margin {
        margin-top: 70px !important;
    }

    .social-pad {
        margin: 5px 0px !important;
        margin-bottom: 2rem !important;
    }

    .footer-last-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-padding {
        margin-top: 40px;

    }

    .footer-line {
        margin-top: 0px !important;
    }

  
}


@media(max-width: 768px){
    .dropdown-menu{
        display: none !important;
    }

    .nav-no-pos.contact-button.resp-contactus {
        width: 213px;
    }
}


@media(max-width: 576px){
    .dropdown-menu{
        display: none !important;
    }
}


@media(max-width: 480px){
    .footer-bg {
        padding: 75px 30px 0px 30px !important;
    }

    .dropdown-menu{
        display: none !important;
    }


}


/* new css 7 nov */


/* Loader container */

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.animation-container {
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.hero-heading-anm span {
    position: absolute;
    opacity: 0;
    animation: fadeInOut 3s linear forwards;
    display: none;
    font-size: 100px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.hero-heading-anm span:nth-child(1) {
    animation-delay: 2s;
    animation-duration: 7s;
}

.hero-heading-anm span:nth-child(2) {
    animation-delay: 0.4s;
   
}

.hero-heading-anm span:nth-child(3) {
    animation-delay: 0.6s;
    color: #C5313F;
}

.hero-heading-anm span:nth-child(4) {
    animation-delay: 0.8s;
    color: #C5313F;
}

.hero-heading-anm span:nth-child(5) {
    animation-delay: 1s;
    color: #C5313F;
}

.hero-heading-anm span:nth-child(6) {
    animation-delay: 1.2s;
}

.hero-heading-anm span:nth-child(7) {
    animation-delay: 1.2s;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes slideInlef {
    from {
        transform: trasnlateX(300px);
    }

    to{
        transform: translateX(0);
    }

    
}

h1.hero-heading-anm {
    display: flex;
    justify-content: center;
    align-items: center;
}


.seo-link{
    color: #C5313F;
    text-decoration: none;
}

h3.d-flex.justify-content-center.m-0.fw-bold {
    font-size: 40px;
}

h3.text-black.test-h.white-txt-h {
    font-size: 40px;
}


h3.text-black.test-h.white-txt-h::after {
    content: '';
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100% !important;
    height: 5px !important;
    display: block;
    background-image:  linear-gradient(90deg, #C5313F 0%, #000000 100%);
    border-radius: 12px;
}






