.branch-map iframe{
    width: 100%!important;
    height: 250px;
}

.just-content ul li{

	list-style: circle!important;

}


.color-blue{
    color: #1F2C54;
}


.counter-section > div:before{

	content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: #1F2C54;

    opacity: .7;

    z-index: 0;

}



.counter-section .counter-column,

.counter-section:before{

	z-index: 1;

}





body:not(.home) .main-footer{

	margin-top: 0;

	padding-top: 60px;

}



.tree li.current a{

    color: #AD1917;

}


.page-title .icon-layer-one,
.page-title .icon-layer-two,
.page-title .icon-layer-three{
    display: none;
}


.lower-content ul,
.lower-content li,
.lower-content ol,
.text ul ,
.text ol ,
.text li {
    list-style: initial;

}

.lower-content ul,
.lower-content ol,
.text ul ,
.text ol{
    padding-left: 20px;
}


.rtl .lower-content ul,
.rtl .lower-content ol,
.rtl .text ul ,
.rtl .text ol{
    padding-left: 0;
    padding-right: 20px;
}


.branch-icon{
    width: 40px;
    margin-right: 10px;
/*    border-radius: 50%;*/
}




@media (max-width:992px){
    .counter-section::before{
        display: none;
    }
}

@media screen and (max-width:768px){

    .rtl .main-header .header-upper .logo-box{
        float: left;
    }
}

@media screen and (max-width:600px){
    
    .clients-section .sponsors-outer {
        position: relative;
    }

    /*.clients-section .sponsors-outer .owl-dots{
        display: block!important;
    }

    .clients-section .sponsors-outer .owl-dots .owl-dot{
        width: 10px!important;
        height: 10px!important;
    }*/



    .clients-section .sponsors-outer .owl-nav{
        display: block!important;
    }

    .clients-section .sponsors-outer .owl-nav .owl-next,
    .clients-section .sponsors-outer .owl-nav .owl-prev{
            position: absolute;
            top: -342px;
            left: 0;
            font-size: 35px;
            color: #AD1917;
    }

    .clients-section .sponsors-outer .owl-nav .owl-next{
        left: auto;
        right: 0;
    }

    .main-header .header-top .info-list li{
        font-size: 12px;
        margin-right: 5px;
        padding-left: 18px;
    }

    .main-header .header-top .social-box li a
    {
        width: 30px;
        height: 30px;        
        line-height: 30px;
    }

    .logo img{
        width: 70px;

    }
}

