* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* body {
padding-top:89px;
} */

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	/* 	position: fixed;
	left: 0;
	top: 0; */
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Global section spacing */

.e-con.section-xxs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.e-con.section-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.e-con.section-s {
	padding-top: 60px;
	padding-bottom: 60px;
}

.e-con.section-m {
	padding-top: 80px;
	padding-bottom: 80px;
}

.e-con.section-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

.e-con.section-xl {
	padding-top: 110px;
	padding-bottom: 110px;
}

.e-con.section-xxl {
	padding-top: 140px;
	padding-bottom: 140px;
}

/* Global gap spacing */

.gaps-xxs,
.gaps-xxs .e-con-inner {
	gap: 4px !important;
}

.gaps-xs,
.gaps-xs .e-con-inner {
	gap: 8px !important;
}

.gaps-s,
.gaps-s .e-con-inner {
	gap: 16px !important;
}

.gaps-m,
.gaps-m .e-con-inner {
	gap: 20px !important;
}

.gaps-l,
.gaps-l .e-con-inner {
	gap: 40px !important;
}

.gaps-xl,
.gaps-xl .e-con-inner {
	gap: 60px !important;
}

.gaps-xxl,
.gaps-xxl .e-con-inner {
	gap: 80px !important;
}

.gaps-xxxl,
.gaps-xxxl .e-con-inner {
	gap: 100px !important;
}

body .section-top-bottom > .e-con-inner{
	padding-top:100px;
	padding-bottom:100px;
}
body .section-top > .e-con-inner{
	padding-top:100px;
}
body .section-bottom > .e-con-inner{
	padding-bottom:100px;
}
body .section-title-content > .e-con-inner{
	padding-bottom:50px;
}
body .gap-40 > .e-con-inner{
	gap:50px;
}


/* Padding top and bottom zero*/

.e-con.pdg-top {
	padding-top:0;
}

.e-con.pdg-bottom {
	padding-top:0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display:none;
	position:fixed;
	top:0;left:0;
	width:100%;height:100%;
	background:rgba(255,255,255,0.6);
	z-index:9999999999;
	justify-content:center;
	align-items:center;
}

#cf7-ajax-loading.active { 
	display:flex; 
}

.cf7-spinner {
	width:45px;
	height:45px;
	border:4px solid #ccc;
	border-top-color:#000;
	border-radius:50%;
	animation:spin 0.8s linear infinite;
}

@keyframes spin { 
	to { 
		transform:rotate(360deg); 
	} 
}

.wpcf7-response-output { 
	display:none !important; 
}

.cf7-popup-open, .cf7-loading {
	overflow:hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

/*---------------*/

.layout-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.layout-tabs li {
	cursor: pointer;
	padding-bottom: 10px;
	font-weight: 500;
}

.layout-tabs li.active {
	border-bottom: 2px solid #000;
}

.layout-tab-content {
	display: none;
}

.layout-tab-content.active {
	display: block;
}

.layout-thumb img {
	width: 100%;
}

.layout-title-wrapper {
	margin-top: 15px;
}

body .layout-title-wrapper h4 {
	font-size: 22px;
	color: black;
	font-weight: 600;
}

.layout-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 24px;
}

.layout-card {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.25s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.layout-card:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
