@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap");
/* *:not(footer *):not(header *):not(.modal *):not(button):not(.btn):not(.info-items *):not(.info *):not(form *):not(.courses-container *):not(.reasons *) {
  unicode-bidi: plaintext;
  text-align: start;
} */
.rte,
.rte * {
  /* unicode-bidi: plaintext;
  text-align:unset; */
}
.rte {
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  text-align: right;
  direction: rtl;
  font-family: "Assistant";
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 9px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: #102c48;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background: #fafbfb;
  border-radius: 6px;
}

.loader {
  position: fixed;
  top: 40%;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 999;
}

figure,
label {
  margin: 0;
}

video {
  pointer-events: none;
}

/*img { max-width: 100%;width: auto; height: auto; }*/

/* img:not(.article-description img) */
.header-section iframe {
  width: 100%;
  height: 610px;
}

@media (max-width: 992px) {
  iframe {
    width: 100%;
  }
  .header-section iframe {
    width: 100%;
    height: 240px;
  }
  .sm-blue a,
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active {
    border-top: 1px solid #000;
  }

  .sm-blue > li:last-of-type {
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 495px) {
  .header-section iframe {
    width: 100%;
    height: 100%;
  }
}
.sm-blue a.current {
  color: #008c78 !important;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active,
.sm-blue a.highlighted {
  color: #008c78 !important;
}

@media (min-width: 992px) {
  .sm-blue a:hover,
  .sm-blue a:focus,
  .sm-blue a:active,
  .sm-blue a.highlighted {
    border-bottom: 3px solid #f5a114 !important;
  }

  .sm-blue ul {
    margin-top: 10px !important;
  }

  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    background: transparent !important;
    text-decoration: underline;
  }

  .sm-blue ul a,
  .sm-blue ul a:hover,
  .sm-blue ul a:focus,
  .sm-blue ul a:active,
  .sm-blue ul a.highlighted {
    padding: 5px 10px !important;
  }
}

a {
  color: #108480;
  text-decoration: underline !important;
}

a:hover {
  color: #108480;
}

.study-program a {
  color: #fff;
}

.study-program a:hover {
  color: #fff;
}

/* .summery a, 
.q-and-a a, 
.article-info a, 
.training-courses a,
.practical-specialization a,
.specialization a {color: #108480; text-decoration: underline;} */

button {
  padding: 0;
  font: 400 18px "Assistant";
}

button:focus {
  box-shadow: none !important;
  outline-offset: 2px !important;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

input:focus {
  outline-offset: 2px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #102c48;
  -webkit-text-fill-color: #102c48;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 992px) {
  .d-none-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}

/* .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle { outline: none !important; } */

/* .bootstrap-select .dropdown-menu li.active {outline: 1px solid #000;} */

.d-none {
  display: none;
}

@media (max-width: 992px) {
  .d-none-mobile {
    display: none;
  }
}

.bread-crumds {
  padding: 20px 0;
}

.bread-crumds ul {
  display: flex;
}

.bread-crumds ul li {
  list-style: none;
}

.bread-crumds ul li a {
  color: #22292e;
  font-size: 16px;
  text-decoration: underline;
}

.bread-crumds ul li:after {
  content: "/";
  padding: 0 5px;
  color: #22292e;
}

.bread-crumds ul li:last-child:after {
  content: "";
}

.bread-crumds ul li.active a {
  text-decoration: none;
}

.bread-crumds {
  padding: 20px 0;
  color: #fff;
}

.bread-crumds a {
  color: #fff;
}

.bread-crumds.black {
  color: #102c48;
}

.bread-crumds.black a {
  color: #102c48;
}

.header-section .summery-text {
  margin: 30px 0 60px;
}

.header-section .summery-text p {
  font-size: 20px;
  font-weight: 500;
  color: #22292e;
}

.header-section p {
  color: #102c48;
  font-size: 24px;
  font-weight: 500;
}

.header-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  width: 100%;
  position: relative;
}

.header-banner:after {
  content: "";
  background-color: #102c48;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  opacity: 0.7;
}

.header-banner .bread-crumds {
  position: relative;
  z-index: 1;
}

.header-banner .bread-crumds ul li a {
  color: #fff;
}

.header-banner .bread-crumds ul li:after {
  color: #fff;
}

.header-banner .main-title {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 12em;
}

.header-banner .main-title h1 {
  color: #fff;
  margin: 0;
}

.main-title h1 {
  font-size: 60px;
  color: #102c48;
  font-weight: 600;
  margin: 0 0 1rem;
}

@media (max-width: 992px) {
  .main-title h1 {
    font-size: 42px;
  }
}

.main-title h2 {
  font-size: 32px;
  color: #fff;
}

@media (max-width: 992px) {
  .main-title h2 {
    font-size: 24px;
  }
}

.main-title .subject {
  color: #108480;
  font-size: 20px;
  font-weight: 600;
}

.main-title .subTitle {
  font-size: 20px;
  color: #22292e;
}

.main-title.pl {
  padding-left: 30%;
}

@media (max-width: 992px) {
  .main-title.pl {
    padding-left: 0;
  }
}

.section-title {
  text-align: center;
  margin: 0 0 40px;
}

.section-title h2 {
  font-size: 54px;
  color: #102c48;
  font-weight: 600;
}

.section-title h3 {
  font-size: 34px;
  color: #102c48;
  font-weight: 600;
}

.section-title p {
  font-size: 22px;
  font-weight: 600;
  padding: 0 5em;
  line-height: 28px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 25px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .section-title p {
    padding: 0;
  }
}

.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  padding: 0;
}

.bootstrap-select .dropdown-menu .dropdown-item {
  text-align: right;
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  white-space: normal;
}

/* .bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active { color: #102C48; background-color: transparent; } */

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #33bfbf;
}

.bootstrap-select .dropdown-menu.inner {
  padding: 5px;
}

.bootstrap-select .dropdown-toggle {
  background-color: transparent;
  color: #102c48 !important;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #102c48;
  width: 100%;
  border-radius: 0;
  padding: 0 0 10px;
  display: flex;
  align-items: flex-end;
}

.bootstrap-select .dropdown-toggle:after {
  border: 0;
  background-image: url(../images/icons/select-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right !important;
}

.custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  width: 100%;
}

.custom-checkbox input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.custom-checkbox .custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.custom-checkbox .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  color: #102c48;
  padding-right: 2em;
  font-size: 18px;
}

@media (max-width: 992px) {
  .custom-checkbox .custom-control-label {
    line-height: 18px;
  }
}

.custom-checkbox .custom-control-label:before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: solid 1px #102c48;
  border-radius: 0;
}

.custom-checkbox .custom-control-label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border: solid 1px #102c48;
  border-radius: 0;
  background-image: url(../images/icons/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header {
    position: fixed;
  }

  .mt-ie {
    margin-top: 9em;
  }

  .datepicker.dropdown-menu {
    top: 31em !important;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 992px) {
  header {
    min-height: 131px;
    background: #fff;
  }
}

.main-nav {
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .main-nav {
    justify-content: space-between;
    padding: 0 20px;
  }
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}

@media (max-width: 992px) {
  .nav-brand a img {
    width: 140px;
  }
}

#main-menu {
  clear: both;
  box-shadow: none;
  direction: rtl;
}

@media (max-width: 992px) {
  #main-menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

@media (min-width: 992px) {
  #main-menu {
    padding-right: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: calc(100% - 216px - 200px);
  }
}

@media (min-width: 1210px) {
  #main-menu {
    padding-right: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: calc(100% - 216px - 445px);
  }
}

/* Mobile menu top separator */
@media (min-width: 992px) {
  #main-menu:before {
    display: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  margin: 10px;
  position: relative;
  display: inline-block;
  z-index: 99999;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #0e5c2f;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 992px) {
  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
  }
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: flex;
    flex: 1;
  }
}

.top-nav {
  width: 100%;
  background: #008c78;
}

.top-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

.top-nav ul li {
  padding: 8px 4px;
  list-style: none;
}

.top-nav ul li.nav-top-link {
  padding: 5px 20px;
}

.top-nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.top-nav ul li a:hover {
  border-bottom: 3px solid #fff;
  transition: ease-in-out 0.5s;
}

.top-nav ul li:last-child {
  /* padding: 5px 0;
  width: 5%; */
  padding-right: 15px;
}

.top-nav ul li .dropdown .dropdown-toggle {
  color: #fff !important;
  padding: 0;
  border: 0;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  background: 0;
  display: flex;
  align-items: center;
}

.top-nav ul li .dropdown .dropdown-toggle::after {
  content: none;
}

.top-nav ul li .dropdown .dropdown-toggle::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 5px;
}

.top-nav ul li .dropdown .dropdown-menu {
  -webkit-transform: translate3d(0, 30px, 0px) !important;
  transform: translate3d(0, 30px, 0px) !important;
  left: 0 !important;
  padding: 0;
  min-width: 80px !important;
}

.top-nav ul li .dropdown .dropdown-menu ul {
  -webkit-transform: none !important;
  transform: none !important;
  display: block;
  text-align: right;
}

.top-nav ul li .dropdown .dropdown-menu ul li {
  padding: 7px 5px;
  text-align: center;
}

.top-nav ul li .dropdown .dropdown-menu ul li a {
  color: #22292e;
  font-size: 18px;
  border: 0;
  font-weight: 400;
}

.top-nav ul li .dropdown .dropdown-menu ul li a:hover {
  background-color: transparent;
  border-bottom: 0;
}

.top-nav ul li .dropdown .dropdown-menu ul li:hover {
  background-color: transparent;
}

.top-nav ul li .dropdown .dropdown-menu ul li:last-child {
  width: 100%;
}

.top-nav ul li .dropdown .dropdown-menu li {
  padding: 0;
}

@media (max-width: 992px) {
  .top-nav {
    display: none;
  }
}

.nav-btns {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1209.98px) {
  /* .main-nav {align-items: flex-start;}
  #main-menu { align-self: center;} */
  .nav-btns {
    justify-content: flex-end;
    flex: 1;
    padding-left: 1%;
    flex-direction: column;
    gap: 1rem;
    padding-block: 0.5rem;
    align-items: flex-end;
    margin-inline-start: 1rem;
  }

  .nav-btns button {
    width: 100%;
  }
}

@media (min-width: 1210px) {
  .nav-btns {
    justify-content: flex-end;
    flex: 1;
    padding-left: 1%;
  }
}

.nav-btns .set-appointment,
.nav-btns .register {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background: #f5a114;
  border: 2px solid transparent;
  /* width: 9.5vw; */
  padding: 0 15px;
  height: 45px;
  margin: 0 12px;
  transition: ease-in-out 0.5s;
}

.nav-btns .set-appointment:hover,
.nav-btns .register:hover {
  background: #fff;
  color: #008c78;
  border: 2px solid #008c78;
}

@media (max-width: 992px) {
  .nav-btns .set-appointment,
  .nav-btns .register {
    display: none;
  }
}

.nav-btns .search {
  border: 0;
  background: 0;
  color: #008c78;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.nav-btns .search:before {
  content: "";
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 20px;
  height: 20px;
  display: block;
  margin-left: 5px;
}

.nav-btns .search span {
  border-bottom: 3px solid transparent;
  line-height: 1;
  transition: ease-in-out 0.5s;
}

@media (max-width: 992px) {
  .nav-btns .search {
    margin: 0;
  }

  .nav-btns .search span {
    display: none;
  }

  .nav-btns .search:before {
    width: 25px;
    height: 25px;
  }
}

.nav-btns .search:hover span {
  border-bottom: 3px solid #008c78;
}

#searchForm {
  width: 100%;
  height: 285px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #45dbd1;
  z-index: 1050;
  display: none;
}

@media (max-width: 992px) {
  #searchForm.show {
    height: 212px;
  }
}

#searchForm .close-form {
  text-align: left;
  margin: 52px 0 0 73px;
}

#searchForm .close-form button {
  background: 0;
  border: 0;
}

@media (max-width: 992px) {
  #searchForm .close-form {
    margin: 30px 0 0 30px;
  }

  #searchForm .close-form button img {
    width: 16px;
    height: 16px;
  }
}

#searchForm form {
  margin-top: 4em;
}

@media (max-width: 992px) {
  #searchForm form {
    margin-top: 3.5em;
  }
}

#searchForm .searchField {
  position: relative;
}

#searchForm .searchField input {
  background: none;
  border: 0;
  border-bottom: 1px solid #102c48;
  width: 100%;
  font-size: 24px;
  padding-bottom: 1em;
}

#searchForm .searchField input::-webkit-input-placeholder {
  color: #102c48;
}

#searchForm .searchField input:-ms-input-placeholder {
  color: #102c48;
}

#searchForm .searchField input::-ms-input-placeholder {
  color: #102c48;
}

#searchForm .searchField input::placeholder {
  color: #102c48;
}

/* #searchForm .searchField input:focus {
  outline: 0;
} */

#search-input:focus,
#search-input:focus-visible {
  outline: 2px solid #000 !important;
}

@media (max-width: 992px) {
  #searchForm .searchField input {
    font-weight: 700;
    padding-bottom: 0.5em;
  }
}

#searchForm .searchField button {
  border: 0;
  background: 0;
  position: absolute;
  left: 0;
}

@media (max-width: 992px) {
  #searchForm {
    height: 212px;
  }

  #searchForm .container {
    padding: 0 30px;
  }
}

.fixed-buttons {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #102c48;
  padding: 10px 5px;
}

.fixed-buttons button {
  color: #fff;
  background: #102c48;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 45px;
  margin: 0 5px;
  border: 0;
}

.fixed-buttons button img {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .fixed-buttons {
    display: none;
  }
}

.menu-state-mobile button {
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0 0;
}

.menu-state-mobile button span {
  color: #008c78;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .menu-state-mobile {
    display: none;
  }
}

.top-menu-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
}

.top-menu-mobile #close {
  position: absolute;
  top: 20px;
  z-index: 10;
}

.top-menu-mobile button {
  border: 0;
  background: none;
}

.top-menu-mobile button img {
  width: 16px;
}

.top-menu-mobile .dropdown {
  width: 100% !important;
  text-align: end;
}

.top-menu-mobile .dropdown .dropdown-toggle {
  padding: 0 0 40px;
  border: 0;
  direction: ltr;
  font-size: 22px;
  color: #102c48;
}

.top-menu-mobile .dropdown .dropdown-toggle:after {
  background-image: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #102c48;
  margin: 0;
  position: relative;
  right: -5px;
}

.top-menu-mobile .dropdown .dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.top-menu-mobile .dropdown .dropdown-menu {
  padding: 0;
  min-width: 100%;
  width: 100%;
  position: unset !important;
  transform: none !important;
  border: 0;
}

.top-menu-mobile .dropdown .dropdown-menu ul {
  display: flex !important;
  align-self: center;
  justify-content: space-between;
  border: 0;
}

.top-menu-mobile .dropdown .dropdown-menu ul li {
  padding: 0 0 28px !important;
}

.top-menu-mobile .dropdown .dropdown-menu ul li a {
  font-size: 22px;
  color: #102c48;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .top-menu-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .sm-blue ul {
    border-top: 1px solid #102c48;
  }

  #main-menu li {
    padding: 0 20px;
  }

  #main-menu li a {
    padding: 20px 0;
  }
}

.register-mobile {
  padding: 85px 20px 20px;
}

.register-mobile button {
  width: 100%;
  height: 45px;
  border: 2px solid #008c78;
  color: #008c78;
  font-size: 18px;
  background: #fff;
  font-weight: 700;
}

@media (min-width: 992px) {
  .register-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  #main-menu {
    width: 0;
    transition: width linear 0.3s;
  }

  #main-menu.show {
    width: 100%;
  }
}

.mobile-links .link {
  padding: 0 20px;
}

.mobile-links .link a {
  padding: 20px 0;
}

.sm-blue a .sub-arrow {
  left: 0 !important;
  /* z-index: -1; */
}

@media (max-width: 992px) {
  .mobile-links .link:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
  }

  .mobile-links .link:first-child a {
    border-radius: 100%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;

    /* background-color: #067f5c; */
    /* outline: 2px solid #067f5c; */
  }
}

@media (min-width: 992px) {
  .mobile-links {
    display: none;
  }
}

footer {
  background: #008c78;
  width: 100%;
  color: #fff;
}

footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding: 5px 0;
  text-decoration: none;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 992px) {
  footer ul li a {
    text-decoration: underline;
  }
}

footer .footer-container {
  display: flex;
}

footer .footer-container a {
  color: #fff !important;
}

@media (min-width: 992px) {
  footer .footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 75px 0 0;
  }
}

footer .footer-container .footer-col {
  width: 33.3%;
}

@media (max-width: 992px) {
  footer .footer-container {
    flex-direction: column;
    padding: 0 25px;
  }

  footer .footer-container .footer-col {
    width: 100%;
  }
}

footer .footer-logo {
  margin-bottom: 25px;
}

footer .footer-logo figure {
  max-width: 92px;
  max-height: 92px;
}

@media (max-width: 992px) {
  footer .footer-logo figure {
    margin: 30px auto 0;
  }
}

footer .social {
  margin-bottom: 20px;
}

footer .social ul {
  display: flex;
}

footer .social ul li {
  margin-top: 10px;
  list-style: none;
}

footer .social ul li a {
  padding-left: 10px;
}

footer .social ul li a img {
  width: 24px;
  height: 24px;
}

@media (max-width: 992px) {
  footer .social p {
    text-align: center;
  }

  footer .social ul {
    justify-content: center;
  }
}

footer .info {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  footer .info {
    text-align: center;
  }
}
footer .phone-img a {
  margin-bottom: 10px;
  display: block;
}

footer .phone-img figure {
  max-width: 56px;
  max-height: 40px;
}

@media (max-width: 992px) {
  footer .phone-img {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  footer .phone-img figure {
    margin: auto;
  }
}

footer .links-title {
  margin-bottom: 25px;
}

footer .links-title a {
  color: #fff;
  text-decoration: none;
}

footer .footer-links {
  margin-bottom: 40px;
}

footer .info a {
  text-decoration: none;
}

footer .footer-links li {
  padding: 0 0 5px;
  list-style: none;
}

@media (max-width: 992px) {
  footer .footer-links {
    margin-bottom: 30px;
  }
}

footer .footer-links-mobile {
  display: none;
}

@media (max-width: 992px) {
  footer .footer-links-mobile {
    display: block;
  }

  footer .footer-links-mobile p {
    margin-bottom: 30px;
  }

  footer .footer-links-mobile p:last-child {
    margin-bottom: 15px;
  }
}

footer .copyright {
  border-top: 1px solid #4d8565;
  padding: 20px 0;
}

footer .copyright a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 10%;
}

footer .copyright a figure {
  max-width: 68px;
  margin-left: 8px;
}

footer .f-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .f-links .footer-col {
  width: 45%;
}

footer .f-links .footer-col .links-title {
  margin-bottom: 25px;
}

footer .f-links .footer-col .links-title:first-child {
  margin-bottom: 5px;
}

.contact-us {
  margin: 0;
  background-image: url(../images/lp-banner2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-us .container {
}

.contact-us .container > div {
  width: 60%;
  padding: 5.5em 1.5em;
  background-image: url(../images/light-bg3.png);
}

.contact-us h2 {
  font-size: 54px;
  font-weight: 700;
  color: #008c78;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .contact-us .form-group {
    display: flex;
    flex-wrap: wrap;
  }
}

.contact-us .form-group input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
}

@media (min-width: 992px) {
}

.contact-us .form-group input::-webkit-input-placeholder {
  color: #000;
}

.contact-us .form-group input:-ms-input-placeholder {
  color: #000;
}

.contact-us .form-group input::-ms-input-placeholder {
  color: #000;
}

.contact-us .form-group input::placeholder {
  color: #000;
}

.contact-us .submit {
  text-align: center;
  margin: 50px 0 30px;
}

/* .contact-us .submit button { color: #fff; background: #F5A114; border: 2px solid #F5A114; color: #fff; font-size: 20px; width: 200px; height: 45px; font-weight: 600; transition: ease-in-out .4s; }

.contact-us .submit button:hover, .contact-us .submit button:focus { background: transparent; color: #F5A114; border: 2px solid #F5A114; } */

.contact-us .contact-number {
  text-align: center;
}

.contact-us .contact-number a {
  text-decoration: none;
  display: block;
}

.contact-us .contact-number p {
  color: #22292e;
  font-size: 20px;
  font-weight: bold;
}

.contact-us .contact-number p img {
  margin-left: 5px;
}

.contact-us .attachment .custom-file {
  position: relative;
}

.contact-us .attachment .custom-file input {
  border: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.contact-us .attachment .custom-file label {
  cursor: pointer;
  border: 2px solid #000;
  color: #000;
  padding: 5px;
  width: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.contact-us .attachment .custom-file label:before {
  content: "";
  background-image: url(../images/icons/attachment.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .contact-us {
    margin: 30px 0;
  }

  /* .contact-us .container{ max-width: 100%; width: 100%; padding: 20px; } */
  .contact-us .container > div {
    width: 100%;
    padding: 2.5em 15px;
  }

  .contact-us h2 {
    font-size: 9.7vw;
    text-align: center;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contact-us .form-group {
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: unset;
    margin-bottom: 30px;
  }

  /* .contact-us .form-group input { margin: 0 0 40px; padding: 0 0 20px; border-bottom: 2px solid #000; } */
  .contact-us .submit {
    margin: 0 20px;
  }

  .contact-us .submit button {
    height: 55px;
    width: 100%;
  }

  /* .contact-us .bootstrap-select .dropdown-toggle { border-bottom: 2px solid #000; }  */
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  direction: rtl;
  position: relative;
}

.wpcf7-form p {
  width: 24%;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .wpcf7-form {
    justify-content: unset;
  }

  .wpcf7-form p {
    width: 100%;
    margin-bottom: 25px;
  }

  .wpcf7-form .custom-file-wrapper {
    margin-bottom: 0;
  }
}

.wpcf7-form-control {
  background: transparent;
  border: 0;
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
  text-align: right;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
}

.wpcf7-form-control::placeholder {
  color: #000;
  font-size: 18px;
}

.wpcf7-form .wpcf7-select {
  padding-bottom: 0;
}

.wpcf7-form .wpcf7-select:focus {
  outline: 0;
}

.wpcf7-form .custom-checkbox {
  width: 100%;
}

.wpcf7-form .custom-checkbox .wpcf7-form-control {
  border: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
  padding: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  min-height: auto;
}

.wpcf7-list-item {
  position: relative;
  display: block;
  min-height: 1.5rem;
  width: 100%;
}

.wpcf7-list-item input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  color: #102c48;
  padding-right: 2em;
  font-size: 18px;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: solid 1px #102c48;
  border-radius: 0;
}

.wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.wpcf7-list-item
  input[type="checkbox"]:checked
  ~ .wpcf7-list-item-label::before {
  background-color: transparent;
}

.wpcf7-list-item
  input[type="checkbox"]:checked
  ~ .wpcf7-list-item-label::after {
  border: solid 1px #000;
  border-radius: 0;
  background-image: url(../images/icons/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 18px;
  }
}

@media (max-width: 992px) {
  .wpcf7 form .wpcf7-response-output {
    position: unset !important;

    transform: none !important;
  }
}

.custom-file {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
}

.custom-file input {
  border: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.custom-file label {
  cursor: pointer;
  border: 2px solid #000;
  color: #000;
  padding: 5px;
  width: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

.custom-file label:before {
  content: "";
  background-image: url(../images/icons/attachment.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 10px;
}

.custom-file .file-return {
  margin: 0;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .custom-file {
    display: block;
  }

  .custom-file label {
    margin-bottom: 20px;
  }
}

.wpcf7-form .submit-btn {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.wpcf7-form .submit-btn .wpcf7-submit {
  color: #fff;
  text-align: center;
  background: #f5a114;
  border: 2px solid #f5a114;
  font-size: 20px;
  width: 93.5%;
  height: 45px;
  font-weight: 600;
  transition: ease-in-out 0.4s;
  padding: 0;
}

.wpcf7-form .submit-btn .wpcf7-submit:hover {
  background: transparent;
  color: #f5a114;
  border: 2px solid #f5a114;
}

.wpcf7-form .submit-btn .ajax-loader {
  position: absolute;
}

@media (max-width: 992px) {
  .wpcf7-form .submit-btn {
    margin: 30px 0 0;
  }

  .wpcf7-form .submit-btn .wpcf7-submit {
    height: 55px;
    width: 100%;
  }
}

.info-box {
  display: flex;
  justify-content: space-between;
  padding: 35px;
}

.info-box.container {
  margin: 0;
}

@media (min-width: 992px) {
  .info-box.container {
    margin: auto;
    padding: 35px 0;
  }
}

.info-box .content-box {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 425px;
  margin: 0 15px;
  padding: 50px;
}

.info-box .content-box .title {
  margin: 0 0 45px;
}

.info-box .content-box .title h3 {
  color: #fff;
  font-size: 34px;
  position: relative;
}

.info-box .content-box .title .title-border {
  background-color: #fff;
  width: 65px;
  height: 5px;
}

.info-box .content-box .title.centered {
  text-align: center;
}

.info-box .content-box .title.centered .title-border {
  margin: auto;
}

.info-box .content-box p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.info-box .content-box p:last-child {
  margin-bottom: 0;
}

.info-box .content-box ul .link-item {
  border-top: 1px solid #dedfe2;
  padding: 30px 0;
  width: 100%;
  list-style: none;
}

.info-box .content-box ul .link-item:last-child {
  border-bottom: 1px solid #dedfe2;
}

.info-box .content-box ul .link-item a {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.info-box .content-box ul .link-item a:after {
  content: "";
  background-image: url(../images/icons/arrowLine-w.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10px;
  transition: ease-in-out 0.5s;
}

.info-box .content-box ul .link-itemi:last-child {
  border-bottom: 1px solid #dedfe2;
}

.info-box .content-box ul .link-item:hover a:after {
  left: 0;
}

.info-box .content-box a {
  text-decoration: underline;
}

.info-box .content-box ul li,
.info-box .content-box ol li {
  color: #fff;
}

@media (max-width: 992px) {
  .info-box {
    flex-direction: column;
    margin: 30px;
  }

  .info-box .content-box {
    margin: 0 0 30px;
    padding: 30px;
  }

  .info-box .content-box .title {
    margin: 0 0 20px;
  }

  .info-box .content-box .title h3 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .info-box {
    padding: 0 30px;
  }
}

.useful-links {
  margin: 50px 0;
}

.useful-links .container {
  padding: 40px 6% 55px;
}

.useful-links h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 45px;
  position: relative;
}

.useful-links h2:before {
  content: "";
  background-color: #fff;
  width: 65px;
  height: 5px;
  position: absolute;
  right: 50%;
  bottom: -10px;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}

@media (max-width: 992px) {
  .useful-links h2 {
    font-size: 32px;
  }

  .useful-links h2:before {
    bottom: -8px;
  }
}

.useful-links .links-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  color: #fff;
}

.useful-links .links-container .link-item {
  min-width: 35.8%;
  border-bottom: 1px solid #dedfe2;
  margin: 0 40px;
  padding: 30px 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 486px;
}

.header-section.tender-page p {
  font-weight: 600;
  max-width: 867px;
  font-size: 24px;
}

.useful-links .links-container .link-item a,
.useful-links .links-container .link-item p {
  gap: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.useful-links .links-container .link-item a {
  color: #fff;
}

.useful-links .links-container .link-item a span + span {
  max-width: 68%;
  line-height: 1;
}

.useful-links .links-container .link-item a:after {
  content: "";
  background-image: url(../images/icons/arrowLine-w.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10px;
  transition: ease-in-out 0.5s;
}

@media (max-width: 992px) {
  .useful-links .links-container .link-item a:after {
    left: 0;
  }
}

@media (min-width: 992px) {
  .useful-links .links-container .link-item:nth-child(1),
  .useful-links .links-container .link-item:nth-child(2) {
    border-top: 1px solid #dedfe2;
  }
}

@media (max-width: 992px) {
  .useful-links .links-container .link-item {
    min-width: 100%;
    margin: 0;
    padding: 15px 0;
  }

  .useful-links .links-container .link-item:nth-child(1) {
    border-top: 1px solid #dedfe2;
  }

  .useful-links .links-container .link-item:last-child {
    border-bottom: 1px solid #dedfe2;
  }
}

.useful-links .links-container .link-item:hover a:after {
  left: 0;
}

@media (max-width: 992px) {
  .useful-links .links-container {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .useful-links {
    margin: 40px 30px 20px;
  }
}

.reasons-section .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 670px;
  padding: 70px 0;
  position: relative;
}

.reasons-section .bg:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.4;
}

@media (max-width: 992px) {
  .reasons-section .bg {
    padding: 40px 0 60px;
  }
}

.reasons-section .container {
  position: relative;
  z-index: 1;
}

.reasons-section h2 {
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .reasons-section h2 {
    font-size: 40px;
  }
}

.reasons-section .reasons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px -40px 60px;
}

.reasons-section .reasons a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reasons-section .reasons .item {
  text-align: center;
  margin: 0 40px;
  width: 30%;
}

@media (min-width: 992px) {
  .reasons-section .reasons .item {
    display: flex;
    min-height: 360px;
    flex-direction: column;
  }

  .reasons-section .reasons .item figure {
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.reasons-section .reasons .item h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .reasons-section .reasons .item h3 {
    font-size: 24px;
    margin: 20px 0 5px;
  }
}

.reasons-section .reasons .item p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .reasons-section .reasons .item {
    margin: 0 0 50px;
    width: 100%;
  }

  .reasons-section .reasons .item:last-child {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .reasons-section .reasons {
    flex-direction: column;
    margin: 40px 0 0;
  }
}

.reasons-section .show-more {
  text-align: center;
}

.reasons-section .show-more a {
  color: #102c48;
  font-size: 18px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #102c48;
  font-weight: 600;
  padding: 10px 77px;
  transition: ease-in-out 0.5s;
}

@media (hover: hover) {
  .reasons-section .show-more a:hover {
    background: #fff;
    color: #108480;
    border: 2px solid #108480;
  }
}

@media (max-width: 992px) {
  .reasons-section .show-more a {
    background: #fff;
    font-size: 20px;
  }
}

.page-navigation {
  background-color: #fff;
}

.page-navigation.sticky-top {
  z-index: 41;
}

@media (min-width: 992px) {
  .page-navigation.sticky-top {
    top: 131px !important;
  }
}

@media (max-width: 992px) {
  .page-navigation.sticky-top {
    top: 73px !important;
  }
}

.page-navigation .container {
  max-width: 1180px;
  padding: 0;
  position: relative;
  transition: ease-in-out 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-navigation ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.page-navigation ul li {
  padding: 10px 0;
  list-style: none;
}

.page-navigation ul li a {
  color: #108480;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  transition: ease-in-out 0.5s;
}

.page-navigation ul li button {
  color: #108480;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  transition: ease-in-out 0.5s;
  border: none;
  background: none;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .page-navigation ul li.active a {
    color: #102c48;
    border-bottom: 4px solid #102c48;
  }
}

@media (max-width: 992px) {
  .page-navigation ul {
    flex-direction: column;
    display: none;
    background: #fff;
    position: absolute;
    width: 300px;
    box-shadow: 0 0 6px 5px #00000029;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    padding: 15px;
  }

  .page-navigation ul li {
    padding: 15px 20px;
  }

  .page-navigation ul li a {
    color: #102c48;
    font-size: 18px;
  }
  .page-navigation ul li button {
    color: #102c48;
    font-size: 18px;
  }
}

.page-navigation.scrolled {
  z-index: 999;
}

.page-navigation.scrolled .container {
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-navigation.scrolled .container {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
}

.page-navigation.scrolled .container::before,
.page-navigation.scrolled .container:after {
  content: none;
}

@media (max-width: 992px) {
  .page-navigation.scrolled {
    top: 10%;
  }
}

.page-navigation .mobile-dropdown-btn {
  text-align: center;
}

@media (min-width: 992px) {
  .page-navigation .mobile-dropdown-btn {
    display: none;
  }
}

.page-navigation .mobile-dropdown-btn button {
  border: 0;
  background: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  position: relative;
  width: 300px;
  text-align: right;
  padding-bottom: 10px;
}

.page-navigation .mobile-dropdown-btn button:after {
  content: "";
  background-image: url(../images/icons/arrow-down-w.svg);
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
  transition: ease-in-out 0.5s;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.page-navigation .mobile-dropdown-btn button.opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .page-navigation {
    background-color: #108480;
    padding: 15px 0;
    box-shadow: 0px 3px 4px #00000029;
  }

  .page-navigation .container {
    box-shadow: none;
    border: 0;
  }
}

@media (min-width: 992px) {
  .page-navigation.center-links ul {
    justify-content: center;
  }

  .page-navigation.center-links ul li {
    margin: 0 40px;
  }
}

#students-nav ul {
  justify-content: center;
}

#students-nav ul li {
  margin: 0 20px;
}

.opinion-slider-section {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .opinion-slider-section {
    padding: 40px 0;
  }
}

.opinion-slider {
  width: 100%;
  height: 100%;
}

.opinion-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

@media (min-width: 992px) {
  .opinion-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.opinion-slider .swiper-pagination {
  bottom: 5%;
  width: 740px;
  text-align: right;
  display: flex;
  flex-direction: row;
}

.opinion-slider .swiper-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 9px;
  border-radius: 0;
}
.opinion-slider .swiper-pagination .swiper-pagination-bullet:focus-visible {
  opacity: 1;
  background-color: #ccc;
}
.opinion-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc453;
  outline: none;
}

@media (max-width: 992px) {
  .opinion-slider .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .opinion-slider .swiper-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 7px;
  }
}

.slider-item {
  display: flex;
  height: 500px;
  position: relative;
}

.slider-item .image {
  width: 530px;
  height: 470px;
  position: relative;
}

/* .slider-item .image:before { content: ""; border: 3px solid #FFC453; width: 530px; height: 430px; position: absolute; left: -20px; top: 20px; z-index: 1; background: transparent; transition: ease-in-out .3s; } */

.slider-item .image figure {
  width: 530px;
  height: 470px;
  position: relative;
  overflow: hidden;
}

.slider-item .image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 992px) {
  .slider-item .image {
    width: 100%;
    height: 250px;
  }

  /* .slider-item .image:before { width: 95%; height: 230px; left: 10px; top: 10px; } */
  .slider-item .image figure {
    width: 100%;
    height: 250px;
  }

  .slider-item .image figure img {
    width: 100%;
  }
}

.slider-item .content {
  text-align: right;
  margin-right: 70px;
  padding: 1.3rem 0 0;
}

@media (min-width: 992px) {
  .slider-item .content {
    width: 740px;
  }
}

.slider-item .content .apostrophes-mark img {
  width: 90px;
}

@media (max-width: 992px) {
  .slider-item .content .apostrophes-mark {
    position: relative;
    margin-top: -30px;
  }
}

.slider-item .content .text {
  width: 90%;
}

.slider-item .content .text p {
  font-size: 32px;
  color: #102c48;
}

@media (max-width: 992px) {
  .slider-item .content .text p {
    font-size: 26px;
    line-height: 32px;
  }
}

.slider-item .content .info {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .slider-item .content .info {
    position: absolute;
    bottom: 15%;
  }
}

.slider-item .content .info .name h3 {
  font-size: 28px;
  color: #006255;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 992px) {
  .slider-item .content .info .name h3 {
    font-size: 24px;
    color: #102c48;
  }
}

.slider-item .content .info .name p {
  font-size: 28px;
  color: #006255;
  font-weight: 400;
}

@media (max-width: 992px) {
  .slider-item .content .info .name p {
    font-size: 24px;
    color: #102c48;
  }
}

.slider-item .content .info .social-links {
  margin-top: 10px;
}

.slider-item .content .info .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.slider-item .content .info .social-links ul li {
  margin-left: 10px;
  list-style: none;
}

@media (max-width: 992px) {
  .slider-item .content {
    margin: 0 0 60px;
  }
}

@media (max-width: 992px) {
  .slider-item {
    flex-direction: column;
    height: 100%;
  }
}

.event-item {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .event-item {
    margin: 0 0 3em;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: -ms-grid;
    display: grid;
  }
}

.event-item .inner {
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #236c7b;
}

.event-item .inner .title {
  margin-bottom: 20px;
}

.event-item .inner .title h3 {
  font-size: 34px;
  margin: 0;
  color: #102c48;
}

.event-item .inner .title p {
  font-size: 24px;
  font-weight: 600;
  color: #102c48;
}

@media (max-width: 992px) {
  .event-item .inner .title {
    margin-bottom: 10px;
  }

  .event-item .inner .title h3 {
    font-size: 26px;
  }

  .event-item .inner .title p {
    font-size: 22px;
  }
}

.event-item .inner .description {
  margin-bottom: 20px;
}

.event-item .inner .description h4 {
  font-size: 24px;
  margin: 0 0 15px;
  color: #102c48;
}

.event-item .inner .description p {
  font-size: 18px;
  color: #22292e;
}

@media (max-width: 992px) {
  .event-item .inner .description h4 {
    font-size: 22px;
  }
}

.event-item .inner .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}

.event-item .inner .links .more-info {
  color: #108480;
  font-weight: 600;
  font-size: 18px;
}

.event-item .inner .links .share-links {
  width: 45%;
  justify-content: flex-end;
  padding-right: 15px;
}

.event-item .inner .links .share-links li {
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.event-item .inner .links .share-links li a {
  margin: 0 2px !important;
}

.event-item .inner .links .share-links li a img {
  width: 28px;
}

.event-item .inner .links .share-links li a.hide-links img {
  width: 8px;
}

.event-item .inner .links .share-links li .wp-share-button {
  display: flex;
  flex-direction: row-reverse;
}

.event-item .inner .links ul {
  display: flex;
  padding: 0;
}

.event-item .inner .links ul li {
  padding: 0 15px;
  border-left: 1px solid #dedfe2;
  list-style: none;
}

.event-item .inner .links ul li:last-child {
  border: 0;
  padding-left: 0;
}

.event-item .inner .links ul li.share-event a img:nth-child(1),
.event-item .inner .links ul li.calendar a img:nth-child(1) {
  display: block;
}

.event-item .inner .links ul li.share-event a img:nth-child(2),
.event-item .inner .links ul li.calendar a img:nth-child(2) {
  display: none;
}

.event-item .inner .links ul li.share-event a.active img:nth-child(1),
.event-item .inner .links ul li.calendar a.active img:nth-child(1) {
  display: none;
}

.event-item .inner .links ul li.share-event a.active img:nth-child(2),
.event-item .inner .links ul li.calendar a.active img:nth-child(2) {
  display: block;
}

.event-item .inner .links ul li.share-event:hover a img:nth-child(1),
.event-item .inner .links ul li.calendar:hover a img:nth-child(1) {
  display: none;
}

.event-item .inner .links ul li.share-event:hover a img:nth-child(2),
.event-item .inner .links ul li.calendar:hover a img:nth-child(2) {
  display: block;
}

@media (max-width: 991.98px) {
  .event-item .inner .links ul li.share-event {
    display: none;
  }
}

@media (max-width: 992px) {
  .event-item .inner .links {
    flex-wrap: wrap;
  }

  .event-item .inner .links .share-links {
    order: 1;
    width: 100%;
    margin: 15px 0;
  }
}

.event-item:before {
  content: "";
  border: 1px solid #236c7b;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  background: transparent;
  transition: ease-in-out 0.3s;
}

.event-item.no-hover:hover:before {
  background: transparent;
}

.event-item:hover:before {
  background: #6cbee380;
}

@media (max-width: 992px) {
  .event-item {
    margin-bottom: 50px;
  }

  .event-item:last-child {
    margin: 0;
  }
}

.more-events {
  padding: 40px 0;
  position: relative;
  /*background: #EFF0F2;*/
}

.more-events .to-all-events {
  width: 100%;
  text-align: left;
  padding-left: 2.5em;
  position: absolute;
  top: 15%;
  left: 15%;
}

.more-events .to-all-events a {
  color: #108480;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .more-events .to-all-events {
    padding-left: 0;
    text-align: center;
    position: unset;
  }

  .more-events .to-all-events a {
    font-size: 20px;
  }
}

.more-events .event-item {
  width: 100% !important;
  height: 240px;
  margin: 0 15px;
}

.more-events .event-item .inner {
  height: 240px;
  padding: 15px;
}

@media (min-width: 992px) {
  .more-events .event-item {
    width: 415px !important;
    height: 260px;
    margin: 0 27px;
  }

  .more-events .event-item .inner {
    height: 260px;
  }

  .more-events .event-item .inner .description {
    height: 35%;
  }
}

@media (max-width: 992px) {
  .more-events {
    flex-direction: column;
  }
}

.more-events-slider .slick-list {
  height: 300px;
}

@media (max-width: 992px) {
  .more-events-slider .slick-list .slick-track {
    display: flex;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .more-events-slider .slick-list {
    margin: 0 -27px;
  }
}

.more-events-slider .slick-dots li {
  width: 55px;
  height: 9px;
}

.more-events-slider .slick-dots li button {
  width: 55px;
  height: 9px;
  border-radius: 0;
  background-color: #c7cfd5;
}

.more-events-slider .slick-dots li button:before {
  content: none;
}

.more-events-slider .slick-dots li.slick-active button {
  background-color: #108480;
}

@media (max-width: 992px) {
  .more-events-slider .slick-dots li {
    max-width: 25px;
    width: 100%;
    height: 5px;
  }

  .more-events-slider .slick-dots li button {
    max-width: 25px;
    width: 100%;
    height: 5px;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .more-events-slider .slick-dots {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}

.info-items {
  display: flex;
  margin: 0 -15px;
  justify-content: center;
}

.info-items p {
  margin: 0;
}

.info-items .item {
  width: 100%;
  min-height: 150px;
  box-shadow: 0px 0px 20px #00000029;
  background: #fff;
  margin: 0 15px;
  display: flex;
  padding: 20px;
}

.info-items .item figure {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.info-items .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.info-items .item .img {
  width: 40%;
}

@media (max-width: 992px) {
  .info-items .item .img {
    width: 35%;
  }
}

.info-items .item .info {
  width: 50%;
}

.info-items .item .name,
.info-items .item .title {
  color: #22292e;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.info-items .item .adress {
  color: #22292e;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.info-items .item .day {
  display: flex;
  align-items: center;
}

.info-items .item .day p {
  color: #22292e;
  font-size: 20px;
}

.info-items .item .day p:nth-child(1) {
  width: 35%;
}

.info-items .item .email {
  color: #108480;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 2;
}

.info-items .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.info-items .item .link button {
  width: 180px;
  height: 45px;
  border: 2px solid #102c48;
  color: #102c48;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  transition: ease-in-out 0.5s;
}

.info-items .item .link button:hover {
  color: #108480;
  border: 2px solid #108480;
}

.info-items .item .contact-info .col-item {
  padding: 0;
}

@media (max-width: 992px) {
  .info-items .item .contact-info {
    display: flex;
  }

  .info-items .item .contact-info .col-item:nth-child(1) {
    width: 70%;
    padding-left: 3em;
  }

  .info-items .item .contact-info .day {
    flex-direction: column;
    align-items: baseline;
  }

  .info-items .item .contact-info .day p:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .info-items .item.application-form {
    margin: 15px 0 !important;
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}

@media (max-width: 992px) {
  .info-items {
    flex-direction: column;
  }

  .info-items .item {
    margin: 0 0 30px;
    flex-wrap: wrap;
  }

  .info-items .item:last-child {
    margin: 0;
  }
}

.usful-files {
  padding: 80px 0;
}

.file-download {
  display: flex;
}

.file-download .file {
  width: 100%;
  position: relative;
  margin-top: -1px;
}

.file-download .file a {
  font-size: 24px;
  color: #102c48;
  font-weight: 600;
  display: flex;
  text-decoration: none;
  align-items: end;
  padding: 30px 15px;
  transition: ease-in-out 0.5s;
  width: 100%;
  border-top: 1px solid #dedfe2;
  border-bottom: 1px solid #dedfe2;
  height: 100%;
}

.file-download .file a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  min-width: 25px;
  height: 25px;
  display: block;
  margin-left: 15px;
}

.file-download .file a:after {
  content: "";
  background-image: url(../images/icons/download.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: ease-in-out 0.5s;
  width: 25px;
  min-width: 25px;
  height: 35px;
  display: block;
  position: absolute;
  left: 10px;
  opacity: 0;
}

.file-download .file a:hover {
  color: #108480;
}

.file-download .file a:hover:after {
  opacity: 1;
}

.file-download .file a p {
  display: flex;
  flex-direction: column;
  line-height: 25px;
  padding-left: 1em;
  margin: 0;
}

.file-download .file a p span:nth-child(2) {
  color: #737577;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  bottom: 7px;
}

@media (max-width: 992px) {
  .file-download .file a {
    font-size: 18px;
  }

  .file-download .file a:after {
    opacity: 1;
  }
}

.file-download .file.__pdf a:before {
  background-image: url(../images/icons/file.svg);
}

.file-download .file.__img a:before {
  background-image: url(../images/icons/image.svg);
}

.file-download .file.__audio a:before {
  background-image: url(../images/icons/video.svg);
}

.file-download .file.__ppt a:before {
  background-image: url(../images/icons/powerpint.svg);
}

.file-download .file.__excel a:before {
  background-image: url(../images/icons/excel.svg);
}

.file-download .file.__word a:before {
  background-image: url(../images/icons/word-doc.svg);
}

/* .file-download .file:last-child {
  border-bottom: 1px solid #dedfe2;
} */

.file-download.file-column {
  flex-direction: column;
}

.file-download.file-row {
  flex-wrap: wrap;
  margin: 0 -20px;
}

.file-download.file-row .file {
  /* width: 30%; */
  display: flex;
  align-items: center;
  border-top: 0;
  border-bottom: 1px solid #dedfe2;
  margin: 0 20px;
}

.file-download.file-row .file:nth-child(1),
.file-download.file-row .file:nth-child(2),
.file-download.file-row .file:nth-child(3) {
  border-top: 1px solid #dedfe2;
}

@media (max-width: 992px) {
  .file-download.file-row .file:nth-child(2),
  .file-download.file-row .file:nth-child(3) {
    border-top: 0;
  }
}

@media (max-width: 992px) {
  .file-download.file-row {
    margin: 0;
  }

  .file-download.file-row .file {
    width: 100%;
    margin: 0;
  }
}

.q-and-a {
  padding: 60px 0;
  background-image: url(../images/lighe-bg.png);
}

.q-and-a .question-item {
  margin-bottom: 40px;
}

.q-and-a .question-item .question-link {
  font-size: 34px;
  color: #108480;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  padding-bottom: 25px;
  text-decoration: none;
}

.q-and-a .question-item .question-link span {
  border-bottom: 3px solid transparent;
  transition: ease-in-out 0.5s;
}

@media (hover: hover) {
  .q-and-a .question-item .question-link:hover span {
    border-bottom: 3px solid #108480;
  }
}

.q-and-a .question-item .question-link:before {
  content: "";
  background-image: url(../images/icons/q-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 21px;
  height: 21px;
  display: block;
  margin-left: 10px;
}

.q-and-a .question-item .question-link[aria-expanded="true"] span {
  border-bottom: 3px solid #108480;
}

@media (max-width: 992px) {
  .q-and-a .question-item .question-link[aria-expanded="true"] span {
    border-bottom: 0;
  }
}

.q-and-a .question-item .question-link[aria-expanded="true"]:before {
  background-image: url(../images/icons/q-minus.svg);
}

@media (max-width: 992px) {
  .q-and-a .question-item .question-link {
    font-size: 26px;
  }
}

.q-and-a .question-item .sub-question {
  margin-bottom: 40px;
  margin-right: 2.3%;
}

.q-and-a .question-item .sub-question .sub-question-link {
  color: #102c48;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  padding-bottom: 0;
}

.q-and-a .question-item .sub-question .sub-question-link:before {
  content: "";
  background-image: url(../images/icons/q-dark-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 16px;
  height: 16px;
  display: block;
  margin-left: 10px;
}

.q-and-a
  .question-item
  .sub-question
  .sub-question-link[aria-expanded="true"]:before {
  background-image: url(../images/icons/q-dark-minus.svg);
}

.q-and-a .question-item .sub-question .answer {
  font-size: 20px;
  margin-right: 2%;
  border-right: 2px solid #108480;
  width: 70%;
}

.q-and-a .question-item .sub-question .answer p {
  font-weight: 400;
  color: #22292e;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .q-and-a .question-item .sub-question .answer {
    width: 100%;
    margin-right: 7%;
  }
}

.q-and-a .question-item .sub-question:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .q-and-a .question-item .sub-question {
    margin-bottom: 25px;
    margin-right: 7%;
  }
}

@media (max-width: 992px) {
  .q-and-a .question-item {
    margin-bottom: 35px;
  }
}

.q-and-a .question-item:last-child {
  margin-bottom: 0;
}

.more-articles {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .more-articles {
    padding: 40px 0;
  }
}

.article-container {
  display: flex;
  justify-content: center;
}

.article-container .article-item {
  width: 24.1%;
  min-height: 450px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: ease-in-out 0.5s;
}

.article-container .article-item .image figure {
  width: 303px;
  height: 210px;
  position: relative;
  overflow: hidden;
}

.article-container .article-item .image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .article-container .article-item .image {
    width: 100%;
  }
}

.article-container .article-item .content {
  height: 100%;
  padding: 10px 15px;
}

.article-container .article-item .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #102c48;
}

.article-container .article-item .content p {
  font-size: 20px;
  color: #22292e;
  margin-bottom: 15px;
}

.article-container .article-item .content a {
  color: #108480;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

@media (max-width: 992px) {
  .article-container {
    flex-direction: column;
  }

  .article-container .article-item {
    width: 100%;
    margin: 0 0 40px;
  }

  .article-container .article-item:last-child {
    margin: 0;
  }

  .article-container .article-item .article-img img {
    width: 100%;
  }
}

.gallery-block {
  background: #eff0f2;
  padding: 80px 0;
}

.gallery-block .block-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.gallery-block .block-wrapper .block {
  width: 45.8%;
  height: 420px;
  margin: 15px;
  display: flex;
  justify-content: space-between;
}

.gallery-block .block-wrapper .block .item {
  width: 47.6%;
  height: 100%;
  position: relative;
  background: #fff;
}

.gallery-block .block-wrapper .block .item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45%;
}

.gallery-block .block-wrapper .block .item figure img {
  width: 100%;
}

@media (max-width: 992px) {
  .gallery-block .block-wrapper .block .item figure {
    height: 220px;
  }
}

.gallery-block .block-wrapper .block .item .description {
  padding: 15px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  height: 55%;
}

.gallery-block .block-wrapper .block .item .description h3 {
  font-size: 24px;
  color: #008c78;
  margin: 0 0 10px;
  line-height: 25px;
  font-weight: bold;
}

.gallery-block .block-wrapper .block .item .description p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
}

.gallery-block .block-wrapper .block .item .description a {
  color: #008c78;
  text-decoration: underline;
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .gallery-block .block-wrapper .block .item .description {
    position: unset;
    width: 100%;
    height: auto;
  }

  .gallery-block .block-wrapper .block .item .description h3 {
    font-size: 22px;
  }

  .gallery-block .block-wrapper .block .item .description p {
    margin-bottom: 10px;
  }

  .gallery-block .block-wrapper .block .item .description a {
    position: unset;
    font-size: 18px;
  }
}

.gallery-block .block-wrapper .block .item.wide {
  width: 100%;
}

.gallery-block .block-wrapper .block .item.wide figure {
  height: 100%;
}

.gallery-block .block-wrapper .block .item.wide .description {
  left: 0;
  width: 300px;
}

.gallery-block .block-wrapper .block .item.wide p {
  height: 100%;
}

.gallery-block .block-wrapper .block .item.wide iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 992px) {
  .gallery-block .block-wrapper .block .item.wide figure {
    height: 220px;
  }

  .gallery-block .block-wrapper .block .item.wide .description {
    width: 100%;
  }
}

.gallery-block .block-wrapper .block .item.info {
  text-align: center;
  padding: 25px;
}

.gallery-block .block-wrapper .block .item.info figure {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.gallery-block .block-wrapper .block .item.info figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.gallery-block .block-wrapper .block .item.info .info-title {
  margin-bottom: 20px;
  line-height: 20px;
}

.gallery-block .block-wrapper .block .item.info .info-title span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.gallery-block .block-wrapper .block .item.info .info-title p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.gallery-block .block-wrapper .block .item.info .content p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  margin: 0 0 20px;
}

.gallery-block .block-wrapper .block .item.info .content p:last-child {
  margin: 0;
}

@media (max-width: 992px) {
  .gallery-block .block-wrapper .block .item.info {
    padding: 25px 25px 45px;
  }

  .gallery-block .block-wrapper .block .item.info .content {
    padding: 0 2.2em;
  }
}

@media (max-width: 992px) {
  .gallery-block .block-wrapper .block .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .gallery-block .block-wrapper .block {
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin: 0;
  }

  .gallery-block .block-wrapper .block.video {
    display: none;
  }
}

@media (max-width: 992px) {
  .gallery-block {
    padding: 40px 0;
  }
}

.article-info {
  padding: 50px 0 30px;
}

.article-info .content {
  font-size: 18px;
}

.article-info .article-item figure {
  min-width: 416px;
  height: 286px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.article-info .article-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.article-info .article-item {
  max-width: 1088px;
  margin: auto;
  display: flex;
  border-top: 4px solid #ffc45378;
  border-bottom: 4px solid #ffc45378;
  padding: 40px 0;
}

.article-info .article-item .content {
  padding-left: 5em;
  padding-right: 30px;
}

.article-info .article-item .content h3 {
  font-size: 34px;
  font-weight: 600;
  color: #102c48;
  margin-bottom: 15px;
}

.article-info .article-item .content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #102c48;
  margin-bottom: 10px;
}

.article-info .article-item .content p {
  font-size: 20px;
  font-weight: 400;
  color: #22292e;
  margin-bottom: 20px;
}

.article-info .article-item .content a {
  color: #108480;
  font-size: 21px;
  font-weight: 600;
  text-decoration: underline;
}

.article-info .article-item .content li {
  list-style: inherit;
}

.article-info a {
  text-decoration: underline;
  color: #108480;
}

/* .article-info .content img {margin-left: 1.5rem; float:right;} */

@media (max-width: 992px) {
  .article-info .article-item {
    flex-direction: column;
    padding: 15px 0 25px;
  }

  .article-info .article-item .content {
    padding: 0;
  }

  .article-info .article-item .content figure {
    margin: 15px 0;
  }

  .article-info .article-item .content figure img {
    width: 100%;
  }

  .article-info .article-item .content h3 {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .article-info {
    padding: 0;
  }
}

.news-slider {
  margin: 60px 0 0;
  padding-bottom: 24px;
}

.news-swiper .desc {
  overflow: auto;
  height: 150px;
  padding-left: 1.5rem;
}

.news-slider .news-item {
  background: #008c78;
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 20px;
}

.news-slider .news-item figure {
  width: 10%;
  text-align: center;
  padding: 0 0 15px;
}

.news-slider .news-item .content {
  border-right: 3px solid #fff;
  padding-right: 20px;
  width: 80%;
  color: #fff;
}

.news-slider .news-item .content h3 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 0.5;
}

.news-slider .news-item .content p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .news-slider .news-item {
    flex-direction: column;
    height: auto;
  }

  .news-slider .news-item figure {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }

  .news-slider .news-item .content {
    border-right: 0;
    border-top: 3px solid #fff;
    padding-right: 0;
    padding: 25px 0;
    width: 100%;
  }

  .news-slider .news-item .content h3 {
    line-height: 1.2;
  }
}

.news-slider .swiper-pagination {
  text-align: left;
  left: 3%;
  bottom: 6px;
  color: #fff;
  font-size: 24px;
  direction: ltr;
  font-weight: 300;
}

.news-slider .swiper-pagination .swiper-pagination-current {
  color: #ffc453;
}

@media (max-width: 992px) {
  .news-slider .swiper-pagination {
    text-align: center;
  }
}

.news-slider .swiper-button-next,
.news-slider .swiper-button-prev {
  bottom: 0;
  top: auto;
  color: #fff;
  font-weight: bold;
}

.news-slider .swiper-button-next:after,
.news-slider .swiper-button-prev:after {
  font-size: 24px;
}

.news-slider .swiper-button-prev {
  right: auto;
  left: 6.5%;
}

@media (max-width: 992px) {
  .news-slider .swiper-button-prev {
    right: 33%;
    left: auto;
  }
}

@media (max-width: 992px) {
  .news-slider .swiper-button-next {
    left: 39%;
  }
}

@media (max-width: 992px) {
  .news-slider {
    margin: 40px 0;
  }
}

.article-details .article-content {
  display: flex;
  border-bottom: 4px solid #ffc453;
  padding: 40px 0;
}

.article-details .article-content.no-more-articles {
  border-bottom: none;
}

.article-details .article-content.no-yellow-border {
  border-bottom: none;
}

.article-details .article-content .article-info {
  width: 22%;
  margin-left: 30px;
  padding: 0;
}

.article-details .article-content .article-info .date {
  border-bottom: 1px solid #dedfe2;
  padding: 0 0 15px;
}

.article-details .article-content .article-info .date p {
  font-size: 18px;
  font-weight: 400;
  color: #102c48;
}

@media (max-width: 992px) {
  .article-details .article-content .article-info .date {
    border: 0;
    padding: 15px 0;
  }

  .article-content img {
    width: 100%;
    height: 100%;
  }
}

.article-details .article-content .article-description {
  width: 47%;
}

.article-details .article-content .article-description h3 {
  font-size: 24px;
  color: #102c48;
}

.article-details .article-content .article-description p {
  color: #102c48;
  font-size: 18px;
  margin-bottom: 1rem;
}

.article-details .article-content .article-description figure {
  margin: 30px 0;
}

.article-details .article-content .article-description figure img {
  width: 100%;
}

.article-details .article-content .share-article {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.article-details .article-content .share-article p {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

.article-details .article-content .share-article ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.article-details .article-content .share-article ul li {
  margin-left: 30px;
  list-style: none;
}

@media (max-width: 992px) {
  .article-details .article-content .share-article {
    border-bottom: 1px solid #dedfe2;
    border-top: 1px solid #dedfe2;
    padding: 30px 0;
    margin-bottom: 40px;
  }

  .article-details .article-content .share-article p {
    margin-left: 30px;
  }

  .article-details .article-content .share-article ul li {
    margin-left: 40px;
  }
}

@media (max-width: 992px) {
  .article-details .article-content {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }

  .article-details .article-content .article-info {
    width: 100%;
    margin: 0;
  }

  .article-details .article-content .article-description {
    width: 100%;
    margin: 0 0 30px;
  }
}

.all-articles .article-container {
  justify-content: unset;
  flex-wrap: wrap;
  margin: 0 -45px;
}

.all-articles .article-container .article-item {
  width: 20.8%;
  margin: 30px;
}

@media (max-width: 992px) {
  .all-articles .article-container {
    margin: 0;
  }

  .all-articles .article-container .article-item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.courses-section p {
  font-size: 20px;
}

.courses .courses-title {
  font-size: 54px;
  margin: 40px 0 0;
  color: #102c48;
  font-weight: 600;
}

.courses-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.courses-container .course-item {
  margin: 25px;
  width: 416px;
}

.courses-container .course-item a {
  text-decoration: none;
}

.courses-container .course-item figure {
  width: 413px;
  height: 216px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.courses-container .course-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
  transition: ease-in-out 0.5s;
}

/* .courses-container .course-item figure:before { content: ""; border: 3px solid #FFC453; width: 100%; height: 100%; display: block; } */

.courses-container .course-item h2 {
  font-size: 34px;
  color: #102c48;
  white-space: nowrap;
  margin: 15px 0;
}

.courses-container .course-item h3 {
  font-size: 24px;
  color: #2799ce;
}

.courses-container .course-item p {
  font-size: 18px;
  color: #22292e;
}

.courses-container .course-item:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.courses-container .course-item:hover h2 {
  text-decoration: underline;
}

.courses-container .course-item:hover p,
.courses-container .course-item:hover h3 {
  text-decoration: none;
}

@media (max-width: 992px) {
  .courses-container .course-item {
    width: 100%;
    margin: 0 0 30px;
  }

  .courses-container .course-item figure {
    width: 100%;
  }

  .courses-container .course-item h2 {
    font-size: 28px;
    white-space: pre-wrap;
  }

  .courses-container .course-item h3 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .courses-container {
    margin: 50px 0;
  }
}

.benefits-section .more-benefits {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

.benefits-section .more-benefits .benefits {
  width: 40%;
  margin-left: 2rem;
}

.benefits-section .more-benefits .benefits h2 {
  font-size: 54px;
  color: #102c48;
  font-weight: 600;
  text-align: right;
  margin: 0 0 30px;
}

.benefits-section .more-benefits .benefits ul {
  margin: 0;
  padding: 0;
}

.benefits-section .more-benefits .benefits ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #102c48;
  margin-bottom: 55px;
}

.benefits-section .more-benefits .benefits ul li:before {
  content: "";
  background-image: url(../images/icons/yellow_check.svg);
  background-position: center;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}

@media (max-width: 992px) {
  .benefits-section .more-benefits .benefits {
    width: 100%;
    margin: 0;
  }

  .benefits-section .more-benefits .benefits h2 {
    font-size: 40px;
  }

  .benefits-section .more-benefits .benefits ul li {
    font-size: 22px;
    font-weight: 600;
  }

  .benefits-section .more-benefits .benefits ul li:before {
    width: 30px;
    height: 25px;
    margin-left: 5px;
  }
}

.benefits-section .more-benefits figure {
  height: 590px;
  position: relative;
  overflow: hidden;
  padding: 35px;
  width: 60%;
}

.benefits-section .more-benefits figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
}

/* .benefits-section .more-benefits figure:before { content: ""; border: 3px solid #FFC453; width: 100%; height: 100%; display: block; } */

@media (max-width: 992px) {
  .benefits-section .more-benefits figure {
    width: 100%;
    height: 260px;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .benefits-section .more-benefits {
    flex-direction: column;
  }
}

.degree-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  width: 100%;
  position: relative;
}

.degree-page:after {
  content: "";
  background-color: #0e5c2f;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  opacity: 0.4;
}

.degree-page .bread-crumds {
  position: relative;
  z-index: 1;
}

.degree-page .bread-crumds ul li a {
  color: #fff;
}

.degree-page .bread-crumds ul li:after {
  color: #fff;
}

.degree-page .main-title {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 10em;
}

.degree-page .main-title h1 {
  color: #fff;
  margin: 0;
  line-height: 1;
}

.degree-page .main-title h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
}

@media (max-width: 992px) {
  .degree-page .main-title {
    top: 0;
    padding: 45% 0 0;
  }
  .degrees-specialties .main-title {
    top: 0;
    padding: 40% 0 0;
  }
}

.summery {
  margin: 60px 0 70px;
}

.summery .description {
  width: 62.8%;
  margin: 0 auto 60px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.summery .description p {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 992px) {
  .summery .description {
    width: 100%;
  }
}

.summery .degree-lecturer {
  display: flex;
  margin: 0 -15px;
}

.summery .degree-lecturer p {
  margin: 0;
}

.summery .degree-lecturer .item {
  width: 100%;
  max-width: 440px;
  height: 150px;
  box-shadow: 0px 0px 20px #00000029;
  background: #fff;
  margin: 0 15px;
  display: flex;
  padding: 20px;
}

.summery .degree-lecturer .item figure {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.summery .degree-lecturer .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.summery .degree-lecturer .item .img {
  width: 30%;
}

@media (max-width: 992px) {
  .summery .degree-lecturer .item .img {
    width: 35%;
  }
}

.summery .degree-lecturer .item .info {
  width: 50%;
}

.summery .degree-lecturer .item .item-col {
  width: 45%;
}

.summery .degree-lecturer .item .specialty {
  font-size: 24px;
  font-weight: 500;
}

.summery .degree-lecturer .item .name {
  color: #22292e;
  font-size: 20px;
  font-weight: 600;
}

.summery .degree-lecturer .item .phone {
  font-size: 20px;
  font-weight: 500;
}

.summery .degree-lecturer .item .email {
  color: #108480;
  font-size: 20px;
  font-weight: 500;
}

.summery .degree-lecturer .item .hour {
  font-size: 20px;
  font-weight: 300;
  color: #22292e;
  margin-top: 5px;
}

.summery .degree-lecturer .item .department-staff a {
  width: 180px;
  height: 45px;
  border: 2px solid #102c48;
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  transition: ease-in-out 0.5s;
  padding: 13px 50px;
}

.summery .degree-lecturer .item .department-staff a:hover {
  color: #108480;
  border: 2px solid #108480;
}
.summery .degree-lecturer .item .department-staff a:focus-visible {
  border: 2px solid #108480;
  color: #108480;
}

.summery .degree-lecturer .item:last-child {
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .summery .degree-lecturer {
    flex-direction: column;
  }

  .summery .degree-lecturer .item {
    margin: 0 0 30px;
  }
}

@media (max-width: 992px) {
  .summery {
    margin: 40px 0;
  }
}

.specialization .section-title p {
  color: #22292e;
}

.specialization-item {
  margin-bottom: 60px;
}

.specialization-item .title h3 {
  color: #102c48;
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .specialization-item .title h3 {
    font-size: 28px;
  }
}

.specialization-item .wrapper {
  display: flex;
}

.specialization-item .wrapper .image {
  margin-left: 30px;
}

.specialization-item .wrapper .image figure {
  width: 530px;
  height: 290px;
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.specialization-item .wrapper .image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
}

/* .specialization-item .wrapper .image figure:before { content: ""; border: 3px solid #FFC453; width: 100%; height: 100%; display: block; } */

@media (max-width: 992px) {
  .specialization-item .wrapper .image {
    margin-left: 0;
  }

  .specialization-item .wrapper .image figure {
    width: 100%;
    height: 195px;
    margin-bottom: 15px;
  }
}

.specialization-item .wrapper .description {
  width: 55%;
}

.specialization-item .wrapper .description p {
  font-size: 18px;
  color: #22292e;
  margin-bottom: 10px;
}

.specialization-item .wrapper .description h4 {
  font-size: 24px;
  color: #22292e;
}

.specialization-item .wrapper .description .show-more {
  color: #108480;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
}

.specialization-item .wrapper .description .show-more:before {
  content: "+";
  margin-left: 10px;
}

.specialization-item .wrapper .description .show-more .less {
  display: none;
}

.specialization-item .wrapper .description .show-more .more {
  display: block;
}

.specialization-item
  .wrapper
  .description
  .show-more[aria-expanded="true"]
  .more {
  display: none;
}

.specialization-item
  .wrapper
  .description
  .show-more[aria-expanded="true"]
  .less {
  display: block;
}

.specialization-item
  .wrapper
  .description
  .show-more[aria-expanded="true"]:before {
  content: "-";
}

@media (max-width: 992px) {
  .specialization-item .wrapper .description .show-more {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .specialization-item .wrapper .description {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .specialization-item .wrapper {
    flex-direction: column;
  }
}

.specialization-item:last-child {
  margin-bottom: 0;
}

.specialization-item iframe {
  width: 530px;
  height: 290px;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .specialization-item {
    margin-bottom: 30px;
  }

  .specialization-item iframe {
    width: 100%;
    height: 195;
    margin-left: 30px;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.practical-specialization {
  margin: 50px 0;
}

@media (min-width: 992px) {
  .practical-specialization .projects-container {
    max-width: 1228px;
    margin: auto;
  }
}

.practical-specialization .project {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.practical-specialization .project .content {
  width: 40%;
}

.practical-specialization .project .content h3 {
  font-size: 34px;
  color: #102c48;
}

.practical-specialization .project .content p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #22292e;
}

.practical-specialization .project .content ul {
  margin: 0;
  padding: 0;
}

.practical-specialization .project .content ul li {
  display: flex;
  align-items: baseline;
  margin: 0 0 20px;
  font-size: 18px;
  color: #22292e;
}

.practical-specialization .project .content ul li:before {
  content: "";
  background-color: #067f5c;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}

.practical-specialization .project .image {
  width: 640px;
  height: 410px;
  position: relative;
}

/* .practical-specialization .project .image:before { content: ""; border: 3px solid #FFC453; width: 635px; height: 370px; position: absolute; right: -20px; top: 20px; background: transparent; transition: ease-in-out .3s; } */

.practical-specialization .project .image figure {
  width: 640px;
  height: 410px;
  position: relative;
  overflow: hidden;
}

.practical-specialization .project .image figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
}

@media (max-width: 992px) {
  .practical-specialization .project .image {
    display: none;
  }
}

@media (max-width: 992px) {
  .practical-specialization .project {
    flex-direction: column;
    margin: 0;
  }

  .practical-specialization .project .content {
    width: 100%;
    border-top: 2px solid #ffc453;
    padding: 25px 0;
  }

  .practical-specialization .project .content h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .practical-specialization .project .content p {
    font-size: 20px;
  }

  .practical-specialization .project .content ul li {
    font-size: 20px;
  }

  .practical-specialization .project:last-child .content {
    border-bottom: 2px solid #ffc453;
  }
}

.training-courses {
  margin: 50px 0;
}

.training-courses .wrapper .course-item {
  display: flex;
  margin: 0 0 60px;
}

.training-courses .wrapper .course-item .title {
  width: 25%;
}

.training-courses .wrapper .course-item .title h3 {
  font-size: 34px;
  color: #102c48;
  font-weight: 600;
}

.training-courses .wrapper .course-item .content {
  border-right: 5px solid #008c78;
  padding: 0 20px 10px;
  width: 75%;
}

.training-courses .wrapper .course-item .content p {
  font-size: 18px;
  color: #22292e;
}

@media (max-width: 992px) {
  .training-courses .wrapper .course-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .training-courses .wrapper .course-item .title {
    width: 100%;
  }

  .training-courses .wrapper .course-item .title h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .training-courses .wrapper .course-item .content {
    width: 100%;
    padding: 0 15px;
  }

  .training-courses .wrapper .course-item .content p {
    font-size: 20px;
  }
}

.study-program {
  background-color: #33bfbf;
  padding: 50px 0;
  margin-top: 40px;
}

.study-program .section-title {
  max-width: 1088px;
  text-align: right;
  margin: 0 auto 40px;
}

.study-program h2 {
  color: #fff;
}

.study-program .accordion {
  max-width: 1088px;
  margin: auto;
}

.study-program .accordion .card {
  margin-bottom: 15px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.accordion > .card .card-header {
  margin: 0;
}

.study-program .accordion .card .card-header {
  background: #33bfbf;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}

.study-program .accordion .card .card-header button {
  color: #fff;
  width: 100%;
  background: none;
  border: 0;
  font-size: 34px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 5px 25px;
}

.study-program .accordion .card .card-header button:after {
  content: "";
  background-image: url(../images/icons/arrow-down-w.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  transition: ease-in-out 0.3s;
  background-size: contain;
  display: block;
  background-position: center;
  margin-right: 15px;
}

.study-program .accordion .card .card-header button:focus {
  background: #f5a114;
  border: 1px solid #f5a114;
  outline: 0;
}

@media (max-width: 992px) {
  .study-program .accordion .card .card-header button {
    font-size: 32px;
  }
}

.study-program .accordion .card .card-header button[aria-expanded="true"] {
  background: #f5a114;
  border: 1px solid #f5a114;
}

.study-program
  .accordion
  .card
  .card-header
  button[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.study-program .accordion .card .card-body {
  background: #fff;
  color: #000;
  padding: 30px 80px;
}

.study-program .accordion .card .card-body ul li,
.study-program .accordion .card .card-body p {
  margin-bottom: 10px;
}

.study-program .accordion .card .card-body ul li:last-child,
.study-program .accordion .card .card-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .study-program .accordion .card .card-body {
    padding: 20px;
  }
}

.study-program .accordion .card:hover .card-header {
  background: #f5a114;
  transition: ease-in-out 0.5s;
  border: 1px solid #f5a114;
}

@media (max-width: 992px) {
  .study-program .accordion {
    max-width: 100%;
  }
}

.study-program.no-bg {
  background-color: #fff;
}

.study-program.no-bg .accordion .card .card-header {
  background: #008c78;
}

.study-program.no-bg h2 {
  color: #008c78;
}

.study-program.no-bg .accordion .card .card-header[aria-expanded="true"] {
  border: 1px solid #008c78;
}

.study-program.no-bg .accordion .card:hover .card-header {
  border: 1px solid #008c78;
}

.admission-requirements {
  padding: 80px 0;
}

.admission-requirements .content {
  max-width: 1088px;
  margin: auto;
}

.admission-requirements .content p {
  font-size: 18px;
  color: #102c48;
}

@media (max-width: 992px) {
  .admission-requirements {
    padding: 40px 0;
  }

  .admission-requirements .content {
    max-width: 100%;
  }
}

.common-questions {
  background-image: url(../images/lighe-bg.png);
  padding: 80px 0;
  margin-top: 40px;
}

.common-questions .question {
  max-width: 1088px;
  margin: auto;
}

.common-questions .question .item {
  margin-bottom: 60px;
}

.common-questions .question .item:last-child {
  margin-bottom: 0;
}

.common-questions .question .item .title h3 {
  color: #108480;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .common-questions .question .item .title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.common-questions .question .item .answer {
  border-right: 3px solid #108480;
  padding-right: 15px;
  margin-right: 4.5%;
}

/* .common-questions .question .item .answer p {
  font-size: 20px;
} */

@media (max-width: 992px) {
  .common-questions {
    padding: 40px 0;
  }

  .common-questions .question {
    max-width: 100%;
  }

  .common-questions .question .item {
    margin-bottom: 30px;
  }
}

.event-details .event-content {
  display: flex;
  border-bottom: 4px solid #ffc453;
  padding: 40px 0;
}

.event-details .event-content.no-more-events {
  border-bottom: none;
}

.event-details .event-content.no-yellow-border {
  border-bottom: none;
}

.event-details .event-content .event-info {
  width: 22%;
  margin-left: 30px;
}

.event-details .event-content .event-info .date {
  border-bottom: 1px solid #dedfe2;
  padding: 15px 0;
}

.event-details .event-content .event-info .date h3 {
  margin: 0;
  font-size: 32px;
  color: #102c48;
}

.event-details .event-content .event-info .date p {
  font-size: 24px;
  font-weight: 600;
  color: #102c48;
}

.event-details .event-content .event-info .add-to-schedule {
  border-bottom: 1px solid #dedfe2;
  padding: 15px 0;
}

.event-details .event-content .event-info .add-to-schedule a {
  color: #108480;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.event-details .event-content .event-info .add-to-schedule a:before {
  content: "";
  background-image: url(../images/icons/calednar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .event-details .event-content .event-info .add-to-schedule {
    padding: 20px 0;
  }
}

.event-details .event-content .event-description {
  width: 47%;
}

.event-details .event-content .event-description p {
  color: #102c48;
  font-size: 18px;
  margin-bottom: 1rem;
}

.event-details .event-content .event-description figure {
  margin: 30px 0;
}

.event-details .event-content .event-description figure img {
  width: 100%;
}

.event-details .event-content .share-event {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.event-details .event-content .share-event p {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

.event-details .event-content .share-event ul {
  display: flex;
  align-items: center;
}

.event-details .event-content .share-event ul li {
  margin-left: 30px;
  list-style: none;
}

@media (max-width: 992px) {
  .event-details .event-content .share-event {
    border-bottom: 1px solid #dedfe2;
    border-top: 1px solid #dedfe2;
    padding: 30px 0;
  }

  .event-details .event-content .share-event p {
    margin-left: 30px;
  }

  .event-details .event-content .share-event ul li {
    margin-left: 40px;
  }
}

.event-details .event-content .back-link {
  padding: 30px 0;
  text-align: center;
}

.event-details .event-content .back-link a {
  color: #108480;
  font-size: 22px;
  font-weight: 600;
}

.event-details .event-content a {
  color: #108480;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .event-details .event-content .back-link {
    display: none;
  }
}

@media (max-width: 992px) {
  .event-details .event-content {
    flex-direction: column;
    padding: 0;
  }

  .event-details .event-content .event-info {
    width: 100%;
    margin: 0;
  }

  .event-details .event-content .event-description {
    width: 100%;
    margin: 30px 0;
  }
}

.search-events {
  display: flex;
  max-width: 1170px;
  margin: 4.7em auto 2.5em;
}

@media (max-width: 992px) {
  .search-events {
    max-width: 100%;
    flex-direction: column;
    margin: 30px 20px 0;
  }
}

.search-events .field {
  width: 50%;
  max-width: 460px;
  margin-left: 30px;
  position: relative;
}

.search-events .field input {
  background: url(../images/icons/select-arrow-down.svg) 0 10px/13px 8px
    no-repeat;
  cursor: pointer;
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #102c48;
  border-radius: 0;
  color: #102c48;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
  text-align: right;
}

.search-events .field input::-webkit-input-placeholder {
  color: #102c48;
}

.search-events .field input:-ms-input-placeholder {
  color: #102c48;
}

.search-events .field input::-ms-input-placeholder {
  color: #102c48;
}

.search-events .field input::placeholder {
  color: #102c48;
}

.search-events .field .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.search-events .field.datepickerWrapper label {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.search-events .field.datepickerWrapper input {
  height: 38px;
}

.input-group-text {
  justify-content: end;
  padding: 0;
  border-radius: 0;
  width: 100%;
}

.input-group-text i {
  display: none;
}

.input-group-text::after {
  content: "";
  background-image: url(../images/icons/select-arrow-down.svg);
  width: 14px;
  height: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

@media (max-width: 992px) {
  .search-events .field {
    margin: 0 0 50px;
    width: 100%;
    max-width: 100%;
  }
}

.search-events .btns {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .search-events .btns {
    margin: -20px 0 50px;
  }
}

.search-events .search {
  border: 2px solid #102c48;
  color: #102c48;
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  height: 38px;
  background: #fff;
  transition: ease-in-out 0.5s;
}

.search-events .search:hover,
.search-events .search:focus {
  border: 2px solid #108480;
  color: #108480;
}

@media (max-width: 992px) {
  .search-events .search {
    width: 100%;
    height: 45px;
    margin: 0;
  }
}

.search-events .clear {
  border: 0;
  background: 0;
  color: #108480;
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}

.search-events .clear:focus {
  text-decoration: underline;
}

.search-results-count {
  margin-bottom: 10px;
}

.search-results-count p {
  font-size: 24px;
  font-weight: 600;
}

.all-events {
  background: #f4f4f6;
}

.all-events .events-container {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .all-events .events-container {
    -webkit-column-count: 3;
    column-count: 3;
    margin: 0 -15px;
    -webkit-column-gap: 3em;
    column-gap: 3em;
  }
}

.no-events,
.invalid-events-range {
  background: #f4f4f6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 0;
  text-align: center;
}

.no-events h4,
.invalid-events-range h4 {
  font-size: 24px;
  color: #102c48;
  margin: 20px 0 10px;
}

.no-events p,
.invalid-events-range p {
  font-size: 18px;
  color: #102c48;
}

.products-section {
  position: relative;
}

.products-section .bg-img {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.products-section .bg-img:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.4;
}

@media (max-width: 992px) {
  .products-section .bg-img {
    height: 500px;
    background-position: center;
  }
}

.products-section .bg-img-no-bck {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.products-section .bg-img-no-bck:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.4;
}

.products-section .hp-title {
  position: absolute;
  top: 15%;
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}

.products-section .hp-title h1 {
  color: #fff;
  font-size: 54px;
}

.bg-img-no-bck:after {
  background: 0 !important;
}

@media (max-width: 992px) {
  .products-section .hp-title {
    width: 100%;
    text-align: center;
    top: 10%;
  }

  .products-section .hp-title h1 {
    font-size: 42px;
  }
}

.products-section .products-tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.products-section .products-tabs .nav-tabs {
  border: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.products-section .products-tabs .nav-tabs .nav-item {
  width: 25%;
  z-index: 1;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link {
  padding: 0;
  text-align: center;
  border: 0;
  text-decoration: none;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link figure {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link figure img {
  width: 100%;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link figure .img {
  display: block;
}

.products-section
  .products-tabs
  .nav-tabs
  .nav-item
  .nav-link
  figure
  .img-hover {
  display: none;
}

.products-section
  .products-tabs
  .nav-tabs
  .nav-item
  .nav-link
  figure:hover
  .img {
  display: none;
}

.products-section
  .products-tabs
  .nav-tabs
  .nav-item
  .nav-link
  figure:hover
  .img-hover {
  display: block;
}

@media (max-width: 992px) {
  .products-section .products-tabs .nav-tabs .nav-item .nav-link figure {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .products-section .products-tabs .nav-tabs .nav-item .nav-link figure img {
    width: 70px;
  }
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link span {
  font-size: 28px;
  color: #fff;
  border-bottom: 6px solid transparent;
  padding-bottom: 2px;
  transition: ease-in-out 0.5s;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link:hover {
  border: 0;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link.active {
  background: 0;
  border: 0;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link.active span {
  border-bottom: 6px solid #ffc453;
}

.products-section .products-tabs .nav-tabs .nav-item .nav-link.active .img {
  display: none;
}

.products-section
  .products-tabs
  .nav-tabs
  .nav-item
  .nav-link.active
  .img-hover {
  display: block;
}

@media (max-width: 992px) {
  .products-section .products-tabs .nav-tabs .nav-item .nav-link span {
    font-size: 22px;
    font-weight: 500;
  }

  .products-section .products-tabs .nav-tabs .nav-item .nav-link.active span {
    border: 0;
  }
}

@media (max-width: 992px) {
  .products-section .products-tabs .nav-tabs {
    flex-wrap: wrap;
  }

  .products-section .products-tabs .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .products-section .products-tabs {
    top: 30%;
    bottom: unset;
  }
}

.products-section .tab-content {
  -webkit-backdrop-filter: brightness(0.5);
  backdrop-filter: brightness(0.5);
}

.products-section .tab-content .tab-pane {
  height: 215px;
  padding: 25px 0;
}

.products-section .tab-content .tab-pane .container {
  height: 100%;
}

@media (min-width: 1200px) {
  .products-section .tab-content .tab-pane .container {
    max-width: 1175px;
  }
}

.products-section .tab-content .tab-pane ul li {
  margin: 0 0 15px;
  list-style: none;
}

.products-section .tab-content .tab-pane ul li a {
  color: #fff;
  font-size: 20px;
  transition: ease-in-out 0.5s;
  text-decoration: none;
}

.products-section .tab-content .tab-pane ul li a:hover {
  color: #ffc453;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .products-section .tab-content {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }

  .products-section .tab-content.opened {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 75%;
    overflow: auto;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgb(16, 44, 72, 0.8);
  }

  .products-section .tab-content .tab-pane {
    height: auto;
  }

  .products-section .tab-content .tab-pane .row {
    margin: 15px 0;
  }

  .products-section .tab-content .tab-pane .row li {
    margin: 0 0 15px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .products-section .close-tab-mobile {
    display: none;
  }
}

.products-section .close-tab-mobile button {
  background: 0;
  border: 0;
}

.news-messages {
  background: #008c78;
  padding: 10px 0;
}

.news-messages .news-wrapper {
  display: flex;
  align-items: center;
}

.news-messages .news-wrapper .title {
  margin-left: 35px;
}

.news-messages .news-wrapper .title p {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 992px) {
  .news-messages .news-wrapper .title {
    margin-left: 15px;
  }

  .news-messages .news-wrapper .title p {
    font-size: 20px;
  }
}

.news-messages .news-wrapper a {
  color: #fff;
  text-decoration: none;
}

.news-messages .news-wrapper .msg {
  display: flex;
  line-height: 1.2;
}

.news-messages .news-wrapper .msg p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

.news-messages .news-wrapper .msg .date {
  border-left: 1px solid #fff;
  padding-left: 12.5px;
  margin-left: 12.5px;
}

@media (max-width: 992px) {
  .news-messages .news-wrapper .msg {
    align-items: center;
  }

  .news-messages .news-wrapper .msg p {
    font-size: 16px;
  }

  .news-messages .news-wrapper .msg .date {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.news-messages .news-wrapper:hover .msg .text {
  text-decoration: underline;
}

.map .googleMap {
  width: 100%;
  height: 396px;
  background: none !important;
  overflow: hidden;
  text-align: right;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.map a {
  display: none;
}

@media (max-width: 992px) {
  .map .googleMap {
    height: 372px;
  }
}

.stages-of-acceptance .ignore {
  text-align: center;
}

@media (max-width: 992px) {
  .stages-of-acceptance .ignore .desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .stages-of-acceptance .ignore .mobile {
    display: none;
  }
}

.lecturers-page {
  margin-bottom: -5em;
}

.lecturers-page p {
  font-weight: 600;
}

.lecturers-page .admins-info .stuff-content {
  margin-right: 15px;
}

@media (max-width: 992px) {
  .lecturers-page {
    margin-bottom: 40px;
  }

  .lecturers-page p {
    font-size: 22px;
  }
}

.admins {
  margin: 40px 0 0;
}

.admins .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.admins .title h3 {
  font-size: 32px;
  color: #102c48;
  font-weight: 600;
}

.admins .title a {
  color: #108480;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 992px) {
  .admins .title {
    align-items: center;
  }

  .admins .title h3 {
    font-size: 28px;
  }

  .admins .title a {
    font-size: 18px;
  }
}

.admins .admins-info {
  display: flex;
  margin: 0 -15px;
}

.admins .admins-info .item {
  width: 100%;
  max-width: 435px;
  height: 230px;
  box-shadow: 0px 0px 20px #00000029;
  background: #fff;
  margin: 0 15px;
  padding: 10px;
  padding-left: 25px;
  display: flex;
}

.admins .admins-info .item .person-content {
  margin-right: 15px;
}

.admins .admins-info .item p {
  font-size: 20px;
  color: #22292e;
  /* margin: 0; */
  line-height: 25px;
  display: block;
}

.admins .admins-info .item .img figure {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.admins .admins-info .item .img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.admins .admins-info .item .info {
  width: 100%;
  margin-right: 10px;
}

.admins .admins-info .item .info .phone {
  font-weight: 400;
}

.admins .admins-info .item .info .role {
  margin-bottom: 8px;
}

.admins .admins-info .item .info .email {
  font-size: 20px;
  color: #108480;
  text-decoration: none;
  font-weight: 500;
}

.admins .admins-info .item .info .availability {
  margin-top: 10px;
}

.admins .admins-info .item .info .availability div {
  display: flex;
  margin-bottom: 5px;
}

.admins .admins-info .item .info .availability div p {
  font-weight: 400;
}

.admins .admins-info .item .info .availability div p:nth-child(1) {
  width: 35%;
}

.admins .admins-info .item .info .availability div p:nth-child(2) {
  width: 60%;
}

@media (max-width: 992px) {
  .admins .admins-info {
    flex-direction: column;
  }

  .admins .admins-info .item {
    margin: 0 0 30px;
    max-width: 100%;
    padding-left: 10px;
  }
}

.lecturers {
  background: #f4f4f6;
}

@media (max-width: 992px) {
  .lecturers {
    padding: 40px 0 0;
  }

  .lecturers .container {
    padding: 0;
  }
}

.lecturers-tabs {
  padding-top: 13%;
}

.lecturers-tabs .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  box-shadow: 0px 2px 3px -2px #aaacae;
}

.lecturers-tabs .nav-tabs .nav-item {
  margin-left: 85px;
}

.lecturers-tabs .nav-tabs .nav-item .nav-link {
  color: #108480;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 0 20px;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid transparent;
  transition: ease 0.5s;
}

.lecturers-tabs .nav-tabs .nav-item .nav-link.active {
  color: #102c48;
  border: 0;
  border-bottom: 4px solid #102c48;
  background: transparent;
}

@media (max-width: 992px) {
  .lecturers-tabs .nav-tabs {
    justify-content: space-evenly;
  }

  .lecturers-tabs .nav-tabs .nav-item {
    margin-left: 0;
  }

  .lecturers-tabs .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.lecturers-tabs .tab-content {
  padding: 50px 0;
}

.lecturers-tabs .tab-content .tab-title {
  margin-bottom: 40px;
}

.lecturers-tabs .tab-content .tab-title h3 {
  color: #102c48;
  font-size: 34px;
  font-weight: 600;
  position: relative;
}

.lecturers-tabs .tab-content .tab-title h3:before {
  content: "";
  background: #102c48;
  height: 4px;
  width: 75px;
  position: absolute;
  right: 0;
  bottom: -5px;
}

@media (max-width: 992px) {
  .lecturers-tabs .tab-content .tab-title h3 {
    text-align: center;
  }

  .lecturers-tabs .tab-content .tab-title h3::before {
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    height: 5px;
    bottom: -8px;
  }
}

.lecturers-tabs .tab-content .all-lecturers {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.lecturers-tabs .tab-content .all-lecturers .item {
  margin: 0 11px 80px;
  width: 255px;
}

.lecturers-tabs .tab-content .all-lecturers .item .image {
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto 20px;
}

.lecturers-tabs .tab-content .all-lecturers .item .image:before {
  content: "";
  /*border: 1px solid #456173 */
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: transparent;
  transition: ease-in-out 0.3s;
}

@media (max-width: 992px) {
  .lecturers-tabs .tab-content .all-lecturers .item .image {
    width: 38.7vw;
    height: 38.7vw;
  }
}

.lecturers-tabs .tab-content .all-lecturers .item figure {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}

.lecturers-tabs .tab-content .all-lecturers .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 992px) {
  .lecturers-tabs .tab-content .all-lecturers .item figure {
    width: 38.7vw;
    height: 38.7vw;
  }
}

.lecturers-tabs .tab-content .all-lecturers .item .info {
  text-align: center;
}

.lecturers-tabs .tab-content .all-lecturers .item .info p {
  color: #22292e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
}

.lecturers-tabs .tab-content .all-lecturers .item .info .phone {
  margin-top: 10px;
  height: 30px;
}

.lecturers-tabs .tab-content .all-lecturers .item .info .phone p {
  font-weight: 300;
}

.lecturers-tabs .tab-content .all-lecturers .item .info .mail {
  margin-bottom: 20px;
}

.lecturers-tabs .tab-content .all-lecturers .item .info .mail a {
  color: #108480;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.lecturers-tabs .tab-content .all-lecturers .item .info .more-info a {
  color: #102c48;
  font-size: 18px;
  border: 1px solid #102c48;
  padding: 10px 20px;
}

.lecturers-tabs .tab-content .all-lecturers .item .info .more-info a:hover {
  text-decoration: none;
}

/*.lecturers-tabs .tab-content .all-lecturers .item:hover .image:before { background: #FFECC8; }*/

@media (max-width: 992px) {
  .lecturers-tabs .tab-content .all-lecturers .item {
    margin: 0 auto 20%;
    width: 40vw;
  }

  .lecturers-tabs .tab-content .all-lecturers .item .info {
    height: 60%;
  }

  .lecturers-tabs .tab-content .all-lecturers .item .info p {
    font-size: 18px;
  }

  .lecturers-tabs .tab-content .all-lecturers .item .info .name {
    height: 13%;
  }

  .lecturers-tabs .tab-content .all-lecturers .item .info .job-title {
    height: 15%;
  }

  .lecturers-tabs .tab-content .all-lecturers .item .info .mail {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .lecturers-tabs .tab-content {
    padding: 50px 25px;
  }
}

@media (max-width: 992px) {
  .lecturers-tabs {
    padding-top: 0;
  }
}

.contact-us-links {
  padding: 15px 0;
  margin-bottom: 25px;
}

.contact-us-links .contact-info {
  display: flex;
}

.contact-us-links .contact-info .item {
  height: 150px;
  width: 100%;
  border-left: 1px solid #dedfe2;
  text-align: center;
  padding: 25px;
  position: relative;
}

.contact-us-links .contact-info .item a {
  text-decoration: none;
}

.contact-us-links .contact-info .item:nth-child(8) {
  border: 0;
}

.contact-us-links .contact-info .item:nth-child(8) img {
  margin-top: 20px;
}

.contact-us-links .contact-info .item p {
  font-weight: 500;
  font-size: 20px;
  color: #22292e;
  margin: 0;
}

.contact-us-links .contact-info .item .hours {
  display: flex;
  align-self: flex-start;
  width: 100%;
  text-align: right;
}

.contact-us-links .contact-info .item .hours p {
  font-weight: 300;
  white-space: nowrap;
  margin-top: 5px;
}

.contact-us-links .contact-info .item .hours p:nth-child(1) {
  width: 40%;
  margin-left: 10%;
}

@media (max-width: 992px) {
  .contact-us-links .contact-info .item .hours p:nth-child(1) {
    width: 100%;
    margin: 0;
  }
}

.contact-us-links .contact-info .item .hours p:nth-child(2) {
  width: 60%;
}

@media (max-width: 992px) {
  .contact-us-links .contact-info .item .hours p:nth-child(2) {
    width: 100%;
  }
}

.contact-us-links .contact-info .item figure {
  height: 40%;
}

.contact-us-links .contact-info .item .contact-btn {
  margin-top: 10px;
}

.contact-us-links .contact-info .item .contact-btn button {
  background: 0;
  border: 2px solid #102c48;
  color: #102c48;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 45px;
  transition: ease-in-out 0.3s;
}

.contact-us-links .contact-info .item .contact-btn a {
  background: 0;
  border: 2px solid #102c48;
  color: #102c48;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 45px;
  transition: ease-in-out 0.3s;
}
.contact-us-links .contact-info .item .contact-btn a:focus-visible {
  outline-offset: 2px !important;
}
@media (min-width: 992px) {
  .contact-us-links .contact-info .item .contact-btn button {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
  }
  .contact-us-links .contact-info .item .contact-btn a {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
    padding-top: 6px;
  }
}

.contact-us-links .contact-info .item .contact-btn button:hover {
  border: 2px solid #008c78;
  color: #008c78;
}
.contact-us-links .contact-info .item .contact-btn a:hover {
  border: 2px solid #008c78;
  color: #008c78;
}

.contact-us-links .contact-info .mobile-line {
  display: none;
}

@media (max-width: 992px) {
  .contact-us-links .contact-info .mobile-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #dedfe2;
    margin: 20px 0;
  }
}

@media (max-width: 992px) {
  .contact-us-links .contact-info {
    flex-wrap: wrap;
  }

  .contact-us-links .contact-info .item {
    width: 50%;
    margin-bottom: 0;
    padding: 5px 10px;
  }

  .contact-us-links .contact-info .item p {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-us-links .contact-info .item .hours {
    flex-direction: column;
    text-align: center;
  }

  .contact-us-links .contact-info .item .hours p {
    margin: 0;
    width: 100%;
  }

  .contact-us-links .contact-info .item .contact-btn {
    margin-top: 15px;
  }

  .contact-us-links .contact-info .item .contact-btn button {
    width: 100%;
  }
  .contact-us-links .contact-info .item .contact-btn a {
    width: 100%;
  }
  .contact-us-links .contact-info .item figure {
    height: 30%;
  }

  .contact-us-links .contact-info .item:nth-child(5) {
    border-left: 0;
  }

  .contact-us-links .contact-info .item:nth-child(8) {
    border-left: 0;
    padding-top: 15px;
  }

  .contact-us-links .contact-info .item:nth-child(8) img {
    margin-top: 20px;
  }

  .contact-us-links .contact-info .item:nth-child(2) {
    border-left: 0;
  }

  .contact-us-links .contact-info .item:nth-child(2) .hours {
    flex-direction: row;
  }
}

@media (max-width: 992px) {
  .contact-us-links {
    padding: 20px 0;
    margin-bottom: -50px;
  }
}

.library-search-section {
  margin: 60px 0;
}

.library-search-section .wrapper {
  display: flex;
}

@media (max-width: 992px) {
  .library-search-section {
    margin: 40px 0 0;
  }

  .library-search-section .container {
    padding: 0;
  }

  .library-search-section .wrapper {
    flex-direction: column;
  }
}

.library-search {
  background: #f4f4f6;
  padding: 30px 50px;
  width: 60%;
}

.library-search .nav-wrapper {
  display: flex;
  /* justify-content: center; */
  align-items: flex-end;
  border-bottom: 1px solid #aaacae;
}

.library-search .kesem-logo {
  margin: 0 0 15px 40px;
}

/* .library-search .kesem-logo img { -webkit-filter: grayscale(1); filter: grayscale(1); } */

.library-search .nav-tabs {
  border: 0;
  padding: 0;
}

.library-search .nav-tabs .nav-item {
  padding: 0;
  margin: 0 40px;
}

.library-search .nav-tabs .nav-item .nav-link {
  border: 0;
  text-decoration: none;
  background: transparent;
  color: #008c78;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  transition: ease-in-out 0.5s;
}

.library-search .nav-tabs .nav-item .nav-link.active {
  color: #102c48;
  border-bottom: 4px solid #102c48;
}

.library-search .tab-content .tab-pane {
  padding: 60px 0;
}

.library-search .tab-content .tab-pane .search {
  position: relative;
}

.library-search .tab-content .tab-pane .search input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #102c48;
  color: #102c48;
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 500;
}

.library-search
  .tab-content
  .tab-pane
  .search
  input::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 500;
  color: #102c48;
}

.library-search .tab-content .tab-pane .search input:-ms-input-placeholder {
  font-size: 24px;
  font-weight: 500;
  color: #102c48;
}

.library-search .tab-content .tab-pane .search input::-ms-input-placeholder {
  font-size: 24px;
  font-weight: 500;
  color: #102c48;
}

.library-search .tab-content .tab-pane .search input::placeholder {
  font-size: 24px;
  font-weight: 500;
  color: #102c48;
}

.library-search .tab-content .tab-pane .search .search-btn {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: 0;
}

@media (max-width: 992px) {
  .library-search .nav-wrapper {
    display: block;
  }

  .library-search .kesem-logo {
    margin: 0 auto 15px;
    text-align: center;
  }

  .library-search .nav-tabs {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .library-search .nav-tabs .nav-item {
    margin: 0;
  }

  .library-search .tab-content .tab-pane {
    padding: 40px 0;
  }

  .library-search {
    padding: 20px 30px;
    width: 100%;
  }
}

.emek-banner {
  width: 50%;
}

@media (min-width: 992px) {
  .emek-banner {
    padding-right: 1.5rem;
  }
}

.emek-banner .banner {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}

.emek-banner .banner .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.emek-banner .banner .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.emek-banner .banner .content {
  width: 90%;
  padding: 10px;
  position: absolute;
  top: 2rem;
}

/* .emek-banner .banner .content h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0.5em;
} */

/* .emek-banner .banner .content p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
} */

.emek-banner .banner .content a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  line-height: 1.2;
}

.emek-banner .banner .content a:after {
  content: "";
  background-image: url(../images/icons/arrowLine-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 992px) {
  .emek-banner {
    width: 100%;
    margin-top: 60px;
  }

  .emek-banner .banner {
    flex-direction: column-reverse;
    height: auto;
  }

  .emek-banner .banner .img {
    width: 100%;
    height: 225px;
  }

  .emek-banner .banner .img:after {
    content: "";
    background-color: #1277a5;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    opacity: 0.4;
  }

  .emek-banner .banner .content {
    width: 100%;
    padding: 20px;
    position: unset;
  }

  .emek-banner .banner .content h3 {
    margin-bottom: 0;
  }
}

.reservoirs-section {
  padding: 40px 0 80px;
}

.reservoirs-section .section-title {
  margin-bottom: 20px;
}

.reservoirs-section .reservoirs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.reservoirs-section .reservoirs .item {
  margin: 20px;
  width: 430px;
}

.reservoirs-section .reservoirs .item figure {
  width: 430px;
  height: 216px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
}

.reservoirs-section .reservoirs .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
  transition: ease-in-out 0.5s;
}

.reservoirs-section .reservoirs .item figure:before {
  content: "";
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.reservoirs-section .reservoirs .item figure .title {
  position: absolute;
  right: 32px;
}

.reservoirs-section .reservoirs .item figure .title p {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.reservoirs-section .reservoirs .item:hover .title p {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .reservoirs-section {
    padding: 40px 0;
  }

  .reservoirs-section .reservoirs {
    margin: 0;
  }

  .reservoirs-section .reservoirs .item {
    width: 100%;
    margin: 0 0 30px;
  }

  .reservoirs-section .reservoirs .item figure {
    width: 100%;
    height: 230px;
  }
}

.library-service .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 0;
}

.library-service .wrapper .item {
  margin: 20px;
  width: 430px;
}

.library-service .wrapper .item a {
  text-decoration: none;
}

.library-service .wrapper .item figure {
  width: 430px;
  height: 216px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: auto;
  z-index: 1;
}

.library-service .wrapper .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
  transition: ease-in-out 0.5s;
}

/* .library-service .wrapper .item figure:before { content: ""; border: 3px solid #F5A114; width: 100%; height: 100%; display: block; } */

.library-service .wrapper .item figure .icon {
  position: absolute;
  top: 40%;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}

.library-service .wrapper .item figure .icon img {
  position: unset;
  -webkit-transform: none;
  transform: none;
  width: auto;
  min-width: auto;
}

.library-service .wrapper .item .title {
  margin-top: 15px;
}

.library-service .wrapper .item .title h3 {
  font-size: 24px;
  color: #102c48;
  font-weight: 600;
  margin: 0;
}

.library-service .wrapper .item:hover .title h3 {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .library-service .wrapper {
    margin: 0;
  }

  .library-service .wrapper .item {
    margin: 0 0 30px;
    width: 100%;
  }

  .library-service .wrapper .item figure {
    width: 100%;
    height: 230px;
  }

  .library-service .wrapper .item .title {
    margin-top: 10px;
  }
}

@media (max-width: 5562px) {
  .library-links {
    margin: 40px 40px 20px 20px;
  }
}

@media (min-width: 992px) {
  .library-links .container {
    padding: 50px;
  }
}

.library-links .section-title h2 {
  color: #102c48;
  font-size: 54px;
}

@media (max-width: 992px) {
  .library-links .section-title h2 {
    font-size: 40px;
  }
}

.library-links .links-container .link-item {
  min-width: 30%;
  margin: 0 20px;
  width: 390px;
}

@media (min-width: 1400px) {
  .library-links .links-container .link-item:nth-child(3) {
    border-top: 1px solid #dedfe2;
  }
}

.library-links .links-container .link-item a span:nth-child(1) {
  width: 15%;
}

@media (max-width: 992px) {
  .library-links .links-container .link-item a span:nth-child(1) {
    width: 13%;
  }
}

@media (max-width: 992px) {
  .library-links .links-container .link-item a span img {
    width: 35px;
  }
}

@media (max-width: 992px) {
  .library-links .links-container {
    max-width: 100%;
  }

  .library-links .links-container .link-item {
    min-width: min-content;
    width: 100%;
  }
}

.contacts {
  margin: 45px 0 60px;
}

.contacts .info-items .item .info {
  width: 60%;
}

.contacts .summery {
  text-align: center;
  width: 85%;
  margin: 45px auto 0;
}

.contacts .summery p {
  color: #22292e;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .contacts .summery {
    text-align: right;
    margin: 35px 0 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .contacts {
    margin: 35px 0;
  }
}

#research-nav ul {
  justify-content: center;
}

#research-nav ul li {
  margin: 0 40px;
}

.videos {
  margin: 80px 0 120px;
}

.videos .videos-wrapper {
  display: flex;
  justify-content: center;
}

.videos .video-content {
  width: 640px;
}

.videos .video-content iframe {
  width: 640px;
  height: 420px;
}

.videos .video-content .vid-description {
  margin: 15px 0;
  padding-left: 2em;
}

.videos .video-content .vid-description p {
  font-size: 18px;
  font-weight: 600;
  color: #102c48;
}

@media (max-width: 992px) {
  .videos {
    margin: 40px 0;
  }

  .videos .videos-wrapper {
    flex-direction: column;
  }

  .videos .video-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .videos .video-content iframe {
    width: 100%;
    height: 230px;
  }

  .videos .video-content .vid-description {
    margin: 0;
    padding: 0;
  }
}

.research-institutes {
  padding-top: 35px;
}

.research-institutes .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 0;
}

.research-institutes .wrapper .institutes-item {
  margin: 20px;
  width: 430px;
}

.research-institutes .wrapper .institutes-item figure {
  width: 430px;
  height: 216px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: auto;
  z-index: 1;
}

.research-institutes .wrapper .institutes-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  width: 100%;
  transition: ease-in-out 0.5s;
}

/* .research-institutes .wrapper .institutes-item figure:before { content: ""; border: 3px solid #FFC453; width: 100%; height: 100%; display: block; } */

.research-institutes .wrapper .institutes-item .title {
  margin-top: 15px;
}

.research-institutes .wrapper .institutes-item .title h3 {
  font-size: 24px;
  color: #102c48;
  font-weight: 600;
  margin: 0;
}

.research-institutes .wrapper .institutes-item a:hover .title h3 {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .research-institutes .wrapper {
    margin: 0;
  }

  .research-institutes .wrapper .institutes-item {
    margin: 0 0 30px;
    width: 100%;
  }

  .research-institutes .wrapper .institutes-item figure {
    width: 100%;
    height: 230px;
  }

  .research-institutes .wrapper .institutes-item .title {
    margin-top: 10px;
  }
}

.research-fair {
  padding: 40px 0 0;
}

.research-fair .description {
  display: flex;
}

.research-fair .description .text {
  max-width: 45%;
  margin-left: 85px;
}

.research-fair .description .text p {
  font-size: 18px;
  color: #102c48;
  font-weight: 600;
}

.research-fair .description .name-title {
  padding-top: 10px;
}

.research-fair .description .name-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #102c48;
  margin: 0;
}

.research-fair .description .name-title p {
  color: #102c48;
  font-size: 20px;
  font-weight: 600;
}

.research-fair .description .name-title:before {
  content: "";
  width: 75px;
  height: 4px;
  background-color: #102c48;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .research-fair .description {
    flex-direction: column;
  }

  .research-fair .description .text {
    max-width: 100%;
    margin: 0;
  }

  .research-fair .description .name-title {
    padding-top: 15px;
  }

  .research-fair .description .name-title h3 {
    font-size: 22px;
  }

  .research-fair .description .name-title:before {
    margin-bottom: 15px;
  }
}

.research-fair .file-container {
  max-width: 640px;
  margin: 20px 0 0;
}

.research-fair .file-container .all-files {
  color: #108480;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5;
}

@media (max-width: 992px) {
  .research-fair .file-container {
    margin: 35px 0;
  }
}

.search-form {
  background: #f4f4f6;
}

.search-form .search-results-count {
  padding-bottom: 15px;
  margin: 0;
}

.search-form .search-results-count p {
  color: #102c48;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.searchField {
  position: relative;
  margin: 30px 0;
}

.searchField input {
  background: none;
  border: 0;
  border-bottom: 1px solid #102c48;
  width: 100%;
  font-size: 24px;
  padding-bottom: 1em;
}

.searchField input::-webkit-input-placeholder {
  color: #102c48;
  font-weight: 600;
}

.searchField input:-ms-input-placeholder {
  color: #102c48;
  font-weight: 600;
}

.searchField input::-ms-input-placeholder {
  color: #102c48;
  font-weight: 600;
}

.searchField input::placeholder {
  color: #102c48;
  font-weight: 600;
}

.searchField input:focus {
  outline: 0;
}

@media (max-width: 992px) {
  .searchField input {
    font-weight: 700;
    padding-bottom: 0.5em;
  }
}

.searchField button {
  border: 0;
  background: 0;
  position: absolute;
  left: 0;
}

@media (min-width: 992px) {
  .searchField {
    margin: 87px 7em 48px 10.5em;
  }
}

.search-results {
  padding: 40px 0;
}

.search-results .result-content {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .search-results .result-content {
    width: 50%;
  }
}

.search-results .result-content h3 {
  font-size: 24px;
  color: #102c48;
  margin: 0;
  font-weight: 600;
}

.search-results .result-content h3 a {
  color: #102c48;
  font-size: 24px;
}

.search-results .result-content a {
  font-size: 18px;
  color: #108480;
}

.search-results .result-content p {
  font-size: 18px;
  color: #22292e;
}

.search-results .result-content:hover {
  cursor: pointer;
}

.search-results .result-content:hover h3 {
  color: #108480;
  text-decoration: underline;
}

.search-results .result-content:hover a {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .search-results .result-content h3 {
    font-size: 18px;
  }

  .search-results .result-content a,
  .search-results .result-content p {
    font-size: 14px;
  }
}

.search-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
}

.search-pagination ul li {
  list-style: none;
}

.search-pagination ul .prev,
.search-pagination ul .next {
  padding: 0 10px;
}

.search-pagination ul .page-link {
  transition: ease-in-out 0.3s;
  border: 0;
  margin: 0 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-pagination ul .page-link a {
  color: #108480;
  font-size: 24px;
}

.search-pagination ul .page-link.active {
  background-color: #108480;
}

.search-pagination ul .page-link.active a {
  color: #fff;
}

.search-pagination ul .page-link:hover {
  background-color: #108480;
}

.search-pagination ul .page-link:hover a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .search-pagination {
    margin-bottom: 60px;
  }
}

.students-services-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  width: 100%;
  position: relative;
}

.students-services-page:after {
  content: "";
  background-color: #102c48;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  opacity: 0.7;
}

.students-services-page .bread-crumds {
  position: relative;
  z-index: 1;
}

.students-services-page .bread-crumds ul li a {
  color: #fff;
}

.students-services-page .bread-crumds ul li:after {
  color: #fff;
}

.students-services-page .main-title {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 12em;
}

.students-services-page .main-title h1 {
  color: #fff;
  margin: 0;
}

.student-services {
  margin: 40px 0 80px;
}

.student-services .section-title h2 {
  margin-bottom: 20px;
}

.student-services .section-title p {
  text-align: right;
  padding: 0;
  width: 85%;
  margin: auto;
  line-height: 32px;
}

@media (max-width: 992px) {
  .student-services .section-title p {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .student-services {
    margin: 40px 0;
  }
}

.services {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -25px;
}

.services .item {
  width: 423px;
  height: auto;
  margin: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.services .item.links ul {
  margin: 0;
  padding: 0;
}

.services .item ul li {
  border-top: 1px solid #dedfe2;
  padding: 15px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  position: relative;
}

.services .item ul li a {
  font-size: 24px;
  color: #102c48;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.services .item ul li a:after {
  content: "";
  background-image: url(../images/icons/arrowLine.svg);
  width: 20px;
  height: 20px;
  display: block;
  transition: ease-in-out 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
}

.services .item ul li:last-child {
  border-bottom: 1px solid #dedfe2;
}

.services .item ul li:hover a {
  color: #108480;
  transition: ease-in-out 0.5s;
}

.services .item ul li:hover a:after {
  left: 0;
}

.services .item figure img {
  width: 100%;
}

.services .item .info {
  background: #f7f7f8;
  height: 100%;
  padding: 20px;
}

.services .item .info h3 {
  color: #102c48;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.services .item .info p {
  color: #22292e;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 35px;
}

.services .item .info .link a {
  color: #108480;
  font-size: 21px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .services .item {
    width: 100%;
    margin: 0 0 30px;
    height: auto;
  }

  .services .item.links {
    order: -1;
  }
}

@media (max-width: 992px) {
  .services {
    margin: 30px 0;
  }
}

.search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
}

/* .search-pagination .prev, .search-pagination ul .next { padding: 0 10px; } */
/* .search-pagination .page-numbers { border: 0; ; padding: 0; } */
.search-pagination .page-numbers {
  margin: 0 10px;
  transition: ease-in-out 0.3s;
  color: #108480;
  font-size: 24px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .search-pagination .page-numbers {  } */
.search-pagination .page-numbers.current {
  background-color: #108480;
  color: #fff;
}

.search-pagination .page-numbers:hover {
  background-color: #108480;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .search-pagination {
    margin-bottom: 60px;
  }
}

.search-pagination .page-numbers.prev {
  position: relative;
  font-size: 0.0000001px;
  overflow: hidden;
  text-indent: 99999px;
  background: url(../images/icons/pagination-arrow-left.png) center
    center/contain no-repeat;
}

.search-pagination .page-numbers.next {
  position: relative;
  font-size: 0.0000001px;
  overflow: hidden;
  text-indent: 99999px;
  background: url(../images/icons/pagination-arrow-right.png) center
    center/contain no-repeat;
}

/*************/
/* .search-pagination { display: flex; justify-content: center; align-items: center; direction: ltr; } .search-pagination .prev, .search-pagination .next { padding: 0 10px; } .search-pagination .page-numbers { transition: ease-in-out .3s; border: 0; margin: 0 10px; border-radius: 50%; width: 40px; height: 40px; padding: 0; display: flex; justify-content: center; align-items: center; } .search-pagination .page-numbers a { color: #108480; font-size: 24px; } .search-pagination .page-numbers.current { background-color: #108480; } .search-pagination .page-numbers.current a { color: #fff; } .search-pagination .page-numbers:hover { background-color: #108480; } .search-pagination ul .page-numbers:hover a { color: #fff; text-decoration: none; } */
.error-page {
  text-align: center;
  padding-top: 5%;
}

.error-page h3 {
  font-size: 24px;
  color: #102c48;
  font-weight: 400;
}

.error-page p {
  font-size: 18px;
  color: #102c48;
}

.error-page a {
  text-decoration: underline;
}

.error-page figure {
  margin-top: 25px;
}

@media (max-width: 992px) {
  .error-page figure img {
    width: 100%;
    height: 250px;
  }
}

.data-search .filter {
  display: flex;
  padding-bottom: 25px;
}

.data-search .filter .collapse-btn {
  color: #11263b;
  font-size: 24px;
  border: 0;
  background: none;
  width: 6%;
  text-align: right;
  white-space: nowrap;
}

.data-search .filter .desktop-txt {
  font-weight: 600;
  color: #11263b;
  font-size: 24px;
  width: 6%;
}

.data-search .filter .collapse-btn .mobile-txt {
  display: none;
}

@media (min-width: 992px) {
  .data-search .filter .collapse-btn {
    pointer-events: none;
  }
}

@media (max-width: 992px) {
  .data-search .filter .collapse-btn {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .data-search .filter .collapse-btn:after {
    content: "";
    background-image: url(../images/icons/select-arrow-down.svg);
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center;
    margin-right: 10px;
  }

  .data-search .filter .collapse-btn .desktop-txt {
    display: none;
  }

  .data-search .filter .collapse-btn .mobile-txt {
    display: block;
  }

  .data-search .filter .collapse-btn[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.data-search .filter .collapse {
  transition: none !important;
}

@media (min-width: 992px) {
  .data-search .filter .collapse {
    display: block !important;
  }
}

.data-search .filter .alphabet {
  display: flex;
  margin: 0;
  margin-right: 15px;
  padding: 0;
}

.data-search .filter .alphabet .item {
  position: relative;
  transition: ease-in-out 0.3s;
  border: 0;
  margin: 0 5px;
  border-radius: 50%;
  width: 40px;
  list-style: none;
  height: 40px;
  padding: 0;
  text-align: center;
}

.data-search .filter .alphabet .item button {
  color: #108480;
  font-size: 24px;
  font-weight: 600;
  border: 0;
  background: transparent;
  text-decoration: underline;
  line-height: 1.5;
}

.data-search .filter .alphabet .item button:hover {
  text-decoration: underline;
}

.data-search .filter .alphabet .item.active {
  background-color: #108480;
}

.data-search .filter .alphabet .item.active button {
  color: #ffffff;
  text-decoration: none;
}

.data-search .filter .alphabet .item.disabled {
  pointer-events: none;
}

.data-search .filter .alphabet .item.disabled button {
  color: #b3b4b5;
  text-decoration: none;
}

.data-search .filter .alphabet.en {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .data-search .filter .alphabet {
    flex-wrap: wrap;
    margin: 0;
  }

  .data-search .filter .alphabet .item {
    margin: 10px 5px;
  }
}

.data-search .filter label {
  color: #11263b;
  font-size: 24px;
  font-weight: 600;
  min-width: max-content;
  margin-inline-end: 1.5rem;
}

@media (max-width: 992px) {
  .data-search .filter label {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
  }
}

.data-search .filter .selectpicker {
  width: 300px !important;
  margin-right: 35px;
}

@media (max-width: 992px) {
  .data-search .filter .selectpicker {
    margin: auto;
  }
}

.data-search .filter .dropdown-menu {
  width: 100%;
  left: auto;
  right: 0;
}

.data-search .filter .dropdown-menu .dropdown-item {
  white-space: unset;
}

@media (max-width: 992px) {
  .data-search .filter .dropdown-menu {
    max-height: 200px !important;
  }
}

.data-search .filter:last-child {
  padding-bottom: 55px;
}

.data-search .filter.resources {
  max-width: 100%;
  width: 304px;
}

@media (max-width: 992px) {
  .data-search .filter {
    flex-direction: column;
    padding-bottom: 35px;
  }
}

.data-results {
  padding-top: 75px;
}

.data-results .wrapper {
  display: flex;
}

@media (max-width: 992px) {
  .data-results .wrapper {
    flex-direction: column;
  }
}

.data-results .letter p {
  color: #102c48;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 992px) {
  .data-results .letter {
    margin-bottom: 10px;
  }
}

.data-results .results1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.data-results .results1 .item .txt {
  text-decoration: none;
}

.data-results .results1 .item h3 {
  color: #108480;
  font-size: 24px;
}

.data-results .results1 .item p {
  color: #102c48;
  font-size: 18px;
  margin: 0;
}

.data-results .results1 .item:hover h3 {
  text-decoration: underline;
}

.data-results .results1 .item:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.data-results .results1 .item.chosen::before {
  background-image: url(../images/icons/chosen.png);
}

.data-results .results1 .item.recomended::before {
  background-image: url(../images/icons/recomended.svg);
}

@media (max-width: 992px) {
  .data-results .results1 .item {
    position: relative;
  }

  .data-results .results1 .item:before {
    position: absolute;
    left: 0;
    margin: 0;
  }

  .data-results .results1 .item .txt {
    width: 80%;
  }
}

@-moz-document url-prefix() {
  .products-section .tab-content {
    background-color: #00000063;
  }
}

.lp-header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  box-shadow: 0px 3px 6px #00000029;
  position: unset;
  border: 1px solid #eff0f2;
}

.lp-footer {
  background: #008c78;
  width: 100%;
}

.lp-footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

@media (max-width: 992px) {
  .lp-footer .footer {
    flex-direction: column;
    padding: 30px 0 45px;
  }
}

.lp-footer .f-logo a img {
  width: 70px;
  height: 70px;
}

@media (max-width: 992px) {
  .lp-footer .f-logo a img {
    width: 92px;
    height: 92px;
  }
}

.lp-footer .social-links {
  display: flex;
  align-items: center;
}

.lp-footer .social-links ul {
  display: flex;
}

.lp-footer .social-links ul li {
  margin-right: 20px;
  list-style: none;
}

@media (max-width: 992px) {
  .lp-footer .social-links {
    flex-direction: column;
  }

  .lp-footer .social-links ul {
    margin: 10px 0;
  }

  .lp-footer .social-links ul li {
    margin-right: 10px;
  }

  .lp-footer .social-links ul li:first-child {
    margin: 0;
  }
}

.lp-footer .info {
  margin: 0;
}

@media (max-width: 992px) {
  .lp-footer .info {
    margin: 35px 0;
  }
}

.lp-footer .copyright a {
  margin-left: 0;
}

@media (max-width: 992px) {
  .lp-footer .copyright {
    margin: 0 -30px;
    padding: 15px 20px;
  }
}

.lp-banner-section {
  margin-bottom: 60px;
}

.lp-banner-section .banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 635px;
  width: 100%;
  padding: 50px 70px;
  background-position: center;
  z-index: -1;
}

/* .lp-banner-section .banner:after { content: ""; border: 3px solid #FFC453; display: block; width: 100%; height: 100%; } */

@media (max-width: 992px) {
  .lp-banner-section .banner {
    padding: 30px;
    height: 400px;
  }
}

.lp-banner-section .content {
  background-color: #f7f7f8;
  text-align: center;
  padding: 35px 35px 60px;
  max-width: 860px;
  margin: -10% auto 0;
}

.lp-banner-section .content h3 {
  font-size: 28px;
  color: #102c48;
  margin: 0 0 30px;
}

.lp-banner-section .content p {
  font-size: 18px;
  color: #102c48;
  line-height: 30px;
}

.lp-banner-section .content .v-tour {
  background-color: #102c48;
  color: #fff;
  border: 1px solid #102c48;
  font-size: 20px;
  font-weight: 600;
  width: 200px;
  height: 45px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-banner-section .content .v-tour::before {
  content: "";
  background-image: url(../images/icons/virtual-tour.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .lp-banner-section .content {
    max-width: 75%;
    width: 100%;
    padding: 15px 5px;
    margin-top: -35%;
  }

  .lp-banner-section .content h3 {
    margin: 0 0 10px;
  }
}

.v-tour-banner {
  margin-bottom: 80px;
  background-size: cover;
  height: 595px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.v-tour-banner .banner:after {
  content: none;
}

.v-tour-banner .content {
  text-align: center;
  padding: 35px 35px 42px;
  transform: translate(50%, 20%);
  width: 864px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 50%;
}

.v-tour-banner .content h3 {
  font-size: 28px;
  color: #102c48;
  margin: 0 0 30px;
}

.v-tour-banner .content .v-tour {
  background-color: #102c48;
  color: #fff;
  border: 1px solid #102c48;
  font-size: 20px;
  font-weight: 600;
  width: 200px;
  height: 45px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-tour-banner .content .v-tour::before {
  content: "";
  background-image: url(../images/icons/virtual-tour.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

@media (max-width: 992px) {
  .v-tour-banner {
    width: 100%;
    padding: 0 15px;
  }

  .v-tour-banner .content {
    margin: 0 auto;
    width: 90%;
    padding: 30px 20px 19px;
    bottom: 0;
    transform: translate(50%, 0);
  }

  .v-tour-banner .content h3 {
    margin: 0 0 24px;
  }
}

body {
  direction: rtl;
  text-align: right;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  direction: rtl;
}

.wpcf7-form p {
  width: 24%;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .wpcf7-form {
    justify-content: unset;
  }

  .wpcf7-form p {
    width: 100%;
    margin-bottom: 25x;
  }

  .wpcf7-form .custom-file-wrapper {
    margin-bottom: 0;
  }
}

.wpcf7-form-control {
  background: transparent;
  border: 0;
  color: #102c48;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
  text-align: right;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #102c48;
  font-size: 18px;
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #102c48;
  font-size: 18px;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #102c48;
  font-size: 18px;
}

.wpcf7-form-control::placeholder {
  color: #102c48;
  font-size: 18px;
}

.wpcf7-form .wpcf7-select {
  padding-bottom: 0;
}

.wpcf7-form .wpcf7-select .inner.show {
  max-height: 300px !important;
}

.wpcf7-form .wpcf7-select:focus {
  outline: 0;
}

.wpcf7-form .custom-checkbox {
  width: 100%;
}

.wpcf7-form .custom-checkbox .wpcf7-form-control {
  border: 0;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
  padding: 0;
}

@media (min-width: 992px) {
  /* .wpcf7-form-control-wrap{margin-left: 30px;} */
  .wpcf7-form-control-wrap.interest {
    margin-left: 0;
  }

  .wpcf7-form-control-wrap.interest .dropdown-toggle {
    min-width: 280px;
  }
}

.wpcf7-list-item {
  position: relative;
  display: block;
  min-height: 1.5rem;
  width: 100%;
  margin: 0;
}

.wpcf7-list-item input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  color: #102c48;
  padding-right: 2em;
  font-size: 18px;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: solid 1px #102c48;
  border-radius: 0;
}

.wpcf7-list-item .wpcf7-list-item-label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.wpcf7-list-item
  input[type="checkbox"]:checked
  ~ .wpcf7-list-item-label::before {
  background-color: transparent;
}

.wpcf7-list-item
  input[type="checkbox"]:checked
  ~ .wpcf7-list-item-label::after {
  border: solid 1px #102c48;
  border-radius: 0;
  background-image: url(../images/icons/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 18px;
  }
}

.custom-file {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
}

.custom-file input {
  border: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.custom-file label {
  cursor: pointer;
  border: 2px solid #102c48;
  color: #102c48;
  padding: 5px;
  width: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

.custom-file label:before {
  content: "";
  background-image: url(../images/icons/attachment.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: 10px;
}

.custom-file .file-return {
  margin: 0;
  font-size: 18px;
  color: #102c48;
}

@media (max-width: 992px) {
  .custom-file {
    display: block;
  }

  .custom-file label {
    margin-bottom: 20px;
  }
}

h6 {
  padding-right: 50px;
  padding-left: 50px;
  text-indent: -50px;
  font-size: 20px;
}

h5 {
  direction: ltr;
  text-align: left;
  padding-right: 50px;
  padding-left: 50px;
  text-indent: -50px;
  font-size: 20px;
}

.wp-share-button.theme18 .share-button {
  padding: 0 !important;
  background: 0 !important;
}

.wp-share-button.theme18 .share-button:hover .button-icon,
.wp-share-button.theme18 .share-button:focus .button-icon,
.wp-share-button.theme18 .share-button:active .button-icon {
  display: block !important;
}

.wp-share-button.theme18 .share-button:hover .button-count,
.wp-share-button.theme18 .share-button:focus .button-count,
.wp-share-button.theme18 .share-button:active .button-count {
  display: none !important;
}

.wp-share-button.theme18 .share-button .button-icon {
  display: block !important;
}

.wp-share-button.theme18 .share-button .button-count {
  width: 33px;
  height: 33px;
  text-align: center;
}

.wp-share-button.theme18 .share-button.email .button-icon {
  background: url(../images/icons/email-g.png) center no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
}

.wp-share-button.theme18 .share-button.facebook .button-icon {
  background: url(../images/icons/facebook-g.png) center no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
}

.wp-share-button.theme18 .share-button.linkedin .button-icon {
  background: url(../images/icons/linkedin-g.png) center no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
}

.wp-share-button.theme18 .share-button.whatsapp .button-icon {
  background: url(../images/icons/whatsapp-g.png) center no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
}

.wp-share-button.theme18 .share-button {
  padding: 0 !important;
  background: 0 !important;
}

.wp-share-button.theme18 .share-button:hover .button-icon,
.wp-share-button.theme18 .share-button:focus .button-icon,
.wp-share-button.theme18 .share-button:active .button-icon {
  display: block !important;
}

.wp-share-button.theme18 .share-button:hover .button-count,
.wp-share-button.theme18 .share-button:focus .button-count,
.wp-share-button.theme18 .share-button:active .button-count {
  display: none !important;
}

.data-results [class^="results"] .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.data-results [class^="results"] .item .txt {
  text-decoration: none;
}

.data-results [class^="results"] .item h3 {
  color: #108480;
  font-size: 24px;
}

.data-results [class^="results"] .item p {
  color: #102c48;
  font-size: 18px;
}

.data-results [class^="results"] .item:hover h3 {
  text-decoration: underline;
}

.data-results [class^="results"] .item:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.data-results [class^="results"] .item.chosen::before {
  background-image: url(../images/icons/chosen.png);
}

.data-results [class^="results"] .item.recomended::before {
  background-image: url(../images/icons/recomended.svg);
}

@media (max-width: 992px) {
  .data-results [class^="results"] .item {
    position: relative;
  }

  .data-results [class^="results"] .item:before {
    position: absolute;
    left: 0;
    margin: 0;
  }

  .data-results [class^="results"] .item .txt {
    width: 80%;
  }
}

h6 {
  padding-right: 50px;
  padding-left: 50px;
  text-indent: -50px;
}

.contactModal {
  z-index: 9999;
}

.contactModal .modal-dialog {
  max-width: 640px;
}

.contactModal .modal-content {
  border-radius: 0;
  background-image: url(../images/lighe-bg2.png);
}

.contactModal .modal-header {
  border: 0;
  display: block;
  position: relative;
  padding: 45px 30px 0;
  width: 100%;
}

.contactModal .modal-header .modal-title {
  font-size: 40px;
  font-weight: 600;
  color: #102c48;
  text-indent: 0;
}

.contactModal .modal-header .close {
  opacity: 1;
  margin: 0;
  padding: 1rem 1rem;
  position: absolute;
  top: 10px;
  left: 0;
}

.contactModal .modal-header .close img {
  width: 16px;
}

.contactModal .modal-header p {
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 25px;
  width: auto !important;
}

.contactModal .modal-body {
  padding: 20px 35px;
}

.contactModal .modal-body p {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}

.contactModal .modal-body .field {
  margin-bottom: 40px;
}

.contactModal .modal-body .field input {
  border: 0;
  border-bottom: 1px solid #102c48;
  width: 100%;
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  padding-bottom: 20px;
}

.contactModal .modal-body .field input::-webkit-input-placeholder {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
}

.contactModal .modal-body .field input:-ms-input-placeholder {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
}

.contactModal .modal-body .field input::-ms-input-placeholder {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
}

.contactModal .modal-body .field input::placeholder {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
}

.contactModal .modal-body .field .bootstrap-select .dropdown-toggle {
  padding-bottom: 20px;
}

.contactModal .modal-body .submit {
  text-align: center;
}

.contactModal .modal-body .submit button {
  background: #102c48;
  width: 95%;
  color: #fff;
  font-size: 20px;
  height: 55px;
  border: 2px solid #102c48;
  font-weight: 600;
  transition: ease-in-out 0.4s;
}

.contactModal .modal-body .submit button:hover {
  background: transparent;
  color: #102c48;
  border: 2px solid #102c48;
  font-weight: 600;
}

.contactModal .modal-body .submit button:focus {
  background: transparent;
  color: #102c48;
  border: 2px solid #102c48;
  font-weight: 600;
}

.contactModal .required-text {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  margin: 0 !important;
}

.contactModal .wpcf7-form p {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 30px;
}

.contactModal .wpcf7-form .modal-title {
  text-indent: 0;
}

.contactModal .wpcf7-form .submit-btn {
  margin: 0 0 35px;
}

.contactModal .wpcf7-form .submit-btn .wpcf7-submit {
  width: 95%;
  height: 55px;
}

@media (max-width: 992px) {
  .contactModal .modal-header {
    padding: 35px 20px 0;
  }

  .contactModal .modal-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .contactModal .modal-body {
    padding: 20px;
  }

  .contactModal .wpcf7-form .submit-btn .wpcf7-submit {
    background: transparent;
    color: #102c48;
    border: 2px solid #102c48;
    font-weight: 600;
  }

  .contactModal .wpcf7-form p {
    padding: 0 20px;
  }
}

.contactModal .modal-body .required-text {
  text-align: initial;
  padding: 0 0 1em;
}

.contactModal .wpcf7 form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  bottom: 1.5%;
  right: 50%;
  transform: translate(50%, 0);
  width: 85%;
}

@media (max-width: 992px) {
  .contactModal .wpcf7 form .wpcf7-response-output {
    width: 85%;
  }
}

.contactModal .select2-container--default .select2-selection--single {
  height: 48px;
}

@media only screen and (min-width: 761px) {
  #some-element {
    pointer-events: none;
  }
}

.contactModal .wpcf7-form-control-wrap {
  margin-left: 0;
}

.contactModal .modal-body .field {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  text-align: right;
  font-size: 14px;
}

.general_contact {
  margin: 30px 0;
}

.general_contact .form-cotainer {
  width: 760px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #00000029;
}

.general_contact form {
  flex-direction: column;
  padding: 30px 60px 50px;
}

.general_contact form h3 {
  margin-bottom: 30px;
  color: #102c48;
  font-size: 28px;
  font-weight: 600;
}

.general_contact .wpcf7-form-control {
  border-bottom: 1px solid #102c48;
}

.general_contact .wpcf7-form-control-wrap {
  margin: 0 0 30px;
}

.general_contact textarea {
  border: 1px solid #108480;
  border-bottom: 1px solid #108480 !important;
}

.general_contact label {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
}

.general_contact input[type="submit"] {
  background: #102c48;
  padding: 0;
  color: #fff;
  border: 2px solid #102c48;
  width: 200px;
  height: 45px;
  text-align: center;
  margin: 0 auto 0 0;
}

.general_contact input[type="submit"]:hover {
  background: #fff;
  color: #102c48;
}

.general_contact .wpcf7-list-item input[type="radio"] {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.general_contact .wpcf7-radio .wpcf7-list-item.first {
  margin: 0 0 15px;
}

.general_contact .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  border: 1px solid #11263b;
  border-radius: 100%;
}

.general_contact
  .wpcf7-list-item
  input[type="radio"]:checked
  ~ .wpcf7-list-item-label::after {
  border: 0;
  top: 3px;
  right: 3px;
  border-radius: 0;
  width: 18px;
  height: 18px;
  background: #08605f;
  border-radius: 100%;
}

.general_contact
  input[type="checkbox"]:checked
  ~ .wpcf7-list-item-label::before {
  background-color: transparent;
}

.general_contact
  input[type="checkbox"]:checked
  ~ .wpcf7-list-item-label::after {
  border: solid 1px #102c48;
  border-radius: 0;
  background-image: url(../images/icons/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .general_contact .form-cotainer {
    width: 100%;
  }

  .general_contact form {
    padding: 20px;
  }

  .general_contact input[type="submit"] {
    width: 100%;
  }
}

.wpcf7-form .form-group {
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  .wpcf7-form .form-group label {
    margin-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
    margin-bottom: 3.5em;
  }
}

@media (max-width: 992px) {
  .wpcf7-form .form-group label {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .wpcf7-form-control-wrap {
    position: unset;
  }
}

.wpcf7-form .custom-checkbox label {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
}

.general-block {
  padding: 20px 0;
}

.img-center {
  display: flex;
  justify-content: center;
  margin: auto;
}

.main-video-banner {
  width: 100%;
  height: 615px;
  position: relative;
}

.main-video-banner #mainVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video-banner .video-btns {
  position: absolute;
  right: 32px;
  bottom: 20px;
  display: flex;
  align-items: center;
}

.main-video-banner .video-btns button {
  border: 0;
  background-color: #2d99da;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-left: 20px;
}

.main-video-banner .video-btns button::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  height: 32px;
  display: block;
}

.main-video-banner .video-btns .play::before {
  background-image: url(../images/icons/play-icon.svg);
  width: 30px;
}

.main-video-banner .video-btns .pause::before {
  background-image: url(../images/icons/pause-icon.svg);
}

.main-video-banner .video-btns .vol-up::before {
  background-image: url(../images/icons/volume-down.svg);
}

.main-video-banner .video-btns .vol-mute::before {
  background-image: url(../images/icons/volume-mute.svg);
}

.main-video-title {
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  bottom: 80px;
}

.main-video-title .yello-bg {
  margin-bottom: 15px;
}

.main-video-title .yello-bg h1 {
  /*background:url('../images/yellow-shape.svg') center center/auto 61px no-repeat;*/
  text-shadow: 0px 2px 0px #00000029;
  color: #102c48;
  text-align: center;
  font-size: 36px;
  margin: 0 auto;
  position: relative;
  padding: 2px 1.5em 13px;
  font-weight: 600;
  width: fit-content;
}

.main-video-title .yello-bg h1::before,
.main-video-title h1::after {
  top: 0;
  content: "";
  width: calc(40px + 50%);
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-video-title .yello-bg h1::before {
  right: -39px;
  background-size: auto 100%;
  background-position: right -2px;
  background-image: url("../images/yellow-shape.svg");
}

.main-video-title .yello-bg h1::after {
  left: -39px;
  background-size: auto 100%;
  background-position: left -2px;
  background-image: url("../images/yellow-shape.svg");
}

.main-video-title .yello-bg.wide h1::before {
  background-image: url("../images/yellow-bg-wide.svg");
}

.scroll-down-arrow {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 50%;
}

@media (min-width: 992px) {
  .main-video-title .yello-bg h1 {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .main-video-banner {
    height: 365px;
  }

  .main-video-banner .video-btns {
    bottom: 10px;
    right: 25px;
  }

  .main-video-banner .video-btns button {
    margin-left: 10px;
  }

  .main-video-title {
    width: 100%;
    padding: 0 15px;
    bottom: 65px;
  }

  .main-video-title .yello-bg h1 {
    font-size: 24px;
    text-shadow: 0px 2px 0px #00000029;
    padding: 3px 1em 10px;
    width: 100%;
  }

  .main-video-title .yello-bg h1::before {
    right: 0;
  }

  .main-video-title .yello-bg h1::after {
    left: 0;
  }

  .main-video-title .yello-bg.wide {
    display: none;
  }

  .scroll-down-arrow {
    display: none;
  }
}

.main-banner-slider {
  height: auto;
  width: 100%;
}

.banner-swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.main-banner-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  aspect-ratio: 475/164;
}

.main-banner-slider .swiper-slide .container {
  height: 100%;
}

.main-banner-slider .swiper-slide .wrapper {
  background-color: #ffffffd1;
  width: 450px;
  height: 100%;
}

.main-banner-slider .swiper-slide .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
}

.main-banner-slider .swiper-slide .wrapper .content h2 {
  color: #102c48;
  font-size: 34px;
  margin: 0 0 5px;
  font-weight: 600;
}

.main-banner-slider .swiper-slide .wrapper .content p {
  font-size: 28px;
  margin: 0;
  color: #102c48;
  line-height: 36px;
  font-weight: 400;
}

.main-banner-slider .swiper-slide .wrapper .content .more-details {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 200px;
  height: 45px;
  background-color: #2d99da;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  transition: ease-in-out 0.3s;
}

.main-banner-slider .swiper-slide .wrapper .content .more-details:hover {
  background-color: #45aaf2;
}

.main-banner-slider .swiper-pagination {
  bottom: 25px;
  width: 61.66%;
  text-align: right;
}

.main-banner-slider .swiper-pagination .swiper-pagination-bullet {
  width: 55px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}

.main-banner-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2d99da;
}

.banner-swiper .playPauseBtn {
  position: absolute;
  right: 32px;
  bottom: 20px;
  z-index: 1;
}

.banner-swiper .playPauseBtn button {
  border: 0;
  background-color: #2d99da;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.banner-swiper .playPauseBtn button::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32px;
  height: 32px;
  display: block;
}

.banner-swiper .playPauseBtn button.play::before {
  background-image: url(../images/icons/play-icon.svg);
}

.banner-swiper .playPauseBtn button.pause::before {
  background-image: url(../images/icons/pause-icon.svg);
}

@media (max-width: 992px) {
  .main-banner-slider .swiper-slide {
    height: auto;
    aspect-ratio: 103/116;
  }

  .main-banner-slider .swiper-slide .container {
    display: flex;
    align-items: flex-end;
  }

  .main-banner-slider .swiper-slide .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    top: 6.5rem;
    background-color: #fff;
  }

  .main-banner-slider .swiper-slide .wrapper .content {
    padding: 17px 22px 0;
  }

  .main-banner-slider .swiper-slide .wrapper .content h2 {
    font-size: 32px;
    margin: 0;
  }

  .main-banner-slider .swiper-slide .wrapper .content p {
    font-size: 22px;
    line-height: 28px;
  }

  .main-banner-slider .swiper-pagination {
    width: 100%;
    bottom: 35px;
    text-align: center;
  }

  .main-banner-slider .swiper-pagination .swiper-pagination-bullet {
    height: 5px;
    background-color: #eaeaea;
  }

  .banner-swiper .playPauseBtn {
    display: none;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wpcf7-list-item input[type="checkbox"]:focus ~ .wpcf7-list-item-label::after {
  box-shadow: 0 0 4px 0px #102c48;
}

a.skipping-link {
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skipping-link:focus,
a.skipping-link:active {
  color: #fff;
  background-color: #000;
  top: auto;
  width: 15%;
  height: auto;
  overflow: auto;
  padding: 5px;
  text-align: center;
  font-size: 1.3em;
  z-index: 9999;
}

.datepicker-calendar {
  width: 100% !important;
  margin: 0 !important;
  font-family: "Assistant";
  padding: 10px 5px 0 !important;
}

.datepicker-month-fast-next,
.datepicker-month-next,
.datepicker-month-fast-prev,
.datepicker-month-prev {
  background: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

.datepicker-month-fast-next:hover,
.datepicker-month-next:hover,
.datepicker-month-fast-prev:hover,
.datepicker-month-prev:hover {
  border: 0 !important;
  margin: 0 !important;
}

.datepicker-button i {
  background-color: #000 !important;
}

.datepicker-month {
  font-size: 20px;
  border: 0 !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker-month::after {
  display: none !important;
}

.datepicker-month:hover {
  background-color: transparent !important;
}

.datepicker-grid td {
  padding: 10px !important;
  height: auto !important;
  font-size: 18px;
  border-radius: 5px !important;
}

.datepicker-grid thead {
  border-bottom: 1px solid #eff0f2;
}

.datepicker-grid thead th {
  font-size: 18px;
  font-weight: bold;
  padding: 10px !important;
}

div.datepicker-calendar.default table.datepicker-grid td.selectable.curDay {
  background-color: #afd8ec !important;
}

div.datepicker-calendar.default table.datepicker-grid td.selectable:hover,
div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: #f1f1f1;
}

div.datepicker-calendar.default div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-next.enabled:focus {
  outline: 1px solid #000;
}

div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus {
  outline: 1px solid #000;
}

div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus {
  outline: 1px solid #000;
}

div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus {
  outline: 1px solid #000;
}

.datepicker-close-wrap {
  margin: 10px 0;
}

div.datepicker-calendar.default button.datepicker-close {
  background: #fff;
  font-weight: 500;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  z-index: 99999;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #102c48;
  border-radius: 0;
  height: 38px;
  background-color: transparent;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #102c48;
  font-size: 18px;
  font-weight: 600;
  padding: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: unset;
  text-align: right;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 20%;
  left: 0;
  width: auto;
  height: auto;
  right: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  border-width: 0;
  margin: 0;
  position: unset;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::after {
  content: "";
  background-image: url(../images/icons/select-arrow-down.svg);
  width: 14px;
  height: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.select2-results {
  max-height: 350px;
  overflow-y: auto;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #008c78;
}

.select2-container--default .select2-results__option--selected {
  color: #102c48;
}

.select2-results__option {
  color: #102c48;
  font-size: 18px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  bottom: 27%;
  width: fit-content;
  right: 50%;
  transform: translate(50%, 0);
}

/* .meshim_widget_components_chatButton_Button .button_bar{background: #f5a114 !important;}
.meshim_widget_components_chatButton_ButtonBar .favicon{background: #f5a114 !important;}
.meshim_widget_widgets_ConnAwareSubmit{background: #f5a114 !important;}
.meshim_widget_widgets_TitleBar{background: #f5a114 !important;}*/

/* .meshim_widget_widgets_Favicon.favicon{background: #f5a114 !important;}  */

/* ninja forms */
.nf-form-content {
  max-width: 100% !important;
  padding: 0 !important;
}

.label-left .field-wrap {
  justify-content: flex-start !important;
}

.label-left .nf-field-label {
  padding-right: 0 !important;
}

.nf-field-container .nf-field-label label {
  text-align: right !important;
}

@media (min-width: 992px) {
  .label-left .nf-field-label {
    width: 20% !important;
  }
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  background: #fff !important;
  color: #000 !important;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 40px !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  right: auto !important;
  left: 15px !important;
}

.nf-error.field-wrap .nf-field-element:after {
  right: auto !important;
  left: 0 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  direction: ltr;
  text-align: right;
}

.nf-input-limit {
  margin-top: 0 !important;
}

.nf-after-field .nf-error-msg {
  margin-right: 0 !important;
}

.nf-error .nf-error-msg {
  position: absolute;
  bottom: -25px;
  font-size: 14px;
  right: 32%;
}

@media (max-width: 992px) {
  .nf-error .nf-error-msg {
    right: 0;
  }
}

.nf-form-content .list-select-wrap > div div:after {
  right: auto !important;
  left: 20px;
}

.nf-form-content .list-select-wrap > div div:after {
  content: "" !important;
  background-image: url(../images/icons/select-arrow-down-grey.svg);
  width: 14px;
  height: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.field-wrap {
  justify-content: flex-end;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  color: #fff !important;
  text-align: center;
  background: #f5a114 !important;
  border: 2px solid #f5a114 !important;
  font-size: 20px;
  width: 200px !important;
  font-weight: 600;
  transition: ease-in-out 0.4s;
  padding: 0;
  margin-left: 12.9rem !important;
}

.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
  background: transparent !important;
  color: #f5a114 !important;
  border: 2px solid #f5a114 !important;
}

@media (max-width: 992px) {
  .nf-form-content button,
  .nf-form-content input[type="button"],
  .nf-form-content input[type="submit"] {
    width: 100% !important;
    margin: 0 !important;
  }

  .field-wrap.submit-wrap {
    display: block !important;
  }
}

.nf-before-form-content {
  margin-bottom: 30px !important;
}

.field-wrap.checkbox-wrap {
  display: block !important;
}

.checkbox-container.label-right label {
  margin: 0 !important;
  padding-right: 30px !important;
  font-weight: 500 !important;
}

.checkbox-container.label-right label:before {
  left: auto !important;
  right: 0;
}

.checkbox-container.label-right label:after {
  left: auto !important;
  right: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border: solid 1px #102c48;
  border-radius: 0;
  background-image: url(../images/icons/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after {
  background: #fff !important;
}

.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after {
  border: solid 1px #102c48 !important;
}

.checkbox-wrap .nf-field-element label:before,
.checkbox-wrap .nf-field-label label:before,
.listcheckbox-wrap .nf-field-element label:before,
.listcheckbox-wrap .nf-field-label label:before {
  content: "" !important;
  background-image: url(../images/icons/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  border: solid 1px #102c48 !important;
  background-color: #fff !important;
}

.field-wrap.listradio-wrap {
  display: block !important;
}

.field-wrap .nf-field-label {
  margin-bottom: 10px !important;
}

.listradio-wrap .nf-field-element label:after {
  left: auto !important;
  right: 0;
  border: 1px solid #000 !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  left: auto !important;
  right: 0;
}

.field-wrap.listradio-wrap ul li input {
  float: right !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  left: auto !important;
  right: 4px;
}

.listradio-wrap .nf-field-element label {
  margin: 0 !important;
  padding-right: 30px !important;
}

.podcust {
  position: relative;
}

.to-all-podcusts {
  position: absolute;
  top: 0px;
  right: 15rem;
  color: #fff;
  font-size: 22px;
}

.search-results .result-content a[href^="http"] {
  word-break: break-all;
}

.article-container .article-item figure iframe {
  width: 303px;
  height: 210px;
}

@media (max-width: 992px) {
  footer {
    padding-bottom: 65px;
  }
}

.nf-error-msg.nf-error-number-step {
  display: none;
}

/* new tenders */
#tenders-nav .container {
  max-width: 1400px;
  padding: 0 15px;
  border: 0;
}

#tenders-nav ul {
  max-width: 100%;
  border-bottom: 1px solid #aaacae;
}

#tenders-nav .nav-tabs .nav-link {
  border: 0;
  border-bottom: 4px solid transparent;
  padding: 0 0 15px;
}

#tenders-nav .nav-tabs .nav-link:focus,
#tenders-nav .nav-tabs .nav-link:hover,
#tenders-nav .nav-tabs .nav-link.active {
  border-bottom: 4px solid #102c48;
  color: #102c48;
}

@media (min-width: 992px) {
  #tenders-nav .nav-tabs li {
    padding: 0;
  }

  .tenders-page {
    margin-top: 50px;
  }
}

.tenders-page h2 {
  color: #102c48;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tenders-page .usful-files h2,
.tenders-page h3 {
  color: #102c48;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}

/* tab 1 */
.tenders-page .content {
  padding: 2.5rem 0;
  color: #212529;
  font-size: 18px;
}

.tenders-page .file-download {
  flex-wrap: wrap;
  margin: 0 -15px 5rem;
}

/* .tenders-page .section-title h2{} */

.tenders-page .file-download.tender-page-files .file a p {
  font-size: 20px !important;
  align-items: center;
  height: 100%;
  font-weight: 500;
}

@media (min-width: 992px) {
  .tenders-page .content {
    max-width: 1040px;
  }

  .tenders-page #tab1 .content {
    max-width: 615px;
  }

  .tenders-page .file-download.tender-page-files .file {
    border: 0;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 1rem;
  }

  /* .tenders-page .staff-container .item {
    height: auto;
  } */
}

@media (max-width: 992px) {
  .tenders-page .content {
    padding: 1.5rem 0;
  }

  .tenders-page .file-download.tender-page-files {
    margin-bottom: 3rem;
  }

  .tenders-page .file-download.tender-page-files .file a {
    font-size: 18px;
    padding: 15px;
    min-height: 60px;
  }

  .tenders-page .staff-container .item a {
    display: flex;
    word-break: break-all;
  }
}

.tenders-page .staff-container {
  background-color: #f4f4f6;
  padding: 3.2rem 0;
  margin-bottom: 50px;
}

.tenders-page .staff-container .item {
  box-shadow: 0px 0px 20px #00000029;
  margin-bottom: 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  min-height: 120px;
  padding: 20px;
}
@media (min-width: 992px) {
  .tenders-page .staff-container .item {
    min-height: 1px;
    box-shadow: none;
    background: 0;
    align-items: baseline;
    position: relative;
  }
  .tenders-page .staff-container .item div {
    position: relative;
    z-index: 1;
  }
  .tenders-page .staff-container .item::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    min-height: 100px;
    box-shadow: 0px 0px 20px #00000029;
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .tenders-page .staff-container .item {
    display: block;
  }
}

.tenders-page .staff-container .item div:first-child {
  max-width: 30%;
  flex: 0 0 30%;
}

.tenders-page .staff-container .item p {
  margin: 0;
  line-height: 25px;
  font-size: 20px;
  color: #22292e;
  font-weight: 600;
  display: flex;
}

.tenders-page .staff-container .item a {
  text-decoration: none;
  display: block;
  line-height: 25px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .tenders-page .staff-container .item a:not([href^="mailto:"]) {
    pointer-events: none;
    color: #22292e;
    font-size: 20px;
    font-weight: 400;
  }

  .tenders-page .staff-container .item a {
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .tenders-page .staff-container .item {
    margin-bottom: 15px;
  }

  .tenders-page .staff-container .item div:first-child {
    max-width: 100%;
    /* flex: 0 0 50%; */
  }

  .tenders-page .staff-container .item p {
    margin: 0 0 6px;
  }
}

/* tab 3 */
.tenders-page .search-events {
  background-color: #f4f4f6;
  margin: 0;
  max-width: 100%;
  padding: 4.5rem 3.8rem 3rem 2.5rem;
}

.tenders-page .search-events .date {
  background: transparent !important;
}

.tenders-page .search-events .search {
  background: #102c48;
  color: #fff;
}

.tenders-page .search-events .search:hover {
  background: transparent;
  color: #102c48;
  border-color: #102c48;
}

.tenders-page .search-results-count {
  margin: 2.5rem 0;
}

.tenders-page .search-results-count p {
  font-size: 34px;
  margin: 0;
  color: #102c48;
}

.tenders-page table:not(.datepicker-grid) {
  width: 100%;
  color: #102c48;
  font-size: 20px;
  margin-bottom: 4rem;
}

.tenders-page table thead {
  border-bottom: 1px solid #102c48;
}

.tenders-page table thead tr th {
  vertical-align: bottom;
}

.tenders-page table thead tr th,
.tenders-page table tbody tr td {
  padding: 1rem 0.5rem;
}

.tenders-page table tbody tr {
  border-bottom: 1px solid #b3b4b5;
}

.tenders-page table tbody tr td p {
  margin: 0 !important;
}

.tenders-page table tbody tr td a {
  color: #102c48;
  text-decoration: none;
}

.tenders-page table tbody tr td a b {
  display: block;
}

.tenders-page table tbody tr td a:hover {
  color: #108480;
  text-decoration: none;
}

.tenders-page table tbody tr td a:hover b {
  color: #102c48;
  text-decoration: none;
}

.tenders-page table tbody tr td a.link {
  color: #108480;
  font-size: 20px;
}

.tenders-page table tbody tr td a.btn {
  border: 2px solid #102c48;
  font-size: 20px;
  color: #102c48;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 125px;
  text-decoration: none;
  font-weight: 600;
}

.tenders-page table tbody tr td a.btn:hover {
  border-color: #108480;
  color: #108480;
}

.tenders-page table tbody tr td a.btn.disabled {
  background: #f4f4f6;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .tenders-page table {
    /* white-space: nowrap; */
  }
  .tenders-page table:not(.datepicker-grid) {
    min-width: 1010px;
    width: auto;
  }
  .tenders-page table colgroup col {
    width: auto !important;
  }
  /* .tenders-page table th,
  .tenders-page table td {width: 150px !important;} */

  .tenders-page .search-events {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .tenders-page .search-events .btns {
    margin: -1rem 0 1rem;
  }

  .tenders-page .search-results-count {
    margin: 1rem 0;
  }

  .tenders-page .search-results-count p {
    font-size: 30px;
  }
}

.tenders-page .search-results-count-ptor p {
  font-size: 34px;
  margin: 0;
  color: #102c48;
}

.search-results-count-ptor p {
  font-weight: 600;
}

.tenders-page .search-results-count-ptor {
  margin: 2.5rem 0;
}

.single-tender-page .main-title {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .single-tender-page .main-title > div {
    max-width: 65%;
    flex: 0 0 65%;
  }
}

.single-tender-page .main-title h1 {
  font-size: 34px;
}

.single-tender-page .main-title p {
  font-size: 18px;
}

.single-tender-page .main-title .back-link {
  color: #108480;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.single-tender-page .section-title {
  margin: 0 0 11px;
}
.single-tender-page .usful-files {
  padding: 25px 0;
}
.single-tender-page .short-desc {
  margin-top: -38px;
}
.single-tender-page .short-desc p {
  font-size: 18px;
  margin-bottom: 36px;
  color: #102c48;
  max-width: 867px;
}

.single-tender-page .file-download .file a p {
  color: #102c48;
  font-size: 20px;
  font-weight: 500;
}
.single-tender-page .file-download .file a p span:hover {
  color: #108480;
}

.single-tender-info .row {
  border-bottom: 1px solid #b3b4b5;
}

.single-tender-info .row:last-child {
  border-bottom: 0;
}

.single-tender-info .item {
  padding: 1.5rem 15px;
}

.single-tender-info .item.submit {
  align-self: center;
  text-align: end;
}

.single-tender-info .item.submit a {
  border: 2px solid #102c48;
  color: #102c48;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding: 0.66rem 1rem;
}

.single-tender-info .item.submit a:hover {
  border: 2px solid #108480;
  color: #108480;
}

.single-tender-info .item p {
  margin: 0;
  color: #102c48;
  font-size: 20px;
}

.tenders-page .files-wrapper {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .single-tender-page .main-title {
    flex-wrap: wrap;
    justify-content: normal;
  }

  .single-tender-page .main-title .back-link {
    order: -1;
    margin-bottom: 0.5rem;
  }

  .single-tender-info .row {
    border-bottom: 0;
  }

  .single-tender-info .item {
    padding: 1rem 15px;
  }

  .single-tender-info .item.submit a {
    padding: 0.7rem 1rem;
    width: 100%;
  }

  .tenders-page .files-wrapper {
    margin-top: 1rem;
  }

  .tenders-page .file-download {
    margin: 0 0 5rem;
  }
}

.filter.resources .bootstrap-select {
  width: auto !important;
}

.admins .admins-info {
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.admins .admins-info .item {
  height: auto;
  margin: 0;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
  color: #000;

  pointer-events: none;
  cursor: default;
}

/* Adjust px here (1024px for tablets maybe) */
@media (max-width: 992px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    text-decoration: underline;
    color: #108480;

    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 992px) {
  .INDcircle-btn {
    bottom: 11% !important;
  }
}

#bthn[lang="he"] {
  bottom: 8rem;
  right: 30px !important;
}

.reasons-section .reasons .item a {
  color: #fff;
}

.contactLibraryForm {
  text-align: start !important;
}
.contactLibraryForm .field {
  text-align: start;
  margin-bottom: 40px !important;
  width: 100%;
}
.contactLibraryForm .field span:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.contactLibraryForm .field span[data-name] {
}
.contactLibraryForm .field span[data-name] input,
.field span[data-name] select,
.field span[data-name] textarea {
  background: #fff !important;
  color: #000 !important;
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.5s;
}
.contactLibraryForm .field span[data-name] select:focus {
  outline: auto !important;
}
.contactLibraryForm .field span[data-name] span {
}
.contactLibraryForm + .wpcf7-response-output {
  position: unset !important;
  transform: none !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .contactLibraryForm {
    max-width: 1090px;
  }
  .contactLibraryForm .field {
    display: flex;
  }
  .contactLibraryForm .field span:first-child {
    width: 15%;
  }
  .contactLibraryForm .field span[data-name] {
    flex: 1 0 auto;
  }
  .contactLibraryForm .required-text {
    width: auto;
    font-size: 18px;
    text-align: start;
  }
  .contactLibraryForm .has-spinner {
    max-width: 200px;
    margin-inline-start: 2px;
  }
}
