@font-face {
	font-family: 'cairo';
	src: url('../webfonts/Cairo/cairo.woff2') format('woff2'),
		 url('../webfonts/Cairo/cairo.ttf') format('truetype');
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../webfonts/BebasNeue/BebasNeue.woff2') format('woff2'),
		 url('../webfonts/BebasNeue/BebasNeue.ttf') format('truetype');
}

@font-face {
	font-family: 'DancingScript';
	src: url('../webfonts/DancingScript/DancingScript.woff2') format('woff2'),
	 	 url('../webfonts/DancingScript/DancingScript.woff') format('woff'),
		 url('../webfonts/DancingScript/DancingScript.ttf') format('truetype');
	}
@font-face {
	font-family:'Dinar_med';
	src:url('../webfonts/DinarMd/GE_Dinar_Two_Medium.woff') format('woff'),
		url('../webfonts/DinarMd/GE_Dinar_Two_Medium.ttf') format('truetype'),
		url('../webfonts/DinarMd/GE_Dinar_Two_Medium.svg') format('svg');
	    font-weight:normal; font-style:normal;
	}

@font-face {
	font-family:'ElMessiri';
	src:url('../webfonts/ElMessiri/ElMessiri.ttf') format('truetype');
	    font-weight:normal; font-style:normal;
	}
@font-face {
	font-family:'poppins';
	src:url('../webfonts/poppins/poppins.ttf') format('truetype');
	    font-weight:normal; font-style:normal;
	}

@font-face {
	font-family:'wassem';
	src:url('../webfonts/wassem/wassem.ttf') format('truetype');
	    font-weight:normal; font-style:normal;
	}

html {
  scroll-behavior: smooth;
}

body {
	padding-top:70px;
	background-color: #ffffff;
}
p {
	font-size: 17px;
	line-height: 2;
}
img {
	user-select: none;
}

.ara {
    font-family:'cairo' !important;
    direction: rtl !important;
    line-height: 1.8 !important;
}

.ara h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family:'cairo';
    color: #156cb9;
	font-weight: 600;
}

.ara h5 {
    font-size: 1.05rem;
    line-height: 2;
    color: #0082b4;
}
.ara .eng {
    font-family: 'Cambria', "Hoefler Text", "Liberation Serif", 'Times', "Times New Roman", "serif";
}

.ara p,
.ara li {
    text-align: justify !important;
}

.ara input[type="date"],
.ara input[id="nid"],
.ara input[id="email"],
.ara input[id="gradYear"],
.ara input[id="mobile"] {
     direction: ltr !important;
     font-family: 'Cambria', "Hoefler Text", "Liberation Serif", 'Times', "Times New Roman", "serif";
}
.org {
	border-top: 2px solid #c8daef;
	padding-top: 50px;
}
.font-sig{
	font-family:'wassem' !important;
	font-size: 1.5rem;
}

.main-eng {
	font-size: 2rem !important;
    font-family:'cairo' !important;
	letter-spacing: 1px;
	
}
.ara .slogan {
	font-size: 0.9rem !important;
	color: #00345b !important;
	text-align: center !important;	
}
.engNum,
.counter-value {
	font-family: 'BebasNeue' !important;
}

.engNumLight{
	font-family: 'BebasNeue' !important;
	font-weight: 100;
}

.custBtn {
	text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 80px 18px;
    margin-top: 50px;
    margin-bottom: -65px;
    border-radius: 10px 90px;
    font-family: 'cairo';
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s all ease;
    color: #fff;
    background-color: #7472b4;
}

.custBtn:hover {

    background-color: #ffa500;
}

.frame {
	border-color: #93beff;
    border-width: 5px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-radius: 75px 20px 75px 20px;
    padding: 40px 20px;
}

h4.success {
	background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45px auto;
    padding-right: 50px;
    line-height: 1.9;
	color: #1b9f14 !important;
}

h4.fail {
	background-image: url("../images/wrong.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45px auto;
    padding-right: 50px;
    line-height: 1.9;
	color: #d90000 !important;
}


#sec-nav,
#logos{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff  !important;
	padding: 15px 0;
}
	#logos>div>div {
		height: 45px;
	}

	#logos>div>div>div {

	}

	#logos img{
		max-height: 45px;
	}


#sec-nav img{
    display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 80px !important;
	max-width: 100%;
}

#sec-0 {
	height: 450px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
	background-image: url("../images/banner-m.jpg");
}

#sec-1 {
	margin-top: -30px;
	position: relative; 
	z-index: 900;
/*	background: url('../images/sec-01-bg.png') no-repeat top right -60px/contain;
*/	
	background: url('../images/sec-01-bg.png') no-repeat top right -100px/contain;
	padding: 10px 0 30px;
}

#sec-1 .container {
	padding-bottom: 50px;
}

#sec-2 {
	background-color: #fbfbfd;
	margin-top: -70px;
	padding: 50px 0 40px;
	
}

#sec-2 ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin-right: 30px;

}

#sec-2 li {
	/*box-shadow: 0px 0px 13px -7px #667ae2 !important;*/
	box-shadow: 0px 8px 8px -11px #667ae2, 0px -8px 8px -11px #667ae2 !important;
	margin-bottom: 1px;
	padding: 15px 85px 15px 25px ;
	/*border-radius: 60px;*/
	background: url('../images/bullet2.png') no-repeat  center right 40px/30px auto ;
}

#sec-3 {
	padding: 40px 0;
}

#sec-3 .divB,
#sec-3 .divC,
#sec-3 .divD {
    border-radius: 10px 10px 35px 35px !important;
	padding: 10px 20px;
}

#sec-3 .divB h4,
#sec-3 .divC h4,
#sec-3 .divD h4 {
	font-size: 18px;
	margin-bottom: 2px;
}

#sec-3 .divB>div,
#sec-3 .divC>div,
#sec-3 .divD>div {
	text-align: left;
}

#sec-3 .divB a,
#sec-3 .divC a,
#sec-3 .divD a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 2px 25px;
	margin: 20px 0 10px;
	border-radius: 5px 25px;
}

#sec-3 .divB p:first-of-type,
#sec-3 .divC p:first-of-type,
#sec-3 .divD p:first-of-type {
	font-size: 14px;
    color: #717477;
    border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}


#sec-3 .divB {
    border-right: 7px solid #5353c6;
	background-color: #f6f6ff;
}
#sec-3 .divB h4{
	color: #5353c6 ;
}

#sec-3 .divB>div a{
	background-color: #5353c6;
	transition: .2s all ease;  
}


/*
#sec-3 .divB>div a:hover{
	background-color: #fff;
	color: #ff4500;
}
*/

#sec-3 .divC {
    border-right: 7px solid #418af0;
	background-color: #f6f6ff;
}

#sec-3 .divC h4{
	color: #418af0 ;
}
#sec-3 .divC>div a{
	background-color: #418af0;
	color: #fff;
	transition: 0.3s all ease;
}
#sec-3 .divC>div a:hover{
	background-color: #ff4500;

}

#sec-3 .divB>div a{
	background-color: #d4c4c4;
	color: #f4eaea;
}


#sec-3 .divD {
    border-right: 7px solid #9c6ccf;
	background-color: #f6f6ff;
}

#sec-3 .divD h4{
	color: #9c6ccf ;
}

#sec-3 .divD>div a{
	background-color: #d4c4c4;
	color: #f4eaea;
}



#sec-4 {
	background-color: #fbfbfd;
	padding: 80px 0 60px;
}

#sec-4 article{
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 5px 0px #7c7c7a !important;
	padding: 30px;
	margin-bottom: 40px;
}
#sec-4 .art-bg,
#sec-reg .art-bg
{
	display: block;
	width: 70px;
	margin-right: auto;
	margin-top: -50px;
}

#sec-4 article figure {
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 0 0 12px 12px;
	margin: 60px -30px -30px;
}

#sec-4 figcaption p {
	margin-bottom: 8px !important;
	line-height: 1 !important;
	text-align: right !important;
}
#sec-4 figcaption p:last-of-type {
	line-height: 1.5 !important;
}

#sec-4 figure img{
	max-width: 150px;
	border-radius: 50%;
	margin-left: 20px;
	margin-top: -60px;
	border: 10px solid #fff;
	outline: thin solid #fff5f5 !important;
}


#sec-5 {
	background-color: #f6f6fe;
	padding: 100px 0 70px;
}
#sec-5 article {
	width: 100%;
	margin-bottom: 40px;
}
#sec-5 article>div{
	width: 100%;
}

#sec-5 .totals sup {
	vertical-align: -20px;
	font-size: 30px !important;
	display: inline-block;
	font-weight: bold;
	margin-left: 6px;
}



#sec-5 .totals{
	background: #e7e7fb;
	background: linear-gradient(#fafafd, #e7e7fb);
	background: radial-gradient(white, #dee3f9);
	border-radius: 50%;
	width: 250px;
	height: 250px;
	margin:-15PX auto 0;
	display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
	color: #5352c7;
}

#sec-5 .p1{
	text-align: center !important;
	font-family: 'cairo' !important;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
    margin: 0 0 16px;
	width: 100%;
	margin-right: -4px;

}


#sec-5 article .counter-value{
	font-family: 'BebasNeue'  !important;
	text-align: center !important;
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
    margin-bottom: 2px;

}

#sec-5 .imgB{
	max-height: 300px;
    margin: -140px auto 0;
    display: block;
}


#sec-5 .year{
	font-family: 'BebasNeue' !important;
	text-align: center;
	font-size: 60px !important;
	color: #434a74;
}






#sec-6 {
	padding: 70px 0 20px;
	background-color: #423b80;
}

#sec-6 article{
	border-radius: 12px;
	background-color: #fff;
	padding-bottom: 15px;
	margin-bottom: 60px;
	box-shadow: 0 0 5px 0px #7c7c7a !important;
}

#sec-6 article figure {
	display: flex; align-items: center;
}

#sec-6 article figure figcaption {
	font-size: 1.05rem;
    line-height: 2;
    color: #0082b4;
}

#sec-6 article img{
	max-width: 90px;
	margin-top: -30px;
	margin-right: 15px;
	margin-left: 20px;
	border: 5px solid #fff;
    outline: thin solid #ccc !important;
	border-radius: 50%;
	background-color: #fff;
}
#sec-6 article p{
	margin: 20px;
	text-align: center !important;
}
#sec-7 {
	background-color: #f6f6fe;
	padding: 60px 0 20px;
}
#sec-7 img {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	border-radius: 12px;
	box-shadow: 0 0 5px 0px #7c7c7a !important;
}

#sec-8 {
	background-color: #f6f6fe;
	padding: 60px 0;
}

#sec-8 p:nth-of-type(1){
	font-size: 10rem;
	font-weight: bold;
	text-align: center !important;
	margin-bottom: 0 !important;
	line-height: 1;
}
#sec-8 p:nth-of-type(2){
	font-size: 1.3rem;
	text-align: center !important;
	margin-bottom: 70px !important;
	
}

#sec-8 img{
	max-width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 0 5px 0px #7c7c7a !important;
}

#partners {
	padding: 30px 0;
}



#partners .logo {
	/* border:2px solid #f2f2f2; */
	border-radius: 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 0;
	 /* background-color: #fff; */
}
#partners .logo img {
	max-height: 70px;
}
#partners .imgsRows {
	background: #f6f6fe;
    padding: 10px 0 0;
    border-radius: 17px;
	margin-bottom: 10px;
}

#partners .imgsRows h4 {
	text-align: center;
}

#partners .headlines {
	background-color: #fff;
    padding: 10px 0 15px;
    border-radius: 156px;
    margin: -35px 47px 0;
    border: 3px solid #f6f6fe;
}

#partners .logosblock {
	margin-top: 50px;
    border-radius: 50px;
}


@media(min-width: 576px) {
}
	
@media(min-width: 768px) {
	#logos>div>div {
		height: 65px;
	}

	#logos img{
		max-height: 65px;
	}

	#sec-0 {
		    height: 315px;
		background-image: url("../images/banner-t.jpg");
	}	
	#sec-1 {
		background: url('../images/sec-01-bg.png') no-repeat top right -30px/contain;
	}
	#sec-5 .aniNumbers>div {
		display: flex;
		justify-content: space-between;
	}
	
	
	#sec-8 .container {
		display: flex;
		flex-wrap: wrap;
	}
	#sec-8 .container p:nth-of-type(1){
		width: 30%;
		order: 2;
		font-size: 5rem !important;
	}
	#sec-8 .container p:nth-of-type(2){
		width: 70%;
		order: 3;
	}
	#sec-8 .container img{
		width: 100%;
		order: 1;
	}
	
	#partners .imgsRows h4 {
		text-align: center;
		line-height: 1.5;
		font-size: 22px;
		margin-top: -7px;
	}
	
	#partners .imgsRows h4 span {
		display: block;
	}
	
	#partners .headlines {
        background-color: #fff;
        padding: 10px 20px 15px;
        border-radius: 2px 50px 50px 2px;
        margin: 0 -14px 3px 0;
        border: 3px solid #f6f6fe;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}

	#partners .logosblock {
		margin-top: 0;
		border-radius: 50px;
	}
	

}

@media(min-width: 992px) {
	
	#sec-nav a.nav-link {
		display: block;
		padding: 4px 15px;
		text-decoration: none;
		color: #006695;
		font-size: 0.9rem;
		text-transform: uppercase;
		position:relative;
		z-index: 1;
	}
	
	#sec-nav a.nav-link,
	#sec-nav a.nav-link:after,
	#sec-nav a.nav-link:before {
		transition: all .5s;
		border-radius: 3px !important;
	}
	
	#sec-nav a.nav-link:hover {
		color: #fff;
	}
	#sec-nav a.nav-link:after {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 1px;
		content: '.';
		color: transparent;
		background: #33d2f2;
		background: #337ab7;
		visibility: none;
		opacity: 0;
		z-index: -1;
	}
	
	#sec-nav a.nav-link:hover:after {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}
	
	#sec-nav a.nav-link.disabled {
		color: #c0c0c0 !important;
	}
	
	#sec-0 {
		background-image: url("../images/banner.jpg");
	}

	#sec-1 .container {
		padding-bottom: 50px !important;
		min-height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#sec-3 {
		padding: 60px;
	}
	
	#sec-3 .divB,
	#sec-3 .divC,
	#sec-3 .divD
	{

		margin-bottom: 0;
	}

	
	#sec-3 .container .div1{
		margin-left: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#sec-3 .container .div2{
		background-color: #f2f2f2;
		min-width: 100px;
		transform: skew(-34deg, 0deg);
	}
	#sec-3 .container .div3{
		padding: 40px 0;
	}
	#sec-3 .container .div3 ul {
		line-height: 2.5;
	}
	#sec-3 .container .div3 ul li:nth-of-type(1){
		margin-right: 5px;
	}
	#sec-3 .container .div3 ul li:nth-of-type(2){
		margin-right: 30px;
	}
	#sec-3 .container .div3 ul li:nth-of-type(3){
		margin-right: 55px;
	}
	#sec-3 .container .div3 ul li:nth-of-type(4){
		margin-right: 80px;
	}
	#sec-3 .container .div3 ul li:nth-of-type(5){
		margin-right: 105px;
	}
	#sec-3 .container .div3 ul li:nth-of-type(6){
		margin-right: 130px;
	}
	#sec-3 .container .div3 ul li:nth-of-type(7){
		margin-right: 155px;
	}
	#sec-4 .container {
		display: flex; justify-content: space-between; flex-wrap: wrap;
	}
	#sec-4 .container .article1{
		width: 60%;
	}
	#sec-4 .container .article2{
		width: 38%;
		order: -1;
		display: flex;
		justify-content: center; align-items: center;
	}
	#sec-4 .container .article3{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#sec-4 .container .article3 figure img{
		margin-right: -70px;
		margin-top: -220px;
	}
	#sec-4 .container .article3 h5, 
	#sec-4 .container .article3 p 
	{
		margin-right: 120px;
	}
	#sec-4 .container .article3 {
		padding-bottom: 40px;
	}
	#sec-4 .container .article3 figure{
		margin: 0;
		padding: 0;
		background-color: transparent;
	}
	#sec-4 .container .article3 figcaption p 
	{
		margin: 0;
		padding: 0;
		margin-right: 25px;
	}
	
	#sec-6 .container{
		display: flex;
		justify-content: space-between;
	}

	#sec-6 .container article{
		width: 48%;
	}
	#sec-7 .container{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#sec-7 img {
		max-width: 49%;
	}

	#sec-7 img:nth-of-type(2),
	#sec-7 img:nth-of-type(4),
	#sec-7 img:nth-of-type(6){
		margin-right: auto;
	}
	



}
    
@media(min-width: 1200px) {
	#sec-nav .logos img{
		height: 55px;
	} 
	#sec-4 .container .article3 figure img{
		margin-top: -160px;
	}
	#sec-5 article {
		padding-bottom: 0;
	}

	#sec-7 .container{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec-7 img {
		max-width: 32%;
	}

	#sec-7 img:nth-of-type(2),
	#sec-7 img:nth-of-type(5)
	{
		margin-right: 2%;
		margin-left: 2%;
	}
	
	#sec-7 img:nth-of-type(6){
		margin-right: 0;
	}
	
	#sec-8 .container {
		flex-wrap: nowrap;
		align-items: center;
	}
	#sec-8 .container p:nth-of-type(1){
		width: 20%;
		order: 1;
		font-size: 5rem !important;
	}
	#sec-8 .container p:nth-of-type(2){
		width: 30%;
		order: 2;
		margin-bottom: 0 !important;
		text-align: justify !important;
		padding: 0 10px 0 40px;
	}
	#sec-8 .container img{
		width: 50%;
		order: 3;
	}	


}

@media(min-width: 1400px) {
    #sec-0 {
        height: 460px;
        background-size: cover !important;
    } 
}