html {
  scroll-behavior: smooth;
}

h1{
    font-family: roboto-b;
}h2{
    font-family: roboto-b;
}h3{
    font-family: roboto-b;
}h4{
    font-family: roboto-b;
}h5{
    font-family: roboto-b;
}h6{
    font-family: roboto-b;
}
p,span,li,a, strong {
    font-family: roboto-r;
}

.navbar {
    height: 70px;
    padding-top: 10px;
    font-size: 16px;
}

.contact-btn {
    background-color: #7cb342;
    color: #fff !important;
    padding: 10px;
}
 .contact-btn:hover{
        text-decoration: none !important;
    }
.d_f {
    display: flex;
    align-items: center;
    margin-right: 2%;
}

.socila_icons_menu li {
    display: inline-block;
    margin: 5px 10px;
}
.socila_icons_menu img{
   width:20px; 
}
.navbar-brand img{
        width: 75%;
    margin-top: -6px;
    padding-left: 50px;
} 
.navbar-brand{
    padding: 0;
}


.bg_color_header23,{
    background-color:#f3bf0f !important;
        
}
@media screen and (max-width:768px) and (min-width: 600px) {
    .nav>li>a{
            padding: 10px 7px;
    }
    .socila_icons_menu{
        padding-left: 0;
    }
    .navbar-brand img{
     padding-left: 10px;   
    }

}
@media only screen and (max-width: 600px) {
    .navbar-nav {
        text-align: center;
    }
    .contact-btn {
        width: 25%;
        margin: 0 auto;
    }
   
    .navbar-collapse {
        background-color: #fff;
/*        color: #fff;*/
    }
    .d_f {
    display: initial;
    align-items: center;
    margin-right: 2%;
}
    .socila_icons_menu li:nth-child(1) {
    display: block;
/*    margin: 5px 15px;*/
        padding-bottom: 5%;
            margin-left: -25px;
}
    .img_text{
        padding: 30px;
    }
    
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
    
    #myNavbar{
        background: #fff;
    }
    .d_f{
        display: block;
        text-align: center;
    }
    .navbar-brand img{
        width: 55%;
    }
}
