@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	border:none;
	min-height:100%;
	height:auto;
	direction:rtl;
}
a:focus {
	outline:thin dotted
}
a:active, a:hover {
	outline:0
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	font-family: "IRANSans", sans-serif;
	padding:0;
	margin:0;
}
body {
	font-family: "IRANSans", sans-serif;
	font-size:16px;
	background-color:#fff;
	color:#020020;
}
.wrapper{
	max-width:1140px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.top{
	background:#020020;
	padding:15px 5px;
	text-align:center;
}
.top h3{
	font-size:24px;
	color:#fed200;
}
.top-left{
	position:absolute;
	left:0;
	top:0;
}
.main-page {
	width:100%;
	display:inline-block
}
header{
	background:#f2f4f7;
	padding:0 0 50px;
}
header h1{
	font-size:32px;
	color:#020020;
	padding:20px 0;
	text-align:center;
	margin:0;
	text-shadow:1px 1px 0 #FFF;
}
.calender-box{
	position:relative;
	float:left;
	max-width:480px;
	width:100%;
	padding:20px 40px;
}
.calender-box-new{
	max-width:580px;
}
.calender-box:after{
	content:"";
	width:283px;
	height:96px;
	position:absolute;
	right:-60px;
	bottom:-30px;
	background:url(arrow.png) no-repeat;
}
.calender-box-new:after{
	right:-10px;
	bottom:10px;
}
.calender-in{
	background:url(pc-icon.png) no-repeat top center;
	min-height:327px;
	position:relative;
	padding:60px 25px 10px;
}
.calender-in-new{
	background:url(pc-icon1.png) no-repeat top center;
	min-height:410px;
	padding:60px 30px 10px;
}
.cal-title{
	text-align:center;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	padding:0 10px;
}
.calform{
	float:right;
	max-width:340px;
	width:100%;
}
.calform select{
	padding:6px 10px;
}
.calender-box h2{
	font-size:21px;
	text-align:left;
	padding:5px 0 10px;
}
.calender-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:40px;
	max-width:250px;
	width:100%;
	position: absolute;
	background:#e74c3c;
	text-align:center;
	color:#FFF;
	left:-14px;
	top:15px;
}
.calender-box h3:after{
	content:"";
	width:19px;
	height:21px;
	position:absolute;
	left:0px;
	bottom:-21px;
	background:url(heading-bg.png) no-repeat;
}
.calender-box .calender{
	-moz-box-shadow: inset 0 0 20px #f6f6f6;
	-webkit-box-shadow: inset 0 0 20px#f6f6f6;
	box-shadow: inset 0 0 20px #f6f6f6;
	width:90px;
	height:90px;
	border-bottom:5px solid #bac1c5;
	float:left;
}
.calender-box .calender h4{
	background:#e74c3c;
	border-bottom:2px solid #bd3021;
	text-align:center;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	padding:3px 0;
}
.calender-box .caldate{
	color:#e74c3c;
	font-weight:800;
	font-size:48px;
	text-align:center;
	line-height:56px;
}
.calender-box .dates{
	max-width:245px;
	width:100%;
	float:right;
	font-size:14px;
}
.calender-box .dates h4{
	font-size:14px;
	font-weight:600;
	font-family: "IRANSans", sans-serif;
	padding-bottom:5px;
}
.calender-box .dates p{
	position:relative;
	margin:1px 0 5px;
	padding:0 0 0 20px;
}
.calender-box .dates p::before {
    color: #020020;
    content: "\f017";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 5px;
}
.listbox{
	float:right;
	max-width:640px;
	width:100%;
	padding:15px 10px;
}
.listbox-new{
	max-width:555px;
}
.listbox h3{
	font-size:24px;
	font-weight:normal;
	text-align:right;
}
.listbox ul {
	list-style:none;
	padding:15px 0 0;
	margin:0;
}
.listbox ul li {
	font-size:17.5px;
	padding:0 50px 5px 0px;
	margin-bottom:15px;
	line-height:26px;
	position:relative;
	text-align:right;
}
.listbox ul li strong {
	font-weight: 600;
}
.listbox ul li:before {
	position:absolute;
	content: "\f058";
	font-family: FontAwesome;
	right:0px;
	top:0px;
	font-size:40px;
	color:#fed200;
	line-height:40px;
	border-radius: 50%;
}
.listbox .cta-btn{ margin:15px 0px 0 20px;}

.calender-box-new .cta-btn{
	margin:7px auto 0;
	padding: 10px 22px;
	clear:both;
	width:100%;
}
.calender-box-new .cta-btn a{
	font-size:25px;
}
.cta-btn{
    background-color: #fed200;
    border: 1px solid #fed200;
    color: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
	display:inline-block;
	margin:15px 50px 0 ;
	border-radius:40px;
	 padding: 20px 34px;
	font-family: "IRANSans", sans-serif;
	text-shadow:1px 1px 0 #FFF;
}
.cta-btn.newbtn{
	margin:15px 0 0;
	width:100%;
}
.cta-btn:hover{
	background-color:#fde159;
}
.cta-btn.newbtn a{
	font-size:30px;
}
.cta-btn a{
	color:#28324e;
	font-size:32px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:bold;
}

h2.cta-btn{ display:none; background:none; border:none; box-shadow: none; text-decoration:underline; padding:0; margin:0; line-height: 20px; text-align:center;}
h2.cta-btn:hover{ background:none;}
h2.cta-btn a{ text-transform:none; color:#2969b0; font-size: 18px;}

.vline{
	margin:15px auto;
	max-width:280px;
	height:3px;
	background-color:#28324e;
}
.testimonial{
}
.testimonial-in{
	text-align:center;
	padding:20px 0;
}
.testimonial h2{
	background:#e8ebf1;
	color:#28324e;
	font-weight:bold;
	font-size:36px;
	padding:15px;
	text-align:center;
	text-transform:uppercase;
}
.testimonial-box{
	max-width:370px;
	width:100%;
	display:inline-block;
	background:url(quotation-icon.png) no-repeat 10px 10px;
	padding:30px 50px;
}
.tmimg{
	padding:25px 0;
}
.testimonial-box.selected, .testimonial-box:hover{
	-moz-box-shadow: inset 0 0 25px #f6f6f6;
	-webkit-box-shadow: inset 0 0 25px#f6f6f6;
	box-shadow: inset 0 0 25px #f6f6f6;
}
.testimonial .disclaimer{
	text-align:center;
	margin:15px 0 0;
}
.main-content{
	background:#f2f4f7;
	padding:10px 0 50px;
}
.main-content .wrapper{
	padding:0 10px; 
}
.main-content p{
	margin-bottom:20px;
	line-height:27px;
}
.main-content h2{
	color:#28324e;
	font-weight:bold;
	font-size:36px;
	padding:25px;
	text-align:center;
	text-transform:uppercase;
}
.main-content h3{
	color:#28324e;
	font-weight: normal;
	font-size:30px;
	padding:0 0 20px;
}
.main-content ul {
	list-style:none;
	padding:15px 0 0;
	margin:0;
}
.main-content ul li {
	padding:0 0 5px 35px;
	margin-bottom:15px;
	line-height:26px;
	position:relative
}
.main-content ul li strong {
	font-weight: 600;
}
.main-content ul li:before {
	position:absolute;
	content: "\f058";
	font-family: FontAwesome;
	left:0px;
	top:0px;
	font-size:26px;
	color:#393939;
	line-height:30px;
}
.content-box{
	float:left;
	max-width:580px;
	width:100%;
}
.video-box{
	float:left;
	max-width:520px;
	width:100%;
	margin:8px 0 0 20px;
}
.video-box iframe{
	border:5px solid #000;
	background:#000;
}
.video-box .cta-btn{ margin:6px auto 0; width:100%; padding: 18px 25px;}
.video-box .btm-btn .cta-btn a{ font-size: 30px;}

.emailmarketing{
	background:#e8ebf1;
	padding:25px 0;
	margin:20px 0;
}
.emailmarketing img.email{
	float:right;
	margin:-50px 15px 0 0;
	max-width:300px; 
	width:100%;
}
.btm-btn{
	text-align:center;
	padding-top:20px;
}
.btm-btn .cta-btn a{
	font-size:34px;
}

/*footer*/
footer {
	background:#020020;
	color:#ccc;
	padding:20px 0 10px;
	font-size:14px;
	text-align:center;
	line-height: 24px;
}
footer a{
	color:#ccc;
}
footer p {
	margin-bottom:12px;
}
footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	z-index:9;
}
footer ul li {
	margin:0 0 10px;
	text-align:left;
}
footer ul li a {
	color:#64707d;
}
footer ul li a:hover {
	color:#FFF;
}
footer h3 {
	font-size:18px;
	color:#FFF;
	padding:10px 0 15px;
	text-align:left;
	font-weight: normal;
}
footer .ftabtcon {
	max-width:330px;
	width:100%;
	margin:0 30px 10px 0;
	float:left;
	text-align:left;
}
footer .ftabt {
	max-width:150px;
	width:100%;
	margin:0 30px 10px;
	float:left;
}
footer .ftsupp {
	max-width:150px;
	width:100%;
	margin:0 30px 10px 0;
	float:left;
}
footer .ftlegal {
	max-width:150px;
	width:100%;
	margin:0 0 10px;
	float:right;
}
.ftlogo {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	z-index:1;
}
.ftsociallinks {
	display:inline-block;
}
.ftsociallinks a {
	display:inline-block;
	border-radius:5px;
	width:40px;
	height:40px;
	background:#565e66;
	color:#2c3640;
	text-align:center;
	padding:10px 0 0;
	margin:0 2px;
	font-size:20px;
}
footer .copyright {
	padding:14px;
	text-align:center;
	margin-top:12px;
}
.ftlegalin {
	text-align:center;
}
.ftlegalin ul li {
	display:inline-block;
	padding:0 15px;
}
footer .disclaimer {
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	color:#64707d;
}
footer .container {
	margin:0 auto;
	max-width:1000px;
	width:100%;
	position:relative;
	padding:0 15px;
}
/*footer*/


