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


/********** Header **********/
/*
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body .navbar {
   max-width: 1140px;
   margin: auto;
}
body .header .container {
   width: 100%;
}
body .nav li:last-child a {
   padding-right: 0;
}
body .header--bg {
   background-repeat: no-repeat;
   background-position: center;
}
/********** Header End **********/


/********** Contact Us **********/
body .contact-form {
   padding: 20px !important;
   height: 450px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
body .contact-form form {
   display: flex;
   flex-direction: column;
   margin-top: 30px;
}
body .contact-form form > * {
   border: 0;
   border-bottom: 1px solid #273f59;
}
body .contact-form form > *:not(:last-child) {
   margin-bottom: 20px;
}
body .contact-form .footer__contact-information {
   display: flex;
   flex-direction: column;
}
body .contact-form .footer__contact-information > li:not(:last-child) {
   margin-bottom: 15px;
}
body .contact-form .footer__contact-information li a,
body .blog .contact-form.thumbnail .material-icons {
   padding-right: 0;
   padding-left: 0;
}
/********** Contact Us **********/


/********** Parnter **********/
body .brand-logo__wrapper li img {
   max-width: 90px;
   max-height: 90px;
   object-fit: contain;
   filter: grayscale(1) brightness(100);
   opacity: 0.7;
}
/********** Parnter **********/


/********** Footer **********/
body .footer {
   padding-bottom: 10px;
}
/********** Footer End **********/


/********** 1024px and below **********/
@media (max-width: 1024px) {
   /***** Header *****/
   body .navbar {
      padding-top: 20px;
   }
   body .nav li a {
      font-size: 14px;
      padding-left: 7px;
      padding-right: 7px;
   }
   body .navbar-brand {
      font-size: 17px;
      background-size: 30px;
      padding-left: 35px;
   }
   /***** Header End *****/
}
/********** 1024px and below **********/


/********** 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 .navbar {
      padding-top: 5px;
   }
   body .navbar-nav {
      margin: 0;
      margin-left: -20px;
   }
   body .navbar-toggle {
      margin-right: 0;
      background-color: #ffffff;
   }
   body .navbar-toggle .icon-bar {
      background-color: #273f59;
   }
   body .navbar-collapse {
      border-top: 1px solid #ddd;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/