@font-face {
    font-family: 'GESSTextBold-Bold';
    src: url('../fonts/GESSTextBold-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GESSTextBold-Bold.otf')  format('opentype'),
        url('../fonts/GESSTextBold-Bold.woff') format('woff'),
        url('../fonts/GESSTextBold-Bold.ttf')  format('truetype'), 
        url('../fonts/GESSTextBold-Bold.svg#GESSTextBold-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GESSTextLight-Light';
    src: url('../fonts/GESSTextLight-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GESSTextLight-Light.otf')  format('opentype'),
        url('../fonts/GESSTextLight-Light.woff') format('woff'),
        url('../fonts/GESSTextLight-Light.ttf')  format('truetype'), 
        url('../fonts/GESSTextLight-Light.svg#GESSTextLight-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GESSTextMedium-Medium';
    src: url('../fonts/GESSTextMedium-Medium.eot');
    src: url('../fonts/GESSTextMedium-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GESSTextMedium-Medium.woff') format('woff'),
        url('../fonts/GESSTextMedium-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Adobe-Arabic-Regular';
    src: url('../fonts/AdobeArabic-Regular.eot');
    src: url('../fonts/AdobeArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdobeArabic-Regular.woff') format('woff'),
        url('../fonts/AdobeArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'TwCenMT-Regular';
    src: url('../fonts/TwCenMT-Regular_gdi.eot');
    src: url('../fonts/TwCenMT-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMT-Regular_gdi.woff') format('woff'),
        url('../fonts/TwCenMT-Regular_gdi.ttf') format('truetype'),
        url('../fonts/TwCenMT-Regular_gdi.svg#TwCenMT-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
#flashes
{
    margin: 0px auto;
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
}
.alert
{
    position: relative;
    margin: 0;
}
.close {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.mobile-btn{
    width: 40px;
    height: 28px;
    position: fixed;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 7%;
    right: 3%;
    display: none;
    -moz-transform: translateY(-7%);
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
}
.mobile-btn span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #434343;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-btn span:nth-child(1) {
    top: 0px;
}

.mobile-btn span:nth-child(2) {
    top: 12px;
}

.mobile-btn span:nth-child(3) {
    top: 24px;
}

.mobile-btn.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.mobile-btn.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.clear
{
    clear: both;
    float: none;

}
body
{
    font-size:16px;
    margin:0;
    padding:0;
    min-width: 320px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: none;
    display:inline-block;
    vertical-align:top;
}
.container-wrapper
{
    width: 100%;
    margin: 0 auto;
}
.container-fluid
{
    margin: 0;
    padding: 0;
}
.logo 
{
    float:none;
    display: block;
    margin: 15px auto;
}
.logo a 
{
    display:block;
}
.logo img
{
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.main-header
{
    margin-bottom: 20px;
    position: relative;
    direction: rtl;
}
.main-menu{
    margin:15px 0;
    padding: 0;
}
.main-menu ul
{
    margin:0;
    padding: 0;
    display: block;
}
.main-menu ul li
{
    list-style-type: none;
    display: inline-block;
    padding: 0px !important;
    border-left: solid 0.15vw #2d8346;
    cursor: pointer;
    line-height: 1.5em;
}
.main-menu ul li:last-child
{
    border: none;
    padding-left: 0;
}
.main-menu ul li:first-child
{
    padding-right: 0;
}
.main-menu ul li a
{
    text-decoration: none;
    font-family: 'GESSTextLight-Light';
    font-size: 1.56vw;
    padding: 0 2.4vw;
    color: #434343;
    z-index: 999;
}
.main-menu ul li.active a
{
    color: #2d8346;
    font-family: 'GESSTextBold-Bold';
}
.main-menu ul li:hover a{
    color: #2d8346;
}

.slider
{
    margin-bottom: 45px;
    padding: 0;
}
.theme-default.slider-wrapper {
    padding: 0;
    position: relative;

}
.nivo-html-caption
{
    display: none;
}
.theme-default .nivoSlider {
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: none;
}
.theme-default .nivo-directionNav a {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 9999;
}
.theme-default a.nivo-prevNav {
    left: 2%;
    right: auto; 
    background: transparent url("../images/left-control-nav.png") no-repeat scroll 0% 0% / 100% auto;
    width: 28px;
    height: 64px;
}
.theme-default a.nivo-nextNav {
    left: auto;
    right: 2%;
    background: url(../images/right-control-nav.png) no-repeat scroll 0% 0% / 100% auto;
    width: 28px;
    height: 64px;
}
.theme-default .nivo-directionNav a:hover {
    background-color: transparent;
    border: none;
}
.nivo-control,
a:hover, a:focus {
    text-decoration: none;
    color:transparent;
}
.theme-default .nivo-controlNav {
    position: absolute;
    top: 86%;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);

}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 3px #429c56;
    border-radius: 12px;
    background: #429c56;
    margin: 0px 5px;
}
.theme-default .nivo-controlNav a.active {
    background: #fff;
}
.theme-default .nivo-caption{

    background: transparent none repeat scroll 0% 0%;
    margin: 0px;
    /*padding: 0px;*/
    position: absolute;
    top: 60%;
    direction: rtl;
}
.slider-img-title
{
    background-color: rgba(70,146,119,1);
}
.slider-img-title h1
{
    color: #fff;
    font-family: 'GESSTextBold-Bold';
    font-size: 1.813em;
    margin-bottom: 20px;
}
.slider-img-desc
{
    background-color: rgba(57,57,58,1);
}
.slider-img-desc h4
{
    color: #fff;
    font-family: 'GESSTextBold-Bold';
    font-size: 1.813em;
}
.slider-logo {
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 26%;
    z-index: 999;
}
.slider-logo img{
    width:100%;
    height:auto;
}
.container-wrapper-bg
{
    background: #f2f2f2;
}
.article-contentainer
{
    padding: 40px 0;
    direction: rtl;
}
.article-contentainer > div >div
{
    background: url(../images/section-png.png) #fff no-repeat ;
    background-size: 94.5% auto;
    background-position: bottom left;
}
.article-contentainer img
{
    width:100%;
    height:auto;
    border-top-left-radius: 10em;
}
.content-container
{
    background: #fff;
    float: none;
    margin: 0 auto;
    /*    overflow: auto;*/
    padding: 20px 30px;
    border-bottom-right-radius: 10em;
}
.content-container h1
{
    margin-top:0;
    margin-bottom: 0;
    /*padding-top: 20px;*/
    padding-bottom: 10px;
    font-size: 2.250em;
    color:#309851;
    font-family: 'GESSTextBold-Bold';
}
.content-container .p
{
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1.9em;
    color:#454545;
    text-align: justify;
    min-height: 261px;
}
.content-container .p ul
{
    list-style: url inside;
}
.content-container a
{
    font-family: 'GESSTextLight-Light';
    color:#fff;
    font-size: 1.876em;
    padding: 10px 24px;
    background-color: #434343;
    float: left;
}
.container-footer-bg
{
    width:100%;
    background: #434343;
    overflow: hidden;
}
.owl-carousel .owl-item {
    padding: 0;
}
.item img
{
    width:100%;
    height:auto;
    border: solid 3px #bdbdbd;
}
.project-carousel .item img{
    border:none;
}
.item p
{
    color:#454545;
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1.563em;
    margin: 10px 0px;
    text-align: right;
    direction: rtl;
}
.carousel-title h1
{
    color:#429c56;
    font-size: 2.250em;
    font-family: 'GESSTextBold-Bold';
    margin-bottom: 20px;
    text-align: right;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    margin: 0px;
    padding: 0;
    font-size: 12px;
    border-radius: 0;
    opacity: 1;
    width: 32px;
    height: 69.7%;
    position: absolute;
    top: 0;
    background-color:#159349;
    background-position: center;
    background-color: #159349;

}
.owl-theme .owl-controls {
    margin-top: 0;
    direction: rtl;
}
.owl-theme .owl-controls .owl-buttons .owl-prev
{
    background: url(../images/prev.png) no-repeat 50% 50% /50% auto #159349;
    right:0;
    display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next
{
    background: url(../images/next.png) no-repeat 50% 50% /50% auto #159349;
    left:0;
    display: none;
}
.project-carousel
{
    margin-bottom: 20px;
    float: right;
}
.news-bar-container
{
    direction: rtl;
    padding: 0;
}
.news-title
{
    background: #159349;
    width: 20.8%;
}
.news-title a
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-family: 'GESSTextBold-Bold';
    font-size: 2em;
    text-decoration: none;
    display: block;
    height: 100%;
    line-height: 5vw;
}
.news-title,.news-bar
{
    float: right;
    padding: 0;
    height: 5vw;
}
.news-bar
{
    background: #f2f2f2;
    padding: 0 15px;
    width: 79.2%;
}
.news-bar a
{
    color:#434343;
    text-decoration: none;
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1.4em;
    padding: 0 15px;
    border-right: solid 2px #434343;
}
.news-bar a:first-child
{
    border:none;
}
.news-bar marquee
{
    display: block;
    transform: translateY(100%);
}
.artical-list-container 
{
    display: block;
    margin: 0 auto;
    direction: rtl;
}
.article-title h1
{
    text-decoration: none;
    color:#159349;
    font-family: 'GESSTextBold-Bold';
    font-size: 1.5em;
    text-align: center;
}
.artical-view
{
    margin: 40px auto;
}
.article-img,.articl-content
{
    vertical-align: middle;
}
.article-img a
{
    display: block;
}
.article-img img
{
    width:100%;
    height:auto;
    display: block;
    margin: 0 auto;
    border: solid 3px #aaa;
}
.artical-list-container .title a,.artical-list-container .read-more a
{
    text-decoration: none;
    color:#159349;
    font-family: 'GESSTextLight-Light';
    font-size: 1.5em;
}
.artical-list-container .read-more a
{
    float: left;
    font-family: 'Adobe-Arabic-Regular';
}
.artical-list-container .content,.artical-list-container .date
{
    text-decoration: none;
    color:#434343;
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1.8em;
}
.artical-list-container .list-view .pager
{
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.artical-list-container .list-view .pager ul
{
    width:100%;
    margin: 0;
    padding: 0;
    display: block;

}
.artical-list-container .list-view .pager ul li
{
    display: inline-block;
    width:40px;
    height:40px;
    border:1px solid #ddd;
    vertical-align: middle;
    padding: 0;
}
.artical-list-container .list-view .pager ul li:before
{
    display: none;
}
.artical-list-container .list-view .pager ul li a
{
    display: inline-block;
    width:20%;
    border:none;
    color: #434343;
    font-size: 2em;
    font-family: 'Adobe-Arabic-Regular';
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
ul.yiiPager .selected a
{
    background: #434343;
    color:#2e6ab1;
}
.main-footer
{
    direction: rtl;
    padding: 1.5vw 15px;
    display: block;
}
.main-footer span
{
    color:#fff;
    font-family: 'GESSTextLight-Light';
    font-size: 1.563em;
    /*display: inline-block;*/
}
.main-footer a
{
    color:#fff;
    font-family: 'GESSTextLight-Light';
    font-size: 1.563em;
    text-decoration: none;
}
.designedby
{
    display: inline-block;
    vertical-align: middle;
}
.social-media
{
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 3%;
}
.social-media a
{
    background: transparent url("../images/social-media-icon-2.png") no-repeat scroll 0% 0%/cover;
    display: inline-block;
    width: 39px;
    height: 38px;
    margin: 0px 5px;
    padding: 0px;
    vertical-align: middle;
    border: solid 1px transparent;
    border-radius: 38px;
    overflow: hidden;
}
.social-media a.linkedin
{
    background-position: 75% 0%;
}
.social-media a.twitter
{
    background-position: 100% 0%;
}
.social-media a.facebook
{
    background-position: 50% 0%;
}
.language-switcher
{
    display: inline-block;
    vertical-align: middle;
}
.language-switcher a.en,
.language-switcher a.ar
{
    background:none;
    border:none;
    border-radius: 0;
    width:auto;
    height:auto;
    text-decoration: none;
    color: #434343;
    font-size: 1.2em;
    font-family: 'GESSTextLight-Light';
    margin: 0;
    padding: 0 15px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.language-switcher a.en
{
    font-family:'TwCenMT-Regular';
    border-right:solid 2px #434343;
}
.language-switcher a.active,.language-switcher a:hover
{
    color: #2d8346;
}
.footer-language-switcher a.en
,.footer-language-switcher a.ar
{
    color:#fff;
}
.footer-language-switcher a.en
{
    border-right:solid 2px #fff;
}
.social-media span
{
    font-family: 'GESSTextLight-Light';
    color:#fff;
    font-size: 1.563em;
    display: inline-block;
    vertical-align: middle;
}
.social-media-icon
{
    display: inline-block;
    vertical-align: middle;
}
.header-social-media
{
    margin: 0px;
    position: absolute;
    left: 0;
}
.header-social-media span
{
    color:#434343;
}
.arabic-title
{
    position: absolute;
    top: 0px;
    right: 45px;
    display: block;
}
.arabic-title h1{
    font-family: "GESSTextLight-Light";
    margin: 0px;
    color: rgb(45, 131, 70);
    font-size: 1.7vw;
    padding: 0px;
}
.main-footer a.flex,
.main-footer span.flex
{
    font-family:'TwCenMT-Regular';
    text-align: left;
}
.left-side-bar-container
{
    direction: rtl;
}
.left-side-bar
{
    width:100%;
    margin-bottom: 20px;
    background-color:#434343;
    direction: rtl;
}
.left-side-bar .icon
{
    vertical-align: middle;
    /*width: 26%;*/
    padding: 0;
}
.left-side-bar .icon a
{
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.9em;
    font-family: 'GESSTextBold-Bold';
}
.left-side-bar .icon img
{
    width: 19%;
    height: auto;
    display: inline-block;
    margin: 2.5vw 2vw;
} 
.left-side-bar .custom-width img {
    width: 11%;
    margin: 2.5vw 2.8vw;
}
.left-side-bar .link-title
{
    vertical-align: middle;
}
.left-side-bar .link-title a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.9em;
    font-family: 'GESSTextBold-Bold';
}
.top-img
{
    width:100%;
    overflow: hidden;
    position: relative;
}
.top-img-border{
    width: 86.5%;
    height: 12px;
    margin: 0px auto;
    background:#159349;
}
.top-img img{
    width:100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.top-img-title
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}
.top-img-title h1
{
    color: #fff;
    font-family: 'GESSTextBold-Bold';
    font-size: 3.8em;
    padding: 0;
    margin: 0;
    text-align: center;
}
.top-img-logo
{
    position: absolute;
    left: 1%;
    bottom: 0px;
    width: 27.5%;
}
.top-img-logo
{
    opacity: 0.4;
}
.project-content
{
    padding: 15px 0;
    border-bottom: solid 1px #aaa;
}
.artical-list-container .header
{
    border-bottom: solid 1px #aaa;
}
.project-content > div {
    float: right;
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1em;
    color: #434343;
    line-height: 1em;
    text-align: right;
}
.page-projects-index .about-container
{
    width:95%;
}
.project-header
{
    float: right;
    font-family: 'GESSTextLight-Light';
    font-size: 2.5rem;
    color: #2d8346;
    padding: 15px;
}
.project-content .project-number
{
    color: #2d8346;
    font-family:'TwCenMT-Regular';
    font-size: 0.8em;
    color: #434343;
}
.project-content .project-title
{

}
.project-content .project-status
{
    text-transform: capitalize;
}
.project-content .project-date
{
    text-transform: capitalize;
}
.project-title > div,
.project-status > div,
.project-date >div,
.project-number >div
{
    padding: 15px 0;
}

.activity-container
{
    margin: 40px auto;
}
.about-container
{
    direction: rtl;

}
.ltr-direction
{
    direction: ltr;
}
.about-container .title
{
    margin: 0;
    padding: 0;
}
.about-container .title h1{
    font-size: 1.750em;
    font-family: 'GESSTextMedium-Medium';
    color:#2d8346;
    text-align: right;
}
.about-container .content
{
    color:#454545;
    font-size: 1.750em;
    font-family: 'Adobe-Arabic-Regular';
}
.about-container .content ul{
    margin: 0;
    padding: 0;
    /*list-style: inherit;*/
    color:#159349;
    /*margin-right: 20px;*/
}
.about-container .content ul li
{
    color:#454545;
    position: relative;
    display: block;
    padding-right: 25px;
}
.about-container .content ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    border: solid 1px #159349;
    border-radius: 10px;
    background: #159349;
    position: absolute;
    top: 0.8vw;
    right: 0;
}
#employee-carousel h1
{
    color:#2d8346;
    font-size: 1.2em;
    font-family: 'GESSTextMedium-Medium';
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.map
{
    width:100%;
    height:470px;
    /*box-shadow: 0px 1px 7px #aaa;*/
}
#mapid-yw0_1
{
    width:100%;
    height: 100%;
}
.page-content-contact-us
{
    direction: rtl;
}
.form-container 
{
    padding: 20px 0;
    background: #efefef;
    margin-bottom: 20px;
}
.contact-form
{
    padding: 0;
    float: none;
    margin: 0 auto;
    direction: rtl;
}
.contact-form div
{
    padding-right: 0;
}
.contact-form label
{
    display: block;
    margin-bottom: 5px;
    width: 100%;  
    font-weight: normal;
    color:#5a5a5a;
    font-size: 1.5em;
    font-family: 'GESSTextLight-Light';
}
.contact-form input[type="text"],.contact-form textArea
{
    width:100%;
    border: solid 1px #e1e1e1;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1.3em;
    font-weight: normal;
    font-family: 'GESSTextLight-Light';
}
.contact-form textarea{
    height:200px;
}
.buttons
{
    width: 40%;
    height: 60px;
    margin: 15px auto 0 auto;
    font-family: 'GESSTextLight-Light';
}
.buttons .submit-button
{
    width: 100%;
    height: 100%;
    background: #159349;
    border: none;
    color: #fff;
    font-size: 2em;
    text-align: center;
    font-family: 'GESSTextLight-Light';
}
.errorMessage,.help-block
{
    color: #be4f48;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'GESSTextLight-Light';
}
.contact-info h1{
    font-family: 'GESSTextLight-Light';
    font-size: 1.5em;
    color:#454545;
    display: inline-block;
}
.contact-info h1.title{
    color:#159349;
    display: block;
}
.contact-info p,.contact-info a{
    font-family: 'GESSTextLight-Light';
    font-size: 1.5em;
    color:#454545;
    display: inline-block;
    text-decoration: none;
}
.contact-info a:hover{
    text-decoration: none;
}
.contact-container
{
    margin: 30px 0;
}
.company-team
{
    direction: rtl;
    padding: 30px 0;
}
.company-team table{
    border: solid 1px #434343;
}
.company-team table
{
    display: block;
    width: 50%;
    float: right;
}
.company-team table tbody,.company-team table tr,.company-team table th,.company-team table td
{
    width:100%;
    display: block;
}
.company-team table th{
    text-align: center;
    color:#159349;
    font-family: 'GESSTextMedium-Medium';
    font-size: 1.750em;
}
.company-team table tr{
    border-bottom: solid 1px #434343;
}
.company-team table tr td:first-child,.company-team table th:first-child
{
    /*border-left: solid 1px #434343;*/
}
.company-team table td
{
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1.750em;
    color:#454545;
}
.company-team table td,.company-team table th
{
    display: block;
    width:100%;
    padding: 5px 40px;
    padding-left: 0;
}
.company-team table td,.company-team table th
{
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
}
.company-team table th
{
    padding: 0;
}
.company-team table td:before
{
    content: "";
    width:12px;
    height:85%;
    position: absolute;
    top:50%;
    right: 2%;
    transform: translateY(-50%);
    background: #159349;
}
.emp-table tr:nth-child(12) td:last-child:before,.emp-table tr:nth-child(13) td:last-child:before,.emp-table tr:nth-child(14) td:last-child:before,.emp-table tr:nth-child(15) td:last-child:before
{
    display: none;
}
.company-team .emp-table
{
    border-right: none;
}
.company-team table tr:last-child
{
    border: none;
}
.page-view-services .about-container
{
    padding: 30px 0;
}
.page-view-services .about-container .contact-container ul li
{
    line-height: 2.5em;
}
.page-view-factory .container-footer-bg
{
    margin-top:100px;
}
.page-view-factory .about-container
{
    margin-top:45px;
}
.view-large
{
    display: block;
    margin: 0 auto;
    text-align: right;
    /*direction: rtl;*/
}
.view-large > div
{
    float: left;
}
.view-large .title
{
    float: none;
    display: block;
    margin: 0 auto;
}
.view-large .title h1
{
    color: #2d8346;
    font-size:2em;
    font-family: 'GESSTextBold-Bold'; 
    direction: rtl;
    margin: 0;
    padding: 0;
    line-height: 3em;
}
.article-content .article-title a
{
    text-decoration: none;
    color: #2d8346;
    font-size: 1.625em;
    font-family: 'GESSTextBold-Bold';
    direction: rtl;
    display: block;
    padding: 10px 0;
}
.article-content .article-inner-content
{
    color:#454545;
    font-family: 'Adobe-Arabic-Regular';
    font-size: 1.625em;
    display: block;
    text-align: justify;
    direction: rtl;
}
.news-img img
{
    width:100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#factory-1-carousel
{
    margin: 20px auto;
    padding: 0;
}
.factory-carousel img
{
    border: none;
}
.owl-theme .owl-controls {
    margin: 20px auto;
}
.factory-container > div
{
    display: block;
    margin: 20px auto;
}
.factory-carousel .owl-controls .owl-buttons .owl-prev,
.factory-carousel .owl-controls .owl-buttons .owl-next
{
    height: 100% !important;
    display: block !important;
}
.factory-carousel .owl-controls .owl-buttons .owl-next {
    background: url(../images/prev.png) no-repeat 50% 50% /50% auto #159349;
    right: 0;
    left:auto;
}
.factory-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(../images/next.png) no-repeat 50% 50% /50% auto #159349;
    left:0;
    right:auto;
}
.project-content 
{
    position: relative;
}
.project-content a
{
    font-family: 'GESSTextLight-Light';
    font-size: 2.2rem;
    color: #2d8346;
    padding: 15px 0;
    display: block;
}
.project-container
{
    width: 95%;
    margin: 20px auto;
    direction: rtl;
}
.project-details  .title{
    margin: 20px 0;
}
.project-details  .title h1{
    font-family: 'GESSTextLight-Light';
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    color:#434343;
}
.project-details  .title h3{
    font-family: 'TwCenMT-Regular';
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    color:#434343;
}
.project-details  .title h6{
    font-family: 'TwCenMT-Regular';
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    color:#434343;
    text-transform: capitalize;
}
.project-details  .desc p{
    font-family: 'GESSTextLight-Light';
    font-size: 1.3em;
    padding: 0;
    margin: 0;
    color:#434343;
}
.project-images-carousel{
    direction: ltr;
}
.project-images-carousel .item
{
    padding: 0 15px;
}
.project-images-carousel .item img{
    width:100%;
    height:auto;
    display: block;
}
.project-images-carousel .owl-controls .owl-buttons div{
    display: block !important;
    height:100% !important;
    background-size: 35px auto !important;
}
.project-images-carousel .owl-controls .owl-buttons .owl-next {
    background: url(../images/left-control-nav.png) no-repeat 50% 50% /50% auto transparent !important;
    right: 0;
}
.project-images-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(../images/right-control-nav.png) no-repeat 50% 50% /50% auto transparent !important; 
    right: 0;
}
.project-images-carousel .owl-item {
    padding: 0 10px !important;
}
@media(max-width:1810px)
{
    body
    {
        font-size: 15px;
    }
    .main-menu ul li a {
        font-size: 1.55vw;
    }
}
@media(max-width:1760px)
{
    body
    {
        font-size: 14px;
    }
    .content-container p {
        min-height: 300px;
    }
}
@media(max-width:1660px)
{

    body
    {
        font-size: 13px;
    }
}
@media(max-width:1560px)
{
    body
    {
        font-size: 12px;
    }
    .content-container p {
        min-height: 290px;
    }
}
@media(max-width:1450px)
{
    body
    {
        font-size: 11px;
    }
    .project-header {
        font-size: 2rem;
    }
    .about-container .content {
        font-size: 2em;
    }
    .main-menu ul li a {
        font-size: 1.54vw;
    }
    .company-team table td::before {
        width: 8px;
    }
    .map {
        height: 400px;
    }
    .contact-form input[type="text"]
    {
        height:35px;
    }
    .about-container
    {
        margin: 30px auto;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next,
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        width:26px;
    }
    .factory-carousel .owl-controls .owl-buttons .owl-next,
    .factory-carousel .owl-controls .owl-buttons .owl-prev {
        width: 30px;
    }

    .slider {
        margin-bottom: 35px;
    }
    .left-side-bar .link-title a {
        font-size: 1.8em;
    }
    .theme-default .nivo-controlNav a {
        width: 18px;
        height: 18px;
    }
    .social-media a {
        width: 34px;
        height: 33px;
    }
    .theme-default a.nivo-prevNav,
    .theme-default a.nivo-nextNav{
        width: 18px;
        height: 43px;
    }
    .content-container p {
        min-height: 270px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next,
    .owl-theme .owl-controls .owl-buttons .owl-prev{
        background-size:35% auto;
    }
    .company-team table td,.company-team table th {
        height: 40px;
        line-height: 40px;
        font-size: 2em;
    }
}
@media(max-width:1330px)
{
    .slider-img-title h1
    {
        margin-bottom:15px;
        margin-top:15px;
    }
    .theme-default .nivo-controlNav a {
        width: 15px;
        height: 15px;
    }
    .content-container a {
        padding: 0px 20px;
        margin-left: 20px;
    }
    /*    .main-menu ul li {
            padding: 0px 3em;
        }*/
}
@media(max-width:1280px)
{
    .contact-form input[type="text"]
    {
        height:30px;
    }
    .content-container p {
        min-height: 270px;
    }
    .map {
        height: 350px;
    }
}
@media(max-width:1260px)
{
    .main-menu ul li a {
        font-size: 1.54vw;
    }
    .left-side-bar .icon img
    {
        margin:  2.5vw 1vw;
    }
    .left-side-bar .custom-width img {
        margin: 2.5vw 1.7vw;
    }
}
@media(max-width:1210px)
{
    .main-menu ul li a {
        font-size: 1.54vw;
    }
    .main-menu ul li {
        padding: 0px 2.7vw;
    }
    .social-media a {
        width: 30px;
        height: 29px;
    }
    .content-container .p
    {
        min-height: 230px;
    }
}

@media(max-width:1100px)
{

    body
    {
        font-size: 10px;
    }
    /*    .main-menu ul li {
            padding: 0px 1.5em;
        }*/
    .slider-img-title h1
    {
        margin-bottom:10px;
        margin-top:10px;
    }
    .theme-default .nivo-controlNav a {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
    .theme-default .nivo-controlNav {
        top: 80%;
    }
    .article-contentainer {
        padding: 20px 0;
    }
    .slider {
        margin-bottom: 20px;
    }
    .content-container {
        padding: 10px 15px;
    }
    .content-container p {
        font-size: 1.7em;
    }
    .content-container p {
        min-height: 216px;
    }
    .main-menu ul li a {
        font-size: 1.52vw;
    }
    .factory-carousel .owl-controls .owl-buttons .owl-next, .factory-carousel .owl-controls .owl-buttons .owl-prev {
        width: 32px;
    }
}
@media(max-width:990px)
{
    body
    {
        font-size: 9px;
    }
    .left-side-bar .icon a {
        font-size: 1.6em;
    }
}
.display
{
    display: none;
}
@media(max-width:900px)
{
    .news-bar a, .news-bar a:first-child {
        font-size: 1.8em;
    }
    .display
    {
        display: block;
    }
    .company-team table {
        display: block;
        width: 95%;
        float: none;
        margin: 20px auto;
    }
    .company-team table,.company-team .emp-table {
        border: solid 1px #434343;
    }
    .company-team table td, .company-team table th {
        font-size: 2.5em;
    }
    .header
    {
        display: none;
    }
    .about-container {
        margin: 30px;
    }
    .news-title, .news-bar {
        height: 9vw;
    }
    .news-title a
    {
        line-height: 9vw      
    }
    .news-bar a
    {
        font-size: 2em;
    }
    .article-img
    {
        width:55%;
        margin: 0 auto;
    }

    .article-img, .articl-content {
        display: block;
        margin: 20px auto;
    }
    .artical-list-container .title a, .artical-list-container .read-more a {
        font-size: 2.5em;
    }
    .artical-list-container .content, .artical-list-container .date {
        font-size: 2.5em;
    }
    .content-container .p
    {
        min-height: 180px;
        font-size: 2em
    }
    .main-menu ul li {
        padding: 0px 2.6vw;
    }
    .contact-form div {
        padding: 0 15px;
    }
    .contact-info h1,
    .contact-info p,
    .contact-info a{
        font-size: 2em;
    }
    .map {
        height: 300px;
    }
    .contact-form input[type="text"]
    {
        height:30px;
    }
    .top-img img {
        width: 200%;
        margin-left: -83%;
    }
    .col-xs-12{
        width:100%;
    }
    .col-xs-6
    {
        width: 50%;
    }
    body
    {
        font-size: 10px;
    }
    .logo
    {
        width:25%;
    }
    .logo img {
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    /*    .main-menu ul li {
            padding: 0px 2em;
        }*/
    .slider {
        margin-bottom: 20px;
    }
    .article-contentainer > div
    {
        margin-bottom: 20px;
    }
    .content-container
    {
        float: right;
        border-bottom-left-radius: 6em;
        border-bottom-right-radius: 0em;
        padding-bottom: 6px;
        overflow: hidden;
    }
    .content-container p {
        font-size: 1.8em;
    }
    .content-container p {
        min-height: 185px;
    }
    .article-contentainer {
        padding-bottom: 0px;
    }
    .content-container a {
        margin: 0px auto;
        float: none;
        display: block;
        width: 105%;
        overflow: hidden;
    }
    .content-container h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 2em;
    }
    .article-contentainer img {
        width: 50%;
        display: inline-block;
        float: right;
        border-top-left-radius: 0em;
        border-top-right-radius: 6em;
        background: #fff;
    }
    .item p {
        font-size: 1.7em;
    }
    .designedby
    {
        float: none;
        text-align: center;
    }
    .main-footer a {
        font-size: 1.8em;
    }
    .slider-img-title h1
    {
        font-size: 1.5em;
    }
    .left-side-bar
    {
        width:49%;
        display: inline-block;
    }
    .left-side-bar .icon img
    {
        margin:  2.5vw 1.7vw;
    }
    .left-side-bar .custom-width img {
        margin: 2.5vw 1.7vw;
    }
    .left-side-bar .icon img {
        width: 20%;
    }
    .left-side-bar .custom-width img {
        width: 11%;
    }
    .left-side-bar-container .left-side-bar:last-child
    {
        margin-right: 1.6%;
    }
    .news-img img {
        width: 55%;
    }
    .article-content .article-inner-content {
        font-size: 2em;
    }
    .top-img-logo
    {
        display: none;
    }
    .top-img-title
    {
        left: 0;
        transform: translateY(-50%);
        right: auto;
        width: 100%;
    }
    .top-img-title h1{
        font-size: 5em;
    }

    .project-title div:last-child,
    .project-number div:last-child,
    .project-status div:last-child,
    .project-date div:last-child
    {
        width:68%;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .project-content .project-number {
        font-size: 1em;
    }
    .project-content > div {
        font-size: 1.4em;
    }
    .project-header
    {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        float: none;
        font-size: 1.5rem;
    }
}
@media(max-width:860px)
{

    body{
        font-size: 9px;
    }
    /*    .main-menu ul li {
            padding: 0px 2em;
        }*/
    .content-container {
        float: right;
        padding-bottom: 10px;
    }
    .content-container h1 {
        padding-top: 11px;
    }
    .item p
    {
        font-size: 2em;
    }
}@media(max-width:780px)
{
    .company-team table td, .company-team table th {
        font-size: 3.5em;
    }
    body{
        font-size: 8px;
    }
    .main-footer a {
        font-size: 2em;
    }
    .main-menu ul li a {
        font-size: 1.5vw;
    }
    .content-container .p
    {
        min-height: 180px;
        font-size: 2.3em
    }
    .about-container {
        margin: 15px;
    }

}
@media(max-width:768px)
{
    .factory-carousel
    {
        width: 90%;
        margin: 0 auto;
    }
    .factory-carousel .owl-controls .owl-buttons .owl-next, .factory-carousel .owl-controls .owl-buttons .owl-prev {
        width: 35px;
    }
}
@media(max-width:702px)
{
    body{
        font-size: 7px;
    }
    .content-container p {
        font-size: 2.3em;
    }
}
@media(max-width:640px)
{
    .main-menu ul li {
        padding: 0px 2.5vw;
    }
    .company-team table td, .company-team table th {
        padding: 0px 20px;
    }
    body{
        font-size: 6.5px;
    }
    .content-container p {
        font-size: 2.2em;
    }
    .theme-default .nivo-controlNav {
        padding: 8px 0;
    }
    /*    .main-menu ul li {
            padding: 0px 2em;
        }*/

}
@media(max-width:599px)
{
    .left-side-bar-container .left-side-bar:last-child ,
    .left-side-bar
    {
        margin: 20px auto;
    }
    .left-side-bar .icon a {
        font-size: 3em;
    }
    .left-side-bar {
        width: 100%;
        display: block;
    }
    .left-side-bar .custom-width img {
        margin: 2.3vw 5.5vw;
    }
    .news-title a
    {
        line-height: 14vw;
    }
    .news-title, .news-bar {
        height: 14vw;
    }
    .main-menu ul li a {
        font-size: 3vw;
        display: block;
        width: 100%;
    }

    .company-team table td::before {
        width: 4px;

    }
    .mobile-btn
    {
        display: block;
    }
    body{
        font-size: 8px;
    }
    .main-header {
        /*        overflow: auto;*/
        margin-bottom: 0;
        position: fixed;
        z-index: 999;
        height: auto;
        background: #fff;
        width: 100%;
        /*padding-bottom: 10px;*/
        box-shadow: 0 1px 9px #aaa;
        top:0;
    }
    #content
    {
        margin-top: 146px; 
    }
    .slider
    {
        display: none;
    }
    .main-menu {
        margin: 0;
        padding: 0;
    }
    .main-menu ul
    {
        display: none;
        padding: 0;
        margin: 0;
    }
    .main-menu ul li
    {
        display: block;
        line-height: 5em;
        border: none;
        border-bottom: solid 1px #aaa;
        text-align: right;
        padding-right:15px;
    }  .main-menu ul li:first-child {
        padding-right: 15px;
    }
    .main-menu ul li:hover,
    .main-menu ul li.active
    {
        background:#434343;
    }
    .container-wrapper {
        width: 100%;
    }

    .article-contentainer img {
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto;
        border-top-right-radius: 10em;
    }
    .col-xs-6 {
        width: 100%;
        float: none;
    }
    .content-container {
        padding-bottom: 20px;
        border-bottom-left-radius: 10em;
    }
    .content-container a {
        float: none;
        width: 105%;
        margin-left: 0;
        padding: 15px 15px;
        font-size: 2.3em;
    }
    .logo {
        width:50%;
        margin: 0 auto;
    }
    .main-footer {
        padding: 15px;
    }
    .designedby{
        width: 100%;
        display: block;
    }
    .social-media
    {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .header-social-media
    {
        display: none;
    }
    .left-side-bar .icon {
        padding: 10px;
    }

}
@media(max-width:520px)
{
    .mobile-btn {
        top: 5%;
    }
    .social-media {
        width: 50%;
    }

}
@media(max-width:480px)
{
    .left-side-bar .icon {
        padding: 0;
    }
    .social-media {
        width: 70%;
    }
    side-bar-container .left-side-bar:last-child {
        margin-right: 1.2%;
    }
    .left-side-bar .link-title {
        padding: 0;
    }
    .factory-carousel .item
    {
        margin: 0 auto;
        display: block;
    }
    .left-side-bar .icon a {
        font-size: 3em;
    }
}
@media(max-width:360px)
{

    .left-side-bar .icon a {
        font-size: 1.3em;
    }
    .mobile-btn
    {
        top:3.5%;
        width: 30px;
        height: 25px;
    }
    .social-media {
        width: 82%;
    }
    side-bar-container .left-side-bar:last-child {
        margin-right: 1%;
    }
    .mobile-btn span {

        height: 3px;
        width: 100%;
    }

    .mobile-btn span:nth-child(1) {
        top: 0px;
    }

    .mobile-btn span:nth-child(2) {
        top: 10px;
    }
    .mobile-btn span:nth-child(3) {
        top: 20px;
    }
}

.page-content-team .img-container {
position: relative; 
}
.page-content-team .overflow{
overflow: hidden;
}  
.page-content-team .image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.page-content-team li.fa.fa-search-plus {
font-size: 29px;
}
.page-content-team .item img {
width: 100%;
height: auto;
border: none;
}
.page-content-team span.close-img {
height: 30px;
width: 30px;
color: #fff;
left: 47%;
cursor: pointer;
position: relative;
}
.page-content-team .middle { 
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
width: 87%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
height: 100%;
background-color: rgba(0, 0, 0, 0.61);
}
.page-content-team li.fa.fa-search-plus { 
display: table-cell;
vertical-align: middle;
text-align: center;
}
.page-content-team .img-container:hover .image {
opacity:1;
}
.page-content-team .pop-up {
display: none;
position: fixed;
height: 100vh;
top: 0vh;
right: 0px;
z-index: 10000;
overflow-x: hidden;
width: 100vw;
text-align: center;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.71);
}
.page-content-team .pop-up-container {
height: 100vh;
display: table-cell;
width: 100vw;
vertical-align: middle;
}
.page-content-team .pop-up-container img{
width: 90%;
margin-right: auto;
margin-left: auto;
display: block;
}
.page-content-team .img-container:hover .middle {
opacity: 1;
}
.page-content-team .text {  
color: white;
font-size: 16px;
height: 100%;
display: table;
width: 100%;

}
.page-content-team li.fa.fa-search-plus {
font-size: 29px; 
cursor: pointer;
}
.page-content-team .item .row {
padding: 20px 0px;
} 