/*
Theme Name: قالب اختصاصی 
Author : علیرضا فدایی
Version : 1.0.0
*/
a {
  text-decoration: none !important;
}
@font-face {
  font-family: 'iryekan';
  src: url('fonts/IRANYekanWebFn.svg#IRANYekanWebFn') format('svg'),
       url('fonts/IRANYekanWebFn.ttf') format('truetype'),
       url('fonts/IRANYekanWebFn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'iryekan';
  src: url('fonts/IRANYekanWebFn-ExtraBold.svg#IRANYekanWebFn-ExtraBold') format('svg'),
       url('fonts/IRANYekanWebFn-ExtraBold.ttf') format('truetype'),
       url('fonts/IRANYekanWebFn-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}
input:focus,
button:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
*{
	list-style: none;
}
body {
  background: #fff;
  font-family: 'iryekan';
}
/****************************************new styles**********************/

.container{
	max-width: 1266px !important;
}
.new-main-menu ul{
	padding: 1px 0 !important;
	margin: 0;
}
.new-main-menu ul li{
	display: inline-block;
	padding: 12px 15px;
	font-size: 17px;
	position: relative;
}
.new-main-menu ul li a{
	color: #555;
	transition: all 0.4s;
}
.new-main-menu ul li:hover a{
	color: #348FD9;
	transition: all 0.4s;
}
.new-main-menu ul li ul{
	position: absolute;
	right: 0;
	background: #fff;
	padding: 10px 20px !important;
	width: 200px;
	z-index: 100;
	border-radius: 10px;
	box-shadow: 0 0 10px -5px #333;
	visibility: hidden;
	transition: 0.4s;
	opacity: 0;
}
.new-main-menu ul li:hover ul{
	margin-top: 8px !important;
	transition: 0.4s;
	opacity: 1;
	visibility: visible;
}
.new-main-menu ul li ul li{
	display: block;
}
.new-main-menu ul li ul li a{
	color: #555 !important;
	transition: all 0.4s;
}
.new-main-menu ul li ul li:hover a{
	color: #348FD9 !important;
	transition: all 0.4s;
}
.new-main-menu ul li.menu-item-has-children::after{
	content: "";
	position: absolute !important;
	width: 6px !important;
	height: 6px !important;
	top: 20px !important;
	left: 0 !important;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	transform: rotate(-45deg);
}
.new-main-menu .new-signup a{
	color: #fff;
	display: block;
	background: #5471eb;
	border-radius: 5px;
	transition: 0.4s;
	padding: 10px;
}
.new-main-menu .new-signup a:hover{
	color: #fff !important;
	opacity: 0.9;
	transition: 0.4s;
}
.box1-text p{
	line-height: 2 !important;
}
.head-image{
	background-position: center;
	background-size: cover;
	height: 500px;
}
.head-box{
	background: rgba(255,255,255,0.90);
	padding: 20px;
	border-radius: 20px 50px 20px 50px;
	height:250px;
	overflow: hidden;
}
.head-box svg{
	width: 40px !important;
	height: 40px !important;
	color: #5471eb;
}
.head-box h5{
	color: #5471eb;
	font-weight: bold;
}
.head-box p{
	color: #333;
	font-size: 14px;
}
@media(max-width:768px){
	.head-img .row{
		top: 150px !important;
		bottom: inherit !important;
	}
	.head-img .head-image{
		height: 830px;
	}
	.head-box{
		height: auto;
	}
}
.box1 img{
	border-radius: 10px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.box1-post{
	position: relative;
	padding: 40px !important;
	border-radius: 30px;
	background: linear-gradient(-70deg, #f5f5f5,#fff);
	height: 300px;
	overflow: hidden;
}
.box1-post svg{
	width: 50px !important;
	height: 50px !important;
	color: #303192;
}
.box2-post video{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.box3-post{
	border-radius: 10px;
	transition: 0.4s;
	overflow: hidden;
	height: 200px;
}
.box3-post:hover{
	background: #303192;
	color: #fff !important;
	transition: 0.4s;
}
.box3-post:hover h5 , .box3-post:hover svg{
	color: #fff !important;	
	transition: 0.4s;
}
.box3-post:hover svg{
	transform: scale(5);
	opacity: 0.1;
	transition: 0.4s;
	margin-right: 50px;
	margin-top: 50px;
	width: 50px !important;
	height: 50px !important;
}
.box3-post svg{
	width: 50px !important;
	height: 50px !important;
	transition: 0.4s;
	color:#303192;
}
.box4-post:hover h5{
	color: #0F547B !important;
}
.box4-post:hover .new-more{
	color: #0F547B !important;
}
.box4-postpic img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
.box4-postvid img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.add-p p{
	margin: 0;
}
.footer-social li{
	color: #fff;
	background: #0F547B;
	border-radius: 3px;
	display: inline-block;
	line-height: 0;
	padding: 10px;
}
.footer-link ul{
	padding: 0 !important;
	margin: 0;
}
.footer-link li{
	margin-bottom: 10px;
}
.footer-link li a{
	color: #333;
}
.footer-link li a:hover{
	color: #0F547B;
}
.br{
	text-align:left !important; 
}
@media(max-width:768px){
	.br{
		text-align:right !important;
		margin-top: 20px !important;
	}
}
.br a {
	color: #666;
}
.reg-btn{
	background: #5bc0de;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	border-radius: 5px;
}
.reg-btn:hover{
	color: #fff;
}
.new-res-icon{
	display: none;
}
.new-res-icon{
	margin-top: 18px;	
	text-align: left;
}
@media(max-width:1200px){
	.new-res-icon{
		display: block;
	}
	.new-first-menu{
		display: none;
	}
	.fixed-menu{
		position: fixed;
		z-index: 10000;
		right: 0;
		left: 0;
		top: 0;
		box-shadow: 0 0 10px -5px #777;
	}
	.head-img{
		padding-top:95px !important;
	}
	.titles1{
		margin-top: 118px !important;
	}
	.titles{
		margin-top: 95px !important;
	}
	.logo2{
			display: none;
	}
}
.fixed-menu{
	background: #fff;
}
.new-res-menu{
	background: #333;
	position: fixed;
	right: -310px;
	top: 0;
	width: 300px;
	height: 100%;
	padding:20px;
	z-index: 100000;
	box-shadow: 0 0 10px -5px #777;
	transition: 0.4s;
}
.close-res{
	display: none;
}
.new-res-menu ul{
	margin-top: 15px !important;
	padding: 0;
}
.new-res-menu ul li{
	margin-bottom: 10px;
	position: relative;
	font-size: 19px;
}
.new-res-menu ul li a{
	color: #fff;
}
.new-res-menu ul li.menu-item-has-children::after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor: pointer;
}
.new-res-menu ul li ul{
	background: #222;
	border-radius: 10px;
	margin: 5px  0 !important;
	display: none;
}
.new-res-menu ul li ul li{
	padding: 10px;
	margin:0; 
}
.new-res-menu ul li.new-signup{
	background: #5471eb;
	padding: 10px;
	border-radius: 5px;
}
.page-con{
	font-size:17px;
	line-height: 2;
	color: #333;
}
.page-img img{
	max-width: 100%;
	height: auto;
}
.page-con ul{
	padding: 0;
	margin: 0;
}
.page-con ul li::before{
	content: "\2714";
	margin-left: 5px;
	color: blue;
}
.page-con ol{
	padding: 0 15px;
	margin: 0;
}
.page-con ol li{
	list-style: decimal !important;
}
.page-con img{
	max-width: 100%;
	height: auto;
}
.page-con .wp-video{
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0 auto;
}
.page-con .aligncenter{
	display: block;
	margin: 0 auto;
}
.page-con1{
	font-size:17px;
	line-height: 2;
	color: #333;
}
.page-con1 ul{
	padding: 0;
	margin: 0;
}
.page-con1 ul li::before{
	content: "\2714";
	margin-left: 5px;
	color: blue;
}
.page-con1 ol{
	padding: 0 15px;
	margin: 0;
}
.page-con1 ol li{
	list-style: decimal !important;
}
.page-con1 img{
	max-width: 100%;
	height: auto;
}
.page-con1 .wp-video{
	width: 700px !important;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width:100%;
}
.page-con1 .aligncenter{
	display: block;
	margin: 0 auto;
}
@media(max-width:992px){
	.sidebar{
		margin-top: 50px;
	}
}
.sidebar-con{
	margin-bottom: 10px;
}
.sidebar-con h6{
	margin-top: 10px;
	font-size: 13px;
	color: #555;
}
.sidebar-con h5{
	margin-top: 10px;
	font-size: 17px;
	color: #000;
}
.sidebar-con img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 2px;
}
.cm{
	margin: 100px 0;
	padding-top: 50px;
	border-top: 2px solid #eee;
}
.cm h5{
	margin-bottom: 30px;
}
.cm h5 svg{
	margin-bottom: -2px;
	margin-left: 4px;
}
.cm .comment-form-cookies-consent,.cm .comment-form-url,.cm .comment-notes,.cm .comment-reply-title{
	display: none;
}
.cm label{
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 0;
}
.cm .comment-form-comment textarea{
	padding:5px 10px;
	width: 100%;
	height: 200px;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 #bbbbbb42;
}
.cm .comment-form-comment textarea:focus{
	box-shadow: 0 2px 10px 0 #bbbbbb42 !important;
}
.cm .comment-form-author input,.cm .comment-form-email input{
	padding:5px 10px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 #bbbbbb42;
}
.cm .comment-form-author input,.cm .comment-form-email input{
	box-shadow: 0 2px 10px 0 #bbbbbb42 !important;	
}
.cm .comment-form-author span,.cm .comment-form-email span{
	color: #C41619;
}
.cm .comment-form-comment,.cm .comment-form-author,.cm .comment-form-email{
	margin-bottom: 0;	
}
.cm .comment-form-author{
	margin-bottom: 10px;
}
.cm .form-submit{
	margin-top: 30px;
}
.cm #comments,.cm .vcard img{
	display: none;
}
.cm .vcard cite{
	font-style: normal !important;
	font-weight: bold;
	font-size: 20px;
	color: #555;
}
.cm .comment-awaiting-moderation{
	font-style: normal !important;
	padding: 5px;
	border-radius: 2px;
	background: #5471eb;
	color: #fff;
	font-size: 12px;
}
.cm .commentlist{
	padding: 0;
	margin-bottom: 30px;
}
.cm .commentlist li{
	list-style: none !important;
	background: #f9f9f9;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 10px !important;
}
.cm .commentlist li ul li::before{
	display: none;
}
.cm .commentlist li ul li{
	background: #f2f2f2;
}
.cm .commentlist li ul li .comment-author a{
	color: #555;
}
.cm .logged-in-as a{
	color: #555;
}
.cm .form-submit input{
	font-size: 13px;
	background: #5471eb;
	color: #fff;
	border-radius: 3px;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
}
.cm .comment-meta a{
	color: #555;
	font-size: 14px;
}
.cm .reply{
	display: none;
}

.s-vid video{
	width: 100%;
}
.share{
	margin-bottom: 30px;
	overflow: hidden;
	background: #f9f9f9;
	padding: 5px;
	border-radius: 3px;
}
.share ul{
	float: left;
}
.share ul li{
	display: inline-block;
	margin-left: 5px;
	color: #555;
}
.share ul li svg{
	width: 20px;
	height: 20px;
	margin-bottom: -6px;
}
.share ul li::before{
	display: none;
}
.safhe .nav-links{
	width: 100% !important;
}
.safhe .nav-links a{
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 15px;
	color: #aaa;
}
.safhe .nav-links span{
	background: #303192;
	border: 1px solid #303192;
	padding: 5px 15px;
	color: #fff;
}
.slider li img{
	display: block;
	margin: 0 auto;
	width:70% !important;
}
.archives{
	background: #303192;
	width: 170px;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}
.lb{
  display:none;
}
.mylogin{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
}
.mylogin .login-remember{
	display: none;
}
.mylogin form{
	width: 400px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.mylogin label{
	width: 100%;
	text-align: right;
	color: #fff;
}
.mylogin input{
	width: 400px;
	max-width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px;
}
.mylogin input[type=submit]{
	background: #99004d;
	color: #fff;
	cursor: pointer;
	border: none;
}
.loginback{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to right bottom ,  #003366 , #660033);
}
.loginbar{
	background: #f5f5f5;
}
.loginbar button{
	background: #ffc300;
	padding: 8px 15px;
	font-size: 12px;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.loginbar .logout{
	background: #AB0A0C;
	margin-right: 10px;
}
.loginbar .vizhe{
	background: #f5f5f5!important;
	color: #000;
	font-size: 16px;
	padding: 0 10px;
}
#nav{
	display: none!important;
}
.ss1 li::before{
	display: none;
}
.ss1 li{
	width: 33.2%;
	border:5px solid #fff;
}
.ss1 li a{
	background: #f5f5f5;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	display: block;
	color: #003566;
}
.ss1 li a.active{
	background: #003566;
	color: #fff;
}



.mslider img{
	width: 100%;
}
.minfo{
	padding: 0;
	overflow: hidden;
	border: 1px solid #eee;
}
.minfo .mtitle{
	font-size: 18px;
	padding: 20px;
	background: #f5f5f5;
}
.minfobox{
	padding: 0 20px 20px;
}
.minfobox a{
	color: #000;
}
.minfobox select,.minfobox input{
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	cursor: pointer;
	font-size: 15px;
	color: #777;
}
.minfobox button{
	background-color: rgb(215, 98, 26);
	color: #fff;
	border-radius: 3px;
	padding: 8px 25px;
	border: none;
	cursor: pointer;
}
.minfobox svg{
	float: right;
	margin-left: 5px;
}
.postsbox{
	overflow: hidden;
	box-shadow: 0 5px 20px 0 #eee;
	position: relative;
	height: 100%;
	transition: 0.4s;
}
.postsbox li{
	color: #000;
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 4px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
}
.postsbox li:last-child{
	margin-bottom: 15px;
}
.postsbox li svg{
	position: absolute;
	left: -20px;
	top: -17px;
	width: 70px!important;
	height: 70px!important;
	transform: rotate(-20deg);
	opacity: 0.1;
}
.postsbox:hover{
	box-shadow: 0 5px 30px 0 #ddd;
	transition: 0.4s;
}
.postsbox .img1{
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.postsbox h5{
	color: #000;
}
.postsbox .img2{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 100%;
	border: 10px solid #eeeeee8c;
	display: block;
	margin: -50px auto 0 auto;
	position: relative;
	z-index: 2;
}
.postsbox p{
	color: #888;
	font-size: 13px;
}
.mslider .mprofile{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	display: block;
	margin: -125px auto 0 auto;
	border: 15px solid #eeeeee8c;
	position: relative;
	z-index: 2;
	object-fit: cover;
}
.mslider svg{
	margin-bottom: -3px;
	color: #888;
}
.mslider li{
	display: inline-block!important;
	margin: 0 10px;
}
.profilecon{
	border:1px solid #eee;
	padding: 15px;
	border-radius: 10px;
}
.profilesidebar{
	border:1px solid #eee;
	padding: 15px;
	border-radius: 10px;
}
.profiletab ul{
	padding: 0;
	margin: 0;
	display: inline-flex;
}
.profiletab li{
	margin: 0 auto;
	max-width: 120px;
}
.profiletab li svg{
	margin-bottom: -3px;
}
.profiletab li a{
	width: 100%;
	color: #000;
	background: #f5f5f5;
	padding: 8px 15px;
	border-radius: 3px;
	margin-left: 5px;
}
.profiletab li a.active{
	color: #fff;
	background: #003566;
}
.catalog button{
	padding: 10px;
	width: 100%;
	background: #003566;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.catalog svg{
	margin-bottom: -8px;
	margin-left: 3px;
}
.profilecontact h5{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 19px;
}
.profilecontact svg{
	margin-bottom: -3px;
}
.profilesidebarcontact li{
	color: #000;
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 4px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	width: 100%!important;
	max-width: inherit;
}
.profilesidebarcontact li:last-child{
	margin: 0;
}
.profilesidebarcontact li svg{
	position: absolute;
	left: -20px;
	top: -17px;
	width: 70px!important;
	height: 70px!important;
	transform: rotate(-20deg);
	opacity: 0.1;
}
.profilesidebarsocial{
	margin-top: 20px;
}
.profilesidebarsocial li{
	display: inline-block;
	background: none;
}
.profilesidebarsocial li a{
	background: none;
	padding: 0;
}
.profilesidebarsocial li svg{
	width: 20px;
	height: 20px;
	color: #888;
}
.profilecat li{
	display: inline-block;
	max-width: inherit;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 13px;
	margin-bottom: 3px;
}
.profilecon h5{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.profilecon svg{
	margin-bottom: -5px;
}
.profileform li{
	width: 100%!important;
	max-width: inherit;
	margin: 0!important;
}
.profileform li input{
	width: 100%!important;
	margin: 0!important;
	border: 1px solid #eee!important;
	padding: 8px 10px!important;
}
.profileform input[type=submit]{
	background: #003566;
	color: #fff;
	border: none!important;
	border-radius: 3px;
	padding: 8px 20px;
	margin: 0!important;
}
.profileform textarea{
	border: 1px solid #eee!important;
	padding: 8px 10px!important;
}
.profileform .gform_footer{
	padding: 0!important;
	margin: 0!important;
	cursor: pointer;
}
.profileconpost img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 10px;
	border-radius: 3px;
}
.profileconpost p{
	font-size: 14px;
	color: #888;
}
.profilegallery img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}
.profileconvideos video{
	width: 100%;
}
.d1{
	display:none;
}
@media(max-width:992px){
	  .lb{
   		display:block;     
  }
	.s1{
		margin-top: 10px;
	}
	
}
@media(max-width:768px){
	.ss1 li{
		width: 100%;
		border:none;
		margin-bottom: 5px;
	}	
	.z1{
		margin-bottom: 40px;
	}
}
@media(max-width:576px){
	.nav-pills{
		display: block!important;
		margin-bottom: 30px!important;
	}
	.nav-pills li{
		width: 100%;
		max-width: none!important;
		text-align: right!important;
	}
	.nav-pills li a{
		width: 100%;
		display: block;
		margin-bottom: 4px;
	}
}