﻿/* css */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    width: 100%;
    font-size: 14px;
}

html, body {
    height: 100%;
}

body {
    font-family: 'gothic';
    font-size: 100%;
    font-weight: 400;
    background: #c5beb6;
    color: #656565;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
/*.row				{ overflow:hidden;}*/

@font-face {
    font-family: 'gothic';
    src: url('/font/fonts/gothic.eot');
    src: url('/font/fonts/gothic.eot') format('embedded-opentype'), url('/fonts/gothic.woff2') format('woff2'), url('/font/fonts/gothic.woff') format('woff'), url('/font/fonts/gothic.ttf') format('truetype'), url('/font/fonts/gothic.svg#gothic') format('svg');
}

@font-face {
    font-family: 'gothicb';
    src: url('/font/fonts/gothicb.eot');
    src: url('/font/fonts/gothicb.eot') format('embedded-opentype'), url('/font/fonts/gothicb.woff2') format('woff2'), url('/font/fonts/gothicb.woff') format('woff'), url('/font/fonts/gothicb.ttf') format('truetype'), url('/font/fonts/gothicb.svg#gothicb') format('svg');
}

/*
@font-face {
    font-family: 'opens';
    src: url('/font/fonts/opens.eot');
    src: url('/font/fonts/opens.eot') format('embedded-opentype'),
         url('/font/fonts/opens.woff2') format('woff2'),
         url('/font/fonts/opens.woff') format('woff'),
         url('/font/fonts/opens.ttf') format('truetype'),
         url('/font/fonts/opens.svg#opens') format('svg');
}
*/
/*----------------- login ---------------------*/
.wrapper {
    z-index: 1;
    width: 100%;
    min-height: 100%;
    transition: 0.5s all;
    background: #fff;
}

.eventsnavbar {
    min-height: 70px;
    background: #fff;
    border-bottom: #e6e9ed 1px solid;
}

/*logo*/
.navbar-brand.logo {
    padding: 0;
    width: 110px;
    height: 68px;
}

    .navbar-brand.logo img {
        width: 100%;
        height: auto;
    }

/*headerLogo*/
.headerLogo {
    padding: 0 1.071em 0 0em; /*padding:0 1.071em 0 2.857em;*/
    overflow: hidden;
    position: relative;
    top: -5px;
}

    .headerLogo a {
        width: 10.500em;
        height: 4.65em;
        display: block;
        padding: 0;
    }

        .headerLogo a img {
            width: 100%;
            height: auto;
        }

/*navbar*/
.navbar {
    margin-bottom: 0;
}

.navbar-header {
    position: relative; /*top:-35px;*/
}

.navbar-toggle {
}

    .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-toggle .menuIcon {
        font-size: 2em;
        color: #000;
    }

/*topmenu*/
.topmenu {
    background: #9e8f7a;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .topmenu:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 46px 0;
        top: 0;
        left: -25px;
        border-color: transparent #9e8f7a transparent transparent;
        position: absolute;
    }

.left-List {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .left-List li {
        padding: 0 1.786em;
        border-right: #b1a595 1px solid;
        float: left;
    }

        .left-List li a {
            color: rgba(255,255,255,0.85);
            padding: 0.1em 0 0.4em 0;
            display: inline-block;
        }

.iconList {
    font-size: 1.207em;
    top: 2px;
    position: relative;
}

.socialMenu {
    margin: 0;
    padding: 0.25em 1.5em 0 0;
}

    .socialMenu li {
        float: left;
        padding: 0 0.500em;
    }

        .socialMenu li a {
            font-size: 1.171em;
            color: rgba(255,255,255,0.85);
            display: inline-block;
        }

            .socialMenu li a:hover,
            .left-List li a:hover {
                color: rgba(255,255,255,1);
            }

.mainMenu { /*padding:2.571em 0 1.286em;*/
    padding: 0 0 0.5em 4em;
}

.menuWrap {
    padding: 2.571em 0 1.286em 3em;
}

    .menuWrap a {
        font-size: 2em;
        color: #130e0f;
        font-family: 'gothic';
        text-transform: uppercase;
        display: inline-block;
    }

.menuIcon {
    font-size: 0.8em;
}

.memberMenu {
    margin: 0 1.8em 0 0;
}

    .memberMenu li {
        padding: 0 1.250em;
        border-left: #cac9c7 1px solid;
        display: inline-block;
    }

        .memberMenu li a {
            color: #9e8f7a;
            font-size: 1.143em;
            padding: 0.375em 0;
            font-family: 'gothic';
        }

            .memberMenu li a i.iconMember {
                padding-right: 0.313em;
                display: inline-block;
                font-size: 1.2em;
                position: relative;
                top: 2px;
            }

        .memberMenu li:first-child {
            border: none;
        }

        .memberMenu li:hover,
        .memberMenu li:hover a {
            background: none;
        }

.menuList {
    padding: 2.571em 0 1.286em 0em;
}

.sliderHR .slick-initialized .slick-slide {
    height: 31.000em;
    width: 100%;
    margin-bottom: 2.643em;
}

    .sliderHR .slick-initialized .slick-slide img {
        width: 100%;
        height: auto;
    }

.slider_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .slider_content h2 {
        color: #e1ded0;
        font-size: 3.357em;
        font-family: 'gothic';
        margin-left: 0.532em;
        display: inline-block;
        padding: 0.319em 0.383em;
        background: rgba(0,0,0,0.5);
        margin-bottom: 0.319em;
    }

    .slider_content p {
        background: rgba(245,243,241,0.7);
        color: #231f20;
        font-size: 1.143em;
        padding: 0.625em 3.438em 1.125em 2.2em;
    }

/*boxWrap*/
.boxWrap {
    background: #e1ddd1;
    padding: 0.357em;
}

.body_box {
    margin: 0;
    padding: 0.286em 0;
}

.contentBox {
    padding: 2.857em 1.786em 1.5em; /*width:49.29%; margin:0 0.287em; */
    background: #fff url(/ra/img/box_bg.png) center right no-repeat;
}

    .contentBox h3 {
        font-size: 2.286em;
        color: #231f20;
        padding-bottom: 0.85em;
        font-family: 'gothic';
        text-transform: uppercase;
    }

    .contentBox p {
        font-size: 0.857em;
        color: #656565;
        padding: 0 0 1.250em;
        text-align:justify;
    }

        .contentBox p span.hours {
            font-size: 1.167em;
            text-transform: uppercase;
        }

.imgBox {
    position: relative;
    padding: 0;
}

    .imgBox img {
        width: 100%;
        height: auto;
        display: block;
    }

.event_box {
    position: absolute;
    left: 0;
    right: 0;
    padding: 2.857em 1.786em;
    top: 0;
}

    .event_box h3 {
        font-size: 2.286em;
        color: #fff;
        padding-bottom: 0.625em;
        font-family: 'gothic';
    }

    .event_box p {
        text-transform: uppercase;
        color: #e1ded0;
    }

.contentBox p.paratext {
    font-size: 1em;
    line-height: 28px;
    text-align:justify;
}

    .contentBox p.paratext a {
        color: #c26f3d;
        font-size: 1em;
        display: block;
        margin-top: 0.4em;
    }

/*footer*/
footer {
}

/*footer_details*/
.footer_details {
    padding: 2.857em;
    font-family: 'gothic';
}

    .footer_details h4 {
        color: #222021;
        font-size: 1.429em;
        font-weight: 600;
        padding-bottom: 1em;
        margin: 0;
        text-transform: uppercase;
    }

    .footer_details p {
        color: #767475;
        font-size: 0.929em;
        line-height: 28px;
        padding-bottom: 2.692em;
        text-align:justify;
    }

    .footer_details a.readBtn {
        color: #848383;
        font-size: 0.929em;
        text-transform: uppercase;
        display: inline-block;
    }

        .footer_details a.readBtn:hover {
            color: #6b4126;
        }

    .footer_details .icon-readmore {
        margin-left: 2.5em;
        position: relative;
        top: 2px;
    }

.address_list {
}

    .address_list li {
      
        font-size: 0.929em;
        padding-bottom: 0.875em;
        line-height: 1.8em;
    }

.iconMap {
    font-size: 1.407em;
    top: 3px;
    position: relative;
    padding-bottom: 0.4em;
    /* display: inline-block; */ padding-right: 1em;
    float: left;
    color: #a79682;
}

.address_list li:first-child .iconMap {
    top: 8px;
}

.newsFeild .form-control {
    border: #e8e5de 1px solid;
    color: #a6a6a6;
    box-shadow: none;
    border-radius: 0;
    padding: 1em;
    font-size: 0.857em;
    width: 97%;
}

.newsFeild .sendBTn {
    background: #988871;
    color: #fff;
    transition: 0.5s all;
}

    .newsFeild .sendBTn:hover {
        background: #9e8f7a;
        color: #fff;
        text-decoration: none;
    }

.border-Box {
    border-right: #f2f2f2 1px solid;
}

/*footer_bottom*/
.footer_bottom {
    border-top: #f6f6f6 1px solid;
    padding: 1.7em 0 1.771em;
    text-align: center;
}

    .footer_bottom p {
        font-size: 0.857em;
        color: #b4b4b4;
        
    }

    .footer_bottom ul {
        list-style: none;
        text-align: center;
        margin: 0 0 0.85em 0;
    }

        .footer_bottom ul li {
            font-size: 1em;
            padding: 0 0.514em 0 1em;
            display: inline-block;
            transition: 0.5s all;
            background: url(/img/cross-arrow.png) left center no-repeat;
        }

            .footer_bottom ul li a {
                color: #ececec;
            }

                .footer_bottom ul li a:hover {
                    color: #fff;
                }

            .footer_bottom ul li:first-child {
                background: none;
            }

.mb-30 {
    margin-bottom: 2.143em;
}

.connectedMenu {
    margin: 0;
    padding: 0;
}

    .connectedMenu li {
        padding: 0 1em;
        display: inline-block;
    }

        .connectedMenu li a {
            color: #666465;
            font-size: 1.071em;
        }

        .connectedMenu li:first-child {
            padding-left: 0;
        }

        .connectedMenu li a:hover {
            color: #7c6444;
        }

/*updates_26-6*/

/*---------Ankit----------*/
#panel {
    display: none;
}

.menu_toggle {
    width: 100%;
    min-width: 850px;
    width: 100%;
    position: absolute;
    top: inherit;
    padding-top: 26px;
    left: -58px;
    z-index: 9999;
}

    .menu_toggle ul li {
        float: left;
        background: #9e8f7a;
        border-right: 1px solid #716451;
        border-left: 1px solid #beb6ac;
        text-align: center;
        transition: all 0.5s ease 0s;
    }

        .menu_toggle ul li a {
            display: block;
            font-size: 14px;
            color: #fff;
            padding: 15px 22px;
        }

            .menu_toggle ul li a i {
                display: block;
                margin-bottom: 10px;
            }

        .menu_toggle ul li:first-child {
            border-left: none;
        }

        .menu_toggle ul li:last-child {
            border-right: none;
        }
/*.menu_toggle ul li:hover{ background:#7c6444;}*/

.container {
    max-width: 1500px;
    width: 100%;
}

.contentBox {
    background: #fff url(/ra/img/box_bg.png) top right repeat-y;
    min-height: 277px;
}

.wrapper {
    box-shadow: 0 0 10px #a8a39d;
}

.menuWrap {
    padding: 2.571em 0 1.286em 11em;
}

.mainMenu {
    background: url(/ra/img/header_bg.jpg) top right -2px no-repeat !important;
    padding-top: 22px;
}
/*
header{ position:relative;}

header .navbar-header{ position:absolute; top:-15px;}
*/
header .navbar-header {
    margin-top: -15px;
}

.contentBox p {
    font-size: 15px;
    text-align:justify;
}

    .contentBox p.paratext {
        font-size: 15px;
    }

.slider_content h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.news_content {
    width: 100%;
    display: inline-block;
}

.news_img {
    float: left;
    width: 92px;
    height: 92px;
    border: 1px solid#d3d3d3;
    padding: 2px;
}

    .news_img img {
        width: 100%;
        border: 2px solid# fff;
    }

.news_content .news {
    padding-left: 110px;
}

.iconMap {
    font-size: 1.900em;
}

.address_list li {
    padding-bottom: 1.1em;
    font-size: 15px;
}

.footer_details p, .footer_details a.readBtn {
    font-size: 15px;
}

.newsFeild .form-control {
    height: 50px;
    font-size: 15px;
}

.newsFeild .sendBTn {
    height: 50px;
    padding: 0 30px;
    font-size: 15px;
}

.footer_bottom ul li {
    font-size: 15px;
    padding: 0 10px 0 20px;
}

.boxWrap .imgBox {
    overflow: hidden;
}

    .boxWrap .imgBox img {
        transition: all 0.3s ease-in-out;
        transform: scale(1.02);
    }

    .boxWrap .imgBox:hover img {
        transform: scale(1.1);
    }

.be_connected {
    margin-top: 15px;
    padding-left: 0px;
}

/*-----------Gallery--------------*/
.row.heading {
    height: 51px;
    margin-top: -2px;
}

    .row.heading .wrap_Top, .row.heading .wrap_Top .midmenu {
        height: 100%;
    }

.wrap_Top .midmenu {
    padding: 0px;
}

.row.heading h2 {
    font-size: 21px;
    padding-top: 12px;
}

.row.heading h3 {
    font-size: 20px;
    padding-top: 13px;
    text-align: center;
}

.yellow .midmenu {
    background: #9e8f7a;
}

    .yellow .midmenu::after {
        border-color: transparent #9e8f7a transparent transparent;
    }

.gallery_middle_blk {
    padding: 20px 90px 50px;
    border-bottom: 1px solid #bcbcbc;
}

.gallery_left {
    margin-top: 80px;
    padding: 0px;
}

    .gallery_left h2 {
        background: #9e8f7a;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
    }

    .gallery_left li {
        border-bottom: 1px dashed #e4e4e4;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        padding: 15px 0px;
    }

        .gallery_left li a {
            color: #000;
            font-weight: normal;
            font-size: 14px;
        }

            .gallery_left li a:hover {
                color: #9e8f7a;
            }

    .gallery_left i {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-right: 7px;
    }

.gallery_right {
    padding: 0px 10px;
}

    .gallery_right p {
        font-size: 16px;
        font-weight: 300;
        color: #000;
        line-height: 30px;
        text-align:justify;
    }

    .gallery_right h2 {
        font-size: 28px;
        font-weight: 300;
        color: #9e8f7a;
        margin: 15px 0px 10px;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
    }

.img_blk {
    border: 8px solid #e4e4e4;
    padding: 20px 0px;
}

.gallery_left h2.grey_color {
    background: #e5e5e5 !important;
    color: #000;
    margin-top: 30px;
}

.gallery_left li.active {
    background: none !important;
}

    .gallery_left li.active a {
        color: #006595;
    }

.blue .midmenu {
    background: #006595;
}

    .blue .midmenu::after {
        border-color: transparent #006595 transparent transparent;
    }

.gallery_left.blue h2 {
    background: #006595;
}

.gallery_slider {
    border: 8px solid #e4e4e4;
    margin-top: 0px;
}

    .gallery_slider .slick-arrow {
        width: 42px;
        height: 42px;
        border-radius: 100%;
        border: none;
        background-color: #7aa93c;
        transition: all 0.5s ease 0s;
    }

    .gallery_slider .slick-prev {
        left: -22px;
    }

    .gallery_slider .slick-next {
        right: -22px;
    }

.bg_none .footer_bottom {
    background: none;
}

.topmenu1 {
    background: #9e8f7a;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .topmenu1:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 2.571em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #015ea1 transparent transparent;
        position: absolute;
    }

/*search*/
.topmenu .left-List li a {
    padding: 5px;
}

.search {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 5px;
    margin-left: 60px;
}

    .search .form-control {
        width: 100%;
        border: 0px none;
        box-shadow: none;
        height: 30px;
        border-radius: 2px;
    }

    .search .btn {
        border: 0px none;
        height: 30px;
        border-radius: 2px;
    }

#s_panel {
    display: none;
}

p {
    font-size: 15px;
    line-height: 28px;
    text-align:justify;
}



.contentBox p.paratext {
    font-family: 'gothic';
}

/*gallery page*/

.gallery_middle_blk .panel {
    border: 0px none;
    box-shadow: none;
}

.gallery_middle_blk #accordion {
    margin-top: 30px;
}

.gallery_middle_blk .panel-default > .panel-heading {
    background: none;
    border: 0px none;
}

.gallery_middle_blk .panel-heading .grey_color {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}

.gallery_middle_blk .panel-heading .g_flore {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}

.gallery_middle_blk .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px none;
}

.gallery_left {
    margin-top: 0px;
}

.gallery_right .img_blk[style] {
    padding-top: 0px !important;
}

.gallery_right .img_blk {
    position: relative;
}

    .gallery_right .img_blk img {
        width: 737px;
    }

.gallery_left li {
    padding-left: 0px;
    position: relative;
}

/*faq updates*/
.faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #009bc9;
    cursor: pointer;
}

    .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.gallery .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #988871;
    cursor: pointer;
}

    body.gallery .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.alfaj .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #009bc9;
    cursor: pointer;
}

    body.alfaj .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.armor .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #5d9732;
    cursor: pointer;
}

    body.armor .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.civilisation .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #9d8d85;
    cursor: pointer;
}

    body.civilisation .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.currency .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #1d2172;
    cursor: pointer;
}

    body.currency .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.heritage .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #c1d72e;
    cursor: pointer;
}

    body.heritage .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.people .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #860038;
    cursor: pointer;
}

    body.people .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.maritime .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #006595;
    cursor: pointer;
}

    body.maritime .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.world .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #fdba31;
    cursor: pointer;
}

    body.world .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.history .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #ba5915;
    cursor: pointer;
}

    body.history .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.timeline .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #a5b3ab;
    cursor: pointer;
}

    body.timeline .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.islam .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #005030;
    cursor: pointer;
}

    body.islam .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.renaissance .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #ee3124;
    cursor: pointer;
}

    body.renaissance .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.collection .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #7373a9;
    cursor: pointer;
}

    body.collection .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

/*
.gallery_middle_blk .panel-heading .grey_color{ position:absolute; top:auto; width:100%; }
.gallery_middle_blk .panel-heading .grey_color.collapsed{ position:absolute; top:-200px; width:100%; }

/*faq updates end*/

/*search*/

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: url(/img/search_icon.png) center left 10px no-repeat;
    border: 0px none;
    padding: 9px 10px 9px 32px;
    width: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    input[type=search]:focus {
        background-color: #fff;
        border-radius: 3px;
        width: 130px;
        border-color: #66CC75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
    }

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#search input[type=search] {
    width: 30px;
    display: inline-block;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
    /*
#demo-2 input[type=search]:hover {
	background-color: #fff;
}*/

    #search input[type=search]:focus {
        border-bottom: 1px solid #fff;
        width: 130px;
        padding-left: 32px;
        color: #000;
        cursor: auto;
    }

#search input:-moz-placeholder {
    color: transparent;
}

#search input::-webkit-input-placeholder {
    color: transparent;
}

input[type=search] {
    position: relative;
}

    input[type=search]::before {
        content: 'f002';
        position: absolute;
        left: 0px;
    }

/* new pages*/
.gallery_left li.active1 a {
    color: #860038;
}

.gallery_left li.active2 a {
    color: #006595;
}

.gallery_left li.active3 a {
    color: #5d9732;
}

.gallery_left li.active4 a {
    color: #9d8d85;
}

.gallery_left li.active5 a {
    color: #009bc9;
}

.gallery_left li.active6 a {
    color: #1d2172;
}

.gallery_left li.active7 a {
    color: #a5b3ab;
}

/*People Gallery*/
.p_gallery_top {
    background: #860038;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .p_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #860038 transparent transparent;
        position: absolute;
    }

.first_f_gallery1 .midmenu {
    background: #860038;
}

    .first_f_gallery1 .midmenu::after {
        border-color: transparent #860038 transparent transparent;
    }

.gallery_left.first h2 {
    background: #860038;
}

/*Alfaj Gallery*/
.a_gallery_top {
    background: #009bc9;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .a_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #009bc9 transparent transparent;
        position: absolute;
    }

.first_af_gallery1 .midmenu {
    background: #009bc9;
}

    .first_af_gallery1 .midmenu::after {
        border-color: transparent #009bc9 transparent transparent;
    }

.gallery_left.second h2 {
    background: #009bc9;
}

/* Civilisation Gallery*/
.civ_gallery_top {
    background: #9d8d85;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .civ_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #9d8d85 transparent transparent;
        position: absolute;
    }

.first_marketing_gallery .midmenu {
    background: #9d8d85;
}

    .first_marketing_gallery .midmenu::after {
        border-color: transparent #9d8d85 transparent transparent;
    }

.gallery_left.third h2 {
    background: #9d8d85;
}

/* Civilisation Gallery*/
.currency_gallery_top {
    background: #1d2172;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .currency_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #1d2172 transparent transparent;
        position: absolute;
    }

.first_currency_gallery .midmenu {
    background: #1d2172;
}

    .first_currency_gallery .midmenu::after {
        border-color: transparent #1d2172 transparent transparent;
    }

.gallery_left.fifth h2 {
    background: #1d2172;
}

/* Timeline Gallery*/
.timeline_gallery_top {
    background: #a5b3ab;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .timeline_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #a5b3ab transparent transparent;
        position: absolute;
    }

.first_timeline_gallery .midmenu {
    background: #a5b3ab;
}

    .first_timeline_gallery .midmenu::after {
        border-color: transparent #a5b3ab transparent transparent;
    }

.gallery_left.sixth h2 {
    background: #a5b3ab;
}

/* Armor Gallery*/
.armor_gallery_top {
    background: #5d9732;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .armor_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #5d9732 transparent transparent;
        position: absolute;
    }

.first_armor_gallery .midmenu {
    background: #5d9732;
}

    .first_armor_gallery .midmenu::after {
        border-color: transparent #5d9732 transparent transparent;
    }

.gallery_left.seventh h2 {
    background: #5d9732;
}

/*ie updates*/
.banner {
    width: 100%;
    display: inline-block;
    max-height: 540px;
}

    .banner .slick-next.slick-arrow {
        top: 260px;
    }

    .banner .slick-prev.slick-arrow {
        top: 260px;
    }

.h_footer {
    background-color: #988871 !important;
    color: #fff;
}

.footer_bottom.h_footer p {
    color: #fff;
}

.footer_bottom.h_footer ul li a {
    color: #fff;
}

.left-List li.font_s a {
    padding: 8px 0px;
}

.topmenu .left-List li.language a {
    padding: 8px 0;
}

.left-List li {
    padding: 0 1.0em;
}

    .left-List li.h_search_bt {
        padding-right: 0px;
    }

.banner {
    z-index: 1;
}

.grey_color.g1 {
    margin-top: 0px;
}

.gallery_left .g2 {
    margin-top: 5px;
}

/* new pages*/
.gallery_left.second_f li.active1 a {
    color: #ba5915;
}

.gallery_left.second_f li.active2 a {
    color: #005030;
}

.gallery_left.second_f li.active3 a {
    color: #fdba31;
}

.gallery_left.second_f li.active4 a {
    color: #ee3124;
}

.gallery_left.second_f li.active5 a {
    color: #c1d72e;
}

.gallery_left.second_f li.active6 a {
    color: #7373a9;
}

/*history gallery*/
.history_gallery_top {
    background: #ba5915;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .history_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #ba5915 transparent transparent;
        position: absolute;
    }

.first_history_gallery .midmenu {
    background: #ba5915;
}

    .first_history_gallery .midmenu::after {
        border-color: transparent #ba5915 transparent transparent;
    }

.g2.g_one_active {
    background: #ba5915;
}

.islam_gallery_top {
    background: #03462b;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .islam_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #03462b transparent transparent;
        position: absolute;
    }

.first_islam_gallery .midmenu {
    background: #03462b;
}

    .first_islam_gallery .midmenu::after {
        border-color: transparent #03462b transparent transparent;
    }

.g2.g_two_active {
    background: #03462b;
}

.world_gallery_top {
    background: #fdba31;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .world_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #fdba31 transparent transparent;
        position: absolute;
    }

.first_world_gallery .midmenu {
    background: #fdba31;
}

    .first_world_gallery .midmenu::after {
        border-color: transparent #fdba31 transparent transparent;
    }

.g2.g_three_active {
    background: #fdba31;
}

.renais_gallery_top {
    background: #ee3124;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .renais_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #ee3124 transparent transparent;
        position: absolute;
    }

.first_renais_gallery .midmenu {
    background: #ee3124;
}

    .first_renais_gallery .midmenu::after {
        border-color: transparent #ee3124 transparent transparent;
    }

.g2.g_four_active {
    background: #ee3124;
}

.heritage_gallery_top {
    background: #c1d72e;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .heritage_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #c1d72e transparent transparent;
        position: absolute;
    }

.first_heritage_gallery .midmenu {
    background: #c1d72e;
}

    .first_heritage_gallery .midmenu::after {
        border-color: transparent #c1d72e transparent transparent;
    }

.g2.g_five_active {
    background: #c1d72e;
}

.collections_gallery_top {
    background: #606092;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .collections_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #606092 transparent transparent;
        position: absolute;
    }

.first_collections_gallery .midmenu {
    background: #606092;
}

    .first_collections_gallery .midmenu::after {
        border-color: transparent #606092 transparent transparent;
    }

.g2.g_six_active {
    background: #606092;
}

.people_gallery ul li {
    background-color: #860038;
    border-right: 1px solid #710231;
    border-left: 1px solid #710231;
}

    .people_gallery ul li a:hover {
        background-color: #710231;
    }

.alfaj_gallery ul li {
    background-color: #009bc9;
    border-right: 1px solid #0186ad;
    border-left: 1px solid #0186ad;
}

    .alfaj_gallery ul li a:hover {
        background-color: #0186ad;
    }

.marking_gallery ul li {
    background-color: #9d8d85;
    border-right: 1px solid #867871;
    border-left: 1px solid #867871;
}

    .marking_gallery ul li a:hover {
        background-color: #867871;
    }

.maritime_gallery ul li {
    background-color: #006595;
    border-right: 1px solid #005781;
    border-left: 1px solid #005781;
}

    .maritime_gallery ul li a:hover {
        background-color: #005781;
    }

.currence_gallery ul li {
    background-color: #1d2172;
    border-right: 1px solid #15185e;
    border-left: 1px solid #15185e;
}

    .currence_gallery ul li a:hover {
        background-color: #15185e;
    }

.timeline_gallery ul li {
    background-color: #a5b3ab;
    border-right: 1px solid #8d9892;
    border-left: 1px solid #8d9892;
}

    .timeline_gallery ul li a:hover {
        background-color: #8d9892;
    }

.armor_gallery ul li {
    background-color: #5d9732;
    border-right: 1px solid #497a24;
    border-left: 1px solid #497a24;
}

    .armor_gallery ul li a:hover {
        background-color: #497a24;
    }

 

.islam_gallery ul li {
    background-color: #005030;
    border-right: 1px solid #03462b;
    border-left: 1px solid #03462b;
}

    .islam_gallery ul li a:hover {
        background-color: #03462b;
    }

.world_gallery ul li {
    background-color: #fdba31;
    border-right: 1px solid #e1a428;
    border-left: 1px solid #e1a428;
}

    .world_gallery ul li a:hover {
        background-color: #e1a428;
    }

.renaissance_gallery ul li {
    background-color: #ee3124;
    border-right: 1px solid #d42a1e;
    border-left: 1px solid #d42a1e;
}

    .renaissance_gallery ul li a:hover {
        background-color: #d42a1e;
    }

.heritage_gallery ul li {
    background-color: #c1d72e;
    border-right: 1px solid #adc129;
    border-left: 1px solid #adc129;
}

    .heritage_gallery ul li a:hover {
        background-color: #adc129;
    }

.collections_gallery ul li {
    background-color: #7373a9;
    border-right: 1px solid #606092;
    border-left: 1px solid #606092;
}

    .collections_gallery ul li a:hover {
        background-color: #606092;
    }

.gallery_menu ul li {
    background-color: #9e8f7a;
    border-right: 1px solid #8c7f6d;
    border-left: 1px solid #8c7f6d;
}

    .gallery_menu ul li a:hover {
        background-color: #8c7f6d;
    }

.index_menu ul li {
    background-color: #9e8f7a;
    border-right: 1px solid #8c7f6d;
    border-left: 1px solid #8c7f6d;
}

    .index_menu ul li a:hover {
        background-color: #8c7f6d;
    }

.leam_menu ul li {
    background-color: #7aa93c;
    border-right: 1px solid #5a7f2b;
    border-left: 1px solid #5a7f2b;
}

    .leam_menu ul li a:hover {
        background-color: #5a7f2b;
    }

.collections_section {
    padding-bottom: 100px;
}

    .collections_section .found_early {
        font-size: 24px;
        color: #303030;
        line-height: 28px;
        padding: 0px 0px 10px;
    }

.industries_inner {
    background: #f5f5f2;
    padding: 10px;
}

.collections_section .colle_bg {
    padding: 4px;
    display: inline-block;
}

.industries_section {
    padding: 10px;
}

.industries_inner .img_section {
    overflow: hidden;
    position: relative;
    height: 286px;
}

.industries_inner:hover img {
    transform: scale(1.1);
}

.industries_inner img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.02);
    width: 100%;
    height: 100%;
    display: block;
}

.event_box1 {
    position: absolute;
    padding: 17px 0px 3px;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: auto;
    width: 100%;
    left: 0px;
    right: 0px;
}

    .event_box1 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 0.625em;
        text-align: center;
    }

.event_box2 {
    position: absolute;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: 100%;
    width: 30%;
    right: 0px;
    padding: 0px 17px;
    display: inline-block;
}

    .event_box2 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 4.625em;
        text-align: center;
    }

.event_box3 {
    position: absolute;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: 100%;
    width: 37%;
    left: 0px;
    padding: 0px 17px;
    display: inline-block;
}

    .event_box3 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 4.625em;
        text-align: left;
    }

.event_box4 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    padding: 30px 54px;
    display: inline-block;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
}

    .event_box4 ul li {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-top: 22px;
        width: 50%;
        float: left;
        list-style-type: disc;
    }

        .event_box4 ul li a {
            color: #fff;
        }

            .event_box4 ul li a:hover {
                color: #fff;
                text-decoration: underline;
            }

.img_section .event_box5 ul li {
    float: none;
}

.img_section:hover .event_box4 {
    opacity: 1;
    transition: all 0.9s ease-in-out;
}

.pagin_content {
    padding: 30px 0 0 10px;
}

    .pagin_content h2 {
        font-size: 22px;
        color: #130e0f;
        font-family: 'gothic';
        font-weight: 600;
        padding-bottom: 7px;
    }

    .pagin_content p {
        font-size: 15px;
        color: #8e8d8c;
        line-height: 28px;
        text-align:justify;
    }

.gallery_right {
    margin-top: 0px;
}

.event_box6 {
    padding: 14px 54px;
}

    .event_box6 ul li {
        padding-top: 18px;
    }

.event_box7 ul li {
    width: 100%;
}

.event_box8 {
    padding: 30px 0px;
    padding-left: 180px;
}

    .event_box8 ul li {
        width: 100%;
    }

.event_box9 ul li {
    width: 100%;
}

.gallery_middle_blk .panel-heading {
    padding: 0px !important;
}

/*--slider-button-color--*/
.the_land .slick-arrow {
    background-color: #860038;
}

.alfaj_gallery .slick-arrow {
    background-color: #61cdd9;
}

.marking_gallery .slick-arrow {
    background-color: #cfa22b;
}

.manitime_gallery .slick-arrow {
    background-color: #006595;
}

.currence_gallery .slick-arrow {
    background-color: #7f4667;
}

.timeline_gallery .slick-arrow {
    background-color: #a5b3ab;
}

.armor_gallery .slick-arrow {
    background-color: #5d9732;
}

.history_gallery .slick-arrow {
    background-color: #ba5915;
}

.islam_gallery .slick-arrow {
    background-color: #005030;
}

.world_gallery .slick-arrow {
    background-color: #fdba31;
}

.renaissance_gallery .slick-arrow {
    background-color: #327240;
}

.heritage_gallery .slick-arrow {
    background-color: #c1d72e;
}

.collections_gallery .slick-arrow {
    background-color: #7373a9;
}

.faq .the_land1 {
    background-color: #860038;
}

.faq .alfaj_gallery2 {
    background-color: #009bc9;
}

.faq .marking_gallery3 {
    background-color: #cfa22b;
}

.faq .manitime_gallery4 {
    background-color: #006595;
}

.faq .currence_gallery5 {
    background-color: #7f4667;
}

.faq .timeline_gallery6 {
    background-color: #b7bbbc;
}

.faq .armor_gallery7 {
    background-color: #5d9732;
}

.faq .history_gallery8 {
    background-color: #ba5915;
}

.faq .islam_gallery9 {
    background-color: #75c4a4;
}

.faq .world_gallery10 {
    background-color: #f6b14a;
}

.faq .renaissance_gallery11 {
    background-color: #327240;
}

.faq .heritage_gallery12 {
    background-color: #c1d72e;
}

.faq .collections_gallery13 {
    background-color: #7f9592;
}

.mini_extranik {
    margin-top: 57px;
}

.man_page {
    margin-top: -2px;
}

.inner_accordion {
    margin-top: 0px !important;
}

.top_accordion {
    margin-top: 0px;
}

/*updates*/
.map_img {
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: bottom;
}

.contentBox {
    width: 100%;
}
/*
.contentBox{ width:49.45%;  margin:0 0.287em;}
*/

.h_content .col-md-6 {
    padding: 0 5px;
}

.contentBox[style] {
    min-height: 305px !important;
}

.collection_search {
    margin-top: 50px;
    text-align: right;
    padding-right: 15px;
}

    .collection_search .form-control {
        width: 60%;
        height: 55px;
        border-radius: 0px;
        border: 1px solid#efefef;
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

        .collection_search .form-control:focus {
            box-shadow: none;
            border: 1px solid#998771;
        }

    .collection_search .btn-group-sm > .btn, .btn-sm {
        background-color: #998771;
        border-radius: 0px none !important;
        height: 35px;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        padding: 0 15px;
    }

        .collection_search .btn-group-sm > .btn, .btn-sm:hover {
            color: #fff;
            background-color: #7b664d;
        }

.bt_panel {
    text-align: center;
}

.conservation {
    padding: 11px 20px;
    background-color: #e6e6e6;
    color: #363636;
    display: inline-block;
    border-radius: 2px;
    min-width: 280px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
}

    .conservation:hover {
        background-color: #99876f;
        color: #fff;
    }

    .conservation.active {
        background-color: #99876f !important;
        color: #fff;
    }

    .conservation.services {
        background-color: #99876f;
        color: #fff;
    }

        .conservation.services:hover {
            background-color: #7c6c56;
            color: #fff;
        }

/* slider */
.banner .ws_images {
    cursor: auto;
}

    .banner .ws_images .ws_prev, .ws_next {
        display: none;
    }

.ws_shadow {
    z-index: 99999999999;
    position: absolute;
    width: 100%;
}

    .ws_shadow .slider_content h2 {
        font-size: 45px;
    }

    .ws_shadow .slider_content p {
        font-size: 15px;
    }

.collections_section .found_early {
    font-size: 15px;
}

.conditions {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

    .conditions h2 {
        font-size: 24px;
        color: #8d7f6b;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .conditions ul {
        margin: 0px;
        padding: 0px;
    }

        .conditions ul li {
            width: 100%;
            display: inline-block;
            padding: 12px 15px;
            color: #303030;
            font-size: 17px;
            position: relative;
            padding-left: 30px;
        }

            .conditions ul li:before {
                content: "";
                width: 20px;
                height: 20px;
                background: url(/img/dot.png) no-repeat;
                left: 0px;
                position: absolute;
                display: inline-block;
            }

    .conditions .sahim_page ul li {
        padding-left: 0px;
    }

        .conditions .sahim_page ul li:before {
            content: none;
        }

    .conditions .sahim_page .job_content li {
        padding-left: 15px;
    }

        .conditions .sahim_page .job_content li::before {
            content: "";
        }

    .conditions ul.ins_museum {
        background: rgba(242,242,242,0.8);
        display: inline-block;
    }

    .conditions .ins_museum h2 {
        background-color: #9e8f7a;
        padding: 10px 15px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    .conditions .ins_museum li {
        line-height: 29px;
        padding: 8px 30px;
    }

        .conditions .ins_museum li:before {
            top: 12px;
        }

.register_bt {
    border-radius: 3px;
    background-color: #9e8f7a;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    display: inline-block;
    padding: 15px 25px;
    transition: all 0.5s ease-in-out;
    border: 0px none;
}

    .register_bt:hover, .register_bt:focus {
        background-color: #867865;
        color: #fff;
    }

.conditions .panel-heading h4 {
    background: none;
    font-size: 26px;
    color: #000;
    width: 100%;
    padding: 13px;
    font-weight: bold;
    margin: 2px 0;
}

.conditions .faq .panel-title {
    color: #786c5c;
    font-weight: bold;
    background: url(/img/minus.png) center left 0px no-repeat;
    background-color: inherit;
    cursor: pointer;
    padding-left: 30px;
}

    .conditions .faq .panel-title.collapsed {
        color: #786c5c;
        background: url(/img/plus.png) center left 0px no-repeat;
        padding-left: 30px;
        background-color: inherit;
    }

.conditions .panel {
    background: none;
}

.m_form {
    display: inline-block;
    padding-top: 30px;
    width: 100%;
    border-bottom: 0px none;
}

    .m_form label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: normal;
    }

    .m_form .form-control {
        height: 46px;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid#cec7bc;
        font-size: 16px;
    }

    .m_form .form-group {
        margin-bottom: 25px;
    }

/******** seclect box css **********/
.select_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .select_box span {
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .select_box select {
        font-size: 13px;
    }

    .select_box span::after {
        background: url(/img/select_arrow.png) no-repeat top right;
        bottom: 0;
        color: #333;
        content: "";
        height: 10px;
        padding: 14px 25px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 1;
    }

    .select_box select {
        -moz-appearance: none;
        color: #999;
        background: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        float: left;
        font-size: 14px;
        overflow: hidden;
        padding-left: 10px;
        height: 46px;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0px;
        background: #ffffff;
        width: 100%;
    }

/******** seclect box css End **********/

.f_content {
    border-bottom: 0px none;
    padding-bottom: 50px;
}

.footer_details { /*padding:2.857em;*/
    padding: 27px;
}

.row.heading h2 {
    padding-left: 10px;
    font-weight: bold;
}

.gallery_right {
    padding-right: 0px;
}

.gallery_left {
    margin-left: -15px;
    margin-right: -15px;
}

.topmenu1:after {
    border-width: 0 1.786em 3.10em 0;
    top: 0;
    left: -1.786em;
    border-color: transparent #006595 transparent transparent;
    position: absolute;
}

.menu_toggle {
    min-width: 1024px;
}

.maritime_gallery li {
    background: #015ea1;
}

/*
.collections_section.f_content p{ padding-bottom:15px; padding-left:45px; padding-right:45px;}
.conditions, .m_form {padding-left:45px; padding-right:45px; }
*/

.collections_penel {
}

.col_category {
    width: 100%;
    display: inline-block;
    background-color: #f2f1ed;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px;
}

    .col_category .col_img {
        max-width: 100%;
        width: 100%;
    }

    .col_category h2 {
        font-size: 16px;
        padding: 10px 0;
        color: #181818;
        font-weight: 700;
        margin-top: 15px;
    }

.collection_paging .pagination li {
    margin: 5px;
    display: inline-block;
    border-radius: 0px;
}

.collection_paging .pagination.pagination li a {
    background-color: #988871;
    color: #fff;
    border-radius: 0px none;
}

.collection_paging .pagination li:first-child a {
    border-radius: 0px;
}

.collection_paging .pagination li:last-child a {
    border-radius: 0px;
}

.collection_paging .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border: 0px none;
}

.collection_paging .pagination > li > a {
    border: 0px none;
}

    .collection_paging .pagination > li > a:hover {
        background-color: #7b6d58;
    }

/*
.modal{ display:block !important; top:50px;}
.fade{ opacity:1 !important;}
*/

.img_detail .modal-dialog {
    max-width: 700px;
    width: 100%;
    padding-top: 60px;
}

.img_detail .modal-header {
    position: relative;
    border: 0px none;
}

.img_detail .popup_logo {
    display: inline-block;
    margin-top: -90px;
    text-align: center;
    width: 100%;
}

    .img_detail .popup_logo img {
        max-width: 150px;
        border: 10px solid #fff;
        border-radius: 100px;
    }

.img_detail .modal-header .close {
    opacity: 1;
    background-color: #9e8f7a;
    padding: 5px 10px;
    text-shadow: none;
    color: #fff;
    font-size: 30px;
}

.img_detail .modal-body {
    padding: 10px 50px;
}

.img_detail .mid_img {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
}

    .img_detail .mid_img img {
        max-width: 100%;
    }

.img_detail .middle_content {
    margin-top: 40px;
    padding-bottom: 30px;
}

    .img_detail .middle_content h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #383838;
        text-align: left;
    }

    .img_detail .middle_content p {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
    }

.img_detail .rg_panel {
    position: absolute;
    top: 80px;
    right: 12px;
    width: 40px;
    text-align: center;
    z-index: 1;
}

    .img_detail .rg_panel a {
        margin-bottom: 20px;
        display: inline-block;
        transition: all 0.5s ease-in-out;
    }

        .img_detail .rg_panel a:hover {
            opacity: 1;
        }

    .img_detail .rg_panel .print_icon {
        display: inline-block;
        background: none;
        border: 0px;
        opacity: 0.5;
        padding: 0px;
    }

        .img_detail .rg_panel .print_icon:hover {
            opacity: 1;
        }

        .img_detail .rg_panel .print_icon:focus {
            padding: 0px;
            border: 0px none;
        }

    .img_detail .rg_panel #myDIV {
        display: none;
    }

.img_detail #myDIV .social_icons a {
    background-color: #9f8f78;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.img_detail {
    top: 80px;
}

    .img_detail .single_view {
        border: 2px solid#d9d3cb;
        padding: 10px 25px;
        font-size: 15px;
        color: #9e8f7a;
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .img_detail .img_view {
        padding: 10px 25px;
        display: inline-block;
    }

/**/
.s_image {
    border: 1px solid#9e8f7a;
    background-color: #e5e5e5;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 200px;
    margin-bottom: 30px;
}

    .s_image img {
        position: absolute;
        left: 0;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        display: inline-block;
    }

/* Checkbox and Radio Button css */
.checkbox-btn, .radio-btn {
    position: relative;
    padding-left: 20px;
}

    .checkbox-btn input[type="checkbox"], .checkbox-btn input[type="radio"], .radio-btn input[type="checkbox"], .radio-btn input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

    .checkbox-btn label, .radio-btn label {
        display: inline-block;
        line-height: 19px;
        vertical-align: middle;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        padding-left: 12px;
        cursor: pointer;
        user-select: none;
        color: #656565;
    }

        .checkbox-btn label::after, .radio-btn label::after {
            position: absolute;
            content: "";
            width: 18px;
            height: 18px;
            left: 0;
            top: 0;
            margin-left: -18px;
            background-color: #fff;
            border: 2px solid #beb4a6;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-clip: padding-box;
            cursor: pointer;
        }

        .checkbox-btn label::before, .radio-btn label::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 6px;
            top: 4px;
            left: 4px;
            margin-left: -18px;
            border: 2px solid #685c4b;
            border-top: none;
            border-right: none;
            background: transparent;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            z-index: 1;
            color: #000;
        }

    .checkbox-btn input[type="checkbox"]:checked + label, .checkbox-btn input[type="radio"]:checked + label, .radio-btn input[type="checkbox"]:checked + label, .radio-btn input[type="radio"]:checked + label {
        color: #000;
    }

        .checkbox-btn input[type="checkbox"]:checked + label::after, .checkbox-btn input[type="radio"]:checked + label::after, .radio-btn input[type="checkbox"]:checked + label::after, .radio-btn input[type="radio"]:checked + label::after { /*border: 2px solid #0d9fec*/
        }

        .checkbox-btn input[type="checkbox"]:checked + label::before, .checkbox-btn input[type="radio"]:checked + label::before, .radio-btn input[type="checkbox"]:checked + label::before, .radio-btn input[type="radio"]:checked + label::before {
            opacity: 1;
        }

    .checkbox-btn input[type="checkbox"]:disabled + label, .checkbox-btn input[type="radio"]:disabled + label, .radio-btn input[type="checkbox"]:disabled + label, .radio-btn input[type="radio"]:disabled + label {
        color: #787878;
        cursor: default;
    }

        .checkbox-btn input[type="checkbox"]:disabled + label::after, .checkbox-btn input[type="radio"]:disabled + label::after, .radio-btn input[type="checkbox"]:disabled + label::after, .radio-btn input[type="radio"]:disabled + label::after {
            border: 2px solid #767676;
            background-color: #171717;
        }

        .checkbox-btn input[type="checkbox"]:disabled + label::before, .checkbox-btn input[type="radio"]:disabled + label::before, .radio-btn input[type="checkbox"]:disabled + label::before, .radio-btn input[type="radio"]:disabled + label::before {
            display: none;
        }

    .radio-btn label::after {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
    }

    .radio-btn label::before {
        width: 12px;
        height: 12px;
        border: none;
        top: 6px;
        left: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #0d9fec;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #0d9fec;
    }

/* Checkbox and Radio Button css  End*/

/**/
.checkboxes_area {
    margin-bottom: 20px;
    display: inline-block;
}

    .checkboxes_area .form-group {
        margin-bottom: 3px;
    }

.order_f_content {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

    .order_f_content h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #363636;
    }

    .order_f_content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
        text-align:justify;
    }

.img_order_form {
    border-bottom: 0px none;
}

    .img_order_form p {
        font-size: 15px;
        line-height: 22px;
        text-align: justify;
    }

    .img_order_form ul {
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .img_order_form ul li {
            list-style: inside;
            padding: 10px 0;
            font-size: 15px;
        }

    .img_order_form h2 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        color: #363636;
    }

    .img_order_form h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        color: #9e8f7a;
    }

.imgr_content {
    margin-bottom: 30px;
}

.img_order_form .form-group label span {
    color: #F00;
}

.img_order_form .submit_bt {
    border-radius: 0px;
    height: 46px;
    padding: 0 25px;
    background-color: #988871;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    margin-right: 15px;
}

    .img_order_form .submit_bt:hover {
        background-color: #847661;
        color: #fff;
        font-size: 15px;
    }

/**/
.img_detail {
    text-align: center;
    margin-bottom: 10px;
}

    .img_detail .s_image {
        margin-bottom: 0px;
    }

    .img_detail h2 {
        margin-bottom: 15px;
    }

    .img_detail a {
        color: #9e8f7a;
    }

        .img_detail a:hover {
            color: #393939;
            text-decoration: underline;
        }

    .img_detail .s_image {
        height: 280px;
    }
/**/

.filter_panel {
    box-shadow: 5px 2px 8px rgba(0,0,0,0.30);
    padding: 15px 0;
}

    .filter_panel h2 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 15px;
        margin-bottom: 20px;
    }

.event_rg_panel {
    padding-right: 30px;
}

.event_listing li {
    box-shadow: 5px 2px 8px rgba(0,0,0,0.30);
    padding: 15px;
    margin-bottom: 30px;
}

    .event_listing li img {
        width: 100%;
    }

.evt_content .date {
    color: #fff;
    padding: 10px 10px 10px 45px;
    font-size: 15px;
    display: inline-block;
    /*background: url(/img/date_green.png)10px 6px no-repeat;
    background-color: #6e9838;*/
}

.evt_content h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #363636;
    margin-top: 15px;
}

.evt_content p {
    font-size: 15px;
    margin: 10px 0px 15px;
    line-height: 28px;
    text-align: justify;
}

.evt_content a {
    padding: 8px 25px;
    /*border: 2px solid#9e8f7a;*/
    border-radius: 100px;
    color: #363636;
    margin-top: 20px;
    display: inline-block;
}

    .evt_content a:hover {
        border: 2px solid#9e8f7a;
        background-color: #9e8f7a;
        color: #fff;
    }

.e_search {
    margin-top: 0px;
    margin-bottom: 20px;
}

.m_event {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

    .m_event li {
        width: 50%;
        float: left;
        box-shadow: none;
        padding: 5px;
        margin-bottom: 0px;
        position: relative;
    }

        .m_event li .event_bg {
            background-color: #000;
            display: inline-block;
            color: #fff;
            width: 100%;
        }

            .m_event li .event_bg img {
                width: 100%;
            }

            .m_event li .event_bg .evt_content {
                padding: 15px 15px;
                position: absolute;
                bottom: 10px;
            }

                .m_event li .event_bg .evt_content h2 {
                    color: #fff;
                }

        .m_event li .evt_content a {
            padding: 8px 25px;
            border: 2px solid#9e8f7a;
            border-radius: 100px;
            color: #fff;
            margin-top: 0px;
            display: inline-block;
        }

/*cart popup*/
.cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .cart_popup table {
        width: 100%;
    }

        .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .cart_popup table tr td a {
                color: #9e8f7a;
                padding: 20px;
                font-size: 16px;
            }

                .cart_popup table tr td a:hover {
                    color: #706556;
                }

        .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #9e8f7a;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .cart_popup table tr td a.button_default:hover {
                background-color: #857866;
            }

    .cart_popup.collapse {
        display: none;
    }

        .cart_popup.collapse.in {
            display: block;
        }

/**/
.cm_slider {
    margin-bottom: 40px;
}

    .cm_slider .mid_img img {
        width: 100%;
    }

    .cm_slider .mid_img {
        padding: 0 10px;
    }

#multi-image .slick-next.slick-arrow {
    background: url(/img/right-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    right: 30%;
}

#multi-image .slick-prev.slick-arrow {
    background: url(/img/left-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    left: 30%;
}

#single-image .mid_img {
    margin-bottom: 30px;
}

#single-image .slick-next.slick-arrow {
    background: url(/img/right-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    right: 30%;
}

#single-image .slick-prev.slick-arrow {
    background: url(/img/left-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    left: 30%;
}

/**/
.a_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .a_gallery_top .cart_popup table {
        width: 100%;
    }

        .a_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .a_gallery_top .cart_popup table tr td a {
                color: #61cdd9;
                padding: 20px;
                font-size: 16px;
            }

                .a_gallery_top .cart_popup table tr td a:hover {
                    color: #55b2bc;
                }

        .a_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .a_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #61cdd9;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .a_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #55b2bc;
            }

    .a_gallery_top .cart_popup.collapse {
        display: none;
    }

        .a_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.armor_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .armor_gallery_top .cart_popup table {
        width: 100%;
    }

        .armor_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .armor_gallery_top .cart_popup table tr td a {
                color: #e35293;
                padding: 20px;
                font-size: 16px;
            }

                .armor_gallery_top .cart_popup table tr td a:hover {
                    color: #e35293;
                }

        .armor_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .armor_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #e35293;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .armor_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #e35293;
            }

    .armor_gallery_top .cart_popup.collapse {
        display: none;
    }

        .armor_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.civ_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .civ_gallery_top .cart_popup table {
        width: 100%;
    }

        .civ_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .civ_gallery_top .cart_popup table tr td a {
                color: #cfa22b;
                padding: 20px;
                font-size: 16px;
            }

                .civ_gallery_top .cart_popup table tr td a:hover {
                    color: #b08923;
                }

        .civ_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .civ_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #cfa22b;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .civ_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #b08923;
            }

    .civ_gallery_top .cart_popup.collapse {
        display: none;
    }

        .civ_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.collections_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .collections_gallery_top .cart_popup table {
        width: 100%;
    }

        .collections_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .collections_gallery_top .cart_popup table tr td a {
                color: #7f9592;
                padding: 20px;
                font-size: 16px;
            }

                .collections_gallery_top .cart_popup table tr td a:hover {
                    color: #5f7774;
                }

        .collections_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .collections_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #7f9592;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .collections_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #5f7774;
            }

    .collections_gallery_top .cart_popup.collapse {
        display: none;
    }

        .collections_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.currency_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .currency_gallery_top .cart_popup table {
        width: 100%;
    }

        .currency_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .currency_gallery_top .cart_popup table tr td a {
                color: #7f4667;
                padding: 20px;
                font-size: 16px;
            }

                .currency_gallery_top .cart_popup table tr td a:hover {
                    color: #5e314b;
                }

        .currency_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .currency_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #7f4667;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .currency_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #5e314b;
            }

    .currency_gallery_top .cart_popup.collapse {
        display: none;
    }

        .currency_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.heritage_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .heritage_gallery_top .cart_popup table {
        width: 100%;
    }

        .heritage_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .heritage_gallery_top .cart_popup table tr td a {
                color: #d6ce64;
                padding: 20px;
                font-size: 16px;
            }

                .heritage_gallery_top .cart_popup table tr td a:hover {
                    color: #aea750;
                }

        .heritage_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .heritage_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #d6ce64;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .heritage_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #aea750;
            }

    .heritage_gallery_top .cart_popup.collapse {
        display: none;
    }

        .heritage_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.history_gallery_top .cart_popup table tr td a {
    color: #b85a14;
}

    .history_gallery_top .cart_popup table tr td a:hover {
        color: #96490f;
    }

    .history_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b85a14;
        color: #fff;
    }

        .history_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #96490f;
        }

.history_gallery_top .cart_popup.collapse {
    display: none;
}

    .history_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.islam_gallery_top .cart_popup table tr td a {
    color: #75c4a4;
}

    .islam_gallery_top .cart_popup table tr td a:hover {
        color: #61a78b;
    }

    .islam_gallery_top .cart_popup table tr td a.button_default {
        background-color: #75c4a4;
        color: #fff;
    }

        .islam_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #61a78b;
        }

.islam_gallery_top .cart_popup.collapse {
    display: none;
}

    .islam_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.topmenu1 .cart_popup table tr td a {
    color: #015ea1;
}

    .topmenu1 .cart_popup table tr td a:hover {
        color: #00497d;
    }

    .topmenu1 .cart_popup table tr td a.button_default {
        background-color: #015ea1;
        color: #fff;
    }

        .topmenu1 .cart_popup table tr td a.button_default:hover {
            background-color: #00497d;
        }

.topmenu1 .cart_popup.collapse {
    display: none;
}

    .topmenu1 .cart_popup.collapse.in {
        display: block;
    }

.renais_gallery_top .cart_popup table tr td a {
    color: #327240;
}

    .renais_gallery_top .cart_popup table tr td a:hover {
        color: #286234;
    }

    .renais_gallery_top .cart_popup table tr td a.button_default {
        background-color: #327240;
        color: #fff;
    }

        .renais_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #286234;
        }

.renais_gallery_top .cart_popup.collapse {
    display: none;
}

    .renais_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.p_gallery_top .cart_popup table tr td a {
    color: #b7bbbc;
}

    .p_gallery_top .cart_popup table tr td a:hover {
        color: #969c9d;
    }

    .p_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b7bbbc;
        color: #fff;
    }

        .p_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #969c9d;
        }

.p_gallery_top .cart_popup.collapse {
    display: none;
}

    .p_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.timeline_gallery_top .cart_popup table tr td a {
    color: #b7bbbc;
}

    .timeline_gallery_top .cart_popup table tr td a:hover {
        color: #969c9d;
    }

    .timeline_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b7bbbc;
        color: #fff;
    }

        .timeline_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #969c9d;
        }

.timeline_gallery_top .cart_popup.collapse {
    display: none;
}

    .timeline_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.world_gallery_top .cart_popup table tr td a {
    color: #f6b14a;
}

    .world_gallery_top .cart_popup table tr td a:hover {
        color: #d6993d;
    }

    .world_gallery_top .cart_popup table tr td a.button_default {
        background-color: #f6b14a;
        color: #fff;
    }

        .world_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #d6993d;
        }

.world_gallery_top .cart_popup.collapse {
    display: none;
}

    .world_gallery_top .cart_popup.collapse.in {
        display: block;
    }

/**/

.mission_side_nav.r-conserve li a {
    padding: 15px 15px 15px 15px;
}

    .mission_side_nav.r-conserve li a:hover {
        background-color: #9e8f7a;
    }

.mission_side_nav.r-conserve li.active a {
    background-color: #9e8f7a;
}

.bt_brown {
    background-color: #9e8f7a !important;
}

.conserv_tab .bt_panel {
    text-align: left;
}

    .conserv_tab .bt_panel ul li a:hover {
        background-color: #9e8f7a;
    }

    .conserv_tab .bt_panel ul li.active a {
        background-color: #9e8f7a;
    }

.conserv_tab .events_p .content a:hover {
    color: #847663;
}

.conserv_tab .events_p ul {
    padding-right: 5px;
}

.con_content {
    padding-bottom: 0px;
    border-bottom: 0px none;
}

.conserv_tab .c_detail {
    margin-bottom: 7px;
}

.conserv_tab .events_p .content h2 {
    padding-bottom: 15px;
}

/*map css*/
.gallery-map img {
    max-width: 100%;
}

#Beach {
    position: relative;
}

#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path {
    opacity: 0.1;
    stroke: none;
    transition: 200ms;
    transition-timing-function: ease-in-out;
}

    path:hover, circle:hover {
        stroke-width: 0px;
        stroke-linejoin: round; /*fill: #000 !important;*/
        cursor: pointer;
        opacity: 1;
    }

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 30px;
    left: 0px;
    z-index: 1;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
}

    #info-box > div {
        white-space: nowrap;
    }

.main_img {
    position: relative;
}

.arms-gallery {
    background-color: #5f9c43;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .arms-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #5f9c43;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.martine-history {
    background-color: #0c719a;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .martine-history:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0c719a;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.land-and-people {
    background-color: #852045;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .land-and-people:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #852045;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.civilisation-marketing {
    background-color: #a49289;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .civilisation-marketing:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #a49289;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.timeline-gallery {
    background-color: #acbab2;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .timeline-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #acbab2;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.alfaj-gallery {
    background-color: #00a3ce;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .alfaj-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #00a3ce;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.currency-gallery {
    background-color: #11216d;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .currency-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #11216d;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

/**/

.splendours-islam-gallery {
    background-color: #005030;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .splendours-islam-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #005030;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.word-gallery {
    background-color: #fcba31;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .word-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fcba31;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.renaissance-gallery {
    background-color: #ee3124;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .renaissance-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ee3124;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.intangible-gallery {
    background-color: #c0d62e;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .intangible-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #c0d62e;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.collections-gallery {
    background-color: #7373a9;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .collections-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #7373a9;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.history-gallery {
    background-color: #ba5915;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .history-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ba5915;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

/*Atul*/
.f-museum {
    margin-bottom: 0px;
}

/*Ankit*/

.plus_txt {
    position: absolute;
    left: 15px;
    top: -10px;
    background: #eaeaea;
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

    .plus_txt a {
        color: #333;
    }

.history_btn {
    margin: 25px 0px 0px;
}

    .history_btn a:hover {
        background: #ba5915;
    }

.news_page .m_event {
    margin-bottom: 15px;
}

.news.evt_content {
    width: calc(100% - 10px);
    left: 5px;
    bottom: 5px !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news_page {
    width: 100%;
    display: inline-block;
}

    .news_page .event_rg_panel {
        padding-right: 15px;
    }

    .news_page .event_listing li {
        box-shadow: 0px 1px 10px rgba(0,0,0,0.30);
        margin-bottom: 30px;
        width: 49%;
        float: left;
        background: #fff;
    }

        .news_page .event_listing li:nth-child(even) {
            float: right;
        }

    .news_page .event_rg_panel li {
        min-height: 290px;
    }

.news-img {
    margin-top: 50px;
}

/*new pages */
.news_detail {
    margin-top: 40px;
}

    .news_detail span {
        color: #959595;
        display: block;
        margin: 13px 0px 20px;
    }

    .news_detail p {
        font-size: 15px;
        line-height: 28px;
        text-align: justify;
    }

.news_right {
    background: #fff;
    box-shadow: 0px 0px 5px 1px #ccc;
    margin-top: 40px;
    padding-bottom: 20px;
}

    .news_right a {
        color: #656565;
    }

    .news_right span {
        color: #959595;
        display: block;
        margin: 13px 0px 15px;
        padding: 0px 15px;
    }

    .news_right p {
        font-size: 15px;
        line-height: 24px;
        padding: 0px 15px;
        text-align: justify;
    }

.img_fees_blk {
    background: #fff;
}

    .img_fees_blk table {
        color: #000;
    }

        .img_fees_blk table th {
            background: #998771;
            color: #fff;
            padding: 15px !important;
            text-transform: uppercase;
        }

            .img_fees_blk table th:last-child {
                border-right-color: #ddd !important;
            }

        .img_fees_blk table th {
            border-right-color: #7a6d5c !important;
        }

        .img_fees_blk table td {
            vertical-align: middle !important;
        }

        .img_fees_blk table td {
            padding: 15px !important;
        }

            .img_fees_blk table td.head {
                background: #f8f8f8;
            }

.img_order_form h2 a {
    color: #363636;
}

.middle_accordian .wrapper {
    background: none;
    box-shadow: none;
    padding-bottom: 0px !important;
}

.middle_accordian .panel-group .panel {
    margin-bottom: 20px;
}

.middle_accordian .panel-default .panel-heading, .middle_accordian .panel-default {
    border: none;
    box-shadow: none;
}

.middle_accordian .panel-title a, .middle_accordian .panel-title a:active {
    background: #998771;
    font-size: 16px;
    color: #fff;
    padding: 15px 15px;
}

.middle_accordian .panel-body {
    box-shadow: 0px 0px 2px 0px #b0b0b0;
    font-size: 15px;
    color: #333;
    line-height: 28px;
    padding: 15px;
}

.middle_accordian .accordian_detail {
    background: #e0e5e9;
    padding: 20px 20px;
}

    .middle_accordian .accordian_detail h3 {
        font-size: 23px;
        color: #010000;
        line-height: 30px;
        margin: 0px 0px 20px;
        text-align: center;
    }

    .middle_accordian .accordian_detail h4 {
        font-size: 20px;
        color: #010000;
        line-height: 28px;
        margin: 20px 0px 5px;
        text-align: left;
        padding-right: 25px;
    }

    .middle_accordian .accordian_detail p {
        font-size: 20px;
        font-weight: 300;
        color: #010000;
        line-height: 28px;
        margin: 0px 0px 0px;
        text-align: right;
        padding-right: 25px;
        text-align: justify;
    }

.middle_accordian .panel-heading {
    padding: 0;
    border: 0;
}

.middle_accordian .panel-title a, .middle_accordian .panel-title a:active {
    display: block;
    text-decoration: none;
}

.middle_accordian .panel-heading a:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 16px;
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.middle_accordian .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.view_p:hover {
    text-decoration: underline;
}

.news-listing .event_listing {
    padding-left: 30px;
}

/*contact page css*/

.contact_block {
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    padding-bottom: 15px;
    margin-top: 10px;
    min-height: 350px;
}

    .contact_block h2 {
        font-size: 24px;
        text-align: center;
        background-color: #9e8f7a;
        padding: 15px 0;
        color: #fff;
    }

    .contact_block p {
        padding: 20px 0;
        font-size: 18px;
        display: inline-block;
        padding-left: 15px;
        text-align: justify;
    }

        .contact_block p strong {
            margin-bottom: 10px;
            display: inline-block;
        }

    .contact_block span i {
        font-size: 24px;
        display: inline-block;
        padding-left: 15px;
    }

    .contact_block a {
        color: #656565;
    }

        .contact_block a:hover {
            color: #656565;
            text-decoration: underline;
        }

.button_default {
    padding: 11px 20px;
    background-color: #998771;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
}

    .button_default:hover {
        background-color: #736553;
        color: #fff;
    }

.contact_blk {
    display: inline-block;
    width: 100%;
}

    .contact_blk ul {
        padding: 0px;
    }

    .contact_blk li {
        width: 100%;
        float: left;
        list-style: none;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .contact_blk ul li:nth-child(3) {
        margin-right: 0px;
    }

.office_details {
    background: #fff;
    background-size: 100% auto;
    box-shadow: 0px 0px 5px 0px #ddd;
    padding: 40px 15px 25px;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: center;
}

    .office_details h2 {
        font-size: 20px;
        font-weight: 700;
        color: #9e8f7a;
        margin-bottom: 20px;
        padding-left: 0px;
        text-transform: uppercase;
    }

.info_blk {
    min-height: 110px;
    width: 100%;
    text-align: center;
}

.call_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

    .call_blk span {
        background: url(/img/call.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .call_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
        text-align: justify;
    }

.mail_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

    .mail_blk span {
        background: url(/img/mail.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .mail_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
        text-align: justify;
    }

.phone_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
}

    .phone_blk span {
        background: url(/img/mobile.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .phone_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
        text-align: justify;
    }

.fax_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

    .fax_blk span {
        background: url(/img/fax.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .fax_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
        text-align: justify;
    }

.contact_blk a {
    color: #51453f;
}

.office_details:hover {
    box-shadow: 0px 0px 8px 0px #9fb1b0;
}

    .office_details:hover a {
        background: #fff;
        color: #9e8f7a;
    }

.address_blk:hover.address_blk span, .call_blk:hover.call_blk span, .mail_blk:hover.mail_blk span, .phone_blk:hover.phone_blk span, .fax_blk:hover.fax_blk span, .desig_blk:hover.desig_blk span {
    background-position: 0px -22px;
}

/**/
.main_img a {
    position: relative;
}

    .main_img a:hover path {
        stroke: #000;
        stroke-width: 2px;
    }

.contentBox p em {
    font-style: normal;
    color: #000;
}

.home_page p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: justify;
}

.img_detail {
    top: auto;
}

/*ankit*/
.conditions ul li {
    line-height: 22px;
}

.gallery_middle_blk {
    border-bottom: none;
}

.footer_details {
    border-top: 1px #bcbcbc solid;
}

.img_fees_blk {
    background: none;
}

    .img_fees_blk table {
        background: #fff;
    }

.sitemap_page .web_points h2 {
    background: none;
    border: none;
    padding: 13px 0px;
    color: #786c5c;
    font-weight: bold;
    font-size: 26px;
    margin: 2px 0;
}

/**/

.f-museum #accordion .panel {
    border-bottom: 1px dashed #c5c5c5;
}

.collection_select {
    max-width: 250px;
    display: inline-block;
}

    .collection_select .form-control {
        border-radius: 2px;
    }

        .collection_select .form-control:focus {
            box-shadow: none;
            border: 1px solid#d2ccc6;
        }

.news_detail {
    width: 100%;
    margin-top: 10px;
}

    .news_detail .date {
        background-color: #9e8f7a;
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
    }

    .news_detail h2 {
        font-size: 1.429em;
        font-weight: bold;
    }

    .news_detail .nd_image {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        padding: 10px 80px 20px 80px;
        position: relative;
    }

        .news_detail .nd_image img {
            max-width: 100%;
        }

        .news_detail .nd_image .rg_panel {
            top: 10px;
        }

.nd_image #myDIV .social_icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.news_detail .rg_panel .print_icon {
    opacity: 0.8;
}

.nd_content {
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
    font-size: 15px;
    line-height:22px;
}

    .nd_content li {
        list-style: disc;
        padding: 15px 5px;
        font-size: 15px;
        line-height: 18px;
    }

    .nd_content p {
        line-height: 22px;
        text-align: justify;
    }

/*Ankit*/
.office_details {
    margin-left: 0px;
    margin-top: 5px;
    text-align: left;
    padding: 0px 20px 0px;
    transition: all 0.5s ease 0s;
}

    .office_details h2 {
        color: #786c5c;
        letter-spacing: 1px;
    }

    .office_details:hover .icon_img {
        background: #fff;
        box-shadow: 0px 0px 7px 0px #ccc;
    }

        .office_details:hover .icon_img i {
            color: #988871;
        }

.icon_img {
    position: absolute;
    top: 70px;
    bottom: 0px;
    left: -50px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    background: #988871;
    border-radius: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}

    .icon_img i {
        color: #fff;
        font-size: 48px;
    }

.info_blk {
    text-align: left;
}

.contact_blk {
    margin-top: 25px;
    width: 340px;
}

.call_blk {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.call_blk, .fax_blk {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 100%;
}

/**/
.renaissance_gallery .slick-arrow {
    background-color: #ee3124;
}

.marking_gallery .slick-arrow {
    background-color: #9d8d85;
}

.currence_gallery .slick-arrow {
    background-color: #1d2172;
}

.alfaj_gallery .slick-arrow {
    background-color: #009bc9;
}

.img_detail {
    top: 0px;
}

    .img_detail .img_view {
        margin-top: 40px;
        padding: 0px 20px 15px;
    }

.tooltip .tooltip-arrow {
    border-top-color: #d8d4cb !important;
}

.tooltip .tooltip-inner {
    background: #FFF;
    border: 2px solid #d8d4cb;
    border-radius: 2px;
    color: #9e8f7c;
    font-family: 'gothic';
    font-size: 16px;
}

.contact_blk li {
    margin-bottom: 10px;
}

.contact_blk .office_details {
    border-bottom: none;
    margin: 0px;
    padding: 18px 20px 15px;
}

    .contact_blk .office_details:hover a {
        background: none;
    }

    .contact_blk .office_details h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

.contact_blk .info_blk {
    min-height: auto;
}

.contact_blk .call_blk, .contact_blk .fax_blk, .contact_blk .mail_blk {
    border: none;
    margin-bottom: 0px;
}

.contact_blk .mail_blk {
    border: none;
    margin-bottom: 0px;
}

.contact_page form.career_form textarea.form-control {
    height: 150px;
}

.career_form h2 {
    font-size: 28px;
    color: #222021;
    margin-top: 25px;
    margin-bottom: 33px;
}

.map_blk {
    margin: 0px 0px 30px;
}

form.career_form textarea.form-control:focus, form.career_form select:focus {
    box-shadow: none;
    border-color: #999;
}

form.career_form select {
    box-shadow: none;
    border-radius: 0px;
    height: 42px;
}

.address_blk i {
    padding-right: 0px;
}

.address_blk {
    padding: 7px 0px 0px;
}

    .address_blk h2 {
        font-size: 18px;
        font-weight: 600;
        color: #222021;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .address_blk h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .address_blk h4 {
        font-size: 16px;
        line-height: 24px;
    }

.conver_page p {
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

/*----------18 Sep 2018----------*/
.event_box4 {
    cursor: pointer;
}

.mgnbt_25 {
    margin-bottom: 25px;
}

.conditions ul li::before {
    top: 14px;
}

.address_list i {
    font-size: 1.407em;
    top: 3px;
    position: relative;
    padding-bottom: 0.4em;
    padding-right: 1em;
    float: left;
    color: #a79682;
}

.address_list li {
    padding-bottom: 1em;
}

    .address_list li i.fa.fa-fax {
        opacity: 0.7;
    }

.m_new_form .form-group {
    margin-bottom: 32px;
}

.m_new_form label {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.m_new_form .radio-btn label, .m_new_form .checkbox-btn label {
    font-weight: normal;
}

.m_form .m_new_form .form-control {
    font-size: 15px;
}

    .m_form .m_new_form .form-control:focus {
        border-color: #a59f97;
    }

.radio_btns {
    float: right;
}

.m_new_form .radio-btn {
    padding-left: 0px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0px;
}

span.radio_txt {
    font-size: 16px;
    position: relative;
    top: -4px;
}

.radio_btns .radio-btn label::before {
    background-color: #685c4b;
    border-color: #685c4b;
    margin-left: 0px;
    left: -14px;
    top: 4px;
    width: 10px;
    height: 10px;
}

.mgn_tb {
    margin: 3px 0px 15px;
}

.m_new_form .checkbox-btn {
    padding-left: 0px;
    margin-bottom: 15px;
}

.m_head {
    background: #f5f5f5;
    border-left: 3px solid #867865;
    font-size: 16px;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.m_new_form .register_bt {
    font-size: 18px;
    margin-top: 0px;
    padding: 13px 30px;
}

.single-item-1 ul.slick-dots {
    bottom: 10px;
}

    .single-item-1 ul.slick-dots li {
        width: 10px;
        height: 10px;
        background: #787878;
        border-radius: 100%;
        margin: 0px 5px;
    }

        .single-item-1 ul.slick-dots li.slick-active {
            background: #fff;
        }

        .single-item-1 ul.slick-dots li button {
            width: 0px;
            height: 0px;
            padding: 0px;
        }

            .single-item-1 ul.slick-dots li button::before {
                content: none;
            }

.single-item-1.gallery_slider .slick-prev {
    left: 0px;
}

.single-item-1.gallery_slider .slick-next {
    right: 0px;
}

.col_img {
    display: inline-block;
}

i.col_img img {
    width: auto;
}

.right_content.guide_tour ul li {
    font-size: 17px;
    color: #9e8f7a;
    line-height: 30px;
    margin-bottom: 10px;
}

.gift_discription .pull-left, .gift_discription .pull-right {
    width: 100%;
}

.dropdown-menu.history_listing {
    position: relative !important;
    width: 100%;
    margin: 15px 0px 25px;
    box-shadow: none !important;
    border: 0;
    background: #f5f5f5;
    padding: 0;
}

    .dropdown-menu.history_listing li {
        padding: 0px 0px;
    }

    .dropdown-menu.history_listing > li > a {
        display: block;
        padding: 15px 19px 15px 30px;
    }

li.active1 .caret {
    float: right;
    margin-top: 8px;
}

.gallery_left li a {
    display: block;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.counter_div {
    position: absolute;
    bottom: 22px;
    left: 30px;
}

a.counter_div span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.container {
    position: relative;
}

.slick-prev::before, .slick-next::before {
    content: none;
}

/*---------About us----------*/
.conditions .faq.about_page .panel-heading h4 {
    padding: 20px 15px 20px 30px;
}

.conditions .faq.about_page .panel-body p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.conditions .faq.about_page .panel-title.collapsed {
    background: url(/img/plus.png) center left 0px no-repeat;
    color: #786c5c;
    margin-top: 0px;
}

.conditions .faq.about_page .panel-title {
    background: url(/img/minus1.png) center left 3px no-repeat #988871;
    color: #fff;
    margin-top: 5px;
}

.conditions .faq.about_page .panel-body {
    margin: 15px 0px;
}

.mgn_bt_40 {
    margin-bottom: 40px;
}

.conditions .faq.about_page ul li {
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
}

    .conditions .faq.about_page ul li::before {
        content: none;
    }

.conditions .faq.about_page h2 {
    font-family: 'gothicb';
    font-size: 22px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 10px;
}

.conditions .faq.about_page h3 {
    font-family: 'gothic';
    font-size: 18px;
    font-weight: 600;
    color: #505050;
}

.conditions .faq.about_page h4 {
    font-family: 'gothic';
    font-size: 18px;
}

.conditions .faq.about_page .ticket_fees1.full_width ul {
    width: 100%;
}

.conditions .faq.about_page .ticket_fees1 ul {
    width: 35%;
    display: inline-block;
}

.conditions .faq.about_page .ticket_fees1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

    .conditions .faq.about_page .ticket_fees1 li {
        font-family: 'gothic';
        font-size: 16px;
        color: #9e8f7a;
        margin-bottom: 15px;
        padding: 0px 0px 0px 22px;
        position: relative;
    }

        .conditions .faq.about_page .ticket_fees1 li:last-child {
            margin-bottom: 0px;
        }

        .conditions .faq.about_page .ticket_fees1 li::before {
            width: 8px;
            height: 8px;
            background: #9e8f7a;
            content: '';
            position: absolute;
            left: 0px;
            top: 10px;
        }

.trustee_blk {
    margin-bottom: 40px;
    padding: 0px 50px 0px 0px;
    text-align: center;
}

    .trustee_blk h5 {
        font-family: 'gothicb';
        font-size: 16px;
        font-weight: normal;
        color: #303030;
        line-height: 20px;
        min-height: 40px;
        margin: 15px 0px 10px;
    }

    .trustee_blk h6 {
        color: #9e8f7a;
        line-height: 18px;
        min-height: 55px;
    }

/*---------------20 Dec---------------*/
.wrap_Top .left-List li .icon-map::before {
    content: url(/img/map-pin-marked.png);
    line-height: 1.5;
}

.wrap_Top .left-List li .icon-mobile::before {
    content: url(/img/mobile-phone.png);
    line-height: 1.5;
}

.address_list li .fa-fax::before {
    content: url(/img/fax-icon.png);
}

/*
.man_page .contentBox p.paratext a {
    border: 2px solid #9e8f7a;
    border-radius: 100px;
    color: #9e8f7a;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    padding: 8px 0px;
    transition: all 0.5s ease 0s;
    text-align: center;
    width: 140px;
}

    .man_page .contentBox p.paratext a:hover {
        background: #9e8f7a;
        color: #fff;
    }
    */

.newsFeild .sendBTn {
    background: #9e8f7a;
}

.register_bt:hover, .register_bt:focus {
    background: #7c6444;
}

.row.heading h2 {
    padding-top: 15px;
}

.topmenu {
    padding: 6px 0px;
}

.left-List li:first-child {
    padding-top: 2px;
}

    .left-List li:first-child .iconList {
        top: 3px;
        margin-right: 3px;
    }

.left-List li {
    height: 34px;
    padding-top: 9px;
}

.wrap_Top .left-List li a {
    padding: 0px;
    transition: all 0.5s ease 0s;
}

.iconList {
    top: -4px;
}

.wrap_Top .left-List li.language a {
    padding: 0px;
}

#search input[type="search"] {
    padding: 0px 10px 0px 10px;
    height: 34px;
    border-radius: 0px;
}

.socialMenu {
    padding: 9px 1.5em 0 0;
}

.wrap_Top .left-List li.h_search_bt {
    padding-top: 0px;
}

.wrap_Top .left-List li a:hover {
    opacity: 0.6;
}

.contentBox.equalhgtbox.home_page h3 {
    transition: all 0.3s ease-in-out;
}

    .contentBox.equalhgtbox.home_page h3:hover {
        transform: scale(1.05);
    }

.contentBox.equalhgtbox.home_page .news p.paratext {
    display: block;
}

.contentBox.equalhgtbox.home_page .news span {
    display: block;
    padding-bottom: 10px;
}

/*-----------26 Dec----------*/
.memberMenu li a i.icon-layers::before {
    content: url(/img/icon-10.png);
    position: relative;
    top: -2px;
}

.memberMenu li:first-child span {
    vertical-align: top;
    line-height: 23px;
}

#search input[type="search"]:hover {
    opacity: 0.6;
}

#search input[type="search"]:focus:hover {
    opacity: 1;
}

.fancybox-skin {
    border-radius: 0px !important;
    padding: 0px !important;
}

.fancybox-inner {
    width: 100% !important;
    height: 666px !important;
}

    .fancybox-inner iframe {
        height: 100% !important;
    }

.fancybox-lock, .fancybox-lock body {
    height: auto !important;
}

.fancybox-wrap {
    width: 1184px !important;
}

.video_blk {
    position: relative;
}

    .video_blk .play_icon {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .video_blk .play_icon .fa-youtube-play::before {
            content: url(/img/play-button.png);
            width: 75px;
            height: 75px;
            margin: 0px auto;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 43%;
            cursor: pointer;
            /* bottom: 0px; */
        }

.left-List li .aaa_listing li {
    height: auto;
}

/* css */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    width: 100%;
    font-size: 14px;
}

html, body {
    height: 100%;
}

body {
    font-family: 'gothic';
    font-size: 100%;
    font-weight: 400;
    background: #c5beb6;
    color: #656565;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
/*.row				{ overflow:hidden;}*/

@font-face {
    font-family: 'gothic';
    src: url('/font/fonts/gothic.eot');
    src: url('/font/fonts/gothic.eot') format('embedded-opentype'), url('/font/fonts/gothic.woff2') format('woff2'), url('/font/fonts/gothic.woff') format('woff'), url('/font/fonts/gothic.ttf') format('truetype'), url('/font/fonts/gothic.svg#gothic') format('svg');
}

@font-face {
    font-family: 'gothicb';
    src: url('/font/fonts/gothicb.eot');
    src: url('/font/fonts/gothicb.eot') format('embedded-opentype'), url('/font/fonts/gothicb.woff2') format('woff2'), url('/font/fonts/gothicb.woff') format('woff'), url('/font/fonts/gothicb.ttf') format('truetype'), url('/font/fonts/gothicb.svg#gothicb') format('svg');
}

/*
@font-face {
    font-family: 'opens';
    src: url('/font/fonts/opens.eot');
    src: url('/font/fonts/opens.eot') format('embedded-opentype'),
         url('/font/fonts/opens.woff2') format('woff2'),
         url('/font/fonts/opens.woff') format('woff'),
         url('/font/fonts/opens.ttf') format('truetype'),
         url('/font/fonts/opens.svg#opens') format('svg');
}
*/
/*----------------- login ---------------------*/
.wrapper {
    z-index: 1;
    width: 100%;
    min-height: 100%;
    transition: 0.5s all;
    background: #fff;
}

.eventsnavbar {
    min-height: 70px;
    background: #fff;
    border-bottom: #e6e9ed 1px solid;
}

/*logo*/
.navbar-brand.logo {
    padding: 0;
    width: 110px;
    height: 68px;
}

    .navbar-brand.logo img {
        width: 100%;
        height: auto;
    }

/*headerLogo*/
.headerLogo {
    padding: 0 1.071em 0 0em; /*padding:0 1.071em 0 2.857em;*/
    overflow: hidden;
    position: relative;
    top: -5px;
}

    .headerLogo a {
        width: 10.500em;
        height: 4.65em;
        display: block;
        padding: 0;
    }

        .headerLogo a img {
            width: 100%;
            height: auto;
        }

/*navbar*/
.navbar {
    margin-bottom: 0;
}

.navbar-header {
    position: relative; /*top:-35px;*/
}

.navbar-toggle {
}

    .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-toggle .menuIcon {
        font-size: 2em;
        color: #000;
    }

/*topmenu*/
.topmenu {
    background: #9e8f7a;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .topmenu:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 46px 0;
        top: 0;
        left: -25px;
        border-color: transparent #9e8f7a transparent transparent;
        position: absolute;
    }

.left-List {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .left-List li {
        padding: 0 1.786em;
        border-right: #b1a595 1px solid;
        float: left;
    }

        .left-List li a {
            color: rgba(255,255,255,0.85);
            padding: 0.1em 0 0.4em 0;
            display: inline-block;
        }

.iconList {
    font-size: 1.207em;
    top: 2px;
    position: relative;
}

.socialMenu {
    margin: 0;
    padding: 0.25em 1.5em 0 0;
}

    .socialMenu li {
        float: left;
        padding: 0 0.500em;
    }

        .socialMenu li a {
            font-size: 1.171em;
            color: rgba(255,255,255,0.85);
            display: inline-block;
        }

            .socialMenu li a:hover,
            .left-List li a:hover {
                color: rgba(255,255,255,1);
            }

.mainMenu { /*padding:2.571em 0 1.286em;*/
    padding: 0 0 0.5em 4em;
}

.menuWrap {
    padding: 2.571em 0 1.286em 3em;
}

    .menuWrap a {
        font-size: 2em;
        color: #130e0f;
        font-family: 'gothic';
        text-transform: uppercase;
        display: inline-block;
    }

.menuIcon {
    font-size: 0.8em;
}

.memberMenu {
    margin: 0 1.8em 0 0;
}

    .memberMenu li {
        padding: 0 1.250em;
        border-left: #cac9c7 1px solid;
        display: inline-block;
    }

        .memberMenu li a {
            color: #9e8f7a;
            font-size: 1.143em;
            padding: 0.375em 0;
            font-family: 'gothic';
        }

            .memberMenu li a i.iconMember {
                padding-right: 0.313em;
                display: inline-block;
                font-size: 1.2em;
                position: relative;
                top: 2px;
            }

        .memberMenu li:first-child {
            border: none;
        }

        .memberMenu li:hover,
        .memberMenu li:hover a {
            background: none;
        }

.menuList {
    padding: 2.571em 0 1.286em 0em;
}

.sliderHR .slick-initialized .slick-slide {
    height: 31.000em;
    width: 100%;
    margin-bottom: 2.643em;
}

    .sliderHR .slick-initialized .slick-slide img {
        width: 100%;
        height: auto;
    }

.slider_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .slider_content h2 {
        color: #e1ded0;
        font-size: 3.357em;
        font-family: 'gothic';
        margin-left: 0.532em;
        display: inline-block;
        padding: 0.319em 0.383em;
        background: rgba(0,0,0,0.5);
        margin-bottom: 0.319em;
    }

    .slider_content p {
        background: rgba(245,243,241,0.7);
        color: #231f20;
        font-size: 1.143em;
        padding: 0.625em 3.438em 1.125em 2.2em;
    }

/*boxWrap*/
.boxWrap {
    background: #e1ddd1;
    padding: 0.357em;
}

.body_box {
    margin: 0;
    padding: 0.286em 0;
}

.contentBox {
    padding: 2.857em 1.786em 1.5em; /*width:49.29%; margin:0 0.287em; */
    background: #fff url(/ra/img/box_bg.png) center right no-repeat;
}

    .contentBox h3 {
        font-size: 2.286em;
        color: #231f20;
        padding-bottom: 0.85em;
        font-family: 'gothic';
        text-transform: uppercase;
    }

    .contentBox p {
        font-size: 0.857em;
        color: #656565;
        padding: 0 0 1.250em;
        text-align: justify;
    }

        .contentBox p span.hours {
            font-size: 1.167em;
            text-transform: uppercase;
        }

.imgBox {
    position: relative;
    padding: 0;
}

    .imgBox img {
        width: 100%;
        height: auto;
        display: block;
    }

.event_box {
    position: absolute;
    left: 0;
    right: 0;
    padding: 2.857em 1.786em;
    top: 0;
}

    .event_box h3 {
        font-size: 2.286em;
        color: #fff;
        padding-bottom: 0.625em;
        font-family: 'gothic';
    }

    .event_box p {
        text-transform: uppercase;
        color: #e1ded0;
        text-align: justify;
    }

.contentBox p.paratext {
    font-size: 1em;
    line-height: 28px;
    text-align: justify;
}

    .contentBox p.paratext a {
        color: #c26f3d;
        font-size: 1em;
        display: block;
        margin-top: 0.4em;
    }

/*footer*/
footer {
}

/*footer_details*/
.footer_details {
    padding: 2.857em;
    font-family: 'gothic';
}

    .footer_details h4 {
        color: #222021;
        font-size: 1.429em;
        font-weight: 600;
        padding-bottom: 1em;
        margin: 0;
        text-transform: uppercase;
    }

    .footer_details p {
        color: #767475;
        font-size: 0.929em;
        line-height: 28px;
        padding-bottom: 2.692em;
        text-align: justify;
    }

    .footer_details a.readBtn {
        color: #848383;
        font-size: 0.929em;
        text-transform: uppercase;
        display: inline-block;
    }

        .footer_details a.readBtn:hover {
            color: #6b4126;
        }

    .footer_details .icon-readmore {
        margin-left: 2.5em;
        position: relative;
        top: 2px;
    }

.address_list {
}

    .address_list li {
       
        font-size: 0.929em;
        padding-bottom: 0.875em;
        line-height: 1.8em;
    }

.iconMap {
    font-size: 1.407em;
    top: 3px;
    position: relative;
    padding-bottom: 0.4em;
    /* display: inline-block; */ padding-right: 1em;
    float: left;
    color: #a79682;
}

.address_list li:first-child .iconMap {
    top: 8px;
}

.newsFeild .form-control {
    border: #e8e5de 1px solid;
    color: #a6a6a6;
    box-shadow: none;
    border-radius: 0;
    padding: 1em;
    font-size: 0.857em;
    width: 97%;
}

.newsFeild .sendBTn {
    background: #988871;
    color: #fff;
    transition: 0.5s all;
}

    .newsFeild .sendBTn:hover {
        background: #9e8f7a;
        color: #fff;
        text-decoration: none;
    }

.border-Box {
    border-right: #f2f2f2 1px solid;
}

/*footer_bottom*/
.footer_bottom {
    border-top: #f6f6f6 1px solid;
    padding: 1.7em 0 1.771em;
    text-align: center;
}

    .footer_bottom p {
        font-size: 0.857em;
        color: #b4b4b4;
        
    }

    .footer_bottom ul {
        list-style: none;
        text-align: center;
        margin: 0 0 0.85em 0;
    }

        .footer_bottom ul li {
            font-size: 1em;
            padding: 0 0.514em 0 1em;
            display: inline-block;
            transition: 0.5s all;
            background: url(/img/cross-arrow.png) left center no-repeat;
        }

            .footer_bottom ul li a {
                color: #ececec;
            }

                .footer_bottom ul li a:hover {
                    color: #fff;
                }

            .footer_bottom ul li:first-child {
                background: none;
            }

.mb-30 {
    margin-bottom: 2.143em;
}

.connectedMenu {
    margin: 0;
    padding: 0;
}

    .connectedMenu li {
        padding: 0 1em;
        display: inline-block;
    }

        .connectedMenu li a {
            color: #666465;
            font-size: 1.071em;
        }

        .connectedMenu li:first-child {
            padding-left: 0;
        }

        .connectedMenu li a:hover {
            color: #7c6444;
        }

/*updates_26-6*/

/*---------Ankit----------*/
#panel {
    display: none;
}

.menu_toggle {
    width: 100%;
    min-width: 850px;
    width: 100%;
    position: absolute;
    top: inherit;
    padding-top: 26px;
    left: -58px;
    z-index: 9999;
}

    .menu_toggle ul li {
        float: left;
        background: #9e8f7a;
        border-right: 1px solid #716451;
        border-left: 1px solid #beb6ac;
        text-align: center;
        transition: all 0.5s ease 0s;
    }

        .menu_toggle ul li a {
            display: block;
            font-size: 14px;
            color: #fff;
            padding: 15px 22px;
        }

            .menu_toggle ul li a i {
                display: block;
                margin-bottom: 10px;
            }

        .menu_toggle ul li:first-child {
            border-left: none;
        }

        .menu_toggle ul li:last-child {
            border-right: none;
        }
/*.menu_toggle ul li:hover{ background:#7c6444;}*/

.container {
    max-width: 1500px;
    width: 100%;
}

.contentBox {
    background: #fff url(/img/box_bg.png) top right repeat-y;
    min-height: 277px;
}

.wrapper {
    box-shadow: 0 0 10px #a8a39d;
}

.menuWrap {
    padding: 2.571em 0 1.286em 11em;
}

.mainMenu {
    background: url(/img/header_bg.jpg) top right -2px no-repeat !important;
    padding-top: 22px;
}
/*
header{ position:relative;}

header .navbar-header{ position:absolute; top:-15px;}
*/
header .navbar-header {
    margin-top: -15px;
}

.contentBox p {
    font-size: 15px;
    text-align: justify;
}

    .contentBox p.paratext {
        font-size: 15px;
    }

.slider_content h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.news_content {
    width: 100%;
    display: inline-block;
}

.news_img {
    float: left;
    width: 92px;
    height: 92px;
    border: 1px solid#d3d3d3;
    padding: 2px;
}

    .news_img img {
        width: 100%;
        border: 2px solid# fff;
    }

.news_content .news {
    padding-left: 110px;
}

.iconMap {
    font-size: 1.900em;
}

.address_list li {
    padding-bottom: 1.1em;
    font-size: 15px;
}

.footer_details p, .footer_details a.readBtn {
    font-size: 15px;
}

.newsFeild .form-control {
    height: 50px;
    font-size: 15px;
}

.newsFeild .sendBTn {
    height: 50px;
    padding: 0 30px;
    font-size: 15px;
}

.footer_bottom ul li {
    font-size: 15px;
    padding: 0 10px 0 20px;
}

.boxWrap .imgBox {
    overflow: hidden;
}

    .boxWrap .imgBox img {
        transition: all 0.3s ease-in-out;
        transform: scale(1.02);
    }

    .boxWrap .imgBox:hover img {
        transform: scale(1.1);
    }

.be_connected {
    margin-top: 15px;
    padding-left: 0px;
}

/*-----------Gallery--------------*/
.row.heading {
    height: 51px;
    margin-top: -2px;
}

    .row.heading .wrap_Top, .row.heading .wrap_Top .midmenu {
        height: 100%;
    }

.wrap_Top .midmenu {
    padding: 0px;
}

.row.heading h2 {
    font-size: 21px;
    padding-top: 12px;
}

.row.heading h3 {
    font-size: 20px;
    padding-top: 13px;
    text-align: center;
}

.yellow .midmenu {
    background: #9e8f7a;
}

    .yellow .midmenu::after {
        border-color: transparent #9e8f7a transparent transparent;
    }

.gallery_middle_blk {
    padding: 20px 90px 50px;
    border-bottom: 1px solid #bcbcbc;
}

.gallery_left {
    margin-top: 80px;
    padding: 0px;
}

    .gallery_left h2 {
        background: #9e8f7a;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
    }

    .gallery_left li {
        border-bottom: 1px dashed #e4e4e4;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        padding: 15px 0px;
    }

        .gallery_left li a {
            color: #000;
            font-weight: normal;
            font-size: 14px;
        }

            .gallery_left li a:hover {
                color: #9e8f7a;
            }

    .gallery_left i {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-right: 7px;
    }

.gallery_right {
    padding: 0px 10px;
}

    .gallery_right p {
        font-size: 16px;
        font-weight: 300;
        color: #000;
        line-height: 30px;
    }

    .gallery_right h2 {
        font-size: 28px;
        font-weight: 300;
        color: #9e8f7a;
        margin: 15px 0px 10px;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
    }

.img_blk {
    border: 8px solid #e4e4e4;
    padding: 20px 0px;
}

.gallery_left h2.grey_color {
    background: #e5e5e5 !important;
    color: #000;
    margin-top: 30px;
}

.gallery_left li.active {
    background: none !important;
}

    .gallery_left li.active a {
        color: #006595;
    }

.blue .midmenu {
    background: #006595;
}

    .blue .midmenu::after {
        border-color: transparent #006595 transparent transparent;
    }

.gallery_left.blue h2 {
    background: #006595;
}

.gallery_slider {
    border: 8px solid #e4e4e4;
    margin-top: 0px;
}

    .gallery_slider .slick-arrow {
        width: 42px;
        height: 42px;
        border-radius: 0px;
        border: none;
        background-color: #015ea1;
        transition: all 0.5s ease 0s;
    }

    .gallery_slider .slick-prev {
        left: -22px;
    }

    .gallery_slider .slick-next {
        right: -22px;
    }

.bg_none .footer_bottom {
    background: none;
}

.topmenu1 {
    background: #9e8f7a;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .topmenu1:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 2.571em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #015ea1 transparent transparent;
        position: absolute;
    }

/*search*/
.topmenu .left-List li a {
    padding: 5px;
}

.search {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 5px;
    margin-left: 60px;
}

    .search .form-control {
        width: 100%;
        border: 0px none;
        box-shadow: none;
        height: 30px;
        border-radius: 2px;
    }

    .search .btn {
        border: 0px none;
        height: 30px;
        border-radius: 2px;
    }

#s_panel {
    display: none;
}

p {
    font-size: 15px;
    line-height: 28px;
}

.contentBox p.paratext {
    font-family: 'gothic';
}

/*gallery page*/

.gallery_middle_blk .panel {
    border: 0px none;
    box-shadow: none;
}

.gallery_middle_blk #accordion {
    margin-top: 30px;
}

.gallery_middle_blk .panel-default > .panel-heading {
    background: none;
    border: 0px none;
}

.gallery_middle_blk .panel-heading .grey_color {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}

.gallery_middle_blk .panel-heading .g_flore {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}

.gallery_middle_blk .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px none;
}

.gallery_left {
    margin-top: 0px;
}

.gallery_right .img_blk[style] {
    padding-top: 0px !important;
}

.gallery_right .img_blk {
    position: relative;
}

    .gallery_right .img_blk img {
        width: 737px;
    }

.gallery_left li {
    padding-left: 0px;
    position: relative;
}

/*faq updates*/
.faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #009bc9;
    cursor: pointer;
}

    .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.gallery .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #988871;
    cursor: pointer;
}

    body.gallery .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.alfaj .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #009bc9;
    cursor: pointer;
}

    body.alfaj .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.armor .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #5d9732;
    cursor: pointer;
}

    body.armor .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.civilisation .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #9d8d85;
    cursor: pointer;
}

    body.civilisation .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.currency .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #1d2172;
    cursor: pointer;
}

    body.currency .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.heritage .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #c1d72e;
    cursor: pointer;
}

    body.heritage .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.people .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #860038;
    cursor: pointer;
}

    body.people .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.maritime .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #006595;
    cursor: pointer;
}

    body.maritime .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.world .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #fdba31;
    cursor: pointer;
}

    body.world .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.history .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #ba5915;
    cursor: pointer;
}

    body.history .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.timeline .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #a5b3ab;
    cursor: pointer;
}

    body.timeline .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.islam .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #005030;
    cursor: pointer;
}

    body.islam .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.renaissance .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #ee3124;
    cursor: pointer;
}

    body.renaissance .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.collection .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #7373a9;
    cursor: pointer;
}

    body.collection .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

/*
.gallery_middle_blk .panel-heading .grey_color{ position:absolute; top:auto; width:100%; }
.gallery_middle_blk .panel-heading .grey_color.collapsed{ position:absolute; top:-200px; width:100%; }

/*faq updates end*/

/*search*/

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: url(/img/search_icon.png) center left 10px no-repeat;
    border: 0px none;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    input[type=search]:focus {
        background-color: #fff;
        border-radius: 3px;
        width: 130px;
        border-color: #66CC75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
    }

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#search input[type=search] {
    width: 30px;
    display: inline-block;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
    /*
#demo-2 input[type=search]:hover {
	background-color: #fff;
}*/

    #search input[type=search]:focus {
        border-bottom: 1px solid #fff;
        width: 130px;
        padding-left: 32px;
        color: #000;
        cursor: auto;
    }

#search input:-moz-placeholder {
    color: transparent;
}

#search input::-webkit-input-placeholder {
    color: transparent;
}

input[type=search] {
    position: relative;
}

    input[type=search]::before {
        content: 'f002';
        position: absolute;
        left: 0px;
    }

/* new pages*/
.gallery_left li.active1 a {
    color: #860038;
}

.gallery_left li.active2 a {
    color: #006595;
}

.gallery_left li.active3 a {
    color: #5d9732;
}

.gallery_left li.active4 a {
    color: #9d8d85;
}

.gallery_left li.active5 a {
    color: #009bc9;
}

.gallery_left li.active6 a {
    color: #1d2172;
}

.gallery_left li.active7 a {
    color: #a5b3ab;
}

/*People Gallery*/
.p_gallery_top {
    background: #860038;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .p_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #860038 transparent transparent;
        position: absolute;
    }

.first_f_gallery1 .midmenu {
    background: #860038;
}

    .first_f_gallery1 .midmenu::after {
        border-color: transparent #860038 transparent transparent;
    }

.gallery_left.first h2 {
    background: #860038;
}

/*Alfaj Gallery*/
.a_gallery_top {
    background: #009bc9;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .a_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #009bc9 transparent transparent;
        position: absolute;
    }

.first_af_gallery1 .midmenu {
    background: #009bc9;
}

    .first_af_gallery1 .midmenu::after {
        border-color: transparent #009bc9 transparent transparent;
    }

.gallery_left.second h2 {
    background: #009bc9;
}

/* Civilisation Gallery*/
.civ_gallery_top {
    background: #9d8d85;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .civ_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #9d8d85 transparent transparent;
        position: absolute;
    }

.first_marketing_gallery .midmenu {
    background: #9d8d85;
}

    .first_marketing_gallery .midmenu::after {
        border-color: transparent #9d8d85 transparent transparent;
    }

.gallery_left.third h2 {
    background: #9d8d85;
}

/* Civilisation Gallery*/
.currency_gallery_top {
    background: #1d2172;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .currency_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #1d2172 transparent transparent;
        position: absolute;
    }

.first_currency_gallery .midmenu {
    background: #1d2172;
}

    .first_currency_gallery .midmenu::after {
        border-color: transparent #1d2172 transparent transparent;
    }

.gallery_left.fifth h2 {
    background: #1d2172;
}

/* Timeline Gallery*/
.timeline_gallery_top {
    background: #a5b3ab;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .timeline_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #a5b3ab transparent transparent;
        position: absolute;
    }

.first_timeline_gallery .midmenu {
    background: #a5b3ab;
}

    .first_timeline_gallery .midmenu::after {
        border-color: transparent #a5b3ab transparent transparent;
    }

.gallery_left.sixth h2 {
    background: #a5b3ab;
}

/* Armor Gallery*/
.armor_gallery_top {
    background: #5d9732;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .armor_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #5d9732 transparent transparent;
        position: absolute;
    }

.first_armor_gallery .midmenu {
    background: #5d9732;
}

    .first_armor_gallery .midmenu::after {
        border-color: transparent #5d9732 transparent transparent;
    }

.gallery_left.seventh h2 {
    background: #5d9732;
}

/*ie updates*/
.banner {
    width: 100%;
    display: inline-block;
    max-height: 540px;
}

    .banner .slick-next.slick-arrow {
        top: 260px;
    }

    .banner .slick-prev.slick-arrow {
        top: 260px;
    }

.h_footer {
    background-color: #988871 !important;
    color: #fff;
}

.footer_bottom.h_footer p {
    color: #fff;
}

.footer_bottom.h_footer ul li a {
    color: #fff;
}

.left-List li.font_s a {
    padding: 8px 0px;
}

.topmenu .left-List li.language a {
    padding: 8px 0;
}

.left-List li {
    padding: 0 1.0em;
}

    .left-List li.h_search_bt {
        padding-right: 0px;
    }

.banner {
    z-index: 1;
}

.grey_color.g1 {
    margin-top: 0px;
}

.gallery_left .g2 {
    margin-top: 5px;
}

/* new pages*/
.gallery_left.second_f li.active1 a {
    color: #ba5915;
}

.gallery_left.second_f li.active2 a {
    color: #005030;
}

.gallery_left.second_f li.active3 a {
    color: #fdba31;
}

.gallery_left.second_f li.active4 a {
    color: #ee3124;
}

.gallery_left.second_f li.active5 a {
    color: #c1d72e;
}

.gallery_left.second_f li.active6 a {
    color: #7373a9;
}

/*history gallery*/
.history_gallery_top {
    background: #ba5915;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .history_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #ba5915 transparent transparent;
        position: absolute;
    }

.first_history_gallery .midmenu {
    background: #ba5915;
}

    .first_history_gallery .midmenu::after {
        border-color: transparent #ba5915 transparent transparent;
    }

.g2.g_one_active {
    background: #ba5915;
}

.islam_gallery_top {
    background: #03462b;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .islam_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #03462b transparent transparent;
        position: absolute;
    }

.first_islam_gallery .midmenu {
    background: #03462b;
}

    .first_islam_gallery .midmenu::after {
        border-color: transparent #03462b transparent transparent;
    }

.g2.g_two_active {
    background: #03462b;
}

.world_gallery_top {
    background: #fdba31;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .world_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #fdba31 transparent transparent;
        position: absolute;
    }

.first_world_gallery .midmenu {
    background: #fdba31;
}

    .first_world_gallery .midmenu::after {
        border-color: transparent #fdba31 transparent transparent;
    }

.g2.g_three_active {
    background: #fdba31;
}

.renais_gallery_top {
    background: #ee3124;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .renais_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #ee3124 transparent transparent;
        position: absolute;
    }

.first_renais_gallery .midmenu {
    background: #ee3124;
}

    .first_renais_gallery .midmenu::after {
        border-color: transparent #ee3124 transparent transparent;
    }

.g2.g_four_active {
    background: #ee3124;
}

.heritage_gallery_top {
    background: #c1d72e;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .heritage_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #c1d72e transparent transparent;
        position: absolute;
    }

.first_heritage_gallery .midmenu {
    background: #c1d72e;
}

    .first_heritage_gallery .midmenu::after {
        border-color: transparent #c1d72e transparent transparent;
    }

.g2.g_five_active {
    background: #c1d72e;
}

.collections_gallery_top {
    background: #606092;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .collections_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #606092 transparent transparent;
        position: absolute;
    }

.first_collections_gallery .midmenu {
    background: #606092;
}

    .first_collections_gallery .midmenu::after {
        border-color: transparent #606092 transparent transparent;
    }

.g2.g_six_active {
    background: #606092;
}

.people_gallery ul li {
    background-color: #860038;
    border-right: 1px solid #710231;
    border-left: 1px solid #710231;
}

    .people_gallery ul li a:hover {
        background-color: #710231;
    }

.alfaj_gallery ul li {
    background-color: #009bc9;
    border-right: 1px solid #0186ad;
    border-left: 1px solid #0186ad;
}

    .alfaj_gallery ul li a:hover {
        background-color: #0186ad;
    }

.marking_gallery ul li {
    background-color: #9d8d85;
    border-right: 1px solid #867871;
    border-left: 1px solid #867871;
}

    .marking_gallery ul li a:hover {
        background-color: #867871;
    }

.maritime_gallery ul li {
    background-color: #006595;
    border-right: 1px solid #005781;
    border-left: 1px solid #005781;
}

    .maritime_gallery ul li a:hover {
        background-color: #005781;
    }

.currence_gallery ul li {
    background-color: #1d2172;
    border-right: 1px solid #15185e;
    border-left: 1px solid #15185e;
}

    .currence_gallery ul li a:hover {
        background-color: #15185e;
    }

.timeline_gallery ul li {
    background-color: #a5b3ab;
    border-right: 1px solid #8d9892;
    border-left: 1px solid #8d9892;
}

    .timeline_gallery ul li a:hover {
        background-color: #8d9892;
    }

.armor_gallery ul li {
    background-color: #5d9732;
    border-right: 1px solid #497a24;
    border-left: 1px solid #497a24;
}

    .armor_gallery ul li a:hover {
        background-color: #497a24;
    }
     

.islam_gallery ul li {
    background-color: #005030;
    border-right: 1px solid #03462b;
    border-left: 1px solid #03462b;
}

    .islam_gallery ul li a:hover {
        background-color: #03462b;
    }

.world_gallery ul li {
    background-color: #fdba31;
    border-right: 1px solid #e1a428;
    border-left: 1px solid #e1a428;
}

    .world_gallery ul li a:hover {
        background-color: #e1a428;
    }

.renaissance_gallery ul li {
    background-color: #ee3124;
    border-right: 1px solid #d42a1e;
    border-left: 1px solid #d42a1e;
}

    .renaissance_gallery ul li a:hover {
        background-color: #d42a1e;
    }

.heritage_gallery ul li {
    background-color: #c1d72e;
    border-right: 1px solid #adc129;
    border-left: 1px solid #adc129;
}

    .heritage_gallery ul li a:hover {
        background-color: #adc129;
    }

.collections_gallery ul li {
    background-color: #7373a9;
    border-right: 1px solid #606092;
    border-left: 1px solid #606092;
}

    .collections_gallery ul li a:hover {
        background-color: #606092;
    }

.gallery_menu ul li {
    background-color: #9e8f7a;
    border-right: 1px solid #8c7f6d;
    border-left: 1px solid #8c7f6d;
}

    .gallery_menu ul li a:hover {
        background-color: #8c7f6d;
    }

.index_menu ul li {
    background-color: #9e8f7a;
    border-right: 1px solid #8c7f6d;
    border-left: 1px solid #8c7f6d;
}

    .index_menu ul li a:hover {
        background-color: #8c7f6d;
    }

.leam_menu ul li {
    background-color: #7aa93c;
    border-right: 1px solid #5a7f2b;
    border-left: 1px solid #5a7f2b;
}

    .leam_menu ul li a:hover {
        background-color: #5a7f2b;
    }

.collections_section {
    padding-bottom: 100px;
}

    .collections_section .found_early {
        font-size: 24px;
        color: #303030;
        line-height: 28px;
        padding: 0px 0px 10px;
    }

.industries_inner {
    background: #f5f5f2;
    padding: 10px;
}

.collections_section .colle_bg {
    padding: 4px;
    display: inline-block;
}

.industries_section {
    padding: 10px;
}

.industries_inner .img_section {
    overflow: hidden;
    position: relative;
    height: 286px;
}

.industries_inner:hover img {
    transform: scale(1.1);
}

.industries_inner img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.02);
    width: 100%;
    height: 100%;
    display: block;
}

.event_box1 {
    position: absolute;
    padding: 17px 0px 3px;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: auto;
    width: 100%;
    left: 0px;
    right: 0px;
}

    .event_box1 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 0.625em;
        text-align: center;
    }

.event_box2 {
    position: absolute;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: 100%;
    width: 30%;
    right: 0px;
    padding: 0px 17px;
    display: inline-block;
}

    .event_box2 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 4.625em;
        text-align: center;
    }

.event_box3 {
    position: absolute;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: 100%;
    width: 37%;
    left: 0px;
    padding: 0px 17px;
    display: inline-block;
}

    .event_box3 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 4.625em;
        text-align: left;
    }

.event_box4 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    padding: 30px 54px;
    display: inline-block;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
}

    .event_box4 ul li {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-top: 22px;
        width: 50%;
        float: left;
        list-style-type: disc;
    }

        .event_box4 ul li a {
            color: #fff;
        }

            .event_box4 ul li a:hover {
                color: #fff;
                text-decoration: underline;
            }

.img_section .event_box5 ul li {
    float: none;
}

.img_section:hover .event_box4 {
    opacity: 1;
    transition: all 0.9s ease-in-out;
}

.pagin_content {
    padding: 30px 0 0 10px;
}

    .pagin_content h2 {
        font-size: 22px;
        color: #130e0f;
        font-family: 'gothic';
        font-weight: 600;
        padding-bottom: 7px;
    }

    .pagin_content p {
        font-size: 15px;
        color: #8e8d8c;
        line-height: 28px;
    }

.gallery_right {
    margin-top: 0px;
}

.event_box6 {
    padding: 14px 54px;
}

    .event_box6 ul li {
        padding-top: 18px;
    }

.event_box7 ul li {
    width: 100%;
}

.event_box8 {
    padding: 30px 0px;
    padding-left: 180px;
}

    .event_box8 ul li {
        width: 100%;
    }

.event_box9 ul li {
    width: 100%;
}

.gallery_middle_blk .panel-heading {
    padding: 0px !important;
}

/*--slider-button-color--*/
.the_land .slick-arrow {
    background-color: #860038;
}

.alfaj_gallery .slick-arrow {
    background-color: #61cdd9;
}

.marking_gallery .slick-arrow {
    background-color: #cfa22b;
}

.manitime_gallery .slick-arrow {
    background-color: #006595;
}

.currence_gallery .slick-arrow {
    background-color: #7f4667;
}

.timeline_gallery .slick-arrow {
    background-color: #a5b3ab;
}

.armor_gallery .slick-arrow {
    background-color: #5d9732;
}

.history_gallery .slick-arrow {
    background-color: #ba5915;
}

.islam_gallery .slick-arrow {
    background-color: #005030;
}

.world_gallery .slick-arrow {
    background-color: #fdba31;
}

.renaissance_gallery .slick-arrow {
    background-color: #327240;
}

.heritage_gallery .slick-arrow {
    background-color: #c1d72e;
}

.collections_gallery .slick-arrow {
    background-color: #7373a9;
}

.faq .the_land1 {
    background-color: #860038;
}

.faq .alfaj_gallery2 {
    background-color: #009bc9;
}

.faq .marking_gallery3 {
    background-color: #cfa22b;
}

.faq .manitime_gallery4 {
    background-color: #006595;
}

.faq .currence_gallery5 {
    background-color: #7f4667;
}

.faq .timeline_gallery6 {
    background-color: #b7bbbc;
}

.faq .armor_gallery7 {
    background-color: #5d9732;
}

.faq .history_gallery8 {
    background-color: #ba5915;
}

.faq .islam_gallery9 {
    background-color: #75c4a4;
}

.faq .world_gallery10 {
    background-color: #f6b14a;
}

.faq .renaissance_gallery11 {
    background-color: #327240;
}

.faq .heritage_gallery12 {
    background-color: #c1d72e;
}

.faq .collections_gallery13 {
    background-color: #7f9592;
}

.mini_extranik {
    margin-top: 57px;
}

.man_page {
    margin-top: -2px;
}

.inner_accordion {
    margin-top: 0px !important;
}

.top_accordion {
    margin-top: 0px;
}

/*updates*/
.map_img {
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: bottom;
}

.contentBox {
    width: 100%;
}
/*
.contentBox{ width:49.45%;  margin:0 0.287em;}
*/

.h_content .col-md-6 {
    padding: 0 5px;
}

.contentBox[style] {
    min-height: 305px !important;
}

.collection_search {
    margin-top: 50px;
    text-align: right;
    padding-right: 15px;
}

    .collection_search .form-control {
        width: 60%;
        height: 35px;
        border-radius: 0px;
        border: 1px solid#efefef;
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

        .collection_search .form-control:focus {
            box-shadow: none;
            border: 1px solid#998771;
        }

    .collection_search .btn-group-sm > .btn, .btn-sm {
        background-color: #998771;
        border-radius: 0px none !important;
        height: 35px;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        padding: 0 15px;
    }

        .collection_search .btn-group-sm > .btn, .btn-sm:hover {
            color: #fff;
            background-color: #7b664d;
        }

.bt_panel {
    text-align: center;
}

.conservation {
    padding: 11px 20px;
    background-color: #e6e6e6;
    color: #363636;
    display: inline-block;
    border-radius: 2px;
    min-width: 280px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
}

    .conservation:hover {
        background-color: #99876f;
        color: #fff;
    }

    .conservation.active {
        background-color: #99876f !important;
        color: #fff;
    }

    .conservation.services {
        background-color: #99876f;
        color: #fff;
    }

        .conservation.services:hover {
            background-color: #7c6c56;
            color: #fff;
        }

/* slider */
.banner .ws_images {
    cursor: auto;
}

    .banner .ws_images .ws_prev, .ws_next {
        display: none;
    }

.ws_shadow {
    z-index: 99999999999;
    position: absolute;
    width: 100%;
}

    .ws_shadow .slider_content h2 {
        font-size: 45px;
    }

    .ws_shadow .slider_content p {
        font-size: 15px;
    }

.collections_section .found_early {
    font-size: 15px;
}

.conditions {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

    .conditions h2 {
        font-size: 24px;
        color: #8d7f6b;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .conditions ul {
        margin: 0px;
        padding: 0px;
    }

        .conditions ul li {
            width: 100%;
            display: inline-block;
            padding: 12px 15px;
            color: #303030;
            font-size: 17px;
            position: relative;
            padding-left: 30px;
        }

            .conditions ul li:before {
                content: "";
                width: 20px;
                height: 20px;
                background: url(/img/dot.png) no-repeat;
                left: 0px;
                position: absolute;
                display: inline-block;
            }

    .conditions .sahim_page ul li {
        padding-left: 0px;
    }

        .conditions .sahim_page ul li:before {
            content: none;
        }

    .conditions .sahim_page .job_content li {
        padding-left: 15px;
    }

        .conditions .sahim_page .job_content li::before {
            content: "";
        }

    .conditions ul.ins_museum {
        background: rgba(242,242,242,0.8);
        display: inline-block;
    }

    .conditions .ins_museum h2 {
        background-color: #9e8f7a;
        padding: 10px 15px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    .conditions .ins_museum li {
        line-height: 29px;
        padding: 8px 30px;
    }

        .conditions .ins_museum li:before {
            top: 12px;
        }

.register_bt {
    border-radius: 3px;
    background-color: #9e8f7a;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    display: inline-block;
    padding: 15px 25px;
    transition: all 0.5s ease-in-out;
    border: 0px none;
}

    .register_bt:hover, .register_bt:focus {
        background-color: #867865;
        color: #fff;
    }

.conditions .panel-heading h4 {
    background: none;
    font-size: 26px;
    color: #000;
    width: 100%;
    padding: 13px;
    font-weight: bold;
    margin: 2px 0;
}

.conditions .faq .panel-title {
    color: #786c5c;
    font-weight: bold;
    background: url(/img/minus.png) center left 0px no-repeat;
    background-color: inherit;
    cursor: pointer;
    padding-left: 30px;
}

    .conditions .faq .panel-title.collapsed {
        color: #786c5c;
        background: url(/img/plus.png) center left 0px no-repeat;
        padding-left: 30px;
        background-color: inherit;
    }

.conditions .panel {
    background: none;
}

.m_form {
    display: inline-block;
    padding-top: 30px;
    width: 100%;
    border-bottom: 0px none;
}

    .m_form label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: normal;
    }

    .m_form .form-control {
        height: 46px;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid#cec7bc;
        font-size: 16px;
    }

    .m_form .form-group {
        margin-bottom: 25px;
    }

/******** seclect box css **********/
.select_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .select_box span {
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .select_box select {
        font-size: 13px;
    }

    .select_box span::after {
        background: url(/img/select_arrow.png) no-repeat top right;
        bottom: 0;
        color: #333;
        content: "";
        height: 10px;
        padding: 14px 25px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 1;
    }

    .select_box select {
        -moz-appearance: none;
        color: #999;
        background: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        float: left;
        font-size: 14px;
        overflow: hidden;
        padding-left: 10px;
        height: 46px;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0px;
        background: #ffffff;
        width: 100%;
    }

/******** seclect box css End **********/

.f_content {
    border-bottom: 0px none;
    padding-bottom: 50px;
}

.footer_details { /*padding:2.857em;*/
    padding: 27px;
}

.row.heading h2 {
    padding-left: 10px;
    font-weight: bold;
}

.gallery_right {
    padding-right: 0px;
}

.gallery_left {
    margin-left: -15px;
    margin-right: -15px;
}

.topmenu1:after {
    border-width: 0 1.786em 3.10em 0;
    top: 0;
    left: -1.786em;
    border-color: transparent #006595 transparent transparent;
    position: absolute;
}



.maritime_gallery li {
    background: #015ea1;
}

/*
.collections_section.f_content p{ padding-bottom:15px; padding-left:45px; padding-right:45px;}
.conditions, .m_form {padding-left:45px; padding-right:45px; }
*/

.collections_penel {
}

.col_category {
    width: 100%;
    display: inline-block;
    background-color: #f2f1ed;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px;
}

    .col_category .col_img {
        max-width: 100%;
        width: 100%;
    }

    .col_category h2 {
        font-size: 16px;
        padding: 10px 0;
        color: #181818;
        font-weight: 700;
        margin-top: 15px;
    }

.collection_paging .pagination li {
    margin: 5px;
    display: inline-block;
    border-radius: 0px;
}

.collection_paging .pagination.pagination li a {
    background-color: #988871;
    color: #fff;
    border-radius: 0px none;
}

.collection_paging .pagination li:first-child a {
    border-radius: 0px;
}

.collection_paging .pagination li:last-child a {
    border-radius: 0px;
}

.collection_paging .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border: 0px none;
}

.collection_paging .pagination > li > a {
    border: 0px none;
}

    .collection_paging .pagination > li > a:hover {
        background-color: #7b6d58;
    }

/*
.modal{ display:block !important; top:50px;}
.fade{ opacity:1 !important;}
*/

.img_detail .modal-dialog {
    max-width: 700px;
    width: 100%;
    padding-top: 60px;
}

.img_detail .modal-header {
    position: relative;
    border: 0px none;
}

.img_detail .popup_logo {
    text-align: center;
    margin-top: -90px;
}

    .img_detail .popup_logo img {
        max-width: 150px;
        border: 10px solid #fff;
        border-radius: 100px;
    }

.img_detail .modal-header .close {
    opacity: 1;
    background-color: #9e8f7a;
    padding: 5px 10px;
    text-shadow: none;
    color: #fff;
    font-size: 30px;
}

.img_detail .modal-body {
    padding: 10px 50px;
}

.img_detail .mid_img {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
}

    .img_detail .mid_img img {
        max-width: 100%;
    }

.img_detail .middle_content {
    margin-top: 40px;
    padding-bottom: 30px;
}

    .img_detail .middle_content h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #383838;
        text-align: left;
    }

    .img_detail .middle_content p {
        font-size: 15px;
        line-height: 24px;
        
    }

.img_detail .rg_panel {
    position: absolute;
    top: 80px;
    right: 12px;
    width: 40px;
    text-align: center;
    z-index: 1;
}

    .img_detail .rg_panel a {
        margin-bottom: 20px;
        display: inline-block;
        transition: all 0.5s ease-in-out;
    }

        .img_detail .rg_panel a:hover {
            opacity: 1;
        }

    .img_detail .rg_panel .print_icon {
        display: inline-block;
        background: none;
        border: 0px;
        opacity: 0.5;
        padding: 0px;
    }

        .img_detail .rg_panel .print_icon:hover {
            opacity: 1;
        }

        .img_detail .rg_panel .print_icon:focus {
            padding: 0px;
            border: 0px none;
        }

    .img_detail .rg_panel #myDIV {
        display: none;
    }

.img_detail #myDIV .social_icons a {
    background-color: #9f8f78;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.img_detail {
    top: 80px;
}

    .img_detail .single_view {
        border: 2px solid#d9d3cb;
        padding: 10px 25px;
        font-size: 15px;
        color: #9e8f7a;
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .img_detail .img_view {
        padding: 10px 25px;
        display: inline-block;
    }

/**/
.s_image {
    border: 1px solid#9e8f7a;
    background-color: #e5e5e5;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 200px;
    margin-bottom: 30px;
}

    .s_image img {
        position: absolute;
        left: 0;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        display: inline-block;
    }

/* Checkbox and Radio Button css */
.checkbox-btn, .radio-btn {
    position: relative;
    padding-left: 20px;
}

    .checkbox-btn input[type="checkbox"], .checkbox-btn input[type="radio"], .radio-btn input[type="checkbox"], .radio-btn input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

    .checkbox-btn label, .radio-btn label {
        display: inline-block;
        line-height: 19px;
        vertical-align: middle;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        padding-left: 12px;
        cursor: pointer;
        user-select: none;
        color: #656565;
    }

        .checkbox-btn label::after, .radio-btn label::after {
            position: absolute;
            content: "";
            width: 18px;
            height: 18px;
            left: 0;
            top: 0;
            margin-left: -18px;
            background-color: #fff;
            border: 2px solid #beb4a6;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-clip: padding-box;
            cursor: pointer;
        }

        .checkbox-btn label::before, .radio-btn label::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 6px;
            top: 4px;
            left: 4px;
            margin-left: -18px;
            border: 2px solid #685c4b;
            border-top: none;
            border-right: none;
            background: transparent;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            z-index: 1;
            color: #000;
        }

    .checkbox-btn input[type="checkbox"]:checked + label, .checkbox-btn input[type="radio"]:checked + label, .radio-btn input[type="checkbox"]:checked + label, .radio-btn input[type="radio"]:checked + label {
        color: #000;
    }

        .checkbox-btn input[type="checkbox"]:checked + label::after, .checkbox-btn input[type="radio"]:checked + label::after, .radio-btn input[type="checkbox"]:checked + label::after, .radio-btn input[type="radio"]:checked + label::after { /*border: 2px solid #0d9fec*/
        }

        .checkbox-btn input[type="checkbox"]:checked + label::before, .checkbox-btn input[type="radio"]:checked + label::before, .radio-btn input[type="checkbox"]:checked + label::before, .radio-btn input[type="radio"]:checked + label::before {
            opacity: 1;
        }

    .checkbox-btn input[type="checkbox"]:disabled + label, .checkbox-btn input[type="radio"]:disabled + label, .radio-btn input[type="checkbox"]:disabled + label, .radio-btn input[type="radio"]:disabled + label {
        color: #787878;
        cursor: default;
    }

        .checkbox-btn input[type="checkbox"]:disabled + label::after, .checkbox-btn input[type="radio"]:disabled + label::after, .radio-btn input[type="checkbox"]:disabled + label::after, .radio-btn input[type="radio"]:disabled + label::after {
            border: 2px solid #767676;
            background-color: #171717;
        }

        .checkbox-btn input[type="checkbox"]:disabled + label::before, .checkbox-btn input[type="radio"]:disabled + label::before, .radio-btn input[type="checkbox"]:disabled + label::before, .radio-btn input[type="radio"]:disabled + label::before {
            display: none;
        }

    .radio-btn label::after {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
    }

    .radio-btn label::before {
        width: 12px;
        height: 12px;
        border: none;
        top: 6px;
        left: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #0d9fec;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #0d9fec;
    }

/* Checkbox and Radio Button css  End*/

/**/
.checkboxes_area {
    margin-bottom: 20px;
    display: inline-block;
}

    .checkboxes_area .form-group {
        margin-bottom: 3px;
    }

.order_f_content {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

    .order_f_content h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #363636;
    }

    .order_f_content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }

.img_order_form {
    border-bottom: 0px none;
}

    .img_order_form p {
        font-size: 15px;
        line-height: 22px;
    }

    .img_order_form ul {
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .img_order_form ul li {
            list-style: inside;
            padding: 10px 0;
            font-size: 15px;
        }

    .img_order_form h2 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        color: #363636;
    }

    .img_order_form h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        color: #9e8f7a;
    }

.imgr_content {
    margin-bottom: 30px;
}

.img_order_form .form-group label span {
    color: #F00;
}

.img_order_form .submit_bt {
    border-radius: 0px;
    height: 46px;
    padding: 0 25px;
    background-color: #988871;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    margin-right: 15px;
}

    .img_order_form .submit_bt:hover {
        background-color: #847661;
        color: #fff;
        font-size: 15px;
    }

/**/
.img_detail {
    text-align: center;
    margin-bottom: 10px;
}

    .img_detail .s_image {
        margin-bottom: 0px;
    }

    .img_detail h2 {
        margin-bottom: 15px;
    }

    .img_detail a {
        color: #9e8f7a;
    }

        .img_detail a:hover {
            color: #393939;
            text-decoration: underline;
        }

    .img_detail .s_image {
        height: 280px;
    }
/**/

.filter_panel {
    box-shadow: 5px 2px 8px rgba(0,0,0,0.30);
    padding: 15px 0;
}

    .filter_panel h2 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 15px;
        margin-bottom: 20px;
    }

.event_rg_panel {
    padding-right: 30px;
}

.event_listing li {
    box-shadow: 5px 2px 8px rgba(0,0,0,0.30);
    padding: 15px;
    margin-bottom: 30px;
}

    .event_listing li img {
        width: 100%;
    }

.evt_content .date {
    color: #fff;
    padding: 10px 10px 10px 45px;
    font-size: 15px;
    display: inline-block;
    background: url(/img/date_white.png)10px 6px no-repeat;
    background-color: #9e8f7a;
}

.evt_content h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #363636;
    margin-top: 15px;
}

.evt_content p {
    font-size: 15px;
    margin: 10px 0px 15px;
    line-height: 28px;
}

.evt_content a {
    padding: 8px 25px;
    /*border: 2px solid#9e8f7a;*/
    border-radius: 100px;
    color: #363636;
    margin-top: 20px;
    display: inline-block;
}

    .evt_content a:hover {
        border: 2px solid#9e8f7a;
        background-color: #9e8f7a;
        color: #fff;
    }

.e_search {
    margin-top: 0px;
    margin-bottom: 20px;
}

.m_event {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

    .m_event li {
        width: 50%;
        float: left;
        box-shadow: none;
        padding: 5px;
        margin-bottom: 0px;
        position: relative;
    }

        .m_event li .event_bg {
            background-color: #000;
            display: inline-block;
            color: #fff;
            width: 100%;
        }

            .m_event li .event_bg img {
                width: 100%;
            }

            .m_event li .event_bg .evt_content {
                padding: 15px 15px;
                position: absolute;
                bottom: 10px;
            }

                .m_event li .event_bg .evt_content h2 {
                    color: #fff;
                }

        .m_event li .evt_content a {
            padding: 8px 25px;
            border: 2px solid#9e8f7a;
            border-radius: 100px;
            color: #fff;
            margin-top: 0px;
            display: inline-block;
        }

/*cart popup*/
.cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .cart_popup table {
        width: 100%;
    }

        .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .cart_popup table tr td a {
                color: #9e8f7a;
                padding: 20px;
                font-size: 16px;
            }

                .cart_popup table tr td a:hover {
                    color: #706556;
                }

        .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #9e8f7a;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .cart_popup table tr td a.button_default:hover {
                background-color: #857866;
            }

    .cart_popup.collapse {
        display: none;
    }

        .cart_popup.collapse.in {
            display: block;
        }

/**/
.cm_slider {
    margin-bottom: 40px;
}

    .cm_slider .mid_img img {
        width: 100%;
    }

    .cm_slider .mid_img {
        padding: 0 10px;
    }

#multi-image .slick-next.slick-arrow {
    background: url(/img/right-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    right: 30%;
}

#multi-image .slick-prev.slick-arrow {
    background: url(/img/left-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    left: 30%;
}

#single-image .mid_img {
    margin-bottom: 30px;
}

#single-image .slick-next.slick-arrow {
    background: url(/img/right-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    right: 30%;
}

#single-image .slick-prev.slick-arrow {
    background: url(/img/left-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    left: 30%;
}

/**/
.a_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .a_gallery_top .cart_popup table {
        width: 100%;
    }

        .a_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .a_gallery_top .cart_popup table tr td a {
                color: #61cdd9;
                padding: 20px;
                font-size: 16px;
            }

                .a_gallery_top .cart_popup table tr td a:hover {
                    color: #55b2bc;
                }

        .a_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .a_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #61cdd9;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .a_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #55b2bc;
            }

    .a_gallery_top .cart_popup.collapse {
        display: none;
    }

        .a_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.armor_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .armor_gallery_top .cart_popup table {
        width: 100%;
    }

        .armor_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .armor_gallery_top .cart_popup table tr td a {
                color: #e35293;
                padding: 20px;
                font-size: 16px;
            }

                .armor_gallery_top .cart_popup table tr td a:hover {
                    color: #e35293;
                }

        .armor_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .armor_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #e35293;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .armor_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #e35293;
            }

    .armor_gallery_top .cart_popup.collapse {
        display: none;
    }

        .armor_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.civ_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .civ_gallery_top .cart_popup table {
        width: 100%;
    }

        .civ_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .civ_gallery_top .cart_popup table tr td a {
                color: #cfa22b;
                padding: 20px;
                font-size: 16px;
            }

                .civ_gallery_top .cart_popup table tr td a:hover {
                    color: #b08923;
                }

        .civ_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .civ_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #cfa22b;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .civ_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #b08923;
            }

    .civ_gallery_top .cart_popup.collapse {
        display: none;
    }

        .civ_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.collections_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .collections_gallery_top .cart_popup table {
        width: 100%;
    }

        .collections_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .collections_gallery_top .cart_popup table tr td a {
                color: #7f9592;
                padding: 20px;
                font-size: 16px;
            }

                .collections_gallery_top .cart_popup table tr td a:hover {
                    color: #5f7774;
                }

        .collections_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .collections_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #7f9592;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .collections_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #5f7774;
            }

    .collections_gallery_top .cart_popup.collapse {
        display: none;
    }

        .collections_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.currency_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .currency_gallery_top .cart_popup table {
        width: 100%;
    }

        .currency_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .currency_gallery_top .cart_popup table tr td a {
                color: #7f4667;
                padding: 20px;
                font-size: 16px;
            }

                .currency_gallery_top .cart_popup table tr td a:hover {
                    color: #5e314b;
                }

        .currency_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .currency_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #7f4667;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .currency_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #5e314b;
            }

    .currency_gallery_top .cart_popup.collapse {
        display: none;
    }

        .currency_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.heritage_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .heritage_gallery_top .cart_popup table {
        width: 100%;
    }

        .heritage_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .heritage_gallery_top .cart_popup table tr td a {
                color: #d6ce64;
                padding: 20px;
                font-size: 16px;
            }

                .heritage_gallery_top .cart_popup table tr td a:hover {
                    color: #aea750;
                }

        .heritage_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .heritage_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #d6ce64;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .heritage_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #aea750;
            }

    .heritage_gallery_top .cart_popup.collapse {
        display: none;
    }

        .heritage_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.history_gallery_top .cart_popup table tr td a {
    color: #b85a14;
}

    .history_gallery_top .cart_popup table tr td a:hover {
        color: #96490f;
    }

    .history_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b85a14;
        color: #fff;
    }

        .history_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #96490f;
        }

.history_gallery_top .cart_popup.collapse {
    display: none;
}

    .history_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.islam_gallery_top .cart_popup table tr td a {
    color: #75c4a4;
}

    .islam_gallery_top .cart_popup table tr td a:hover {
        color: #61a78b;
    }

    .islam_gallery_top .cart_popup table tr td a.button_default {
        background-color: #75c4a4;
        color: #fff;
    }

        .islam_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #61a78b;
        }

.islam_gallery_top .cart_popup.collapse {
    display: none;
}

    .islam_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.topmenu1 .cart_popup table tr td a {
    color: #015ea1;
}

    .topmenu1 .cart_popup table tr td a:hover {
        color: #00497d;
    }

    .topmenu1 .cart_popup table tr td a.button_default {
        background-color: #015ea1;
        color: #fff;
    }

        .topmenu1 .cart_popup table tr td a.button_default:hover {
            background-color: #00497d;
        }

.topmenu1 .cart_popup.collapse {
    display: none;
}

    .topmenu1 .cart_popup.collapse.in {
        display: block;
    }

.renais_gallery_top .cart_popup table tr td a {
    color: #327240;
}

    .renais_gallery_top .cart_popup table tr td a:hover {
        color: #286234;
    }

    .renais_gallery_top .cart_popup table tr td a.button_default {
        background-color: #327240;
        color: #fff;
    }

        .renais_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #286234;
        }

.renais_gallery_top .cart_popup.collapse {
    display: none;
}

    .renais_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.p_gallery_top .cart_popup table tr td a {
    color: #b7bbbc;
}

    .p_gallery_top .cart_popup table tr td a:hover {
        color: #969c9d;
    }

    .p_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b7bbbc;
        color: #fff;
    }

        .p_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #969c9d;
        }

.p_gallery_top .cart_popup.collapse {
    display: none;
}

    .p_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.timeline_gallery_top .cart_popup table tr td a {
    color: #b7bbbc;
}

    .timeline_gallery_top .cart_popup table tr td a:hover {
        color: #969c9d;
    }

    .timeline_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b7bbbc;
        color: #fff;
    }

        .timeline_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #969c9d;
        }

.timeline_gallery_top .cart_popup.collapse {
    display: none;
}

    .timeline_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.world_gallery_top .cart_popup table tr td a {
    color: #f6b14a;
}

    .world_gallery_top .cart_popup table tr td a:hover {
        color: #d6993d;
    }

    .world_gallery_top .cart_popup table tr td a.button_default {
        background-color: #f6b14a;
        color: #fff;
    }

        .world_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #d6993d;
        }

.world_gallery_top .cart_popup.collapse {
    display: none;
}

    .world_gallery_top .cart_popup.collapse.in {
        display: block;
    }

/**/

.mission_side_nav.r-conserve li a {
    padding: 15px 15px 15px 15px;
}

    .mission_side_nav.r-conserve li a:hover {
        background-color: #9e8f7a;
    }

.mission_side_nav.r-conserve li.active a {
    background-color: #9e8f7a;
}

.bt_brown {
    background-color: #9e8f7a !important;
}

.conserv_tab .bt_panel {
    text-align: left;
}

    .conserv_tab .bt_panel ul li a:hover {
        background-color: #9e8f7a;
    }

    .conserv_tab .bt_panel ul li.active a {
        background-color: #9e8f7a;
    }

.conserv_tab .events_p .content a:hover {
    color: #847663;
}

.conserv_tab .events_p ul {
    padding-right: 5px;
}

.con_content {
    padding-bottom: 0px;
    border-bottom: 0px none;
}

.conserv_tab .c_detail {
    margin-bottom: 7px;
}

.conserv_tab .events_p .content h2 {
    padding-bottom: 15px;
}

/*map css*/
.gallery-map img {
    max-width: 100%;
}

#Beach {
    position: relative;
}

#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path {
    opacity: 0.1;
    stroke: none;
    transition: 200ms;
    transition-timing-function: ease-in-out;
}

    path:hover, circle:hover {
        stroke-width: 0px;
        stroke-linejoin: round; /*fill: #000 !important;*/
        cursor: pointer;
        opacity: 1;
    }

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 30px;
    left: 0px;
    z-index: 1;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
}

    #info-box > div {
        white-space: nowrap;
    }

.main_img {
    position: relative;
}

.arms-gallery {
    background-color: #5f9c43;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .arms-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #5f9c43;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.martine-history {
    background-color: #0c719a;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .martine-history:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0c719a;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.land-and-people {
    background-color: #852045;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .land-and-people:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #852045;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.civilisation-marketing {
    background-color: #a49289;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .civilisation-marketing:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #a49289;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.timeline-gallery {
    background-color: #acbab2;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .timeline-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #acbab2;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.alfaj-gallery {
    background-color: #00a3ce;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .alfaj-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #00a3ce;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.currency-gallery {
    background-color: #11216d;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .currency-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #11216d;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

/**/

.splendours-islam-gallery {
    background-color: #005030;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .splendours-islam-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #005030;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.word-gallery {
    background-color: #fcba31;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .word-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fcba31;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.renaissance-gallery {
    background-color: #ee3124;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .renaissance-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ee3124;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.intangible-gallery {
    background-color: #c0d62e;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .intangible-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #c0d62e;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.collections-gallery {
    background-color: #7373a9;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .collections-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #7373a9;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.history-gallery {
    background-color: #ba5915;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .history-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ba5915;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

/*Atul*/
.f-museum {
    margin-bottom: 0px;
}

/*Ankit*/

.plus_txt {
    position: absolute;
    left: 15px;
    top: -10px;
    background: #eaeaea;
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

    .plus_txt a {
        color: #333;
    }

.history_btn {
    margin: 25px 0px 0px;
}

    .history_btn a:hover {
        background: #ba5915;
    }

.news_page .m_event {
    margin-bottom: 15px;
}

.news.evt_content {
    width: calc(100% - 10px);
    left: 5px;
    bottom: 5px !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news_page {
    width: 100%;
    display: inline-block;
}

    .news_page .event_rg_panel {
        padding-right: 15px;
    }

    .news_page .event_listing li {
        box-shadow: 0px 1px 10px rgba(0,0,0,0.30);
        margin-bottom: 30px;
        width: 49%;
        float: left;
        background: #fff;
    }

        .news_page .event_listing li:nth-child(even) {
            float: right;
        }

    .news_page .event_rg_panel li {
        min-height: 290px;
    }

.news-img {
    margin-top: 50px;
}

/*new pages */
.news_detail {
    margin-top: 40px;
}

    .news_detail span {
        color: #959595;
        display: block;
        margin: 13px 0px 20px;
    }

    .news_detail p {
        font-size: 15px;
        line-height: 28px;
    }

.news_right {
    background: #fff;
    box-shadow: 0px 0px 5px 1px #ccc;
    margin-top: 40px;
    padding-bottom: 20px;
}

    .news_right a {
        color: #656565;
    }

    .news_right span {
        color: #959595;
        display: block;
        margin: 13px 0px 15px;
        padding: 0px 15px;
    }

    .news_right p {
        font-size: 15px;
        line-height: 24px;
        padding: 0px 15px;
    }

.img_fees_blk {
    background: #fff;
}

    .img_fees_blk table {
        color: #000;
    }

        .img_fees_blk table th {
            background: #998771;
            color: #fff;
            padding: 15px !important;
            text-transform: uppercase;
        }

            .img_fees_blk table th:last-child {
                border-right-color: #ddd !important;
            }

        .img_fees_blk table th {
            border-right-color: #7a6d5c !important;
        }

        .img_fees_blk table td {
            vertical-align: middle !important;
        }

        .img_fees_blk table td {
            padding: 15px !important;
        }

            .img_fees_blk table td.head {
                background: #f8f8f8;
            }

.img_order_form h2 a {
    color: #363636;
}

.middle_accordian .wrapper {
    background: none;
    box-shadow: none;
    padding-bottom: 0px !important;
}

.middle_accordian .panel-group .panel {
    margin-bottom: 20px;
}

.middle_accordian .panel-default .panel-heading, .middle_accordian .panel-default {
    border: none;
    box-shadow: none;
}

.middle_accordian .panel-title a, .middle_accordian .panel-title a:active {
    background: #998771;
    font-size: 16px;
    color: #fff;
    padding: 15px 15px;
}

.middle_accordian .panel-body {
    box-shadow: 0px 0px 2px 0px #b0b0b0;
    font-size: 15px;
    color: #333;
    line-height: 28px;
    padding: 15px;
}

.middle_accordian .accordian_detail {
    background: #e0e5e9;
    padding: 20px 20px;
}

    .middle_accordian .accordian_detail h3 {
        font-size: 23px;
        color: #010000;
        line-height: 30px;
        margin: 0px 0px 20px;
        text-align: center;
    }

    .middle_accordian .accordian_detail h4 {
        font-size: 20px;
        color: #010000;
        line-height: 28px;
        margin: 20px 0px 5px;
        text-align: left;
        padding-right: 25px;
    }

    .middle_accordian .accordian_detail p {
        font-size: 20px;
        font-weight: 300;
        color: #010000;
        line-height: 28px;
        margin: 0px 0px 0px;
        text-align: right;
        padding-right: 25px;
    }

.middle_accordian .panel-heading {
    padding: 0;
    border: 0;
}

.middle_accordian .panel-title a, .middle_accordian .panel-title a:active {
    display: block;
    text-decoration: none;
}

.middle_accordian .panel-heading a:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 16px;
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.middle_accordian .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.view_p:hover {
    text-decoration: underline;
}

.news-listing .event_listing {
    padding-left: 30px;
}

/*contact page css*/

.contact_block {
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    padding-bottom: 15px;
    margin-top: 10px;
    min-height: 350px;
}

    .contact_block h2 {
        font-size: 24px;
        text-align: center;
        background-color: #9e8f7a;
        padding: 15px 0;
        color: #fff;
    }

    .contact_block p {
        padding: 20px 0;
        font-size: 18px;
        display: inline-block;
        padding-left: 15px;
    }

        .contact_block p strong {
            margin-bottom: 10px;
            display: inline-block;
        }

    .contact_block span i {
        font-size: 24px;
        display: inline-block;
        padding-left: 15px;
    }

    .contact_block a {
        color: #656565;
    }

        .contact_block a:hover {
            color: #656565;
            text-decoration: underline;
        }

.button_default {
    padding: 11px 20px;
    background-color: #998771;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
}

    .button_default:hover {
        background-color: #736553;
        color: #fff;
    }

.contact_blk {
    display: inline-block;
    width: 100%;
}

    .contact_blk ul {
        padding: 0px;
    }

    .contact_blk li {
        width: 100%;
        float: left;
        list-style: none;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .contact_blk ul li:nth-child(3) {
        margin-right: 0px;
    }

.office_details {
    background: #fff;
    background-size: 100% auto;
    box-shadow: 0px 0px 5px 0px #ddd;
    padding: 40px 15px 25px;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: center;
}

    .office_details h2 {
        font-size: 20px;
        font-weight: 700;
        color: #9e8f7a;
        margin-bottom: 20px;
        padding-left: 0px;
        text-transform: uppercase;
    }

.info_blk {
    min-height: 110px;
    width: 100%;
    text-align: center;
}

.call_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

    .call_blk span {
        background: url(/img/call.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .call_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.mail_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

    .mail_blk span {
        background: url(/img/mail.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .mail_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.phone_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
}

    .phone_blk span {
        background: url(/img/mobile.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .phone_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.fax_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

    .fax_blk span {
        background: url(/img/fax.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .fax_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.contact_blk a {
    color: #51453f;
}

.office_details:hover {
    box-shadow: 0px 0px 8px 0px #9fb1b0;
}

    .office_details:hover a {
        background: #fff;
        color: #9e8f7a;
    }

.address_blk:hover.address_blk span, .call_blk:hover.call_blk span, .mail_blk:hover.mail_blk span, .phone_blk:hover.phone_blk span, .fax_blk:hover.fax_blk span, .desig_blk:hover.desig_blk span {
    background-position: 0px -22px;
}

/**/
.main_img a {
    position: relative;
}

    .main_img a:hover path {
        stroke: #000;
        stroke-width: 2px;
    }

.contentBox p em {
    font-style: normal;
    color: #000;
}

.home_page p {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.img_detail {
    top: auto;
}

/*ankit*/
.conditions ul li {
    line-height: 22px;
}

.gallery_middle_blk {
    border-bottom: none;
}

.footer_details {
    border-top: 1px #bcbcbc solid;
}

.img_fees_blk {
    background: none;
}

    .img_fees_blk table {
        background: #fff;
    }

.sitemap_page .web_points h2 {
    background: none;
    border: none;
    padding: 13px 0px;
    color: #786c5c;
    font-weight: bold;
    font-size: 26px;
    margin: 2px 0;
}

/**/

.f-museum #accordion .panel {
    border-bottom: 1px dashed #c5c5c5;
}

.collection_select {
    max-width: 250px;
    display: inline-block;
}

    .collection_select .form-control {
        border-radius: 2px;
    }

        .collection_select .form-control:focus {
            box-shadow: none;
            border: 1px solid#d2ccc6;
        }

.news_detail {
    width: 100%;
    margin-top: 10px;
}

    .news_detail .date {
        background-color: #9e8f7a;
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
    }

    .news_detail h2 {
        font-size: 28px;
        font-weight: bold;
    }

    .news_detail .nd_image {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        padding: 10px 80px 20px 80px;
        position: relative;
    }

        .news_detail .nd_image img {
            max-width: 100%;
        }

        .news_detail .nd_image .rg_panel {
            top: 10px;
        }

.nd_image #myDIV .social_icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.news_detail .rg_panel .print_icon {
    opacity: 0.8;
}

.nd_content {
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
}

    .nd_content li {
        list-style: disc;
        padding: 15px 5px;
        font-size: 15px;
        line-height: 18px;
    }

    .nd_content p {
        line-height: 22px;
    }

/*Ankit*/
.office_details {
    margin-left: 0px;
    margin-top: 5px;
    text-align: left;
    padding: 0px 20px 0px;
    transition: all 0.5s ease 0s;
}

    .office_details h2 {
        color: #786c5c;
        letter-spacing: 1px;
    }

    .office_details:hover .icon_img {
        background: #fff;
        box-shadow: 0px 0px 7px 0px #ccc;
    }

        .office_details:hover .icon_img i {
            color: #988871;
        }

.icon_img {
    position: absolute;
    top: 70px;
    bottom: 0px;
    left: -50px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    background: #988871;
    border-radius: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}

    .icon_img i {
        color: #fff;
        font-size: 48px;
    }

.info_blk {
    text-align: left;
}

.contact_blk {
    margin-top: 25px;
    width: 340px;
}

.call_blk {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.call_blk, .fax_blk {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 100%;
}

/**/
.renaissance_gallery .slick-arrow {
    background-color: #ee3124;
}

.marking_gallery .slick-arrow {
    background-color: #9d8d85;
}

.currence_gallery .slick-arrow {
    background-color: #1d2172;
}

.alfaj_gallery .slick-arrow {
    background-color: #009bc9;
}

.img_detail {
    top: 0px;
}

    .img_detail .img_view {
        margin-top: 40px;
        padding: 0px 20px 15px;
    }

.tooltip .tooltip-arrow {
    border-top-color: #d8d4cb !important;
}

.tooltip .tooltip-inner {
    background: #FFF;
    border: 2px solid #d8d4cb;
    border-radius: 2px;
    color: #9e8f7c;
    font-family: 'gothic';
    font-size: 16px;
}

.contact_blk li {
    margin-bottom: 10px;
}

.contact_blk .office_details {
    border-bottom: none;
    margin: 0px;
    padding: 18px 20px 15px;
}

    .contact_blk .office_details:hover a {
        background: none;
    }

    .contact_blk .office_details h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

.contact_blk .info_blk {
    min-height: auto;
}

.contact_blk .call_blk, .contact_blk .fax_blk, .contact_blk .mail_blk {
    border: none;
    margin-bottom: 0px;
}

.contact_blk .mail_blk {
    border: none;
    margin-bottom: 0px;
}

.contact_page form.career_form textarea.form-control {
    height: 150px;
}

.career_form h2 {
    font-size: 28px;
    color: #222021;
    margin-top: 25px;
    margin-bottom: 33px;
}

 

form.career_form textarea.form-control:focus, form.career_form select:focus {
    box-shadow: none;
    border-color: #999;
}

form.career_form select {
    box-shadow: none;
    border-radius: 0px;
    height: 42px;
}

.address_blk i {
    padding-right: 0px;
}

.address_blk {
    padding: 7px 0px 0px;
}

    .address_blk h2 {
        font-size: 18px;
        font-weight: 600;
        color: #222021;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .address_blk h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .address_blk h4 {
        font-size: 16px;
        line-height: 24px;
    }

.conver_page p {
    line-height: 28px;
    margin-bottom: 30px;
}

/*----------18 Sep 2018----------*/
.event_box4 {
    cursor: pointer;
}

.mgnbt_25 {
    margin-bottom: 25px;
}

.conditions ul li::before {
    top: 14px;
}

.address_list i {
    font-size: 1.407em;
    top: 3px;
    position: relative;
    padding-bottom: 0.4em;
    padding-right: 1em;
    float: left;
    color: #a79682;
}

.address_list li {
    padding-bottom: 1em;
}

    .address_list li i.fa.fa-fax {
        opacity: 0.7;
    }

.m_new_form .form-group {
    margin-bottom: 32px;
}

.m_new_form label {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.m_new_form .radio-btn label, .m_new_form .checkbox-btn label {
    font-weight: normal;
}

.m_form .m_new_form .form-control {
    font-size: 15px;
}

    .m_form .m_new_form .form-control:focus {
        border-color: #a59f97;
    }

.radio_btns {
    float: right;
}

.m_new_form .radio-btn {
    padding-left: 0px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0px;
}

span.radio_txt {
    font-size: 16px;
    position: relative;
    top: -4px;
}

.radio_btns .radio-btn label::before {
    background-color: #685c4b;
    border-color: #685c4b;
    margin-left: 0px;
    left: -14px;
    top: 4px;
    width: 10px;
    height: 10px;
}

.mgn_tb {
    margin: 3px 0px 15px;
}

.m_new_form .checkbox-btn {
    padding-left: 0px;
    margin-bottom: 15px;
}

.m_head {
    background: #f5f5f5;
    border-left: 3px solid #867865;
    font-size: 16px;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.m_new_form .register_bt {
    font-size: 18px;
    margin-top: 0px;
    padding: 13px 30px;
}

.single-item-1 ul.slick-dots {
    bottom: 10px;
}

    .single-item-1 ul.slick-dots li {
        width: 10px;
        height: 10px;
        background: #787878;
        border-radius: 100%;
        margin: 0px 5px;
    }

        .single-item-1 ul.slick-dots li.slick-active {
            background: #fff;
        }

        .single-item-1 ul.slick-dots li button {
            width: 0px;
            height: 0px;
            padding: 0px;
        }

            .single-item-1 ul.slick-dots li button::before {
                content: none;
            }

.single-item-1.gallery_slider .slick-prev {
    left: 0px;
}

.single-item-1.gallery_slider .slick-next {
    right: 0px;
}

.col_img {
    display: inline-block;
}

i.col_img img {
    width: auto;
}

.right_content.guide_tour ul li {
    font-size: 17px;
    color: #9e8f7a;
    line-height: 30px;
    margin-bottom: 10px;
}

.gift_discription .pull-left, .gift_discription .pull-right {
    width: 100%;
}

.dropdown-menu.history_listing {
    position: relative !important;
    width: 100%;
    margin: 15px 0px 25px;
    box-shadow: none !important;
    border: 0;
    background: #f5f5f5;
    padding: 0;
}

    .dropdown-menu.history_listing li {
        padding: 0px 0px;
    }

    .dropdown-menu.history_listing > li > a {
        display: block;
        padding: 15px 19px 15px 30px;
    }

li.active1 .caret {
    float: right;
    margin-top: 8px;
}

.gallery_left li a {
    display: block;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.counter_div {
    position: absolute;
    bottom: 22px;
    left: 30px;
}

a.counter_div span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.container {
    position: relative;
}

.slick-prev::before, .slick-next::before {
    content: none;
}

/*---------About us----------*/
.conditions .faq.about_page .panel-heading h4 {
    padding: 20px 15px 20px 30px;
}

.conditions .faq.about_page .panel-body p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.conditions .faq.about_page .panel-title.collapsed {
    background: url(/img/plus.png) center left 0px no-repeat;
    color: #786c5c;
    margin-top: 0px;
}

.conditions .faq.about_page .panel-title {
    background: url(/img/minus1.png) center left 3px no-repeat #988871;
    color: #fff;
    margin-top: 5px;
}

.conditions .faq.about_page .panel-body {
    margin: 15px 0px;
}

.mgn_bt_40 {
    margin-bottom: 40px;
}

.conditions .faq.about_page ul li {
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
}

    .conditions .faq.about_page ul li::before {
        content: none;
    }

.conditions .faq.about_page h2 {
    font-family: 'gothicb';
    font-size: 22px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 10px;
}

.conditions .faq.about_page h3 {
    font-family: 'gothic';
    font-size: 18px;
    font-weight: 600;
    color: #505050;
}

.conditions .faq.about_page h4 {
    font-family: 'gothic';
    font-size: 18px;
}

.conditions .faq.about_page .ticket_fees1.full_width ul {
    width: 100%;
}

.conditions .faq.about_page .ticket_fees1 ul {
    width: 35%;
    display: inline-block;
}

.conditions .faq.about_page .ticket_fees1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

    .conditions .faq.about_page .ticket_fees1 li {
        font-family: 'gothic';
        font-size: 16px;
        color: #9e8f7a;
        margin-bottom: 15px;
        padding: 0px 0px 0px 22px;
        position: relative;
    }

        .conditions .faq.about_page .ticket_fees1 li:last-child {
            margin-bottom: 0px;
        }

        .conditions .faq.about_page .ticket_fees1 li::before {
            width: 8px;
            height: 8px;
            background: #9e8f7a;
            content: '';
            position: absolute;
            left: 0px;
            top: 10px;
        }

.trustee_blk {
    margin-bottom: 40px;
    padding: 0px 50px 0px 0px;
    text-align: center;
}

    .trustee_blk h5 {
        font-family: 'gothicb';
        font-size: 16px;
        font-weight: normal;
        color: #303030;
        line-height: 20px;
        min-height: 40px;
        margin: 15px 0px 10px;
    }

    .trustee_blk h6 {
        color: #9e8f7a;
        line-height: 18px;
        min-height: 55px;
    }

/*---------------20 Dec---------------*/
.wrap_Top .left-List li .icon-map::before {
    content: url(/img/map-pin-marked.png);
    line-height: 1.5;
}

.wrap_Top .left-List li .icon-mobile::before {
    content: url(/img/mobile-phone.png);
    line-height: 1.5;
}

.address_list li .fa-fax::before {
    content: url(/img/fax-icon.png);
}

/*
.man_page .contentBox p.paratext a {
    border: 2px solid #9e8f7a;
    border-radius: 100px;
    color: #9e8f7a;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    padding: 8px 0px;
    transition: all 0.5s ease 0s;
    text-align: center;
    width: 140px;
}

    .man_page .contentBox p.paratext a:hover {
        background: #9e8f7a;
        color: #fff;
    }

    */

.newsFeild .sendBTn {
    background: #9e8f7a;
}

.register_bt:hover, .register_bt:focus {
    background: #7c6444;
}

.row.heading h2 {
    padding-top: 15px;
}

.topmenu {
    padding: 6px 0px;
}

.left-List li:first-child {
    padding-top: 2px;
}

    .left-List li:first-child .iconList {
        top: 3px;
        margin-right: 3px;
    }

.left-List li {
    height: 34px;
    padding-top: 9px;
}

.wrap_Top .left-List li a {
    padding: 0px;
    transition: all 0.5s ease 0s;
}

.iconList {
    top: -4px;
}

.wrap_Top .left-List li.language a {
    padding: 0px;
}

#search input[type="search"] {
    padding: 0px 10px 0px 10px;
    height: 34px;
    border-radius: 0px;
}

.socialMenu {
    padding: 9px 1.5em 0 0;
}

.wrap_Top .left-List li.h_search_bt {
    padding-top: 0px;
}

.wrap_Top .left-List li a:hover {
    opacity: 0.6;
}

.contentBox.equalhgtbox.home_page h3 {
    transition: all 0.3s ease-in-out;
}

    .contentBox.equalhgtbox.home_page h3:hover {
        transform: scale(1.05);
    }

.contentBox.equalhgtbox.home_page .news p.paratext {
    display: block;
}

.contentBox.equalhgtbox.home_page .news span {
    display: block;
    padding-bottom: 10px;
}

/*-----------26 Dec----------*/
.memberMenu li a i.icon-layers::before {
    content: url(/img/icon-10.png);
    position: relative;
    top: -2px;
}

.memberMenu li:first-child span {
    vertical-align: top;
    line-height: 23px;
}

#search input[type="search"]:hover {
    opacity: 0.6;
}

#search input[type="search"]:focus:hover {
    opacity: 1;
}

.fancybox-skin {
    border-radius: 0px !important;
    padding: 0px !important;
}

.fancybox-inner {
    width: 100% !important;
    height: 666px !important;
}

    .fancybox-inner iframe {
        height: 100% !important;
    }

.fancybox-lock, .fancybox-lock body {
    height: auto !important;
}

.fancybox-wrap {
    width: 1184px !important;
}

.video_blk {
    position: relative;
}

    .video_blk .play_icon {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .video_blk .play_icon .fa-youtube-play::before {
            content: url(/img/play-button.png);
            width: 75px;
            height: 75px;
            margin: 0px auto;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 43%;
            cursor: pointer;
            /* bottom: 0px; */
        }

.left-List li .aaa_listing li {
    height: auto;
}

/* css */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    width: 100%;
    font-size: 14px;
}

html, body {
    height: 100%;
}

body {
    font-family: 'gothic';
    font-size: 100%;
    font-weight: 400;
    background: #c5beb6;
    color: #656565;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
/*.row				{ overflow:hidden;}*/

@font-face {
    font-family: 'gothic';
    src: url('/font/fonts/gothic.eot');
    src: url('/font/fonts/gothic.eot') format('embedded-opentype'), url('/font/fonts/gothic.woff2') format('woff2'), url('/font/fonts/gothic.woff') format('woff'), url('/font/fonts/gothic.ttf') format('truetype'), url('/font/fonts/gothic.svg#gothic') format('svg');
}

@font-face {
    font-family: 'gothicb';
    src: url('/font/fonts/gothicb.eot');
    src: url('/font/fonts/gothicb.eot') format('embedded-opentype'), url('/font/fonts/gothicb.woff2') format('woff2'), url('/font/fonts/gothicb.woff') format('woff'), url('/font/fonts/gothicb.ttf') format('truetype'), url('/font/fonts/gothicb.svg#gothicb') format('svg');
}

/*
@font-face {
    font-family: 'opens';
    src: url('/font/fonts/opens.eot');
    src: url('/font/fonts/opens.eot') format('embedded-opentype'),
         url('/font/fonts/opens.woff2') format('woff2'),
         url('/font/fonts/opens.woff') format('woff'),
         url('/font/fonts/opens.ttf') format('truetype'),
         url('/font/fonts/opens.svg#opens') format('svg');
}
*/
/*----------------- login ---------------------*/
.wrapper {
    z-index: 1;
    width: 100%;
    min-height: 100%;
    transition: 0.5s all;
    background: #fff;
}

.eventsnavbar {
    min-height: 70px;
    background: #fff;
    border-bottom: #e6e9ed 1px solid;
}

/*logo*/
.navbar-brand.logo {
    padding: 0;
    width: 110px;
    height: 68px;
}

    .navbar-brand.logo img {
        width: 100%;
        height: auto;
    }

/*headerLogo*/
.headerLogo {
    padding: 0 1.071em 0 0em; /*padding:0 1.071em 0 2.857em;*/
    overflow: hidden;
    position: relative;
    top: -5px;
}

    .headerLogo a {
        width: 18em;
        height: 5.65em;
        display: block;
        padding: 0;
    }

        .headerLogo a img {
            width: 100%;
            height: auto;
        }

/*navbar*/
.navbar {
    margin-bottom: 0;
}

.navbar-header {
    position: relative; /*top:-35px;*/
}

.navbar-toggle {
}

    .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-toggle .menuIcon {
        font-size: 2em;
        color: #000;
    }

/*topmenu*/
.topmenu {
    background: #9e8f7a;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .topmenu:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 46px 0;
        top: 0;
        left: -25px;
        border-color: transparent #9e8f7a transparent transparent;
        position: absolute;
    }

.left-List {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .left-List li {
        padding: 0 1.786em;
        border-right: #b1a595 1px solid;
        float: left;
    }

        .left-List li a {
            color: rgba(255,255,255,0.85);
            padding: 0.1em 0 0.4em 0;
            display: inline-block;
        }

.iconList {
    font-size: 1.207em;
    top: 2px;
    position: relative;
}

.socialMenu {
    margin: 0;
    padding: 0.25em 1.5em 0 0;
}

    .socialMenu li {
        float: left;
        padding: 0 0.500em;
    }

        .socialMenu li a {
            font-size: 1.171em;
            color: rgba(255,255,255,0.85);
            display: inline-block;
        }

            .socialMenu li a:hover,
            .left-List li a:hover {
                color: rgba(255,255,255,1);
            }

.mainMenu {
    /*padding:2.571em 0 1.286em;*/
    /*padding: 0 0 0.5em 4em;*/
    padding: 0 0 0 4em;
}

.menuWrap {
    padding: 2.571em 0 1.286em 3em;
}

    .menuWrap a {
        font-size: 2em;
        color: #130e0f;
        font-family: 'gothic';
        text-transform: uppercase;
        display: inline-block;
    }

.menuIcon {
    font-size: 0.8em;
}

.memberMenu {
    margin: 0 1.8em 0 0;
}

    .memberMenu li {
        padding: 0 1.250em;
        border-left: #cac9c7 1px solid;
        display: inline-block;
    }

        .memberMenu li a {
            color: #9e8f7a;
            font-size: 1.143em;
            padding: 0.375em 0;
            font-family: 'gothic';
        }

            .memberMenu li a i.iconMember {
                padding-right: 0.313em;
                display: inline-block;
                font-size: 1.2em;
                position: relative;
                top: 2px;
            }

        .memberMenu li:first-child {
            border: none;
        }

        .memberMenu li:hover,
        .memberMenu li:hover a {
            background: none;
        }

.menuList {
    padding: 2.771em 0 1.286em 0em;
}

.sliderHR .slick-initialized .slick-slide {
    height: 31.000em;
    width: 100%;
    margin-bottom: 2.643em;
}

    .sliderHR .slick-initialized .slick-slide img {
        width: 100%;
        height: auto;
    }

.slider_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .slider_content h2 {
        color: #e1ded0;
        font-size: 3.357em;
        font-family: 'gothic';
        margin-left: 0.532em;
        display: inline-block;
        padding: 0.319em 0.383em;
        background: rgba(0,0,0,0.5);
        margin-bottom: 0.319em;
    }

    .slider_content p {
        background-color: #c5beb6;
        /*background: rgba(245,243,241,0.7);*/
        color: #231f20;
        font-size: 1.143em;
        padding: 0.625em 3.438em 1.125em 2.2em;
    }

/*boxWrap*/
.boxWrap {
    background: #e1ddd1;
    padding: 0.357em;
}

.body_box {
    margin: 0;
    padding: 0.286em 0;
}

.contentBox {
    padding: 2.857em 1.786em 1.5em; /*width:49.29%; margin:0 0.287em; */
    background: #fff url(/img/box_bg.png) center right no-repeat;
}

    .contentBox h3 {
        font-size: 2.286em;
        color: #231f20;
        padding-bottom: 0.85em;
        font-family: 'gothic';
        text-transform: uppercase;
    }

    .contentBox p {
        font-size: 0.857em;
        color: #656565;
        padding: 0 0 1.250em;
    }

        .contentBox p span.hours {
            font-size: 1.167em;
            text-transform: uppercase;
        }

.imgBox {
    position: relative;
    padding: 0;
}

    .imgBox img {
        width: 100%;
        height: auto;
        display: block;
    }

.event_box {
    position: absolute;
    left: 0;
    right: 0;
    padding: 2.857em 1.786em;
    top: 0;
}

    .event_box h3 {
        font-size: 2.286em;
        color: #fff;
        padding-bottom: 0.625em;
        font-family: 'gothic';
    }

    .event_box p {
        text-transform: uppercase;
        color: #e1ded0;
    }

.contentBox p.paratext {
    font-size: 1em;
    line-height: 28px;
}

    .contentBox p.paratext a {
        color: #c26f3d;
        font-size: 1em;
        display: block;
        margin-top: 0.4em;
    }

/*footer*/
footer {
}

/*footer_details*/
.footer_details {
    padding: 2.857em;
    font-family: 'gothic';
}

    .footer_details h4 {
        color: #222021;
        font-size: 1.429em;
        font-weight: 600;
        padding-bottom: 1em;
        margin: 0;
        text-transform: uppercase;
    }

    .footer_details p {
        color: #767475;
        font-size: 0.929em;
        line-height: 28px;
        padding-bottom: 2.692em;
    }

    .footer_details a.readBtn {
        color: #848383;
        font-size: 0.929em;
        text-transform: uppercase;
        display: inline-block;
    }

        .footer_details a.readBtn:hover {
            color: #6b4126;
        }

    .footer_details .icon-readmore {
        margin-left: 0.5em;
        position: relative;
        top: 2px;
    }

.address_list {
}

    .address_list li {
       
        font-size: 0.929em;
        padding-bottom: 0.875em;
        line-height: 1.8em;
    }

.iconMap {
    font-size: 1.407em;
    top: 3px;
    position: relative;
    padding-bottom: 0.4em;
    /* display: inline-block; */ padding-right: 1em;
    float: left;
    color: #a79682;
}

.address_list li:first-child .iconMap {
    top: 8px;
}

.newsFeild .form-control {
    border: #e8e5de 1px solid;
    color: #a6a6a6;
    box-shadow: none;
    border-radius: 0;
    padding: 1em;
    font-size: 0.857em;
    width: 97%;
}

.newsFeild .sendBTn {
    background: #988871;
    color: #fff;
    transition: 0.5s all;
}

    .newsFeild .sendBTn:hover {
        background: #9e8f7a;
        color: #fff;
        text-decoration: none;
    }

.border-Box {
    border-right: #f2f2f2 1px solid;
}

/*footer_bottom*/
.footer_bottom {
    border-top: #f6f6f6 1px solid;
    padding: 1.7em 0 1.771em;
    text-align: center;
}

    .footer_bottom p {
        font-size: 0.857em;
        color: #b4b4b4;
    }

    .footer_bottom ul {
        list-style: none;
        text-align: center;
        margin: 0 0 0.85em 0;
    }

        .footer_bottom ul li {
            font-size: 1em;
            padding: 0 0.514em 0 1em;
            display: inline-block;
            transition: 0.5s all;
            background: url(/img/cross-arrow.png) left center no-repeat;
        }

            .footer_bottom ul li a {
                color: #ececec;
            }

                .footer_bottom ul li a:hover {
                    color: #fff;
                }

            .footer_bottom ul li:first-child {
                background: none;
            }

.mb-30 {
    margin-bottom: 2.143em;
}

.connectedMenu {
    margin: 0;
    padding: 0;
}

    .connectedMenu li {
        padding: 0 1em;
        display: inline-block;
    }

        .connectedMenu li a {
            color: #666465;
            font-size: 1.071em;
        }

        .connectedMenu li:first-child {
            padding-left: 0;
        }

        .connectedMenu li a:hover {
            color: #7c6444;
        }

/*updates_26-6*/

/*---------Ankit----------*/
#panel {
    display: none;
}

.menu_toggle {
    width: 100%;
    min-width: 850px;
    width: 100%;
    position: absolute;
    top: inherit;
    padding-top: 26px;
    left: -58px;
    z-index: 9999;
}

    .menu_toggle ul li {
        float: left;
        background: #9e8f7a;
        border-right: 1px solid #716451;
        border-left: 1px solid #beb6ac;
        text-align: center;
        transition: all 0.5s ease 0s;
    }

        .menu_toggle ul li a {
            display: block;
            font-size: 14px;
            color: #fff;
            padding: 15px 22px;
        }

            .menu_toggle ul li a i {
                display: block;
                margin-bottom: 10px;
            }

        .menu_toggle ul li:first-child {
            border-left: none;
        }

        .menu_toggle ul li:last-child {
            border-right: none;
        }
/*.menu_toggle ul li:hover{ background:#7c6444;}*/

.container {
    max-width: 1500px;
    width: 100%;
}

.contentBox {
    background: #fff url(/ra/img/box_bg.png) top right repeat-y;
    min-height: 277px;
}

.wrapper {
    box-shadow: 0 0 10px #a8a39d;
}

.menuWrap {
    padding: 2.671em 0 1.286em 11em;
}

.mainMenu {
    background: url(/ra/img/header_bg.jpg) top right -2px no-repeat !important;
    padding-top: 22px;
	background-size: 75% !important;
}
/*
header{ position:relative;}

header .navbar-header{ position:absolute; top:-15px;}
*/
header .navbar-header {
    margin-top: -2px;
}

.contentBox p {
    font-size: 15px;
}

    .contentBox p.paratext {
        font-size: 15px;
    }

.slider_content h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.news_content {
    width: 100%;
    display: inline-block;
}

.news_img {
    float: left;
    width: 92px;
    height: 92px;
    border: 1px solid#d3d3d3;
    padding: 2px;
}

    .news_img img {
        width: 100%;
        border: 2px solid# fff;
    }

.news_content .news {
    padding-left: 110px;
}

.iconMap {
    font-size: 1.900em;
}

.address_list li {
    padding-bottom: 1.1em;
    font-size: 15px;
}

.footer_details p, .footer_details a.readBtn {
    font-size: 15px;
}

.newsFeild .form-control {
    height: 50px;
    font-size: 15px;
}

.newsFeild .sendBTn {
    height: 50px;
    padding: 0 30px;
    font-size: 15px;
}

.footer_bottom ul li {
    font-size: 15px;
    padding: 0 10px 0 20px;
}

.boxWrap .imgBox {
    overflow: hidden;
}

    .boxWrap .imgBox img {
        transition: all 0.3s ease-in-out;
        transform: scale(1.02);
    }

    .boxWrap .imgBox:hover img {
        transform: scale(1.1);
    }

.be_connected {
    margin-top: 15px;
    padding-left: 0px;
}

/*-----------Gallery--------------*/
.row.heading {
    height: 51px;
    margin-top: -2px;
}

    .row.heading .wrap_Top, .row.heading .wrap_Top .midmenu {
        height: 100%;
    }

.wrap_Top .midmenu {
    padding: 0px;
}

.row.heading h2 {
    font-size: 21px;
    padding-top: 12px;
}

.row.heading h3 {
    font-size: 20px;
    padding-top: 13px;
    text-align: center;
}

.yellow .midmenu {
    background: #9e8f7a;
}

    .yellow .midmenu::after {
        border-color: transparent #9e8f7a transparent transparent;
    }

.gallery_middle_blk {
    padding: 20px 90px 50px;
    border-bottom: 1px solid #bcbcbc;
}

.gallery_left {
    margin-top: 80px;
    padding: 0px;
}

    .gallery_left h2 {
        background: #9e8f7a;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
    }

    .gallery_left li {
        border-bottom: 1px dashed #e4e4e4;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        padding: 15px 0px;
    }

        .gallery_left li a {
            color: #000;
            font-weight: normal;
            font-size: 14px;
        }

            .gallery_left li a:hover {
                color: #9e8f7a;
            }

    .gallery_left i {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-right: 7px;
    }

.gallery_right {
    padding: 0px 10px;
}

    .gallery_right p {
        font-size: 16px;
        font-weight: 300;
        color: #000;
        line-height: 30px;
    }

    .gallery_right h2 {
        font-size: 28px;
        font-weight: 300;
        color: #9e8f7a;
        margin: 15px 0px 10px;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
    }

.img_blk {
    border: 8px solid #e4e4e4;
    padding: 20px 0px;
}

.gallery_left h2.grey_color {
    background: #e5e5e5 !important;
    color: #000;
    margin-top: 30px;
}

.gallery_left li.active {
    background: none !important;
}

    .gallery_left li.active a {
        color: #006595;
    }

.blue .midmenu {
    background: #006595;
}

    .blue .midmenu::after {
        border-color: transparent #006595 transparent transparent;
    }

.gallery_left.blue h2 {
    background: #006595;
}

.gallery_slider {
    border: 8px solid #e4e4e4;
    margin-top: 0px;
}

    .gallery_slider .slick-arrow {
        width: 42px;
        height: 42px;
        border-radius: 0px;
        border: none;
        background-color: #9e8f7a;
        transition: all 0.5s ease 0s;
    }

    .gallery_slider .slick-prev {
        left: -22px;
    }

    .gallery_slider .slick-next {
        right: -22px;
    }

.bg_none .footer_bottom {
    background: none;
}

.topmenu1 {
    background: #9e8f7a;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .topmenu1:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 2.571em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #015ea1 transparent transparent;
        position: absolute;
    }

/*search*/
.topmenu .left-List li a {
    padding: 5px;
}

.search {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 5px;
    margin-left: 60px;
}

    .search .form-control {
        width: 100%;
        border: 0px none;
        box-shadow: none;
        height: 30px;
        border-radius: 2px;
    }

    .search .btn {
        border: 0px none;
        height: 30px;
        border-radius: 2px;
    }

#s_panel {
    display: none;
}

p {
    font-size: 15px;
    line-height: 28px;
}

.contentBox p.paratext {
    font-family: 'gothic';
}

/*gallery page*/

.gallery_middle_blk .panel {
    border: 0px none;
    box-shadow: none;
}

.gallery_middle_blk #accordion {
    margin-top: 30px;
}

.gallery_middle_blk .panel-default > .panel-heading {
    background: none;
    border: 0px none;
}

.gallery_middle_blk .panel-heading .grey_color {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}

.gallery_middle_blk .panel-heading .g_flore {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
}

.gallery_middle_blk .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px none;
}

.gallery_left {
    margin-top: 0px;
}

.gallery_right .img_blk[style] {
    padding-top: 0px !important;
}

.gallery_right .img_blk {
    position: relative;
}

    .gallery_right .img_blk img {
        width: 737px;
    }

.gallery_left li {
    padding-left: 0px;
    position: relative;
}

/*faq updates*/
.faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #009bc9;
    cursor: pointer;
}

    .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.gallery .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #988871;
    cursor: pointer;
}

    body.gallery .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.alfaj .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #009bc9;
    cursor: pointer;
}

    body.alfaj .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.armor .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #5d9732;
    cursor: pointer;
}

    body.armor .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.civilisation .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #9d8d85;
    cursor: pointer;
}

    body.civilisation .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.currency .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #1d2172;
    cursor: pointer;
}

    body.currency .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.heritage .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #c1d72e;
    cursor: pointer;
}

    body.heritage .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.people .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #860038;
    cursor: pointer;
}

    body.people .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.maritime .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #006595;
    cursor: pointer;
}

    body.maritime .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.world .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #fdba31;
    cursor: pointer;
}

    body.world .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.history .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #ba5915;
    cursor: pointer;
}

    body.history .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.timeline .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #a5b3ab;
    cursor: pointer;
}

    body.timeline .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.islam .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #005030;
    cursor: pointer;
}

    body.islam .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.renaissance .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #ee3124;
    cursor: pointer;
}

    body.renaissance .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

body.collection .faq .panel-title {
    color: #fff;
    background: url(/img/arrow_up.png) center right 10px no-repeat;
    background-color: #7373a9;
    cursor: pointer;
}

    body.collection .faq .panel-title.collapsed {
        color: #000;
        background: url(/img/arrow_down.png) center right 10px no-repeat;
        background-color: #e5e5e5;
    }

/*
.gallery_middle_blk .panel-heading .grey_color{ position:absolute; top:auto; width:100%; }
.gallery_middle_blk .panel-heading .grey_color.collapsed{ position:absolute; top:-200px; width:100%; }

/*faq updates end*/

/*search*/

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: url(/img/search_icon.png) center left 10px no-repeat;
    border: 0px none;
    padding: 9px 10px 9px 32px;
    width: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    input[type=search]:focus {
        background-color: #fff;
        border-radius: 3px;
        width: 130px;
        border-color: #66CC75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
    }

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#search input[type=search] {
    width: 30px;
    display: inline-block;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
    /*
#demo-2 input[type=search]:hover {
	background-color: #fff;
}*/

    #search input[type=search]:focus {
        border-bottom: 1px solid #fff;
        width: 130px;
        padding-left: 32px;
        color: #000;
        cursor: auto;
    }

#search input:-moz-placeholder {
    color: transparent;
}

#search input::-webkit-input-placeholder {
    color: transparent;
}

input[type=search] {
    position: relative;
}

    input[type=search]::before {
        content: 'f002';
        position: absolute;
        left: 0px;
    }

/* new pages*/
.gallery_left li.active1 a {
    color: #860038;
}

.gallery_left li.active2 a {
    color: #006595;
}

.gallery_left li.active3 a {
    color: #5d9732;
}

.gallery_left li.active4 a {
    color: #9d8d85;
}

.gallery_left li.active5 a {
    color: #009bc9;
}

.gallery_left li.active6 a {
    color: #1d2172;
}

.gallery_left li.active7 a {
    color: #a5b3ab;
}

/*People Gallery*/
.p_gallery_top {
    background: #860038;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .p_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #860038 transparent transparent;
        position: absolute;
    }

.first_f_gallery1 .midmenu {
    background: #860038;
}

    .first_f_gallery1 .midmenu::after {
        border-color: transparent #860038 transparent transparent;
    }

.gallery_left.first h2 {
    background: #860038;
}

/*Alfaj Gallery*/
.a_gallery_top {
    background: #009bc9;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .a_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #009bc9 transparent transparent;
        position: absolute;
    }

.first_af_gallery1 .midmenu {
    background: #009bc9;
}

    .first_af_gallery1 .midmenu::after {
        border-color: transparent #009bc9 transparent transparent;
    }

.gallery_left.second h2 {
    background: #009bc9;
}

/* Civilisation Gallery*/
.civ_gallery_top {
    background: #9d8d85;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .civ_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #9d8d85 transparent transparent;
        position: absolute;
    }

.first_marketing_gallery .midmenu {
    background: #9d8d85;
}

    .first_marketing_gallery .midmenu::after {
        border-color: transparent #9d8d85 transparent transparent;
    }

.gallery_left.third h2 {
    background: #9d8d85;
}

/* Civilisation Gallery*/
.currency_gallery_top {
    background: #1d2172;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .currency_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #1d2172 transparent transparent;
        position: absolute;
    }

.first_currency_gallery .midmenu {
    background: #1d2172;
}

    .first_currency_gallery .midmenu::after {
        border-color: transparent #1d2172 transparent transparent;
    }

.gallery_left.fifth h2 {
    background: #1d2172;
}

/* Timeline Gallery*/
.timeline_gallery_top {
    background: #a5b3ab;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .timeline_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #a5b3ab transparent transparent;
        position: absolute;
    }

.first_timeline_gallery .midmenu {
    background: #a5b3ab;
}

    .first_timeline_gallery .midmenu::after {
        border-color: transparent #a5b3ab transparent transparent;
    }

.gallery_left.sixth h2 {
    background: #a5b3ab;
}

/* Armor Gallery*/
.armor_gallery_top {
    background: #5d9732;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .armor_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #5d9732 transparent transparent;
        position: absolute;
    }

.first_armor_gallery .midmenu {
    background: #5d9732;
}

    .first_armor_gallery .midmenu::after {
        border-color: transparent #5d9732 transparent transparent;
    }

.gallery_left.seventh h2 {
    background: #5d9732;
}

/*ie updates*/
.banner {
    width: 100%;
    display: inline-block;
    max-height: 540px;
}

    .banner .slick-next.slick-arrow {
        top: 260px;
    }

    .banner .slick-prev.slick-arrow {
        top: 260px;
    }

.h_footer {
    background-color: #988871 !important;
    color: #fff;
}

.footer_bottom.h_footer p {
    color: #fff;
}

.footer_bottom.h_footer ul li a {
    color: #fff;
}

.left-List li.font_s a {
    padding: 8px 0px;
}

.topmenu .left-List li.language a {
    padding: 8px 0;
}

.left-List li {
    padding: 0 1.0em;
}

    .left-List li.h_search_bt {
        padding-right: 0px;
    }

.banner {
    z-index: 1;
}

.grey_color.g1 {
    margin-top: 0px;
}

.gallery_left .g2 {
    margin-top: 5px;
}

/* new pages*/
.gallery_left.second_f li.active1 a {
    color: #ba5915;
}

.gallery_left.second_f li.active2 a {
    color: #005030;
}

.gallery_left.second_f li.active3 a {
    color: #fdba31;
}

.gallery_left.second_f li.active4 a {
    color: #ee3124;
}

.gallery_left.second_f li.active5 a {
    color: #c1d72e;
}

.gallery_left.second_f li.active6 a {
    color: #7373a9;
}

/*history gallery*/
.history_gallery_top {
    background: #ba5915;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .history_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #ba5915 transparent transparent;
        position: absolute;
    }

.first_history_gallery .midmenu {
    background: #ba5915;
}

    .first_history_gallery .midmenu::after {
        border-color: transparent #ba5915 transparent transparent;
    }

.g2.g_one_active {
    background: #ba5915;
}

.islam_gallery_top {
    background: #03462b;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .islam_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #03462b transparent transparent;
        position: absolute;
    }

.first_islam_gallery .midmenu {
    background: #03462b;
}

    .first_islam_gallery .midmenu::after {
        border-color: transparent #03462b transparent transparent;
    }

.g2.g_two_active {
    background: #03462b;
}

.world_gallery_top {
    background: #fdba31;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .world_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #fdba31 transparent transparent;
        position: absolute;
    }

.first_world_gallery .midmenu {
    background: #fdba31;
}

    .first_world_gallery .midmenu::after {
        border-color: transparent #fdba31 transparent transparent;
    }

.g2.g_three_active {
    background: #fdba31;
}

.renais_gallery_top {
    background: #ee3124;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .renais_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #ee3124 transparent transparent;
        position: absolute;
    }

.first_renais_gallery .midmenu {
    background: #ee3124;
}

    .first_renais_gallery .midmenu::after {
        border-color: transparent #ee3124 transparent transparent;
    }

.g2.g_four_active {
    background: #ee3124;
}

.heritage_gallery_top {
    background: #c1d72e;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .heritage_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #c1d72e transparent transparent;
        position: absolute;
    }

.first_heritage_gallery .midmenu {
    background: #c1d72e;
}

    .first_heritage_gallery .midmenu::after {
        border-color: transparent #c1d72e transparent transparent;
    }

.g2.g_five_active {
    background: #c1d72e;
}

.collections_gallery_top {
    background: #606092;
    padding: 0.571em 0 0.286em;
    color: #fff;
    position: relative;
}

    .collections_gallery_top:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.786em 3.20em 0;
        top: 0;
        left: -1.786em;
        border-color: transparent #606092 transparent transparent;
        position: absolute;
    }

.first_collections_gallery .midmenu {
    background: #606092;
}

    .first_collections_gallery .midmenu::after {
        border-color: transparent #606092 transparent transparent;
    }

.g2.g_six_active {
    background: #606092;
}

.people_gallery ul li {
    background-color: #860038;
    border-right: 1px solid #710231;
    border-left: 1px solid #710231;
}

    .people_gallery ul li a:hover {
        background-color: #710231;
    }

.alfaj_gallery ul li {
    background-color: #009bc9;
    border-right: 1px solid #0186ad;
    border-left: 1px solid #0186ad;
}

    .alfaj_gallery ul li a:hover {
        background-color: #0186ad;
    }

.marking_gallery ul li {
    background-color: #9d8d85;
    border-right: 1px solid #867871;
    border-left: 1px solid #867871;
}

    .marking_gallery ul li a:hover {
        background-color: #867871;
    }

.maritime_gallery ul li {
    background-color: #006595;
    border-right: 1px solid #005781;
    border-left: 1px solid #005781;
}

    .maritime_gallery ul li a:hover {
        background-color: #005781;
    }

.currence_gallery ul li {
    background-color: #1d2172;
    border-right: 1px solid #15185e;
    border-left: 1px solid #15185e;
}

    .currence_gallery ul li a:hover {
        background-color: #15185e;
    }

.timeline_gallery ul li {
    background-color: #a5b3ab;
    border-right: 1px solid #8d9892;
    border-left: 1px solid #8d9892;
}

    .timeline_gallery ul li a:hover {
        background-color: #8d9892;
    }

.armor_gallery ul li {
    background-color: #5d9732;
    border-right: 1px solid #497a24;
    border-left: 1px solid #497a24;
}

    .armor_gallery ul li a:hover {
        background-color: #497a24;
    }

 

.islam_gallery ul li {
    background-color: #005030;
    border-right: 1px solid #03462b;
    border-left: 1px solid #03462b;
}

    .islam_gallery ul li a:hover {
        background-color: #03462b;
    }

.world_gallery ul li {
    background-color: #fdba31;
    border-right: 1px solid #e1a428;
    border-left: 1px solid #e1a428;
}

    .world_gallery ul li a:hover {
        background-color: #e1a428;
    }

.renaissance_gallery ul li {
    background-color: #ee3124;
    border-right: 1px solid #d42a1e;
    border-left: 1px solid #d42a1e;
}

    .renaissance_gallery ul li a:hover {
        background-color: #d42a1e;
    }

.heritage_gallery ul li {
    background-color: #c1d72e;
    border-right: 1px solid #adc129;
    border-left: 1px solid #adc129;
}

    .heritage_gallery ul li a:hover {
        background-color: #adc129;
    }

.collections_gallery ul li {
    background-color: #7373a9;
    border-right: 1px solid #606092;
    border-left: 1px solid #606092;
}

    .collections_gallery ul li a:hover {
        background-color: #606092;
    }

.gallery_menu ul li {
    background-color: #9e8f7a;
    border-right: 1px solid #8c7f6d;
    border-left: 1px solid #8c7f6d;
}

    .gallery_menu ul li a:hover {
        background-color: #8c7f6d;
    }

.index_menu ul li {
    background-color: #9e8f7a;
    border-right: 1px solid #8c7f6d;
    border-left: 1px solid #8c7f6d;
}

    .index_menu ul li a:hover {
        background-color: #8c7f6d;
    }

.leam_menu ul li {
    background-color: #7aa93c;
    border-right: 1px solid #5a7f2b;
    border-left: 1px solid #5a7f2b;
}

    .leam_menu ul li a:hover {
        background-color: #5a7f2b;
    }

.collections_section {
    padding-bottom: 100px;
}

    .collections_section .found_early {
        font-size: 24px;
        color: #303030;
        line-height: 28px;
        padding: 0px 0px 10px;
    }

.industries_inner {
    background: #f5f5f2;
    padding: 10px;
}

.collections_section .colle_bg {
    padding: 4px;
    display: inline-block;
}

.industries_section {
    padding: 10px;
}

.industries_inner .img_section {
    overflow: hidden;
    position: relative;
    height: 286px;
}

.industries_inner:hover img {
    transform: scale(1.1);
}

.industries_inner img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.02);
    width: 100%;
    height: 100%;
    display: block;
}

.event_box1 {
    position: absolute;
    padding: 17px 0px 3px;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: auto;
    width: 100%;
    left: 0px;
    right: 0px;
}

    .event_box1 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 0.625em;
        text-align: center;
    }

.event_box2 {
    position: absolute;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: 100%;
    width: 30%;
    right: 0px;
    padding: 0px 17px;
    display: inline-block;
}

    .event_box2 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 4.625em;
        text-align: center;
    }

.event_box3 {
    position: absolute;
    bottom: 0px;
    background: rgba(24, 24, 24, 0.7);
    height: 100%;
    width: 37%;
    left: 0px;
    padding: 0px 17px;
    display: inline-block;
}

    .event_box3 h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 4.625em;
        text-align: left;
    }

.event_box4 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    padding: 30px 54px;
    display: inline-block;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
}

    .event_box4 ul li {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding-top: 22px;
        width: 50%;
        float: left;
        list-style-type: disc;
    }

        .event_box4 ul li a {
            color: #fff;
        }

            .event_box4 ul li a:hover {
                color: #fff;
                text-decoration: underline;
            }

.img_section .event_box5 ul li {
    float: none;
}

.img_section:hover .event_box4 {
    opacity: 1;
    transition: all 0.9s ease-in-out;
}

.pagin_content {
    padding: 30px 0 0 10px;
}

    .pagin_content h2 {
        font-size: 22px;
        color: #130e0f;
        font-family: 'gothic';
        font-weight: 600;
        padding-bottom: 7px;
    }

    .pagin_content p {
        font-size: 15px;
        color: #8e8d8c;
        line-height: 28px;
    }

.gallery_right {
    margin-top: 0px;
}

.event_box6 {
    padding: 14px 54px;
}

    .event_box6 ul li {
        padding-top: 18px;
    }

.event_box7 ul li {
    width: 100%;
}

.event_box8 {
    padding: 30px 0px;
    padding-left: 180px;
}

    .event_box8 ul li {
        width: 100%;
    }

.event_box9 ul li {
    width: 100%;
}

.gallery_middle_blk .panel-heading {
    padding: 0px !important;
}

/*--slider-button-color--*/
.the_land .slick-arrow {
    background-color: #860038;
}

.alfaj_gallery .slick-arrow {
    background-color: #61cdd9;
}

.marking_gallery .slick-arrow {
    background-color: #cfa22b;
}

.manitime_gallery .slick-arrow {
    background-color: #006595;
}

.currence_gallery .slick-arrow {
    background-color: #7f4667;
}

.timeline_gallery .slick-arrow {
    background-color: #a5b3ab;
}

.armor_gallery .slick-arrow {
    background-color: #5d9732;
}

.history_gallery .slick-arrow {
    background-color: #ba5915;
}

.islam_gallery .slick-arrow {
    background-color: #005030;
}

.world_gallery .slick-arrow {
    background-color: #fdba31;
}

.renaissance_gallery .slick-arrow {
    background-color: #327240;
}

.heritage_gallery .slick-arrow {
    background-color: #c1d72e;
}

.collections_gallery .slick-arrow {
    background-color: #7373a9;
}

.faq .the_land1 {
    background-color: #860038;
}

.faq .alfaj_gallery2 {
    background-color: #009bc9;
}

.faq .marking_gallery3 {
    background-color: #cfa22b;
}

.faq .manitime_gallery4 {
    background-color: #006595;
}

.faq .currence_gallery5 {
    background-color: #7f4667;
}

.faq .timeline_gallery6 {
    background-color: #b7bbbc;
}

.faq .armor_gallery7 {
    background-color: #5d9732;
}

.faq .history_gallery8 {
    background-color: #ba5915;
}

.faq .islam_gallery9 {
    background-color: #75c4a4;
}

.faq .world_gallery10 {
    background-color: #f6b14a;
}

.faq .renaissance_gallery11 {
    background-color: #327240;
}

.faq .heritage_gallery12 {
    background-color: #c1d72e;
}

.faq .collections_gallery13 {
    background-color: #7f9592;
}

.mini_extranik {
    margin-top: 57px;
}

.man_page {
    margin-top: -2px;
}

.inner_accordion {
    margin-top: 0px !important;
}

.top_accordion {
    margin-top: 0px;
}

/*updates*/
.map_img {
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: bottom;
}

.contentBox {
    width: 100%;
}
/*
.contentBox{ width:49.45%;  margin:0 0.287em;}
*/

.h_content .col-md-6 {
    padding: 0 5px;
}

.contentBox[style] {
    min-height: 305px !important;
}

.collection_search {
    margin-top: 50px;
    text-align: right;
    padding-right: 15px;
}

    .collection_search .form-control {
        width: 60%;
        height: 35px;
        border-radius: 0px;
        border: 1px solid#efefef;
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

        .collection_search .form-control:focus {
            box-shadow: none;
            border: 1px solid#998771;
        }

    .collection_search .btn-group-sm > .btn, .btn-sm {
        background-color: #998771;
        border-radius: 0px none !important;
        height: 35px;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        padding: 0 15px;
    }

        .collection_search .btn-group-sm > .btn, .btn-sm:hover {
            color: #fff;
            background-color: #7b664d;
        }

.bt_panel {
    text-align: center;
}

.conservation {
    padding: 11px 20px;
    background-color: #e6e6e6;
    color: #363636;
    display: inline-block;
    border-radius: 2px;
    min-width: 280px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
}

    .conservation:hover {
        background-color: #99876f;
        color: #fff;
    }

    .conservation.active {
        background-color: #99876f !important;
        color: #fff;
    }

    .conservation.services {
        background-color: #99876f;
        color: #fff;
    }

        .conservation.services:hover {
            background-color: #7c6c56;
            color: #fff;
        }

/* slider */
.banner .ws_images {
    cursor: auto;
}

    .banner .ws_images .ws_prev, .ws_next {
        display: none;
    }

.ws_shadow {
    z-index: 99999999999;
    position: absolute;
    width: 100%;
}

    .ws_shadow .slider_content h2 {
        font-size: 45px;
    }

    .ws_shadow .slider_content p {
        font-size: 15px;
    }

.collections_section .found_early {
    font-size: 15px;
}

.conditions {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

    .conditions h2 {
        font-size: 24px;
        color: #8d7f6b;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .conditions ul {
        margin: 0px;
        padding: 0px;
    }

        .conditions ul li {
            width: 100%;
            display: inline-block;
            padding: 12px 15px;
            color: #303030;
            font-size: 17px;
            position: relative;
            padding-left: 30px;
        }

            .conditions ul li:before {
                content: "";
                width: 20px;
                height: 20px;
                background: url(/img/dot.png) no-repeat;
                left: 0px;
                position: absolute;
                display: inline-block;
            }

    .conditions .sahim_page ul li {
        padding-left: 0px;
    }

        .conditions .sahim_page ul li:before {
            content: none;
        }

    .conditions .sahim_page .job_content li {
        padding-left: 15px;
    }

        .conditions .sahim_page .job_content li::before {
            content: "";
        }

    .conditions ul.ins_museum {
        background: rgba(242,242,242,0.8);
        display: inline-block;
    }

    .conditions .ins_museum h2 {
        background-color: #9e8f7a;
        padding: 10px 15px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }

    .conditions .ins_museum li {
        line-height: 29px;
        padding: 8px 30px;
    }

        .conditions .ins_museum li:before {
            top: 12px;
        }

.register_bt {
    border-radius: 3px;
    background-color: #9e8f7a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    display: inline-block;
    padding: 15px 25px;
    transition: all 0.5s ease-in-out;
    border: 0px none;
}

    .register_bt:hover, .register_bt:focus {
        background-color: #867865;
        color: #fff;
    }

.conditions .panel-heading h4 {
    background: none;
    font-size: 26px;
    color: #000;
    width: 100%;
    padding: 13px;
    font-weight: bold;
    margin: 2px 0;
}

.conditions .faq .panel-title {
    color: #786c5c;
    font-weight: bold;
    background: url(/img/minus.png) center left 0px no-repeat;
    background-color: inherit;
    cursor: pointer;
    padding-left: 30px;
}

    .conditions .faq .panel-title.collapsed {
        color: #786c5c;
        background: url(/img/plus.png) center left 0px no-repeat;
        padding-left: 30px;
        background-color: inherit;
    }

.conditions .panel {
    background: none;
}

.m_form {
    display: inline-block;
    padding-top: 30px;
    width: 100%;
    border-bottom: 0px none;
}

    .m_form label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: normal;
    }

    .m_form .form-control {
        height: 46px;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid#cec7bc;
        font-size: 16px;
    }

    .m_form .form-group {
        margin-bottom: 25px;
    }

/******** seclect box css **********/
.select_box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .select_box span {
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .select_box select {
        font-size: 13px;
    }

    .select_box span::after {
        background: url(/img/select_arrow.png) no-repeat top right;
        bottom: 0;
        color: #333;
        content: "";
        height: 10px;
        padding: 14px 25px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 1;
    }

    .select_box select {
        -moz-appearance: none;
        color: #999;
        background: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        cursor: pointer;
        float: left;
        font-size: 14px;
        overflow: hidden;
        padding-left: 10px;
        height: 46px;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 0px;
        background: #ffffff;
        width: 100%;
    }

/******** seclect box css End **********/

.f_content {
    border-bottom: 0px none;
    padding-bottom: 50px;
}

.footer_details { /*padding:2.857em;*/
    padding: 27px;
}

.row.heading h2 {
    padding-left: 10px;
    font-weight: bold;
}

.gallery_right {
    padding-right: 0px;
}

.gallery_left {
    margin-left: -15px;
    margin-right: -15px;
}

.topmenu1:after {
    border-width: 0 1.786em 3.10em 0;
    top: 0;
    left: -1.786em;
    border-color: transparent #006595 transparent transparent;
    position: absolute;
}

 

.maritime_gallery li {
    background: #015ea1;
}

/*
.collections_section.f_content p{ padding-bottom:15px; padding-left:45px; padding-right:45px;}
.conditions, .m_form {padding-left:45px; padding-right:45px; }
*/

.collections_penel {
}

.col_category {
    width: 100%;
    display: inline-block;
    background-color: #f2f1ed;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px;
}

    .col_category .col_img {
        max-width: 100%;
        width: 100%;
    }

    .col_category h2 {
        font-size: 16px;
        padding: 10px 0;
        color: #181818;
        font-weight: 700;
        margin-top: 15px;
    }

.collection_paging .pagination li {
    margin: 5px;
    display: inline-block;
    border-radius: 0px;
}

.collection_paging .pagination.pagination li a {
    background-color: #988871;
    color: #fff;
    border-radius: 0px none;
}

.collection_paging .pagination li:first-child a {
    border-radius: 0px;
}

.collection_paging .pagination li:last-child a {
    border-radius: 0px;
}

.collection_paging .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    border: 0px none;
}

.collection_paging .pagination > li > a {
    border: 0px none;
}

    .collection_paging .pagination > li > a:hover {
        background-color: #7b6d58;
    }

/*
.modal{ display:block !important; top:50px;}
.fade{ opacity:1 !important;}
*/

.img_detail .modal-dialog {
    max-width: 700px;
    width: 100%;
    padding-top: 60px;
}

.img_detail .modal-header {
    position: relative;
    border: 0px none;
}

.img_detail .popup_logo {
    text-align: center;
    margin-top: -90px;
}

    .img_detail .popup_logo img {
        max-width: 150px;
        border: 10px solid #fff;
        border-radius: 100px;
    }

.img_detail .modal-header .close {
    opacity: 1;
    background-color: #9e8f7a;
    padding: 5px 10px;
    text-shadow: none;
    color: #fff;
    font-size: 30px;
}

.img_detail .modal-body {
    padding: 10px 50px;
}

.img_detail .mid_img {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
}

    .img_detail .mid_img img {
        max-width: 100%;
    }

.img_detail .middle_content {
    margin-top: 40px;
    padding-bottom: 30px;
}

    .img_detail .middle_content h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #383838;
        text-align: left;
    }

    .img_detail .middle_content p {
        font-size: 15px;
        line-height: 24px;
        
    }

.img_detail .rg_panel {
    position: absolute;
    top: 80px;
    right: 12px;
    width: 40px;
    text-align: center;
    z-index: 1;
}

    .img_detail .rg_panel a {
        margin-bottom: 20px;
        display: inline-block;
        transition: all 0.5s ease-in-out;
    }

        .img_detail .rg_panel a:hover {
            opacity: 1;
        }

    .img_detail .rg_panel .print_icon {
        display: inline-block;
        background: none;
        border: 0px;
        opacity: 0.5;
        padding: 0px;
    }

        .img_detail .rg_panel .print_icon:hover {
            opacity: 1;
        }

        .img_detail .rg_panel .print_icon:focus {
            padding: 0px;
            border: 0px none;
        }

    .img_detail .rg_panel #myDIV {
        display: none;
    }

.img_detail #myDIV .social_icons a {
    background-color: #9f8f78;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.img_detail {
    top: 80px;
}

    .img_detail .single_view {
        border: 2px solid#d9d3cb;
        padding: 10px 25px;
        font-size: 15px;
        color: #9e8f7a;
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .img_detail .img_view {
        padding: 10px 25px;
        display: inline-block;
    }

/**/
.s_image {
    border: 1px solid#9e8f7a;
    background-color: #e5e5e5;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 200px;
    margin-bottom: 30px;
}

    .s_image img {
        position: absolute;
        left: 0;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        display: inline-block;
    }

/* Checkbox and Radio Button css */
.checkbox-btn, .radio-btn {
    position: relative;
    padding-left: 20px;
}

    .checkbox-btn input[type="checkbox"], .checkbox-btn input[type="radio"], .radio-btn input[type="checkbox"], .radio-btn input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

    .checkbox-btn label, .radio-btn label {
        display: inline-block;
        line-height: 19px;
        vertical-align: middle;
        position: relative;
        font-weight: normal;
        font-size: 15px;
        padding-left: 12px;
        cursor: pointer;
        user-select: none;
        color: #656565;
    }

        .checkbox-btn label::after, .radio-btn label::after {
            position: absolute;
            content: "";
            width: 18px;
            height: 18px;
            left: 0;
            top: 0;
            margin-left: -18px;
            background-color: #fff;
            border: 2px solid #beb4a6;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-clip: padding-box;
            cursor: pointer;
        }

        .checkbox-btn label::before, .radio-btn label::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 6px;
            top: 4px;
            left: 4px;
            margin-left: -18px;
            border: 2px solid #685c4b;
            border-top: none;
            border-right: none;
            background: transparent;
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            opacity: 0;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            z-index: 1;
            color: #000;
        }

    .checkbox-btn input[type="checkbox"]:checked + label, .checkbox-btn input[type="radio"]:checked + label, .radio-btn input[type="checkbox"]:checked + label, .radio-btn input[type="radio"]:checked + label {
        color: #000;
    }

        .checkbox-btn input[type="checkbox"]:checked + label::after, .checkbox-btn input[type="radio"]:checked + label::after, .radio-btn input[type="checkbox"]:checked + label::after, .radio-btn input[type="radio"]:checked + label::after { /*border: 2px solid #0d9fec*/
        }

        .checkbox-btn input[type="checkbox"]:checked + label::before, .checkbox-btn input[type="radio"]:checked + label::before, .radio-btn input[type="checkbox"]:checked + label::before, .radio-btn input[type="radio"]:checked + label::before {
            opacity: 1;
        }

    .checkbox-btn input[type="checkbox"]:disabled + label, .checkbox-btn input[type="radio"]:disabled + label, .radio-btn input[type="checkbox"]:disabled + label, .radio-btn input[type="radio"]:disabled + label {
        color: #787878;
        cursor: default;
    }

        .checkbox-btn input[type="checkbox"]:disabled + label::after, .checkbox-btn input[type="radio"]:disabled + label::after, .radio-btn input[type="checkbox"]:disabled + label::after, .radio-btn input[type="radio"]:disabled + label::after {
            border: 2px solid #767676;
            background-color: #171717;
        }

        .checkbox-btn input[type="checkbox"]:disabled + label::before, .checkbox-btn input[type="radio"]:disabled + label::before, .radio-btn input[type="checkbox"]:disabled + label::before, .radio-btn input[type="radio"]:disabled + label::before {
            display: none;
        }

    .radio-btn label::after {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
    }

    .radio-btn label::before {
        width: 12px;
        height: 12px;
        border: none;
        top: 6px;
        left: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #0d9fec;
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-color: #0d9fec;
    }

/* Checkbox and Radio Button css  End*/

/**/
.checkboxes_area {
    margin-bottom: 20px;
    display: inline-block;
}

    .checkboxes_area .form-group {
        margin-bottom: 3px;
    }

.order_f_content {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

    .order_f_content h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #363636;
    }

    .order_f_content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }

.img_order_form {
    border-bottom: 0px none;
}

    .img_order_form p {
        font-size: 15px;
        line-height: 22px;
    }

    .img_order_form ul {
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .img_order_form ul li {
            list-style: inside;
            padding: 10px 0;
            font-size: 15px;
        }

    .img_order_form h2 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        color: #363636;
    }

    .img_order_form h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        color: #9e8f7a;
    }

.imgr_content {
    margin-bottom: 30px;
}

.img_order_form .form-group label span {
    color: #F00;
}

.img_order_form .submit_bt {
    border-radius: 0px;
    height: 46px;
    padding: 0 25px;
    background-color: #988871;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    margin-right: 15px;
}

    .img_order_form .submit_bt:hover {
        background-color: #847661;
        color: #fff;
        font-size: 15px;
    }

/**/
.img_detail {
    text-align: center;
    margin-bottom: 10px;
}

    .img_detail .s_image {
        margin-bottom: 0px;
    }

    .img_detail h2 {
        margin-bottom: 15px;
    }

    .img_detail a {
        color: #9e8f7a;
    }

        .img_detail a:hover {
            color: #393939;
            text-decoration: underline;
        }

    .img_detail .s_image {
        height: 280px;
    }
/**/

.filter_panel {
    box-shadow: 5px 2px 8px rgba(0,0,0,0.30);
    padding: 15px 0;
}

    .filter_panel h2 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 15px;
        margin-bottom: 20px;
    }

.event_rg_panel {
    padding-right: 30px;
}

.event_listing li {
    box-shadow: 0px 0px 2px rgba(0,0,0,0.30);
    padding: 15px;
    margin-bottom: 30px;
}

    .event_listing li img {
        width: 100%;
    }

.evt_content .date {
    /*color: #6e9838;*/
    padding: 10px 10px 10px 45px;
    font-size: 15px;
    display: inline-block;
    background: url(/img/date_white.png)10px 6px no-repeat;
    background-color: #9e8f7a;
}

.evt_content h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #363636;
    margin-top: 15px;
}

.evt_content p {
    font-size: 15px;
    margin: 10px 0px 15px;
    line-height: 28px;
}

.evt_content a {
    padding: 8px 25px;
    border: 2px solid#9e8f7a;
    border-radius: 100px;
    color: #363636;
    margin-top: 20px;
    display: inline-block;
}

    .evt_content a:hover {
        border: 2px solid#9e8f7a;
        background-color: #9e8f7a;
        color: #fff;
    }



.e_search {
    margin-top: 0px;
    margin-bottom: 20px;
}

.m_event {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

    .m_event li {
        width: 50%;
        float: left;
        box-shadow: none;
        padding: 5px;
        margin-bottom: 0px;
        position: relative;
    }

        .m_event li .event_bg {
            background-color: #000;
            display: inline-block;
            color: #fff;
            width: 100%;
        }

            .m_event li .event_bg img {
                width: 100%;
            }

            .m_event li .event_bg .evt_content {
                padding: 15px 15px;
                position: absolute;
                bottom: 10px;
            }

                .m_event li .event_bg .evt_content h2 {
                    color: #fff;
                }

        .m_event li .evt_content a {
            padding: 8px 25px;
            /*border: 2px solid#9e8f7a;*/
            border-radius: 100px;
            color: #fff;
            margin-top: 0px;
            display: inline-block;
        }

/*cart popup*/
.cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .cart_popup table {
        width: 100%;
    }

        .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .cart_popup table tr td a {
                color: #9e8f7a;
                padding: 20px;
                font-size: 16px;
            }

                .cart_popup table tr td a:hover {
                    color: #706556;
                }

        .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #9e8f7a;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .cart_popup table tr td a.button_default:hover {
                background-color: #857866;
            }

    .cart_popup.collapse {
        display: none;
    }

        .cart_popup.collapse.in {
            display: block;
        }

/**/
.cm_slider {
    margin-bottom: 40px;
}

    .cm_slider .mid_img img {
        width: 100%;
    }

    .cm_slider .mid_img {
        padding: 0 10px;
    }

#multi-image .slick-next.slick-arrow {
    background: url(/img/right-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    right: 30%;
}

#multi-image .slick-prev.slick-arrow {
    background: url(/img/left-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    left: 30%;
}

#single-image .mid_img {
    margin-bottom: 30px;
}

#single-image .slick-next.slick-arrow {
    background: url(/img/right-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    right: 30%;
}

#single-image .slick-prev.slick-arrow {
    background: url(/img/left-arrow.png) center center no-repeat;
    background-color: #9f8f78;
    bottom: -70px;
    top: auto;
    border: 0px none;
    width: 40px;
    height: 40px;
    left: 30%;
}

/**/
.a_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .a_gallery_top .cart_popup table {
        width: 100%;
    }

        .a_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .a_gallery_top .cart_popup table tr td a {
                color: #61cdd9;
                padding: 20px;
                font-size: 16px;
            }

                .a_gallery_top .cart_popup table tr td a:hover {
                    color: #55b2bc;
                }

        .a_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .a_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #61cdd9;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .a_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #55b2bc;
            }

    .a_gallery_top .cart_popup.collapse {
        display: none;
    }

        .a_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.armor_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .armor_gallery_top .cart_popup table {
        width: 100%;
    }

        .armor_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .armor_gallery_top .cart_popup table tr td a {
                color: #e35293;
                padding: 20px;
                font-size: 16px;
            }

                .armor_gallery_top .cart_popup table tr td a:hover {
                    color: #e35293;
                }

        .armor_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .armor_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #e35293;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .armor_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #e35293;
            }

    .armor_gallery_top .cart_popup.collapse {
        display: none;
    }

        .armor_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.civ_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .civ_gallery_top .cart_popup table {
        width: 100%;
    }

        .civ_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .civ_gallery_top .cart_popup table tr td a {
                color: #cfa22b;
                padding: 20px;
                font-size: 16px;
            }

                .civ_gallery_top .cart_popup table tr td a:hover {
                    color: #b08923;
                }

        .civ_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .civ_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #cfa22b;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .civ_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #b08923;
            }

    .civ_gallery_top .cart_popup.collapse {
        display: none;
    }

        .civ_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.collections_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .collections_gallery_top .cart_popup table {
        width: 100%;
    }

        .collections_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .collections_gallery_top .cart_popup table tr td a {
                color: #7f9592;
                padding: 20px;
                font-size: 16px;
            }

                .collections_gallery_top .cart_popup table tr td a:hover {
                    color: #5f7774;
                }

        .collections_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .collections_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #7f9592;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .collections_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #5f7774;
            }

    .collections_gallery_top .cart_popup.collapse {
        display: none;
    }

        .collections_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.currency_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .currency_gallery_top .cart_popup table {
        width: 100%;
    }

        .currency_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .currency_gallery_top .cart_popup table tr td a {
                color: #7f4667;
                padding: 20px;
                font-size: 16px;
            }

                .currency_gallery_top .cart_popup table tr td a:hover {
                    color: #5e314b;
                }

        .currency_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .currency_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #7f4667;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .currency_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #5e314b;
            }

    .currency_gallery_top .cart_popup.collapse {
        display: none;
    }

        .currency_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.heritage_gallery_top .cart_popup {
    max-width: 600px;
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: 1px solid#bfbfbf;
    border-radius: 4px;
    padding: 10px 10px;
    z-index: 11;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
}

    .heritage_gallery_top .cart_popup table {
        width: 100%;
    }

        .heritage_gallery_top .cart_popup table tr td {
            vertical-align: middle;
            color: #333333;
            padding: 10px 10px;
            border-bottom: 1px solid rgba(158,143,122,0.5);
        }

            .heritage_gallery_top .cart_popup table tr td a {
                color: #d6ce64;
                padding: 20px;
                font-size: 16px;
            }

                .heritage_gallery_top .cart_popup table tr td a:hover {
                    color: #aea750;
                }

        .heritage_gallery_top .cart_popup table tr:last-child td {
            border-bottom: 0px none;
        }

        .heritage_gallery_top .cart_popup table tr td a.button_default {
            padding: 0 25px;
            margin-top: 20px;
            display: inline-block;
            font-size: 15px;
            background-color: #d6ce64;
            height: 40px;
            line-height: 40px;
            color: #fff;
            transition: all 0.5s ease-in-out;
            border: 0px none;
        }

            .heritage_gallery_top .cart_popup table tr td a.button_default:hover {
                background-color: #aea750;
            }

    .heritage_gallery_top .cart_popup.collapse {
        display: none;
    }

        .heritage_gallery_top .cart_popup.collapse.in {
            display: block;
        }

.history_gallery_top .cart_popup table tr td a {
    color: #b85a14;
}

    .history_gallery_top .cart_popup table tr td a:hover {
        color: #96490f;
    }

    .history_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b85a14;
        color: #fff;
    }

        .history_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #96490f;
        }

.history_gallery_top .cart_popup.collapse {
    display: none;
}

    .history_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.islam_gallery_top .cart_popup table tr td a {
    color: #75c4a4;
}

    .islam_gallery_top .cart_popup table tr td a:hover {
        color: #61a78b;
    }

    .islam_gallery_top .cart_popup table tr td a.button_default {
        background-color: #75c4a4;
        color: #fff;
    }

        .islam_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #61a78b;
        }

.islam_gallery_top .cart_popup.collapse {
    display: none;
}

    .islam_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.topmenu1 .cart_popup table tr td a {
    color: #015ea1;
}

    .topmenu1 .cart_popup table tr td a:hover {
        color: #00497d;
    }

    .topmenu1 .cart_popup table tr td a.button_default {
        background-color: #015ea1;
        color: #fff;
    }

        .topmenu1 .cart_popup table tr td a.button_default:hover {
            background-color: #00497d;
        }

.topmenu1 .cart_popup.collapse {
    display: none;
}

    .topmenu1 .cart_popup.collapse.in {
        display: block;
    }

.renais_gallery_top .cart_popup table tr td a {
    color: #327240;
}

    .renais_gallery_top .cart_popup table tr td a:hover {
        color: #286234;
    }

    .renais_gallery_top .cart_popup table tr td a.button_default {
        background-color: #327240;
        color: #fff;
    }

        .renais_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #286234;
        }

.renais_gallery_top .cart_popup.collapse {
    display: none;
}

    .renais_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.p_gallery_top .cart_popup table tr td a {
    color: #b7bbbc;
}

    .p_gallery_top .cart_popup table tr td a:hover {
        color: #969c9d;
    }

    .p_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b7bbbc;
        color: #fff;
    }

        .p_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #969c9d;
        }

.p_gallery_top .cart_popup.collapse {
    display: none;
}

    .p_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.timeline_gallery_top .cart_popup table tr td a {
    color: #b7bbbc;
}

    .timeline_gallery_top .cart_popup table tr td a:hover {
        color: #969c9d;
    }

    .timeline_gallery_top .cart_popup table tr td a.button_default {
        background-color: #b7bbbc;
        color: #fff;
    }

        .timeline_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #969c9d;
        }

.timeline_gallery_top .cart_popup.collapse {
    display: none;
}

    .timeline_gallery_top .cart_popup.collapse.in {
        display: block;
    }

.world_gallery_top .cart_popup table tr td a {
    color: #f6b14a;
}

    .world_gallery_top .cart_popup table tr td a:hover {
        color: #d6993d;
    }

    .world_gallery_top .cart_popup table tr td a.button_default {
        background-color: #f6b14a;
        color: #fff;
    }

        .world_gallery_top .cart_popup table tr td a.button_default:hover {
            background-color: #d6993d;
        }

.world_gallery_top .cart_popup.collapse {
    display: none;
}

    .world_gallery_top .cart_popup.collapse.in {
        display: block;
    }

/**/

.mission_side_nav.r-conserve li a {
    padding: 15px 15px 15px 15px;
}

    .mission_side_nav.r-conserve li a:hover {
        background-color: #9e8f7a;
    }

.mission_side_nav.r-conserve li.active a {
    background-color: #9e8f7a;
}

.bt_brown {
    background-color: #9e8f7a !important;
}

.conserv_tab .bt_panel {
    text-align: left;
}

    .conserv_tab .bt_panel ul li a:hover {
        background-color: #9e8f7a;
    }

    .conserv_tab .bt_panel ul li.active a {
        background-color: #9e8f7a;
    }

.conserv_tab .events_p .content a:hover {
    color: #847663;
}

.conserv_tab .events_p ul {
    padding-right: 5px;
}

.con_content {
    padding-bottom: 0px;
    border-bottom: 0px none;
}

.conserv_tab .c_detail {
    margin-bottom: 7px;
}

.conserv_tab .events_p .content h2 {
    padding-bottom: 15px;
}

/*map css*/
.gallery-map img {
    max-width: 100%;
}

#Beach {
    position: relative;
}

#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path {
    opacity: 0.1;
    stroke: none;
    transition: 200ms;
    transition-timing-function: ease-in-out;
}

    path:hover, circle:hover {
        stroke-width: 0px;
        stroke-linejoin: round; /*fill: #000 !important;*/
        cursor: pointer;
        opacity: 1;
    }

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 30px;
    left: 0px;
    z-index: 1;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
}

    #info-box > div {
        white-space: nowrap;
    }

.main_img {
    position: relative;
}

.arms-gallery {
    background-color: #5f9c43;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .arms-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #5f9c43;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.martine-history {
    background-color: #0c719a;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .martine-history:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0c719a;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.land-and-people {
    background-color: #852045;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .land-and-people:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #852045;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.civilisation-marketing {
    background-color: #a49289;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .civilisation-marketing:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #a49289;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.timeline-gallery {
    background-color: #acbab2;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .timeline-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #acbab2;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.alfaj-gallery {
    background-color: #00a3ce;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .alfaj-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #00a3ce;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.currency-gallery {
    background-color: #11216d;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .currency-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #11216d;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

/**/

.splendours-islam-gallery {
    background-color: #005030;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .splendours-islam-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #005030;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.word-gallery {
    background-color: #fcba31;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .word-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fcba31;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.renaissance-gallery {
    background-color: #ee3124;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .renaissance-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ee3124;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.intangible-gallery {
    background-color: #c0d62e;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .intangible-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #c0d62e;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.collections-gallery {
    background-color: #7373a9;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .collections-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #7373a9;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

.history-gallery {
    background-color: #ba5915;
    color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
}

    .history-gallery:before {
        width: 0;
        content: '';
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ba5915;
        bottom: -8px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

/*Atul*/
.f-museum {
    margin-bottom: 0px;
}

/*Ankit*/

.plus_txt {
    position: absolute;
    left: 15px;
    top: -10px;
    background: #eaeaea;
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

    .plus_txt a {
        color: #333;
    }

.history_btn {
    margin: 25px 0px 0px;
}

    .history_btn a:hover {
        background: #ba5915;
    }

.news_page .m_event {
    margin-bottom: 15px;
}

.news.evt_content {
    width: calc(100% - 10px);
    left: 5px;
    bottom: 5px !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news_page {
    width: 100%;
    display: inline-block;
}

    .news_page .event_rg_panel {
        padding-right: 15px;
    }

    .news_page .event_listing li {
        box-shadow: 0px 1px 10px rgba(0,0,0,0.30);
        margin-bottom: 30px;
        width: 49%;
        float: left;
        background: #fff;
    }

        .news_page .event_listing li:nth-child(even) {
            float: right;
        }

    .news_page .event_rg_panel li {
        min-height: 290px;
    }

.news-img {
    margin-top: 0px;
}

/*new pages */
.news_detail {
    margin-top: 40px;
}

    .news_detail span {
        color: #959595;
        display: block;
        margin: 13px 0px 20px;
    }

    .news_detail p {
        font-size: 15px;
        line-height: 28px;
    }

.news_right {
    background: #fff;
    box-shadow: 0px 0px 5px 1px #ccc;
    margin-top: 40px;
    padding-bottom: 20px;
}

    .news_right a {
        color: #656565;
    }

    .news_right span {
        color: #959595;
        display: block;
        margin: 13px 0px 15px;
        padding: 0px 15px;
    }

    .news_right p {
        font-size: 15px;
        line-height: 24px;
        padding: 0px 15px;
    }

.img_fees_blk {
    background: #fff;
}

    .img_fees_blk table {
        color: #000;
    }

        .img_fees_blk table th {
            background: #998771;
            color: #fff;
            padding: 15px !important;
            text-transform: uppercase;
        }

            .img_fees_blk table th:last-child {
                border-right-color: #ddd !important;
            }

        .img_fees_blk table th {
            border-right-color: #7a6d5c !important;
        }

        .img_fees_blk table td {
            vertical-align: middle !important;
        }

        .img_fees_blk table td {
            padding: 1px !important;
        }

            .img_fees_blk table td.head {
                background: #f8f8f8;
            }

.img_order_form h2 a {
    color: #363636;
}

.middle_accordian .wrapper {
    background: none;
    box-shadow: none;
    padding-bottom: 0px !important;
}

.middle_accordian .panel-group .panel {
    margin-bottom: 20px;
}

.middle_accordian .panel-default .panel-heading, .middle_accordian .panel-default {
    border: none;
    box-shadow: none;
}

.middle_accordian .panel-title a, .middle_accordian .panel-title a:active {
    background: #998771;
    font-size: 16px;
    color: #fff;
    padding: 15px 15px;
}

.middle_accordian .panel-body {
    box-shadow: 0px 0px 2px 0px #b0b0b0;
    font-size: 15px;
    color: #333;
    line-height: 28px;
    padding: 15px;
}

.middle_accordian .accordian_detail {
    background: #e0e5e9;
    padding: 20px 20px;
}

    .middle_accordian .accordian_detail h3 {
        font-size: 23px;
        color: #010000;
        line-height: 30px;
        margin: 0px 0px 20px;
        text-align: center;
    }

    .middle_accordian .accordian_detail h4 {
        font-size: 20px;
        color: #010000;
        line-height: 28px;
        margin: 20px 0px 5px;
        text-align: left;
        padding-right: 25px;
    }

    .middle_accordian .accordian_detail p {
        font-size: 20px;
        font-weight: 300;
        color: #010000;
        line-height: 28px;
        margin: 0px 0px 0px;
        text-align: right;
        padding-right: 25px;
    }

.middle_accordian .panel-heading {
    padding: 0;
    border: 0;
}

.middle_accordian .panel-title a, .middle_accordian .panel-title a:active {
    display: block;
    text-decoration: none;
}

.middle_accordian .panel-heading a:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 16px;
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.middle_accordian .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.view_p:hover {
    text-decoration: underline;
}

.news-listing .event_listing {
    padding-left: 30px;
}

/*contact page css*/

.contact_block {
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    padding-bottom: 15px;
    margin-top: 10px;
    min-height: 350px;
}

    .contact_block h2 {
        font-size: 24px;
        text-align: center;
        background-color: #9e8f7a;
        padding: 15px 0;
        color: #fff;
    }

    .contact_block p {
        padding: 20px 0;
        font-size: 18px;
        display: inline-block;
        padding-left: 15px;
    }

        .contact_block p strong {
            margin-bottom: 10px;
            display: inline-block;
        }

    .contact_block span i {
        font-size: 24px;
        display: inline-block;
        padding-left: 15px;
    }

    .contact_block a {
        color: #656565;
    }

        .contact_block a:hover {
            color: #656565;
            text-decoration: underline;
        }

.button_default {
    padding: 11px 20px;
    background-color: #998771;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
}

    .button_default:hover {
        background-color: #736553;
        color: #fff;
    }

.contact_blk {
    display: inline-block;
    width: 100%;
}

    .contact_blk ul {
        padding: 0px;
    }

    .contact_blk li {
        width: 100%;
        float: left;
        list-style: none;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .contact_blk ul li:nth-child(3) {
        margin-right: 0px;
    }

.office_details {
    background: #fff;
    background-size: 100% auto;
    box-shadow: 0px 0px 5px 0px #ddd;
    padding: 40px 15px 25px;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: center;
}

    .office_details h2 {
        font-size: 20px;
        font-weight: 700;
        color: #9e8f7a;
        margin-bottom: 20px;
        padding-left: 0px;
        text-transform: uppercase;
    }

.info_blk {
    min-height: 110px;
    width: 100%;
    text-align: center;
}

.call_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

    .call_blk span {
        background: url(/img/call.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .call_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.mail_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

    .mail_blk span {
        background: url(/img/mail.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .mail_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.phone_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
}

    .phone_blk span {
        background: url(/img/mobile.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .phone_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.fax_blk {
    font-size: 14px;
    color: #51453f;
    line-height: 18px;
    margin-bottom: 15px;
    display: inline-block;
}

    .fax_blk span {
        background: url(/img/fax.png) 0px 0px no-repeat;
        height: 22px;
        width: 22px;
        float: left;
        margin-right: 13px;
        vertical-align: top;
        transition: all 0.3s ease 0s;
    }

    .fax_blk p {
        display: table;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
    }

.contact_blk a {
    color: #51453f;
}

.office_details:hover {
    box-shadow: 0px 0px 8px 0px #9fb1b0;
}

    .office_details:hover a {
        background: #fff;
        color: #9e8f7a;
    }

.address_blk:hover.address_blk span, .call_blk:hover.call_blk span, .mail_blk:hover.mail_blk span, .phone_blk:hover.phone_blk span, .fax_blk:hover.fax_blk span, .desig_blk:hover.desig_blk span {
    background-position: 0px -22px;
}

/**/
.main_img a {
    position: relative;
}

    .main_img a:hover path {
        stroke: #000;
        stroke-width: 2px;
    }

.contentBox p em {
    font-style: normal;
    color: #000;
}

.home_page p {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.img_detail {
    top: auto;
}

/*ankit*/
.conditions ul li {
    line-height: 22px;
}

.gallery_middle_blk {
    border-bottom: none;
}

.footer_details {
    border-top: 1px #bcbcbc solid;
}

.img_fees_blk {
    background: none;
}

    .img_fees_blk table {
        background: #fff;
    }

.sitemap_page .web_points h2 {
    background: none;
    border: none;
    padding: 13px 0px;
    color: #786c5c;
    font-weight: bold;
    font-size: 26px;
    margin: 2px 0;
}

/**/

.f-museum #accordion .panel {
    border-bottom: 1px dashed #c5c5c5;
}

.collection_select {
    max-width: 250px;
    display: inline-block;
}

    .collection_select .form-control {
        border-radius: 2px;
    }

        .collection_select .form-control:focus {
            box-shadow: none;
            border: 1px solid#d2ccc6;
        }

.news_detail {
    width: 100%;
    margin-top: 10px;
}

    .news_detail .date {
        background-color: #9e8f7a;
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
    }

    .news_detail h2 {
        font-size: 1.429em;
        font-weight: bold;
    }

    .news_detail .nd_image {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        padding: 10px 80px 20px 80px;
        position: relative;
    }

        .news_detail .nd_image img {
            max-width: 100%;
        }

        .news_detail .nd_image .rg_panel {
            top: 10px;
        }

.nd_image #myDIV .social_icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.news_detail .rg_panel .print_icon {
    opacity: 0.8;
}

.nd_content {
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
}

    .nd_content li {
        list-style: disc;
        padding: 15px 5px;
        font-size: 15px;
        line-height: 18px;
    }

    .nd_content p {
        line-height: 22px;
    }

/*Ankit*/
.office_details {
    margin-left: 0px;
    margin-top: 5px;
    text-align: left;
    padding: 0px 20px 0px;
    transition: all 0.5s ease 0s;
}

    .office_details h2 {
        color: #786c5c;
        letter-spacing: 1px;
    }

    .office_details:hover .icon_img {
        background: #fff;
        box-shadow: 0px 0px 7px 0px #ccc;
    }

        .office_details:hover .icon_img i {
            color: #988871;
        }

.icon_img {
    position: absolute;
    top: 70px;
    bottom: 0px;
    left: -50px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    background: #988871;
    border-radius: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}

    .icon_img i {
        color: #fff;
        font-size: 48px;
    }

.info_blk {
    text-align: left;
}

.contact_blk {
    margin-top: 25px;
    width: 340px;
}

.call_blk {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.call_blk, .fax_blk {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 100%;
}

/**/
.renaissance_gallery .slick-arrow {
    background-color: #ee3124;
}

.marking_gallery .slick-arrow {
    background-color: #9d8d85;
}

.currence_gallery .slick-arrow {
    background-color: #1d2172;
}

.alfaj_gallery .slick-arrow {
    background-color: #009bc9;
}

.img_detail {
    top: 0px;
}

    .img_detail .img_view {
        margin-top: 40px;
        padding: 0px 20px 15px;
    }

.tooltip .tooltip-arrow {
    border-top-color: #d8d4cb !important;
}

.tooltip .tooltip-inner {
    background: #FFF;
    border: 2px solid #d8d4cb;
    border-radius: 2px;
    color: #9e8f7c;
    font-family: 'gothic';
    font-size: 16px;
}

.contact_blk li {
    margin-bottom: 10px;
}

.contact_blk .office_details {
    border-bottom: none;
    margin: 0px;
    padding: 18px 20px 15px;
}

    .contact_blk .office_details:hover a {
        background: none;
    }

    .contact_blk .office_details h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

.contact_blk .info_blk {
    min-height: auto;
}

.contact_blk .call_blk, .contact_blk .fax_blk, .contact_blk .mail_blk {
    border: none;
    margin-bottom: 0px;
}

.contact_blk .mail_blk {
    border: none;
    margin-bottom: 0px;
}

.contact_page form.career_form textarea.form-control {
    height: 150px;
}

.career_form h2 {
    font-size: 28px;
    color: #222021;
    margin-top: 25px;
    margin-bottom: 33px;
}

.map_blk {
    margin: 40px 0px 30px;
}

form.career_form textarea.form-control:focus, form.career_form select:focus {
    box-shadow: none;
    border-color: #999;
}

form.career_form select {
    box-shadow: none;
    border-radius: 0px;
    height: 42px;
}

.address_blk i {
    padding-right: 0px;
}

.address_blk {
    padding: 7px 0px 0px;
}

    .address_blk h2 {
        font-size: 18px;
        font-weight: 600;
        color: #222021;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .address_blk h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .address_blk h4 {
        font-size: 16px;
        line-height: 24px;
    }

.conver_page p {
    line-height: 28px;
    margin-bottom: 30px;
}

/*----------18 Sep 2018----------*/
.event_box4 {
    cursor: pointer;
}

.mgnbt_25 {
    margin-bottom: 25px;
}

.conditions ul li::before {
    top: 14px;
}

.address_list i {
    font-size: 1.407em;
    top: 3px;
    position: relative;
    padding-bottom: 0.4em;
    padding-right: 1em;
    float: left;
    color: #a79682;
}

.address_list li {
    padding-bottom: 1em;
}

    .address_list li i.fa.fa-fax {
        opacity: 0.7;
    }

.m_new_form .form-group {
    margin-bottom: 32px;
}

.m_new_form label {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.m_new_form .radio-btn label, .m_new_form .checkbox-btn label {
    font-weight: normal;
}

.m_form .m_new_form .form-control {
    font-size: 15px;
}

    .m_form .m_new_form .form-control:focus {
        border-color: #a59f97;
    }

.radio_btns {
    float: right;
}

.m_new_form .radio-btn {
    padding-left: 0px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0px;
}

span.radio_txt {
    font-size: 16px;
    position: relative;
    top: -4px;
}

.radio_btns .radio-btn label::before {
    background-color: #685c4b;
    border-color: #685c4b;
    margin-left: 0px;
    left: -14px;
    top: 4px;
    width: 10px;
    height: 10px;
}

.mgn_tb {
    margin: 3px 0px 15px;
}

.m_new_form .checkbox-btn {
    padding-left: 0px;
    margin-bottom: 15px;
}

.m_head {
    background: #f5f5f5;
    border-left: 3px solid #867865;
    font-size: 16px;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.m_new_form .register_bt {
    font-size: 18px;
    margin-top: 0px;
    padding: 13px 30px;
}

.single-item-1 ul.slick-dots {
    bottom: 10px;
}

    .single-item-1 ul.slick-dots li {
        width: 10px;
        height: 10px;
        background: #787878;
        border-radius: 100%;
        margin: 0px 5px;
    }

        .single-item-1 ul.slick-dots li.slick-active {
            background: #fff;
        }

        .single-item-1 ul.slick-dots li button {
            width: 0px;
            height: 0px;
            padding: 0px;
        }

            .single-item-1 ul.slick-dots li button::before {
                content: none;
            }

.single-item-1.gallery_slider .slick-prev {
    left: 0px;
}

.single-item-1.gallery_slider .slick-next {
    right: 0px;
}

.col_img {
    display: inline-block;
}

i.col_img img {
    width: auto;
}

.right_content.guide_tour ul li {
    font-size: 17px;
    color: #9e8f7a;
    line-height: 30px;
    margin-bottom: 10px;
}

.gift_discription .pull-left, .gift_discription .pull-right {
    width: 100%;
}

.dropdown-menu.history_listing {
    position: relative !important;
    width: 100%;
    margin: 15px 0px 25px;
    box-shadow: none !important;
    border: 0;
    background: #fff;
    padding: 0;
}

    .dropdown-menu.history_listing li {
        padding: 0px 0px;
    }

    .dropdown-menu.history_listing > li > a {
        display: block;
        padding: 15px 19px 15px 30px;
    }

li.active1 .caret {
    float: right;
    margin-top: 8px;
}

.gallery_left li a {
    display: block;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.counter_div {
    position: absolute;
    bottom: 22px;
    left: 30px;
}

a.counter_div span {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.container {
    position: relative;
}

.slick-prev::before, .slick-next::before {
    content: none;
}

/*---------About us----------*/
.conditions .faq.about_page .panel-heading h4 {
    padding: 20px 15px 20px 30px;
}

.conditions .faq.about_page .panel-body p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.conditions .faq.about_page .panel-title.collapsed {
    background: url(/img/plus.png) center left 0px no-repeat;
    color: #786c5c;
    margin-top: 0px;
}

.conditions .faq.about_page .panel-title {
    background: url(/img/minus1.png) center left 3px no-repeat #988871;
    color: #fff;
    margin-top: 5px;
}

.conditions .faq.about_page .panel-body {
    margin: 15px 0px;
}

.mgn_bt_40 {
    margin-bottom: 40px;
}

.conditions .faq.about_page ul li {
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
}

    .conditions .faq.about_page ul li::before {
        content: none;
    }

.conditions .faq.about_page h2 {
    font-family: 'gothicb';
    font-size: 22px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 10px;
}

.conditions .faq.about_page h3 {
    font-family: 'gothic';
    font-size: 18px;
    font-weight: 600;
    color: #505050;
}

.conditions .faq.about_page h4 {
    font-family: 'gothic';
    font-size: 18px;
}

.conditions .faq.about_page .ticket_fees1.full_width ul {
    width: 100%;
}

.conditions .faq.about_page .ticket_fees1 ul {
    width: 35%;
    display: inline-block;
}

.conditions .faq.about_page .ticket_fees1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

    .conditions .faq.about_page .ticket_fees1 li {
        font-family: 'gothic';
        font-size: 16px;
        color: #9e8f7a;
        margin-bottom: 15px;
        padding: 0px 0px 0px 22px;
        position: relative;
    }

        .conditions .faq.about_page .ticket_fees1 li:last-child {
            margin-bottom: 0px;
        }

        .conditions .faq.about_page .ticket_fees1 li::before {
            width: 8px;
            height: 8px;
            background: #9e8f7a;
            content: '';
            position: absolute;
            left: 0px;
            top: 10px;
        }

.trustee_blk {
    margin-bottom: 40px;
    padding: 0px 50px 0px 0px;
    text-align: center;
}

    .trustee_blk h5 {
        font-family: 'gothicb';
        font-size: 16px;
        font-weight: normal;
        color: #303030;
        line-height: 20px;
        min-height: 40px;
        margin: 15px 0px 10px;
    }

    .trustee_blk h6 {
        color: #9e8f7a;
        line-height: 18px;
        min-height: 55px;
    }

/*---------------20 Dec---------------*/
.wrap_Top .left-List li .icon-map::before {
    content: url(/img/map-pin-marked.png);
    line-height: 1.5;
}

.wrap_Top .left-List li .icon-mobile::before {
    content: url(/img/mobile-phone.png);
    line-height: 1.5;
}

.address_list li .fa-fax::before {
    content: url(/img/fax-icon.png);
}
/*

.man_page .contentBox p.paratext a {
    border: 0px solid #9e8f7a;
    border-radius: 100px;
    color: #9e8f7a;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    padding: 8px 0px;
    transition: all 0.5s ease 0s;
    text-align: center;
    width: 140px;
}

    .man_page .contentBox p.paratext a:hover {
        background: #9e8f7a;
        color: #fff;
    }

    */

.newsFeild .sendBTn {
    background: #9e8f7a;
}

.register_bt:hover, .register_bt:focus {
    background: #7c6444;
}

.row.heading h2 {
    padding-top: 15px;
}

.topmenu {
    padding: 6px 0px;
}

.left-List li:first-child {
    padding-top: 2px;
}

    .left-List li:first-child .iconList {
        top: 3px;
        margin-right: 3px;
    }

.left-List li {
    height: 34px;
    padding-top: 9px;
}

.wrap_Top .left-List li a {
    padding: 0px;
    transition: all 0.5s ease 0s;
}

.iconList {
    top: -4px;
}

.wrap_Top .left-List li.language a {
    padding: 0px;
}

#search input[type="search"] {
    padding: 0px 10px 0px 10px;
    height: 34px;
    border-radius: 0px;
}

.socialMenu {
    padding: 9px 1.5em 0 0;
}

.wrap_Top .left-List li.h_search_bt {
    padding-top: 0px;
}

.wrap_Top .left-List li a:hover {
    opacity: 0.6;
}

.contentBox.equalhgtbox.home_page h3 {
    /*-webkit-transform-origin-x: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0px 50% 0px;*/
    transition: all 0.3s ease-in-out;
}

    .contentBox.equalhgtbox.home_page h3:hover {
        transform: scale(1.05);
    }

.contentBox.equalhgtbox.home_page .news p.paratext {
    display: block;
}

.contentBox.equalhgtbox.home_page .news span {
    display: block;
    padding-bottom: 10px;
}

/*-----------26 Dec----------*/
.memberMenu li a i.icon-layers::before {
    content: url(/img/icon-10.png);
    position: relative;
    top: -2px;
}

.memberMenu li:first-child span {
    vertical-align: top;
    line-height: 23px;
}

#search input[type="search"]:hover {
    opacity: 0.6;
}

#search input[type="search"]:focus:hover {
    opacity: 1;
}

.fancybox-skin {
    border-radius: 0px !important;
    padding: 0px !important;
}

.fancybox-inner {
    width: 100% !important;
    height: 666px !important;
}

    .fancybox-inner iframe {
        height: 100% !important;
    }

.fancybox-lock, .fancybox-lock body {
    height: auto !important;
}

.fancybox-wrap {
    width: 1184px !important;
}

.video_blk {
    position: relative;
}

    .video_blk .play_icon {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .video_blk .play_icon .fa-youtube-play::before {
            content: url(/img/play-button.png);
            width: 75px;
            height: 75px;
            margin: 0px auto;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 43%;
            cursor: pointer;
            /* bottom: 0px; */
        }

.left-List li .aaa_listing li {
    height: 25px;
    min-width: 14px;
    position: relative;
}

@media only screen and (max-width: 480px) {
    .left-List li.font_s {
        padding: 8px 0px;
    }
}


    .left-List li .aaa_listing li a {
        position: absolute;
        bottom: 7px;
    }


    .btnsubmit {
        background: #9e8f7a !important;
        border: none;
        color: #fff !important;
        height: 50px;
        padding: 0px 25px;
        transition: all 0.5s ease 0s;
        border-radius: 3px;
        font-size: 15px !important;
    }

        .btnsubmit:hover {
            color: #fff;
        }

    .readmore {
        padding: 8px 5px;
        /*border: 2px solid#9e8f7a;*/
        border-radius: 100px;
        color: #363636;
        margin-top: 20px;
        display: inline-block;
        font-size: 12px;
    }

        .readmore:hover {
            border: none;
            background-color: #9e8f7a;
            color: #fff;
        }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        border-radius: 3px !important;
    }


    /*17 jan dev1*/
    .mainMenu {
        padding: 0 0 0 4em;
    }

    .headerLogo {
        top: 0px;
    }

    .menuWrap {
        padding: 52px 0 0px 11em;
    }

    header .navbar-header {
        margin-top: 6px;
    }

    .img_detail .modal-dialog {
        max-width: 800px;
    }

    .event_box h3 img {
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }

    .boxWrap .imgBox:hover .event_box h3 img {
        transform: inherit;
    }

    .bullet_new254 {
        margin-right: 8px;
    }

    .conditions .faq.about_page .ticket_fees1.ticket_fees12432 li::before {
        background-color: #FFF;
        background-image: url(http://gct.om/designer/designer5/html/national_museum_html/version4/img/bullet-sub1.png);
        width: 16px;
        height: 10px;
    }


    .footer_details p {
        padding-bottom: 0;
    }

    .m_event li .evt_content a {
        border: none;
    }

    .evt_content a {
        border: none !important;
    }

    .menu_toggle {
        padding-top: 7px;
    }

    .home_page h3 img {
        padding-right: 10px;
    }

    .events_p img {
        /* height:160px;*/
    }

    .events_p .content {
        overflow-y: hidden;
    }

    .conserv_tab .events_p .time {
        margin: 60px 17px;
    }

    .evt_content .date {
        width: 191px;
    }

    .events_p .content h2 .time, .events_p .time {
        float: right;
    }

    .events_p .content h2 .time, .events_p .time {
        margin: 0 17px;
    }


    /********* image order css start *****************/

    .fillebox_for h3 {
        font-size: 22px;
        color: #000;
        margin-bottom: 10px;
    }

    .edlist_contbox {
        width: 100%;
        display: inline-block;
    }

        .edlist_contbox ul {
            margin-top: 10px;
        }

            .edlist_contbox ul li {
                width: 100%;
                display: inline-block;
                margin-bottom: 8px;
            }

    .fillebox_for {
        width: 100%;
        display: inline-block;
        margin: 20px 0;
    }

    .edlist_contbox ul li p {
        font-size: 18px;
    }

        .edlist_contbox ul li p i {
            color: #b68745;
            font-size: 22px;
            vertical-align: middle;
            padding-right: 3px;
        }

    .view_pricshead {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .select_mainimgbox {
        display: inline-block;
        text-align: center;
        background: #e5e5e5;
        margin-bottom: 25px;
        padding: 25px;
        border: 2px solid #a49683;
    }

        .select_mainimgbox.active {
            background: #e5e5e5 !important;
        }

        .select_mainimgbox:hover {
        }

    .select_imagesfored {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sele_innerimbd {
        width: 132px;
        height: 132px;
        display: inline-block;
        text-align: center;
        overflow: hidden;
    }

    .select_imagesfored h3 {
        font-size: 22px;
        color: #9e8f7a;
        margin-bottom: 20px;
        font-weight: 600;
    }


    .top_dxptpart label {
        font-size: 18px;
        margin-bottom: 0px;
    }


    .top_dxptpart p {
        font-size: 14px;
    }

    .check_altlist {
        width: 100%;
        display: inline-block;
        margin: 20px 0;
    }

        .check_altlist li {
            margin-bottom: 15px;
            display: inline-block;
            width: 100%;
        }


    .axes_twobtn input[type="submit"] {
        border: none;
        color: #fff;
        height: 42px;
        padding: 0px 25px;
        transition: all 0.5s ease 0s;
    }

    .axes_twobtn {
        width: 100%;
        display: inline-block;
        margin: 15px 0;
    }


    .pricy_noticlog {
        width: 100%;
        display: inline-block;
        margin: 15px 0;
    }


        .pricy_noticlog h2 {
            font-size: 22px;
            color: #000;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .pricy_noticlog p {
            font-size: 16px;
            margin-bottom: 20px;
        }

    .conditions ul li::before {
        top: 18px;
    }

    .right_content ul li::before {
        background: url(/en/img/bullet-sub.png) no-repeat;
    }

    .ticket_fees ul li i {
        margin-top: 6px;
        padding-left: 16px;
    }

    .img_detail .modal-body.pro_detail .middle_content {
        border-radius: 6px;
    }

    .evt_content .date {
        padding: 10px 0px 10px 37px;
        /*background: url(/img/date_green.png)7px 6px no-repeat;
        background-color: #6e9838;*/
    }

    .collections_section .colle_bg {
        padding: 4px;
        display: inline-block;
    }

    /*23 jan dev2*/

    .banner {
        padding-top: 0px;
    }

    .menuList {
        padding: 47px 0 0 0;
    }

    .topmenu {
        padding: 1px 0px;
    }

        .topmenu:after {
            border-width: 0 25px 36px 0;
        }

    .menu_toggle {
        padding-top: 14px;
    }

    .icon-arrow-thin-right:before {
        content: "\e90e";
    }

    .readmoreicon {
        position: relative;
        top: 1.5px;
    }

    .contentBox.equalhgtbox.home_page .news span {
        display: inline-block;
    }

    .readmore {
        padding: 8px 25px
    }

    .register_bt {
        padding: 13px 14px;
        font-size: inherit
    }


    .gift_discription {
        margin-top: -35px;
    }

    /*27 jan dev 2*/
.evt_content .date {
    padding: 9px 28px;
    font-weight: bold;
    background-size: 24px;
    width: 100%;
    background-color: inherit;
    margin-bottom: 6px;
}

    .events_p .content h2 .time, .events_p .time {
        margin: 0;
        float: left;
    }

    .events_p ul li {
        background-color: #fff;
    }

    .btnsubmit {
        display: inline-block;
        line-height: 50px;
    }

    .memberMenu {
        margin: 8px 1.8em 6px 0;
    }
    /*28jan*/
    .slick-next.slick-arrow {
        border-radius: 0 !important;
    }

    .slick-prev.slick-arrow {
        border-radius: 0 !important;
    }

    .signle_itaem .slick-next::before {
        background: none !important;
    }

    .signle_itaem .slick-prev::before {
        background: none !important;
    }

    .tooltip .tooltip-inner {
        font-size: 13px;
    }

    .conditions .faq .panel-title.collapsed {
        background: url(/img/bullet-main.png) center left 0px no-repeat;
    }

.conditions .faq .panel-title {
    background: url(/en/img/bullet-sub.png) center left 0px no-repeat;
}

    h2 {
        font-family: 'gothic';
        font-size: 24px;
    }

    .events_p .content {
        padding: 0px 0;
    }

    .conserv_tab .events_p .time {
        margin: 0px auto;
    }

.conditions ul li:before {
    background: url(/en/img/bullet-sub.png) no-repeat;
    top: 18px !important;
}

    .gallery_left.second_f li.active1 a {
        color: #9e8f7a;
    }


    .gallery_left.second_f li a:hover {
        color: #9e8f7a
    }

    .img_detail .rg_panel {
        right: 212px;
    }



    .registermessage {
        margin: 10px 0;
    }

    .conditions .faq .panel-title {
        background: url(/bullet-main.png) center left 0px no-repeat;
    }

    .s_nav {
        width: 22%;
    }

    .mission_side_nav li a {
        /*display: flex;*/
    }

    .plan_visit_blk {
        padding-top: 0;
    }

    .side_bg {
        background: url(/ra/img/box_bg.png) right -77px top repeat-y;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    /*31jan*/
    .left-List li {
        border-right: #fff 1px solid;
    }

    .gallery_left li.active1 a {
        color: #9e8f7a
    }

.about_new_listing li::before {
    content: '';
    background-color: #FFF;
    background-image: url(/en/img/bullet-sub.png);
    width: 11px;
    height: 16px;
    position: absolute;
    left: 33px;
    top: 8px;
}

    .about_new_listing li {
        padding-left: 51px;
    }

    .mainbullets {
        display: inline-block;
        margin-bottom: 40px;
        width: 100%;
    }

        .mainbullets ul li::before {
            content: '';
            background-color: #FFF;
            background-image: url(/img/bullet-main.png);
            width: 19px;
            height: 19px;
            position: absolute;
            left: 0;
            top: 8px;
        }

        .mainbullets ul li {
            line-height: 28px;
            margin-bottom: 15px;
            position: relative;
            padding-left: 30px;
            font-size: 15px;
        }


.subbullets ul li::before {
    content: '';
    background-color: #FFF;
    background-image: url(/en/img/bullet-sub.png);
    width: 11px;
    height: 16px;
    position: absolute;
    left: 33px;
    top: 8px;
}

    .subbullets ul li {
        display: inline-block;
        vertical-align: top;
        padding-left: 51px;
        line-height: 28px;
        position: relative;
        font-size: 15px;
    }

    .wrap_Top .left-List li a:hover {
        opacity: 1;
    }

    .date-above-image {
        color: #fff !important;
        background: url(/img/date_white.png)5px 5px no-repeat;
        background-color: #9e8f7a;
        padding: 10px 6px 10px 32px;
        width: auto;
        display: inline-block;
    }

    .mission_content p {
        text-align: left;
    }

    .mainbullets-leftmore {
        left: 20px;
        top: 7px;
    }

        .mainbullets-leftmore ul li::before {
            left: 20px;
            top: 7px;
        }

        

    .img_detail .popup_logo img {
        max-width: 100px;
    }

    .img_detail .popup_logo {
        margin-top: -66px;
    }

    .checkbox-btn label::after, .radio-btn label::after {
        left: 19px;
    }

    .radio_btns .radio-btn label::before {
        left: 5px;
    }

    .objactive li {
        list-style: none;
    }

    .news_detail .date {
    }

    .gift_page .col_category h2 {
        margin-top: 15px;
    }

    /*3 feb */
    /*menu inline*/
    .memberMenu {
        margin: 0px 1.8em 0px 0;
    }

    .menuWrap {
        padding: 46px 0 0px 8em;
        width:20%;
    }

    header .navbar-header {
        margin-top: -4px;
    }

    .menu_toggle {
        padding-top: 7px;
    }


    /*4 feb*/

    .locationicon {
        width: 24px;
        margin-top: -3px;
    }

    .mainmobileicon {
        width: 24px;
        margin-top: -3px;
        position: relative;
        top: 6px;
    }

    input[type=search] {
        background-size: 21px;
        padding: 9px 6px 9px 32px;
    }

    .wrap_Top .left-List li.h_search_bt {
        padding: 0;
    }

    #pastingspan1 {
        font-size: 15px;
        margin: 10px 0px 15px;
        line-height: 28px;
    }

    .checkbox-btn label, .radio-btn label {
        padding-left: 20px;
    }

    .row.heading {
        margin-top: -6px;
    }


    /*4 feb dev1*/
    @font-face {
        font-family: 'Conv_Sultan normal';
        src: url('/ar/fonts/Sultan Normal.otf') format('opentype'), url('/ar/fonts/Sultan Normal.eot');
        /*src: url('/fonts/Sultan Normal.eot');
    src: local('☺'), url('/fonts/Sultan normal.woff') format('woff'), url('/fonts/Sultan normal.ttf') format('truetype'), url('/fonts/Sultan normal.svg') format('svg');*/
        font-weight: normal;
        font-style: normal;
    }

    .select_mainimgbox {
        background: none !important;
        border: none !important;
    }

        .select_mainimgbox.active {
            background: none !important;
        }


    .collection_search .form-control {
        height: 55px;
    }

    .slick-dots li button {
        height: 10px !important;
        width: 10px !important;
    }

    .date-above-image {
        /*width: 185px; 18 feb*/
    }

    .slider_content p {
        padding: 11px;
    }

    .address_list li {
        color: inherit !important;
    }

    .footer_bottom ul li:before {
        content: "/";
        padding-right: 10px;
    }

    .footer_bottom ul li:first-child:before {
        content: "";
        padding-right: 0;
    }

    .footer_bottom ul li {
        background: none !important;
        padding: 0px 6px;
    }

    .locationicon1 {
        width: 24px;
        height: 31px;
        display: inline-block;
        background: url(/img/locationsprite.png) no-repeat;
        background-position: -22.5px center;
        background-size: 46px;
        background-repeat: no-repeat;
        margin-top: -7px;
    }

        .locationicon1:hover {
            background-position: 3px center;
        }


.faxnew {
    width: 26px;
    position: relative;
    margin-bottom: -7px;
    margin-right: 7px;
    margin-left: -1px;
}

    .carticon1 {
        width: 24px;
        height: 31px;
        display: inline-block;
        background: url(/img/cartsprite.png) no-repeat;
        background-position: -36px center;
        background-size: 59px;
        background-repeat: no-repeat;
        margin-top: -7px;
    }

        .carticon1:hover {
            background-position: -1.5px center;
        }


    .mainmobileicon1 {
        padding-top: 6px !important;
        margin-left: -8px;
    }

        .mainmobileicon1:before {
            content: '';
            background: url(/img/phonesprite.png) no-repeat;
            display: inline-block;
            background-size: 58px;
            height: 24px;
            width: 18px;
            vertical-align: middle;
            background-position: -41px 0;
        }

        .mainmobileicon1:hover:before {
            background-position: 2px 0px;
        }


    /*updates 21-1-2018 designer*/
    .col_category .col_img {
        height: 200px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .col_category .col_img img {
            max-width: 100%;
            width: auto;
            /*max-height: 200px;*/
        }


    /*-*/


    .col_page .col_category {
        height: 292px;
        float: left;
    }

        .col_page .col_category .col_img {
            float: left;
            height: 210px;
        }

            .col_page .col_category .col_img img {
                width: auto;
                height: 100%;
            }

        .col_page .col_category h2 {
            display: inline-block;
            margin-top: 5px;
        }

    .gallery_middle_blk p {
        font-size: 15px;
    }

    .ac_content p {
        font-size: 15px;
    }

    .call_blk p {
        font-size: 15px;
    }

    .mail_blk p {
        font-size: 15px;
    }


    /*11feb*/

    .news_detail .nd_image .rg_panel {
        top: 100px !important;
        right: 238px;
    }

    /*12feb*/
    .checkbox-btn label::before, .radio-btn label::before {
        left: 23px;
    }

    .mission_page h2 {
        margin-top: 0px;
    }

    .mainbullets {
        margin-bottom: 0px;
    }

    .mr-sm-2 {
        height: 50px !important;
        margin-top: -4px;
    }

    input[type=search]:focus {
        padding-left: 5px;
    }

    /*designer resp*/
    .checkbox-btn label::before, .radio-btn label::before {
        left: 24px;
    }

    .left-List li {
        padding: 5px 11px;
    }

    input[type=search] {
        background-size: 55px;
        background-position: -26px;
        transition: none;
    }

        input[type=search]:hover {
            background-position: 10px;
        }


.subbullets-full ul li::before {
    content: '';
    background-color: #FFF;
    background-image: url(/en/img/bullet-sub.png);
    width: 11px;
    height: 16px;
    position: absolute;
    left: 33px;
    top: 8px;
}

    .subbullets-full ul li {
        display: inline-block;
        vertical-align: top;
        padding-left: 51px;
        line-height: 28px;
        position: relative;
        font-size: 15px;
        width: 100%;
    }

        .subbullets-full ul li a {
            color: #2d2d2d;
        }




.childbullets-full ul li::before {
    content: '';
    background-color: #FFF;
    background-image: url(/img/bullet-sub1.png);
    width: 18px;
    height: 16px;
    position: absolute;
    left: 28px;
    top: 21px !important;
}

    .childbullets-full ul li {
        display: inline-block;
        vertical-align: top;
        padding-left: 51px;
        line-height: 28px;
        position: relative;
        font-size: 15px;
        width: 100%;
    }

    .subbullets-full ul li a {
        color: #2d2d2d;
    }


.sitemapsub ul li::before {
    content: '';
    background-color: #FFF;
    background-image: url(/en/img/bullet-sub.png);
    width: 11px;
    height: 16px;
    position: absolute;
    left: 33px;
    top: 8px;
}

    .sitemapsub ul li {
        display: inline-block;
        vertical-align: top;
        padding-left: 51px;
        line-height: 28px;
        position: relative;
        font-size: 15px;
        width: 100%;
        margin-bottom: 12px;
    }

        .sitemapsub ul li a {
            color: #2d2d2d;
        }

        .sitemapsub ul li ul li::before {
            content: '';
            background-color: #FFF;
            background-image: url(/img/bullet-sub1.png);
            width: 17px;
            height: 10px;
            position: absolute;
            left: 29px;
            top: 8px;
            transform: scaleX(-1);
        }

        .sitemapsub ul li ul li {
            display: inline-block;
            vertical-align: top;
            padding-left: 51px;
            line-height: 28px;
            position: relative;
            font-size: 15px;
            width: 100%;
            margin-bottom: 12px;
        }

            .sitemapsub ul li ul li a {
                color: #2d2d2d;
            }

    .left-List li:first-child {
        padding-top: 0px;
        margin-top: -1px;
    }

    .font_s ul li {
        padding-top: 3px !important;
    }

    .event_listing .evt_content {
        /*min-height: initial !important;*/
    }

    .evt_content a {
        margin-top: 0px;
    }

    .slider_content p {
        font-size: 20px;
    }

    .banner .slick-dots {
        bottom: 50px !important;
    }

    .slider_content h2 {
        font-size: 24px;
        padding: 0.419em 0.383em;
        margin-bottom: 0.920em;
    }

    .connectedMenu li a {
        font-size: 1.7em;
    }

   
    

        .news_page .event_listing li.width49 {
            width: 49%;
        }



    .phonenew {
        width: 20px;
        height: 20px;
        position: relative;
        margin-bottom: -7px;
        margin-right: 19px;
    }

    .news_detail .nd_image {
        padding: 0;
    }

    .faq .panel-title {
        color: #fff;
        background-color: #988871;
    }

    .emailnew {
        width: 22px;
        height: 22px;
        position: relative;
        margin-bottom: -5px;
        margin-right: 18px;
    }

    .connectedMenu li {
        position: relative;
    }

    .connectedMenu .icon-twitter {
        position: absolute;
        top: -20px;
        left: 7px;
    }

.connectedMenu .fa-youtube {
    position: absolute;
    top: -22px;
    left: 3px;
}

    .connectedMenu .fa-snapchat {
        position: absolute;
        top: -20px;
        left: -5px;
    }

    #search input[type="search"] {
        width: 0px;
    }


    /*layout.css changes 25 feb designer*/

    .filter_panel {
        box-shadow: 0px 2px 13px rgba(0,0,0,0.30);
        padding: 15px 0;
    }

        .filter_panel > .col-sm-12 input {
            position: absolute;
        }

        .filter_panel > .col-sm-12 label {
            padding-left: 28px;
        }

        .filter_panel > .col-sm-12.checkbox-btn {
            padding-left: 15px;
        }

    .evt_content .date {
        background-size: 22px !important;
        background-position: 0 5px !important;
    }

    .topmenu ul li.font_s {
        display: flex;
    }

        .topmenu ul li.font_s ul.aaa_listing {
            margin: auto;
        }

    #panel ul li {
        border-color: #a99e8d !important;
    }

    .col_category .col_img {
        height: auto !important;
    }

    .ticket_fees ul li i {
        margin-top: 3px;
        padding-left: 0;
    }

    .mainbullets ul li::before {
        content: '';
        background-color: #FFF;
        background-image: url(/img/bullet-main.png);
        width: 19px;
        height: 19px;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .cart_popup {
        max-width: 600px;
        display: inline-block;
        width: 100%;
        background: rgb(255, 255, 255);
        border: 1px solid#bfbfbf;
        border-radius: 4px;
        padding: 10px 10px;
        z-index: 454;
        position: absolute;
        top: 45px;
        left: 0px;
        right: 0px;
    }

    /*layout.css changes end 25 feb designer*/



/* Events-and-exhibition Filter */


.news-filter-new {
    margin-bottom: 30px
}

    .news-filter-new .filter_panel {
        background: #f8f8f8;
        border: #e6e6e6 solid 2px;
        padding: 30px;
        box-shadow: none;
    }

        .news-filter-new .filter_panel h2 {
            margin-bottom: 0px;
            padding-left: 0px;
        }

    .news-filter-new .checkbox-btn label {
        color: #9e8f7a;
        margin-bottom: 0px;
        padding-left: 25px;
    }

    .news-filter-new .form-group {
        margin-bottom: 0
    }

        .news-filter-new .form-group input {
            display: none;
        }

    .news-filter-new .filter-btn {
        background: #9e8f7a;
        color: #fff;
        border: 0px;
        line-height: normal;
        text-align: center;
        width: 91%;
        display: inline-block;
        transition: all 0.5s ease 0s;
        border-radius: 0px;
        font-size: 15px;
        padding: 14px 0px;
        margin-top: 15px;
    }




img {
    -ms-interpolation-mode: bicubic;
}


@media (min-width: 768px) {
    .col-sm-5 {
        width: 41.66666667%;
    }
}
.news-img {
    margin-top: 50px;
}

 

.filter-dropdown .form-control {
    width: auto;
    height: 51px;
    border-radius: 0px;
    border: 1px solid#efefef;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.career_form label {
    margin-right: 15px;
}



/* DIGITAL LIBRARY*/

.audio-box {padding:30px; }
.audio-box a{border:#9e8f7a solid 1px; text-align:center; line-height: 130px; width: 100%; display: inline-block;}
.audio-box a img{vertical-align: middle;}
.audio-box h4{color:#9e8f7a;   font-size: 16px;  text-align:center; padding: 10px 0px;  font-weight: 600;}
.audio-box:hover{opacity:0.5;}

.video-box {padding:30px 0px; }
.video-box a{border:#9e8f7a solid 1px; text-align:center; line-height: normal; width: 100%; display: inline-block; padding:5px;}
.video-box a img{vertical-align: middle; width: 100%;}
.video-box h4{color:#9e8f7a;   font-size: 16px;  text-align:center; padding: 10px 0px;  font-weight: 600;}
.video-box:hover{opacity:0.5;}

.news-page-new .btnsubmit{padding: 0 15px;}
.news-page-new .event_listing{margin:0px;}
    .news-page-new .event_listing li {
        width: 100%;
        box-shadow: none;
        border: #eee solid 1px;
        height: 433px;
        overflow: hidden;
    }
.news-page-new .event_listing li .evt_content .date {    color: #9e8e7a !important;    background: url(/img/date_brown.png) -4px 0px no-repeat;    margin-top: 15px;    background-position: 0px 1px !important; }
.news-page-new .event_listing .news-img { margin-top: 0px;}
.news-page-new .event_listing .evt_content{min-height: auto;}
.news-page-new .evt_content p {  font-size: 14px;  margin: 0px; line-height: 24px;}


.usefull-links .mainbullets-leftmore ul li {  padding-left: 30px;  border-bottom: #9e8e7a solid 1px;  padding-bottom: 10px; margin-bottom:10px;  width: auto;}
.usefull-links .mainbullets-leftmore ul li::before { left: 0px; top: 7px;}


.reports{padding-bottom: 50px;}
.report-box {padding:20px; }
.report-box a{background:#f3f2f0;  text-align:center; line-height: 100px; width: 100%; display: inline-block; color:#424242;   font-size: 16px; font-weight: 600;}
.report-box a img{vertical-align: middle;}
.report-box:hover{opacity:0.5;}
.reports .view-more{text-align: right; }
.reports .view-more a{color:#424242;}



.wings-list{padding-bottom:30px;}
.wing-box {padding:10px; margin-top:30px;}
.wing-box a{background:#f3f2f0;  text-align:center; line-height: 100px; width: 100%; display: inline-block; padding: 10px;}
.wing-box a img{vertical-align: middle; width: 100%;}
.wing-box h4{color:#9e8f7a;   font-size: 16px;  text-align:center; padding: 10px 0px;  font-weight: 600;}
.wing-box:hover{opacity:0.5;}
.wings-list .view-more{text-align: right; }
.wings-list .view-more a{color:#424242;}


.audio-box-design{padding: 15px; border:#eee solid 1px;  margin-bottom: 30px;     box-shadow: 0px 1px 10px rgba(0,0,0,0.20);}
.audio-bar{padding:10px 0px; }
.audio-bar audio{width: 100%;}
.audio-list{width: 100%; max-width: 100%; overflow-x: scroll;}
.audio-list ul{margin: 0px; padding: 0px; display:table; width: 1500px;}
.audio-list ul li{margin: 0px 10px; padding: 0px; display:table-cell; width: 100px;}
.audio-list ul li img{width: 30px;}
.audio-list ul li .audio-box{padding: 0px;}
.audio-list ul li .audio-box a{padding: 5px; line-height: normal;}
.audio-list ul li .audio-box h4 {font-size: 12px;}


.video-box-design{padding: 15px; border:#eee solid 1px;  margin-bottom: 30px;     box-shadow: 0px 1px 10px rgba(0,0,0,0.20);}
.video-box-design h2{margin-bottom: 10px;}
.video-box-design .video-list{    height: 340px;   overflow-y: scroll;}
.video-box-design .video-list .video-box {padding: 0px 0px;}
.video-box-design .video-play img{width: 100%;}

.mission_side_nav li a:hover { background-color: #9e8e7a;    color: #fff;}



/*NEW FORM DESIGN*/
.new-form-design {
    padding: 15px 15px;
    border: #cccccc9c solid 1px;
}
/*.new-form-design .form-group label {font-weight: 600;margin-bottom: 5px; font-size: 13px;}*/
.new-form-design .form-group span{font-size:13px;}
    .new-form-design .form-group .form-control {
        height: 36px;
        border-color: #cccccc9c;
        box-shadow: none;
    }
.new-form-design .chekbox-list label{font-weight: 500;}
.new-form-design .subtitle { font-size: 16px; font-weight: bold !important; margin: 10px 0px;}
/*.new-form-design p { font-size: 14px; line-height: 22px;}*/
.career_form h2{margin-bottom: 15px;}

.audio-list-new{margin: 15px 0px;}
.audio-list-new ul{margin: 0px; padding: 0px;}
.audio-list-new ul li{margin: 5px 0px; padding: 10px 10px;  list-style: none;  background: #ffffff url(../images/audio.png) 10px center no-repeat;  background-size: 20px;   padding-left: 40px;    font-size: 14px;    color: #424242;        border: #eee solid 1px;    border-radius: 5px;}
.audio-list-new ul li a{color: #424242;     width: 96%;    display: inline-block;    border-left: #eee solid 1px;  padding-left: 10px;}
.audio-list-new ul li .play-audio{color: #424242; float: right; width: auto}
.audio-list-new ul li a:hover{ color:#9e8e7a;}
.audio-list-new ul li:hover{background-color:#f9f9f9; }

.video-box-design .hide-bullets { list-style:none; margin-left: 0px; margin-top:0px;}
.video-box-design .thumbnail { padding: 0; margin: 0px;}
.video-box-design .carousel-inner>.item>img, .carousel-inner>.item>a>img { width: 100%;}
.video-box-design #slider-thumbs { height: 385px; overflow-y: scroll; white-space: nowrap; border-left: #eee solid 1px; padding: 10px 0px;}
input[type=checkbox], input[type=radio] {    margin: 4px 4px 0}

.menu_toggle {
    min-width:1024px;
}

.news-page-new .event_listing .evt_content p {
    color: #929292;
}

.nd_content p {
    font-size: 15px;
}




/*---------14-05-2019----------*/
.audio_blk{ margin-bottom:60px;}
.audio_blk h2{ color:#9E8F7A; margin-bottom:25px;}
.audio_blk ul{ width:65%;}
.audio_blk ul li{ background:#f5f4f1; border:1px solid #e5e5e5; border-radius:5px; color:#231f20; font-size:15px; line-height:24px; margin-bottom:7px; padding:12px 50px 12px; position:relative;}
.audio_blk ul li span{ position:absolute; left:15px; top:13px;}
.audio_blk ul li i{ position:absolute; right:10px; top:11px;}

.video_blk h2{ color:#9E8F7A; margin-bottom:25px;}
.video_content{ background:#e8e4e1; margin-bottom:25px; padding:0px 0px 20px; position:relative;}
.video_content img{ width:100%;}
.video_content a{ display:block; position:relative;}
.video_content a::before{ background-color:rgba(0,0,0,0.5); content:''; position:absolute; left:0px; top:0px; width:100%; height:99%; opacity:0; transition: all 0.4s ease-in-out; z-index:1;}
.video_content a::after{ content:url(../images/play1.png); position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); opacity:0; transition: all 0.4s ease-in-out; z-index:2;}
.video_content a:hover::before, .video_content a:hover::after{ opacity:1;}
.video_content h4{ color:#6e614e; font-family: 'gothicb'; font-size:14px; margin:10px 0px; padding:0px 15px;}
.video_content ul{ padding:0px 15px;}
.video_content ul li{ color:#000000; display:inline-block;}
.video_time{ background:#fff; color:#000; font-size:13px; font-family: 'gothicb'; position:absolute; left:15px; top:15px; padding:2px 3px 3px; z-index:2;}
.video_blk .view-more{ background:#9e8f7a; border-radius:25px; font-family: 'gothicb'; float:right;}
.video_blk .view-more a{ color:#fff; display:block; padding:12px 25px;}

.media_nav { font-size:15px; font-weight:600;}
.media_nav li { display:inline-block; width:100%; margin-bottom:5px;}
.media_nav li a { background-color: #e8e4e1; display: block; color: #393939; line-height: 28px; padding:15px 15px 14px 15px; transition: all 0.5s ease-in-out;}
.media_nav li a:hover, .media_nav li.active a { background-color:#9e8f7a; color:#fff;}
.media_nav li span { width:36px; height:31px; display:inline-block; background:url(../images/media_icon.png) no-repeat 0px 0px; vertical-align:top; margin-right:5px; transition:all 0.5s ease-in-out;}

.media_nav li .media_1 { background-position: -1px 2px;}
.media_nav li a:hover .media_1, .media_nav li.active a .media_1 { background-position: -40px 2px;}

.media_nav li .media_2 { background-position: 0px -57px;}
.media_nav li a:hover .media_2, .media_nav li.active a .media_2 { background-position: -40px -57px;}

.media_nav li .media_3 { background-position: 0px -126px;}
.media_nav li a:hover .media_3, .media_nav li.active a .media_3 { background-position: -40px -126px;}

.media_nav li .media_4 { background-position: 0px -189px;}
.media_nav li a:hover .media_4, .media_nav li.active a .media_4 { background-position: -40px -189px;}

.media_nav li .media_5 { background-position: 0px -260px;}
.media_nav li a:hover .media_5, .media_nav li.active a .media_5 { background-position: -40px -260px;}

label span {
    font-size: 13px;
}

.alert-info {
    color: #303030;
    background-color: #e8e4e1;
    border-color: #d1c7c0;
}
.m_event li .event_bg .evt_content {
     background-color: rgba(193,177,154,0.7);
     padding: 15px 15px;
     position: absolute;
     bottom: 20px;
     left: 20px;
    width: 90%;
     height: 130px;
    
}

.m_event li .event_bg .evt_content h2 {
    padding: 3px 6px;
    margin-bottom: 5px;
     color: #fff;
     margin-top: unset;
}

.m_event li .evt_content a {
    padding: 8px 0px;
     border-radius: 100px;
     color: #fff;
     margin-top: 0px;
     display: inline-block;
}

.vission2040{position: absolute;}

/*Changes 9-7-2020*/

.memberMenu span{font-size: 12px}
.menu_toggle {padding-top: 20px}


.card_txt p{display: inline-flex;padding-left: 45px;}
    .exc{display: inline-flex;}
    .ecp i {top: 0}
    .ecp p {padding-left: 20px}