/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
body #menu-nav-wrap .nav-list li a,
body #services .section-intro .lead,
body #services .services-list .service-item p,
body #portfolio .section-intro .lead,
body #contact .section-intro p.lead,
body footer,
body .footer-main ul a, body .footer-main ul a:visited,
body .footer-bottom .copyright span::after {
   color: #8f8e8e;
}
/********** General End **********/


/********** Banner **********/
body #home {
   background-image: url(../images/banner.jpg);
}
body #services {
   background-image: url(../images/services.jpg);
}
/********** Banner End **********/


/********** Footer **********/
body .footer-bottom {
   padding-bottom: 2em;
}
/********** 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 **********/