* {
	padding: 0;
	margin: 0;
}

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

body {
	padding-top: 0px;
	overflow-x:hidden !important;
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
header.sticky {
    background-color: #000 !important;
	padding-bottom:10px;
}
header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	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;
}

/* Padding top and bottom zero*/

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

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

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

.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: 20px;
	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;
}

.newslatter-sec .elementor-shortcode .wpcf7-response-output{
	display: block !important;
}

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

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

/*  */
.footer-first{
	backdrop-filter: blur(5px);
}
.newslatter-sec .wpcf7 input[type="email"]{
	background-color: #000;
	padding: 15px 16px;
	font-size: 16px;
	font-style: normal;
	color:#919191;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.16px;
	border:none;
}
.subscribe-form {
	display: flex;
	gap:16px;
	max-width: 580px;
	width: 100%;
}

.subscribe-form input[type="submit"], .cf7-ajax-ok-btn{
	flex: 1;
	background: #E9BC35;
	color: #000;
	outline: none;
	cursor: pointer;
}
.cf7-ajax-ok-btn{
	margin-top:15px;
}
.menu-btn a {
	display: none !important;
}
/* .head-icon .elementor-icon-list-text{
align-self: end !important;
} */
.head-icon svg{
	width: 43px !important;
	height: 26px !important;
	margin-right: 5px !important;
}

.ari-form-wrapper {
	background: transparent;
	/*     padding: 48px 0 40px ; */
	/*     max-width: 473px; */
}

.ari-field {
	margin-bottom: 26px;
}

.ari-input,
.ari-textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #555;
	color: #fff;
	font-size: 16px;
	padding: 9px 0;
	line-height:150%;
	outline: none;
	box-shadow: none;
	font-family:'Aeonik Pro TRIAL';
}

.ari-input::placeholder,
.ari-textarea::placeholder {
	font-family: "Aeonik Pro TRIAL";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color:#919191;
}

.ari-textarea {
	resize: none;
	height: 100px;
}

.ari-submit-wrap {
	margin-top: 10px;
}

.ari-submit {
	background: #E9BC35;
	color: #000;
	border: none;
	padding: 12px 40px;
	font-size: 16px !important;
	font-weight: 400 !important;
	/*     letter-spacing: 1px; */
	cursor: pointer;
	text-transform:uppercase;
	width: auto !important;
	white-space: nowrap;
	line-height: normal !important;
}

.ari-submit:hover {
	background: #b8963e;
	transition: background 0.3s ease;
}

/* CF7 default styles remove karo */
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #25a525;
	padding: 0;
	margin-top: 15px;
}

.col-right {
	margin-right: calc(-1 * (100vw - 1520px) / 2) !important;
	flex: 1 !important;
}
.elementor-column:last-child > .elementor-widget-wrap {
	padding: 0 !important;
}
.testimonial{
	position: relative !important;
}
.testimonial:before {
	content: '' !important;
	position: absolute !important;
	border-radius: 60px !important;
	background: rgba(255, 183, 0, 0.05);
	filter: blur(20px);
	width: 128px !important;
	height: 128px !important;
	top: -40px !important;
	bottom: auto;
	left: 26px !important;
	right: auto;
}
.get-in-touch {
	padding-left: calc((1340px - 100%) / -2) !important;
}

.services-loop .e-loop-item:nth-child(odd) .post-row {
	flex-direction: row-reverse !important;
	gap: 72px !important;
}

.services-loop .e-loop-item:nth-child(odd) .post-row .elementor-widget-theme-post-featured-image{
	--align-self: flex-start !important;
	text-align: start !important;
}

.e-loop-item:nth-child(odd).ser-detail-image {
	width: 53% !important;
}
.e-loop-item:nth-child(odd) .ser-detail-content{
	width: 68% !important;
}
/* EVEN - image left, text right */
.services-loop .e-loop-item:nth-child(even) .post-row {
	flex-direction: row !important;
	gap: 194px !important;
}
/* H5 ke neeche line */
.post-row h5 {
	border-top: 1px solid rgba(229, 229, 229, 0.3) !important;
	margin-bottom: 16px !important;
	margin-top:24px;
	padding-top: 24px !important;
	color:#FFF;
}

.post-row ul li {
	margin-bottom: 8px !important;
	color:#FFF;
}
.post-row ul {
	padding-left: 25px !important;
	color:#FFF;
}
.services-loop .e-loop-item:last-child .post-row {
	margin-bottom: 0 !important;

}
.head-icon .elementor-icon-list-text{
	align-items: center;
	align-self: flex-end !important;
	padding-left: 0px !important;

}
.nav-bar .sub-menu li .elementor-sub-item,
.nav-bar .sub-menu li .elementor-sub-item:hover{
    border:0px;
}