/********** General **********/
a,
li {
   transition: all .3s ease-in-out !important;
}
body .mu-featured-slider-single::before,
body #mu-counter:before,
body #mu-testimonials:before {
   background: rgb(0 0 0 / 60%);
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   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 .navbar-brand img {
   max-width: 280px;
}
/********** Header End **********/


/********** About Us **********/
body #mu-counter {
   background-image: url(../images/about.jpg);
   background-repeat: no-repeat;
}
/********** About Us **********/


/********** Our Service **********/
#mu-service .mu-service-content > .row {
   display: flex;
   flex-wrap: wrap;
}
/********** Our Service End **********/


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


/********** Partner **********/
#mu-clients .mu-clients-content > .row {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
#mu-clients .mu-clients-content .mu-clients-content-single {
   max-width: 200px;
   max-height: 140px;
}
/********** Partner End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** 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;
   } */
   #mu-header .container {
      width: 100%;
   }
   #mu-header .container .navbar-brand img {
      width: 100%;
   }
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   body .navbar-default .navbar-brand {
      margin-top: 0;
   }
   body .navbar-brand img {
      max-width: 180px;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/