@font-face {
    font-family: 'Afterglow';
    src: url('../fonts/Afterglow-Regular.eot');
    src: url('../fonts/Afterglow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Afterglow-Regular.woff2') format('woff2'),
        url('../fonts/Afterglow-Regular.woff') format('woff'),
        url('../fonts/Afterglow-Regular.ttf') format('truetype'),
        url('../fonts/Afterglow-Regular.svg#Afterglow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('../fonts/ChampagneLimousines.eot');
    src: url('../fonts/ChampagneLimousines.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChampagneLimousines.woff2') format('woff2'),
        url('../fonts/ChampagneLimousines.woff') format('woff'),
        url('../fonts/ChampagneLimousines.ttf') format('truetype'),
        url('../fonts/ChampagneLimousines.svg#Champagne&Limousines') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('../fonts/ChampagneLimousines-Italic.eot');
    src: url('../fonts/ChampagneLimousines-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChampagneLimousines-Italic.woff2') format('woff2'),
        url('../fonts/ChampagneLimousines-Italic.woff') format('woff'),
        url('../fonts/ChampagneLimousines-Italic.ttf') format('truetype'),
        url('../fonts/ChampagneLimousines-Italic.svg#Champagne&Limousines-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('../fonts/ChampagneLimousines-BoldItalic.eot');
    src: url('../fonts/ChampagneLimousines-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChampagneLimousines-BoldItalic.woff2') format('woff2'),
        url('../fonts/ChampagneLimousines-BoldItalic.woff') format('woff'),
        url('../fonts/ChampagneLimousines-BoldItalic.ttf') format('truetype'),
        url('../fonts/ChampagneLimousines-BoldItalic.svg#Champagne&Limousines-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('../fonts/ChampagneLimousines-Bold.eot');
    src: url('../fonts/ChampagneLimousines-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChampagneLimousines-Bold.woff2') format('woff2'),
        url('../fonts/ChampagneLimousines-Bold.woff') format('woff'),
        url('../fonts/ChampagneLimousines-Bold.ttf') format('truetype'),
        url('../fonts/ChampagneLimousines-Bold.svg#Champagne&Limousines-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Glossy Display Trial';
    src: url('../fonts/GlossyDisplay-LightItalicWeb.woff2') format('woff2'),
        url('../fonts/GlossyDisplay-LightItalicWeb.woff') format('woff');
    font-weight: light;
    font-style: normal;
}

body {
	font-family: 'Champagne & Limousines', sans-serif;
}
body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}

/** Navigation **/
.nav-section {	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 15px 0;
	margin: 0;
	min-height: auto;
	border-radius: 0;
}
.nav-section.fix .nav-burger,
.nav-section.fix .comunicate-section{
	top: 50%;
}
.nav-section.fix {
	position: relative;
}
.nav-section.fix,
.nav-section.sticky {
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    
	background: #000000;
}
.nav-section.sticky {
	-webkit-transform: translateY(50px);
    transform: translateY(50px);
	position: fixed;
    top: -50px;
    left: 0;
}

a.custom-logo-link {
    display: table;
    max-width: 100%;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
}
a.custom-logo-link img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 190px;
}

.nav-burger {
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	z-index: 100;
	left: 0;
}

.nav-head {
	position: relative;
}

.comunicate-section {
    right: 15px;
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}

.comunicate-list > li {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ffffff;
}
.comunicate-list > li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
.comunicate-list > li a {
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	
}

/** **/
.bar-cols {
	display: block;
	position: relative;
	top: -2.5px;
	margin: 0;
	border: none;
}
.bar-cols:active,
.bar-cols:focus {
	outline: 0 none;
}
.bar-rows {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	display: block;
}
.bar-rows+.bar-rows {
	margin-top: 5px;
}
.bar-cols .bar-rows:nth-of-type(2) {
	top: 1px;
}

.bar-cols .bar-rows:nth-of-type(3) {
  	top: 2px;
}

.bar-cols .bar-rows {
	position: relative;
	transition: all 200ms ease-in-out;
}

.bar-cols.active .bar-rows:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.bar-cols.active .bar-rows:nth-of-type(2) {
	background-color: transparent;
}

.bar-cols.active .bar-rows:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
}

/* */
.rtop{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-right: -15px;
}


.viser-imgbox img{
	width:auto;
	max-width: 145px;
}
.viser-row{
	display: inline-block;
	vertical-align:middle;
}


/* */
.logo-brand {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
body.nav-expanded {
	margin-left: 0em;
	transition: left 0.4s ease-in-out 0s;
	-webkit-transition: left 0.4s ease-in-out 0s;
	-moz-transition: left 0.4s ease-in-out 0s;
	-o-transition: left 0.4s ease-in-out 0s;
	
}
/*body.nav-expanded:before,*/
body.nav-expanded .closehidden {
	content: '';
	background-color: rgba(255,255,255,.8);
	height: 100%;
	width: 100%;
	display: inline-block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1000;
	cursor: pointer;
}
.nav-expanded nav {
	top: 0;
}
.navbar.navbar-main {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
	border-radius: 0;
}
.nav-expanded a.nav-expander.fixed {
	left: 14em;
}
.navbar-top.fix,
.navbar-top.sticky {
	background-color: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 48px;
}

a.nav-expander {
	color: #FFFFFF;
	display: block;
	margin-right: 0;
	padding: 15px;
	position: fixed;
	left: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	z-index: 1000;

	transition: left 0.3s ease-in-out 0s;
	-webkit-transition: left 0.3s ease-in-out 0s;
	-moz-transition: left 0.3s ease-in-out 0s;
	-o-transition: left 0.3s ease-in-out 0s;
}

#nav-close {
	color: #f4c928;
	font-size: 55px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 30px;
	z-index: 10;
	right: 30px;
	text-decoration: none;
}

.navbar-wrapper {
	background-color: rgba(0, 0, 0, 0.9);
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: -100%;
	font-size: 15px;
	left: 0;
	width: 100%;
	z-index: 1000;
	
	box-shadow: 0 0 15px rgba(0,0,0,.15);

	transition: top 0.3s ease-in-out 0s;
	-webkit-transition: top 0.3s ease-in-out 0s;
	-moz-transition: top 0.3s ease-in-out 0s;
	-o-transition: top 0.3s ease-in-out 0s;
}
.mainboxnav {
	height: 100%;
	position: relative;
	padding: 15px 15px 40px;
	
}
.mainboxnav .logo-brand img {
    max-width: 85px;
}
.main-menu {
	margin: 15px auto;
	display: table;
}
.main-menu > li {
	font-size: 22px;
	line-height: 30px;
	font-family: 'Afterglow', sans-serif; 
	color:#ffffff;
	float: left;
	margin-right: 15px;
}
.main-menu > li >a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 7.5px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-menu > li.active >a,
.main-menu > li >a:hover {
	color: #f4c928;
}
.main-menu > li:last-child >a {
	border-bottom: none;
}
.main-menu > li > a:before {
	content: '';	
	display: none;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 17.5px;
	left: 5px;
	border-top: 5px solid transparent;
	border-left: 5px solid #f4c928;
	border-bottom: 5px solid transparent;
	margin-right: 10px;
}
.main-menu > li.active a:before,
.main-menu > li > a:hover:before {	
	display: block;
	
}
.main-menu li .sub-nav {
	border-bottom: 0px;
	padding: 4px;
}

.navbar-hero {
	position: relative;
	height: 100%;
}
.navbar-hero-caps {
	width: 100%;
}


/** **/
.banner-section { 
	position: relative; 
	z-index: 5;
	width: 100%;
}
.video-bg {
	position: relative;
	min-height: 750px;
	width: 100%;
	overflow: hidden;
}
.video-captions {
	top: 55%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
}

.video-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}
/*.video-bg iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
.video-section {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-head-a {
	font-size: 60px;
	line-height: 60px;
	font-family: 'Afterglow', sans-serif; 
	color:#ffffff;
}
.scroll-animate {
	display: table;
	margin:auto;
	text-align:center;
	font-family: 'Champagne & Limousines';
	position: relative;
	top: 20px;
}
.scroll-animate p {
	transform:rotate(90deg);
	text-transform:uppercase;
	color:#fff;
	letter-spacing:.13rem;
	margin:0 auto;
	font-size: 12px;
}

/** **/
.luxer-box {
	background-color: #f7d55a;
	padding: 75px;
	min-height: 430px;
	height: 100%;
}
.luxer-in-box {
	width: 100%;
}

.luxer-head-a {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Champagne & Limousines';
	color: #616161;
	letter-spacing: 2px;
}
.hr-luxer {
	background-color: #616161;
	width: 67px;
	border: none;
	margin: 15px 0; 
	height: 1px;
	border-radius: 5px;
}
.luxer-head-b {
	font-weight: normal;
	font-size: 60px;
	line-height: 65px;
	font-family: 'Afterglow';
	color: #ffffff;
}
.luxer-link {
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Champagne & Limousines';
	color: #616161;
	letter-spacing: 2px;
}
.luxer-link a {
	text-decoration: none;
	color: #616161;
}
.luxer-link i {
	font-size: 18px;
}


/** **/
.weddings-con {
	background-color: #efefef;
}
.row.destinations-row {
	margin-left: -5px;
	margin-right: -5px;
}
.row.destinations-row [class*="col-sm"] {
	padding-left: 5px;
	padding-right: 5px;
}
.destinations-box {
	position: relative;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.destinations-box img {
	width: 100%;
}
.destinations-box:hover .profolio-inner {
	opacity: 1;
}
/*.destinations-box:hover .destinations-caps {
	opacity: 1;
}*/
.destinations-caps {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	transition: all 0.5s;
}
.destinations-tbl {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.explore-btn {
	font-weight: normal;
	font-size: 23px;
	line-height: 30px;
	font-family: 'Afterglow';
	color: #ffffff;
}
.explore-btn i{
	color: #f4c928;
	margin-left: 5px;
}


.explore-link {
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Champagne & Limousines';
	color: #616161;
	letter-spacing: 2px;
}
.explore-link span,
.explore-link a {
	color: #616161;
	text-decoration: none;
	vertical-align: middle;
}
.explore-link i {
	font-size: 20px;
	line-height: 30px;
}
.explore-right-link {
	margin-left: 7px;
	cursor: pointer;
	position: relative;
	top: 3px;
}
.explore-left-link {
	margin-right: 7px;
	cursor: pointer;
	position: relative;
	top: 3px;
}

/** **/
.csr-box {
	background-color: #e6e7e8;
	padding: 30px;
	min-height: 141px;
}
.csr-text {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Champagne & Limousines';
	color: #84888a;
	letter-spacing: 2px;
}

/** **/
.share-love {
	background-color: #696c6e;
	padding: 30px 0;
}

.social-head {
	font-weight: normal;
	font-size: 26px;
	line-height: 35px;
	font-family: 'Afterglow', sans-serif;	
	color: #ffffff;
}
.social-hr {
	background-color: #f4c928;
	width: 72px;
	border: none;
	margin: 15px auto; 
	height: 1px;
	border-radius: 5px;
}

.list-share {
	display: table;
	margin: 0 auto;
}
.list-share > li {
	float: left;
	margin-right: 50px;
}
.list-share > li a{
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	font-family: 'Champagne & Limousines';
	color: #ffffff;
	text-decoration: none;
}
.share-circle {
	width: 21px;
	height: 21px;
	line-height: 16px;
	background-color: #ffffff;
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}

.share-circle i{
	font-size: 15px;
	color: #696c6e;
}

.table-one .table th {
	font-size: 12px;
	text-align: center;
	padding: 8px;
	line-height: 25px;
}
.table-one .table th img {
    display: block;
    margin: 0 auto 5px;
    height: 50px;
    object-fit: none;
    width: 100%;
    object-position: center;
}

.profolio-figure {
	position: relative;
	max-width: 372px;
	margin: 15px auto;
}
.profolio-figure img {
	width: 100%;
}
.effect-box:hover .effect-inner{
	opacity: 1;
}
.effect-inner {
	background: rgba(37,45,63,.42);
	position: absolute;
	width: 90%;
	height: 92.5%;
	text-align: center;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s;
}

.effect-title {
    width: 100%;
    font-family: 'Champagne & Limousines';
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .25rem;
}

/** **/
.footer {
	background-color: #84888a;
}
.footer-up {
    padding: 30px 0;
}
.footer-box {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px;
}
.comunity-img {
	height: 50px;
	line-height: 48px;
	text-align: center;
}
.comunity-img img {
	display: inline-table;
	vertical-align: middle;
}
.footer-head {
	font-weight: normal;
	font-size: 26px;
	line-height: 35px;
	font-family: 'Afterglow', sans-serif;	
	color: #ffffff;
}
.footer-hr {
	background-color: #f4c928;
	width: 72px;
	border: none;
	margin: 15px auto; 
	height: 1px;
	border-radius: 5px;
}
.footer-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #ffffff;
}
.footer-link a {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #ffffff;
	
	letter-spacing: 2px;
	text-decoration: none;
}
.footer-link i {
	margin-left: 7px;
	font-size: 22px;
}

.contact-circle {
	width: 22px;
	height: 22px;
	line-height: 19px;
	background-color: #ffffff;
	color: #84888a;
	display: block;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}
.contact-circle i {
	display: inline-table;
	vertical-align: middle;
	font-size: 14px;
}

.contact-list > li {
	position: relative;
	padding-left: 30px;
	
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #ffffff;
	margin-bottom: 5px;
}
.contact-list > li a {
	color: #ffffff;
}

.hr-footer-a {
    background-color: #ffffff;
    height: 1px;
    border: none;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 5px;
}

.footer-down {
    padding: 25px 0;
}

.copy-right {
    font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #ffffff;
}
.copy-right a{
	color: #ffffff;
}

.go-top {
	position: fixed;
    right: 30px;
    bottom: 15px;
}
.go-top-box {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: block;
    z-index: 999;
	border: 1px solid #ffffff;
	background-color: #84888a;
}

.go-top-box i{
	color: #ffffff;
	font-size: 26px;
	position: absolute;
	bottom: 0;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
}

.con-a.pad-bot-zero {
    padding-bottom: 0;
}

.banner-cont-img img { 
    margin: 15px auto;
}

/** **/
.our-team-box {
	max-width: 360px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.our-team-figure {
	height: 361px;
	line-height: 360px;
	text-align: center;
}
.our-team-figure img {
	max-height: 360px;
	display: inline-table;
	vertical-align: middle;
}
.our-team-head-a,
.our-team-head-a a {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Afterglow', sans-serif;	
	color: #616161;
}
.our-team-head-a a:hover{
	color: #f4c928;
    text-decoration: none;
}
.our-team-head-b {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
	letter-spacing: 3px;
	position: relative;
	padding-right: 30px;
}
.our-team-more,
a.our-team-more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	color: #616161;
	text-decoration: none;
}
.our-team-hr {
	background-color: #f4c928;
	height: 1px;
	border: none;
	margin: 10px 0; 
	width: 125px;
	border-radius: 5px;
}

.modal-ourteam {
    padding: 30px;
}
.ourteam-head-a {
	font-weight: 400;
	font-size: 39px;
	line-height: 50px;
	font-family: 'Afterglow', sans-serif;	
	color: #f4c928;
}
.ourteam-head-b {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
	letter-spacing: 3px;
}
.ourteam-hr {
	background-color: #f4c928;
	height: 1px;
	border: none;
	margin: 10px auto;
	width: 125px;
	border-radius: 5px;
}
.ourteam-figure-a {
    width: 300px;
    height: 300px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.ourteam-figure-a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-cinfo .close {
	font-size: 30px;
	opacity: 1;
	color: #616161;
	position: absolute;
	top: 0;
	right: 8px;
	line-height: 1;
}

/** **/
.getintouch-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #abc8d6;
	padding: 50px 0;
	min-height: 511px;
}
.getin-touch {
	max-width: 515px;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	background-color: rgba(255,255,255,.9);
}
.getin-head-a {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Champagne & Limousines', sans-serif;
	color: #616161;
	letter-spacing: 3px;
}
.getin-head-b {
	font-weight: normal;
	font-size: 39px;
	line-height: 50px;
	font-family: 'Afterglow', sans-serif;
	color: #f4c928;
}

.getin-head-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
	letter-spacing: 3px;
	position: relative;
	padding-right: 35px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.getin-head-link a {
	color: #616161;
	text-decoration: none;
}
.getin-hr {
    background-color: #f4c928;
    height: 1px;
    border: none;
    margin: 15px auto;
    width: 125px;
    border-radius: 5px;
}
.getin-more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	color: #616161;
	text-decoration: none;
}

/** **/
.con-a1 {
	position: relative;
	padding: 75px 0;
}
.con-a1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	display: block;
	background-color: #efefef;
	z-index: -1;
}
.blog-box {
	max-width: 571px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.blog-figure {
	height: 319px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}
.blog-head {
	font-weight: normal;
	font-size: 26px;
	line-height: 33px;
	font-family: 'Afterglow', sans-serif;
	color: #616161;
}
.blog-head a {
	color: #616161;
	text-decoration: none;
}
.blog-head a:hover {
	color: #f4c928;
}
.blog-sub-head {
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
	letter-spacing: 3px;
}
.blog-hr {
	background-color: #f4c928;
	width: 124px;
	border: none;
	margin: 10px 0;
	height: 1px;
	border-radius: 5px;
}
.blog-content {
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
}

a.read-more-link {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
	letter-spacing: 3px;
	position: relative;
	padding-right: 35px;
	display: inline-block;
}
a.read-more-link {
	color: #616161;
	text-decoration: none;
}
a.read-more-link:hover i,
a.read-more-link:hover {
	color: #f4c928;
}
.read-more-arrow {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
}

.blog-article-box {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.blog-article-figure {
	height: 255px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
}
.blog-article-box .blog-sub-head {
	font-size: 12px;
}

.blog-single-figure {
	margin: 15px auto;
}
.blog-single-figure img {
	width: 100%;
}
.single-blog-details {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Champagne & Limousines', sans-serif;	
	color: #616161;
}
.single-blog-details p+p {
	padding-top: 15px;
}

.address-head-a {
	font-weight: normal;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Afterglow', sans-serif;
	color: #616161;
}


.contact-form .button .btn-submit {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Champagne & Limousines', sans-serif;
	color: #616161;
	letter-spacing: 3px;
	position: relative;
	padding-right: 35px;
	display: inline-block;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	border: none;
	padding: 0 30px 0 0;
	background-image: url('http://wwwbetatesting.wwwssr20.supercp.com/Dev/celebrations4u/wp-content/uploads/2020/08/side-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-color: transparent;
}

.dest-head-b {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Champagne & Limousines', sans-serif;
    color: #616161;
    letter-spacing: 3px;
    position: relative;
}


/** **/
@media(min-width: 992px){
	.row-we-love {
		display: flex;
		flex-wrap: wrap;
	}
	.row-we-love .col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.we-love-box {
	margin-bottom: 30px;
}
.we-love-img {
	margin-bottom: 20px;
}
.we-log-head {
	font-size: 27px;
	font-family: 'Afterglow', sans-serif;
	color: #616161;
}
.we-log-hr {
    background-color: #f4c928;
    width: 124px;
    border: none;
    margin: 15px 0;
    height: 1px;
    border-radius: 5px;
}
.we-log-link {
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Champagne & Limousines';
    color: #616161;
    letter-spacing: 2px;
}
.we-log-link a {
	font-size: 15px;
    text-decoration: none;
    color: #616161;
}
.we-log-text {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.45;
	font-family: 'Champagne & Limousines', sans-serif;
	color: #616161;
}

.smartphoto {
	z-index: 1000 !important;
}

.modal-content button.close {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 30px;
	z-index: 10;
}
#ReferPopUp .modal-body,
#EmailPopUp .modal-body {
	padding: 30px;
}

.scroll-animate {
	cursor: pointer;
}


#Target:before {
    content: "";
    display: block;
    height: 130px;
	margin: -130px 0 0;
    visibility: hidden;
}

.hr-luxer.mx-auto {
	margin-left: auto;
	margin-right: auto;
}


.map-address {
	min-height: 70px;
}
.address-hr {
    background-color: #000000;
    width: 100%;
    border: none;
    margin: 15px auto;
    height: 1px;
    border-radius: 5px;
}