.service-primery:after{
    content: none;
}

.project-area-primery:after {
    content: none;
}

.pt-30{
    padding-top: 30px !important;
}
 .pb-30{
    padding-bottom: 30px !important;
}

.pt-50{
    padding-top: 50px !important;
}
 .pb-50{
    padding-bottom: 50px !important;
}

.pt-100{
    padding-top:100px !important;
}
 .pb-100{
    padding-bottom:100px !important;
}

.pl-5{
    padding-left:5px !important;
}
 .pr-5{
    padding-right:5px !important;
}

.pt-10 {
    padding-top:10px !important;
}
 .pb-10{
    padding-bottom:10px !important;
}

.stellarnav.light li a {
    padding: 30px 10px !important;
    font-size: 12px;
}

.breadcrumb-font-size{
    font-size: 50px !important;
}


.copyright a b:hover{
    color: #08d665 !important;
}

.hover-white li a:{
    color: white;
} 

.image-ht-auto {
    height: auto !important;
}



.about-img-section1 {
    background-image: url(/assets/img/about/about1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px; /* Adjust for mobile */
    height: 100%;       /* Will inherit from parent unless overridden */
}

p {
    text-align: justify;
}

div#home {
    padding-top: 0px !important;
}

.subscribe-btn {
    color: white;
    height: 57px;
    width: 150px;
    background-color: #08d665;
    border: 0px;
    border-radius: 5px;

}

.footer-menu li a {
    font-size: 13px;
}

.copyright {
    text-transform: unset;
}
.footer-email {
    font-size: 13px;
}


@media (min-width: 1200px) {
    .about-img-section1 {
        min-height: 650px;
    }
}

@media (min-width: 768px) {
    .about-img-section1 {
        min-height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area {
        padding: 0;
    }
    .project-area-primery .da-thumbs .owl-nav {
        display: none !important;
    }
    .testimonials .owl-nav {
        display: none !important;
    }
}


@media (max-width: 500px) {
   .font-size-500 {
    font-size: 40px;
   }

   .breadcrumb-padding-500 {
    padding-top: 25px !important;
    padding-bottom: 30px !important;
   }
}

