﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400&display=swap');

@font-face {
    font-family: 'Noto Kufi';
    src: url('fonts/NotoKufiArabic-Regular.eot');
    src: url('fonts/NotoKufiArabic-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/NotoKufiArabic-Regular.woff2') format('woff2'), url('fonts/NotoKufiArabic-Regular.woff') format('woff'), url('fonts/NotoKufiArabic-Regular.ttf') format('truetype'), url('fonts/NotoKufiArabic-Regular.svg#noto_kufi_arabicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Kufi';
    src: url('fonts/NotoKufiArabic-Bold.eot');
    src: url('fonts/NotoKufiArabic-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/NotoKufiArabic-Bold.woff2') format('woff2'), url('fonts/NotoKufiArabic-Bold.woff') format('woff'), url('fonts/NotoKufiArabic-Bold.ttf') format('truetype'), url('fonts/NotoKufiArabic-Bold.svg#noto_kufi_arabicbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    direction: rtl;
}

body {
    font: 300 16px/1.5 'Noto Naskh', Arial, sans-serif;
    background-color: #efe5d1;
}

a {
    color: #c00;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #c00;
        text-decoration: underline;
    }


h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Noto Kufi', sans-serif;
}

.navbar-brand {
    font-size: 24px;
    color: #fff !important;
    height: 68px;
    padding: 15px 5px;
}

    .navbar-brand svg {
        vertical-align: middle;
        margin: 0 10px;
    }

    .navbar-brand abbr {
        display: inline-block;
    }

.navbar-default {
    background-color: #300;
}

.navbar {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}

    .navbar .container {
        position: relative;
    }

.navbar-nav {
    float: none;
    margin: 0;
}

.navbar-collapse {
    clear: right;
    padding: 0;
    border-top: none;
}

.dropdown-menu {
    min-width: 260px;
    border: none;
    border-radius: 0;
    background-color: #643b0f;
}

    .dropdown-menu > li > a {
        color: #eee;
        white-space: normal;
    }

    .dropdown-menu > li {
        border-top: 1px solid #000;
    }

        .dropdown-menu > li:first-child {
            border-top: 0;
        }

.dropdown-menu-large li {
    border: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

/*.navbar-right li:nth-last-child(2){margin-right:10px; padding-right:10px; border-right:1px solid rgba(255,255,255,0.68);}*/

.navbar-right li a {
    font-size: 12px;
    padding: 0 10px;
}

    .navbar-right li a:hover {
        color: red;
    }

.navbar-right .txtHdin {
    display: none;
}

.glyphicon-search {
    color: rgb(204, 137, 48);
    font-size: 17px;
    padding-top: 3px;
}

.col-inner {
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    height: 220px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.txt {
    color: red;
    padding: 1px 15px 15px;
}

.pic {
    position: relative;
    display: block;
    top: 0;
}

.col-inner h2 {
    font-size: 20px;
    color: #eee;
    margin-top: 15px;
}

.col-inner p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.col-inner:hover {
    text-decoration: none;
}

    .col-inner:hover .txt {
        background-color: rgba(0,0,0,0.3);
    }

    .col-inner:hover .pic:after {
        font-size: 20px;
        color: #fff;
        content: "\e257";
        text-align: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(37,12,0,0.7);
    }

.col-inner .glyphicon {
    line-height: 150px;
}

.tag {
    background-color: #c85a1f;
}

.cha {
    background-color: #85381a;
}

.ser {
    background-color: #2b7c4f;
}

.com {
    background-color: #a98931;
}

.off {
    background-color: #e76240;
}

.gal {
    background-color: #3f6f8d;
}

.pub {
    background-color: #cd9b31;
}

.out {
    background-color: #b3411b;
}

.ini {
    background-color: #67b69d;
}

.edu {
    background-color: #dd7622;
}

.new {
    background-color: #875a3b;
}

.new-bnr {
    background-color: #4F1A02;
}

    .new-bnr .pic {
        background-position: center 0;
        background-size: cover;
    }

    .new-bnr p {
        font-size: 24px;
        margin-top: 15px;
    }


.bnr {
    padding: 0;
    background-color: #ccc;
    background-image: none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #300;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #643b0f;
    color: #ccc;
}

.homeHeading {
    font-size: 30px;
    margin-bottom: 20px;
}

.offices-all {
    list-style: none;
}

    .offices-all li {
        margin-bottom: 0px;
    }

    .offices-all h3 {
        font-size: 12px !important;
        color: #000;
        font-weight: normal;
        margin: 0;
        border-bottom: 1px solid #000;
    }

@media screen and (min-width:992px) {
    .col-inner {
        height: 150px;
    }

    .txt, .pic {
        float: right;
    }

    .txt {
        width: calc(100% - 100px);
        height: 150px;
        padding: 1px 15px 15px;
    }

    .pic {
        width: 100px;
        height: 150px;
        background-image: url(images/thmbBkg-right.jpg);
        background-position: right top;
    }

    .cha .pic {
        background-position: right -180px;
    }

    .ser .pic {
        background-position: right -350px;
    }

    .com .pic {
        background-position: right -540px;
    }

    .off .pic {
        background-position: right -720px;
    }

    .gal .pic {
        background-position: right -900px;
    }

    .pub .pic {
        background-position: right -1080px;
    }

    .out .pic {
        background-position: right -1260px;
    }

    .ini .pic {
        background-position: right -1440px;
    }

    .edu .pic {
        background-position: right -1620px;
    }

    .new .pic {
        background-position: right -1800px;
    }

    .dropdown-menu-large li:nth-child(4n+5) {
        clear: right;
    }
}


@media screen and (max-width:991px) {
    .txt {
        height: 140px;
    }

    .pic {
        height: 80px;
        background-image: url(images/thmbBkg-bottom.jpg);
        background-repeat: no-repeat;
        background-position: center 0;
    }

    .col-inner .glyphicon {
        line-height: 80px;
    }

    .cha .pic {
        background-position: center -90px;
    }

    .ser .pic {
        background-position: center -180px;
    }

    .com .pic {
        background-position: center -270px;
    }

    .off .pic {
        background-position: center -360px;
    }

    .gal .pic {
        background-position: center -450px;
    }

    .pub .pic {
        background-position: center -540px;
    }

    .out .pic {
        background-position: center -630px;
    }

    .ini .pic {
        background-position: center -720px;
    }

    .edu .pic {
        background-position: center -810px;
    }

    .new .pic {
        background-position: center -900px;
    }

    .dropdown-menu-large li:nth-child(3n+4) {
        clear: left;
    }
}


@media screen and (min-width:1240px) {
    .navbar-right {
        position: absolute;
        left: 0;
        top: 14px;
    }
}

.navbar-toggle {
    margin-top: 17px;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #c2a475;
}


@media (min-width:1241px) {
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    .nav:first-child:nth-last-child(2) > li {
        width: 9%;
    }

        .nav:first-child:nth-last-child(2) > li:nth-of-type(1), .nav:first-child:nth-last-child(2) > li:nth-of-type(6) {
            width: 11%;
        }

        .nav:first-child:nth-last-child(2) > li:last-child {
            width: 6%;
        }

    .dropdown-menu-large li:nth-child(4n+5) {
        clear: none; /* ali */
    }

    .dropdown-menu-large li:nth-child(12n+13) {
        clear: right;
    }
}


@media (max-width:700px) {
    .homeHeading {
        font-size: 14px;
    }
}

@media (max-width:1240px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-right {
        margin-left: 0;
        background: #3e1b07;
    }
}

.footer {
    padding: 20px;
    background-color: #fff;
}

.social {
    margin-bottom: 10px;
}

@media (min-width:769px) {
    .social, .social + p {
        text-align: left;
    }
}

.content {
    padding-right: 20px;
}

.breadcrumb {
    padding: 8px 1px;
    border-bottom: 1px solid #e5ddd6;
    border-radius: 0;
    background: none;
}

.list-col-nav {
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

    .list-col-nav li {
        border-bottom: 1px solid #ccc;
    }

        .list-col-nav li a {
            color: #492A03;
            padding: 10px 0;
            display: block;
        }

    .list-col-nav .glyphicon {
        font-size: 12px;
        color: #fff;
        margin-left: 3px;
    }

.panel-default, .panel-heading {
    border-color: #e5ddd6;
    border-radius: 0;
    background: #f7f3ee;
}

.form-control {
    border: 1px solid #C1B7AD;
}

.btn-primary {
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    background-color: #C60;
}


.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    color: rgba(189,137,94,1.00);
    padding: 0px 10px;
    left: 5px;
    right: 5px;
}

.dropdown-large .dropdown-menu-large {
    padding: 15px;
}

.dropdown-menu-large > li a {
    color: #fff;
    display: block;
    padding: 0px 0px;
    clear: none;
}

    .dropdown-menu-large > li a:first-child {
        border-top: 1px solid #000;
    }


@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}


@media (max-width:1240px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        background-color: #643b0f;
    }
}

@media (max-width:400px) {
    .navbar-brand abbr {
        display: none;
    }

    .txt {
        height: 200px;
    }
}


.bg-mask {
    padding: 20px 35px;
}

    .bg-mask .page-header, .bg-mask h2 {
        margin-top: 0
    }

    .bg-mask .page-header {
        margin: 0 14px;
        padding: 0;
        border-bottom: none;
    }

    .bg-mask h3 {
        font-size: 20px;
        margin-top: 0
    }

    .bg-mask img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .bg-mask p {
        color: #fff;
    }

    .bg-mask .list-col-nav {
        border-top: 1px solid #000;
    }

        .bg-mask .list-col-nav li {
            border-bottom: 1px solid #000;
        }

    .bg-mask li a {
        color: #fff;
    }

.close-icon {
    font-size: 15px;
    color: #fff;
    padding: 8px;
    float: left;
    border: 1px solid #000;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgba(0,0,0,.1)
}

    .close-icon:hover {
        background-color: rgba(0,0,0,.33)
    }

.metroSub ul, .metroSub ol {
    padding: 0;
}

.metroSub li {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    list-style: none;
    position: relative;
}

    .metroSub li:before {
        content: "\00B7";
        position: absolute;
        right: 0px;
        font-weight: bold;
    }

.metroSub h1, .metroSub h2, .metroSub h3 {
    font-size: 24px;
}

.archive ul {
    padding: 0;
    list-style: none;
}

    .archive ul li {
        margin-bottom: 40px;
        padding: 0;
        padding-bottom: 20px;
        background: none;
    }

.newsImg {
    padding: 3px;
    border: 1px solid #ccc;
}

.archive ul li p {
    margin-left: 100px;
}

@media (min-width:400px) {
    .newsImg {
        float: left;
    }

    .pub-sub img {
        float: left;
        margin: 5px 0 20px 20px;
    }
}

.archive li:before, .offices li:before {
    display: none;
}

.archive p a {
    display: inline-block;
    margin-top: 15px;
}

.gridItem {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
}

    .gridItem li {
        padding: 5px 0;
        border-top: 1px solid #ccc;
    }

.offices ul {
    overflow: auto;
}

.offices li {
    padding: 10px 0px;
}

.offices .officeimage {
    font-size: smaller;
    text-align: center;
    margin: 40px 30px 0 0;
    padding: 5px;
    float: left;
    border: 1px solid #ccc;
}

    .offices .officeimage a {
        display: block;
    }

.offices h3 {
    font-size: 20px;
}

.offices ol {
    margin-left: 120px;
}

.news-filter {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .news-filter label {
        padding-left: 12px;
    }

    .news-filter select {
        margin-left: 3px;
    }

        .news-filter select:nth-of-type(3) {
            margin-left: 30px;
        }

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 17px;
        font-weight: 300;
        text-align: center;
        border: 1px solid #000;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #A7760A;
        border-color: #357ebd;
        opacity: 1;
        padding: 5px 17px 15px;
        font-size: 27px;
    }


.btnPaging {
    background-color: black;
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}


#ctl00_ContentPlaceHolder1_DataPager1 span {
    background-color: black;
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #c00;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.ser + .dropdown-menu-large li a {
    padding: 8px;
}

.pub-sub h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.pub-sub li:before {
    display: none;
}

.pub-sub li {
    padding: 30px 15px;
}

.pubOrder a {
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 25px;
    line-height: 1.42857143;
    border-radius: 4px;
    background-color: #C60;
}

.bg-mask.off {
    padding: 20px 15px !important;
}


.nav-tabs {
    border-bottom: 2px solid #D1CFC8;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #4285F4 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #6E2E05;
            height: 2px;
            position: absolute;
            width: 100%;
            right: 0px;
            bottom: -1px;
        }

.tab-nav > li > a::after {
    background: #8F5608 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.archive .nav-tabs li {
    margin-bottom: 0px;
    padding: 0;
    padding-bottom: 0px;
    background: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.form-control {
    height: 36px;
}




/* Popup */
#panel_popup {
    background: #FCFDFE;
    display: none;
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 1000;
}

    #panel_popup .modaltop {
        background-color: #fff;
        padding: 0px;
        height: 25px;
        text-align: right;
    }

    #panel_popup #closebutton {
        cursor: pointer;
    }

    #panel_popup .body {
    }


.panel_popup {
    float: right;
    height: 60px;
    padding-top: 10px;
    position: relative;
    width: 700px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-right: -5px;
    }
}

.navbar-brand {
    font-size: 18px;
}

@media (max-width:400px) {
    .navbar-brand abbr {
        display: none;
    }

    .txt {
        height: 200px;
    }

    .col-inner {
        height: 280px;
    }
}

@media (max-width:1200px) {
    .navbar-brand {
        font-size: 14px;
    }

        .navbar-brand abbr {
            display: none;
        }

    .homeHeading {
        font-size: 20px;
    }
}

.content {
    font-size: 18px;
}

    .content p {
        text-align: right !important;
    }

.nav-tabs > li > a {
    font-size: 20px;
}

.nav-tabs > li {
    border-bottom: none;
}

    .nav-tabs > li > a:after {
        bottom: -2px;
    }

.nav-tabs .active > a:after {
    background: #ed5505;
}

.float-div .btn-primary {
    background-color: #300;
}


.new-bnr {
    background-color: #4F1A02;
}

/******** ayman upadted for languages drop down ****************/
/*.navbar-right li:nth-last-child(2){margin-left:10px; padding-left:10px; border-left:1px solid rgba(255,255,255,0.68);}*/
nav li {
    z-index: 1000000 !important;
}

.select ul li a {
    color: white;
}

    .select ul li a:hover {
        color: white;
    }

.select {
    color: #fff;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .select .placeholder {
        padding: 10px 15px;
        position: relative;
        display: block;
        z-index: 1;
        cursor: pointer;
    }

        .select .placeholder:hover {
            color: rgba(184,166,110,1.00);
        }

        .select .placeholder:after {
            position: absolute;
            left: 1em;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'FontAwesome';
            z-index: 10;
        }

    .select.is-open ul {
        display: block;
    }

    .select.select--white .placeholder {
        background: #fff;
        color: #999;
    }

        .select.select--white .placeholder:hover {
            background: #fafafa;
        }

    .select ul {
        display: none;
        overflow: hidden;
        width: 100%;
        background: #422102;
        border-radius: 2px;
        top: 100%;
        right: 0;
        list-style: none;
        margin: 5px 0 0 0;
        padding: 0;
        z-index: 100;
    }

        .select ul li {
            display: block;
            text-align: right;
            padding: 5px 10px;
            color: #999;
            cursor: pointer;
        }

            .select ul li:hover {
                background: #3B1E02;
                color: #fff;
            }
/******************************************************/

@media screen and (max-width:650px) {
    .col-xs-12 .col-inner div img {
        display: inline-block;
    }

    .col-xs-12 .col-inner div a {
        display: block;
        margin: 0 auto;
        text-align: center;
        background-color: #6c594b;
    }

    .col-xs-12 .col-inner .pic {
        background-size: 100% auto;
        background-position: center bottom;
    }
}

@media (max-width:700px) {
    .container {
        margin: 0 15px;
    }

        .container .container {
            margin: 0;
        }

    .col-xs-12 .col-inner div img {
        width: 100%;
    }
}

.form-control {
    height: 45px;
    padding: 6px 12px;
    border-radius: 0;
}

textarea.form-control {
    height: 150px;
}

.pagVideoGallery {
    margin: 0 0 120px 0;
    float: left;
    width: 100%;
}

    .pagVideoGallery img {
        margin: 0;
        padding: 0 !important;
    }




    .pagVideoGallery .story-image img {
        width: 100%;
    }

.disc-test {
    background: #fff;
    position: absolute;
    min-height: 140px;
    right: 15px;
    left: 15px;
    margin: auto;
    bottom: -100px;
    margin-bottom: 30px;
    z-index: 1;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    -moz-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    -ms-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    -o-box-shadow: 7px 0 51px rgba(0,0,0,0.11);
    box-shadow: 7px 0 51px rgba(0,0,0,0.11);
}

    .disc-test h3 {
    }

    .disc-test h6 {
    }



.test-m {
    padding: 0;
    margin: 0 0 130px 0;
    float: left;
    width: 100%;
    position: relative;
}

/* video banner */

.button-play {
    height: 80px;
    width: 80px;
    color: #fff;
    display: inline-block;
    text-align: center;
    top: 25%;
    left: 40%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #6cc24a;
    position: absolute;
    line-height: 80px;
}

    .button-play .fa-play {
        color: #fff;
        margin-top: 30px;
    }

    .button-play:hover, .button-play:focus {
        color: #fff;
        background-color: #006845;
    }

        .button-play:hover .fa-play, .button-play:focus .fa-play {
            color: #fff;
            border-color: #fff;
        }

.story-image img {
    width: 100%;
}


.disc-test {
    min-height: 120px;
}

.button-play {
    background-color: rgba(0,0,0,.8);
    height: 50px;
    width: 50px;
}

    .button-play .fa-play {
        margin-top: 17px;
    }

nav li {
    z-index: 100 !important;
}



body {
    font: 400 21px/1.4 "Markazi Text", sans-serif;
}

@media (min-width: 1240px) {
    .container {
        width: calc(1210px + 15vw);
        max-width: 94%;
    }

    .banner .img-responsive {
        max-width: none;
        width: 100%;
        height: 180px;
    }

    .txt {
        padding: 10px 20px 15px;
    }

    .bg-mask {
        padding: 40px 60px;
    }
}

.col-inner {
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

    .col-inner h2 {
        font-size: 20px;
        font-weight: 700;
    }

.col-inner {
    text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}

    .col-inner p {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.9);
    }

.footer {
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.06);
}

    .footer p a {
        margin: 0 5px;
    }

        .footer p a:first-child {
            margin-left: 0;
        }

    .footer img {
        width: auto;
        height: 25px;
        margin: 0 5px;
    }

a {
    color: #6e1f01;
    text-decoration: none;
}

.bg-mask.float-div {
    max-width: 100%;
}


.bg-mask .list-col-nav, .bg-mask .list-col-nav li {
    border-color: rgba(0,0,0,.2);
}

.list-col-nav .glyphicon {
    font-size: 10px;
}

.list-col-nav li a {
    padding: 7px 0;
}


@media screen and (min-width:992px) {
    .col-inner {
        height: 180px;
    }

    .txt {
        height: 180px;
    }

    .pic {
        height: 180px;
    }

    .col-inner .glyphicon {
        line-height: 180px;
    }

    .content {
        font-size: 22px;
        line-height: 1.5;
    }



    /*
.offices-all li a{display:none;}
.offices-all li h3{border-bottom:0; margin-bottom:50px; font-family: inherit; color:#fff;}
*/

    .navbar-right li a, .navbar-right li span {
        font-size: 16px;
    }

    .navbar-right .select {
        font-family: Arial, sans-serif;
        font-size: 16px;
    }

    .select ul li {
        padding: 5px;
    }

    #search input[type="search"] {
        color: #000;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
    }
}
.visuallyhidden {
    display: none;
}

/******** This added for new offices menu ********/


body {
    font: 400 19px/1.35 "Source Sans Pro", sans-serif;
}

.float-div {
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 5px;
    left: 5px;
    bottom: 0;
    height: 100%;
}

.offices-wrap {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
}

.offices-intro {
    flex: 0 0 15%;
    max-height: 15%;
    opacity: .5;
    display: flex;
    align-items: center;
}

    .offices-intro img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-bottom: 0;
    }

.main-offices {
    flex: 0 0 80%;
    max-height: 80%;
}

@media screen and (min-width:996px) {
    .offices-wrap {
        flex-direction: row;
    }

    .offices-intro {
        flex: 0 0 33.333333%;
    }

    .main-offices {
        flex: 0 0 66.666667%;
    }

    .offices-intro img {
        object-fit: contain;
    }

    .offices-intro, .main-offices {
        max-height: 100%;
    }
}

.main-offices {
    padding: 0px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

    .main-offices li {
        margin-bottom: 10px;
        font-weight: 500;
        max-width: 50%;
    }

        .main-offices li span {
            font-size: 10px;
            font-weight: normal;
        }

.glyphicon {
    top: 0;
}

@media screen and (min-width:500px) and (max-width:995px) {
    .offices-intro {
        margin-bottom: 30px;
    }
}

.dropdown-menu {
    font-size: 17px;
}

.dropdown-menu-large
li a {
    color: #fff;
    display: block;
}

.offices-wrap-sub
.main-offices {
    max-height: 415px;
    padding: 0;
    align-items: stretch;
    gap: 10px;
}

    .offices-wrap-sub
    .main-offices li {
        margin-bottom: 5px;
        border-bottom: 1px solid #000;
    }

.metroSub 
li { border-bottom: 
1px solid 
#e3e3e3;}

.offices2{margin-bottom:70px;
padding:0
30px;}

.metroSub 
h1 {font-size:34px;
font-weight:bold;
margin-bottom:35px;}


.ann-section{margin:
10px 0 
20px;}



@media (min-width:992px){

.ann-logo 
img{float: 
left;}

}

html {
    height: 100%;
    scroll-behavior: smooth;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
}

.media-highlight {
    margin-bottom: 100px;
}

.media-highlight_hdr {
    padding: 100px 0 60px;
    border-top: 4px solid #7b5227;
}

.media-highlight_title {
    font-size: calc(32px * 1.618);
    line-height: 1;
    color: #7b5227;
    letter-spacing: -.03rem;
    position: relative;
}

.media-highlight_side_info {
    font-size: .86rem;
    font-style: italic;
    color: #666;
    font-weight: 100;
}

.media-highlight_title::beforex {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 0;
    border-top: 4px solid #221f1b;
}

@media (max-width:992px) {
    .media-highlight_title {
        font-size: calc(32px * 1.618);
    }
}

.media-highlight__item {
    padding-bottom: 1rem;
    border-bottom: 2px solid #582d1c;
}

    .media-highlight__item h3 {
        font-size: calc(1rem * 1.618);
        text-transform: uppercase;
        font-weight: bold;
    }

.media-highlight__item__img {
    margin-bottom: 2rem;
}

.media-highlight__item__date {
    font-size: 1rem;
    color: #969592;
    margin-bottom: .5rem;
}

.media-highlight__item__text a {
    color: currentColor;
}

.btn-more {
    padding-top: .1rem;
    display: block;
}

@media (max-width:768px) {
    .media-highlight__item {
        margin-bottom: 50px;
    }
}

.media-highlight__item {
    margin-bottom: 30px;
}

@media screen and (min-width:1250px) {
    .f-row {
        display: flex;
        flex-wrap: wrap;
    }

        .f-row > * {
            flex: 0 0 25%;
            width: 100%;
            max-width: 100%;
            flex: 1 0 0%;
            padding-left: 12px;
            padding-right: 12px;
        }
}


.section {
    margin: 0 auto;
    max-width: 650px;
    padding: 0 24px;
}

.section__text::first-letter {
    font-size: 32px;
}

.hero {
    position: relative;
    margin-top: -10px;
    display: block;
    width: 100%;
    height: 70vh;
}

.hero__image {
    position: absolute;
    width: 100%;
    height: 70vh;
    background-image: url(images/hero-50.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 200%;
}

.hero__title {
    position: absolute;
    bottom: 50px;
    left: 14vw;
    right: 14vw;
    z-index: 1;
    opacity: 0;
    font-size: calc(4px * 12);
    line-height: calc(4px * 12);
    color: rgb(68, 30, 5);
    font-family: serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:550px) {
    .hero__image {
        background-size: 150%;
    }
}

@media screen and (min-width:900px) {
    .hero__title {
        bottom: 70px;
        font-size: calc(5px * 16);
        line-height: calc(5px * 15)
    }

    .hero__image {
        background-position: center -40px;
        background-size: auto;
    }
}


/**
* Animation 
*/

.animation--title-in {
    animation: title-in 800ms forwards ease-in-out 750ms;
}

.animation--from-top {
    animation: from-top 350ms forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}

.animation--from-bottom {
    animation: from-bottom 350ms forwards cubic-bezier(0.65, 0.05, 0.36, 1);
}


@keyframes title-in {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(60%);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes from-top {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes from-bottom {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(15%);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}




.footer {
    position: relative;
}
.RadTimeline_Default.k-timeline .k-timeline-circle {
    background-color: #ff6000;
}

.k-timeline-flag {
    display: none !important;
}

.k-card-actions {
    font-size: 40px;
    line-height: 1.2;
}

.k-timeline-vertical, .k-timeline-horizontal {
    margin: 0 !important;
    padding: 0 !important;
}

    .k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap {
        height: 650px;
    }

.RadTimeline_Default.k-timeline .k-timeline-date {
    color: #ff6000;
    writing-mode: sideways-lr;
}

.k-timeline .k-timeline-circle {
    border-radius: 6px;
    height: 50px;
}

.RadTimeline_Default.k-timeline .k-timeline-date {
    color: #ff6000;
}

.k-timeline .k-timeline-circle {
    width: 12px;
    height: 40px;
    border-radius: 0;
}

.k-timeline-horizontal .k-timeline-date-wrap {
    font-size: 17px;
    writing-mode: sideways-lr;
    font-weight: bold;
}

.k-timeline-horizontal .k-timeline-date-wrap {
    line-height: 1;
}

.RadTimeline_Default.k-timeline-vertical::after, .RadTimeline_Default.k-timeline-horizontal .k-timeline-track-wrap::after {
    background-color: rgba(0,0,0,.5);
    border: 0;
}

.k-timeline-horizontal .k-timeline-track-wrap::after {
    bottom: calc(80px / 2 + 3px);
    left: calc(100px - 2 * 1px);
    right: calc(100px - 2 * 1px);
    height: 1px;
}

.RadTimeline_Default .k-button {
    background: transparent !important;
}

.k-timeline-arrow {
    width: 70px;
    height: 70px;
    border-radius: 0;
}

.k-icon {
    font-size: 40px;
}

.k-i-arrow-60-left::before {
    content: "\e016";
}

.k-i-arrow-60-right::before {
    content: "\e014";
}

.RadTimeline_Default .k-button {
    color: #ff6000;
    border-color: rgba(0,0,0,.5);
}

.RadTimeline_Default .k-card {
    border: 0;
    background: transparent;
}

.k-card .k-card-callout.k-callout-n {
    transform: none;
}

.RadTimeline_Default .k-card {
    padding-top: 80px;
}

    .RadTimeline_Default .k-card .k-card-callout {
        border: 0;
        background-color: #ff6000 !important;
        transform: translateX(-6px);
    }

.k-card .k-card-callout {
    width: 12px;
    height: 35px;
}

.k-timeline-horizontal .k-timeline-scrollable-wrap {
    padding-bottom: 0;
}

.k-timeline-horizontal .k-timeline-track-wrap {
    margin-top: 30px;
    padding: 0;
}

.k-timeline-horizontal .k-timeline-events-list {
    padding-top: 0;
}


.navbar-nav {
    background: #5e2903 !important;
}
.navbar-nav.navbar-right {
	    background: none !important;
}

.navbar-collapse ul li a{ 
    background-color: #592400 !important;
}

.navbar-collapse .navbar-right li a{
	    background: none !important;
}

.navbar-collapse ul li a:hover{ 
	color: #E2E2E2 !important;
}

.nav > li > a {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-right > li > a {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-menu {
  background-color: #592400;
}




