@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,500);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    /*list-style: none;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* custom */
body {
    font-family: 'Courier New', 'Roboto Mono', sans-serif;
    background: url('../images/body-bg.png') top center no-repeat;
}

.rtl {
    font-family: 'Droid Arabic Kufi', sans-serif;
    direction: rtl;
    text-align: right;
}

a {
    color: #3d3d3d;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #991b1e;
    transition: all .3s ease-in-out;
}

.text-red {
    color: #991c1f;
}

/* header */
.main-header {
    padding: 20px 0;
}

.main-header .wrapper {
    position: relative;
}

.main-header .wrapper:before {
    content: '';
    display: block;
    background: url('../images/hdr-overlay.png') top center no-repeat;
    background-size: cover;
    width: 382px;
    height: 187px;
    position: absolute;
    top: -40px;
    left: -120px;
    z-index: -1;
}

.logo {
    display: block;
    position: relative;
    max-width: 200px;
    z-index: 0;
}

.logo img {
    max-width: 100%;
}

.lang {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.lang li {
    display: inline-block;
    position: relative;
}

.lang li:first-child:before {
    content: '/';
    display: block;
    position: absolute;
    color: #3d3d3d;
    top: 0;
    right: -10px;
}

.rtl .lang li:first-child:before {
    right: auto;
    left: -5px;
}

.lang li a {
    text-transform: capitalize;
}

.lang li.active a {
    font-weight: 500;
    color: #991b1e;
}


/* main nav */
.rtl nav {
    direction: rtl;
}

.nav {
    margin-top: 60px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

nav.top-nav {
    margin: 10px 0 20px;
    font-size: 14px;
}

.rtl nav.top-nav ul {
    text-align: left;
}

nav ul li,
nav ul li.desktop {
    display: inline-block;
    position: relative;
    margin: 0 0 0 20px;
    vertical-align: top;
}

.rtl nav ul li {
    margin: 0 20px 0 0;
}

.main-nav ul li {
    margin: 0;
}

.main-nav > ul > li > a {
    /* text-transform: capitalize; */
    /*width: 112px;*/
    display: block;
    text-align: left;
    background: #cfd0d2;
    color: #000;
    padding: 5px 7px;
    /*height: 50px;*/
    vertical-align: middle;
}

nav ul li a {
    position: relative;
}

nav ul li a span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    background: #a71e22;
    color: #fff;
    width: 100px;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

nav ul li:hover a span {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

nav ul li:first-child a {
    width: auto;
}

nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 250px;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.rtl nav ul ul {
    left: auto;
    right: 0;
    text-align: right;
}

nav ul li:hover ul {
    display: block;
    max-height: 300px;
    transition: all 300ms ease-in-out;
}

nav ul ul li,
.main-nav ul ul li,
.rtl nav ul ul li {
    display: block;
    margin: 0 0 1px 0;
}

nav ul ul li,
.main-nav ul ul li {
    text-align: left;
}

.rtl nav ul ul li {
    text-align: right;
}

nav ul ul li a {
    display: block;
    background: #991c1f url('../images/arrow-right.png') center right no-repeat;
    padding: 10px 24px 10px 10px;
    text-transform: uppercase;
    color: #fff;
    /* line-height: 24px; */
    font-size: 14px;
}

nav ul ul li:hover a {
    background: rgba(153, 28, 31, .7) url('../images/arrow-right.png') center right no-repeat;
    color: #fff;
}

.rtl nav ul ul li a {
    /* padding: 0 10px 0 24px; */
    background: #991c1f url('../images/arrow-left.png') center left no-repeat;
}

.rtl nav ul ul li:hover a {
    background: rgba(153, 28, 31, .7) url('../images/arrow-left.png') center left no-repeat;
    color: #fff;
}

.rtl nav.top-nav ul ul {
    text-align: right;
}

.rtl .main-nav ul {
    text-align: left;
}

/* slider */
.rtl .slick-slider {
    direction: ltr;
}

.main-slider {
    height: 525px;
    position: relative;
}

.inside .main-slider {
    height: 245px;
}

.main-slider .slide-bg {
    position: absolute;
    height: 100%;
    width: 100%;
}

.testimonies .main-slider .slide-bg {
    background-position: top center !important;
}

.main-slider .bg-pos .slide-bg {
    background-position: 50% 80% !important;
}

.ex .main-slider .slide-bg {
    background-position: 50% 40% !important;
}

.main-slider .slick-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/slider-overlay.png') bottom center no-repeat;
    background-size: cover;
}

.inside .main-slider .slick-slide:after {
    background: url('../images/slider-overlay-inside.png') bottom center no-repeat;
}

.slide-content {
    position: absolute;
    bottom: 90px;
    width: 100%;
    z-index: 20;
    color: #fff;
}

.rtl .slide-content {
    direction: rtl;
    text-align: right;
}

.inside .slide-content {
    bottom: 0;
    /* width: 75%; */
    padding-bottom: 30px;
}

.rtl.inside .slide-content {
    right: 0;
}

.slide-content h3 {
    font-size: 2em;
    margin: 0 35px;
}

.inside .slide-content h3 {
    font-size: 1.5em;
}

.main-slider .slick-dots {
    bottom: 20px;
    right: 35px;
    z-index: 99;
    width: 1200px;
    text-align: right;
}

.main-slider .slick-dots li button:before {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.main-slider .slick-dots li.slick-active button:before {
    color: #991c1f;
}

.main-content {
    color: #474647;
}

.main-content h3.red {
    color: #991c1f;
    font-size: 1.5em;
    margin: 25px 0;
}

.main-content .rel {
    height: 993px;
}

.section-hdr {
    margin: 20px 0;
    font-size: 2em;
    color: #991c1f;
}

.bg-red {
    padding: 20px;
    background: #991c1f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#991c1f, #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#991c1f, #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#991c1f, #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#991c1f, #000); /* Standard syntax */
}

.bg-grey {
    background: #cfd0d2;
    padding: 20px;
}

.bg-red.testimonies {
    margin: 50px 0;
}

.bg-grey .section-hdr {
    color: #333;
}

.bg-red .section-hdr {
    color: #fff;
    margin-top: 0;
}

.em {
    font-style: italic;
}

h3.em {
    font-size: 1.25em;
}

.map {
    width: 100%;
    position: absolute;
    top: 45px;
    right: 0;
    text-align: right;
    z-index: -1;
}

.rtl .map {
    text-align: left;
}

.rtl .map img {
    width: 50%;
}

.video {
    position: relative;
    margin: 0 auto;
}

.video a:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -30px;
    background: url('../images/btn-play.png') center center no-repeat;
    z-index: 999;
}

.video img {
    width: 100%;
}

.gallery {
    list-style: none;
}

.gallery li {
    padding: .5px;
    box-sizing: border-box;
}

.gallery li a {
    position: relative;
    display: block;
}

.gallery li .hover {
    background: rgba(153, 28, 31, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: 300ms all ease-in-out;
}

.gallery li:hover .hover {
    opacity: 1;
    transition: 300ms all ease-in-out;
}

.gallery li .hover h3 {
    color: #fff;
    font-size: 1.2em;
}

.gallery li .hover .quote {
    color: #fff;
    margin-top: 15px;
    padding: 0 15px;
}

.gallery .slide-bg {
    width: 100%;
    height: 260px;
}

.text-editor p {
    margin-bottom: 15px;
}

.items {
    /* margin: 50px 0; */
    padding: 0;
    list-style: none;
}

.items li {
    padding: 2px;
    box-sizing: border-box;
}

.items li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.items .slide-bg {
    width: 100%;
    height: 275px;
}

.items.museum li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/btn-play.png') center center no-repeat;
}

.items li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(153,28,31,.75);
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.items li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    text-align: center;
    font-size: 1.8em;
}

.items h3 {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.items li:hover a:after,
.items li:hover .overlay {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.items .slick-prev:before,
.items .slick-next:before {
    color: #000;
}

.item-list {
    list-style: none;
}

.item-list a {
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.item-list h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.25em;
}

.item-list h3 span {
    display: block;
    font-weight: normal;
}

.item-list img {
    max-width: 100%;
}

.item-list img.fl {
    max-width: 50%;
    margin: 0 10px 10px 0;
}

.rtl .item-list img.fl {
    margin: 0 0 10px 10px;
}

.with-sep .col-5:nth-child(even) {
    float: right;
}

.fighters {
    color: #474647;
    list-style: none;
    margin-top: 50px;
}

.fighters img {
    max-width: 100%;
}

.fighters h3 {
    color: #991c1f;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fighters li {
    margin-bottom: 50px;
}

.fighters li:nth-child(2n+1) {
    margin-left: 0;
}

.donors {
    list-style: none;
}

.donors li {
    padding: 1.5px;
    box-sizing: border-box;
    border: 1px solid #fff;
    display: block;
    background: #e4e4e4;
    text-align: center;
    padding: 50px 0;
    color: #9e9f9e;
}

.donors li a:hover {
    color: #991c1f;
}

.donors .slide-bg {
    width: 100%;
    height: 150px;
   /* margin-bottom: 50px;*/
}

.donors h3 {
    width: 70%;
    margin: 0 auto;
    height: 40px;
}

.press {
    list-style: none;
    padding: 0;
    margin: 0;
}

.press li {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.press .slide-bg {
    width: 100%;
    height: 100px;
    background-size: contain !important;
}

.widget {
    display: block;
    position: relative;
    margin: 15px auto;
}

.w3 {
    margin-right: 2px;
}

.w4 {
    margin-left: 2px;
}

.widget .slide-bg {
    height: 355px;
}

.w3 .slide-bg,
.w4 .slide-bg {
    height: 180px;
}

.widget .content {
    width: 100%;
    color: #fff;
}

.widget .content h3 {
    font-size: 3em;
}

.widget .content h4 {
    font-size: 1.5em;
}

.w1:before,
.w2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/overlay-01.png') center center no-repeat;
    background-size: cover;
    z-index: 3;
}

.w2:before {
    background: url('../images/overlay-02.png') center center no-repeat;
}

.w1 .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 170px 0 0 55px;
}

.rtl .w1 .content {
    padding: 170px 55px 0 0;
    box-sizing: border-box;
}

.w2 .content {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 205px;
    z-index: 999;
}

.w3 .content,
.w4 .content {
}

.w2 h3 {
    background: #991c1f;
    line-height: 1.3;
    padding: 0 30px 0 55px;
    display: inline-block;
}

.black h3 {
    background: rgba(0,0,0,.75);
    display: inline-block;
    width: auto;
    padding: 0 15px 0 0;
}

.rtl .black h3 {
    padding: 0 0 0 15px;
}

.w2 h3 i {
    margin-left: 45px;
}

.w2 h4 {
    padding-left: 55px;
}

.rtl .w2 h3 {
    padding: 0 55px 0 30px;
}

.rtl .w2 h4 {
    padding-right: 55px;
    box-sizing: border-box;
}

.rtl .icon-arrow-right {
    margin-left: 0;
    margin-right: 45px;
}

.rtl .icon-arrow-right:before {
    content: '\e901';
}

.w3 .content h3,
.w4 .content h3 {
background: #991c1f;
    font-size: 22px;
    line-height: 2em;
    width: calc(100% - 20px);
    padding-left: 20px;
}

.rtl .w3 .content h3, 
.rtl .w4 .content h3 {
    padding: 0 20px 0 0;
}

.main-footer {
    background: #991c1f;
    color: #fff;
    /* line-height: 45px; */
    margin: 40px auto 100px auto;
    padding: 20px 0;
    vertical-align: middle;
}

.main-footer a {
    color: #fff;
}

.main-footer a:hover {
    color: rgba(255,255,255,.7);
}

.cr {
    padding-right: 20px;
    line-height: 32px;
}

.rtl .cr {
    padding: 0 20px 0 0;
}

.social {
    padding: 0 0 0 20px;
    list-style: none;
    font-size: 2em;
}

.rtl .social {
    padding: 0 0 0 20px;
}

.social li {
    display: inline-block;
}

.page-header {
    background: #9e9f9e;
    padding: 0 20px;
    line-height: 60px;
    margin: 3px auto 30px auto;
    box-sizing: border-box;
}

.page-header.red {
    background: #991c1f;
}

.page-header a {
    color: #fff;
}

ul.breabcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

h3.breadcrumbs {
    color: #fff;
    text-transform: uppercase;
}

.breadcrumbs li {
    display: inline-block;
    color: #991c1f;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
}

.breadcrumbs li:nth-child(even) {
    color: #fff;
}

.breadcrumbs li:after {
    content: '/';
    display: block;
    position: absolute;
    bottom: 0;
    right: -17px;
}

.rtl .breadcrumbs li:after {
    right: auto;
    left: -17px;
}

.breadcrumbs li:last-child:after {
    content: '';
}

.team-list li {
    min-height: 435px;
    margin-bottom: 25px;
}

.team-list li:nth-child(2n+1) {
    margin-left: 0;
}

.rtl .team-list li:nth-child(2n+1) {
    margin-right: 0;
}

.team-list .slide-bg {
    width: 100%;
    height: 270px;
    background-size: cover !important;
}

.team-list .title .pos {
    background: #991c1f;
    color: #fff;
    padding: 20px;
}

.team-list .bdesc {
    padding: 10px;
    font-size: 14px;
}

.title h3 {
    font-size: 1.5em;
}

/* buttons */
.btn-red {
    color: #fff;
    background: #991c1f;
    line-height: 45px;
    padding: 0 14px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.btn-red:hover,
.form input.btn-red:hover {
    color: #fff;
    background: rgba(153, 28, 31, .8);
}

h3.bg-red {
    color: #fff;
    background: #991c1f;
    line-height: 45px;
    padding: 0 14px;
    display: block;
}

/* forms */
.newsletter h3 {
    margin-bottom: 5px;
}


.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px;
    height: 35px;
    background: #cfd0d2;
    color: rgba(60,60,60,.4);
    font-family: inherit;
    font-size: inherit;
    border: 0;
    outline: 0;
    font-weight: inherit;
}

.form input[type=submit] {
    height: 35px;
    background: #a71e22;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
/*     font-size: inherit; */
    font-family: inherit;
}

.form input.btn-red {
    line-height: 35px;
    width: calc( 100% - 5px );
}

.booking input[type="text"],
.booking input[type="email"],
.booking input[type="date"],
.booking textarea {
    height: 45px;
    line-height: 100%;
    margin-bottom: 5px;
    width: calc( 100% - 5px );
}

.form textarea {
    height: 95px;
    resize: none;
}

::-webkit-input-placeholder {
    color: rgba(60,60,60,1);
    font-family: inherit;
    line-height: 100%;
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(60,60,60,1);
    font-family: inherit;
    line-height: 100%;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: rgba(60,60,60,1);
    font-family: inherit;
    line-height: 100%;
}

:-ms-input-placeholder {  
    color: rgba(60,60,60,1);
    font-family: inherit;
    line-height: 100%;
}


html {
    -webkit-font-smoothing: antialiased;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

@media all and ( max-width: 1366px ) {
    .main-slider {
        height: 420px;
    }
}

@media all and ( max-width: 1200px ) {
    #navbtn {
        display: block;
        float: right;
        width: 90px;
        height: 75px;
        vertical-align: middle;
        margin-left: 15px;
        position: relative;
    }

    .rtl #navbtn {
        float: left;
    }

    #navbtn span {
        display: block;
        width: 60%;
        height: 5px;
        background: #a71e22;
        position: absolute;
        top: 50%;
        left: 20%;
        margin-top: -2px;
        transition: all 300ms ease-in-out;
    }

    #navbtn span:before,
    #navbtn span:after {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #a71e22;
        position: absolute;
        transition: all 300ms ease-in-out;
    }

    #navbtn span:before {
        top: -20px;
    }

    #navbtn span:after {
        bottom: -20px;
    }

    .open #navbtn span {
        height: 0;
    }

    .open #navbtn span:before,
    .open #navbtn span:after {
        top: 0;
        left: 0;
    }

    .open #navbtn span:before {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
        transition: all 300ms ease-in-out;
    }

    .open #navbtn span:after {
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
        transition: all 300ms ease-in-out;
    }

    .main-header {
        position: relative;
    }

    .open {
        overflow-x: hidden;
    }

    .open .nav {
        display: block;
    }

    .open .page {
        left: 0;
        -webkit-transform: translate3d(-70%, 0, 0);
        -moz-transform: translate3d(-70%, 0, 0);
        -ms-transform: translate3d(-70%, 0, 0);
        -o-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .open .rtl .page {
        right: 0;
        -webkit-transform: translate3d(70%, 0, 0);
        -moz-transform: translate3d(70%, 0, 0);
        -ms-transform: translate3d(70%, 0, 0);
        -o-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0);
    }

    .page {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .nav {
        width: 70%;
        position: fixed;
        right: -70%;
        top: 0;
        height: 100%;
        background: #e4e4e4;
        display: none;
        margin-top: 0;
        padding-top: 40px;
    }

    .open .rtl .nav {
        right: auto;
        left: -70%;
    }

    nav.top-nav {
        margin: 0;
    }

    .nav ul {
        margin: 0;
        padding: 0;
    }

    .nav li {
        display: block;
        float: none;
        border-bottom: 1px solid #111;
        margin: 0;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .nav li.desktop {
        display: none;
    }

    .rtl .nav li,
    .rtl .nav .main-nav ul li a {
        text-align: right;
    }

    .nav li a,
    .main-nav > ul > li > a {
        padding: 15px;
        display: block;
        background: none;
        color: #991c1f;
    }

    .nav .lang li a {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
    }

    nav ul ul {
        position: static;
        width: 100%;
        background: rgba(0,0,0,.15);
        /*opacity: 1;*/
        /*max-height: 1000px;*/
    }

    .rtl nav ul li {
        margin: 0;
    }

    .rtl nav.lang ul li {
        text-align: center;
    }

    .rtl nav ul ul li a {
        color: #fff;
    }

    .logo {
        width: 400px;
    }

    .slide-content h3,
    .inside .slide-content h3 {
        font-size: 1em;
    }

    .main-slider .slick-dots li {
        margin: 0;
        width: auto;
    }

    .main-slider .slick-dots li button:before {
        font-size: 12px;
    }

    .item-slider .slick-prev {
        left: 10px;
    }

    .item-slider .slick-next {
        right: 10px;
    }

    .widget .content h3 {
        font-size: 1.25em;
    }

    .widget .content h4 {
        font-size: 1em;
    }

    .w1 .content {
        box-sizing: border-box;
        padding: 170px 20px 0;
    }

    .w2 .content h3 {
        padding: 0 20px;
        font-size: 1em;
    }

    .w2 h3 i {
        margin-left: 0;
    }

    .w2 h4 {
        padding-left: 20px;
    }

    .w3 .content h3,
    .w4 .content h3 {
        width: 100%;
        box-sizing: border-box;
    }

    .main-footer.wrapper {
        width: 100%;
        margin-bottom: 0;
    }

    .main-footer > * {
        text-align: center;
    }

    .social {
        padding: 20px;
    }

    .cr {
        padding: 20px;
    }

    .item-list li {
        padding: 10px 0 20px 0;
        border-bottom: 1px solid #000;
    }

    .item-list li:after {
        content: '';
        display: block;
        clear: both;
    }

    .item-list img.fl,
    .item-list img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .main-content .rel {
        height: auto;
    }

    .map {
        position: static;
    }

    .map img {
        width: 100%;
    }

    .lang ul li {
        display: inline-block;
        width: 50%;
        text-align: center;
        float: left;
        border: none;
    }

    .lang li:first-child:before {
        display: none;
    }

    .main-slider .slick-dots {
        width: 100%;
        right: 0;
    }

    body.rtl {
        overflow: hidden;
    }
}