/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
   /***** Color *****/
   body .cyber-security_menu > ul > li > a.active,
   body .mean-container .mean-nav ul li a.active {
      color: #792BD7;
   }
   body nav.cyber-security_menu.up > ul > li > a.active {
      color: #F95169;
   }
   /***** Color End *****/
/********** General End **********/


/********** Header **********/
.logo img,
.footer-logo img {
   max-height: 42px;
}
/********** Header End **********/


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


/********** Footer **********/
.footer-logo img {
   max-width: 100%;
}
body .footer-widget-menu ul li a {
   color: #ffffff;
}
body .footer-widget-menu ul li a:hover {
   color: #000;
}
/********** 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 .footer-section > .container > .row > div:last-child {
      margin-top: 30px;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body .mean-container .mean-bar:before {
      font-size: 22px;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/
