@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Yekan.woff') format('woff'),
         url('../fonts/Yekan.ttf') format('truetype'),
         url('../fonts/Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSansWeb.ttf") format("truetype"), url("../fonts/IRANSansWeb.svg#IRANSansWeb") format("svg");
}
a{
    color:#e600ac;
}
a:hover {
    color:#e3b536;
}
body {
  font-family:IRANSansWeb,yekan,tahoma,Open Sans,sans-serif !important;
  margin:0;
  padding:0;
   }
p{
  font-size:14px;
}
#sp-top {
    background: #b30086;
	color: #fff;
}
#sp-top .fa {
    color: #fdd929;
}
#sp-top a{
	color:#fff;
}
#sp-main-body{
	padding:20px 0 !important;
  	font-size: 14px !important;
}




#sp-header {
    background-color: #fff;
    box-shadow: none;
    height: 85px;
}
.sp-default-logo {
    width: 145px;
	transition:all 0.3s;
	float:left;
}
#sp-header .logo {
    float: left;
    height: 85px;
  	width:90%;
}
#sp-header-sticky-wrapper.is-sticky .logo {
    float: left;
    height: 60px;
  	width:90%;
}
#sp-header-sticky-wrapper.is-sticky .sp-default-logo{
    width: 105px;
	float:left;
}
#offcanvas-toggler {
    height: 85px;
    line-height: 85px;
}
#offcanvas-toggler > i, #offcanvas-toggler > i:hover {
    color: #cca24e;
}
.sp-megamenu-parent > li > a {
color: #000;
line-height: 85px;
vertical-align: middle;
font-weight: 600;
font-size: 13px;
padding: 0 7px;
letter-spacing: 0;
}
.sp-megamenu-parent > li:hover > a {
    color: #f5cb00;
    line-height: 70px;
}
.sp-megamenu-parent > li.active > a {
    color: #f5cb00;
}

body.rtl .sp-megamenu-parent {
    float: right;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before {
    margin-left: 5px;
    margin-right: 0;
}
.entry-header h2 {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
}

#sp-header.transparent {
    background: #fff;
    box-shadow: none;
    height: 85px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
	border-bottom:1px solid #ddd;
	
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
}
#sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header.transparent {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    height: 60px;
}
.sticky-wrapper.is-sticky #sp-header.transparent {
    padding: 0;
    transition: all 0.1s linear 0s;
}
.sticky-wrapper.is-sticky #sp-menu {
  height: 60px;
}
.sticky-wrapper.is-sticky .sp-megamenu-parent {
  height: 60px;
}
.sticky-wrapper.is-sticky .sp-menu-item {
  height: 60px;
}
.sticky-wrapper.is-sticky .sp-megamenu-parent>li>a {
  height: 60px;
  line-height: 60px;
}
.sticky-wrapper.is-sticky .sp-megamenu-parent > li.active > a {
    color: #f5cb00;
	border-bottom: 3px solid #f5cb00;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 0;
}
body.rtl #offcanvas-toggler {
    float: right;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    height: 35px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover ,.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover{
    background: #eb00ac !important;
    color:#fff !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #eb00ac !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding: 6px 10px !important;
    color: #333;
    cursor: pointer;
}


h2 {
    font-size: 28px;
    text-shadow: 0px 1px 1px #fff;
}
#sp-footer{
	padding:15px 0;
	background-color:#71245c;	
}

#sp-service {
    background: 
    #fff;
    padding: 40px 0 0;
}
#sp-news{
	background-color:#fff;
	padding:40px 0;
	background-image:url("../images/leaves3.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}



.btn-default {
    color:#fff;
	background-color:#e600ac;
	border-radius: 40px;
	border:none;
    padding: 8px 25px;
}
.btn-default:hover {
    color:#fff;
	background-color:#e3b536;
	border-radius: 40px;
	
    padding: 8px 25px;
}
.btn-primary, .sppb-btn-primary,.btn-success {
    border-color:#ca970b;
	background-color:#ca970b;
	border-radius:2px;
}
.btn-primary:hover, .sppb-btn-primary:hover ,.btn-success:hover{
    border-color:#e3b536;
	background-color:#e3b536;
}
.btn.btn-success .icon-arrow-right {
    display: none;
}

article.item {
    margin-bottom: 50px;
    background: 
    rgba(255,255,255,0.5);
    padding: 20px;
    border-radius: 5px;
}
.entry-header h2 {
    
    border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	box-shadow: 0 1px 0 #fff;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  height:auto;
}
.cat-children .page-header.item-title {
    margin: 20px 0 !important;
    font-size: 20px;
    padding: 0 0 20px;
}
.page-header.item-title a::before {
    font-family: fontawesome;
    font-size: 12px;
    content: "\f053";
}
.cat-children > h3 {

    font-size: 22px !important;
    margin: 10px 0 45px !important;

}



#sp-bottom{
	background-color:#b30086;
	background-image:url("../images/leaves.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	padding:60px 0 !important;
}
#sp-bottom a{
	color:#fff;
}
#sp-bottom .sp-module ul > li {
    border-bottom: none;
}
#sp-bottom .sp-module-title {
    color:#e3b536;
}
#sp-footer p {
    margin-bottom: 0;
    font-size: 12px;
}




.about hr{
	width:100px;
	border-top:3px solid #e3b536;
	transition:all 0.2s;
}
.about:hover hr{
	width:150px;
}

#sp-section2{
	background-color:#F7F7F7;
	padding:80px 0;
	background-image:url("../images/slide1.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
#sp-section3 {
    padding: 40px 0;
	background-color:#F7F7F7;
	
}
#sp-menutitle {
    background-image: url("../images/leaves3.jpg");
    padding: 30px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: 4px;
}
.mainpage #sp-menutitle {
    padding: 0 !important;
}






.members {
    position: relative;
    width: 21%;
    float: right;
    text-align: center !important;
    margin: 0 2%;
}
.members:hover img {
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
  transform:scale(1.07);
  
  
  }
.members:hover .membersdesc {
    border: none;
    opacity: 1;
}
.members img {
    border-radius: 400px;
    border: 5px solid #e600ac;
	transform:scale(1);
	transition:all 0.6s;
}
.membersdesc {
    position: absolute;
    bottom: 0;
    background: rgb(230,0,172);
    background: radial-gradient(circle, rgba(230,0,172,0.65) 87%, rgba(230,0,172,0) 100%);
	text-align: center;
	margin-right: 0;
	width: 100%;
	padding: 44% 10px;
	color:    #fff;
    transition: all 0.4s;
    height: 100%;
    opacity: 0;
	border-radius:400px;
	font-size: 18px;
	font-weight: bold;
}
.members p{
	margin:0 !important;
}
.sp-module {
    margin-top: 30px;
}


.links {
    position: relative;
    width: 29%;
    float: right;
    text-align: center !important;
    margin: 0 2%;
}
.linksdesc {
    position: absolute;
    bottom: -40px;
    background: #050521;
	text-align: center;
	margin-right: 15%;
	width: 70%;
	padding: 15px;
	color: #fff;
  transition:all 0.2s;
}

.links:hover img {
  box-shadow: 0 0 5px #ddd;
  }
.links:hover .linksdesc {
  bottom: -45px;
}
.links hr {
    width: 50%;
    border-top:2px solid #ca970b;
	transition:all 0.2s;
    margin: 5px auto;
}
.links:hover hr {
    width: 80%;
    border-top:2px solid #ca970b;
	transition:all 0.2s;
    margin: 5px auto;

}
.links p{
	margin:0 !important;
}


.ns2-inner {
    padding: 20px;
    border: 1px solid #e600ac;
    margin: 10px;
	transition:all 0.2s;
	border-left:5px solid #e600ac;
	border-bottom:5px solid #e600ac;
	background-color:#fefefe;
}
.ns2-inner:hover {
    box-shadow: 0 0 18px 
    rgba(0,0,0,0.25);
}
.ns2-inner img{
	margin:auto !important;
}
a.ns2-readmore span {
    background: none !important;
}
h4.ns2-title{
	font-size:15px !important;
}
.ns2-readmore {
    color: #fff;
	background-color:#e600ac;
    border-radius: 40px;
    border: none;
    padding: 5px;
}
.ns2-readmore:hover {
    color: #fff;
	background-color:#e3b536;
    border-radius: 40px;
    border: none;
    padding: 5px;
}
.djslider-default li a::before {
  content: none !important;
}
.djslider-default li a {
  padding: 0 !important;
}





/*mediaqueries*/

@media (min-width: 768px) and (max-width: 991px) {
.hidden-xs {
    display: none !important;
}
  .offcanvas-inner .sp-module ul.nav-child.unstyled.small > li > a::before {
    content: "\f068";
    display: block;
    padding-right: 15px;
    font-size: 10px;
 	color:#e3b536;
}
.offcanvas-menu li.deeper.parent> a::before {
    content: "\f067";
    display: block !important;
    color:#e600ac;
}
.offcanvas-menu li.deeper.parent > a {
  font-size: 15px;
  font-weight: bold;
}
li.deeper.parent > ul > li.deeper.parent > a::before {
    content: "\f067" !important;
    display: block !important;
    color:#e600ac !important;
}
li.deeper.parent > ul > li > ul > li > a::before {
    padding-right: 40px !important;
    color:#e3b536;
}


}
@media (max-width: 767px) {
  .members {
    position: relative;
    width: 46%;
    float: right;
    text-align: center !important;
    margin: 0 2% 60px;
}
#sp-section2 {
    padding: 40px 0 40px;
} 

.hidden-xs {
    display: none !important;
}
  .sticky-wrapper.is-sticky #offcanvas-toggler {
    height: 60px;
    line-height: 65px;
}
  #sp-bottom2 .sp-module ,#sp-bottom3 .sp-module{
    margin-top: 30px;
}
  .offcanvas-inner .sp-module ul.nav-child.unstyled.small > li > a:hover{
    color:#e600ac !important;
  }
.offcanvas-inner .sp-module ul.nav-child.unstyled.small > li > a::before {
    content: "\f068";
    display: block;
    padding-right: 15px;
    font-size: 10px;
 	color:#e3b536;
}
.offcanvas-menu li.deeper.parent> a::before {
    content: "\f067";
    display: block !important;
    color:#e600ac;
}
.offcanvas-menu li.deeper.parent > a {
  font-size: 15px;
  font-weight: bold;
}
li.deeper.parent > ul > li.deeper.parent > a::before {
    content: "\f067" !important;
    display: block !important;
    color:#e600ac !important;
}
li.deeper.parent > ul > li > ul > li > a::before {
    padding-right: 40px !important;
    color:#e3b536;
}
}
@media (min-width: 992px) {
#sp-header .fa-bars {
    display: none;
}
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-dropdown li.sp-menu-item {
  width: 50%;
  float: right;
  background: #fff;
  box-shadow: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-dropdown-inner {
  float: right;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-dropdown li.sp-menu-item a {
  background: #fff;
}

}



