/*------------------------------------------------------------------
Project:  Pato
Version:  
Last change:  
Assigned to:  Kevin Nguyen
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700");

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@import '../js/jquery-ui/jquery-ui-1.8.24.custom.css';

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Courgette-Regular;
  src: url('../fonts/courgette/Courgette-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: NotoSans-Regular;
  src: url('../fonts/notosans/NotoSans-Regular.ttf'); 
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {background: url(../images/site-images/bg.jpg) repeat;
	height: 100%;
	font-family:'PT Sans',sans-serif;
  font-weight: 400;
}
.pre-header {
    background: url(../images/site-images/white-pattern.png) rgba(73, 80, 87, 0.35);
    height: 40px;
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
}
/* ------------------------------------ */
a {
  font-weight: 400;
	font-size: 13px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}



/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}
p {
    margin-bottom: 19px;
    line-height: 25px;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}

.left{ float:left; width:80%}
.right{ float:right; width:14%}
/* ------------------------------------ */
input {
	outline: none;
	/*border: none !important;*/
}

textarea {
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/* ------------------------------------ */
.navbar-nav {
    float: right;
    text-transform: uppercase;
    margin-top:0px;
    font-size: 13px;
}
.navbar-nav {
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0rem 0rem;
}
.navbar-default .navbar-nav > li > a {
    font-family:'PT Sans',sans-serif;
    color:#000;
    font-weight: 500;
    font-size: 16px;
    padding:16px 15px;
	/*text-shadow:0px 0px 0px #f7f1f1;*/
	text-transform:capitalize;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family:'PT Sans',sans-serif;
    color:#0055a5!important;
    font-weight: 500;
    background-color: #eee;
    /* border-bottom: 1px dotted #eee; */
    /* text-shadow: 1px 1px 1px #151414; */
}
.navbar-nav>li {
    float: left;
}
.nav>li, .nav>li>a {
    display: block;
    position: relative;
}
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #333;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#eee;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    /*min-height: 475px;*/
	min-height:400px;
}
.callbacks_container {
    position: relative;
    width: 100%;

}
#slider3, #slider4 {
    box-shadow: none;
    margin: 0px auto;
}
.rslides li {
    width: 100%;
    left: 0px;
    top: 0px;
}
.banner-info5 {
    background:transparent url(../images/site-images/faq.jpg) no-repeat scroll 0px 0px / cover;
}

.banner-info6 {background:transparent url("../images/site-images/amenities.jpg") no-repeat scroll 0px 0px / cover;}
.banner-info7{background:url(../images/site-images/attraction.jpg) no-repeat scroll 0px 0px / cover;}
.banner-info8 {background:url(../images/site-images/sitemap.jpg) no-repeat scroll 0px 0px / cover;}
.banner-info9 {background:url(../images/site-images/contact.jpg)  no-repeat scroll 0px 0px / cover;}
.banner-info11 {background:url(../images/site-images/gallery.jpg)  no-repeat scroll 0px 0px / cover;}

.banner-info5, .banner-info6, .banner-info7, .banner-info8, .banner-info9, .banner-info11 {
    min-height:458px;
}
.banner-info10 {min-height: 526px;}
.banner-info10 iframe {width: 100%; height: 412px;}
.banner-info10 {background: none no-repeat scroll 0px 0px / cover;}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05); margin-top: 40px;
}
.two-forths3 {
    width: 100%;
    margin: 0 3.3% 23px 0;
    padding: 20px;
    float: left;
    border: #CCCCCC double 1px;
    overflow: hidden;
}
.categories1 ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.categories1 ul li {
    list-style-type: none;
    background:url(../images/site-images/star.png) no-repeat 0 1px;
    display: block;
    padding-left: 2em;
    margin: 0 0 26px 0;
    font-size: 14px;
    text-transform: none;
    color: #555;
}
.text-center {
    text-align: center;
}
.row {
    flex-wrap: wrap;
 margin-left: 0px; }
.rslides {
    list-style: outside none none;
}
.baner-inf {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 45px;
    line-height: 58px;
    padding: 1em;
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    top: -95px;
    left: 0px;
    margin: auto;
    height: 56px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000000;
}
.bold{color:#0066CC; font-size: 20px;}


.two-forths2 {
    width: 100%;
    margin: 0 3.3% 36px 0;
    padding: 20px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.two-forths {
    width:46.7%;
    margin:0 3.3% 5px 0;
    padding:20px 20px 20px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.two-forths4 {
    width:46.7%;
    margin:0 3.3% 5px 0;
    padding:0px 20px 0px 0px;
    float: left;
    border: #CCCCCC double 1px;
}

.two-forths10 {
    width:46.6%;
    margin:0 3.3% 5px 0;
    padding:17px 20px 10px 20px;
    float: left;
    border:1px solid #0000001a;
}
.two-forths11 {
    width: 58%;
    margin: 0 0% 5px 0;
    padding: 0px 20px 0px 0px;
    float: left;
    border: #CCCCCC double 0px;
}
.two-forths12 {
    width:20%;
    margin: 0 0% 5px 0;
    padding: 0px 0px 0px 0px;
    float: left;
    border: #CCCCCC double 0px;
}
.two-forths13 {
    width: 16%;
    margin: 0 0% 5px 0;
    padding: 0px 0px 0px 0px;
    float: left;
    border: #CCCCCC double 0px;
}
.two-forths15 {
    width:46.6%;
    margin:0 3.3% 5px 0;
    padding:17px 20px 10px 20px;
    float: right;
    border:1px solid #0000001a;
}
.dir-name {
    font-family: 'PT Sans',sans-serif;
    color: #e45813db;
    font-size: 17px;
    font-weight: 500;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}
.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0055a5;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
:active, :focus {
    outline: none!important;
}
.pre-header {
    background: url(../images/site-images/white-pattern.png) rgba(73, 80, 87, 0.35);
    height: 40px;
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
}
.row {
    flex-wrap: wrap;
    margin-left: 0px;
}
.pull-right {
    float: right!important;
}
.pull-add {
    float: left!important;
}
.pull-add {
    float: left;
    margin-right: 16px;
    padding-right: 15px;
    padding-top: 6px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.container {
    width: 100%!important;
}
.social ul li {
    margin: 5px 5px 5px 0;
    list-style: none outside none;
    display: inline-block;
}
.social .fa-facebook {
    background: #1c62aa;
}
.social i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 9px 8px 8px 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
/* ------------------------------------ */
.container {
	max-width: 1200px;
}
.container1 {
    max-width: 84.9%;
    margin: 0 auto;
}
.slick-slide {
  outline: none !important;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin:-97px auto 0;
    z-index: 2;
}

.resr_form h2, .resr_form_inner h2 {
    margin-top:-96px;
    font-weight: 500;
    width:20.8%;
    margin-left:-20px;
    background:rgb(189, 134, 43);
    color: #fff;
    font-size: 1.4em;
    padding: 10px 10px 10px 19px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: left;
}
h1, h2, h3, h4, h5, h6, a {
    font-weight: 300;
    margin: 0 0 0px 0;
    color: #134A99;
}
.resr_form {
    padding: 54px 0px 12px 0px;
    /* width: 31%; */
    z-index: 1000;
    /* background-color: rgba(12, 12, 12, 0.85); */
    position: relative;
    /* margin: -13.9em 0 62px 125px; */
    opacity: 0.9;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.resr_form input, .resr_form_inner input {
    width: 16.5%;
    margin-bottom: 10px;
    background: url(../images/site-images/sprite.png) no-repeat -24px -178px rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 42px;
    margin-bottom: 18px;
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    border: 1px solid rgba(243, 236, 236, 0.35);
}

button, select {
    text-transform: none;
}
.button.button-reveal i {
    display: block;
    position: absolute;
    top: 2px;
    left: -32px;
    width: 32px;
    height: auto;
    margin: 0;
    text-align: center;
}
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 35px;
    width: 14%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 32px;
    margin-bottom: 18px;
}
.resr_form button:hover {
    background: #e74611;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    /* margin: 0; */
    /* font: inherit; */
    color: inherit;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    font-family: inherit;
    /* font-size: inherit; */
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    /* margin: 0; */
    /* font: inherit; */
    color: inherit;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    font-family: inherit;
    /* font-size: inherit; */
    line-height: inherit;
}
.booking {
    z-index: 50;
    position: relative;
    bottom: 111px;
    width: 100%;
    margin-bottom: 0px;
}

.booking .inner {
    background: rgba(12, 12, 12, 0.55);
    width: 90%;
    height: 93px;
    position: relative;
    margin: auto;
    padding: 0 20px 10px;
    max-width: 1000px;
}
.animated {
    opacity: 1!important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

select {
    width: 10%;
    margin-bottom: 10px;
    background: url(../images/site-images/sprite.png) no-repeat -85px -214px rgba(0,0,0,0.5) !important;
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 42px;
    margin-bottom: 18px;
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    border: 1px solid rgba(243, 236, 236, 0.35);
    -webkit-appearance: none;
    -moz-appearance: none;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.button.button-small {
    padding: 0 23px!important;
    font-size: 13px;
    line-height: 36px;
}
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 42px;
    width: 14%;
    /* margin: 0 auto; */
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 18px;
}
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.button-check {
    line-height: 40px!important;
    margin-top: 24px!important;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0;
    padding: 0 22px;
    font-size: 14px;
    height: auto;
    line-height: 36px;
    background-color: #c38d36;
    color: #FFF;
    font-weight: 400;
    font-family: 'PT Serif',serif;
    text-transform: none;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.button.button-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}
/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.margin_60_35 {
    padding-top: 141px;
    padding-bottom: 40px;
}
h1.main_title, h2.main_title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 23px 0;
    padding: 0;
    font-size: 28px;
    color: #ed5434;
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.paragraph{margin-bottom: 25px;}
.paragraph span{font-family: 'PT Sans',sans-serif;font-size:15px;line-height:27px;}
h1.main_title a {color:#0055a5;font-size: 28px;}
h1.main_title a:hover, h1.main_title a:focus {color: #ed5434; text-decoration: none; outline: none;}
h1, h2, h3, h4, h5, h6 {clear: both;line-height: 1.4;}
h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 22px;
    text-transform: none;
}
p.lead.styled {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;    font-weight: 300;
}

#additional {
    margin: 0 auto 27px;
    text-align: left;
}
.btn-secondary {
    background: #D59D00;
    border: 1px solid #D59D00;
    color: #fff;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}
.collapse.in {
    display: block;
}
.well {
    min-height: 20px;
    padding:19px 19px 0px 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05);font-size:0.8em; line-height:24px;
}
.text-left {
    text-align:left;
}
.collapse {
    display:block;
}
.title1 {
    border-bottom: #e4e4e4 1px solid;
    position: relative;
    line-height:25px;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    color: #3D7DBC;font-size: 1.1em;
}
.title-end, .widget .widget-title h6 {
    background: #F69B0C;
}
.title-end {
    bottom: -4px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 60px;
}
p {
    margin-bottom:23px;
    line-height: 25px;
}
.row12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mar-pad {
    margin: 2% 0;
}
.col-md-6 {
    float: left;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:43%;
}
iframe {
    width:100%;
    height: 253px;
}
.star-banner {
    width: 14%;
    float: left;
    margin-top: 32px;
}
.h1, .h2, .h3, h1, h2, h3 { margin-top: 8px;}
.bot-2 {
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;color: #fff;
}
.bot-3 {
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;color: #333;
}
.facility-ico {
    border: 1px solid #999;
    margin: 0% 0% 1% 1%;
    padding: 2%;
}
.facility-ico h5{ font-size:13px; color:#666; text-align:center;}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float: left;}
.col-md-4 {width: 31.33333333%;}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.content {padding: 3em 0;}

.row {
    margin-right: 9px;
    /* margin-left: -15px; */
}
.back-col {
    background:rgba(0,0,0,0.7);
    margin:1%; max-width:31.3%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}
p {
    margin-bottom: 19px;
    line-height: 25px;
}
p {
    margin: 0 0 20px;
}

.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #ec1d25;
    border-right: solid 6px #ec1d25;
    border-bottom: solid 6px #ec1d25;
    border-left: solid 6px #ec1d25;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

.footer {
    background: #48186b url(../images/site-images/bgmap.png) repeat;
    padding: 2em 0;
    font-family: Montserrat;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    background-size: cover;
    background-position: center top;
}

.footer a, .link ul li a:hover {
    text-decoration: none;
    color: #F3F2F2;
    font-size: 13px;
}

.footer-grid h3 {font-weight: 300;
    font-size:1.3em;
    color: #E5E4E4;
    margin:0 1em 1em 0;
    padding: 0 0 .5em;
    font-family:Montserrat;
    letter-spacing: 1px;
    border-bottom: 1px dotted #8F8D8D;
}
.footer h4 {
    color:#f3b20c;
    font-size:17px;
	font-weight:600;
}
.footer-grid p {
    color: #FFF;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width:47%;
    display: block;
    float: left;
}
.previlege {
    width:14.5%;
    float: right;
    margin: 60px 0 0 0px;
}
.previlege img {
    width: 100%;
}
.footer-copy {
    border-top: 2px solid #583173;
    padding: 1em 0;
    background: #2d0d44;
    text-align: center;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    color: #ef562d;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.footer-left {
    text-align: center;
    margin: 0 0 0em;
}

.footer-left p {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    font-weight: 300;
    font-family:Montserrat;
    margin: 0 0 0px 0;
}
p {
    font-size: 14px;
    color: #555;
    margin: 1em 0 2em;
    font-style: normal;
    line-height: 1.8em;
    font-weight: 300;
}
p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}
p {
    margin: 0 0 20px;
}
p {
    margin-bottom: 19px;
    line-height: 25px;
}
.btn {
    font-family: "Poppins", Arial, sans-serif;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.footer-left p a {
    color: #fff;
    text-decoration: none;font-size: 13px;
}

.footer-address {width:29%; max-width: 60%; margin-right:21px; padding-left: 0px;}
.footer-link {
    width: 34%;
    max-width: 28%;
    margin-right: 30px;
    float: left;
}
.footer-gallery {margin-right: 0px; width:100%}
@font-face {
	font-family:'Glyphicons Halflings';
	src:url(../fonts/glyphicons-halflings-regular.eot);
	src:url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
legend, pre {
	display:block;
	color:#333
}
.glyphicon-envelope:before {
	content:"\2709"
}
.glyphicon-print:before {
	content:"\e045"
}
.glyphicon-chevron-left:before {
	content:"\e079"
}
.glyphicon-chevron-right:before {
	content:"\e080"
}
.glyphicon-calendar:before {
	content:"\e109"
}
.glyphicon-earphone:before {
	content:"\e182"
}
.glyphicon-phone-alt:before {
	content:"\e183"
}

.social{margin:0;padding:0; display:block}
.social ul li{margin:5px 5px 5px 0;list-style:none outside none;display:inline-block}
.social i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding:9px 8px 8px 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.social i:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social .fa-facebook {background: #1c62aa;}
.social .fa-pinterest {background: #d11718;}
.social .fa-youtube-play {background: #f82828;}

.social1{margin:0;padding:0; display:none}
.social1 ul li{margin:5px 5px 5px 0;list-style:none outside none;display:inline-block}
.social1 i{width:36px;height:36px;color:#fff;font-size:16px;text-align:center;padding:11px 11px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social em {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 9px 8px 8px 6px;
        padding-right: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.social em:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social1 em:hover{background-color:#909AA0;transition:all ease .3s;-moz-transition:all ease .3s;-webkit-transition:all ease .3s;-o-transition:all ease .3s;-ms-transition:all ease .3s}
.social1 .fa-facebook {background: #1c62aa;}
.social1 .fa-pinterest {background: #d11718;}
.social1 .fa-youtube {background: #f82828;}
.two-third {
    margin: 0px auto;
    width:100%;
}
#searchmodule {
    background: #fff;
    padding:20px 0px 0px 0px;
    border-radius: 0;
    border: 0 none;
    position: relative;
    margin-bottom: 0px;
}
#searchmodule .tab-control {
    padding: 11px 11px 0px 11px;
    border-radius: 0;
    border: 0 none;
    background: #fff;
    overflow: hidden;
    margin:0 0 0 22px;
}
#searchmodule .tab-control li.ui-tabs-selected {
    background:url(../images/site-images/blue.jpg) repeat;
}
#searchmodule .tab-control li.ui-tabs-selected a {
    color: #fff;
}
#searchmodule .tab-control li a {
    color:#000;
    padding:10px 16.3px;
    float: left;
    line-height: 20px;
    font-size:14.2px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 500;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

*, *::before, *::after {
    transition: all .0s ease-in-out;
}


#searchmodule .tab-control li {
    margin: 0;
    border: 0 none;
    border-right: #ddd solid 1px;
    border-radius: 0;
    background:#efeeec;
    float: left;
    list-style: none;
    font-size: 12px;
}

#searchmodule li:last-child {
    border-right: none;
}
@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 1024px) {
#searchmodule .tab-control {
    padding: 11px 11px 0px 0px;
    margin: 0 0 0 13px;
}
}
@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}



/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height:80px;
  top:40px;
  left: 0;
  z-index: 100;
  border-top:0px solid #9c0304;
}
.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}
.row {
    /* margin-right: 0px; */
    /* margin-left: -15px; */
    display: block;
    margin: 0 auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left;
    padding-right: 20px;
}
.pull-left {
    float: left;
    margin-right: 16px;
    padding-right: 15px;
    padding-top: 6px;
    border-right:0px solid rgba(255,255,255,0.1);
}
.pre-header ul, .pre-header p {
    padding-top: 0px;
    color: #C9C9CB;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.pre-header i {
    padding-right: 5px;
}
.pre-header i {
    padding-right: 5px;
}
.pre-address-b {
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.pre-header p a {
    color: #C9C9CB;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.wrap-menu-header {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 40px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 52px;
  /*background: rgba(255,255,255,0.9);*/
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
  top:0px
}
.wrap-menu-header1 {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 39px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.header-fixed .wrap-menu-header1 {
    position: fixed;
    height: 53px;
    /* background: rgba(255,255,255,0.9); */
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    top: 0px;
}
.header-fixed .navbar-default1 .navbar-nav1 > li > a {
    font-family:'PT Sans',sans-serif;
    color: #151414;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 15px;
    text-shadow: 1px 1px 1px #f7f1f1;
}
.header-fixed .navbar-default .navbar-nav > li > a {
    font-family:'PT Sans',sans-serif;
    color:#151414;
    font-weight: 300;
    font-size: 16px;
    padding:13px 15px;
	/*text-shadow:0px 0px 0px #f7f1f1;*/
}
.header-fixed .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family:'PT Sans',sans-serif;
    color: #fff;
    /* font-weight: 600; */
    background-color: #eee;
    /* border-bottom: 1px dotted #eee; */
    /* text-shadow: 1px 1px 1px #151414; */
}
.header-fixed .logo > a {
    display: block;
    height: 90%;
}

.header-fixed .logo {
    height: 78px;
    margin-top: 19px;
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
 height: 78px;
 margin-top:13px;
}

.logo > a{
  display: block;
  height: 100%;
}

.logo > a > img {
  width: auto;
  max-height:80%;
  vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.main_menu > li > a {
  font-family: Montserrat;
  font-weight:600;
  font-size: 14px;
  text-transform: uppercase;
  color: #04325d;
  padding: 12px;
}

.header-fixed .main_menu > li > a {
  color: #222222;
}

.main_menu > li:hover > a {
  color: #ec1d25;
  text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
  position: absolute;
  top:0;
  left: 100%;
  width: 225px;
  background-color: white;

  transform-origin: top left;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34; 
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.main_menu > li:hover .sub_menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0; 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
  background-color: white;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.sub_menu > li:hover > a {
  color: #555555;
  text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
  font-size: 15px;
  color: white;
}

.header-fixed .social a {
  color: #222222;
}

.social a:hover {
  color: #ec1d25;
}

.btn-show-sidebar {
  width: 26px;
  height: 15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white; display:none;
}

.header-fixed .btn-show-sidebar {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.btn-show-sidebar:hover {
  border-top: 3px solid #ec1d25;
  border-bottom: 3px solid #ec1d25;
}

@media (max-width: 1200px) {
  .main_menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .social {padding-right: 0px;}

  .logo {
    height:100px;margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}


.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding:0.4em 1.4em 1.5em 1.9em;
    background: none;
}

/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {width: 300px;}
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((100% - 30px) / 3 );
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  background-color: rgba(236,29,37,0.7);
}

@media (max-width: 576px) {
  .wrap_header {
    height: 95px;
  }

  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height:99.9vh;
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #ec1d25;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom:100px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #d41b22;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #d41b22;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 360px){

.wrap-menu-header {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.logo > a > img {
    width: auto;
    max-height:70%;
    vertical-align: middle;
}
}
@media (max-width: 768px) {
	.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
}

.show-sidebar {
    right: 0px;
}
.show-sidebar {
    right: 0px;
}
.postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    width: 80%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px!important;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
}
.col-sm-6 {
   width: 100%;
}
  .wrap-content-slide1 .tit1 {
    font-size: 30px;
  }
.btn-show-sidebar {
    width: 18px;
    height: 15px;
    border-top: 3px solid black;
    border-middle: 3px solid black;
    border-bottom: 3px solid black;
    display: block;
}

  .wrap-content-slide1 .txt1 {
    font-size: 39px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 21px;    text-transform: capitalize;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 24px;
  }
  .p-t-150 {
    padding-top: 148px;
}
.m-b-15 {
    margin-bottom: 13px;
}
.m-b-37 {
    margin-bottom: 0px;
}
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: -28px;
}
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #111111;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
  top: 40%;
}


@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }

}


/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-video {
  background-color: rgba(0,0,0,0.5);
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 15px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}


/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.gallery {
    width:18%;
    max-width:34.4%;
    margin-right: 30px;
    float: left;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - 30px) / 3 );
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-gallery-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-footer:hover:after {
  background-color: rgba(236,29,37,0.7);
}






.item-gallery-footer1 {
    display: block;
    position: relative;
    width: calc((100% - 40px) / 4 );
    margin-right: 13px;
    margin-bottom: 13px;
}
.footer1-last{margin-right:0px;}

.item-gallery-footer1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-footer1:hover:after {
  background-color: rgba(236,29,37,0.7);
}

.policy {
    width:17%;
    max-width: 34.4%;
    margin-right: 0px;
    float: left;
}
.link1 ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width:100%;
    display: block;
    float: left;
}

/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {font-size: 30px;}
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc( (100% - 140px) / 3 ) ;
  margin: 30px 15px;
  position: relative;
}

.overlay-item-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,29,37,0.8);
  opacity: 0;
}

.overlay-item-gallery:hover {
  opacity: 1;
}

.btn-show-gallery {
  font-size: 18px;
  color: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}

@media (min-width: 768px) {
+
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;

  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}
@media (max-width:768px){

iframe {
    width: 100%;
    height: 253px;
}
.left{ float:none}
.right{ float:none}
}
@media (min-width:768px) and (max-width:1023px ) {
.logo {
    height: 100px;
    margin: 0;
}
.logo > a > img {
    width: auto;
    max-height: 63%;
    vertical-align: middle;
}
.m-l-33 {
    margin-left: 33px;
    margin-right: 10px;
    margin-bottom: 38px;
}
.postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    width:50%!important;
    margin-right: 0;
    float: none;
    margin-bottom: 50px!important;
}
.show-sidebar {
    right: 0px;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 382px;
}
.two-forths {
    width: 100%;
    margin:0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.two-third {
    margin: 0px auto;
    width: 100%;
}
#searchmodule .tab-control {
    padding: 29px 11px 0px 11px;
    border-radius: 0;
    border: 0 none;
    background: #fff;
    overflow: hidden;
    margin: 0 0 0 24px;
}
.categories1 ul li {
    list-style-type: none;
    background: url(../images/site-images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.footer-gallery {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}
#searchmodule .tab-control li a {
    color: #b80000;
    padding: 10px 10px;
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 500;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width: calc((96% - 100px) / 5.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.flex-w {
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-sm-6 {
    width: 100%;
    max-width: 100%;
}

.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
    width: 100%;
    float: none;
    flex: 47%;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 21.666667%;
}
.banner-info10 iframe {
    width: 100%;
    height: 312px;
}
.banner-info10 {
    min-height: 320px;
}
.banner-info5,.banner-info6, .banner-info7, .banner-info8  , .banner-info9, .banner-info11{
    min-height: 274px;
}
.item-slick1 {
    height:63.6vh;
}
.margin_60_35 {
    padding-top: 122px;
    padding-bottom: 40px;
}
.p-t-150 {
    padding-top:269px;
}
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: -29px;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 100px;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top:-62px;
    font-weight: 500;
    width:97.7%;
    margin-left: 0px;
    background: #e74611;
    color: #fff;
    font-size:1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:48.2%;
    margin-bottom: 10px;
    background:url(../images/site-images/sprite.png) no-repeat 173px -179px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    width:23.5%;
    margin-bottom: 10px;
    background: url(../images/site-images/sprite.png) no-repeat -16px -215px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 0px;
    margin-bottom:0px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    -webkit-appearance: none;
    -moz-appearance: none;
}	
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:23.4%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-gallery {
    margin-right: 0px;
    width: 100%;
}
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.policy {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    float: left;
    margin-top: 29px;
}
}
@media (max-width:600px){
h1.main_title a {
    color: #0055a5;
    font-size: 21px;
	line-height: 20px;
}
h1.main_title span, h2.main_title span {
    display: block;
    color: #999;
    font-size: 19px;
    text-transform: none;
}
.banner-info5, .banner-info6, .banner-info7, .banner-info8, .banner-info9, .banner-info11 {
    min-height: 91.5px;
    margin-top: 119px;
}
.two-third {
    margin: 0px auto;
    width: 100%;
}
#searchmodule .tab-control li a {
    color: #b80000;
    padding:10px 6px;
    float: left;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", Arial, sans-serif;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}
.pre-header {
    display: block;
}
.wrap-menu-header1 {
    position: absolute;
    width: 100%;
    height: 78px;
    top: 40px;
    left: 0;
    z-index: 100;
    border-top: 0px solid #9c0304;
}
.pre-address-b {
    height: auto;
    padding-top: 0px;
    padding-left: 15px;
    border-left: 0px solid rgba(255,255,255,0.1);
}
.pull-left {
    float: left;
    margin-right: 2px;
    padding-right: 15px;
    padding-top: 8px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.pull-add {
    float: left!important;
}
.email-id{background: rgba(0,0,0,0.5); margin-right: 2px;}
.two-forths4 {
    width: 100%;
    margin: 0 3.3% 5px 0;
    padding: 0px 20px 0px 0px;
    float: left;
    border: #CCCCCC double 1px;
}
.two-forths10 {
    width: 100%;
    margin: 0 3.3% 5px 0;
    padding: 17px 20px 10px 20px;
    float: left;
    border: 1px solid #0000001a;
}
.two-forths11 {
    width: 100%;
    margin: 0 0% 5px 0;
    padding: 0px 0px 0px 0px;
    float: left;
    border: #CCCCCC double 0px;
}
.dir-name {
    font-family: 'PT Sans',sans-serif;
    color: #e45813db;
    font-size: 17px;
    font-weight: 500;
	display:none
}
.two-forths12 {
    width: 20%;
    margin: 0 0% 5px 0;
    padding: 0px 0px 0px 0px;
    float: left;
    border: #CCCCCC double 0px;
    display: none;
}
.two-forths13 {
    width: 16%;
    margin: 0 0% 5px 0;
    padding: 0px 0px 0px 0px;
    float: left;
    border: #CCCCCC double 0px;
    display: none;
}
.two-forths15 {
    width: 100%;
    margin: 15px 3.3% 5px 0;
    padding: 17px 20px 10px 20px;
    float: left;
    border: 1px solid #0000001a;
}
}
@media (min-width:600px) and (max-width:767px ) {
.logo {
    height: 100px;
    margin: 0;
}
.logo > a > img {
    width: auto;
    max-height: 63%;
    vertical-align: middle;
}
.m-l-33 {
    margin-left: 33px;
    margin-right: 10px;
}


.postcontent, .postcontent.bothsidebar, .sidebar {
    width: 55%!important;
    margin-right: 0;
    float: none!important;
    margin-bottom: 40px!important;
    padding-bottom: 40px;
}
.show-sidebar {
    right: 0px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -211px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.banner-info6, .banner-info7, .banner-info8 , .banner-info9, .banner-info11 {
    min-height: 214px;
}
.item-slick1 {
    height:49.5vh;
}
.wrap-content-slide1 .tit1 {
    font-size: 23px;
}
.m-b-15 {
    margin-bottom: 21px;
}
.m-b-37 {
    margin-bottom: 190px;
}
.wrap-content-slide1 .txt1 {
    font-size: 28px;
}
.margin_60_35 {
    padding-top:175px;
    padding-bottom:40px;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px auto 0;
    z-index: 2;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top:0px;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top:-62px;
    font-weight: 500;
    width:97%;
    margin-left: 0px;
    background: #e74611;
    color: #fff;
    font-size:1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:47.6%;
    margin-bottom: 10px;
    background:url(../images/site-images/sprite.png) no-repeat 93px -179px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    width:22.9%;
    margin-bottom: 10px;
    background: url(../images/site-images/sprite.png) no-repeat -53px -215px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 0px;
    margin-bottom:0px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    -webkit-appearance: none;
    -moz-appearance: none;
}	
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width: 23.2%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
}
@media (min-width: 480px) and (max-width:599px ) {
.show-sidebar {
    right: 0px;
}
.show-sidebar {
    right: 0px;
}
.postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    width: 80%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px!important;
}
.logo {
    height: 100px;
    margin: 0;
}
.logo > a > img {
    width: auto;
    max-height: 63%;
    vertical-align: middle;
}
.m-l-33 {
    margin-left: 33px;
    margin-right: 10px;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 354px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}
.col-xs-12 {
    width: 100%;
}
.col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
	margin-bottom: 22px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.facility-ico {
    border: 1px solid #999;
    margin: 0% 0% 5% 1%;
    padding:6%;
}
.banner-info6, .banner-info7, .banner-info8 .banner-info9, .banner-info11 {
    min-height: 171px;
}
.item-slick1 {
    height: 40vh;
}	
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top:-62px;
    font-weight: 500;
    width:95.6%;
    margin-left: 0px;
    background: #e74611;
    color: #fff;
    font-size:1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:46.7%;
    margin-bottom: 10px;
    background:url(../images/site-images/sprite.png) no-repeat 35px -179px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    width:22.3%;
    margin-bottom: 10px;
    background: url(../images/site-images/sprite.png) no-repeat right -217px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 0px;
    margin-bottom:0px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    -webkit-appearance: none;
    -moz-appearance: none;
}	
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:22.2%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    border-radius: 3px;
    margin-top:0px;
    margin-bottom: 0px;
}
.pull-left {
    float: left;
    padding-right:0px;
}
.pre-address-b { display:block;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.m-b-15 {
    margin-bottom: 4px;
}
}
@media (min-width: 360px) and (max-width:479px ) {
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 397px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - -92.6px) / 4.6 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    display: none;
}

.row {
    margin-right: 0px;
    /* margin-left: -15px; */
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.col-md-4 {
    width: 100%;
    max-width: 100%;
}
.categories1 ul li {
    list-style-type: none;
    background: url(../images/site-images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 46px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: none;
}
.footer-gallery {
    margin-right: 0px;
    margin-top: 15px;
}
.previlege {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.banner-info10 iframe {
    width: 100%;
    height: 237px;
}
.banner-info10 {
    min-height: 242px;
}

.well {
    min-height: 20px;
    margin-bottom: -60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 140px;
}
.margin_60_35 {
    padding-top: 157px;
    padding-bottom: 40px;
}
.two-forths {
    width: 100%!important;
    margin: 0 3.3% 17px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

.banner-info5,.banner-info6, .banner-info7, .banner-info8 , .banner-info9, .banner-info11{
    min-height: 128px;
}
.item-slick1 {
    height: 30vh;
}	
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.wrap-content-slide1 .txt1 {
	display:none
  }	
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top:-62px;
    font-weight: 500;
    width:95.6%;
    margin-left: 0px;
    background: #e74611;
    color: #fff;
    font-size:1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:46.4%;
    margin-bottom: 10px;
    background:url(../images/site-images/sprite.png) no-repeat -29px -178px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    width:29.9%;
    margin-bottom: 10px;
    background: url(../images/site-images/sprite.png) no-repeat right -217px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 0px;
    margin-bottom:12px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    -webkit-appearance: none;
    -moz-appearance: none;
}	
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:95.6%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 0px;
}
}
@media (min-width: 320px) and (max-width:359px ) {
.margin_60_35 {
    padding-top: 203px;
    padding-bottom: 40px;
}
.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((100% - 0px) / 4 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.two-forths {
    width: 100%;
    margin: 0 3.3% 19px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}

.wrap-content-slide1 .tit1 {
    font-size: 21px;
    text-transform: capitalize;
    display: none;
}
.categories1 ul li {
    list-style-type: none;
    background: url(../images/site-images/4.png) no-repeat 0 7px;
    display: block;
    padding-left: 2em;
    margin: 1em -20px;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    width: 100%;
}
.footer-grid h3 {
    font-weight: 300;
    font-size: 1.3em;
    color: #E5E4E4;
    margin: 0 0em 1em 0;
    padding: 0 0 .5em;
    font-family: Montserrat;
    letter-spacing: 1px;
    border-bottom: 1px dotted #8F8D8D;
}

.footer-address {
    width: 100%;
    max-width: 100%;
    margin-right:0px;
}
.footer-grid p {
    color: #FFF;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0;
    text-align: left;
}
.footer-link {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    float: left;
	margin-top:22px;
}
.link ul li {
    list-style-type: none;
    margin: 0 0 0px;
    background: url(../images/site-images/4.png) no-repeat 0 10px;
    padding-left: 2em;
    width: 100%;
    display: block;
    float: left;
}
.footer-gallery {margin-right: 0px;margin-top:22px;}
.previlege {
    width: 60%;
    float: none;
    margin: 0 auto;
}
.col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.back-col {
    background: rgba(0,0,0,0.7);
    margin: 1%;
    max-width: 100%;
}
.row {
    flex-wrap: wrap;
 margin-left: 0px; 
}
.banner-info10 iframe {
    width: 100%;
    height: 237px;
}
.banner-info10 {
    min-height: 242px;
}
.well {
    min-height: 20px;
    margin-bottom: -60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 140px;
}
h1.main_title, h2.main_title {
    text-align: center;
    text-transform: uppercase;
    margin: -63px 0 23px 0;
    padding: 0;
    font-size: 28px;
    color: #ed5434;
    font-family: 'Playfair Display', 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.two-forths {
    width: 100%!important;
    margin: 0 3.3% 17px 0;
    padding: 0px 20px 0px 20px;
    float: left;
    border: #CCCCCC double 1px;
}
.banner1 {
    z-index: 1;
    background-size: cover;
    min-height: 379px;
}
.banner-info5, .banner-info6, .banner-info7, .banner-info8, .banner-info9, .banner-info11 {
    min-height: 91.5px;
    margin-top: 119px;
}

.item-slick1 {
    height: 26vh;
}
.res {
    position: relative;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 44px auto 0;
    z-index: 2;
}
.wrap-content-slide1 .txt1 {
	display:none
  }	
.resr_form {
    width: 100%;
    margin-top: 60px;
}
.resr_form {
    padding: 20px 0px 20px 16px;
    z-index: 11;
    -webkit-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    -moz-box-shadow: 0 0 30px 0 rgba(34,30,24,.5);
    box-shadow:0 0 0px 0 rgba(34,30,24,.5);
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
}
.resr_form {
    top: 0;
}
.resr_form h2 {
    text-align: center;
    width: 95%;
}
.resr_form h2, .resr_form_inner h2 {
    margin-top:-62px;
    font-weight: 500;
    width:95.6%;
    margin-left: 0px;
    background: #e74611;
    color: #fff;
    font-size:1.4em;
    padding: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}
.resr_form input, .resr_form_inner input {
    width:46%;
    margin-bottom: 10px;
    background:url(../images/site-images/sprite.png) no-repeat -48px -179px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 14px;
    margin-bottom: 0px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
}
.resr_form_inner select, .resr_form select {
    width:29.7%;
    background: url(../images/site-images/sprite.png) no-repeat -96px -215px rgba(5, 32, 72, 0.9);
    color: #ffffff;
    font-size: 14px;
    padding-left: 9px;
    height: 40px;
	margin-top: 10px;
    margin-bottom:10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #8a8888;
    -webkit-appearance: none;
    -moz-appearance: none;
}	
.resr_form button, .resr_form_inner button {
    background: #0F79BF;
    height: 40px;
    width:95.5%;
    margin: 0 auto;
    border: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    padding: 5px 15px 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 0px;
}
}

.five {
    font-size: 17px;
    margin-bottom: 10px;
    /* background: rgba(234, 185, 168, 0.96); */
    /* padding-left: 5px; */
}
.categories ul{padding:0;margin:0; width:100%}
.categories ul li{list-style-type:none;background:url(../images/site-images/star.png) no-repeat 0 3px;display:block;padding-left:2em;margin:0.6em 0em;font-size:14px; text-transform:none; color:#555;line-height: 25px;}
.categories ul li a{font-size:14px;text-decoration:none;letter-spacing:1px; color: black;}
.categories ul li a:hover{text-decoration:none;color:#039}
.last-col2 {
    overflow: hidden;
}

.categories9 ul{padding:0;margin:0; width:100%}
.categories9 ul li{list-style-type:none;background:url(../images/site-images/star.png) no-repeat 0 3px;display:block;padding-left:2em;margin:0.6em 0em;font-size:14px; text-transform:none; color:#555;line-height: 25px;border-bottom: 1px solid #0000001a;}
.categories9 ul li a{font-size:14px;text-decoration:none;letter-spacing:1px; color: black;}
.categories9 ul li a:hover{text-decoration:none;color:#039}

.categories10 ul{padding:0;margin:0; width:100%}
.categories10 ul li{list-style-type:none;background:none;display:block;padding-left:2em;margin:0.6em 0em;font-size:14px; text-transform:none; color:#555;line-height: 25px;border-bottom: 1px solid #0000001a;}
.categories10 ul li a{font-size:14px;text-decoration:none;letter-spacing:1px; color: black;}
.categories10 ul li a:hover{text-decoration:none;color:#039}



.categories10 ul{padding:0;margin:0; width:100%}
.categories10 ul li{list-style-type:none;background:none;display:block;padding-left:0em;margin:0.6em 0em;font-size:14px; text-transform:none; color:#555;line-height: 25px;}
.categories10 ul li a{font-size:14px;text-decoration:none;letter-spacing:1px; color: black;}
.categories10 ul li a:hover{text-decoration:none;color:#039}