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


/********** Logo **********/
.cus-logo img {
   max-width: 220px;
}
/********** Logo **********/


/********** Header **********/
body .preloader__logo.cus-logo img {
   max-width: 350px;
}
body .preloader__title {
   font-size: 30px;
   margin-top: 30px;
   margin-bottom: 30px;
}
.cus-con-btn-head {
   margin-left: 18px;
}
/********** Header End **********/


/********** Services **********/
.services__inner .text {
   margin-top: 20px;
}
/********** Services End **********/


/********** Sponsored **********/
.sponsor__wrapper .sponsor__item img {
   background-color: #ffffff;
   border-radius: 10px;
   padding: 15px;
}
/********** Sponsored End **********/


/********** Footer **********/
.footer__copyright span {
   color: #ffffff;
}
/********** 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 **********/
