/********** General **********/
a,
p {
   transition: all .3s ease-in-out !important;
}
.btn-1,
body .about_section .detail-box a,
.service_section .btn-box a,
.work_section .btn-box a,
.contact_section button,
.info_section .info_form form button {
   border: 1px solid #e0cd61 !important;
   transition: all .3s ease-in-out !important;
}
.btn-1:hover,
body .about_section .detail-box a:hover,
.service_section .btn-box a:hover,
.work_section .btn-box a:hover,
.contact_section button:hover,
.info_section .info_form form button:hover {
   background-color: #ffffff00 !important;
   color: #e0cd61 !important;
}
.btn-2 {
   border: 1px solid #ffffff !important;
}
.btn-2:hover {
   background-color: #ffffff00 !important;
   color: #ffffff !important;
}
/********** General End **********/


/********** Header **********/
body.sub_page .header_section .logo-white {
   display: none;
}
body.sub_page .header_section .logo-black {
   display: block;
}
body.sub_page .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: hsl(0, 0%, 5%);
}
body .header_section .navbar {
   padding: 0.5em 0;
}
body .navbar-brand {
   margin-left: 0;
}
.logo {
   max-width: 200px;
}
.quote_btn-container a {
   margin-right: 0;
}
body .quote_btn-container a img {
   width: 20px;
   margin-right: 8px;
}
body .navbar-collapse {
   align-items: center !important;
}
/********** Header End **********/ 



/********** General 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;
}
/********** General Header End **********/


/********** Footer **********/
.info_logo .logo {
   margin-bottom: 20px;
}
/********** Footer End **********/


/********** Team **********/
.team_section .team_container .box .img-box img {
   border-radius: 15px;
}
/********** Team End **********/


/********** Testimonial **********/
.client_section .box .img-box img {
   border-radius: 100px;
}
/********** Testimonial End **********/


/********** 992px and below **********/
@media (max-width: 992px) {
   /***** Banner *****/
   body .slider_section {
      padding-top: 180px;
   }
   body .about_section {
      padding-top: 100px;
   }
   /***** 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_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body.sub_page .header_section .custom_nav-container .navbar-toggler span,
   body.sub_page .header_section .custom_nav-container .navbar-toggler span::before,
   body.sub_page .header_section .custom_nav-container .navbar-toggler span::after,
   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) {
   /***** Footer *****/
   .info_section .info_contact a {
      justify-content: center;
   }
   /***** Footer End *****/
}
/********** 767px and below End **********/