.bg-dark1{
    background: #f3f3f3;
}
/*
.header.header-color-black{
    background:  #f3f3f3 !important; 
}
*/
.header .header-logo img{
    width: auto;
    height: 60px;
    max-height: 61px;
}
.midText{
    text-align: center;
}
.boxAlign{
    height:300px;
}
.sectionE-2xl{
    padding: 140px 0;
}
.bg-green-main{
    /*
    background: #428d5e;*/
    background: #024029;
}
.sectionF{
    padding: 80px 0;
}
.hoverbox-4:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(18, 21, 24, 0.8), rgba(217, 217, 217, 0.2))!important;
    width: 100%;
    height: 100%;
    -webkit-transition: ease-out 0.12s;
    transition: ease-out 0.12s;
}
.n-margin-10{
    margin-top: -9rem;
}

.testimonial-box img {
    width: 150px;
    height: 120px;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
}
.section-xl.bg-image .container .section-xl.bg-image .container-fluid {
    padding: 200px 30px;
}
.button-text12{
    position: relative;
    display: inline-block;
    color: black;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.2px;
}
.scrolltotop1{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 992;
    opacity: 1;
    transition: ease-out 0.3s;
  }

.hoverbox-2:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    z-index: 1;
    visibility: hidden;
    opacity: 0.5;
    background-image: url("../images/h1.jpg")! important;
    -webkit-transition: ease-out 0.12s;
    transition: ease-out 0.12s;
}
.hoverbox-a2 .hover-content{
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    margin-top: 4px;
    padding: 0 30px;
    -webkit-transition: ease-out 0.12s;
    transition: ease-out 0.12s;
}
.button-circle .button-circle-dark-whatsapp{
    background:	#25D366 !important;
}
.button-circle-whatsapp {
    background: #25D366;
    display: inline-block;
    border: 1px solid #25D366;
    border-radius: 50%;
    color: #e4e8ec;
    text-align: center;
    /*
    -webkit-transition: ease-out 0.12s;
    transition: ease-out 0.12s
    */
}
/*
.owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']) {
    padding: 0px ;
}
*/
.alignM{
    text-align: right;
}
@media (max-width: 575.98px) {
    /*
    .sectionE-2xl{
        padding: 20px 0;
    }
    */
    .alignM{
        text-align: center;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /*
    .sectionE-2xl{
        padding: 80px 0;
    }
    */
    .alignM{
        text-align: center;
    }
}
