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


/********** Header **********/
body .header {
   position: fixed;
   top: 0;
   left: 0;
   padding: 15px;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header .logo img {
   max-width: 255px;
}
body .header .logo-black {
   display: none;
}
body .header.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header.sticky-active .logo-black {
   display: block;
}
body .header.sticky-active .logo-white {
   display: none;
}
body .header.sticky-active .navbar-nav .nav-item .nav-link {
   color: #0c0f38;
}
body .header .navbar-nav .nav-item .nav-link.active,
body .header.sticky-active .navbar-nav .nav-item .nav-link.active {
   color: #fdd430;
}
.custom-nav {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}
body .container {
   max-width: 1140px !important;
}
body .navbar {
   padding: 0;
}
/********** Header End **********/


/********** Banner **********/
.banner_main {
   padding-top: 120px;
}
/********** Banner End **********/


/********** Why Choose Us **********/
body .why {
   margin-top: 0;
   padding-top: 90px;
}
/********** Why Choose Us End **********/


/********** Contact Form **********/
body .main_form {
   z-index: 2;
   position: relative;
}
body .cont {
   padding-bottom: 60px;
}
body .cont p {
   padding-bottom: 30px;
}
body .cont div,
body .cont a {
   color: #ffffff;
}
body .cont a:hover {
   color: #fdd430;
}
body .cont em {
   font-style: normal;
}
/********** Contact Form End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   body .navigation.navbar-dark .navbar-toggler {
      border: 0;
      background-color: #ffffff00;
      transition: all .3s ease-in-out !important;
   }
   body .header.sticky-active .navigation.navbar-dark .navbar-toggler {
      filter: brightness(100) invert(1);
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


@media (min-width: 768px) and (max-width: 991px) {
   body .navigation.navbar-dark .navbar-nav .nav-link {
      padding: 0 13px;
   }
   body .cont {
      margin-top: 55%;
   }
}


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .header .navbar-nav .nav-item .nav-link {
      color: #0c0f38;
   }
   body .navigation.navbar {
      justify-content: flex-end;
   }
   body .navigation .navbar-collapse {
      margin-top: 0;
      position: fixed;
      top: 90px;
      left: 0;
      width: 100%;
      background-color: #0C0F38;
   }
   body .header .navigation .navbar-collapse {
      background-color: #ffffff;
   }
   body .header .navbar-nav .nav-item .nav-link {
      width: fit-content;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/


@media (min-width: 576px) and (max-width: 767px) {
   body .cont {
      margin-top: 60%;
   }
}

/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body .header .logo {
      padding-bottom: 0;
   }
   body .navigation.navbar {
      margin-top: 0;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/


/********** 575px and below **********/
@media (max-width: 575px) {
   /***** Contact Us *****/
   body .cont {
      margin-top: 100%;
   }
   /***** Contact Us End *****/
}
/********** 575px and below End **********/


/********** 374px and below **********/
@media (max-width: 374px) {
   /***** Header *****/
   body .header .logo img {
      max-width: 200px;
   }
   body .navigation .navbar-collapse {
      top: 79px;
   }
   /***** Header End *****/
}
/********** 374px and below End **********/



