/********** 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 .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 .navbar-brand {
   display: flex;
   align-items: center;
}
body .navbar .navbar-brand img {
   margin-right: 15px;
}
body .navbar .nav-link:hover,
body .navbar.custom-navbar .nav-link.active,
body .navbar.navbar-light .navbar-brand {
   color: #ffffff;
}
body .navbar.affix .nav-link:hover,
body .navbar.custom-navbar.affix .nav-link.active,
body .navbar.navbar-light.affix .navbar-brand {
   color: #444;
}
body .header .overlay .title {
   text-align: center;
}
/********** Header End **********/


/********** Portfolio **********/
body .portfolio-section .filters {
   max-width: 600px;
   text-align: center;
}
body .portfolio-section .filters a {
   -webkit-flex-basis: unset;
   flex-basis: unset;
   display: flex;
   align-items: center;
}
/********** Portfolio 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;
   } */
   body .navbar {
      padding: 24px 15px;
   }
   body .navbar .container {
      max-width: 1140px;
      padding: 0;
   }
   body .navbar .navbar-brand {
      font-size: 14px;
   }
   body .navbar .navbar-brand img {
      width: 50px;
   }
   body .navbar.custom-navbar .nav-link {
      margin: 0 3px;
   }
   body .navbar .nav-item:last-child .nav-link {
      margin-left: 3px !important;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .navbar .navbar-toggler {
      border-color: #ffffff;
   }
   body .navbar.affix .navbar-toggler {
      border-color: rgba(0, 0, 0);
   }
   body .navbar .navbar-toggler-icon {
      filter: invert(1) brightness(100);
   }
   body .navbar.affix .navbar-toggler-icon {
      filter: unset;
   }
   body .navbar .navbar-nav {
      padding-bottom: 10px;
   }
   body .navbar .nav-item:last-child .nav-link {
      width: fit-content;
      padding: 6px 18px;
      margin: 0 !important;
      margin-top: 5px !important;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/



/********** 430px and below **********/
@media (max-width: 430px) {
   body .portfolio-section .filters a {
      font-size: 10px;
   }
}
/********** 430px and below End **********/