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


/********** Logo **********/
.logo_img img,
.main_sticky img,
.footer-logo img {
   max-height: 54px;
}
/********** Logo End **********/


/********** Subscribe Section **********/
.subscribe-section .subscribe > div:first-child {
   max-width: 991px;
   margin: auto;
}
/********** Subscribe Section End **********/


/********** Subscribe Section **********/
.people-name img {
   max-width: 66px;
}
/********** Subscribe Section End **********/


/********** Footer **********/
.footer-widget-social-icon {
   margin: 25px 0;
}
body .footer-widget-menu li {
   opacity: 1;
}
.footer-widget-menu a {
   color: #ffffff;
   opacity: 0.702;
}
.footer-widget-menu a:hover {
   opacity: 1;
}
/********** 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) {
   /***** 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 **********/
