* {
    color: #202c5d;
    transition: all .5s linear;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
body {
    background: #f9f9f9;
}
/********Fonts************/
@font-face {
    src: url(fonts/Bahij_Yakout-Bold.ttf);
    font-family: Yakout-Bold;
}
.Yakout-Bold {
    font-family: Yakout-Bold;
}
@font-face {
    src: url(fonts/Bahij_Yakout-Regular.ttf);
    font-family: Yakout-Regular;
}
.Yakout-Regular {
    font-family: Yakout-Regular;
}
@font-face {
    src: url(fonts/Hacen_Beirut-Hd.ttf);
    font-family: Beirut-Hd;
}
.Beirut-Hd {
    font-family: Beirut-Hd;
}
@font-face {
    src: url(fonts/Hacen_Beirut-Md.ttf);
    font-family: Beirut-Md;
}
.Beirut-Md {
    font-family: Beirut-Md;
}
/**********Header**************/
.header-top-area {
    padding: 30px 0;
    background: darkgray;
}
header {
    background-color: #cfecf5;
    margin-bottom: 30px;
}
.logo {
    width: 200px;
}
.website-name {
    font-size: 65px;
    margin-bottom: 10px;
}
.tag-line {
    font-size: 40px;
}
.header-date {
    padding-top: 50px;
    background: #f9f9f9; 
    height: 272px;
    font-size: 35px;
    line-height: 70px;
    font-family: Yakout-Bold;
}

/**********Main*************/
#main {
    background: gray;
    padding: 40px 0 60px;
}
.main-name {
    background: #f9f9f9;
    color: #165bbb;
    font-size: 21px;
    padding: 10px 0;
    margin-bottom: 0;
}
.main-img-right-gray-side {
    background: #bbb;
    margin-left: -15px;
}
.main-img-right-gray-side p {
    transform: rotate(-90deg);
    font-size: 35px;
    width: 180px;
    margin-left: -62px;
    margin-top: 177px;
}
@media (min-width: 1200px) {
    .height-xl-372 {
        height: 416px;
    }
    .main-img {
        width: 100%; 
        height: 371px;
    }
}
#main video {
    width: 100%;
}
.marquee {
    font-size: 30px;
    background-color: #fff;
    padding: 10px 0 0;
}
.marquee-text {
    padding: 0 10px;
}
.marquee-heading {
    background: #3794bb;
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
}
.news2, .news3 {
    display: none;
}
/*********manager**************/
#manager {
    padding: 80px 0;
}
.certificate-container {
    background: url(media/Manager-certificate-bg.png) no-repeat;
    background-size: cover;
    padding: 40px 0 60px;
    margin: 0 60px;
}
.kalma-img {
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 30px;
    margin-bottom: 50px;
}
#manager p {
    font-size: 22px;
    color: black;
    padding: 0 0 0 40px;
}
.manager-card-container {
    width: 250px;
    margin-top: -186px;
}
.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px !important;
}
.card-header {
    background-color: #3dc3dc;
    border-bottom: none;
    padding: 40px 0 0;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
} 
.card-footer {
    background-color: #e9f3f3;
}
.card-img {
    width: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.certificate-bottom {
    width: 300px;
    margin-top: 80px;
}
.certificate-sign-img {
    width: 150px; 
    margin-top: -10px;
}

/**********former-leader************/
#former-leader {
    /*background: url(media/texture-background.jpeg) no-repeat;
    background-size: cover;*/
    background: lightgray;
    padding: 60px 0;
}
.session {
    font-size: 25px;
    padding: 10px 0;
}
.card-designation, .card-name {
    font-size: 20px;
    margin-top: -8px;
}

/**************Sections************/
#sections {
    padding: 100px 0;
}
#sections button {
    width: 100%;
    display: block;
    margin: 0px 0;
    color: #fff;
    background: #1270b2;
    border: none;
    cursor: pointer;
    font-size: 25px;
    padding: 15px 0;
    font-weight: 500;
    font-family: Yakout-Regular;
}
#sections button:hover {
    outline: 4px solid #bbb;
}
.sections {
    color: #fff;
    padding: 20px;
    display: none;
    height: 365px;
    overflow-y: auto;
}
.sections p {
    color: #fff;
    font-family: Yakout-Regular;
}
.section1 {
    display: block;
}
.sections::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}
.sections::-webkit-scrollbar-track {
    background: #3dc3dc;
    border-radius: 4px;
}
.sections::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #3794bb;
}

/***********diploma**************/
#diploma {
    padding: 60px 0;
    background: lightgray;
    /*background: url(media/texture-background.jpeg) no-repeat;
    background-size: cover;*/
}

/***********forms**************/
#forms {
    padding: 80px 0;
}
.form-download-btn a {
    display: block;
    width: 100%;
    background: #24a7e0;
    color: #fff;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 17px 10px;
}
.form-download-btn a:hover {
    text-decoration: none;
}
.form-download-btn img {
    width: 40px;
    margin-right: 20px;
    margin-top: -7px;
    float: right;
}
.iframe {
    display: block;
    width: 100%;
    height: 390px;
    overflow: hidden;
}
.download-app {
    display: block;
    width: 100%;
    background: #a2a1a1;
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
    padding: 17px 10px;
}
.download-app img {
    width: 40px;
    margin-right: 20px;
    float: right;
    margin-top: -7px;
}
.download-app:hover {
    text-decoration: none;
    color: #fff;
}

/******Logos***********/
#logos {
    padding: 40px 0;
    background: #000;
}

/*********contacts*********/
#contacts {
    padding: 60px 0 120px;
}
.base-tel-top {
    background: #838586; 
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.base-tel-codes {
    background: #dedfdf;
    color: #202c5d;
    padding: 71px 0;
    font-size: 20px;
    font-weight: bold;
}
.bg-3695bc {
    background: #3695bc;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.bg-other {
    background: #24a7e0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.fas.fa-user {
    color: #fff;
    font-size: 30px;
}

/**********footer***********/
footer {
    background: #93c841;
    padding: 60px 0 30px;
}
.wisdom-p {
    font-size: 30px;
}
.fas.fa-angle-up {
    color: #fff;
    font-size: 30px;
}
.wisdome-heading {
    font-size: 30px;
    margin-top: -122px;
}

/********************************/
        
.shadow{
    -moz-box-shadow: inset 0 2px 5px #cccccc;
    -webkit-box-shadow: inset 0 2px 5px #cccccc;
    box-shadow: inset 0 2px 5px #cccccc;   
}
.frame-card {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
#youm,#hijri,#miladi {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	color: #00796B;
	
}
.parent {
    display: table; 
    height: 30px; 
    width: 100%; 
    text-align: center; 
}           
.child {
    display: table-cell; 
    vertical-align: middle;
}   
input[type=text] {
	border:#cccccc 1px solid;
	padding: 10px 10px;
	margin-right: 10px;
	width: 94%;
    color:#555555;
    text-align: right;
}
input[type=button] {
	width: 94%;
	margin-right:  5px;
	border-radius:0;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: bold;
}