/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
body .mu-primary-btn:hover {
   background-color: #fff;
   color: #0091ea;
}
body .mu-quote-btn:hover {
   background-color: #0091ea;
   color: #fff;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body #mu-hero .container {
   max-width: 1140px;
}
body .mu-logo img {
   max-width: 330px;
}
/********** Header End **********/


/********** Banner **********/
body .mu-single-slide:before {
   background-image: none;
   background-color: rgba(0,0,0,0.8);
}
/********** Banner End **********/


/********** Call to Action **********/
body #mu-call-to-action {
   background-image: url(../img/quote.jpg);
   background-position: left center;
   background-repeat: no-repeat;
   background-size: cover;
}
body #mu-call-to-action:before {
   background: rgb(0,0,0,0.6);
}
/********** Call to Action End **********/


/********** Counter **********/
body #mu-counter {
   background-image: url(../img/counter-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
body #mu-counter:before {
   background: rgb(0,0,0,0.7);
}
/********** Counter End **********/


/********** Testimonial **********/
body #mu-testimonials {
   background-image: url(../img/testimonial-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
/********** Testimonial End **********/


/********** Newsletter **********/
body #mu-newsletter {
   background-image: url(../img/subscribe.jpg);
   background-repeat: no-repeat;
   position: relative;
}
body #mu-newsletter:before {
   bottom: 0;
   content: '';
   left: 0;
   top: 0;
   right: 0;
   position: absolute;
   background: rgb(0,0,0,0.7);
}
/********** Newsletter End **********/


/********** Partner **********/
body #mu-clients .slick-slide {
   opacity: 0.5;
   filter: grayscale(1);
}
/********** Partner End **********/


/********** Footer **********/
body .mu-footer-logo {
   max-width: 330px;
}
/********** Footer End **********/


/********** About Us Page **********/
body #mu-page-header.about-header {
   background-image: url(../img/about-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
/********** About Us Page End **********/


/********** Services Page **********/
body #mu-page-header.service-header {
   background-image: url(../img/service-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
/********** Services Page End **********/


/********** Portfolio Page **********/
body #mu-page-header.portfolio-header {
   background-image: url(../img/portfolio-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
/********** Portfolio Page End **********/


/********** Contact Us Page **********/
body #mu-page-header.contact-header {
   background-image: url(../img/testimonial-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
}
/********** Contact Us Page End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /********** Header **********/
   body .mu-logo img {
      max-width: 280px;
   }
   /********** 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 **********/