
.admin-bar header {
    direction: rtl;
}
blockquote{
    border-right-style: solid;
    border-right-width: 3px;
}
.main-menu .sub-menu{
    right: 0;

}

.widget-box li a{
    color: #fff !important;
}

.main-menu .menu-item-has-children > a:after{
    content: '\e114';
    font-family: 'icomoon';
    padding-right: 5px;
    font-size: 10px;
}
.owl-theme .owl-controls {
    direction: rtl;
}
blockquote {
    border-left-style: none;
}
.team-role {
    float: right;
}
.team-contact {
    font-size: 20px;
    float: left;
}
.team-skills li .bar-bg{
    text-align: right;
}
.team-skills li .bar-label {
    right: 0;
}
.post-content{
    font-weight: 500!important;
    color: #000 !important;
}
.blog-left .blog-exc {
    text-align: right;
    font-weight: normal;

}
.blog-left .blog-title {
    text-align: right;
}
.blog-left .blog-meta {
    text-align: right;
}
.col-1-2 {
    float: right;
}
.section .serv-content .boxed .col-1-3{
    width: 25%;
}
.section .serv-content .boxed .serv-title{
    font-size: 22px;
}
.serv-exc{
    font-weight: normal;
}
.contact-detail li i {
    margin-right: 0px;
    margin-left: 10px;
    float: right;
}
.widget-box li img {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
@media screen and (max-width: 1300px){
    .boxed {
        max-width: 1170px;
    }
}
@media screen and (max-width: 800px){
    #mobile-menu li a {
        padding-right: 25px;
        padding-left: 0;
    }
    #mobile-menu .menu-item-has-children a:after{
        right: 6px
    }

}
@media screen and (max-width: 600px){
    .section .serv-content .boxed .col-1-3{
        width: 100%;
    }


}
