@font-face{
    font-family:iranyekan;
    font-style:normal;
    font-weight:700;
    src:url(../fonts/iranyekanwebbold.woff2) format('woff2'),url(../fonts/iranyekanwebbold.woff) format('woff')
}
@font-face{
    font-family:iranyekan;
    font-style:normal;
    font-weight:300;
    src:url(../fonts/iranyekanweblight.woff2) format('woff2'),url(../fonts/iranyekanweblight.woff) format('woff')
}
@font-face{
    font-family:iranyekan;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/iranyekanwebregular.woff2) format('woff2'),url(../fonts/iranyekanwebregular.woff) format('woff')
}
@font-face{
    font-family:'El Messiri';
    font-style:normal;
    font-weight:400;
    font-display:auto;
    src:url('../fonts/ElMessiri-Regular.eot');
    src:url('../fonts/ElMessiri-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/ElMessiri-Regular.woff2') format('woff2'),url('../fonts/ElMessiri-Regular.woff') format('woff'),url('../fonts/ElMessiri-Regular.ttf') format('truetype')
}
@font-face{
    font-family:'El Messiri';
    font-style:normal;
    font-weight:400;
    font-display:auto;
    src:url('../fonts/ElMessiri-Medium.eot');
    src:url('../fonts/ElMessiri-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/ElMessiri-Medium.woff2') format('woff2'),url('../fonts/ElMessiri-Medium.woff') format('woff'),url('../fonts/ElMessiri-Medium.ttf') format('truetype')
}
body{
    font-family:iranyekan,roboto,Arial;
    background-image:linear-gradient(180deg,#eee,#fff 100px,#fff)
}
.dir-ltr{
    direction:ltr
}
.navbar-nav{
    direction:rtl;
    text-align:center;
    padding-right:0
}
.logo-image{
    width:200px;
	position: absolute;
    left: 0;
    top: 0;
}
.site-title{
    font-family: "El Messiri",Sans-serif;
    font-weight: 400;
    color: #221d00;
    background: #fff7a8c9;
    width: fit-content;
    text-shadow: 1px 2px 3px #8c8c8c;
	font-size: 1.3rem;
}
.site-desc {
	color: #221d00;
    background: #ffffffd9;
    width: fit-content;
	font-size: 0.9rem;
}
header {
	background: url(../images/headbg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	height: 200px;
}
header canvas {
    position: absolute;
	top: 0;
    left: 0;
    height: 200px !important;
}
.news-ticker-h li.text-primary, table.syndicate td.text-end.fw-bold.text-primary {
	color: #170059 !important;
}
.carousel-dark .carousel-caption{
    background-color:#ffffffb3
}
.captcha-off{
    opacity:0.65;
    pointer-events:none
}
.terms-off{
    pointer-events:none
}
.carousel-item img{
    width:750px
}
.ticker-wrapper-h{
    display:flex;
    position:relative;
    overflow:hidden;
    border:1px solid #7f7f7f
}
.ticker-wrapper-h .heading{
    background-color:#006d8f;
    color:#fff;
    padding:5px 10px;
    flex:0 0 auto;
    z-index:1000;
    margin-right:-2px
}
.ticker-wrapper-h .heading:after{
    content:"";
    position:absolute;
    top:0;
    border-right:20px solid #006d8f;
    border-top:17px solid transparent;
    border-bottom:15px solid transparent
}
.news-ticker-h{
    display:flex;
    margin:0;
    padding:0 90% 0 0;
    z-index:999;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-name:tic-h;
    animation-duration:70s
}
.news-ticker-h:hover{
    animation-play-state:paused
}
.news-ticker-h li{
    display:flex;
    width:100%;
    align-items:center;
    white-space:nowrap;
    padding-right:45px
}
.news-ticker-h li a{
    color:#212529;
    font-weight:700
}
@keyframes tic-h{
    0%{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        visibility:visible
    }
    100%{
        -webkit-transform:translate3d(+100%,0,0);
        transform:translate3d(+100%,0,0)
    }
}
.linear-wipe {  
	background: linear-gradient(to right, #570000 80%, #ffffff 70%, #9b9b9b 80%, #000000 90%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s linear infinite;
}
@keyframes shine {
	to {
		background-position: 200% center;
	}
}
.chosen-single {
	font-size: 20px;
    height: 40px !important;
	padding-top: 7px !important;
}
.chosen-container-single .chosen-single div {
	padding-top: 7px !important;
}
.about-fb {
	color: #7f1818;
	border-color: #7f1818;
}
.about-fb:hover {
	background-color: #7f1818;
	border-color: #7f1818;
}
.about-sb {
	color: #007480;
	border-color: #007480;
}
.about-sb:hover {
	background-color: #007480;
	border-color: #007480;
}
.about-tb {
	color: #115631;
	border-color: #115631;
}
.about-tb:hover {
	background-color: #092f1b;
	border-color: #092f1b;
}
.myWrapper div {
	position: inherit !important;
}

.bg-gradient1 {
    background: linear-gradient(99deg, #62ecc8, #ffead9, #c2fdca);
    background-size: 600% 600%;

    -webkit-animation: AnimationName1 20s ease infinite;
    -moz-animation: AnimationName1 20s ease infinite;
    animation: AnimationName1 20s ease infinite;
}
@-webkit-keyframes AnimationName1 {
    0%{background-position:73% 0%}
    50%{background-position:28% 100%}
    100%{background-position:73% 0%}
}
@-moz-keyframes AnimationName1 {
    0%{background-position:73% 0%}
    50%{background-position:28% 100%}
    100%{background-position:73% 0%}
}
@keyframes AnimationName1 {
    0%{background-position:73% 0%}
    50%{background-position:28% 100%}
    100%{background-position:73% 0%}
}

.bg-gradient2 {
    background: linear-gradient(317deg, #f9fd69, #b0c6ff, #f6fdc2);
    background-size: 600% 600%;

    -webkit-animation: AnimationName2 20s ease infinite;
    -moz-animation: AnimationName2 20s ease infinite;
    animation: AnimationName2 20s ease infinite;
}
@-webkit-keyframes AnimationName2 {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-moz-keyframes AnimationName2 {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@keyframes AnimationName2 {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}

.bg-gradient3 {
    background: linear-gradient(112deg, #eed2ab, #f6ffb0, #fdc2c2);
    background-size: 600% 600%;

    -webkit-animation: AnimationName3 20s ease infinite;
    -moz-animation: AnimationName3 20s ease infinite;
    animation: AnimationName3 20s ease infinite;
}
@-webkit-keyframes AnimationName3 {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}
@-moz-keyframes AnimationName3 {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}
@keyframes AnimationName3 {
    0%{background-position:0% 25%}
    50%{background-position:100% 76%}
    100%{background-position:0% 25%}
}