/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}

body .navbar-brand img,
body .footer-logo img,
body .header-section .navbar .navbar-brand img {
   max-width: 280px;
}
body .header-section .navbar .navbar-brand .fav.logo {
   max-width: 60px;
}
/********** General End **********/


/********** Header **********/
.navbar_mainhead > .container > div {
   min-height: 93px;
}
/********** Header End **********/


/********** Team **********/
body .single_team img {
   width: 100%;
}
/********** Team End **********/


/********** Footer **********/
.footer-margin {
   margin-top: 30px;
}
.subscribe-form {
   display: flex;
}
.subscribe-form button {
   margin-left: 10px;
}
/********** Footer End **********/


/********** 1200px and above **********/
@media (min-width: 1200px) {
   /***** Header *****/
   .hide-on-desktop {
      display: none;
   }
   /***** Header End *****/
}
/********** 1200px and above 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) {
   /***** Header *****/
   /* body #menu .container {
      display: block;
   }
   body #menu a.navbar-brand img {
      max-height: 40px;
   }
   body .navbar-toggle {
      margin-top: 18px;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
   } */
   /***** Header End *****/
}
/********** 767px and below End **********/
