﻿@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url(../fonts/DINNextLTArabic-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "DIN Next LT Arabic";
    src: url(../fonts/DINNextLTArabic-Regular.ttf);
    src: local("âک؛"), url(../fonts/DINNextLTArabic-Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "DIN Next LT Arabic";
    src: url(../fonts/DINNextLTArabic-Medium.ttf);
    src: local("âک؛"), url(../fonts/DINNextLTArabic-Medium.ttf) format("truetype");
    font-weight: 500;
}
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    outline: 0;
    transition: all 0s ease-in-out;
    transition-property: all;
    transition-timing-function: ease;
    -webkit-transition: all 0s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
}
body,
h1,
h2,
h3,
h4,
html {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "DIN Next LT Arabic";
    color:#333;
}
a {
    text-decoration: none;
    color: inherit;
}
a img {
    border-style: none;
}
button,
input,
select {
    outline: 0;
}
b,
h1,
h2,
h3,
p,
span,
strong {
    font-family: "DIN Next LT Arabic" !important;
}
strong{
    font-weight: 500;
}
a {
    color: inherit;
    font-style: normal;
    text-decoration: none;
}
.container {
    margin-top: 116px;
}
body.ext{
    background-color: #f3f2f269;
}
.header {
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;

}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 116px;
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
}
.minified header #logo-big{
    display: none;
}
.minified header #logo-small{
    top: 14px
}
.minified header .header-menus{
    top: 0;
}
header nav{
    flex-grow: 1;
}
.logo-section {
    display: block;
    width: 190px;
    height: 115px;
    overflow: hidden;
    position: relative;
    top: -40px;
}
.logo-section #logo-big {
    background-image: url(../images/logo.svg);
    display: block;
    height: 100px;
    width: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    margin: 10px 0 0 0;
    opacity: 1;
    transition: all 0.5s;
}
.logo-section #logo-small {
    display: block;
    height: 44px;
    width: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 200px;
    opacity: 1;
    transition: all 0.5s;
}
.ext .logo-section #logo-small{
    height: 60px;
    width: 190px;
}
.main-menu {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    min-width: 710px;
    position: relative;
    transition: all 0.3s linear;
}
.main-menu > li {
    display: inline;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    text-transform: capitalize;
}
.main-menu > li > a {
    display: block;
    padding: 5px 10px 10px 10px;
    font-size: 18px;
}
.main-menu > li > a > i {
    display: none;
}
.main-menu li ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 100%;
    background-color: #fbfbfb;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 7px 37px -12px rgba(0, 0, 0, 0.9);
    width: max-content;
    border-radius: 3px;
    max-width: 600px;
}
.main-menu li ul li {
    position: relative;
    transition: all 0.25s ease;

}
.main-menu li > ul > li > ul > li > ul,
.main-menu > li > ul > li > ul {
    width: 285px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 17px;
    position: absolute;
    background-color: #ececec;
    z-index: 99999;
    top: 14px !important;
    opacity: 0;
    box-shadow: 0 7px 37px -12px rgba(0, 0, 0, 0.9);
}
.main-menu ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.25s ease;
}
.main-menu ul i {
    position: absolute;
    top: 14px;
}
.main-menu li:hover {
    background-color: #ececec;
    border-radius: 3px;
    transition: 0.25s;
}
.main-menu ul li a:hover {
    background-color: #ffd140;
    transition: 0.25s;
}
.main-menu > li:hover > ul,
.main-menu > li > ul > li:hover > ul,
.main-menu > li > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    top: 44px;
    border-radius: 3px;
}
.main-menu ul li:first-child:hover a {
    border-radius: 3px 3px 0 0;
}
.main-menu ul li:last-child:hover a {
    border-radius: 0 0 3px 3px;
}
.main-menu .dbl-col{
    width: 550px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.main-menu .dbl-col li{
    break-inside: avoid-column;
}
.lang{
    background: none !important;
}
.header-menus{
    min-width: 42%;
    position: absolute;
    top: 0;
    transition: all 0.25s ease;
    border-radius: 0 0 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
.top_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 36px;
}
.top_list li {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.top_list li a{
    padding: 5px;
    transition: 0.25s;
    border-radius: 3px;
}
.top_list a i{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    background: #ffffff4a;
    position: relative;
    top: -1px;
}
.top_list li:after {
    content: "|";
    margin: 0 5px;
    cursor: auto;
}
.top_list li:last-child:after {
    content: "";
}
.social-icon a:hover{
    background: rgb(0 0 0 / 8%);
}
.ext .search_icon{
    background: #ffffff61 !important;
    padding: 5px;
}
.social-icon {
    line-height: 38px;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}
.social-icon li {
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
}
.social-icon a {
    padding: 2px 5px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    width: 16px;
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.social-icon li form[name="search"] input[type="search"] {
    font-family: "DIN Next LT Arabic";
    color: #000;
    border-style: none;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #eaeaea;
    padding: 3px 0;
    margin: auto 2px;
    font-size: 14px;
}
.social-icon form[name="search"] button[type="submit"] {
    border-style: none;
    background-size: 50% 50%;
    background-position: center center;
    height: 28px;
    width: 28px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
}
.search-form {
    position: absolute;
    bottom: 0;
}
.no-results{
    font-weight: 600;
    text-align: center;
    background-image: url(../images/results.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 100px;
}
input.search_word {
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #e3e0e0;
    width: 190px;
    font-family: "DIN Next LT Arabic";
}
.sticky,.minified header{
    margin: 0 auto;
    z-index: 100000000;
    height: 68px !important;
}
.sticky .header,.minified .header {
    height: 100%;
    padding-top: 0;
}

.sticky .logo-section,.minified .logo-section {
    height: 100%;
    top: 0;
}
.sticky .logo-section #logo-small {
    top: 14px;
}
.ext .sticky .logo-section #logo-small{
    top: 7px;
}
.sticky .logo-section #logo-big {
    top: -200px;
}
.sticky .top_list {
    top: -40px;
    transition: all 0.2s linear;
}
.sticky nav {
    height: 50px;
}
.parallax-window {
    height: 400px;
    background: 0 0;
}
.parallax-mirror {
    direction: ltr;
}
.minified .container{
    margin-top: 0;
}
.minified .search_icon{
    display: none;
}
article {
    max-width: 1200px;
    margin: -160px auto 80px;
    box-shadow:0px 0px 15px 0px rgb(0 0 0 / 25%);
    position: relative;
}
.ext article{
    margin: 50px auto 80px;
    background-color: #fff;
}
article.grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 0.8fr;
    border-radius: 3px;
    padding-bottom: 40px;
}
article.full_grid .dr-collage {
    display: none;
}
.full_grid .news-holder {
    max-width: 100% !important;
}
.head-main {
    grid-column: 1/4;
    min-height: 161px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    margin: 0 auto;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.ext .head-main{
    min-height: unset;
    padding-bottom: 15px;
}
.head-main > h1 {
    margin: 0 8px;
    width: 75%;
    font-weight: 500;
}
.head-main > h5 {
    font-weight: 400;
}
.breadcrumbs {
    width: 75%;
    padding: 0 8px;
    margin: 22px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.breadcrumbs a {
    transition: all 0.3s ease;
}
.breadcrumbs li::after {
    content: "/";
    margin: 0 5px;
}
.breadcrumbs li:last-child::after {
    content: "";
}
.head-main .ui-icon {
    position: relative;
}
.head-main .ui-icon .reading-icon {
    display: flex;
    width: 140px;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.head-main .ui-icon .reading-icon i {
    border-radius: 50%;
    transition: 0.3s ease;
    padding: 10px;
    margin: 5px;
    width: 15px;
    background: rgb(0 0 0 / 10%);
    cursor: pointer;
    height: 15px;
    text-align: center;
    font-size: 14px;
    color: #444;
}
.main-section .share-icon {
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 100px;
    margin: 0;
    list-style: none;
    transition: 0.5s;
    z-index: 9;
}
.main-section .share-icon li a {
    display: block;
    color: #fff;
    line-height: 35px;
    text-align: center;
}
.main-section .share-icon li {
    transition: 0.25s;
    width: 35px;
    height: 35px;
}
.main-section .share-icon li:nth-child(1) a {
    background: #3b5999;
}
.main-section .share-icon li:nth-child(2) a {
    background: #55acee;
}
.main-section .share-icon li:nth-child(3) a {
    background: #dd4b39;
    border-bottom-right-radius: 3px;
}
.update-date {
    position: absolute;
    bottom: 50px;
    font-size: 14px;
}
.home-page {
    margin: 15px 40px 0;
    background-color: #fff;
}
.home-page .news_card:empty{
    min-height: 450px;
    background-repeat: no-repeat;
    background-image: 
        linear-gradient( 150deg , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0) 80% ),
        linear-gradient(#ccc 100px, transparent 0),
        linear-gradient(#eee 100%, transparent 0),
        linear-gradient(#ccc 100px, transparent 0),
        linear-gradient(#eee 100%, transparent 0),
        linear-gradient(#ccc 100px, transparent 0),
        linear-gradient(#eee 100%, transparent 0),
        linear-gradient(#ccc 100px, transparent 0),
        linear-gradient(#eee 100%, transparent 0);
    background-position: 
        -250% 0,
        right 15px,
        0 20px,
        right 130px,
        0 140px,
        right 250px,
        0 260px,
        right 370px,
        0 380px;
    background-size:
        80px 600px,   
        100px 20px,
        100% 70px,
        100px 20px,
        100% 70px,
        100px 20px,
        100% 70px,
        100px 20px,
        100% 70px;
        animation: loading 1.5s infinite;
}

@keyframes loading {
    to {
        background-position:
        200% 0,         
        right 15px,
        0 20px,
        right 130px,
        0 140px,
        right 250px,
        0 260px,
        right 370px,
        0 380px;
    }
  }
.home-page .news_card .image {
    display: none;
}
.news_card {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-content: space-between;
    justify-content: space-between;
    min-width: 250px;
}
.news_card.news-headlines{
    min-height: 447px;
}
.news_card li {
    position: relative;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 32px;
    width: 100%;
}
.news_card li:last-child {
    margin-bottom: 0;
}
.news_card li a {
    display: inline-flex;
    width: 100%;
}
.news_card li b {
    width: 100px;
    height: 22px;
    position: absolute;
    top: -12px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
}

.news_card:not(.owl-carousel) li .title {
    position: relative;
    padding: 10px;
    background-color: #eee;
    border-bottom: 3px solid #b2b2b2;
    display: inline-block;
    min-height: 50px;
    border-radius: 3px;
    transition: 0.3s ease;
    width: 100%;
}
.news_card li:hover {
    background-color: #fbfbfb;
}
.owl-carousel.news_card li a {
    display: block;
}
.news_card:not(.owl-carousel) .image {
    background-position: center center;
    background-size: cover;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    background-repeat: no-repeat;
    /* display: block; */
}
.sub_arts .news_card {
    height: auto;
}
.sub_arts .news_card li {
    width: 49%;
}
.sub_arts .news_card li .title {
    width: 80%;
}
.sub_arts .news_card .title p {
    margin: 0;
}
footer .news_card {
    display: inline;
}
footer .news_card li {
    padding: 5px 3px 0 5px;
    margin-top: 5px;
}
footer .news_card li a {
    display: inline-flex !important;
}
footer .news_card li div {
    display: inline-flex;
}
footer .news_card li .image {
    width: 60px !important;
    height: 60px !important;
    flex-shrink: 0;
}
footer .news_card li b {
    display: block;
    font-size: 12px;
    font-weight: 200;
    position: relative;
    bottom: -3px;
    color: #bbb;
    top: auto;
    background-color: unset;
}
footer .news_card li .title {
    background-color: unset !important;
    border-bottom: unset !important;
    padding: 0 !important;
    font-size: 14px;
    text-align: justify;
    color: #ddd;
    width: 320px !important;
    min-width: unset;
    margin: 0;
}
footer .news_card li p {
    margin: 0;
}
footer .news_card li:hover {
    background-color: #595959;
    border-radius: 3px;
}
footer .news_card li title:hover {
    border-bottom: unset;
}
.show {
    transform: scale(1) !important;
    opacity: 1 !important;
}
.hide {
    transform: scale(0);
    opacity: 0;
}
.image-container {
    display: block;
    height: 455px;
    max-height: 455px;
    margin-top: 40px;
    margin-bottom: auto;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.5s;
}
.image-container:empty{
    background: #fff;
}
.image-container.expand-area{
    grid-column: span 2;
}
.dr-collage {
    position: absolute;
    width: 260px;
    height: 616px;
    margin: 0 auto !important;
    padding: 0;
    top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.dr {
    border-radius: 3px;
    width: 260px;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.dr a{
    position: relative;
    z-index: 10;
}
.dr::before{
    content: '';
    width:100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    background-image: url('../images/card-bg.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 0;
    transition: all 0.5s ease;
}
.dr:hover:before{
    transform: scale(1.2) rotate(-4deg);
}
#dr-photo {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 190px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.dr-details {
    font-size: 16px;
    padding: 20px 10px;
    word-break: break-word;
    position: relative;
}
.dr-details div p {
    margin: 0;
}
.dr-details > a > p:first-child,
.dr-details > p:first-child {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}
.dr-details > a > p:nth-child(2),
.dr-details > p:nth-child(2) {
    margin-top: 10px;
}
.dr-details hr {
    border-width: 1px;
    border-style: none none solid none;
}
.details {
    width: 100% !important;
    padding: 10px 0;
    margin: 0;
    list-style: none;
}
.details li {
    padding: 6px 0;
}
.text img, .shadow-img{
    display:inline-block !important;
}
.fancybox-content img{
    max-width:100% !important;
}
.fancybox-slide--html{
    overflow: hidden;
}
.dr-collage .text {
    height: auto;
    min-height: 120px;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    text-align: justify;
    align-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
    text-align: center;
    border-radius: 3px;
}
.dr-collage .text p{
    display: flex;
    align-items: center;
    background-color: #eee;
    height: 100%;
    border-radius: 3px;
}
.dr-collage .text:before,.dr-collage .text:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: -100;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.dr-collage .text:hover::before,.dr-collage .text:hover::after{
    border-width: 50px !important;
}
.main-section {
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 40px;
}
aside {
    position: relative;
    flex-shrink: 0;
    min-height: 100%;
    align-self: stretch;
    margin-top: -160px;
    margin-bottom: 40px;
}
.dr-cv {
    width: 260px;
    position: sticky;
    top: 80px;
}
.dr-cv:empty {
    display: none !important;
}
.dr-cv:empty aside {
    width: 0;
}
.side-menu {
    border-radius: 3px;
}
.side-menu {
    background-color:#eee;
    color: #000;
}
.side-menu > ul {
    padding: 0;
    margin: 0;
}
.side-menu > ul > li {
    list-style-type: none;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #a9a9a9;
    transition: all 0.3s ease;
}
.side-menu > ul > li > a {
    padding: 10px;
    display: block;
}
.side-menu > ul > li:hover {
    background-color: #e9ebea;
    color: #000;
}
.side-menu > ul > li > a > i {
    position: absolute;
    top: 10px;
    font-size: 16px;
}
.side-menu > ul > li > ul {
    border-bottom: none;
    width: 100% !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.side-menu > ul > li > ul > li {
    background-color: #ececec;
    color: #000;
}

.side-menu > ul > li > ul > li > a {
    width: 100%;
    display: block;
}
.side-menu > ul > li > ul > li:hover {
    background-color: #979797;
    color: #fff;
}
#father {
    padding: 0;
    margin: 0;
}
#father > li {
    list-style-type: none;
    line-height: 40px;
    cursor: pointer;
    width: 260px;
    position: relative;
    font-size: 18px;
}
#father > li:hover {
    background-color: #e9ebea;
    color: #000;
}
#father > li > a {
    display: block;
    padding: 0 10px;
}
#father > li > a > i {
    position: absolute;
    top: 10px;
    font-size: 16px;
}
#son {
    display: none;
    width: 100% !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#son > li {
    background-color: #ececec;
    color: #000;
}
#son > li:hover {
    background-color: #979797;
    color: #fff;
    transition: 0.25s;
}
.cv-data {
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.side-menu ul li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.side-menu ul li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/* attatchment file on expandable */
.attachments .files {
    color: inherit;
    font-style: normal;
    text-decoration: none;
    background: #e4e4e4;;
    padding: 5px 10px 10px;
    border-radius: 3px;
    position: relative;
    top: 2px;
    font-size: 16px;
    transition: all .3s ease;
}
.attachments .files i {
    padding-left: 10px;
}
.attachments .files:hover {
    background: #c86068;
    color: #fff;
}

/* attatchment file on an aside */
.attachment1 {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 50px;
    height: 100%;
    border-radius: 3px;
    z-index: 1;
    color: #000;
    margin: 20px 0 0 0;
}
.attachment1 span {
    overflow: hidden;
    display: block;
    flex-shrink: 0;
}
.attachment1 a {
    font-size: 14px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 8px;
}
.attachment1 .btn {
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 3px;
    transition: 0.3s;
    font-size: 15px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto 10px;
}
.btn::before {
    opacity: 0.5;
}
.btn::after,
.btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -115%;
    transition: 0.3s;
    z-index: -1;
    transition-delay: 0.2s;
}
.attachment1 a:hover .btn::after,
attachment1 a:hover .btn::before {
    top: 0;
}
.attachment {
    position: relative;
    background-color: #d6d6d6;
    width: 260px;
    min-height: 50px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 2px;
}
.attachment .download {
    box-shadow: 0 0 0 0 #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    border-radius: 5px;
    border: 2px solid #fa2;
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    padding: 4px 5px;
    text-decoration: none;
    text-shadow: 0 0 0 #fe6;
    margin: 5px 5px 0 0;
    position: absolute;
    top: 5px;
}
.attachment a {
    font-size: 12px;
    padding: 15px 8px;
    display: block;
}
.download:hover {
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
}
.download:active {
    top: 1px;
}
.container-file {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.download-file {
    display: inline-block;
    width: 370px;
    border: 1px #ccc solid;
    margin: 15px 0;
    border-radius: 3px;
    position: relative;
    transition: 0.5s;
}
.download-file:hover {
    background: #f1f1f1;
}
.download-file div.cont-f {
    min-height: 60px;
    overflow: hidden;
}
.download-file .dwn {
    font-size: 34px;
    position: absolute;
    top: 18px;
    color: #444;
    transition: 0.25s;
}
.download-file .name-f {
    display: block;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 6px;
    width: 90%;
    color: #000;
}
.download-file .size-f {
    display: block;
    padding-top: 3px;
    font-size: 12px;
}
.download-file > a.download-link {
    display: block;
    padding: 10px;
}
.dr-cv .social-icons {
    width: 100%;
}
.dr-cv .social-icons ul {
    direction: ltr;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    margin: 20px 0 0 0;
    width: auto;
}
.dr-cv .social-icons ul li a {
    background-color: #444;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 3px;
    margin-bottom: 5px;
}
.dr-cv .social-icons ul li a:hover {
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dr-cv .social-icons ul li i.fa-facebook-f:hover {
    background-color: #3b5998;
}
.dr-cv .social-icons ul li i.fa-linkedin-in:hover {
    background-color: #007bb5;
}
.dr-cv .social-icons ul li i.fa-behance:hover {
    background-color: #4176fa;
}
.dr-cv .social-icons ul li i.fa-youtube:hover {
    background-color: #d62b27;
}
.dr-cv .social-icons ul li i.fa-wikipedia-w:hover {
    background-color: #00569c;
}
.dr-cv .social-icons ul li i.fa-researchgate:hover {
    background-color: #00d0af;
}
.dr-cv .social-icons ul li i.fa-twitter:hover {
    background-color: #1da1f3;
}
.dr-cv .social-icons ul li i.fa-mendeley:hover {
    background-color: #be212e;
}
.dr-cv .social-icons ul li a i {
    color: #fff;
    text-align: center;
    display: inline-grid;
    border-radius: 3px;
    align-items: center;
    font-size: 18px;
    line-height: 2;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.main-title {
    text-align: center;
    margin: 50px;
    font-weight: 500;
    text-transform: capitalize;
}
.news-holder h2{
    font-weight: 500;
    text-transform: capitalize;
}
.container-sec {
    margin: 0 auto;
    max-width: 1200px;
}
article + section:not(.activity) {
    background-color: #eeeff1;
}
.ext article + section:not(.activity) {
    background-color: #fff;
}
section {
    padding: 1px 0 60px 0;
}
.image_card {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.image_card li {
    display: block;
    position: relative;
    width: 260px;
    height: 250px;
    border-radius: 7px;
    box-shadow: 0 0 1px transparent;
    transition: 0.25s;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all 0.25s ease;
}
.image_card li a {
    display: block;
    width: 100%;
}
.image_card .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 250px;
    position: relative;
    width: auto;
    border-radius: 7px;
}
.image_card .image:before{
    content:'';
    position: absolute;
    opacity:0.5;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.25s ease;
}
.image_card li:hover{
    box-shadow: 0 8px 11px -3px rgba(0, 0, 0, 0.5);
}
.image_card li:hover .image::before{
    opacity: 0.6;
}
.image_card .title {
    position: absolute;
    display: flex;
    text-align: center;
    font-size: 20px;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    height: 230px;
    padding: 10px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    box-shadow: inset 0 -250px 190px -180px #020202e0;
    z-index: 10;
}
.sub_arts .image_card {
    flex-wrap: wrap;
}
.sub_arts .image_card li {
    width: 250px;
    margin: 0 0 40px;
}
.owl-carousel {
    margin: 0 auto !important;
    padding: 0 !important;
}
.owl-carousel .owl-stage {
    margin: 0 auto 25px;
    display: flex;
    padding-top: 5px;
}
.owl-carousel .owl-item {
    display: flex;
}
.programm .owl-theme .owl-next,
.programm .owl-theme .owl-prev {
    top: 54%;
}
.container-sec .owl-theme .owl-next,
.container-sec .owl-theme .owl-prev {
    top: 44%;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    background-position: center center;
    width: 40px;
    height: 40px;
    left: -75px;
    display: block;
    position: absolute;
    font-size: 26px;
    text-align: center;
    border: none;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.3s ease !important;
    outline: 0;
    border-radius: 50%;
    line-height: 42px;
}
.owl-theme .owl-nav .owl-prev {
    right: -55px;
}
.owl-theme .owl-dots .owl-dot {
    background: 0 0;
    border: 0 !important;
}
.top-content {
    visibility: visible !important;
}
.news-content {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #ededed;
    z-index: 10;
    top: 0;
    transition: 0.5s;
    opacity: 0;
}
#copy-url {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
#fancybox {
    overflow: hidden;
    border-radius: 3px;
    transition-duration: unset;
    -webkit-transition-duration: unset;
}
.fancybox-toolbar {
    top: 50px !important;
}
.fancybox-button--zoom {
    display: none !important;
}
body.compensate-for-scrollbar {
    overflow: visible !important;
}
#copy-url-btn {
    font-family: "DIN Next LT Arabic";
    cursor: pointer;
    border: none;
    background-color: #eee;
    transition: 0.3s;
    padding: 10px;
    border-radius: 3px;
}
#copy-url-btn:hover {
    box-shadow: 0 3px 12px -5px #000;
}
.icon-container > ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 30px 0;
    justify-content: space-around;
    max-width: 1200px;
}
.icon-container ul li {
    display: inline-flex;
    list-style: none;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
    border-radius: 20px;
    padding: 20px;
    width: 15%;
    opacity: 1 !important;
    transform: scale(1) !important;
    text-align: center;
}
.icon-container ul li b{
    font-size: 36px;
    font-weight: 500;
    display: block;
    min-height: 35px;
}
.icon-container > ul > li > a, .icon-container > ul > li > div {
    margin: 0 auto;
}
.icon-container ul li p {
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-transform: capitalize;
}
.icon-container li span {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    height: 85px;
    width: 85px;
    margin: 0 auto;
    transition: 0.25s;
    border-radius: 35%;
    line-height: 60px;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
}
.icon-container li span svg{
    width: 60px;
    margin: 0 auto;
}
.stats li{
    padding: 10px !important;
}
.stats li span{
    border-radius: 30px 3px 30px 3px;
}
.stats li div p{
    font-size:17px;
    text-transform: none;
}
.stats li div p:first-of-type{
    color: #444;
    font-size:18px;
    font-weight: 500;
}
.stats ul,.percentage{
    padding: 0 !important;
    list-style: none;
}
.percentage{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.percentage li{
    margin-bottom: 30px;
}
.percentage img{
    width: 40px !important;
    vertical-align: middle;
}
.percentage small{
    font-weight: 400;
    display: block;
}
.percentage span{
    width: 15px;
    height: 15px;
    background-color: #9cd579;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.5;
}.percentage span.active{
    opacity: 1;
}
.percentage p{
    font-size: 17px !important;
    text-align: center !important;
}
.per-info{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 30px;
    min-height: 55px;
}
.per-info img{
    margin: 0 !important;
}
.per-info p{
    text-align: center !important;
    color: #444;
    font-size: 20px !important;
    font-weight: 500;
}
.counters li{
    border: 2px solid #ffffff2b;
}
.counters li:hover{
    border-color: rgba(255, 255, 255, .5);
}
.counters span{
    background-color:transparent !important;
}
.counters  li span{
    background-size: 70px;
    border: none !important;
}
.colleges-icon{
    background-image: url(../images/collage-icon.png);
}
.students-icon{
    background-image: url(../images/students.png);
}

.mail-icon {
    background-image: url(../images/mail.png);
}
.admission-icon {
    background-image: url(../images/admission.png);
}
.library-icon {
    background-image: url(../images/library.png);
}
.phinix-icon {
    background-image: url(../images/phinix.png);
}
.qistas-icon {
    background-image: url(../images/qistas.png);
}
.phinix-white-icon {
    background-image: url(../images/feneig-white.png);
}
.library-white-icon {
    background-image: url(../images/library-white.png);
}
.mail-white-icon {
    background-image: url(../images/email.svg);
}
.admission-white-icon {
    background-image: url(../images/admission-white.png);
}
#downloadico span{
    background-image: url(../images/download-app.png);
}
#anylogic span{
    background-image: url(../images/anylogic.png);
}
#hangouts {
    position: fixed;
    bottom: 30px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    transition: 0.5s;
    z-index: 99999999;
}
.hangouts {
    background-image: url(../images/hangouts.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 60px;
    border-radius:50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2), inset 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}
#hangouts:hover {
    transform: scale(1.1, 1.1);
}
#hangouts:hover .tooltip {
    visibility: visible;
}
#hangouts .tooltip {
    visibility: hidden;
    width: 50px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 2px 0;
    bottom: 120%;
    position: absolute;
    z-index: 1;
    font-size: 10px;
}
#hangouts .tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
#scroll {
    position: fixed;
    bottom: 48px;
    cursor: pointer;
    width: 30px;
    height: 60px;
    border: 4px #fff solid;
    border-radius: 50px;
    transition: 0.5s;
    z-index: 99999999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2), inset 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#scroll .fa-angle-double-up {
    position: absolute;
    top: 12px;
    color: #ffff;
    font-size: 18px;
    transition: 0.5s;
    transform: translateY(0);
}
#scroll .fa-angle-up {
    position: absolute;
    top: 220px;
    color: #ffff;
    font-size: 18px;
    transition: 0.5s;
}
#scroll:hover i.fa-angle-double-up {
    transform: translateY(-300%);
}
#scroll:hover i.fa-angle-up {
    transform: translateY(-210px);
}
.sub_arts {
    word-break: break-word;
    flex-grow: 1;
    padding-bottom: 40px;
    min-height: 200px;
}
.sub_arts div.sub-list {
    text-align: justify;
}
.single-photo {
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
}
.single-photo a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: relative;
}
.single-photo.video {
    width: 700px;
    height: 525px;
    margin: 0 auto;
    float: unset;
}
.single-photo.video a::after {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 75px;
    position: absolute;
    color: #fff;
    top: 42%;
    transition: all 0.3s ease;
}
.single-photo.video:hover a::after {
    color: #c00;
}
.main-section img {
    display: flex;
    padding: 0;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px auto;
    max-width: 500px;
    cursor: pointer;
    transition: all .3s ease;
}
.main-section .shadow-img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    transition: all .3s ease;
}
img:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.photos {
    display: flex;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}
.photos a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
}
.photos div:hover {
    transform: scale(0.95, 0.95);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.photo {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 3px;
    transition-duration: 0.2s;
}
.photo:hover {
    box-shadow: 0 0 15px 0 #999;
    transition: 0.25s;
}
.main-section .search_form {
    margin: 20px 0 0 0;
}
.form-group {
    display: inline-block;
    margin-bottom: 20px;
}
.search_form input[type="search"] {
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #e3e0e0;
    font-family: "DIN Next LT Arabic";
    width: 294px;
}
.search_form input[type="submit"] {
    padding: 8px 35px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    background-color: #eee;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: "DIN Next LT Arabic";
}
.search_form select {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #e3e0e0;
    font-family: "DIN Next LT Arabic";
}
.search section .links {
    padding: 0;
}
#container {
    width: 190px;
}
#search-box-container{
    margin-bottom: 20px;
}
.pagination {
    padding: 20px 0;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
}
.pagination li {
    margin: 3px;
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    border: 1px solid #999;
    text-decoration: none;
    color: #000;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.pagination li:first-child a,
.pagination li:last-of-type a {
    border: none;
}
.pagination li:first-child a:hover,
.pagination li:last-of-type a:hover {
    background: 0 0;
}
.statics {
    display: block;
    margin-top: 20px;
}
.pagination li.current a {
    color: #fff;
    background: #666;
}
.pagination li.disabled i {
    border: none;
    color: #666;
}
.border_card,
.owl-carousel.news_card,.numbers {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 30px;
    height: auto;
}
.numbers{
    gap: 15px;
}


/* 404 PAGE */
.error 
{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    flex-direction:row-reverse;
    height:600px;
    text-align: center;
    color:#0d2843;
    margin-top:40px;
}
.error-content{
    max-width: 500px
}
.error-content a 
{
    font-size:16px;
    color: #0d2843;
    text-decoration: none;
    font-weight: bold;
}

.error-content h1
{
    font-size: 55px;
    margin: 0;
}

.error-content p
{
    font-size: 20px;
    margin: 10px 0;
    font-weight: 500;
}

.error .backhome
{
    background-color:#0d2843;
    color:#fff;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top:20px;
    margin-bottom: 20px;
    transition:all 0.3s ease;
    font-weight: 500;
}

.error-bg 
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/404.svg');
    width: 50%;
    max-width: 800px;
    height: 100%;
}


/* Counter section */

.coming-soon
{
    width:100%;
    min-height:220px;
    padding-top:1px;
    padding-bottom:50px;
    position: relative; 
}

.coming-soon .content
{
    position: relative;
    z-index:10;
}

.coming-soon:before
{
    content:'';
    position: absolute;
    top:0;
    right:0;
    display:block;
    width:100%;
    height:100%;
    background: url('../images/coming-soon.jpg') no-repeat center center; 
    background-size: cover;
    opacity: 0.2;
    z-index:1;
}
.coming-soon h2.main-title
{
    margin:50px 0 0 0 !important;
}

.countdown
{
    display:flex;
    justify-content:center;
    gap:20px;
}

.countdown > div
{
    background-color:#fff;
    display:flex;
    flex-wrap:nowrap;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-top:20px;
    box-shadow:1px 1px 15px rgba(0,0,0,0.25);
    width:100px;
    padding:10px 0;
    border-radius:5px;
}

.countdown span:first-of-type
{
    font-weight:500;
    font-size:40px;
}

.countdown span:last-of-type
{
    font-size:16px;
    font-weight:500;
}

.coming-soon .info
{
    font-size:19px;
    color:#333;
    font-weight:500;
    margin-top:20px;
    padding:0 10px;
    display:flex;
    gap:12px 40px;  
    justify-content: center;
}

.coming-soon .icon 
{
    width:26px;
    height:26px;
    border-radius:50%;
    line-height:22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.coming-soon .info i
{
    color:#fff;
    font-size: 14px;
}
.owl-carousel.border_card li,
.owl-carousel.news_card li {
    flex-grow: 1;
}
.border_card li,
.owl-carousel.news_card li,.numbers li {
    display: block;
    list-style: none;
    list-style-position: inside;
    box-shadow: 0 3px 5px #1d1b1b30;
    width: auto;
    flex-basis: 250px;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 10px;
    border-radius: 3px;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    background-color: #fff;
}
.border_card li {
    height: auto;
}
.border_card li:hover,
.owl-carousel.news_card li:hover,.numbers li:hover {
    opacity: 1 !important;
    box-shadow: 0 14px 15px -12px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.02) !important;
    transition: 0.25s;
}
.border_card li a,
.owl-carousel.news_card li a,.numbers li a {
    display: block;
    height: 100%;
}
.border_card .image,
.owl-carousel.news_card .image{
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: auto;
    height: 225px;
    background-position: center center;
}
.logos .image{
    height: 150px;
    background-size: contain;
}
.logos li{
    box-shadow: none !important;
}
.logos.border_card .title p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
marquee{
    color: #fff;
    font-size: 19px;
    line-height: 16px;
    direction: ltr;
}

marquee p{
    display: inline-block;
    direction: rtl;
    margin: 10px 0;
}
marquee p:after{
    content: '';
    width:30px;
    height:30px;
    background-image: url(../images/logos/lcced-bw.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

marquee a{
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    display: inline-block;
}
#universities{
    line-height: 0;
}
.ext-footer{
    text-align: center;
    margin: 0 auto;
}
.ext-footer .footer-logo-content{
    margin: 0 auto;
}
.ext-footer p{
    margin: 0;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}
.ext-footer > a{
    text-decoration: underline;
    color: #ddd;
}
.ext-footer .social ul{
    margin: 0;
}
.numbers{
    counter-reset: num-counter;
}
.numbers  li{
    flex-basis: 46%;
    counter-increment: num-counter;
}
.numbers .image{
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
    height: 100%;
}
.numbers .title{
    flex-grow: 1;
}
.numbers .image:before{
    content: counter(num-counter);
    font-size: 40px;
}
.numbers li p{
    margin: 10px 0;
}
.numbers li a{
    display: flex;
    align-items: center;
    min-height: 90px;
}
.border_card .title,
.owl-carousel.news_card span.title,.numbers .title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}
.border_card .desc {
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
}
.border_card .title p,
.owl-carousel.news_card span.title p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.owl-carousel.news_card li .title:hover {
    border-bottom: unset;
}

/* timeline */
.timeline{
    display: flex;
    position: relative;
    gap: 0;
    margin-top: 180px;
    z-index: 100;
    padding: 0;
}
.timeline li {
    list-style: none;
    text-align: center;
}
.timeline li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    z-index: 1;
    border: 4px solid;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.timeline li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 22px;
    width: 2px;
    top: 0;
    margin: 0 auto;
}
.timeline li:nth-child(even):after {
    top: -19%;
}
.timeline li:nth-child(even) a {
    top: -100%;
    position: relative;
    transform: translateY(-32px);
}
.timeline li:nth-child(even) .date{
    top: 86%;
    border-radius: 0 0 5px 5px !important;
}
.timeline li:nth-child(odd) a {
    position: relative;
    top: 48px;
}
.timeline li a {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    display: block;
    padding: 7px 11px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow:0 3px 5px #1d1b1b30;
    pointer-events: none;
}
.timeline .date{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -26px;
    color: #ffffff;
    left: 0px;
    right: 0;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
}
.timeline:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.timeline:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: -9px;
}
.ext footer{
    background-image: url(../images/lcced-bg.png) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-color:#21243c;
    margin-top:0;
}
.ext .icon-container{
    background-image: url(../images/lcced-bg.png) , url(../images/lcced-bg.png) !important;
    background-repeat: no-repeat;
    background-position: top -473px left -199px,bottom -453px right -199px;
}
.footer-logo-content #logo-small{
    margin: 0 auto;
}
.ext footer .footer-after{
    background-color:#35384a;
}
.ext footer .footer-before{
    display:none;
}
.ext .icon-container + section{
    background-color: #fff;
}
#universities img{
    box-shadow: none !important;
    max-width: 100%;
}
#universities img.small{
    display: none;
}
section.cal-sec .container-sec{
    position: relative;
    z-index: 10;
}
section.cal-sec {
   position: relative;
   background: #f3f2f2;
   margin-bottom: 0;
   padding-bottom: 100px;
}
section.cal-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../functions.php?action=files&table=files&ID=732);
    background-size: cover;
}
section.cal-sec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #9a97b233;
    z-index: 1;
}
.container-sec .courses{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    direction: ltr;
    padding: 0 10px;
    box-sizing: border-box;
}
.container-sec .courses li{
    flex:48%;
    display: flex;
}
.container-sec .courses li a{
    border-radius: 40% 5px 40% 5px;
    height: 200px;
    width: 200px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.courses li a:hover{
    transform: scale(1.05);
}
.container-sec .courses li:nth-child(1) a{
    background-color:  #25552d;
    border-radius: 5px 40% 5px 40%;
}
.container-sec .courses li:nth-child(2) a{
    background-color:  #5bac46;
    border-radius: 40% 5px 40% 5px;
}
.container-sec .courses li:nth-child(3) a{
    background-color:  #9cc43d;
    border-radius: 40% 5px 40% 5px;
}
.container-sec .courses li:nth-child(4) a{
    background-color:  #4aa792;
    border-radius: 5px 40% 5px 40%;
}
.container-sec .courses li:nth-child(odd){
    justify-content: flex-end;
}
.sub_arts .border_card li {
    margin: 0;
}
.sub_arts .expandable {
    list-style-type: none;
    padding: 0;
    margin: 30px auto;
}
.expandable div > ul {
    list-style: disc;
}
.sub_arts .expandable > li {
    border: 2px #c5c2c2 dashed;
    margin-bottom: 50px;
    position: relative;
    margin-top: 20px;
    z-index: 0;
}
.sub_arts .expandable > li h3 {
    position: relative;
    z-index: 9999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e4e4e4;
    padding: 6px 20px;
    max-width: 90%;
    min-width: 200px;
    text-align: center;
    margin: -20px auto;
    min-height: 36px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    direction: ltr;
    transition: all 0.3s ease;
}
.sub_arts .expandable > li h3 small{
    font-weight: 400;
    direction: rtl;
}

.sub_arts .expandable li h3 span:only-child {
    margin: 0 auto;
}
.sub_arts .expandable > li:hover h3 {
    transition: 0.25s;
}
.sub_arts .expandable > li div {
    padding: 50px 30px 40px;
    text-align: justify;
    font-size: 18px;
    cursor: auto;
}
.sub_arts .expandable li div p,
.sub_arts .expandable li div p span {
    font-size: 17 !important;
}
/* .sub_arts .expandable .current + div {
    display: block;
} */
.sub_arts .expandable li > div {
    display: none;
}


.sub_arts div p {
    margin: 0;
    text-align: justify;
    font-size:19px;
}
.sub_arts div a,.art-link{
   color: #0274b8;
}
.sub_arts div.sub-list {
    text-align: justify;
}
.align-border {
    border: 2px dashed #ffd140;
}
.align:hover {
    border-color: #ffd140;
    transition: 0.25s;
}
iframe {
    width: 90%;
    height: 450px;
    margin: 0 auto 50px auto;
    display: block;
    border: 3px solid #d0d0d0;
    border-radius: 5px;
}
table {
    border: 2px solid #fff;
    background-color: #eee;
    width: 100%;
    height: 200px;
    text-align: center;
    border-collapse: collapse;
}
table td,
table th {
    border: 2px solid #fff;
    max-width: 200px;
}
table tbody td {
    font-size: 17px;
    max-width: 200px;
}
table tr:nth-child(even) {
    background: #e1e1e1;
    color: #000 !important;
}
table thead {
    border-bottom: 5px solid #fff;
}
.expandable table thead{
    border:none;
    background-color: #444;
}
table thead th {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
table tfoot {
    font-size: 14px;
    color: #333;
    background: #fedf80;
    border-top: 3px solid #444;
}
table tfoot td {
    font-size: 14px;
}
table tfoot .links a {
    display: inline-block;
    background: #b1b1b1;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
}
footer {
    background-color: #444;
    color: #fff;
    margin: 0;
    margin-top: 40px;
}
footer .footer-before {
    width: 100%;
    height: 70px;
}
footer .footer-after {
    width: 100%;
    height: 40px;
    line-height: 35px;
    background-color: #666;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    font-weight: 300;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer h5 {
    font-size: 18px;
    position: relative;
    font-weight: 400;
}
footer h5::after {
    content: "";
    bottom: -8px;
    position: absolute;
    width: 40px;
}
.footer-logo-content {
    width: 270px;
    height: auto;
}
.footer-logo-content #logo-small {
    background-image: url(../images/logo_BW-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 94px;
    width: 273px;
}
.footer-logo-content .text {
    font-size: 16px;
    display: block;
    padding-top: 30px;
    text-align: justify;
    color: #ccc;
    line-height: 2.2;
}
.footer-logo-content p {
    font-size: 16px;
    color: #ccc;
    padding-top: 30px;
}
.call-us .call ul li {
    display: flex;
    margin-bottom: 0;
    padding: 5px 0 15px;
    line-height: 1.5;
    color: #bbb;
    border-bottom: none;
    align-items: baseline;
}
.call-us .call {
    height: 270px;
    margin-top: 30px;
}
.call-us .call ul {
    list-style-type: none;
    padding: 5px 10px;
    margin: 0;
}
.call-us .call ul li #num {
    direction: ltr;
}
footer .footer-container .call ul li i {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
footer .footer-container .call ul li:first-child i {
    top: 0;
}
footer .footer-container .call ul li a:hover {
    color: #ddd;
}
footer .footer-container .social ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
}
footer .footer-container .social ul li {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
footer .footer-container .social ul li a {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    width: 100%;
    height: 100%;
}
footer .footer-container .social ul li a::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    left: -110%;
    top: 101%;
}
footer .footer-container .social ul li:hover {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}
footer .footer-container .social ul li i {
    line-height: 10px;
    font-size: 18px;
    text-align: center;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}
footer .footer-container .social ul li:nth-child(1) {
    color: #3d5a99;
}
footer .footer-container .social ul li:nth-child(2) {
    color: #1da1f2;
}
footer .footer-container .social ul li:nth-child(3) {
    color: #da4b42;
}
footer .footer-container .social ul li:nth-child(4) {
    color: #ab2c91;
}
footer .footer-container .social ul li:nth-child(5) {
    color: #c00;
}
.google-login-btn {
    width: 250px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #1a73e8;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}
p.info{
    text-align: center;
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 500;
    color: #504f4f;
}
.google-login-btn span {
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 50px;
    border: 2px solid #1a73e8;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 44, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 44, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 44, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.sub_arts .m {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0;
}
.sub_arts .m li {
    background-color: #eee;
    margin: 20px;
    width: 46%;
    max-width: 50%;
    list-style-type: none;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 9px -5px #000;
    border-radius: 5px;
}
.sub_arts .m li a {
    display: block;
}
#menuToggle input {
    display: none;
}
@media (max-width: 1270px) {
    .border_card {
        margin-bottom: 66px;
    }
    article.grid {
        padding-bottom: 0;
    }
    .dr-collage {
        position: relative;
        height: auto;
        left: 20px !important;
        top: -60px;
    }
    #hangouts {
        width: 50px;
        height: 50px;
    }
    .hangouts {
        height: 50px;
    }
}
@media (max-width: 1055px) {
    .footer-logo-content {
        width: 100%;
        height: auto;
    }
    .main-menu > li > a{
        padding: 5px;
    }
}
@media (min-width: 910px) {
    .sticky .header-menus{
        top:-40px;
    }
}
@media (max-width: 910px) {
    .container {
        margin-top: 68px;
        padding-bottom: 25px;
        overflow: hidden;
    }
    #universities{
        position: relative;
        margin-top: 50px;
    }
    #universities img.small{
        display: block;
    }
    #universities img.large{
        display: none;
    }
    .logo-section{
        top: 0;
        width: 230px;
    }
    .header-menus{
        top: 100%;
        width: 100%;
        border-radius: 0 !important;
        position: absolute;
    }
    .minified .header-menus{
        position: relative;
        transform: none !important;
    }
    .minified header{
        display: block;
        height: auto !important;
    }
    .minified .header{
        height: 65px !important;
    }

    .minified #logo-small{
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }
    .minified #menuToggle{
        display: none;
    }
    .minified .logo-section{
        width: 100%;
    }
    header{
        display: flex;
        align-items: center;
    }
    .header {
        height: 94px;
        padding-top: 0;
        background-size: contain;
        display: block;
        display: flex;
        align-items: center;
    }
    .main-menu > li > a{
        padding: 5px 16px 13px 16px;
    }
    .sticky nav{
        height: auto;
    }
    #menuToggle {
        display: block;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    #menuToggle input {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 999999;
        -webkit-touch-callout: none;
        top: -24px;
    }
    #menuToggle span {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 4px;
        position: relative;
        background: #a5a4a4;
        border-radius: 3px;
        z-index: 3;
        transform-origin: 4px 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0 0;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0 100%;
    }
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }
    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(1px, -2px);
    }
    #menuToggle input:checked ~ div.menus {
        transform: none;
    }
    #menuToggle input:checked ~ .search-form {
        transform: none;
    }
    .logo-section #logo-big {
        display: block;
        height: 90px;
    }
    .logo-section #logo-small {
        margin: 0;
    }
    .logo {
        position: absolute;
        height: 66px !important;
        width: 170px !important;
        opacity: 1;
        top: 0;
    }
    .sticky .main-menu {
        top: 0;
    }
    .menus {
        z-index: 1;
        top: 155px;
        box-sizing: border-box;
        width: 100% !important;
        min-width: 0;
        background-color: #ececec;
        display: block;
        transform-origin: 0 0;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        margin: 0;
    }
    .sticky .menus{
        top: 105px;
    }
    .menus .main-menu {
        z-index: 1;
        height: 160vh;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        background-color: #ececec;
        margin: 0;
        display: block;
        overflow: auto;
    }
    .menus .main-menu > li {
        display: block;
        line-height: 40px;
        border-bottom: 1px solid #a9a9a9;
        border-radius: 0;
        padding: 0;
    }
    .menus .main-menu > li > a:hover {
        background-color: #e1e1e1;
    }
    .main-menu ul li a {
        width: 88%;
        display: block;
        padding: 0;
        transition: all 0.3s ease;
    }
    .main-menu li > ul > li > ul > li > ul,
    .main-menu > li > ul > li > ul {
        padding: 0;
    }
    .menus .main-menu > li a i {
        position: absolute;
        top: 0;
        width: 10%;
        height: 100%;
        display: block;
        line-height: 3.5;
        padding: 0;
    }
    .menus .main-menu > li ul li a i {
        line-height: 2.3;
    }
    .menus .main-menu li ul {
        display: none;
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
        top: 0 !important;
        transition: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-height: none !important;
        overflow: hidden;
    }
    .main-menu .dbl-col{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .social-icon {
        margin: 0;
    }
    .top_list {
        margin: 0 !important;
    }
    .social-icon li {
        font-size: 14px;
    }
    .slide-search {
        transform: translate(0, 0);
        transform-origin: 0 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    article.grid {
        grid-template-columns: 1.2fr 1fr !important;
    }
    .dr-collage {
        position: unset;
        grid-column: 1/4;
        margin: 40px 40px 0 !important;
        width: unset;
        height: auto;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 !important;
    }
    .dr::before{
        background-size: cover;
        min-height: unset;
    }
    .main-section {
        margin: 40px;
        padding-bottom: 40px;
        display: block;
    }
    .single-photo.video {
        width: 100%;
    }
    .head-main > h1 {
        width: 100%;
    }
    .breadcrumbs {
        width: 100%;
    }
    .single-photo {
        margin-bottom: 30px;
    }
    aside {
        position: unset;
        width: 100%;
        margin: 0 auto 20px;
    }
    .dr-cv {
        width: 100%;
        position: unset;
    }
    .dr {
        height: auto;
        width: auto;
        flex-grow: 1;
        padding: 0;
        display: flex;
        border-radius: 3px;
    }
    #dr-photo {
        width: 170px;
        min-height: 100%;
        height: auto;
    }
    .dr-details {
        padding: 7px 20px;
        width: auto;
    }
    .dr-details > a > p:nth-child(2),
    .dr-details > p:nth-child(2) {
        margin: 2px 0;
    }
    .details {
        padding: 0;
    }
    .dr-cv.float {
        position: static;
        top: unset;
    }
    aside .dr-cv.btm {
        position: static;
        bottom: unset;
    }
    .cv-data {
        flex-wrap: nowrap;
    }
    .dr-collage .text {
        height: auto;
        width: 40%;
        flex-grow: 1;
        margin-bottom: 20px;
    }
    .side-menu {
        margin: 20px auto;
    }
    .sub_arts {
        min-height: 50vh;
        width: 100%;
        margin: 0 auto;
    }
    .error 
    {
        flex-wrap: wrap;
        height: auto;
    }

    .error-bg 
    {
        height: 250px;
        width: 100%;
        margin-top: 10px;
    }

    .error-content h1
    {
        font-size: 40px !important;
    }

}
@media (max-width: 768px) {
    .ext footer{
        background-image: url(../images/lcced-bg2.png) !important;
    }
    .ext .icon-container{
        background-image: url(../images/lcced-bg2.png) , url(../images/lcced-bg2.png) !important;
    }
    article.grid {
        display: block;
    }
    .news_card {
        height: auto;
    }
    .news-holder {
        max-width: 100% !important;
    }
    .icon-container > ul {
        padding: 30px;
        gap:10px
    }
    .icon-container > ul > li {
        width: 30%;
    }
    .timeline{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .timeline li{
        margin: 0 auto;
        margin-bottom: 20px !important;
        width: 250px;
    }
    .timeline .date{
        position: relative;
        top: 0;
        padding: 0 20px;
        border-radius: 0 !important;
    }
    .timeline li:nth-child(even) .date{
        border-radius: 0 !important;
    }
    .timeline li a,.timeline li:nth-child(even) .date{
        top: unset !important;
        transform: none !important;
    }
    .timeline li:before,.timeline li:after,.timeline:after,.timeline:before{
        display: none;
    }
    
}
@media (max-width: 620px) {
    .menus {
        top: 205px;
    }
    .sticky .menus{
        top: 158px;
    }
    .header-menus {
        display: block;
        text-align: center;
        height: 90px;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    .ext .header-menus{
        display: flex;
        align-items: center;
    }
    .transform-active {
        transform: none !important;
    }
    .search-form {
        top: 33px;
        left: 0 !important;
        right: 0 !important;
    }
    .search-form #container{
        margin: 0 auto;
    }
    .top_list {
        margin: 0;
        text-align: center !important;
        float: unset;
        position: unset;
        width: 100%;
        line-height: 1.6;
    }
    .numbers li{
        flex-basis: 100%;
    }
    
    .countdown {
        gap:10px;
    }
        
    .countdown > div {
        width:75px;
    }
  
    .countdown span:first-of-type {
        font-size:25px;
    }

    .coming-soon:after {
        display:none;
    }

    .coming-soon .info {
        font-size:16px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .coming-soon .icon 
    {
        width:23px;
        height:23px;
        line-height:21px;
    }

    .coming-soon .info img {
        width:13px;
        height:13px;
    }
  
}
@media (max-width: 500px) {
    .ext #logo-big{
        display: none;
    }
    .ext #logo-small{
        display: block;
        top: 30px !important;
    }
    .ext header{
        height: 94px !important;
    }
    .ext .sticky .logo-section{
        height: 115px;
    }
    .ext .menus {
        top: 184px;
    }
    .ext .full_grid .news-holder{
        text-align: justify;
    }
    .ext .full_grid .news-holder p, .ext .full_grid .news-holder p span{
        font-size: 16px !important;
    }
    .ext .news-holder h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .container-sec .courses li a{
        width: 100%;
    }
    .main-section{
        margin: 40px 15px;
    }
    section.cal-sec{
        padding-bottom: 0;
    }
    .news-holder {
        max-width: 500px;
      }
    .fancybox-slide--iframe .fancybox-content, .fancybox-slide--video .fancybox-content {
        width: 470px !important;
        height: 75% !important;
        margin: 0 !important;
    }
    .footer-logo-content #logo-small,
    footer .news_card li .title {
        width: auto;
    }
    .footer-container .footer-news {
        width: 100%;
    }
    #menuToggle input:checked ~ div.menus {
        transform: translate(-100%, 0);
    }
    .owl-carousel .owl-item {
        flex-basis: 270px;
        margin: 0 auto;
    }
    article.grid {
        display: block;
        min-height: auto;
        border-radius: 3px;
    }
    .border_card li,
    .image_card ul li,
    .owl-carousel.news_card li {
        width: 70%;
        margin: 0 auto;
    }
    .image-container {
        margin: 30px 40px auto !important;
    }
    .main-section img {
        width: 100%;
    }
    .head-main > h1 {
        font-size: 22px;
    }
    .sub_arts .expandable > li div {
        padding: 30px 10px 10px;
    }
    .main-section .share-icon {
        position: unset;
        display: inline-flex;
        margin-top: 30px;
    }
    aside .dr-details {
        font-size: 15px;
        width: 54%;
        padding: 10px;
    }
    #dr-photo {
        width: 130px;
    }
    .dr-details > p:first-child {
        font-size: 18px;
        padding-bottom: 6px;
        line-height: 16px;
    }
    .dr-details > p {
        margin: 0;
    }
    .details li {
        padding: 0;
    }
    .head-main .ui-icon .reading-icon {
        bottom: -30px;
    }
    .news_card {
        height: auto;
    }
    .news_card li .title {
        width: 80% !important;
    }
    .news_card:not(.owl-carousel) .image {
        display: inline-flex;
        align-self: center;
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }
    .image-container {
        display: none;
    }
    .sub_arts {
        min-height: auto;
        width: 100%;
        margin: 30px auto;
    }
    .sub_arts .news_card li {
        width: 100%;
        min-width: auto;
    }
    .sub_arts .border_card li {
        margin: 0 auto;
    }
    .sub_arts .expandable > li h3 {
        max-width: 85%;
    }
    .sub_arts .image_card li {
        margin: 0 auto 40px;
    }
    .single-photo {
        margin: 20px auto !important;
    }
    table.table {
        width: 100%;
    }
    .form-group {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .search_form input[type="search"] {
        width: 100%;
    }
    .search_form select {
        width: 50%;
    }
    .attachment {
        width: 100%;
    }
    .attachment1 {
        width: 100%;
    }
    .dr-cv .social-icons {
        width: 100%;
    }
    .download-file {
        width: 100%;
    }
    .cv-data {
        flex-wrap: wrap;
    }
    .addon .img {
        background-size: 100% 30%;
    }
    iframe {
        width: 100%;
    }
    .home-page {
        padding: 15px 40px 0;
        margin: 0;
    }
    #hangouts {
        bottom: 130px;
    }
    .footer-social-icon li {
        display: inline-block;
    }
    .footer-social-icon li img {
        width: 36px;
        margin: 8px;
    }
    footer .footer-container .news_card li {
        padding: 5px 10px;
    }
    footer .footer-container .news_card li a > div {
        display: flex;
        justify-content: space-between;
    }
}
@media print {
    #menu-toggle,
    #scroll,
    .before-footer,
    .breadcrumbs,
    .header-menus,
    .menu,
    .parallax-mirror,
    .parallax-window,
    .side-list,
    .tooltip,
    .ui-icon,
    .main-section .share-icon,
    aside,
    footer,
    nav {
        display: none;
    }
    .logo-section a {
        display: block !important;
    }
    .tipsy {
        opacity: 0 !important;
        display: none !important;
        z-index: -1 !important;
    }

}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/webfonts/fa-brands-400.eot);
    src: url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"),
        url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/webfonts/fa-regular-400.eot);
    src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"),
        url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab,
.far {
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"),
        url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-search:before {
    content: "\f002";
}
.fa-phone:before {
    content: "\f095";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-globe-asia:before {
    content: "\f57e";
}
.fa-download:before {
    content: "\f019";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-file:before {
    content: "\f15b";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-print:before {
    content: "\f02f";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-file-download::before {
    content: "\f56d";
}
.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}
.tipsy-inner {
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/* vertical-news-slider style  */

.news-holder {
    max-width: 500px;
}
.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
.cf:before,
.cf:after {
  
    content: " "; /* 1 */
    display: table; /* 2 */
}
  
.cf:after {
    clear: both;
}
.news-headlines .highlight:before {
    display: none;
}
.news-headlines .title p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
  
.top-content {
    opacity: 1;
} 
.cf {
    *zoom: 1;
}
.nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

 body, h1, h2,h3,h4 ,h5 {
     direction:ltr;
}
/* for Firefox */
::-moz-selection {
    background-color: #549DD0;
	color: #ffffff;
}

/* for Safari and Chrome */
::selection {
    background-color: #549DD0;
	color: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,.coming-soon .icon{
    background: #549DD0;
}
.timeline .date,marquee{
    background-color:#b681c7 !important;
    background-image:none !important;
}
.ext .icon-container{
    background-color:#b681c7 !important;
}
.ext .header-menus{
    background-color:#b681c7 !important;
    background-image:none !important;
}
mark {
	color: #ffffff;
	background: #549DD0;
}
.art-link:hover,.sub_arts div a:hover,.countdown span:first-of-type{
    color: #549DD0;
}
.main-menu ul li a:hover {
    background-color: #549DD0;
	color: #ffffff;
}
.timeline:before{
    border-left: 15px solid  #549DD0;
    right: -15px;
}
.countdown span:last-of-type{
	color: #b681c7;
}
.error .backhome:hover
{
    background:#549DD0 !important;
}
.dr {
    background-color: #549DD0;
	color: #ffffff;
}
.dr-collage .text:before{
    border-left: 30px solid #549DD0;
    border-top: 30px solid transparent;
    left: -5px;
    bottom:-5px;
}
.dr-collage .text:after{
    border-right: 30px solid #549DD0;
    border-bottom: 30px solid transparent;
    right: -5px;
    top:-5px;
}
.icon-container li span {
    background-color: rgba(255, 255, 255, .2)
}
.counters li{
    background-color: rgba(255, 255, 255, .2);
}
.icon-container ul a:hover span {
    border-radius: 35% 20% 35% 20%;
    border-color: #ffffff75;

}
.attachment1 {
    background-color: #549DD0;
    color: #ffffff;
}
.attachment .download {
    background-color: #549DD0;
    color: #ffffff;
}
.numbers .image{
    color: #ffffff;
    background-color: #549DD0;
}
.download:hover {
    background-color: #549DD0;
    color: #ffffff;
}
.attachment1 .btn {
    border: 2px solid #ffffff;
}
.btn::before, .btn::after {
    background: #ffffff;
}
.attachment1:hover .btn {
    color: #549DD0;
}
.programm .title:hover {
    background-color: #549DD0;
    color: #ffffff;
    opacity: 0.8;
}
.image_card .image:before,.timeline li:after,.timeline:after{
    background-color: #549DD0;
}
#copy-url-btn:hover {
    background-color: #549DD0;
    color: #ffffff;
}
.timeline li:before{
    border-color: #549DD0;
}
.icon-container:not(.stats),.header-menus,.side-menu > ul > li:hover {
    background-color: #549DD0;
    background-image: linear-gradient(90deg, #549DD0 0%, #b681c7 100%);
    color: #ffffff;
}


.stats li:nth-child(odd) span,.percentage span.active{
    background-color: #549DD0;
}
.stats li:nth-child(even) span,.percentage span{
    background-color: #b681c7;
}
.side-menu > ul > li:hover{
    border-color:#549DD0;
}
.top_list li:after,.dr-details hr{
    color: #ffffff;
    opacity:0.6;
}
#hangouts {
    right: 40px;
}
#hangouts .tooltip {
    right: 5px;
}
#hangouts .tooltip::after {
    right: 50%;
    margin-right: -5px;
}
#scroll {
    background-color: #549DD0;
    color: #ffffff;
    left: 48px;
}
.news_card li b{
    border-bottom-left-radius: 0;
}
.sub_arts .expandable > li:hover h3 {
    background-color: #549DD0;
    color: #ffffff;
}
.sub_arts .expandable > li.current h3 {
    background-color: #549DD0;
    color: #ffffff;
}
.sub_arts .expandable > li h3.current {
    background-color: #549DD0;
    color: #ffffff;
}
.search_form input[type=submit]:hover {
    background-color: #549DD0;
    color: #ffffff;
}
footer .footer-before {
    background-color: #549DD0;
    background-image: linear-gradient(90deg, #549DD0 0%, #b681c7 100%);
}
.sub_arts .m li:hover{
    background-color: #549DD0;
}
#fancybox {
    border-bottom: 5px solid #549DD0;
}
.news_card li .title:hover {
    border-color:#549DD0;
}
.pagination li:not(:first-of-type):not(:last-of-type):hover a, .pagination li:not(:first-of-type):not(:last-of-type):active a{
    color: #ffffff;
    background: #549DD0;
    border: 1px solid #549DD0;
}
.download-file .dwn:hover {
    color: #549DD0;
}
.logo-section #logo-small {
    background-image: url(../images/logo-sm-left.svg);
}
.main-section .share-icon li:nth-child(1) a {
    border-top-left-radius: 3px;
}
.main-section .share-icon li:nth-child(3) a {
    border-bottom-left-radius: 3px;
}

.top_list li:last-child:after { 
    margin-right: 0;
}
.main-menu li ul{
    left: 0;
}
.main-menu ul i {
    right: 13px;
}
.news-content,.header-menus  {
    right: 0;
}
.main-menu ul li a {
    padding-left: 20px;
    padding-right: 30px;
}
.main-menu > li > ul > li > ul, .main-menu li > ul > li > ul > li > ul {
    left: 97%;
}
.image-container {
    margin-left: 0;
    margin-right: 40px;
}
.search-form {
    right: 30px;
}
.main-section .share-icon {
    left: -75px;
}
.head-main .ui-icon {
    right: -20px;
}
.head-main .ui-icon .reading-icon {
    right: 325px;
}
.head-main .ui-icon .reading-icon.push {
    right: 45px;
}
.head-main .ui-icon .reading-icon i:hover {
    color: #ffffff;
    background: #549DD0;
}
.sub_arts {
    padding-right: 30px;
}
.update-date {
    right: 342px;
}
.dr-collage {
   right: 40px;
}
.details li i {
    margin-right: 10px !important;
}
.collage-news li span {
    text-align: left;
    padding-left: 10px;    
}
.news_card li b {
    background-color: #549DD0;
	color: #ffffff;
    left: 0;
}
.sub_arts .news_card li .title {
    margin-left: 10px;
}
.top_list a i{
    margin-right: 5px;
}
footer .news_card li b {
    left: -10px;  
}
.side-menu > ul > li {
    text-align: left;
}
.side-menu > ul > li > a > i {
    padding-left: 30px;
    right: 14px;
}
.side-menu > ul > li > ul > li > i {
    margin-right: 20px;
}
#father > li {
    text-align: left;
}
#father > li > a > i {
    padding-left: 30px;
    right: 14px;
}
#son > li > i {
    margin-right: 20px;
}
.programm .title {
    left: 0;
    right: 0;
}
.activity .title, .staff .title {
    text-align: left;
}
.image_card .title {
    left: 0;
    right: 0;
}
.staff .title p {
    text-align: left;
}
.activity .owl-theme .owl-prev, .staff .owl-theme .owl-prev {
    left: -75px !important;
}
.container-sec .owl-theme .owl-prev {
    left: -75px !important;
}
.owl-theme .owl-nav .owl-prev {
    background-color: #549DD0;
	color: #ffffff;
}
.owl-theme .owl-nav .owl-next {
    background-color: #549DD0;
	color: #ffffff;
}

.compensate-for-scrollbar {
    margin-left: 0 !important;
}
#scroll .fa-angle-double-up, #scroll .fa-angle-up {
    left: 9px;
}
.single-photo.video a::after {
    left: 44%;
}
.single-photo {
    margin-left: 20px;
    float: right;
}
.main-section .shadow-img{
    text-align: left;
}
.photo {
    margin-left: 20px;
    float: right;
}
.owl-carousel.news_card li, .border_card li {
    text-align: left;
}
.grid5 li { 
    text-align: left;
}
table tfoot .links {
    text-align: left;
}
table thead {
    background:#549DD0;
}
table thead th {
	border-right: 2px solid #FFFFFF;
}
table thead th:first-child {
	border-right: none;
}
.btn::before, .btn::after {
    right: 0;
}
.attachment .download {
    right: 10px;
}
.download-file .dwn {
    right: 15px;
}
.dr-cv .social-icons ul li:nth-child(1) a:hover{
    background-color: #549DD0;
}
.form-group {
    margin-right: 20px;
}
footer h5 {
    text-align: left;
}
footer h5::after {
    left: 0;
    border: 1px solid #549DD0;
}
footer .news_card li p {
    padding-left: 10px;
}
.footer-logo-content p {
    float: left;
}
footer .footer-container .call ul li i {
    margin-right: 20px;
}
.call-us .call ul li {
    justify-content:  left;
}
.call-us .call ul li #num {
    margin-left: 10px;
}
footer .footer-container .social ul li:nth-child(1) {
    margin-left: 0;
}

.search-toggle {
    float: right;
}
#copy-url {
    left:-10000px;
}
@keyframes aaa{
    0%{
        right: -110%;
    }
    50%{
        right: 10%;
    }
    100%{
        right: -10%;
    }
}
@media (max-width:1270px){
    .main-section .share-icon li:nth-child(1) a {
        border-top-right-radius: 3px;
        border-top-left-radius: 0px;
    }
    .main-section .share-icon li:nth-child(3) a {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0px;
    }
    .main-section .share-icon {
        left: -40px;
    }

    .header_menus {
        left: 0;
    }
    .top_list {
        text-align: left;
    }
}
@media (max-width:910px){
    .logo-section #logo-small {
        margin-left:28px;
    }
    .ext .logo-section #logo-small {
        margin-left:10px;
    }
    #menuToggle {
        float: right;
        margin-right: 40px;
    }
    .menus {
        right: 0;
    }
    #menuToggle input {
        left: -22px !important;
    }
    .menus .main-menu li ul {
        left: 0 !important;
    }
    .menus .main-menu > li a i {
        padding-left: 5%;
        right: 0;
    }
    .main-menu > li > ul > li > ul, .main-menu li > ul > li > ul > li > ul {
        padding-left: 20px;
    }
    .main-menu ul li a {
        padding-left: 10%;
        padding-right: 6%;
    }
    .head-main .ui-icon .reading-icon {
        right: 45px;
    }
    .dr-cv .social-icons ul li a {
        margin-left: 10px;
    }
    .update-date {
        right: 40px;
    }
    .sub_arts div.sub-list {
        margin-right: 0;
    }
    .single-photo {
        margin-left:30px;
    }
    #dr-photo {
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
    }

}
@media (max-width: 768px) {
    
    .image-container {
        margin-left: 40px !important;
        margin-right: 40px;
    }

}
@media (max-width: 500px){

    .main-section .share-icon {
        left: -40px;
    }
    .main-section .share-icon li:nth-child(1) a {
        border-top-right-radius: 0px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .main-section .share-icon li:nth-child(3) a {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 3px;

    }
    .news_card li .title {
        margin-left:10px;
    }
    .search_form select {
        margin-left: 10px;
    }
    .dr {
        margin-right: 0;
    }
    .head-main .ui-icon .reading-icon{
        right: 15px;
    }
  
    .single-photo {
        float: none;
    }
    .single-photo.video a::after {
        left:37%
    }
    #scroll {
        left:auto;
        right: 48px;
    }
}
    .timeline li:nth-child(even) a{
        transform: translateY(-10px);
    }
    .header-menus{
        border-radius: 0 0 0 10px;
    }
    .main-menu ul i,.menus .main-menu > li a i, .pagination li:last-of-type , .pagination li:first-child {
        transform: rotate(180deg) !important;
    }

    .main-menu ul li a{
        padding: 10px 30px 10px 20px;
    }
    .owl-carousel li,marquee p{
        direction:ltr;
    }
    @media (max-width:910px){
        .menus {
            transform: translate(100%, 0);
        }
    }
    @media (max-width:620px){
        .header-menus {
            transform: translate(100%, 0);
        }
    }