/********** 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 .last-menu {
   display: none;
}
   /***** Logo *****/
   body img.logo {
      max-width: 260px;
   }
   /***** Logo End *****/
/********** Header End **********/


/********** Our Partners **********/
#support #logo-carousel .owl-stage img {
   filter: grayscale(1) brightness(100);
   max-width: 210px;
   max-height: 94px;
   object-fit: contain;
}
/********** Our Partners End **********/


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

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


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   body .last-menu {
      display: block;
   }
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Logo *****/
   body img.logo {
      max-width: 220px;
   }
   /***** Logo End *****/
}
/********** 576px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Logo *****/
   body img.logo {
      max-width: 180px;
   }
   /***** Logo End *****/


   /***** Header *****/
   body .navbar-header {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/