

.navbar {

    background-color:  var(--theme-white-color);

   

}

.navbar.fixed-top {

      background-color:  var(--theme-white-color);

}



.nav-link {

    color: #000;;



}

.nav-link:hover {

    color: #000;;



}

.navbar-brand img {

    filter: invert(1);

}



.h2_stroke, .section_title .title{

color: #FE5A37 !important;

-webkit-text-stroke-width: unset;

-webkit-text-stroke-color: unset;



}
.section_title .title span{
   color: #4d4d4d !important;
}

.carrer_section .section_title .title {

    -webkit-text-stroke-color: var(--theme-white-color) !important;

    margin-bottom: 8px;

    color: var(--theme-white-color) !important;

}

.inner_header .inner_banner .section_title .title{

      color: var(--theme-white-color);

}

 

.carrer_btn_wrapper .primary_btn:hover{

     color: var(--theme-secondary-color);

     background-color: #fff;

     border: 1px solid transparent;

}

.counter_section{

     background-color: #fff;

}

.count_block .counter{

    color: #FE5A37;

}

.count_block + .counter_text, .counter_text{

color: #000

}

.count_block .increment{

     color: #FE5A37;

}

.count_wrapper.h_line {

    border-right: 1px solid transparent;

}
.inner_header .inner_banner .section_title .title {
    color: var(--theme-white-color) !important;
}
.carrer_section .section_title .title{
    color:  #fff !important
}
.carrer_section .section_title h2 {
    color: #fff !important;
}
.carrer_section .section_title h2 {
    color: #fff !important;
}



@media (max-width: 991px) {

    .offcanvas {

             background-color:  var(--theme-white-color);

    }

}