@charset "utf-8";
/* CSS Document */

@font-face{font-family:'FontAwesome';
src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');
src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
}

@font-face {
    font-family: 'Galins';
    src: url('../fonts/GalinsRegular.woff2') format('woff2'),
        url('../fonts/GalinsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}


*{outline: none!important;}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
.clr{ clear:both;}
body{ font-family: "Poppins", sans-serif; color:#4a4a4a; font-size: 20px; font-weight:400;}
body p{ font-family: "Poppins", sans-serif; font-weight:300; font-size: 18px;}
body a{ text-decoration:none; color:#161616; outline:none; transition: all 0.3s linear;}
body a:hover{ text-decoration:none; color:#a38c62; outline:none;}

body h1, h2, h3, h4{ font-family: 'Galins'; color:#857874; line-height:normal; font-weight:600;}

h1{ font-size:55px; line-height:60px !important; text-transform:uppercase;}
h2{ font-size:35px; line-height:40px !important; text-transform:uppercase;}
h2.int_fetr{ font-size:40px; line-height:45px !important; text-transform:uppercase;}
h3{ font-size:22px; line-height:27px !important; text-transform:uppercase;}
h1.green{ color:#768692;}
h2.green{ color:#768692;}

.clr{ clear:both;}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000000000001;
	background: #ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #857874;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #6d838a;
  border-bottom: 4px solid transparent;
  animation: rotation 0.3s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.imageResponsive{ max-width:100%; height: auto; position:relative;}
.head_wrap{ padding:0px; font-weight:400px;}
.head_wrap .row{ align-items:center;}
.head_wrap .logo{ width:90%; height:auto;}
.head_right{ text-align:right;}
.head_right .phone{ padding:8px 0; margin:0 5px; float:right; color:#332b2b; font-size:22px; font-weight:500;}

.mobile-menu-1 .mobile-toggle span, .mobile-menu-1 .mobile-toggle span::after, .mobile-menu-1 .mobile-toggle span::before { background: #474942 !important;}
.banner_wrap{ width:100%; height:auto; display:block; position:relative;}
.banner_over{ width:100%; text-align:center; position:relative; background:#857874; }
.banner_over h1{ font-size:48px; line-height:55px !important; padding:25px 20px 10px 20px; color:#fff; font-weight:600; text-transform:uppercase;}
.banner_over h1 span{ display: block; font-size:25px; line-height:40px !important; font-weight: normal; text-transform: none;}
.banner_over h2{ margin:20px 10px 0 10px;}
.banner_over p{ font-size:30px; line-height:40px !important; padding:0 20px 10px 20px; color:#fff; font-weight:500; text-transform:uppercase;}
.banner_over p span{ display: block; font-size:26px; font-weight:300;}
.banner_over .btn_call{ margin-bottom:25px;}

section{ margin:120px 0 0 0; position:relative; padding:0; }

.btn{ font-size:22px; font-weight:500 !important;}
.btn_wrap{ padding:8px 30px; margin:0 5px; font-weight:400; color:#fff; border:2px solid #768692; background:transparent; border-radius:30px; display:inline-block; position: relative; overflow:hidden; transition: 0.3s ease 0s, left 0.3s ease 0s; cursor:pointer;}
.btn_wrap span{ position:relative; z-index:2;}

.btn_wrap:after {
  background: none repeat scroll 0 0 #768692;    
  top: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
  height:100%;
  z-index:1;
}
.btn_wrap:hover:after { 
  width: 0%;
  left:50%;
}
.btn_wrap:hover, .btn_wrap:focus{ color:#768692; opacity:1;}
.btn_wrap:focus{ color:#fff; opacity:1;}

.btn_wrap2{ padding:8px 30px; margin:0 5px; font-weight:400; color:#fff; border:2px solid #857874; background:transparent; border-radius:30px; display:inline-block; position: relative; overflow:hidden; transition: 0.3s ease 0s, left 0.3s ease 0s; cursor:pointer;}
.btn_wrap2 span{ position:relative; z-index:2;}
.btn_wrap2:after {
  background: none repeat scroll 0 0 #857874;    
  top: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
  height:100%;
  z-index:1;
}
.btn_wrap2:hover:after { 
  width: 0%;
  left:50%;
}
.btn_wrap2:hover, .btn_wrap2:focus{ color:#857874; opacity:1;}

.btn_wrap3{ padding:8px 30px; margin:0 5px; font-weight:400; color:#768692; border:2px solid #D6D2C4; background:transparent; border-radius:30px; display:inline-block; position: relative; overflow:hidden; transition: 0.3s ease 0s, left 0.3s ease 0s; cursor:pointer;}
.btn_wrap3 input{ position:relative; z-index:2; background:transparent; border:none; color:#768692;}
.btn_wrap3:after {
  background: none repeat scroll 0 0 #D6D2C4;    
  top: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
  height:100%;
  z-index:1;
}
.btn_wrap3:hover:after { 
  width: 0%;
  left:50%;
}
.btn_wrap3:hover input, .btn_wrap3:focus input{ color:#D6D2C4; opacity:1;}

.btn_wrap4{ padding:8px 30px; margin:5px 3px; font-weight:400; color:#fff; border:2px solid #fff; background:transparent; border-radius:30px; display:inline-block; position: relative; overflow:hidden; transition: 0.3s ease 0s, left 0.3s ease 0s; cursor:pointer;}
.btn_wrap4 span{ position:relative; z-index:2; background:transparent; border:none; color:#fff;}
.btn_wrap4:after {
  background: none repeat scroll 0 0 #fff;    
  top: 0;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0%;
  height:100%;
  z-index:1;
}
.btn_wrap4:hover:after { 
  width: 100%;
  left:0;
}
.btn_wrap4:hover span, .btn_wrap4:focus span{ color:#768692; opacity:1;}


/************************ MENU ****************************************
***********************************************************************/
header{ width:100%; overflow-x:hidden;}
#fxd_header{ position:relative; width:100%; padding: 30px 40px; background:#fff; z-index:1000;}
.sticky { 
	position: fixed !important;
	top: 0;
	width: 100%;
	padding-top: 15px !important;
	padding-bottom:15px !important;
		-webkit-box-shadow: 0px 8px 15px -6px #cccccc; 
		box-shadow: 0px 8px 15px -6px #cccccc;
	 animation: slideDown 0.6s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.sticky .logo {
  width:50%;
}
#menu-container{ width:auto; height:auto;}
#menu-wrapper {
	height:45px;
	width:45px;
	padding:10px 6px;
	margin:3px 12px 0 0;
	position: relative;
    cursor: pointer;
	float:left;
	z-index:99999;
}

#menu-wrapper #hamburger-menu {
    width: 32px;
    height: 32px;
	position:relative;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
	top:0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    color: black;
    background-color: #768692;
    position: absolute;
    transform: rotate(0deg);
    transition: .6s ease-in-out;
	z-index:100000000000000000000000;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 10px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 20px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(10px) rotate(-135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-10px) rotate(135deg);
}

#menu-container .menu-list {
    position: fixed;
    width: 350px;
	height:100vh;
	min-height:100%;
    box-shadow: none;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0px;
	background:#5a666f;
    bottom:-100%;
    display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}
#menu-container .menu-list li.main_lnk {
	font-family: 'Galins';
    font-size: 28px;
	line-height: normal;
    padding: 0;
    text-transform: uppercase;
	letter-spacing:1px;
	transform: translateY(50px);
    opacity: 0;
	font-weight: 600;
	transition: all 0.6s linear;
}
#menu-container .active li.main_lnk {
  opacity: 1 !important;
  transform: translateY(0);
  transition: opacity 0.6s ease,
              transform 0.6s ease;
}
#menu-container .active li.main_lnk:nth-child(1) {
	transition-delay: 0.3s;
}
#menu-container .active li.main_lnk:nth-child(2) {
	transition-delay: 0.5s;
}
#menu-container .active li.main_lnk:nth-child(3) {
	transition-delay: 0.7s;
}
#menu-container .active li.main_lnk:nth-child(4) {
	transition-delay: 0.9s;
}
#menu-container .active li.main_lnk:nth-child(5) {
	transition-delay: 1.1s;
}
#menu-container .active li.main_lnk:nth-child(6) {
	transition-delay: 1.3s;
}
#menu-container .active li.main_lnk:nth-child(7) {
	transition-delay: 1.5s;
}
#menu-container .active li.main_lnk:nth-child(8) {
	transition-delay: 1.7s;
	background:#A7BDB0;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
#menu-container .menu-list li{
  position: relative;
}
#menu-container li{
  list-style:none;
  display: block;
  width:100%;
}

#menu-container li a{
  color:#ffffff;
}
.accordion-content {
    display: none;
}
.accordion-toggle a { display: inline-block;}
.accordion-toggle span{display: block; padding: 20px 20px 10px 20px; border-top: 1px solid #768692; transition: all 0.3s linear; cursor: pointer;}
.accordion-toggle:hover span{background:#D6D2C4;}
.accordion-toggle:hover span a{color:#857874 !important; }
.accordion-toggle span:hover:before, .accordion-toggle span:hover:after{background: #768692 !important; }
.accordion-toggle span:before, .accordion-toggle span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #FFFFFF;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}
.accordion-toggle span:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle.active-tab {
  background: #D6D2C4 !important;
  transition: all 0.3s ease;
}
.accordion-toggle.active-tab a{
	color: #768692 !important;
}
.accordion-toggle.active-tab span:before {
    transform: rotate(0deg);
    background: #768692 !important;
}

#menu-container .menu-list li.main_lnk .menu-link{ display:block; padding:20px 20px 10px 20px; border-top: 1px solid #768692;}
#menu-container .menu-list li:first-of-type .menu-link{border-top: 0;}
#menu-container .menu-list li.main_lnk:hover .menu-link{ background:#D6D2C4; color:#857874;}
#menu-container .menu-list li.select .menu-link{ color:#857874; background:#D6D2C4;}
.accordion-toggle.active-tab:hover span {color: #857874 !important;}
#menu-container .menu-list li.select span{background:#D6D2C4 !important;}
#menu-container .menu-list li.select span a{color:#857874 !important; }
#menu-container .menu-list li.select span:before, #menu-container .menu-list li.select span:after{background: #768692 !important; }

.menu-submenu{background:#768692; padding:20px; width:100%;}
.menu-submenu li a.menu-link {
  font-family: 'Galins';
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding:5px 0 !important;
  display: block !important;
	border: none !important;
	color:#D6D2C4 !important;
	font-weight:600;
}
.menu-submenu li a.menu-link:hover, .menu-submenu li a.menu-link:focus {color:#fff !important; background: transparent !important;}
.menu-submenu li.select a.menu-link {color:#fff !important; background: transparent !important;}
.main_active{ position: fixed; width:100%; height:100%; display:block; background:rgba(255,255,255,0); z-index: 9998; animation: fadeIn 0.6s;}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.content_wrap{ width:75%; margin:0 auto; position:relative;}
.content_wrap .row{ align-items: flex-start;}
.bg_green .content_wrap .row{ align-items:flex-start;}
.bg_yellow .content_wrap .row{ align-items: center;}

.content_wrap p{ padding-bottom:20px;}

.text_80{ padding-right:80px;}
.text_80R{ padding-left:80px;}

.body_curve{ height:100%; width:100%; position:relative;}
.body_curve_top{ position:absolute; width:100%; z-index:3; top:0; left:0; line-height:0;}
.body_curve_bottom{ position:absolute; width:100%; z-index:3; bottom:0; left:0; line-height:0;}
.bg_yellow{ background:#D6D2C4;}
.bg_green{ background:#768692;}
.bg_green h1{ color:#fff;}
.bg_green p{ color:#fff;}
.bg_green label{ color:#fff;}
.tabNavigation{ 
  position: absolute;
  top: 40px;
  right: -647px;  
  background: none;
  transform-origin: 0; 
  transform: rotate(90deg);
  vertical-align:top;
  z-index:2;
}
.tabNavigation a{ font-size:22px; background: transparent; padding:5px 20px; margin:0 5px; display:inline-block; color:#857874; font-weight:600; border-top-left-radius:10px; border-top-right-radius:10px;}
.tabNavigation a:hover{ background: #857874; color:#fff;}
.tabNavigation a.selected{ background: #857874; color:#fff; }
.ifram_wrap{ position:relative; width:100%; line-height:0;}
.ifram_wrap iframe{ position:absolute; width:100%; height:900px; left:0; top:-80px; border:8px solid #D6D2C4; line-height:0;}

.text_fld{ width:100%; height:40px; background:#7b8f95; color:#fff; border:none; margin:5px 0 20px 0; padding:0 10px;}
.text_area{ width:100%; height:100px; background:#7b8f95; color:#fff; border:none; margin:5px 0 20px 0; padding:10px;}
.grey{ background:#eeeff0 !important; color:#505050 !important;}

footer{ margin:120px 0 0 0; padding-bottom:40px; background:#fff; position: relative;}
.foot_absolute{ position: absolute; width:100%; height: auto; padding-bottom:40px; left:0; top:0; background:#fff; z-index:99;}
footer .logo{ width:45%; height:auto;}

.foot_btn{ position:relative; width:100%;}
.foot_btn_wrap{ position:absolute; width:100%; left:0; top:0; background:#857874; padding:40px 0; border-bottom:16px solid #D6D2C4;}
.foot_btn_wrap p{ color:#fff;}
.footer_nav{ padding:0; margin:30px 0 40px 0;}
.footer_nav li{ display: inline-block; list-style:none; color:#857874;}
.footer_nav li:after{ content:'/'; font-weight:300;}
.footer_nav li:last-child:after{ content:'';}
.footer_nav li a{ display: inline-block; padding:0 20px; text-transform:uppercase; font-weight:600; color:#857874;}
.footer_nav li a:hover, .footer_nav li a:focus{ color:#768692;}
.footer_nav li.active a{ color:#768692;}
.foot_algn_left{ text-align:left;}
.foot_algn_right{ text-align:right;}
.carousel1-style-03{ border:20px solid #768692;}
.mob_btn{ display:none;}
h1.lrg_inner{ color:#768692; font-size:122px; line-height:132px !important; margin-top:30px;}
.inner_ul{ padding:0; margin-bottom:30px;}
.inner_ul li{ list-style:outside; text-transform:uppercase; display:block; text-align:left; padding:0 10px 10px 25px; font-weight:300; position:relative;}
.inner_ul li:before{ position:absolute; left:0; top:9px; content:''; width:12px; height:12px; display:inline-block; margin-right:10px;  background:url(../images/bullet-li.png) left top no-repeat; background-size:12px 12px; z-index:2;}
.flr_pad_wrap{ padding:100px 15px; width:100%; overflow:hidden;}
.flr_btm_btn{ margin:40px 0 0 0; text-align:center;}
.tabNavigation2{ text-align:center; margin:30px 0;}
.tabNavigation2 a{ padding:8px 30px; margin:5px; font-weight:400; color:#768692; border:2px solid #768692; background:#fff; border-radius:30px; display:inline-block; position: relative; overflow:hidden; transition: all 0.3s ease-in;}
.tabNavigation2 a:hover, .tabNavigation2 a:focus{ color:#fff; border:2px solid #857874; background:#857874;}
.tabNavigation2 a.selected{ color:#fff; border:2px solid #857874; background:#857874;}

.pop_sld{margin:0 auto; background:rgba(0,0,0,0.8); position:fixed; width:100%; height:100%; overflow: scroll; padding:30px 0; z-index:9000000000; text-align: center; -webkit-animation: fadein 1s; -moz-animation: fadein 1s; -ms-animation: fadein 1s; -o-animation: fadein 1s; animation: fadein 1s; display: flex; align-items: flex-start; justify-content: center; }
.notc_wrap{ width:50%; height: auto; margin:0 auto; position: relative; animation: leaves 0.5s ease alternate; -webkit-animation: leaves 0.5s ease alternate; }
#btnSubmit{ position:absolute; width:30px; right:10px; top:9px; z-index:3000; cursor:pointer;}
#btnSubmit img{ width:100% !important; margin-top:1px;}
.fraud_wrap{ background:#fff; border:10px solid #857874; padding-bottom:30px; clear:both;}
.fraud_wrap h1{padding:20px 15px; background:#6d838a; color:#fff;}
.fraud_wrap p{padding:30px 30px 0 30px; font-weight: 500;}
.fraud_wrap p.chk_box{font-size:14px; font-weight: 400; text-transform: uppercase}
.fraud_btn{ background:#fff; color:#857874; display: inline-block; margin:0; padding:8px 25px; border-radius:25px; font-weight: bold; text-transform: uppercase;}
.fraud_btn:hover{ background:#857874; color:#fff;}
.fraud_wrap p.chk_box span {font-weight: 100; color: #857874; font-size: 20px;}

@keyframes leaves {
	0% {
		opacity:0;
		margin-top:-100px;
	}
	100% {
		margin-top:0px;
		opacity:1;
	}
}

.ame_img_wrap{ width:100%; position:relative; overflow:hidden; margin-bottom:30px; cursor:pointer;}
.ame_img_wrap img{ transition:all 0.3s ease;}
.ame_img_wrap:hover img{ transform:scale(1.5)}
.ame_img_wrap .ame_over_text{ position:absolute; width:100%; height:100%; left:0; top:0; color:#fff; text-align:center; background:url(../images/ame_hov_bg.png) left top repeat; z-index:2; padding:20px 30px; display:flex; align-items:center; justify-content:center; opacity:0; transition:all 0.8s ease;}
.ame_img_wrap:hover .ame_over_text{ opacity:1;}

.address{ background:url(../images/map_icon.png) left top no-repeat; background-size:40px 40px; padding:5px 0 0 60px; margin-bottom:15px;}
.hours{ background:url(../images/hours_icon.png) left top no-repeat; background-size:40px 40px; padding:5px 0 0 60px; margin-bottom:15px;}
.address p, .hours p{padding-bottom:5px;}
.cnt_map_wrap{ width:90%; margin:0 auto; overflow: hidden;}

/************************* Pop Box ********************************/
.wmBox_overlay{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	background:rgba(225,217,192,0.8);
	z-index:9999;
}
.wmBox_centerWrap{
	display:table;
	position:absolute;
	width:100%;
	height:100%;
}
.wmBox_centerer{
	display:table-cell;
	vertical-align:middle;
}
.wmBox_centerer iframe{
	width:95%;
	display:table;
	margin:0 auto;
	position:relative;
}
.wmBox_contentWrap{
	width:75%;
	margin:0 auto;
	position:relative;
	background:#fff;
}
.wmBox_scaleWrap{
	position:relative;
	height:0;
	padding-top:20px;
	padding-bottom: 56.25%;
	width:100%;
}
.wmBox_centerer iframe{
	position:absolute;
	top:0;
	border:0;
	outline:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	left:0;
	width:100%;
	height:100%;
}
.wmBox_closeBtn{
	z-index:2;
	position:relative;
	margin-top:-40px;
}
.wmBox_closeBtn p{
	line-height:0;
	margin:0;
	padding:0.5em 0 0.75em;
	color:#fff;
	background:#857874;
	width:1.3em;
	font-size:25px;
	border-radius:0px;
	text-align:center;
	font-family:Verdana, serif;
	position:relative;
	bottom:-0.5em;
	right:-0.5em;
	cursor:pointer;
	float:right;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	transition:color 0.2s ease-out, background 0.2s ease-out;
}
.wmBox_closeBtn p:hover{
	background:#857874;
	color:#fff;
}
.gal_slid{ margin-left:-15px; margin-right:-15px;}
.gal_slid img{ padding:0 15px;}
@media (max-width: 768px) {
.wmBox_contentWrap{
	width:90%;
	height:500px;
}
.wmBox_centerer iframe{
	height:500px;
}
}
.nab_wrap{ position:relative; width:100%; display:flex; align-content: stretch; flex-direction:row; flex-wrap:wrap; background:#768692;}
.nab_left{ width:30%; padding:50px 20px 50px 50px; height:100%;}
.nab_right{ width:70%; background:#FFF;}

.nab_left h2{ color:#fff; font-size:35px; line-height:40px !important; margin:20px 0 5px 0;}
.nab_left h2 span{ display: block; color:#D6D2C4; font-size:14px; line-height:18px !important; margin:0 0 15px 0; font-family: "Poppins", sans-serif; text-transform: none;}
.nab_left li{ color:#fff}
.nab_lst{ padding:0;}
.nab_lst li{ list-style:outside; color:#fff; text-transform: none; display:block; text-align:left; padding:0 10px 10px 20px; font-size:18px; font-weight:400; position:relative;}
.nab_lst li:before{ position:absolute; left:0; top:9px; content:''; width:12px; height:12px; display:inline-block; margin-right:10px;  background:url(../images/bullet-wht.png) left top no-repeat; background-size:10px 10px; z-index:2;}
.nab_lst li a{ color:#fff;}
.nab_lst li.title{ padding:0;}
.nab_lst li.title:before{ display: none;}
.nab_tab{ padding:0; width:100%; list-style:none; display: flex; align-items:center; justify-content:center; flex-wrap:wrap; flex-direction:row;}
.nab_tab a{ flex:1; color:#fff; text-transform:uppercase; text-align:center; padding:15px 0; font-weight:500; background:#857874; border-left:1px solid #fff; transition:all 0.3s ease;}
.nab_tab a:hover, .nab_tab a:focus{ color:#857874; background:#D6D2C4;}
.nab_tab a.selected{ color:#857874; background:#D6D2C4;}
.nab_tab a:first-child{ border-left:none;}
.map_page{ width:100%; height:700px;}
#cont_wrap .content_wrap .row{ align-items:flex-start;}
.margin_less{ margin-bottom:-60px;}
.nab_curve{ height:100%; width:100%; position:relative;}
.nab_curve p{ position:absolute; width:100%; bottom:20px; left:0; text-align:center; color:#fff; z-index:10;}
.foot_algn_left{ font-size:12px;}
.foot_algn_right{font-size:12px;}
.foot_algn_left img {width: 120px; height: auto;}
.foot_algn_right img {width: 80px; height: auto;}

.gallery2 a { position: relative; overflow: hidden; display: inline-block;}
.gallery2 a span{ width:0%; height:100%; position: absolute; left:50%; top:0; background: #D6D2C4; backdrop-filter: invert(80%); opacity:0.3; z-index:10; transition:all 0.2s ease;}
.gallery2 a:hover span{ width:100%; left:0%;}
.bann_respnsv .desktop{ display: block;}
.bann_respnsv .mobile{ display: none;}

.sl-caption a{ padding:8px 20px; text-transform: uppercase; border-radius:30px; background: #D6D2C4; color:#857874;}
.left_al .btn_wrap:first-child{ margin-left:0px;}
.inn_sec_top{ margin-top:40px !important;}
.sel_unit{ padding-left:0 !important; text-transform: none !important; margin-top:10px; color:#5a5a5a !important;}
.sel_unit::before{ display: none !important;}

.foot_hrs_add{ border-right:1px solid #768692; padding:0 30px; display: flex; justify-content: flex-end;}
.no_border{ border-right:none !important; justify-content: flex-start;}

.copy_text{font-size:16px; line-height: 18px; color:#857874;}
.foot_mng{ display: inline-block; justify-content: center; align-items: center;}
.foot_mng div{ display: flex; justify-content: flex-end; align-items: center; padding:0 25px; width:50%; float: left;}
.foot_mng div.brdr{ border-left:1px solid #768692; justify-content: flex-start;}
.foot_mng span{ display: inline-block; text-align: right; padding:0 10px 0 0; text-transform: uppercase; }
.foot_mng img.amp {width: 120px; height: auto; display: inline-block;}
.foot_mng img.vis {width: 80px; height: auto; display: inline-block;}

.pop_sld3{margin:0 auto; background:rgba(0,0,0,0.7); position:fixed; top:0; width:100%; height:100%; padding:0; z-index:9000000; -webkit-animation: fadein 1s; -moz-animation: fadein 1s; -ms-animation: fadein 1s; -o-animation: fadein 1s; animation: fadein 1s; display: flex; align-items: center; justify-content: center;}
.pop_sld3 .pop_wrap{ width:50%; position: relative; border:none;}
.pop_sld3 .pop_wrap .desktop{ max-width:100%; height: auto;}
.pop_sld3 #btnSubmit3{ position:absolute; width:30px; height:30px; right:10px; top:10px; z-index:3000; cursor:pointer; background:transparent; padding:0; }
#btnSubmit3 img{ width:100% !important; height: auto; margin-top:0px;}
@media (max-width: 1349px) {.pop_sld3 .pop_wrap {width: 65%;}}
@media (max-width: 991px) {.pop_sld3 .pop_wrap {width: 75%;}}
@media (max-width: 767px) {.pop_sld3 .pop_wrap {width: 100%;}.pop_sld3 #btnSubmit3 {right: 0px; top: 0px;}}

.social{ margin:0 0 30px 0;}
.social a{ width:40px; height:40px; border-radius:50px; margin:0 5px; background:#768692; border:2px solid #768692 !important; color:#fff; display: inline-block; font-size: 25px; padding: 5px 0 0 0;}
.social a:hover{ background:#fff !important; color:#768692 !important;}

.foot_link{ padding:0; margin:40px 0 0 0; text-align: center;}
.foot_link li{ list-style:none; display:inline-block; padding:10px 5px; text-transform:uppercase;}
.foot_link li a{ display:inline-block; padding:8px 25px; background:#768692; border:2px solid #768692; color:#fff; border-radius:50px; font-weight:600;} 
.foot_link li a:hover{ background:#fff; border:2px solid #768692; color:#768692;}

.head_brdr{ border:2px dashed #bfa88f; padding:5px 15px; margin:25px 0; display: inline-block;}

.for_starburst{ position: relative;}
.starburst{ width:280px; height: auto; position: absolute; right:30px; top:30px; z-index:2;}
.starburst img{  filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.5)); -webkit-filter: drop-shadow (0px 0px 25px rgba(0,0,0,0.5));}
.tour_star .starburst { top:-90px;}
.tour_star .starburst img{  filter: drop-shadow(0px 15px 20px rgba(0,0,0,0.5)); -webkit-filter: drop-shadow (0px 15px 20px rgba(0,0,0,0.5));}