/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
body .header-logo a img,
body .footer-logo a img {
   width: 100%;
   max-width: 280px;
}
body .subarea {
   padding: 120px 0;
   margin: 0;
}
body .grey-bg,
body .subarea.services-area,
body .subarea.testimonial-area {
   background-color: #F4F5F9;
}
body .white-color > * {
   color: #ffffff;
}
/********** General End **********/


/********** Header **********/
.header-menu ul li a.active,
.mean-container .mean-nav ul li a.active,
.menu-white .is-sticky .header-menu ul li a.active {
   color: #4260ff;
}
/********** Header End **********/


/********** Projects **********/
body .project-content h2 {
   color: #ffffff;
}
/********** Projects End **********/


/********** Testimonials **********/
.testimonial-area .owl-carousel .owl-item img {
   max-width: 160px;
}
/********** Testimonials End **********/


/********** Footer **********/
body .footer-content p,
body .footer-title span {
   font-size: 18px;
}
/********** Footer 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) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Banner *****/
   body .slider-shape-2,
   body .slider-shape-5 {
      display: none;
   }
   /***** Banner End *****/
}
/********** 767px and below End **********/


/********** 479px and below **********/
@media (max-width: 479px) {
   /***** Why Choose Us *****/
   body .why-choose-us-single-box {
      margin: 15px 0;
   }
   /***** Why Choose Us End *****/
}
/********** 479px and below End **********/


