@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
	url('../fonts/IRANSansWeb.woff2') format('woff2'),
	url('../fonts/IRANSansWeb.woff') format('woff'),
	url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
	font-family: iransans-light;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb_Light.eot');
	src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/IRANSansWeb_Light.woff') format('woff'), url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: iransans-medium;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb_Medium.eot');
	src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'),
	url('../fonts/IRANSansWeb_Medium.woff') format('woff'),
	url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: iransans-bold;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

/***

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	transition: 0.2s all ease;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	font-weight: 400;
	background: #eef5f478;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: iransans;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #1cba9f;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}

.card-body a {
	color: #1cba9f !important;
}

.card-body a:hover {
	color:#006453 !important;
}

.card-footer a:hover {
	color:#006453 !important;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	letter-spacing: -0.02em;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p, .text {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.large-container {
	position: static;
	max-width: 1600px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 9;
}

a:focus {
	box-shadow: none !important;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.text-warning {
	color: #F6BB42 !important
}

.text-danger {
	color: #dc3545 !important
}

.font-25{
	font-size: 25px;
}

.font-10{
	font-size: 10px;
}

.bold{
	font-weight: bold;
}

.bold2{
	font-family: iransans-bold;
}

.medium {
	font-family: iransans-medium;
}

.rtl{
	direction: rtl !important;
}

.ltr{
	direction: ltr !important;
}

.text-primary {
	color: #004186 !important;
}

.text-secondary {
	color: #b5b5b5 !important;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 9px 32px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: #1cb99e;
	text-transform: uppercase;
	font-family: iransans-medium;
}

.btn-style-one:before {
	top: 0;
	left: 0;
	content: "";
	width: 150%;
	height: 100%;
	position: absolute;
	transform-origin: 0 100% 0;
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-one .icon {
	position: relative;
	margin-right: 10px;
}

.btn-style-one i {
	position: relative;
	font-style: normal;
}

.btn-style-one:hover {
	color: #ffffff;
}

.btn-style-one:hover::before {
	opacity: 1;
	color: #ffffff;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background-color: #4488be;
}

/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 53px;
	/* font-weight: 700; */
	overflow: hidden;
	border-radius: 50px;
	letter-spacing: 1px;
	background-color: #00a693;
	text-transform: capitalize;
	/* font-family: 'Lato', sans-serif; */
	font-family: iransans-medium;
	float: right;
}

.btn-style-two:before {
	top: 0;
	left: 0;
	content: "";
	width: 150%;
	height: 100%;
	position: absolute;
	transform-origin: 0 100% 0;
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn-style-two .arrow {
	position: relative;
	margin-left: 5px;
	font-size: 15px;
	top: 1px;
}

.btn-style-two i {
	position: relative;
	font-style: normal;
}

.btn-style-two:hover {
	color: #ffffff;
}

.btn-style-two:hover::before {
	opacity: 1;
	color: #ffffff;
	transform: rotate3d(0, 0, 1, 0deg);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background-color: #1cba9f;
}

/* Btn Style Three */

.btn-style-three {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	padding: 7px 41px;
	overflow: hidden;
	border-radius: 50px;
	background-color: #1cba9f;
	text-transform: capitalize;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
	font-family: iransans-medium;
}

.btn-style-transparent {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #1cba9f;
	padding: 7px 41px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	background-color: #fff;
	text-transform: capitalize;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

.btn-style-transparent:hover {
	background-color: #1cba9f;
	color: #fff;
}

.btn-style-three .arrow {
	position: relative;
	margin-right: 0px;
	font-size: 10px;
	top: 0px;
	/* font-weight: 700; */
}

.btn-style-three:hover {
	color: #1cba9f;
	background-color: #ffffff;
}

/* Btn Style Four */

.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #686868;
	padding: 4px 27px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid #1cba9f;
	background-color: #ffffff;
	text-transform: capitalize;
	font-family: iransans-medium;
}

.btn-style-four .arrow {
	position: relative;
	margin-right: 0px;
	font-size: 10px;
	top: 0px;
	/* font-weight: 700; */
}

.btn-style-four:hover {
	color: #ffffff;
	background-color: #1cba9f;
}

/* Btn Style Five */

.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 36px;
	/* font-weight: 700; */
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid #00a693;
	background-color: #00a693;
	text-transform: capitalize;
	box-shadow: 0px 0px 20px rgba(34, 58, 102, 0.15);
	/* font-family: 'Lato', sans-serif; */
	font-family: iransans-medium;
	text-align: center;
	display: block;
	width: 260px;
	margin: auto;
	direction: rtl;
}

.btn-style-five .icon {
	position: relative;
	margin-right: 10px;
	top: 0px;
	/* font-weight: 700; */
}

.btn-style-five:hover {
	color: #00a693;
	background: none;
}

/* Btn Style Six */

.btn-style-six {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 36px;
	/* font-weight: 700; */
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid #f13a66;
	background-color: #f13a66;
	text-transform: capitalize;
	box-shadow: 0px 0px 30px rgba(241, 58, 102, 0.15);
	/* font-family: 'Lato', sans-serif; */
	font-family: iransans-medium;
	direction: rtl;
}

.btn-style-six .icon {
	position: relative;
	margin-right: 10px;
	top: 0px;
	/* font-weight: 700; */
}

.btn-style-six:hover {
	color: #f13a66;
	background: none;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
	padding-right: 25px;
	line-height: 2em;
	color: rgba(255, 255, 255, 0.80);
	text-align: right !important;
	justify-content: right;
}

.list-style-one li .icon {
	position: absolute;
	right: 0px;
	top: 6px;
	color: rgba(255, 255, 255, 0.70);
	font-size: 16px;
	line-height: 1.2em;
}

/* List Style Two */

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
	padding-right: 25px;
	line-height: 1.8em;
	color: #eaeaea;
}

.list-style-two li .icon {
	position: absolute;
	right: -28px;
	top: 0px;
	color: #313131;
	font-size: 16px;
	line-height: 1.15em;
}

.list-style-two li a {
	position: relative;
	color: #eaeaea;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.list-style-two li a:hover {
	color: #1cba9f;
}

.list-style-two li:last-child {
	margin-bottom: 0px;
}

.list-style-two.style-two li:first-child .icon {
	color: #f13a66;
}

.list-style-two.style-two li:nth-child(2) .icon {
	color: #9143fd;
}

.list-style-two.style-two li:nth-child(3) .icon {
	color: #00d280;
}

.theme_color {
	color: #1cb99e;
}

.secondary_color {
	color: #00a693;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	background-image: url(../images/icons/preloader.svg);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 30px;
	height: 60px;
	width: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 45px;
	height: 45px;
	color: #7b7b7b;
	font-size: 17px;
	line-height: 47px;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	background: #d5d5d5;
	display: none;
	opacity: 1;
	border-radius: 1rem;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	background: #1cb99e;
}

/***

====================================================================
	Main ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
====================================================================

***/

.main-header {
	position: relative;
	display: block;
}

.main-header .header-top {
	position: relative;
	z-index: 1;
	background-color: #00a693;
}

.main-header .header-top .top-outer {
	position: relative;
	margin-right: 17%;
	padding-right: 49px;
	direction: rtl;
}

.main-header .header-top .top-left {
	position: relative;
	float: right;
	padding: 10px 0px;
	margin-left: 13px;
}

.main-header .header-top .top-left li {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: iransans-bold;
	margin-left: 35px;
	display: inline-block;
}

.main-header .header-top .top-left li a {
	position: relative;
	color: #ffffff;
	display: inline-block;
}

.main-header .header-top .top-left li .icon {
	position: relative;
	margin-left: 10px;
}

.main-header .header-top .top-left li .icon.flaticon-letter {
	float: right;
}

.main-header .header-top .top-left li:last-child {
	margin-right: 0px;
}

.main-header .xs-bold-menu {
	display: none;
}

.xs-mobile-search a {
	display: none;
}

.xs-mobile-search .dropdown-item {
	display: block !important;
}


@media (min-width: 1023px) {
	.LogRegs {
		display: none;
	}
}

/* Top Right*/

.header-top .top-right {
	position: relative;
	float: left;
	z-index: 1;
	padding: 9px 0px;
}

.header-top .top-right .account-btn {
	position: relative;
	float: left;
}

.header-top .top-right .account-btn .cart-icon {
	position: relative;
	color: #ffffff;
	font-size: 21px;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top .top-right .account-btn .total-cart {
	position: absolute;
	content: '';
	top: -2px;
	right: -6px;
	color: #ffffff;
	width: 14px;
	height: 14px;
	font-size: 9px;
	padding-left: 1px;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	background-color: #00a693;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	/* font-family: 'Poppins', sans-serif; */
}

.header-top .top-right .account-btn:hover .total-cart {}

.header-top .top-right .nav-box {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
	margin-right: 25px;
}

/*=== Header Upper ===*/

.main-header .header-upper .logo-outer:before {
	position: absolute;
	content: '';
	left: 33px;
	top: 0px;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(150deg);
	/* border-left: 2px solid #00A693;*/
}

.main-header .header-upper {
	position: relative;
	top: 0;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .logo-outer {
	position: relative;
	float: right;
	z-index: 25;
	padding-top: 40px;
	margin-top: -50px;
	padding-bottom: 35px;
	/*background-color: #ffffff;*/
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .logo-outer .logo a {
	position: relative;
	display: inline-block;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 65%;
	margin: -15px auto;
}

.main-header .header-upper .nav-outer {
	z-index: 10;
	position: relative;
}

.main-header.header-style-one .header-upper .nav-outer {
	position: relative;
	margin-left: 260px;
}

/*=== Header Lower ===*/

.main-header .header-lower {
	position: relative;
	background-color: #00a693;
}

.main-header .header-lower .outer-box {
	position: absolute;
	left: 0px;
	top: 0px;
	float: right;
	z-index: 20;
	padding: 21px 0px;
}

.xs-sticky-header.IsSticky .logo-outer .logo {
	position: relative;
	top: 25px;
}

.main-header .header-lower .outer-box .theme-btn {
	float: right;
	font-size: 14px;
	padding: 4px 29px;
}

.main-header .header-lower .outer-box .cart-btn {
	position: relative;
	float: right;
	color: #ffffff;
	font-size: 20px;
	margin-right: 28px;
	margin-top: 4px;
}

.main-header .header-lower .outer-box .cart-btn .cart-icon {
	position: relative;
	color: #ffffff;
	font-size: 24px;
}

.main-header .header-lower .elementskit-navbar {
	position: relative;
	z-index: 20;
}

.main-header .header-lower .search-box-btn {
	width: auto;
	height: auto;
	line-height: 1.6em;
	background: none;
}

.main-header .header-lower .search-box-btn:hover {
	background: none;
}

.main-header .header-lower .nav-box {
	position: relative;
	float: right;
	color: #ffffff;
	cursor: pointer;
	font-size: 28px;
	margin-top: 4px;
	margin-right: 25px;
}

.main-header .header-lower .nav-outer {
	position: relative;
	float: left;
	width: 100%;
}

.main-header .header-lower .search-box-outer {
	padding: 0px;
	margin-top: 0;
	margin-right: 22px;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
	top: 52px !important;
}

.main-header.header-style-two .search-box-btn:before, .main-header.header-style-three .search-box-btn:before {
	display: none;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 25px 0px;
	margin-right: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	font-weight: 500;
	opacity: 1;
	color: #222222;
	padding: 0;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a, .main-menu .navigation>li.current>a {
	color: #1cb99e;
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 18px !important;
}

.main-menu .navigation>li.dropdown>a:before {
	content: "\f13d";
	position: absolute;
	right: 0px;
	top: 4px;
	font-size: 10px;
	line-height: 26px;
	font-weight: 800;
	font-family: "Flaticon";
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-menu .navigation>li.dropdown:hover>a:before {
	opacity: 0;
}

.main-menu .navigation>li.dropdown>a:after {
	content: "\f137";
	position: absolute;
	right: 0px;
	top: 4px;
	opacity: 0;
	font-size: 10px;
	line-height: 26px;
	font-weight: 800;
	font-family: "Flaticon";
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-menu .navigation>li.dropdown:hover>a:after {
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -30px;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border: 3px solid #00a693;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -30px;
	width: 100%;
	height: 30px;
	display: block;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 18px;
	line-height: 24px;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: #7c7b7b;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 19px 0px !important;
}

.sticky-header .main-menu .navigation>li>a:before {
	display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background: #00a693;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: "Flaticon";
	content: "\f12f";
	position: absolute;
	right: 15px;
	top: 14px;
	width: 10px;
	height: 20px;
	display: block;
	color: #00a693;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 120%;
	top: 0%;
	width: 230px;
	z-index: 100;
	display: none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border: 3px solid #00a693;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 18px;
	line-height: 24px;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: #7c7b7b;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #ffffff;
	background: #00a693;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	color: #272727;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	left: 0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
	border: 1px solid #ffffff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .header-upper .outer-box {
	position: relative;
	float: right;
}

.main-header .upper-right {
	position: relative;
	padding-top: 48px;
	/*! width: 85%; */
	display: flex;
	justify-content: space-between;
	direction: rtl;
}

.main-header .info-box {
	position: relative;
	/*! float: right; */
	color: #222222;
	font-size: 15px;
	padding-right: 48px;
	margin-right: 56px;
	text-align: right;
}

.main-header .info-box:last-child {
	margin-left: 0;
}

.main-header .icon-box {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #1cba9f;
	font-size: 34px;
	line-height: 1em;
}

.main-header.header-style-three .info-box ul li strong {
	color: #00a693;
	font-size: 15px;
	/* font-weight: 700; */
}

.main-header.header-style-three .info-box, .main-header.header-style-three .info-box .icon-box {
	color: #00a693;
}

.header-style-two .social-box {
	position: relative;
	margin-top: 7px;
}

.header-style-two .social-box li {
	position: relative;
	margin-left: 5px;
	display: inline-block;
}

.header-style-two .social-box a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #3b5998;
	font-size: 13px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #3b5998;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.header-style-two .social-box li a:hover {
	background-color: #3b5998;
	color: #ffffff;
}

.header-style-two .social-box li.twitter a {
	color: #2ca7f3;
	border-color: #2ca7f3;
}

.header-style-two .social-box li.twitter a:hover {
	background-color: #2ca7f3;
	color: #ffffff;
}

.header-style-two .social-box li.instagram a {
	color: #833ab4;
	border-color: #833ab4;
}

.header-style-two .social-box li.instagram a:hover {
	background-color: #833ab4;
	color: #ffffff;
}

.header-style-three .social-box {
	margin-top: 12px;
	float: right;
}

.header-style-three .social-box li {
	position: relative;
	margin-left: 5px;
	display: inline-block;
}

.header-style-three .social-box li a {
	color: #00a693;
	font-size: 14px;
	margin-left: 8px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three li a:hover {
	color: #f13a66;
}

.main-header .header-upper .nav-box {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	font-family: iransans-medium;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	margin-left: 18px;
	background-color: #00a693;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .nav-box:hover {
	background-color: #f13a66;
}

.main-header .search-box-outer {
	position: relative;
	float: right;
	padding: 17px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-box-btn {
	position: relative;
	width: 60px;
	height: 50px;
	cursor: pointer;
	background: none;
	font-size: 18px;
	color: #ffffff;
	background-color: #558dca;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-box-btn:before {
	position: absolute;
	content: '';
	left: -5px;
	top: 0px;
	width: 12px;
	z-index: -1;
	height: 100%;
	background-color: #d3d8e0;
	-ms-transform: skewX(-12deg);
	-webkit-transform: skewX(-12deg);
	transform: skewX(-12deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-box-btn:hover::before {
	-ms-transform: skewX(12deg);
	-webkit-transform: skewX(12deg);
	transform: skewX(12deg);
}

.main-header .search-box-btn:hover {
	background-color: #1cba9f;
}

.dropdown-toggle::after {
	display: none;
}

.main-header .search-box-outer .dropdown-menu {
	top: 66px !important;
	left: auto !important;
	right: 0;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	transform: none !important;
	border-top: 3px solid #1cb99e;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],.main-header .search-panel input[type="number"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.main-header .search-panel input:focus, .main-header .search-panel select:focus {
	border-color: #1cb99e;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
}

/* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± Two */

.main-header.header-style-two .header-upper .logo-outer {
	padding: 45px 0px;
	margin: 0px;
}

.main-header.header-style-three .header-upper .logo-outer {
	padding: 40px 0px;
	margin: 0px;
}

.main-header.header-style-two .header-upper .logo-outer:before, .main-header.header-style-three .header-upper .logo-outer:before {
	display: none;
}

.header-style-two .main-menu .navigation>li>a, .header-style-three .main-menu .navigation>li>a {
	color: #ffffff;
}

.header-style-three .main-menu .navigation>li:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 20px;
	height: 2px;
	width: 0px;
	background-color: #f13a66;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li:hover::before, .header-style-three .main-menu .navigation>li.current::before {
	width: 20px;
}

.header-style-two .main-menu .navigation>li, .header-style-three .main-menu .navigation>li {
	padding: 23px 0px;
}

.header-style-three .theme-btn {
	background-color: #f13a66;
}

.header-style-three .header-lower .outer-box .theme-btn:hover {
	background: #ffffff;
	color: #f13a66;
}

.main-header .header-lower .user-box {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 20px;
	margin-top: 3px;
	margin-right: 20px;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar-wrapper {
	height: 100%;
	padding: 0px 5px 30px 0px;
}

.hidden-bar .mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display: block;
	font-size: 16px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer:hover {
	color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.sidebar-info-contents {
	position: relative;
}

.sidebar-info-contents .content-inner {
	position: relative;
	text-align: justify;
	text-align-last: right;
}

.sidebar-info-contents .content-inner .logo {
	padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
	display: inline-block;
	max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
	position: relative;
}

.sidebar-info-contents .content-inner .content-box h2 {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .text {
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.60);
	margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .contact-info {
	position: relative;
	margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info h2 {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
	position: relative;
	display: inline-block;
	/*margin-right: 6px;*/
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #1cba9f;
	z-index: 1;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}

/***

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 9999;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 5px 0px;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after, .sticky-header .main-menu .navigation>li>a:before, .sticky-header .main-menu .navigation>li:after {
	display: none !important;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 20px 0px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a, .sticky-header .main-menu .navigation>li.current>a, .sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
	color: #1cb99e;
}

.IsSticky.xs-sticky-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 0 11px rgba(85, 85, 85, 0.3);
	box-shadow: 0 0 11px rgba(85, 85, 85, 0.3);
}

.xs-onepage-logo {
	display: none;
}

.IsSticky.xs-sticky-header .xs-onepage-logo {
	display: block;
}

/***

====================================================================
		Section Title
====================================================================

***/

.section-title {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.section-title h2 {
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	/* font-weight: 700; */
	text-align: center;
	font-family: iransans-medium;
}

.section-title.light h2 {
	color: #ffffff;
}

.section-title .text {
	position: relative;
	display: block;
	font-size: 1rem;
	color: #313131;
	font-weight: 500;
	margin-top: 18px !important;
	line-height: 1.8em;
	text-align: center;
}

.text-right{
	text-align: right;
}
.section-title.text-center .text {
	max-width: 720px;
	margin: 0 auto;
}

.section-title.text-center h2 {
	max-width: 800px;
	margin: 0 auto;
	font-family: iransans-medium;
}

/***

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.banner-section .auto-container {
	position: relative;
}

.banner-section .banner-carousel {
	position: relative;
}

.banner-section .banner-carousel .slide-item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	direction: rtl;
}

.banner-section .banner-carousel .slide-item .clearfix {
	clear: both;
}

.banner-column {
	position: relative;
	/*padding: 110px 0px 170px;*/
}

.banner-column .title {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	/* font-weight: 700; */
	font-style: italic;
	margin-bottom: 20px;
	padding-top: 90px;
	display: block;
	text-align: right;
	font-style: unset;
}

@media (min-width: 769px) {
	.banner-column h1 {
		position: relative;
		display: block;
		font-size: 40px;
		line-height: 1.2em;
		color: #ffffff;
		/* font-weight: 700; */
		margin-bottom: 25px;
		font-family: iransans-bold;
	}
}

@media (max-width: 768px) {
	.banner-column h1 {
		position: relative;
		display: block;
		font-size: 22px;
		line-height: 1.2em;
		color: #ffffff;
		/* font-weight: 700; */
		margin-bottom: 25px;
		text-align: right;
		font-family: iransans-bold;
	}
}

.banner-column .text {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 35px;
	text-align: right;
	margin-left: 50%;
}

.xs-banner-container-parent {
	position: relative;
}

.banner-carousel .image {
	position: absolute;
	left: -37px;
	bottom: 0px;
	width: 40%;
	float: left;
}

/*.banner-carousel .image img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}*/

.banner-carousel .owl-dots {
	display: none;
}

.banner-carousel .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -50px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel:hover .owl-nav {
	opacity: 1;
}

.banner-carousel .owl-prev, .banner-carousel .owl-next {
	position: relative;
	height: 60px;
	width: 60px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 66px;
	margin-top: 1px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: rgba(255, 255, 255, 0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-carousel .owl-prev:hover, .banner-carousel .owl-next:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #558dca;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-form-section {
	position: relative;
	background-color: #1cb89d;
}

.services-form-section .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.services-form-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(28, 184, 157, 0.80);
}

/***

====================================================================
	Quote Form
====================================================================

 ***/

.services-form {
	position: relative;
	z-index: 2;
}

.services-form .form-group {
	position: relative;
	margin: 40px 0px;
}

.services-form .form-group input[type="text"],.services-form .form-group input[type="number"], .services-form .form-group input[type="tel"], .services-form .form-group input[type="email"], .services-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	color: #ffffff;
	height: 56px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.30);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-form .form-group input[type="text"]:focus, .services-form .form-group input[type="tel"]:focus, .services-form .form-group input[type="email"]:focus, .services-form .form-group textarea:focus {
	border-color: #ffaa00;
}

.services-form .form-group textarea::-webkit-input-placeholder, .services-form .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.80);
}

.services-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 10px 25px;
	color: #ffffff;
	height: 125px;
	resize: none;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.40);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-form .form-group.button-group {
	position: relative;
	margin: 0px;
}

.services-form .submit-btn {
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
	font-size: 18px;
	color: #1cba9f;
	font-weight: 500;
	padding: 44px 35px;
	z-index: 1;
	background: none;
	text-decoration: none;
	text-transform: capitalize;
	font-family: iransans-medium;
}

.services-form .submit-btn:hover {
	color: #558dca;
	text-decoration: none;
}

.services-form .submit-btn:before {
	position: absolute;
	content: '';
	left: 20px;
	top: 0px;
	right: 20px;
	bottom: 0px;
	z-index: -1;
	background-color: #ffffff;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
}

.services-form .form-group:last-child {
	right: -30px;
}

.services-form .form-group:first-child .ui-selectmenu-button.ui-button {
	padding-left: 52px;
}

.services-form .form-group .map-icon {
	position: absolute;
	content: '';
	left: 40px;
	top: 18px;
	color: #ffffff;
	z-index: 1;
	font-size: 18px;
}

.services-form .form-group .location-icon {
	position: absolute;
	content: '';
	right: 40px;
	top: 18px;
	color: #ffffff;
	z-index: 1;
	font-size: 18px;
	font-weight: 400;
	left: 30px;
}

.services-form .form-group:first-child .ui-button .ui-icon:before {
	display: none;
}

.services-form .form-group .left-curves {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.services-form .form-group .left-curves:before {
	position: absolute;
	content: '';
	left: 4px;
	top: 0px;
	width: 22px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
}

.services-form .form-group .left-curves:after {
	position: absolute;
	content: '';
	left: 26px;
	top: 0px;
	width: 8px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
}

.services-form .form-group .right-curves {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.services-form .form-group .right-curves:before {
	position: absolute;
	content: '';
	left: -27px;
	top: 0px;
	width: 22px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
}

.services-form .form-group .right-curves:after {
	position: absolute;
	content: '';
	left: -35px;
	top: 0px;
	width: 8px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 15px;
	font-style: normal;
	/* height: 56px; */
	padding: 0 0 0 28px;
	line-height: 34px;
	color: #ffffff;
	border: none;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.30);
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 6px;
	font-size: 0px;
	text-indent: 0px;
	color: #333333;
	right: 100%;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'icomoon' !important;
	content: "\e874";
	position: absolute;
	right: 0px;
	top: 2px !important;
	height: 20px;
	display: block;
	color: #ffffff;
	line-height: 20px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background: #1bb59b;
	border-color: #1bb59b;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	font-family: iransans;
}

.ui-menu-item:hover {
	background-color: #ffaa00;
}

/***

====================================================================
	Featured Section
====================================================================

 ***/

.featured-section {
	position: relative;
	padding: 100px 0px 70px;
}

.featured-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 190px;
	height: 383px;
}

.featured-block {
	margin-bottom: 30px;
	text-align: center;
}

.featured-block .inner-box {
	position: relative;
	padding: 30px;
}

.featured-block .image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(34, 58, 102, 0.88);
}

.featured-block .image-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: scaleX(0.7) translateX(-30px);
	-ms-transform: scaleX(0.7) translateX(-30px);
	-moz-transform: scaleX(0.7) translateX(-30px);
	transform: scaleX(0.7) translateX(-30px);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
}

.featured-block .inner-box:hover .image-layer {
	opacity: 1;
	-webkit-transform: scaleX(1) translateX(0px);
	-ms-transform: scaleX(1) translateX(0px);
	-moz-transform: scaleX(1) translateX(0px);
	transform: scaleX(1) translateX(0px);
}

.featured-block .icon-box {
	position: relative;
	font-size: 75px;
	line-height: 1em;
	color: #1bb399;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: right;
}

.featured-block h3 {
	position: relative;
	font-size: 28px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-top: 20px;
	text-align: right;
}

.featured-block h3 a {
	position: relative;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: iransans-medium;
}

.featured-block.style-two {
	margin-bottom: 0px;
}

.featured-block.style-two h3 {
	font-size: 22px;
}

.featured-block p {
	position: relative;
	font-size: 15px;
	line-height: 1.7em;
	margin-top: 12px;
	color: rgba(36, 36, 36, 0.7);
	text-align: justify;
}

.featured-block .inner-box:hover{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	transition: all 300ms ease;
}

/***

====================================================================
	Fullwidth Section
====================================================================

 ***/

.container-fluid {
	position: relative;
	padding: 100px 0px 90px;
	background-color: #f7f9fb;
}

.container-fluid .pattern-layer {
	position: absolute;
	content: '';
	right: 0px;
	top: 140px;
	right: 0px;
	bottom: 0px;
	width: 221px;
	height: 500px;
}

.container-fluid .outer-section {
	position: relative;
}

.container-fluid .outer-section .left-column {
	position: relative;
	width: 42%;
	float: left;
}

.container-fluid .outer-section .left-column .shadow-one {
	position: absolute;
	left: 60%;
	top: -40px;
	width: 134px;
	height: 134px;
}

.container-fluid .outer-section .left-column .shadow-two {
	position: absolute;
	left: 72%;
	bottom: -40px;
	width: 96px;
	height: 96px;
}

.container-fluid .outer-section .left-column .shadow-three {
	position: absolute;
	left: 0%;
	bottom: -100px;
	width: 96px;
	height: 96px;
}

.container-fluid .outer-section .left-column .image {
	position: relative;
	z-index: 2;
	margin-left: -70px;
}

.container-fluid .outer-section .left-column .inner-column {
	position: relative;
}

.container-fluid .outer-section .left-column .inner-column:before {
	position: absolute;
	content: '';
	left: -150px;
	top: -80px;
	right: -140px;
	bottom: -80px;
	z-index: 1;
	background: url(../images/background/2.png) no-repeat;
}

.container-fluid .outer-section .right-column {
	position: relative;
	width: 58%;
	float: right;
}

.container-fluid .outer-section .right-column .inner-column {
	position: relative;
	max-width: 800px;
	width: 100%;
	padding-left: 40px;
	padding-right: 15px;
}

.container-fluid .outer-section .right-column h2 {
	position: relative;
	color: #222222;
	font-size: 43px;
	/* font-weight: 700; */
	line-height: 1.2em;
	margin-bottom: 45px;
	padding-right: 25px;
	font-family: iransans-medium;
}

/* Featured List */

.featured-list {
	position: relative;
	z-index: 1;
}

.featured-list li {
	position: relative;
	color: #000000;
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 30px;
	display: flex;
	align-content: center;
	align-items: start;
	flex-direction: row-reverse;
}

.featured-list li:last-child {
	margin-bottom: 0px;
}

.featured-list li .icon {
	position: relative;
	/*! float:left; */
	color: #ffffff;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
	display: inline-block;
	padding: 0px 16px;
	background-color: #1cba9f;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0px 0px 20px rgba(28, 186, 159, 0.20);
}

.featured-list li:hover .icon {
	transform: rotateY(360deg);
}

.featured-list li .title {
	position: relative;
	display: block;
	color: #222222;
	font-size: 21px;
	margin-bottom: 6px;
	display: block;
	/* font-weight: 700; */
	/* font-family: 'Exo', sans-serif; */
	font-family: iransans-medium;
}

.featured-list li p {
	position: relative;
	color: #000000;
	font-size: 17px;
	line-height: 1.8em;
	text-align: justify;
	text-align-last: right;
	padding: 0 0 0 20px;
}

.featured-list .content {
	float: left;
	max-width: 450px;
	padding: 0 25px;
}

.featured-list li:nth-child(2) .icon {
	background-color: #558dca;
	box-shadow: 0px 0px 20px rgba(85, 141, 202, 0.20);
}

.featured-list li:nth-child(3) .icon {
	background-color: #00a693;
	box-shadow: 0px 0px 20px rgba(34, 58, 102, 0.20);
}

/* Featured List Two */

.featured-list-two {
	position: relative;
}

.featured-list-two .content {
	position: relative;
	float: left;
	max-width: 450px;
}

.featured-list-two li {
	position: relative;
	color: #000000;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 32px;
}

.featured-list-two li p {
	position: relative;
	color: #000000;
	font-size: 16px;
	line-height: 1.7em;
}

.featured-list-two li:last-child {
	margin-bottom: 0px;
}

.featured-list-two .icon {
	position: relative;
	content: '';
	float: right;
	color: #00a693;
	font-size: 44px;
	margin-left: 0;
	text-align: center;
	display: inline-block;
}

.featured-list-two .title {
	position: relative;
	display: block;
	color: #222222;
	font-size: 22px;
	margin-bottom: 6px;
	/* font-weight: 700; */
	/* font-family: 'Exo', sans-serif; */
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 60px 0px 40px;
}

.team-section.alternate {
	padding-bottom: 90px;
}

.team-section.style-two {
	background-color: #f7f9fb;
	padding-bottom: 95px;
}

.team-section.style-two .owl-dots {
	margin-top: 10px;
}

.pattern-layer {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 190px;
	height: 100%;
	background-repeat: no-repeat;
}

.pattern-layer-two {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 221px;
	height: 488px;
	background-repeat: no-repeat;
	z-index: 0;
}

.pattern-layer-three {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 50px;
	width: 190px;
	height: 477px;
	background-repeat: no-repeat;
}

.team-block {
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box {
	position: relative;
	overflow: hidden;
	background-color: transparent;
}

/*.team-block .inner-box:hover {
	box-shadow: 30px 20px 40px 0px rgba(0, 0, 0, 0.05);
}*/

.team-block .image {
	position: relative;
	width: 150px;
	border-radius: 6px;
	margin: auto;
}

.team-block .image:hover {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 0px 30px 15px 4px rgba(0, 0, 0, 0.09);
}

.team-block .image img {
	position: relative;
	width: 100%;
	height: 150px;
	display: block;
	object-fit: cover;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	box-shadow: 0px 8px 15px 10px rgba(0, 0, 0, 0.05);
	margin-top: 1rem;
}

.team-block .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.team-block .image .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	top: 100%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #1cba9f));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
}

.team-block .inner-box:hover .overlay-box:before {
	opacity: 1;
	top: 0%;
}

.team-block .inner-box .overlay-box .overlay-inner {
	position: relative;
	height: 100%;
}

/* Team Block Two */

.team-social-box {
	position: absolute;
	/* left: 30px; */
	bottom: 28px;
	/* transform: scaleX(-1); */
	/* left: 150px; */
	right: -120px;
}

.team-social-box li {
	position: relative;
	/* left: -70px; */
	margin-bottom: 10px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	right: 70px;
}

.team-social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #1cba9f;
	z-index: 1;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
}

.team-social-box li .social-name {
	position: relative;
	padding: 0px 10px;
	top: 2px;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	margin-left: -30px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team-social-box li:last-child {
	margin-bottom: 0px;
	/*margin: 0 10px !important;*/
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li {
	right: 130px;
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2) {
	right: 130px;
	transition-delay: 500ms;
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3) {
	right: 130px;
	transition-delay: 750ms;
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4) {
	right: 130px;
	transition-delay: 1000ms;
}

.team-social-box li:hover .social-name {
	opacity: 1;
	margin-right: -5px;
	visibility: visible;
}

.team-social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #1cba9f;
	z-index: 1;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	margin: -2px 0 0 -15px;
}

.team-social-box li .social-name {
	float: left;
	position: relative;
	z-index: 0;
}

.team-social-box li.youtube a {
	color: #ff0000;
}

.team-social-box li.youtube .social-name {
	color: #ffffff;
	padding: 4px 30px 4px 15px;
	top: 0px;
	background-color: #ff0000;
}

.team-social-box li.linkedin a {
	color: #0077b5;
}

.team-social-box li.linkedin .social-name {
	color: #ffffff;
	padding: 4px 30px 4px 15px;
	top: 0px;
	background-color: #0077b5;
}

.team-social-box li.facebook a {
	color: #3b5998;
}

.team-social-box li.facebook .social-name {
	color: #ffffff;
	padding: 4px 30px 4px 15px;
	top: 0px;
	background-color: #3b5998;
}

.team-social-box li.twitter a {
	color: #1da1f2;
	/* margin: 0 10px; */
}

.team-social-box li.twitter .social-name {
	color: #ffffff;
	padding: 4px 30px 4px 15px;
	top: 0px;
	background-color: #1da1f2;
	width: 107%;
}

.team-block .lower-content {
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0px 1px 15px -2px rgba(0, 0, 0, 0.05);
	margin: 0 15px 20px;
}

.team-block .lower-content1 {
	position: relative;
	padding: 30px 40px 52px;
	text-align: right;
	padding-bottom: 32px;
	border: 1px solid #f5f5f5;
	direction: rtl;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block .icon-box {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	line-height: 38px;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	margin-top: -10px;
	top: -10px;
	display: inline-block;
	background-color: #1cba9f;
	border: 1px solid #1cba9f;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block .inner-box:hover .icon-box {
	color: #1cba9f;
	background-color: #ffffff;
}

.team-block h3 {
	position: relative;
	font-size: 15px;
	line-height: 1.3em;
	margin-top: 10px;
	font-family: iransans-medium;
}

.team-block h3 a {
	position: relative;
	color: #004186;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block .lower-content h3 a:hover {
	color: #1cba9f;
}

.team-block .designation {
	position: relative;
	color: #5b5b5b;
	margin-top: 4px;
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 10px;
}

.team-section .owl-nav {
	display: none;
}

.team-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.team-section .owl-dots .owl-dot {
	position: relative;
	margin: 0px 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	background-color: #d8f0ec;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-section .owl-dots .owl-dot.active, .team-section .owl-dots .owl-dot:hover {
	background-color: #1cba9f;
	width: 12px;
	height: 12px;
}

/***

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section {
	position: relative;
	padding: 70px 0px 50px;
	background-color: #f7f9fb;
	direction: ltr;
}

.appointment-section.style-two {
	padding-top: 95px;
	padding-bottom: 0px;
}

.appointment-section.style-three {
	padding-top: 95px;
	padding-bottom: 95px;
	background-color: #f7f9fb;
}

.appointment-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 100px;
	right: 0px;
	bottom: 0px;
	width: 163px;
	height: 480px;
}

.appointment-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	top: 100px;
	width: 239px;
	height: 492px;
	background-repeat: no-repeat;
}

.appointment-section .inner-section {
	position: relative;
}

.appointment-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 28px;
}

.appointment-section .title-box h2 {
	position: relative;
	/* font-weight: 700; */
	color: #222222;
	line-height: 1.3em;
	max-width: 730px;
	margin: 0 auto;
	font-family: iransans-medium;
}

.appointment-section .form-column .inner-column {
	position: relative;
	padding: 30px 30px 0;
	background-color: #ffffff;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
}

.appointment-section .form-column h3 {
	position: relative;
	color: #002222;
	font-size: 15px;
	line-height: 1.3em;
	padding-bottom: 14px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	text-align: center;
	font-family: iransans-medium;
	direction: rtl;
}

/* Calender Column */

.appointment-section .calender-column .inner-column {
	position: relative;
	padding: 52px 80px 40px;
	background-color: #ffffff;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
	height: 630px;
}

.calender-title {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	text-align: center;
}

.calender-title .title {
	position: relative;
	color: #222222;
	font-size: 15px;
	line-height: 1.8em;
}
.FHicon{
	font-size: 35px !important;
	margin-left: 15px;
	color: #00d5bd;
}

.calender-title h3 {
	position: relative;
	color: #002222;
	font-size: 30px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-top: 5px;
	font-family: iransans-medium;
}

.appointment-section .calender-column .owl-dots {
	display: none;
}

.appointment-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.calender-column .owl-prev {
	position: absolute;
	left: -50px;
	top: 0px;
	color: #222222;
	font-size: 18px;
	/* font-weight: 700; */
}

.calender-column .owl-next {
	position: absolute;
	right: -50px;
	top: 0px;
	color: #222222;
	font-size: 18px;
	/* font-weight: 700; */
}

.calender-block {
	position: relative;
}

.calender-block .block-outer {
	position: relative;
	width: 100%;
	direction: rtl;
}

.calender-block .inner-box {
	position: relative;
	max-width: 680px;
	direction: rtl;
}

/* Days Boxed */

.calender-block .inner-box .days-boxed {
	position: relative;
	direction: rtl;
}

.calender-block .inner-box .days-boxed .day-date {
	position: relative;
	float: right;
	width: 20%;
	font-size: 12px;
	color: #222222;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 4px;
	text-align: right;
	padding: 0 10px;
}

.calender-block .inner-box .days-boxed .day-date strong {
	position: relative;
	/* font-weight: 700; */
	font-size: 14px;
	display: block;
	/*! text-transform: capitalize; */
	/* font-family: 'Exo', sans-serif; */
	text-align: right;
	font-style: unset;
	font-weight: initial;
	font-family: iransans-medium;
}

/* Time Boxed */

.calender-block .inner-box .time-boxed {
	position: relative;
}

.calender-block .inner-box .time-boxed .time {
	position: relative;
	float: left;
	width: 19%;
	font-size: 14px;
	color: #222222;
	padding: 9px 6px;
	text-align: center;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 4px;
	z-index: 1;
	margin-right: 4px;
	background-color: #f0f0f0;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.calender-block .inner-box .time-boxed .time:hover {
	color: #ffffff;
	z-index: 1;
}

.calender-block .inner-box .time-boxed .time:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	z-index: -1;
	background-color: #1cba9f;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.calender-block .inner-box .time-boxed .time:hover::before {
	width: 100%;
}

.calender-block .inner-box .time-boxed .time:nth-child(5n+0) {
	margin-right: 0px;
}

/* More Boxed */

.calender-block .inner-box .more-boxed {
	position: relative;
	white-space: nowrap;
}

.calender-block .inner-box .more-boxed .more {
	position: relative;
	float: left;
	width: 19%;
	font-size: 14px;
	color: #222222;
	padding: 9px 6px;
	text-align: center;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 4px;
	margin-right: 4px;
	text-transform: capitalize;
	background-color: rgba(28, 186, 159, 0.20);
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}

.calender-block .block-outer .button-box {
	position: relative;
	padding-top: 35px;
	text-align: center;
}

.calender-block .block-outer .button-box .theme-btn {
	margin: 0px 7px;
	font-family: iransans;
}

/***

====================================================================
	Calender Form
====================================================================

 ***/

.question-form {
	position: relative;
}

.question-form .form-group {
	position: relative;
	margin-bottom: 15px;
	text-align: right;
	direction: rtl;
}

.question-form .form-group label {
	position: relative;
	color: #222222;
	font-size: 15px;
	/* font-weight: 700; */
	margin-bottom: 0;
	direction: rtl;
}

.question-form .form-group label .icon {
	position: relative;
	margin-left: 8px;
	color: #1cba9f;
	font-weight: 400;
}

.question-form .form-group .ui-selectmenu-button.ui-button {
	border: 1px solid #f0f0f0;
	color: rgba(0, 0, 0, 0.60);
	border-radius: 0.4rem;
}

.question-form .form-group .ui-button .ui-icon:before {
	color: #1cba9f;
}

.question-form .form-group input[type="text"],.question-form .form-group input[type="number"], .question-form .form-group input[type="tel"], .question-form .form-group input[type="email"], .question-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 24px;
	color: rgba(0, 0, 0, 0.60);
	height: 36.4px;
	font-size: 14px;
	background: none;
	border: 1px solid #f0f0f0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: right;
	border-radius: 0.4rem;
}

.question-form .form-group input[type="text"]:focus, .question-form .form-group input[type="tel"]:focus, .question-form .form-group input[type="email"]:focus, .question-form .form-group textarea:focus {
	border-color: #1cba9f;
}

.question-form .form-group textarea::-webkit-input-placeholder, .question-form .form-group input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.60);
}

.question-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 4px 28px;
	color: rgba(0, 0, 0, 0.60);
	height: 90px;
	resize: none;
	font-size: 14px;
	background: none;
	border: 1px solid #f0f0f0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 0.4rem;
	overflow: auto;
}

.question-form .form-group .btn-detail {
	position: relative;
	text-align: center;
	margin-left: 30px;
	color: #ffffff;
	display: inline-block;
}

.question-form button {
	cursor: pointer;
	/* margin-top: 20px; */
	margin-bottom: 20px;
	font-size: 16px;
	text-transform: capitalize;
}

/***

====================================================================
	Emergency Section
====================================================================

***/

.emergency-section {
	position: relative;
	padding: 180px 0px 160px;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.emergency-section .content-box {
	position: relative;
	text-align: justify;
	text-align-last: right;
	transform: scaleX(-1);
}

.emergency-section .content-box h2 {
	position: relative;
	color: #222222;
	/* font-weight: 700; */
	font-size: 46px;
	line-height: 1.5em;
	padding-left: 80px;
	font-family: iransans-medium;
}

.emergency-section .content-box h2 strong {
	/* font-weight: 700; */
	color: #2e3192;
	display: block;
	padding-right: 80px;
}

.emergency-section .content-box h2 .icon-box {
	position: absolute;
	right: 0px;
	top: -5px;
	color: #2e3192;
	font-size: 64px;
	line-height: 1em;
}

.emergency-section .content-box .text {
	position: relative;
	color: #222222;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 500;
	margin-top: 20px;
}

.emergency-section .content-box .phone {
	position: relative;
	color: #1cba9f;
	/* font-weight: 700; */
	font-size: 36px;
	line-height: 1.3em;
	padding-left: 80px;
	padding-top: 5px;
	margin-top: 25px;
	/* font-family: 'Exo', sans-serif; */
}

.emergency-section .content-box .phone a {
	color: #1cba9f;
	padding-right: 80px;
}

.emergency-section .content-box .phone .icon-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	height: 55px;
	color: #1cba9f;
	font-size: 30px;
	text-align: center;
	line-height: 51px;
	border-radius: 8px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 2px solid rgba(28, 186, 159, 0.20);
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.emergency-section .content-box .phone:hover .icon-box {
	color: #ffffff;
	background-color: #1cba9f;
	border-color: #1cba9f;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 90px 0px 40px;
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 90px 0px 90px;
}

.gallery-section .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 340px;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery-section .image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.20);
}

.gallery-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 65px;
}

.gallery-section .title-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 46px;
	/* font-weight: 700; */
	font-family: iransans-medium;
}

.gallery-section .row {
	margin: 0px -8px;
}

.gallery-section .project-block {
	padding: 0px 8px;
}

.gallery-section .button-box {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

/* Project Block */

.project-block {
	position: relative;
	margin-bottom: 16px;
}

.project-block .inner-box {
	position: relative;
}

.project-block .image {
	position: relative;
}

.project-block .image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-block .image .overlay-box {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	top: 20px;
	z-index: 2;
	opacity: 0;
	display: block;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.project-block .image .overlay-box:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transform: perspective(400px) rotateY(-90deg);
	-moz-transform: perspective(400px) rotateY(-90deg);
	-ms-transform: perspective(400px) rotateY(-90deg);
	-o-transform: perspective(400px) rotateY(-90deg);
	transform: perspective(400px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(34, 58, 102, 0.60);
}

.project-block .inner-box:hover .image .overlay-box:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg);
	-moz-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	-o-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}

.project-block .image .overlay-box:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transform: perspective(400px) rotateY(90deg);
	-moz-transform: perspective(400px) rotateY(90deg);
	-ms-transform: perspective(400px) rotateY(90deg);
	-o-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: right;
	-o-transform-origin: left;
	transform-origin: left;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(34, 58, 102, 0.60);
}

.project-block .inner-box:hover .image .overlay-box:after {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg);
	-moz-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	-o-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}

.project-block .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.project-block .image .overlay-box .icon-box {
	position: relative;
	color: #ffffff;
	font-size: 34px;
	z-index: 1;
	margin-bottom: 18px;
}

.project-block .image .overlay-box .plus {
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	font-family: iransans-medium;
	margin-top: 12px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.project-block .image .overlay-box .plus:hover {
	color: #1cba9f;
}

.project-block .image .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
	padding: 10px 20px;
	vertical-align: middle;
}

.project-block .image .overlay-box .overlay-content {
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.project-block .image h3 {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	z-index: 1;
	font-weight: 500;
	line-height: 1.3em;
}

.project-block .image h3 a {
	position: relative;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.project-block .image h3 a:hover {
	color: #1cba9f;
}

/***

====================================================================
	Events Section
====================================================================

***/

.events-section {
	position: relative;
	padding: 100px 0px 90px;
	background-color: #f7f9fb;
}

.events-section .inner-container {
	position: relative;
}

.events-section .inner-container .pattern-layer-one {
	position: absolute;
	content: '';
	left: -150px;
	top: -180px;
	right: 0px;
	bottom: 0px;
	width: 459px;
	height: 476px;
	z-index: 1;
}

.events-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	top: 100px;
	right: 0px;
	bottom: 0px;
	width: 221px;
	height: 488px;
	z-index: 1;
}

.events-section .row {
	margin: 0px -5px;
}

.events-section .column {
	padding: 0px 5px;
}

.events-section .title-box {
	position: relative;
	z-index: 10;
}

.events-section .title-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	/* font-weight: 700; */
	padding: 18px 45px;
	background-color: #1cba9f;
}

.events-section .title-box h2:before {
	position: absolute;
	content: '';
	left: -40px;
	top: 1px;
	border-bottom: 69px solid #1cba9f;
	border-right: 40px solid transparent;
	transform: rotate(180deg);
	transform: scaleX(-1);
}

.events-section .title-box h2:after {
	position: absolute;
	content: '';
	left: -34px;
	top: 0px;
	width: 20px;
	height: 100%;
	-ms-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	transform: skewX(-30deg);
	background-color: rgba(28, 186, 159, 0.10);
}

.events-section .title-box .view-events {
	position: relative;
	color: #00a693;
	font-weight: 500;
	font-size: 15px;
	margin-top: 22px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.events-section .title-box .view-events:hover {
	color: #1cba9f;
}

/* Event Block */

.event-block {
	position: relative;
	z-index: 1;
}

.event-block .inner-box {
	position: relative;
	padding: 45px 50px 38px;
	background-color: #ffffff;
	text-align: right;
}

.event-block .upper-box {
	position: relative;
	min-height: 130px;
}

.event-block .event-date {
	position: relative;
	margin-top: 20px;
	float: right;
	color: #ffffff;
	font-size: 15px;
	/* font-weight: 700; */
	border-radius: 0 10px 10px 0;
	padding: 18px 30px 14px 18px;
	display: inline-block;
	background-color: #1cba9f;
	/* font-family: 'Lato', sans-serif; */
	z-index: 444;
	text-align: right;
}

.event-block .event-date strong {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	/* font-weight: 700; */
	display: block;
	/* font-family: 'Lato', sans-serif; */
}

.event-block .upper-box .image {
	position: relative;
	width: 120px;
	height: 120px;
	float: right;
	overflow: hidden;
	border-radius: 50%;
	margin-right: -15px;
	border: 6px solid #ffffff;
	z-index: 555;
}

.event-block .event-list {
	position: relative;
	padding-top: 35px;
	float: right;
	margin-left: 18px;
	text-align: right;
}

.event-block .event-list li {
	position: relative;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	direction: rtl;
}

.event-block .event-list li .icon {
	position: relative;
	margin-left: 6px;
	top: 1px;
}

.event-block .event-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.event-block .inner-box h3 {
	position: relative;
	color: #222222;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.5em;
	margin-top: 24px;
	margin-bottom: 20px;
	text-align: right;
}

.event-block .inner-box h3 a {
	position: relative;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.event-block .inner-box h3 a:hover {
	color: #1cba9f;
}

/* Event Block Two */

.event-block-two {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.event-block-two .inner-box {
	position: relative;
	padding: 45px 40px;
	background-color: #ffffff;
}

.event-block-two .content {
	position: relative;
}

.event-block-two .event-date {
	position: relative;
	float: right;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 30px;
	border-radius: 0 10px 10px 0;
	padding: 19px 19px 17px;
	display: inline-block;
	background-color: #1cba9f;
	box-shadow: 0px 0px 20px rgba(28, 186, 159, 0.15);
	font-family: iransans;
}

.event-block-two .event-date strong {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	/* font-weight: 700; */
	display: block;
	margin-bottom: 2px;
	/* font-family: 'Lato', sans-serif; */
	font-family: iransans;
}

.event-block-two .event-list {
	position: relative;
	text-align: right;
}

.event-block-two .event-list li {
	position: relative;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	margin-right: 22px;
	display: inline-block;
	direction: rtl;
}

.event-block-two .event-list li:last-child {
	margin-right: 0px;
}

.event-block-two .event-list li .icon {
	position: relative;
	margin-left: 6px;
	top: 1px;
}

.event-block-two .event-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.event-block-two .content h3 {
	position: relative;
	color: #222222;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.4em;
	margin-top: 5px;
	text-align: right;
}

.event-block-two .content h3 a {
	position: relative;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.event-block-two .content h3 a:hover {
	color: #1cba9f;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 90px 0px 90px;
}

.testimonial-section .section-title {
	margin-bottom: 15px;
}

.testimonial-section.style-two {
	background-color: #f7f9fb;
}

.testimonial-section.style-two.alternate {
	background-color: #ffffff;
}

.testimonial-section.style-two .testimonial-block .inner-box {
	background-color: #ffffff;
}

.testimonial-section.style-two .pattern-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 50px;
	width: 177px;
	height: 420px;
	background-repeat: no-repeat;
}

.testimonial-section.style-two .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 60px;
	width: 175px;
	height: 477px;
	background-repeat: no-repeat;
}

.testimonial-section .owl-dots {
	display: none;
}

.testimonial-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
}

.testimonial-section .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	color: #cccccc;
	font-size: 30px;
}

.testimonial-section .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 1em;
	color: #cccccc;
	font-size: 30px;
}

.testimonial-section .owl-nav .owl-prev:hover, .testimonial-section .owl-nav .owl-next:hover {
	color: #00a693;
}

.testimonial-section .owl-carousel .owl-stage-outer {
	padding-top: 60px;
}

.testimonial-section .testimonial-block {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}

/* Testimonial Block */

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	padding: 25px;
	background-color: #f7f9fb;
	direction: rtl;
	text-align: right;
	height: 320px;
}

.testimonial-block .content-box {
	position: relative;
	max-width: 627px;
	width: 100%;
}

.testimonial-block .quote-icon {
	position: relative;
	color: #1cba9f;
	font-size: 38px;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
}

.testimonial-block .text {
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	color: #3f3f3f;
	z-index: 1;
	margin-bottom: 25px;
	text-align: right;
	text-align-last: right;
	text-align: justify;
}

.testimonial-block h3 {
	position: relative;
	font-size: 16px;
	/* font-weight: 700; */
	line-height: 1.3em;
	color: #00c3a2;
	padding-top: 20px;
}

.testimonial-block h3:before {
	position: absolute;
	content: '';
	top: 0px;
	height: 2px;
	width: 30px;
	background-color: #1cba9f;
}

.testimonial-block .designation {
	position: relative;
	color: #afafaf;
	font-size: 13px;
	font-weight: 400;
	margin-top: 3px;
}

.testimonial-block .image-box {
	position: absolute;
	left: -100px;
	bottom: 0px;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 90px 0px 70px;
	background-color: #f7f9fb;
	direction: rtl;
}

.news-section .inner-container {
	position: relative;
}

.news-section .inner-container .pattern-layer-three {
	position: absolute;
	content: '';
	left: -250px;
	top: -245px;
	width: 705px;
	height: 708px;
}

.news-section .pattern-layer-four {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 291px;
	height: 339px;
}

.news-block {
	position: relative;
}

.owl-item .news-block {
	margin: 1.3rem .9rem;
}

.news-block .inner-box {
	position: relative;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1)!important;
	border-radius: 1.2rem;
}

.news-block .image {
	position: relative;
	background-color: #161a33;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-top-left-radius: 1.2rem;
	border-top-right-radius: 1.2rem;
}

.news-block.style-two .image .post-date, .news-block.style-two .image {
	background-color: #f13a66;
}

.news-section.style-two .owl-dots .owl-dot.active, .news-section.style-two .owl-dots .owl-dot:hover {
	background-color: #f13a66;
}

.news-block .image img {
	position: relative;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	object-fit: cover;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.news-block .inner-box:hover .image img {
	opacity: 0.4;
}

.news-block .image .author {
	position: absolute;
	right: 2%;
	padding: 3px 10px;
	bottom: -17px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	z-index: 1;
	line-height: 1.7em;
	padding-top: 9px;
	text-transform: capitalize;
	background-color: #00a693;
	border-radius: 6px;
}

.news-block .image .video-icon {
	position: absolute;
	left: 6%;
	padding: 0 15px;
	bottom: -33px;
	font-size: 35px;
	font-weight: 700;
	color: #ffffff;
	z-index: 1;
	line-height: 1.7em;
	padding-top: 3px;
	text-transform: capitalize;
	background-color: #00a693;
	border-radius: 1rem;
}

.news-block .image .post-date strong {
	/* font-weight: 700; */
	font-size: 28px;
	display: block;
	/* font-family: 'Exo', sans-serif; */
}

.read-date {
	position: absolute;
	bottom: 16px;
	right: 25px;
	width: 85%;
}

.news-block .lower-content {
	position: relative;
	padding: 1.5em;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	height: 155px;
	border-bottom-left-radius: 1.2rem;
	border-bottom-right-radius: 1.2rem;
}

.news-block .lower-content3 {
	position: relative;
	padding: 1.5em;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	height: 125px;
	border-bottom-left-radius: 1.2rem;
	border-bottom-right-radius: 1.2rem;
}

.news-block .lower-content .post-meta {
	position: relative;
	/*! float: right; */
	/*! clear: right; */
	direction: rtl;
	text-align: right;
	text-align-last: justify;
}

.news-block .lower-content .post-meta li {
	position: relative;
	color: #222222;
	font-size: 13px;
	font-weight: 400;
	margin-right: 0;
	display: inline-block;
}

.news-block .lower-content .post-meta li a {
	position: relative;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin: 0 5px;
}

.news-block .lower-content2 {
	position: relative;
	padding: 1.5em;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	height: 155px;
	border-bottom-left-radius: 1.2rem;
	border-bottom-right-radius: 1.2rem;
}

.news-block .read-more {
	position: absolute;
	bottom: 17px;
	right: 33.3%;
}

.news-block .lower-content2 .post-meta {
	position: relative;
	/*! float: right; */
	/*! clear: right; */
	direction: rtl;
	text-align: right;
	text-align-last: justify;
}

.news-block .lower-content2 .post-meta li {
	position: relative;
	color: #222222;
	font-size: 13px;
	font-weight: 400;
	margin-right: 0;
	display: inline-block;
}

.news-block .lower-content2 .post-meta a {
	position: relative;
	color: #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	margin: 0 5px;
}

.news-block .post-meta li a:hover {
	color: #1cba9f;
}

.news-block .post-meta li:last-child {
	margin-right: 0px;
}

.news-block .post-meta li .icon {
	position: relative;
	margin-left: 6px;
	top: 1px;
}

.news-block .post-meta li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.news-block h3 {
	position: relative;
	color: #222222;
	font-size: 17px;
	/* font-weight: 700; */
	line-height: 1.4em;
	margin-top: 12px;
	text-align: right;
}

.news-block h3 a {
	position: relative;
	color: #545e5d;
	font-size: 15px;
	line-height: 1.8rem;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block h3 a:hover {
	color: #1cba9f;
}

.news-section .owl-nav {
	display: none;
}

.news-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 45px;
}

.news-section .owl-dots .owl-dot {
	position: relative;
	margin: 0px 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	background-color: #d8f0ec;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .owl-dots .owl-dot.active, .news-section .owl-dots .owl-dot:hover {
	background-color: #185291;
	width: 20px;
	height: 8px;
	border-radius: 6px;
}

.news-section .pattern-layer-one {
	position: absolute;
	content: '';
	left: 0px;
	top: 100px;
	right: 0px;
	bottom: 0px;
	width: 181px;
	height: 488px;
	z-index: 1;
}

.news-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	right: 0px;
	bottom: 0px;
	width: 221px;
	height: 410px;
	z-index: 1;
}

/***

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position: relative;
	padding: 70px 0px 70px;
	direction: ltr;
}

.sponsors-section.style-two {
	background-color: #f7f9fb;
}

.sponsors-section .sponsors-outer {
	position: relative;
}

.sponsors-section .sponsors-outer .owl-dots, .sponsors-section .sponsors-outer .owl-nav {
	position: relative;
	display: none;
}

.sponsors-section .image-box {
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sponsors-section .image-box img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sponsors-section .image-box a {
	display: inline-block;
}

.sponsors-section .sponsors-outer .image-box img:hover {
	opacity: 0.4;
}

/***

====================================================================
	Fullwidth Section
====================================================================

***/

.fullwidth-section-two {
	position: relative;
}

.fullwidth-section-two .outer-section {
	position: relative;
	background-color: #00a693;
}

.fullwidth-section-two .left-column {
	position: relative;
	width: 50%;
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	direction: rtl;
}

.fullwidth-section-two .left-column .inner-column {
	position: relative;
	max-width: 600px;
	float: right;
	width: 100%;
	padding: 73px 15px 60px;
}

.fullwidth-section-two h2 {
	position: relative;
	color: #ffffff;
	/* font-weight: 700; */
	line-height: 1.3em;
	font-size: 31px;
	margin-bottom: 22px;
	text-align: center;
	font-family: iransans-medium;
}

.fullwidth-section-two .left-column:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(34, 58, 102, 0.90);
}

.fullwidth-section-two .text {
	position: relative;
	font-size: 13px;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.50);
	text-align: right;
	padding-right: 30px;
}

/*Subscribe Form*/

.subscribe-form {
	position: relative;
	max-width: 500px;
	display: block;
	margin: auto;
}

.subscribe-form .form-group {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	/*! padding-right: 170px; */
}

.subscribe-form input {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	height: 56px;
	font-size: 14px;
	color: #ffffff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.20);
	padding: 10px 30px 10px 30px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-form input[type="submit"], .subscribe-form button {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	color: #313131;
	font-size: 15px;
	padding: 14px 36px;
	font-weight: 500;
	display: inline-block;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	font-family: iransans-light;
}

.subscribe-form input[type="submit"]:hover, .subscribe-form button:hover {
	color: #ffffff;
	background: none;
}

.subscribe-form button .icon {
	margin-right: 4px;
	top: 1px;
	position: relative;
}

.fullwidth-section-two .right-column {
	position: relative;
	width: 50%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fullwidth-section-two .right-column .inner-column {
	position: relative;
	padding: 113px 15px 107px 100px;
	text-align: center;
}

.fullwidth-section-two .right-column:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(28, 186, 159, 0.90);
}

.fullwidth-section-two .phone {
	position: relative;
	color: #ffffff;
	/* font-weight: 700; */
	font-size: 22px;
	line-height: 2.4em;
	display: block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	/* font-family: 'Exo', sans-serif; */
}

.fullwidth-section-two .phone .title {
	position: relative;
	color: #ffffff;
	/* font-weight: 700; */
	font-size: 22px;
	line-height: 2.4em;
	display: block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	/* font-family: 'Exo', sans-serif; */
}

.fullwidth-section-two .phone:hover .title, .fullwidth-section-two .phone:hover strong {
	color: #222222;
}

.fullwidth-section-two strong {
	/* font-weight: 700; */
	color: #ffffff;
	display: block;
	font-size: 46px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fullwidth-section-two .icon-box {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	color: #ffffff;
	font-size: 64px;
	line-height: 1em;
	margin-top: 20px;
	margin-right: 50px;
	display: inline-block;
}

.fullwidth-section-two.style-two .left-column:before, .fullwidth-section-two.style-two .right-column:before {
	display: none;
}

.fullwidth-section-two.style-two .left-column .text {
	color: #ffffff;
}

.fullwidth-section-two.style-two .subscribe-form input[type="submit"] {
	color: #e12454;
}

.fullwidth-section-two.style-two .subscribe-form button {
	color: #e12454;
}

.fullwidth-section-two.style-three .left-column:before {
	background-color: rgba(34, 58, 102, 0.90);
}

.fullwidth-section-two.style-three .subscribe-form input[type="submit"] {
	color: #00a693;
}

.fullwidth-section-two.style-three .right-column:before {
	background-color: rgba(241, 58, 102, 0.75);
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #004186;
	background-size: cover;
	direction: rtl;
	/*border-top: 10px solid #00A693;*/
}

.main-footer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	/*background-color: rgba(247, 249, 251, 0.85);*/
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 40px;
	text-align: justify;
	text-align-last: right;
}

.main-footer .widgets-section {
	position: relative;
	padding: 90px 0px 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

.main-footer .text {
	position: relative;
	font-size: 15px;
	color: #eaeaea;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.main-footer h2 {
	position: relative;
	color: #eaeaea;
	font-size: 22px;
	/* font-weight: 700; */
	margin-bottom: 20px;
}

/* Footer List */

.footer-list {
	position: relative;
}

.footer-list li {
	position: relative;
	margin-bottom: 12px;
}

.footer-list li a {
	position: relative;
	font-size: 15px;
	color: #eaeaea;
	line-height: 1.7em;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-list li a:hover {
	color: #1cba9f;
}

/* Time List */

.time-list {
	position: relative;
}

.time-list li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #313131;
	line-height: 1.7em;
	font-weight: 500;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
}

.time-list li:last-child {
	padding-bottom: 0px;
	border: transparent;
}

.time-list li span {
	position: relative;
	float: right;
	direction: initial;
}

/* Footer Bottom */

.footer-bottom {
	position: relative;
	padding: 20px 0px;
	background-color: #00A693;
}

.footer-bottom2 {
	position: relative;
	padding: 20px 0px;
	background-color: #f7f9fb;
}

.footer-bottom.style-two {
	background-color: #00a693;
	background-image: none;
}

.footer-bottom .copyright {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	margin-top: 4px;
}

.footer-bottom .social-box {
	position: relative;
	float: left;
}

.footer-bottom .social-box li {
	position: relative;
	line-height: 1em;
	/*padding-left: 14px;*/
	padding-right: 12px;
	display: inline-block;
}

.footer-bottom .social-box li.messanger a {
	position: relative;
	color: #222222;
	font-size: 13px;
	border-radius: 50px;
	padding: 5px 10px 8px 5px;
	font-weight: 500;
	display: inline-block;
	background-color: #ffffff;
}

.footer-bottom .social-box li.messanger a .icon {
	position: relative;
	color: #448aff;
	font-size: 18px;
	top: 3px;
}

.footer-bottom .social-box li a {
	position: relative;
	color: #ffffff;
	font-size: 12px;
}

.footer-bottom .social-box li:last-child {
	/*padding-right: 15px;
	 border-right: none; */
}

.footer-bottom .scroll-top {
	position: sticky;
	top: 1px;
	float: right;
	cursor: pointer;
	color: #ffffff;
	margin-left: 80px;
	left: 0;
	display: none;
}

/***

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
}

.banner-section-two .slide-item {
	position: relative;
	padding: 190px 0px 190px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section-two .content-box {
	position: relative;
}

.banner-section-two .content-box .title {
	position: relative;
	color: #ffffff;
	font-size: 26px;
	/* font-weight: 700; */
	opacity: 0;
	font-style: italic;
	margin-bottom: 28px;
	display: inline-block;
	text-decoration: underline;
	/* font-family: 'Playfair Display', serif; */
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	display: none;
}

.banner-section-two .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.banner-section-two .content-box h2 {
	position: relative;
	display: block;
	font-size: 57px;
	line-height: 1.1em;
	color: #ffffff;
	/* font-weight: 700; */
	opacity: 0;
	margin-bottom: 40px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
	font-family: iransans-medium;
	text-align: center;
}

.banner-section-two .link-box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-section-two .link-box:after {
	display: table;
	clear: both;
	content: "";
}

.banner-section-two .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section-two .owl-nav {
	position: absolute;
	left: 190px;
	width: 140px;
	bottom: 42px;
	z-index: 99;
	text-align: right;
}

.banner-section-two .owl-prev, .banner-section-two .owl-next {
	position: relative;
	display: inline-block;
	line-height: 24px;
	font-size: 15px;
	color: #9f9f9f;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-two .owl-next {
	margin-left: 14px;
	padding-left: 14px;
	line-height: 1em;
	border-left: 2px solid #1cba9f;
}

.banner-section-two .owl-prev:hover, .banner-section-two .owl-next:hover {
	color: #323232;
}

.banner-section-two .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 80px;
	width: 270px;
	padding: 0 15px;
	text-align: left;
	padding-left: 60px;
	background-color: #ffffff;
	counter-reset: slides-num;
}

.banner-section-two .owl-dots:after {
	content: "/" "0" counter(slides-num);
	display: inline-block;
	line-height: 70px;
	font-size: 18px;
	opacity: 0.6;
	font-weight: 500;
	vertical-align: middle;
	color: #1cba9f;
	/* font-family: 'Exo', sans-serif; */
}

.banner-section-two .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
}

.banner-section-two .owl-dot span {
	display: none;
}

.banner-section-two .owl-dot.active:before {
	content: "0" counter(slides-num);
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	line-height: 50px;
	color: #1cba9f;
	position: absolute;
	/* font-weight: 700; */
	left: 25px;
	top: 7px;
	width: 30px;
	/* font-family: 'Exo', sans-serif; */
}

/***

====================================================================
	Quote Section
====================================================================

***/

.quote-section {
	position: relative;
	padding: 40px 0px;
	z-index: 1;
	background-color: #ffffff;
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.10);
}

.quote-section .quote-block {
	max-width: 1000px;
	margin: 0 auto;
}

.quote-section .owl-dots {
	display: none;
}

.quote-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -15px;
}

.quote-section .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #cccccc;
	font-size: 18px;
	/* font-weight: 700; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.quote-section .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #cccccc;
	font-size: 18px;
	/* font-weight: 700; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.quote-section .owl-nav .owl-prev:hover, .quote-section .owl-nav .owl-next:hover {
	color: #000000;
}

/* Quote Block */

.quote-block {
	position: relative;
}

.quote-block .inner-box {
	position: relative;
}

.quote-block .content-column {
	position: relative;
}

.quote-block .content-column .inner-column {
	position: relative;
	padding-right: 30px;
	padding-left: 30px !important;
}

.quote-block .quote-icon {
	position: absolute;
	right: -25px;
	top: 0;
	color: #004186;
	font-size: 40px;
	line-height: 1em;
}

.quote-section.style-two .quote-block .quote-icon {
	color: #f13a66;
}

.quote-block h2 {
	position: relative;
	color: #00a693;
	font-size: 15px;
	/* font-weight: 700; */
	line-height: 1.5em;
	text-align: right;
}

.quote-block .inner-box {
	position: relative;
	text-align: right;
}

.rating {
	position: relative;
}

.rating span {
	position: relative;
	color: #fec42d;
	font-size: 13px;
}

.quote-block h3 {
	position: relative;
	color: #00a693;
	font-size: 16px;
	/* font-weight: 700; */
	margin-top: 10px;
}

.quote-block .location {
	position: relative;
	color: #00a693;
	font-size: 13px;
	margin-top: 3px;
}

.quote-block .info-column {
	/* text-align: right; */
}

/***

====================================================================
	Booking Section
====================================================================

***/

.booking-section {
	position: relative;
	padding: 100px 0px 120px;
}

.booking-section .pattern-layer-one {
	position: absolute;
	content: '';
	left: 0px;
	top: 170px;
	right: 0px;
	bottom: 0px;
	width: 181px;
	height: 488px;
	z-index: 1;
}

.booking-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	top: 120px;
	right: 0px;
	bottom: 0px;
	width: 221px;
	height: 410px;
	z-index: 1;
}

.booking-section .video-column {
	position: relative;
	margin-bottom: 70px;
}

.booking-section .video-column .inner-column {
	position: relative;
	margin-right: 25px;
	padding-left: 0px;
	z-index: 1;
}

.booking-section .video-column .inner-column .transparent-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.booking-section .video-column .inner-column .transparent-layer:before {
	position: absolute;
	content: '';
	left: 17px;
	top: 17px;
	right: -17px;
	bottom: -17px;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.booking-section .video-column .inner-column .transparent-layer:after {
	position: absolute;
	content: '';
	left: 51px;
	top: 51px;
	right: -51px;
	bottom: -51px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.booking-section .video-column .inner-column .green-layer {
	position: absolute;
	content: '';
	left: 36px;
	top: 36px;
	right: -36px;
	bottom: -36px;
	background-color: #1aae95;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.booking-section .video-column .inner-column .green-layer:before {
	position: absolute;
	content: '';
	right: -40px;
	top: 50%;
	width: 72px;
	height: 96px;
	z-index: 1;
	margin-top: -37px;
	display: inline-block;
	background: url(../images/icons/video-icon-1.png) no-repeat;
}

.booking-section .video-column .inner-column .green-layer:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -53px;
	width: 72px;
	height: 53px;
	z-index: 1;
	margin-left: -26px;
	display: inline-block;
	background: url(../images/icons/video-icon-2.png) no-repeat;
}

/*Video Box*/

.video-box {
	position: relative;
}

.video-box .image {
	position: relative;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.20);
	border-radius: 1rem !important;
}

.video-box .image img {
	position: relative;
	width: 100%;
	z-index: 3;
	object-fit: cover;
	height: 297px;
}

.video-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	/*line-height: 100px;*/
	box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.40);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 1rem !important;
}

.video-box .overlay-box span {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 3%;
	top: 97%;
	z-index: 99;
	color: #00a693;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	padding-left: 6px;
	padding-top: 13px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -50px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.video-box .ripple, .video-box .ripple:before, .video-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.booking-section .content-column {
	position: relative;
}

.booking-section .content-column .inner-column {
	position: relative;
	padding-left: 80px;
	padding-top: 35px;
	z-index: 1;
}

.booking-section h1,h2 {
	position: relative;
	color: #00a693;
	/* font-weight: 700; */
	line-height: 1.2em;
	font-size: 25px;
	margin-bottom: 35px;
	text-align: right;
	font-family: iransans-medium;
}

.booking-section .text {
	position: relative;
	margin-bottom: 30px;
}

.booking-section p {
	position: relative;
	/*color: #00a693;*/
	font-size: 18px;
	line-height: 1.9em;
	margin-bottom: 20px;
	text-align: justify;
	text-align-last: right;
}

.booking-section .theme-btn {
	margin-top: 10px;
	float: right;
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
	position: relative;
	padding: 90px 0px 90px;
	background-color: #ecf9f5;
}

.services-section-two.style-two {
	background-color: #ffffff;
}

.services-section-two .row {
	margin: 0px -1px;
}

.services-section-two .services-block {
	padding: 0px 1px;
	margin-bottom: 2px;
	direction: rtl;
}

.services-block {
	position: relative;
}

.services-block .inner-box {
	position: relative;
	padding: 40px 50px 40px;
	background-color: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.services-block .inner-box:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 50%;
	height: 100px;
	z-index: 1;
	width: 100%;
	box-shadow: 100px 100px 100px rgba(0, 0, 0, 0.03);
}

.services-block .content {
	position: relative;
}

.services-block .icon-box {
	position: relative;
	float: right;
	margin-left: 15px;
}

.services-block h3 {
	position: relative;
	color: #00a693;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 5px;
	text-align: right;
}

.services-block h3 a {
	position: relative;
	color: #00a693;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-block h3 a:hover {
	color: #1cba9f;
}

.services-block p {
	position: relative;
	line-height: 1.8em;
	color: #00a693;
	font-size: 16px;
	text-align: right;
}

/***

====================================================================
	Video Section Two
====================================================================

***/

.video-section {
	position: relative;
	text-align: center;
	padding: 160px 0px 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.video-section.style-three:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(28, 186, 159, 0.80);
}

.video-section h2 {
	position: relative;
	color: #ffffff;
	/* font-weight: 700; */
	line-height: 1.3em;
	font-size: 48px;
	/* font-weight: 700; */
	max-width: 730px;
	margin: 0 auto;
	margin-bottom: 60px;
	font-family: iransans-medium;
}

.video-section .play-now {
	position: relative;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	font-weight: 500;
	margin-left: 45px;
}

.video-section.style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background-color: rgba(252, 58, 102, 0.90);
}

.video-section.style-two .play-button .icon {
	color: #fc7e8a;
	line-height: 51px;
	border: 2px solid #ef9bb1;
}

/* Play Button */

.video-section .play-button {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .play-button .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #1cba9f;
	z-index: 1;
	font-size: 12px;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.video-section .play-button .ripple-2, .video-section .play-button .ripple-2:before, .video-section .play-button .ripple-2:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 55px;
	width: 55px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple-2 3s infinite;
	-moz-animation: ripple-2 3s infinite;
	-ms-animation: ripple-2 3s infinite;
	-o-animation: ripple-2 3s infinite;
	animation: ripple-2 3s infinite;
}

.video-section .play-button .ripple-2:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.video-section .play-button .ripple-2:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple-2 {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-2 {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.offer-section {
	position: relative;
	padding: 90px 0px 90px;
}

.offer-section .row {
	margin: 0px -7px;
}

.offer-section .offer-block {
	padding: 0px 7px;
}

/* Offer Block */

.offer-block {
	position: relative;
	margin-bottom: 15px;
}

.offer-block .inner-box {
	position: relative;
}

.offer-block .image {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.offer-block .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.offer-block .inner-box:hover .image img {
	transform: scale(1.1, 1.1);
}

.offer-block .image .overlay-box {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	bottom: -120px;
	display: block;
	text-align: center;
	border-bottom: 5px solid #00a693;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.offer-block .image .overlay-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	/* font-weight: 700; */
}

.offer-block .image .overlay-box h3 a {
	position: relative;
	color: #ffffff;
	padding: 16px 35px 13px;
	background-color: #00a693;
	display: inline-block;
	border-radius: 15px 15px 0px 0px;
}

.offer-block .inner-box:hover .image .overlay-box {
	opacity: 1;
	bottom: 0px;
}

/***

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-three {
	position: relative;
}

.banner-section-three .banner-carousel {
	position: relative;
}

.banner-section-three .slide-item {
	position: relative;
	padding: 165px 0px 160px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section-three .content-box {
	position: relative;
	max-width: 480px;
	font-family: iransans-medium;
	text-align: center;
}

.banner-section-three .content-box .title {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	/* font-weight: 700; */
	opacity: 0;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	/* font-family: 'Exo', sans-serif; */
}

.banner-section-three .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}

.banner-section-three .content-box h2 {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 25px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .content-box h2 span {
	/* font-weight: 700; */
	display: block;
	font-size: 70px;
}

.banner-section-three .banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .content-box .text {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.7em;
	color: #ffffff;
	font-weight: 500;
	opacity: 0;
	margin-bottom: 35px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	font-family: iransans-light;
}

.banner-section-three .banner-carousel .active .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-section-three .banner-carousel .link-box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-section-three .banner-carousel .link-box:after {
	display: table;
	clear: both;
	content: "";
}

.banner-section-three .banner-carousel .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section-three .banner-carousel .owl-dots {
	display: none;
}

.banner-section-three .banner-carousel .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -50px;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .banner-carousel:hover .owl-nav {
	opacity: 1;
}

.banner-section-three .banner-carousel .owl-prev, .banner-section-three .banner-carousel .owl-next {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	margin-top: 1px;
	border: none;
	width: 40px;
	background: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .banner-carousel .owl-prev {
	border-bottom: 1px solid #ffffff;
}

.banner-section-three .banner-carousel .owl-prev:hover, .banner-section-three .banner-carousel .owl-next:hover {
	background: none;
	color: #558dca;
}

/***

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
	position: relative;
	padding: 100px 0px 100px;
}

.services-section-three .inner-container {
	position: relative;
}

.services-section-three .inner-container .pattern-one {
	position: absolute;
	content: '';
	left: -250px;
	top: -245px;
	width: 705px;
	height: 708px;
}

.services-section-three .pattern-two {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 201px;
	height: 579px;
}

.services-section-three .inner-container .services-block-two {
	padding: 0px;
	float: left;
}

.services-block-two:nth-child(1) .inner-box {
	box-shadow: 30px 40px 100px rgba(0, 0, 0, 0.06);
}

.services-block-two.style-two:nth-child(2) .inner-box .content-box {
	box-shadow: 30px -40px 100px rgba(0, 0, 0, 0.06);
}

.services-block-two:nth-child(3) .inner-box .content-box {
	box-shadow: 30px 40px 100px rgba(0, 0, 0, 0.06);
}

.services-block-two {
	position: relative;
}

.services-block-two .inner-box {
	position: relative;
	background-color: #ffffff;
}

.services-block-two .image {
	position: relative;
}

.services-block-two .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block-two .content-box {
	position: relative;
	text-align: center;
	padding: 44px 30px;
}

.services-block-two .content-box:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	background-color: #00a693;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.services-block-two .inner-box:hover .content-box:after {
	height: 100%;
}

.services-block-two .content-box:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -10px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00a693;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block-two .inner-box:hover .content-box:before {
	border-top-color: #ffffff;
}

.services-block-two.style-two .content-box:before {
	position: absolute;
	content: '';
	left: 50%;
	top: auto;
	bottom: 0px;
	z-index: 1;
	margin-left: -10px;
	border-top: none;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #00a693;
}

.services-block-two.style-two .inner-box:hover .content-box:before {
	border-bottom-color: #ffffff;
}

.services-block-two .content-box h3 {
	position: relative;
	color: #00a693;
	z-index: 1;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 14px;
}

.services-block-two .content-box h3 a {
	position: relative;
	color: #00a693;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: iransans-medium;
}

.services-block-two .content-box h3 a:hover {
	color: #f43a66;
}

.services-block-two .content-box p {
	position: relative;
	color: #00a693;
	z-index: 1;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: justify;
	text-align-last: right;
}

.services-block-two .inner-box:hover h3 a, .services-block-two .inner-box:hover p {
	color: #ffffff;
}

/***

====================================================================
	Care Section
====================================================================

***/

.care-section {
	position: relative;
	padding: 80px 0px 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Care Block */

.care-block {
	position: relative;
	margin-bottom: 30px;
}

.care-block .inner-box {
	position: relative;
	overflow: hidden;
}

.care-block .image {
	position: relative;
}

.care-block img {
	position: relative;
	width: 100%;
	display: block;
}

.care-block .overlay-box {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-color: rgba(241, 58, 102, 0.80);
}

.care-block .inner-box:hover .overlay-box {
	left: 0%;
}

.care-block .overlay-inner {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 40px;
}

.care-block .icon {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: right;
}

.care-block h3 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
}

.care-block a {
	position: relative;
	color: #ffffff;
}

/***

====================================================================
	Treatment Section
====================================================================

***/

.treatment-section {
	position: relative;
	padding: 90px 0px 60px;
	background-size: cover;
	background-repeat: no-repeat;
}

.treatment-section .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 660px;
	background-size: cover;
}

.treatment-section .title-box {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}

.treatment-section .title-box h2 {
	position: relative;
	color: #00a693;
	font-size: 42px;
	/* font-weight: 700; */
	line-height: 1.3em;
	padding-bottom: 20px;
	font-family: iransans-medium;
}

.treatment-section .title-box h2:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	height: 2px;
	width: 70px;
	margin-left: -35px;
	background-color: #f06699;
}

/* Treatment Block */

.treatment-block {
	position: relative;
}

.treatment-block .inner-box {
	position: relative;
	padding-left: 120px;
}

.treatment-block h3 {
	position: relative;
	color: #00a693;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 14px;
	font-family: iransans-medium;
}

.treatment-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 8px;
	width: 75px;
	height: 295px;
	border: 2px solid #fc7e8a;
	border-right: 0px;
}

.treatment-block .dott-one {
	position: absolute;
	content: '';
	left: 70px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f06699;
}

.treatment-block .ripple:before, .treatment-block .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.treatment-block .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.treatment-block .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

.treatment-block .text {
	position: relative;
	color: #00a693;
	font-size: 16px;
	line-height: 1.6em;
	max-width: 420px;
}

/* Treatment Block Two */

.treatment-block-two {
	position: relative;
}

.treatment-block-two .inner-box {
	position: relative;
	text-align: right;
	padding-right: 120px;
}

.treatment-block-two h3 {
	position: relative;
	color: #00a693;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 14px;
	font-family: iransans-medium;
}

.treatment-block-two .inner-box:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 8px;
	width: 75px;
	height: 295px;
	border: 2px solid #fc7e8a;
	border-left: 0px;
}

.treatment-block-two .text {
	position: relative;
	color: #00a693;
	font-size: 16px;
	line-height: 1.6em;
	max-width: 420px;
	float: right;
}

.treatment-block-two .dott-one {
	position: absolute;
	content: '';
	right: 70px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f06699;
}

.treatment-block-two .dott-one .ripple:before, .treatment-block-two .dott-one .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.treatment-block-two .dott-one .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.treatment-block-two .dott-one .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

/* Treatment Block Three */

.treatment-block-three {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.treatment-block-three .inner-box {
	position: relative;
	padding-left: 120px;
}

.treatment-block-three h3 {
	position: relative;
	color: #00a693;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 14px;
}

.treatment-block-three .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 100%;
	width: 75px;
	height: 295px;
	margin-bottom: -10px;
	border: 2px solid #fc7e8a;
	border-right: 0px;
}

.treatment-block-three .dott-one {
	position: absolute;
	content: '';
	left: 70px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f06699;
}

.treatment-block-three .dott-one .ripple:before, .treatment-block-three .dott-one .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.treatment-block-three .dott-one .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.treatment-block-three .dott-one .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

.treatment-section .treatment-image {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 40px;
}

/* Treatment Block Three */

.treatment-block-three {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.treatment-block-three .inner-box {
	position: relative;
	padding-left: 120px;
}

.treatment-block-three h3 {
	position: relative;
	color: #00a693;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 14px;
	font-family: iransans-medium;
}

.treatment-block-three .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 100%;
	width: 75px;
	height: 295px;
	margin-bottom: -10px;
	border: 2px solid #fc7e8a;
	border-right: 0px;
}

.treatment-block-three .dott-one {
	position: absolute;
	content: '';
	left: 70px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f06699;
}

.treatment-block-three .dott-one .ripple:before, .treatment-block-three .dott-one .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.treatment-block-three .dott-one .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.treatment-block-three .dott-one .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

.treatment-block-three .text {
	position: relative;
	color: #00a693;
	font-size: 16px;
	line-height: 1.6em;
	max-width: 420px;
}

/* Treatment Block Four */

.treatment-block-four {
	position: relative;
	margin-top: 30px;
}

.treatment-block-four .inner-box {
	position: relative;
	padding-right: 120px;
	text-align: right;
}

.treatment-block-four h3 {
	position: relative;
	color: #00a693;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-bottom: 14px;
	font-family: iransans-medium;
}

.treatment-block-four .inner-box:before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 100%;
	width: 75px;
	height: 295px;
	margin-bottom: -10px;
	border: 2px solid #fc7e8a;
	border-left: 0px;
}

.treatment-block-four .text {
	position: relative;
	color: #00a693;
	font-size: 16px;
	line-height: 1.6em;
	max-width: 420px;
	float: right;
}

.treatment-block-four .dott-one {
	position: absolute;
	content: '';
	right: 70px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f06699;
}

.treatment-block-four .dott-one .ripple:before, .treatment-block-four .dott-one .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 10px;
	width: 10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.treatment-block-four .dott-one .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.treatment-block-four .dott-one .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 102, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 102, 102, 0);
	}
}

/* Counter Section */

.counter-section {
	position: relative;
	padding: 85px 0px 90px;
	background-size: cover;
	background-attachment: fixed;
}

.counter-section .fact-counter {
	max-width: 750px;
	margin: 0 auto;
}

.counter-section .button-box {
	position: relative;
	text-align: center;
	margin-top: 15px;
}

/*fact counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 30px;
}

.fact-counter .inner {
	position: relative;
	text-align: center;
}

.fact-counter .content {
	position: relative;
}

.fact-counter .icon {
	position: relative;
	color: #f13a66;
	font-size: 50px;
	text-align: center;
	line-height: 1em;
	font-weight: 300;
	margin-bottom: 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	/* font-family: 'Exo', sans-serif; */
}

.fact-counter .percentage {
	display: inline-block;
	color: #00a693;
	font-size: 36px;
	text-align: center;
	line-height: 1em;
	/* font-weight: 700; */
	/* font-family: 'Exo', sans-serif; */
}

.fact-counter .count-outer {
	position: relative;
	color: #00a693;
	font-size: 36px;
	text-align: center;
	line-height: 1em;
	/* font-weight: 700; */
	display: inline-block;
	/* font-family: 'Exo', sans-serif; */
}

.fact-counter .column:nth-child(2) .icon {
	color: #9143fd;
}

.fact-counter .column:nth-child(3) .icon {
	color: #00d280;
}

.fact-counter .count-text {
	position: relative;
	color: #00a693;
	font-size: 36px;
	line-height: 1em;
	/* font-weight: 700; */
	/* font-family: 'Exo', sans-serif; */
}

.fact-counter .counter-title {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #00a693;
	margin-top: 10px;
	text-transform: capitalize;
}

/* Specialist Section*/

.specialist-section {
	position: relative;
	padding: 95px 0px 100px;
	background-size: cover;
	background-attachment: fixed;
}

.specialist-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(247, 247, 247, 0.85);
}

.team-block-two {
	position: relative;
}

.team-block-two .inner-box {
	position: relative;
	padding: 40px 30px 40px;
	background-color: #ffffff;
	box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.10);
}

.team-block-two .image {
	position: relative;
	width: 270px;
	height: 270px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.team-block-two img {
	position: relative;
}

.team-block-two .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-block-two .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: rgba(145, 67, 253, 0.85);
	-moz-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.team-block-two .inner-box:hover .overlay-box:before {
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}

.team-block-two .inner-box:hover .overlay-box {
	opacity: 1;
}

.team-block-two .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding: 10px 80px;
}

.team-block-two .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.team-block-two .social-box {
	position: relative;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transform: scale(0.8, 0.8);
	opacity: 0;
}

.team-block-two .inner-box:hover .overlay-inner .social-box {
	opacity: 1;
	transform: scale(1, 1);
}

.team-block-two .social-box a {
	position: relative;
}

.team-block-two .social-box {
	position: relative;
}

.team-block-two .social-box li {
	position: relative;
	margin: 0px 1px 4px;
	display: inline-block;
}

.team-block-two .social-box li a {
	position: relative;
	width: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team-block-two .inner-box .social-box li a:hover {
	background-color: #ffffff;
	color: #3b5998;
}

.team-block-two .lower-content {
	position: relative;
	text-align: center;
}

.team-block-two .lower-content .icon-box {
	position: relative;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 24px;
	margin-top: -28px;
	background-color: #f13a66;
	border: 5px solid #ffffff;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.10);
}

.team-block-two .lower-content h3 {
	position: relative;
	font-size: 24px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-top: 25px;
}

.team-block-two .lower-content h3 a {
	position: relative;
	color: #00a693;
}

.team-block-two .lower-content .title {
	position: relative;
	color: #00a693;
	font-size: 15px;
	margin-top: 8px;
}

.team-block-two:nth-child(2) .inner-box .icon-box {
	background-color: #9143fd;
}

.team-block-two:nth-child(3) .inner-box .icon-box {
	background-color: #00d280;
}

.specialist-section .owl-nav {
	display: none;
}

.specialist-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 45px;
}

.specialist-section .owl-dots .owl-dot {
	position: relative;
	margin: 0px 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(241, 58, 102, 0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.specialist-section .owl-dots .owl-dot.active, .specialist-section .owl-dots .owl-dot:hover {
	background-color: #f13a66;
}

/* Page Breadcrumb */

.page-breadcrumb {
	position: relative;
	background-color: #1cba9f;
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.10);
}

.page-breadcrumb:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(28, 184, 157, 0.80);
}

.page-breadcrumb h2 {
	position: relative;
	color: #ffffff;
	padding: 46px 0px;
	z-index: 1;
	font-size: 36px;
	/* font-weight: 700; */
	font-family: iransans-medium;
}

.page-breadcrumb .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.breadcrumbs {
	display: flex;
	direction: rtl;
	font-family:iransans-bold;
}

.page-breadcrumb .breadcrumbs {
	position: relative;
	padding: 55px 110px;
	z-index: 1;
	direction: rtl;
}

.page-breadcrumb li {
	position: relative;
	color: #1cba9f;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
}

.page-breadcrumb li a {
	position: relative;
	color: #313131;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-breadcrumb li a:hover {
	color: #1cba9f;
}

.page-breadcrumb .breadcrumbs:before {
	position: absolute;
	content: '';
	left: 20px;
	top: 0px;
	right: 20px;
	bottom: 0px;
	z-index: -1;
	background-color: #ffffff;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
}

.page-breadcrumb .breadcrumbs .left-curves {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.page-breadcrumb .breadcrumbs .left-curves:before {
	position: absolute;
	content: '';
	left: -4px;
	top: 0px;
	width: 22px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
}

.page-breadcrumb .breadcrumbs .left-curves:after {
	position: absolute;
	content: '';
	left: 12px;
	top: 0px;
	width: 8px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
}

.page-breadcrumb .breadcrumbs .right-curves {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.page-breadcrumb .breadcrumbs .right-curves:before {
	position: absolute;
	content: '';
	left: -20px;
	top: 0px;
	width: 22px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
}

.page-breadcrumb .breadcrumbs .right-curves:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 8px;
	height: 100%;
	-ms-transform: skewX(-24deg);
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
}

/***

====================================================================
	Achievement Section
====================================================================

***/

.achievement-section {
	position: relative;
	padding: 90px 0px 110px;
}

.achievement-section .container {
	position: relative;
}

.achievement-section .title-column {
	position: relative;
}

.achievement-section .title-column .inner-column {
	position: relative;
	padding-right: 30px;
}

.achievement-section .title-column .text {
	font-size: 16px;
	line-height: 26px;
	text-align: right;
}

.achievement-section .clients-column {
	position: static;
}

.achievement-section .clients-column .inner-column, .achievement-section .clients-column .inner-column .owl-carousel {
	position: static;
}

.achievement-section .clients-column .inner-column .inner-slide {
	position: relative;
	border-left: 1px solid #f5f5f5;
}

.achievement-section .clients-column .inner-column .column .image {
	border-right: 1px solid #f5f5f5;
}

.achievement-section .clients-column .inner-column .column .image img {
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.achievement-section .clients-column .inner-column .column .image img:hover {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.achievement-section .clients-column .inner-column .column:nth-child(1), .achievement-section .clients-column .inner-column .column:nth-child(2), .achievement-section .clients-column .inner-column .column:nth-child(3) {
	border-bottom: 1px solid #f5f5f5;
}

.achievement-section .clients-column .inner-column .owl-dots {
	display: none;
}

.achievement-section .clients-column .inner-column .owl-nav {
	position: absolute;
	right: 15px;
	bottom: -20px;
}

.achievement-section .clients-column .inner-column .owl-nav .owl-prev, .achievement-section .clients-column .inner-column .owl-nav .owl-next {
	position: relative;
	width: 40px;
	height: 40px;
	color: #131313;
	font-size: 10px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.10);
}

.achievement-section .clients-column .inner-column .owl-nav .owl-prev:hover, .achievement-section .clients-column .inner-column .owl-nav .owl-next:hover {
	background-color: #46c7b1;
	color: #ffffff;
}

/***

====================================================================
	Doctors Page Section
====================================================================

 ***/

.doctors-page-section {
	/*position: relative;*/
	padding: 50px 0px 70px;
}

.doctors-page-section .filters {
	position: relative;
	margin-bottom: 40px;
	direction: rtl;
}

.doctors-page-section .filters .filter-tabs {
	position: relative;
}

.doctors-page-section .filters li {
	position: relative;
	display: inline-block;
	color: #313131;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	margin: 0px 15px 6px;
	padding: 0px 0px 0px;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-bottom: 1px solid #1cba9f;
}

.doctors-page-section .filters .filter.active, .doctors-page-section .filters .filter:hover {
	color: #1cba9f;
}

.team-block.mix {
	display: none;
}

/***

====================================================================
	Pricing Section
====================================================================

 ***/

.price-section {
	position: relative;
	padding: 95px 0px 100px;
	background: #f3f5f7;
}

.price-section.style-two {
	background-color: #ffffff;
}

.price-section .inner-container {
	position: relative;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.10);
}

.price-section .pattern-layer-one {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 70px;
	width: 177px;
	height: 600px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left top;
}

.price-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	top: 80px;
	width: 239px;
	height: 492px;
	z-index: 1;
}

.price-section .price-block {
	float: left;
	padding: 0px;
}

.price-block {
	position: relative;
	z-index: 1;
}

.price-block .inner-box {
	position: relative;
	text-align: center;
	background-color: #ffffff;
	padding: 35px 40px 30px;
}

.price-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: #1cba9f;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.price-block .inner-box:hover::before {
	width: 100%;
}

.price-block .upper-box {
	position: relative;
}

.price-block .upper-box h3 {
	position: relative;
	/* font-weight: 700; */
	line-height: 1.4em;
	font-size: 20px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: iransans-medium;
}

.price-block .inner-box:hover .package-plan, .price-block .inner-box:hover .price, .price-block .inner-box:hover .text, .price-block .inner-box:hover h3 {
	color: #ffffff;
}

.price-block .middle-box {
	position: relative;
	padding: 30px 0px;
	margin-top: 30px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-top: 1px solid #d2f1ec;
	border-bottom: 1px solid #d2f1ec;
}

.price-block .text {
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	color: rgba(0, 0, 0, 0.70);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-align: justify;
	text-align-last: right;
}

.price-block .lower-box {
	position: relative;
	padding-top: 40px;
}

.price-block .price {
	position: relative;
	font-weight: normal;
	color: #1cba9f;
	font-size: 26px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	/* font-family: 'Lato', sans-serif; */
	font-family: iransans-medium;
}

.price-block .package-plan {
	position: relative;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 38px;
	color: rgba(0, 0, 0, 0.70);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.price-block .inner-box .book-btn {
	position: relative;
	color: #1cba9f;
	/* font-weight: 700; */
	padding: 9px 34px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #d2f1ec;
	/* font-family: 'Lato', sans-serif; */
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: iransans;
	font-size: 11px;
	direction: rtl;
}

.price-block .book-btn span {
	font-size: 10px;
	margin-left: 2px;
}

.price-block .book-btn {
	border-color: #ffffff;
	background-color: #ffffff;
}

/***

====================================================================
	Experiance Section
====================================================================

 ***/

.experiance-section {
	position: relative;
	padding: 100px 0px 100px;
	background-color: #f7f9fb;
}

.experiance-section .skills-column {
	position: relative;
}

.experiance-section .skills-column .inner-column {
	position: relative;
	padding: 80px 60px 80px;
	background-size: cover;
	background-repeat: no-repeat;
}

.experiance-section h3 {
	position: relative;
	font-size: 36px;
	/* font-weight: 700; */
	line-height: 1.3em;
	color: #ffffff;
	margin-bottom: 25px;
	text-align: end;
}

.experiance-section .skills-column .inner-column:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(34, 58, 102, 0.70);
}

/*Skills Section*/

.skills {
	position: relative;
}

.skills .skill-item {
	position: relative;
	margin-bottom: 30px;
}

.skills .skill-item:last-child {
	margin-bottom: 0px;
}

.skills .skill-bar {
	position: relative;
	width: 100%;
}

.skills .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	border-bottom: 6px solid rgba(255, 255, 255, 0.20);
}

.skills .bar {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
	border-bottom: 6px solid #ffffff;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.skills .skill-header {
	position: relative;
	margin-bottom: 10px;
}

.skills .skill-title {
	float: right;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
	text-transform: capitalize;
}

.skills .skill-percentage {
	position: absolute;
	left: 0px;
	top: -30px;
	float: right;
	font-weight: 500;
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
}

.experiance-section .featured-column {
	position: relative;
	text-align: justify;
	text-align-last: right;
}

.experiance-section .featured-column .inner-column {
	position: relative;
	padding-left: 35px;
	padding-top: 30px;
}

.experiance-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 140px;
	width: 210px;
	height: 482px;
}

.experiance-section .pattern-layer-two {
	position: absolute;
	content: '';
	right: 0px;
	top: 100px;
	width: 220px;
	height: 487px;
}

/* Doctor Detail Section */

.biography-section {
	padding-bottom: 3em;
}

.doctor-detail-section {
	position: relative;
	padding: 50px 0 0;
}

.doctor-detail-section .image-column {
	position: relative;
	margin-bottom: 30px;
}

.doctor-detail-section .image-column .inner-column {
	position: relative;
}

.doctor-detail-section .image {
	position: relative;
}

.doctor-detail-section img {
	position: relative;
	width: 90%;
	display: block;
}

.doctor-detail-section .number-box {
	position: absolute;
	left: -15px;
	bottom: 30px;
	color: #ffffff;
	font-size: 18px;
	/* font-weight: 700; */
	border-radius: 0px 50px 50px 0px;
	background-color: #1cba9f;
	padding: 10px 25px 10px 90px;
}

.doctor-detail-section .number-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -15px;
	border-top: 15px solid #0d7563;
	border-left: 15px solid transparent;
}

.doctor-detail-section .play-button {
	position: absolute;
	left: 20px;
	top: -8px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	border: 5px solid #ffffff;
	background-color: #4ed964;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.20);
}

.doctor-detail-section .play-button:hover {
	transform: scale(1.1, 1.1);
}

.doctor-detail-section .number-box .ripple, .doctor-detail-section .number-box .ripple:before, .doctor-detail-section .number-box .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 55px;
	width: 55px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
	-webkit-animation: ripple-2 3s infinite;
	-moz-animation: ripple-2 3s infinite;
	-ms-animation: ripple-2 3s infinite;
	-o-animation: ripple-2 3s infinite;
	animation: ripple-2 3s infinite;
}

.doctor-detail-section .number-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.doctor-detail-section .number-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple-2 {
	70% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-2 {
	70% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.doctor-detail-section .content-column {
	position: relative;
	text-align: right;
}

.doctor-detail-section .content-column .inner-column {
	position: relative;
	padding-left: 30px;
	padding-top: 12px;
}

.doctor-detail-section h2 {
	position: relative;
	color: #222222;
	font-size: 24px;
	/* font-weight: 700; */
	margin-bottom: 20px;
	font-family: iransans-medium;
}

.social-box {
	position: relative;
}

.social-box li {
	position: relative;
	/*margin-right: 8px;*/
	display: inline-block;
}

.social-box li a {
	position: relative;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #1cba9f;
}

.footer-column .social-box li a {
	position: relative;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #1cba9f;
}

.social-box li.facebook a {
	background-color: #b3b3b3;
}

.social-box li.facebook a:hover {
	background-color: #3b5998;
}

.social-box li.twitter a {
	background-color: #b3b3b3;
}

.social-box li.twitter a:hover {
	background-color: #1da1f2;
}

.social-box li.linkedin a {
	background-color: #b3b3b3;
}

.social-box li.linkedin a:hover {
	background-color: #0077b5;
}

.social-box li.youtube a {
	background-color: #b3b3b3;
}

.social-box li.youtube a:hover {
	background-color: #ff0000;
}

.social-box li.vk a {
	background-color: #b3b3b3;
}

.social-box li.vk a:hover {
	background-color: #45668e;
}

.social-box li.instagram a {
	background-color: #b3b3b3;
}

.social-box li.instagram a:hover {
	background-color: #e4405f;
}

.social-box li.aparat a {
	background-color: #b3b3b3;
}

.social-box li.aparat a:hover {
	background-color: #ed145b;
}

/* Doctor Info List */

.doctor-info-list {
	position: relative;
	direction: rtl;
}

.doctor-info-list li {
	position: relative;
	color: #484848;
	font-weight: 500;
	margin-bottom: 8px;
}

.doctor-info-list li span {
	position: relative;
	width: 120px;
	margin: 0;
	display: inline-block;
}

/*.doctor-info-list li span:before {
	position: absolute;
	content: ':';
	left: 5px;
	top: 0px;
	color: #222222;
	font-weight: 500;*/
}

/* Biography Section */

.biography-section {
	position: relative;
	padding-bottom: 90px;
}

.biography-section .pattern-one {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	width: 436px;
	height: 359px;
	display: inline-block;
}

.biography-section .title-column {
	position: relative;
	text-align: right;
}

.biography-section .title-column h2 {
	position: relative;
	/* font-weight: 700; */
	color: #222222;
	padding-right: 70px;
	display: inline-block;
	text-transform: capitalize;
}

.biography-section .title-column h2:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 18px;
	height: 3px;
	width: 50px;
	background-color: #1cba9f;
}

.biography-section .content-column {
	position: relative;
}

.biography-section .content-column .inner-column {
	position: relative;
}

.biography-section p {
	position: relative;
	color: #4a4a4a;
	font-size: 16px;
	margin-bottom: 25px;
	text-align: justify;
}

.biography-section .signature {
	position: relative;
}

/***

====================================================================
	Services Page Section
====================================================================

 ***/

.services-page-section {
	position: relative;
	padding: 100px 0px 70px;
}

/* Services Block Three */

.services-block-three {
	position: relative;
	margin-bottom: 30px;
}

.services-block-three .inner-box {
	position: relative;
	padding: 15px 15px;
	border: 1px solid #f5f5f5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-block-three .inner-box:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
	border: 1px solid transparent;
}

.services-block-three .image {
	position: relative;
}

.services-block-three .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block-three .lower-content {
	position: relative;
	padding: 0px 22px 25px;
}

.services-block-three .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: -30px;
	background-color: #00a693;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-block-three .inner-box:hover .icon-box {
	background-color: #1cba9f;
}

.services-block-three .inner-box:hover .icon-box {
	box-shadow: 0px 0px 25px rgba(34, 58, 102, 0.40);
}

.services-block-three h3 {
	position: relative;
	color: #222222;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: center;
	font-family: iransans-medium;
}

.services-block-three h3 a {
	position: relative;
	color: #222222;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}

.services-block-three h3 a:hover {
	color: #1cba9f;
}

.services-block-three .text {
	position: relative;
	color: #222222;
	font-size: 15px;
	line-height: 1.7em;
	text-align: justify;
	text-align-last: right;
}

/* Services Single Section */

.services-single-section {
	position: relative;
	padding: 100px 0px 90px;
}

.services-widget {
	position: relative;
	/*margin-bottom: 20px;*/
}

.cat-list {
	position: relative;
}

.cat-list li {
	position: relative;
	margin-bottom: 1px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	text-align: right;
}

.cat-list li:before {
	position: absolute;
	left: 20px;
	top: 24px;
	z-index: 1;
	opacity: 0;
	content: "\f11d";
	font-family: "Flaticon";
	transform: rotate(180deg);
}

.cat-list li:hover::before, .cat-list li.active::before {
	opacity: 1;
	color: #ffffff;
}

.cat-list li a {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	padding: 23px 28px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cat-list li:hover a, .cat-list li.active a {
	position: relative;
	color: #ffffff;
	background-color: #00a693;
	text-align: right;
}

/* Schedule Widget */

.schedule-widget {
	position: relative;
}

.schedule-widget .image {
	position: relative;
}

.schedule-widget img {
	position: relative;
	width: 100%;
	display: block;
}

.schedule-widget .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 1rem;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #00a693 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #00a693 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #00a693 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #00a693));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #00a693 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00a693 100%);
}

.schedule-widget .content {
	position: absolute;
	bottom: 30px;
	right: 35px;
	/* padding-right: 60px;*/
}

.schedule-widget h3 {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.4em;
}

.schedule-widget .icon {
	position: absolute;
	right: 0px;
	top: 8px;
	font-weight: 400;
	color: #ffffff;
	font-size: 45px;
	line-height: 1em;
}

.services-single-section .content-column {
	position: relative;
}

.services-single-section .content-column .inner-column {
	position: relative;
}

.services-single-section .services-carousel {
	position: relative;
}

.services-single-section .carousel-outer {
	position: relative;
	overflow: hidden;
}

.services-single-section .thumbs-carousel {
	position: relative;
	width: 145px !important;
	height: 95px;
	margin: 0 auto;
	overflow: visible;
	margin-top: 10px;
}

.services-single-section .thumbs-carousel .owl-stage-outer {
	overflow: visible;
}

.services-single-section .owl-stage-outer .owl-item.active li:before {
	display: none;
}

.services-single-section .thumbs-carousel .owl-nav, .services-single-section .thumbs-carousel .owl-prev {
	display: none;
}

.services-single-section .thumbs-carousel li {
	cursor: pointer;
}

.services-single-section .thumbs-carousel li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.8;
	background-color: #00a693;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-single-section .thumbs-carousel li:hover::before {
	opacity: 0;
}

.services-single-section h2 {
	position: relative;
	color: #00a693;
	font-size: 36px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-top: 40px;
	margin-bottom: 18px;
	text-align: center;
	font-family: iransans-medium;
}

.services-single-section .text {
	position: relative;
}

.services-single-section p {
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 15px;
	text-align: end;
}

/* Plan List */

.plan-list {
	position: relative;
}

.plan-list li {
	position: relative;
	margin-bottom: 10px;
	color: #222222;
	font-size: 16px;
}

.plan-list li i {
	position: relative;
	padding-left: 8px;
	background-color: #ffffff;
	float: right;
}

.plan-list li:before {
	position: absolute;
	content: '';
	right: 0;
	top: 13px;
	height: 1px;
	width: 80%;
	border: 1px dashed #e5e5e5;
	/* left: 0; */
}

.plan-list li span {
	/* position: absolute; */
	left: 0px;
	top: 0px;
	padding-right: 0;
	background-color: #ffffff;
	margin: 0;
}

/* List Style Three */

.list-style-three {
	position: relative;
	text-align: end;
}

.list-style-three li {
	position: relative;
	color: #787878;
	font-size: 16px;
	line-height: 2.3;
	font-family: iransans-medium;
	margin-bottom: 10px;
	padding-right: 5px;
	margin-right: 35px;
	list-style: disc;
}

/* Contact Page Section */

.contact-page-section {
	position: relative;
	padding: 100px 0px 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-page-section .pattern-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 210px;
	right: 0px;
	bottom: 0px;
	width: 224px;
	height: 488px;
}

.contact-page-section .info-column .inner-column {
	position: relative;
	padding-top: 35px;
}

/* Contact Address */

.contact-address {
	position: relative;
	margin-bottom: 40px;
	text-align: right;
	padding: 0 15px;
}

.contact-address .inner {
	position: relative;
}

.contact-address .icon-box {
	position: relative;
	color: #1cba9f;
	font-size: 40px;
	line-height: 1em;
}

.contact-address .inner h4 {
	position: relative;
	color: #222222;
	font-size: 22px;
	/* font-weight: 700; */
	line-height: 1.4em;
	margin-top: 18px;
	margin-bottom: 10px;
}

.contact-address .text {
	position: relative;
	font-size: 16px;
	line-height: 1.7em;
	color: rgba(34, 34, 34, 0.70);
}

.contact-page-section .form-column .inner-column {
	position: relative;
	padding: 55px 50px;
	background-color: rgba(34, 58, 102, 0.90);
}

.contact-page-section .title-box {
	position: relative;
	margin-bottom: 35px;
	text-align: center;
}

.contact-page-section .title-box .title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	/* font-weight: 700; */
	line-height: 1.3em;
}

.contact-page-section .title-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 36px;
	/* font-weight: 700; */
	line-height: 1.3em;
	margin-top: 3px;
}

/* Contact Form */

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group.comment-group .icon {
	top: 0px;
}

.contact-form .form-group .icon {
	position: absolute;
	right: 0px;
	top: 12px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1em;
}

.contact-form .form-group input[type="text"],.contact-form .form-group input[type="number"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	line-height: 26px;
	padding: 0px 25px 0 15px;
	height: 50px;
	font-size: 14px;
	border-radius: 2px;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: right;
}

.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
	border-color: #1cba9f;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 0px 25px 10px 35px;
	color: rgba(255, 255, 255, 0.5);
	height: 100px;
	font-size: 14px;
	resize: none;
	border-radius: 2px;
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: right;
}

.contact-form .form-group .submit-btn {
	position: relative;
	border-radius: 50px;
	color: #00a693;
	width: 100%;
	font-weight: 500;
	padding: 16px 8px;
	margin-top: 15px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: iransans-medium;
}

.form-group .submit-btn {
	position: relative;
	border-radius: 50px;
	color: #00a693;
	width: 100%;
	font-weight: 500;
	padding: 11px 8px;
	/* margin-top: 15px; */
	background-color: #ffffff;
	border: 2px solid #00a693;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: iransans-medium;
}

.contact-form .form-group .submit-btn:hover {
	background: none;
	color: #ffffff;
}

.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/***

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data h6 {
	font-size: 16px;
	/* font-weight: 700; */
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	height: 450px;
}

.map-section .google-map {
	height: 450px;
}

/***

====================================================================
	Department Page Section
====================================================================

***/

.department-page-section {
	position: relative;
	padding-top: 100px;
}

.department-page-section .outer-container {
	position: relative;
	max-width: 1115px;
	margin: 0 auto;
	overflow-x: auto;
	box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.10);
}

.department-page-section .outer-container .inner-container {
	position: relative;
	max-width: 1115px;
	margin: 0 auto;
}

/* Days Block */

.days-blocks {
	position: relative;
}

.days-blocks .days-inner {
	position: relative;
	/*! padding-left: 140px; */
	padding-left: 12px;
}

.days-blocks .days-inner .days-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-bottom: 2px;
	color: #ffffff;
	min-height: 60px;
	line-height: 59px;
	font-size: 42px;
	display: block;
	min-width: 137px;
	margin-right: 2px;
	text-align: center;
	background-color: #1cba9f;
}

.days-blocks .days-inner .days-name {
	position: relative;
	min-height: 60px;
	line-height: 59px;
	float: left;
	color: #222222;
	font-size: 16px;
	font-weight: normal;
	font-family: iransans-medium;
	min-width: 135px;
	margin-bottom: 2px;
	text-align: center;
	margin-right: 2px;
	text-transform: capitalize;
}

.days-blocks .days-inner .days-name:nth-child(2n+1) {
	background-color: #ecf9f5;
}

/* Times Block */

.times-blocks {
	position: relative;
	float: right;
}

.times-blocks .times-inner {
	position: relative;
}

.times-blocks .times-inner .time-date {
	position: relative;
	min-height: 140px;
	padding-right: 0;
	padding-top: 45px;
	font-weight: normal;
	font-family: iransans-medium;
	color: #222222;
	font-size: 16px;
	width: 137px;
	margin-bottom: 2px;
	margin-right: 2px;
	text-align: center;
}

.times-blocks .times-inner .time-date:nth-child(2n+1) {
	background-color: #ecf9f5;
}

.info-blocks {
	position: relative;
	float: right;
}

.info-blocks .info-inner {
	position: relative;
}

.info-blocks .info-inner .info-content {
	position: relative;
	padding-top: 30px;
	width: 135px;
	padding-right: 0;
	margin-bottom: 2px;
	margin-right: 2px;
	background-color: #00a693;
	text-align: center;
}

.info-blocks .info-inner .info-content:last-child {
	margin-bottom: 0px;
}

.info-blocks .info-inner .info-content.empty-block {
	min-height: 140px;
	background-color: #ffffff;
}

.info-blocks .info-inner .info-content.white-large {
	min-height: 281px;
	background-color: #ffffff;
}

.info-blocks .info-inner .info-content.x-large {
	min-height: 424px;
}

.info-blocks .info-inner .info-content.style-two {
	background-color: #1cba9f;
}

.info-blocks .info-inner .info-content.large {
	min-height: 282px;
}

.info-blocks .info-inner .info-content.medium {
	min-height: 140px;
}

.info-blocks .info-inner .info-content h4 {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-family: iransans-medium;
	line-height: 1.6em;
	color: #ffffff;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.info-blocks .info-inner .info-content h4:before {
	position: absolute;
	content: '';
	right: 30%;
	bottom: 0px;
	height: 2px;
	width: 50px;
	background-color: rgba(255, 255, 255, 0.15);
}

.info-blocks .info-inner .info-content .author {
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-family: iransans-medium;
	line-height: 1.6em;
	color: #ffffff;
}

.page-title {
	position: relative;
}

.page-title .outer-container {
	position: relative;
}

.page-title .outer-container .image {
	position: relative;
}

.page-title .outer-container .image img {
	position: relative;
	width: 100%;
	display: block;
}

.elementskit-header {
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 0 11px rgba(85, 85, 85, 0.3);
	box-shadow: 0 0 11px rgba(85, 85, 85, 0.3);
}

.main-header .elementskit-navbar-nav>li {
	margin-left: 30px;
	padding: 25px 0px;
}

.main-header.header-style-two .elementskit-navbar-nav>li, .main-header.header-style-three .elementskit-navbar-nav>li {
	padding: 22px 0px;
}

.main-header.header-style-two .elementskit-navbar-nav>li:before {
	position: absolute;
	content: '';
	right: 20px;
	bottom: 21px;
	height: 2px;
	width: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #1cba9f;
}

.main-header.header-style-two .elementskit-navbar-nav>li:hover::before {
	width: 15px;
}

.main-header.header-style-three .elementskit-navbar-nav>li:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 21px;
	height: 2px;
	width: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #f13a66;
}

.main-header.header-style-three .elementskit-navbar-nav>li:hover::before {
	width: 15px;
}

.main-header .elementskit-navbar-nav>li:last-child {
	/* margin-right: 0px; */
}

.main-header .elementskit-navbar-nav>li>a {
	padding: 30.5px 0px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	font-weight: 500;
	opacity: 1;
	color: #8f8f8f;
	padding: 0;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	white-space: nowrap;
}

.main-header.header-style-two .elementskit-navbar-nav>li>a, .main-header.header-style-three .elementskit-navbar-nav>li>a {
	color: #ffffff;
}

.main-header .elementskit-navbar-nav>li.elementskit-dropdown-has>a:after {
	content: "\f078";
	position: absolute;
	left: -15px;
	top: 4px;
	font-size: 10px;
	line-height: 26px;
	font-family: "FontAwesome";
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #1cba9f;
}

.main-header.header-style-two .elementskit-navbar-nav>li.elementskit-dropdown-has>a:before, .main-header.header-style-three .elementskit-navbar-nav>li.elementskit-dropdown-has>a:before {
	color: rgba(255, 255, 255, 0.50);
}

.main-header.header-style-two .elementskit-navbar-nav>li.elementskit-dropdown-has>a:hover::before, .main-header.header-style-three .elementskit-navbar-nav>li.elementskit-dropdown-has>a:hover::before {
	color: #ffffff;
}

/* .main-header .elementskit-navbar-nav > li.elementskit-dropdown-has > a:after{
	content: "\f137";
    position: absolute;
    right: 0px;
    top: 4px;
    opacity: 0;
    font-size: 10px;
    line-height: 26px;
    font-weight: 800;
    font-family: "Flaticon";
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
} */

.main-header .elementskit-navbar-nav>li.elementskit-dropdown-has a {
	/*padding-right: 18px !important; */
	text-align: right;
}

/* .main-header .elementskit-navbar-nav > li:hover > a:before{
	opacity:0;
}

.main-header .elementskit-navbar-nav > li:hover > a:after{
	opacity:1;
} */

.main-header .elementskit-dropdown {
	background-color: #ffffff;
	border: 1px solid #00c9b2;
	margin-top: -7px;
}

.main-header .elementskit-submenu-panel>li {
	position: relative;
	border-bottom: 1px solid #f9f9f9;
}

.main-header .elementskit-submenu-panel>li>a {
	position: relative;
	padding: 9px 5px;
	color: #8f9092;
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	background: none;
}

/***

====================================================================
	Branch Tabs Style
====================================================================

***/

.department-page-section .network-tabs {
	position: relative;
}

.department-page-section .network-tabs .tab-btns {
	position: relative;
	z-index: 1;
	margin-left: 30px;
	margin-bottom: 45px;
}

.department-page-section .network-tabs .tab-btns .our-branches {
	position: relative;
	color: #222222;
	font-weight: normal;
	font-family: iransans-medium;
	width: 100%;
	max-width: 360px;
	font-size: 15px;
	font-style: normal;
	height: 56px;
	padding: 10px 28px;
	line-height: 34px;
	color: #ffffff;
	border: none;
	float: right;
	margin-left: 30px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.department-page-section .network-tabs .tab-btns .our-branches .btn {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #222222;
	display: block;
	text-align: left;
	padding: 6px 0px;
	border-radius: 0px;
	border: none;
	background: none;
	box-shadow: none;
	font-weight: normal;
}

.department-page-section .network-tabs .tab-btns .our-branches .btn .icon {
	margin-right: 5px;
	color: #17b2e1;
	position: absolute;
	left: 0;
	top: 10px;
}

.department-page-section .network-tabs .tab-btns .our-branches .btn:hover {
	background: none;
}

.department-page-section .network-tabs .tab-btns .our-branches .btn .fa {
	position: absolute;
	right: 0px;
	top: 10px;
}

.department-page-section .our-branches .dropdown-menu {
	top: 100%;
	left: 0px;
	width: 100%;
	border-radius: 0px;
	margin-top: 10px;
	background-color: #ffffff;
	border: none;
	padding: 0px;
	z-index: 1;
	margin-left: -28px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.department-page-section .our-branches a:hover {
	background: none;
}

.department-page-section .our-branches .dropdown-menu>li {
	padding-left: 0px !important;
	margin: 0px !important;
	float: none;
	width: 100%;
	color: #222222;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 25px;
	display: block !important;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	text-align: right;
}

.department-page-section .our-branches .dropdown-menu>li:last-child {
	border-bottom: none;
}

.department-page-section .our-branches .dropdown-menu>li:hover {
	color: #ffffff !important;
	background-color: rgba(28, 184, 157, 1);
	text-align: right;
}

.department-page-section .network-tabs .tabs-content {
	position: relative;
	padding: 15px 0px 0px;
}

.department-page-section .network-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.department-page-section .network-tabs .tabs-content .tab.active-tab {
	display: block;
}

.close-side-widget {
	color: #ffffff !important;
	font-size: 24px;
}

.main-header .xs-menu-tools {
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 0;
}

.main-header .xs-menu-tools li {
	position: relative;
}

.main-header .xs-navbar {
	display: block;
}

/* Nav Search Button */

.navsearch-button {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: none;
	font-size: 18px;
	color: #ffffff !important;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	background-color: #39b9a8;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-top: 3.4px;
}

.navsearch-button:before {
	position: absolute;
	content: '';
	right: -8px;
	top: 0px;
	width: 40px;
	z-index: -1;
	height: 100%;
	background-color: #d3d8e0;
	-ms-transform: skewX(19deg);
	-webkit-transform: skewX(19deg);
	transform: skewX(19deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.navsearch-button:hover {
	background-color: #1cba9f;
}

.navsearch-button:hover::before {
	-ms-transform: skewX(-12deg);
	-webkit-transform: skewX(-12deg);
	transform: skewX(-12deg);
}

.main-header .header-upper .elementskit-navbar {
	margin-right: 230px;
}

/* Cart Product */

.cart-product {
	position: relative;
	margin-bottom: 20px;
	min-height: 90px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.cart-product .inner {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
}

.cart-product .inner .cross-icon {
	position: absolute;
	right: 0px;
	top: -2px;
	z-index: 1;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.cart-product .inner .cross-icon:hover {
	color: #1cb89d;
}

.cart-product .inner .image {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	top: 0px;
}

.cart-product .inner h3 {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 6px;
	letter-spacing: 1px;
	text-transform: capitalize;
	/* font-family: 'Poppins', sans-serif; */
}

.cart-product .inner h3 a {
	color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.cart-product .inner h3 a:hover {
	color: #1cb89d;
}

.cart-product .inner .quantity-text {
	position: relative;
	font-weight: 300;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0px;
}

.cart-product .inner .price {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	margin: 0px;
	color: #ffffff;
}

.main-header .elementskit-megamenu-panel>li {
	padding: 0px;
}

.main-header .elementskit-megamenu-panel li:before {
	display: none;
}

.main-header .elementskit-dropdown li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: #1cb89d;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

.main-header .elementskit-dropdown li.active::before {
	width: 100%;
}

.main-header .elementskit-dropdown li.active a {
	color: #ffffff;
}

.main-header .elementskit-dropdown li:hover::before {
	width: 100%;
}

.main-header .elementskit-dropdown>li:hover>a {
	color: #ffffff;
}

.elementskit-submenu-panel>li:hover>a, .elementskit-submenu-panel>li>a:hover {
	background: none !important;
}

.main-header .elementskit-megamenu-panel {
	padding: 25px 0px 20px;
	border: 3px solid #00A693;
	margin-top: 0px;
}

.elementskit-dropdown {
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

.megamenu_lists li a {
	position: relative;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	z-index: 1;
}

.megamenu_lists li a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: #1cb89d;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}

.megamenu_lists li a:hover {
	color: #ffffff;
}

.megamenu_lists li a:hover::before {
	width: 100%;
	z-index: -1;
}

/*  */

/* .elementskit-navbar-nav.nav-alignment- */

.elementskit-navbar-nav.nav-alignment-dynamic {
	direction: rtl;
	height: 60px;
	align-items: center;
	font-family: iransans-bold;
}

.ui-selectmenu-text {
	text-align: right;
	font-family: iransans-light;
}

.ui-selectmenu-text {
	display: block;
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container-fluid .outer-section .right-column {
	text-align: right;
}

dynamic {
	direction: rtl;
}

.ui-selectmenu-text {
	text-align: right;
	font-family: iransans-light;
}

.ui-selectmenu-text {
	display: block;
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container-fluid .outer-section .right-column {
	text-align: right;
}

.btn.btn-default.dropdown-toggle {
	text-align: right !important;
}

b, strong {
	font-weight: normal !important;
	font-family: iransans-medium;
}

.Fpost {
	padding: 1rem !important;
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
	box-shadow: 0 3px 10px rgba(60, 72, 88, 0.1) !important;
	border-radius: 1rem !important;
	background-color: #fff !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1rem !important;
	direction: rtl;
}

.post {
	margin: 0 0 80px;
}

.post .post-media {
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden
}

.post .post-media .video-link-btn {
	position: absolute;
	right: 0;
	bottom: 0
}

.post .post-media .video-link-btn a {
	background: #f3525a;
	padding: 15px 20px;
	display: inline-block;
	color: #fff;
	font-size: 25px
}

.post .post-body {
	background: #f9f8fd;
	padding: 40px
}

.post .entry-header .entry-title {
	margin-bottom: 20px;
	word-wrap: break-word;
	color: #575757;
	font-family: iransans-medium;
	font-size: 20px;
}

.entry-title-q {
	margin-bottom: 20px;
	word-wrap: break-word;
	font-weight: bold;
	color: #343a40!important;
	line-height: 2rem;
	font-size: 18.5px;
	text-align: justify;
}

.post .entry-header .entry-title a {
	color: #101010
}

.post .entry-header .entry-title a:hover {
	color: #1cba9f
}

.post .entry-header .post-meta {
	margin-bottom: 25px
}

.post-meta a {
	color: #666;
}

.post-meta a:hover {
	color: #1cba9f
}

.post .post-meta span {
	display: inline-block;
	margin-left: 8px;
	color: #666;
	font-size: 14px;
	border-radius: .3rem!important;
	padding-left: 0.6rem!important;
	padding-right: .25rem!important;
	padding-top: .25rem!important;
	border: 1px solid #dee2e6!important;
}

.post-meta span i {
	margin-right: 6px;
	font-size: 16px
}

.post-share span {
	display: inline-block;
	color: #666;
	font-size: 14px;
	border-radius: .3rem!important;
	padding-left: .25rem!important;
	padding-right: .25rem!important;
	padding-top: .25rem!important;
	border: 1px solid #dee2e6;
	margin-right: 4px;
}

.post-share span i {
	margin-right: 6px;
	margin-left: 6px !important;
	font-size: 16px
}

.share {
	border: 0 !important;
	font-size: 20px !important;
	vertical-align: middle;
	color: #00a693 !important;
}
.tags {
	border: 0 !important;
	font-size: 20px !important;
	vertical-align: middle;
	color: #00a693;
}

.post .post-footer {
	clear: both
}

.post .post-footer .readmore {
	display: inline-block;
	font-family: iransans-medium;
	font-weight: 700;
	padding: 12px 40px 12px 40px;
	color: #fff;
	background: #1cba9f;
	border-radius: 50px;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05)
}

.post .post-footer .readmore:hover {
	background: #00a693
}

.post.sticky .meta-featured-post {
	display: block;
	position: absolute;
	right: -35px;
	top: 18px;
	background: #1cba9f;
	width: auto;
	height: auto;
	padding: 12px 45px;
	color: #fff;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 12px;
	font-weight: 700;
	transform: rotate(45deg);
	z-index: 1
}

.post-content img {
	width: 75% !important;
}

.post.sticky .post-body {
	overflow: hidden;
	position: relative
}

.post-content {
	margin-left: 1rem!important;
	margin-right: 1rem!important;
}

.post-title {
	font-size: 18px;
	margin-top: 3rem!important;
	margin-bottom: 1rem!important;
	font-family: iransans-bold;
	color: #575757;
}

.entry-content div {
	line-height: 2.3;
	font-size: 16px;
	color: #787878;
	margin-bottom: 0.5rem;
	text-align: justify;
}

.entry-content p {
	line-height: 36px;
	font-size: .9375rem;
	color: #787878;
	margin-bottom: 0.5rem;
	text-align: justify;
}

.entry-content h3 {
	font-size: 22px;
	margin-top: 2rem !important;
	margin-bottom: 1rem !important;
	font-family: iransans-bold;
	color: #575757;
}

.entry-content ul {
	position: relative;
	text-align: end;
	margin-bottom: 15px;
}

.entry-content li {
	position: relative;
	color: #787878;
	font-size: 16px;
	line-height: 2.3;
	font-family: iransans-medium;
	padding-right: 5px;
	margin-right: 35px;
	list-style: disc;
}

.entry-content ol li {
	position: relative;
	color: #787878;
	padding-right: 5px;
	margin-right: 35px;
	list-style: decimal;
}

.entry-content img {
	border-radius: 7px;
	height: auto !important;
	width: auto !important;
	/*-webkit-box-shadow: 0 10px 20px rgba(60, 72, 88, 0.15) !important;
	box-shadow: 0 10px 20px rgba(60, 72, 88, 0.15) !important;*/
}

.entry-content blockquote {
	border-right: 3px solid #00a693;
	border-left: 0;
	background-color: aliceblue;
	padding: 25px 15px 15px;
	border-radius: 8px;
	margin-top: 30px;
}

.entry-content blockquote div {
	color: #787878 !important;
	font-style: italic !important;
	font-family: iransans-medium;
	font-size: 15px;
}

.entry-content blockquote div::before {
	font-family: Flaticon;
	font-style: normal;
	content: "\f151";
	position: absolute;
	left: 50px;
	color: #1cba9f;
	font-size: 40px;
	line-height: 1em;
	margin-top: -46px;
}

.search article.page {
	background: #f9f8fd;
	padding: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px
}

.xs-page-header {
	margin-bottom: 30px
}

.widget > select,  > .widget.widget_categories > form > select,  > .widget.widget_text > .textwidget > form > select {
	display: block;
	width: 100%;
	padding: 17px 20px;
	border: 1px solid #eee;
	cursor: pointer;
	outline: 0
}

.widget > select:focus,  > .widget.widget_categories > form > select:focus,  > .widget.widget_text > .textwidget > form > select:focus {
	border-color: #1cba9f
}

.widget {
	/*	margin-bottom: 40px;
    /*	margin-bottom: 40px;
    border: 1px solid #eee;
    padding-top: 10px;*/
}

.widget-title {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	margin: 6px 0 30px;
	padding: 0 0 15px;
}

.widget-title:before {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	width: 50px;
	height: 2px;
	right: 0;
	z-index: 1;
	background: #1cba9f;
}

.widget_search {
	padding: 0;
	border: 0;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.widget.widget_search .form-control {
	border-radius: 0
}

.widget.widget_search .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1cba9f
}

.widget.widget_search .input-group-btn {
	background: #1cba9f;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	border: none
}

.widget.widget_search .input-group-btn i {
	line-height: 52px
}

.widget.widget-tags ul li {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px
}

.widget.widget-tags ul li a {
	display: block;
	padding: 5px 8px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #666;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget.widget-tags ul li a:hover {
	background: #1cba9f;
	color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms
}

.widget.widget-tags ul li:last-child {
	margin-bottom: 0
}

.sidebar ul {
	border: 0;
	padding: 0;
	list-style: none
}

.sidebar ul li {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.sidebar-ul li {
	border-bottom: 0 !important;
	padding-bottom: 0px !important;
}

.sidebar ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.sidebar ul li a {
	color: #666
}

.sidebar ul li a:hover {
	color: #1cba9f
}

.sidebar ul li a.url, .sidebar ul li a.rsswidget {
	color: #222
}

.sidebar ul li a.rsswidget {
	font-weight: 600
}

.sidebar ul li cite {
	font-style: normal
}

.sidebar ul.sub-menu, .sidebar ul.children {
	padding: 10px 0 0 20px
}

.sidebar ul.children {
	padding-bottom: 0
}

.sidebar ul.sub-menu ul ul {
	padding-left: 0
}

.tag-lists a, .tagcloud a {
	border: 1px solid #f1f1f1;
	color: #5a5a5a;
	display: inline-block;
	font-size: 14px !important;
	padding: 4px 13px;
	margin-left: 3px;
	margin-bottom: 10px
}

.tag-lists a:hover, .tagcloud a:hover {
	color: #1cba9f;
	border-color: #1cba9f
}

.textwidget img {
	margin: 10px 0
}

.page-links .page-link {
	display: inline-block
}

.blog-post-comment .comment-title {
	font-size: 24px
}

.blog-post-comment .comment-info [class*=col-md-] {
	margin-bottom: 15px;
	position: inherit
}

.blog-post-comment .comment-content > h3 {
	margin-bottom: .5rem
}

.blog-post-comment .comment-respond {
	margin-bottom: 40px;
	margin-top: 40px
}

.blog-post-comment .comment-respond .comment-reply-title {
	font-size: 24px
}

.blog-post-comment .comment-respond .comment-form .form-control {
	border-radius: 0;
	height: 45px;
	margin-bottom: 15px
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
	height: 245px
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1cba9f
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
	display: none
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
	font-style: italic
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
	margin-top: 20px
}

.comments-list {
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
	border-bottom: 1px solid #eee
}

.comments-list .comment:not(:last-child), .comments-list .trackback:not(:last-child), .comments-list .pingback:not(:last-child) {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee
}

.comments-list .pingback:not(:last-child) {
	padding-bottom: 20px
}

.comments-list ul.children {
	padding-top: 20px;
	list-style: none;
	border-top: 1px solid #eee
}

img + .comment > .comment-body > .comment-content {
	padding-left: 56px
}

.comment-content table:not(:last-child) {
	margin-bottom: 20px
}

.main-container {
	padding: 80px 0
}

.main-container.blog, .main-container.blog-single {
	/* padding-top: 110px; */
	padding-bottom: 70px
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 1199px) {
	.container {
		max-width: 1140px
	}
}

.container > .row {
	margin-left: -10px;
	margin-right: -10px
}

.container > .row > [class*=col] {
	padding-left: 10px;
	padding-right: 10px
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
	text-align: right;
	direction: rtl;
}

article, aside {
	background:white;
}

.post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	border: 1px solid #eee;
	margin-bottom: 40px
}

.post-navigation > div {
	padding: 0 40px;
	width: 50%;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative
}

.post-navigation h3 {
	font-size: 17px;
	line-height: 26px;
	margin: 5px 0;
	font-weight: 700;
	ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.post-navigation a {
	display: inline-block
}

.post-navigation a:hover h3 {
	color: inherit
}

.post-navigation a:not(:hover) span {
	color: #a9a9a9
}

.post-navigation i {
	font-family: "FontAwesome"
}

.post-navigation .post-previous {
	text-align: left;
	border-left: 0 none;
	border-right: 0 none;
	padding: 0 40px 0 0
}

.post-navigation .post-previous i {
	margin-right: 5px
}

.post-navigation .post-next {
	text-align: right;
	border-right: 0 none;
	padding: 0 0 0 40px
}

.post-navigation .post-next i {
	margin-left: 5px
}

@media (max-width: 767px) {
	.post-navigation > div {
		width: 100%
	}

	.post-navigation > div.post-next {
		margin-top: 15px;
		padding-top: 15px;
		padding-right: 40px;
		padding-left: 0;
		border-top: 1px solid #eee;
		border-left-width: 0;
		text-align: left
	}
}

@media (max-width: 575px) {
	.elementskit-post-card {
		background-color: #fff;
		border-radius: 1rem;
		padding: 23px;
		height: 325px;
		border: 1px solid #00a69399;
	}
}

@media (min-width: 576px) {
	.elementskit-post-card {
		background-color: #fff;
		border-radius: 1rem;
		padding: 23px;
		height: 300px;
		border: 1px solid #00a69399;
	}
}

.ekit-wid-con .elementskit-post-card {
	background-color: #FFF;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #00705d;
	-webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
	padding: 40px 40px;
	border-radius: 6px
}

.elementskit-entry-header {
	position: relative
}

.elementskit-entry-header .entry-title {
	text-align: right;
	margin: 0;
	text-align: justify;
}

.elementskit-entry-header .entry-title a {
	font-size: 15px;
	line-height: 20px;
	color: #0056b3;
	font-weight: bold;
}

.elementskit-post-card .elementskit-entry-header .entry-title a:hover {
	opacity: .6;
}

.elementskit-border-hr {
	margin-top: 25px;
	margin-bottom: 22px
}

.elementskit-border-hr {
	background-color: #fff;
	width: 15%;
	height: 3px;
	margin: 22px 0 25px 0
}

.elementskit-post-body {
	color: #8d8d8d
}

.post-meta-list > span {
	padding: 2px 10px 0;
	color: #b5b5b5;
	font-weight: bold;
}

/*.meta-author {
	background-color: #4d70f7;
	border-radius: 20px;
	padding: 2px 10px 0;
	color: #fff;
	font-weight: bold;
}*/

.author-img {
	display: inline-block;
	margin-right: 15px;
	-webkit-box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, .2);
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	vertical-align: middle
}

.post-cat .author-name {
	color: inherit
}

.meta-author :hover {
	opacity: .8
}

.post-cat :hover {
	opacity: .8
}

.post-date :hover {
	opacity: .8
}

.elementskit-entry-header .post-meta-list > span a {
	color: inherit
}

.post-meta-list > span > i {
	display: inline-block
}

.post-meta-list > span i {
	padding-left: 5px
}

.post-meta-list > span {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*cursor: pointer;*/
	line-height: 1
}

.post-meta-list {
	text-align: right;
	margin: 0 0 10px 0;
	font-size: smaller;
}

.elementskit-post-card .elementskit-post-body {
	color: #8d8d8d;
}

.elementskit-post-card .elementskit-post-body {
	color: #a6aabb;
}

.elementskit-post-body > p {
	color: #484848;
	text-align: right;
	margin: 0;
	font-size: 13px;
	text-align: justify;
	font-weight: bold;
}

.elementskit-post-body p {
	/* margin-bottom: 35px; */
}

.Fh-limit {
	position: relative !important;
}

.Fh-limit-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;}
}

.Fh-limit-3 {
	position: relative !important;
}

.Fh-limit-4 {
	position: relative !important;
}

.Fh-image-pro {
	display: inline-flex;
	margin: 22px 0 0;
	font-size: 12px;
}

.Fh-image {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%!important;
	-webkit-box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, .2)
}

.Fh-image-pro2 {
	display: inline-flex;
	font-size: 12px;
}

.Fh-image2 {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%!important;
}

.meta-footer {
	background-color: #d6f3ee;
	border-radius: 20px;
	padding: 0% 2%;
	color: #646464;
	font-size: smaller;
	float: left;
}

.element-footer {
	color: #494949;
	font-size: smaller;
	font-weight: bold;
	float: right;
}

.Fh-button {
	background-color: white;
	padding: 10px 40px;
	border-radius: initial;
}
.vertical-FHborder {
	border-right: 2px dotted #cbcbcb;
	position: absolute;
	margin: -10.5% 28.3333% 0 0 !important;
	z-index: 1;
	height: 93%;
}
.shadow {
	-webkit-box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, .07) !important;
	box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, .07) !important;
}

.comment {
	font-size: 12px;
	display: -webkit-box;
	margin-right: 0.5rem!important;
}

.sub-comment {
	border-right: 2px dashed #dee2e6;

}

/* Replace li with item selector */
/* Replace n + 2 with limit criterion */
.limit-items .items li:nth-of-type(n + 3) { display: none; }
.limit-items #show-all:checked ~ .items li {
	display: list-item;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.limit-items #show-all ~ label[for='show-all'] { display: none; }
.limit-items #show-all:checked ~ .text-hide { display: inline-block; }
.limit-items #show-all:not(:checked) ~ .text-show { display: inline-block; }


/* OPTIONAL */
/* Style label as button below items */
.limit-items {
	position: relative;
	padding-bottom: 2em;
}
.limit-items #show-all { display: none; }
.limit-items label[for='show-all'] {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	bottom: 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	margin-bottom: 0px;
	cursor: pointer;
	color: #00eacf;
	font-family: iransans;
}
.limit-items2 label[for='show-all2']:hover { color: #00a693; }
.limit-items2 label[for='show-all2']:active {
	color: #00a693;
	background-color: #fff;
}

.limit-items2 .items li:nth-of-type(n + 3) { display: none; }
.limit-items2 #show-all2:checked ~ .items li {
	display: list-item;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.limit-items2 #show-all2 ~ label[for='show-all2'] { display: none; }
.limit-items2 #show-all2:checked ~ .text-hide { display: inline-block; }
.limit-items2 #show-all2:not(:checked) ~ .text-show { display: inline-block; }

.limit-items2 {
	position: relative;
	padding-bottom: 2em;
}
.limit-items2 #show-all2 { display: none; }
.limit-items2 label[for='show-all2'] {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	bottom: 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	margin-bottom: 0px;
	cursor: pointer;
	color: #00eacf;
	font-family: iransans;
}
.limit-items2 label[for='show-all2']:hover { color: #00a693; }
.limit-items2 label[for='show-all2']:active {
	color: #00a693;
	background-color: #fff;
}

.loginregister {
	color: #fff;
	background-color: transparent;
	font-size: 0.8rem;
	border: 1px dashed white;
	padding: 0 9px;
	border-radius: 0.4rem;
}

.otp-button {
	line-height: 0.9;
	font-size: 30px;
}

.bg-overlay {
	background-color: rgba(100, 100, 100, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.font-small-1 {
	font-size: 0.6rem !important;
}
.font-small-2 {
	font-size: 0.8rem !important;
}
.font-small-3 {
	font-size: 0.9rem !important;
}
.font-small-4 {
	font-size: 1rem !important;
}
.font-medium-1 {
	font-size: 1.1rem !important;
}
.font-medium-2 {
	font-size: 1.2rem !important;
}
.font-medium-3 {
	font-size: 1.3rem !important;
}
.font-medium-4 {
	font-size: 1.4rem !important;
}
.font-medium-5 {
	font-size: 1.5rem !important;
}
.font-large-1 {
	font-size: 2rem !important;
}
.font-large-2 {
	font-size: 3rem !important;
}
.font-large-3 {
	font-size: 4rem !important;
}
.font-large-4 {
	font-size: 5rem !important;
}
.font-large-5 {
	font-size: 6rem !important;
}

.m-0 {
	margin: 0px !important;
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-25 {
	margin: 25px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-35 {
	margin: 35px !important;
}
.m-40 {
	margin: 40px !important;
}
.m-45 {
	margin: 45px !important;
}
.m-50 {
	margin: 50px !important;
}
.m-t-b-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.m-t-b-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.m-t-b-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.m-t-b-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.m-t-b-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.m-t-b-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.m-t-b-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.m-t-b-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.m-t-b-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.m-t-b-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}
.m-t-b-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.m-l-r-0 {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.m-l-r-5 {
	margin-right: 5px !important;
	margin-left: 5px !important;
}
.m-l-r-10 {
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.m-l-r-15 {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
.m-l-r-20 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}
.m-l-r-25 {
	margin-right: 25px !important;
	margin-left: 25px !important;
}
.m-l-r-30 {
	margin-right: 30px !important;
	margin-left: 30px !important;
}
.m-l-r-35 {
	margin-right: 35px !important;
	margin-left: 35px !important;
}
.m-l-r-40 {
	margin-right: 40px !important;
	margin-left: 40px !important;
}
.m-l-r-45 {
	margin-right: 45px !important;
	margin-left: 45px !important;
}
.m-l-r-50 {
	margin-right: 50px !important;
	margin-left: 50px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-45 {
	margin-top: 45px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-l-0 {
	margin-left: 0px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.m-l-35 {
	margin-left: 35px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}
.m-l-45 {
	margin-left: 45px !important;
}
.m-l-50 {
	margin-left: 50px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-r-0 {
	margin-right: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-25 {
	margin-right: 25px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-35 {
	margin-right: 35px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.m-r-45 {
	margin-right: 45px !important;
}
.m-r-50 {
	margin-right: 50px !important;
}
.m-t-0-minus {
	margin-top: 0px !important;
}
.m-t-10-minus {
	margin-top: -10px !important;
}
.m-t-20-minus {
	margin-top: -20px !important;
}
.m-t-30-minus {
	margin-top: -30px !important;
}
.m-t-40-minus {
	margin-top: -40px !important;
}
.m-t-50-minus {
	margin-top: -50px !important;
}
.m-t-60-minus {
	margin-top: -60px !important;
}
.m-t-70-minus {
	margin-top: -70px !important;
}
.m-t-80-minus {
	margin-top: -80px !important;
}
.m-t-90-minus {
	margin-top: -90px !important;
}
.m-t-100-minus {
	margin-top: -100px !important;
}
.m-t-110-minus {
	margin-top: -110px !important;
}
.m-t-120-minus {
	margin-top: -120px !important;
}
.m-t-130-minus {
	margin-top: -130px !important;
}
.m-t-140-minus {
	margin-top: -140px !important;
}
.m-t-150-minus {
	margin-top: -150px !important;
}
.m-t-160-minus {
	margin-top: -160px !important;
}
.m-t-170-minus {
	margin-top: -170px !important;
}
.m-t-180-minus {
	margin-top: -180px !important;
}
.m-t-190-minus {
	margin-top: -190px !important;
}
.m-t-200-minus {
	margin-top: -200px !important;
}
.m-t-210-minus {
	margin-top: -210px !important;
}
.m-t-220-minus {
	margin-top: -220px !important;
}
.m-t-230-minus {
	margin-top: -230px !important;
}
.m-t-240-minus {
	margin-top: -240px !important;
}
.m-t-250-minus {
	margin-top: -250px !important;
}
.m-t-260-minus {
	margin-top: -260px !important;
}
.m-t-270-minus {
	margin-top: -270px !important;
}
.m-t-280-minus {
	margin-top: -280px !important;
}
.m-t-290-minus {
	margin-top: -290px !important;
}
.m-t-300-minus {
	margin-top: -300px !important;
}
.m-t-310-minus {
	margin-top: -310px !important;
}
.m-t-320-minus {
	margin-top: -320px !important;
}
.m-t-330-minus {
	margin-top: -330px !important;
}
.m-t-340-minus {
	margin-top: -340px !important;
}
.m-t-350-minus {
	margin-top: -350px !important;
}
.m-t-360-minus {
	margin-top: -360px !important;
}
.m-t-370-minus {
	margin-top: -370px !important;
}
.m-t-380-minus {
	margin-top: -380px !important;
}
.m-t-390-minus {
	margin-top: -390px !important;
}
.m-t-400-minus {
	margin-top: -400px !important;
}
.m-t-410-minus {
	margin-top: -410px !important;
}
.m-t-420-minus {
	margin-top: -420px !important;
}
.m-t-430-minus {
	margin-top: -430px !important;
}
.m-t-440-minus {
	margin-top: -440px !important;
}
.m-t-450-minus {
	margin-top: -450px !important;
}
.m-t-460-minus {
	margin-top: -460px !important;
}
.m-t-470-minus {
	margin-top: -470px !important;
}
.m-t-480-minus {
	margin-top: -480px !important;
}
.m-t-490-minus {
	margin-top: -490px !important;
}
.m-t-500-minus {
	margin-top: -500px !important;
}
.m-t-510-minus {
	margin-top: -510px !important;
}
.m-t-520-minus {
	margin-top: -520px !important;
}
.m-t-530-minus {
	margin-top: -530px !important;
}
.m-t-540-minus {
	margin-top: -540px !important;
}
.m-t-550-minus {
	margin-top: -550px !important;
}
.m-t-560-minus {
	margin-top: -560px !important;
}
.m-t-570-minus {
	margin-top: -570px !important;
}
.m-t-580-minus {
	margin-top: -580px !important;
}
.m-t-590-minus {
	margin-top: -590px !important;
}
.m-t-600-minus {
	margin-top: -600px !important;
}
.m-t-610-minus {
	margin-top: -610px !important;
}
.m-t-620-minus {
	margin-top: -620px !important;
}
.m-t-630-minus {
	margin-top: -630px !important;
}
.m-t-640-minus {
	margin-top: -640px !important;
}
.m-t-650-minus {
	margin-top: -650px !important;
}
.m-t-660-minus {
	margin-top: -660px !important;
}
.m-t-670-minus {
	margin-top: -670px !important;
}
.m-t-680-minus {
	margin-top: -680px !important;
}
.m-t-690-minus {
	margin-top: -690px !important;
}
.m-t-700-minus {
	margin-top: -700px !important;
}
.m-t-710-minus {
	margin-top: -710px !important;
}
.m-t-720-minus {
	margin-top: -720px !important;
}
.m-t-730-minus {
	margin-top: -730px !important;
}
.m-t-740-minus {
	margin-top: -740px !important;
}
.m-t-750-minus {
	margin-top: -750px !important;
}
.m-t-760-minus {
	margin-top: -760px !important;
}
.m-t-770-minus {
	margin-top: -770px !important;
}
.m-t-780-minus {
	margin-top: -780px !important;
}
.m-t-790-minus {
	margin-top: -790px !important;
}
.m-t-800-minus {
	margin-top: -800px !important;
}
.m-t-810-minus {
	margin-top: -810px !important;
}
.m-t-820-minus {
	margin-top: -820px !important;
}
.m-t-830-minus {
	margin-top: -830px !important;
}
.m-t-840-minus {
	margin-top: -840px !important;
}
.m-t-850-minus {
	margin-top: -850px !important;
}
.m-t-860-minus {
	margin-top: -860px !important;
}
.m-t-870-minus {
	margin-top: -870px !important;
}
.m-t-880-minus {
	margin-top: -880px !important;
}
.m-t-890-minus {
	margin-top: -890px !important;
}
.m-t-900-minus {
	margin-top: -900px !important;
}
.m-t-910-minus {
	margin-top: -910px !important;
}
.m-t-920-minus {
	margin-top: -920px !important;
}
.m-t-930-minus {
	margin-top: -930px !important;
}
.m-t-940-minus {
	margin-top: -940px !important;
}
.m-t-950-minus {
	margin-top: -950px !important;
}
.m-t-960-minus {
	margin-top: -960px !important;
}
.m-t-970-minus {
	margin-top: -970px !important;
}
.m-t-980-minus {
	margin-top: -980px !important;
}
.m-t-990-minus {
	margin-top: -990px !important;
}
.m-t-1000-minus {
	margin-top: -1000px !important;
}
.m-l-0-minus {
	margin-left: 0px !important;
}
.m-l-10-minus {
	margin-left: -10px !important;
}
.m-l-20-minus {
	margin-left: -20px !important;
}
.m-l-30-minus {
	margin-left: -30px !important;
}
.m-l-40-minus {
	margin-left: -40px !important;
}
.m-l-50-minus {
	margin-left: -50px !important;
}
.m-l-60-minus {
	margin-left: -60px !important;
}
.m-l-70-minus {
	margin-left: -70px !important;
}
.m-l-80-minus {
	margin-left: -80px !important;
}
.m-l-90-minus {
	margin-left: -90px !important;
}
.m-l-100-minus {
	margin-left: -100px !important;
}
.m-l-110-minus {
	margin-left: -110px !important;
}
.m-l-120-minus {
	margin-left: -120px !important;
}
.m-l-130-minus {
	margin-left: -130px !important;
}
.m-l-140-minus {
	margin-left: -140px !important;
}
.m-l-150-minus {
	margin-left: -150px !important;
}
.m-l-160-minus {
	margin-left: -160px !important;
}
.m-l-170-minus {
	margin-left: -170px !important;
}
.m-l-180-minus {
	margin-left: -180px !important;
}
.m-l-190-minus {
	margin-left: -190px !important;
}
.m-l-200-minus {
	margin-left: -200px !important;
}
.m-l-210-minus {
	margin-left: -210px !important;
}
.m-l-220-minus {
	margin-left: -220px !important;
}
.m-l-230-minus {
	margin-left: -230px !important;
}
.m-l-240-minus {
	margin-left: -240px !important;
}
.m-l-250-minus {
	margin-left: -250px !important;
}
.m-l-260-minus {
	margin-left: -260px !important;
}
.m-l-270-minus {
	margin-left: -270px !important;
}
.m-l-280-minus {
	margin-left: -280px !important;
}
.m-l-290-minus {
	margin-left: -290px !important;
}
.m-l-300-minus {
	margin-left: -300px !important;
}
.m-l-310-minus {
	margin-left: -310px !important;
}
.m-l-320-minus {
	margin-left: -320px !important;
}
.m-l-330-minus {
	margin-left: -330px !important;
}
.m-l-340-minus {
	margin-left: -340px !important;
}
.m-l-350-minus {
	margin-left: -350px !important;
}
.m-l-360-minus {
	margin-left: -360px !important;
}
.m-l-370-minus {
	margin-left: -370px !important;
}
.m-l-380-minus {
	margin-left: -380px !important;
}
.m-l-390-minus {
	margin-left: -390px !important;
}
.m-l-400-minus {
	margin-left: -400px !important;
}
.m-l-410-minus {
	margin-left: -410px !important;
}
.m-l-420-minus {
	margin-left: -420px !important;
}
.m-l-430-minus {
	margin-left: -430px !important;
}
.m-l-440-minus {
	margin-left: -440px !important;
}
.m-l-450-minus {
	margin-left: -450px !important;
}
.m-l-460-minus {
	margin-left: -460px !important;
}
.m-l-470-minus {
	margin-left: -470px !important;
}
.m-l-480-minus {
	margin-left: -480px !important;
}
.m-l-490-minus {
	margin-left: -490px !important;
}
.m-l-500-minus {
	margin-left: -500px !important;
}
.m-l-510-minus {
	margin-left: -510px !important;
}
.m-l-520-minus {
	margin-left: -520px !important;
}
.m-l-530-minus {
	margin-left: -530px !important;
}
.m-l-540-minus {
	margin-left: -540px !important;
}
.m-l-550-minus {
	margin-left: -550px !important;
}
.m-l-560-minus {
	margin-left: -560px !important;
}
.m-l-570-minus {
	margin-left: -570px !important;
}
.m-l-580-minus {
	margin-left: -580px !important;
}
.m-l-590-minus {
	margin-left: -590px !important;
}
.m-l-600-minus {
	margin-left: -600px !important;
}
.m-l-610-minus {
	margin-left: -610px !important;
}
.m-l-620-minus {
	margin-left: -620px !important;
}
.m-l-630-minus {
	margin-left: -630px !important;
}
.m-l-640-minus {
	margin-left: -640px !important;
}
.m-l-650-minus {
	margin-left: -650px !important;
}
.m-l-660-minus {
	margin-left: -660px !important;
}
.m-l-670-minus {
	margin-left: -670px !important;
}
.m-l-680-minus {
	margin-left: -680px !important;
}
.m-l-690-minus {
	margin-left: -690px !important;
}
.m-l-700-minus {
	margin-left: -700px !important;
}
.m-l-710-minus {
	margin-left: -710px !important;
}
.m-l-720-minus {
	margin-left: -720px !important;
}
.m-l-730-minus {
	margin-left: -730px !important;
}
.m-l-740-minus {
	margin-left: -740px !important;
}
.m-l-750-minus {
	margin-left: -750px !important;
}
.m-l-760-minus {
	margin-left: -760px !important;
}
.m-l-770-minus {
	margin-left: -770px !important;
}
.m-l-780-minus {
	margin-left: -780px !important;
}
.m-l-790-minus {
	margin-left: -790px !important;
}
.m-l-800-minus {
	margin-left: -800px !important;
}
.m-l-810-minus {
	margin-left: -810px !important;
}
.m-l-820-minus {
	margin-left: -820px !important;
}
.m-l-830-minus {
	margin-left: -830px !important;
}
.m-l-840-minus {
	margin-left: -840px !important;
}
.m-l-850-minus {
	margin-left: -850px !important;
}
.m-l-860-minus {
	margin-left: -860px !important;
}
.m-l-870-minus {
	margin-left: -870px !important;
}
.m-l-880-minus {
	margin-left: -880px !important;
}
.m-l-890-minus {
	margin-left: -890px !important;
}
.m-l-900-minus {
	margin-left: -900px !important;
}
.m-l-910-minus {
	margin-left: -910px !important;
}
.m-l-920-minus {
	margin-left: -920px !important;
}
.m-l-930-minus {
	margin-left: -930px !important;
}
.m-l-940-minus {
	margin-left: -940px !important;
}
.m-l-950-minus {
	margin-left: -950px !important;
}
.m-l-960-minus {
	margin-left: -960px !important;
}
.m-l-970-minus {
	margin-left: -970px !important;
}
.m-l-980-minus {
	margin-left: -980px !important;
}
.m-l-990-minus {
	margin-left: -990px !important;
}
.m-l-1000-minus {
	margin-left: -1000px !important;
}
.m-b-0-minus {
	margin-bottom: 0px !important;
}
.m-b-10-minus {
	margin-bottom: -10px !important;
}
.m-b-20-minus {
	margin-bottom: -20px !important;
}
.m-b-30-minus {
	margin-bottom: -30px !important;
}
.m-b-40-minus {
	margin-bottom: -40px !important;
}
.m-b-50-minus {
	margin-bottom: -50px !important;
}
.m-b-60-minus {
	margin-bottom: -60px !important;
}
.m-b-70-minus {
	margin-bottom: -70px !important;
}
.m-b-80-minus {
	margin-bottom: -80px !important;
}
.m-b-90-minus {
	margin-bottom: -90px !important;
}
.m-b-100-minus {
	margin-bottom: -100px !important;
}
.m-b-110-minus {
	margin-bottom: -110px !important;
}
.m-b-120-minus {
	margin-bottom: -120px !important;
}
.m-b-130-minus {
	margin-bottom: -130px !important;
}
.m-b-140-minus {
	margin-bottom: -140px !important;
}
.m-b-150-minus {
	margin-bottom: -150px !important;
}
.m-b-160-minus {
	margin-bottom: -160px !important;
}
.m-b-170-minus {
	margin-bottom: -170px !important;
}
.m-b-180-minus {
	margin-bottom: -180px !important;
}
.m-b-190-minus {
	margin-bottom: -190px !important;
}
.m-b-200-minus {
	margin-bottom: -200px !important;
}
.m-b-210-minus {
	margin-bottom: -210px !important;
}
.m-b-220-minus {
	margin-bottom: -220px !important;
}
.m-b-230-minus {
	margin-bottom: -230px !important;
}
.m-b-240-minus {
	margin-bottom: -240px !important;
}
.m-b-250-minus {
	margin-bottom: -250px !important;
}
.m-b-260-minus {
	margin-bottom: -260px !important;
}
.m-b-270-minus {
	margin-bottom: -270px !important;
}
.m-b-280-minus {
	margin-bottom: -280px !important;
}
.m-b-290-minus {
	margin-bottom: -290px !important;
}
.m-b-300-minus {
	margin-bottom: -300px !important;
}
.m-b-310-minus {
	margin-bottom: -310px !important;
}
.m-b-320-minus {
	margin-bottom: -320px !important;
}
.m-b-330-minus {
	margin-bottom: -330px !important;
}
.m-b-340-minus {
	margin-bottom: -340px !important;
}
.m-b-350-minus {
	margin-bottom: -350px !important;
}
.m-b-360-minus {
	margin-bottom: -360px !important;
}
.m-b-370-minus {
	margin-bottom: -370px !important;
}
.m-b-380-minus {
	margin-bottom: -380px !important;
}
.m-b-390-minus {
	margin-bottom: -390px !important;
}
.m-b-400-minus {
	margin-bottom: -400px !important;
}
.m-b-410-minus {
	margin-bottom: -410px !important;
}
.m-b-420-minus {
	margin-bottom: -420px !important;
}
.m-b-430-minus {
	margin-bottom: -430px !important;
}
.m-b-440-minus {
	margin-bottom: -440px !important;
}
.m-b-450-minus {
	margin-bottom: -450px !important;
}
.m-b-460-minus {
	margin-bottom: -460px !important;
}
.m-b-470-minus {
	margin-bottom: -470px !important;
}
.m-b-480-minus {
	margin-bottom: -480px !important;
}
.m-b-490-minus {
	margin-bottom: -490px !important;
}
.m-b-500-minus {
	margin-bottom: -500px !important;
}
.m-b-510-minus {
	margin-bottom: -510px !important;
}
.m-b-520-minus {
	margin-bottom: -520px !important;
}
.m-b-530-minus {
	margin-bottom: -530px !important;
}
.m-b-540-minus {
	margin-bottom: -540px !important;
}
.m-b-550-minus {
	margin-bottom: -550px !important;
}
.m-b-560-minus {
	margin-bottom: -560px !important;
}
.m-b-570-minus {
	margin-bottom: -570px !important;
}
.m-b-580-minus {
	margin-bottom: -580px !important;
}
.m-b-590-minus {
	margin-bottom: -590px !important;
}
.m-b-600-minus {
	margin-bottom: -600px !important;
}
.m-b-610-minus {
	margin-bottom: -610px !important;
}
.m-b-620-minus {
	margin-bottom: -620px !important;
}
.m-b-630-minus {
	margin-bottom: -630px !important;
}
.m-b-640-minus {
	margin-bottom: -640px !important;
}
.m-b-650-minus {
	margin-bottom: -650px !important;
}
.m-b-660-minus {
	margin-bottom: -660px !important;
}
.m-b-670-minus {
	margin-bottom: -670px !important;
}
.m-b-680-minus {
	margin-bottom: -680px !important;
}
.m-b-690-minus {
	margin-bottom: -690px !important;
}
.m-b-700-minus {
	margin-bottom: -700px !important;
}
.m-b-710-minus {
	margin-bottom: -710px !important;
}
.m-b-720-minus {
	margin-bottom: -720px !important;
}
.m-b-730-minus {
	margin-bottom: -730px !important;
}
.m-b-740-minus {
	margin-bottom: -740px !important;
}
.m-b-750-minus {
	margin-bottom: -750px !important;
}
.m-b-760-minus {
	margin-bottom: -760px !important;
}
.m-b-770-minus {
	margin-bottom: -770px !important;
}
.m-b-780-minus {
	margin-bottom: -780px !important;
}
.m-b-790-minus {
	margin-bottom: -790px !important;
}
.m-b-800-minus {
	margin-bottom: -800px !important;
}
.m-b-810-minus {
	margin-bottom: -810px !important;
}
.m-b-820-minus {
	margin-bottom: -820px !important;
}
.m-b-830-minus {
	margin-bottom: -830px !important;
}
.m-b-840-minus {
	margin-bottom: -840px !important;
}
.m-b-850-minus {
	margin-bottom: -850px !important;
}
.m-b-860-minus {
	margin-bottom: -860px !important;
}
.m-b-870-minus {
	margin-bottom: -870px !important;
}
.m-b-880-minus {
	margin-bottom: -880px !important;
}
.m-b-890-minus {
	margin-bottom: -890px !important;
}
.m-b-900-minus {
	margin-bottom: -900px !important;
}
.m-b-910-minus {
	margin-bottom: -910px !important;
}
.m-b-920-minus {
	margin-bottom: -920px !important;
}
.m-b-930-minus {
	margin-bottom: -930px !important;
}
.m-b-940-minus {
	margin-bottom: -940px !important;
}
.m-b-950-minus {
	margin-bottom: -950px !important;
}
.m-b-960-minus {
	margin-bottom: -960px !important;
}
.m-b-970-minus {
	margin-bottom: -970px !important;
}
.m-b-980-minus {
	margin-bottom: -980px !important;
}
.m-b-990-minus {
	margin-bottom: -990px !important;
}
.m-b-1000-minus {
	margin-bottom: -1000px !important;
}
.m-r-0-minus {
	margin-right: 0px !important;
}
.m-r-10-minus {
	margin-right: -10px !important;
}
.m-r-20-minus {
	margin-right: -20px !important;
}
.m-r-30-minus {
	margin-right: -30px !important;
}
.m-r-40-minus {
	margin-right: -40px !important;
}
.m-r-50-minus {
	margin-right: -50px !important;
}
.m-r-60-minus {
	margin-right: -60px !important;
}
.m-r-70-minus {
	margin-right: -70px !important;
}
.m-r-80-minus {
	margin-right: -80px !important;
}
.m-r-90-minus {
	margin-right: -90px !important;
}
.m-r-100-minus {
	margin-right: -100px !important;
}
.m-r-110-minus {
	margin-right: -110px !important;
}
.m-r-120-minus {
	margin-right: -120px !important;
}
.m-r-130-minus {
	margin-right: -130px !important;
}
.m-r-140-minus {
	margin-right: -140px !important;
}
.m-r-150-minus {
	margin-right: -150px !important;
}
.m-r-160-minus {
	margin-right: -160px !important;
}
.m-r-170-minus {
	margin-right: -170px !important;
}
.m-r-180-minus {
	margin-right: -180px !important;
}
.m-r-190-minus {
	margin-right: -190px !important;
}
.m-r-200-minus {
	margin-right: -200px !important;
}
.m-r-210-minus {
	margin-right: -210px !important;
}
.m-r-220-minus {
	margin-right: -220px !important;
}
.m-r-230-minus {
	margin-right: -230px !important;
}
.m-r-240-minus {
	margin-right: -240px !important;
}
.m-r-250-minus {
	margin-right: -250px !important;
}
.m-r-260-minus {
	margin-right: -260px !important;
}
.m-r-270-minus {
	margin-right: -270px !important;
}
.m-r-280-minus {
	margin-right: -280px !important;
}
.m-r-290-minus {
	margin-right: -290px !important;
}
.m-r-300-minus {
	margin-right: -300px !important;
}
.m-r-310-minus {
	margin-right: -310px !important;
}
.m-r-320-minus {
	margin-right: -320px !important;
}
.m-r-330-minus {
	margin-right: -330px !important;
}
.m-r-340-minus {
	margin-right: -340px !important;
}
.m-r-350-minus {
	margin-right: -350px !important;
}
.m-r-360-minus {
	margin-right: -360px !important;
}
.m-r-370-minus {
	margin-right: -370px !important;
}
.m-r-380-minus {
	margin-right: -380px !important;
}
.m-r-390-minus {
	margin-right: -390px !important;
}
.m-r-400-minus {
	margin-right: -400px !important;
}
.m-r-410-minus {
	margin-right: -410px !important;
}
.m-r-420-minus {
	margin-right: -420px !important;
}
.m-r-430-minus {
	margin-right: -430px !important;
}
.m-r-440-minus {
	margin-right: -440px !important;
}
.m-r-450-minus {
	margin-right: -450px !important;
}
.m-r-460-minus {
	margin-right: -460px !important;
}
.m-r-470-minus {
	margin-right: -470px !important;
}
.m-r-480-minus {
	margin-right: -480px !important;
}
.m-r-490-minus {
	margin-right: -490px !important;
}
.m-r-500-minus {
	margin-right: -500px !important;
}
.m-r-510-minus {
	margin-right: -510px !important;
}
.m-r-520-minus {
	margin-right: -520px !important;
}
.m-r-530-minus {
	margin-right: -530px !important;
}
.m-r-540-minus {
	margin-right: -540px !important;
}
.m-r-550-minus {
	margin-right: -550px !important;
}
.m-r-560-minus {
	margin-right: -560px !important;
}
.m-r-570-minus {
	margin-right: -570px !important;
}
.m-r-580-minus {
	margin-right: -580px !important;
}
.m-r-590-minus {
	margin-right: -590px !important;
}
.m-r-600-minus {
	margin-right: -600px !important;
}
.m-r-610-minus {
	margin-right: -610px !important;
}
.m-r-620-minus {
	margin-right: -620px !important;
}
.m-r-630-minus {
	margin-right: -630px !important;
}
.m-r-640-minus {
	margin-right: -640px !important;
}
.m-r-650-minus {
	margin-right: -650px !important;
}
.m-r-660-minus {
	margin-right: -660px !important;
}
.m-r-670-minus {
	margin-right: -670px !important;
}
.m-r-680-minus {
	margin-right: -680px !important;
}
.m-r-690-minus {
	margin-right: -690px !important;
}
.m-r-700-minus {
	margin-right: -700px !important;
}
.m-r-710-minus {
	margin-right: -710px !important;
}
.m-r-720-minus {
	margin-right: -720px !important;
}
.m-r-730-minus {
	margin-right: -730px !important;
}
.m-r-740-minus {
	margin-right: -740px !important;
}
.m-r-750-minus {
	margin-right: -750px !important;
}
.m-r-760-minus {
	margin-right: -760px !important;
}
.m-r-770-minus {
	margin-right: -770px !important;
}
.m-r-780-minus {
	margin-right: -780px !important;
}
.m-r-790-minus {
	margin-right: -790px !important;
}
.m-r-800-minus {
	margin-right: -800px !important;
}
.m-r-810-minus {
	margin-right: -810px !important;
}
.m-r-820-minus {
	margin-right: -820px !important;
}
.m-r-830-minus {
	margin-right: -830px !important;
}
.m-r-840-minus {
	margin-right: -840px !important;
}
.m-r-850-minus {
	margin-right: -850px !important;
}
.m-r-860-minus {
	margin-right: -860px !important;
}
.m-r-870-minus {
	margin-right: -870px !important;
}
.m-r-880-minus {
	margin-right: -880px !important;
}
.m-r-890-minus {
	margin-right: -890px !important;
}
.m-r-900-minus {
	margin-right: -900px !important;
}
.m-r-910-minus {
	margin-right: -910px !important;
}
.m-r-920-minus {
	margin-right: -920px !important;
}
.m-r-930-minus {
	margin-right: -930px !important;
}
.m-r-940-minus {
	margin-right: -940px !important;
}
.m-r-950-minus {
	margin-right: -950px !important;
}
.m-r-960-minus {
	margin-right: -960px !important;
}
.m-r-970-minus {
	margin-right: -970px !important;
}
.m-r-980-minus {
	margin-right: -980px !important;
}
.m-r-990-minus {
	margin-right: -990px !important;
}
.m-r-1000-minus {
	margin-right: -1000px !important;
}
.p-t-b-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.p-t-b-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.p-t-b-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.p-t-b-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p-t-b-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p-t-b-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.p-t-b-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.p-t-b-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}
.p-t-b-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p-t-b-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
.p-t-b-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.p-l-r-0 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.p-l-r-5 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.p-l-r-10 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.p-l-r-15 {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.p-l-r-20 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.p-l-r-25 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}
.p-l-r-30 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}
.p-l-r-35 {
	padding-right: 35px !important;
	padding-left: 35px !important;
}
.p-l-r-40 {
	padding-right: 40px !important;
	padding-left: 40px !important;
}
.p-l-r-45 {
	padding-right: 45px !important;
	padding-left: 45px !important;
}
.p-l-r-50 {
	padding-right: 50px !important;
	padding-left: 50px !important;
}
.p-0 {
	padding: 0px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-25 {
	padding: 25px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-35 {
	padding: 35px !important;
}
.p-40 {
	padding: 40px !important;
}
.p-45 {
	padding: 45px !important;
}
.p-50 {
	padding: 50px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-35 {
	padding-top: 35px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-t-45 {
	padding-top: 45px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}
.p-t-55 {
	padding-top: 55px !important;
}
.p-t-60 {
	padding-top: 60px !important;
}
.p-t-65 {
	padding-top: 65px !important;
}
.p-t-70 {
	padding-top: 70px !important;
}
.p-t-75 {
	padding-top: 75px !important;
}
.p-t-80 {
	padding-top: 80px !important;
}
.p-t-85 {
	padding-top: 85px !important;
}
.p-t-90 {
	padding-top: 90px !important;
}
.p-t-95 {
	padding-top: 95px !important;
}
.p-t-100 {
	padding-top: 100px !important;
}
.p-t-105 {
	padding-top: 105px !important;
}
.p-t-110 {
	padding-top: 110px !important;
}
.p-t-115 {
	padding-top: 115px !important;
}
.p-t-120 {
	padding-top: 120px !important;
}
.p-t-125 {
	padding-top: 125px !important;
}
.p-t-130 {
	padding-top: 130px !important;
}
.p-t-135 {
	padding-top: 135px !important;
}
.p-t-140 {
	padding-top: 140px !important;
}
.p-t-145 {
	padding-top: 145px !important;
}
.p-t-150 {
	padding-top: 150px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-15 {
	padding-left: 15px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.p-l-35 {
	padding-left: 35px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}
.p-l-45 {
	padding-left: 45px !important;
}
.p-l-50 {
	padding-left: 50px !important;
}
.p-l-55 {
	padding-left: 55px !important;
}
.p-l-60 {
	padding-left: 60px !important;
}
.p-l-65 {
	padding-left: 65px !important;
}
.p-l-70 {
	padding-left: 70px !important;
}
.p-l-75 {
	padding-left: 75px !important;
}
.p-l-80 {
	padding-left: 80px !important;
}
.p-l-85 {
	padding-left: 85px !important;
}
.p-l-90 {
	padding-left: 90px !important;
}
.p-l-95 {
	padding-left: 95px !important;
}
.p-l-100 {
	padding-left: 100px !important;
}
.p-l-105 {
	padding-left: 105px !important;
}
.p-l-110 {
	padding-left: 110px !important;
}
.p-l-115 {
	padding-left: 115px !important;
}
.p-l-120 {
	padding-left: 120px !important;
}
.p-l-125 {
	padding-left: 125px !important;
}
.p-l-130 {
	padding-left: 130px !important;
}
.p-l-135 {
	padding-left: 135px !important;
}
.p-l-140 {
	padding-left: 140px !important;
}
.p-l-145 {
	padding-left: 145px !important;
}
.p-l-150 {
	padding-left: 150px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-35 {
	padding-bottom: 35px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-b-45 {
	padding-bottom: 45px !important;
}
.p-b-50 {
	padding-bottom: 50px !important;
}
.p-b-55 {
	padding-bottom: 55px !important;
}
.p-b-60 {
	padding-bottom: 60px !important;
}
.p-b-65 {
	padding-bottom: 65px !important;
}
.p-b-70 {
	padding-bottom: 70px !important;
}
.p-b-75 {
	padding-bottom: 75px !important;
}
.p-b-80 {
	padding-bottom: 80px !important;
}
.p-b-85 {
	padding-bottom: 85px !important;
}
.p-b-90 {
	padding-bottom: 90px !important;
}
.p-b-95 {
	padding-bottom: 95px !important;
}
.p-b-100 {
	padding-bottom: 100px !important;
}
.p-b-105 {
	padding-bottom: 105px !important;
}
.p-b-110 {
	padding-bottom: 110px !important;
}
.p-b-115 {
	padding-bottom: 115px !important;
}
.p-b-120 {
	padding-bottom: 120px !important;
}
.p-b-125 {
	padding-bottom: 125px !important;
}
.p-b-130 {
	padding-bottom: 130px !important;
}
.p-b-135 {
	padding-bottom: 135px !important;
}
.p-b-140 {
	padding-bottom: 140px !important;
}
.p-b-145 {
	padding-bottom: 145px !important;
}
.p-b-150 {
	padding-bottom: 150px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-r-35 {
	padding-right: 35px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}
.p-r-45 {
	padding-right: 45px !important;
}
.p-r-50 {
	padding-right: 50px !important;
}
.p-r-55 {
	padding-right: 55px !important;
}
.p-r-60 {
	padding-right: 60px !important;
}
.p-r-65 {
	padding-right: 65px !important;
}
.p-r-70 {
	padding-right: 70px !important;
}
.p-r-75 {
	padding-right: 75px !important;
}
.p-r-80 {
	padding-right: 80px !important;
}
.p-r-85 {
	padding-right: 85px !important;
}
.p-r-90 {
	padding-right: 90px !important;
}
.p-r-95 {
	padding-right: 95px !important;
}
.p-r-100 {
	padding-right: 100px !important;
}
.p-r-105 {
	padding-right: 105px !important;
}
.p-r-110 {
	padding-right: 110px !important;
}
.p-r-115 {
	padding-right: 115px !important;
}
.p-r-120 {
	padding-right: 120px !important;
}
.p-r-125 {
	padding-right: 125px !important;
}
.p-r-130 {
	padding-right: 130px !important;
}
.p-r-135 {
	padding-right: 135px !important;
}
.p-r-140 {
	padding-right: 140px !important;
}
.p-r-145 {
	padding-right: 145px !important;
}
.p-r-150 {
	padding-right: 150px !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-1 {
	opacity: 0.1 !important;
}
.opacity-2 {
	opacity: 0.2 !important;
}
.opacity-3 {
	opacity: 0.3 !important;
}
.opacity-4 {
	opacity: 0.4 !important;
}
.opacity-5 {
	opacity: 0.5 !important;
}
.opacity-6 {
	opacity: 0.6 !important;
}
.opacity-7 {
	opacity: 0.7 !important;
}
.opacity-8 {
	opacity: 0.8 !important;
}
.opacity-9 {
	opacity: 0.9 !important;
}
.font-size-10 {
	font-size: 10px !important;
}
.font-size-11 {
	font-size: 11px !important;
}
.font-size-12 {
	font-size: 12px !important;
}
.font-size-13 {
	font-size: 13px !important;
}
.font-size-14 {
	font-size: 14px !important;
}
.font-size-15 {
	font-size: 15px !important;
}
.font-size-16 {
	font-size: 16px !important;
}
.font-size-17 {
	font-size: 17px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-19 {
	font-size: 19px !important;
}
.font-size-20 {
	font-size: 20px !important;
}
.font-size-21 {
	font-size: 21px !important;
}
.font-size-22 {
	font-size: 22px !important;
}
.font-size-23 {
	font-size: 23px !important;
}
.font-size-24 {
	font-size: 24px !important;
}
.font-size-25 {
	font-size: 25px !important;
}
.font-size-26 {
	font-size: 26px !important;
}
.font-size-27 {
	font-size: 27px !important;
}
.font-size-28 {
	font-size: 28px !important;
}
.font-size-29 {
	font-size: 29px !important;
}
.font-size-30 {
	font-size: 30px !important;
}
.font-size-31 {
	font-size: 31px !important;
}
.font-size-32 {
	font-size: 32px !important;
}
.font-size-33 {
	font-size: 33px !important;
}
.font-size-34 {
	font-size: 34px !important;
}
.font-size-35 {
	font-size: 35px !important;
}
.font-size-36 {
	font-size: 36px !important;
}
.font-size-37 {
	font-size: 37px !important;
}
.font-size-38 {
	font-size: 38px !important;
}
.font-size-39 {
	font-size: 39px !important;
}
.font-size-40 {
	font-size: 40px !important;
}
.font-size-41 {
	font-size: 41px !important;
}
.font-size-42 {
	font-size: 42px !important;
}
.font-size-43 {
	font-size: 43px !important;
}
.font-size-44 {
	font-size: 44px !important;
}
.font-size-45 {
	font-size: 45px !important;
}
.font-size-46 {
	font-size: 46px !important;
}
.font-size-47 {
	font-size: 47px !important;
}
.font-size-48 {
	font-size: 48px !important;
}
.font-size-49 {
	font-size: 49px !important;
}
.font-size-50 {
	font-size: 50px !important;
}
.line-height-0 {
	line-height: 0px !important;
}
.line-height-1 {
	line-height: 1px !important;
}
.line-height-2 {
	line-height: 2px !important;
}
.line-height-3 {
	line-height: 3px !important;
}
.line-height-4 {
	line-height: 4px !important;
}
.line-height-5 {
	line-height: 5px !important;
}
.line-height-6 {
	line-height: 6px !important;
}
.line-height-7 {
	line-height: 7px !important;
}
.line-height-8 {
	line-height: 8px !important;
}
.line-height-9 {
	line-height: 9px !important;
}
.line-height-10 {
	line-height: 10px !important;
}
.line-height-11 {
	line-height: 11px !important;
}
.line-height-12 {
	line-height: 12px !important;
}
.line-height-13 {
	line-height: 13px !important;
}
.line-height-14 {
	line-height: 14px !important;
}
.line-height-15 {
	line-height: 15px !important;
}
.line-height-16 {
	line-height: 16px !important;
}
.line-height-17 {
	line-height: 17px !important;
}
.line-height-18 {
	line-height: 18px !important;
}
.line-height-19 {
	line-height: 19px !important;
}
.line-height-20 {
	line-height: 20px !important;
}
.line-height-21 {
	line-height: 21px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-23 {
	line-height: 23px !important;
}
.line-height-24 {
	line-height: 24px !important;
}
.line-height-25 {
	line-height: 25px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.line-height-27 {
	line-height: 27px !important;
}
.line-height-28 {
	line-height: 28px !important;
}
.line-height-29 {
	line-height: 29px !important;
}
.line-height-30 {
	line-height: 30px !important;
}
.line-height-31 {
	line-height: 31px !important;
}
.line-height-32 {
	line-height: 32px !important;
}
.line-height-33 {
	line-height: 33px !important;
}
.line-height-34 {
	line-height: 34px !important;
}
.line-height-35 {
	line-height: 35px !important;
}
.line-height-36 {
	line-height: 36px !important;
}
.line-height-37 {
	line-height: 37px !important;
}
.line-height-38 {
	line-height: 38px !important;
}
.line-height-39 {
	line-height: 39px !important;
}
.line-height-40 {
	line-height: 40px !important;
}
.line-height-41 {
	line-height: 41px !important;
}
.line-height-42 {
	line-height: 42px !important;
}
.line-height-43 {
	line-height: 43px !important;
}
.line-height-44 {
	line-height: 44px !important;
}
.line-height-45 {
	line-height: 45px !important;
}
.line-height-46 {
	line-height: 46px !important;
}
.line-height-47 {
	line-height: 47px !important;
}
.line-height-48 {
	line-height: 48px !important;
}
.line-height-49 {
	line-height: 49px !important;
}
.line-height-50 {
	line-height: 50px !important;
}
.width-0 {
	width: 0px !important;
}
.width-5 {
	width: 5px !important;
}
.width-10 {
	width: 10px !important;
}
.width-15 {
	width: 15px !important;
}
.width-20 {
	width: 20px !important;
}
.width-25 {
	width: 25px !important;
}
.width-30 {
	width: 30px !important;
}
.width-35 {
	width: 35px !important;
}
.width-40 {
	width: 40px !important;
}
.width-45 {
	width: 45px !important;
}
.width-50 {
	width: 50px !important;
}
.width-55 {
	width: 55px !important;
}
.width-60 {
	width: 60px !important;
}
.width-65 {
	width: 65px !important;
}
.width-70 {
	width: 70px !important;
}
.width-75 {
	width: 75px !important;
}
.width-80 {
	width: 80px !important;
}
.width-85 {
	width: 85px !important;
}
.width-90 {
	width: 90px !important;
}
.width-95 {
	width: 95px !important;
}
.width-100 {
	width: 100px !important;
}
.h-100-vh {
	height: 100vh;
}


.timebooking .nav-tabs {
	border-bottom: none!important;
}

.timebooking li a .active {
	background-color: #009688 !important;
	color: #fff !important;
}

.timebooking .tab-content {
	padding: 20px !important;
	background-color: #fff !important;
	font-size: 17px !important;
	line-height: 25px !important;
	margin-top: 30px !important;
}
.timebooking .tab-content h3 {
	font-size: 40px !important;
	font-weight: bold !important;
}

/****************/
.timebooking .tab-slider {
	/* padding: 0 40px; */
	position: relative;
}

.timebooking .tab-slider .btn-icon {
	position: absolute;
	top: 0;
}

.timebooking #goPrev {
	left: 0;
	padding: 10px !important;
	font-size: 13px !important;
	line-height: 3.5 !important;
}

.timebooking #goNext {
	right: 0;
	padding: 10px !important;
	font-size: 13px !important;
	line-height: 3.5 !important;
}

.timebooking .wrap {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
	background: #fff;
}

.timebooking .tab-slider .tab-content .active {
	animation: slideIn 0.2s ease-out;
	-moz-animation: slideIn 0.2s ease-out; /* Firefox */
	-webkit-animation: slideIn 0.2s ease-out; /* Safari and Chrome */
	-o-animation: slideIn 0.2s ease-out; /* Opera */
}

@keyframes slideIn {
	from {
		opacity:0;
		-webkit-transform:translateX(50px);
		-ms-transform:translateX(50px);
		transform:translateX(50px)
	}
	to {
		opacity:1;
		-webkit-transform:translateX(0px);
		-ms-transform:translateX(0px);
		transform:translateX(0px)
	}
}

.timebooking .nav-tabs>li>a {
	text-align: center;
	padding: 10px;
}

.timebooking .nav-tabs>li.active>a,
.timebooking .nav-tabs>li.active>a:focus,
.timebooking .nav-tabs>li.active>a:hover {
	border: 1px solid transparent;
}

.timebooking .wrap>.nav-tabs {
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}

.timebooking .wrap>.nav-tabs>li {
	background: #fff;
	display: inline-block;
	position: relative;
	white-space: normal;
	float: none;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #dee2e6 !important;
	background-color: #e6f0ee;
	border-radius: .8rem;
}

.timebooking .nav-tabs>li>a {
	margin-right: 0;
	border-radius: .8rem;
}

.timebooking .nav-item .day-number {
	font-size: 2rem;
	margin-left: .5rem;
}

.timebooking .nav-item .month-title {
	font-size: 0.9rem;
}

.timebooking .nav-item .day-title {
	font-size: 0.7rem;
}

.bg-gradient {
	background-image: linear-gradient(0deg,#fff,#f7f8f9);
}
.time-item {
	border: 1px solid rgb(232, 232, 232);
	border-radius: 1rem;
	text-align: center !important;
	padding: 0.9rem !important;
	box-shadow: 0 2px 5px #ecefee;
}
.svg-35 {
	width: 35px;
	filter: invert(75%) sepia(14%) saturate(4%) hue-rotate(357deg) brightness(93%) contrast(81%);
	margin-left: 10px;
}
.svg-35-2 {
	width: 35px;
	filter: invert(13%) sepia(92%) saturate(3054%) hue-rotate(199deg) brightness(91%) contrast(103%);
	margin-left: 10px;
}
.svg-100 {
	width: 100px;
	filter: invert(13%) sepia(92%) saturate(3054%) hue-rotate(199deg) brightness(91%) contrast(103%);
}

.blinking{
	animation:blinkingText 1.5s infinite;
}
@keyframes blinkingText{
	0%{
		color: #dc3545;
	}
	50%{
		color: transparent;
	}
	100%{
		color: #dc3545;
	}
}

#whatsapp_chat_widget {
	display: block;
}

/**** Supprot WhatsApp chat *****/

.support-box-content {
	background: url(../images/support-bg.png);
	background-size: 100%;
	text-align: right;
	max-height: 330px;
	overflow: auto;
	min-height: 300px;
	border-radius: 0 0 10px 10px;
}

.support-avartar {
	width: 20% !important;
	height: 20% !important;
	border-radius: 50% !important;
}

.support-box-content a .support-type :hover {
	color: #00a693;
}
.support-type:hover {
	color: #ff0c0c;
}

.support-close {
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.support-box-brand-text {
	margin-left: 20px;
}
.support-box-brand-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.support-box-brand-subtitle {
	font-size: 13px;
	line-height: 18px;
	margin-top: 4px;
}
.support-box-header {
	height: 100px;
	max-height: 100px;
	min-height: 100px;
	background-color: #0a5f54;
	color: white;
	border-radius: 10px 10px 0px 0px;
	display:flex;
	align-items: center;
	text-align: right;
	direction: rtl;
}
.support-box-brand {
	margin-left: 20px;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.support-box {
	background-color:white;
	z-index: 1000000 !important;
	margin-bottom: 60px;
	width: 360px;
	position: fixed !important;
	bottom: 60px !important;
	right : 50px;
	border-radius: 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
#support-send-button {
	margin: 0 0 50px 0 !important;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed !important;
	z-index: 1000000 !important;
	bottom: 40px !important;
	text-align: center !important;
	height: 60px;
	min-width: 50px;
	border-radius: 50%;
	visibility: visible;
	transition: none !important;
	background-color: #00a693;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	right : 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content:center;
}
#support-close-button {
	margin: 0 0 50px 0 !important;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed !important;
	z-index: 1000000 !important;
	bottom: 40px !important;
	text-align: center !important;
	height: 60px;
	min-width: 50px;
	border-radius: 50%;
	visibility: visible;
	transition: none !important;
	background-color: #00a693;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	right : 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content:center;
}
.wa-messenger-svg-whatsapp {
	fill: white;
	width: 41px;
	height: 50px;
}
.support-box-poweredby {
	text-align: center;
	font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
	margin-bottom: 15px;
	margin-top: -10px;
	font-style: italic;
	font-size: 12px;
	color: lightgray;
}
@media only screen and (max-width: 600px) {
	.support-box            {
		width: auto;
		position: fixed !important;
		right: 20px!important;
		left: 20px!important;
	}
}

.shadow-xxl {
	-webkit-box-shadow: 0 1rem 7rem rgba(0, 0, 0, .4) !important;
	box-shadow: 0 1rem 7rem rgba(0, 0, 0, .4) !important;
}

.sticky-bar {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}

.close-modal {
	color: #fff !important;
	background-color: #0000006b !important;
	border-radius: 50% !important;
	font-size: 25px !important;
	padding: 10px 14px !important;
	margin: auto !important;
}

.img-modal {
	max-height: 320px;
	object-fit: contain;
}

.round {
	border-radius: 1rem;
}

#recent-posts-2 img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.help-block-error
{
	color:red;
}