
.testimonial-card {
            background: #ffffff;
            border-radius: 20px!important;
           
            transition: transform 0.3s ease;
        }

        .testimonial-card:hover {
           
             border-radius: 20px!important;
        }

        .quote-icon {
            font-size: 4rem;
            color: #09b35e;
            opacity: 0.2;
        }

        .avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #ffffff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background-color: #09b35e;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }

        .carousel-control-prev {
            left: -20px;
        }

        .carousel-control-next {
            right: -20px;
        }

        .carousel-indicators {
            bottom: -50px;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #09b35e;
            opacity: 0.5;
        }

        .carousel-indicators .active {
            opacity: 1;
        }



.color1
{
	background-color:#09b35e!important;
}

.color2
{
	color:#ff7354!important;
}

.color3
{
	color:#09b35e!important;
}

.color4
{
    color:#fff!important;
}





.z12JJ {
  
    margin-bottom: 0px!important; 
}

.HoXoMd.RjsPE {
   

    line-height: 2px!important;
  
}


.modal-footer {
    
    justify-content: center!important;
   
}


.modal-header {
    justify-content: center!important;
}




/*==================
 TESTIMONIAL SECTION
====================*/

#aa-testimonial {
  background-attachment: fixed;
  background-image: url("../img/slider/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

#aa-testimonial:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#aa-testimonial .aa-testimonial-area {
  display: inline;
  float: left;
  padding: 50px 0px 100px 0px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 99;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single {
  color: #fff;
  padding: 50px 0;
  position: relative;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single:before {
  border: 1px solid #fff;
  content: "";
  height: 100px;
  left: 0;
  top: 0;
  width: 100px;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 0px 0px 100% 0px;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single:after {
  border: 1px solid #fff;
  content: "";
  height: 100px;
  right: 0;
  bottom: 0;
  width: 100px;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 100% 0 0;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single>p {
  padding: 0 6%;
  margin-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-img {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-quote {
  color: #fff;
  display: block;
  font-size: 35px;
  margin-top: 30px;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info span {
  color: #f8f8f8;
  display: block;
  letter-spacing: 1px;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info a {
  color: #f8f8f8;
  letter-spacing: 1px;
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .slick-dots li {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  height: 6px;
  width: 20px;
}

.aa-testimonial-area h4 {
  color: #fff;
  font-size: 24px;
  margin-top: 0px;
  padding-bottom: 10px;
}



hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #cdcdcd!important;
}






.small, small {
    font-size: 11px!important;
    font-weight: 500!important;
}



.product-feature-style-one-area .info li {
    font-weight: 600;
    color: var(--color-heading);
    line-height: 32px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    text-align: left;
}


.product-feature-style-one-area .info li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    color: var(--color-primary);
     text-align: left;
}

.text-justify
{
	text-align: justify!important;
}



/*fix icon items css */

.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 444;
}
#fix-icon {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.fix-icon-item {
    animation: bounce 1s infinite alternate;
    animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
        animation-duration: 1s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
}
.fix-icon-item img {
    width: 50px !important;
  height: 50px !important;
    background:#00baff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border: 2px solid #fff;
}
.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
}
.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px
rgba(60, 60, 60, .4);
transition: box-shadow .2s;
cursor: pointer;
overflow: hidden;
width: 50px !important;
height: 50px !important;
background:
    #25d366 !important;
}



.whatsapp-btn {
      position: fixed;
   left: 21px;
    bottom: 55px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    color: #fff;
    background: #4bc75a;
    font-size: 25px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    border: 2px solid #fff;
    padding-top: 9px;
}


.what {
   
   font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background: #32b72b;
    color: #fff!important;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}




.whatsapp-btn::after{ z-index:-1; content:""; position:absolute; left:0px; top:0px; width:45px; height:45px; animation:ripple 1.6s ease-out infinite; opacity:1; background:#4bc75a; border-radius: 50%; -webkit-animation:ripple 1.6s ease-out infinite; }
    .whatsapp-btn a{color:#fff !important}
    .whatsapp-btn span{font-size:18px;position: relative;top: -8px;}
    @keyframes ripple {
    0%{transform:scale(0);opacity:1}
    100%{transform:scale(2.5);opacity:0}
    }




::selection {
    background-color: #09b35e;
    color: #fff;
}



.down_enquiry {

    background: #09b35e;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9
}



.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none
}

.down_enquiry ul li a {

    color: #fff;
    display: block;
    font-size: 14px;

    text-decoration: none;
    font-weight: bold;
    padding: 8px 0
}

.down_enquiry ul li a:hover {
    color: #fff;
    background:#ff7354;
}


#feedback {
    height: 0px;
    width: 65px;
    border-radius: 10px;
    position: fixed;
    right: 0;
    top: 62%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-transform: uppercase;

    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#feedback a {
    display: block;
    border: 1px solid white;
    border-radius: 10px;
    background: #09b35e;
    height: 52px;
    padding-top: 4px;
    width: 110px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}

#feedback a:hover {
    background: #ff7354;

    color: #fff;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #318f31;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;

    border: 2px solid #fff;
}



.my-float {
    margin-top: 14px;
}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


.col-xs-6 {
    width: 50%;
}

}







@media (min-width: 775px) and (max-width: 2820px) {
    .dontdisplaylg {
        display: none !important;
    }

    .main-timeline5 .timeline{height: 264px!important;}

}