/* 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;
    }

/*====================== Checkbox =============================*/
input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label2,
    input[type=checkbox].css-checkbox + label.css-label2.clr,
    input[type=radio].css-checkbox + label.css-label {
        padding-left: 30px;
        height: 23px;
        display: inline-block;
        line-height: 23px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1em;
        color: #999999;
        vertical-align: middle;
        cursor: pointer;
    }

        input[type=checkbox].css-checkbox:checked + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.chk, input[type=radio].css-checkbox:checked + label.css-label {
            background-position: 0 -23px;
        }

label.css-label2 {
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Radio Button*/
label.css-label {
    background-image: url(../img/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Radio Button END*/


/*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: #7aa93c;
    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 #7aa93c transparent transparent;
        position: absolute;
    }


.midmenu {
    background: #7aa93c;
    padding: 3.39em 0 0.286em;
    color: #fff;
    position: relative;
    left: 1em
}

    .midmenu:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 51px 24px 0px 0;
        top: 0;
        left: -24px;
        border-color: transparent #7aa93c transparent transparent;
        position: absolute;
    }

.heading {
    background: #e5e5e5;
}

.submenu li {
    display: inline;
    padding: 5px
}

    .submenu li a {
        background: #e5e5e5;
        padding: 21px 84px 21px;
        border-radius: 10px;
        color: #000;
        width: 30px
    }

h2 {
    font-family: 'gothic';
    font-size: 24px;
    padding: 10px;
}

.active {
    /*background: #7aa93c !important;*/
    color: #fff !important
}

.learn_img {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    position: relative;
}

    .learn_img .img_caption1 {
        background-color: #07b2f7;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 22px;
        color: #fff;
        padding: 20px 10px;
        width: 100%;
        font-weight: bold;
        font-family: 'gothic';
    }

    .learn_img .img_caption2 {
        background-color: #bc5ecd;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 22px;
        color: #fff;
        padding: 20px 10px;
        width: 100%;
        font-weight: bold;
        font-family: 'gothic';
    }

    .learn_img .img_caption3 {
        background-color: #afc335;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 22px;
        color: #fff;
        padding: 20px 10px;
        width: 100%;
        font-weight: bold;
        font-family: 'gothic';
    }

    .learn_img .img_caption4 {
        background-color: #fdb813;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 22px;
        color: #fff;
        padding: 20px 10px;
        width: 100%;
        font-weight: bold;
        font-family: 'gothic';
    }

    .learn_img .img_caption5 {
        background-color: #ee2e24;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 22px;
        color: #fff;
        padding: 20px 10px;
        width: 100%;
        font-weight: bold;
        font-family: 'gothic';
    }



.left-List {
    margin: 0;
    padding: 0;
    overflow: hidden
}

    .left-List li {
        padding: 0 1.786em;
        border-right: #80b97d 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
    }

.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.36);
        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;
        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: 1.5em
}

    .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';
    border-bottom: #bdbbbc 1px solid
}

    .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: 1.5em;
        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: #7aaa3c;
        }

    .footer_details .icon-readmore {
        margin-left: 2.5em;
        position: relative;
        top: 2px
    }



.address_list {
}

    .address_list li {
        color: #231f20;
        font-size: 0.929em;
        padding-bottom: 0.875em;
        line-height: 1.8em
    }

    .iconMap, .address_list i {
        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: #7aa93c;
    color: #fff;
    transition: 0.5s all;
}

    .newsFeild .sendBTn:hover {
        background: #7aa523;
        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: #fff;
        
    }

    .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: #fff;
            }

                .footer_bottom ul li a:hover {
                    color: #d1f0a9;
                }

            .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*/
.container {
    max-width: 1500px;
    width: 100%;
}

.contentBox {
    background: #fff url(../img/box_bg.png) top right repeat-y;
}

.wrapper {
    box-shadow: 0 0 10px #a8a39d;
}

.menuWrap {
    padding: 2.571em 0 1.286em 11em;
}

.mainMenu {
    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: 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;
}



/**/

/*---------Ankit----------*/
#panel {
    display: none;
}

.menu_toggle {
    width: 100%;
    min-width: 850px;
    width: 100%;
    position: absolute;
    top: inherit;
    padding-top: 26px;
    left: -58px;
    z-index: 999;
}

    .menu_toggle ul li {
        float: left;
        background: #7aaa3c;
        border-right: 1px solid #5a8c1b;
        border-left: 1px solid #b4cc96;
        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:hover {
                background-color: #5a7f2b;
                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;}*/


.learn_img img {
    width: 100%;
}

.be_connected {
    padding-top: 30px;
    padding-left: 0px;
}

.l_img_panel {
    margin-top: -20px;
}

.footer_bottom {
    background-color: #7aaa3c;
}

.footer_details {
    border-bottom: 0px none;
    border-top: 1px #000 solid;
}

.submenu li a {
    font-size: 20px;
    padding: 18px 68px;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
}

    .submenu li a:hover {
        background-color: #7aa93c;
        color: #fff;
    }

.text {
    padding: 0 155px 50px 155px;
    line-height: 3;
    text-align: justify
}
/*
.nav > li > a:focus, .nav > li > a:hover{ color: #7aa93c; }
*/
.learn_img {
    overflow: hidden
}

    .learn_img img {
        transition: all 0.3s ease-in-out;
    }

    .learn_img:hover img {
        transform: scale(1.1);
    }

.be_connected {
    margin-top: 15px;
    padding-left: 0px;
}


/**/

.midmenu {
    padding-top: 0px;
}

.mission_slider {
    margin-bottom: 30px;
}

    .mission_slider img {
        width: 100%;
    }

.mission_content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}


.mission_side_nav {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
}

    .mission_side_nav li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        text-indent:-37px;
        
    }

        .mission_side_nav li a {
            padding: 16px 15px 10px 48px;
            display: block;
            background-color: #e8e4e1;
            color: #393939;
            line-height: 28px;
            transition: all 0.5s ease-in-out;
        }

            .mission_side_nav li a:hover {
                background-color: #7aa93c;
                color: #fff;
            }

        .mission_side_nav li.active a {
            background-color: #9E8F7A;
            color: #fff;
        }

        .mission_side_nav li .sprite {
            width: 35px;
            height: 35px;
            display: inline-block;
            background: url(../img/vission_mision/learning_sprite.png) no-repeat;
            vertical-align: top;
            margin-right: 4px;
            transition: all 0.5s ease-in-out;
            background-size:74px;
        }

        .mission_side_nav li a:hover .sprite {
            background-position: -39px 0px;
        }
        .mission_side_nav li.active a .sprite {
            background-position: -39px 0px;
        }
        .mission_side_nav li .school {
            background-position: 0px -36px;
        }

        .mission_side_nav li a:hover .school {
            background-position: -39px -36px;
        }

        .mission_side_nav li .adult {
            background-position: 0px -73px;
        }

        .mission_side_nav li a:hover .adult {
            background-position: -40px -73px;
        }

        .mission_side_nav li .family {
            background-position: 0px -108px;
        }

        .mission_side_nav li a:hover .family {
            background-position: -41px -108px;
        }

    
      

        .mission_side_nav li .universities {
            background-position: 0px -174px;
            width: 46px;
        }
        
    

        .mission_side_nav li a:hover .universities {
            background-position: -41px -173px;
        }

        

        .mission_side_nav li .access {
            background-position: 0px -216px;
        }

        .mission_side_nav li a:hover .access {
            background-position: -41px -216px;
        }


        .mission_side_nav li.active a .access {
            background-position: -41px -216px;
        }


        .mission_side_nav li .calender {
            background-position: 0px -258px;
        }

        .mission_side_nav li a:hover .calender{
            background-position: -38px -258px;
        }
        .mission_side_nav li.active a .calender {
            background-position: -38px -258px;
        }


        

        .mission_side_nav li.active a .school {
            background-position: -39px -36px;
        }

        .mission_side_nav li.active a .adult {
            background-position: -40px -73px;
        }


        .mission_side_nav li.active a .family {
            background-position: -39px -105px
        }

        .mission_side_nav li .outreach {
            background-position: 0px -137px;
        }


        .mission_side_nav li.active a .outreach {
            background-position: -46px -136px;
        }
        .mission_side_nav li a:hover .outreach {
            background-position: -46px -136px;
        }
        .mission_side_nav li.active a .universities {
            background-position: -39px -174px;
        }

       /* .mission_side_nav li.active a .calender {
            background-position: -41px -399px;
        }

        .mission_side_nav li.active a .access {
            background-position: -41px -359px;
        }*/

/*
.midmenu .breadcrumb-item::before{ content:'&laquo' }*/
.midmenu .breadcrumb {
    background: none;
    padding: 5px 15px;
}

    .midmenu .breadcrumb li {
        padding: 12px 20px;
        font-size: 19px;
    }

        .midmenu .breadcrumb li .breadcrumb-item.active {
            color: #000;
        }

.midmenu {
    height: 51px;
    padding: 0px;
}

.row.heading h2 {
    color: #050505;
}

.mission_content h2 {
    padding-left: 0px;
    color: #060606;
}

.objactive {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-left: 15px;
}

    .objactive li {
        list-style: circle;
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

.address_list a {
    color: #231f20;
}

    .address_list a:hover {
        color: #7aaa3c;
    }


.jaab1 {
    padding-right: 5px;
}

.jaab2 {
    padding-left: 5px;
    padding-right: 20px;
}

.jaab3 {
    padding-left: 5px;
    padding-right: 5px;
}

    .jaab3 img {
        height: auto
    }

.jaab4 {
    padding-left: 5px;
}

.wrap {
    padding: 150px;
    padding-top: 5px;
}

/* Form CSS */
.forms {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

    .forms h1 {
        color: #FFFFFF;
        margin: 0 0 15px;
    }

    .forms p {
        color: #FFFFFF;
        text-align: justify;
    }

    .forms .form-group {
        position: relative;
        margin-bottom: 15px;
    }

    .forms label {
        color: #05379b;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }

    .forms .form-control {
        height: 42px;
        background-color: transparent;
        border: solid 1px #05379b;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: normal;
        color: #4a4a4a;
        line-height: 15px;
        margin: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding: 10px;
        margin-bottom: 19px;
        border-radius: 2px;
        background: #fff;
    }

    .forms textarea.form-control {
        height: 143px;
        padding-top: 17px;
    }

    .forms .form-group select {
        background: rgba(155, 155, 155, 0.35) url(images/sorting.png) no-repeat 95% center;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        height: 40px;
        border: 0;
        padding: 0px 10px 0 10px;
        text-transform: uppercase;
    }

    .forms input.error, .forms textarea.error {
        border-color: #cf0000
    }

    .forms label.error {
        display: block;
        text-align: left;
        font-weight: 500;
        margin-top: 5px;
        color: #CF0000 !important;
        position: relative;
        top: 0;
        left: 0;
        text-transform: none;
    }

p.required {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: left;
    margin: 30px 0 10px;
}

.forms label.focus {
    font-size: 10px;
    top: 3px;
}

.forms input[type=checkbox] {
    margin-top: 10px;
    margin-right: 8px;
}

.forms input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.container {
    margin-top: 7px;
    margin-left: 30px;
    position: relative;
    width: auto;
    padding-left: 25px;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 1px #05379b;
    border-radius: 2px;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.downbutton li {
    display: inline-block;
    width: 18%
}




/**/
.s_nav {
    padding-right: 0px;
}

.mission_side_nav {
    font-size: 15px;
}




/*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;
}

.menuWrap a {
    font-size: 1.5em;
}

.midmenu h2 {
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
}

.banner {
    margin-bottom: -2px;
}

.jaab1 {
    padding-right: 5px;
}

.jaab2 {
    padding-left: 5px;
    padding-right: 20px;
}

.jaab3 {
    padding-left: 5px;
    padding-right: 5px;
}

.jaab4 {
    padding-left: 5px;
}


    .jaab1 img, .jaab2 img, .jaab3 img, .jaab4 img, .jaab4 img {
        height: auto;

    
        }

.jaab1, .jaab2, .jaab3, .jaab4, .jaab4 {
    height: auto;
    display: inline-block;
}

.wrap {
    height: auto;
    display: inline-block;
    padding-bottom: 0px;
}

.learn_img {
    display: inline-block;
    height: 370px;
}

/*#flip.active {
    background-color: #fff !important;
    color: #000 !important;
}*/


/**/
.midmenu .breadcrumb li {
    float: right;
    position: relative;
}

    .midmenu .breadcrumb li a {
        color: #fff;
        transition: all 0.5s ease-in-out; /*font-family: 'gothic'; text-transform:uppercase*/
    }

        .midmenu .breadcrumb li a:hover {
            color: #000;
        }

    .midmenu .breadcrumb li::before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        background: url(../img/left-arrow.png) no-repeat;
        left: -5px;
        top: 17px;
        font-size: 0px;
        background-size: 10px;
    }

    .midmenu .breadcrumb li:last-child::before {
        background: none;
    }

.midmenu {
    right: -15px;
    display: inline-block;
    left: auto;
    float: right;
}

.wrap_Top {
    float: right;
}



.mid_container[style] {
    padding-top: 30px !important;
}


.mission_page h2 {
    margin-top: 30px;
}

.row.heading h2 {
    font-size: 21px;
    padding-top: 12px;
    padding-left: 0px;
}

.mission_content p {
    line-height: 28px;
    text-align: justify;
}

.mission_content .objactive li {
    line-height: 28px;
}

.ac_content {
    padding-top: 60px;
}

p {
    font-size: 15px;
    text-align: justify;
}

.martine_g {
    padding-top: 10px;
}

    .martine_g p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 20px;
    }

.ac_content p {
    line-height: 28px;
}




/**/
.martine_g {
    margin-bottom: 30px;
}

.access_map {
    width: 100%;
    display: inline-block;
}

    .access_map img {
        width: 100%;
    }

/*10-7*/
.menuWrap a {
    font-size: 2em;
}

.wrap {
    padding: 5px 80px;
}

.submenu li a {
    padding: 18px 82px;
}

.learn_img {
    width: 100%;
}

.text {
    padding: 60px 100px 50px 100px;
}

.objactive li {
    list-style: outside;
}




/*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;
    }


.gallery_right {
    position: relative;
}

    .gallery_right .img_blk {
        position: absolute;
        top: -30px;
        padding-bottom: 0px;
    }


.panel-group .panel-body {
    padding: 0px 15px;
}



/*
.f_flore_tab .panel-title.collapsed{ margin-top:-200px;}


/*
.first_t{}


/*
.f_flore_tab #collapse2{ width:100%; margin-top:-200px;}


.f_flore_tab .panel-title { width:100%; position:absolute; top:-200px;}
.f_flore_tab .panel-title.collapsed { width:100%; position:absolute; top:00px;}


*/
.mission_content.cal_page h2 {
    margin-top: 0px;
    padding-top: 0px;
}


.alfj_footer {
    background-color: #009bc9 !important;
    color: #fff;
}

.footer_bottom.alfj_footer p {
    color: #fff;
}

.footer_bottom.alfj_footer ul li a {
    color: #fff;
}

.armor_footer {
    background-color: #5d9732 !important;
    color: #fff;
}

.footer_bottom.armor_footer p {
    color: #fff;
}

.footer_bottom.armor_footer ul li a {
    color: #fff;
}

.civil_footer {
    background-color: #9d8d85 !important;
    color: #fff;
}

.footer_bottom.civil_footer p {
    color: #fff;
}

.footer_bottom.civil_footer ul li a {
    color: #fff;
}

.martine_footer {
    background-color: #006595 !important;
    color: #fff;
}

.footer_bottom.martine_footer p {
    color: #fff;
}

.footer_bottom.martine_footer ul li a {
    color: #fff;
}

.cu_footer {
    background-color: #1d2172 !important;
    color: #fff;
}

.footer_bottom.cu_footer p {
    color: #fff;
}

.footer_bottom.cu_footer ul li a {
    color: #fff;
}

.timeline_footer {
    background-color: #a5b3ab !important;
    color: #fff;
}

.footer_bottom.timeline_footer p {
    color: #fff;
}

.footer_bottom.timeline_footer ul li a {
    color: #fff;
}

.pg_footer {
    background-color: #860038 !important;
    color: #fff;
}

.footer_bottom.pg_footer p {
    color: #fff;
}

.footer_bottom.pg_footer ul li a {
    color: #fff;
}

.gallery_footer {
    background-color: #9e8f7a !important;
    color: #fff;
}

.footer_bottom.gallery_footer p {
    color: #fff;
}

.footer_bottom.gallery_footer ul li a {
    color: #fff;
}

/*first flore footer*/
.history_footer {
    background-color: #ba5915 !important;
    color: #fff;
}

.footer_bottom.history_footer p {
    color: #fff;
}

.footer_bottom.history_footer ul li a {
    color: #fff;
}


.islam_footer {
    background-color: #005030 !important;
    color: #fff;
}

.footer_bottom.islam_footer p {
    color: #fff;
}

.footer_bottom.islam_footer ul li a {
    color: #fff;
}


.world_footer {
    background-color: #fdba31 !important;
    color: #fff;
}

.footer_bottom.world_footer p {
    color: #fff;
}

.footer_bottom.world_footer ul li a {
    color: #fff;
}


.renais_footer {
    background-color: #ee3124 !important;
    color: #fff;
}

.footer_bottom.renais_footer p {
    color: #fff;
}

.footer_bottom.renais_footer ul li a {
    color: #fff;
}


.heritage_footer {
    background-color: #c1d72e !important;
    color: #fff;
}

.footer_bottom.heritage_footer p {
    color: #fff;
}

.footer_bottom.heritage_footer ul li a {
    color: #fff;
}


.collections_footer {
    background-color: #606092 !important;
    color: #fff;
}

.footer_bottom.collections_footer p {
    color: #fff;
}

.footer_bottom.collections_footer ul li a {
    color: #fff;
}

/**/
.left-List li.font_s a {
    padding: 8px 2px;
}

.left-List li.language a {
    padding: 8px 0;
}

.left-List li {
    padding: 0 1.0em;
}

    .left-List li.h_search_bt {
        padding-right: 0px;
    }

.side_bg {
    background: url(../img/box_bg.png) right top repeat-y;
    padding: 20px 90px 50px;
}

/**/
.mainMenu {
    background: url(../img/header_bg.jpg) top right -2px no-repeat;
    padding-top: 22px;
}

/*7-8-2018*/
.text {
    padding: 60px 0px 50px 0px;
}

.wrap {
    padding: 5px 0px;
}

.jaab2 {
    padding-right: 14px;
}

.cal_page {
    padding-left: 25px;
}

.footer_details {
    padding: 25px;
}

.mission_side_nav {
    margin-bottom: 30px;
}

.mission_content {
    padding-left: 25px;
}


/**/
.bt_panel {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

    .bt_panel ul {
        margin: 0px;
        padding: 0px;
    }

        .bt_panel ul li {
            display: inline-block;
            list-style: none;
            margin: 0 20px 0px 0px;
        }

            .bt_panel ul li a {
                display: inline-block;
                padding: 16px 30px;
                font-size: 21px;
                background-color: #e8e4e1;
                color: #353535;
                border-radius: 3px;
                transition: all 0.3s ease-in-out;
            }

                .bt_panel ul li a:hover {
                    display: inline-block;
                    padding: 16px 30px;
                    font-size: 21px;
                    background-color: #7aaa3c;
                    color: #fff;
                }

            .bt_panel ul li.active a {
                display: inline-block;
                padding: 16px 30px;
                font-size: 21px;
                background-color: #7aaa3c;
                color: #fff;
            }

            .bt_panel ul li.active {
                border-radius: 3px !important;
            }



.events_p {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

    .events_p ul {
        margin: 0px;
        padding: 0px;
    }

        .events_p ul li {
            display: inline-block;
            width: 100%;
            list-style: none;
            margin: 0 0px;
            background:none;/* rgba(242,242,242,0.8);*/
            margin-bottom: 25px;
        }

    .events_p img {
        width: 100%;
    }

    .events_p .content {
        padding: 10px 0;
        width: 100%;
    }

        .events_p .content h2 {
            font-size: 20px;
            width: 100%;
            display: inline-block;
        }

        .events_p .content p {
            font-size: 15px;
        }

        .events_p .content a {
            color: #333333;
            display: inline-block;
        }

            .events_p .content a:hover {
                color: #5d8923;
                text-decoration: underline;
            }

.conserv_tab .events_p .time {
    margin: 10px auto;
}

.events_p .content h2 .time, .events_p .time {
    text-align: left;
    display: inline-block;
    float: left;
}

    .events_p .content h2 span, .events_p .time span {
        background: url(../img/date.png) left 4px no-repeat;
        width: 120px;
        padding-left: 40px;
        font-size: 14px;
        display: inline-block;
        float: right;
        text-align: left;
        color: #9e8f7a;
        height: 38px;
        line-height: 18px;
    }

        .events_p .content h2 span strong, .events_p .time span strong {
            font-weight: normal;
            color: #292929;
        }

.menu_toggle {
    min-width: 880px;
}

.content.c_detail {
    padding-left: 20px;
    display: inline-block;
    margin-top: 10px;
}

    .content.c_detail h2 .time {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 15px;
    }

        .content.c_detail h2 .time span {
            width: 100%;
            float: left;
            text-align: left;
        }

.c_bt a {
    background-color: #7aaa3c;
    padding: 0 25px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
}

    .c_bt a:hover {
        background-color: #7aa523;
        color: #fff;
        text-decoration: none;
    }

.school_visit_contact {
    width: 100%;
    display: inline-block;
}

.form-group label {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
}

.form-group .form-control {
    border-radius: 0px;
    box-shadow: 0px none;
    height: 42px;
}

.form-group textarea.form-control {
    resize: none;
    height: auto;
}

.school_visit_contact .submit_bt {
    border-radius: 0px;
    height: 46px;
    padding: 0 25px;
    background-color: #7aa93c;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

    .school_visit_contact .submit_bt:hover {
        background-color: #648f2c;
        color: #fff;
        font-size: 15px;
    }

.downbutton {
    margin-top: 15px;
    display: inline-block;
}

    .downbutton li {
        width: auto !important;
        margin-right: 7px;
        display: inline-block;
    }

        .downbutton li .input-group {
            display: inline-block;
        }

.mission_content {
    margin-bottom: 30px;
}

.form-control:focus {
    box-shadow: 0px none !important;
}

.mission_content .slider {
    margin-bottom: 15px;
}

.pdf_bloack {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

.pdf_view {
    width: 100%;
    display: inline-block;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

    .pdf_view img {
        width: 120px;
    }

    .pdf_view h2 {
        font-size: 16px;
        font-weight: normal;
        padding: 0px;
        transition: all 0.3s ease-in-out;
    }

.pdf_bloack:hover .pdf_view h2 {
    padding-top: 0px;
    color: #5f852e;
}

a.back_bt {
    padding: 0 25px;
    float: right;
    height: 40px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 20px;
    background: url(../img/back_arrow.png) 0px 17px no-repeat;
    padding-left: 16px;
}

    a.back_bt:hover {
        color: #7aaa3c;
        text-decoration: none;
        background: url(../img/back_arrow_hover.png) 0px 17px no-repeat;
    }



/* ankit*/
form.career_form .form-group {
    margin-bottom: 25px;
}

form.career_form label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

    form.career_form label span {
        color: red;
    }

form.career_form input[type="text"] {
    box-shadow: none;
    border-radius: 0px;
    height: 42px;
}

form.career_form input[type="submit"] {
    background: #7aa93c;
    border: none;
    color: #fff;
    height: 42px;
    padding: 0px 25px;
    transition: all 0.5s ease 0s;
}

form.career_form input[type="text"]:focus {
    border-color: #999;
}

.learn_page a {
    margin-right: 10px;
    display: inline-block;
    width: auto;
    line-height: 50px;
}

.uni_bt {
    margin-top: 48px;
}

.adult_bts {
    margin-top: 5px;
    margin-bottom: 15px;
}

.s_visit_bts {
    margin-top: 0px;
}

/*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: #7aaa3c;
                padding: 20px;
                font-size: 16px;
            }

                .cart_popup table tr td a:hover {
                    color: #648c30;
                }

        .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: #7aaa3c;
            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: #648c30;
            }

    .cart_popup.collapse {
        display: none;
    }

        .cart_popup.collapse.in {
            display: block;
        }

.row.heading h2 {
    padding-left: 15px;
}


/*updates*/
.mission_content {
    padding-right: 10px;
}



/* sitemap page*/
.site_section {
    padding: 0px 15px;
    padding-bottom: 20px;
}

    .site_section h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin: 10px 0px 0px;
        background: #5a7f2b;
        display: inline-block;
        padding: 9px 30px;
        border-radius: 3px 3px 0px 0px;
    }

.web_points h2 {
    background: #efefef;
    border-left: 5px solid #9e8f7a;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
    padding: 12px 15px;
}

ul.first_list {
    padding-left: 15px;
    margin-bottom: 30px;
}

    ul.first_list li {
        font-size: 15px;
        line-height: 22px;
        list-style: circle;
        margin-bottom: 12px;
        color: #9e8f7a;
    }

        ul.first_list li a {
            color: #9e8f7a;
        }

ul.snd_list {
    padding-left: 21px;
    margin-bottom: 30px;
}

    ul.snd_list li {
        font-size: 15px;
        line-height: 22px;
        list-style: initial;
        margin-bottom: 12px;
        color: #2d2d2d;
    }

        ul.snd_list li a {
            color: #2d2d2d;
        }

li.floor_map {
    list-style: none !important;
    position: relative;
}

    li.floor_map a {
        color: #8a8a8a !important;
    }

    li.floor_map .fa-map-marker:before {
        content: "\f041";
        left: -17px;
        top: 6px;
        position: absolute;
        color: #8a8a8a;
    }

.museum_mamber ul li {
    display: inline-block;
    padding: 20px 15px;
    position: relative;
    vertical-align: middle;
    text-align: left;
    border-top: solid 1px #cac6c6;
    border-bottom: solid 1px #cac6c6;
}

.museum_mamber li a {
    color: #72727d;
    font-size: 15px;
}

.museum_mamber ul li i {
    border-radius: 50%;
    border: inset 1px #bfbfbf;
    padding: 6px;
}


/*calender page */

.cal_page .bt_panel ul li {
    margin: 0 20px 0 0;
}

.calender_p {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
    padding-top: 20px;
}

    .calender_p h2 {
        font-size: 23px;
        font-weight: bold;
    }

        .calender_p h2 span {
            float: right;
        }

    .calender_p .d_panel {
        width: 25%;
        float: left;
        text-align: center;
    }

        .calender_p .d_panel .datehd {
            width: 100%;
            padding: 15px 0;
            background-color: #c5beb6;
            display: inline-block;
            margin-bottom: 7px;
            font-weight: bold;
            color: #302822;
        }

        .calender_p .d_panel .date {
            width: 100%;
            padding: 15px 0;
            background-color: #e8e4e1;
            display: inline-block;
            font-weight: bold;
            color: #302822;
        }

    .calender_p .e_panel {
        width: 75%;
        float: left;
        padding-left: 7px;
        text-align: center;
    }

        .calender_p .e_panel .datehd {
            width: 100%;
            padding: 15px 0;
            background-color: #c5beb6;
            display: inline-block;
            margin-bottom: 7px;
            font-weight: bold;
            color: #302822;
        }

        .calender_p .e_panel .date {
            width: 100%;
            padding: 15px 0;
            background-color: #e8e4e1;
            display: inline-block;
            font-weight: bold;
            color: #302822;
        }

.calender_content {
    width: 100%;
    display: inline-block;
   <!-- padding-top: 22px;-->
}

.calender_p .calender_content h2 {
    padding-top: 20px;
}

.calender_p .calender_content p {
    font-size: 17px;
}

.c_content .content h2 {
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}

.c_content .content p {
    font-size: 16px;
}


.c_content .content h2 {
    padding-bottom: 10px;
}

    .c_content .content h2 .time {
        position: absolute;
        right: 0px;
        top: 55px;
    }

.c_content .content a {
    color: #6e9838;
}

.c_content .content p i {
    padding-right: 8px;
    font-size: 13px;
    color: #959595;
}

.c_content .content p strong {
    font-size: 15px;
}

.calender_content p i {
    padding-right: 8px;
    font-size: 13px;
    color: #959595;
}

.calender_content p strong {
    font-size: 15px;
}

.calender_p h2 {
    color: #6e9838;
}

/**/
.events_p .content h2 span {
    padding-top: 9px;
}

.pt0 {
    padding-top: 0px;
}

/*-------------14 Sep 2018--------------*/

.form-group label span {
    color: red;
}

#TextBoxesGroup input#addButton {
    position: absolute;
    left: 15px;
    top: -10px;
    background: none;
    border: none;
    font-size: 0px;
    height: 42px;
    width: 100px;
}

#TextBoxesGroup input#removeButton {
    position: absolute;
    bottom: -23px;
    background: none;
    border: none;
    color: red;
    height: auto;
    padding: 0px;
}

#TextBoxesGroup label {
    display: none;
}

#TextBoxesGroup input[type="text"] {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    font-size: 14px;
    background-color: #fff;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
}

    #TextBoxesGroup input[type="text"]:focus {
        border-color: #999;
    }

.req_blk {
    margin-bottom: 20px;
}

.req_blk {
    margin-bottom: 45px !important;
}

#TextBoxesGroup div {
    margin-top: 15px;
}

.conditions.f-museum .panel-heading h4 {
    font-size: 18px;
}

.conditions.f-museum ul li {
    font-size: 15px;
    line-height: 28px;
}

.conditions.f-museum .register_bt {
    font-size: 18px;
}

.conditions.f-museum .ins_museum h2 {
    font-size: 20px;
}

.img_detail .modal-body.pro_detail {
    padding: 10px 0px 0px;
}

    .img_detail .modal-body.pro_detail .mid_img {
        padding: 0px 90px;
    }

    .img_detail .modal-body.pro_detail .middle_content {
        background: #f5f5f2;
        display: inline-block;
        margin-top: 25px;
        padding: 20px 25px;
        position: relative;
        width: 100%;
    }

button.buy_btn {
    background: #fff;
    border: 1px solid #333;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    height: 38px;
    line-height: 36px;
    margin: 10px 0px 0px;
    width: 80px;
}

.img_detail .modal-body.pro_detail .middle_content::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    margin: 0px auto;
    top: 0px;
    left: 0px;
    right: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}


.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;
    }


/*----------19 Sep 2018----------*/
.mission_side_nav_1 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
}

    .mission_side_nav_1 li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 15px;
    }

        .mission_side_nav_1 li a {
            padding: 15px;
            display: block;
            background-color: #e8e4e1;
            color: #393939;
            line-height: 28px;
            transition: all 0.5s ease-in-out;
        }

            .mission_side_nav_1 li a:hover {
                background-color: #9e8f7a;
                color: #fff;
            }

        .mission_side_nav_1 li.active a {
            background-color: #9e8f7a;
            color: #fff;
        }

    .mission_side_nav_1 span {
        width: 34px;
        height: 31px;
        background: url(../img/plan-sprite.png) no-repeat;
        display: inline-block;
        vertical-align: top;
        margin-right: 4px;
        transition: all 0.5s ease-in-out;
    }

    .mission_side_nav_1 li .hours {
        background-position: -0px -8px;
    }

    .mission_side_nav_1 li a:hover .hours, .mission_side_nav_1 li.active a .hours {
        background-position: -44px -8px;
    }

    .mission_side_nav_1 li .fees {
        background-position: -0px -55px;
    }

    .mission_side_nav_1 li a:hover .fees, .mission_side_nav_1 li.active a .fees {
        background-position: -44px -55px;
    }

    .mission_side_nav_1 li .entry {
        background-position: -0px -100px;
    }

    .mission_side_nav_1 li a:hover .entry, .mission_side_nav_1 li.active a .entry {
        background-position: -44px -100px;
    }

    .mission_side_nav_1 li .policy {
        background-position: -0px -142px;
    }

    .mission_side_nav_1 li a:hover .policy, .mission_side_nav_1 li.active a .policy {
        background-position: -44px -142px;
    }

    .mission_side_nav_1 li .offers {
        background-position: -0px -187px;
    }

    .mission_side_nav_1 li a:hover .offers, .mission_side_nav_1 li.active a .offers {
        background-position: -44px -187px;
    }

    .mission_side_nav_1 li .tours {
        background-position: -0px -233px;
    }

    .mission_side_nav_1 li a:hover .tours, .mission_side_nav_1 li.active a .tours {
        background-position: -44px -233px;
    }

    .mission_side_nav_1 li .public {
        background-position: -0px -278px;
    }

    .mission_side_nav_1 li a:hover .public, .mission_side_nav_1 li.active a .public {
        background-position: -44px -278px;
    }

    .mission_side_nav_1 li .rent {
        background-position: -0px -322px;
    }

    .mission_side_nav_1 li a:hover .rent, .mission_side_nav_1 li.active a .rent {
        background-position: -44px -322px;
    }

    .mission_side_nav_1 li .contact {
        background-position: -0px -369px;
    }

    .mission_side_nav_1 li a:hover .contact, .mission_side_nav_1 li.active a .contact {
        background-position: -44px -369px;
    }

    

.plan_visit_blk {
    padding-top: 15px;
}

.working_hours {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

    .working_hours h2 {
        font-family: 'gothicb';
        font-size: 22px;
        color: #9e8f7a;
        margin-bottom: 15px;
    }

    .working_hours ul li {
        width: 100%;
        float: left;
        color: #303030;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

        .working_hours ul li i {
            float: left;
            margin-right: 15px;
        }

.ticket_fees ul li {
    width: 100%;
    display: inline-block;
    
}

    .ticket_fees ul li:last-child {
        margin-bottom: 0px;
    }

    .ticket_fees ul li i {
        width: 40px;
        float: left;
    }

    .ticket_fees ul li h2 {
        font-size: 20px;
        color: #9e8f7a;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .ticket_fees ul li h3 {
        font-family: 'gothicb';
        font-size: 22px;
        color: #393939 ;
        margin-bottom: 5px;
    }

    .ticket_fees ul li h4 {
        font-size: 16px;
        color: #303030;
        line-height: 30px;
        margin-bottom: 5px;
    }

        .ticket_fees ul li h4 span {
            font-weight: 600;
        }

    .ticket_fees ul li .right_content {
        width: calc(100% - 50px);
        float: right;
    }

.policy_info {
    margin-bottom: 60px;
    text-align: center;
}

    .policy_info h4 {
        font-family: 'gothicb';
        color: #393939;
        font-size: 15px;
        margin-top: 25px;
    }

.right_content ul li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

    .right_content ul li::before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #9e8f7a;
        left: 0px;
        top: 35%;
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/dot.png) no-repeat;
        left: 0px;
        position: absolute;
        display: inline-block;
    }

    .right_content ul li h3 {
        font-family: 'gothic';
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0px;
    }

        .right_content ul li h3 span {
            font-family: 'gothicb';
            font-weight: normal;
        }

    .right_content ul li h4 {
        font-family: 'gothic';
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 0px;
    }

        .right_content ul li h4 span {
            font-family: 'gothicb';
            font-weight: normal;
        }

    .right_content ul li h5 {
        font-family: 'gothic';
        font-size: 19px;
        color: #9e8f7a;
        font-weight: normal;
        margin-bottom: 0px;
    }

.fec_public {
    margin-bottom: 50px;
    text-align: center;
}

    .fec_public h4 {
        font-family: 'gothicb';
        color: #393939;
        font-size: 15px;
        margin-top: 15px;
    }

.plan_visit_blk.fac_rent {
    padding-top: 0px !important;
}

    .plan_visit_blk.fac_rent .faq {
        margin-top: 0px !important;
    }

.conditions .right_content ul li {
    font-size: 16px;
    color: #303030;
    margin-bottom: 25px;
    padding: 0px 0px 0px 25px;
}

    .conditions .right_content ul li::before {
        width: 8px;
        height: 8px;
        top: 9px;
        left: 0px;
        background: #9e8f7a;
    }

    .conditions .right_content ul li span {
        font-family: 'gothicb';
        font-weight: normal;
    }

    .conditions .right_content ul li em {
        font-size: 15px;
        font-style: normal;
        display: block;
        margin-top: 5px;
    }

.fac_rent .conditions.f-museum .panel-heading h4 {
    font-size: 19px;
    color: #393939;
}

.gallery_middle_blk.pln_visit_page {
    padding-bottom: 30px;
}

.card_txt {
    width: 100%;
    float: left;
    line-height: 20px;
    padding-top: 100px;
    position: relative;
}

    .card_txt i {
        top: 5px;
        position: relative;
        margin-right: 5px;
    }

.mission_side_nav_1.faq_page span {
    width: 0px;
    background: none;
}

.faq_blk p {
    font-size: 16px;
    color: #393939;
    line-height: 26px;
    margin-bottom: 30px;
}

.faq_blk table {
    font-size: 16px;
}

    .faq_blk table tr th {
        background: #9e8f7a;
        color: #fff;
        border-bottom-width: 1px;
        padding: 15px;
    }

    .faq_blk table tr td {
        padding: 12px 15px;
    }

.plan_visit_blk h1 {
    font-size: 22px;
    font-weight: 600;
    color: #393939;
    margin-bottom: 20px;
}


.panel-group.faq .panel + .panel {
    margin-top: 0px;
}

.ticket_fees.mgn_btm_0 {
    margin: 8px 0px 0px;
}

    .ticket_fees.mgn_btm_0 ul li {
        font-size: 17px;
        color: #656565;
        margin-bottom: 0px;
        padding: 0px 0px 15px 0px;
    }

        .ticket_fees.mgn_btm_0 ul li::before {
            content: none !important;
        }

        .ticket_fees.mgn_btm_0 ul li i {
            width: 25px;
        }

            .ticket_fees.mgn_btm_0 ul li i img {
                width: 100%;
            }

        .ticket_fees.mgn_btm_0 ul li h2 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 8px;
        }

        .ticket_fees.mgn_btm_0 ul li h3 {
            font-size: 20px;
        }

        .ticket_fees.mgn_btm_0 ul li h4 {
            font-size: 16px;
        }

        .ticket_fees.mgn_btm_0 ul li .right_content {
            width: calc(100% - 35px);
        }


.conditions .faq.faq_page .panel-title.collapsed {
    padding: 12px 0px 14px 30px;
    line-height: 36px;
}

.ticket_fees.mgn_btm_0 ul li h5 {
    font-size: 18px;
}

.ticket_fees.mgn_btm_0 .right_content ul li::before {
    content: '' !important;
}

.ticket_fees.mgn_btm_0 .right_content ul li {
    padding-left: 25px;
}

.working_hours.ticket_fees h2 {
    font-size: 22px;
    font-weight: normal;
}

.conserv_tab .gallery_slider .slick-arrow {
    background-color: #9e8f7a;
}

.sahim_page .panel-body h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    padding: 0px;
    margin: 5px 0px 15px;
    width: 100%;
}

.sahim_page .panel-body form {
    padding: 0px 30px;
}

.sahim_page .panel-body .form-group {
    margin-bottom: 25px;
}

.sahim_page .panel-body form span {
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
    display: block;
    color: #a5a5a5;
}

.sahim_page .panel-body .table {
    margin-left: 15px;
}

    .sahim_page .panel-body .table tr:nth-child(even) {
        background: #fcfcfc;
    }

    .sahim_page .panel-body .table th {
        background: #988871;
        color: #fff;
        padding: 15px 20px;
    }

    .sahim_page .panel-body .table td {
        padding: 12px 20px;
    }

a.signup_btn {
    background: #988871;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 0 30px;
    transition: 0.5s all;
}

    a.signup_btn:hover {
        background: #7c6444;
        color: #fff;
    }

.sahim .modal-body p {
    line-height: 24px;
    margin-bottom: 15px;
}

.sahim .modal-header {
    padding: 20px;
}

.sahim .modal-title {
    font-size: 18px;
    font-weight: bold;
}

.sahim .modal-body {
    padding: 20px 20px 25px;
}

    .sahim .modal-body .form-group {
        margin-bottom: 20px;
    }

.sahim label {
    display: block;
    font-size: 15px;
}

.sahim .newsFeild .sendBTn {
    height: 46px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100px;
        height: 46px;
    }

.sahim .btn:hover {
    color: #fff;
}

.btn--browse {
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background-color: #988871;
    color: #fff;
    height: 46px;
    padding: 12px;
    width: 100px;
}

.f-input {
    height: 46px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc(100% - 100px);
    float: left;
    padding: 6px 12px;
}

.conditions .job_content li {
    padding: 5px 0px 6px 18px;
}

    .conditions .job_content li::before {
        background: #575757;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        top: 13px;
    }

.sahim_page .panel-body .form-group p {
    margin-bottom: 5px;
    line-height: 28px;
}




/* Customize the label (the container) */
.cus_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    margin-left: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cus_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: -4px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.cus_check:hover input ~ .checkmark1 {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.cus_check input:checked ~ .checkmark1 {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cus_check input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.cus_check .checkmark1:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #988871;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sahim_page .panel-body .form-group p strong {
    display: block;
    padding: 0px;
    position: relative;
}

    .sahim_page .panel-body .form-group p strong::before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/dot.png) no-repeat;
        left: -30px;
        top: 3px;
        position: absolute;
        display: inline-block;
    }

.mission_content1 {
    padding-left: 25px;
}

.mission_content2 {
    padding-left: 25px;
}

.mission_content1 p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.rf_page label {
    display: block;
}


.fec_public img {
    width: 60px;
}

.gift_page {
    margin-top: 25px;
}

    .gift_page .col_category {
        padding: 5px;
    }

        .gift_page .col_category img {
            width: 100%;
        }

.gift_discription {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 0px 10px;
}

.gift_page .col_category h2 {
    margin-top: 0px;
}

.gift_page .col_category .pull-right h2 {
    font-size: 15px;
    padding: 0px 12px 12px;
    border-radius: 20px;
    color: #181818;
    margin-top: 2px;
}

.video_blk .modal-body {
    padding: 0px;
}

.video_blk button.close {
    position: absolute;
    color: #fff;
    right: 0px;
    top: -40px;
    opacity: 1;
    font-size: 36px;
    font-weight: 400;
}

.video_blk .modal-content {
    background: none;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}

.video_blk .modal-dialog {
    width: 70%;
}

.modal.video_blk {
    text-align: center;
    padding: 0 !important;
}

    .modal.video_blk:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.video_blk .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.conservation_blk div {
    cursor: pointer;
}

.events_p.c_content ul {
    width: 80%;
}

.gallery_left i.fa.fa-angle-right {
    position: absolute;
    top: 15px;
    margin-right: 0px;
    right: 15px;
    font-size: 20px;
    width: auto;
    height: auto;
}

.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;
}


/*---------------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);
}

.midmenu .breadcrumb {
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0px;
    padding: 3px 15px;
}

.row.heading .wrap_Top .midmenu {
    height: 51px;
}

.submenu.cntr_ul {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .submenu.cntr_ul li {
        display: inline-block;
    }

        .submenu.cntr_ul li a {
            display: inline-block;
            width: auto;
        }

.text.ac_content.pad_t_b {
    padding: 30px 0px 30px;
}

.l_img_panel {
    margin-top: 0px;
}

.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;
}

    .left-List li.h_search_bt {
        padding-top: 0px;
    }

.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;
}


.conditions.f-museum .faq_1 ul li {
    padding: 5px 15px 15px 30px;
}

    .conditions.f-museum .faq_1 ul li::before {
        top: 9px;
    }

    .conditions.f-museum .faq_1 ul li .faq_que {
        font-size: 16px;
        color: #786c5c;
    }

    .conditions.f-museum .faq_1 ul li .faq_que {
        line-height: 24px;
    }

.work_hr {
    margin-bottom: 5px;
}

    .work_hr h5 {
        line-height: 28px;
        margin-bottom: 5px;
    }

    .work_hr span {
        width: 220px;
        display: inline-block;
    }

        .work_hr span i {
            float: left;
            margin-right: 10px;
        }

            .work_hr span i img {
                height: 25px;
            }

.conditions ul li .faq_ans li {
    padding: 5px 0px 5px 17px !important;
}

    .conditions ul li .faq_ans li::before {
        width: 7px;
        height: 7px;
        background: #666666;
        border-radius: 100%;
        top: 15px !important;
    }

.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;
}


/*-----------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;
}

.left-List li .aaa_listing li {
    height: auto;
}

.right_content.guide_tour ul li {
    color: #303030 !important;
    padding-top: 6px;
}

.conditions .right_content ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/dot.png) no-repeat;
    left: 0px;
    position: absolute;
    display: inline-block;
}


/*17 jan dev1*/

.events_p.c_content ul {
    width: 100%;
}


h2 {
    font-family: 'gothic';
    font-size: 24px;
}




.mission_side_nav li .fact_figure24 {
    background-position: 0 -301px;
}

.mission_side_nav li a:hover .fact_figure24, .mission_side_nav li.active a .fact_figure24 {
    background-position: -42px -301px;
}

.mission_side_nav li .logo_brand25 {
    background-position: 0 -341px;
}

.mission_side_nav li a:hover .logo_brand25, .mission_side_nav li.active a .logo_brand25 {
    background-position: -42px -341px;
}

.mission_side_nav li .abt_musm_icn {
    background-position: 0 -376px;
}

.mission_side_nav li a:hover .abt_musm_icn, .mission_side_nav li.active a .abt_musm_icn {
    background-position: -38px -376px;
}

.mission_side_nav li .vision_icn {
    background-position: 0 -508px;
}

.mission_side_nav li a:hover .vision_icn, .mission_side_nav li.active a .vision_icn {
    background-position: -38px -508px;
}

.mission_side_nav li .board_icn {
    background-position: 0 -446px;
}

.mission_side_nav li a:hover .board_icn, .mission_side_nav li.active a .board_icn {
    background-position: -42px -446px;
}

.mission_side_nav li .muteam {
    background-position: 0 -478px;
}

.mission_side_nav li a:hover .muteam, .mission_side_nav li.active a .muteam {
    background-position: -38px -478px;
}



.mission_side_nav li .contact {
    background-position: 0px -408px;
}

.mission_side_nav li a:hover .contact, .mission_side_nav li.active a .contact {
    background-position: -41px -408px;
}


/*designer 26 feb these two classes hided above*/



#flip.active {
    /*background-color: #fff0 !important;*/
    color: #000 !important;
} 
.contentBox h3 {
    font-size: 2.286em;
    color: #000;
    padding-bottom: 0.85em;
    font-family: 'gothic';
    text-transform: uppercase;
}


/*layout.css changes end 25 feb designer*/

.ticket_fees ul li h2 {
    font-size: 20px;
    color: #9e8f7a;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0;
}


.ticket_fees ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}


    .ticket_fees ul li h2 {
        font-size: 20px;
        color: #9e8f7a;
        font-weight: 600;
        margin-bottom: 0;
        padding: 0;
    }


