* {
	padding: 0;
	margin: 0;
}

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

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

body {
	padding-top: 129px;
}

html.active,
body.active {
	overflow: hidden;
}

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;
}

/* 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: 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;
}

/* header */

.header-btn .elementor-button-icon svg {
	height:auto !important;
	width:auto !important;
}

/* home-page */

.hero-img-col .elementor-column-gap-default {
	gap:18px;
}

.img-carousel .swiper-slide{
	height:auto !important;
	width:auto !important;
}

.img-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

.everything-inner-col .elementor-column-gap-default {
	gap:20px;
}

.gradiant-color{
	background: linear-gradient(180deg, #61216B 0%, #094283 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.everything-col .elementor-widget-wrap{
	display:flex;
	flex-direction:column;
} 
.everything-col .hero-img-col{
	margin-top:auto !important;
}
.everything-col .elementor-widget-wrap {
	transition: all 0.5s ease !important;
}
.everything-col:hover .time-col .elementor-widget-wrap {
	border: 1px solid rgba(0, 0, 0, 0.10) !important;	
}

.value-text span{
	color:#FDC107 !important;
	font-weight:700 !important;
}

.compliance-inner-col .elementor-column-gap-default{
	gap:20px;
}

/* .compliance-inner-col-1 .elementor-container.elementor-column-gap-default {
display: grid !important;
grid-template-columns: repeat(3, auto); 
grid-auto-rows: auto;
gap: 20px; 
} 
.compliance-inner-col-1 .elementor-container.elementor-column-gap-default .elementor-col-16{
width:255px !important;
} */

.compliance-inner-col-1 .elementor-container.elementor-column-gap-default {
	display: flex !important;
	flex-wrap: wrap;       
	justify-content: space-between;  
	gap: 20px;
}
.compliance-inner-col-1 .elementor-container.elementor-column-gap-default .elementor-column {
	flex: 0 0 calc(33.333% - 20px); 
	width: auto;
}

.our-iron-inner .elementor-column-gap-default{
	gap:36px;
}
.why-choose-inner .elementor-column-gap-default{
	gap:30px;
}
.accordion-section .elementor-accordion{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.accordion-section .elementor-accordion-item.elementor-active .elementor-tab-title {
	padding-bottom: 0px;
}

.accordion-section .elementor-accordion-item{
	border-radius: 12px !important;
	border: 1px solid #E5E7EB !important;
	padding: 20px;
	background-color:#F9FAFB;
}
.accordion-section .elementor-accordion-icon svg {
	fill:none !important;
}
.accordion-section .elementor-accordion-icon svg {
	height:auto !important;
	width:auto !important;
}
.ready-section-btn .elementor-button:hover{
	border:1px solid white !important;
}

.ready-section-btn .elementor-button:hover .elementor-button-icon svg path {
	fill:none !important;
	stroke:white !important;
}
.hero-btn .elementor-button:hover .elementor-button-icon svg path{
	fill:none !important;
	stroke:black !important;
}
.hero-btn .elementor-button-icon svg,.ready-section-btn .elementor-button-icon svg{
	width:auto !important;
}

/* footer */
.footer-email a{
	color: #FFF;
}

/* Accoedion */
.accordion_wrap .elementor-accordion-title{
	background: linear-gradient(180deg, #61216B 0%, #094283 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.accordion_wrap .elementor-accordion{
	display: flex;
	flex-direction: column;
	gap: 20px !important;
}
.accordion_wrap .elementor-accordion .elementor-accordion-item{
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.10);
}

.accordion_wrap .elementor-accordion-title span{
	font-size: 18px;
	font-weight: 400;
	color: #4A5565;
	padding-top: 16px;
	display: inline-block;
}

/* Accoedion END */

.read_toggle{
	color: #000;
	font-weight: 700;
}

.header-btn .elementor-button-content-wrapper{
	align-items: center;
}



div#gallery-1 br {
	display: none;
}
#gallery-1 img {
	border: 0px solid #cfcfcf !important;
}

.slider_wrapper{
	pointer-events: none;
}