
 body {
      font-family: "Manrope", sans-serif;
      background-color: #fff;
   
  }

  .desktop-none{
    display: none;
}
p{
 font-family: "Poppins", sans-serif;

}

.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  .header-logo {
      height: 109px;
  }

 .menus{
  margin: 0;
  position: relative;
 }
  .menus li{
   margin:0px 20px;
   list-style: none;
  }
  .nav-active{
    color: #262F2E!important;
  }
/* .nav-link {
    color: #979797;
    font-size: 16px;
    font-weight: 500;
}*/

.nav-link {
    color: #979797;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px;
}
  .nav-link:hover {
      color: gray !important;
  }
 /* .main-content img {
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }*/
 .btn-custom {
    background-color: #65a944;
    color: white;
    border-radius: 7.98px;
    height: 52px;
    width: 85%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}
  
  .icon-green {
      color: #28a745;
  }
.arrow-box {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background: #65a944;
    top: 70%;
    position: absolute;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: -15px;
}

  .p-relative{
    position: relative;
  }

  .pt-20{
    padding-top: 20px
  }

  .pr-details-bx h1{
    font-size: 70px;
    /*    font-weight: normal;*/
    color: #262F2E;
  }
.pr-details-bx .text-muted1{
  font-weight: 500;
}

.pr-details-bx .text-success1{
 color:#65a944;
  font-weight: 500;

}

.pl-100{
  padding-left: 100px;
}

/*.hero-img{
  height: 100%!important;
}
*/
.text-para {
    font-size: 16px;
    color: #262F2E;
    margin-top: 30px !important;
    padding-left: 0;
    font-weight: 400;
    max-width: 455px;
}




/* =============== Clients-css ============= */
/*
.company-design-area h2 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 5px;
    font-weight: 500;
}*/



.scroller__inner {
    padding-block: 16px;
    padding-block: 1rem;
    display: -webkit-box;
    padding-top: 0;
    padding-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
    gap: 1rem;
}

.scroller__inner img {
    margin-right: 29px;
    height: 70px;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: -webkit-linear-gradient(left,
        transparent,
        white 20%,
        white 80%,
        transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
            animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}


.scroller{
    height: auto!important;;
}
@-webkit-keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 0.5rem));
                transform: translate(calc(-50% - 0.5rem));
    }
}

@keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 0.5rem));
                transform: translate(calc(-50% - 0.5rem));
    }
}




.feature-bx{
  display: flex;
  align-items: center;
  /* padding-top: 50px; */
}

.feature-item {
    width: 363px;
    background: white;
    border-radius: 18px;
    /*    box-shadow: 22px 40px 40px #00000021;*/
    align-items: center;
    display: flex;
    flex-flow: column;
    padding: 20px 30px;
    justify-content: center;
    position: relative;
}
.feature-item h2 {
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    color: #65a944;
    margin-bottom: 0;
}

span.star-bx {
    position: absolute;
    top: -15px;
    left: 0px;
}

section.partnering-section.pt-80 {
    overflow: hidden;
}



.company-list {
    overflow: hidden;
}

.company-design-area {
     /* overflow: hidden; */
}


.award-section span.star-bx {
    position: absolute;
    top: -15px;
    right: 0px;
    left: unset;
}








=======================/*steps process css  =====================*/

    .steps-section .card {
            border: none;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .steps-section .card-header {
            background-color: #65a944;
            color: white;
            border-radius: 50%;
            width: 163px;
            height: 163px;
            display: flex;
            align-items: center;
            position: absolute;
            justify-content: center;
            z-index: -1;
            font-size: 50px;
            font-weight: bold;
            transform: translate(-50%, -50%);
            left: 50%;
            margin: 0 auto 1rem;
            padding-bottom: 67px;
            top: 0;
        }
       .steps-section .card-title {
            color: #65a944;
            font-size: 30px;
            font-weight: bold;
        }
      .steps-section .card-text {
            color: #262F2E;
            font-size: 16px;
        }

        .steps-section .card {
    position: relative;
    border-radius: 25px;
;
border:none;
   
}

section.steps-section {
    padding-top: 150px;
}



/*================================= form css======================*/






     .custom-card {
          border:none;
          border-radius: 18px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .custom-card img {
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        .custom-card .form-control {
    border-radius: 7px;
    height: 45px;
    border: 1px solid #2125294d;
    font-size: 13px;
    padding-left: 15px;
}

.custom-card .form-select1 {
    border-radius: 7px;
    height: 45px;
    border: 1px solid #2125294d;
    font-size: 16px;
    /* padding-left: 15px; */
    width: 55px;
    color: #a7acb1;
    background: none;
    border-right: none;
}
        .custom-card .btn-custom {
            background-color: #38a169;
            color: white;
            border-radius: 5px;
        }
        .custom-card .btn-custom:hover {
            color:white;
        }
        .custom-card .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            color: #6c757d;
        }
        .custom-card .close-btn:hover {
            color: #495057;
        }

        .form-section-area{
            padding-top: 100px;
        }

        .custom-card h2{
            font-size: 40px;
            text-align: center;
            font-weight: 300;
        }

        .custom-card .text-success1{
            font-weight: 500;
            color: #65a944;

        }

        .custom-card .text-muted1 {
    color: #262F2E !important;
    font-size: 16px;
    text-align: center;
}



.custom-card .form-control::placeholder{
    opacity: 60%;
}

.custom-card .prime-btn {
    color: #fff;
    border:none;
    background-color: #65a944;
    border-color: #65a944;
    height: 45px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
}


.custom-card img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.padding20{
    padding: 40px;
}

.realworld-section{
    padding-top: 100px;
}

.realworld-section .text-success1 {
    color: #65a944;
    font-weight: 500;
}

.real-world-bx h1 {
    font-size: 48px;
    color: #262F2E;
    line-height: 1.1;
    font-weight: 300;
}

.realworld-section .text-muted1{
    color: #262F2E;
    font-size: 18px;
}

.info-headings .h1{
  font-size: 35px;
  color: #65a944;
  font-weight: 600 !important;
}

.info-headings .h5 {
    font-size: 20px;
    font-weight: 500;
    color: #262F2E;
    font-family: "Poppins", sans-serif;
}

.bx-lists .h5{
  font-size: 22px;
}

.realworld-section .text-muted2 {
    color: #262F2E;
    font-size: 16px;
    padding-top: 10px;
}

.rounded1{
  border-radius: 20px!important;
}
.bx-list-first {
    position: absolute;
    max-width: 360px;
    transform: translate(-50%, -50%);
    top: 57%;
}

.ab-img{
    width: 100%;
    height: 671px;
    object-fit: cover;
        border-radius: 0px 18px 18px 0px;
}

.pr-120{
/*    padding-right: 221px;*/
}

.real-world-bx1 h1 {
    font-size: 40px;
    color: #262F2E;
    font-weight: 300;
    text-align: center;
    margin-bottom: 45px !important;
}

.real-world-bx1 .text-success1{
    color:#65a944;
}

.clients-logo {
    margin: 30px auto;
    display: block;
    width: 500px;
}

.cta-section{
    margin-top: 100px;
}

.lets-btn {
    background-color: #65a944;
    border-radius: 7.98px;
    width: 513px;
    height: 60px;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    text-decoration: none;
    font-weight: bold;
}

.lets-btn:hover{
    color:white
}

/*================ c-experience-section css ===========================*/


.testimonial-card {
            background-color: white;
            color: black;
            border-radius: 18px;
            padding: 20px;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
/*            height: 296px;*/
/*height: 431px;*/
}


section.c-experience-section {
    padding-top: 50px;
}

.c-experience-section .headings{
    font-size: 48px;
    font-weight: 300;
}

.c-experience-section .text-success1{
    color: #65a944;
}

.c-experience-section .text-secondary1{
    color:#262F2E;
    font-size: 16px;
    /* margin-bottom: 0; */
}

.testimonial-card h5{
    font-size: 20px;
}

/*.testimonial-card .text-secondary1 {
       color: #5D6E1D;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}*/


.testimonial-card .text-secondary1 {
  color: #5D6E1D;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;

  /* For truncation */
/*  height: 45px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* ensures single line */
  display: block;
}

.testi-para {
    font-size: 14px;
    color: #262F2E;
    /* line-height: 24px; */
    margin-bottom: 0;
    /* height: 163px; */
    overflow: hidden;
}




/*===================== Transforming Css =======================*/


 .highlight {
            color: #38b2ac;
 }

 section.trasnforming-section {
    padding-top: 100px;
}

.college-box p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #262F2E;
    margin-bottom: 0;
}

.texty-box h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #262f2ed1;
}

.trasnforming-section h1{
  font-size: 48px;
  color: #262F2E;
  font-weight: 300;
}


.trasnforming-section .text-success1 {
    color: #65a944;
    font-weight: 500;
}


/*============ blog csss==============*/

.blog-section{
    padding-top: 100px;
    overflow: hidden;
}

.blog-section h1 {
    font-size: 48px;
    color: #262F2E;
    font-weight: 300;
    line-height: 1.1;
}


.blog-section .text-success1 {
    color: #65a944;
    font-weight: 500;
}


.top-content .text-secondary1{
    font-size: 16px;
    color:#262F2E;
    /* margin-bottom: 0; */
}

.blog-section .lets-btn{
    margin: 0;
}

.trasnforming-section .img-fluid{
    width:100%; 
}
/*.blog-section .card-body{
    border-radius: 20px;
    background: white;
    position: absolute;
    bottom: -165px;
    height: auto;
    padding: 29px;
}*/



.blog-section .card-body {
    border-radius: 18px;
    background: white;
    /* position: absolute; */
    /* bottom: -219px; */
    height: 210px;
    margin-top: -30px;
    padding: 17px;
    text-align: center;
}
    
    .blog-section .card {
   
    background-color: transparent;
    border: none;
}

.blog-section .card-title {
    font-size: 16px;
    font-weight: bold;
}
.blog-section p.card-text.text-muted {
    padding-top: 0px;
    font-size: 14px;
    /* height: 130px; */
    overflow: hidden;
}
.mt-100{
    margin-top: 100px;
}



/*why us css===================*/

.why-us-section{
    padding-top:100px;

}
 .blog-items {
            position: relative;
            /* background-color: #2d2d2d; */
            border-radius: 18px;
            overflow: hidden;
        }
        .blog-items > img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .blog-items .overlay {
            position: absolute;
            bottom: 6px;
            left: 13px;
            right: 0;
            padding: 1rem;
            /* background: linear-gradient(to top, black, transparent); */
        }
       


.headings {
    font-size: 48px;
    color: #262F2E;
    font-weight: 300;
}

 .text-success1 {
    color: #65a944;
    font-weight: 500;
}
.blog-items .h5 {
    font-size: 30px;
    color: white;
}

.why-us-section .arrow-box{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #ffffff;
    bottom: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1px;
    top: inherit;
}


.faq-section{
    padding-top: 100px;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #262F2E;
    background-color: transparent;
    box-shadow: unset;
}



.faq-section button.accordion-button {
    color: #262F2E;
    font-size: 22px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.faq-section .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #979797 !important;
    border: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.faq-section .accordion-body p {
    font-size: 16px;
    color: #262F2E;
    font-weight: 300;
}


/*================ video cta css */

.video-cta-section{
    margin-top: 100px;
}
.width-100{
    width: 100%;
    object-fit: cover;
}

    
.video-cta-section .wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.video-cta-section .video-main {
  position: relative;
  display: inline-block;
}

.video-cta-section .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.video-cta-section .fa-play:before {
  content: "\f04b";
}

.video-cta-section .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.video-cta-section .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-cta-section .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-cta-section .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

 

 .video-cta-section .btn-close {
    width: 4px;
    height: 10px;
    top: -7px;
    right: -7px;
    padding: .25em .25em;
    opacity: 1;
    z-index: 1000;
    filter: brightness(0) invert(1);
}

footer h6{
    color:#65a944;
}

.container-sort{
        border-top: 1px solid #979797;
    padding-top: 50px;
}

footer{
    padding-top: 100px;
}
a{
    text-decoration: none;
}

.border-top1 {
    border-top: 1px solid #979797;
    font-size: 15px;
}

footer .text-dark {
    color: #484848 !important;
    font-size: 15px;
}

footer p {
    color: #484848 !important;
    font-size: 15px;
}

.contacts-opt a{
    color: #484848 !important;

}

.contacts-opt img{
    margin-right: 5px;
}

.v-hidden{
    visibility: hidden;
}

.bx-list-first img {
    width: 50px;
    margin-right: 10px;
}

.pr-120 {
    padding-right: 175px;
    color: #262F2E;
    font-size: 16px;
    margin-bottom: 0;
}   

.btn-custom:hover {
    color:white!important;
    cursor: pointer;
}


.query-modal .modal-dialog {
        max-width: 1000px;
/*        margin: 1.75rem auto;*/
    }

.query-modal .form-section-area{
    padding-top: 0;
}

.query-modal .modal-content{
    border-radius: 27px;
}

.query-modal .btn-close{
     z-index: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    color: white;
    filter: brightness(0) invert(1);
    opacity: 1;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
}



.custom-card img {
    width: 100%;
    height: 550px;
    border-radius: 0;
}

.query-modal .custom-card h2 {
    font-size: 30px;
}

.query-modal .custom-card .text-muted1 {
    color: black;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.long-img{
    height: 497px;
    object-fit: cover;
}

/*section.blog-section .card img {
    object-fit: cover;
    height: 280px;
    border-radius: 30px;
}*/


section.blog-section .card img {
    object-fit: cover;
    height: 220px;
    border-radius: 18px 18px 0px 0px;
}
.blog-section .shadow-sm{
    box-shadow: unset!important;
}

.why-us-section{
    overflow: hidden;
    padding-bottom: 50px;
}

.trsnfm-childs-row{
    display: flex;
    justify-content: space-between;
}

.why-us-section .arrow-box img{
    width: 20px;
}
.why-us-section .swiper-pagination{
    bottom:-6px;
}

.why-us-section .swiper-pagination-bullet-active {
    width:20px;
    background-color: #65a944;
    border-radius: 50px!important;
}

.c-experience-section .swiper-pagination {
    bottom: 6px !important;
}

.c-experience-section .swiper{
    padding-bottom: 40px;
}

.c-experience-section .swiper-pagination-bullet-active {
    width:20px;
    background-color: #65a944;
    border-radius: 50px!important;
}
.social-icons-list{
    display: flex;
    align-items: center;
    list-style: none;
    padding:0;
}

.social-icons-list li i{
    height: 40px;
    width:40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: 37937E;
    font-size: 15px;
    border:1px solid #65a944;
    transition: .6s;


}

.social-icons-list li a{
     color: #65a944;
    font-size: 15px;
}

.social-icons-list li i:hover{
    background-color: #65a944;
    color: white;
}

.social-icons-list li{
    margin:0px 5px;
}

footer .accordion-flush .accordion-item{
    background-color: transparent;
}


footer .accordion-button {
    background-color: transparent;
    font-size: 15px;
    color: #000000 !important;
    font-weight: 500;
}
footer .accordion-button::after{
        background-size: 1rem;
}

footer .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: unset;
    box-shadow: unset;
}


footer .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

footer .accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
    padding-top: 0;
/*    padding-bottom: 0;*/
}

footer .footer-navs p{
            border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        padding-top: 5px;
}

footer .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow:unset;
}

footer .


{
    width: 120px;
    margin-top: -17px;
    margin-bottom: 15px;
}



.pt-80{
    padding-top: 80px!important;
}

.star-bx img{
    width: 40px;
}
.pt-50{
    padding-top:50px;
}









/*--------------------New hero ------------------*/



.hero-row{
    display: flex;

}

.hero-row > div{
    width:calc(50% - 10px);
}

.hero-img{
    width: 100%;
    height: auto;
}

.hero-row .hero-heading{
    font-size: 60px;
}



.main-content{
    padding-top: 50px;
}
section.partnering-section {
    padding-top: 100px;
}


/*--------------------- hww css--------------*/


.how-we-work .heading {
    color: #65a944;
    font-size: 20px;
    font-weight: 500;
    background-color: #EBEDFA;
    padding: 4px 7px;
    width: 213px;
    height: 37px;
    border-radius: 4px;
    letter-spacing: 2px;
    text-align: center;
}

.how-we-work h1 {
    font-size: 48px;
    color: #0C141D;
}

.how-we-work .para1 {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 25px;
    color: #3e3e3e;
}

.main-btn1 {
    background-color: #65a944!important;
    border-radius: 7px !important;
    font-weight: bold;
    color: white;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    width: 219px;
    height: 52px;
}
.ab-hww .right-list1 {
    position: relative;
    z-index: 1;
}

.ab-hww .right-list1:before {
    content: '';
    position: absolute !important;
    z-index: -1;
    border: 1px dashed #667085;
    left: 33px !important;
    height: 81% !important;
}

.ab-hww .main-list1 {
    display: flex !important
;
}

.ab-hww .numbers1 > div {
    height: 68px;
    width: 68px;
    background: #65a944;
    border-radius: 50px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
}

.right-content-bx1 {
    padding-left: 40px;
}

.right-content-bx1 h2 {
    font-size: 25px;
}

.right-content-bx1 p {
    font-size: 16px;
    color: #3e3e3e;
}

.ab-hww{
    padding-top: 100px;
}

.c-experience-section .pt-50{
    padding-top: 50px!important;
}

.real-world-bx1 .pl-50{
    padding-left: 50px;
}



.container {
    width: 100% !important;
    /* padding-left: 140px !important; */
    /* padding-right: 140px !important; */
    max-width: 85%;
}

.img-swipers img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}

.how-we-work .blog-items{
    border-radius: unset;

}

.how-we-work .blog-items img{
    height: 400px;
    width:100%;
}

.how-we-work .blog-items::before{
    content:'';
    position: absolute;
    width:100%;
    height: 100%;
    background-color: #0000005e;
}

.up-img{
    height: 100%;
    object-fit: cover;
}
.height-221{
    height: 221px;
}

.steps-section-final-row{
    display: flex;
}

.steps-section-final-row > div{
    width: calc(33.33% - 10px);
    border-left: 1px solid #979797;
    padding-left: 30px;
    padding-right: 20px;
}

.steps-section-final{
    padding-top: 100px;
}

.steps-heading-main h2{
    color:#65a944;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.steps-heading p {
    color: #262F2E;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}


.steps-para {
    font-size: 16px;
    color: #262F2E;
    margin-top: 15px;
    margin-bottom: 0;
}

.steps-section-final-items-row {
    display: flex;
    align-items: center;
}

.steps-heading {
    padding-left: 15px;
}

.steps-para-main{
    max-width: 900px;
    margin: auto;
    padding-top: 10px;
}


.mob-pb-100{
    padding-bottom: 100px;
}

.accordion-item .accordion-body {
    padding: 0;
}

.bx-list-first .rounded1 {
    border-radius: 18px !important;
    padding: 20px !important;
}

.info-headings .mb-4 {
    margin-bottom: 35px !important;
}

.info-headings{
    padding-top: 50px;
}


 .section-title {
      border-bottom: 1px solid #d9a52a;
/*      display: inline-block;*/
      padding-bottom: 0.25rem;
      margin-bottom: 1.5rem;
      font-weight: 400;
      font-size: 1rem;
      color: #1f2937;
    }
    .icon-green {
      color: #65a944;
    }
    .img-border {
      border: 1px solid #c4c4c4;
      padding: 0.25rem;
      width: 120px;
      height: 100px;
      object-fit: cover;
    }
    .label-text {
      font-size: 0.875rem;
      color: #1f2937;
    }

    .service-dropdown a{
      color: #1f2937;
        
    }

    .service-dropdown {
    position: absolute;
    left: 70px;
    padding: 50px 40px;
    background: white;
    width: 100%;
    top: 65px;
    z-index: 1;
    visibility: hidden;
}


.dropdown-main a{
  display: flex;
  align-items: center;
}

.dropdown-main a i {
    padding-top: 5px;
    margin-left: 5px;
}

.dropdown-main:hover .service-dropdown{
    visibility: visible;
}




.review_img img {
    object-fit: cover;
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
















.testi-para {
  max-height: 100px; /* limit initial height */
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}

.testimonial-card.expanded .testi-para {
  max-height: 1000px; /* or none; large enough to show full content */
}

.view-more-btn {
    display: inline-block;
    color: #5D6E1D;
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
}
