@import url('https://fonts.googleapis.com/css?family=Tajawal:400,500,700,800&display=swap&subset=arabic');
@font-face {
    font-family: 'iconFont';
    src: url("fonts/iconfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.rtl {
    /* font-family: droid-n, Arial, Helvetica, sans-serif; */
    font-family: 'Tajawal', sans-serif;
}

.ltr,
.ltr * {
    font-family: 'Tajawal', sans-serif;
}

.fa {
    font-family: FontAwesome !important;
}

body {
    font-size: 13px;
    color: #333;
    /* background: url(../images/backgrounds/bg.png) repeat center top #eeedeb; */
}

.maintenance-page #page-wrapper {
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(180, 180, 180, 0.61);
    margin-top: 22px;
    min-height: 305px;
    padding: 33px;
    border-radius: 6px;
    text-align: center;
    font-family: droid;
    line-height: 94px;
}

.main-container {
    background-color: rgba(255, 255, 255, 0.81);
    margin-top: 11px;
    border-top: 7px solid #3C7A75;
    padding-top: 16px;
    margin-bottom: 21px;
    border-bottom: 1px solid #cdcdcd;
}


/* ------------------------Lyout ------------------*/


/* frontpage
----------------*/


/* .center-col [class^="col-"],
.bottom-3b [class^="col-"] ,
.bottom-merged-right [class^="col-"],
.top-merged-right [class^="col-"] {
    padding: 0;
} */

.rtl .bottom-merged-right .wide,
.rtl .top-merged-right .wide {
    padding-left: 8px;
}

.ltr .bottom-merged-right .wide,
.ltr .top-merged-right .wide {
    padding-right: 8px;
}

.rtl .bottom-merged-right .narrow,
.rtl .top-merged-right .narrow {
    padding-right: 11px;
}

.ltr .bottom-merged-right .narrow,
.ltr .top-merged-right .narrow {
    padding-left: 11px;
}

.left-col {
    width: 380px;
    display: none;
}

.rtl .left-col {
    margin-right: 19px;
}

.ltr .left-col {
    margin-left: 19px;
}


/*---------------------------------------------------*/


/* top-header */

.top-header {
    background-color: #341b13;
}

#block-social .title {
    display: none;
}

#block-social {
    padding: 10px 10px 5px;
    background: #eee;
    /* height: 200px; */
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: left;
}

.ltr #block-social {
    float: right;
    padding: 10px 10px 5px;
}

#block-social li {
    padding: 0 3px;
}

#block-social li a {
    transition: 0.3s ease-in-out;
    color: #838383;
}

#block-social li a:hover {
    color: #9d8248;
}


/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}


/*
  * Just a quick hamburger
  */

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    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%;
}


/*
  * Transform all the slices of hamburger
  * into a crossmark.
  */

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}


/*
  * But let's hide the middle one.
  */

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}


/*
  * Ohyeah and the last one should go the other direction
  */

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}


/*
  * Make this absolute positioned
  * at the top left of the screen
  */

#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}


/*
  * And let's slide it in from the left
  */

#menuToggle input:checked~ul {
    transform: none;
}


/* main-header
---------------------*/

.wrap {
    position: relative;
}

#header {
    padding: 15px 0;
    background: #fff;
    z-index: 10;
    height: 115px;
}

#header.fixed {
    position: fixed !important;
    transition: 0.4s ease-in-out;
    background: #fff !important;
    z-index: 555;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
    height: 100px !important;
}

#header.fixed .logo {
    text-align: left;
}

#header.fixed .logo img {
    width: 90% !important;
    display: inline-block;
}

/* #header.fixed #block-psau-branding .logo-area .slideMenuButton {
    right: 0;
} */

#header.fixed #block-psau-main-menu {
    margin-top: 15px;
}

#header.fixed #block-psau-search {
    display: none;
}

#header .container {
    position: relative;
}

#block-psau-branding {
    padding: 0;
}

#block-psau-branding .logo-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#block-psau-branding .logo-area .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#block-psau-branding .logo-area .logo a {
    width: 155px;
    flex: none;
}

#block-psau-branding .logo-area .logo h1 {
    padding-right: 20px;
    font-weight: bold;
    margin-top: 40px;
    color: #3C7A75;
    font-size: 19px;
}

.ltr #block-psau-branding .logo-area .logo h1 {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 17px;
}

#header.fixed #block-psau-branding .logo-area .logo h1 {
    margin-top: 15px;
    font-size: 20px;
    text-align: right;
}

.ltr #header.fixed #block-psau-branding .logo-area .logo h1 {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
}

#header.fixed #block-psau-branding .logo-area .logo a {
    width: 110px;
}

#block-psau-branding .logo-area .slideMenuButton {
    position: absolute;
    right: -46px;
    margin-top: 30px;
}

#block-psau-branding .logo-area .slideMenuButton a {
    color: #3c7974;
}

.ltr #block-psau-branding .logo-area .slideMenuButton {
    position: absolute;
    left: -46px;
}

#block-psau-branding .logo-area .logo img {
    max-width: 100%;
    width: 135px;
}

.ltr #block-psau-main-menu .navbar-collapse>ul {
    position: relative;
    text-align: left;
}

.main-header #block-psau-social ul li a {
    display: inline-block;
    vertical-align: top;
    background-color: #eee;
    padding: 6px;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 4px;
}

.main-header #block-psau-social ul li.facebook a {
    background-color: #3b5998;
    color: #fff;
}

.main-header #block-psau-social ul li.twitter a {
    background-color: #8cc9f5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
}

.main-header #block-psau-social ul li.instagram a {
    background-color: #c99211;
    color: #fff;
    font-size: 16px;
    padding: 3px;
    padding-top: 3px;
}

.rtl .main-header #block-psau-social ul li.instagram a {
    padding-right: 4px;
}

.ltr .main-header #block-psau-social ul li.instagram a {
    padding-left: 4px;
}

.main-header #block-psau-social ul li.youtube1 a {
    background-color: #d02700;
    color: #fff;
    text-align: center;
    padding: 4px;
}

.main-header #block-psau-social ul li.rss a {
    background-color: #e08d2d;
    color: #fff;
}

.main-header #block-psau-social ul li.sms a {
    background-color: #3C7A75;
    font-size: 22px;
    padding: 0 6px;
    color: #fff;
}

.rtl .main-header #block-psau-social ul li.sms a {
    padding-right: 7px;
}

.ltr .main-header #block-psau-social ul li.sms a {
    padding-left: 7px;
}

.main-header #block-psau-social ul li.snapchat a {
    background-color: #ffff00;
    color: #bfbfbf;
}

.main-header #block-views-block-frontpage-block-1 {
    font-family: droid;
    font-size: 12px;
    color: #908e8e;
    margin: 0 10px;
}

.rtl .main-header #block-views-block-frontpage-block-1 {
    float: left;
}

.ltr .main-header #block-views-block-frontpage-block-1 {
    float: right;
}


/* top-menu-menu */

.top-menu-menu {
    padding-top: 10px;
}


/* .main-header #block-psau-topmenu
--------------------------------------*/

.rtl .main-header #block-psau-topmenu {
    float: left;
}

.ltr .main-header #block-psau-topmenu {
    float: right;
}


/* main-menu
-----------------*/

#block-psau-main-menu {
    margin-top: 43px;
    /* width: 96%; */
}

#block-psau-main-menu .navbar {
    padding: 0;
}

.dropdown-toggle::after {
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    /* vertical-align: middle; */
    /* padding-top: 20px; */
    vertical-align: -2px;
}

#block-psau-main-menu .navbar-collapse {
    padding: 0;
    justify-content: flex-end;
    /* font-family: droid-n; */
}

#block-psau-main-menu .navbar-collapse>ul {
    position: relative;
    text-align: left;
}

#block-psau-main-menu .level-0 {
    display: inline-block;
    padding: 10px 7px 26px;
    position: static;
}

#header.fixed #block-psau-main-menu .level-0 {
    padding: 10px 10px 20px 5px;
}

.ltr #block-psau-main-menu .level-0 {
    display: inline-block;
    padding: 10px 14px;
    position: static;
}

#block-psau-main-menu .level-0.notmega {
    position: relative;
}

.top-header .level-0.notmega>ul {
    width: 315px;
}

#block-psau-main-menu .level-0.notmega>ul {
    width: 220px;
    padding: 0;
}

#block-psau-topmenu .level-0.notmega>ul {
    width: 360px;
    min-height: 150px;
    background: rgba(66, 43, 35, 0.9);
}

#block-psau-topmenu .menu-icon ul {
    padding-right: 125px;
}

#block-psau-topmenu .level-0.notmega {
    position: relative;
}

.rtl #block-psau-main-menu .level-0.notmega>ul {
    right: -7px;
}

.rtl #block-psau-main-menu .level-0.notmega>ul {
    left: -7px;
}

#block-psau-main-menu .level-0.notmega>ul a {
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    color: #333;
    font-size: 14px;
    padding: 7px 10px;
    margin-bottom: 0;
    display: block;
}

#block-psau-main-menu .level-0.notmega>ul a:hover {
    background-color: #cf9c28;
    color: #fff;
}

#block-psau-topmenu .level-0.notmega>ul a:hover {
    background-color: #cf9c28;
    color: #fff;
}

#block-psau-main-menu .navbar-collapse>ul>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

#block-psau-main-menu .navbar-collapse>ul>li>a:hover {
    color: #3C7A75;
}

#block-psau-main-menu .navbar-collapse>ul>li .caret {
    color: #3C7A75;
}

#block-psau-topmenu .caret {
    display: none;
}

.ltr .language-switcher-language-url li.ar a:hover::after {
    color: #3C7A75;
}

#block-psau-languageswitcher li {
    list-style: none;
}

body.ar #block-psau-languageswitcher .ar {
    display: none;
}

body.en #block-psau-languageswitcher .en {
    display: none;
}

.ltr .top-header #block-psau-languageswitcher .content a {
    font-family: droid-n !important;
}

.main-menu .level-0>ul {
    width: 100%;
    border-radius: 0;
    background: #f5f5f5;
}

.main-menu .level-0:hover>ul,
#block-psau-topmenu .level-0:hover>ul {
    margin-top: 0;
}

.main-menu .level-1 ul,
#block-psau-topmenu .level-1 ul {
    position: static;
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    display: block;
    overflow: hidden;
    float: none;
    padding-top: 0;
    margin-top: 0;
    background: transparent;
}

.main-menu .level-1>a {
    color: #3C7A75;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    white-space: normal;
    display: block;
}

.main-menu .level-1>a:hover,
#block-psau-topmenu .level-1>a:hover {
    background: 0;
    color: #ca9212;
}

.main-menu .level-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    display: block;
}

.main-menu .level-1 {
    vertical-align: top;
    border-left: 1px solid rgba(112, 112, 112, 0.21);
    height: 100%;
    padding: 0;
    vertical-align: top !important;
}

.main-menu .level-1:last-child {
    border: none;
}

.main-menu>ul>li>ul>li:last-child {
    border-bottom: 0;
}

.main-menu li.level-2,
#block-psau-topmenu ul li.level-2 {
    width: 220px;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    list-style: outside;
    /* font-family: droid-n; */
}

.main-menu li.level-2 a,
#block-psau-topmenu ul li.level-2 a {
    color: #4a1909;
    padding: 5px 5px;
}

.main-menu .level-1>ul>li>a {
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: inherit;
}

.main-menu .level-1>ul>li>a:hover {
    background-color: #ca9212;
    color: #fff;
}


/*
more-link
----------------*/

.more-link {
    text-align: left;
    position: relative;
    width: 1270px;
    margin: auto;
}

.ltr .more-link {
    text-align: right;
}

.more-link a {
    color: #3C7A75;
    font-size: 18px;
    width: 125px;
    display: inline-block;
    text-align: right;
}

.ltr .more-link a {
    text-align: left;
}

.more-link a i {
    display: inline-block;
    float: left;
    margin-top: 7px;
}

.ltr .more-link a i {
    float: right;
    transform: rotate(180deg);
}

.more-link a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: #3C7A75;
    width: 125px;
}

.ltr .more-link a::after {
    right: 0;
    left: auto;
}

 

.slider .item video {
    width: 100%;
    /* height: 100%; */
}
 

/*block-psau-views-block-slider-slider
--------------------------------------*/



/*block-psau-eservices
--------------------------*/

#block-alkhdmatalalktrwnyt {
    padding: 10px 0;
}

#block-alkhdmatalalktrwnyt h2.title {
    display: none;
}

#block-alkhdmatalalktrwnyt .services .services-title {
    margin-bottom: 30px;
}

#block-alkhdmatalalktrwnyt .services .services-title h3 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
}

#block-alkhdmatalalktrwnyt .services .services-title p {
    font-size: 15px;
}

#block-alkhdmatalalktrwnyt .services .service-item {
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.175);
    min-height: 150px;
    margin-bottom: 20px;
    color: #4a1909;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 4px;
    text-align: center;
}

#block-alkhdmatalalktrwnyt .services .service-item:hover {
    background-color: #4a1909 !important;
    color: #fff;
}

#block-alkhdmatalalktrwnyt .services .service-item:hover a {
    color: #fff;
}

#block-alkhdmatalalktrwnyt .services .service-item a img {
    margin-bottom: 10px;
}

#block-alkhdmatalalktrwnyt .services .services-more {
    /* position: relative; */
}

#block-alkhdmatalalktrwnyt .services .services-more a {
    color: #ffa600;
    font-size: 18px;
    font-weight: bold;
}

#block-alkhdmatalalktrwnyt .services .services-more a i {
    transition: 0.3s ease-in-out;
}

#block-alkhdmatalalktrwnyt .services .services-more a:hover i {
    padding-right: 5px;
}

#block-alkhdmatalalktrwnyt .services .services-more::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: #ffa600;
    width: 125px;
}

.ltr #block-alkhdmatalalktrwnyt .services .services-more::after {
    left: auto;
    right: 0;
}

#block-tech {
    margin-bottom: 20px;
}

#block-tech img {
    width: 100%;
}


/* block-psau-tawasol
-------------------------*/

#block-psau-tawasol .content a {
    display: block;
    color: #eaeaea;
    font-family: arabic2;
    font-size: 21px;
    padding: 15px;
    background: url(../images/icons/envelope.png) no-repeat 88% center #3C7A75;
}

.rtl #block-psau-tawasol .content a {
    padding-right: 109px;
}

.ltr #block-psau-tawasol .content a {
    padding-left: 94px;
    background: url(../images/icons/envelope.png) no-repeat 7% center #3C7A75;
}


/* inner-top-1 */

.inner-top-1 {
    position: relative;
}

.inner-top-1 #block-social {
    position: absolute;
    top: 72px;
    background: transparent;
    left: 80px;
    z-index: 10;
    height: 39px;
    width: 204px;
}


/* block-news
----------------------------------------

#block-news {
    padding: 50px 0 20px 0;
    position: relative;
}

#block-news::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -81px;
    width: 165px;
    height: 160px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

#block-news .container {
    max-width: 100% !important;
    padding: 0;
}

#block-news h2.title {
    margin-bottom: 5px;
    text-align: center;
    border: none;
}

.subtitle {
    color: #cf9c28;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

#block-news h2.title span {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
}

#block-news li {
    list-style: none;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    /* padding: 0 20px; 
    position: relative;
    /* height: 440px;  
    transition: 0.2s ease-in-out;
    overflow: hidden;
}

#block-news li:hover {
    transform: scale(1.1);
    z-index: 55
}

#block-news .image {
    height: 100%;
}


/* #block-news .image img {
    height: 100%;
}  

#block-news h4.title {
    padding: 20px;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    right: 0;
}

#block-news li:hover .title {
    background: #64240f;
}

.ltr #block-news h4.title {
    padding-left: 86px;
    padding-right: 10px;
}

#block-news .title a {
    color: #fff;
    font-size: 18px;
}

#block-news .title a:hover {
    color: #3C7A75;
}

#block-news .title a:hover .full-trimmed-title {
    display: block;
}

#block-news .full-trimmed-title {
    display: none;
    width: 88%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

#block-news .full-trimmed-title a {
    color: #fff;
}

#block-news .full-trimmed-title.open {
    display: block;
}

#block-news .views-field-created {
    position: absolute;
    bottom: 60px;
    width: 50px;
    right: 13px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #3C7A75;
}

.ltr #block-news .views-field-created {
    left: 12px;
    right: auto;
}

#block-news .description {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: #000;
}

#block-news .more {
    font-weight: bold;
    color: #ec3428;
    margin: 5px;
    display: block;
}

#block-news .views-field-uid {
    position: absolute;
    bottom: 14px;
    right: 36px;
    font-size: 15px;
}

.ltr #block-news .views-field-uid {
    left: 36px;
    right: auto;
}

#block-news .views-field-uid::before {
    content: '\f040';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -23px;
}

.ltr #block-news .views-field-uid::before {
    left: -17px;
    top: 3px;
    right: auto;
}

.rtl #block-news .more {
    float: left;
}

.ltr #block-news .more {
    float: right;
}

#block-news .more a {
    color: #ec3428;
}

#block-news .more a:after {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.rtl #block-news .more a:after {
    content: '\f0a8';
    margin-top: 6px;
}

.ltr #block-news .more a:after {
    content: '\f18e';
    margin-top: 0;
    font-weight: normal;
}

.rtl #block-news .owl-dots {
    left: 0;
}

#block-news .owl-dots {
    display: block;
}

.ltr #block-news .owl-dots {
    right: 0;
}

#block-news .owl-carousel .owl-stage-outer {
    padding: 30px 0;
}

#block-news .owl-nav>div {
    position: absolute;
    top: 44%;
    font-size: 41px;
    color: #e8e8e8;
}

#block-news .owl-nav>div.owl-next {
    left: 5px;
}

#block-news .owl-nav>div.owl-prev {
    right: 5px;
}
*/

/* block-announcements
-----------------------------------------*/

#block-announcements {
    padding: 10px 0 30px 0;
}

#block-announcements .container {
    width: 100%;
    padding: 0;
}

#block-announcements h2.title {
    height: 45px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

#block-announcements h2.title span {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
}

#block-announcements .content ul {
    display: flex;
    flex-direction: column;
    height: 520px;
    flex-wrap: wrap;
}

#block-announcements .content ul li:first-child {
    list-style: none;
    width: 50%;
    height: 520px;
}

#block-announcements .content ul li {
    width: 25%;
    list-style: none;
    height: 260px;
    position: relative;
}

#block-announcements .content ul li img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#block-announcements .content ul li .views-field-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
    background-image: -webkit-linear-gradient( 95deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
}

#block-announcements .content ul li .views-field-title h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#block-announcements .content ul li .views-field-title h3 a {
    color: #fff;
}

#block-announcements .content ul li .views-field-title h3 a:hover {
    color: #c7922c;
}


/* block-psau-views-block-quick-access-block-1
--------------------------------------------------*/


/*block-media-gallery
----------------------------------------*/

.rtl #block-media-gallery {
    margin-left: 9px;
}

.ltr #block-media-gallery {
    margin-right: 9px;
}

#block-media-gallery li {
    list-style: none;
    display: inline;
}

#block-media-gallery .item-list>ul {
    text-align: center;
}

#block-media-gallery .item-list>ul>li {
    display: inline-block;
    position: relative;
    width: 166px;
    height: 112px;
    overflow: hidden;
    margin: 5px;
}

#block-media-gallery .item-list>ul>li .title a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    color: #fff;
    text-align: center;
    padding: 23px;
    line-height: 26px;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#block-media-gallery .item-list>ul>li .title a:hover {
    opacity: 1;
}

#block-media-gallery h2.title {
    display: none;
}

#block-media-gallery h2.title:before {
    content: '\f03e';
    font-family: FontAwesome;
}

.rtl #block-media-gallery h2.title :before {
    margin-left: 13px;
}

.ltr #block-media-gallery h2.title :before {
    margin-right: 13px;
}

#block-media-gallery .views-field-field-photos img {
    height: 210px;
}

#block-media-gallery li a {
    color: #fff;
    margin: 11px 0;
    display: block;
    font-size: 17px;
}

#block-media-gallery li a:hover {
    color: #9d8248;
}

#block-media-gallery .more-link {
    position: absolute;
    bottom: 0;
    background-color: rgb(111, 93, 81);
    padding: 7px 16px;
    font-family: droid;
    font-size: 10px;
}

.rtl #block-media-gallery .more-link {
    left: 0;
}

.ltr #block-media-gallery .more-link {
    right: 0;
}

#block-media-gallery .more-link a {
    color: #fff;
}


/* block-video
------------------------------------------*/

.rtl #block-video {
    margin-left: 0;
}

.ltr #block-video {
    margin-right: 0;
}

#block-video li {
    list-style: none;
}

#block-video iframe {
    height: 100%;
    width: 100%;
}

#block-video h2.title {
    display: none;
}

#block-video h2.title:before {
    content: '\f16a';
    font-family: FontAwesome;
}

.rtl #block-video h2.title:before {
    margin-left: 13px;
}

.ltr #block-video h2.title:before {
    margin-right: 13px;
}

#block-video .views-field-field-video {
    position: relative;
}

#block-video .views-field-field-video .field-content {
    height: 280px;
}

#block-video .views-field-field-video img {
    width: 100%;
    height: auto;
}

#block-video .item-list>ul>li {
    position: relative;
}

#block-video .item-list .views-field-title {
    text-align: center;
}

#block-video .item-list .title {
    position: relative;
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 19px;
}

#block-video .item-list .title a {
    color: #fff;
    font-weight: 400;
}

#block-video .more-link {
    position: absolute;
    top: 25px;
    background-color: rgb(111, 93, 81);
    padding: 7px 16px;
    font-family: droid;
    font-size: 10px;
}

.rtl #block-video .more-link {
    left: 0;
}

.ltr #block-video .more-link {
    right: 0;
}

#block-video .more-link a {
    color: #fff;
}


/*bottom-1b
------------------------*/

.bottom-1b {
    border-top: 1px dotted #b7b6b6;
    margin-top: 15px;
    padding-top: 18px;
}

#block-itdllogo {
    margin-top: 81px;
}

.rtl #block-itdllogo {
    float: left;
    margin-left: 75px;
}

.ltr #block-itdllogo {
    float: right;
    margin-right: 75px;
}

#block-psau-footer h2.title {
    /* border-bottom: 2px solid #CA9212; */
    color: #ca9212;
    /* font-weight: bold; */
    font-size: 20px;
    margin-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    height: auto;
}

.rtl #block-psau-footer .content ul {
    margin-right: 0;
}

.ltr #block-psau-footer .content ul {
    margin-left: 21px;
}

#block-psau-footer .content ul li {
    width: 49%;
    margin: 3px;
    color: #3C7A75;
    margin-bottom: 11px;
    list-style: none;
    color: #3C7A75;
    margin-bottom: 25px;
}

#block-psau-footer .content ul li a {
    color: #3C7A75;
    font-size: 20px;
    font-weight: 500;
}

#block-psau-footer .content ul li a span {
    display: none;
}

#block-psau-footer .content ul li .dropdown-menu {
    position: relative;
    border: none;
    display: block;
    background: transparent;
    box-shadow: none;
    list-style-type: circle;
    width: 100%;
}

#block-psau-footer .content ul li .dropdown-menu li {
    margin-bottom: 10px;
    list-style-type: circle;
    list-style-position: inside;
    width: 100%;
}

#block-psau-footer .content ul li .dropdown-menu li a {
    font-size: 15px;
    color: #341b13;
    display: inline-block;
    padding: 0;
}

.rtl #block-psau-footer .content ul li {
    float: right;
}

.ltr #block-psau-footer .content ul li {
    float: left;
}


/* #block-psau-footer .content ul li a {
  font-weight: bold;
  color: #3C7A75;
} */


/* block-announcements
-----------------------------------------*/

#block-views-block-achievements-block-1 {
    overflow: hidden;
    padding: 70px 0;
}

#block-views-block-achievements-block-1 h2.title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #64240f;
}

#block-views-block-achievements-block-1 .content .views-field-title {
    text-align: center;
    padding: 10px 10px 20px 10px;
    font-size: 18px;
    transition: 0.3s;
}

#block-views-block-achievements-block-1 .content ul li .views-field-field-image {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block-views-block-achievements-block-1 .content ul li:hover .views-field-title {
    color: #3C7A75;
}

#block-views-block-achievements-block-1 .content ul li {
    list-style: none;
    text-align: center;
    border: 1px solid #e2e8ee;
    margin: 2px;
    transition: 0.3s;
    margin-bottom: 30px;
    background: #fff;
    min-height: 247px;
}

#block-views-block-achievements-block-1 .content ul li:hover {
    box-shadow: 0 10px 30px 0 rgba(94, 107, 126, 0.3);
}

#block-views-block-achievements-block-1 .content img {
    margin: 0 auto;
}

#block-views-block-achievements-block-1 .owl-nav {}

#block-views-block-achievements-block-1 .owl-nav>div {
    position: absolute;
    top: 34%;
    font-size: 41px;
    color: #e8e8e8;
}

#block-views-block-achievements-block-1 .owl-nav>div.owl-prev {
    right: -25px;
}

#block-views-block-achievements-block-1 .owl-nav>div.owl-next {
    left: -25px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #3C7A75;
}


/* event block
----------------------*/

#block-views-block-events-block-1 {
    padding: 40px 0 20px;
    position: relative;
}

#block-views-block-events-block-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    width: 119px;
    height: 118px;
    background: url(../images/icons/be1.png) no-repeat;
    background-size: contain;
}

#block-views-block-events-block-1::after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: -81px;
    width: 175px;
    height: 170px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

#block-views-block-events-block-1 h2.title {
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

#block-views-block-events-block-1 h2.title span {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
}

#block-views-block-events-block-1 .content ul li {
    margin-bottom: 23px;
    list-style: none;
    padding-top: 0;
    border: 1px solid #e2e8ee;
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-wrap: wrap;
}

.rtl #block-views-block-events-block-1 .content ul li {
    padding-left: 0;
}

.ltr #block-views-block-events-block-1 .content ul li {
    padding-right: 0;
}

#block-views-block-events-block-1 .views-field-field-img {
    height: 250px;
    width: 100%;
    z-index: 1;
    text-align: left;
    position: relative;
}

.ltr #block-views-block-events-block-1 .views-field-field-img {
    text-align: right;
}

#block-views-block-events-block-1 .views-field-field-img span {
    width: 100%;
    height: 100%;
    display: inline-block;
}

#block-views-block-events-block-1 .views-field-field-img span img {
    width: 100%;
    height: 100%;
}

#block-views-block-events-block-1 .content ul li .title {
    display: table-cell;
    vertical-align: middle;
}

#block-views-block-events-block-1 .content ul li .title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
}

.rtl #block-views-block-events-block-1 .content ul li .title a {
    transition: 0.3s;
}

.rtl #block-views-block-events-block-1 .content ul li .title a:hover {
    color: #3C7A75;
}

#block-views-block-events-block-1 .content ul li .title a {
    font-weight: bold;
    color: #3C7A75;
}

#block-views-block-events-block-1 .startDate {
    padding-right: 25px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    margin-left: 5px;
}

.ltr #block-views-block-events-block-1 .startDate {
    margin-left: 25px;
    padding-right: 5px;
}

#block-views-block-events-block-1 .finishDate {
    padding-right: 10px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

.ltr #block-views-block-events-block-1 .finishDate {
    padding-left: 10px;
}

#block-views-block-events-block-1 .startDate::before {
    content: '\f073';
    color: #3C7A75;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
    font-size: 18px;
}

.ltr #block-views-block-events-block-1 .startDate::before {
    left: -20px;
    right: auto;
}

#block-views-block-events-block-1 .finishDate::before {
    content: '-';
    color: #3C7A75;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
    font-size: 18px;
}

.ltr #block-views-block-events-block-1 .finishDate::before {
    left: 0;
    right: auto;
}

#block-views-block-events-block-1 .views-field-field-place-of-event {
    margin-top: 8px;
    padding-right: 25px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    margin-left: 5px;
}

.ltr #block-views-block-events-block-1 .views-field-field-place-of-event {
    padding-left: 25px;
    padding-right: 5px;
}

#block-views-block-events-block-1 .views-field-field-place-of-event::before {
    content: '\f041';
    color: #3C7A75;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
    font-size: 18px;
}

.ltr #block-views-block-events-block-1 .views-field-field-place-of-event::before {
    left: 0;
    right: auto;
}

.views-field-field-start-date-2,
.views-field-field-end-date {
    display: inline-block;
}

#block-views-block-events-block-1 .owl-nav>div {
    position: absolute;
    top: 25%;
    font-size: 41px;
    color: #e8e8e8;
}

#block-views-block-events-block-1 .owl-nav>div.owl-next {
    left: -25px;
}

#block-views-block-events-block-1 .owl-nav>div.owl-prev {
    right: -25px;
}


/* multimedia */

.multimedia {
    position: relative;
    margin: 0;
    background: #34241e;
}

.multimedia .multimedia-content {
    padding: 100px 0 70px 0;
}

.multimedia-title {
    margin-bottom: 30px;
}

.multimedia-title h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}


/* top-footer
-------------------------*/

.topfooter {
    /* padding: 50px 0;
    background: #f5f5f5;
    position: relative;
    background-size: cover; */
}

.footer-title h3 {
    color: #3C7A75;
    margin-bottom: 25px;
}

.contact-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 20px;
}

.ltr .contact-title {
    height: 70px;
    text-align: center;
}

.contact-title .con-icon {
    height: 100%;
    width: 18%;
    background: #3C7A75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-title .con-icon img {
    width: 40px;
    height: 27px;
}

.contact-title .contact-desc {
    height: 100%;
    background: #3C7A75;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82%;
    color: #fff;
    padding: 5px;
}

.contact-title .contact-desc h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.contact-box .contact-box-title {
    background: #341b13;
    color: #fff;
    padding: 18px 5px;
    text-align: center;
}

.topfooter h1 {
    font-size: 14px;
    line-height: 30px;
}

.contact-box .contact-box-title h3 {
    font-size: 20px;
}

.contact-box-data {
    padding: 15px 10px;
}

.contact-box-data ul {
    padding-right: 20px;
}

.ltr .contact-box-data ul {
    padding-left: 20px;
    padding-right: 0;
}

.contact-box-data li {
    list-style-type: disc;
    margin-bottom: 25px;
}

.contact-box-data li .right-side {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ltr .contact-box-data li .right-side {
    float: left;
}

.contact-box-data li .left-side {
    float: left;
    direction: ltr;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-right: 8px;
}

.ltr .contact-box-data li .left-side {
    float: right;
}

.contact-box-data li .left-side i {
    color: #3C7A75;
    font-size: 14px;
    margin-right: 6px;
}

.ltr .topfooter h1 {
    font-size: 16px;
}

.topfooter h2 {
    font-size: 16px;
    line-height: 25px;
    color: #c7922c;
}

.topfooter a {
    color: #c7922c;
}

.topfooter #top_section {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #715d52;
}

.topfooter #top_section .text-center {
    margin-top: -30px;
    background: #ca910c;
    padding: 6px;
    border-radius: 0 0 10px 10px;
}

.topfooter #top_section .text-center::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    color: #a5760b;
    border-top: 14px solid transparent;
    border-bottom: 0;
    border-left: 20px solid #7d5804;
}

.topfooter #top_section .text-center::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0px;
    color: #a5760b;
    border-top: 14px solid transparent;
    border-bottom: 0;
    border-right: 20px solid #7d5804;
}

.topfooter #top_section .text-center h2 {
    color: #fff;
}

.topfooter #bottom_section .contact_block {
    background: url(../images/icons/separate.png) no-repeat top right;
}

.topfooter #bottom_section .contact_block:first-child {
    background: none;
}

.ltr .topfooter #bottom_section .contact_block {
    background: url(../images/icons/separate.png) no-repeat top left;
}

.ltr .topfooter #bottom_section .contact_block:first-child {
    background: none;
}

.topfooter #bottom_section .contact_block i {
    margin-left: 10px;
}

.ltr .topfooter #bottom_section .contact_block i {
    margin-right: 10px;
    margin-left: 0;
}

.topfooter #bottom_section h2 {
    font-size: 19px;
    line-height: 32px;
}

.topfooter ul li.facebook a {
    background-color: #3b5998;
    color: #fff;
}

.topfooter ul li.twitter a {
    background-color: #8cc9f5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
}

.topfooter ul li.instagram a {
    background-color: #c99211;
    color: #fff;
    font-size: 16px;
    padding: 3px;
    padding-top: 3px;
}

.rtl .topfooter ul li.instagram a {
    padding-right: 4px;
}

.ltr .topfooter ul li.instagram a {
    padding-left: 4px;
}

.topfooter ul li.youtube1 a {
    background-color: #d02700;
    color: #fff;
    text-align: center;
    padding: 4px;
}

.topfooter ul li.rss a {
    background-color: #e08d2d;
    color: #fff;
}

.ltr .topfooter ul li.rss a {
    padding-left: 3px;
}

.topfooter ul li.sms a {
    background-color: #3C7A75;
    font-size: 22px;
    padding: 0 6px;
    color: #fff;
}

.rtl .topfooter ul li.sms a {
    padding-right: 7px;
}

.ltr .topfooter ul li.sms a {
    padding-left: 7px;
}

.topfooter ul li.snapchat a {
    background-color: #ffff00;
    color: #bfbfbf;
}


/* main-footer
-------------------------*/
/* 
.main-footer {
    background-color: #5D2509;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    padding: 30px 0;
}

.ltr .main-footer {
    font-size: 13px;
}

.main-footer a {
    color: #fff;
}

.main-footer a:hover {
    color: #c7922c;
}

.main-footer img {
    width: 50%;
} */


/* block-portals-feed
-------------------------*/

#block-portals-feed {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 19px;
    margin-top: 13px;
    min-height: 269px;
    position: relative;
    width: 380px;
}

.rtl #block-portals-feed {
    margin-right: 17px;
}

.ltr #block-portals-feed {
    margin-left: 17px;
}

#block-portals-feed h2.title {
    background-color: #ca9212;
    color: #fff;
    font-family: droid;
    font-size: 17px;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.rtl #block-portals-feed h2.title {
    margin-right: -26px;
}

.ltr #block-portals-feed h2.title {
    margin-left: -26px;
}

#block-portals-feed h2.title:before {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #ca9212;
    position: absolute;
    top: 31px;
    width: 5px;
    overflow: hidden;
    display: block;
}

.rtl #block-portals-feed h2.title:before {
    right: 1px;
}

.ltr #block-portals-feed h2.title:before {
    left: 1px;
}

#block-portals-feed h2.title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 68px;
    height: 38px;
    background-color: #3C7A75;
}

.rtl #block-portals-feed h2.title:after {
    right: 48px;
}

.ltr #block-portals-feed h2.title:after {
    left: 79px;
    width: 60px;
}

#block-portals-feed h2 span {
    position: relative;
    z-index: 9;
    word-spacing: 7px;
}

#block-portals-feed .content .item-list ul {
    margin-top: 10px;
}

#block-portals-feed .content .item-list ul li {
    color: #3C7A75;
    list-style: none;
    margin: 13px 0;
    line-height: 23px;
}

.rtl #block-portals-feed .content .item-list ul li {
    padding-right: 12px;
}

.ltr #block-portals-feed .content .item-list ul li {
    padding-left: 12px;
    font-size: 11px;
    line-height: 14px;
}

#block-portals-feed .content .item-list ul li:before {
    font-family: FontAwesome;
}

.rtl #block-portals-feed .content .item-list ul li:before {
    margin-right: -21px;
    margin-left: 13px;
    content: '\f100';
}

.ltr #block-portals-feed .content .item-list ul li:before {
    margin-left: -21px;
    margin-right: 13px;
    content: '\f101';
}

#block-portals-feed .content .item-list ul li a {
    font-weight: bold;
    color: #3C7A75;
}

#block-portals-feed .more-link {
    position: absolute;
    bottom: 0;
    background-color: rgb(111, 93, 81);
    padding: 7px 16px;
    font-family: droid;
    font-size: 10px;
}

.rtl #block-portals-feed .more-link {
    left: 0;
}

.ltr #block-portals-feed .more-link {
    right: 0;
}

#block-portals-feed .more-link a {
    color: #fff;
}


/* popupevents
---------------------*/

.popupevents {
    text-align: center;
    padding-top: 42px;
}

 
@media (max-width: 320px) {
    #block-psau-eservices .content ul li a {
        font-size: 9px;
    }
}

.ltr .text-left {
    text-align: right;
}

.contact-system {
    background: #fcfcfc;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.contact-system h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4a1909;
}

.contact-system p {
    font-size: 18px;
    font-weight: bold;
    color: #4a1909;
    margin-bottom: 25px;
}

.contact-system a {
    background: #3C7A75;
    color: #fff;
    padding: 20px 0;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    margin: auto;
    transition: 0.3s;
}

.contact-system a img {
    width: 40px;
    margin-left: 20px;
}

.ltr .contact-system a img {
    margin-right: 20px;
    margin-left: 0;
}

.contact-system a:hover {
    background: #4a1909;
}

.contact-system::after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: -81px;
    width: 175px;
    height: 170px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}


/* endcoures */

.articles-desc a:hover {
    color: #3C7A75;
}

.sec-title h2 {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 5px;
}

.sec-title p {
    color: #cf9c28;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}


/* courses */


/* partners */

.partners .partner-title {
    padding: 30px;
    background: url(../images/partners/back.png) no-repeat center center;
    position: relative;
}

.partners .partner-title .title-icon {
    border: 3px solid #f4f4f4;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    text-align: center;
    padding-top: 22px;
    margin-left: 15px;
}

.ltr .partners .partner-title .title-icon {
    margin-left: 0;
    margin-right: 15px;
}

.partners .partner-title .container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.partners .partner-title .title-word h2 {
    color: #ffa600;
    font-weight: bold;
}

.partners .partner-title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(74, 25, 9, 0.8);
}

.partners .partner-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: #ffa600;
    width: 64%;
}

.ltr .partners .partner-title::after {
    left: unset;
    right: 0;
}

.partners .partners-carousel {
    padding: 20px 0;
}

.partners .partners-carousel .item {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
}

.partners .partners-carousel .item img {
    max-height: 100%;
    max-width: 100%;
}

.none-front .wrap {
    padding: 0;
}

.none-front #header {
    padding-bottom: 15px;
    position: relative;
}
 

#header .navbar-toggle {
    width: 100%;
    margin-right: 0;
    background: #3C7A75;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.none-front .gates {
    display: none;
}

.main-inner-content {
    padding-bottom: 50px;
}


/* #block-breadcrumbs  */

#block-breadcrumbs {
    background: #4a1909;
    padding: 10px 0;
    color: #fff;
}

#block-breadcrumbs li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
}

#block-breadcrumbs li a {
    color: #fff;
    transition: 0.3s;
}

#block-breadcrumbs li a:hover {
    color: #ffa600;
}

#block-breadcrumbs .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}


/* block-psau-page-title */

#block-psau-page-title {
    margin-top: 45px;
}

#block-views-block-university-partners {
    padding: 35px 0;
}

#block-views-block-university-partners li .views-field-title {
    display: none;
}

#block-views-block-university-partners li {
    list-style: none;
}

#block-views-block-university-partners li .views-field-field-logo-image .field-content {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
}

#block-views-block-university-partners li .views-field-field-logo-image .field-content img {
    max-height: 100%;
    max-width: 100%;
}

.about-desc-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #d2d2d2;
}

.about-desc-content .about-img {
    margin-left: 15px;
    padding: 15px;
}

.about-desc-content .about-img img {
    width: 90px;
    height: 90px;
    border: 1px solid #3C7A75;
    padding: 2px;
}

.about-desc-content .about-words h2 {
    margin-right: 10px;
    font-weight: bold;
}

.desc-content ul,
p.desc-content ul {
    list-style-type: disc;
    padding: 20px 25px;
}

.desc-content ul li {
    list-style-type: disc;
    padding: 10px 5px;
    font-size: 17px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.desc-content ul li:before {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
    top: 19px;
}

.desc-content ul li a {
    color: #4a1909;
}

.desc-content ul li a:hover {
    color: #ffa600;
}

.menu-icon-231,
.menu-icon-142,
.menu-icon-209,
.menu-icon-223,
.menu-icon-206 {
    position: relative;
}

.menu-icon-231::before,
.menu-icon-142::before,
.menu-icon-209::before,
.menu-icon-223::before,
.menu-icon-206::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 14px;
    bottom: 5px;
    width: 120px;
    height: 109px;
}

.menu-icon-231::before {
    background: url(../images/men2.png);
}

.menu-icon-142::before {
    background: url(../images/men1.png);
}

.menu-icon-209::before {
    background: url(../images/men3.png) no-repeat center;
    background-size: cover;
}

.menu-icon-223::before {
    background: url(../images/men4.png) no-repeat center;
    background-size: cover;
}

.menu-icon-206::before {
    background: url(../images/men5.png) no-repeat center;
    background-size: cover;
}

.block-system-main-block {
    /* padding: 40px 0; */
    overflow: hidden;
}

.block-system-main-block ul li a {
    font-size: 17px;
    font-weight: 500;
}


/* #block-news .active:first-child li{
  transform: scaleY(1.5);
  background: black;
}
#block-news .owl-item:not(.active) + .owl-item.active{
  transform: scaleY(1.2);
} */


/* curve design */

.bottom-slide {
    position: relative;
    width: 100%;
    overflow: visible;
    height: 150px;
    margin-top: -150px;
}

.bottom-slide .av-extra-border-outer {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

.bottom-slide .av-extra-border-outer .av-extra-border-inner {
    top: 150px;
    width: 110%;
    height: 100%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    right: auto;
    left: 0;
}

.top-slide {
    position: relative;
    width: 100%;
    overflow: visible;
    height: 150px;
    margin-bottom: -150px;
}

.top-slide .av-extra-border-outer {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

.top-slide .av-extra-border-outer .av-extra-border-inner {
    position: absolute;
    width: 110%;
    height: 100%;
    bottom: 150px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    right: 0;
    left: auto;
}


/* drawer */

.drawer {
    display: none;
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer__header {
    /* Optional */
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.drawer__header .drawer__logo {
    display: flex;
    align-items: center;
}

.drawer__header .drawer__logo img {
    width: 65%;
    margin: auto;
}

.drawer__header .dark-mode {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.drawer__header .dark-mode a:hover {
    color: #4a1909;
}

.drawer__close {
    background-size: cover;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/themes/psau/images/icons/close.svg);
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 1rem;
    outline: none;
}

.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0);
    /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
    /* Optional */
    box-shadow: 0 2px 6px #777;
    overflow-x: visible;
    overflow-y: visible;
}

.ltr .drawer__wrapper {
    left: 0;
    right: auto;
    transform: translate3d(-103%, 0, 0);
    -webkit-transform: translate3d(-103%, 0, 0);
}

.drawer__wrapper::-webkit-scrollbar {
    display: none;
}

.drawer__content {
    height: 100%;
}

.drawer__content #block-psau-languageswitcher {
    display: none;
}

.drawer__content .top-menu>li {
    display: block;
    border-bottom: 1px solid #ededed;
}

.drawer__content .top-menu>li>a {
    display: block;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: 0.2s;
}

.drawer__content .top-menu>li>a.dropdown-toggle::after {
    display: none;
}

.drawer__content .top-menu>li>a:hover {
    background: #4a1909;
    color: #fff;
}

.drawer__content .top-menu>li>a:focus {
    background: #4a1909;
    color: #fff;
}

.drawer__content .top-menu>li>a:hover::before,
.drawer__content .top-menu>li>a:focus::before {
    transform: rotate(90deg);
}

.ltr .drawer__content .top-menu>li>a:hover::before,
.ltr .drawer__content .top-menu>li>a:focus::before {
    transform: rotate(-90deg);
}

.drawer__content .top-menu .open>a {
    background: #4a1909;
    color: #fff;
}

.drawer__content .top-menu .open>a::before,
.drawer__content .top-menu .open>a:focus::before {
    transform: rotate(90deg);
}

.drawer__content .top-menu .dropdown-toggle::before {
    display: inline-block;
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: bold;
    left: 36px;
    position: absolute;
    top: 9px;
    font-size: 22px;
    transition: 0.2s;
}

.ltr .drawer__content .top-menu .dropdown-toggle::before {
    right: 36px;
    left: auto;
    transform: rotate(360deg);
}

.drawer__content .top-menu .dropdown-menu {
    width: 400px;
    left: -400px;
    border-radius: 0;
    right: auto;
    top: 0;
    padding: 20px;
}

.ltr .drawer__content .top-menu .dropdown-menu {
    right: -400px;
    left: auto;
}

.drawer__content .top-menu .dropdown-menu li {
    list-style: inside;
    border-bottom: 1px solid #c7c7c7;
    padding: 7px 0;
    margin-bottom: 5px;
}

.drawer__content .top-menu .dropdown-menu li a {
    color: #4a1909;
    font-size: 16px;
    transition: 0.3s;
    display: inline;
    padding: 0;
}

.drawer__content .top-menu .dropdown-menu li::marker {
    padding: 0;
}

.drawer__content .top-menu .dropdown-menu li a:hover {
    color: #3C7A75;
}

.drawer__content .top-menu .dropdown-menu li:last-child {
    border: none;
}

.drawer__content .social-links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    padding: 10px;
    text-align: left;
}

.drawer__content .social-links li a {
    color: #838383;
}

.drawer--left .drawer__wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
    display: block;
}

.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drawer.is-visible .drawer__overlay {
    opacity: 0.5;
}


/* contact-systetm */

.contact-system {
    background: #fcfcfc;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.contact-system h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4a1909;
}

.contact-system p {
    font-size: 18px;
    font-weight: bold;
    color: #4a1909;
    margin-bottom: 25px;
}

.contact-system a {
    background: #3C7A75;
    color: #fff;
    padding: 20px 0;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    margin: auto;
    transition: 0.3s;
}

.contact-system a img {
    width: 40px;
    margin-left: 20px;
}

.contact-system a:hover {
    background: #4a1909;
}

.contact-system::after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: -81px;
    width: 175px;
    height: 170px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}


/* darkmode */

.darkMode {
    background: #17191a;
}

.darkMode #header {
    background: #17191a;
    color: #fff;
}

.darkMode #header #block-psau-main-menu .navbar-collapse>ul>li>a {
    color: #fff;
}

.darkMode #header #block-psau-main-menu .navbar-collapse>ul>li .caret {
    color: #fff;
}

.darkMode #block-psau-search .searchBtn {
    color: #fff;
}

.darkMode #header .logo img {
    filter: brightness(0) invert(1);
}

.darkMode #block-psau-branding .logo-area .slideMenuButton a {
    color: #fff;
}

.darkMode #block-news h2.title span {
    color: #fff;
}

.darkMode .subtitle {
    color: #fff !important;
}

.darkMode .more-link a {
    color: #fff;
}

.darkMode #block-psau-views-block-quick-access-block-1 h2.title {
    color: #fff;
}

.darkMode #block-psau-views-block-quick-access-block-1 .content ul li {
    background: #000000;
    border: none;
}

.darkMode #block-psau-views-block-quick-access-block-1 .content ul li a {
    color: #fff;
}

.darkMode #block-views-block-events-block-1 h2.title span {
    color: #fff;
}

.darkMode #block-views-block-events-block-1 .content ul li .title a {
    color: #fff;
}

.darkMode #block-views-block-events-block-1 .startDate::before {
    color: #fff;
}

.darkMode #block-views-block-events-block-1 .views-field {
    color: #fff;
}

.darkMode #block-views-block-events-block-1 .views-field-field-place-of-event::before {
    color: #fff;
}

.darkMode .top-slide .av-extra-border-outer .av-extra-border-inner {
    background: #17191a !important;
}

.darkMode .bottom-slide .av-extra-border-outer .av-extra-border-inner {
    background: #17191a !important;
}

.darkMode .multimedia {
    background: #000000;
}

.darkMode #block-announcements h2.title span {
    color: #fff;
}

.darkMode #block-views-block-achievements-block-1 h2.title {
    color: #fff;
}

.darkMode #block-views-block-achievements-block-1 .content ul li {
    background: #000000;
    border: none;
    box-shadow: none;
    color: #fff;
}

.owl-dots {
    text-align: center;
}

.darkMode .contact-system {
    background: #000000;
}

.darkMode .contact-system h2 {
    color: #fff;
}

.darkMode .contact-system p {
    color: #fff;
}

.darkMode .topfooter {
    background: #17191a;
}

.darkMode #block-psau-footer .content ul li a {
    color: #fff;
}

.darkMode .footer-title h3 {
    color: #fff;
}

.darkMode .contact-box-data li .right-side {
    color: #fff;
}

.darkMode .contact-box-data {
    background: #000;
}

.darkMode #block-psau-footer .content ul li .dropdown-menu li a {
    color: #fff;
}

#block-psau-footer .content ul li .dropdown-menu li a:hover {
    background: transparent;
    color: #c7922c;
}

.darkMode .contact-box-data li .left-side {
    color: #fff;
}

.darkMode .contact-box .contact-box-title {
    background: #000;
}

.darkMode .main-footer {
    background: #000;
}

.darkMode .drawer__wrapper {
    background: #0f0f0f;
    box-shadow: none;
}

.darkMode .drawer__header .drawer__logo img {
    filter: brightness(0) invert(1);
}

.darkMode .drawer__close {
    color: #fff;
    filter: brightness(0) invert(1);
}

.drawer__header .dark-mode .switch {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    transition: 0.3s;
}

.darkMode .drawer__header .dark-mode a span {
    color: #fff;
}

.darkMode .drawer__content .top-menu>li>a {
    color: #fff;
}

.darkMode .drawer__content .top-menu>li>a:hover {
    background: #1d1d1d;
}

.darkMode #block-social {
    background: #17191a;
}

.darkMode .drawer__content .top-menu>li {
    border-bottom: 1px solid rgba(237, 237, 237, 0.05);
}

.darkMode .drawer__wrapper .drawer__content .top-menu .dropdown-menu {
    background: #0f0f0f;
}

.darkMode .drawer__wrapper .drawer__content .top-menu .dropdown-menu li a {
    color: #fff;
}

.darkMode .drawer__wrapper .drawer__content .top-menu .dropdown-menu li {
    border-bottom: 1px solid rgba(237, 237, 237, 0.05);
    color: #fff;
}

.darkMode .research {
    background: #242424;
}

.darkMode .research .search-slider .item .research-desc a {
    color: #fff;
}

.darkMode .research .search-slider .item .research-desc .search-author {
    color: #fff;
}

.darkMode .search-desc {
    background: #17191a;
}

.darkMode .search-desc h2 {
    color: #fff;
}

.darkMode .search-route .top-slide-border {
    background: #080808;
}

.darkMode .search-route .route-links .search-icon-cont a {
    background: #2c2c2c;
    color: #fff;
    border: none;
}

.darkMode .search-route .route-links .search-icon-cont a img {
    filter: brightness(0) invert(1);
}

.darkMode .search-route .route-links .search-icon-cont a h3 {
    color: #fff;
}

.darkMode .search-route .route-links .search-icon-cont .overlay {
    background: #171717;
    border: none;
}

.darkMode .courses {
    background: url(../images/courses/cobackdark.png) no-repeat;
}

.darkMode .courses .course-item {
    background: #050505;
}

.darkMode .courses .course-item .course-desc .course-title h3 a {
    color: #fff;
}

.darkMode .courses .course-item .course-desc .course-instructor h4 {
    color: #fff;
}

.darkMode .courses .course-item .course-desc .course-note span {
    color: #fff;
}

.darkMode .courses .course-item .course-desc .course-source h3 {
    color: #fff;
}

.darkMode .courses .course-item:hover {
    box-shadow: none;
}

.darkMode .about .title h2 {
    color: #fff;
}

.darkMode .word-desc p {
    color: #fff;
}

.darkMode #doctors {
    background: #000;
}

.darkMode #doctors h2.title span {
    color: #fff;
}

.darkMode .study {
    background: #000;
}

.darkMode .study h2.title span {
    color: #fff;
}


/* end-darkmode */

.side-menu {
    margin-top: 40px;
}

.side-menu ul {
    background: #4a1909;
    min-height: 300px;
}

.side-menu ul li {
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.side-menu ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 17px;
}

.side-menu ul li a:hover {
    background: #ca9212;
}


/* word */

.leader-word {
    height: 400px;
    box-shadow: 0 2px 16.92px 1.08px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
}

.leader-word::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 40px;
    height: 50px;
    background: url(../images/icons/Polygon6.png) no-repeat;
    background-size: contain;
}

.leader-word::before {
    content: '';
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
    text-align: center;
    width: 21px;
    margin: auto;
    height: 40px;
    background: url(../images/icons/Ellipse436.png) no-repeat;
    background-size: contain;
}

.leader-content .row {
    display: flex;
    align-items: flex-end;
}


/* .leader-content .col-sm-6 {
    padding: 0;
} */

.leader-img {
    width: 100%;
    height: 100%;
    height: 400px;
    position: relative;
}

.leader-img .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.leader-img .play-btn a {
    color: #fff;
    font-size: 50px;
}

.leader-img.img-auto {
    height: auto !important;
}

.leader-img img {
    width: 100%;
    height: 100%;
}

.leader-word .word-desc {
    /* margin-top: -230px; */
    padding: 40px 20px 20px 15px;
}

.leader-word.part2 .word-desc {
    /* margin-top: -230px; */
    padding: 10px 20px 20px 15px;
}

.leader-word .word-desc h2 {
    color: #3C7A75;
    font-weight: bold;
    margin-bottom: 29px;
    font-size: 32px;
    position: relative;
    border-bottom: 1px dashed #4a1909;
    padding-bottom: 20px;
}

.leader-word.part2 .word-desc h2 {
    margin-bottom: 30px;
}

.word-desc p {
    color: #4a1909;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
}

.leader-img-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.leader-name h4 {
    color: #3C7A75;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.leader-name h5 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.word-more {
    text-align: center;
}

.word-more .btn {
    background: #4a1909 !important;
    color: #fff;
    box-shadow: none;
    border-radius: 30px;
    padding: 20px;
    min-width: 180px;
}

.word-more .btn:hover {
    background: #3C7A75 !important;
}

.bread {
    margin-bottom: 70px;
}

.bread h2 {
    font-weight: bold;
    font-size: 22px;
}

.bread h2 span {
    color: #3C7A75;
}

.about {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.about::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -81px;
    width: 175px;
    height: 170px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

.about::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -70px;
    width: 130px;
    height: 100px;
    background: url(../images/icons/open.png) no-repeat;
    background-size: contain;
}

.about .title h2 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.about .title {
    position: relative;
}

.about .title::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 50px;
    background: url(../images/icons/Polygon2.png) no-repeat;
    background-size: contain;
}


/* projects */

#projects {
    padding: 50px 0;
}

#projects::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -81px;
    width: 175px;
    height: 170px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

#projects .title {
    margin-bottom: 20px;
    text-align: center;
}

#projects .title span {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
}

#projects .item-list li {
    list-style: none;
}

#projects .item-list li .proi-img {
    height: 250px;
}

#projects .item-list li .proi-img img {
    height: 100%;
}

#projects .item-list li .views-field-title {
    text-align: center;
    margin: 20px 0;
}

#projects .item-list li .views-field-title span {
    font-size: 30px;
    font-weight: bold;
}

#projects .item-list li .proj-desc p {
    font-size: 17px;
}

#projects .more-link a::after {
    display: none;
}

#projects .more-link {
    text-align: center;
    margin: 35px 0;
}

#projects .more-link a {
    display: inline-block;
    padding: 20px 30px;
    color: #fff !important;
    background: #3C7A75;
    width: auto;
    border-radius: 30px;
}

#projects .more-link a i {
    display: none;
}


/* Digital  */

.Digital .container-fluid {
    padding: 0;
}

.Digital .container-fluid .col-sm-6 {
    padding: 0;
}

.Digital .digital-img {
    height: 450px;
}

.Digital .digital-img img {
    width: 100%;
    height: 100%;
}

.Digital .digital-desc {
    background: #4a1909;
    padding: 30px;
    color: #fff;
    height: 450px;
}

.Digital .digital-desc h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

.Digital .digital-desc p {
    font-size: 19px;
    margin-bottom: 20px;
}

.Digital .digital-desc ul {
    padding: 0 40px;
}

.Digital .digital-desc ul li {
    margin-bottom: 10px;
    font-size: 19px;
}


/* articles */

#articles {
    padding: 50px 0;
}

#articles::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -81px;
    width: 175px;
    height: 170px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

#articles .title {
    margin-bottom: 20px;
    text-align: center;
}

#articles .title span {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
}

#articles .item-list li {
    list-style: none;
    position: relative;
}

#articles .item-list li .views-field-field-article-image .field-content {
    height: 240px;
}

#articles .item-list li .views-field-field-article-image img {
    height: 100%;
}

#articles .item-list li .views-field-title {
    text-align: center;
    margin: 15px 0;
}

#articles .item-list li .views-field-title span {
    font-size: 30px;
    font-weight: bold;
}

#articles .item-list li .views-field-field-writer-img {
    width: 30%;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 50px;
}

#articles .item-list li .views-field-field-writer-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.views-field-field-writer-name {
    display: inline-block;
}

.views-field-field-writer-name div {
    font-size: 20px;
    color: #3C7A75;
}

.in.video {
    display: flex !important;
    justify-content: center;
    align-items: center;
}


/* #doctors */

#doctors {
    position: relative;
    margin: 0;
    background: #f9fafc;
    margin-top: 20px;
}

#doctors .doc_cont {
    padding: 100px 0 70px 0;
}

#doctors h2.title {
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

#doctors h2.title span {
    color: #4a1909;
    font-weight: 600;
    font-size: 40px;
}

#doctors .more-link {
    z-index: 55;
    margin-top: 30px;
}

#doctors .more-link a {
    width: 231px;
}

#doctors .more-link a::after {
    width: 232px;
}

#doctors .item img {
    width: 100%;
    height: 250px;
    border: 1px solid #3C7A75;
}

#doctors .overlay {
    margin: 15px 0;
}

#doctors .overlay h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

#doctors .overlay p {
    font-size: 16px;
    color: #3C7A75;
}


/* override_inner_page */

.none-front #header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
}

#block-breadcrumbs {
    background: transparent;
    color: #64240F;
}

#block-breadcrumbs li a {
    color: #64240F;
}

#block-breadcrumbs li {
    color: #64240F;
    font-size: 17px;
}

.main-inner-content {
    position: relative;
    margin-top: 30px;
}

.main-inner-content::before {
    content: '';
    position: absolute;
    top: 30px;
    right: -50px;
    width: 150px;
    height: 145px;
    background: url(../images/icons/ser-icon.png) no-repeat;
    background-size: contain;
}

#block-psau-footer .content ul li a::after {
    display: none;
}

.main-inner-content::after {
    content: '';
    position: absolute;
    top: 30px;
    left: -50px;
    width: 150px;
    height: 145px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

/* .block-system-main-block {
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
} */

.block-system-main-block {
    width: 100%;
    margin: 0 auto;
}

#block-psau-content h2.title {
    font-size: 30px;
    font-weight: bold; 
}

#block-psau-content .views-row .views-field-field-page-img img {
    margin: 20px auto;
    display: inherit;
}

#block-psau-content .field-field_dept_image img {
    margin: 20px auto;
    display: inherit;
}


/* study */

.study {
    padding: 60px 0;
    background: #F5F5F5;
    position: relative;
}

.study::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -35px;
    width: 130px;
    height: 100px;
    background: url(../images/icons/open.png) no-repeat;
    background-size: contain;
}

.study::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: -81px;
    width: 165px;
    height: 160px;
    background: url(../images/icons/be2.png) no-repeat;
    background-size: contain;
}

.study .container {
    position: relative;
}

.study .container::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    text-align: center;
    width: 21px;
    margin: auto;
    height: 40px;
    background: url(../images/icons/Ellipse436.png) no-repeat;
    background-size: contain;
    display: inherit;
}

.study h2.title span {
    color: #4A1909;
    font-weight: 600;
    font-size: 40px;
}

.study h2.title {
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.study h2.title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 40px;
    height: 50px;
    background: url(../images/icons/Polygon6.png) no-repeat;
    background-size: contain;
}

.study .menu-item {
    background: #fff;
    box-shadow: 0 2px 16.92px 1.08px rgba(0, 0, 0, 0.1);
}

.study .menu-item .menu-img img {
    width: 100%;
    height: 250px;
}

.study .menu-links {
    padding: 20px;
    min-height: 293px;
}

.study .menu-links h2 {
    text-align: center;
    color: #64240F;
    text-align: center;
    font-size: 28px;
    padding: 20px 10px;
    border-bottom: 1px dashed #64240F;
    margin-bottom: 20px;
    font-weight: 600;
}

.study .menu-links ul {
    padding-right: 15px;
}

.ltr .study .menu-links ul {
    padding-left: 15px;
    padding-right: 0;
}

.study .menu-links ul li {
    list-style: outside;
    margin-bottom: 10px;
    color: #64240F;
}

.study .menu-links ul li div {
    display: contents;
}

.study .menu-links ul li a {
    color: #64240F;
    font-size: 17px;
}

.study .menu-links p {
    font-size: 16px;
}

.study .word-more {
    text-align: left;
}

.study .word-more a {
    font-size: 17px;
}


/* news-list */

.news-list ul li {
    width: 45%;
    font-size: 16px;
}

.news-list ul li img {
    width: 100%;
    height: 200px;
}

.news-list ul li a {
    font-size: 17px;
    font-weight: 500;
}

.news-list ul {
    display: flex;
    flex-wrap: wrap;
}


/* event-list */

.event-list li {
    list-style: none;
}


/* multilevel */

.main-menu .level-1 {
    position: relative;
    overflow: visible;
}

.main-menu .level-1>ul {
    display: none !important;
    position: absolute;
    width: 220px;
    left: -221px;
    border-radius: 0;
    right: auto;
    top: 0;
    padding: 0;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .15);
}

.main-menu .level-1>ul li {
    list-style: none;
    width: auto;
}

.main-menu .level-1>ul li a:hover {
    background: transparent;
    color: #3C7A75;
}

.main-menu .level-1.shover>ul {
    display: block !important;
}


/* inner-edit */

#block-psau-content .views-row .views-field-field-page-img img {
    margin: 20px auto;
    display: inherit;
}

#block-psau-content .views-row .views-field-body {
    margin: 20px 0;
}

#block-psau-content .views-row .views-field-body p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
}

#block-psau-content .views-row .views-field-field-page-video {
    text-align: center;
}

.node--type-about .field-field_back_img img {
    margin: 20px auto;
    display: inherit;
    max-width: 90%;
    height: auto;
}

.node--type-about .field-field_sec_video {
    text-align: center;
}

.view-phone-directory tr img {
    width: 100px;
    height: 100px;
}


/* dept_styles */

.dept-content .block-system-main-block {
    padding: 10px 0;
    box-shadow: none;
    width: 100%;
}

.dept-content .block-system-main-block .form-group {
    margin: 0;
}

.dept-content .block-system-main-block .form-group .views-field-title span {
    font-size: 30px;
    font-weight: bold;
}

#block-views-block-dept-menus-block-1 {
    padding: 20px 0 40px;
}

#block-views-block-dept-menus-block-1 .item-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

#block-views-block-dept-menus-block-1 .item-list ul li {
    list-style: none;
}

#block-views-block-dept-menus-block-1 .item-list ul li a {
    padding: 0 8px;
    font-size: 16px;
}


/* dept-desc */

#dept-desc {
    margin: -120px auto 0;
}

#dept-desc .dept-world {
    background: #fff;
    box-shadow: 0 2px 16.92px 1.08px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 90%;
    padding: 20px 40px;
    margin: auto;
    position: relative;
}

#dept-desc .dept-world h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

#dept-desc .dept-world .img-desc {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background: url(/themes/psau/images/icons/back.png) no-repeat;
    background-size: cover;
    padding: 7px;
    overflow: hidden;
    margin: 0 auto;
}

#dept-desc .dept-world .img-desc img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#dept-desc .dept-world .desc-word li {
    list-style: inside;
    font-size: 15px;
    line-height: 21px;
}

#dept-desc .dept-world .desc-word p {
    font-size: 15px;
    line-height: 21px;
}

.moree {
    text-align: left;
    position: relative;
    width: auto;
    margin: auto;
}

.moree a {
    color: #3C7A75;
    font-size: 18px;
    display: inline-block;
    text-align: right;
}

.moree a i {
    display: inline-block;
    float: left;
    margin-top: 7px;
    padding: 0 5px;
}

#block-views-block-dept-word-img-block-1 img {
    width: 100%;
    max-height: 550px;
}

#adv {
    padding: 50px 0;
    position: relative;
}

#adv::before {
    content: "";
    position: absolute;
    top: 45px;
    right: -90px;
    width: 130px;
    height: 100px;
    background: url(/themes/psau/images/icons/g1.png) no-repeat;
    background-size: contain;
}

#adv::after {
    content: "";
    position: absolute;
    top: 0;
    left: -42px;
    width: 130px;
    height: 100px;
    background: url(/themes/psau/images/icons/ser-icon.png) no-repeat;
    background-size: contain;
}

.adv-world {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.adv-world::after {
    content: "";
    position: absolute;
    bottom: 15%;
    left: -70px;
    width: 30px;
    height: 100px;
    background: url(/themes/psau/images/icons/tall.png) no-repeat;
    background-size: contain;
}

#adv .title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    color: #5D2509;
}

#adv .subtitle {
    color: #313131;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
}

.adv-CONT .item-list ul {
    display: flex;
    flex-direction: column;
    height: 520px;
    flex-wrap: wrap;
}

.adv-CONT .item-list ul li {
    width: 35%;
    list-style: none;
    height: 260px;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.adv-CONT .item-list ul li img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transition: 0.7s;
}


/* .adv-CONT .item-list ul li:hover img {
    transform: scale(1.3);
    padding: 15px;

} */

.adv-CONT .item-list ul li:first-child {
    list-style: none;
    width: 65%;
    height: 520px;
}

.adv-CONT .item-list ul li .views-field-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
    background-image: -webkit-linear-gradient(95deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    transition: 0.3s;
    margin: 15px;
    overflow: hidden;
}

.adv-CONT .item-list ul li .views-field-title h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.adv-CONT .item-list ul li .views-field-title a {
    color: #fff;
}

.adv-CONT .item-list ul li .views-field-title a:hover {
    color: #c7922c;
}

.views-field-field-dept-adv-img {
    height: 100%;
}

.views-field-field-dept-adv-img .field-content {
    height: 100%;
}

#projs {
    padding: 50px;
}

#projs .title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    color: #5D2509;
}

#projs .subtitle {
    color: #313131;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
}

#projs .item-list ul li {
    list-style: none;
    margin-bottom: 20px;
}

#projs .item-list ul li .views-field-field-gp-img {
    height: 300px;
}

#projs .item-list ul li .views-field-field-gp-img img {
    height: 100%;
    width: 100%;
}

#projs .item-list ul li .views-field-title {
    text-align: center;
    padding: 15px 10px;
}

#projs .item-list ul li .views-field-title a {
    font-weight: bold;
    font-size: 18px;
    color: #64240F;
}

#block-mhtwyalsfhtalryysyt .views-field-title {
    font-size: 25px;
    font-weight: bold;
}

.dept-content .form-group {
    margin-bottom: 0;
}

#block-views-block-dept-title-block-1 {
    padding: 20px 0 0;
}

#block-views-block-dept-title-block-1 .views-field-title {
    font-size: 20px;
    font-weight: bold;
}

#block-mhtwyalsfhtalryysyt {
    margin: -120px auto 20px;
    position: relative;
}

#block-mhtwyalsfhtalryysyt .cont-cont {
    background: #fff;
    box-shadow: 0 2px 16.92px 1.08px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 40px;
    margin: auto;
    width: 90%;
    position: relative;
}

#popup-text p a {
    color: #3C7A75 !important;
}

#block-mhtwyalsfhtalryysyt .views-field-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

#block-deptsacadamicprograms {
    padding: 30px 0;
}

#block-deptsacadamicprograms .row ,
#projs .row {
    flex-direction: column;
}

#block-deptsacadamicprograms .title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    color: #5D2509;
}

#block-deptsacadamicprograms .subtitle {
    color: #313131;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 400;
}

#block-deptsacadamicprograms .content {
    width: 90%;
    margin: auto;
    /* edit on desktop */
    display: flex;
}

#block-deptsacadamicprograms .content li {
    list-style: none;
    width: 100%;
}

#block-deptsacadamicprograms .content li a {
    list-style: none;
    width: 90%;
    margin: auto;
    background: #3C7A75;
    color: #fff;
    height: 60px;
    line-height: 50px;
    border-radius: 20px;
    text-align: center;
    display: block;
    font-size: 17px;
    transition: 0.3s;
    padding: 5px 10px;
}

#block-deptsacadamicprograms .content li a:hover {
    background: #3C7A75;
}

#block-deptsacadamicprograms .owl-nav>div {
    position: absolute;
    top: -2%;
    font-size: 41px;
    color: #e8e8e8;
}

#block-deptsacadamicprograms .owl-nav>div.owl-prev {
    right: -25px;
}

#block-deptsacadamicprograms .owl-nav>div.owl-next {
    left: -25px;
}

#projs .owl-nav>div {
    position: absolute;
    top: 25%;
    font-size: 41px;
    color: #e8e8e8;
}
#projs .owl-carousel .owl-nav.disabled
{
    display: block !important;
}
#projs .owl-nav>div.owl-prev {
    right: -25px;
}

#projs .owl-nav>div.owl-next {
    left: -25px;
}

#dept-menu .owl-nav>div {
    position: absolute;
    top: -40%;
    font-size: 30px;
    font-weight: bold;
    color: #4a1909;
    left: -50px;
}

#dept-menu .owl-nav>div.owl-prev {
    left: -45px;
}

#dept-menu .owl-nav>div.owl-next {
    left: -80px;
}

#dept-menu .item-list {
    width: 85%;
}

.beta {
    padding: 5px;
    background: #4A1909;
    color: #fff;
    text-align: center;
}


/* newHeader */


/* newSearch */

.dark-search {
    display: flex;
    flex-direction: row-reverse;
    /* align-items: center; */
    position: absolute;
    left: 15px;
    top: 10px;
}

.ltr .dark-search {
    left: auto;
    right: 15px;
}

.dark-search .search-block-form {
    position: relative;
    margin-right: 12px;
    padding-top: 5px;
}

.ltr .dark-search .search-block-form {
    position: relative;
    margin-left: 12px;
    margin-right: 0;
    padding-top: 5px;
}

.search-bar {
    width: 0;
    height: 35px;
    position: absolute;
    left: -6px;
    top: -9px;
    transition: width 300ms ease-in-out;
    overflow: hidden;
    BACKGROUND: #eee;
    border-radius: 20px;
    z-index: 50;
    margin-top: 6px;
}

.ltr .search-bar {
    right: -6px;
    left: auto;
}

.search-bar.active {
    width: 300px;
}

.search-bar .form-group {
    margin: 0;
}

.search-bar input {
    /* background: transparent; */
    background: #eee;
    outline: 0;
    border: 0;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    vertical-align: middle;
}

.search-bar .form-actions {
    display: none !important;
}

.search-icon {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #3C7A75;
    display: block;
    border-radius: 15px;
    position: relative;
    transition: all .2s ease-in-out;
    z-index: 444;
    cursor: pointer;
}

.search.active .search-icon {
    width: 20px;
    height: 20px;
    border-color: #333;
    margin-top: -1px;
}

.search-icon:before,
.search-icon:after {
    width: 2px;
    height: 8px;
    display: block;
    content: '';
    background: #3C7A75;
    position: absolute;
    top: 8px;
    right: -3px;
    transform: rotate(-45deg);
    transition: all .2s ease-in-out;
}

.search.active .search-icon:before,
.search.active .search-icon:after {
    top: 4px;
    right: 8px;
    background: #333;
}

.search.active .search-icon:after {
    transform: rotate(45deg);
}

#block-psau-search input[type='text'],
#block-psau-search input[type='search'] {
    background: 0;
    border: 0;
    border: none;
    padding: 10px;
    background-color: transparent;
    box-shadow: inset 0 0 7px #e4e4e4;
    display: inline-block;
    border-radius: 0;
    height: 34px;
    vertical-align: middle;
}


/* nightModeNew */

 

.language-switcher-language-url {
    position: absolute;
    left: 95px;
    top: 11px;
    z-index: 20;
    display: flex;
    flex-direction: row-reverse;
}

.ltr .language-switcher-language-url {
    left: auto;
    right: 95px;
}

.language-switcher-language-url li a {
    background: transparent;
    display: block;
    border-radius: 14px;
    width: auto;
    height: auto;
    color: #3C7A75;
    text-align: center;
    line-height: 20px;
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    margin-bottom: 0;
}

#header.fixed .dark-search {
    display: none;
}

#header.fixed .language-switcher-language-url {
    display: none;
}


/* .ltr .language-switcher-language-url li.ar a::after{
    content: "العربية";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #3C7A75;
  } */

.drawer__header .login {
    background: #5d2509;
    display: block;
    border-radius: 14px;
    width: 106px;
    height: 25px;
    color: #fffefe;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    transition: 0.3s;
    margin-bottom: 5px;
}

#block-searching .col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
}


/**
 * Drupal text-align classes
 *
 */

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}


/* add some style to fix issues  */

/* some style to fix pagination */
.word-more .btn
{
    font-family: inherit;
}
.pagination
{
  flex-wrap: wrap;
}
.pagination>li>a, .pagination>li>span {
    margin: 4px 8px;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    color: #D0D0D0;
    float: right;
    padding: 7px 10px;
}
.pagination>li.is-active>a,
.pagination>li.is-active>span
{
    color: #fff;
}


/* webform layout style */
.webform-submission-form btn,   
.webform-submission-form  label,
.webform-submission-form  input,
.webform-submission-form  textarea,
label, .label

{
    font-family: 'Tajawal' !important;
}
.webform-submission-form .webform-button--submit
{
    background: #3C7A75;
    border-radius: 10px;
    padding: 0.7rem 3rem;
    min-width: 100px;
    color: #fff;
    font-family: 'Tajawal' !important;
}


ul.moveable {
    list-style: none;
    margin: 0px;
  }
  ul.moveable li {
    list-style-image: none;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    color: #666;
    cursor: move;
  }
  ul.moveable li:hover {
    background-color: #eee;
  }

