@media (max-width:768px) {
    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #e56734;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    .heading-content {
        margin-top: -16%
    }

    .header-top {
        font-size: 11px;
    }


    .header-top-right {

        margin-left: 0em;
    }


    .header-top:before {
        background: #0a4d77
    }

    .example1 {
        height: 36px;
        overflow: hidden;
        position: relative;
        border-top: 1px solid #ffffff54;
    }
    
    .about-area:after, .header-top:after {
        border-color: transparent #0a4d77 #0a4d77 transparent;
    }


}

@media (min-width:992px) and (max-width:1199px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp .4s;
        animation: fadeInUp .4s
    }

    .navbar-nav>li {
        margin-left: 10px
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 25px 5px 25px 5px;
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-brand {
        height: auto;
        padding: 10px 10px 10px 10px;
        width: 140px;
        top: -15px;
        -webkit-box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
        box-shadow: 0 7px 21px rgba(0, 0, 0, .1)
    }
}

@media (max-width:768px) {
    section.welcome h3.text-center {
        position: absolute;
        background-color: #0a4d77;
        color: #fff;
        left: 15%;
        top: 6%;
        padding: 0 30px;
        font-size: 40px;
        font-weight: 400;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .5px;
        font-family: Oswald, sans-serif
    }
}

@media (max-width:480px) {
    .header-top-right {
        float: right;
        padding-top: 10px;
        Z-INDEX: 1;
        position: inherit;
        padding-bottom: 11px
    }


    .header-top:before {
        background: #0a4d77
    }

    .example1 {
        height: 36px;
        overflow: hidden;
        position: relative;
        border-top: 1px solid #ffffff54;
    }
    

    .header-top-right {

        margin-left: 0em;
    }


    .about-area:after, .header-top:after {
        border-color: transparent #0a4d77 #0a4d77 transparent;
    }


    .navbar-brand {
        width: 130px;
        padding: 10px;
        top: 0;
        box-shadow: none
    }

    section.welcome h3.text-center {
        position: absolute;
        background-color: #0a4d77;
        color: #fff;
        left: 8%;
        top: 5%;
        padding: 0 30px;
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .5px;
        font-family: Oswald, sans-serif
    }

    .news .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .news .list-group-item .pl-0 {
        padding-left: 12px;
        padding-top: 10px
    }

    section.welcome p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        padding: 35px 25px 45px 25px;
        text-align: justify
    }
}