/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** 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-header {
   margin-top: 9px;
}
body .navbar-brand {
   display: flex;
   align-items: center;
}
body .logo-name {
   display: flex;
   flex-direction: column;
   font-size: 20px;
}
/********** Header End **********/


/********** About Us **********/
body #mu-about-us .mu-about-us-area .mu-about-us-right a {
   cursor: default;
}
body #mu-about-us .mu-about-us-area .mu-about-us-right a:after {
   display: none;
}
/********** About Us End **********/


/********** Our Services **********/
body .mu-features-content .row {
   display: flex;
   flex-wrap: wrap;
}
/********** Our Services End **********/


/********** Why Choose Us **********/
body #mu-abtus-counter {
   background-image: url(../img/why.jpg);
   position: relative;
}
body #mu-abtus-counter:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.5;
   top: 0;
   left: 0;
}
/********** Why Choose Us End **********/


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


/********** Portfolio **********/
body.portfolio-page #mu-latest-courses {
   background-color: #3333331a;
}
body.portfolio-page .mu-title > * {
   color: #333 !important;
}
body.portfolio-page #mu-latest-courses .mu-latest-courses-area .mu-latest-courses-content .slick-dots li {
   background-color: #333;
}
body.portfolio-page #mu-latest-courses .mu-latest-courses-area .mu-latest-courses-content .slick-dots .slick-active {
   background-color: #01bafd;
}
/********** Portfolio End **********/


/********** Footer **********/
.footer-desc {
   font-weight: lighter;
   letter-spacing: 0.5px;
}
/********** Footer 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 **********/