/*

  Author Css: Amin Heydarzadeh
    
    ---------------- Info ----------------
    
    Date Created:   1399/12/05
    Email:          heydarzadeh@itshams.ir 
    
    Powerd By:    ITShams Company - https://www.itshams.ir/

*/

/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}

a {
    color: var(--text);
}

* {
    font-family: IRANsans;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

.pd-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

section {
    float: right;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

:root {
    --pink: #ffe3fe;
    --purple: #93329e;
    --d-purple: #440a67;
}

.for-title .module-header h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 30px 0;
    color: var(--purple);
}

.for-title .module-header span {
    position: relative;
    border-bottom: solid 2px #ffe3fe;
    padding-bottom: 10px;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.smartmenu-div {
   width:100%;
   padding:0;
}
.yamm-fw {
   display:none !important;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header ---------------------*/

.header-main .top-header {
    padding: 10px 0;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 227, 254, .6), rgb(255, 227, 254, .6));
}

.header-main .top-header .main-logo img {
    width: 200px;
}

.header-main .top-header .header-links ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--purple);
    padding-bottom: 5px;
}

.header-main .top-header .header-links ul li:last-child {
    margin: 0;
}

.header-main .top-header .header-links ul a {
    color: var(--purple);
    font-size: 12px;
    transition: .5s all;
    position: relative;
}

.header-main .top-header .header-links ul a::before {
    content: '';
    width: 2px;
    height: 2px;
    background-color: var(--green);
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
}

.header-main .top-header .header-links ul a:hover::before {
    width: 50px;
    opacity: 1;
    visibility: visible;
}

.header-main .top-header .header-links ul a:hover {
    color: var(--green);
}

.header-main .top-header .header-links ul li {
    margin-left: 30px;
}

.header-main .top-header .header-links .sait-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.header-main .top-header .header-links .sait-search input, .header-main .top-header .header-links .sait-search span, .header-main .top-header .header-links .sait-search a {
    border: none;
    background-image: linear-gradient(to bottom, rgba(255, 227, 254, .6), rgba(255, 227, 254, .6));
    box-shadow: 0 0 3px 0 rgba(138, 128, 253, .6);
    height: 30px;
    border-radius: 5px;
}

.header-main .top-header .header-links .sait-search input {
    padding-right: 5px;
    color: var(--purple);
}

.header-main .top-header .header-links .sait-search input::placeholder {
    color: var(--purple);
}

.header-main .top-header .header-links .sait-search span, .header-main .top-header .header-links .sait-search a {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--purple);
    cursor: pointer;
    margin-right: 10px;
}

.header-main .top-header .quick-mobile {
    display: none;
}

.header-main .mid-header {
   background-color: rgba(147, 50, 158, .4);
   padding:0;
}

.header-main .mid-header .main-nav .navbar-brand {
    display: none;
}

.header-main .mid-header .main-nav .container-fluid {
    padding: 0;
}

.header-main .mid-header .main-nav .navbar-default {
    margin: 0;
    background-color: transparent;
    border: none;
    min-height: 40px;
}

.header-main .mid-header .main-nav .navbar-nav {
    float: right;
}

.header-main .mid-header .main-nav .navbar-nav>li:first-child a , .top-header .for-quick .dropdown-menu li:first-child a{
    padding-right: 0;
}

.header-main .mid-header .main-nav .navbar-nav>li, .top-header .for-quick ul li {
    float: right;
}

.header-main .mid-header .main-nav .navbar-nav>li a, .top-header .for-quick .dropdown-menu li a {
    font-size: 12px;
    transition: .5s all;
}

.header-main .mid-header .main-nav .navbar-nav>li a:hover {
    color: var(--red);
}

.header-main .mid-header .main-nav .navbar-nav>li a .icon-arrow , .top-header .for-quick ul li a .icon-arrow{
    transform: rotate(90deg);
    display: inline-block;
    font-size: 8px;
}

.header-main .mid-header .main-nav .navbar-default .navbar-nav>li>a, .top-header .for-quick ul li a {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    padding-left: 0px;
    padding-right: 7px;    
    font-size: 12px;
}
.header-main .mid-header .main-nav .navbar-default .navbar-nav>li>a {
	padding-right:20px;
}
.header-main .mid-header .main-nav .navbar-default .navbar-nav>li>a b {
	font-size:8px;
}
.header-main .mid-header .smartmenu-div {
   width:100%;
   padding:0;
}
.header-main .mid-header .navbar-brand {
   display:none;
}
.header-main .mid-header .main-nav .navbar-default .navbar-nav>li>a::before, .top-header .for-quick ul li a::before  {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: .5s all;
}

.header-main .mid-header .main-nav .navbar-default .navbar-nav>li>a:hover::before {
    width: 100%;
}

.header-main .mid-header .main-nav .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.header-main .mid-header .dropdown-menu, .top-header .for-quick .dropdown-menu{
    text-align: right;
    right: 0;
    left: auto;
    padding: 0;
}
.top-header .for-quick .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.header-main .mid-header .dropdown-menu>li, .top-header .for-quick .dropdown-menu li {
    border-bottom: 1px solid var(--red);
    padding: 5px 0;
}
.header-main .mid-header .dropdown-submenu > a {
	position:relative;
}
.header-main .mid-header .dropdown-submenu {
	position:relative;
}
.header-main .mid-header .dropdown-submenu > a b {
	position: absolute;
	font-size: 8px;
	left: 10px;
	top: 10px;
	transform: rotate(90deg);
}
.header-main .mid-header .dropdown-submenu .dropdown-menu {
	top:0;
	right:100%;
}
.header-main .mid-header .dropdown-menu li:last-child {
    border: none;
}

.header-main .mid-header .main-list .navbar-header>span {
    color: #fff;
}

.header-main .mid-header .main-list .navbar-toggle {
    display: block;
    margin: 0;
    border: none;
}

.header-main .mid-header .main-list .navbar-collapse {
    position: fixed;
    display: block !important;
    padding: 0;
    width: 340px;
	background-color: rgba(147, 50, 158, .6);
    top: 0;
    height: 100% !important;
    z-index: 9999;
    transition: .5s all;
    right: -340px;
    overflow: scroll !important;
    overflow-x: hidden !important;
}

.header-main .mid-header .main-list .navbar-nav {
    float: right;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-main .mid-header .main-list .navbar-default .navbar-nav>li>a {
    background-color: transparent !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-size: 13px;
}

.header-main .mid-header .main-list .collapse.in {
    right: 0 !important;
    height: 100% !important;
    transition: .5s all;
}

.header-main .mid-header .main-list .navbar-default>.container-fluid {
    padding: 0;
}

.header-main .mid-header .main-list .navbar-default {
    margin: 0;
    background-color: transparent;
    border: none;
    min-height: 40px;
}

.header-main .mid-header .main-list .navbar-header {
    height: 40px;
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
}

.header-main .mid-header .main-list .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.header-main .mid-header .main-list .navbar-default .navbar-toggle:focus, .header-main .mid-header .main-list .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.header-main .mid-header .main-list .title-menu {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}
.header-main .mid-header .main-list .title-menu > span {
    position: absolute;
    font-size: 25px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(147, 50, 158, .6);
   color:#fff;
    border-radius: 50%;
    padding-top: 3px;
    cursor: pointer;
}
.header-main .mid-header .main-list .title-menu h3 {
    font-size: 18px;
    color: var(--red);
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(184, 184, 184, .7);
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
	overflow: hidden;
}
.overlay.show {
	opacity: 1;
	visibility: visible;
	transition: .3s all;
	z-index: 9;
}
/*----------------------  mega-menu ---------------------*/

.header-main .mega-all {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.header-main .mega-all::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(147, 50, 158, .69);
    position: absolute;
    filter: blur(10px);
    right: 0;
    top: 0;
}

.header-main .mega-all .mega-part h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: solid 2px #ffe3fe;
    padding-bottom: 10px;
    text-align: center;
}

.header-main .mega-all .mega-part li {
    margin-bottom: 15px;
}

.header-main .mega-all .mega-part li a {
    color: #fff;
}

.header-main .mega-all .mega-part li i {
    margin-left: 10px;
}

/*----------------------  /mega-menu ---------------------*/

/*---------------------- /Header ---------------------*/

/*----------------------  content-main  ---------------------*/

.content-main .main-slider .camera_wrap img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
}

.content-main .main-slider .camera_commands {
    display: none;
}

.content-main .main-slider .camera_wrap .camera_pag {
	bottom: 30%;
	position: absolute;
	right: 10px;
	background-image: linear-gradient(to bottom, rgba(255, 227, 254, .6), rgb(255, 227, 254, .6));
	z-index: 99;
	padding: 5px;
	border-radius: 20px;
}
.camera_wrap .camera_pag .camera_pag_ul {
	display: flex;
	flex-direction: column;
}
.camera_wrap .camera_pag .camera_pag_ul li:last-child {
	margin-bottom:0;
}
.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li {
    width: 8px;
    height: 8px;
    transition: .5s all;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li>span {
    display: none;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 3px;
    background-color: var(--d-purple);
	margin-bottom:10px;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    height: 30px;
}

.content-main .main-slider .camera_wrap .camera_caption>div {
    background-color: transparent;
    text-align: right;
}

.content-main .main-slider .camera_wrap .camera_caption {
    bottom: 120px !important;
    width: 35%;
    right: 90px;
    color: #fff;
}

.content-main .main-slider .camera_wrap .camera_caption div {
    position: relative;
}

.content-main .main-slider .camera_wrap .camera_caption>div::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(147, 50, 158, .16);
    filter: blur(2px);
    position: absolute;
    left: 0;
}

.content-main .main-slider .camera_wrap .camera_Title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding-top: 15px;
}

.content-main .main-slider .camera_wrap .camera_Description {
    line-height: 2;
}

.content-main .main-slider .camera_prev {
transform: rotate(180deg);
right: 1%;
left: auto;
top: 30% !important;
bottom: auto !important;
}

.content-main .main-slider .camera_next {
    right: 1%;
    left: auto;

}

.content-main .main-slider .camera_prev, .content-main .main-slider .camera_next {
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #2bab90 -28%, var(--gray) 144%);
    transition: .5s all;
    top: auto;
    bottom: 15%;
    width: 20px;
    height: 20px;
	opacity:1 !important;
}

.content-main .main-slider .camera_prev span, .content-main .main-slider .camera_next span {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    width: 20px;
    height: 20px;
   background:none;
}

.content-main .main-slider .camera_prev:hover, .content-main .main-slider .camera_next:hover {
    background-color: var(--purple);
}

.content-main .main-slider .camera_prev span::before, .content-main .main-slider .camera_next span::before {
    content: "\e917";
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 12px;
}

.content-main .main-slider .camera_wrap {
    overflow: hidden;
}

.content-main .main-slider .slider-box .down-arrow {
    width: 100%;
    float: right;
    position: absolute;
    bottom: 45px;
    z-index: 9;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green);
}

.content-main .main-slider .slider-box .down-arrow span {
    cursor: pointer;
}

.content-main .circle-links .link-main-center {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.content-main .circle-links .link-main-center .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 165px;
    border-radius: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .2);
    transition: .5s all;
   position:relative;
   overflow:hidden;
}
.content-main .circle-links .link-main-center .link img {
	filter: brightness(0);
	width:50px;
	transition:.5s all;
}
.content-main .circle-links .link-main-center .link::before {
   content: '';
   width: 250px;
   height: 250px;
   position: absolute;
   background: linear-gradient(#ee204a 0%, #9b1558 11.11%, #440a67 49.21%, #93329e 69.86%, #ffe3fe 95.38%, #b4aee8 100%);
   opacity: 0;
   transform: rotate(40deg);
   top: -50px;
   right: -38px;
   transition: .5s all;
}
.content-main .circle-links .link-main-center .link:hover::before {
   opacity:.59;
   
}
.content-main .circle-links .link-main-center .link:hover span ,
.content-main .circle-links .link-main-center .link:hover i
{
    color:#fff
}
.content-main .circle-links .link-main-center .link:hover img {
		filter: brightness(1);
}
.content-main .circle-links .link-main-center .link i {
    font-size: 40px;
    color: var(--d-purple);
   transition:.5s all;
   position:relative;
   z-index:9;
}

.content-main .circle-links .link-main-center .link span {
    color: var(--d-purple);
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
   transition:.5s all;
   position:relative;
   z-index:9;
   height:40px;
}

.content-main .main-tab {
    position: relative;
    overflow: hidden;
	height:650px;
}
.content-main .main-tab .inner-row {
   width:1170px;
   margin:0 auto;
}
.content-main .main-tab::before {
    content: '';
    filter: blur(20px);
    background-image: linear-gradient(to bottom, #93329e, #b4aee8 56%, #ffe3fe);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .59;
    right: 0;
}

.content-main .main-tab .nav-tabs>li {
    float: right;
}

.content-main .main-tab .nav-tabs {
    border: none;
    display: flex;
    justify-content: space-around;
}

.content-main .main-tab .nav-tabs>li>a {
    color: var(--d-purple);
    font-weight: 500;
    font-size: 16px;
    border-bottom: solid 2px #ffe3fe;
    transition: .5s all;
}

.content-main .main-tab .nav-tabs>li.active>a, .content-main .main-tab .nav-tabs>li.active>a:focus, .content-main .main-tab .nav-tabs>li.active>a:hover {
    border: none;
    border-color: transparent;
    border-bottom: solid 2px var(--d-purple);
    background-color: transparent;
}

.content-main .main-tab .nav>li>a:focus, .content-main .main-tab .nav>li>a:hover {
    background-color: transparent !important;
    border-color: transparent;
    border-bottom-color: var(--d-purple);
}

.content-main .main-tab .news-item {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%;
   float:right;
}

.content-main .main-tab .news-details {

    position: absolute;
    top: 205px;
    border-radius: 5px;
    color: #fff;
   width: 150px;
   height: 27px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.content-main .main-tab .news-details .news-date {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
   position:relative;
   width: 100%;
   height: 100%;
   justify-content: center;
   z-index:9;
   overflow:hidden;
   border-radius:5px;
}
.content-main .main-tab .news-details .news-date::before {
   content:'';
   width:180px;
   height:180px;
   position:absolute;
   background: linear-gradient(#ee204a 0%, #9b1558 11.11%, #440a67 49.21%, #93329e 69.86%, #ffe3fe 95.38%, #b4aee8 100%);
   z-index:-1;
   border-radius:5px;
   right: -20px;
   top: 0px;
   opacity:.59;
}
.content-main .main-tab .news-details .news-date i {
    margin-left: 10px;
}

.content-main .main-tab .slides {
    margin: 25px 0;
}

.content-main .main-tab .slick-slide {
    padding: 0 5px;
	float:right;
}
.content-main .main-tab .news-tools {
   width: 100%;
   float: right;
   text-align: center;
   display: flex;
   justify-content: center;
   margin: 25px 0;
}
.content-main .main-tab .news-tools > span {
   padding:0 !important;
   width: 150px;
   height:30px;
   display:flex !important;
   justify-content:center;
   align-items:center;
   border-radius:5px;
   overflow:hidden;
   position:relative;
}
.content-main .main-tab .news-tools > span a {
   color:#fff;
}
.content-main .main-tab .news-tools > span::before {
   content: '';
   width: 180px;
   height: 180px;
   position: absolute;
   background: linear-gradient(#ee204a 0%, #9b1558 11.11%, #440a67 49.21%, #93329e 69.86%, #ffe3fe 95.38%, #b4aee8 100%);
   z-index: -1;
   border-radius: 5px;
   right: -20px;
   top: 0px;
   opacity: .59;
}
.content-main .main-tab .News_Titr {
    font-size: 16px;
    color: var(--purple);
    margin-top: 10px;
    line-height: 1.5;
    float: right;
    width: 100%;
   height: 50px;
   overflow: hidden;
}

.content-main .main-tab .news-introtext {
    display: flex;
    color: #b4aee8;
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
    float: right;
    line-height: 1.7;
   height: 40px;
   overflow: hidden;
}

.content-main .main-tab .news-info {
    background-color: #fff;
    padding: 20px 10px;
    width: 100%;
    float: right;
}

.content-main .main-tab .news-img {
    background-color: #fff;
    width: 100%;
    float: right;
}

.content-main .main-tab .news-image {
    padding: 5px;
    width: 100%;
    float: right;
}

.content-main .main-tab .news-image img {
    border-radius: 5px 5px 0 0px;
   width:100%;
}
.content-main .main-tab .slides .news-prev ,
.content-main .main-tab .slides .news-next
{
   position: absolute;
   bottom: -40px;
   width: 20px;
   height: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0 0 3px 0 #8a80fd;
   border-radius: 5px;
   color:#b4aee8;
   z-index:99;
   cursor:pointer;
}
.content-main .main-tab .slides .slick-dots {
   bottom:-35px;
}

.content-main .main-tab .slides .slick-dots button {
   width:auto;
   height:auto;
   padding:0;
   
}
.content-main .main-tab .slides .slick-dots li {
   width:10px;
   height:10px;
   background-color:var(--pink);
   box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
   border-radius: 50%;
}
.content-main .main-tab .slides .slick-dots li.slick-active {
   width: 30px;
   border-radius: 20px;
   transition:.5s all;
}
.content-main .main-tab .slides .slick-dots li button::before {
   display:none;
}
.content-main .main-tab .slides .news-prev {
   left:30%;
}
.content-main .main-tab .slides .news-next {
   right:30%;
}
.content-main .main-tab .slides .News_STitr {
	display:none;
}
.content-main .main-media .multi-media .multimedia-box > .container > .row .col-lg-8 {
   display:none;
}
.content-main .main-media .multi-media .multimedia-box .container {
   padding:0;
   width:100%;
}
.content-main .main-media .multi-media .multimedia-box .row {
   margin:0;
}
.content-main .main-media .multi-media .multimedia-box > .container > .row .col-lg-4 {
   width:100%;
   padding:0;
}
.content-main .main-media .multi-media .multimedia-box .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
   padding:0;
   width:100%;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small {
   display:flex;
   box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
   border-radius: 15px;
   margin-bottom: 30px;
   transition:.5s all;
   position:relative;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small::before {
   content:'';
   background-image: linear-gradient(to bottom, #fff, #ffe3fe);
   opacity:0;
   transition:.5s all;
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius:15px;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small:hover:before {
   opacity:1;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small > a {
   height:170px;
   position:relative;
   flex:1 0 auto;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small .multimedia-small-image {
   height:100%;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small .multimedia-small-image img {
   width: 240px;
   height: 100%;
   object-fit: cover;
   border-radius: 15px;
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small .multimedia-small-date {
   position: absolute;
   width: 100px;
   height: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   right: 70px;
   bottom: -15px;
   background-color:var(--pink);
   border-radius: 9px;
   color:var(--d-purple);
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small .multimedia-small-detail {
   display:none;
}
.content-main .mid-countdown {
    padding: 65px 0;
}

.content-main .mid-countdown .count-all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.content-main .mid-countdown .count-all .count-box {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -7px 30px 0 rgba(0, 0, 0, 0.16);
}
.content-main .main-media .multi-media .multimedia-box .multimedia-small .nasim {
   padding:10px;
   font-size:16px;
   position:relative;
   width:100%;
}

.content-main .main-media .multi-media .multimedia-box .multimedia-small .nasim a {
   color:var(--d-purple);
   font-size:16px;
}
.content-main .main-media .box_skitterGallery .label_skitter {
   width:100% !important;
   height:120px;
   bottom: 0;
   right: 0;
}
.content-main .main-media .box_skitterGallery .image {
   border-radius:20px;
}
.content-main .main-media .box_skitterGallery .label_skitter p {
   bottom:0;
   padding:0 !important;
   font-family: IRANsans !important;
   color:#440a67;
   width: 100%;
   border-radius: 10px;
   overflow: hidden;
   font-size: 16px;
   line-height: 2;
   font-weight:bold;
   display:flex;
   align-items:center;
   justify-content:center;
   text-align:center;
}
.content-main .main-media .box_skitterGallery .label_skitter p::before {
   content:'';
   width:100%;
   height:100%;
   background-color: var(--pink);
   opacity:.59;
   filter: blur(7px);
   position:absolute;
   right:0;
   top:0;
   border-radius:20px;
   z-index:-1;
}
.content-main .main-media .box_skitterGallery .info_slide_dots .image_number {
   background-color: #b4aee8;
   border:none;
   width:8px;
   height:8px;
   margin-right:15px;
}
.content-main .main-media .box_skitterGallery .info_slide_dots .image_number.image_number_select {
   width:25px;
}
.content-main .main-media .box_skitterGallery .label_skitter a {
   width:100%;
   height: 100% !important;
   display:flex;
   color:var(--d-purple);
}
.content-main .main-media .box_skitterGallery .container_skitter {
   overflow:visible;
}
.content-main .main-media .box_skitterGallery .box_clone img {
   border-radius:20px;
}
.content-main .main-media .right-report {
   overflow:visible !important;
}
.content-main .mid-countdown .count-all .count-box .count-number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 120px;
    height: 120px;
    background-color: var(--pink);
    border-radius: 15px;
    box-shadow: 0 3px 30px 0 #dbe0ea;
    position: relative;
}

.content-main .mid-countdown .count-all .count-box .count-number i {
    font-size: 44px;
    opacity: .2;
}

.content-main .mid-countdown .count-all .count-box .count-number span {
    font-weight: bold;
    font-size: 26px;
    color: #3063a8;
}

.content-main .mid-countdown .count-all .count-box .count-number p {
    color: #3063a8;
    font-size: 11px;
}

.content-main .quick-links .quick-holder {
    margin-top: 25px;
    width: 100%;
    float: right;
}

.content-main .quick-links .quick-holder .two-holder {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.content-main .quick-links .quick-holder .two-holder .quick-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
    border-radius: 10px;
}

.content-main .quick-links .quick-holder .two-holder .quick-item a {
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    position: relative;
}

.content-main .quick-links .quick-holder .two-holder .quick-item a::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #ffe3fe, #93329e);
    opacity: .1;
    transition: .5s all;
}

.content-main .quick-links .quick-holder .two-holder .quick-item a:hover::before {
    height: 100%;
    opacity: .5;
}

.content-main .quick-links .quick-holder .two-holder .quick-item a img {
    width: 100%;
    height: 100%;
	object-fit:contain;
}
.content-main .quick-links .imgquick-prev ,
.content-main .quick-links .imgquick-next
{
    position: absolute;
   width: 20px;
   height: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   right: -35px;
   transform: rotate(90deg);
   border-radius: 5px;
   box-shadow: inset 0 0px 6px 0 #8a80fd;
   cursor: pointer;
   z-index:999;
   color:#b4aee8;
}
.content-main .quick-links .imgquick-next {
    bottom: 15px;
}
.content-main .quick-links .quick-link-slick .imgquick-next ,
.content-main .quick-links .quick-link-slick .imgquick-prev {
   right:auto;
   left:-35px;
}
.content-main .quick-links .links-all {
    margin-top: 25px;
    float: right;
    width: 100%;
}

.content-main .quick-links .links-all .links-item {
    width: 100%;
    height: 35px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 0 10px;
   position:relative;
   overflow:hidden;
}
.content-main .quick-links .links-all .links-item::before {
   content:'';
   width:100%;
   height:100%;
   position:absolute;
   right:0;
   top:0;
   background-image: linear-gradient(to bottom, #fff, #ffe3fe);
   opacity:0;
   transition:.5s all;
   z-index:-1;
}
.content-main .quick-links .links-all .links-item:hover::before {
   opacity:1;
}
.content-main .quick-links .links-all .links-item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #93329e;
    font-weight: 500;
    font-size: 12px;
}

.content-main .quick-links .links-all .links-item i {
    font-size: 20px;
    margin-left: 10px;
    color: var(--d-purple);
}
.content-main .quick-links .slick-dots {
   display: flex;
   flex-direction: column;
   width: 30px;
   height: 100%;
   justify-content: center;
   align-items:center;
   bottom: 0;
   right: -40px;
}
.content-main .quick-links .slick-dots li {
   width:8px;
   height:8px;
   border-radius:25px;
   background-color:#b4aee8;
   margin: 10px 0;
   transition:.5s all;
}
.content-main .quick-links .slick-dots li.slick-active {
   height:25px;
}
.content-main .quick-links .slick-dots li button::before {
   display:none;
}
.content-main .quick-links .quick-link-slick .slick-dots {
   right:auto;
   left:-40px !important;
}
.content-main .quick-links .slick-list {
   padding:0px 10px;
}

.content-main .statistics > .container {
   padding:0;
   width:100%;
}
.content-main .statistics .title-azaruniv {
   padding:0;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   position: relative;
   margin: 30px 0;
   color: var(--purple);
}
.content-main .statistics .title-azaruniv::before {
   content: "";
   width:150px;
   height:2px;
   background-color: #ffe3fe;
   position:absolute;
   bottom: -15px;
   right: 0;
   left: 0;
   margin: 0 auto;
}
.content-main .statistics .list-statistics {
   padding:0;
   display:flex;
   justify-content:space-between;
   
}
.content-main .statistics .list-statistics .item-statistics {
   width: 160px;
   height: 160px;
   background-color: #fff;
   border-radius: 15px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction:column;
   box-shadow: 0 -7px 30px 0 rgba(0, 0, 0, 0.16);
}
.content-main .statistics .list-statistics .item-statistics::before {
   content:"";
   width:120px;
   height:120px;
   background-color: var(--pink);
   border-radius: 15px;
   box-shadow: 0 3px 30px 0 #dbe0ea;
   position:absolute;
}
.content-main .statistics .list-statistics .counter-value ,
.content-main .statistics .list-statistics .title-item
{
   position:relative;
   color:#3063a8;
}
.content-main .statistics .list-statistics .counter-value {
   font-size: 22px;
   font-weight:bold;
   color:#3063a8;
}
.content-main .statistics .list-statistics .title-item {
   font-size:12px;
   font-weight:600;
}
.content-main .statistics .list-statistics .circle-icon i {
   color: var(--d-purple);
   position:relative;
   font-size: 35px;
   opacity: .5;   
}
.content-main .statistics {
   margin-bottom:60px;
}

/*----------------------  footer-main  ---------------------*/

.footer-main {
    border-top: 1px solid #b4aee8;
}

 .top-footer .footer-links h3 {
    color: #fff;
    margin: 20px 0;
}

.mid-footer .links-list {
    height: 400px;
}

 .mid-footer .links-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

 .mid-footer .links-list ul li {
    width: 200px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--pink);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

 .mid-footer .links-list ul li a {
    font-size: 12px;
}

.footer-main .last-footer {
    background-color: var(--d-purple);
    padding: 15px 0;
}

.footer-main .last-footer .copy-box {
    display: flex;
    justify-content: space-between;
}

.footer-main .last-footer .copy-box span {
    color: #fff;
    font-weight: bold;
}

.footer-main .map-sait .footer-address {
    margin: 20px 0;
    background-color: #fff;
    color: var(--purple);
    height: 220px;
    width: 100%;
    float: right;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.footer-main .map-sait .footer-address h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-main .map-sait .footer-address li {
    margin-bottom: 15px;
    display: flex;
}

.footer-main .map-sait .footer-address li:first-child {
    font-size: 18px;
    font-weight: 500;
}

.footer-main .map-sait .footer-address i {
    margin-left: 5px;
}

.footer-main .sait-map {
    height: 220px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 10px;
    background-color: #e6e6e6;
}

.footer-main .sait-map iframe {
    width: 100%;
    height: 100%;
}
 .mid-footer .survey {
   background-color:#fff;
   width:100%;
   float:right;
   border-radius:15px;
   margin-bottom:15px;
   height:auto;
   padding:15px;
   box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}
 .mid-footer .survey .module-header {
   text-align:center;
}
 .mid-footer .survey .module-header h3 {
   margin-bottom: 30px;
    font-size: 16px;
    color: var(--purple);
    position: relative;
}
 .mid-footer .survey .module-header h3::before {
   content: '';
    width: 80px;
    height: 1px;
    background-color: var(--purple);
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
 .mid-footer .survey .control-label {
   width:auto;
   font-size:12px;
   float: right;
   margin-bottom:15px;
}
 .mid-footer .survey .evote-answer-op {
   width:100%;
}
 .mid-footer .survey .evote-answer-op>div:nth-child(1){
   margin-top: 0;
}
 .mid-footer .survey .evote-answer-op .radio {
   margin-bottom:15px;
}
 .mid-footer .survey .evote-answer-op input {
   position:static;
   margin:0;
}
 .mid-footer .survey .security-sec {
   display:flex;
}
 .mid-footer .survey .security-sec label {
   width: 100px;
   display: flex;
   align-items: center;
}
 .mid-footer .survey .security-sec img {
   position: absolute;
   left: 17px;
   top: 1px;
}
 .mid-footer .survey .module-body > div:last-child .col-md-2 {
   width:100%;
   padding:0;
   display:flex;
   justify-content:center;
}
 .mid-footer .survey .login-button {
   width: 160px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0;
   background-image: linear-gradient(to bottom, #ffe3fe, #440a67 115%);
   border:none;
}
.tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.tab-content>.active{ height: auto;}
/*----------------------  footer-main  ---------------------*/
.inner-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.box-prjct {
    width: 163px;
    height: 300px;
    padding: 0 2px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.box-prjct .inner-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all .3s;
}

.box-prjct .inner-box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
}

.box-prjct .inner-box .pic img {
    width: 140%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}

.box-prjct .inner-box .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}

.box-prjct .inner-box .content-prjct .body-cntnt {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0 10px;
    padding-top: 15px;
    opacity: 1;
    transition: all .2s;
    width: 100%;
}

.box-prjct .inner-box .content-prjct .body-cntnt.body-cntnt::before {
    content: "";
    background-color: #3e3e3e;
    width: 400px;
    height: 300px;
    position: absolute;
    right: -90px;
    top: -190px;
    transform: rotate(10deg);
    opacity: 0.6;
    filter: blur(10px);
}

.box-prjct .inner-box .content-prjct .body-cntnt .cat {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.box-prjct .inner-box .content-prjct .body-cntnt .cat a {
    display: block;
    padding: 0px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    padding-bottom: 2px;
}

.box-prjct .inner-box .content-prjct .body-cntnt .title {
    position: relative;
    z-index: 10;
}

.box-prjct .inner-box .content-prjct .body-cntnt .title h4, .box-prjct .inner-box .content-prjct .body-cntnt .title h2 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.4s;
}

.box-prjct .inner-box .content-prjct .body-cntnt .title h2 {
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.main-slider .projects .box-prjct .inner-box .content-prjct .body-cntnt .desc p {
    color: #fff;
    opacity: .6;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
}

.box-prjct .inner-box .content-prjct .footer-prjct {
    position: absolute;
    z-index: 999999;
    bottom: 0px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    height: 35px;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-create .inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    border: 1px solid #ffffff38;
    border-radius: 5px;
    background-color: #0000009c;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-create .inner-btn span {
    font-size: 11px;
    color: #fff;
    padding-top: 1px;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-create .inner-btn span:last-child {
    color: #999;
    padding-right: 3px;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-view .inner-btn a {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #333;
    padding: 0 15px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 0;
    position: absolute;
    left: -150px;
    bottom: 15px;
    transition: all .3s;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-view .inner-btn a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: var(--blue);
    margin: 0 5px;
    margin-right: 8px;
}

.box-prjct .inner-box .content-prjct .body-cntnt .desc p {
    color: #fff;
    opacity: .6;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
}

/*----------------- hover ---------------*/

.box-prjct:hover {
    width: 300px;
    transition: all .3s;
}

.box-prjct:hover .inner-box .pic img {
    width: 110%;
    transition: all .3s;
}

.box-prjct:hover .inner-box .pic::before {
    opacity: .4;
    transition: all .3s;
}

.box-prjct:hover .inner-box .content-prjct .body-cntnt {
    opacity: 1;
    transition: all .3s;
    transition-delay: .28s;
}

.box-prjct:hover .inner-box .content-prjct .footer-prjct .btn-view .inner-btn a {
    left: 15px;
    transition: all .3s;
}

.box-prjct:hover .inner-box .content-prjct .body-cntnt .title h4 {
    opacity: 0;
    visibility: hidden;
}

.box-prjct:hover .inner-box .content-prjct .body-cntnt .title h2 {
    opacity: 1;
    visibility: visible;
}

.inner-list:hover .box-prjct .inner-box .content-prjct .body-cntnt .title h4 {
    width: 115px;
}

.inner-list:hover .box-prjct .inner-box {
    opacity: 0.8;
    filter: grayscale(1) contrast(170%);
}

.inner-list:hover .box-prjct:hover .inner-box {
    opacity: 1;
    filter: grayscale(0) contrast(120%);
}