﻿
@charset "utf-8";

@font-face {
    font-family: 'helvetica_condensedbold';
    src: url('../fonts/helvetica-condensed-bold-webfont.woff2') format('woff2'), url('../fonts/helvetica-condensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_ceregular';
    src: url('../fonts/helvetica_ce_regular-webfont.woff2') format('woff2'), url('../fonts/helvetica_ce_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* :: DEFAULT CSS :: =================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body, html, form, section {
    height: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "helvetica_ceregular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    padding-top: 100px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

p {
    margin: 0 0 15px;
    text-align: justify;
}

p {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
    line-height: 1.3em;
}

body {
    opacity: 0;
}

.btn-golden {
    color: #96292b;
    background: rgba(223,164,68,1) !important;
    background: -moz-linear-gradient(top, rgba(223,164,68,1) 0%, rgba(252,225,142,1) 51%, rgba(201,135,22,1) 100%) !important;
    ;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,164,68,1)), color-stop(51%, rgba(252,225,142,1)), color-stop(100%, rgba(201,135,22,1))) !important;
    background: -webkit-linear-gradient(top, rgba(223,164,68,1) 0%, rgba(252,225,142,1) 51%, rgba(201,135,22,1) 100%) !important;
    ;
    background: -o-linear-gradient(top, rgba(223,164,68,1) 0%, rgba(252,225,142,1) 51%, rgba(201,135,22,1) 100%) !important;
    ;
    background: -ms-linear-gradient(top, rgba(223,164,68,1) 0%, rgba(252,225,142,1) 51%, rgba(201,135,22,1) 100%) !important;
    ;
    background: linear-gradient(to bottom, rgba(223,164,68,1) 0%, rgba(252,225,142,1) 51%, rgba(201,135,22,1) 100%) !important;
    ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa444', endColorstr='#c98716', GradientType=0 ) !important;
    ;
    border: none !important;
    border: -radius: 4px;
}

    .btn-golden:hover, .btn-golden:focus, .btn-golden:active, .btn-golden.active, .open > .dropdown-toggle.btn-outline {
    }

    .btn-golden:active, .btn-golden.active {
        box-shadow: none;
    }

    .btn-golden.btn-sm {
        border-radius: 0px;
    }
/* :: COMMON CSS :: =================================================== */

/* GO To Top Style  */
.scrollup {
    position: fixed;
    bottom: 23px;
    right: 0px;
    display: none;
    z-index: 1;
    font-size: 24px;
    padding: 0px 8px 3px;
}

.scrollup {
    -webkit-animation: moveFromBottom 1000ms ease;
    -moz-animation: moveFromBottom 1000ms ease;
    -ms-animation: moveFromBottom 1000ms ease;
}

a.scrollup {
    color: #ce141e !important;
}

    a.scrollup:hover {
        color: #000 !important;
    }


/* Clear Styles */
.clear {
    clear: both;
}

.font-weight-bold {font-weight: bold;}
.mb-0 {margin-bottom: 0px;}

.spacer1 {
    clear: both;
    width: 100%;
    height: 10px;
}

.spacer2 {
    clear: both;
    width: 100%;
    height: 20px;
}

.spacer3 {
    clear: both;
    width: 100%;
    height: 30px;
}

.spacer4 {
    clear: both;
    width: 100%;
    height: 40px;
}

.spacer5 {
    clear: both;
    width: 100%;
    height: 50px;
}



/* Spacing, Border, Shadow Styles */
.border {
    border: 1px solid #ccc !important;
}

.no-border {
    border: none !important;
}

.no-border-l {
    border-left: none !important;
}

.no-border-r {
    border-right: none !important;
}

.no-border-t {
    border-top: none !important;
}

.no-border-b {
    border-bottom: none !important;
}

.border-t {
    border-top: 1px solid #ccc !important;
}

.border-b {
    border-bottom: 1px solid #ccc !important;
}

.no-border-rad {
    border-radius: 0px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.marg-t {
    margin-top: 30px !important;
}

.marg-b {
    margin-bottom: 20px !important;
}

.marg-ftr-t {
    margin-top: 20px !important;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-l {
    padding-left: 0 !important;
}

.no-pad-r {
    padding-right: 0 !important;
}

.no-pad-t {
    padding-top: 0 !important;
}

.no-pad-b {
    padding-bottom: 0 !important;
}

.no-pad-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-t {
    padding-top: 40px !important;
}

.pad-b {
    padding-bottom: 40px !important;
}

.pad-t-nav {
    padding-top: 10px !important;
}

.pic_bor_rad {
    border: 1px solid #952d2e;
    border-radius: 10px;
    max-width: 100%;
}

/* Hr Line Style  */
hr.solid {
    border: 0;
    border-top: 1px solid #ccc;
}

hr.dotted {
    border: 0;
    border-top: 1px dotted #666;
    background: #292929;
}

hr.dashed {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #fff;
}

hr.double {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #999;
}


.err {
    font-size: 12px;
    color: #c80000;
}

.red {
    color: #c80000;
}

.list {
    padding: 0;
    margin: 0 0 0 20px;
}

    .list li {
        margin-bottom: 5px;
    }

.list-inline {
    margin-left: 0px !important;
}

    .list-inline li {
        margin-bottom: 5px !important;
    }

.list-unstyled li {
    margin-bottom: 5px !important;
}

.list-col-2 li {
    width: 48%;
    float: left;
}

    .list-col-2 li:nth-child(odd) {
        margin-right: 10px !important;
    }

.list-col-3 li {
    width: 31%;
    float: left;
}

    .list-col-3 li:nth-child(1n+1) {
        margin-right: 15px !important;
    }

.list-bullet {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    display: block;
}

    .list-bullet li {
        list-style: none;
        padding: 7px 15px;
        margin: 0px;
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

        .list-bullet li:before {
            content: "\f0da";
            font-family: FontAwesome;
            position: absolute;
            left: 5px;
        }

.img-border {
    border: 5px solid #ce003e;
    max-width: 100%;
}

.fa-icon {
    padding-left: 25px !important;
    position: relative;
}

    .fa-icon > .fa {
        position: absolute;
        top: 2px;
        margin-left: -23px !important;
    }

.fa-icon-40 {
    padding-left: 50px !important;
    position: relative;
    vertical-align: middle;
    line-height: normal;
    padding-top: 5px;
}

    .fa-icon-40 > .fa {
        position: absolute;
        top: 2px;
        margin-left: -50px !important;
    }

/*Error Page*/
.errorStyle i {
    font-size: 70px;
    margin-top: 100px;
    color: #253089;
}

@media (max-width: 640px) {
    .list-col-2 li {
        width: 100%;
    }

        .list-col-2 li:nth-child(2n+1) {
            margin-right: 0px !important;
        }

    .list-col-3 li {
        width: 100%;
    }

        .list-col-3 li:nth-child(1n+1) {
            margin-right: 0px !important;
        }
}

/*  Transition style */
a, .btn {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


/* Social Media Style */

ul.social_media {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    width: 100%;
}

    ul.social_media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 0px 10px 5px;
        border: none;
        vertical-align: middle;
    }

        ul.social_media li a {
            display: block;
            font-size: 20px;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

    ul.social_media .fa {
        padding: 0px;
        margin: 0px;
        font-weight: 300;
        color: #d4ab4d;
        /*width: 38px;
        height: 38px;
        line-height: 38px;*/
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 6px;
        text-align: center;
    }

        ul.social_media .fa:hover {
            color: #fff;
            border: transparent;
        }

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram, .fa-whatsapp {
    background: #96292b;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

    .fa-facebook:hover {
        background: #3b5998;
    }

    .fa-google:hover {
        background: #3f85f4;
    }

    .fa-google-plus:hover {
        background: #d13f2d;
    }

    .fa-linkedin:hover {
        background: #0275b5;
    }

    .fa-youtube:hover {
        background: #ce332d;
    }

    .fa-youtube-play:hover {
        background: #ce332d;
    }

    .fa-tumblr:hover {
        background: #274152;
    }

    .fa-twitter:hover {
        background: #4dc8f1;
    }

    .fa-pinterest:hover {
        background: #cb2028;
    }

    .fa-instagram:hover {
        background: #3e739d;
    }


/*  Breadcrumbs */
.breadcrumbs_panel {
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #e3e3e3;
}

.breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}

    .breadcrumb li {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 13px;
        color: #323232;
    }

        .breadcrumb li.active {
            color: #323232;
        }

    .breadcrumb a {
        color: #323232;
        text-decoration: none;
        padding: 0;
    }

        .breadcrumb a:hover {
            color: #323232;
            text-decoration: underline;
        }



/* Google Map  */
.map-container {
    width: 100%;
    height: 100%;
    border: 0px;
    float: left;
    padding: 0;
    margin: 0;
}

    .map-container iframe {
        width: 100%;
        height: 250px;
        border: 0px;
        pointer-events: none;
    }

/*  Form Control / Btn */
.form-control, .btn {
    border-radius: 0px !important;
    resize: none;
}



/*  Bootsratp Grid of 5 */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*  Table Heads bg */
.th {
    background: #323232;
    color: #fff;
}

.tch {
    background: #999;
    color: #fff;
}

.tc {
    background: #f5f5f5;
}

/*  btn-outline */
.btn-outline {
    background: none;
    border: 1px solid #000 !important;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle.btn-outline {
    }

    .btn-outline:active, .btn-outline.active {
        box-shadow: none;
    }

    .btn-outline.btn-sm {
        border-radius: 0px;
    }


/*  fa width */
.fa-20 {
    width: 20px;
    text-align: center;
}

.fa-25 {
    width: 25px;
    text-align: center;
}

.fa-30 {
    width: 30px;
    text-align: center;
}

/*  text responsive align */
@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}



/* :: HEADINGS CSS :: =================================================== */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'helvetica_condensedbold';
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 21px;
}

.h3, h3 {
    font-size: 18px;
}

.h4, h4 {
    font-size: 16px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

.tap {
    font-size: 14px;
    font-weight: 200;
}

.heading {
    background: #96292b;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px auto 20px;
    float: none;
    padding: 0 15px;
    border-radius: 10px;
}

    .heading h2, .heading h1 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 22px;
        padding: 0px;
        color: #d4ab4d;
        text-transform: uppercase;
    }

        .heading h2 span, .heading h1 span {
            font-weight: 300;
            font-size: 16px;
            display: block;
        }

.small_heading {
    background: #d4ab4d;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px auto 20px;
    float: none;
    padding: 0 15px;
}

    .small_heading h2, .small_heading h1 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 22px;
        padding: 0px;
        color: #96292b;
        text-transform: capitalize;
    }


.text-white {
    color: #fff;
}

/* :: WRAPPER CSS :: =================================================== */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper { /*min-height:100%;*/
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
}
/* the bottom margin is the negative value of the footer's height */
.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    /*min-height: 100px;*/
    min-height: 65px;
    clear: both; /* .push must be the same height as .footer */
}

/* :: HEADER CSS :: =================================================== */

/*  Header Top */
header {
    background: #fff;
}

@media (min-width: 1200px){
.header-top > .container {width: 1300px;}
}


/*  Header Left */
.header-top .logo { /*z-index:9999;position:relative;*/
    margin: 15px 0;
    padding: 0;
    float: right;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

    .header-top .logo h1 {
        line-height: 0px !important;
        padding: 0px 0;
        margin: 0;
    }

    .header-top .logo img {
        max-width: 100%;
        padding: 0px 0;
        height: 80px;
        float: right;
        -webkit-transition: height 0.6s;
        -moz-transition: height 0.6s;
        transition: height 0.6s;
        margin-right: 10px;
    }

@media (min-width: 992px) {
    .top-nav-collapse {
        box-shadow: 0px 0px 10px #999;
    }

        .top-nav-collapse .header-top .logo {
            margin: 5px 0;
            padding: 0;
        }

            .top-nav-collapse .header-top .logo img {
                height: 60px;
                padding: 0px 0px;
            }

        .top-nav-collapse .header-menu {
            margin-top: 18px;
        }
}

@media (max-width: 991px) {
    body {
        padding-top: 126px;
    }

    .header-top .logo {
        width: 100%;
        margin: 10px 0;
        padding: 0px 0px;
    }

        .header-top .logo img {
            height: 50px;
        }
    /*.header-top .header-menu  { z-index:9;position:relative  }*/
}
/*  Header Menu */
.header-menu {
    margin-top: 50px;
    float: left;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

/*.header-menu .col-md-9 { position:static !important;    }*/

/* Navbar */
.navbar {
    border: 0px !important;
    border-radius: 0px !important;
    font-family: 'helvetica_condensedbold';
}

    .navbar li {
        list-style-image: url(data:0);
        list-style: none;
        list-style-type: none;
    }

.navbar, .navbar-nav {
    border: none !important;
    margin-bottom: 0px !important;
}

.nav > li > a {
    font-size: 14px;
    color: #96292b;
    display: block !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.navbar-nav > li > a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    content: '';
    padding: 0;
    margin: 0 0 0px;
    border-bottom: solid 3px #d4ab4d;
    -webkit-transform: scale(0);
    transform: scaleX(0);
    transition: transform 200ms ease-in-out;
    width: 100%;
}

.navbar-nav > li > a:hover:before, .nav > li:hover > a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    content: '';
    padding: 0;
    margin: 0 0 0px;
    border-bottom: solid 3px #d4ab4d;
    -webkit-transform: scale(1);
    transform: scaleX(1);
    transition: transform 200ms ease-in-out;
    width: 100%;
}

.nav > li.active > a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    content: '';
    padding: 0;
    margin: 0 0 0px;
    border-bottom: solid 3px #d4ab4d;
    -webkit-transform: scale(1);
    transform: scaleX(1);
    transition: transform 200ms ease-in-out;
    width: 100%;
}

.nav li:hover > a {
    color: #96292b !important;
    background: transparent !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #96292b !important;
    background: transparent !important;
}

.nav li a.link-red, .nav > li a.link-red:hover, .nav > li > a.link-red:focus {background:#ea0000!important;color: #fff!important;}
.navbar-nav > li > a.link-red:hover:before, .nav > li:hover > a.link-red:before {display: none;}
/* Active Class */
.nav > li.active > a, .nav > li.active > a:hover {
    color: #d4ab4d;
}

.nav > li.active:hover > a {
    color: #d4ab4d !important;
}

/* Dropdown */
.nav > li.dropdown a {
    padding-right: 16px !important;
}

.nav > li.dropdown > a:after {
    position: absolute;
    top: 8px;
    margin-left: 5px;
    display: inline-block;
    content: "\f107";
    font-family: 'FontAwesome';
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

.nav > li.dropdown:hover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
    }

        .navbar-nav > li {
            text-align: center;
        }

    .nav > li > a {
        font-size: 14px;
        display: block !important;
        border-bottom: 3px solid transparent;
        text-decoration: none;
        text-transform: uppercase;
        padding: 7px 3px !important;
        margin: 0px 5px !important;
    }

    .nav > li > a {
        color: #96292b;
    }
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        visibility: hidden !important;
        opacity: 0 !important;
    }
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
        display: block;
        padding: 0px 0px !important;
        border: 0px solid #d3d3d3;
        -webkit-animation: fadeInDown 300ms ease;
        -moz-animation: fadeInDown 300ms ease;
        -ms-animation: fadeInDown 300ms ease;
    }

    .dropdown .dropdown-menu li {
        border-bottom: 1px solid #ccc;
        padding: 5px 0px !important;
    }

        .dropdown .dropdown-menu li:hover {
            border-bottom: 1px solid #78141f;
        }

            .dropdown .dropdown-menu li:hover > a {
                color: #78141f !important;
            }
}


/* Mega Dropdown Custom Css */
.dropdown-menu.mega-dropdown-menu {
}

.navbar-nav .dropdown-menu {
    padding: 15px !important;
    width: auto;
    left: auto !important;
    border-radius: 0px !important;
    min-width: 200px;
}

.dropdown .dropdown-menu li a {
    font-weight: normal !important;
    font-family: helvetica_ceregular !important;
}

@media (max-width: 991px) {
    .navbar-nav > li {
        border-bottom: 1px solid #ccc;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 10px !important;
    }
}

@media (min-width: 991px) and (max-width:1025px) {
    .nav > li > a {
        font-size: 12px;
    }

    .nav > li:first-child {
        display: none;
    }
   
}

@media (min-width: 992px){
     .menu-top {
        top: -10px;
    }
}


/* :: FOOTER CSS :: =================================================== */

footer {
    font-size: 13px;
    font-weight: normal;
    background: #d4ab4d;
}

.footer a {
    color: #333;
}

footer a:hover {
    color: #000;
}
/*  Footer Copyright */
.ftr-bottom {
    /*padding: 15px 0 10px;*/
    padding: 20px 0 00px;
}

ul.ftr_links {
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 12px;
    line-height: 25px;
}

    ul.ftr_links li {
        padding: 0 5px 0 0;
        display: inline-block;
    }

        ul.ftr_links li:first-child:before {
            content: "";
            padding-right: 0px;
        }

        ul.ftr_links li:before {
            content: "|";
            padding-right: 5px;
        }

/* :: HOME BODY CSS :: =================================================== */
#visual_wrapper {
    width: 100%;
    position: relative;
    background: #ccc;
    text-align: center;
}

#visual_container {
    margin-bottom: 20px;
}

    #visual_container img {
        max-width: 100%;
        margin: 0 auto;
		width: 100%
    }

.visual_slider {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .visual_slider li {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .visual_slider a {
        text-decoration: none;
    }

    .visual_slider img {
        position: relative;
        z-index: 0;
    }

.slider_txt {
    font-size: 34px;
    font-family: 'helvetica_condensedbold';
    position: absolute;
    text-align: left;
    z-index: 9;
}

.slider_txt {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

.black_txt {
    color: #211f20;
    margin: 20px 0px;
    font-family: "helvetica_ceregular", Arial, sans-serif;
    display: block;
}

.slider_link {
    background: #bd1c21;
    padding: 10px 20px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 5px #666;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
}

.sub_txt3 {
    font-size: 26px;
    display: block;
    margin: 20px 0px;
}

.slider_link3 {
    background: #083d98;
    margin-right: 30px;
    padding: 0px 20px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 5px #666;
    border-radius: 15px;
    color: #fff;
}

.sub_txt4 {
    font-size: 26px;
    display: block;
    margin: 20px 0px;
    color: #231f20;
}

.slider_txt1 {
    top: 30%;
    max-width: 42%;
    left: 40%;
    color: #93070a;
}

.slider_txt2 {
    top: 15%;
    left: 30%;
    color: #93070a;
}

.slider_txt3 {
    top: 20%;
    left: 40%;
    color: #fff;
}

.slider_txt4 {
    top: 30%;
    max-width: 55%;
    left: 40%;
    color: #93070a;
}

.slider_alert_wrapper {
    max-width: 1368px;
    margin: 0 auto;
    position: relative;
}

.slider_alert {
    border: 5px solid #d4ab4d;
    background: #96292b;
    text-align: center;
    padding: 13px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 99;
    border-bottom: 0px;
    border-right: 0px;
}

    .slider_alert a {
        color: #fff;
        font-size: 22px;
        font-family: 'helvetica_condensedbold';
        text-decoration: none;
        text-transform: uppercase;
    }

@media (max-width:1025px) {
    .slider_txt {
        font-size: 24px;
        line-height: normal;
    }

    .sub_txt3, .sub_txt4 {
        font-size: 18px;
        line-height: normal;
        margin: 10px 0px;
    }

    .slider_link {
        padding: 6px 12px;
        border-radius: 12px;
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .slider_txt {
        font-size: 20px;
    }

    .sub_txt3, .sub_txt4 {
        font-size: 16px;
    }

    .slider_link {
        font-size: 14px;
    }

    .slider_alert {
        padding: 05px;
    }

        .slider_alert a {
            font-size: 14px;
        }
}

@media (max-width:767px) {
    .slider_txt {
        font-size: 14px;
    }

    .sub_txt3, .sub_txt4, .black_txt {
        font-size: 12px;
        margin: 5px 0px;
    }

    .slider_link {
        font-size: 12px;
    }

    #visual_wrapper {
        background: #fff;
    }

    .slider_alert {
        padding: 05px;
        position: relative;
        border: 0;
        top: 20px;
        margin-bottom: 20px;
    }

        .slider_alert a {
            font-size: 14px;
        }
}

@media (max-width:480px) {
    .slider_txt {
        font-size: 10px;
    }

    .sub_txt3, .sub_txt4, .black_txt {
        font-size: 10px;
        margin: 5px 0px;
    }

    .slider_link {
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 8px;
    }

    .slider_link3 {
        margin-right: 10px;
    }

    .slider_txt1 {
        top: 30%;
        max-width: 100%;
        left: 30%;
    }

    .slider_txt2 {
        top: 5%;
        left: 30%;
    }

    .slider_txt3 {
        top: 10%;
        left: 35%;
    }

    .slider_txt4 {
        top: 30%;
        max-width: 100%;
        left: 35%;
    }
}

.tp-banner {
    position: relative;
}

.home_row {
    padding-top: 15px;
}

.ser_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .ser_list li {
        padding: 0;
        margin: 15px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        border: 5px solid #d4ab4d;
        background: #96292b;
        text-align: center;
        display: inline-block;
    }

        .ser_list li a {
            display: table-cell;
            width: 170px;
            height: 170px;
            color: #fff;
            vertical-align: middle;
            text-decoration: none;
        }

        .ser_list li.active a {
            color: #d4ab4d;
        }

.home_slider {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .home_slider li {
        padding: 0;
        margin: 0;
        width: 340px ;
        height: 170px;
        border-radius: 10px;
        background: #d4ab4d;
        text-align: center;
        display: inline-block;
        overflow: hidden;
    }

    .home_slider iframe {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: #d4ab4d;
    }

@media (max-width: 768px) {
    .hmslider .bx-wrapper .bx-next {
        right: 0px;
    }

    .hmslider .bx-wrappr .bx-prev {
        left: 0px;
    } 
}
 
@media screen and (max-width: 2048px) and (min-width: 2048px) {
    .slider_txt2 {
    top: 15%;
    left: 35%;
    color: #93070a;
}
}
/* :: BODY :: =================================================== */

#body {
    padding: -10px 0;
}

.section_visual {
    width: 100%;
    position: relative;
    background: #ccc;
    text-align: center;
}

    .section_visual img {
        max-width: 100%;
        margin: 0 auto;
    }

#body .body_right {
    /*padding-left: 50px;*/
    padding-left: 15px;
}

.sub_menu {
    background: #96292b;
    padding: 30px 15px;
    box-shadow: 0px -7px 0px #d4ab4d;
    margin-bottom: 30px;
    color: #fff;
}

ul.leftmenu {
    text-align: left;
    padding: 0;
    margin: 10px 0 5px 0 !important;
}

    ul.leftmenu > li {
        padding: 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px dotted #f0727f;
        position: relative;
    }

    ul.leftmenu a {
        display: block;
        text-decoration: none !important;
        color: #fff;
        position: relative;
        padding: 8px 30px 8px 10px;
    }

    ul.leftmenu > li.active {
        font-family: 'helvetica_condensedbold';
    }

    ul.leftmenu > li:after {
        content: "\f0da";
        padding: 8px 10px 0 0;
        font-family: FontAwesome;
        position: absolute;
        right: 30px;
        opacity: 0;
    }

    ul.leftmenu > li.active:after, ul.leftmenu > li:hover:after {
        opacity: 1;
        right: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

@media (max-width:991px) {
    .section_pic {
        width: 100%;
        height: 100px !important;
        position: relative;
        right: 0;
        left: 0;
    }

    .section_title {
        background: #253089;
        height: auto;
        padding: 15px !important;
        text-align: left;
    }

    .sub_menu {
        background: #ce003e;
        padding: 20px 15px;
        margin-bottom: 0px;
        box-shadow: none;
    }

    #body .body_right {
        padding-left: 15px;
    }

    ul.leftmenu a {
        color: #333;
    }

    ul.leftmenu > li.active:after, ul.leftmenu > li:hover:after {
        color: #333;
    }
}


/* :: BODY :: =================================================== */


.ser_sub_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .ser_sub_list li {
        padding: 0px 10px;
        margin: 15px;
        width: 210px;
        border-radius: 10px;
        background: #d4ab4d;
        text-align: center;
        display: inline-block;
    }

        .ser_sub_list li a {
            display: table-cell;
            width: 210px;
            height: 80px;
            color: #96292b;
            font-size: 18px;
            vertical-align: middle;
            text-decoration: none;
        }

        .ser_sub_list li.active a {
            color: #d4ab4d;
        }

.ser_pic_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .ser_pic_list li {
        padding: 0px;
        margin: 15px;
        max-width: 158px;
        border-radius: 10px;
        background: #d4ab4d;
        text-align: center;
        display: inline-block;
        border: 4px solid #96292b;
        vertical-align: top;
    }

        .ser_pic_list li a {
            color: #96292b;
            font-size: 12px;
            font-weight: normal;
            vertical-align: middle;
            text-decoration: none;
        }

        .ser_pic_list li.active a {
            color: #d4ab4d;
        }

        .ser_pic_list li img {
            border-radius: 0px 0px 10px 10px;
            float: left;
            max-width: 100%;
        }

        .ser_pic_list li figcaption {
            padding: 5px 10px;
            line-height: normal;
            min-height: 45px;
        }

.sub_pic {
    height: 100px;
    background-color: #fff;
}

    .sub_pic img {
        border-radius: 0px 0px 10px 10px;
        float: left;
        max-width: 100%;
        margin-top: 25px;
        padding: 10px;
    }



.event_list .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    /*min-height: 430px;*/
    min-height: 380px;
    vertical-align: top;
}

.event_list .event_pic {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    text-align: center;
}

.event_list .event_caption {
    padding: 15px;
    margin: 0;
}

.event_list h2 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

@media (max-width:767px) {
    .event_list .thumbnail {
        text-align: center;
    }
}


ul.event_gallery {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

    ul.event_gallery li {
        padding: 0;
        margin: 0 10px 20px 0;
        list-style: none;
        float: left;
        verticle-align: top;
        /*width: 32%;*/
    }

        ul.event_gallery li img {
            max-width: 100%;
        }

.space {
    padding-top: -30px;
}

.read_more {
    color: darkgoldenrod;
    cursor: pointer;
}

.para {
    font-size: 16px;
    font-weight: 600;
}

.pic {
    /*padding:2px;*/
    margin-top: 10px !important;
}

.about-bgBanner {
    background-color: #96292b;
    /*background-image: url(../images/about-banner2.png);*/
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 30px;
}

.inner-page-heading h1 {
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 35px;
    /*margin-top: 0;
    margin-bottom: 22px;*/
    vertical-align: middle;
}
.current-issue-col img {
    max-width: 100%;
    height: 276px;
}
.about-bgBanner-white {
    background-color: #ffffff;
    /*background-image: url(../images/about-banner2.png);*/
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 30px;
}

    .about-bgBanner-white img {
        width: 300px;
        height: auto;
        background-color: white !important;
    }

.innerpage_heading {
    padding-top: 50px;
    padding-bottom: 45px;
    font-size: 40px;
    background-color: #96292b;
    color: #fff;
    /*height: 140px !important;*/
}

.innerpage_logo {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    background-color: #fff;
    height: 140px !important;
    display: block;
    /*box-sizing: border-box;
    box-shadow:0px 10px 5px #999,0px -10px 5px #999;*/
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
	font-weight: 600;
}

    .innerpage_logo img {
        height: 80px !important;
        width: auto;
    }

#text p {
    margin: 0 0 15px;
    text-align: center !important;
}

.dosanddonts {
    background-color: #d4ab4d;
    border-color: #d4ab4d;
    border-style: solid;
    border-width: thin;
    padding: 10px 10px 10px 10px;
}

.dostable {
    padding-top: 5px;
    text-align: justify;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #d4ab4d;
    background-color: #d4ab4d;
    color: #96292b;
    border-style: solid;
    border-width: thin;
}

.cls-collapse.collapsed .fa-plus {
    display: inline-block;
    margin-right: 5px !important;
}

.fa-minus:before {
    content: "\f068";
    margin-right: 5px !important;
}

.video-container div {
    margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .innerpage_logo {
       font-size: 27px;
   }
}
h3 span {
    text-transform: lowercase;
}

.rs-blog .blog-item {
    overflow: hidden;
	margin-bottom: 20px;
}

    .rs-blog .blog-item a {
        text-decoration: none;
    }

    .rs-blog .blog-item .blog-details {
    padding: 24px;
    background: #f5f5f5;
    border-top: 1px solid #96292b;
    height: 168px;
}
        .rs-blog .blog-item .blog-details .blog-date {
            font-weight: 600;
            /* font-style: italic; */
            font-size: 16px;
            color: #d4ab4d;
            margin-bottom: 10px;
        }

            .rs-blog .blog-item .blog-details .blog-date:before {
                content: '';
                width: 40px;
                height: 4px;
                background-image: linear-gradient(to left,#d4ab4d,#d4ab4d);
                display: inline-block;
                box-shadow: -3px 3px 7px rgb(251 176 52 / 20%);
                margin-bottom: 4px;
                margin-right: 5px;
            }

        .rs-blog .blog-item .blog-details .blog-title {
            font-size: 21px;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: 400;
            color: #000 !important;
        }

        .rs-blog .blog-item .blog-details .blog-description {
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 10px;
            color: #313131 !important;
        }


        .rs-blog .blog-item .blog-details .blog-title a,
        .rs-blog .blog-item .blog-details .readmore-btn {
            color: #d4ab4d;
        }

        .rs-blog .blog-item .blog-details .readmore-btn {
            font-weight: 500;
        }





    .rs-blog .blog-item:hover .blog-title a,
    .rs-blog .blog-item:hover .readmore-btn {
        color: #d4ab4d;
    }

        .rs-blog .blog-item:hover .readmore-btn:hover span {
            padding-left: 10px;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
        }

.rs-blog.drak-color-light .blog-item .blog-details .blog-date,
.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn {
    color: #a6750d;
}

.rs-blog.drak-color-light .blog-details {
    border-color: #464646;
}

    .rs-blog.drak-color-light .blog-details h4.blog-title a {
        color: #fff;
    }

    .rs-blog.drak-color-light .blog-details p {
        color: #ccc;
    }

.rs-blog.drak-color-light .blog-item .blog-details .readmore-btn:hover {
    color: #fff;
}

/*.rs-blog .blog-item:hover .blog-details {
    background: #96292B;
}

    .rs-blog .blog-item:hover .blog-details h4 {
        margin-top: 10px;
        color: #fff !important;
    }

    .rs-blog .blog-item:hover .blog-details p {
        margin-top: 10px;
        color: #fff;
    }*/

.rs-blog.blog-show .blog-item {
    padding-bottom: 5px;
}

.rs-blog.blog-show .blog-details {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #999;
}

.rs-blog.drak-color .blog-details {
    background: #fff;
    border: none;
}



    .rs-blog.drak-color .blog-details p,
    .rs-blog.drak-color .blog-details .readmore-btn {
        color: #676767;
    }

    .rs-blog.drak-color .blog-details .blog-title a {
        color: #212121;
    }

        .rs-blog.drak-color .blog-details .blog-title a:hover {
            color: #a6750d;
        }

    .rs-blog.drak-color .blog-details:hover .readmore-btn,
    .rs-blog.drak-color .blog-details:hover .blog-date {
        color: #a6750d;
    }

.blog-img img {
    height: 200px;
}

.img-responsive {
    width: 100% !important;
}
.current-issue-box {
    display: table;
    width: 100%;
    background: url(../images/bg-current-issue-box.jpg) no-repeat;
    background-size: cover;
}

.current-issue-col {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.colleft {
    background: url(../images/bg-current-issue1.jpg) no-repeat;
    background-size: cover;
}

.colright {
    background: url(../images/bg-current-issue2.jpg) no-repeat;
    background-size: cover;
}

.bg-issue {
    border-bottom: 15px solid #ed1b24;
}

/*.bg-current-issue {
    border-bottom: 15px solid #ed1b24;
}*/

.current-issue-col .btn {
    min-width: 200px;
}

.colleft, .colleft h2, .current-issue-col, .current-issue-col h2, .current-issue-col h2 small {
    color: #fff;
}

    .current-issue-col img {
        max-width: 100%;
    }

@media (max-width:767px) {
    .current-issue-col {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: top;
        padding: 30px;
        text-align: center;
    }
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

#divBlog {
	display: flex;
	justify-content: center;
}

.home_slider .cont {
    padding: 0;
    margin: 0;
    width: 220px !important;
    height: 170px;
    border-radius: 10px;
    background: #d4ab4d;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

@media screen and (max-width: 580px) and (min-width: 320px) {
	iframe {
		width: 100% !important;
		height: auto !important;
	}
	#divBlog {
    display: block;
    justify-content: center;
}
}