/* white you custom css code here. only css code will work */


@media only screen and (max-width: 991px){
.navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    left: 10px !important;
    border: 1px solid #e2e2e2;
}

.brand-carousel.owl-carousel .owl-item img {
  height:unset !important;
}
}
.header-style-04 .navbar-area {
    background-color: unset !important;
}
.header-area .title {
    font-size: 60px;
    line-height: 70px;
    color: #123c7f !important;
    font-weight: 700;
    margin-bottom: 25px;
}
.header-area p {
    font-size: 18px;
    line-height: 28px;
    color: #123c7f !important;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a{
  color:#fff !important;
}