@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

body {
    overflow-x: hidden;
}

/** CSS PRIMARY COLORS */

:root {
    --color-primary-a0: #ffffff;
    --color-primary-a10: #c2ddc3;
    --color-primary-a20: #89bc88;
    --color-primary-a30: #549b4e;
    --color-primary-a50: #007b00;
    --color-primary-a60: #1c5f0e;
    --color-primary-a70: #173d10;
    --color-primary-a80: #0f220d;
    --color-primary-a90: #000000;
    --color-color-light: #F8F9FB;
}


span.navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat;
    background-size: contain;
}

a {
    color: #000;
    text-decoration: none !important;
    display: inline-block;
}

a:hover {
    color: var(--color-primary-a60);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

a.primary-btn,
button.primary-btn {
    padding: 8px 20px;
    /* margin-left: 16px; */
    font-size: 16px;
    line-height: 24px;
    background-color: var(--color-primary-a60);
    border: 1px solid var(--color-primary-a60);
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
    z-index: 999;
}

.icon {
    width: 130px;
    height: 130px;
    margin: auto;
    background: #F8E5E5;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.icon img {
    transform: translateY(50%);
}

.icon:hover {
    background: var(--color-primary-a60);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.icon:hover img {
    filter: invert(1);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.lead-form {
    background: #fff;
    padding: 3rem;
    border-radius: 30px;
}

.lead-form input {
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px !important;
}

.box-1 {
    min-height: 260px;
    overflow: hidden;
    /* background: url(../img/free-roof-gardening.webp) no-repeat;position: relative;border-radius: 30px; */
    transition: all .5s;
}

.box-2 {
    min-height: 260px;
    overflow: hidden;
    background: url(../img/free-roof-gardening.webp) no-repeat;
    position: relative;
    border-radius: 30px;
    transition: all .5s;
}

.box-inner {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: 25px;
    left: 30px;
    transition: all .5s;
}

.box-1:hover {
    transition: all 0.5s;
    transform: translateY(-10px);
}

.feature-box1 {
    background: url(../img/free-roof-gardening.webp) no-repeat;
    position: relative;
    border-radius: 30px;
    background-position: center;
    background-size: contain;
    position: relative;
    min-height: 260px;
    transition: all .5s;
}

.feature-box1:after,
.feature-box2:after {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6923363095238095) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}

.feature-box2 {
    min-height: 260px;
    background: url(../img/d3-walkth.webp) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    position: relative;
}

.feature-box1 a,
.feature-box2 a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}



.feature-box1:after {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6923363095238095) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    border-radius: 30px;
}


.pricing-inner {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(241 241 241);
    -moz-box-shadow: 0px 0px 20px 0px rgb(241 241 241);
    box-shadow: 0px 0px 20px 0px rgb(241 241 241);
    border-radius: 30px;
    padding: 20px;
}

.cta-inner {
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.falcon-left {
    padding: 20px;
    background: rgb(84 189 1 / 20%);
    border-radius: 20px;
}

.falcon-left li,
.falcon-right li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.falcon-right li:last-child,
.falcon-left li:last-child {
    padding-bottom: 0;
}

.falcon-right li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    display: block;
    left: 0;
}

.projects .owl-nav button.owl-next span,
.projects .owl-nav button.owl-prev span {
    background: #e60cab;
    padding: 6px 15px 9px 16px;
    border-radius: 30px;
    font-size: 30px;
    color: #fff !important;
    position: absolute;
    top: 40%;
}

.projects .owl-nav button.owl-prev span {
    left: 0;
}

.projects .owl-nav button.owl-next span {
    right: 0;
}

.falcon-left li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(../img/check.svg) no-repeat;
    background-size: contain;
    display: block;
    left: 0;
}

.falcon-left ul,
.falcon-right ul {
    list-style: none;
}

.falcon-right {
    padding: 20px;
    background: rgb(234 51 35 / 10%);
    border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #1c5f0e !important;
    width: 30px;
}

.testimonial {
    border-radius: 12px;
    background-color: #F8E5E5;
    padding: 20px;
    width: fit-content;
}

a.w-primary-btn:hover {
    background-color: transparent;
    color: #fff;
}

a.w-primary-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

a.w-secondary-btn:hover {
    background-color: #fff;
    color: #000;
}



a.w-secondary-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

a.primary-btn:hover {
    background-color: var(--color-primary-a80);
    color: #fff;
}

a.secondary-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--color-color-light);
    border: 1px solid var(--color-primary-a0);
    border-radius: 10px;
    color: var(--color-primary-a50);
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: auto;
    text-decoration: none;
}

a.secondary-btn:hover {
    background-color: var(--color-primary-a10);
    color: #1c5f0e;
    border: 1px solid var(--color-primary-a10);
}

.heading-bold,
.heading-bold span {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
}

.inner-title {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    ;
}

.section-inner-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 650;
    ;
}

.p-big {
    font-size: 20px;
    line-height: 28px;
}

.y-spacing {
    padding: 60px 0px;
}

.b-spacing {
    padding-bottom: 60px;
}

.t-spacing {
    padding-top: 60px;
}

.hero-carousel .carousel {
    width: 100vw;
    height: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: -70px;
    right: 0;
    bottom: 0;
    /*background: rgba(19, 114, 27, 0.6);*/
    /* semi-transparent black */
    color: white;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    padding: 40px;
    
}

.carousel-content{
    position:relative;
    padding:20px 20px 20px 20px;
    z-index:1;
    
}
.carousel-content:after{
        position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
     background: rgba(19, 114, 27, 0.6);
     border-radius:20px;
     z-index:-1;
     border-top-right-radius: 135px;
    border-bottom-right-radius: 135px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 114, 27, 0.6);
    display: flex;
    align-items: center;
    z-index:-1;
}
.home-banner{
    margin-top: 134px;
}
.primary-header{
        position: fixed;
    top: 0;
    z-index: 55;
    background: #fff;
    width: 100%;
}

.primary-header .navbar-brand img{
    width: 164px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 114, 27, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    padding: 40px;
}

.carousel-content {
    max-width: 600px;
}

.short-detail {
    font-weight: 500;
    text-align: center;
    padding: 40px 20px 24px;
    background-color: #F9E8E8;
}

.short-detail p {
    color: var(--color-primary-a60);
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.footer {
    background: #222;
    padding: 2rem;
    bottom: 0;
    left: 0;
}

.hero-banner {
    background: url(../img/hero-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    position: relative;
}

.hero-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

h1.hero-content {
    font-size: 45px;
    line-height: 53px;
}

h1.hero-content span {
    color: #e60cab;
    font-size: 45px;
    line-height: 53px;
}

.project-grid {
    padding: 20px;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 36px;
}

.project-grid img {
    border-radius: 15px;
}

.hero-title,
.hero-title span {
    font-size: 45px;
    font-weight: 800;
    line-height: 53px;
}

.hero-title span,
.heading-bold span {
    position: relative
}



.why-us {
    background: var(--color-primary-a60);
    border-radius: 30px;
    padding: 2rem 2rem;
}

.counter h3 {
    font-size: 55px;
    margin-bottom: 0;
}

@media(max-width:768px) {
    .m-center {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media(min-width:1024px) {
    .mx-60 {
        margin-left: -60px;
        margin-right: 60px;
    }

    .mx-40 {
        margin-left: -40px;
        margin-right: 40px;
    }

    .mx-30 {
        margin-left: -30px;
        margin-right: 30px;
    }

    .testimonial {
        margin-left: 18vw;
        margin-right: 18vw;
    }
}

@media(min-width:600px) {
    .m-timeline {
        display: none;
    }
}

@media(max-width:600px) {
    .lead-form {
        padding: 20px;
    }

    .d-timeline {
        display: none;
    }

    h1.hero-content,
    h1.hero-content span {
        font-size: 35px;
        line-height: 43px;
    }

    .logo {
        max-width: 150px;
    }

    .heading-bold {
        font-size: 30px;
        line-height: 38px;
    }

    a.primary-btn {
        margin-bottom: 10px;
    }

    .hero-title,
    .hero-title span,
    h2.cta-title {
        font-size: 35px;
        line-height: 43px;
    }

    .inner-title {
        font-size: 20px;
        line-height: 28px;
    }

    .p-big {
        font-size: 17px;
        line-height: 23px;
    }

    .analysis1,
    .analysis2,
    .analysis3 {
        display: none
    }

    div#navbarCollapse {
        position: absolute;
        top: 71px;
        background: rgb(255, 255, 255);
        width: 100%;
        padding: 20px 0;
        z-index: 999;
    }

    li.nav-item {
        padding-bottom: 15px;
    }

    .lines::after {
        height: 0;
        width: 0;
    }

    .y-spacing {
        padding: 40px 0;
    }

    .b-spacing {
        padding-bottom: 40px;
    }

    .t-spacing {
        padding-top: 40px;
    }
}

a.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #25D366;
    padding: 10px 20px 10px 50px;
    border-radius: 30px;
    color: #fff;
    z-index: 999;
}

a.whatsapp::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 17px;
    top: 10px;
    background: url(../img/whatsapp.svg) no-repeat;
    background-size: contain;
}

/*Timeline*/

.timeline {
    counter-reset: year 2016;
    position: relative;
}

.timeline li {
    list-style: none;
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    font-weight: bold;
}

ul:nth-child(1) {
    color: #4caf50;
}

.timeline li:before {
    counter-increment: year;
    content: counter(year);
    width: 50px;
    height: 50px;
    border: 3px solid #4caf50;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #F1F1F1;
    color: #000;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.timeline li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 25px;
    left: -50%;
    z-index: -999;
    transition: all ease-in-out .3s;
}

.timeline li:first-child:after {
    content: none;
}

.timeline li.active {
    color: #555555;
}

.timeline li.active:before {
    background: #4caf50;
    color: #F1F1F1;
}

.timeline li.active + li:after {
    background: #fff;
}

.review-block img {
    max-width: 90px;
    margin: 0 auto 10px;
}

.review-block {
    padding: 30px 20px;
    border-radius: 30px;
}

/*slide*/

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {

    margin: auto;
    overflow: hidden;
    position: relative;
}

/*.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}*/

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
    gap: 30px;
}




.card-header {
    background-color: #0e6128;
    /* deep green */
    color: white;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
}

img {
    max-width: 100%;
}

.product-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.bg_lightgrey {
    background: #f5efef;
}
.bg_lightgrey p {
   
}


.eng_pre_parts .card-body {
    background: #fff;
}
.service_inner_pg .box-1{
    position: relative;
}
.service_inner_pg .box-1::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    
}
.service_inner_pg .service_float{
    position: absolute;
    bottom: 0;
    color: #Fff;
    left: 0;
    text-align: left;
    padding: 15px 25px;
    z-index: 1;
    opacity: 1;
    transition: all 0.7s;
    border-radius: 10px;
}
.service_float h5{
    color: #fff;
}
.service_float p{
    color: #fff;
}
.service_inner_pg .box-1:hover .service_float{
    opacity: 1;
    transition: all 0.7s;
}
.home-banner .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.home-banner .carousel-indicators [data-bs-target].active{
    width: 25px;
    height: 10px;
    border-radius: 0;
}
.menu_custom{
    position: relative;
}
.header-enquiry{
           position: absolute;
    top: 20px;
    right: 53px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-enquiry span{
        font-size: 27px;
    color: var(--color-primary-a60);
    text-transform: uppercase;
    font-weight: 700;
}
.menu_custom .navbar-nav{
    padding-top:86px;
    z-index: 4;
    position:relative;
}
.home-banner h1{
    font-size: 39px;
}
.fotter_top{
    //background: url(../img/hero-banner.jpg) no-repeat;
    background-attachment: fixed;
}
.footer .footer-widget .list-group-item a{
    font-size: 15px;
}
.footer .footer-nav-links .list-group-item{
    padding-top: 0;
}
.inner_banner_image{
    position: relative;
    margin-top: 134px;
    
}
.inner_banner_content{
          background: rgba(19, 114, 27, 0.6);
    color: white;
    text-align: left;
    padding: 20px 40px;
    max-width: 350px;
    position: absolute;
    top: 30px;
    left: 70px;
    right: 0;
    z-index: 1;
    border-top-right-radius: 135px;
    border-bottom-right-radius: 135px;
}
.inner_banner{
    position: relative;
}
.inner_banner::after{
position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 }
    
.inner_banner::after{}


.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.contact-details {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-details p {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.bi {
  margin-right: 8px;
}

.contact-parent h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-success {
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  background-color: #157347;
  border-color: #157347;
}
    .contact-info {
      
    }

    .contact-info h5 {
      margin-bottom: 1rem;
    }

    .contact-info .info-block {
      margin-bottom: 20px;
        background-color: white;
      padding: 15px 20px    ;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
.contact-info .info-block p{
    font-size: 13px;
    font-weight: 500;
    
}
    .info-icon i{
          background-color: #1c5f0e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 40px;
    
    }
.sub-msg{
    color: #fff;
    padding-left: 10px;
}
.contact-parent .form-control{
    border: 0;
}
.contact-parent textarea{
    height: 166px;
}
.contact-parent  input{
    
}
.tab-parent .nav-tabs{
    border: 0;
}
.tab-parent .nav-tabs .nav-link{
    margin-right: 20px;
    padding: 3px 15px;
    border: 1px solid #1c5f0e;
    border-radius: 8px;
}
.tab-parent .nav-tabs .nav-link.active{
    border: 1px solid #1c5f0e;
    background: #1c5f0e;
    color: #fff;
}
.tab-parent .nav-tabs .nav-link:hover, .tab-parent .nav-tabs .nav-link:focus{
    border: 1px solid #ccc;
}
.tab-parent .table > :not(caption) > * > *{
    box-shadow: none;
}
.tab-parent .table tr:hover{
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.infraslider{
    margin:0 auto;
    position:relative;
}
.infra_sli_content table, .infra_sli_content table tr, .infra_sli_content table td{
    border: 0;
}
.infra_sli_content table td{
    font-size: 13px;
    padding: 5px 0;
}
.tab-parent .infra_sli_content .table tr:hover{
    box-shadow: none;
}
.tab-parent .carousel-control-prev{
    left: -30px;
    top: 5%;
    opacity: 1;
}
.tab-parent .carousel-control-next{
        right: -30px;
    top: 5%;
    opacity: 1;
}
.cir_sli{
    background: #fff;
    display: block;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
}
.cir_sli:hover{
    background: #f5f5f5;
}
/*
.contact-parent textarea:focus, .contact-parent input:focus {
    color: #ff0000;
}

.contact-parent input, .contact-parent select, .contact-parent textarea{
    color: #000;
}
*/
.running_letter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top:15px;
}
.running_letter_b{
  font-style: italic;
  width: 22%;
  text-align: left;
}
.running_letter_b span{
    text-transform: uppercase;
    background: var(--color-primary-a60);
    font-weight: 600;
    font-size: 28px;
    padding: 4px 20px;
    color: #fff;
    border-radius: 12px;
}
.running_letter_p{
    font-size: 28px;
    padding-left: 40px;
    width: 60%;
}
.running_letter_p marquee{ 
    font-size: 28px;
    font-style: italic;
}

.inner_banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.infra_slider .brands__wrapper a{
    position:relative;
}
.infra_slider .brands__wrapper a span{
   position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    z-index: 2;
    padding: 5px 5px;
    display: block;
    text-transform:uppercase;
}
.infra_slider .brands__wrapper a span::after{
       content: "";
    position: absolute;
    background: #1c5f0eba;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: -1;
    border-radius: 8px;
}


li.list-group-item p {
    margin-bottom: 3px;
}




/* Brand logo slider */
.brands {
  position: relative;
  overflow: hidden;
  height: 250px; /* Adjusted height to match the image size */
  width: 100%; /* Ensure the container takes up full width */
}

.brands__wrapper {
  display: flex;
  width: max-content; /* Ensure wrapper is wide enough for all images */
  position: absolute;
  animation: scroll 30s linear infinite; /* Single animation to scroll */
}

.brands__wrapper > a img {
  width: 300px;  /* Set the width to 300px */
  height: 250px; /* Set the height to 250px */
  object-fit: cover; /* Ensures images fill the space while maintaining aspect ratio */
  margin-right: 1rem; /* Optional: spacing between images */
}

@keyframes scroll {
  0% {
    transform: translateX(0%); /* Start position */
  }
  100% {
    transform: translateX(-50%); /* Scroll to half (the duplicate images) */
  }
}







.cbck{
    color:#000;
}
