@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
	font-size: 16px;
	color: #000000;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    line-height: 28px;
}

a {
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

img {
    max-width: 100%;
}

a img {
	border: 0px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border-radius: 0px;
    box-shadow: inherit;
    height: auto;
    padding: 8px 15px;
}
input:hover[type="text"], input:focus[type="text"],
input[type="email"]:hover,input[type="email"]:focus,
input[type="password"]:hover,input[type="password"]:focus,
textarea:hover, textarea:focus {
    box-shadow: inherit !important;
    border: 1px solid rgb(141, 116, 60) !important;
}
textarea {
    border-radius: 0px !important;
    min-height: 100px;
}

h1 { font-size: 40px;}
h2 { font-size: 30px; }
h3 { font-size: 27px; }
h4 { font-size: 25px; }
h5 { font-size: 21px; }
h6 { font-size: 19px; }

.clr_dbrown { color: rgb(141, 116, 60); }

.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }

.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.underline { text-decoration: underline; }

.navbar {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.t_upper {
    text-transform: uppercase;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    text-align: left;
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    height: 100%;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
    background: rgba(0,0,0,0.7)
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    background: #000000;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #403d36;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #2e2e2e;
    color: #cecece;
}

.overlay {
    position: fixed;
    top: 0px;
    width: 100%;
    width: 100vw;
    height: 100vh;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000000;
    border-bottom: 1px solid #343434;
}

#sidebar ul.components {
    padding: 0px 0 20px;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 12px 21px;
    font-size: 1em;
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #383838;
    text-transform: uppercase;
}
#sidebar ul li a:hover {
    color: #ffffff;
    background: #2c2c2c;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #2c2c2c;
}
.sidebar-header h3 {
    font-size: 17px;
}
/*
a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}*/


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    position: relative;
    height: 100%;
    height: 100vh;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    /*position: absolute;
    top: 0;
    right: 0;*/
}
.content {
    text-align: left;
}
.body_bg {
    background-image: url("../images/mainbg.jpg");
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.navbar {
    background: transparent;
    box-shadow: inherit;
}
.navbar-brand {
    float: none;
    padding: 15px 0px;
    line-height: normal;
    height: auto;
    top: 0px;
    position: relative;
}
.logo {
    display: table;
    width: 100%;
    height: 100%;
}
    /* Safari only override */
    ::i-block-chrome,.logo {
        margin-top: 16%;
}
    /* Safari only override */
    ::i-block-chrome,#content {
       float: left;
}
.ds_tb {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.navbar-btn {
    color: #ffffff;
    padding: 0px;
    background: #b39a61;
    border-radius: 0px;
    font-size: 23px;
    box-shadow: 2px 2px 0px #726666;
}
.navbar-btn i {
    background: #90773d;
    padding: 10px 12px;
}
.navbar-btn span {
    padding: 10px 12px 10px 8px;
}
.rlt {
    position: relative;
}
.booknow_box {
    position: absolute;
    top: 40px;
    right: 45px;
}
.btn_booknow {
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    padding: 0px 33px;
    font-size: 25px;
    margin: 0px;
    background-color: rgb(213, 43, 43);
    display: inline-block;
    border-radius: 4px;
    border-bottom: 4px solid rgb(180, 36, 36);
    text-transform: uppercase;
}
.btn_booknow:hover, .btn_booknow:focus {
    color: #ffffff;
    background-color: rgb(180, 36, 36);
    border-bottom: 0px solid rgb(213, 43, 43);
}
.footer {
    position: fixed;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(37, 45, 62, .5);
}
.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
.footer p a {
    color: #b39a61;
}

/*** inner page css **/

.ip_content {
    height: auto !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ip_content .navbar-header {
    padding-left: 20px;
    margin-top: 20px;
}
.ip_content .booknow_box {
    margin-top: 2px;
}
.ip_content .logo {
    margin-top: 0px;
    display: inherit;
}
.ip_content .navbar-brand {
    top: 0px;
}
.inner_header {
    background-image: url("../images/mainbg.jpg");
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    /*border-top: 6px solid #34322e;*/
    position: relative;
}
.inner_header .navbar {
    background: transparent;
    box-shadow: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
}
.breadcrumb {
    padding: 11px 45px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #d8d8d8;
    background-color: #988d67;
    border-radius: 0px;
}
.breadcrumb > .active {
    color: #c9cabe;
}
.breadcrumb li a {
    color: #ffffff;
}
.ft_in {
    width: 100%;
    /*float: left;*/
    /*position: inherit;*/
    background: #333333;
}
.about_content {
    width: 100%;
    float: left;
    padding: 80px 0px 0px 0px;
}

.pl0 {
    padding-left: 0px;
}
.pr0 {
    padding-right: 0px;
}
.about_img img {
    display: block;
}
.p50 {
    padding: 90px 50px;
}
.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hztab {
    text-align: center;
}
.resp-tabs-list li {
    float: none;
}
.resp-tabs-container {
    text-align: left;
}
.resp-tabs-container .panel-warning {
    border-color: #f3f1ec;
    border-radius: 0px;
    box-shadow: inherit;
    margin: 30px 0px 10px;
    border: 0px;
}
.resp-tabs-container .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #f9f9f9;
    border-color: #f1eadb;
}
.resp-tabs-container .panel-warning > .panel-heading a, .resp-tabs-container .panel-warning > .panel-heading span {
    font-size: 18px;
    font-weight: 500;
    color: #887447;
}
.resp-tabs-container .panel-body {
    padding: 15px;
    color: #6d6d6d;
    font-size: 15px;
    
}
.contact_box { 
    padding: 0px 0px;
}

.ct_text {
    padding: 30px 20px 50px;
}
.bg_clr1 {
        background-color: #293138;
}
.ct_text p {
    color: #ffffff;
    font-size: 15px;
}
.ct_text .opd {
    color: rgb(141, 116, 60);
}
.ct_text p a {
    color: #b39a61;
}
.ct_form {
    /*background-color: #b39a61; */
    padding: 70px 20px;
}
.ct_form label {
    margin-bottom: 3px;
}
.contact_form .form-group {
    margin-bottom: 20px;
}
.ct_form label span {
    color: #f40000;
}
.btn_submit {
    background: rgb(141, 116, 60);
    border: 1px solid rgb(141, 116, 60);
    color: #ffffff;
    padding: 12px 30px;
    text-transform: uppercase;
}
.btn_submit:hover, .btn_submit:focus {
    border: 1px solid rgb(141, 116, 60);
    background: #ffffff;
    color: rgb(141, 116, 60);
}
.f_vst {
    background: #f7f7f7;
    color: #887447;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cbtn {
    background: rgb(141, 116, 60);
    border: 1px solid rgb(141, 116, 60);
    color: #ffffff;
    padding: 12px 30px;
    text-transform: uppercase;  
    display: inline-block;
}
.cbtn:hover, .cbtn:focus {
    border: 1px solid rgb(141, 116, 60);
    background: #ffffff;
    color: rgb(141, 116, 60);
}
.opt_hrs {
    position: relative;
    border: 2px dashed #988d67;
    padding: 50px 40px;
    background: url("../images/pattern1.png");
    
}
.s_icon {
    position: absolute;
    top: -25px;
    left: -30px;
}
.dsbox {
    margin: 15px 0px;
    position: relative;
    border: 2px dashed #d5d5d5;
    padding: 25px 30px 30px;
    background: url("../images/pattern1.png");
    height: 145px;
}
.s_icon2 {
    position: absolute;
    top: -12px;
    left: 0px;
}
.s_icon2 img {
    width: 30px;
}
.wd100 {
    width: 100%;
    padding: 0px 30px;
}
@media (min-width: 992px) {
#dismiss { display: none; }
.navbar-default {
    display: none;
}
.sidebar-header {
    display: none;
}
#sidebar {
    width: auto;
    position: absolute;
    top: 30px;
    left: 45px;
    height: auto;
    height: auto;
    overflow: inherit;
    background: transparent;
}
#sidebar .components li {
  float: left;
}
#sidebar ul li a {
    border-bottom: 0px;
}
#sidebar ul.components {
    margin-top: 15px;
}
.logo {
    height: 100%;
}
.navbar-brand {
    top: 0px;
}
.ip_content .booknow_box {
    top: 35px;
}
}
.fxd {
    position: fixed;
}

.honeypot {
    display: none;
}