/********** 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 #header {
   height: fit-content;
   padding: 15px 0;
}
body #header .container {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
body #header #logo {
   padding: 0;
   float: unset;
}
body #header #nav-menu-container {
   float: unset;
}
body img.logo  {
   max-width: 200px;
   transition: all .3s ease-in-out;
}
body #header.scroll-header {
   padding: 5px 0;
}
body #header.scroll-header img.logo {
   max-width: 165px;
}
body #mobile-nav-toggle {
   right: 15px;
   top: 20px;
   margin: 0;
}
body #header.scroll-header #mobile-nav-toggle {
   top: 6px;
}
body #hero .hero-container {
   padding: 0 15px;
}
body #hero img {
   max-width: 768px;
   width: 100%;
}
/********** Header End **********/


/********** Portfolio **********/
body #portfolio {
   position: relative;
   height: 100%;
   background: url(../img/video-bg.jpg) center center;
   background-repeat: no-repeat;
   background-size: cover;
}
body #portfolio:before {
   content: "";
   position: absolute;
   background: rgba(0, 0, 0, 0.85);
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
.portfolio-inner {
   z-index: 2;
   position: relative;
}
.portfolio-inner .section-title > * {
   color: #ffffff;
}
/********** Portfolio End **********/


/********** Footer **********/
body .footer-logo .navbar-brand {
   padding-bottom: 15px;
}
body .footer .list-menu ul li a {
   padding-left: 0;
}
body .footer .list-menu ul li a:hover {
   color: #71c55d;
}
/********** 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 **********/