/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
   /********** Logo **********/
   .navbar-header img,
   .footer_top .footer_single_sidebar img {
      max-height: 55px;
   }
   .navbar-header .black,
   .menu-shrink .navbar-header .white {
      display: none;
   }
   .menu-shrink .navbar-header .black {
      display: block;
   }
   /********** Logo End **********/
/********** General End **********/


/********** Header **********/
body .partner img {
   max-height: 79px;
}
/********** Header End **********/


/********** Footer **********/

/********** Footer End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below 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) {
   /***** Logo *****/
   .navbar-header img, .footer_top .footer_single_sidebar img {
      max-height: 40px;
   }
   /***** Logo End *****/


   /***** Header *****/
   .menu-top.menu-shrink {
      padding: 10px 0;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/
