
body{
    font-family: 'Cairo', sans-serif;
    text-align: right!important;
    direction: rtl;
    letter-spacing: normal!important;
}
h2{
    line-height: 50px;
}
p{
    text-align: justify;
}
section{
    padding: 50px 0;
}
header{
    background: rgba(17, 17, 17, .5);
    background: transparent;
    background-color: #fff;
    position: sticky;
    z-index: 999;
}
header.header-mobile{
    z-index: 999;
}
header.smaller{
    background-color: #fff;
    box-shadow: 0 4px 20px 20px rgba(0, 0, 0, 0.05);
}
.forcefullwidth_wrapper_tp_banner{
    height: calc(100vh - 90px)!important;
}
.fullwidthbanner-container{
    height: 100%;
}
#mainmenu li{
    float: none;
    position: relative;
}
#mainmenu a{
    color: #000;
}
#mainmenu li::after{
    content: '';
    height: 1px;
    width: 0;
    transform: translateX(-50%);
    transition: .25s all ease;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
}
#mainmenu li.active a{
    color: var(--primary-color);
}
#mainmenu li.active::after,
#mainmenu li:hover:after{
    width: calc(100% - 20px);
}
.fullwidthbanner-container{
    padding-top: 90px!important;
}
#subheader{
    padding-top: 90px;
}
.small-border.sm-left{
    margin-left: auto;
    margin-right: 0;
}
.mask .cover h3{
    padding: 0 30px 0 0;
}
.mask .cover h3 i{
    left: auto;
    right: 30px;
}
.mask .cover h3 span{
    margin-left: 0;
    margin-right: 20px;
}
.ul-style-2 li{
    display: flex;
    align-items: flex-start;
}
.ul-style-2 li a{
    color: #606060;
    transition: .25s all ease;
}
.ul-style-2 li a:hover{
    color: var(--primary-color);
}
.ul-style-2 li:before, .ul-style-2 li:after{
    margin-right: 0;
    margin-left: 15px;
}
.ul-style-2 li:before{
    height: 23px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offset-md-1{
    margin-left: 0;
}
address span i{
    margin-left: 15px;
    margin-right: 5px;
}
#form_subscribe input[type=text]{
    float: right;
}
a.btn-custom, a.btn-custom:active, a.btn-custom:focus, a.btn-custom:visited, .btn-custom{
    letter-spacing: .5px;
}
.mask .cover h3{
    margin-bottom: 10px;
}
#menu-btn{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-btn:hover{
    background: var(--primary-color);
    color: #fff;
}
#menu-btn:hover:before{
    color: #fff;
}
#subheader h1{
    padding-bottom: 10px;
}
.p-tagline, .p-title{
    letter-spacing: 0.5px;
}
a.btn-custom.btn-black{
    display: flex;
    width: 140px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    justify-content: center;
}
.address{
    text-align: center;
    padding: 30px 20px;
    /*border: 1.5px solid #aaa;*/
    position: relative;
    transition: .25s all ease;
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.address:hover{
    border-color: transparent;
}
.address::before,
.address::after{
    width: 0;
    position: absolute;
    content: '';
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    transition: .25s all ease;
}
.address::before{
    top: auto;
    bottom: 0;
}
.address .lines{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
}
.address .lines::after,
.address .lines::before{
    width: 2px;
    position: absolute;
    content: '';
    height: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    transition: .25s all ease;
}
.address .lines::before{
    right: auto;
    left: -1px;
}
.address:hover:before,
.address:hover:after{
    width: 100%;
}
.address:hover .lines:before,
.address:hover .lines:after{
    height: 100%;
}
.address .icon{
    font-size: 70px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.address .body-address{
    position: relative;
    z-index: 99;
}
.address .head h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.address .head p{
    margin-bottom: 10px;
    color: rgb(96, 96, 96);
}
.address .head p a{
    font-size: 17px;
    color: rgb(96, 96, 96);
    transition: all ease .25s;
}
.address .head p a:hover{
    color: var(--primary-color);
}
.section_online .field-set input,
.section_online .field-set textarea{
    height: 50px;
    border-radius: 0;
    border: 1px solid #aaa;
    color: rgb(96, 96, 96);
    font-size: 14px;
}
.section_online .field-set textarea{
    resize: none;
    height: 200px;
}
.section_online .field-set input::placeholder,
.section_online .field-set input:focus,
.section_online .field-set textarea{
    color: rgb(96, 96, 96);
    font-size: 12px;
    transition: .25s all ease;
}
.section_online .field-set input:focus,
.section_online .field-set input:focus::placeholder,
.section_online .field-set textarea:focus,
.section_online .field-set textarea:focus::placeholder{
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.section_online .field-set input:focus,
.section_online .field-set textarea:focus{
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.error_input{
    border: solid 1px #ff0000 !important;
}
.clients-carousel .item{
    padding: 20px 0;
    cursor: grab;
    margin: 0 15px;
}
.clients-carousel .item img{
    box-shadow: 0px 0px 15px rgb(0,0,0, 0.1);
}





@media only screen and (max-width: 992px){
    header, header.fixed{
        padding: 0;
    }
    .sm-pt10{
        padding-top: 0;
        height: 90px;
    }
    header.header-mobile #mainmenu{
        padding: 0;
        text-align: right;
    }
    header.header-mobile #mainmenu li{
        border: 0;
    }
    header.header-mobile #mainmenu li:last-child{
        border: 0;
        margin: 0;
    }
    header.header-mobile #mainmenu li.active a,
    header.header-mobile #mainmenu li a:hover{
        color: var(--primary-color);
    }
    #mainmenu li::after{
        bottom: 0;
    }
    .slotholder{
        margin-top: 90px;
    }
    #section-practice-areas .row{
        justify-content: flex-start!important;
    }
}
@media only screen and (max-width: 767px) {
    .side-bg, .image-container{
        height: 600px;
        float: none!important;
    }
}
@media only screen and (max-width: 480px){
    header div#logo img{
        max-width: 200px;
    }
    footer .de-flex-col.col-lg-9.col-sm-12{
        font-size: 11px;
        display: inline;
        margin-bottom: 15px;
    }
}