/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
.yellow-btn {
   background: #d5ba08;
   color: #ffffff;
   padding: 3px 27px;
   color: #fff;
   font-size: 17px;
   border-radius: 10px;
   transition: all .3s ease-in-out !important;
}
.yellow-btn:hover {
   color: #d5ba08 !important;
   background: #ffffff;
}
.header.sticky-active .yellow-btn {
   color: #ffffff !important;
}
.header.sticky-active .yellow-btn:hover {
   background: #232324;
}
/********** General End **********/


/********** Header **********/
body .header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
   padding: 20px 15px;
}
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: #232324;
}
body .header .navbar-nav .nav-item .nav-link.active,
body .header.sticky-active .navbar-nav .nav-item .nav-link.active,
body .header.sticky-active .navbar-nav .nav-item .nav-link:hover {
   color: #d5ba08;
}
.custom-nav {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}
.custom-nav .navigation.navbar {
   padding-top: 0;
}
body .header .container {
   max-width: 1140px !important;
   padding: 0;
}
/********** Header End **********/


/********** Banner **********/
body .text-bg span {
   font-size: 30px;
   line-height: 40px;
}
body .text-img figure {
   display: flex;
}
body .text-img figure img {
   max-width: 700px;
   margin: auto;
}
/********** Banner End **********/


/********** Services **********/
body .classified {
   margin-top: 0;
   padding-top: 90px;
}
/********** Services End **********/


/********** About **********/
body .main_form .contactus,
body .main_form .textarea {
   background: #ffffff00;
   color: #ffffff;
}
body .main_form input::placeholder,
body .main_form textarea::placeholder {
   color: #d5ba08 !important;
}
/********** About End **********/


/********** Testimonial **********/
body .testimonial_Carousel .carousel-indicators li {
   transition: all .3s ease-in-out;
}
/********** Testimonial End **********/


/********** Contact  Us **********/
.fa-iconic {
   display: flex;
   align-items: center;
   margin-top: 15px;
}
.fa-iconic:hover {
   color: #d5ba08;
}
.fa-iconic i {
   background-color: #02185b;
   padding: 10px;
   min-width: 40px;
   text-align: center;
   transition: all .3s ease-in-out;
}
.fa-iconic:hover i {
   background-color: #d5ba08;
}
.fa-iconic i:before {
   color: #ffffff;
   font-size: 20px;
}
.fa-iconic span {
   margin-left: 10px;
}
/********** Contact  Us End **********/


/********** 992px and below **********/
@media (max-width: 992px) {
   /***** Banner *****/
   /* body .slider_section {
      padding-top: 90px;
   } */
   /***** Banner End *****/
}
/********** 992px 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.sticky-active .navbar-toggler span,
   body .header.sticky-active .navbar-toggler span::before,
   body .header.sticky-active .navbar-toggler span::after {
      background-color: #232324;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 768px and above **********/
@media (min-width: 768px) {
   /***** Header *****/
   /* body .header .container {
      max-width: 960px;
   } */
   /***** Header End *****/
}
/********** 768px and above End **********/


@media (min-width: 768px) and (max-width: 991px) {
   /***** Header *****/
   body .header .navbar-nav .nav-item .nav-link {
      padding: 8px 10px;
   }
   body .header .navbar-nav .nav-item .nav-link.yellow-btn {
      padding: 8px 20px;
   }
   /***** Header End *****/
}


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .navigation.navbar {
      justify-content: flex-end;
   }
   body .navigation .navbar-collapse {
      margin-top: 0;
      position: fixed;
      top: 90px;
      left: 0;
      width: 100%;
      background-color: #13143D;
      transition: all .3s ease-in-out;
   }
   body .header.sticky-active .navigation .navbar-collapse {
      background-color: #ffffff;
   }
   body .logo img {
      max-width: 220px;
   }
   body .header .navbar-nav .nav-item .nav-link {
      width: fit-content;
   }
   body .header .navbar-nav .nav-item .nav-link.yellow-btn {
      padding: 10px 15px;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/


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


   /***** Banner *****/
   body .text-bg span {
      font-size: 26px;
      line-height: 36px;
   }
   /***** Banner End *****/
}
/********** 575px and below End **********/