@font-face {
    font-family: "SSTArabic";
    src: url("..");
    /* IE9*/
    src:  url("../fonts/sst-arabic-medium.ttf") format("truetype");
    /* iOS 4.1- */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "TheMixArab";
    src: url("..");
    /* IE9*/
    src:  url("../fonts/TheMixArab-Bold.ttf") format("truetype");
    /* iOS 4.1- */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "AirArabiaNormal";
    src: url("..");
    /* IE9*/
    src:  url("../fonts/air-arabia-3.ttf") format("truetype");
    /* iOS 4.1- */
    font-weight: 600;
    font-style: normal;
}
html {
    height: 100%;
    box-sizing: border-box;
    font-family: TheMixArab;
    overflow-x: hidden;
}
.with-en-lang{
    font-family: AirArabiaNormal;
}
body {
    background-color: #fff;
    font-family: TheMixArab,"AirArabiaNormal", arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* padding-bottom: 6rem;*/
    /*min-height: 100%;*/
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix, .clearfix:after {
    clear: both;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

*:focus {
    outline: 0 !important;
}

*:focus {
    outline: 0 !important;
}

.reset-margin {
    margin: 0 !important;
}

.padding-add {
    padding: 0 15px;
}

.reset-padding-left {
    padding-left: 0;
}

.reset-padding-right {
    padding-right: 0;
}

.reset-padding {
    padding: 0;
}

.section-padding {
    padding: 100px 30px;
}

::selection {
    background: #aaa9ab;
    color: #2b2b2b;
}

::-moz-selection {
    background: #aaa9ab;
    color: #2b2b2b;
}
.full-width{
    width: 100% !important;
}
.c-main {
    background-color: #fafafa;
}

.c-social-follow i.fa {
    font-size: 20px;
    color: #fff;
}
.c-page-header {
    background-color: rgba(76, 76, 76, .3);
}
.sub-page-header.c-page-header {
    background-color: #7e9c7d;
}
.s-home .c-section-head__read-more{
    color: #7e9c7d;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#7e9c7d),
            to(#7e9c7d)
    );
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25),
    inset -2px -2px -2px rgba(0, 0, 0, 0.25);
}
.s-home .c-section-head__content h1 {
    font-size: 44px;
    line-height: 52px;
    width: 90%;
}
.s-home .c-section-head__read-more {
    border-radius: 35px;
    line-height: 25px;
}
a:hover, a:focus, a:active,
.c-section-reference__content:not(.c-section-reference__content--featured) a.c-node:hover h3{
    text-decoration-color: #749074;
}
.c-section-reference--highlights .c-section-reference__content--featured .c-node--t-default:only-child {
    background: #fafafa;
    background: -moz-linear-gradient(top,#749074 0%,#749074 100%);
    background: -webkit-linear-gradient(top,#749074 0%,#749074 100%);
    background: linear-gradient(to bottom,#749074 0%,#749074 100%);
}
.c-section-reference--highlights .c-section-reference__content--featured .c-node--t-default .c-node__hover {
    background-color: #7e9c7d;
}
.c-navbar__link--is-active:before{
    border-color: #fff;
    left: -24%;
}
.c-navbar__link--is-active{
    margin: 0;
}
.c-node--t-default:after {
    background: #749074 !important;
}
.c-section-reference__footer .o-link-cta:hover, .c-section-reference__footer .o-link-cta:focus, .c-section-reference__footer .o-link-cta:active {
    text-decoration-color: #749074;
}
.c-section-reference__footer .o-link-cta:after {
    color: #749074;
}
.c-section-reference__content:not(.c-section-reference__content--featured) a.c-node .c-node--t-default .o-tag-category > svg {
    color: #749074;
}
.c-social-follow__item {
    background-color: #749074;
}
.c-node--news:only-child ,
.c-section-reference--highlights .c-section-reference__content--featured .c-node address,
.s-home .c-node--news .c-node__presentation .o-tag-category {
    color: #fff !important;
}
.t--forest-green .c-section-article__content:before {
    background: #7e9c7d;
}
.t--default .c-section-article__content:before {
    background: #7e9c7d;
}
.t--default .c-section-article__content:after {
    border-right-color: #7e9c7d;
    border-bottom-color: #7e9c7d;
}
.c-page-footer__content:before {
    background: -moz-linear-gradient(left,#749074 0%,#749074 100%);
    background: -webkit-linear-gradient(left,#749074 0%,#749074 100%);
    background: linear-gradient(to right,#749074 0%,#749074 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-orange',endColorstr='$color-red',GradientType=1);
}
.c-social-follow a:active,
.c-social-follow a:hover,
.c-social-follow a:focus{
    background-color: #749074
}
.c-page-footer a:hover, .c-page-footer a:focus, .c-page-footer a:active,.c-navbar__link:hover {
    text-decoration-color: #749074;
    text-decoration: underline;
}
.s-home .c-section-head__read-more:hover, .s-home .c-section-head__read-mor:focus {
    background-color: #749074;
    color: #ffff;
    -webkit-transition: 0.35s all;
    transition: 0.35s all;
}
.c-page-header__logo img{
    width: 100%;
}

.specialization-section {
    position: relative;
    top: 55px;
    background-color: #fff;
}
.specialization-section h2,
.services-section h2{
    margin-bottom: 60px;
}
.specialization-section .law-img {
    width: 80px;
}
.specialization-section p{
    margin-top: 15px;
}
.c-social-follow__item--valign .i-icon,
.c-social-follow__item .i-icon{
    top: 1px;
}
.c-section-head{
    position: relative;
}
.c-section-head:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #749074;
    opacity: .3;
    z-index: 1;
}
header ol.c-navbar__list {
    margin-bottom: 0;
    margin-top: 15px;
}
header .c-navbar__utility{
    padding: 15px 30px;
}
.service-page{
    color: #fff;
}
.service-page .c-subnav__item a:hover,
.service-page .c-subnav__item a:focus,
.service-page .c-subnav__item a:active,
.service-page .c-subnav__item button:hover,
.service-page .c-subnav__item button:focus,
.service-page .c-subnav__item button:active {
    text-decoration: underline;
    text-decoration-color: #fff;
}
.o-btn--back:hover, .o-btn--back:focus, .o-btn--back:active {
    text-decoration-color: #749074;
}
header ol.c-navbar__list .c-navbar__link {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
}
.service-page .c-section-head__top .o-btn--back,
.service-page .o-btn--back .i-icon{
    color: #000;
}
section.our-team.main-team {
    margin-top: 100px;
}
.our-team .rev_slide{
    overflow: hidden;
}
.our-team .rev_slide:hover .member-details{
    display: block;
    transform: translateY(-363px);
}
.our-Sectors img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.member-container{
    height: 400px;
    padding: 20px;
}
.member-image {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.member-image img {
    width: 100%;
}
.member-details{
    /*display: none;*/
    width: 350px;
    height: 350px;
    padding-top: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(116, 144, 116, 0.68);
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    transform: translateY(190%);
    color: #ffff;
}
.c-navbar__item{
    float: none;
}
section.our-team {
    /*position: relative;*/
    /*top: 200px;*/
}
section.our-team .main-header{
    color: #749074;
}
section.our-team h5 {
    margin-bottom: 10px;
    font-size: 16px;
}
section.our-team .slick-active .member-container {
    transform: scale(1.1);
}
section.our-team h6 {
    font-size: 20px;
    text-transform: lowercase;
}
.our-services-section a.c-node.c-node--article {
    height: auto;
    background: transparent;
    margin: 0;
}
.our-services-section span.c-node__container.c-node--t-default {
    background: #fff;
    margin-bottom: 30px;
    height: auto;
}
.our-services-section h2{
    color: #749074;
}
.our-services-section span.i-text {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: auto;
    width: 100%;
    text-align: left;
}
.our-services-section{
    padding-top: 0;
    padding: 0 50px;
}
.our-services-section .inner-container{
    position: relative;
}
.our-services-section .inner-container:before{
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: -4px;
    width: 300px;
    background: #749074;
}
.service-page .our-services-section .inner-container:before,
.service-page .c-node__container.c-node--t-default:after{
    display: none;
}
.banner-section h1.main-header-text {
    float: right;
    margin: 0 30px;
    /*text-align: left !important;*/
    padding-left: 50%;
}
.our-services-section .c-node--t-default:before {
    display: none;
}
.our-services-section .service-image img{
    width: 200px;
}
.our-services-section .inner-container .c-section-reference__head {
    top: 50px;
    width: 21.65031%;
}
.s-home .our-services-section .inner-container .c-node__container:after{
    top: -40px;
    display: none;
}
.our-services-section .inner-container {
    background: #fff;
    margin-top: 100px;
}
.our-services-section .c-node--article .c-node__content p {
    color: #191f21;
    font-size: 20px;
    padding: 0 8px 0 82px;
}
.our-Sectors .c-node--article .c-node__content p {
    padding: 0 8px 0 43px;
}
.main-people-section{
    background-color: #fff;
    color: #000;
}
.main-people-section .c-section-head:after {
    background-color: white;
}
.main-people-section .c-section-head{
    color: #000;
}
.main-people-section .o-btn--back .i-icon {
    color: #000;
}
.main-people-section.sub-page .c-section-head__container {
    padding: 30px;
}
.slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}
button.slick-arrow {
    position: absolute;
    left: 12%;
    top: 30%;
    font-size: 60px;
    color: #7e9c7d;
}
.our-Sectors .rev_slider img,
.our-services-section .rev_slider img{
    width: 140px;
    /* max-width: 73%; */
    max-height: 80%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.our-Sectors .c-section-reference__content,
.our-services-section .c-section-reference__content{
    width: 100%;
}
.our-Sectors .rev_slider .o-tag-category,
.our-services-section .rev_slider .o-tag-category{
    width: 200px;
    height: 200px;
    border: 2px solid #849983;
    border-radius: 50%;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}
button.slick-arrow {
    position: absolute;
    left: 12%;
    top: 30%;
    z-index: 99;
}
button.slick-arrow.slick-next {
    right: 12%;
    left: auto;
}
.our-Sectors button.slick-arrow {
    left: 0%;
}
.our-Sectors button.slick-arrow.slick-next {
    right: 0%;
    left: auto;
}
.our-Sectors .c-node__content {
    max-width: 100%;
    height: 275px;
}
.our-Sectors .rev_slide h3 {
    font-size: 15px;
    width: 0px;
    height: 50px;
    margin: 20px auto;
    position: relative;
    z-index: 99;
    display: block;
    line-height: 33px;
    background: #749074;
    color: #fff;
    overflow: hidden;
    /* transform: translateY(600%); */
    border-radius: 90px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;

}
.our-Sectors .c-node__content:hover h3 {
    width: 200px;
    padding:10px;
    /*transform: translateY(-180%);*/
}
.slick-list {
    padding-top: 20px !important;
    padding-bottom: 2%!important;
    padding-left: 10%!important;
    padding-right: 10%!important;
}

.slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
}

.slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2{
    display: block;
}

.slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, -10px);
    z-index: 1;
    perspective: 1000px;
}
.slick-snext2 {
    opacity: 1;
    transform: translate3d(40%, 0, -20px);
    z-index: 0;
    perspective: 1000px;
}

.slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, -10px);
}

.slick-sprev2 {
    opacity: 1;
    transform: translate3d(-40%, 0, -20px);
}
.service-page{
    background-color: #fff;
}
.service-page .main-header h1 {
    color: #7e9c7d;
}

/*******************Contact Page Style********************/
.contact-page{
    background-color: #fff;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}
::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}

/* Contact Form Styling */
.container {
    padding: 0 50px 70px;
}
.textcenter {
    text-align: center;
}
.section1 {
    text-align: center;
    display: table;
    width: 100%;
}
.section1 .shtext {
    display: block;
    margin-top: 20px;
}
.section1 .seperator {
    border-bottom:1px solid #7e9c7d;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section1 h1 {
    font-size: 40px;
    color: #7e9c7d;
    font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
    width: 48.71%;
}
.section2 .col2.first {
    float: left;
}
.section2 .col2.last {
    float: right;
}
.section2 .col2.column2 {
    padding: 0 30px;
}
.section2 span.collig {
    color: #7e9c7d;
    margin-right: 10px;
    display: inline-block;
}
a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="tel:"]:active,
a[href^="mailto:"]:hover, a[href^="mailto:"]:focus, a[href^="mailto:"]:active{
    text-decoration: underline;
    text-decoration-color: #7e9c7d;
}
.section2 .sec2addr {
    display: block;
    line-height: 26px;
}
.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 10px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
    font-size: 18px;
}
.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize:none;
}
.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #7e9c7d;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #7e9c7d;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .container {
        padding: 0 30px 70px;
    }
    .section2 .col2 {
        width: 100%;
        display: block;
    }
    .section2 .col2.first {
        margin-bottom: 10px;
    }
    .section2 .col2.column2 {
        padding: 0;
    }
    body .sec2map {
        height: 250px !important;
    }
}
@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }
    .section2 .sec2contactform h3 {
        font-size: 16px;
    }
    .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
        padding: 10px;
        margin:3px 0;
    }
    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }
}

/****************************************************/
@media (min-width: 75em){
    header .c-navbar__link{
        color: #fff;
    }
    .c-page-header__logo {
        padding: 0;
    }
    header .c-navbar--is-positioned .c-navbar__primary {
        top: 25px !important;
    }
    .o-btn--back .i-icon {
        color: #fff;
    }
    .c-navbar{
        top: 30px;
    }
    /*.c-page-header{*/
    /*    width: 270px;*/
    /*}*/
}
.c-node--t-default .o-tag-category svg.i-icon, .c-node--t-default .o-tag-category svg.i-icon use > svg {
    fill: #eceeef;
}

@media screen and (max-width: 1440px) {
    .our-services-section .service-image img {
        width: 150px;
    }
}
@media screen and (max-width: 1024px) {
    .our-services-section .service-image img {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .s-home .c-section-head__content h1 {
        font-size: 26px !important;
        line-height: 30px;
    }
    .our-services-section h2 {
        font-size: 20px;
    }
    .our-services-section .inner-container .c-section-reference__head {
        width: 300px;
        height: 150px;
    }
    }