@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=The+Nautigal:wght@400;700&display=swap');

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* Fonts */

:root{
    --bs-hygieia-primary : #035151;
    --bs-hygieia-sceondary: #BF9B42;
    --bs-hygieia-dark: #021C1A;
    --bs-hygieia:#848484;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body{
    margin:0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
h1{
    text-transform: uppercase;
}

h2{
    font-size: 3rem;
}


/* color section */

.hygieia-primary{
    color: var(--bs-hygieia-primary);
}
.hygieia-sceondary{
    color: var(--bs-hygieia-sceondary);
}
.hygieia-heading{
    color: var(--bs-hygieia-dark);
}
.content-text{
    color: var(--bs-hygieia);
}
.white{
    color: var(--bs-white);
}
.black{
    color: #000;
}

/* color section End */
/********************************************************************/

/* Button Styles */

#company_info .btn-primary, #banner .btn-primary, #ourworks_services .btn-primary,
#get_free_quote .free_quote .btn-primary, #contact-section .contact-box-two .btn-primary{
    background-color: var(--bs-hygieia-primary);
    color: var(--bs-hygieia-sceondary);
    border-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    transition: background-color 2s;
}
.modal-link_btn{
    color: var(--bs-white);
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
}

#company_info .btn-primary:hover,
#banner .btn-primary:hover, #ourworks_services .btn-primary:hover,
#get_free_quote .free_quote .btn-primary:hover, #contact-section .contact-box-two .btn-primary:hover,
.nav-quote-btn:hover{
    color: #fff;
    background-color: #BF9B42;
    transition: background-color 2s;
}

.modal-link_btn:hover{
   color: var(--bs-hygieia-primary); 
}



#ourworks_services .btn-primary{
    background-color: var(--bs-white);
    color: var(--bs-hygieia-sceondary);
}

#our_benefits .btn-primary{
    background-color: var(--bs-hygieia-primary);
    color: var(--bs-white);
    border-color: transparent;
    border-radius: 0;
}
#our_benefits .btn-primary small{
    font-size: 0.815em;
}
#our_benefits .btn-primary span{
    font-size: 1.5rem;
    font-weight: 700;
}
/* Button Styles End*/
/*********************************************************************/

/* common  css section */

#company_info, #ourworks_services h2,
#ourworks_services .services-img-box,
#contact-section .contact-inner {
    position: relative;
}

/* common  css section End*/
/* ==================================================================================== */


#custom-nav{
    background-color: var(--bs-white);
    line-height: 2.6rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.nav-quote-btn{
    background-color: var(--bs-hygieia-primary);
    color: var(--bs-hygieia-sceondary) !important;
    transition: background-color 2s;

}
.nav-quote-btn:hover{
    color: var(--bs-white) !important;
}
/*================================== custom-nav css colse ================================== */

#banner{
    position: relative;
}
#banner .carousel-item_bg{
    position: absolute;
    z-index: 111;
    right: 0;
    top: 0;
}
#banner .carousel-item_call{
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 4px 12px;
    width: 5rem;
    height: 5rem;
    right: 20rem;
    bottom: 10rem;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 5rem;
    z-index: 2222;
}
#banner .carousel-item_call:hover{
    background-color: var(--bs-hygieia-primary);
}

.banner-content, .inner-banner-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    height: 700px;
    font-weight: bold;
}
.inner-banner-content{
    align-items: center;
    text-align: center;
    height: 500px;
}
.banner-content h1{
    font-size: 3.5rem;
    font-weight: bolder;
}

.carousel-indicators [data-bs-target]{
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

#ourworks_services{
    background-color: var(--bs-hygieia-primary);
    position: relative;
}
#ourworks_services h2::after{
    content: "";
    position: absolute;
    width: 4.5rem;
    height: 0.5rem;
    background-color: var(--bs-white);
    bottom: -1rem;
    border-radius: 1rem;
    left: 0;
}

#ourworks_services .services-img-box .services-name{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 3.5rem;
    bottom: 4px;
    width: 99%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-bottom-left-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
}
#ourworks_services .services-img-box .services-name h5{
    line-height: 3.5rem;
}

#get_free_quote .free_quote,
#contact-section .contact-box-two{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#get_free_quote .free_quote .form-control, #get_free_quote .free_quote .form-select,
#contact-section .contact-box-two .form-control{
    padding: .875rem 0.75rem;
    border-radius: 0;
    background-color: #F5F5F5;
}
#get_free_quote .free_quote .form-control:focus, #get_free_quote .free_quote .form-select:focus,
#contact-section .contact-box-two .form-control:focus{
    box-shadow: inherit;
    border-color: inherit;
}

#easy_steps_follow{
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url(../img/easy-steps-bg.png);
    color: var(--bs-white);
}


.testimonials-outer{
    position: relative;
}
.testimonials-text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-90deg);
    margin-top: -40px;
}
.owl-carousel .owl-item img{
    width: auto;
}

footer{
    background-color: #022F2F;
    color: var(--bs-white);
}
footer .list-unstyled{
    line-height: 2.1rem;
}
footer ul li a{
    color: var(--bs-white);
    padding: 0;
}




.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    color: var(--bs-white);
}
.breadcrumb-item a{
    color: var(--bs-hygieia-sceondary);
    text-decoration: none;
}
.breadcrumb-item.active{
    color: var(--bs-white);
}
#our_benefits .list-unstyled{
    list-style: circle;
    font-size: 1.1rem;
    line-height: 3rem;
}
#our_benefits .list-unstyled li::marker{
    color: var(--bs-hygieia-primary);
    font-size: 1.2rem;
}

.single-why_choose_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1rem;
    height: 100%;
}
#about-page p{
    width: 90%;
}

#contact-section .contact-box, #contact-section .contact-box-two{
    position: absolute;
    padding: 2.5rem;
    background-color: var(--bs-hygieia-primary);
    width: 32%;
    top: 20%;
    border-radius: 1rem;
}

#contact-section .contact-box-two{
    right: 0;
    background-color: var(--bs-white);
    top: 14%;
}

#faq-section{
    background-color: #F5F5F8;
}


#Services-section .categories{
    background-color: #F5F5F5;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
}
.categories ul li a{
    color: #91939D;
    font-weight: 500;
    border-bottom: 1px solid #e5dfdf;
    width: 100%;
    line-height: 3rem;
}

.categories ul li a:hover{
    color: var(--bs-hygieia-primary);
}
.categories ul li .active{
    color: var(--bs-hygieia-primary);
}

.categories ul li .active::after{
    content: ">";
    color: var(--bs-hygieia-primary);
    position: absolute;
    right: 0.6rem;
    font-size: 1.5rem;
}
.bin-box{
    position: relative;
}
.bin-box::before{
    content: "";
    background: var(--bs-hygieia-primary);
    position: absolute;
    height: 100%;
    width: 2px;
    left: -1.3rem;
}

.outcome .list-unstyled{
    list-style: circle;
    font-size: 1rem;
    /* line-height: 3rem; */
}
.outcome .list-unstyled li::marker{
    color: var(--bs-hygieia-primary);
    font-size: 1.2rem;
}

.highlighted{
    position: relative;
    padding: 5rem;
    background-image: url(../img/easy-steps-bg.png);
    color: var(--bs-white);
}
.work-gallery-btn-bg{
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-image: url(../img/work-gallery-btn-img.png);
    background-repeat: no-repeat;
}
.work-gallery-btn-bg a{
    color: var(--bs-white);
    text-decoration: none;
}

.services-list ul{
    font-size: 0.9rem;
    line-height: 2.5rem;
}
.services-list .list-unstyled {
    list-style: circle;
}
.services-list .list-unstyled li::marker {
    color: var(--bs-hygieia-primary);
    font-size: 1.2rem;
}



/************************************* Media queries Section ****************************************/
/*==================================================================================================*/


@media (max-width: 1850px) {
    #banner .carousel-item_bg,
    #banner .carousel-item_call{
    display: none;
    }
}


@media (max-width: 1400px) {
    .banner-content{
        height: 400px;
   }
   h2{
    font-size: 2rem;
   }
}



@media (max-width: 1200px) {
    .banner-content h1{
        font-size: 2.5rem;
   }
    .banner-content{
        height: 300px;
   }
   .testimonials-text{
    display: none;
   }
      .contact-section-img{
    display: none;
   }
   #contact-section .contact-box, #contact-section .contact-box-two{
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
   }
}

@media (max-width: 992px) {
    .banner-content p{
        padding:0.7rem;
   }




}
@media (max-width: 768px) {
    .banner-content{
        height: 250px;
   }
    #project-section .project-box-left{
        width: auto;
   }
      h2{
    font-size: 1.5rem;
   }

}



@media (max-width: 576px) {

    #custom-nav .navbar-brand{
        width: 50%;
   }
    #custom-nav .nav-logo{
        width: 100%;
   }
   /*-----------------------------------------------------------*/
    .banner-content{
        height: 30px;
   }
   #banner .btn-primary {
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-padding-x: 0.6rem;
}
    .banner-content h1{
        font-size: 1.2rem;
   }
   #easy_steps_follow{
    background-image: none;
    background-color: #035151;
   }



}