﻿  /* Banner */

   /* 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: 36px;
        }

        .banner-social-list  a i {
           background-color: transparent;
           border: 1px solid #ffffff;
            color: #ffffff;
            width: 36px;
            height: 36px;
            /*border: 1px solid #332a85;*/
            border-radius: 18px;
            font-size: 150%; /*25px;*/
            line-height: 36px;
            text-align: center;
            /*margin-right: 10px;*/
            /*padding-top: 15%;*/
        }

        /*.banner-social-list li a i:hover {
        background-color:#193D6C;
        color: #fff;
    }*/


        .banner-social-list a i {
            transition: all 0.2s ease-in-out;
        }

            .banner-social-list a i:hover {
              background-color: #ffa82e;
              /*border: 1px solid #332a85;*/
            color: #ffffff;  
                /*opacity: .7;*/

        
            }



.navbar-wrapper {
     background-color:rgba(0, 181, 226, 0.75);
 /*background-image: url(../images/banner-bg.jpg);
                    background-position: center top;
                    background-repeat: repeat-y;
                    background-size: 2560px 1px;*/
 /*background-image: -webkit-linear-gradient(left, #0b0025 0%, #966aff 50%, #0b0025 100%);
background-image: -moz-linear-gradient(left, #0b0025 0%, #966aff 50%, #0b0025 100%);
background-image: -ms-linear-gradient(left, #0b0025  0%, #966aff 50%, #0b0025 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0025', endColorstr='#2c1d5d',GradientType=1 );*/


}
            
          

            .navbar-wrapper1 {
                background-color:rgba(0, 181, 226, 0.75);
                /*background-image: -webkit-linear-gradient(left, #71819b 0%, #71819b  20%, #eeeff3  50%, #eeeff3  100%);
background-image: -moz-linear-gradient(left, #71819b 0%, #71819b  20%, #eeeff3  50%, #eeeff3  100%);
background-image: -ms-linear-gradient(left, #71819b 0%, #71819b  20%, #eeeff3  50%, #eeeff3  100%);*/

                 /*background-image: url(../images/banner-bg.jpg);
                    background-position: center top;
                    background-repeat: repeat-y;
                    background-size: 2560px 1px;*/
                  /*background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 20%, #5270b5 50%, #5270b5 100%);
            background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 20%, #5270b5 50%, #5270b5 100%);
            background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 20%, #5270b5 50%, #5270b5 100%);*/
            }



  @media (max-width: 768px) {
    .navbar-wrapper {
        background-color: rgba(0, 181, 226, 0.95);
    }

    .navbar-wrapper1 {
        /*background-image: none;*/
        background-color: rgba(0, 181, 226, 0.95);
    }
                        }
