@charset "utf-8";

/* CSS Document */
/*******common css*************/

.stat_row, .iso_logo{
    padding: 20px;
    border-radius: 10px;
    background-color: #EEEEEE;
}

.iso_logo{
    height: 100%;
}

.about_right{
    min-height: 500px;
}

.half_dark_bg {
    background-image: linear-gradient(to right, #648A75 75%, rgba(0, 0, 0, 0) 75%);
}

.light_half_bg{
    background-image: linear-gradient(to left, #C7D5C9 50%, rgba(0, 0, 0, 0) 50%);
}

.grey_half_bg{
    background-image: linear-gradient(to left, #EEEEEE 60%, rgba(0, 0, 0, 0) 60%);
}

.owl-carousel_inter_logo .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.serv_sec{
    background-position: right;
    background-size: 40%;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}

.green_bg_box{
    background-color: #006230;
}

.serv_card{
    border-radius: 10px;
}

.testi_swiper .swiper-button-next {
    bottom: 0;
    top: auto;
    height: fit-content;
    width: fit-content;
    background-color: #E7E7E7;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
  }

  .testi_swiper .swiper-button-next:hover, .testi_swiper .swiper-button-prev:hover {
    background-color: #006230 !important;
    color: #fff;
  }

  .testi_swiper .swiper-button-next, .testi_swiper .swiper-button-prev{
    background-image: none;
  }


  .testi_swiper .swiper-button-prev {
    right: 65px;
    bottom: 0;
    top: auto;
    left: auto;
    height: fit-content;
    width: fit-content;
    background-color: #E7E7E7;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
  }

  .testi_swiper{
    margin-top: -70px;
    border-radius: 10px;
    /* padding-top: 35px !important; */
    height: 100%;
  }

  .testi_flower img{
    height: 550px;;
  }

  .quote_icon{
    margin-left: 7%;
    z-index: 999;
  }

  .subsi_div .gradient_bg {
    height: 100%;
    background: linear-gradient(-45deg, #006230, #648A75, #3c5346);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;
  }

  .subsi_logo img{
    width: 110px !important;
  }

  .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: 0.4s;
    padding: 0px;
}

