.btn-admin{ background-color: #FFF !important; color: #000 !important; }
.navbar-toggle{background-color: #fff;}
@media (max-width: 768px){
.navbar-fixed-bottom, .navbar-fixed-top {
       border-bottom: 3px solid #fff!important;
}
.navbar-default .navbar-nav > li > a{line-height: 40px!important;}
}


@media (min-width: 767px) and (max-width: 990px){
.navbar-default .navbar-nav > li > a {
    padding: 5px 7px;
    font-size: 13px;
}}


.btn-primary { border: none; }


/*COUNTER*/
.sections {
                padding-top: 85px;
                padding-bottom: 105px;
                overflow: hidden;
            }
            .counter_two .overlay {
                background-color: rgba(97, 22, 204, 0.65);
                width: 100%;
               
            }
            .counter_two{
                background: url(img/pexels-photo-203541.jpeg) no-repeat 100% 100%;
                background-size:cover;
                background-position: center;
                height: 380px;
                overflow: hidden;
            }

            .counter_two .main_counter_two .single_counter_two_right{
                margin-top:30px;
                overflow: hidden;
                display: block;
            }
            .counter_two .main_counter_two .single_counter_two_right i{
                color:#fefefe;
                font-size:3.125rem;
                margin-bottom:40px;
                line-height: 4rem;
                display: inline-block;
            }
            .counter_two .main_counter_two .single_counter_two_right h2{
                color:#fff;
                margin-bottom:30px;
                line-height: 0;
            }
            .counter_two .main_counter_two .single_counter_two_right p{
                color:#fefefe;
            }

            /* Landscape phones and portrait tablets */
            @media  (max-width: 768px) {
                html {
                    font-size: 80%;
                }

                .counter_two {
                    height: auto;
                }
                .overlay{
                    height: auto;
                }
            }
/* /COUNTER*/