/* ===================================================================
==========/* mini frame work for repeated sections   =================
=================================================================== */
.section-container .section-content .content-text .sec-header h3 {
  font-size: var(--h3-font-size);
  color: var(--h4-header-color);
  margin-bottom: 10px;
  font-weight: bold;
}

p {
  text-align: justify;
}

.section-container .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-container .section-content .content-text {
  flex: 0 0 48%;
}

.section-container .section-content .content-text .sec-header h3 {
  font-size: var(--h3-font-size);
  color: var(--h4-header-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.section-container .section-content .content-img {
  width: 48%;
}

.section-container .section-content .content-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .section-container .section-content {
    flex-wrap: wrap;
  }

  .section-container .section-content .content-text {
    flex: 0 0 100%;
    order: 2;
  }

  .section-container .section-content .content-img {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

/* to make the four edges-curved container */
.curved-container,
#block-departmentsidemenu {
  border-radius: 60px;
  padding: 40px;
  background: #fff;
  margin: 40px 0;
}

.curved-container0 {
  border-radius: 60px;
  background: #fff;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}

.curved-container0 img {
  width: 100%;
}

.stick-bottom .bottom-content h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: var(--h3-font-size);
  font-weight: bold;
  color: var(--h4-header-color);
}

.container0 {
  margin: 0 !important;
}

/* to make the section stick to the top  */
.stick-top {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding: 20px 40px;
  margin-bottom: 40px;
  background: #fff;
}

/* to make the section stick to the bottom  */
.stick-bottom {
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  padding: 20px 40px;
  margin-top: 40px;
  background: #fff;
}

/* to make the full-width section's background white */
.bg-white-container {
  background: #fff;
  padding: 50px 0;
  margin: 50px 0;
}

/* for full-width-2-section-extended (the extended section) */
.sec-header h3 {
  font-size: var(--h3-font-size);
  color: var(--h4-header-color);
  margin-bottom: 25px;
  font-weight: bold;
}

.extended-section {
  margin-top: 30px;
}

@media (max-width:991px) {
  .extended-section {
    margin-top: 0;
  }

  .curved-media {
    padding: 50px;
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
  .curved-media {
    padding: 30px;
  }
}

/* stick to the top section title */
.sec-header-stick h3 {
  font-size: var(--h3-font-size);
  color: var(--h4-header-color);
  margin-bottom: 25px;
  margin-top: 35px;
  font-weight: bold;
  text-align: center;
}

.contact-feedback {
  box-shadow: 0 0 10px #ccc;
  padding: 30px;
  margin: 50px 0;
  border-radius: 30px;
  background: #e2e2e2;
}

/* =======================================================================================
=============/* End of mini frame work for repeated sections   ===========================
======================================================================================= */

/* #######################################
FRAME WORK SECTION
######################################## */
:root {
  --main-color: #006017;
  --secondary-color: #ddd;
  --faded-gray: #818181;
  --hover: #4582FF;
  --h4-header-color: #535353;
  --h3-font-size: 34px;
}

.br20 {
  border-radius: 20px;
  overflow: hidden;
}

.no-padding .container {
  padding: 0;
}

.node__title {
  text-align: center;
  margin-top: 50px !important;
}

.widget.gsc-heading.style-default.align-left .heading-line {
  display: none;
}

.bg-about {
  background-image: url('/sites/default/files/inline-images/values-goals.jpg');
  background-size: cover;
  color: #fff !important;
}

.highlighted.area {
  position: relative;
  z-index: 0;
}

.field--name-field-block-builder .field__label {
  display: none;
}

.block {
  margin-bottom: unset;
}

body {
  font-size: 18px;
  background-color: #ebe9e9;
}

body .body-page {
  font-size: 18px;
  background-color: #ebe9e9;
  overflow-x: hidden;
}

a {
  color: var(--main-color);
}

.curved-builder .bb-inner>.container {
  padding: 50px 30px;
  border-radius: 50px;
  background: #fff;
}

.content-main-inner>.row>.col-xs-12 {
  padding: 0;
}

.no-wbg .header-v1 .main-menu .area-main-menu .area-inner #block-gavias-edmix-main-menu {
  background: unset;
}

.wbg .header-v1 .main-menu .area-main-menu .area-inner #block-gavias-edmix-main-menu {
  background: #fff;
}

.no-float {
  float: none;
}

.gbb-row .bb-inner {
  padding: 0;
}

.white-bg {
  background: #fff;
}

.section-padding {
  padding: 50px 0;
}

.main-btn {
  outline: none;
  border: 3px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 10px 32px;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  font-weight: bold;
  text-align: center;
}

.header-none .container .widget:has(h2.node__title) {
  display: none;
}

.sidebar-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sidebar-page::before {
  content: unset;
}

.sidebar-page::after {
  content: unset;
}

/* #######################################
SIDEBAR FOR DEPARTMENTS
######################################## */
.sidebar-page .sidebar {
  flex-basis: 250px;
  margin-top: 110px;
  background: #fff;
  padding: 30px 0;
  border-radius: 40px;
  height: fit-content;
  order: 1;
  margin-bottom: 30px;
}

.sidebar-page>b {
  flex-basis: 250px;
  order: 1;
}

.sidebar-page .sidebar:has(.events-news-sidebar) {
  margin-top: 40px !important;
}

.sidebar-page:has(.events-news) .title-custom-header {
  transform: unset !important;
  left: unset;
  margin-top: 0;
  margin-bottom: 30px;
}

.sidebar-page .sidebar .content ul.sidebar-custom {
  list-style: none;
  padding: 0;
}

.sidebar-page .sidebar .content ul.sidebar-custom li {
  margin: 0 20px;
  border-bottom: 2px solid #eeebeb;
  text-align: center;
  padding: 10px 0;
}

.sidebar-page .sidebar .content ul.sidebar-custom li:last-child {
  border-bottom: unset;
}

.sidebar-page .sidebar-page-main {
  flex-basis: calc(100% - 290px);
  margin-bottom: 50px;
  order: 2;
}

.sidebar-page .sidebar-page-main .content-main #block-gavias-edmix-content {
  margin-top: 40px;
  background: #fff;
  padding: 30px;
  border-radius: 40px;
}

.sidebar-page .title-custom-header {
  text-align: center;
  margin: 0;
  position: relative;
  transform: translate(-62%);
  left: 50%;
  margin-bottom: 0px;
  margin-top: 40px;
}

/* #######################################
SIDEBAR FOR POSTGRADUATES UNDERGRADUATES NEWS AND EVENTS
######################################## */

.sidebar-page .sidebar nav .block-content ul {
  list-style: none;
  padding: 0;
  float: none;
}

.sidebar-page .sidebar nav .block-content ul li {
  margin: 0 20px !important;
  border-bottom: 2px solid #eeebeb !important;
  text-align: center !important;
  padding: 15px 0 !important;
  float: none;
  display: block;
  width: unset;
}

.sidebar-page .sidebar nav .block-content ul li a {
  padding: 0;
  margin: 0;
  text-align: center !important;
  border-bottom: none;
  font-size: 18px;
}

.sidebar-page .sidebar nav .block-content ul li:last-child {
  border-bottom: none !important;
}

/* #######################################
MAIN NAVIGATION BAR SECTION
######################################## */
.menu-bar {
  margin-top: 0;
  top: -130px;
  right: 0;
  background: var(--main-color);
  border-radius: 4px;
}

header .site-branding-logo {
  max-height: unset;
  min-height: unset;
}

.topbar_down .container::after,
.topbar_up .container::after {
  content: unset;
}

.topbar_up .container::before,
.topbar_down .container::before {
  content: unset;
}

.topbar_down .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}

.topbar_up .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.topbar_up {
  background: #2D2D2D;
  color: #fff;
  padding: 10px 0;
}

.topbar_up_left>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar_up_right>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.question-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.question-section .phone {
  margin: 0 15px;
}

.topbar_up a {
  color: #fff;
}

.language-switcher-language-url .links {
  list-style: none;
}

.language-switcher-language-url .links li {
  text-align: center;
  border: 2px solid #fff;
  font-size: 18px;
  padding: 0 17px 0 17px;
  line-height: 1.4;
  cursor: pointer;
}

.language-switcher-language-url .links li a {
  color: #fff;
}

.language-switcher-language-url .links li.is-active {
  display: block;
  visibility: visible;
  opacity: 1;
  padding: 0 17px 0 10px;
  position: relative;
}

.language-switcher-language-url .links li.is-active::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
}

.language-switcher-language-url .links li:not(.is-active) {
  position: absolute;
  background: #464545;
  width: 91px;
  display: none;
  z-index: 100;
}

.block {
  display: block !important;
}

.social-media-top a i {
  font-size: 18px;
  margin: 0 5px;
  transition: all .3s ease-in-out;
}

.social-media-top a i:hover {
  color: #4582FF;
}

.logout-top a {
  font-size: 18px;
  font-weight: bold;
}

.site-branding-logo {
  display: block;
}

.topbar_down_left>div {
  display: flex;
  align-items: center;
}

.site-branding-logo img {
  margin-right: 20px;
  width: 90px;
}

h1.site-branding__header {
  margin: 0;
}

#search-block-form {
  display: flex;
  justify-content: center;
}

#search-block-form #edit-actions input {
  height: 38px;
}

.search-menu .block-content ul li a {
  padding: 15px 10px;
  font-weight: 400;
  font-size: 16px;
}

.topbar_down_right input {
  background: transparent;
}

#search-block-form input.form-submit {
  background: var(--main-color);
}

/* #######################################
MAIN SLIDER HOME SECTION
######################################## */
.home-front .slider-home-bb>.bb-inner>.bb-container.full-screen {
  height: unset !important;
}

.main-slider-home p {
  margin: 0;
  font-size: 23px;
}

.main-slider-home h1 {
  margin: 0;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}

.btn-slide a {
  color: #fff !important;
  background: var(--main-color) !important;
}

.btn-slide:hover a {
  background: #fff !important;
  color: var(--main-color) !important;
}

.gavias_sliderlayer .tp-bullets .tp-bullet,
#gavias_slider_single .tp-bullets .tp-bullet {
  width: 25px;
  height: 10px;
  border-radius: 50px;
}

/* #######################################
NEWS HOME SECTION
######################################## */
.general-header-news {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--main-color);
}

.news-section .block-content .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-section .block-content .view-content-wrap .item {
  flex-basis: 48%;
  margin-bottom: 30px;
}

.news-section .block-content .view-content-wrap .news-item {
  display: flex;
  flex-wrap: wrap;
}

.news-section .block-content .view-content-wrap .news-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-section .block-content .view-content-wrap .news-item>a {
  display: block;
  flex-basis: 180px;
  height: 225px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.news-section .block-content .view-content-wrap .news-item .news-content {
  flex-basis: calc(100% - 200px);
}

.news-section .block-content .view-content-wrap .news-item .news-content h3 {
  color: var(--main-color);
}

.news-section .block-content .view-content-wrap .news-item .news-content h5 {
  color: var(--faded-gray);
}

.news-section .block-content .view-content-wrap .item:first-child {
  flex-basis: 100%;
}

.news-section .block-content footer .general-footer-news {
  text-align: center;
  margin-top: 25px;
}

.news-section .block-content footer .general-footer-news a {
  color: #fff;
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin: auto;
  transition: all .3s ease-in-out;
  border: 3px solid var(--main-color);
}

.news-section .block-content footer .general-footer-news a:hover {
  color: var(--main-color);
  background: #fff;
}


/* #######################################
ADS HOME SECTION
######################################## */
.general-header {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--main-color);
}

.ads-home-section {
  padding: 50px 0;
}

.ads-home-section .block-content .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.ads-home-section .block-content .view-content-wrap .item {
  flex-basis: 31%;
  margin-bottom: 30px;
}

.ads-home-section .block-content .view-content-wrap .ads-home-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.ads-home-section .block-content .view-content-wrap .ads-home-item img {
  object-fit: cover;
  display: block;
  flex-basis: 100%;
  height: 225px;

  overflow: hidden;
}

.ads-home-section .block-content .view-content-wrap .ads-home-item .ads-content {
  padding: 20px;
  width: 100%;
}

.ads-home-section .block-content .view-content-wrap .ads-home-item .ads-content h3 a {
  color: var(--main-color);
  transition: all .3s ease-in-out;
}

.ads-home-section .block-content .view-content-wrap .ads-home-item .ads-content h3 a:hover {
  color: var(--hover);
}

.ads-home-section .block-content .view-content-wrap .ads-home-item .ads-content h5 {
  color: var(--faded-gray);
}

.ads-home-section .block-content .view-content-wrap .ads-home-item .ads-content>a {
  text-align: right;
  display: block;
}

.ads-home-section .block-content .general-footer-ads {
  text-align: center;
  margin-top: 30px;
}

.ads-home-section .block-content .general-footer-ads a {
  color: #fff;
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin: auto;
  transition: all .3s ease-in-out;
  border: 3px solid var(--main-color);
}

.ads-home-section .block-content .general-footer-ads a:hover {
  color: var(--main-color);
  background: #fff;
}

/* #######################################
Events HOME SECTION
######################################## */
.general-header-event {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--main-color);
}

.events-home-section .block-content .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.events-home-section .block-content .view-content-wrap .item {
  flex-basis: 48%;
  margin-bottom: 30px;
  transition: all .3s ease-out;
}

.events-home-section .block-content .view-content-wrap .events-item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  padding: 20px;
}

.events-home-section .block-content .view-content-wrap .item:hover {
  transform: scale(1.05);
}

.events-home-section .block-content .view-content-wrap .events-item img {
  object-fit: cover;
  flex-basis: 150px;
  height: 150px;
  margin-right: 20px;
  border-radius: 200px;
  overflow: hidden;
  border: 7px solid var(--main-color);
  display: block;
}

.events-home-section .block-content .view-content-wrap .events-item .events-content {
  flex-basis: calc(100% - 200px);
}

.events-home-section .block-content .view-content-wrap .events-item .events-content h3 {
  color: var(--main-color);
}

.events-home-section .block-content .view-content-wrap .events-item .events-content .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.events-home-section .block-content .view-content-wrap .events-item .events-content .info span {
  display: block;
  color: var(--main-color);
}

.events-home-section .block-content .general-footer-events {
  text-align: center;
  margin-top: 30px;
}

.events-home-section .block-content .general-footer-events a {
  color: #fff;
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin: auto;
  transition: all .3s ease-in-out;
  border: 3px solid var(--main-color);
}

.events-home-section .block-content .general-footer-events a:hover {
  color: var(--main-color);
  background: #fff;
}

/* #######################################
DEAN HOME SECTION
######################################## */


.adminstration-section {
  padding: 50px 30px;
  border-radius: 50px;
  background: #fff;
  margin: 30px 0;
  margin-top: 60px;
}

.adminstration-section .adminstration-header h3 {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  font-size: var(--h3-font-size);
  color: var(--h3-color);
}

.adminstration-section .adminstration-content {
  display: flex;
  justify-content: center;

}

.adminstration-section .adminstration-content .side-info {
  min-width: 340px;
  padding: 0 20px;
  text-align: center;
}

.adminstration-section .adminstration-content .side-info .dean-img {
  width: 180px;
  border-radius: 99px;
  overflow: hidden;
  height: 180px;
  margin: auto;
}

.adminstration-section .adminstration-content .side-info .dean-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adminstration-section .adminstration-content .side-info .dean-name h4 {
  font-size: 24px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--h3-color);
}

.adminstration-section .adminstration-content .side-info .dean-dean p {
  font-size: 18px;
  color: var(--h4-header-color);
}

.adminstration-section .adminstration-content .main-content h3 {
  font-weight: bold;
  color: var(--h3-color);
}

.adminstration-section .adminstration-content .main-content {
  position: relative;
  margin-left: 50px;
}

.adminstration-section .adminstration-content .main-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -47px;
  width: 2px;
  height: 400px;
  background: #aaa;
}

.adminstration-section .adminstration-content .main-content h4 {
  font-weight: bold;
}

.adminstration-section .adminstration-content .main-content .dean-signature h4 {
  color: var(--main-color);
  font-size: 20px;
  margin-bottom: 30px;
}

.adminstration-section .adminstration-content .main-content .dean-signature {
  text-align: right;
}


.why-faculty-section {
  position: relative;
  background-image: url('/sites/default/files/inline-images/why-bg.jpg');
}

.why-faculty-section .container {
  position: relative;
}

.why-faculty-section .why-faculty-content {
  display: flex;
  position: relative;
}

.why-faculty-section .why-faculty-content .why-study {
  margin-bottom: 50px;
  background: #e8e6e4;
  width: 60%;
}

.why-faculty-section .why-faculty-content .why-study .why-study-left {
  padding: 50px;
  min-height: 460px;
}

.why-faculty-section .why-faculty-content .why-study .why-study-left h3 {
  font-size: 50px;
  font-weight: bold;
  color: var(--main-color);
}

.why-faculty-section .why-faculty-content .why-study .why-study-left .bold-caption {
  font-weight: bold;
}


.why-faculty-section .why-faculty-content .why-study-img img {
  width: 100%;
  border-radius: 45px;
}

.why-faculty-section .why-faculty-content .why-study .why-study-left button {
  outline: none;
  border: 2px solid var(--main-color);
  padding: 10px 50px;
  border-radius: 15px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  bottom: 30px;

}

.why-faculty-section .why-faculty-content .why-study .why-study-left .btn {
  position: absolute;
  bottom: -60px;
  width: 100%;
}

.home-why-faculty-section .bb-inner.default {
  padding: 0;
}

/* #######################################
WHY FACULTY HOME SECTION
######################################## */

.why-faculty-section {
  position: relative;
}

.why-faculty-section .container {
  position: relative;
}

.why-faculty-section .why-faculty-content {
  display: flex;
  position: relative;
}

.why-faculty-section .why-faculty-content .why-study {
  margin-bottom: 50px;
  background: #e8e6e4;
  width: 60%;
}

.why-faculty-section .why-faculty-content .why-study .why-study-left {
  padding: 50px;
  min-height: 460px;
}

.why-faculty-section .why-faculty-content .why-study .why-study-left h3 {
  font-size: 50px;
  font-weight: bold;
  color: var(--main-color);
}

.why-faculty-section .why-faculty-content .why-study .why-study-left .bold-caption {
  font-weight: bold;
}

.why-faculty-section .why-study-img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 578px;
  overflow: hidden;
  border-radius: 44px;
  box-shadow: 0px 0px 10px #aaa;
  z-index: 10;
}

.why-faculty-section .why-faculty-content .why-study-img img {
  width: 100%;
  border-radius: 45px;
}

.why-faculty-section .why-faculty-content .why-study .why-study-left button {
  outline: none;
  border: 2px solid var(--main-color);
  padding: 10px 50px;
  border-radius: 15px;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  bottom: 30px;

}

.why-faculty-section .why-faculty-content .why-study .why-study-left .btn {
  position: absolute;
  bottom: -60px;
  width: 100%;
}

.home-why-faculty-section .bb-inner.default {
  padding: 0;
}

/* #######################################
FOOTER SECTION
######################################## */
.top-footer {
  background-color: var(--main-color);
  background-image: url('/sites/default/files/my-images/top-footer.jpg');
  background-blend-mode: overlay;
  background-position: bottom;
}

.top-footer ul.gva_menu {
  float: unset;
  display: flex;
  justify-content: center;
  list-style: none;
}

.top-footer ul.gva_menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.footer-center>.container>.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.footer-center>.container>.row h3 {
  color: #fff;
}

.footer-center>.container>.row h2 {
  color: #fff;
}

.footer-center>.container>.row .footer-second a {
  color: #fff;
  transition: all .3s ease-in-out;
}

.footer-center>.container>.row .footer-second a:hover {
  color: #fff;
  transition: all .3s ease-in-out;
  color: var(--hover);
}

.footer .footer-center {
  background: #272727;
}

.footer-center>.container>.row>div {
  flex-basis: 31%;
}

.footer-fac-info .university-logo {
  display: flex;
  align-items: center;
}

.footer-second ul.gva_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-second ul.gva_menu li {
  flex-basis: 48%;
  padding: 10px 0;
}

.footer-second ul.gva_menu li a {
  padding: 0;
}

.footer-fac-info .university-logo .uni-img {
  flex-basis: 100px;
}

.footer-fac-info .university-logo .uni-img img {
  width: 100%;
  object-fit: cover;
}

.footer-fac-info .fac-brief {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-fac-info .fac-brief .fac-img {
  flex-basis: 100px;
}

.footer-fac-info .fac-brief .fac-name h3 {
  margin: 0;
}

.footer-fac-info .fac-brief .fac-name {
  margin: 0 15px;
}

.footer-fac-info .fac-brief .fac-img img {
  width: 100%;
  object-fit: cover;
}

.footer-fac-info .university-logo .uni-name {
  margin: 0 15px;
}

.footer-fac-info .university-logo .uni-name h3 {
  margin: 0;
}

.footer-social-custom {
  text-align: left;
}

.footer-social-custom ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background: var(--main-color);
  transition: all .3s ease-in-out;
  color: #fff;
}

.footer-social-custom ul li a i:hover {
  background: #fff;
  color: var(--main-color);
}

.footer-social-custom ul li a:hover i.fa-instagram {
  color: var(--main-color);
}

.copyright .copyright-inner {
  padding: 10px 0;
}

.copyright .copyright-inner>div {
  display: flex;
  align-items: center;
}

.copyright .copyright-inner>div nav .gva_menu .menu-item a {
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
}

/* #######################################
DEPARTMENTS SECTION
######################################## */
.department-staff-cards .view-content-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
}

.department-staff-cards .view-content-wrap .item {
  flex-basis: 280px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  min-height: 300px;
}

.department-staff-cards .view-content-wrap .item .field-content a {
  display: block;
}

.department-staff-cards .view-content-wrap .item .field-content a img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 10px auto;
  border-radius: 200px;
}

.all-departments .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  border-radius: 40px;
  box-shadow: 0 0 10px #cacaca;
  margin-bottom: 20px;
}

.all-departments .view-content-wrap .item:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0 0 10px #aaa;
  background: #f2f2f2;
}

.all-departments .view-content-wrap .item {
  flex: 0 0 48%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #ddd;
  padding: 10px;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.all-departments .view-content-wrap .item:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 0 0 10px #aaa;
  background: #f2f2f2;
}

.all-departments .view-content-wrap .item .department-content {
  display: flex;
  align-items: center;
}

.all-departments .view-content-wrap .item .department-content .department-img {
  flex-basis: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.all-departments .view-content-wrap .item .department-content .department-name {
  margin: 0 15px;
  font-weight: bold;
  flex-basis: calc(100% - 130px);
}

.all-departments .view-content-wrap .item .department-content .department-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-header {
  text-align: center;
  margin: 40px;
  font-size: 32px;
  font-weight: bold;
}

.node--type-departments.node--view-mode-full {
  padding: 30px;
  margin: 50px 0;
  border-radius: 30px;
  background: #fff;
}

.node--type-departments.node--view-mode-full header .align-left {
  float: none;
  text-align: center;
}

.node--type-departments.node--view-mode-full header .align-left span {
  font-size: 32px;
}

.node--type-departments.node--view-mode-full .node__content .field .field__label {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
}

/* #######################################
SEARCH PAGE
######################################## */
.content .search-form {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 35px;
}

.content:has(> form.search-form) {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  margin: 50px 0;
}






/* #######################################
All ADS AND NEWS PAGE
######################################## */
.general-header {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--main-color);
}

.all-section .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.all-section .view-content-wrap .item {
  flex-basis: 31%;
  margin-bottom: 30px;
}

.all-section .view-content-wrap .all-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.all-section .view-content-wrap .all-item img {
  object-fit: cover;
  display: block;
  flex-basis: 100%;
  height: 225px;

  overflow: hidden;
}

.all-section .view-content-wrap .all-item .all-content {
  padding: 20px;
  width: 100%;
}

.all-section .view-content-wrap .all-item .all-content .all-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-section .view-content-wrap .all-item .all-content h3 a {
  color: var(--main-color);
  transition: all .3s ease-in-out;
}

.all-section .view-content-wrap .all-item .all-content h3 a:hover {
  color: var(--hover);
}

.all-section .view-content-wrap .all-item .all-content h5 {
  color: var(--faded-gray);
}

.all-section .view-content-wrap .all-item .all-content>a {
  text-align: right;
  display: block;
}

.all-section .general-footer-all {
  text-align: center;
  margin-top: 30px;
}

.all-section .general-footer-all a {
  color: #fff;
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin: auto;
  transition: all .3s ease-in-out;
  border: 3px solid var(--main-color);
}

.all-section .general-footer-all a:hover {
  color: var(--main-color);
  background: #fff;
}



/* #######################################
STAFF DEPARTMENT PAGE
######################################## */

.staff-page-department-menu .view-content-wrap {
  padding: 10px;
  display: flex;
  background: #fff;
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}

.staff-page-department-menu .view-content-wrap div.item {
  flex-basis: 31%;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.staff-page-department-menu .view-content-wrap div.item .field-content a {
  font-weight: bold;
}

.staff-page-department-menu .view-content-wrap div.item::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #ccc;
  height: 20px;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-10px);
}

.staff-page-department-menu .view-content-wrap div.item:nth-child(3n +0)::after {
  content: unset;
}

.staff-page-cards .view-content-wrap {
  padding: 10px;
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 60px;
  align-items: center;
  padding-top: 60px;
}

.staff-page-cards .view-content-wrap .item {
  flex-basis: 280px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  min-height: 300px;
}

.staff-page-cards .view-content-wrap .item .field-content a {
  display: block;
}

.staff-page-cards .view-content-wrap .item .field-content a img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 10px auto;
  border-radius: 200px;
}





/* #######################################
All ADS AND NEWS PAGE
######################################## */
.general-header {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--main-color);
}

.all-section .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.all-section .view-content-wrap .item {
  flex-basis: 31%;
  margin-bottom: 30px;
}

.all-section .view-content-wrap .all-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.all-section .view-content-wrap .all-item img {
  object-fit: cover;
  display: block;
  flex-basis: 100%;
  height: 225px;

  overflow: hidden;
}

.all-section .view-content-wrap .all-item .all-content {
  padding: 20px;
  width: 100%;
}

.all-section .view-content-wrap .all-item .all-content .all-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-section .view-content-wrap .all-item .all-content h3 a {
  color: var(--main-color);
  transition: all .3s ease-in-out;
}

.all-section .view-content-wrap .all-item .all-content h3 a:hover {
  color: var(--hover);
}

.all-section .view-content-wrap .all-item .all-content h5 {
  color: var(--faded-gray);
}

.all-section .view-content-wrap .all-item .all-content>a {
  text-align: right;
  display: block;
}

.all-section .general-footer-all {
  text-align: center;
  margin-top: 30px;
}

.all-section .general-footer-all a {
  color: #fff;
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin: auto;
  transition: all .3s ease-in-out;
  border: 3px solid var(--main-color);
}

.all-section .general-footer-all a:hover {
  color: var(--main-color);
  background: #fff;
}

/* #######################################
ALL Events PAGE SECTION
######################################## */
.general-header-event {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--main-color);
}

.all-events .view-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-events .view-content-wrap .item {
  flex-basis: 100%;
  margin-bottom: 30px;
  transition: all .3s ease-out;
}

.all-events .view-content-wrap .page-events-item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  padding: 20px;
}

.all-events .view-content-wrap .item:hover {
  transform: scale(1.05);
}

.all-events .view-content-wrap .page-events-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.all-events .view-content-wrap .page-events-item .page-events-img {
  flex-basis: 29%;
  max-height: 200px;
}

.all-events .view-content-wrap .page-events-item .page-events-content {
  flex-basis: 67%;
  margin: 0 2%;
}

.all-events .view-content-wrap .page-events-item .page-events-content h3 {
  color: var(--main-color);
}

.all-events .view-content-wrap .page-events-item .page-events-content .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-events .view-content-wrap .page-events-item .page-events-content .info span {
  display: block;
  color: var(--main-color);
}

.all-events .general-footer-events {
  text-align: center;
  margin-top: 30px;
}

.all-events .general-footer-events a {
  color: #fff;
  background: var(--main-color);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: bold;
  margin: auto;
  transition: all .3s ease-in-out;
  border: 3px solid var(--main-color);
}

.all-events .general-footer-events a:hover {
  color: var(--main-color);
  background: #fff;
}

.single-action {
  padding: 15px;
}

.single-action header p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.single-action .custom-menu-action-item>a {
  display: block;
}

.single-action .custom-menu-action-item>a {
  display: block;
}

.single-action .custom-menu-action-item img,
.single-action .custom-menu-action-item>a img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.single-action .view-content-wrap .item {
  padding: 12px 0;
}

.single-action.events-menu .view-content-wrap .item {
  box-shadow: 0 0 10px #ccc;
  padding: 10px;
  border-radius: 15px;
  margin: 20px 0 10px 0;
}

.single-page-node .align-left {
  float: none;
}

.single-page-node header {
  text-align: center;
}

.single-page-node .node__content .field--type-image .field__item {
  text-align: center;
}

.single-page-node .node__content .field--type-image .field__item img {
  max-height: 400px;
  max-width: 100%;
  object-fit: cover;
}

.single-page-node .node__content .field--name-body img {
  /* width: 19%; */
  margin: 15px .5%;
  /* max-height: 200px; */
  object-fit: cover;
}

/* #######################################
USER PROFILE #############################
########################################## */
.user-profile {
  background: #fff;
  padding: 30px;
  margin: 50px 0px;
  border-radius: 30px;
}

.user-profile .nav-tabs {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.user-profile .nav-tabs li a {
  display: flex;
  flex-direction: column;
}

.user-profile .nav-tabs li a span {
  display: block;
}

.user-profile .nav-tabs li a i {
  font-size: 50px;
  margin-bottom: 15px;
}

.user-profile .user-information {
  margin-top: 20px;
  box-shadow: 0 0 10px #ccc;
  padding: 30px;
  border-radius: 30px;
}

.user-profile-top {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-top: 50px !important;
}

.user-profile-top .field--name-user-picture {
  display: block !important;
}

.user-profile-top .field--name-user-picture a {
  display: block;
  text-align: center;
}

.user-profile-top .field--name-user-picture a img {
  max-height: 300px;
  object-fit: cover;
}

.user-profile-top article>.field {
  display: flex;
}

.user-profile-top article>.field .field__label {
  font-size: 22px;
  font-weight: bold;
  min-width: 300px;
}

.user-profile-top article>.field .field__item {
  font-size: 18px;
}

/* ##################################
############ ABOUT US ######
################################## */
.welcome-faculty-section .welcome-faculty-content .main-content h3 {
  font-size: var(--h3-font-size);
  font-weight: bold;
  color: var(--h4-header-color);
  margin: 0 0 32px 0;
}

.welcome-faculty-section .welcome-faculty-content {
  display: flex;
  justify-content: space-between;
}

.welcome-faculty-section .welcome-faculty-content .side-fact-sheet .fact-sheet {
  width: 200px;
  margin-left: 54px;
}

.welcome-faculty-section .welcome-faculty-content .side-fact-sheet .fact-sheet img {
  width: 100%;
}

.welcome-faculty-section .welcome-faculty-content .main-content {
  width: 50%;
}

.welcome-faculty-section .welcome-faculty-content .main-content h3 {
  font-size: var(--h3-font-size);
  font-weight: bold;
  color: var(--h4-header-color);
  margin: 0 0 32px 0;
}

.welcome-faculty-section .welcome-faculty-content .main-content p {
  color: var(--h4-header-color);
}

.welcome-faculty-section .welcome-faculty-content .main-content ul {
  padding-left: 15px;
  font-weight: bold;
}

.jobs .img-bg {
  background-image: url('../../../sites/default/files/inline-images/jobs.jpg');
  min-height: 250px;
  background-color: #211c1c8c;
  min-height: 250px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: overlay;
  border-radius: 37px;
}

.jobs .img-bg h3 {
  color: #fff;
}

/* ########################################
ADMINISTRATION ABOUT PAGE ##############
######################################## */
.administration-staff {
  background-image: url('../../../sites/default/files/inline-images/values-goals.jpg');
  padding: 50px 0;
  background-size: cover;
}

.administration-staff .view-content-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
}

.administration-staff .view-content-wrap .item {
  flex-basis: 31%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.administration-staff .view-content-wrap .item .field-content {
  display: block;
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  min-height: 300px;
  background: #fff;
  width: 280px;
}

.administration-staff .view-content-wrap .item:first-child .field-content {
  width: 280px;
}

.administration-staff .view-content-wrap .item:first-child {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}

.administration-staff .view-content-wrap .item .field-content a {
  display: block;
}

.administration-staff .view-content-wrap .item .field-content a img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 10px auto;
  border-radius: 200px;
}

.panel-title>a {
  font-size: 18px;
}

.panel-group .panel {
  border-radius: 25px;
  overflow: hidden;
}

@media (min-width: 991px) {
  .navigation .gva_menu>li>a {
    font-size: 14px !important;
  }
}

.edit-staff {
  background: #fff;
  margin: 50px 0;
  border-radius: 30px;
  box-shadow: 0 0 10px #ccc;
  padding: 30px;
}

.edit-staff table {
  margin: 50px 0;
}

.edit-staff footer {
  text-align: center;
}

.edit-staff footer a {
  background: var(--main-color);
  padding: 12px 7px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid var(--main-color);
  transition: all .3s ease-in-out;
}

.edit-staff footer a:hover {
  background: #fff;
  color: var(--main-color);
}

.node-contact-form,
.fa-add-user-form,
.faculty-admin-edit-user {
  background: #fff;
  margin: 50px 0;
  padding: 30px;
  border-radius: 30px;
}

.node-contact-form .js-form-item,
.fa-add-user-form .js-form-item,
.faculty-admin-edit-user .js-form-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.node-contact-form .js-form-item label,
.fa-add-user-form .js-form-item label,
.faculty-admin-edit-user .js-form-item label {
  flex-basis: 200px;
  margin-right: 20px;
}

.node-contact-form .js-form-item input,
.fa-add-user-form .js-form-item input,
.faculty-admin-edit-user .js-form-item input {
  flex-basis: calc(100% - 220px);
  border: unset;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  height: 50px;
}

.jurnal-section .items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px;
}

.jurnal-section .items .item {
  flex: 0 0 31%;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  overflow: hidden;
}

.jurnal-section .items .item .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.jurnal-section .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jurnal-section .items .item .title p {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.questionnaire-section .items {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px;
}

.questionnaire-section .items .item {
  flex: 0 0 48%;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  overflow: hidden;
}

.questionnaire-section .items .item .title p {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.js-pager__items {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  list-style: none;
}

.js-pager__items li {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  margin: 0 5px;
}

.dtu-cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.dtu-cards .dtu-card {
  flex-basis: 31%;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  margin-bottom: 70px;
}

.dtu-cards .dtu-card .img {
  height: 200px;
  width: 100%;
}

.dtu-cards .dtu-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dtu-cards .dtu-card .content {
  padding: 10px;
  text-align: center;
}

.act-image {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.act-image .img {
  flex-basis: 31%;
  margin-bottom: 30px;
}

.act-image .img img {
  width: 100%;
  height: 100%;
}

.path-faculty-login #block-gavias-edmix-content>.content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.path-faculty-login .nav-tabs {
  display: none;
}

.path-faculty-login #block-gavias-edmix-content>.content .user-login-form {
  width: 600px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
}

.path-faculty-login #block-gavias-edmix-content>.content .user-login-form input {
  width: 100%;
  margin-bottom: 20px;
}

.path-faculty-login #block-gavias-edmix-content>.content .user-login-form #edit-actions {
  text-align: center;
}

.path-faculty-login #block-gavias-edmix-content>.content .user-login-form #edit-actions input {
  width: 150px;
}
