@import url("https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i");
@import url(css/bootstrap.min.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
* {
	margin: 0;
	padding: 0
}

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

body {
	font-family: "IRANSansWeb";
	font-weight: 400;
	font-size: 16px;
	position: relative;
	z-index: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "IRANSansWeb", sans-serif;
	color: #303030;
	line-height: 1.3;
	font-weight: bold
}

a,
a:active,
a:focus,
a:hover {
	color: #303030;
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: 0;
	font-weight: 600
}

li {
	list-style: none
}

p {
	line-height: 1.7;
	color: #707070;
	font-size: 16px;
	font-weight: 400
}

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

ul {
	margin: 0;
	padding: 0
}

ul li {
	margin: 0;
	padding: 0
}

.mt-15 {
	margin-top: 15px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-70 {
	margin-top: 70px
}

.mt-80 {
	margin-top: 80px
}

.mt-100 {
	margin-top: 100px
}

.mt-150 {
	margin-top: 150px
}

.mr-15 {
	margin-right: 15px
}

.mr-30 {
	margin-right: 30px
}

.mr-50 {
	margin-right: 50px
}

.mr-100 {
	margin-right: 100px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-50 h6 {
	text-align: right;
	margin-right: 20%;
	direction: rtl
}

.mb-60 {
	margin-bottom: 60px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-100 h2 {
	text-align: right
}

.ml-15 {
	margin-left: 15px
}

.ml-30 {
	margin-left: 30px
}

.ml-50 {
	margin-left: 50px
}

.ml-100 {
	margin-left: 100px
}

.pt-50 {
	padding-top: 50px!important
}

.section-padding-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.section-padding-0-80 {
	padding-top: 0;
	padding-bottom: 80px
}

.section-padding-80-0 {
	padding-top: 80px;
	padding-bottom: 0
}

.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px
}

.section-padding-100-0 {
	padding-top: 100px;
	padding-bottom: 0
}

.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 60px
}

.section-heading h2 {
	font-size: 48px;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: block;
	line-height: 1.2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-heading h2 {
		font-size: 42px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-heading h2 {
		font-size: 36px
	}
}

@media only screen and (max-width:767px) {
	.section-heading h2 {
		font-size: 30px
	}
}

.section-heading p {
	font-size: 18px;
	margin-bottom: 0
}

#scrollUp {
	position: fixed;
	right: 40px;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	bottom: 40px;
	background-color: #1c66de;
	color: #fff;
	text-align: center;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	z-index: 15962536
}

@media only screen and (max-width:767px) {
	#scrollUp {
		right: 20px;
		bottom: 20px
	}
}

#scrollUp:focus,
#scrollUp:hover {
	background-color: #000;
	color: #fff
}

.btn:focus {
	box-shadow: none
}

.hami-btn {
	position: relative;
	z-index: 1;
	min-width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 0 40px;
	text-align: center;
	text-transform: capitalize;
	background-color: #1c66de;
	color: #fff;
	border: 0;
	border-radius: 100px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms
}

.hami-btn:focus,
.hami-btn:hover {
	font-weight: 600;
	-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
	background-color: #fff;
	color: #1c66de
}

.hami-btn.btn-2 {
	background-color: #fff;
	color: #1c66de
}

.hami-btn.btn-2:focus,
.hami-btn.btn-2:hover {
	color: #fff;
	background-color: #1c66de
}

.hami-btn.live--chat--btn {
	border: 1px solid #fff;
	line-height: 48px;
	color: #fff
}

.continue-btn {
	font-size: 16px;
	color: #1c66de;
	font-weight: 600;
	padding: 0;
	margin-top: 20px
}

.single-price-plan {
	position: relative;
	z-index: 1;
	padding: 20px 40px 0px 40px;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	box-shadow: 0 8px 8px -1px rgba(0, 0, 0, 0.15);
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 300ms;
	overflow: hidden
}

.single-price-plan .popular-tag {
	position: absolute;
	z-index: 10;
	width: 300px;
	height: 25px;
	background-color: #16c69a;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .5px;
	-webkit-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
	right: -106px;
	top: 27px
}

.single-price-plan .popular-tag i {
	font-size: 10px
}

.single-price-plan .price-plan-title {
	margin-bottom: 20px;
	text-align: center
}

.single-price-plan .price-plan-title h4 {
	font-weight: 600;
	margin-bottom: 0
}

.single-price-plan .price-plan-title p {
	margin-bottom: 0;
	font-size: 14px
}

.single-price-plan .price-plan-value {
	margin-bottom: 20px;
	text-align: center
}

.single-price-plan .price-plan-value h2 {
	font-size: 30px;
	color: #1c66de;
	margin-bottom: 0;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: inline-block
}

.single-price-plan .price-plan-value h2 span {
	font-size: 20px;
    position: absolute;
    top: 26px;
    left: -60px;
	z-index: 1;
	font-style: italic
}

.single-price-plan .price-plan-value p {
	margin-bottom: 0;
	color: #b7b7b7
}

.single-price-plan .price-plan-desc {
	margin-bottom: 20px;
	text-align: center
}
.single-price-plan .price-plan-desc p{
    line-height: 1.5;
}
.single-price-plan .price-plan-desc p i {
	color: #1c66de
}

.single-price-plan .view-all-btn {
	padding: 0;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline;
	color: #b7b7b7
}

.single-price-plan .view-all-btn:hover,
.single-price-plan .view-all-btn:focus {
	color: #1c66de
}