@font-face {
    font-family: 'Sahel';
    src: url('../fonts/Sahel.eot');
    src: url('../fonts/Sahel.eot?#iefix') format('FontName-opentype'),
    url('../fonts/Sahel.woff') format('woff'),
    url('../fonts/Sahel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('FontName-opentype'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sahel-font{
    font-family: Sahel;
}

.vazir-font{
    font-family: Vazir;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #3fbbc0;
	padding: 0px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
    margin-right: 0px;
    margin-left: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	/* color: rgba(255,255,255,0.5); */
	color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color: #1652aa;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	right: 0px; 
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3fbbc0;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}
.dr-rtl{
	direction: rtl;
}
.blue{
	color: #1652aa;
}
.introduction-box{
	direction: rtl;
}


@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-nav{
		direction: rtl;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}

	.video-player{
		width:100%; 
		padding:50px 20px; 
		display:block; 
		margin-left:auto; 
		margin-right:auto;
	}
}


@media(max-width: 991px){
	#navbarSupportedContent ul li a{
		padding: 12px 30px;
		float: right;
	}
	.hori-selector{
		margin-top: 0px;
		margin-right: 10px;
		border-radius: 0;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		left: 0px;
	}
	.hori-selector .left{
		top: -25px;
		right: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: 0px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		right: -25px;
	}

	.video-player{
		width:95%; 
		padding:50px 20px; 
		display:block; 
		margin-left:auto; 
		margin-right:auto;
	}
}

.certificate-logo{
	display: block;
  	margin-left: auto;
	margin-right: auto;
	border-radius:150px; 
	width:40%;
}
.slider-img{
	/* display: block;
  	margin-left: auto;
	margin-right: auto;
	border-radius:20px; 
	border: solid 2px #eee; */
	width:100%;
	height: 200px;
}

.list-section{
	background-color:#3fbbc0; 
	text-align: justify; 
	color: #fff; 
	direction: rtl; 
	padding:30px; 
	font-weight: bold;  
	width:100%; 
	margin: unset;
}

.divider{
	text-align: center;
}

.divider hr {
	border:none;
	height: 20px;
	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #3fbbc0;
	box-shadow: 0 20px 20px -20px #3fbbc0;
	margin: -50px auto 10px; 
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    padding-right: 10px;
}

i {
    margin-right: 0px;
    margin-left: 10px;
}
