﻿@font-face {
  font-family: 'Droid-Arabic-Kufi';
  font-style: normal;
  font-weight: 400;
  src: url();
  src: url(/CustomCode/fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(/CustomCode/fonts/DroidKufi-Regular.woff2) format('x-woff2'),
       url(/CustomCode/fonts/DroidKufi-Regular.woff) format('woff'),
       url(/CustomCode/fonts/DroidKufi-Regular.ttf) format('truetype');
      
}

body{
				margin:0;
				padding:0;
				background-color:#E1E1E1;
				font-family: 'Droid-Arabic-Kufi'!important;
				font-size: 11pt;
				direction: rtl;
				overflow-y:scroll
}
.BodyTopBG{
	background-image: url('../Images/Depositphotos003.jpg') !important;
	background-position:bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	margin-bottom:40px;

	
}
.col-sm-4.EduLink {
    margin-bottom: 13px;
}
.EduLink a {
    padding: 30px 0;
    text-decoration: none;
    font-family: 'Droid-Arabic-Kufi'!important;
    height: 85px;
}

.TextDepartmantMain h2 {
    color: #fff;
    margin-top: 100px;
    font-size: 57px;
    text-align: center;
}
.containerHed {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer{

	background-image: url('../Images/Depositphotos003.jpg') !important;
	background-position:bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	text-align:center;
	font-size:25px;
	color:#fff;


}
.EduLink {
    direction: rtl;
    float: right;
}
@media (max-width: 1024px){
.TextDepartmantMain h2{
	margin-top:20px!important;
}

}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	float:right!important;
}	
.DepartmantMain li{
	list-style:none;
}
.DepartmantNameList a {
    background: rgb(81, 81, 81);
    color: #ddd;
    padding: 35px;
    width: 100%;
    display: inherit;
    text-align: center;
    margin-bottom: 17px;
    transition: background 0.5s ease-in-out;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.DepartmantNameList a:hover{
display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #16BECF;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    }
.DepartmantNameList a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.LogoDepartmantMain {
    text-align: center;
    margin-top:30px;
}
.TextDepartmantMain {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #4B6679;
}
.NavLine {
    background: #1CB1A2;
    height: 30px;
    margin: 20px 0;
}
.NavLineTop {
    background: #515151;
    height: 30px;
    margin: 0;
}
footer {
    background: #515151;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-top:6px solid #1CB1A2;
    clear: both;
    margin-top:30px;
}
@media (min-width: 768px){
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	    float: right;
	}
}


