/*contact*/
.contact-section{
   background-image: linear-gradient(to bottom,transparent,#1f1e17),url(../img/img_1.jpg);
   background-size:auto;
   background-repeat:no-repeat;
   border:20px solid white;
   background-position: top;
   position:relative;
}
.contact-section img{
    content: "";
    position: absolute;
    bottom: -8%;
    z-index: 2;
}
.counter-s{
    position: relative;
}
.counter-s img{
    content: "";
    position: absolute;
    bottom: -6%;
    z-index: 2;
}

.contact-sub{
    background:rgb(35 35 35 / 80%);
    padding:3rem;
}

.text-clr{
    color: #e6a75d;
}
.test-c i{
    font-size:2rem;
    color: #e6a75d;
}
.test-c p,h5{
    color:white;
}
.test-c{
    padding:3rem;
    background:rgb(35 35 35 / 80%);
}
.testimonial-carousel{
    position:relative;
}
.testimonial-carousel .owl-nav{
    position:absolute;
    top: -13%;
    left: -5%;
    
}
/*counter*/
:root{
    --lightgreen:#A8CF45;
    --darkgreen:#10642E;
}

.getintouch{
    padding:0 1rem;
}

.counter-before{
    background:url("../img/backimage.png");
    background-repeat: no-repeat;
    background-position:bottom;
}
#counter .count{
    font-size:2rem;
    font-weight:bold;
    padding:1rem 0;
    color: black;
}

.text-of-black-2{
    font-size:1.25rem;
    font-weight:bold;
    color:white;
}

#counter  .my-child{
    padding:1.5rem;
    border-radius: 30px;
    border: 10px double black;
}

#counter .my-child:nth-child(1){
    background-color:#a8cf4594;
}


#counter .my-child:nth-child(2){
    background-color:#fb72fca1;
}


#counter .my-child:nth-child(3){
    background-color:#f4433696;
}

#counter .my-child:nth-child(4){
    background-color:#83d9f6a8;
}