.main-header .logo img {
    width: 150px !important;
     height: 150px !important;
}
.bg-pattern-11 {
  background-image: url(../images/icons/pattern-13.jpg);
}

.cntctfrm-hding{

/*    color add here for contact form section heading on homepage*/

}
.newButtons{
    display: block; 
    width: 100%; 
    padding: 15px 20px; 
    margin-bottom: 10px; 
    background-color: rgb(76, 175, 80); 
    color: white; 
    text-align: center; font-size: 18px; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    box-sizing: border-box;
}
.main-footer{
 background-color: white  !important;
}


@media only screen and (max-width: 768px) {
    .main-header .logo img {
        width: 120px !important;
        height: 80px !important;
    }
}


@media only screen and (max-width: 480px) {
    .main-header .logo img {
        width: 100px !important;
        height: 60px !important;
    }
}
@media (min-width: 900px) {
    .owl-carousel .owl-stage-outer {
        height: 950px !important;
    }
}

.footerLogo{
width:140px !important;
}