﻿  /* Banner */

.banner-social-list {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
}

    .banner-social-list li {
        display: inline;
        list-style-type: none;
        /*float: right;*/
        line-height: 28px;
    }

   /* .banner-social-list a i {
        background-color: #fff;
        border: 1px solid #020c7e;
        color: #020c7e;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-right: 10px;
    }

    .banner-social-list a i {
        transition: all 0.2s ease-in-out;
    }

    .banner-social-list a i:hover {
        background-color: #020c7e;
        border: 1px solid #020c7e;
        color: #fff;
    }*/

    .banner-social-list a i {
        background-color: transparent;
        border: 1px solid white;
        color: white;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-right: 10px;
    }

    .banner-social-list a i {
        transition: all 0.2s ease-in-out;
    }

        .banner-social-list a i:hover {
            background-color: #ffffff;
            border: 1px solid #fff;
            color: #020c7e;
        }

.banner-bg {
    background-color: #ffffff;
    /* background-image: url(../images/banner-bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 2560px 1px;*/
}

.navbar-wrapper {
   /* background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 20%, #067cc6 80%, #067cc6 100%);
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 20%, #067cc6 80%, #067cc6 100%);
    background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 20%, #067cc6 80%, #067cc6 100%);
 */
    
    
}



.navbar-wrapper1 {
    background-image: none;
    background-color: #ffffff;
    /* background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 20%, #067cc6 80%, #067cc6 100%);
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 20%, #067cc6 80%, #067cc6 100%);
    background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 20%, #067cc6 80%, #067cc6 100%);
  */
}


/*.navbar-wrapper1 {*/
    /*background-color: rgba(76, 0, 0, 0.9);*/
    /*background-image: -webkit-linear-gradient(top, rgba(0, 151, 222, 1) 0%, rgba(0, 151, 222, 0.7) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 151, 222, 1) 0%, rgba(0, 151, 222, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 151, 222, 1) 0%, rgba(0, 151, 222, 0.7) 100%);
}*/


@media (max-width: 768px) {
    .navbar-wrapper {
        background-image: none;
        background-color: #0097DE;
    }

    .navbar-wrapper1 {
        background-image: none;
        background-color: #0097DE;
    }
}

