
.our-cat-section {
    position: relative;
    padding:3rem 0 0;
}

.our-cat-outer {
     position: relative;
    z-index: 3;
    align-items: center; 
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding-right: 50px;
      background-color: #004181;
   
}

.our-cat-section::after {
       position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: #2b3944;
}

.our-cat-outer img{
    width:276px;
}

.our-footer-section .row{
   margin: 0 0 3rem;
}
.our-footer-section{
        position: relative;
    padding: 4rem 0 0;
    z-index: 1;
    overflow: hidden;
    background: #2b3944;
}

.our-footer-section h5 {
      position: relative;
    display: block;
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-widget{
      position: relative;
    /*padding-right: 2rem;*/
    padding-left: 31px;
}
.our-footer-section .footer-widget h5::after {
       position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #ffffff;
    inset-inline-start: 0;
    bottom: -9px;
}

.our-footer-section .footer-widget h5::before {
    position: absolute;
    content: "";
    width: 148px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
   bottom: -9px;
}


.our-footer-section .links-widget .links-list li {
       position: relative;
    display: block;
    margin-bottom: 0.7rem;
}

.our-footer-section .links-widget .links-list li a {
      position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.9;
    color: #dedede;
    gap: 10px;
    letter-spacing: 0.5px;
}

.footer-links {
      border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    height: 100%;
}

.footer-quick-liks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menus li {
    gap: 10px;
    display: flex;
    margin: 17px 0 0;
    align-items: center;
}

.footer-menus .footer-icns {
       background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.our-footer-info.footer-menus li a{
    text-decoration: none;
    color: #dedede;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}
.our-footer-info.footer-menus p{
       text-decoration: none;
    color: #dedede;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    margin: 0;
}

.footer-links p{
       color: #dedede;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    margin: 1rem 0 0;
}

.rs-footer-brand {
        display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.links-list li a img{
      width: 17px;
    height: 19px;
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

 .footer-icns i{
         top: 2px;
    position: relative;
    color:#004180;
 }   
 
 .social-links {
       display: flex;
    align-items: center;
    gap: 10px;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}
.social-links li a {
    display: inline-block;
    width:32px;
    height:32px;
    line-height:32px;
 background: transparent;
    border-color: rgba(255, 255, 255, 0.06);
    border: 1px solid #dbdee1;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    transition:0.3s linear;
}
.social-links li a:hover{
     background: #ed1c24;
    
}
.rs-footer-shape-one {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}
.rs-footer-shape-two {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}
.footer-bottom p{
      margin: 0;
    color: #fff;
    font-size: 14px;
}
.footer-bottom {
       border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 1rem 0;
}
.footer-bottom ul li a, .footer-bottom a {
       color: #dedede;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}

.address-footersec{
border-radius: 12px;
    padding: 30px;
    border-top-color: rgba(255, 255, 255, 0.1);
    background-color:#004181;
    align-items: center;
    margin: 50px 0 0;
}

.address-footersec p{
        font-size: 16px;
    color: #fff;
    position: relative;
    margin: 10px 0 0;
}

.address-footersec .get-intuch .icon{
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
}

.address-footersec .get-intuch .icon i{
  font-size: 16px;
    color: #004181;
    position: relative;
    top: 3px;
}

.address-footersec .get-intuch{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.address-footersec .get-intuch .info-cal .title{
    font-size:18px;
    color: #fff;
    font-weight:600;
}
.address-footersec .get-intuch .info-cal a, 
.address-footersec .get-intuch .info-cal p{
    color:#fff;
    font-size:14px;
}




.our-process-section {
    position: relative;
   
    overflow: hidden
}

.our-process-section .sub-title-two {
    background-color: #6168660f;
    color: #fff
}

.our-process-round.one,.our-process-round.two {
    padding-right: 50px
}

.our-process-round.four,.our-process-round.three {
    padding-left: 50px
}

.our-process-round.four,.our-process-round.one {
    margin-top: 279px
}

.our-process-round.two {
    margin-left: -30px
}

.our-process-round.three {
    margin-right: -30px
}

.our-process-round {
    color: #fff;
    text-align: -webkit-center;
    position: relative;
    z-index: 1
}

.process-image-five{
       position: relative;
    margin-bottom: 33px;
    height: 200px;
    width: 200px;
    min-width: 200px;
}
.process-image-five img {
     border-radius: 100%;
         border-radius: 100%;
    width: 200px;
    min-width: 200px;
    height: 200px;
}
@media only screen and (max-width: 1199px) {
    /*.process-image-five{*/
    /*    margin: auto auto 33px;*/
    /*    height: 204px;*/
    /*    width: 204px;*/
    /*     border-radius: 100%*/
    /*}*/
}
.process-image-five:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background-color: #000000b5;
    transition: all .5s;
    height: 0;
    width: 0
}

.our-process-round:hover .process-image-five:after {
    height: 100%;
    width: 100%
}

.process-image-five span {
       height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    color: #1b2429;
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.our-process-round h4 {
       margin-bottom: 4px;
    font-size: 17px;
        font-weight: 400;
}

.process-box-outer {
    position: relative
}

.process-box-outer:after {
    top: 90px;
    border-radius: 100%;
    border: 1px solid #97979757
}

.process-box-outer:after, .process-box-outer:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1200px;
    width: 1200px
}

.process-box-outer:before {
    bottom: -940px;
    z-index: 1
}

.process-info-five {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -150px
}

.process-info-five:after {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    height: 590px;
    width: 590px;
    border-radius: 100%;
    border: 1px solid #97979757;
    border-bottom: transparent;
    border-left: transparent;
    border-right: transparent;
    z-index: -1
}


/*@media only screen and (max-width: 1199px) {*/
/*    .process-image-five {*/
/*        margin: auto auto 33px;*/
/*        height: 204px;*/
/*        width: 204px;*/
/*    }*/
/*}*/



/*our-servie-intro*/

.our-servie-intro {
    position:relative;
    padding: 5rem 0 4rem;
}
.servie-intro-img img{
      width: 100%;
    height: 546px;
    object-fit: cover;
    border-radius: 6px;
}
.servie-intro-conent {
    padding-right: 2rem;
}
.servie-intro-conent p{
    text-align:justify;
}
.servie-intro-img{
    position:relative;
}
.rs-about-meta {
       background: #f8f8f9;
    padding: 34px;
    border-radius: 6px;
    position: absolute;
    bottom: 31px;
    right: 2rem;
    /* width: 18%; */
    width: 283px;
    z-index: 1;
    overflow: hidden;
}

/* SVG background shape */
.rs-about-meta::before {
        content: "";
    position: absolute;
    background-image: url(../images/svg/ascentech-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 9px;
    left: 2rem;
    /* opacity: 0.2; */
    z-index: -1;
}
.rs-about-meta-icon img {
    width: 50px;
}
.rs-about-meta-desc {
   font-size: 19px;
    color: #2b3944;
    font-weight: 500;
    margin-top: 53px;
    margin-bottom: 25px;
    line-height: 1.33;
}


@media(min-width:900px) and (max-width:1400px){
/*.rs-about-meta{*/

/*    padding: 29px;*/
/*    top: 15rem;*/
/*    right: 8rem;*/
/*    bottom: unset;*/
/*}*/
.rs-about-meta-desc {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

}

.servie-intro-img .comman-btn .btn {
      padding: 0;
    border: unset;
    text-transform: uppercase;
    
}
.servie-intro-img .comman-btn .btn:hover {
    background: unset;
    color: #ed1c24;
}
/*our-servie-intro*/


/*our-process-section*/

.our-process-service{
    position:relative;
    padding:4rem 0 4rem;
}

.our-process-service .process-imga img{
    border-radius: 16px;
    width: 100%;
}

.process-imga{
        position: sticky;
    top: 120px;
}



.bd-process-timeline {
  counter-reset: count;
  margin-inline-start: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-process-timeline {
    margin-bottom: 10px;
    margin-inline-start: 10px;
  }
}
.bd-process-timeline-item {
  display: flex;
  align-items: center;
  gap: 37px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bd-process-timeline-item:not(:last-child) {
         margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-process-timeline-item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.bd-process-timeline-item:not(:last-child)::after {
      position: absolute;
    content: "";
    width: 1px;
    height: 120%;
    inset-inline-start: 30px;
    inset-block-start: 85px;
    background-color: #dfe0e0;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
    inset-block-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
    inset-block-start: 80px;
  }
}
@media (max-width: 575px) {
  .bd-process-timeline-item:not(:last-child)::after {
    height: 100%;
    inset-inline-start: 30px;
    inset-block-start: 95px;
  }
}
.bd-process-timeline-item:hover .step {
    background: #ed1c24;
}
/*.bd-process-timeline-item.active::before {*/
/*  color: #fff;*/
/*}*/

.bd-process-timeline-item:hover::before{
      color:#fff;
}
.bd-process-timeline-item::before {
      position: absolute;
    z-index: 5;
    inset-inline-start: 25px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    counter-increment: count;
    content: counter(count) "";
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.bd-process-timeline-item .step {
      width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #004181;
    position: relative;
    counter-reset: count;
    transition: all 0.3s ease-in-out;
}
.bd-process-timeline-item .step::before {
     position: absolute;
    content: "";
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px dashed #dfe0e0;
    transition: all 0.3s ease-in-out;
}
.bd-process-timeline-item p{
    margin:0;
}
.bd-process-timeline-item .content h5{
        font-size: 17px;
}


.industries-wewpok-se{
    position:relative;
   padding: 120px 0px 90px;
   background-color: #dbdee129;
}
.industries-outer-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px 6px 160px 160px;
    background-color: #ffffff;
    padding: 33px 40px 40px;
    z-index: 1;
    height: 100%;
    text-align:center;
}



/* shape1 */
.industries-outer-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 87px;
    height: 197px;
    background: url("../images/bg/service-v3__shape1.png") no-repeat bottom left;
    z-index: -1;
}

/* shape2 */
.industries-outer-box::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    background: url("../images/bg/service-v3__shape2.png") no-repeat bottom center;
    height: 100%;
    z-index: -1;
}
.industries-outer-box .category-box {
    position: relative;
      color: #004182;
    font-size: 12px;
    line-height: 2px;
    font-weight: 600;
    text-transform: uppercase;
}


.industries-outer-box  {
    position: relative;
    display: block;
    /*padding-top: 5px;*/
}

.industries-outer-box h4 {
       font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
}

.industries-outer-box .border-line {
    position: absolute;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #dde6e3;
    margin-top: 16px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
}

.industries-outer-box:hover .border-line {
    width: 100%;
    background-color: #004182;
}

.industries-outer-box .text {
    position: relative;
    display: block;
    margin-top: 44px;
}

.industries-outer-box .text p {
       margin: 44px 0;
    font-size: 15px;
}

.industries-outer-box .icon-box {
    position: relative;
    display: inline-block;
}

.industries-outer-box .icon-box img {
   filter: invert(14%) sepia(99%) saturate(2064%) hue-rotate(195deg) brightness(96%) contrast(104%);
}


.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: -5px;
}



.our-industries-applications .swiper-slide{
    height:auto;
}
.industries-swiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: unset;
    right: 60px;
      top: 76px;
}
.industries-swiper .swiper-button-prev, .industries-swiper .swiper-button-next {
       /*background: #2b3944;*/
    border-radius: 19%;
    max-width: 40px;
    width: 30px;
    height: 30px;
    color: #004181;
    background-color: transparent;
    border: 1px solid #004182;
}

.industries-swiper .swiper-button-next, 
.swiper-rtl .swiper-button-prev {
    /* bottom: 0; */
    left: auto;
      top: 76px;
} 

.industries-swiper .swiper-button-next:after,
.industries-swiper .swiper-button-prev:after{
    font-size: 16px;
}
.industries-applications{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

  .our-industries-applications .sec-big-title{
      max-width:75%;
  }

 .industries-applications-sec .sec-big-title{
       max-width:75%;
 }
  
  .why-should-we {
  position: relative;
    padding: 5rem 0 5rem;
  }
  
  .why-should-img img {
   width: 100%;
    border-radius: 6px;
    height: 500px;
    object-fit: cover;
    transition: unset;
}
.rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
}
.rs-working-list-item {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 40px;
     transition: 0.3s;
}

.rs-working-list-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #dbdee1;
    bottom: 0;
    inset-inline-end: 0;
}

.rs-working-list-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #f8f8f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-list-item:hover .rs-working-list-icon{
        background-color: #004182;
}
.rs-working-list-item:hover .rs-working-list-icon img{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.rs-working-list-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-working-list-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #ab052d;
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-working-list-icon img {
    width: 40px;
    height: 40px;
    transition: all linear 0.3s;
}
.rs-working-list-item:hover .rs-working-list-icon img {
    animation: rs-skew 0.6s;
}

@keyframes rs-skew {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}


.rs-working-list-content h5 {
   
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.rs-working-list-item p{
    margin:0;
        font-size: 15px;
}


.why-should-we .sec-big-title{
        max-width: 80%;
}
.why-should-content {
        padding-left: 2rem;
}



.our-faq-section{
    position:relative;
        padding: 4rem 0 4rem;
}
.our-faq-section .accordion .accordion-button[aria-expanded=true] {
        position: relative;
    background: unset;
    color: #000;
    border-color: #dee2e6;
}

.our-faq-section .accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: unset;
    color: #014383;
}
.our-faq-section .accordion .accordion-button {
   color: #000;
    padding: 17px 20px;
    line-height: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0 !important;
    font-size: 19px;
    font-weight: 500;
}
.our-faq-section .accordion-body {
   padding: 20px 20px 20px;
    font-size: 16px;
    color: #616C74;
}

.our-faq-section .accordion-body ul li {
   position: relative;
    padding-left: 35px;
    line-height: 2.5;
    font-size: 15px;
}
.our-faq-section .accordion-body ul li::before {
       content: "\f128";
    position: absolute;
    font-family: flaticon_normal-icon !important;
    font-size: 10px;
    font-weight: 900;
    color: #2b3944;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid rgb(237 29 36);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.program-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our-faq-section .accordion .accordion-button[aria-expanded=true]::after {
    border-color: #fff;
}


.focu-specialization{
    /*padding:1.5rem 0 0;*/
    position:relative;
}
.our-faq-section .accordion .accordion-button::after {
    content: "";
    background-image: url("../images/svg/faq-arrorw.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
        width: 28px;
    transform: rotate(269deg);
}
/* Open state */
.our-faq-section .accordion .accordion-button:not(.collapsed)::after {
   transform: rotate(0deg);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset;
}

.comprehensive-section{
    background: #fff;
    padding: 30px 0 30px;
}

.comprehensive-box{
    background: #2b3944;
    padding: 30px;
    border-radius: 8px;
    position: sticky;
    top: 120px;
    margin-bottom: 30px;
}

.comprehensive-content .icon-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.comprehensive-content .icon-box img{
 filter: brightness(0) invert(1);
}

.comprehensive-content h4{
    font-size: 21px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/*.comprehensive-content p{*/
/*       font-size: 16px;*/
/*    line-height: 1.7;*/
/*    color: #a7b0b7;*/
/*    max-width: 500px;*/
/*    margin: 5rem 0 0;*/
/*}*/
.comprehensive-image img{
    width: 100%;
    border-radius: 6px;
    
}
.comprehensive-iconbs-o{
       font-size: 16px;
    line-height: 1.7;
    color: #a7b0b7;
    max-width: 83%;
    margin: 2rem auto 0;
}

.comprehensive-iconbs-o p{
    color:#fff;
}


.comprehensive-content .number {

    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    letter-spacing: 0.01em;
}
.comprehensive-iconbs-o img{
    margin-top: 40px;
    margin-bottom: 35px;
        filter: brightness(0) invert(1);
}



.our-cta-section {
        position: relative;
    z-index: 1;
    overflow-x: clip;
    background: #2b3944;
    padding: 3rem 0 0;
}
.our-cta-section .cta-section-conten .comman-btn .btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.our-cta-section .cta-section-conten .comman-btn .btn:hover {
    color: #fff;
}

.our-cta-section .rs-banner-shape-one {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

@media only screen and (max-width: 1600px) {
    .our-cta-section .rs-banner-shape-three {
        display: none;
    }
}

.our-cta-section .rs-banner-shape-three {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1600px) {
    .our-cta-section .rs-banner-wrapper {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

.our-cta-section .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 991px) {
    .our-cta-section .rs-banner-thumb {
        height: 300px;
    }
}

.our-cta-section .rs-banner-thumb {
    position: relative;
}

.our-cta-section .rs-banner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.our-cta-section .rs-banner-shape-two {
    position: absolute;
    bottom: 20px;
    inset-inline-start: 20px;
    transform: rotate(90deg);
}


@media only screen and (max-width: 991px) {
    .our-cta-section .rs-banner-content-wrapper {
        grid-template-columns: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .our-cta-section .rs-banner-content-wrapper {
        grid-template-columns: auto 470px;
    }
}
@media only screen and (max-width: 1366px) {
    .our-cta-section .rs-banner-content-wrapper {
        grid-template-columns: auto 550px;
    }
}
@media only screen and (max-width: 1600px) {
    .our-cta-section .rs-banner-content-wrapper {
        grid-template-columns: auto 600px;
               gap: 0 !important;
    }
}
.our-cta-section .rs-banner-content-wrapper {
        display: grid;
  grid-template-columns: auto 750px; 
    align-items: center;
    gap: 30px 140px;
}


@media only screen and (max-width: 991px) {
    .our-cta-section .cta-section-conten {
        padding-top: 45px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1700px) {
    .our-cta-section .cta-section-conten {
        padding-inline-start: 0;
    }
}

.our-cta-section .rs-banner-form .section-title-wrapper {
    border-radius: 6px 0 0 0;
}
@media only screen and (max-width: 1600px) {
    .rs-contact-two .section-title-wrapper {
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
    }
}

.rs-contact-two .section-title-wrapper {
    background: #004182;
    padding: 2rem;
}

.our-cta-section .rs-banner-form .rs-contact-form {
     padding: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}

.rs-contact-two .rs-contact-form {
    background: #ffffff;
    padding: 62px 0 62px 0;
    padding-inline-start: 60px;
    padding-inline-end: 40px;
}


.rs-contact-form .comman-btn .btn{
    background: #2b3944;
    color: #fff;
    border: unset;
    width: 100%;
    align-items: center;
    justify-content: center;
        border-radius: 16px;
}
.rs-contact-form .comman-btn .btn:hover {
    background: #ed1c24;
    color: #fff;
}


.rs-contact-two .rs-contact-input-box {
    margin-bottom: 20px;
}

.our-cta-section .rs-banner-form  input, 
.our-cta-section .rs-banner-form select {
        width: 100%;
    /* background: #2b3944; */
    border: 1px #2b3944 solid;
    border-radius: 12px;
    padding: 16px 18px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
    outline: none;
    background-color: transparent;

    width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    border: 1px solid #dbdee1;
    border-radius: 100px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    background: #ffffff;
}


.rs-contact-two  textarea {
        height: 174px;
    border-radius: 16px;
    padding: 15px 20px;
    background: #ffffff;
    width: 100%;
}


.rs-banner-form.rs-contact-two {
    margin-top: -220px !important;
    padding-bottom: 0;
    z-index: 1;
    position: relative;

}


@media(min-width:900px) and (max-width:1400px){
.rs-banner-form.rs-contact-two{
        margin-top: -150px !important;
            padding-right: 0.4rem;
}
}

.rs-contact-left .comman-btn {
        margin: 2rem 0 0;
}
.cta-section-conten p{
        margin: 0 0 1.5rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 200;
    max-width: 75%;
}

.our-cta-section .cta-section-conten .section-title{
      max-width: 75%;
}



.breadcrumb-area{
    position: relative;
    padding: 80px 0;
    overflow: hidden;
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:1;
}

.breadcrumb-area::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url("../images/breadcurmb/breadcrumb-bg-thumb-01.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: -1;
}

.breadcrumb-content{
    color: #fff;
}

.breadcrumb-menu ul{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
        gap: 8px 32px;

}

.breadcrumb-menu ul li{
    font-size: 16px;
    position:relative;
}
.breadcrumb-menu ul li:not(:last-child):before {
       position: absolute;
    content: "\f163";
    font-family: flaticon_normal-icon !important;
    font-size: 14px;
    right: -21px;
    top: 56%;
    transform: translateY(-50%);
    line-height: 1;
}
.breadcrumb-menu ul li a {
        text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.4px;
}

.breadcrumb-title{
    font-size: 38px;
    font-weight: 700;
       margin: 0;
    color: #fff;
}

.breadcrumb-line{
        width: 482px;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
.breadcrumb-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: #ffffff;
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb-desc{
       font-size: 16px;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}



.pre-employment {
     position: relative;
    padding: 4rem 0 4rem;
    background-color: #dbdee129;
}

.pre-employment-nds{
       display: flex;
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 35px;
    border-radius: 0 0 6px 0;
    margin: auto;
    justify-content: space-around;
}

/*.rs-banner-feature-wrapper {*/

/*position: relative;*/
/*z-index: 2;*/
/*background: #ffffff;*/
/*padding: 35px;*/
/*border-radius: 0 0 6px 0;*/
/*}*/

.rs-banner-feature-item:first-child {
    padding-inline-end: 30px;
    margin-inline-end: 30px;
}
.rs-banner-feature-item {
    display: flex;
    position: relative;
}

.rs-banner-feature-icon {
    margin-inline-end: 20px;
}
.rs-banner-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    border-color: rgba(43, 57, 68, 0.1490196078);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    transition: all 0.3s 0s ease-out;
}
.rs-banner-feature-line::after {
       position: absolute;
    content: "";
    width: 59px;
    background: #2b3944;
    inset-inline-start: 0;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-feature-item h5 {
    position: relative;
    padding-left: 35px; 
     margin-bottom: 4px;
    font-size: 17px;
    font-weight: 400;
}

.rs-banner-feature-item h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/svg/tickmarks.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    filter: invert(15%) sepia(84%) saturate(5026%) hue-rotate(351deg) brightness(96%) contrast(93%);
}

.pre-employment-content {
        margin: 0 0 1rem;
}
/*.rs-banner-feature-item:hover h5::before {*/
/*    animation: rs-skew 0.6s;*/
/*}*/

/*@keyframes rs-skew{*/
/*    0%, 100% {*/
/*    transform: scale(1, 1);*/
/*}*/

/*25% {*/
/*    transform: scale(0.7, 1.1);*/
/*}*/
/*50% {*/
/*    transform: scale(1.1, 0.7);*/
/*}*/
/*75% {*/
/*    transform: scale(0.95, 1.05);*/
/*}*/
/*}*/




.rs-banner-five .rs-banner-feature-icon svg {
    width: 22px;
    height: 22px;
}
.pre-employment-content p{
    margin:0;
}



.service-ctabvt{
    margin: 3rem 0 0;
}
   
   .banner-btn .service-cta-btn{
    border:0 !important;
}
.service-cta-btn{
       display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 9px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
}

.service-cta-btn:hover:before{
    width: 100%;
    left: 0;
}


.our-service-section .row{
    row-gap:30px;
}


.our-servilist-parga{
    position:relative;
    padding:4rem 0 0;
}


.iti .iti__selected-dial-code {
    margin-left: 4px;
    color: #57616e;
    font-size: 14px;
}