/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** 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 .menu-sec.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;
} */

.menu-sec.sticky-active {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body #header ul {
   display: flex;
}
body #header ul li {
   width: 50%;
}
body #header ul li:not(:first-child) {
   margin-left: 15px;
}
body #mainav {
   float: unset;
   width: 100%;
   padding: 0;
}
body #mainav form {
   display: none;
}
body #mainav ul {
   display: block;
   width: 100%;
}
body #mainav li:first-child a {
   padding-left: 0;
}
body #mainav li:last-child a {
   padding-right: 0;
}
/********** Header End **********/


/********** Banner **********/
.banner-sec {
   background-image: url('../../layout/images/banner.jpg');
}
/********** Banner End **********/


/********** Banner End **********/
#latest .portfolio-img {
   overflow: hidden;
}
#latest .portfolio-img img {
   transition: all .3s ease-in-out;
}
#latest article:hover .portfolio-img img {
   transform: scale(1.1);
}
/********** Banner 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 **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Menu *****/
   body #mainav ul {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
   }
   body #mainav li:first-child a {
      padding-left: 20px;
   }
   body #mainav li:last-child a {
      padding-right: 20px;
   }
   /***** Menu End *****/
}
/********** 767px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Additional Menu *****/
   body #header ul {
      display: flex;
      flex-wrap: wrap;
   }
   body #header ul li {
      width: 100%;
   }
   body #header ul li:not(:first-child) {
      margin-left: 0;
      margin-top: 15px;
   }
   /***** Additional Menu End *****/
}
/********** 576px and below End **********/
