/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body,
small,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.sub-menu-container .menu-item > .menu-link,
.wp-caption,
.fbox-center.fbox-italic p,
.skills li .progress-percent .counter,
.nav-tree ul ul a,
.font-body,
.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary { font-family: 'Exo 2', sans-serif !important; }


h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary { font-family: 'Exo 2', serif !important; }

.font-display { font-family: 'Exo 2', serif !important; }


.menu-link {
	text-transform: none;
	letter-spacing: 0;
	font-size:1.250rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.bg-color-2 { background-color: #FFCD8C !important; }
.color-2 { color: #FFCD8C !important; }

.slider-element { background: linear-gradient(to right, rgba(255,255,255,1) 40%, rgba(49, 49, 49, 0.7)) }

@media (min-width: 992px) {
	.slider-element {
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(29, 29, 29, 0.17));
	}
	
}

.feature-box-border .feature-box { position: relative; }

.feature-box-border .feature-box:not(.noborder)::after {
	content: "";
	position: absolute;
	top: calc(64px + 16px);
	left: 59px;
	width: 2px;
	height: calc(100% - 16px);
	background-color: #EEE;
	z-index: 0;
}

.feature-box-border .fbox-color.feature-box:not(.noborder)::after { background-color: #0F6458; }

.feature-box-border .fbox-icon i,
.feature-box-border .fbox-border.fbox-light .fbox-icon i {
	line-height: 60px;
	font-size: 24px;
	z-index: 1;
	text-align: center;
}

.fbox-border.fbox-light .fbox-icon a { background-color: #FFF; }

.fbox-border.fbox-effect .fbox-icon i::after {
	background-color: #0F6458;
}

.bg-color-50 {
	background-color: rgba(15, 100, 88, 0.4) !important;
	background-color: #0f645852 !important; /* Or, less accurately, #ff08 */
}

.dark .line { border-color: rgb(255, 205,140, .2) !important; }

.section-mobile {
	width: calc(100vw - 30px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.section-mobile {
		width: calc(100vw - 60px);
	}
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #FFCD8C50;
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #FFCD8C50;
}

.pricing-price { font-size: 5rem; }

/* ----------------------------------------------------------------------------
	Nav - About Page
---------------------------------------------------------------------------- */
.nav-pills .nav-link {
	margin-bottom: 10px;
	border-radius: 3px;
}
.nav-pills .nav-link.active {
	background-color: #0F6458;
	margin-bottom: 20px;
	padding: 30px 25px;
}

.nav-pills .nav-link h3 {
	display: block;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #0F6458;
}

.nav-pills .nav-link.active h3 {
	color: #FFCD8C;
	font-weight: 500;
}

.nav-pills .nav-link p {
	display: none;
	visibility: hidden;
	font-size: 14px;
	line-height: 1.6 !important;
	margin-bottom: 0;
	color: #EEE;
}

.nav-pills .nav-link.active p {
	display: block;
	visibility: visible;
}

@media (max-width: 767.98px) {
	.nav-pills .nav-link:not(.active) p {
		display: block;
		visibility: visible;
		color: #444;
	}

	.nav-pills .nav-link,
	.nav-pills .nav-link.active {
		padding: 15px 20px;
		margin-bottom: 8px;
	}
}

.bg-pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bg-pattern ~ * {
	position: relative;
	z-index: 1;
}
.dark .display-3{color:#FAAF40}

#header-wrap,.sticky-header #header-wrap{background-color: #53565A;}
/* #logo::before {

    transform: skew(-30deg);
	background: #fff;
	position: absolute;
    content: "";
    width: 5000px;
    right: -100px;
    height: 100%;
    top: 0;
    z-index: -1;
	 border-right: 10px solid #000; 
} */

#logo::before {

    transform: skew(-30deg);
	background: #53565a;
	position: absolute;
    content: "";
    width: 5000px;
    right: 245px;
    height: 100%;
    top: 0;
    z-index: 0;
	 border-right: 10px solid #000; 
	 border-bottom: 8px solid #000;
}


#logo::after {

    transform: skew(-30deg);
	background: #53565a;
	position: absolute;
    content: "";
    width: 5000px;
    left: 245px;
    height: 100%;
    top: 0;
    z-index: 0;
	 border-left: 10px solid #000; 
	 border-bottom: 8px solid #000; 
}








@media (max-width: 992px) {

	#header-wrap,.sticky-header #header-wrap{background-color: #fff;}
	#logo{margin-right: auto;}
	/* #logo::before{right:0px} */
	#logo::before{right:227px}
	.menu-link{color:#444}
	.top-links{display: none;}
	.menu-link {

		font-size: 0.850rem;
			

	}
}


.flip-card-back::after {

    opacity: 0;

}

.css3-spinner img{top:50%;position: relative;}
.sticky-header-shrink .top-links{display:none;}
.dark .footer-widgets-wrap .widget_links li a:hover{color: #FAAF40 ;}
.lead-sub, ul.iconlist li {
    font-size: 1.2rem;
    font-weight: 300;

}

.lead-sub::first-letter {
	float: left;
	font-size: 3em;
	line-height:.8;
	margin: .125em .25em;
  }