/* main -color  
main_color:#3C7A75;
text_color:#6AC7BD;
*/

/* header */
 /*
#block-psau-main-menu .level-0>.menu.dropdown-menu {
    min-width: 150px;
    background: #3C7974;
    border-radius: 5px;
    padding: 0 !important;
    margin: 12px 0 !important;
  
    transform-origin: right;
   animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
 }
 
 */
 #block-psau-main-menu .level-0.notmega>ul {
    /* background: #fff url(../images/new-portal/Frame.png) no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 0;
    min-width: 300px;
    transform-origin: right;
    border-radius: 5px;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    /* animation: flyout 0.5s ease-out;  /
 
    animation: dropdown 0.5s ease-out; */
    min-width: 250px !important;
    background: #3C7974;
    border-radius: 5px;
    min-width: unset;
    padding: 0 !important;
    margin: 12px 0 !important;
    height: auto;
    transform-origin: right;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
  }
  #block-psau-main-menu .level-0>.menu.dropdown-menu.show {
      
 }
  .main-menu .notmega {
    height: auto;
  }
 
  #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: #fff;
    font-size: 13px;

  }
 
  #block-psau-main-menu .level-0.notmega>ul a:hover 
  {
    background-color: #6AC7BD;
    color: #fff;
  }
 
  .ltr #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu {
    left: 100%;
    right: unset;
  }
 
  #block-psau-main-menu .level-0>.menu.dropdown-menu li.level-1 ul.dropdown-menu a {
    color: #3C7974;
  }
 
  #block-psau-main-menu .level-0>.menu.dropdown-menu li.level-1 ul.dropdown-menu a:hover {
    color: #fff;
  }
 
  #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 {
    height: auto !important;
    border-bottom: 0;
  }
 
  #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu.submenu-level {
    background: #D9EEF0;
    min-width: 600px;
    width: 100%;
    /* transition: all 0.5s ease-in-out; */
    border-radius: 5px;
    animation: dropdown 0.5s forwards;
 
  }
  #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu{
     position: absolute;
     width: 230px;
     /* text-align:left; */
     display: none;
     right: 100%;
     top: 0;
     background: #ffffff url(../images/new-portal/Frame.png) no-repeat;
     background-size: contain;
     background-position: center center;
     padding: 0;
     height: 300px;
     width: 400px;
   
     z-index: 11111;
   }
   
 

   #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu .level-2 ul.menu.dropdown-menu.submenu-level 
   {
     background: #ffffff url(../images/new-portal/Frame.png) no-repeat;
     background-size: contain;
     background-position: center center;
   }
   #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu .level-2 ul.menu.dropdown-menu.submenu-level  li a{
     padding: 5px 15px;
   }
  #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu.submenu-level .level-2 .dropdown-menu {
    right: 250px;
  }
 
  .ltr #block-psau-main-menu .level-0 .menu.dropdown-menu li.level-1 ul.dropdown-menu.submenu-level .level-2 .dropdown-menu {
    left: 250px;
  }
 /* menu animation */
  @keyframes growDown {
   0% {
       transform: scaleY(0)
   }
   80% {
       transform: scaleY(1.1)
   }
   100% {
       transform: scaleY(1)
   }
 }
  @keyframes dropdown {
    0% {
  
      transform: scaleY(0);
    }
 
    50% {
      
    }
 
    100% {
      transform: scaleY(1);
    }
  }
 
  @keyframes flyout {
    0% {
     
      transform: scaleX(0);
    }
 
    100% { 
      transform: scaleX(1);
    }
  }

  /* darwer  */
  .new-header .navbar-light .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #3C7974;
  }
 
  .drawer .form-group.has-search {
    background: transparent;
    border: 0;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
  }
 
  .drawer .form-group.has-search input {
    border: 0;
    background: unset;
    background-color: unset;
    border-radius: 0;
    color: #FFFFFF !important;
  }
 
  .drawer .form-group.has-search input.form-control::placeholder,
  .drawer .form-group.has-search span {
    color: #FFFFFF !important;
  }
 
  .drawer .drawer__header {
    display: block;
  }
 
  .drawer .drawer__header .drawer__logo {
    display: flex;
    justify-content: space-between;
  }
 
  .drawer .drawer__header {
    background: #6AC7BD;
  }
 
  .drawer .drawer__close {
    background: url('../images/new-portal/icons/close.png') no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
  }
 
  .drawer .top-menu-menu {
    padding-top: 0;
  }
 
  .drawer .top-menu-menu ul {
    background: #3C7974;
  }
 
  .new-header .navbar-light .navbar-nav li.nav-item.lang {
    position: relative;
  }
 
  .new-header .navbar-light .navbar-nav li.nav-item.lang::before {
    position: absolute;
    top: 3px;
    right: -30%;
    width: 2px;
    height: calc(60px /2);
    background-color: #898B8E;
    content: '';
  }
 
  .drawer .new-header .form-group.has-search input:focus {
    outline: unset;
    box-shadow: unset;
  }
 
  .drawer .new-header .form-group.has-search .form-control-feedback {
    position: absolute;
    left: 5%;
    color: #898B8E;
  }
  .drawer #block-social
  {
    display: none;
  }

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

.drawer__close:not(:disabled) {
  outline: none;
}

.ltr .drawer__close {
  margin-left: 0;
  margin-right: 1rem;
}

.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);
  -webkit-overflow-scrolling: touch;
  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 #ffffff26; 
}

.drawer__content .top-menu>li>a {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

/* menu resposiv  */
.menu li.back {
  display: none;
}

.menu li.back {
  position: relative;
  display: block;
}

.menu li.back a {
  padding: 12px 12px 12px 35px !important;
}

.menu li.back a::before,
.menu li.back a::after {
  background-color: #4e4e4e;
  position: absolute;
  content: "";
  height: 2px;
  width: 7px;
  top: 23px;
}

.menu li.back a::before {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  top: 20px !important;
  right: inherit !important;
  left: 15px !important;
}

.menu li.back a::after {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  top: 24px !important;
  left: 15px !important;
}

.open-sub {
  left: 0%;
}

/* comment to fix sidebar style */


/* .drawer__content .level-0:hover > ul,
#block-psau-topmenu .level-0:hover > ul {
 margin-top: 0;
 display: flex;
 flex-flow: wrap;
 gap: 20px;
} */

.drawer__content .level-0:hover>ul,
#block-psau-topmenu .level-0:hover>ul {
  margin-top: 0;
  /* display: flex;
 flex-flow: wrap;
 gap: 20px; */
}

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

.drawer__content .top-menu>li>a:focus {
  background: #3C7974;
  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: #3C7974;
  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: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-weight: normal;
  left: 36px;
  position: absolute;
  top: 39%;
  font-size: 12px;
  color: #fff;
  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; */
  /*fix style*/
  list-style: unset;
  border-bottom: 1px solid #ffffff26;
  padding: 7px 0;
  margin-bottom: 5px;
}

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

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

.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;
}
/* end header */
/* slider */

.main-slider-home .main-slider-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  .main-slider-home .main-slider-item img{
    height: 100%;
}
 
  .main-slider-home .main-slider-item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
 
  .main-slider-home .main-slider-item .slider-detail {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px;
    z-index: 1;
  }
 
  .main-slider-home .main-slider-item .slider-detail h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 120%;
    color: #FFFFFF;
  }
 
  .main-slider-home .main-slider-item .slider-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 30px 0;
  }
 
  .main-slider-home .owl-nav,
  #inner-slider-container .owl-nav {
    position: absolute;
    bottom: 100px;
    /* display: block !important; */
  }
 
  .main-slider-home .owl-nav, 
  #inner-slider-container .owl-nav  {
    right: 100px;
    background: url('../images/new-portal/slider/nav.png') no-repeat;
    background-size: 100%;
    padding: 15px;
    text-align: center;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
  }
 
  .main-slider-home .owl-nav>div,
  #inner-slider-container .owl-nav>div {
    padding: 5px;
  }
 
  .main-slider-home .owl-item.active .main-slider-item .slider-detail h1 {
    animation: fadeInRightBig ease 1s both;
  }
 
  .main-slider-home .owl-item.active .main-slider-item .slider-detail p {
    animation: fadeInUpBig ease 1s both;
  }
 
  .main-slider-home .owl-dots ,
  #inner-slider-container .owl-dots
   {
    position: absolute;
    left: 15%;
    /* display: block !important; */
    bottom: 130px;
  }
 
  .main-slider-home .owl-dots .owl-dot span,
  #inner-slider-container .owl-dots span {
    width: 5px;
    height: 5px;
    background: #fff;
    background-color: #fff;
    margin: 6px 6px
  }
 
  .main-slider-home .owl-dots .owl-dot.active,
  #inner-slider-container .owl-dot.active {
    border: 1px solid #6AC7BD;
    border-radius: 50%;
    padding: 0px;
  }
 
  .main-slider-home .owl-dots .owl-dot.active span,
  #inner-slider-container .owl-dot.active span {
    background: #6AC7BD;
  }
 
  .main-slider-home .owl-carousel .owl-stage-outer::after,
  #inner-slider-container  .owl-stage-outer::after  {
    position: absolute;
    border: 1px solid #9C9C9C;
    content: '';
    width: calc(100% - 530px);
    height: 2px;
    bottom: 145px;
    left: 20%;
  }
/* second slider */
.university-study {
  margin: 3rem 0;
}

.university-study .content .heading {
  padding: 1.5rem 0;
}

.university-study .content .heading h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #3C7974;
}

.university-study .content .university-degree-box {
  padding: 1rem;
  background: url('../images/new-portal/study-home/program-bg.svg') no-repeat;
  background-size: cover;
  border-radius: 5px;
  background-position: center center;
  height: 300px;
  /* overflow: hidden; */
}

.university-study .university-degree-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  padding: 10px;
  text-align: inherit;
  color: #FFFFFF;
}

.university-study .university-degree-box form {
  padding: 1.2rem;
}

.university-study .university-degree-box form .flex-group {
  display: flex;
  align-items: center;
  gap: 35px;
}

.university-study .university-degree-box form .flex-group:last-child {
  justify-content: flex-end;
}

.university-study .university-degree-box form .flex-group label {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  width: 15%;
}

.university-study .university-degree-box form .flex-group select {
  height: 40px;
  background: #FFFFFF;
  color: #898B8E;
  border-radius: 4px;
 transition: all 0.2s ease-in;
}
.university-study .university-degree-box .submit-button
{
 transition: all 0.2s ease-in;
}
.university-study .university-degree-box .submit-button button {
  width: 80%;
  border: 1px solid #6AC7BD;
  border-radius: 4px;
  background-color: transparent;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  height: 40px;
  margin: 1rem 0 0;
  font-family: 'Tajawal';
}
 
.university-study .university-degree-box .submit-button:hover button {
 background-color: #6AC7BD;
 outline: none;
 background: #6AC7BD;
}
.university-study .study-slider .study-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  transform: rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  transition-duration: 0.1s;
  transition-timing-function: ease !important;
}

.study-item.is-out {
  transform: rotateX(0) rotateY(0) !important;
  transition-duration: 0.8s;
}  

.university-study .study-slider .study-item .text {
  position: absolute;
  bottom: 30px;
  right: 10%;
}

.university-study .study-slider .study-item .text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;

  color: #FFFFFF;
}

.university-study .study-slider .image {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  height: 300px;
}

.university-study .study-slider .image::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(52, 58, 58, 0) 0%, rgba(26, 42, 41, 0.9) 100%);
}
.study-item.is-out {
  transform: rotateX(0) rotateY(0) !important;
  transition-duration: 0.8s;
}
.university-study .study-slider img {
  min-height: 280px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100%;
  /* border-radius: 10px; */
  /* overflow: hidden; */
  max-height: unset;
}
#block-programs .title{
  display: none;
}
/* sect 3 */

.research-section .research-tabs {
  margin: 1rem 0;
}

.research-section .research-tabs .nav-link {
  border: 0;
  font-weight: 700;
  font-size: 14px;
  margin: 0.7rem 0;
  line-height: 140%;
  background-color: transparent;
  text-align: inherit;
  color: #898B8E;
}

.research-section .research-tabs .nav-link:focus {
  outline: unset;
  box-shadow: unset;
}

.research-section .research-tabs .nav-pills .nav-link.active,
.research-section .research-tabs .nav-pills .show>.nav-link {
  background-color: transparent;
  color: #3C7974;
  border-bottom: 1px solid #3C7974;
  border: 0;
}

.research-section .research-tab-slider .tab-slider-item {
  position: relative;
  transition: 0.4s ease-out;
   /* box-shadow: 0px 7px 10px rgb(0 0 0 / 50%); */

}

.research-section .research-tab-slider .tab-slider-item .image {
  /* height: 270px;
   width: 340px; */
}

.research-section .research-tab-slider .tab-slider-item .image img {
  width: 100%;
  object-fit: cover;
}

.research-section .research-tab-slider .tab-slider-item .text {
  position: absolute;
  bottom: 30px;
  right: 10%;
}

.research-section .research-tab-slider .tab-slider-item .text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;

  color: #FFFFFF;
}

.research-section .research-tab-slider .tab-slider-item .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.research-section .research-tab-slider .tab-slider-item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4))
}

.research-section .research-tab-slider .tab-slider-item:hover{
   transform: translateY(10px);
}
.research-section .research-tab-slider .tab-slider-item:hover .image img{
   transform: scale(1);
   opacity: .6;
}
 /* section 4 */
 .media-section {
   padding: 50px 0 0;
   /* background: #F1F9F7; */
 }

 .media-section .heading-line {
   display: grid;
   align-items: center;
   grid-template-columns: 13% 71% 13%;
   margin: 14px 0;
 }

 .media-section .heading-line .heading-button {
   background: #3C7974;
   border: 1px solid #FFFFFF;
   border-radius: 5px;
   color: #ffff;
   text-align: center;
   padding: 17px;
 }

 .media-section .heading-line .heading-button button {
   color: #ffff;
 }
 

 .media-section .media-tabs {
  margin: 2rem 0;
}

.media-section .media-tabs .nav-tabs {
  border-bottom: unset;
  margin: 1rem 0;
}

.media-section .media-tabs .nav-tabs .nav-link {
  border: unset;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  transition: all 0.3s ease;
  color: #3C7974;
  padding: 1rem;
  font-size: 12px;
  line-height: 3px;
  min-width: 125px;
  margin-inline-end: 20px;
}

.media-section .media-tabs .nav-tabs .nav-link:focus {
  outline: none;
  box-shadow: unset;
}

.media-section .media-tabs .nav-tabs .nav-link.active {
  padding: 1rem;
  color: #fff;
  background: #3C7974;
  border-radius: 5px;
}

.media-section .media-tabs .media-news-item {
  position: relative;
}

.media-section .media-tabs .media-news-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  z-index: -1;
}

/* .media-section .media-tabs .media-news-item:hover {
  transform: scale3d(1.006, 1.006, 1);
} */

.media-section .media-tabs .media-news-item:hover::after {
  opacity: 1;
}

.media-section .media-tabs .media-news-item .text {
  position: absolute;
  bottom: 20px;
}

.media-section .media-tabs .media-news-item .text p {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  padding: 1rem;
  text-align: center;
  color: #FFFFFF;
}

.media-section .media-tabs .media-news-item .image {
  border-radius: 5px;
  position: relative;
  border: 1px solid #0000;
  overflow: hidden;
  height: 300px;
}

.media-section .media-tabs .media-news-item .image img {
 width: 100%;
 height: 100%;
 max-width: 100%;
 object-fit: cover;
 transition: all 0.3s ease-in-out;
}
.media-section .media-tabs .media-news-item:hover .image img
{
 transform: scale(1.2);
}
.media-section .media-tabs .media-news-item .image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

.media-section .media-tabs .owl-carousel .owl-nav,
.announcement-slider  {
  display: block !important;
}

.media-section .media-tabs .owl-carousel .owl-nav .owl-prev,
.media-section .media-tabs .owl-carousel .owl-nav .owl-next,
.announcement-slider  .owl-nav .owl-prev,
.announcement-slider  .owl-nav .owl-next   {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6AC7BD;
  border-radius: 50%;
  clip-path: polygon(360% 0%, 100% 100%, -21% 100%, 25% 0%);
  transition: all 0.3s ease-in-out;
}

.media-section .media-tabs .owl-carousel .owl-nav .owl-prev:hover,
.media-section .media-tabs .owl-carousel .owl-nav .owl-next:hover,

.announcement-slider  .owl-nav .owl-prev:hover,
.announcement-slider  .owl-nav .owl-next:hover {
  transform: rotate(360deg);
  background-color: #6AC7BD;
  color: #fff;
  clip-path: unset;

}
.media-section .media-tabs .owl-carousel .owl-nav .owl-prev:hover img,
.media-section .media-tabs .owl-carousel .owl-nav .owl-next:hover img,
.announcement-slider .owl-nav .owl-prev:hover img,
.announcement-slider .owl-nav .owl-next:hover img { 
 filter: brightness(0) invert(1);
}
.media-section .media-tabs .owl-carousel .owl-nav>div:hover i {
  color: #fff;
}

.media-section .media-tabs .owl-carousel .owl-nav .owl-next,
.announcement-slider .owl-nav .owl-next  {
  clip-path: polygon(100% 0%, 100% 50%, 0% 100%, 0% 0%);
}

.media-section .media-tabs .owl-carousel .owl-nav>div i {
  color: #75C6BB;
}

.media-section .media-tabs .owl-carousel .owl-nav .owl-prev,
.announcement-slider .owl-nav .owl-prev {
  right: -5%;
}

.media-section .media-tabs .owl-carousel .owl-nav .owl-next,
.announcement-slider .owl-nav .owl-next  {
  left: -5%;
}

.heading-line .head-icon {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.heading-line .head-icon h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  padding: 0 10px;
  color: #3C7974;
}

.heading-line .heading-button {

  padding: 6px 12px 6px 7px;
  display: flex;
  align-items: center;
  /* width: 142px; */
  height: 29px;
  border: 1px solid #0000;
  background: #3C7974;
  color: #F9F9F9;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.media-section .heading-line .heading-button,.university-services .head .catalog
{
 transition: all 0.3s ease-in-out;
}
.media-section .heading-line .heading-button
{
  position: relative;
}
.heading-line .heading-button a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #F9F9F9;
  background: transparent;
}

.heading-line .heading-button i,.media-section .heading-line .heading-button i {

  color: #F9F9F9;
}
.heading-line .heading-button:hover, .media-section .heading-line .heading-button:hover,.university-services .head .catalog:hover{
 background-color: #fff;
 color:#3C7974;
 border: 1px solid #3C7974;

}
.heading-line .heading-button:hover button,
.heading-line .heading-button:hover i,.media-section .heading-line .heading-button:hover button ,.media-section .heading-line .heading-button:hover i,
.university-services .head .catalog:hover button,.university-services .head .catalog:hover i{
 color: #3C7974;
}
.university-services .university-service-item .enter-btn a:hover{
 background-color: #3C7974;
 color:#fff;
}
.heading-line .heading-button a:hover{
  color: #3C7974;
}
.btn:hover,.btn:focus,.btn:active{
  outline: none !important;
  box-shadow: none !important;
}
/* section 2 */
.heading-line {
  display: grid;
  align-items: center;
  grid-template-columns: 14% 67% 15%;
  gap: 20px;
}
/* college-announcements */
.college-announcements
{
  background: #F1F9F7;
  padding: 30px 0;
}
.announcement-item {
  border: 0.993459px solid #6AC7BD;
  box-shadow: 0px 0px 14px rgb(60 122 117 / 20%);
  border-radius: 7px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff url(../images/new-portal/Frame.png) no-repeat;
  background-size: 40%;
  background-position: center left;
  margin: 10px;
}
.announcement-item h5{
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #3C7974;
  padding: 0 20px; 
}
.announcement-item h5 a{
  color: #3C7974;
}
.college-announcements .read-more{
  display: flex;
  justify-content: flex-end;
  margin: 15px 0;
}
.college-announcements .read-more a {
  font-weight: 400;
font-size: 16px;
line-height: 30px; 
color: #3C7974; 
}
.announcement-slider .owl-nav .owl-prev, .announcement-slider .owl-nav .owl-next
{
  position: absolute;
  top: 30%;
}
 .announcement-slider .owl-nav .owl-prev {
  right: -10%;
}
.announcement-slider .owl-nav .owl-next {
  left: -10%;
}
.college-announcements .heading-line {
  margin: 30px 0;
  grid-template-columns: 23% 1fr
}
/* news block */
#block-news::after
{
  content: unset;
}

/* section 8 */
.tawasul {
  background: #F1F9F7;
  padding: 50px 0;
}

.tawasul .tawasul-box .head h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 14px 0 10px 0;
  color: #3C7974;
}

.tawasul .tawasul-box:first-of-type .desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  text-align: justify;
  color: #898B8E;
}

.tawasul .tawasul-box .icon-phone {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.tawasul .tawasul-box .go-link {
  display: flex;
  justify-content: flex-end;
}

.tawasul .tawasul-box .go-link a {
  border: 1px solid #3C7974;
  border-radius: 5px;
  height: 33px;
  font-weight: 700;
  font-size: 11px;
  padding: 9px 20px;
  line-height: 120%;
  transition: all 0.3s;
  color: #3C7974;
}
.tawasul .tawasul-box .go-link a:hover{
 background: #3C7974;
 color: #fff;
}
.tawasul .video-box {
  position: relative;
}

.tawasul .video-box .image {
  z-index: 9;
  overflow: hidden;
  position: relative;
}

.tawasul .video-box .image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tawasul .video-box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #BBE3E7;
  content: '';
  top: -15px;
  z-index: 0;
  left: -25px;
  /* z-index: 0; */
  /* border-right: 0; */
  border-radius: 5px;
}

.ltr .tawasul .video-box:after {
  left: unset;
  right: -25px;
}
/* end sec 8 */

/* footer && copyright */

 /* last footer */
 .new-footer {
  padding: 30px 0 0;
  background: url('../images/new-portal/footer-bg.svg') no-repeat;
  background-size: cover;
}

.new-footer .content {
  /* display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, min-max(100, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  flex-wrap: wrap; */
}
.new-footer .content .footer-box 
{
   /* padding: 0 10rem; */
}
.new-footer .content .footer-box .footer-box-head {
   border-bottom: 1px solid #6AC7BD;
   border-radius: 10px;
   /* padding: 24px 0 0; */
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   /* width: 350px; */
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 1rem; 
}
.new-footer .content .footer-box  div.socail-links{
   display: block;
}
.new-footer .content .footer-box .footer-box-head h4 {
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding-bottom: 20px;
}

.new-footer .content .footer-box .footer-box-body {
  /* display: flex;
  gap: 4rem;
  align-items: center; */
}

.new-footer .content .footer-box .footer-box-body ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  /* padding: 20px 10px; */
  line-height: 161%;
  color: #FFFFFF;
}

.new-footer .content .footer-box .footer-box-body ul {
  list-style: unset;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  flex-wrap: wrap;
  align-items: baseline;
}

.new-footer .content .footer-box .footer-box-body ul li {
  list-style: unset;
  list-style-type: none;
  padding: 10px 7px;
}

.new-footer .content .footer-box .footer-box-body ul li::before {
  padding: 0px 6px;
  content: "\2022";
  color: white
}


.new-footer .content {
  padding: 30px 0;
}

.new-footer .socail-links {
  border-top: 1px solid #3F918B;
  /* padding: 31px 0 31px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 15px 0; */
}

.new-footer .socail-links ul.top-links {
  display: flex;
}

.new-footer .socail-links ul.top-links a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding: 20px 10px;
  line-height: 161%;
  color: #fff;
}

.new-footer .socail-links ul.top-links li::before {
  content: "\2022";
  color: white;
  padding: 3px;
}

.new-footer .socail-links ul.top-links li {
  list-style: unset;
  list-style-type: none;
  
}

.new-footer .socail-footer,
.new-footer .socail-footer li {
  list-style: unset;
  list-style-type: none;
}
.new-footer .socail-links ul.top-links li a {
transition: all ease 0.3s;
}
.new-footer .socail-links ul.top-links li a:hover ,  
.new-footer .socail-links ul.top-links li:hover::before{
 color: #56b8ca;
 padding-right: 5px;
}
.new-footer .socail-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.new-footer .socail-footer li {
  background: #6AC7BD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 37px;
  height: 37px;
  border: 1px solid transparent;
}

.new-footer .socail-footer li a i {
  color: #F7F7F7;
  font-size: 19px;
  transform: translateY(15%);
}
.new-footer .socail-footer li{
 transition: all ease 0.3s;
}
.new-footer .socail-footer li:hover{
 background: #235854;
  
}

.copyrights.new-copyrights {
    background: #235854;
    padding: 30px 0;
  }
 
  .copyright-links ul {
    list-style: unset;
    display: flex;
    gap: 0.4rem;
    align-items: center;
  }
 
  .copyright-links ul li::before {
    content: "\2022";
    color: white
  }
 
  .copyright-links ul li {
    list-style: unset;
    list-style-type: none;
    padding: 0 10px;
  }
 
  .copyright-links ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 164%;
    color: #FFFFFF;
  }
 
  .copyrights.new-copyrights .copyright-text {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
  }
 
  .copyrights.new-copyrights .copyright-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 164%;
    color: #FFFFFF;
  }
 
  .copyrights.new-copyrights .copyright-text p:last-child {
    position: relative;
    padding: 0px 20px;
    margin-bottom: 0;
  }
 
  .copyrights.new-copyrights .copyright-text p:last-child::before {
    position: absolute;
    top: 0;
    right: 8px;
    content: '';
    width: 1px;
    height: 23px;
    border: 1px solid #258E85;
  }
 
  .ltr .copyrights.new-copyrights .copyright-text p:last-child::before {
    left: 8px;
    right: unset;
  }

  p:empty :not(p + p:empty){
    display: none;
  }
  .main-slider-home .main-slider-item .slider-detail p:empty{
    display: none;
  }

  #block-psau-main-menu .navbar-collapse>ul>li>a
  {
   font-style: normal;
font-weight: 600; 

color: #3C7974;

  }
  #block-psau-main-menu .level-0:last-child
  {
    position: relative;
  }
  #block-psau-main-menu .level-0.notmega:last-child::after {
    position: absolute;
    left: 0;
    top: 10px;
    border-left: 1px solid #3C7974;
    content: '';
    width: 16px;
    transform: translateX(-100%);
    height: 25px;
}
.ltr #block-psau-main-menu .level-0.notmega:last-child::after {
  position: absolute;
  left: 0;
  top: 10px;
  border-right: 1px solid #3C7974;
  border-left: unset;
  content: ''; 
}
#header .language-switcher-language-url, .none-front #header .language-switcher-language-url {
  position: absolute;
  left: -4%;
  top: 44%;
  z-index: 20;
}
.ltr #header .language-switcher-language-url, .ltr  .none-front #header .language-switcher-language-url {
   right: -4%; 
   left: unset;
}
#block-psau-main-menu {
  margin-top: 25px;
}
.dark-search {
  position: absolute;
  left: -7%;
  top: 40%;
}
.ltr .dark-search {
  left: auto;
  right: -7%;
}


/* detp  */
.dept-content .page-cover {
  position: relative;
}
.page-cover #block-views-block-dept-word-img-block-1 img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}
.dept-content .page-cover .view-dept-title
{
  position: absolute;
  top: 50%;
}
.dept-content .page-cover .view-dept-title a{
  background: #6AC7BD;
    padding: 15px;
    color: #fff;
}
#block-views-block-dept-title-block-1
{
  padding: 0;
}
#block-views-block-dept-menus-block-1 .item-list ul {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
  border-radius: 5px;
   border-radius: 5px;
   min-width: 275px;
}
 #block-views-block-dept-menus-block-1 .item-list ul li a
{
  padding: 0 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400; 
  color: #333;
  display: -webkit-box;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#block-views-block-dept-menus-block-1 .item-list ul li 
{
  padding: 20px 0;
  position: relative;
}

 #block-views-block-dept-menus-block-1 .item-list ul li::after{
  position: absolute;
   display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  color: #000;
  top: 45%;
  font-size: 11px;
  left: 20px;
}
.ltr #block-views-block-dept-menus-block-1 .item-list ul li::after
{
  right: 20px;
  left: unset;
  transform: rotate(180deg);
}
 .dept-row
{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}
 #dept-menu .item-list
{
  width: 100%;
}
 #block-mhtwyalsfhtalryysyt .cont-cont
{
  background: transparent;
  box-shadow: unset;
  width: 100%;
}
 #block-mhtwyalsfhtalryysyt .views-field-title
{
  font-style: normal;
font-weight: 700;
font-size: 18px;
line-height:40px; 
color: #6AC7BD;
}
 #block-mhtwyalsfhtalryysyt .views-field-title a{
color: #6AC7BD;
}

.main-inner-content::before,
.main-inner-content::after
{
  content: unset;
}

.university-study .study-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
  gap: 0.5rem;
}
.university-study .study-slider .owl-dot.active {
  /* border: 1px solid #4d9e4b; */
  /* border-radius: 50%; */
  border: 1px solid #6AC7BD;
  border-radius: 50%;
  padding: 0px;
}
.university-study .study-slider .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  /* position: relative; */
  /* bottom: 3px; */
  background: #6AC7BD;
  /* left: 5px; */
  width: 5px;
  height: 5px;
  /* background: #fff; */
  /* background-color: #fff; */
  margin: 6px 6px;
}



/* cusrom select */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #898B8E;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #898B8E;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #898B8E transparent transparent transparent;
  position: absolute;
  top: 16px;
  left: 10px;
}
.ltr .select-styled:after
{
  right: 10px;
  left: unset;
}
.ltr .research-section  .heading-line .heading-button i ,.ltr .media-section .line-btw img
{
  transform: rotate(180deg);
}
.ltr .media-section .heading-line
{
  grid-template-columns: 13% 66% 17%;
}
/* .select-styled:hover {
  background-color: #3C7974;
}
.select-styled:active, .select-styled.active {
  background-color: #3C7974;
} */
 

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;

  background-color: #fff;
}
.select-options{
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.select-options li {
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  /* border-top: 0.5px solid #3C7974; */
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-size: 12px;
}
.select-options li:hover, .select-options li.is-selected {
  color: #fff;
  background: #6ac7bd;
}
.select-options li[rel="hide"] {
  display: none;
}

 #block-views-block-dept-menus-block-1 .item-list ul li.active { 
  background: #3C7974;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
}
 
#block-views-block-dept-menus-block-1 .item-list ul li.active a, #block-views-block-dept-menus-block-1 .item-list ul li.active::after
{
  color: #fff;
}


.main-inner-content .view-news .item-list ul {
  display: grid;
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}

.main-inner-content .view-news .item-list ul li {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

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

.main-inner-content .view-news .item-list li .title {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  background: transparent;
  color: #fff;
  text-align: center;
  z-index: 99
}

.main-inner-content .view-news .item-list li .title a {
  color: #fff;
}

.main-inner-content .view-news .field-content.image a {
  position: relative;
  border: 0;
  margin-bottom: 0;
  min-height: 300px;
}

.main-inner-content .view-news .field-content.image a img {
  height: 100% !important;
  object-fit: cover;
}

.main-inner-content .view-news .item-list ul li::after {
  position: absolute;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pager-nav {
  margin: 50px 0 0;
}

.pager-nav .pagination .pager__item a,
.pagination li a {
  min-width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  text-align: center;
  color: #898B8E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager-nav .pagination .pager__item.active a,
.pagination li.active a {
  background: #6AC7BD;
  color: #fff;
  border-color: transparent;
}

.pager-nav .pagination .pager__item.pager__item--next,
.pager-nav .pagination .pager__item.pager__item--previous {
  display: none;
}

 /* #block-breadcrumbs  */

 #block-breadcrumbs {
  /* background: transparent; */
  background: #BBE3E7;
  padding: 10px 0;
  color: #3C7974;
}

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

#block-breadcrumbs li a {

  line-height: 150%;
  color: #3C7974;
}

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

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


.pagination {
  justify-content: center;
  align-items: center;
}

.pagination li a {
  padding: 3px 8px;
  border: 1px solid #eee;
}
.main-inner-content .view-news .views-field-field-news-img  {
  position: relative;
  border: 0;
  margin-bottom: 0;
  /* min-height: 300px; */
}
.main-inner-content .view-news .news-list   ul li img {
  float: none !important;
  width: 100%;
  height:100%;
  object-fit: cover;
  margin: 0;
  margin-bottom: 15px;
  box-shadow: none;
  padding: 0;
}
.main-inner-content .view-news .item-list li .views-field-title {
  overflow: hidden;
  margin-top: 1px;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 29px;
}
.main-inner-content .view-news .item-list li  .views-field-title {
  position: absolute;
  bottom: 0;
  background-color: #0000;
  background: #0000;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.main-inner-content .view-news .item-list li .views-field-title a {
  color: #fff;
}
.main-inner-content .view-news .news-list li .views-field-title a 
{
  font-size: 14px !important;
}


#news-detail {
  display: grid;
  flex-wrap: nowrap !important;
  grid-template-columns: 65% auto;
}

#news-detail #block-news .item-list ul {
  display: block !important;
}

#news-detail #block-news .item-list ul li {
 box-shadow: unset;
 border: unset;
 display: flex;
 grid-template-columns: 40% 1fr;
 align-content: center;
 align-items: flex-start;
 gap: 20px;
}

#news-detail #block-news .item-list ul li::after {
  content: unset;
}

#news-detail #block-news .item-list ul li img {
  width: auto;
  height: 100px !important;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: unset;
}
#news-detail .node .field-body 
{
 color: #3C7974;
}
#news-detail #block-news .item-list ul li .title {
  position: relative;
  color: #3C7974;
  font-size: 14px;
  font-weight: bold;
  text-align: inherit;
}

#news-detail #block-news .item-list ul li .title a {
  color: #3C7974;
}

#news-detail h2.title {
  font-weight: bold;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #3C7974;
}

#news-detail #block-news .item-list ul {
  margin-top: 30px;
}

#news-detail #block-psau-content {
 position: relative;
 bottom: 200px;
 background: #ddd;
 padding: 30px;
 background: #FAFAFA;
}

#news-detail .block-breadcrumbs {
  display: none !important;
}
#news-detail h2.title {
  font-weight: bold;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #3C7974;
}
#news-detail .field-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #114432;
}

#newsCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}

.field-field_news_img a img {
  display: none;
}

#block-psau-branding .logo-area .logo
{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
#block-psau-branding .logo-area .logo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#block-psau-branding .logo-area .logo a {
  width: 155px;
  /* flex: none; */
}
#block-psau-main-menu {
  margin-top: 60px;
}
#header
{
  height: 150px;
}
#header .language-switcher-language-url, .none-front #header .language-switcher-language-url {
  position: absolute;
  top: 60%;
}
.dark-search {
  
  top: 55%;
}
.ltr #block-psau-main-menu .level-0.notmega:last-child::after

{
  right: 0;
  left: unset;
  transform: translateX(50%);
}
#header.fixed #block-psau-main-menu 
{
  margin-top: 30px;
}

.main-slider-home video {
  width: 100%;
  height: auto;
}
#myVideo{
  height: 100%;
  width: 100%;
  object-fit: cover;
}