@charset "UTF-8";
/*
Theme Name: Maryam JafarAbadi
Theme URI: https://iranet.co
Author: Saeed Tajabadi Farahani
Author URI: https://iranet.co
Description: base theme description.
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html {
	direction: rtl;
	height: 100%;
}
body {
	font: 16px Vazirmatn, Tahoma, sans-serif;
}
header {
	padding: 10px 0;
	background-color: #353535;
}
.flex-space {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap {
	max-width: 1170px;
	margin: 0 auto;
}
.logo {
	height: 50px;
}
.logo img {
	height: 100%;
	width: auto;
	display: block;
}
.mj-menu nav ul {
	display: flex;
	align-items: center;
}
.mj-menu nav ul li {
	list-style: none;
	margin-right: 10px;
}
.mj-menu nav ul li a {
	color: #f8f8f8;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s;
	background: #151515;
	padding: 3px 8px;
	border-radius: 4px;
}
.mj-menu nav ul li:hover a {
	color: orange;
}
.intro {
	height: 50vh;
	/*background-color: #feffde;*/
	background-color: #feffeb;
	position: relative;
}
.intro .wrap {
	position: relative;
	height: 100%;
}
.main-image {
	position: absolute;
	bottom: -80px;
	right: 0;
	height: 400px;
}
.main-image img {
	height: 100%;
	width: auto;
	display: block;
	position: relative;
	z-index: 9;
}
.square-big {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0;
	right: 5%;
	border: 5px solid orange;
}
.square-medium {
	width: 180px;
	height: 180px;
	position: absolute;
	top: 3%;
	left: -15%;
	border: 5px solid #2a2a2a;
}

.square-small {
	width: 130px;
	height: 130px;
	position: absolute;
	top: -3%;
	right: -15%;
	border: 5px solid #a4721b;
}
.intro-left {
	position: absolute;
	left: 0;
	top: 30%;
}
.intro-left h1 {
	font-size: 48px;
	color: #ff8300;
}
.intro-left h2 {
	font-size: 32px;
	color: #333333;
}
.consult-btn-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.consult-btn-container a {
	padding: 4px 10px;
	background-color: orange;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	transition: all 0.3s;
}
.consult-btn-container a:hover {
	opacity: 0.8;
}
.modal-container {
	display: none;
	top: 0;
	right: 0;
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.8);
	align-items: center;
	justify-content: center;
}
.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.modal-box {
	position: relative;
	z-index: 11;
	width: 500px;
	min-height: 400px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #cccccc;
	padding: 15px;
	border-radius: 8px;
}
#gform_1_validation_container {
	display: none;
}
.services {
	padding-top: 50px;
	background-color: #fffbeb;
	padding-bottom: 50px;
}
.services .wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 25px;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background: linear-gradient(92deg, #ff870c, #ff8754 98.77%);
	-webkit-background-clip: text;
	background-clip: text;
}
.service-item {
	width: calc(25% - 20px);
	border: 1px solid #eaeaea;
	padding: 10px 4px;
	border-radius: 8px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.service-item img {
	display: block;
	margin-left: 15px;
	width: 64px;
	height: auto;

}
.service-item-details h4 {
	color: #282828;
}

.service-item-details p {
	font-size: 14px;
	color: #454545;
}
.dowry-section {
	padding-bottom: 10px;
}
.dowry-section .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dowry-left {
	width: 40%;
}
.dowry-left img {
	width: 100%;
	display: block;
	height: auto;
}
.dowry-form {
	padding-top: 10px;
	width: calc(60% - 25px);
}
.dowry-form h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dowry-form select,
.dowry-form input {
	font-feature-settings: "ss01";
}
#input_2_1,
#input_2_3 {
	direction: ltr;
}

/* accordion faq */
.accordion {
	background-color: #fff4e9;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: right;
	border: none;
	outline: none;
	transition: 0.4s;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
}

.active, .accordion:hover {
	background-color: #ffef9b;
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.accordion:after {
	content: '\02795';
	font-size: 13px;
	color: #b43c3c;
	float: left;
	margin-left: 5px;
}
.panel p {
	padding: 10px 0;
}
.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.faq {
	padding-bottom: 25px;
	background-color: #fffae6;
}
.faq .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-right {
	width: calc(60% - 25px);
}
.faq-left {
	width: 40%;
}
.faq-left img {
	width: 100%;
	height: auto;
	display: block;
}
.faq-right h2 {
	margin-bottom: 15px;
}
footer {
	background-color: #fffae6;
}
footer .wrap {
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-widget {
	width: calc(25% - 10px);
}
.footer-widget img {
	filter: grayscale(80%);
}
.footer-widget ul {
	padding-right: 10px;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget .logo {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.footer-widget h3 {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.footer-widget ul li a {
	display: block;
	margin-bottom: 10px;
	color: #282828;
	transition: all 0.3s;
}
.footer-widget ul li a:hover {
	opacity: 0.8;
}
.footer-widget ul li a span {
	display: block;
}
.latest-posts {
	background-color: #feffeb;
	padding: 50px 0;
}
.cat-post-item {
	background-color: #ffffff;
	border-radius: 5px;
	position: relative;
	display: block;
	color: #282828;
	padding: 5px;
	box-shadow: 0 0 3px 0 #c4c4c4;
}
.cat-post-item h2 {
	font-size: 16px;
	margin: 10px auto;
	text-align: center;
	min-height: 50px;
}
.cat-post-thumb {
	width: 100%;
}
.cat-post-thumb img {
	width: 100%;
	height: auto;
}
.latest-posts h3 {
	font-size: 24px;
	margin-bottom: 25px;
}
.latest-posts .owl-item::after {
	display: none;
}
.home-post-excerpt {
	font-size: 14px;
}
.latest-posts .owl-stage-outer {
	padding: 10px;
}
.single-post-item {
	padding: 50px 0;
}
.single-post-item .wrap {
	display: flex;
	justify-content: space-between;
}
.single-right {
	width: 70%;
	padding: 0 15px;
}
.single-right h1 {
	margin: 15px auto;
}
.single-thumb {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.single-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.single-left {
	width: calc(30% - 30px);
	border-right: 1px dashed #cccccc;
	padding: 0 15px;
}
.latest-posts-single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	transition: all 0.3s;
}
.latest-posts-single:hover {
	opacity: 0.8;
}
.single-left h3 {
	margin-bottom: 20px;
}
.latest-posts-single-thumb {
	width: 80px;
}
.latest-posts-single-thumb img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
}
.latest-posts-single h2 {
	width: calc(100% - 90px);
	font-size: 16px;
	color: #353535;
}
.single-content {
	list-style-position: inside;
}
.blog-posts {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.blog-post {
	width: calc(24% - 10px);
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0 5px 0 #e8e8e8;
}
.blog-post-thumb {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
.blog-post-thumb img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.blog-post h2 {
	color: #282828;
	font-size: 18px;
	margin: 10px auto;
	min-height: 60px;
}
.blog-post-excerpt {
	color: #353535;
}
.page-contact {
	padding: 50px 0;
}
.page-contact .wrap {
	display: flex;
	justify-content: space-between;
}
.contact-left {
	width: 50%;
}
.contact-right {
	width: 50%;
}
.contact-form-box {
	width: 90%;
	margin-top: 15px;
}