﻿body {
    padding-top: 110px;
}

#header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
    box-shadow: 0px 8px 16px rgba(0,0,0,.15);
}

.header {
    height: 110px;
    width: 100%;
    align-items: center;
}

.header-title {
    width: 15%;
    text-align: center;
}

    .header-title .logo.w-100 {
        width: 100%;
    }

        .header-title .logo.w-100 img {
            max-width: 100%;
        }

#header .main-box {
    padding: 0px 15px;
}

.header-title11 {
    width: 85%;
}

.header-title1 ul {
    margin-bottom: 0px;
}

.header-title1 {
    position: absolute;
    right: 30px;
}
/*.logo img {
        width: 120px;
    }*/
.logo img {
    width: auto;
    max-height: 90px;
}

.header-title1 ul li a {
    font-family: Montserrat;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
}

    .header-title1 ul li a .si {
        margin-left: 10px;
        font-size: 30px;
    }
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
}*/

@media only screen and (max-width: 1100px) {
    .header-title11 .ads_728X90 {
        width: 728px;
        height: 90px;
        margin-right: auto;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-title {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header {
        height: 80px;
        width: 100%;
        line-height: 80px;
    }

    .logo img {
        width: 150px;
    }

    #header .main-box {
        padding: 0px 10px;
    }

    .header-title {
        width: 100%;
        text-align: center;
    }

    .header-title11 {
        width: 100%;
    }

        .header-title11 .ads_728X90 {
            width: 728px;
            height: 90px;
            margin: 0px auto 0px 0px !important;
        }
}

@media only screen and (max-width: 768px) {
    .header-title11 {
        width: 100%;
    }
}

@media only screen and (max-width: 499px) {
    .main-box {
        padding: 0px 10px !important;
    }

    .header {
        height: 72px;
        line-height: 72px;
    }

    .logo img {
        width: 150px;
    }

    /*#header {
        border: 3px solid #002060;
        background: rgb(121 137 170);
        border-left: 1px solid;
    }*/

    .header-title ul li a span:first-child {
        display: none;
    }

    .header-title1 {
        position: absolute;
        right: 15px;
    }
}



@media (max-width: 576px) {
    .navbar {
        justify-content: flex-end;
        flex-direction: row;
        padding: 0 10px;
    }
    .navbar-toggler {
        position: relative;
        float: right;
        padding: 4px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .navbar-toggler-icon {
        width: 25px;
        height: 25px;      
        background-size: 100%;
    }

    .social-menu {
        display: flex;
        flex-direction: row;
    }
}