﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&amp;display=swap');


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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
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;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration:none!important;
}
html, body {
    height:100%;
}
body{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400!important;
	line-height: 32px!important;
	font-size: 16px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
}
.res-hide{
}
.res-show{
	display:none!important;
}

@media screen and (max-width : 992px) {
body{	
	line-height: 24px!important;
	font-size: 12px!important;
}
.res-hide{
	display:none!important;
}
.res-show{
	display:block!important;
}
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.affix{
	top:0;
	padding:0;
    width: 100%;
    z-index: 999 !important;
	background: -webkit-linear-gradient(0deg, #fff, #f9f9f9);
	background: linear-gradient(0deg, #fff, #f9f9f9);
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.affix .logo{
	display:none;
}
.affix .logo2{
	display:block;
}
.affix .logo2 img{
	height:61px;
	margin:5px 0;
}
.affix .header-right .t-menu{
	margin:0 0 0 0;
}
.affix .header-right .t-menu .btn-join{
	box-shadow:inset 0px 0px 0px 2px rgba(255,255,255,0);
	background-color:rgba(0,0,0,0);
	border-radius:3px;
	color:#00b692;
}
.affix .header-right2 a{
	color:#de0000;
}
header{
	position: absolute;
	z-index:100;
	left:0;
	top:0;
	width: 100%;
	padding:0;
	background-color:rgb(255 255 255);
	color:#fff;
}
header.inner{
	position: absolute;
	z-index:100;
	left:0;
	top:0;
	width: 100%;
	padding:15px 0;
	background-color:rgba(255,255,255,0);
	color:#fff;
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:30%;
}
header .logo img{
	height:auto;
	width:auto;
	max-width:100%;
}
header .logo2{
	float:left;
	width:30%;
	display:none;
}
header .logo2 img{
	height:auto;
	width:auto;
	max-width:100%;
}
header .header-right{
	float:left;
	width:50%;
}
header .header-right .t-menu{
	margin:0;
}
header .header-right2{
	text-align:right;
	float:left;
	width:20%;
	margin:13px 0px;;
	font-size:26px;
	padding:7px 0 0 0;
	color:#FC3;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:700;
}
header .header-right2 a{
	color:white;
	border: 2px solid black;
	border-radius: 10%;
	background: #860C14;
}
@media screen and (max-width : 992px) {
.affix .logo2 img{
	height:40px;
	margin:0px 0;
}
header{
}
header .logo{
	float:left;
	width:50%;
}
header .logo2{
	width:50%;
	display:none;
}
header .header-right{
	float:left;
	width:10%;
}
header .header-right2{
	float:left;
	width:40%;
	margin:0;
	padding:5px 0 0 0;
}
}
@media screen and (max-width : 768px) {
.affix .logo2 img{
	height:40px;
	margin:0px 0;
}
header{
}
header .logo{
	float:left;
	width:80%;
}
header .logo2{
	width:80%;
	display:none;
}
header .header-right{
	float:left;
	width:10%;
}
header .header-right2{
	width:10%;
}
}
.slider{
	position:relative;
	background-color:#27623b;
}
.slider .slider-content{
	position:absolute;
	left:0;
	top:150px;
	z-index:10;
	width:100%;
	height:auto;
}
.slider .slider-content .container-fluid{
	padding-top:65px;
	padding-bottom:35px;
}
.slider .slider-content .slide-text{
	background-color:rgba(255,255,255,0);
	width:40%;
	float:left;
	/*margin-left:10%;*/
	text-align:right;
	padding-top:80px;
}
.slider .slider-content .slide-text h5{
	color:#fff!important;
	text-shadow:0px 0px 5px rgb(0,0,0);
	font-weight:400!important;
}
.slider .slider-content .slide-text h5 strong{
	font-weight:700!important;
	font-size:43px;
}
.slider .slider-content .slide-form{
	float:right;
	width:32%;	
	background-color:rgba(242, 223, 122, 1);
	padding:15px;
	border-radius:15px;
}
.slider .slider-content .slide-form h3{
	font-size:28px!important;
}
.slider .slider-content .slide-form h4{
	color:white!important;
	font-size:21px!important;
}
.slider .slider-content .slide-form h4 strong{
	color:#eacb53;
	background-color:#fff;
	padding:0 7px;
	font-size:26px!important;
}
.slider .slider-content .slide-form .g-cap{
	height:50px;
	overflow:hidden;
}
@media screen and (max-width : 992px) {
.slider .slider-content{
	position:relative;
	left:0;
	top:0;
	z-index:auto;
	padding-bottom:40px;
	border-top:solid 3px #c78300;
}
.slider .slider-content .container-fluid{
	padding-top:10px;
	padding-bottom:10px;
}
.slider .slider-content .slide-text{
	background-color:rgba(255,255,255,1);
	padding:20px;
	width:100%;
	float:none;
}
.slider .slider-content .slide-text ul li{
	font-size:14px;
}
.slider .slider-content .slide-form{
	float:none;
	width:100%;
	margin-left:0;
	background-color:rgba(0,0,0,0);
	padding:0;
	margin-top:0;
}
.slider .slider-content .slide-form h3{
	font-size:18px!important;
}
.slider .slider-content .slide-form h4{
	color:#fff!important;
	font-size:16px!important;
}
.slider .slider-content .slide-form h4 strong{
	color:#eacb53;
	background-color:#fff;
	padding:0 7px;
	font-size:18px!important;
}
}
.bb{
	background-color:#fff;
	text-align:center;
	color:#ffcc00;
}
.bb .container-fluid{
	padding-top:20px;
	padding-bottom:0;
}
.bb ul{
	width:100%;
	display:table;
}
.bb ul li{
	background: #191919;
	float:left;
	list-style:none;
	width:15.66%;
	margin:0 .5%;
	padding:10px;
	border-radius:10px;
	box-shadow:0px 5px 5px rgba(0,0,0,0);
	border:dashed 1px #232729;
}
.bb ul li h6{
	font-size:14px!important;
	font-style:normal;
	color:white!important;
	display:block;
	line-height:normal!important;
}
.bb ul li h6 strong{
	font-weight:700!important;
	display:block;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 10px 0;
}
@media screen and (max-width : 768px) {
.bb{
	background-color:#fff;
	text-align:center;
	color:#ffcc00;
}
.bb ul{
	width:100%;
	display:table;
}
.bb ul li{
	float:left;
	list-style:none;
	width:31.33%;
	margin:15px 1%;
	padding:10px;
	border-radius:10px;
	box-shadow:0px 5px 5px rgba(0,0,0,0);
	border:dashed 1px #27623b;
}
.bb ul li h6{
	font-size:14px!important;
	font-style:normal;
	color:#27623b!important;
	display:block;
	line-height:normal!important;
}
.bb ul li h6 strong{
	font-weight:700!important;
	display:block;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 10px 0;
}
}
@media screen and (max-width : 650px) {
.bb ul{
	width:100%;
	display:table;
}
.bb ul li{
	width:48%;
	margin:10px 1%;
	padding:10px 0;
	height:140px;
}
.bb ul li h6{
	font-size:14px!important;
	font-style:normal;
	color:#27623b!important;
	display:block;
	line-height:normal!important;
}
.bb ul li h6 strong{
	font-weight:700!important;
	display:block;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 10px 0;
}
}
h1, h2, h3, h4, h5{
	font-weight:700!important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
h1{
	font-size: 32px!important;
	line-height: normal;
	color: black;
	padding:0 0 15px 0;
	margin:0 0 20px 0!important;
	position:relative;
	text-transform:uppercase;
}
h1 span{
	position:absolute;
	bottom:0;
	width:80px;
	height:3px;
	background-color:#292d2b;
	left:0;
}
.container2 h1{
	color: #000!important;
}
.container2 h1 span{
	background-color:#fff;
}
.container2 h2{
	color: black;
}
.container2 h2 span{
	background-color:#292d2b;
}
.text-center h1 span{	
	left:50%;
	margin:0 0 0 -40px;
}
h2{
	font-size: 28px!important;
	line-height: normal;
	color: black;
	padding:0 0 15px 0;
	margin:0 0 20px 0!important;
	position:relative;
	text-align:left;
}
h2 span{
	position:absolute;
	bottom:0;
	width:80px;
	height:3px;
	background-color:#292d2b;
	left:0;
}
.text-center h2{
	text-align:center
}
.text-center h2 span{	
	left:50%;
	margin:0 0 0 -40px;
}
.pink h2{
	color: #ed1c24!important;
}
.pink h2 span{
	background-color:#fff;
}
h3{
	font-size: 17px!important;
	line-height: normal;
	color: #0b0b0b!important;
	margin: 8px 0 20px 0!important;
}
h3.title{
	background-color:rgba(0,0,0,.8);
	font-size: 22px!important;
	line-height: normal;
	color: #eacb53!important;
	margin: 0 0 10px 0!important;
	padding:8px 0;
}
h3.title span{
	color: #eacb53!important;
	margin:0 10px;
}

h4{
	font-size: 14px!important;
	line-height: normal;
	color: #000!important;
	padding:0;
	margin:0 0 10px 0!important;
	position:relative;
}
h5{
	font-size: 26px!important;
	line-height: normal;
	color: #999!important;
	padding:0;
	margin:0 0 10px 0!important;
}
h6{
	font-size: 16px!important;
	font-style:italic;
	line-height:32px!important;
	color:#777!important;
	font-weight:300!important;
}
@media screen and (max-width : 480px) {
h1{
	font-size: 20px!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0!important;
}
h2{
	font-size: 18px!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0!important;
}
h3{
	font-size: 16px!important;
	margin: 0 0 10px 0!important;
}
h4{
	font-size: 14px!important;
}
h5{
	font-size: 14px!important;
	line-height: normal;
}
h6{
	font-size: 14px!important;
	line-height:24px!important;
}
}
.inner-banner{
	background-color:#27623b;
	background-attachment: scroll;
	background-image: url(../images/inner-bg.html);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width:100%;
	overflow:hidden;
	padding:320px 0 40px 0;	
	position: relative;
}
@media screen and (max-width : 992px) {
.inner-banner{
	padding:250px 0 40px 0;	
}
}
@media screen and (max-width : 768px) {
.inner-banner{
	padding:190px 0 40px 0;	
}
}
@media screen and (max-width : 480px) {
.inner-banner{
	padding:110px 0 40px 0;	
}
}
.inner-banner h3{
	margin:0!important;
	color:#fff!important;
}
.inner-banner .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.banner{
	margin:60px 0;
}
.banner img{
	width:100%;
	height:auto;
}


.container-fluid{
	padding-top:60px;
	padding-bottom:60px;
	padding-left:60px!important;
	padding-right:60px!important;
}
.container-fluid.top-no-pad{
	padding-top:10px;
}
@media screen and (max-width : 1200px) {
.container-fluid{	
	padding-left:40px!important;
	padding-right:40px!important;
}
}
@media screen and (max-width : 768px) {
.container-fluid{	
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px!important;
	padding-right:30px!important;
}
}
.container-fluid p{
	margin:0;
	text-align:justify;
}

.container2{
	
	color:black;
}
.container2 h6{
	color:rgba(255,255,255,1)!important;
}
.container2 h6 a{
	color:rgba(255,255,255,.8)!important;
}
.waves{
	display: block;
	content: '';
	height: 150px;
	width: 102%!important;
	/*background: url(../images/waves.svg) bottom no-repeat;*/
	background-size: contain;
	position: absolute;
	bottom: -1px;
	z-index: 1;
}

.home-1{
	background-color:#d2b345;
	font-size:16px;
	color:#fff;
	height:430px;
}
.home-1 .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.home-1 h2{
	color:#fff!important;
}
.home-1 h2 span{
	background-color:#292d2b;
}
.home-1 .hm1-l{
	background-attachment: scroll;
	background-image: url(../images/home1-2.html);
	background-repeat: no-repeat;
	background-position: center left;
	float:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:50%;
	height:100%;
}
.home-1 .hm1-r{
	float:left;
	width:50%;
	padding:50px;
	position:relative;
}
.home-1 .hm1-r form{
	position:relative;
	width:100%;
}
@media screen and (max-width : 920px) {
.home-1{	
	color:#fff;
	height:auto;
}
.home-1 .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.home-1 .hm1-l{
	background-attachment: scroll;
	background-image: url(../images/home1-2.html);
	background-repeat: no-repeat;
	background-position: center left;
	float:none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:300px;
}
.home-1 .hm1-r{
	float:none;
	width:100%;
	padding:20px;
}
.home-1 .hm1-r form{
	position:relative;
	width:100%;
	background-color:rgba(32,48,97,.0);
	right:0;
	padding:0;
}
.home-1 .hm1-r h2{
	color:#fff!important;
}
.home-1 .hm1-r ul li{
	list-style:none;
	margin:20px 0;
	font-weight:700;
	font-size:13px;
	line-height:normal;
}
}

.image{
	border:solid 10px #203061;
	border-right-color:#fff;
	border-bottom-color:#fff;
	box-shadow:10px 10px 0px #eacb53;
	width:100%;
	height:auto;
}

.thumb{
}
.thumb .th-img{	
	background-color:rgba(0,0,0,0);
	padding:20px 0;
	text-align:center;
}
.thumb .th-img img{
	width:auto;
	height:120px;
}
.thumb .th-cont{
	padding:20px!important;	
}
.thumb .th-cont h3{
	font-size:22px!important;
	color:#203061!important;
}
@media screen and (max-width : 768px) {
.thumb{	
	margin:20px 0;
}
.thumb .th-img{		
}
.thumb .th-img img{	
}
.thumb .th-cont{
	padding:20px!important;	
}
}



.container-fluid-red{
	background-color:#fff;
	box-shadow:inset 0px 100px 50px -50px rgba(0,0,0,.03);
	border-top:solid 3px #fff;
}
.container-fluid-red img{
	width:auto;
	height:auto;
	max-width:320px;
	border-radius:25px 0 25px 0;
	margin:0 0 0 15px;
}
.container-fluid-red p{
	text-align:justify;
}
.container-fluid-red ul{
	margin:0;
}
.container-fluid-red ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
}
.container-fluid-red .list-subcat{
	margin:0;
}
.container-fluid-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:15px;
	font-weight:700;
	margin:1%;
	text-align:center;
	float:left;
	width:23%;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.container-fluid-red .list-subcat li a{
	background-color:#fff;
	font-family:Roboto Condensed!important;
	display:block;
	color:#b84e25;
	border:solid 1px rgba(0,0,0,.1);
	padding:15px 0;
	box-shadow:5px 5px 0px rgba(0,0,0,.1);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border:solid 3px #dc3c14;
}
.container-fluid-red .list-subcat li a img{
	margin:0 0 10px 0;
	border-radius:0;
}
.container-fluid-red .list-subcat li a h5{
	margin:0!important;
	font-size:18px!important;
	color:#dc3c14!important;

}
.container-fluid-red .list-subcat li a:hover{
	background-color:#dc3c14;
}
.container-fluid-red .list-subcat li a:hover h5{
	color:#fff!important;
}

@media screen and (max-width : 920px) {
.container-fluid-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:2%;
	text-align:center;
	float:left;
	width:46%;
}
.container-fluid-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}
@media screen and (max-width : 480px) {
.container-fluid-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:5%;
	text-align:center;
	float:none;
	width:90%;
}
.container-fluid-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}



.r-form{
	padding:15px;
}
.r-form:before, .r-form:after{
	display: table;
	content: "";
}
.r-form:after{	
	clear: both;
}
.r-form li{
	float:left;
	width:50%;
	text-align:center;
	list-style:none;
}
.r-form li a{
	display:block;
	color:#111;
	text-decoration:none;
	text-align:center;
	padding:45px 0;
	font-size:11px;
	font-family: 'Roboto Condensed', sans-serif;
}
.r-form li a:hover{	
	color:#f86031;
}
.r-form li a img{
	width:40px;
	height:auto;
	margin:0 0 10px 0;
	display:inline-block;
	clear:both;
}
.bdr-right{
	border-right:solid 1px rgba(0,0,0,.1);
}
.bdr-left{
	border-left:solid 1px rgba(0,0,0,.1);
}
.bdr-bottom{
	border-bottom:solid 1px rgba(0,0,0,.1);
}
.bdr-top{
	border-top:solid 1px rgba(0,0,0,.1);
}



.nav-pills{
	margin:0 0 20px 0!important;
	padding:0!important;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif !important;
	border-bottom:solid 1px #ddd;
	width:100%;
	text-align:center;

}
.nav-pills > li {
	display:inline-block!important;
	float:none!important;
	top:2px;
	margin:0 3px;
}
.nav-pills > li > a {
  border-radius: 0px!important;
  padding:10px 10px !important;
  color:#000;
  border:solid 1px #ddd;
}
.nav-pills > li > a:hover {
	background-color: transparent!important;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ff4800!important;
  background-color: transparent!important;
  border-bottom:solid 2px #fff;
}
@media screen and (max-width : 768px) {
.nav-pills > li > a {
  padding:5px 5px !important;
  color:#000;
  font-size:11px;
  border:solid 1px #ddd;
}
}
.testimonials{	
	background-color:#ddd;
	padding:30px 0;
	position:relative;
	font-size:16px;
	color:#000;
	box-shadow:inset 0px 0 200px rgba(0,0,0,.4);
}
.testimonials h2{
	margin:0 0 30px 0;
	color:#111;
}
.testimonials h4 a{	
	font-weight:700;
	color:#666;
}
.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#f1f1f1;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	box-shadow:10px 20px 10px rgba(0,0,0,0);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #f1f1f1;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
@media screen and (max-width : 480px) {
.testimonial img{
	width:80px;
}
}




.smile-gal{
}

.smile-gal img{
	height:380px;
	width:auto;
	padding:7px;
	box-shadow:0px 0px 3px rgba(0,0,0,.5);
	margin:0 10px;
}

.form-box{
	border:solid 5px #ddd;
	background-color:#f9f9f9;
	box-shadow:10px 10px 0px rgba(0,0,0,.3);
	margin:0!important;
	padding:0!important;
}
.form-box h5{
	font-size:14px!important;
}
.form-box iframe{
	margin:0!important;
	padding:0!important;
}
.video{
	background-color:#f9f9f9;
	border-radius:10px;
	width:100%;
	height:350px;
	box-shadow:10px 10px rgba(0,0,0,.2);
}
.video iframe{
	margin:0!important;
	padding:0!important;
	width:100%;
	height:350px;
	border-radius:10px;
}
::-webkit-input-placeholder { /* Chrome */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
input[type="text"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 45px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:22px;
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border-bottom:solid 1px #075482;	
}
input[type="tel"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 45px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:22px;
	line-height:1!important;
}
input[type="number"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 45px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:22px;
	line-height:1!important;
}
input[type="email"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 45px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:22px;
	line-height:1!important;
}
input[type="password"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 45px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:22px;
	line-height:1!important;
}
select {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
select option {	
	color: #666;
}
textarea {
	font-size: 14px;
	border: 0px;
	border:solid 3px rgba(0,0,0,.1);
	color: #666;
	padding: 12px 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 100px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:25px;
	line-height:1!important;
}
.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2e569f;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 24px;
}
.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2e569f;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 24px;
}
.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2e569f;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 24px;
}
.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2e569f;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 24px;
}
.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2e569f;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 24px;
}

.btn1{
	display:inline-block;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	/*background: -webkit-linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);
	background: linear-gradient(45deg, #fd81b5 0%, #c961f7 50%, #8089ff 100%);*/
	background-color:#292620;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	padding:5px 40px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	border-radius:30px;
	border:solid 2px #fff;
}
.btn1:hover{
	text-decoration:none;
	color:#fff;
}
@media screen and (max-width : 768px) {
.btn1.full{
	width:100%;
}
}
.btn2{
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	/*background: -moz-linear-gradient(45deg, #8089ff 0%, #54ceff 100%);
	background: linear-gradient(45deg, #8089ff 0%, #54ceff 100%);*/
	background-color:#292620;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	padding:5px 2px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	border-radius:30px;
	border:solid 2px #fff;
}
.btn2:hover{
	text-decoration:none;
	color:#fff;
}
.btn3{
	display:inline-block;
	background-color:#4bae23;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:12px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
}
.btn3:hover{
	text-decoration:none;
	background-color:#333;
	color:#fff;
}

.btn4{
	display:inline-block;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 0px 0px 0px 2px #fff;
	line-height:50px;
	height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;
	font-family:MontserratAlternates-Regular!important;
}
.btn4:hover{
	text-decoration:none;
}
.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	margin:5px 0;
	font-family:MontserratAlternates-Regular!important;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 0;
	margin-top:5px;
	background-color:#fff;
}
.captcha i{
	margin:10px 0 0 0;
}
.captcha a{
	color: #111;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 5px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:10;
    background-color:#c78300;
    text-align:center;
    padding:8px 0;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .5);
}
.fix-call a{
    color:#fff!important;
    font-size:32px;
}
.btn-demo2{
	position:fixed;
	width:43px;
	height:43px;
	overflow:hidden;
	right:10px;
	bottom:50px;
	z-index:99;
	border:0;
	color:#fff;
	cursor:pointer;
	border-radius:100%;
}
.btn-demo2 img{
	border-radius:100%;
}
.footer2{
	padding: 40px 0;
	position: relative;
	background-color:#2d2a2a;
	width: 100%;
	overflow: hidden;
	color: rgba(255,255,255,.9);
}
.footer2 .copy{
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
.footer2 a{
	color:#29c6af;
}
.footer2 .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
.footer2 h3{
	font-size:18px!important;
	text-transform:uppercase;
	color:#fff!important;
	padding:0 0 15px 0;
	margin:0 0 20px 0;
	font-weight:700;
	position:relative;
}
.footer2 h3 span{
	position:absolute;
	bottom:0;
	width:60px;
	height:2px;
	background-color:rgba(0,0,0,.2);
	left:0;
}
.footer2 ul li{
	list-style:none;
	font-size:14px;
	float:left;
	margin:0 30px 0 0;
}
.footer2 ul li i{
	font-size:20px;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8);
}
.footer2 ul li span{
	color: rgba(255,255,255,.9);
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1);
}
footer{
	background-color:rgba(0,0,0,.08);
	position: relative;
	color: rgba(255,255,255,.9);
	font-size:12px;
	margin:30px 0 0 0;
}
footer .container-fluid{
	padding-top:18px!important;
	padding-bottom:15px!important;
}
footer a{	
	color: rgba(255,255,255,.9);
	text-decoration:none;
}
@media screen and (max-width : 768px) {
.footer2{
	padding: 30px 0;
    margin-bottom: 30px;
}
.footer2 .text-right{
	text-align:left;
}
.footer2 h3{
	font-size:18px!important;
	margin:20px 0 5px 0!important;
}
.footer2 ul li{
	list-style:none;
	font-size:12px;
	float:left;
	margin:0 10px 0 0;
}
.footer2 ul li i{
	font-size:14px;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8);
}
footer{
	margin:20px 0 0 0;
}
}

.bc{	
	width:100%;	
}
.bc:before, .bc:after{
	display: table;
	content: "";
}
.bc:after{	
	clear: both;
	margin:0 0 0 0!important;
}
.bc li{
	list-style:none;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:normal;
}
.bc li a{
	list-style:none;
	float:left;
	color:rgba(0,0,0,1);
	border-right:solid 1px #111;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
.time-table{
	font-size:12px;
}
.time-table div{
	margin:5px 0;
}

.tbl1{
	background-color:rgba(255,255,255,1);
}
.tbl1 th{	
	padding:15px 10px;
	text-align:center;
	border:solid 1px #ddd;
	color:#092e59;
	font-size:16px;
	background-color:#f9f9f9;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700!important;
}
.tbl1 td{
	padding:10px;
	text-align:center;
	border:solid 1px #ddd;
	color:#231f20!important;
	font-size:14px;
	background-color:fff;
	vertical-align:middle!important;
}
.tbl1 td h5{
	font-size:12px!important;
	text-transform:capitalize;
	color:#666!important;
}
.tbl1 .grey{
	padding:10px;
	text-align:center;
	border:solid 1px #ccc;
	background-color:#f4f4f4;
}
.tbl1 th.grey{
	padding:10px;
	text-align:center;
	border:solid 1px #fff;
	background-color:#f77064;
}
.tbl1 .red{
	padding:10px;
	color:#fff!important;
	text-align:center;
	border-bottom:solid 1px #fff;
	background-color:#dc3c14;
}
.tbl1 .price{
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:700;
	font-size:26px;
}
.tbl1 td input[type="submit"] {
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
	font-size: 16px;
	border-radius:4px;
	text-transform: uppercase;
	border: 0px solid #dddddd;
	color: #FFF;
	clear: both;
	height: 45px;
	width: auto!important;
	padding: 0 20px!important;
	text-decoration: none;
	margin: 10px auto;
	display: block;
}
@media screen and (max-width : 768px) {
.tbl-outer{
	padding:0 0 20px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	width:100%;
}
.tbl-outer table{
	min-width:800px!important;
}
.tbl1 th{	
	padding:5px;
	font-size:12px;
}
.tbl1 td{
	padding:5px;
	font-size:12px;
}
.tbl1 th.grey{
	padding:5px;
}
.tbl1 .red{
	padding:5px;
}
}

.team{	
	padding:10px;
	margin:0 0 15px 0;
	text-align:left;
	font-size:13px;
	line-height:24px;
	border:solid 2px #eee;
}
.team img{
	margin:0 0 15px 0;
	width:100%;
	height:auto;
}
.team h4{
	margin:0 0 15px 0;
	letter-spacing:0px!important;
	width:100%;
	height:auto;
	font-size:22px!important;
	font-weight:normal!important;
}
.box1{
	background-color:#191919;
	padding:26px;
}
.box1 h3{
	font-size:28px!important;
	color:white!important;
}
.box1 ul{
	margin:0 0 0 0;
}
.box1 ul:before, .box1 ul:after{
	display: table;
	content: "";
}
.box1 ul:after{	
	clear: both;
}
.box1 ul li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 20px;
	font-weight:700;
	font-size:16px;
	color:#333;
}
.box1 ul li strong{
	color:#eacb53;
	font-size:22px;
}
.box1 ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -20px;
    content: "\f00c";
	color:#1b1b1b;
	font-size:20px;
}
@media screen and (max-width : 768px) {
.box1{
	background-color:#f8eacf;
	padding:20px;
}
.box1 h3{
	font-size:22px!important;
	color:#111!important;
}
.box1 ul{
	margin:0 0 0 0;
}
.box1 ul:before, .box1 ul:after{
	display: table;
	content: "";
}
.box1 ul:after{	
	clear: both;
}
.box1 ul li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 26px;
	font-weight:700;
	font-size:12px;
	color:#333;
	line-height:normal;
}
.box1 ul li strong{
	color:#eacb53;
	font-size:16px;
}
.box1 ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -26px;
    content: "\f00c";
	color:#1b1b1b;
	font-size:16px;
}
}


	
.dynamic{
}
.dynamic ol{
	margin:20px 0 0 20px;
}
.dynamic ul{
	margin:20px 0 0 0;
}
.dynamic ul:before, .dynamic ul:after{
	display: table;
	content: "";
}
.dynamic ul:after{	
	clear: both;
}
.dynamic ul li{
	margin-bottom: 15px;
	list-style-type: none;
	padding:0 0 0 26px;
	font-size:15px;
	line-height:normal;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -26px;
    content: "\f087";
	color:#c78300;
	font-size:18px;
}
.list1{
	margin:20px 0 0 0;
}
.list1:before, .list1:after{
	display: table;
	content: "";
}
.list1 :after{	
	clear: both;
}
.list1  li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 20px;
}
.list1 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -20px;
    content: "\f111";
	color: #2bbfc7;
	font-size:9px;
}
.list2{
	margin:20px 0 0 0;
}
.list2:before, .list2:after{
	display: table;
	content: "";
}
.list2:after{	
	clear: both;
}
.list2 li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 26px;
	float:left;
	width:47%;
	font-size:15px;
	font-weight:700;
	text-align:left;
}
.list2 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -26px;
    content: "\f087";
	color: #1b1b1b;
	font-size:18px;
}
@media screen and (max-width : 768px) {
.list2 li{
	float:none;
	width:100%;
	font-size:13px;
	text-align:left;
}
}


.list4{
	margin:20px 0 0 0;
}
.list4:before, .list4:after{
	display: table;
	content: "";
}
.list4:after{	
	clear: both;
}
.list4 li{
	margin-bottom: 10px;
	list-style-type: none;
	padding:0 0 0 26px;
	float:left;
	width:25%;
	font-size:15px;
	font-weight:700;
	text-align:left;
}
.list4 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -26px;
    content: "\f087";
	color: #9b642c;
	font-size:18px;
}
@media screen and (max-width : 768px) {
.list4 li{
	float:none;
	width:100%;
	font-size:13px;
	text-align:left;
}
}

.amenities{
	margin:0!important;
	width:100%;
	text-align:center;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{
	clear: both;
}
.amenities li{
	background:#191919 ;
	float:left;
	width:14.66%;
	margin: 15px 1%;
	list-style-type: none;
	font-size:15px;
	text-align:center;
	padding:20px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	border:dashed 1px #fff;
}
.amenities li img{
	display:block;
	margin:0 auto;
	clear:both;
	width:48px;
	height:auto;
}
@media screen and (max-width : 992px) {
.amenities li{
	float:left;
	width:23%;
	margin: 15px 1%;
	padding:20px 5px;
}
}
@media screen and (max-width : 768px) {
.amenities li{
	float:left;
	width:46%;
	margin: 5px 2%;
	padding:20px 0px;
}
}
.map{
	border:solid 3px #fff;
	box-shadow:0px 0px 10px #999;
	overflow:hidden;
}
.img-r{
	float:right;
	width:auto;
	max-width:300px;
	height:auto;
	margin:0 0 0 20px;
}
@media screen and (max-width : 480px) {
.img-r{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
	margin:10px 0;
}
}

hr{	
	border: 0!important;
	height: 2px!important;
	margin:20px 0!important;
	background: #090909!important;
	background-image: linear-gradient(to right, #ccc, #ddd, #ccc)!important;
}

.page_nation{
	height: 45px;
	margin:30px 0 0 0;
}
.page_nation a{
	text-decoration: none;
	color: #fff!important;
	line-height: 30px;
	background-color: #242B34;
	height: 30px;
	border: 1px solid #242B34;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_nation a:hover{
	text-decoration: none;
	color: #242B34;
	background-color: #F6D600;
	border: 1px solid #F6D600;
}
.page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #dd2627;
	border: 1px solid #dd2627;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.right-strip{
	position:fixed;
	z-index:2000;
	bottom:0;
	right:0;
}
.right-strip .rs-btn{
	margin:0 130px 0 0!important;
}
.right-strip .right-strip-open{
	width:330px;
	background-color:#fff;
	padding:10px 15px;
	box-shadow:0px 0px 5px rgba(0,0,0,.7);
}

.right-strip h2{
	margin:0 0 10px 0;
	font-size:22px;
}
.right-strip p{
	line-height:normal;
	font-size:12px;
}
.right-strip input[type="submit"] {
	height: 35px;
}
.presence{
	text-align:center;
	margin:20px 0;
}
.presence i{
	width:90px;
	height:90px;
	line-height:90px;
	font-size:40px;
	border-radius:50%;
	background-color:#c78300;
	color:#fff;
	margin:0 0 15px 0;
}
.presence iframe{
	width:100%!important;
	height:200px!important;
	padding:10px;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}
.presence h3{
	color:#27623b!important;
}
.presence h6 a{
	color:#fff!important;
}



.div-bor h4{
padding:5px;
background:#c78300;
color:#fff;
text-align:center;
font-size:17px !important;
}

.img-bor img{
padding:5px;
border:1px solid #000;
}

.location li
{
    list-style: disc;
    margin-left: 50px;
    text-align: left;
}

.head-white
{
color: #fff !important;
}

.txt 
{
 text-align:justify !important;
}




/**16.Footer**/
footer {
    background: #000000;
    padding: 20px 0 25px 0;
    color: #000000;
}

.footer- a img { /*width: 100px;*/
}

footer h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.footer- p {
    text-align: center;
    padding: 25px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.footer- a {
    display: block;
    margin: 0 0 5px 0;
}

.footer-block {
    padding: 20px 0;
}

.social-links {
    text-align: right;
}

    .social-links a {
        color: #0a2233;
        font-size: 25px;
        line-height: 1;
    }

.footer-address-list li i {
    margin: 0 5px 0 0;
}

.copyright {
    border-top: 1px solid #787676;
    margin: 70px 0 10px;
}

.footer-address-list li {
    font-size: 16px;
    text-indent: -12px;
    padding-left: 25px;
    line-height: 35px;
}

.footer-social-media-icons a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin: 0 2px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

    .footer-social-media-icons a.facebook {
        background: #0069f7;
        border-color: #0069f7;
    }

    .footer-social-media-icons a.twitter {
        background: #00c6f7;
        border-color: #00c6f7;
    }

    .footer-social-media-icons a.instagram {
        background: #D62977;
        border-color: #D62977;
    }

    .footer-social-media-icons a.linkedin {
        background: #0E72A3;
        border-color: #0E72A3;
    }

.footer-address-list li a {
    color: #fff;
}

.fixed-footer-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}

    .fixed-footer-btns a {
        width: 50%;
        float: left;
        height: 40px;
        line-height: 40px;
        background: #301d17;
        color: #fff !important;
        text-transform: uppercase;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: center;
        font-size: 12px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.div-bor{ border-radius:12px; box-shadow:3px 0px 5px #F8F4E1;}
.div-bor img{ border-radius:12px; }
.div-bor h4 {
    padding: 5px;
    background: #543310;
    color: white!important;
    text-align: center;
    font-size: 17px !important;
border-radius:6px;}
.btn2{width:120px;}
   @media screen and (max-width: 768px){
.box1 {
    background-color:#c78300;
    padding: 10px;
}}
.box1 {
    padding: 10px;
} 

.gall{ border-radius:12px; box-shadow:0px 0px 10px #F8F4E1;}
    
    .mob{display:none;}
.down{ width:40%;}

.loca{ border: 1px solid white; border-radius:9px; box-shadow:0px 0px 10px #999;}
.map{border-radius:12px;}

   .box01{background-color:#f2df7a; padding:15px; width:250px; 
    margin:20px; height:100px;  border: solid 1px black; border-radius:10px;
  }
    
.amenities li img {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 100%;
    height: auto;
    border-radius:5px;
}
.amenities li {
    background: #322C2B;
    float: left;
    margin: 15px 1%;
    list-style-type: none;
    font-size: 15px;
    text-align: center;
    padding: 2px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    border: solid 1px gray;
    border-radius:5px;
    width: 270px;
}
 
 .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media screen and (max-width:767px) {
    .popup {
        width: 100%;
    }
    .cont{ background:#FCFFE0; padding:2px!important; margin:0px -20px}
     .amenities li{width: 48%;}
}

header .header-right2 a {
    color: #0b0b0b;
    border: 1px solid #f2df7a;
    border-radius:2px;
    background: #f2df7a;
    box-shadow:1px 0px 2px 2px gray;
}
@media(max-width:767px){
        .acegall{margin-top:1%;}
        .desk{display:none;}
.mob{display:block;}
.down{ width:100%;}
.site3{width:100%;}
.box01{float:left; width:140px; height:80px;}
.box01 h2{font-size:14px!important;}
    }
    
    @media screen and (max-width: 768px){
.btn1.full {
    width: 100%;
    margin-top: -20%;
}}
@media screen and (max-width: 992px){
.slider .slider-content {
    position: relative;
    left: 0;
    top: 0;
    z-index: auto;
    padding-bottom: 40px;
    background:#f2df7a;
    border-top: solid 3px #0c0c0c;
}}
