.text-justifys {
    text-align: justify;
}

/* .btn-main:hover{
    background-color: #016836;
} */

.bg-dark-bg-green {
    color: white;
    background-color: #016b38;
    opacity: 0.9;
}

/* .bg-dark-22{
    color: white;
    background-color: #ff651eb2;
    opacity: 0.7;
    backdrop-filter: blur(10px);
} */

.p-29 {
    padding: 29px;
}

.ext-ends {
    text-align: end;
}

.font-sizes {
    font-size: 14px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.font-size-cls {
    font-size: 18px !important;
}

.svg-font-size {
    font-size: 17px !important;
}

.text-green {
    font-size: 17px !important;
    color: #016b38;
}

.text-greens {
    /* font-size: 17px !important; */
    color: #016b38 !important;
}

.bg-dark-2-2 {
    background-color: #c5c2bf;
    color: #FFF;
}

.bg-dark-bg-green-2 {
    color: black;
}

.banner-imgs-cls {
    height: 90vh !important;
}

.vertical-center.vh-80 {
    min-height: 80vh !important;
}

/* galery css0 */
.project-card {
    cursor: pointer;
}

.project-card .overlay {
    background: rgba(255, 255, 255, 0.6);
    /* color: white; */
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s;
    opacity: 0;
}

.project-card:hover .overlay {
    transform: translateY(0);
    opacity: 1;
}

.project-title {
    color: #03632B;
    transform: translateY(100%);
    transition: transform 0.6s ease-in-out;
}

.project-card:hover .project-title {
    transform: translateY(0);
}

/* gallery ends */

.btn-primary:hover {
    background-color: #03632B;
}

.font-small-size {
    font-size: medium;
}

.bg-colors {
    background-color: #9e9e9e9c;
}

.img-clses {
    height: 400px;
    width: 550px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pt-lg-100 {
    padding-top: 100px;
}

@media(max-width:756px) {


    .pt-lg-100 {
        padding-top: 30px;
    }

    .img-clses {
        height: 200px;
        width: 370px;
    }
    .subfooter{
        margin-top: 10px;
    }
    .ext-ends{
        text-align: center;
    }
    .vertical-center.vh-80 {
    min-height: 65vh !important;
}

    .banner-imgs-cls {
    height: 65vh !important;
     background: 40% 0% / cover no-repeat;
}
.logo-mobile{
    height: 110px;
    width: 200px;
}
.header-col-mid #mainmenu{
    top: 150px;
}
.img-mobile{
    width:400px;
    height: 200px;
    margin:  0px 5px 0px 3px;

}
}
.font-sze-cls{
    font-size: 17px;
}
.font-sze-clss{
    font-size: 16px;
}

    /* background: url(img/banner/about-banner.jpg) 40% 0% / cover no-repeat; */