﻿
@charset "utf-8";
@import url(../fonts/font-awesome.min.css);



/* :: 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: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    padding-top: 135px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

p {
    margin: 0 0 15px;
}

body {
    opacity: 0
}

/* :: COMMON CSS :: =================================================== */

/* GO To Top Style  */
.scrollup {
    position: fixed;
    bottom: 0px;
    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;
    font-size: 25px
}

    a.scrollup:hover {
        color: #000 !important;
        font-size: 25px
    }


/* Clear Styles */
.clear {
    clear: both;
}

.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: 0px 0px 0px 5px;
        border: none;
        vertical-align: top;
    }

        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: 20px;
        height: 20px;
        line-height: 21px;
        border-radius: 6px;
        text-align: center;
        font-size: 16px;
    }

        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 {
    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 {
    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-color: rgb(120,120,120);
    font-weight: bold;
    color: #fff;
    text-align: center !important;
}

.tch {
    background-color: #d8d8d8;
    color: #434343;
    border: 1px solid #fff;
}

.tc {
    background-color: #f9f9f9;
    color: #434343;
    border: 1px solid #fff;
}

.th1 {
    background-color: #acacac;
    color: #434343;
    border: 1px solid #fff;
}

.head {
    background-color: #152bc2;
    padding: 10px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase
}

    .head h2 {
        padding: 0;
        margin: 0;
        color: #fff;
    }

/*  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;
    }

.btn-golden {
    color: #434343 !important;
    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;
    }

/*  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: 'Arial';
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-align: left;
}

    .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: uppercase;
    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: 22px;
}

.h3, h3 {
    font-size: 18px
}

.h4, h4 {
    font-size: 16px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

.heading {
    position: relative;
    margin: 0px 0px 5px;
}

    .heading h1, .heading h2 {
        color: #2f3133;
        padding: 5px 0;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
    }
        /*.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: uppercase
    }


.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 -15px;
}
/* the bottom margin is the negative value of the footer's height */
.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    min-height: 15px;
    clear: both; /* .push must be the same height as .footer */
}

.bg-home {
    background: #ffffff;
}

/* :: HEADER CSS :: =================================================== */
.home_row {
    padding: 50px 0px;
}

@media(max-width: 360px) {
    .home_row {
        padding: 100px 0px;
    }
}

@media(max-width: 414px) {
    .home_row {
        padding: 100px 0px;
    }
}

.home_row_contact {
    padding: 50px 0px;
}

header {
    background: #ffffff;
    border-bottom: 4px solid #d69c33 !important;
    margin: 0px !important;
    padding: 0px !important;
}

    header .logo { /*z-index:9999;position:relative;*/
        margin: 0px 0;
        line-height: 80px;
        padding: 0;
        -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 .logo img {
            max-width: 100%;
        }

.header_links {
    padding: 0;
    margin: 9px 5px 9px 5px;
    text-align: center;
    float: right
}

    .header_links li {
        padding: 0;
        margin: 0px 5px;
        list-style: none;
        display: inline-block;
        min-width: 100px;
        color: white;
    }

    .header_links .dropdown-login {
        width: 280px !important;
        padding: 15px !important;
        font-size: 13px;
        background: #002035 !important;
        line-height: normal !important;
    }

        .header_links .dropdown-login a {
            color: #fff;
        }

.custom-nav li {
    padding: 0;
    margin: 0px -23px !important;
    list-style: none;
    display: inline-block;
    min-width: 100px;
    color: white !important;
}

    .custom-nav li a {
        color: #fff !important;
    }
/*     topbar styling from here    */

.top-bar {
    background: rgb(37, 40, 43) none repeat scroll 0 0;
    padding: 6px 0px;
}

    .top-bar li {
        float: left;
        padding: 0 5px;
    }

        .top-bar li i,
        .top-bar li a i {
            margin-right: 5px;
        }

        .site-header .social-links ul li:first-child,
        .top-bar li:first-child {
            margin-left: 0;
        }

    .top-bar li,
    .top-bar a {
        color: #fff;
    }

.hgroup-wrap .hgroup-right .ads-section .widget-title {
    padding: 0;
}

.hgroup-wrap .ads-section .widget.widget_media_image .widget-title {
    padding: 10px 0 0;
}

.hgroup-wrap .ads-section .widget.widget_media_image img {
    display: block;
    padding: 20px 0;
}

.site-header .social-links ul li:first-child, .top-bar li:first-child {
    margin-left: 0;
}

.top-header-right ul, .top-header-right .date-section {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

/*        custom layout       */

/*.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}*/

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    float: left;
}

.custom-col-12 {
    width: 100%;
}

.custom-col-11 {
    width: 91.66666667%;
}

.custom-col-10 {
    width: 83.33333333%;
}

.custom-col-9 {
    width: 75%;
}

.custom-col-8 {
    width: 66.66666667%;
}

.custom-col-7 {
    width: 58.33333333%;
}

.custom-col-6 {
    width: 50%;
}

.custom-col-5 {
    width: 41.66666667%;
}

.custom-col-4 {
    width: 33.33333333%;
}

.custom-col-3 {
    width: 25%;
}

.custom-col-2 {
    width: 16.66666667%;
}

.custom-col-1 {
    width: 8.33333333%;
}

* {
    box-sizing: border-box;
}

.site {
    overflow: hidden;
}



/* Menu */
.header_nav {
    background: #94231e;
    /*box-shadow: inset 0px 0px 0px rgba(0,0,0,0.2);*/
    box-shadow: unset 0px 0px 0px rgba(0,0,0,0.2);
}


.navbar, .navbar-nav {
    border: none !important;
}

.nav > li > a {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 18px !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.nav > li.active > a, .nav > li.active:hover > a {
    background: #ccc !important;
    color: #002035;
}

.nav li:hover > a {
    background: #ccc;
    color: #002035;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: #ccc !important;
    color: #002035;
}

.navbar-nav > li > a {
    padding-top: 7px !important;
    padding-bottom: 7px;
    line-height: 20px;
}
/* Dropdown Menu */
.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .menu-dropdown > li > a {
        display: block;
        padding: 10px 15px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

ul.menu-dropdown li {
    border-bottom: 1px solid #ccc;
}

    ul.menu-dropdown li:last-child {
        border-bottom: none;
    }

    ul.menu-dropdown li a {
        font-weight: 600;
        color: #333;
        text-wrap: normal;
        line-height: normal;
        padding: 10px 15px;
        text-decoration: none;
    }

        ul.menu-dropdown li a:hover {
            color: #002035;
            background: #f5f5f5;
        }

.nav > li.active ul.menu-dropdown li a {
    color: #333;
}

.navbar-nav .menu-dropdown {
    width: auto;
    border-radius: 0px;
    min-width: 200px;
    padding: 0px !important;
}

.has-dropdown .menu-dropdown li a {
    font-weight: normal !important;
    white-space: normal;
}

.has-dropdown:hover .menu-dropdown {
    display: block !important;
    padding: 0px;
    border: 0px;
    width: 100%;
}

/* First Level Dropdown Menu */
.nav > li.has-dropdown a {
    padding-right: 30px !important;
}

.nav > li.has-dropdown > a:after {
    position: absolute;
    top: auto;
    right: 11px;
    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.has-dropdown:hover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Second Level Dropdown Menu */
.sub-dropdown {
    position: relative;
}

    .sub-dropdown a {
        padding-right: 30px;
    }

    .sub-dropdown > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #999;
        content: '';
    }

    .sub-dropdown > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #999;
        content: '';
    }

    .sub-dropdown > a:before, .sub-dropdown > a:after {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .sub-dropdown:hover > a:before {
        top: 17px;
        height: 0;
    }

    .sub-dropdown:hover > a:after {
        background: #999;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#navbar .nav ul ul {
    padding: 0px;
    margin: 0px;
    display: none !important;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
}

#navbar .nav ul li:hover > ul {
    display: block !important;
}

#navbar .nav ul li li a {
    display: block;
    color: #333;
    text-align: left;
    background: #f5f5f5;
    text-transform: none;
    padding: 10px 15px;
}

    #navbar .nav ul li li a:hover {
        background: #eee;
    }


@media (min-width: 992px) {
    /* nav dropdown First level */
    .menu-dropdown {
        display: none !important;
        -webkit-animation: fadeInDown 300ms ease;
        -moz-animation: fadeInDown 300ms ease;
        -ms-animation: fadeInDown 300ms ease;
    }

    /* nav dropdown second level */
    #navbar .nav ul ul {
        -webkit-animation: fadeInLeft 300ms ease;
        -moz-animation: fadeInLeft 300ms ease;
        -ms-animation: fadeInLeft 300ms ease;
    }

    #navbar .nav ul ul {
        margin-left: 100%;
        top: 0;
        margin-top: 0px;
    }
}

@media (max-width:992px) {
    body {
        padding-top: 130px;
    }

    header .logo {
        margin: 3px 0;
        line-height: normal;
    }

    #navbar {
        width: 100%;
        float: left;
        clear: both;
    }

    .navbar-nav {
        margin: 0px;
    }

    .nav > li {
        border-bottom: 1px solid #eee;
    }

        .nav > li > a {
            line-height: normal !important;
            color: #fff;
            width: 100%;
            display: block;
        }

    .navbar-nav .open .menu-dropdown > li > a {
        padding: 5px 15px !important;
    }

    .menu-dropdown {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav > li.active > a, .nav > li.active:hover > a {
        background: #ffffff !important;
        color: #040404;
    }
}

@media (max-width:320px) {
    body {
        padding-top: 100px;
    }
}

@media (max-width: 1170px) and (min-width: 992px) {
    .nav > li > a {
        padding: 10px 5px;
    }
}
/* :: FOOTER CSS :: =================================================== */

footer {
    font-size: 16px;
    font-weight: normal;
    border-top: 2px solid #d6ab3b;
    color: #f5f5f5;
    background: #d6ab3b;
    position: relative;
}
/*footer:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background: #94231e;
    }*/
.footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #fff;
}
/*  Footer Copyright */
.ftr-bottom {
    padding: 0px 0 0px;
}

ul.ftr_links {
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    font-size: 14px;
    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;
        }

.footer .footer-left {
    text-align: left;
}

.footer .footer-right {
    text-align: right;
}


/* :: HOME BODY CSS :: =================================================== */
#visual_wrapper {
    width: 100%;
    position: relative;
    text-align: left;
    background: #ffffff;
}

#visual_container {
}

    #visual_container img {
        max-width: 100%;
        margin: 0 auto;
    }

.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: 'Arial';
    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;
}


.slider_txt1 {
    color: #000;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

    .slider_txt1.small {
        max-width: 400px;
        font-size: 16px;
        font-family: "helvetica_ceregular", Arial, sans-serif;
        padding-top: 00px;
    }

.slider_txt2 {
    color: #000;
    text-align: left;
    max-width: 400px;
    padding-top: 100px;
    line-height: normal;
}

    .slider_txt2.small {
        max-width: 600px;
        font-size: 20px;
        font-family: "helvetica_ceregular", Arial, sans-serif;
        padding-top: 20px;
    }

.slider_txt3 {
    color: #000;
    text-align: left;
    max-width: 700px;
    padding-top: 100px;
    line-height: normal;
}

    .slider_txt3.small {
        max-width: 400px;
        font-size: 20px;
        font-family: "helvetica_ceregular", Arial, sans-serif;
        padding-top: 20px;
    }




/* :: BODY :: =================================================== */
.body-wrapper {
    min-height: 450px;
    padding-top: 30px;
    padding-bottom: 60px;
}


/* :: COURSES :: =================================================== */
.course-page {
    color: rgba(223,164,68,1);
}

.course-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .course-list li {
        padding: 50px;
        margin: 0;
        display: inline-block;
        text-align: center;
        vertical-align: top
    }

        .course-list li:first-child {
            border-right: 1px solid rgba(223,164,68,1);
        }

    .course-list .btn {
        border-radius: 4px;
        width: 180px;
    }

.course_data {
    padding-left: 100px;
    vertical-align: top;
    position: relative;
}

.icon_course {
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    border: 2px solid rgba(223,164,68,1);
    border-radius: 100%;
    background: #fff;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 99;
}

.course_heading {
    border-bottom: 2px solid #002035;
    display: block;
    padding: 0px;
    color: #fff;
    margin-top: 20px !important;
    position: relative;
    margin-left: -30px;
    margin-bottom: 20px;
}

    .course_heading h2 {
        background: #002035;
        padding: 5px 30px;
        margin: 0;
        display: inline-block;
        border-bottom-right-radius: 15px;
    }

.sub_head {
    background: #002035;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}



/* Students */
#body-students {
    padding-top: 145px;
}

.bg-navbar {
    border-top: 1px solid rgba(223,164,68,1);
    width: 100%;
}

.students-top-links {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .students-top-links li {
        display: inline-block;
        list-style: none;
        padding: 5px;
        margin: 0;
        text-align: center;
        color: #eee;
    }

        .students-top-links li a {
            padding: 10px;
            color: #eee;
            display: block;
            margin: 0;
            text-align: center;
        }

            .students-top-links li a:hover {
                color: #fff;
            }

        .students-top-links li .fa {
            padding: 0;
            margin: 0;
        }


.panel-group .panel {
    margin-bottom: 12px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: rgba(223,164,68,1);
    border-color: transparent;
    font-size: 16px;
}

    .panel-default > .panel-heading a {
        color: #fff;
    }

.navbar-collapse form[role="search"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}

    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
        padding: 8px 12px;
        border-radius: 0px;
        border-width: 0px;
        color: rgb(119, 119, 119);
        background-color: rgb(248, 248, 248);
        border-color: rgb(231, 231, 231);
        box-shadow: none;
        outline: none;
    }

    .navbar-collapse form[role="search"] input {
        padding: 16px 12px;
        font-size: 14pt;
        font-style: italic;
        color: rgb(160, 160, 160);
        box-shadow: none;
    }

    .navbar-collapse form[role="search"] button[type="reset"] {
        display: none;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        padding-top: 0px !important;
        padding-right: 38px !important;
    }

        .navbar-collapse form[role="search"] {
            width: 38px;
        }

            .navbar-collapse form[role="search"] button,
            .navbar-collapse form[role="search"] input {
                padding: 15px 12px;
            }

            .navbar-collapse form[role="search"] input {
                padding: 25px 12px;
                font-size: 18pt;
                opacity: 0;
                display: none;
            }

            .navbar-collapse form[role="search"].active {
                width: 100%;
            }

                .navbar-collapse form[role="search"].active button,
                .navbar-collapse form[role="search"].active input {
                    display: table-cell;
                    opacity: 1;
                }

                .navbar-collapse form[role="search"].active input {
                    width: 100%;
                }
}
/*Search Box*/
#left-search {
    text-align: right;
    width: 50px;
}

.search-toggle {
    color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.search-section {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    right: 15px;
    padding: 10px;
    position: absolute;
    top: 54px;
    visibility: hidden;
    z-index: 10000;
}

    .search-section .search-arrow {
        background-color: rgb(255, 255, 255);
        border-color: rgba(0, 0, 0, 0.1);
        border-style: solid;
        border-width: 1px 0 0 1px;
        display: block;
        height: 10px;
        position: absolute;
        right: 10px;
        top: -6px;
        transform: rotate(45deg);
        width: 10px;
    }


.room_list {
    padding: 0;
    margin: 0px 0 13px;
    list-style: none;
    width: 100%;
}

    .room_list li {
        padding: 0 0 5px 0;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
        list-style: none;
    }

    .room_list a {
        display: table;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .room_list .col-4, .room_list .col-8 {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        white-space: normal
    }

    .room_list li .col-4 {
        width: 33.33333333%;
    }

    .room_list li .col-8 {
        width: 66.66666667%;
    }

    .room_list img {
        max-width: 100%;
    }

@media (max-width: 991px) {
    .room_list li {
        display: inline-block;
        width: 220px;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .room_list li {
        width: 100%;
    }
}

.post-title {
    font-size: 17px;
    color: #94231e;
}

.bor li {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.sub_box {
    display: block;
    border-radius: 10px;
    border: 1px solid #dfa444;
    padding: 50px 0px;
    background: #d6ab3b;
    text-align: center;
    margin-top: 20px;
}

    .sub_box h1 {
        font-size: 20px;
        color: #94231e;
    }

.panel-default > .panel-head {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.panel-head {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tab > li > a {
    font-size: 11px !important;
    font-weight: 700 !important;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
    padding-left: 20px;
    padding-right: 20px;
}

.entity_title h1 {
    font-size: 17px;
    font-weight: 700;
    color: #94231e;
}

    .entity_title h1 a {
        font-size: 17px;
        font-weight: 700;
        color: #94231e;
    }

.entity_content {
    border-bottom: 1px solid #ccc;
}

.entity_content {
    margin-top: 10px;
    padding-bottom: 5px;
}

    .entity_content blockquote {
        display: block;
        padding: 15px 20px 15px 45px;
        margin: 0px 20px 15px 0px;
        position: relative;
        font-size: 25px;
        line-height: 32px;
        color: #666;
        width: 34%;
        border: none;
        -moz-box-shadow: 2px 2px 15px #ccc;
        -webkit-box-shadow: 2px 2px 15px #ccc;
        box-shadow: 2px 2px 15px #ccc;
    }

.radio label, .checkbox label {
    padding-right: 20px !important;
    padding-left: 0px !important;
}

.radio label, .radio-inline label, .checkbox label, .checkbox-inline label {
    padding-right: 20px !important;
    padding-left: 0px !important;
    cursor: pointer;
}

.search_allign {
    padding: 0px 18px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.input-sm {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.entity_title .btn-golden {
    width: 250px !important;
}


/*.cls-collapse.collapsed .fa-plus {
    display: inline-block;
    margin-right: 5px !important;
}

.fa-minus:before {
    content: "\f068";
    margin-right: 5px !important;
}

.fa-arrow-up{ font-size:20px !important;}

.fa-arrow-circle-right:before {
    margin-right: 5px !important;
}*/

.bs-example {
    margin: 20px 0px;
}

.panel-title .glyphicon {
    font-size: 14px;
}

.date-section {
    margin-top: 5px !important;
}


.top-address-desk {
    margin-left: -15px;
}

    .top-address-desk li {
        margin-top: 5px !important;
        /*margin-left: 15px;*/
        color: #FFF;
    }

        /*@media(max-width: 1800px) {
    .top-address-desk li {
        margin-left: 100px;
        color: #FFF;
    }
}

@media(max-width: 1440px){
    .top-address-desk li {
        margin-left: 139px;
        color: #FFF;
    }

}*/

        .top-address-desk li a {
            margin-left: 5px !important;
            color: #FFF !important;
        }

.fa-globe {
    margin-right: 5px !important;
    color: #FFF !important;
}

.panel-body {
    padding: 0px !important;
}

    .panel-body table tr td {
        padding-left: 30px !important;
    }

    .panel-body .table {
        margin-bottom: 0px !important;
    }

    .panel-body table tr td a:hover {
        background: transparent !important;
        color: #006a4e;
    }

    .panel-body table tr td active a {
        background: transparent !important;
        color: #006a4e;
    }

.fa-arrow-circle-right:before {
    content: "\f0a9";
    margin-right: 5px !important;
}

.pan-default > .pan-heading {
    color: #fff;
    background-color: rgba(223,164,68,1);
    border-color: transparent;
    font-size: 16px;
}

.pan-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 10px;
}

.pan-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-success > .panel-heading {
    color: #ffffff;
    background-color: #a1a1a1 !important;
    border-color: transparent;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none !important;
}

small, .small {
    font-size: 15px !important;
}

.list-group {
    margin-bottom: 0px;
    padding-left: 0;
}

.panel-heading {
    padding: 8px 15px;
}
.btn {
    padding: 6px 8px 6px;
    border-width: 0 1px 4px 1px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.mt-4 {margin-top: 40px;}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.d-flex {
		display: flex !important;
		align-items: center !important;
	}
	.mt-4 {margin-top: 0px;}
}