/* header */
.main_header {
    position: relative !important;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    right: 0;
    padding: 15px;
    background-color:white !important;
}
header .btn {
    padding: 22px 14px !important;
}
.logo {
    height: 60px;
}
header {
    position: relative !important;
}
header .navbar-brand {
    margin-left: 0px;
    position: relative;
}
header .header-logo {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.85));
    display: none;
}
.header-fixed-logo {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.inner_banner_heading {
    color: #fff;
    font-size: 35px !important;
    font-weight: 500 !important;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
    z-index: 9;
    position: relative;
}
/* Responsive-header */
@media only screen and (max-width: 1024px) and (min-width: 766px) {
    .toggle-btn{
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 3000px) and (min-width: 2000px) {
    .navigation-box {
        width: 1000px;
    }
}

@media only screen and (max-width: 1999px) and (min-width: 1900px) {
    .navigation-box {
        width: 523px;
    }
}

@media only screen and (max-width: 18999px) and (min-width: 1600px) {
    .navigation-box {
        width: 694px;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1200px) {
    .navigation-box {
        width: 466px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .toggle-btn {
        margin-right: 0px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .inner_banner_sec2 .i_banner_overlay2 {

        padding: 0px !important;
    }
}

@media only screen and (max-width: 18999px) and (min-width: 1600px) {
    .navigation-box {
        width: 694px;
    }
}
@media only screen and (max-width: 1099px) and (min-width: 992px) {
    .main_header {
        max-width: 960px !important;

    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main_header {
        max-width: 720px !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
    .main_header {
        max-width: 540px !important;
    }
}
@media (max-width: 768px) {
    header .navbar-brand img {
        width: 75px;
    }
}
@media only screen and (max-width: 3500px) and (min-width: 2000px) {
    .navigation-box {
        width: 1000px;
    }
}

@media only screen and (max-width: 1999px) and (min-width: 1900px) {
    .navigation-box {
        width: 523px;
    }
}

@media only screen and (max-width: 1899px) and (min-width: 1600px) {
    .navigation-box {
        width: 694px;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1200px) {
    .navigation-box {
        width: 466px;
    }
}