/*
Theme Name: Soulmi
Author: Xeven Solutions WordPress Team
Description: This theme is developed by Xeven Solutions Team. 
*/
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

header #menu-main-menu {
	margin-top: 0 !important;
}
.features-box .jkit-icon-box-wrapper {
	height: 280px;
}


.jeg-elementor-kit.jkit-tabs .tab-content-list .tab-content.active {
	display: flex;
	opacity: 1;
	flex-wrap: wrap;
	margin:1%
} 

.box,.gold-box {
	display:inline-block;
	width:30%;
	padding: 50px 40px 50px 40px;
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
	float: left;
	margin: 1%;
	flex: 0 0 auto;
	background-color:#ffffff;
	transition: all 1s ease;
}
.box:hover, .gold-box:hover {
	transform: translateY(-8px);
}

.box-title h5 {
	color:#0D0B0B;

}

.box-description,
.gold-box-description {
	color: #A0A0A0;
	font-size:16px;
	font-weight:400px;
	line-height: 1.5;
	font-family: 'Catamaran';
}
/* .gold-box {
display:inline-block;
width:30%;
padding: 50px 40px 50px 40px;
box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
border-style: solid;
border-width: 0px 0px 0px 0px;
border-radius: 10px 10px 10px 10px;
background: linear-gradient(89.75deg, #F27299 1.77%, #FB897E 97.1%);
box-sizing: border-box;
float: left;
margin: 1%;
background-color:#ffffff;

} */
.gold-box-title h5{
	/* 	 color: #ffffff; */
}

.gold-box-description {
	/* 	color: #ffffff; */
	/* 	font-size:16px;
	font-weight:400px;
	line-height: 1.5;
	font-family: 'Catamaran'; */

}
.jkit-post-category,
.jkit-post-meta {
	display: none !important;
}
.jkit-postblock-content {
	margin-top: 30px !important;
}

form.wpcf7-form.init label {
	font-family: "Catamaran", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	color: #0D0B0B;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:hover {
	border: 1px solid #F27299;
	border-radius:10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:active {
	border: 1px solid #F27299;
	border-radius:10px;
}

textarea.wpcf7-form-control.wpcf7-textarea:hover {
	border: 1px solid #F27299;
	border-radius:10px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 88%;
	display: block;
	background-color:#F27299;
	font-family: "Catamaran", Sans-serif;
	color:#ffffff;
}

.contact-us form input, .contact-us form textarea {
	width: 90%;
}




@media (max-width: 991.98px) {
	.contact-us input {
		width: 100%;
	}	
}
@media (max-width: 767.98px) {
	.contact-us input {
		width: 100%;
	}
	.contact-us form input, .contact-us form textarea {
		width: 100%;
	}
	.gold-box , .box{
		width:90%;
		margin:10px auto;
	}
}

