
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('../../../fonts/eot/iranyekanwebbold(fanum).eot');
	src: url('../../../fonts/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../fonts/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../fonts/woff/iranyekanwebbold(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../fonts/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('../../../fonts/eot/iranyekanweblight(fanum).eot');
	src: url('../../../fonts/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../fonts/woff2/iranyekanweblight(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../fonts/woff/iranyekanweblight(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../fonts/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('../../../fonts/eot/iranyekanwebregular(fanum).eot');
	src: url('../../../fonts/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../fonts/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../fonts/woff/iranyekanwebregular(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../fonts/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}
body {
	direction: rtl;
	background-color: #fff;
	font-family: iranyekan;
	margin: 0;
}
.split-right {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
  transition: width 0.3s linear 0s;
  border-left:1px solid #f7f7f7;
}

/*.split-right:hover{
	width: 58%;
}*/
.split-left {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
  transition: width 0.3s linear 0s;
  border-right:1px solid #f7f7f7;
}

/*.split-left:hover{
	z-index: 2;
	width: 58%;
}*/
.left {
  left: 0;
  background: lightblue url("img/1.jpg") no-repeat fixed top;
  background-size: cover;
}
.right {
  right: 0;
  background: lightblue url("img/2.jpg") no-repeat fixed top;
  background-size: cover;
}
.centered {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -85%);
  text-align: center;
  min-width: 260px;
}
.online-btn {
	background-color: rgb(12, 38, 57);
	display: block;
	padding: 15px 50px;
	color: #ebdeb8;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}
.online-btn:hover {
	color: #0c2639;
	background-color: #ebdeb8;
}
.cream-color {
	background-color: #ebdeb8;
	color: #0c2639;
	font-weight: 600;
}
.cream-color:hover {
	background-color: #0c2639;
	color: #ebdeb8;
}
.per-title {
	color: #fff;
}
.social-media img {
	max-width: 25px;
	border-radius:0 ;
}
.copyright {
	position: absolute;
    bottom: -90px;
	    width: 100%;
}
.logo-sponsor {
	position: absolute;
    bottom: -100px;
	text-align: center;
	width: 100%;
}
.sponsor-logo .mr-3{
	display: inline;
}
.sponsor-logo img {
	width: 37px;
	height: 37px;
}
.copyright-text {
	color: #ebdeb8;
	font-size: 11px;
    font-weight: 700;
}
.display-none-lg {
	display: none !important;
}
@media  only screen and (max-width: 600px) {
  .display-none {
	  display: none !important;
  }
  .display-none-lg {
	  display: block !important;
  }
  .split {
	  height: 100%;
	  width: 100%;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  overflow-x: hidden;
	  padding-top: 20px;
	  background: lightblue url("img/1.jpg") no-repeat fixed top left;
	  background-size: cover;
	}
	.bordered {
		background-color: transparent;
		border: 2px solid #ebdeb8;
		color: #ebdeb8;
	}
	.header-mobile {
		color: #fff;
		font-size: 21px;
	}
	.copyright {
        bottom: -45px;
    }
    .fixed-btn {
        position: fixed;
        top: -230px;
        left: -30px;
        font-size: 10px;
        padding: 10px;
    }
}
