@font-face {
  font-family: iransansMedium;
  src: url('../fonts/iranSans/IRANSansWeb(FaNum)_Medium.ttf');
}
@font-face {
  font-family: iransansBold;
  src: url('../fonts/iranSans/IRANSansWeb(FaNum)_Bold.ttf');
}

body{
	padding: 0;
	margin: 0;
	direction: rtl;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #585858;
}
*{
	font-family: iransansMedium;
}
section{
	/*margin-top: 40px;*/
}
section:first-child{
	margin-top: 40px;
}
section:last-child{
	margin-bottom: 100px;
}
header{
	height: 85px;
	padding: 15px 40px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
}
header .logo{
	float: left;
	width: 55px;
}
header .logo img{
	width: 100%;
	object-fit: cover;
}
header .menu-toggle{
	display: inline-block;
	cursor: pointer;
}
.clearBoth{
	color: both;
}
.right-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 25%;
	padding-top: 15px;
	border-left: 1px solid #E4E4E4;
	height: 100%;
	background: #efefef;
	z-index: 100;
	transition: transform .3s;
}
.right-menu.active{
	transform: translate(0,0);
}
.right-menu .exit{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.right-menu .exit img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.right-menu .logo{
	display: block;
	margin: auto;
	text-align: center;
}
.right-menu .menu-title{
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
	font-family: iransansBold;
}
.right-menu .main-menu{
	     padding: 0px;
    overflow: scroll;
    height: 380px;
    overflow-x: hidden;
}
.right-menu ul li{
    display: block;
    font-size: 15px;
  border-top:  2px solid white;
    font-weight: bold;
    font-family: iransansBold;
    background: #efefef;
    padding:10px 25px;
   
}
.right-menu ul li.active{
	color: #5087C7 !important;
}
.right-menu li:hover{
	    color: #95b6df;
}
.right-menu ul li a{
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.right-menu ul li:hover{
	    color: #4a4a4a;
}
.right-menu .main-menu .menu-title{
	cursor: pointer;
}
.right-menu .main-menu .sub-menu{
	display: none;
}
.right-menu ul li.active .sub-menu{
	display: block!important;
}
.right-menu .main-menu .sub-menu ul{
	padding: 0;
	    margin-top: 15px;
}
.right-menu .main-menu .sub-menu li{
    position: relative;
    padding-right: 30px;
border:none;
    color: #6c6c6c;
}
.right-menu .main-menu .sub-menu li.active:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
    right: 10px;

	transform: translate(0,0);
	background: #0066B3;
	margin-top: 10px;
}
li.active:before{
	content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    transform: translate(0,0);
    background: #0066B3;
    margin-top: 8px;
}
.right-menu .main-menu .sub-menu li .sub-sub-menu{
	display: none;
}
.right-menu .main-menu .sub-menu li.active .sub-sub-menu{
	display: block;
}
.right-menu .main-menu .sub-menu li .sub-menu-title{
	cursor: pointer;
}
.left-menu{
	position: fixed;
	width: 16%;
	height: 100%;
	top: 0;
	left: 0;
}
.left-menu .menu{
position: absolute;
    bottom: 100px;
    left: 0px;
    text-align: left;
}
.left-menu .menu ul{
	padding: 0;
}
.left-menu .menu ul li{
    color: #005caa;
    font-size: 13px;
    display: block;
    padding: 6px;
    margin: 10px 0;
    background: #cfcfcf;
    border-radius: 0px 10px 10px 0px;
    width: 170px;
    text-align: center;
}
.left-menu .menu ul li:hover{
    color: #5087c7;

}
.left-menu .menu ul li a{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}
.left-menu .menu ul li.active{
	color: #5994C1;
	font-weight: bold;
	font-family: iransansBold;
}
.left-menu .menu ul li.active:before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #5994C1;
}
.splitter{
	display: inline-block;
	background: url(../images/splitter.svg) no-repeat;
	background-position: center center;
	text-align: center;
	height: 60px;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.title{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: iransansBold;
        margin-bottom: 30px;
}
h1{
	color: #000000;
	font-weight: bold;
	font-size: 22px!important;
	font-family: iransansBold;
        margin-bottom: 30px!important;
}
h2{
	color: #000000;
	font-weight: bold;
	font-size: 18px!important;
	font-family: iransansBold;
        margin-bottom: 30px!important;
           margin-top: 30px!important;
}
h3{
	color: #000000;
	font-weight: bold;
	font-size: 16px!important;
	font-family: iransansBold;
        margin-bottom: 30px!important;
          margin-top: 30px!important;
}
h4{
	color: #000000;
	font-weight: bold;
	font-size: 14px!important;
	font-family: iransansBold;
        margin-bottom: 30px!important;
          margin-top: 30px!important;
}
section{
	margin-top: -10px;
	padding-top: 10px;
}
.subtitle{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding-right: 12px;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: iransansBold;
	font-weight: bold;
}
.subtitle:before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: #0066B3;
	border-radius: 50%;
}
section .subtitle:first-child{
	margin-top: 0;
}
.c-row{
	--bs-gutter-x: 0!important;
}
.c-container{
	display: block;
	margin: auto;
	width: 90%;
	/*padding-left: 100px;*/
}
.description{
	color: #616161;
	font-size: 16px;
	font-weight: 400;
	line-height: 30.96px;
	margin: 10px 0;
	white-space: pre-line;
}
.part-img{
	width: 100%;
	margin: 20px 0;
}
.part-img .img-description{
	font-size: 12px;
	color: #999999;
	margin-top: 4px;
}
.part-img img{
	object-fit: cover;
	width: 100%;
}
.color-box{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.color-box .color{
	display: inline-block;
	width: 100%;
	height: 190px;
	border-radius: 8px;
	border: 1px solid #E3E3E3;
	background: #FFFFFF;
}
.color-box .color.light-blue{
	background: #5087C7;
}
.color-box .color.white{
	background: #FFFFFF;
}
.color-box .color.blue{
	background: #0066B3;
}
.color-box .color.yellow{
	background: #FFC806;
}
.fixed-footer{
	    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 15px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1;
    z-index: 99999;
    padding-bottom: 0px;
}
.fixed-footer .social-box{
	display: inline-block;
	float: left;
}
.fixed-footer .social-box .social{
	display: inline-block;
	margin: 0 7px;
}
.fixed-footer .social-box .social:hover{
	opacity:.8;
}
.fixed-footer .logo{
	display: inline-block;
}
.fixed-footer .change-lang{
	border-right: 1px solid #0066B3;
	padding: 0 20px;
	display: inline-block;
	margin-right: 10px;
}
.fixed-footer .change-lang a{
	text-decoration: none;
	color: #0066B3;
	font-weight: bold;
	font-family: iransansBold;
}
.logo-box .single-logo{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    background: #e9e9e9;
}
.logo-box .single-logo:hover{

    background: #f3f3f3;
}
.logo-box .single-logo.white{
	background: #000000;
}
.logo-box .single-logo.white .c-btn{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.logo-box .single-logo .logo-description{
margin: 10px 0;
    color: #6c6c6c;
    font-size: 14px;
}
.logo-box .single-logo .c-btn{
	display: block;
	margin: unset;
	width: fit-content;
	margin: auto;
	padding: 3px 14px;
	border-radius: 16px;
	border: 1px solid #000000;
	text-decoration: none;
	color: #000000;
}
.logo-box .single-logo .c-btn-info{
	margin-top: 10px;
	display: block;
	color: #AEAEAE;
	direction: ltr;
}
.watermark-section{

}
.watermark-section .watermark-box{
}
.watermark-section .watermark-box .watermark{
	display: inline-block;
	width: 100%;
	height: 180px;
	border-radius: 4px;
	position: relative;
	border: 1px solid #E6E6E6;
}
.watermark-section .watermark-box .watermark.gray{
	background: #EBEBEB;
}
.watermark-section .watermark-box .watermark.dark{
	background: #414141;
}
.watermark-section .watermark-box .watermark.blue{
	background: #0066B3;
}

.watermark-section .watermark-box .watermark img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 1600px) {
	.color-box .color{
		height: 140px;
	}
}
@media screen and (max-width: 992px) {
	.right-menu{
		width: 40%;
		transform: translate(100%,0);
	}
}
@media screen and (max-width: 767px) {
	.right-menu{
		width: 60%;
		transform: translate(100%,0);
	}
}
@media screen and (max-width: 500px) {
	.right-menu{
		width: 100%;
		transform: translate(100%,0);
	}
	.fixed-footer{
		display: inline-block;
		text-align: center;
		    padding-top: 5px;
	}

	
	.fixed-footer .logo{
		display: none;
	}
	.fixed-footer .social-box{
	    margin-bottom: 5px;
    float: unset;
    margin-top: 5px;
	}
	section:last-child{
		margin-bottom: 160px;
	}
}
.typography-section img {
    margin-bottom:30px;
    margin-top:30px;
}

.linkout {
position: absolute;
    border: 72px;
    left: 0px;
    text-decoration: auto;
    background: #d7d7d7;
    padding: 15px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.form-signin {
max-width: 350px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
     background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 1px 0px 1px rgb(217 217 217);
    text-align: center;
    margin-top:0px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 8px;
    padding: 7px 9px;
        text-align: center;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}