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


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   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 .header-area .main-nav .nav {
   background-color: #fff0;
} */
body .logo img {
   max-width: 180px;
}
/********** Header End **********/


/********** Contact Us **********/
.contact-right .social {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.contact-right .social li {
   margin: 0;
}
.contact-right .social li a {
   width: 100%;
   height: 100%;
   border: 0;
   margin-bottom: 15px;
}
.contact-right .social li a:hover {
   background-color: #ffffff00;
}
.contact-right .social li a i {
   color: #ffffff;
   text-align: center;
   background-color: transparent;
   border: 1px solid #fff;
   width: 44px;
   height: 44px;
   line-height: 44px;
   border-radius: 50%;
   display: inline-block;
   font-size: 16px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   margin-right: 10px;
}
/********** Contact Us End **********/


/********** Why Choose us End **********/
.features .item .text {
   display: flex;
   flex-direction: column;
}
body #promotion .right-text img {
   border-radius: 15px;
}
/********** Why Choose us 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;
   } */
   body .header-area .container {
      max-width: 1140px;
   }
   body .header-area .main-nav {
      display: flex;
      justify-content: space-between;
   }
   body .header-area .main-nav .logo {
      margin-left: 0px;
   }
   body .header-area .main-nav .menu-trigger {
      right: 15px;
   }
   body .header-area .main-nav .nav {
      position: absolute;
      top: 80px;
      left: 0;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/