/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
   /********** Logo **********/
   .main_sticky img,
   .widge-thumb img,
   .mobile-menu-logo img {
      max-height: 40px;
   }
   /********** Logo End **********/
.pt-0 {
   padding-top: 0;
}
/********** General End **********/


/********** About **********/
.about-us-area.custom {
   background: #ffffff;
}
.about-us-area.custom .about-thumb img {
   width: 100%;
}
/********** About End **********/


/********** Testimonial **********/
.testimonial-area .owl-carousel .owl-item img {
   max-width: 80px;
   margin-top: 10px;
   margin-left: 10px;
}
/********** Testimonial End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Contact Us *****/
   .contact-title {
      padding: 40px 0 0 0;
   }
   /***** Contact Us End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   /* body #menu .container {
      display: block;
   }
   body #menu a.navbar-brand img {
      max-height: 40px;
   }
   body .navbar-toggle {
      margin-top: 18px;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
   } */
   /***** Header End *****/
}
/********** 767px and below End **********/
