@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('../fonts/robotocondensed-bolditalic-webfont.eot');
    src: url('../fonts/robotocondensed-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/robotocondensed-bolditalic-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-bolditalic-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic') format('svg');
    font-weight: normal;1
    font-style: normal;

}
@font-face {
    font-family:'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold_gdi.eot');
    src: url('../fonts/RobotoCondensed-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Bold_gdi.woff') format('woff'),
        url('../fonts/RobotoCondensed-Bold_gdi.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Bold_gdi.svg#RobotoCondensed-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+000D-25CA;
}
@font-face {
    font-family:'RobotoCondensed-Light';
    src: url('../fonts/RobotoCondensed-Light_gdi.eot');
    src: url('../fonts/RobotoCondensed-Light_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Light_gdi.woff') format('woff'),
        url('../fonts/RobotoCondensed-Light_gdi.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Light_gdi.svg#RobotoCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+000D-25CA;
}

@font-face {
    font-family:'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular_gdi.eot');
    src: url('../fonts/RobotoCondensed-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Regular_gdi.woff') format('woff'),
        url('../fonts/RobotoCondensed-Regular_gdi.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Regular_gdi.svg#RobotoCondensed-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+000D-25CA;
}
@font-face {
    font-family:'Tahoma-Regular';
    src: url('../fonts/Tahoma_gdi.eot');
    src: url('../fonts/Tahoma_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tahoma_gdi.woff') format('woff'),
        url('../fonts/Tahoma_gdi.ttf') format('truetype'),
        url('../fonts/Tahoma_gdi.svg#Tahoma-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
.clear
{
    width:100%;
    height:0;
    clear: both;
}
.more-about
{
    position: absolute;
    top:75%;
    margin: 0 auto;
    cursor: pointer;
    display: none;
    font-family:'RobotoCondensed-Regular';
    font-size: 1.5em;
    left: 33%;
}
a,a:hover,a:focus,a:active{
    text-decoration: none;   
}
.sr-only
{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
    background: url(../images/social_media_icon.png) no-repeat transparent;
}
.errorMessage
{
    position: absolute;
    font-size: 1.2em;
    color: red;
    margin-top: 6px;
}
html,body{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-family:'DINNextLTArabic-Light';
    position: relative;
}
.mobile-btn{
    width: 40px;
    height: 28px;
    position: absolute;
    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: 50%;
    right: 3%;
    transform: translateY(-50%);
    display: none;
}

.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);
}
#mobile-menu
{
    width:100%;
    height:auto;
    float: left;
    background-color: rgb(255, 255, 255);
}
#mobile-menu ul
{
    width: 100%;
    background-color: rgba(230, 231, 232, 0.5);
    padding: 0;
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mobile-menu ul li
{
    list-style-type: none;
    display: block;
    margin: 0px;
    border-bottom: solid 1px rgba(230,231,232,0.6);
    line-height: 40px;
    text-align: center;
}
#mobile-menu ul li:last-child
{
    border:none;
}
#mobile-menu ul li a
{
    color:#353B43;
    font-size: 2.4em;
    font-family: "RobotoCondensed-Light";
}
#mobile-menu ul li a.active-li
{
    font-size: 2.7em;
}
#mobile-menu ul li.active,
#mobile-menu ul li:hover 
{
    background-color:#353B43;

}
#mobile-menu ul li:hover a,
#mobile-menu ul li.active a
{
    color:#aaa;  
}
header.main-header
{
    width:100%;
    /*    padding-bottom: 1%;*/
    background-color: #fff; 
    position: fixed;
    z-index: 99;
    top: 0;
}
.container-header
{
    width: 100%;
    
    height: 100%;
    background-color: rgba(230,231,232,0.5);
}
.logo-container
{
    width:23.63636363636364%;
    float:left;
}
#main-nav{
    width: 85.9375%;
    margin: 0 auto;
    height: 100%;
    z-index: 999;
    background-color: transparent;
}
.main-nav
{
    background-color: rgba(230, 231, 232, 0.5);
}
#main-nav .logo-container{
    float: left;
    display: block;
    width: 28%;
    height: auto;
    margin-top: 1.6%;
}
#main-nav .logo-container #logo{
    width:100%;
    height: 100%;
    display: block;
}
#main-nav .logo-container #logo img{
    width: 84%;
    height:auto;
    display:block;
}
.main
{
    width:76.36363636363636%;
    float: left;
}
.main-menu
{
    float: left;
    width: 36.9%;
    position: relative;
    background: #353B43;
    margin-top: 1.6%;
    margin-left: 18%;
}
.main-menu ul
{
    width:100%;
    margin:0;
    padding:0;
}
.main-menu ul:after
{
    content: "";
    background: transparent url("../images/ul-after2.png") no-repeat scroll 0% 0% / 100% auto;
    height: 100%;
    position: absolute;
    width: 7.557%;
    top: 0;
    left: 100%;
}
.main-menu ul:before
{
    content: "";
    background: transparent url("../images/ul-before2.png") no-repeat scroll 0% 0% / 100% auto;
    height: 100%;
    position: absolute;
    width: 7.557%;
    top: 0  ;
    right: 100%;
}
.main-menu ul li
{
    list-style-type: none;
    float:left;
    display: block;
    padding-right: 10.6%;
    height: 100%;
    position: relative;
}
.main-menu ul li:last-child
{
    padding: 0;
    margin: 0;
}
.main-menu ul li.active:before
{
    content: "";
    background: transparent url("../images/li-active-before2.png") no-repeat scroll 0% 0% / cover;
    height: 100%;
    position: absolute;
    width: 34.87%;
    top: 0  ;
    right: 100%;
}

.main-menu ul li.active
{
    background-color: #E8242B;
}
.main-menu ul li.active:after
{
    content: "";
    background: transparent url("../images/ul-before2.png") no-repeat scroll 0% 0% /100% auto;
    height: 100%;
    position: absolute;
    width: 38.84%;
    top: 0;
    left: auto;
    right: 0px;
}
.main-menu ul li:last-child.active:after
{
    content: "";
    background: transparent url("../images/li-active-after2.png") no-repeat scroll 0% 0% / 100% auto;
    height: 100%;
    position: absolute;
    width: 34.87%;
    top: 0  ;
    left: auto;
    right: 0;
    left: auto;
    right: auto;
    z-index: 3;
}

.main-menu ul li:hover:before
{
    content: "";
    background: transparent url("../images/li-active-before2.png") no-repeat scroll 0% 0% / 100% auto;
    height: 100%;
    position: absolute;
    width: 38.84%;
    top: 0  ;
    right: 100%;
}

.main-menu ul li:hover
{
    background-color: #E8242B;
}
.main-menu ul li:hover:after
{
    content: "";
    background: transparent url("../images/ul-before2.png") no-repeat scroll 0% 0% / 100% auto;
    height: 100%;
    position: absolute;
    width: 33.707%;
    top: 0  ;
    right: 0;
}
.main-menu ul li:last-child:hover:after
{
    content: "";
    background: transparent url("../images/li-active-after2.png") no-repeat scroll 0% 0% / 100% auto;
    height: 100%;
    position: absolute;
    width: 34.87%;
    top: 0  ;
    left: auto;
    right: 0;
    left: auto;
    right: auto;
    z-index: 3;
}
.main-menu ul li a
{
    font-family:'RobotoCondensed-Light';
    font-size: 2em;
    text-decoration: none;
    color: #fff;
    line-height: 2.7em;
}
.social-media
{
    float: right;
    background: transparent url("../images/social-media-icon2.png") no-repeat scroll 0% 0% / 100% auto;
    width: 14.5%;
    height: 61.5%;
    margin-top: 1.6%;
}
.social-media a
{
    display: inline-block;
    width: 33.3%;
    height: 100%;
    cursor: pointer;
    outline: none;
    z-index: 1;
}
.social-media a.in-link
{
    z-index: 2;
}
.section
{
    position:relative;
    overflow: hidden;
}
.fp-tableCell{
    vertical-align: top;
    height:100% !important;
   /* display: block !important;*/
}
.container
{
    width: 85.9375%;
    margin: 0 auto;
    display: block;
    height: auto;
    overflow: hidden;
}
.theme-light.slider-wrapper {
    padding: 0;
}
.theme-light .nivoSlider {
    margin-bottom: 0;
}
.theme-light .nivoSlider img
{
    height: auto !important;
}
.nivo-directionNav
{
    position:absolute;
    top:auto;
    margin-top:10px;
    width:68%;
}
.theme-light .nivo-controlNav {
    text-align: left;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    top: 90%;
    left: 50%;
}
.theme-light .nivoSlider {
    margin-bottom: 0px;
    overflow: visible;
}
.theme-light a.nivo-nextNav {
    right: 2%;
    background: transparent url("../images/next.png") no-repeat 0% 0% /100% auto;
}
.theme-light a.nivo-prevNav {
    left: 2%;
    background:  url("../images/prev.png") no-repeat 0% 0% /100% auto ;
}
.theme-light .nivo-directionNav a {
    display: block;
    width: 18px;
    height: 33px;
    text-indent: -9999px;
    border: 0px none;
    bottom: 0px;
    top: 0px;
    z-index: 11;
}
.theme-light .nivo-directionNav a:hover
{
    background-color: transparent;
}
.caption-bg
{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 10;
    height:100%;
    pointer-events: none;
}
.nivo-caption {
    top: 0;
    color: #FFF;
    width: 33.875%;
    z-index: 20;
    padding: 0px;
    opacity: 1;
    background: transparent none repeat scroll 0% 0%;
    float: left;
    margin-left: 3%;
    overflow:visible;
    z-index: 12;
}.nivo-caption h4{
    font-family:'RobotoCondensed-BoldItalic';
    font-size: 3.000em;
    line-height: 1.471em;
    text-align: left;
}
.nivo-caption p {
    font-size:1.3em;
    font-family:"Arial";
    color:#fff;
    position:absolute;
    top: 102.5%;
    left: 3%;
    width: 655px;
}

.red
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption-bg img.red-img
{
    display: block;
    width: 27.64%;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.caption-bg img.black
{
    float: left;
    display: block;
    width: 48.303%;
}
.btn-more img
{
    width: 6%;
    height: auto;
    display: block;
    margin: 0px auto;
    cursor: pointer;
}
img.down
{
    clear: both;
    display: block;
    width: 100%;
}
.slider
{
    position: relative;
}
.outer-container
{
    width:100%;
    height:auto;
    padding-bottom: 20px;
    background: rgba(230, 231, 232, 0.4)
}
.inner-contentainer
{
    margin-top: 20px;
}
.tracking
{
    width:22%;
    float: left;
    margin-top:20px;
}
.tracking h1
{
    font-family: "RobotoCondensed-Bold";
    font-size:2em;
    color:#ED2026;
}
.tracking span
{
    font-family: "RobotoCondensed-Regular";
    font-size: 1.313em;
    color: #231F20;
    display: inline-block;
    margin: 20px 5px 20px 0px;
    vertical-align: middle;
}
.tracking input[type="text"]
{
    width: 60.5%;
    outline: none;
    height: 33px;
    border: 1px solid rgba(230, 231, 232,1);
    padding-left: 1%;
    font-family: "RobotoCondensed-Regular";
    font-size: 1em;
    vertical-align: middle;
}
.tracking button
{
    width: 15%;
    height: 36px;
    background-color: #ED2026;
    color: #fff;
    font-family: "RobotoCondensed-Bold";
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    padding: 0;
    border: solid 1px #ED2026;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.services-img
{
    width:78%;
    float: left;
}
.services-img a
{
    display: inline-block;
    margin-left: 4.1%;
    width: 29.2%;
    height: auto;
    cursor: pointer;
}
.services-img a img
{
    display: block;
    width: 100%;
    height: auto;
}
.btn-more
{
    margin-top: 20px;
}
.btn-more a{
    display: block;
    cursor: pointer
}
.btn-more a img
{
    width: 5%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer
}
.cl-effect-12 a::before,.cl-effect-12 a::after
{
    position:absolute;
    top:50%;
    left:50%;
    width:125px;
    height:125px;
    border:2px solid rgba(0,0,0,0.1);
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    content:'';
    opacity:0;
    -webkit-transition:-webkit-transform 0.3s,opacity 0.3s;
    -moz-transition:-moz-transform 0.3s,opacity 0.3s;
    transition:transform 0.3s,opacity 0.3s;
    -ms-transition:transform 0.3s,opacity 0.3s;
    -o-transition:transform 0.3s,opacity 0.3s;
    -webkit-transform:translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform:translateX(-50%) translateY(-50%) scale(0.2);
    transform:translateX(-50%) translateY(-50%) scale(0.2);
    -ms-transform:translateX(-50%) translateY(-50%) scale(0.2);
    -o-transform:translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after
{
    width:105px;
    height:105px;
    border-width:6px;
    -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform:translateX(-50%) translateY(-50%) scale(0.8);
    transform:translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform:translateX(-50%) translateY(-50%) scale(0.8);
    -o-transform:translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,.cl-effect-12 a:hover::after,.cl-effect-12 a:focus::before,.cl-effect-12 a:focus::after
{
    opacity:1;
    -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
    -moz-transform:translateX(-50%) translateY(-50%) scale(1);
    transform:translateX(-50%) translateY(-50%) scale(1);
    -ms-transform:translateX(-50%) translateY(-50%) scale(1);
    -o-transform:translateX(-50%) translateY(-50%) scale(1);
}
.cl-effect-12
{
    position: relative;
}

.section-top
{
    width:100% ;
    background-size: cover;
}
.section-top img
{
    width:85.9375%;
    height:auto;
    display: block;
    margin: 0 auto;
}
.inner-content
{
    width: 100%;
    text-align: justify;
}
.inner-content h1
{
    margin: 0;
    padding: 0;
    font-family: "RobotoCondensed-Bold";
    font-size: 2.250em;
    color:#E8242B;
    margin-top: 2%;
    margin-bottom: 1%;
}
.inner-content p
{
    width: 100%;
    box-sizing: border-box;
    color: #353B43;
    font-family: "Tahoma-Regular";
    font-size: 1.2em;
    line-height: 1.7em;
}

.inner-sec3-content
{
    width: 85.9375%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(230,231,232,0.5);
}
.container-brief
{
    width:95%;
    margin: 0 auto;
}
.brief
{
    display: inline-block;
    width: 41.25%;
    position: relative;
    height: auto;
    margin-top: 1%;
    margin-left: 5.8%;
    margin-bottom: 10px;
}
.brief h1
{
    padding: 0px;
    font-family: "RobotoCondensed-Bold";
    font-size: 2em;
    color: #E8242B;
    margin: 0% 0px 1%;
}
.brief p
{
    width: 100%;
    box-sizing: border-box;
    color: #353B43;
    font-family: "Tahoma-Regular";
    line-height: 1.2em;
    font-size: 1.2em;
    text-align: justify;
    margin-bottom: 10px;
}
.read-more-link
{
    text-decoration: underline;
    cursor: pointer;
    font-family: "Tahoma-Regular";
    font-size: 1.3em;
    color: #ED2026;
    float: right;
}

.popup-div
{
    width: 79.8148%;
    background-color: #353B43;
    min-height: 15.018%;
    height: 15.018%;
}
.modal
{
    padding: 0 !important;
    margin: 0 !important;
    top:51% !important;
    left:50% !important;
    transform: translateX(-50%);
    position: absolute;
}
#section2 .fp-tableCell .mCSB_scrollTools .mCSB_draggerContainer {
    top: 12%;
    left: -30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0px;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 95%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_scrollTools {
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCSB_scrollTools {
    width: auto;
    left: auto;
    right: 1%;
}
.popup-div h1
{
    color:#fff;
    font-size: 2em;
    font-family:"RobotoCondensed-Bold"; 
    margin-top: 40px;
    margin-left: 40px;
}
.popup-div p
{
    color: #fff;
    margin-top: 35px;
    box-sizing: border-box;
    font-family: "Tahoma-Regular";
    font-size: 1.1em;
    line-height: 1.8em;
    width: 95%;
    margin: 20px auto;
}
.popup-div h2{
    color: #fff;
    margin-left: 40px;  
    margin-top: 20px;
    box-sizing: border-box;
    font-family: "Tahoma-Regular";
    font-size: 1.3em;
    line-height: 1.2em;
}
.jquery-modal
{
    height: 100%;
    position: fixed;
    z-index: 1;
    opacity: 0.1 !important;
    bottom: 0px;
    width: 100%;
}
.map-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.map #mapid-yw1_1,
.map #mapid-yw2_2
{

    margin-bottom: 3%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.map #mapid-yw2_2
{
    border:none;
}
.outer-map
{
    width: 50%;
    float: left;
    margin-top: 2%;
    height: 69%;
    box-sizing: border-box;
}
.outer-map h1
{
    font-size: 2.1em;
    font-family: "RobotoCondensed-Bold";
    color:#ED2026;
    margin: 0;
    padding: 0;
    margin-left:14%;
    margin-bottom: 3%;
}
.inner-map
{
    width: 85.2%;
    margin-left:14%;
    height: 88%;
    overflow: hidden;
    border-right: 2px solid #000;
}
#gmapid-yw1_1,
#gmapid-yw2_2
{
    background: transparent;
    position:absolute;
}
.map
{
    width: 100%;
    margin-top: 1%;
    position: absolute;
    left: 101%;
    margin-top:1%;
    height:95%;
}
.active-map
{
    left:0;
}
#mapid-yw0_1
{
    border-right: solid 2px #000;
}.outer-contact{
    width: 45%;
    float: left;
    margin-top: 2%;
    margin-left: 1%;
    min-height: 60%;
    height: auto;
    overflow: hidden;
}
.outer-contact h1{
    font-family: "RobotoCondensed-Bold";
    color: #ED2026;
    padding: 0px;
    margin: 3% 0;
    font-size: 2.1em;
}
.contact-container
{
    width:100%;
    position:relative;
}
.contact
{
    width:100%;
    position:absolute;
    left:100%;
}
.active-contact
{
    left:0;
}
.contact-menu
{
    width:100%;
}
.contact-menu ul
{
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}
.contact-menu ul li{
    cursor:pointer;
    display:inline-block;
    font-family: "RobotoCondensed-Bold";
    color: #aaa;
    font-size:2.1em;
    line-height: 1em;
    padding-right: 5%;
    padding-left: 5%;
    border-right: 2px solid rgb(170, 170, 170);
}
.contact-menu ul li:last-child
{
    padding-right:0;
    border:none;
}
.contact-menu ul li.active,
.contact-menu ul li:hover
{
    color: #ED2026;
}
.outer-contact span
{
    font-family: "RobotoCondensed-Bold";
    color: #ED2026;
    margin: 0px;
    padding: 0px;
    font-size: 1.8em;
}
.outer-contact span.contact-info
{
    color: #353B43;
    font-family: "RobotoCondensed-Light";
    padding: 0px;
    margin: 0px 0px 3%;
    display: inline-block;
    font-size: 1.8em;
    text-align: left;
    direction: ltr;

}
.outer-contact span a
{
    font-size:inherit;
    text-decoration:none;
    color: inherit;
    font-family: inherit;
}
.outer-contact span.contact-info.tel{
    direction: ltr;
}.outer-contact span.contact-info.tel{
    direction: ltr;
}
.modal a.close-modal 
{
    float: right;
    display: block;
    background: url("../images/close-modal-icon.png") no-repeat transparent;
    width: 30px;
    height: 30px;
    margin-top: 0.5%;
    margin-right: 0%;
    outline: none;
    position: absolute;
    top: 1%;
    right: 1%;
    cursor: pointer;
}
.jquery-modal ,.blocker
{
    cursor:pointer;
}
.footer
{
    height:7.653061224489796%;
    width:100%;
    clear: both;
    background-color: #ED2026;
    position: absolute;
    bottom: 14%;

}
.footer-menu
{
    width: 40%;
    float: right;
    padding-top: 2em;
}
.footer-menu ul
{
    width: 100%;
    margin-top: 0;

}
.footer-menu ul li 
{
    list-style-type: none;
    float: left;
    margin-left: 6%;
    border-right: 2px solid #FFF;
    padding-right: 4%;
}
.footer-menu ul li a
{
    text-decoration: none;
    font-size: 1.313em;
    font-family: 'Tahoma-Regular';
    color:#fff;
}
.footer-menu ul li:last-child
{
    border: none;
}
.footer-menu ul li:first-child
{
    margin:0;
}
.footer-social-media{
    float: right;
    width: 120px;
    padding-top: 1.8em;
}
.footer-social-media a
{
    width: 31px;
    height: 31px;
    display: inline-block;
    background: transparent url(../images/slider/footer-social-media_icon_2.png) no-repeat 0% 0%;
    outline: none;
    margin-right: 8%;
}
.footer-social-media a.fb-link
{
    background-position: 50% 0%;
}
.footer-social-media a.tw-link
{
    background-position: 101% 0%;
}
.footer-social-media a.in-link
{
    background-position: -1% 0%;
    margin-right: 0;
}
.copy-right
{
    float:left;
    line-height: 5.2em;
}
.copy-right span
{
    margin:0;
    padding:0;
    color:#fff;
    font-size: 1.313em;
    font-family: 'Tahoma-Regular';
}
.copy-right a
{
    margin:0;
    padding:0;
    color:#fff;
    font-size: 1.313em;
    font-family: 'Tahoma-Regular';
    text-decoration: none;
    outline: none;
}
.copy-right a:hover
{
    text-decoration: underline;
}

.lable,.status,.sub_status,.tracking_id{
    display:inline-block;
}
.modal.tracking-pop{
    top:30% ;
}
.popup-div.tracking-pop{
    height: 30.018%;
    z-index: 999 !important;
}
.nivo-main-image,.nivo-caption
{
    display: block;
}
.history
{
    display:block;
    cursor: pointer;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#1a1a1a; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    margin:-100px 0 0 -100px; /* is width and height divided by two */

}

@media (max-width : 1840px){
    .main-menu
    {
        width:39%;
    }
    .main-menu ul li
    {
        padding-right: 10%;
    }
}
@media (max-width : 1800px)
{
    .main-menu ul li
    {
        padding-right: 9%;
    }
    .main-menu ul li a {
        line-height: 2.4em;
    }
    .tracking input[type="text"] {
        width: 60%;
        outline: none;
    }
}
@media (max-width : 1700px)
{
    .main-menu ul li
    {
        padding-right: 8%;
    }
    .main-menu ul li a {
        line-height: 2.3em;
    }
    .cl-effect-12 a::before, .cl-effect-12 a::after
    {
        width:110px;
        height:110px;
    }
    .cl-effect-12 a::after{
        width:90px;
        height:90px;
    }
    .footer-menu {
        padding-top: 1.7em;
    }
    .footer-social-media {
        padding-top: 1.5em;
    }
    .copy-right {
        line-height: 4.8em;
    }
}
@media (max-width : 1620px)
{
    body
    {
        font-size: 15px !important;
    }
    .main-menu ul li
    {
        padding-right:7%;
    }.main-menu {
        width: 38%;
    }
    .main-menu ul li a {
        font-size: 1.9em;
    }
    .main-menu {
        width: 38%;
    }
    .tracking input[type="text"] {
        width: 59%;
        outline: none;
    }
}
@media (max-width : 1525px)
{
    .main-menu ul li a {
        font-size: 1.8em;
    }
    .cl-effect-12 a::before, .cl-effect-12 a::after
    {
        width:100px;
        height:100px;
    }
    .cl-effect-12 a::after{
        width:80px;
        height:80px;
    }
}
@media (max-width : 1450px)
{
    .main-menu ul li a {
        font-size: 1.7em;
    }
    .theme-light .nivo-directionNav a {
        width: 12px;
    }
    .nivo-caption {
        width: 26%;
    }
    .outer-container
    {
        padding-bottom: 15px;
    }
    .btn-more
    {
        margin-top:0;
    }
    .inner-contentainer
    {
        margin-top: 15px;
    }
    .tracking input[type="text"] {
        width: 57%;
        height: 28px;
        outline: none;
    }
    .tracking button {
        width: 14%;
        height: 33px;
    }
    .tracking
    {
        margin-top:10px;
    }
    .nivo-caption h4
    {
        font-size:2.5em;
    }
}
@media (max-width : 1366px)
{
    body{
        font-size: 12px !important;
    }
    .main-menu ul li a {
        font-size: 2.2em;
    }
    .main-menu {
        width: 37%;
    }
    .brief {
        margin-top: 0.7%;
    }
    .inner-content h1 {
        margin-top: 1.5%;
        margin-bottom: 0%;
    }
    .main-menu ul li:hover:after {
        width: 38.84%;
    }
    .main-menu {
        width: 39%;
    }
    .nivo-caption {
        width: 24%;
    }
    .cl-effect-12 a::before, .cl-effect-12 a::after
    {
        width:90px;
        height:90px;
    }
    .cl-effect-12 a::after{
        width:70px;
        height:70px;
    }
.footer-social-media a {
    background-size: cover;
    width: 26px;
    height: 25px;
}
}

@media(max-width : 1300px)
{
    body
    {
        font-size:11px !important;
    }
    .main-menu
    {
        width:38%;
    }
}
@media(max-width : 1220px)
{
    body
    {
        font-size:10px !important;
    }
    .nivo-directionNav
    {
        margin-top:7px;
    }
    .brief {
        margin-top: 2%;
    }
}
@media(max-width : 1110px)
{
    body
    {
        font-size:9px !important;
    }
    .main-menu ul li a {
        font-size: 2.2em;
    }
}
@media (max-width : 1024px)
{
    .theme-light .nivo-directionNav a {
        width: 9px;
    }
    .tracking input[type="text"] {
        height: 22px;
    }
    .tracking button {
        width: 14%;
        height: 25px;
    }
    .tracking
    {
        margin-top:0px;
    }
    .footer-social-media a {
    background-size: cover;
    width: 23px;
    height: 22px;
}
    
}
@media(max-width : 1000px)
{
    body
    {
        font-size: 8px !important;
    }
    .btn-more a img {
        width: 7%;
    }
}
@media(max-width : 900px)
{
    .main-menu {
        width: 39%;
    }.theme-light .nivo-directionNav a {
        width: 8px;
    }
    .main-menu
    {
        margin-left:14%;
        width:41%;
    }
    .main-menu ul li a {
        font-size: 2em;
    }
}
@media(max-width:800px)
{
    .section
    {
        height:auto;
        padding-bottom: 30px;
    }
    .fp-tableCell
    {
        display:block;    
    }
    .tracking,.services-img
    {
        width:100%;
        float:none;
        display: block;
    }
    .tracking
    {
        margin: 20px auto;
    }
    .services-img
    {
        margin-bottom: 20px;
    }
    .tracking input[type="text"] {
        width: 78.5%;
        height:30px;
            outline: none;
    }
    .tracking button {
        font-size: 2em;
        height: 32px;
    }
    .btn-more a img {
        width: 9%;
    }
    .nivo-caption h4
    {
        font-size: 2.2em;
    }
    .nivo-directionNav
    {
        margin-top:5px;
    }
    .brief
    {
        display: block;
        width:90%;
        margin: 20px auto;
    }
    .brief h1{
        font-size: 2em;
    }
    .brief p{
        font-size: 1.8em;
    }
    .inner-content p {
        font-size: 1.8em;
    }
    .copy-right
    {
        float: none;
        text-align: center;
    }
     .copy-right a,
      .copy-right span
      {
          font-size: 1.7em;
      }
    .footer-menu
    {
        display: none;
    }
    .footer-social-media
    {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 90px;
       margin-bottom: 1.5em;
    }
    .outer-map {
    width: 100%;
    float: none;
    height: 500px;
}
.inner-map
{
    width:100%;
    height:95%;
    margin:0 auto;
    border:none;
}
.map-container
{
    width:200%;
}
.map{
    height:100%;
}
.map #mapid-yw1_1, .map #mapid-yw2_2 {
    margin-bottom: 0;
    width:100% !important;
}
.outer-map h1{
    font-size: 3em;
    text-align: center;
    margin: 0;
}
.outer-contact {
    width:90%;
    float: none;
    margin: 2em auto; 
    height:450px;
}
.outer-contact h1 {
    margin: 5% auto;
    font-size: 3em;
}
.outer-contact span {
    font-size: 2.2em;
}
.outer-contact span.contact-info {
    font-size: 2em;
    margin-left: 10px;
}
.contact-menu ul li {
    font-size: 3em;
    line-height: 1em;
    padding-left: 1%;
}
.contact-menu ul li:last-child
{
    padding-left: 5%;
}
.popup-div
{
   height: 60%;
    min-height: 300px;
    width:95%;
}
.modal
{
    position: absolute !important;
    top:13% !important;
}
.read-more-link {
    font-size: 1.6em;
}
.popup-div p {
    font-size: 1.6em;
    line-height: 2em;
}
.popup-div.tracking-pop {
    height: 5%;
    top:5.4% !important;
}
}
@media(max-width:768px)
{
    .main-menu {
        margin-left: 8%;
        width: 46%;
    }
    .theme-light .nivo-directionNav a {
        width: 6px;
    }
    .nivo-caption p{
        top:101%;
    }
    .nivo-caption h4 {
        font-size: 1.8em;
    }
}
@media(max-width:745px)
{
    .main-menu {
        margin-left: 6%;
        width: 48%;
    }
    .tracking button {

        width:12%;
    }
}@media (max-width:655px)
{
    .main-menu {
        margin-left: 2%;
        width: 49%;
    }
    .main-menu ul li a
    {
        font-size:1.8em;
    }
}
@media (max-width:599px)
{
    .outer-container,.main-menu,.social-media
    {
        display: none;
    }
    .container-header{
        width:100%;
    }
    #main-nav .logo-container {
        float: none;
        display: block;
        width: 60%;
        margin: 0px auto;
    }
    #main-nav .logo-container #logo,
    #main-nav .logo-container #logo img{
        width: 100%;
        height: 100%;
        display: block;
    }
    #main-nav .logo-container #logo img{
        padding-top: 20px;
    }
    .services-img a {
        display: block;
        width: 78%;
        margin: 20px auto;
    }
    .btn-more a img {
        width: 12%;
    }
    .mobile-btn
    {
        display: block;
    }
    #mobile-menu
    {
        display: block;
    }
    .tracking input[type="text"] {
        width: 73%;
    }
}

