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


/********** About **********/
.about-mission-vision {
   margin-top: 30px;
}
.about-mission-vision > div:not(:first-child) {
   margin-top: 20px;
}
/********** About End **********/


/********** Service **********/
body .top-icon-box .icon-box h4,
body .top-icon-box .icon-box p {
   transition: all .3s ease-in-out !important;
}
body .icon-box.active,
body .top-icon-box .icon-box:hover h4,
body .top-icon-box .icon-box:hover p {
   color: #ffffff;
}
/********** Service End **********/


/********** Call to Action **********/
body .call-to-action {
   background-image: url(../images/discuss-bg.jpg);
   background-attachment: initial;
}
/********** Call to Action 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 **********/


/********** 575px and below **********/
@media (max-width: 575px) {
   /***** Header *****/
   body .page-hero {
      padding-left: 0;
   }
   /***** Header End *****/
}
/********** 575px and below End **********/
