@font-face{
	font-family:'Dinar_med';
	src:url('../fonts/DinarMd/GE_Dinar_Two_Medium.woff') format('woff'),
		url('../fonts/DinarMd/GE_Dinar_Two_Medium.ttf') format('truetype');
	font-weight:normal;font-style:normal;
}

p, ul, ol {
    line-height: 2.2;
}

h3 {
    color: #0ea2bd;
    font-size: 1.5rem;
	font-weight: 500;
    margin-bottom: 30px;
}
.diploma-main h4 {
    color: #696464;
    font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
	background: url('../images/linkchain3.png') no-repeat 20px center /20px auto;
	padding-left: 50px;
}
.diploma-main .ara h4 {
	background: none;
}
.diploma-main h5 {
    color: #0ea2bd;
    font-size: 1rem;
	font-weight: 500;
}
.ara, 
.ara *
{
	font-family: 'Dinar_med', Tahoma, sans-serif !important;
    direction: rtl !important;
    line-height: 1.8 !important;
}

.ara .eng {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
}

.img-shadow {
    display: block;
    margin: 10px auto;
    box-shadow: 0px 0px 8px;
}

.dip-Banner {
    background-image: url('../images/dip-banner-m.jpg');
    margin-bottom: 0 !important;
}

.subtitle {
    font-size: 1.8rem !important;
    border-bottom: thin dashed #0ea2bd;
    padding-bottom: 16px;
    margin-right: 40px;

}
.summerMods h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 30px;
    background-color: #0ea2bd;
    padding: 10px 20px;
    border-radius: 10px;
}
.summerMods h3 {
    color: #0ea2bd;
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.summerMods li {
    margin-bottom: 10px;
}

i {
    margin-right: 10px;
}

.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.logo img{
	max-width: 40%;
}

.justify {
	text-align: justify;
}

.diploma-main h5 {
	padding-left: 40px;
}

.diploma-main ul {
	padding-left: 60px;
}

.diploma-main .ara h5 {
	padding-right: 40px;
	padding-left: 20px;
}

.diploma-main  .ara ul {
	padding-right: 60px;
	padding-left: 20px;
}


@media(min-width: 576px) {
    
 }
 @media(min-width: 768px) {
	 .logo {
		 justify-content: flex-end;
	 }
	.logo img{
		max-width: 25%;
	}
	.logo img:last-of-type{
		margin-left: 40px;
	}
     
 }

@media (min-width: 768px) {
    .dip-Banner {
        background-image: url('../images/dip-banner.jpg');
        margin-bottom: 0 !important;
    }
	
	.diploma-main h5 {
		padding-left: 60px;
	}

	.diploma-main ul {
		padding-left: 80px;
	}
}

 @media(min-width: 992px) {
     .summerTabs {
         max-width: 800px;
        margin-left: auto;
     }
     
     .card_about {
         height: 330px !important;
     }
	 .logo {
		 display: flex;
		 flex-wrap: wrap;
		 align-items: center;
}
.logo img{
	max-width: 100%;
}
}

 @media(min-width: 1200px) {
     .card_about {
          height: 250px !important;
     }
 }

 @media(min-width: 1400px) {
          .card_about {
          height: 300px !important;
     }

 }
