/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
body .df-center {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
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-header .logo {
   max-width: 220px;
}
body .custom-header {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
/********** Header End **********/


/********** Banner **********/
body .main-header {
   background: url(../img/banner.jpg) no-repeat;
   background-size: cover;
}
body .custom-banner .title {
   line-height: 115px;
}
/********** Banner End **********/


/********** Subscribe **********/
.subscribe-sec {
   background: url(../img/cta-banners.jpg) no-repeat center;
}
.subscribe-sec form {
   display: flex;
   flex-wrap: nowrap;
   align-content: center;
   align-items: center;
   justify-content: space-between;
}
/********** Subscribe 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 *****/
   .subscribe-sec form {
      flex-direction: column;
   }
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .custom-header {
      display: block;
   }
   body .navbar-header {
      width: 100%;
   }
   body .navbar-toggle {
      margin-top: 0;
   }
   /***** Header End *****/


   /***** Banner *****/
   body .custom-banner .title {
      line-height: 70px;
      font-size: 40px;
   }
   /***** Banner End *****/


   /***** Subscribe *****/
   .subscribe-sec form {
      flex-direction: column;
   }
   /***** Subscribe End *****/
}
/********** 767px and below End **********/