@charset "UTF-8";
/*===================== [ color (define in sass) ] ===========================*/
/*==============================================  css Reset ==============================================*/
* {
  direction: rtl;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none !important;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.9375rem;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: Vazir;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Vazir;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

b,
strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: Vazir;
  direction: rtl;
  position: relative;
  overflow-x: hidden;
  font-weight: normal;
  text-align: start;
  color: #003366;
}

[lang="en"] body {
  font-family: en-vazir;
}

input,
textarea,
button,
select, option {
  font-family: Vazir;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
}


[lang="en"] input,
[lang="en"] textarea,
[lang="en"] button,
[lang="en"] select, [lang="en"] option {
  font-family: en-vazir;
}

button, input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  color: black;
}

ul {
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
}

label {
  margin-bottom: 0;
}

i.niafam,
span.niafam {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "niafam" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'niafam' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.niafam-articles:before {
  content: "\e99a";
}

.niafam-care:before {
  content: "\e99b";
}

.niafam-clipboard:before {
  content: "\e99c";
}

.niafam-education2:before {
  content: "\e99d";
}

.niafam-enter:before {
  content: "\e99e";
}

.niafam-idea:before {
  content: "\e99f";
}

.niafam-jobs:before {
  content: "\e9a0";
}

.niafam-labs:before {
  content: "\e9a1";
}

.niafam-magazine:before {
  content: "\e9a2";
  color: #666;
}

.niafam-manage:before {
  content: "\e9a3";
}

.niafam-member:before {
  content: "\e9a4";
}

.niafam-statistics:before {
  content: "\e9a5";
}

.niafam-map-2:before {
  content: "\e999";
}

.niafam-bg-icon:before {
  content: "\ea0d";
}

.niafam-international:before {
  content: "\ea0f";
}

.niafam-touch:before {
  content: "\ea11";
}

.niafam-together:before {
  content: "\ea13";
}

.niafam-lifestyle:before {
  content: "\ea14";
}

.niafam-microscope:before {
  content: "\ea15";
}

.niafam-training:before {
  content: "\ea16";
}

.niafam-search-1:before {
  content: "\ea17";
  color: #666;
}

.niafam-sitemap1:before {
  content: "\ea18";
  color: #666;
}

.niafam-speech-bubble1:before {
  content: "\ea1c";
}

.niafam-work-1:before {
  content: "\ea1d";
}

.niafam-student:before {
  content: "\ea1e";
}

.niafam-team:before {
  content: "\ea1f";
}

.niafam-home-page:before {
  content: "\ea20";
}

.niafam-degree:before {
  content: "\e97d";
}

.niafam-clock-24:before {
  content: "\e97e";
}

.niafam-doctor-2:before {
  content: "\e97f";
}

.niafam-clock-turn:before {
  content: "\e980";
}

.niafam-list-pencil:before {
  content: "\e981";
}

.niafam-books:before {
  content: "\e982";
}

.niafam-files-2:before {
  content: "\e983";
}

.niafam-forms:before {
  content: "\e984";
}

.niafam-assist-2:before {
  content: "\e985";
}

.niafam-comment:before {
  content: "\e987";
}

.niafam-chart1:before {
  content: "\e989";
}

.niafam-question:before {
  content: "\e98a";
}

.niafam-visitor:before {
  content: "\e98c";
}

.niafam-education1:before {
  content: "\e98d";
}

.niafam-coffe:before {
  content: "\e98e";
}

.niafam-room:before {
  content: "\e98f";
}

.niafam-medical-book:before {
  content: "\e990";
}

.niafam-hexagons:before {
  content: "\e991";
}

.niafam-heart-umbrella:before {
  content: "\e992";
}

.niafam-medical-file:before {
  content: "\e993";
}

.niafam-calender-clock:before {
  content: "\e994";
}

.niafam-answer:before {
  content: "\e995";
}

.niafam-hospital-2:before {
  content: "\e996";
}

.niafam-doctor-3:before {
  content: "\e997";
}

.niafam-heart-plus:before {
  content: "\e998";
}

.niafam-fax2:before {
  content: "\e95f";
}

.niafam-mail1:before {
  content: "\e975";
}

.niafam-mail2:before {
  content: "\e97a";
}

.niafam-phone1:before {
  content: "\e97b";
}

.niafam-train2:before {
  content: "\e97c";
}

.niafam-train:before {
  content: "\e96f";
}

.niafam-hospital:before {
  content: "\e970";
}

.niafam-doctor:before {
  content: "\e972";
}

.niafam-sick:before {
  content: "\e974";
}

.niafam-assist:before {
  content: "\e921";
}

.niafam-education:before {
  content: "\e958";
}

.niafam-research:before {
  content: "\e959";
}

.niafam-global-assist:before {
  content: "\e95c";
}

.niafam-car:before {
  content: "\e969";
}

.niafam-bus:before {
  content: "\e96a";
}

.niafam-airplane:before {
  content: "\e96b";
}

.niafam-bus-stop:before {
  content: "\e96c";
}

.niafam-archive:before {
  content: "\e96d";
}

.niafam-down-arrow3:before {
  content: "\e96e";
}

.niafam-network:before {
  content: "\e973";
}

.niafam-visit-card:before {
  content: "\e900";
}

.niafam-more:before {
  content: "\e955";
}

.niafam-link:before {
  content: "\e954";
}

.niafam-bars:before {
  content: "\e94f";
}

.niafam-table:before {
  content: "\e950";
}

.niafam-pdf:before {
  content: "\e942";
}

.niafam-visit-card1:before {
  content: "\e957";
}

.niafam-news:before {
  content: "\e952";
}

.niafam-file-search:before {
  content: "\e953";
}

.niafam-filter_icon:before {
  content: "\e951";
}

.niafam-chat:before {
  content: "\e94e";
}

.niafam-user:before {
  content: "\e943";
}

.niafam-article:before {
  content: "\e944";
}

.niafam-book:before {
  content: "\e945";
}

.niafam-chart:before {
  content: "\e946";
}

.niafam-end:before {
  content: "\e947";
}

.niafam-net:before {
  content: "\e948";
}

.niafam-pencil:before {
  content: "\e949";
}

.niafam-phone:before {
  content: "\e94a";
}

.niafam-print:before {
  content: "\e94b";
}

.niafam-search1:before {
  content: "\e94c";
}

.niafam-user2:before {
  content: "\e94d";
}

.niafam-accessibility:before {
  content: "\e901";
}

.niafam-add:before {
  content: "\e905";
}

.niafam-aparat:before {
  content: "\e908";
}

.niafam-bale:before {
  content: "\e909";
}

.niafam-bisphon:before {
  content: "\e90a";
}

.niafam-brain:before {
  content: "\e90b";
}

.niafam-calendar:before {
  content: "\e90c";
}

.niafam-calendar-02:before {
  content: "\e90d";
}

.niafam-close:before {
  content: "\e90e";
}

.niafam-dna:before {
  content: "\e90f";
}

.niafam-down-arrow:before {
  content: "\e910";
}

.niafam-eita:before {
  content: "\e912";
}

.niafam-envelope:before {
  content: "\e913";
}

.niafam-envelope-02:before {
  content: "\e914";
}

.niafam-envelope-21:before {
  content: "\e915";
}

.niafam-facebook1:before {
  content: "\e916";
}

.niafam-fax:before {
  content: "\e917";
}

.niafam-fluctuation:before {
  content: "\e918";
}

.niafam-gap:before {
  content: "\e919";
}

.niafam-graduated-1:before {
  content: "\e91a";
}

.niafam-graduation-hat:before {
  content: "\e91b";
}

.niafam-instagram1:before {
  content: "\e91c";
}

.niafam-instagram-2:before {
  content: "\e91d";
}

.niafam-left-arrow:before {
  content: "\e91e";
}

.niafam-left-arrow-2:before {
  content: "\e91f";
}

.niafam-library:before {
  content: "\e920";
}

.niafam-linkedin11:before {
  content: "\e956";
}

.niafam-medal:before {
  content: "\e922";
}

.niafam-medical-team:before {
  content: "\e923";
}

.niafam-medical-team-2:before {
  content: "\e924";
}

.niafam-minus:before {
  content: "\e925";
}

.niafam-nurse:before {
  content: "\e926";
}

.niafam-phone-call:before {
  content: "\e927";
}

.niafam-photo-camera:before {
  content: "\e928";
}

.niafam-pin:before {
  content: "\e929";
}

.niafam-placeholder-2:before {
  content: "\e92a";
}

.niafam-play:before {
  content: "\e92b";
}

.niafam-play-button1:before {
  content: "\e92c";
}

.niafam-right-arrow:before {
  content: "\e92d";
}

.niafam-right-arrow-2:before {
  content: "\e92e";
}

.niafam-rubika1:before {
  content: "\e92f";
}

.niafam-search:before {
  content: "\e930";
}

.niafam-sitemap:before {
  content: "\e931";
}

.niafam-sitemap-2:before {
  content: "\e932";
}

.niafam-soroush:before {
  content: "\e933";
}

.niafam-stethoscope:before {
  content: "\e934";
}

.niafam-teacher-3:before {
  content: "\e935";
}

.niafam-telegram:before {
  content: "\e936";
}

.niafam-twitter:before {
  content: "\e937";
}

.niafam-universitatscampus:before {
  content: "\e938";
}

.niafam-up-arrow-2:before {
  content: "\e939";
}

.niafam-user-02:before {
  content: "\e93a";
}

.niafam-vaccine:before {
  content: "\e93b";
}

.niafam-video-camera:before {
  content: "\e93c";
}

.niafam-vitamins:before {
  content: "\e93d";
}

.niafam-whatsapp1:before {
  content: "\e93e";
}

.niafam-work-3:before {
  content: "\e93f";
}

.niafam-world-pride-day:before {
  content: "\e940";
}

.niafam-Group-56:before {
  content: "\e906";
  color: #8b8b8b;
}

.niafam-bell-fill-1:before {
  content: "\e941";
}

.niafam-Group-721:before {
  content: "\e902";
  color: #5b5b5b;
}

.niafam-share-fill-1:before {
  content: "\e903";
  color: #04729d;
}

.niafam-mic-fill-1:before {
  content: "\e904";
  color: #04729d;
}

.niafam-Vector1:before {
  content: "\e907";
}

.niafam-time:before {
  content: "\e911";
}

.niafam-calendar-2:before {
  content: "\e95a";
}

.niafam-mail:before {
  content: "\e95b";
}

.niafam-phone-call1:before {
  content: "\e95d";
}

.niafam-envelope-2:before {
  content: "\e95e";
}

.niafam-fax1:before {
  content: "\e960";
}

.niafam-pinterest:before {
  content: "\e961";
}

.niafam-instagram:before {
  content: "\e962";
}

.niafam-youtube:before {
  content: "\e963";
}

.niafam-pin1:before {
  content: "\e964";
}

.niafam-facebook:before {
  content: "\e965";
}

.niafam-like:before {
  content: "\e966";
}

.niafam-login:before {
  content: "\e967";
}

.niafam-mic:before {
  content: "\e968";
}

.niafam-user1:before {
  content: "\e971";
}

.niafam-Schedue:before {
  content: "\e976";
}

.niafam-share:before {
  content: "\e977";
}

.niafam-twitter1:before {
  content: "\e978";
}

.niafam-speech-bubble:before {
  content: "\e979";
}

.niafam-clock:before {
  content: "\e986";
}

.niafam-view:before {
  content: "\e988";
}

.niafam-linkedin:before {
  content: "\e98b";
}

.niafam-image-gallery:before {
  content: "\e9b3";
}

.niafam-minus2:before {
  content: "\e9b5";
}

.niafam-plus:before {
  content: "\e9b6";
}

.niafam-Icon-awesome-sitemap:before {
  content: "\e9c6";
}

.niafam-gears:before {
  content: "\e9d8";
}

.niafam-accessibility2:before {
  content: "\e9ea";
}

.niafam-Soroush-Logo-LimooGraphic:before {
  content: "\e9ec";
}

.niafam-play-button2:before {
  content: "\ea0b";
}

.niafam-rubika:before {
  content: "\ea0e";
}

.niafam-search2:before {
  content: "\ea10";
}

.niafam-sitemap-21:before {
  content: "\ea12";
}

.niafam-video-camera2:before {
  content: "\ea19";
}

.niafam-whatsapp:before {
  content: "\ea1a";
}

.niafam-youtube2:before {
  content: "\ea1b";
}

.niafam-home-1:before {
  content: "\ea26";
}

.niafam-login1:before {
  content: "\ea29";
}

.niafam-plus1:before {
  content: "\ea2c";
}

.niafam-rss1:before {
  content: "\ea2e";
}

.niafam-video-camera3:before {
  content: "\ea31";
}

:root {
  --primary-color: #000;
  --secondary-color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: vazir;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  text-align: right;
  font-size: 100%;
  color: var(--primary-color);
}

.wrapper {
  font-size: 100%;
}

.mm-searchfield input::-webkit-input-placeholder {
  color: var(--secondary-color);
}

.mm-searchfield input:-ms-input-placeholder {
  color: var(--secondary-color);
}

.mm-searchfield input::-ms-input-placeholder {
  color: var(--secondary-color);
}

.mm-searchfield input::placeholder {
  color: var(--secondary-color);
}

img {
  max-width: 100%;
  height: auto;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

img:not([src]) {
  visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.back-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: url("../img/cancel.png"), auto;
}

.back-shadow--open {
  right: 0;
}

#searchmodal {
  background: rgba(0, 0, 0, 0.36);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  z-index: 99999;
}

#searchmodal .modal-content {
  background-color: unset;
  border: none;
}

#searchmodal .close {
  opacity: 1;
  z-index: unset;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 4em;
  color: var(--secondary-color);
  background: 0 0;
  border: none;
}

#searchmodal .form-container {
  width: 50%;
  margin: 10% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#searchmodal .form-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#searchmodal .form-container form input {
  padding: 10px 10px;
  background: unset;
  width: 100%;
  max-width: 450px;
  color: var(--secondary-color);
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 1.5em;
}

#searchmodal .form-container form input::-webkit-input-placeholder {
  color: var(--secondary-color);
}

#searchmodal .form-container form input:-ms-input-placeholder {
  color: var(--secondary-color);
}

#searchmodal .form-container form input::-ms-input-placeholder {
  color: var(--secondary-color);
}

#searchmodal .form-container form input::placeholder {
  color: var(--secondary-color);
}

#searchmodal .form-container form input:focus {
  outline: 2px double #e9c676;
}

#searchmodal .form-container form span {
  margin-top: 0.7em;
  font-size: 1.1em;
  color: var(--secondary-color);
}

.back-shadow__transparet {
  opacity: 0;
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-shadow__transparet--open {
  right: 0;
}

.go-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 550;
  background: #1ebeb6;
}

.go-top i {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: bolder;
}

.go-top:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.go-top--show {
  opacity: 1;
  visibility: visible;
}

a span {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .sm {
    display: none !important;
  }
  .mburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mburger b {
    background-color: #1e1e1e;
    height: 3px;
    width: 25px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mburger b:not(:last-child) {
    margin-bottom: 5px;
  }
}

/*======================= [ mixed-in (sass) ] ============================*/
/*_ mixed-in for ( display=flex; flex=1;)_*/
/*_ mixed-in for ( display=flex;)_*/
/*_ mixed-in for ( display=flex; - up to down = center , right to left = center )_*/
/*_ mixed-in for ( display=flex; - up to down = center , right to left = space-between )_*/
/*_ mixed-in for ( transition effect )_*/
/*_ mixed-in for ( transition effect )_*/
/*============================ [ breakpoints for responsive in sass ] ==================================*/
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.color-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 98;
}

.color-back--open {
  width: 100%;
  cursor: url("../img/close.png"), auto;
}

.accessibility__btn {
  z-index: 700;
  width: 60px;
  height: 60px;
  border-radius: 0px 15px 15px 0px;
  background: #003366;
  position: fixed;
  left: 0px;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.accessibility__btn i {
  font-size: 2.2em;
}

.accessibility__btn:hover {
  color: white;
}

.accessibility__btn:hover .accessibility__tooltip {
  opacity: 1;
  visibility: visible;
}

.accessibility__tooltip {
  opacity: 0;
  visibility: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: white;
  background-color: #003366;
  border-radius: 5px;
  position: fixed;
  left: 65px;
  top: calc(50% - 17px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accessibility__tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -7px;
  border-right: 10px solid #003366;
}

.accessibility__filter-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
}

.accessibility__menu {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}

.accessibility__menu .text-custom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accessibility__menu .text-custom-info .item {
  -ms-flex-preferred-size: calc(50% - 7.5px);
  flex-basis: calc(50% - 7.5px);
}

.accessibility__menu .text-custom-info .item:first-child {
  margin-inline-end: 15px;
}

.accessibility__menu .text-custom-info .item input {
  width: 100%;
  margin-top: 5px;
}

.accessibility__menu .font-resize {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.accessibility__menu .font-resize a {
  height: 38px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-menu-wrap {
  padding: 15px 0;
}

.st-menu-wrap h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #434343;
  display: block;
  padding-bottom: 10px;
}

.p-radio > input[type="radio"] + .p-radio-style {
  float: right;
}

.p-radio > span:first-child {
  margin-inline-end: 0;
  margin-inline-start: 10px;
}

.st-menu-area {
  background: #1f2024;
  padding: 15px;
  margin-bottom: 2px;
}

.st-menu-area .st-menu-item {
  padding: 3px 0;
}

.st-menu-item .p-radio > span:first-child {
  color: #fff;
  font-size: 16px;
}

.st-menu-item .p-radio > span:first-child:hover {
  color: #ffb20e;
}

.st-menu-hr {
  background: #ff3486;
}

.alert .close span {
  display: block;
}

.font-resize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.font-resize > button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0;
  border: 1px solid #000;
  cursor: pointer;
}

.font-resize > button:hover {
  background: #ffb20e;
  color: #fff;
}

label.p-radio {
  display: block;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.alert > p {
  padding-inline-end: 0;
  text-align: justify;
  color: #fff;
}

.alert > h4 {
  text-shadow: 0 2px 0 #fff;
  color: #000;
}

.reset-colors {
  background: #ff9103;
  border-radius: 10px;
  padding: 0 5px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.reset-colors:hover {
  background: #444;
  color: #fff;
}

.alert .close {
  color: #fff;
  font-weight: 300;
  padding: 0 5px;
  font-size: 26px;
  text-shadow: 0 0 0 #fff;
}

.color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-box span {
  width: 80px;
  height: 80px;
  background: #000;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 1px black;
  box-shadow: 1px 1px 1px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
}

.color-box span:hover {
  border: 2px solid #ffb20e;
}

.color-box span i {
  height: 14px;
}

.color-box span {
  position: relative;
  cursor: pointer;
}

.color-box span::after,
.color-box span::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
}

.color-box span.website-color-1 {
  background: #16528e;
}

.color-box span.website-color-1::before {
  top: 0;
  background: #e54b4b;
}

.color-box span.website-color-1::after {
  bottom: 0;
  background: #0082c8;
}

.color-box span.website-color-2 {
  background: #ff7062;
}

.color-box span.website-color-2::before {
  top: 0;
  background: #a9e2ff;
}

.color-box span.website-color-2::after {
  bottom: 0;
  background: #32a2ad;
}

.color-box span.website-color-3 {
  background: #fff;
}

.color-box span.website-color-3::before {
  top: 0;
  background: #1f1f1f;
}

.color-box span.website-color-3::after {
  bottom: 0;
  background: #404042;
}

body.website-color-1 .header-menu {
  background: #16528e;
}

body.website-color-1 .box-area .content .portfolio-content h2 a:hover,
body.website-color-1 .list-news .content ul li a:hover,
body.website-color-1 .post-item .post-item-description > h2,
body.website-color-1 .post-item .post-item-description > h2 > a,
body.website-color-1 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
  color: #004e88;
}

body.website-color-1 .post-item .post-image .post-meta-category {
  background-color: #e54b4b;
}

body.website-color-1 #espritmenu ul li:hover,
body.website-color-1 .box-area .title.back-color h2,
body.website-color-1 .ms-tabs .ms-thumb-frame-selected {
  background: #e54b4b;
}

body.website-color-1 .box-area #espritmenu ul > li > a::before {
  border-top: 5px solid #e54b4b;
}

.svg-wrapper svg g > a:hover path,
body.website-color-1 .svg-wrapper svg a.selected path,
body.website-color-1 .svg-wrapper svg > a:hover path {
  border-top: 5px solid #e54b4b;
}

body.website-color-1 .box-area .title,
body.website-color-1 .box-area .title a.link-archive:hover {
  border-bottom: 1px solid #0082c8;
}

body.website-color-1 .bazresi-address-phone i,
body.website-color-1 .list-news .content ul li::before,
body.website-color-1 .portfolio-item .portfolio-zoom-icon i {
  color: #0082c8;
}

body.website-color-2 .header-menu {
  background: #ff7062;
}

body.website-color-2 .box-area .content .portfolio-content h2 a:hover,
body.website-color-2 .list-news .content ul li a:hover,
body.website-color-2 .post-item .post-item-description > h2,
body.website-color-2 .post-item .post-item-description > h2 > a,
body.website-color-2 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
  color: #ff7062;
}

body.website-color-2 .post-item .post-image .post-meta-category {
  background-color: #a9e2ff;
}

body.website-color-2 #espritmenu ul li:hover,
body.website-color-2 .box-area .title.back-color h2,
body.website-color-2 .ms-tabs .ms-thumb-frame-selected {
  background: #a9e2ff;
}

body.website-color-2 .box-area #espritmenu ul > li > a::before {
  border-top: 5px solid #a9e2ff;
}

.svg-wrapper svg g > a:hover path,
body.website-color-2 .svg-wrapper svg a.selected path,
body.website-color-2 .svg-wrapper svg > a:hover path {
  border-top: 5px solid #a9e2ff;
}

body.website-color-2 .box-area .title,
body.website-color-2 .box-area .title a.link-archive:hover {
  border-bottom: 1px solid #32a2ad;
}

body.website-color-2 .bazresi-address-phone i,
body.website-color-2 .list-news .content ul li::before,
body.website-color-2 .portfolio-item .portfolio-zoom-icon i {
  color: #32a2ad;
}

body.website-color-3 .st-content {
  background: #282828;
}

body.website-color-3 #header.header-sticky .header-inner {
  background-color: #505050 !important;
}

body.website-color-3 #header[data-transparent="true"].header-sticky.sticky-active .header-inner {
  background-image: none;
}

body.website-color-3 .sticky-active .logo-bazresi {
  background: 0 0;
}

body.website-color-3 .sticky-active .logo-bazresi a > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.website-color-3 .parallax-container {
  background: #39393b url("") !important;
}

body.website-color-3 #footer .footer-content {
  background: #1c1c1c url("") no-repeat center center;
}

body.website-color-3 #footer .copyright-content {
  background-color: #131313;
}

body.website-color-3 .header-menu {
  background-color: #1f1f1f;
}

body.website-color-3 #espritmenu > ul > li > a:hover {
  color: fff !important;
}

body.website-color-3 #espritmenu ul > li > a::before {
  border-top: 5px solid #fff;
}

body.website-color-3 .services-links {
  background: #404042;
}

body.website-color-3 .services-links a {
  color: #fff !important;
}

body.website-color-3 #header[data-transparent="true"].dark .header-inner {
  background-color: #505050;
  background-image: none;
}

body.website-color-3 .logo-bazresi {
  background: url(../img/header-center-logo-black.png) no-repeat center top;
}

body.website-color-3 #topbar {
  border-bottom: 3px solid #4f4f4f;
  margin-bottom: 0;
}

body.website-color-3 #header .header-inner #logo a > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.website-color-3 .box-area .content {
  background: #404042;
}

body.website-color-3 .news-slider .card {
  background: #404042;
}

body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h3,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h2,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h2 a,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description p {
  color: #fff;
}

body.website-color-3 .ms-tabs .ms-thumb-frame {
  background-color: #1c1c1c;
  color: #fff;
}

body.website-color-3 .ms-tabs.ms-has-thumb .ms-tab-context p {
  color: #fff;
}

body.website-color-3 .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  border-left-color: #1f1f1f;
}

body.website-color-3 .ms-tabs .ms-thumb-frame-selected {
  -webkit-box-shadow: 2px 0 0 #1f1f1f inset;
  box-shadow: 2px 0 0 #1f1f1f inset;
}

body.website-color-3 .post-item .post-item-wrap {
  background-color: #404042;
}

body.website-color-3 .ms-tabs .ms-thumb-frame {
  background-color: #1f1f1f;
  border: solid -1px #fff;
}

body.website-color-3 .box-area .title a.link-archive {
  color: #fff;
}

body.website-color-3 .box-area .title.back-full-color {
  background: #404042;
}

body.website-color-3 .box-area .title h2 {
  background: #404042;
  color: #fff;
}

body.website-color-3 .btn.btn-danger {
  background-color: #404042;
  border-color: #404042;
}

body.website-color-3 .other-links .item h3 a {
  color: #fff;
}

body.website-color-3 .box-area .content .portfolio-content h2 a,
body.website-color-3 .list-news .content ul li a,
body.website-color-3 .post-item .post-item-description > h2,
body.website-color-3 .post-item .post-item-description > h2 > a,
body.website-color-3 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
  color: #fff;
}

body.website-color-3 .post-item .post-image .post-meta-category {
  background-color: #000;
}

body.website-color-3 #espritmenu ul li:hover,
body.website-color-3 .box-area .title.back-color h2,
body.website-color-3 .ms-tabs .ms-thumb-frame-selected {
  background: #404042;
}

body.website-color-3 .box-area #espritmenu ul > li > a::before {
  border-top: 5px solid #000;
}

.svg-wrapper svg g > a:hover path,
body.website-color-3 .svg-wrapper svg a.selected path,
body.website-color-3 .svg-wrapper svg > a:hover path {
  border-top: 5px solid #000;
}

body.website-color-3 .box-area .title,
body.website-color-3 .box-area .title a.link-archive:hover {
  border-bottom: 1px solid #000;
}

body.website-color-3 .bazresi-address-phone i,
body.website-color-3 .list-news .content ul li::before,
body.website-color-3 .portfolio-item .portfolio-zoom-icon i {
  color: #fff;
}

body.website-color-3 {
  background: #fdbe2d;
}

body.website-color-3 {
  background: #e83b5d;
}

.st-container,
.st-content,
.st-pusher {
  height: 100%;
}

.st-content {
  background: #f9f9f9;
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
  overflow: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(40, 53, 70, 0.4);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #292e35;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
  display: none;
}

.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0) !important;
  transform: translate3d(300px, 0, 0) !important;
  cursor: url(../img/close.png), pointer;
}

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: fixed;
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #000;
  overflow: auto;
}

.st-effect-4.st-menu::after {
  display: none;
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-inline-end: 300px;
}

.modal-xlg {
  max-width: 1400px;
}

.modal {
  top: 50%;
}

.modal-content {
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.2);
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-open .modal {
  height: 100vh;
}

.modal-top-links .card-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 15px;
}

a.btn {
  min-width: 200px;
  width: auto;
  padding: 18px 0;
  /*! position:static; */
  /*! top:50%; */
  /*! left:50%; */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, 0);
  border-radius: 0;
  background: #f4f8fb;
  background-color: #f4f8fb;
}

.modal-top-links .card-deck {
  margin: 0 -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-top-links .card-deck .card {
  margin: 0 0 1rem;
}

.classes_list .button-item {
  display: block;
  padding: 0.75em;
  margin: 0 0 5px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  text-decoration: none;
  border-bottom: none !important;
  font-size: 16px;
  background: #f4f8fb;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.classes_list .button-item:hover {
  color: white;
  background-color: #003366;
}

.classes_list .button-item.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #003366;
}

body.zones {
  -webkit-box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
}

body.zones:hover {
  -webkit-box-shadow: inset 0 0 0 1px purple !important;
  box-shadow: inset 0 0 0 1px purple !important;
}

body.zones * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
}

body.zones :hover {
  -webkit-box-shadow: inset 0 0 0 1px red !important;
  box-shadow: inset 0 0 0 1px red !important;
}

body.zones * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
}

body.zones * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px #00f !important;
  box-shadow: inset 0 0 0 1px #00f !important;
}

body.zones * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
}

body.zones * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px green !important;
  box-shadow: inset 0 0 0 1px green !important;
}

body.zones * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
}

body.zones * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px purple !important;
  box-shadow: inset 0 0 0 1px purple !important;
}

body.zones * + * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
}

body.zones * + * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px red !important;
  box-shadow: inset 0 0 0 1px red !important;
}

body.zones * + * + * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
}

body.zones * + * + * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px #00f !important;
  box-shadow: inset 0 0 0 1px #00f !important;
}

body.zones * + * + * + * + * + * + * {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
}

body.zones * + * + * + * + * + * + :hover {
  -webkit-box-shadow: inset 0 0 0 1px green !important;
  box-shadow: inset 0 0 0 1px green !important;
}

body.grayscale,
body.zones.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrapper.colorblind1,
body.zones.colorblind1 {
  -webkit-filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
  filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind1,
body.zones.colorblind1 {
  filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
}

.wrapper.colorblind2,
body.zones.colorblind2 {
  -webkit-filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind2,
body.zones.colorblind2 {
  filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
}

.wrapper.colorblind3,
body.zones.colorblind3 {
  -webkit-filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
  filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind3,
body.zones.colorblind3 {
  filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
}

.wrapper.colorblind4,
body.zones.colorblind4 {
  -webkit-filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind4,
body.zones.colorblind4 {
  filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
}

.wrapper.colorblind5,
body.zones.colorblind5 {
  -webkit-filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
  filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind5,
body.zones.colorblind5 {
  filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
}

.wrapper.colorblind6,
body.zones.colorblind6 {
  -webkit-filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind6,
body.zones.colorblind6 {
  filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
}

.wrapper.colorblind7,
body.zones.colorblind7 {
  -webkit-filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
  filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
body.colorblind7,
body.zones.colorblind7 {
  filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
}

.wrapper.colorblind8,
body.zones.colorblind8 {
  -webkit-filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
  filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind8,
body.zones.colorblind8 {
  filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
}

.st-menu .btn-group a.btn {
  min-width: auto !important;
  left: 0;
  top: 0;
  font-size: 1.2em;
  margin: 0 !important;
}

.st-menu .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-info-wrap .news-tools li.font-resize a.btn {
  min-width: auto;
  left: 0;
  top: 0;
  padding: 6px 12px 3px;
  margin: 0 !important;
  font-size: 16px;
}

.ostan-menu {
  background-color: #00bbda;
  height: 30px;
}

.ostan-menu ul li {
  list-style: none;
  float: right;
  border-left: 1px solid #009bb5;
}

.ostan-menu a {
  color: #004e88 !important;
}

.ostan-menu ul li a {
  display: block;
  line-height: 22px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}

.ostan-menu ul li::before {
  /*! content: ''; */
  /*! position: absolute; */
  /*! left: 0px; */
  /*! top: 50%; */
  /*! width: 0px; */
  /*! height: 30px; */
  /*! background: #00365e; */
  /*! transform: translateY(-50%); */
}

.ostan-menu ul li a:hover {
  color: #fff !important;
}

.ostan-menu ul li:last-child {
  border-left: 0;
}

.search-form .form-control {
  color: #fff;
}

.es-search-result strong {
  background-color: #47b0de;
  padding: 1px;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

#miz-main-menu {
  clear: both;
}

@media (min-width: 768px) {
  #miz-main-menu {
    float: right;
    clear: none;
  }
}

.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon,
.main-menu-btn-icon:after,
.main-menu-btn-icon:before {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: 0 0;
}

#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);
}

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked) ~ #miz-main-menu {
  display: none;
}

#main-menu-state:checked ~ #miz-main-menu {
  display: block;
}

@media (min-width: 768px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  #main-menu-state:not(:checked) ~ #miz-main-menu {
    display: block;
  }
}

[class*="mm-menu_fx-listitems-"] .mainmenu-mobile .mm-listitem:last-child {
  background: #fbbc05;
  color: #000;
}

.alert-browser-check {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 21px;
  padding: 20px 30px 20px 30px;
}

.alert-browser-check .close {
  color: #fff;
  left: auto;
  right: 0;
  opacity: 1;
}

.journals .es-post-dis .es-book-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#st-trigger-effects button {
  position: fixed;
  top: 240px;
  left: 0;
  z-index: 99;
  background: 0 0;
  border: 0 solid;
  background: #ff9f0b;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  line-height: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  cursor: pointer;
}

#st-trigger-effects button:hover {
  padding: 10px 15px;
  background: #ff9b00;
}

#st-trigger-effects button i {
  font-size: 2em;
}

#menu-1 {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  left: -100%;
}

.menu-1--open {
  visibility: visible;
  left: 0 !important;
  z-index: 99 !important;
  top: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.color-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 98;
}

.color-back--open {
  width: 100%;
  cursor: url("../img/close.png"), auto;
}

.text-customize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.text-customize button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0;
  padding: 7px 0;
  background-color: #f4f8fb;
  font-size: 1em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-customize button:hover {
  background-color: #003366;
  color: white;
}

.text-customize button[disabled] {
  opacity: 0.6;
}

.text-customize button:not(:last-child) {
  border-left: 0.5px solid #d4d4d4;
}

.text-custom-info {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.st-menu {
  overflow-y: auto;
}

.filter-holder {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rvfs-decrease,
.rvfs-increase {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rvfs-decrease:hover,
.rvfs-increase:hover {
  background-color: #003366;
  color: white;
}

.alert-info {
  color: #000;
  background-color: #003366;
  border-color: #e7e7e7;
  font-size: 1em;
  padding-top: 24px;
  position: relative;
}

.alert-info button {
  position: absolute;
  right: 5px;
  top: 5px;
}
.bgcolorbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
  overflow: hidden;
  border-radius: 5px;
}

.bgcolorbtndef {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  height: 35px;
  border: none;
}

.bgcolorbtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
}

.menu-1--open + .accessibility a {
  -webkit-transform: translateX(-250px) translateY(-50%);
          transform: translateX(-250px) translateY(-50%);
}

@media (max-width: 1369.98px) and (min-width: 1200px) {
  .accessibility__btn {
    width: 45px;
    height: 45px;
    font-size: 0.7em;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .accessibility__btn {
    width: 45px;
    height: 45px;
    font-size: 0.7em;
  }
}

@media (max-width: 991.98px) {
  .accessibility__btn {
    width: 45px;
    height: 45px;
    font-size: 0.7em;
  }
}

/*===================== [  BOOTSTRAP styles for accessibility ] =================================*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

/*===================== [ define Classes ] =================================*/
.d-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*===================== [ Start coding] =================================*/
/*need for slick slider*/
.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  min-width: 100%;
}

* {
  min-height: 0;
  min-width: 0;
}

.slick-slide {
  height: auto;
  width: 100%;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-track, .slick-list, .slick-slider, .slick-slide {
  width: 100%;
  height: 100%;
}

.slick-slider-dots {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  top: 60px;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}

@media (max-width: 768px) {
  .slick-slider-dots {
    top: 325px;
  }
}

@media (max-width: 576px) {
  .slick-slider-dots {
    top: 280px;
  }
}

.slick-slider-dots .slick-dots {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slick-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 0 0 5px;
  padding: 0;
  cursor: pointer;
  z-index: 4;
  background-color: #CCCCCC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.slick-slider-dots .slick-dots li button {
  display: inline-block;
  height: 7px;
  width: 7px;
}

.slick-slider-dots .slick-dots li button:before {
  /* content: "•"; */
  content: '';
  height: 7px;
  width: 7px;
}

.slick-slider-dots .slick-dots li.slick-active {
  background-color: #FF8E00;
  width: 30px;
  border-radius: 10px;
}

/**** Slick > dots ****/
.slick-dots {
  position: absolute;
  bottom: -7px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-slider ul.slick-dots li {
  position: relative;
  height: 7px;
  width: 7px;
  cursor: pointer;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
}

.slick-dots li button {
  height: 7px;
  width: 7px;
  padding: 0;
  background-color: transparent;
}

.slick-dots li button:before {
  display: none;
}

.slick-slider ul.slick-dots li:after {
  display: none;
}

.slick-slider ul.slick-dots li.slick-active {
  height: 7px;
  width: 30px;
  border-radius: 5px;
  background: #FF8E00;
}

/*===================== [ main ] =================================*/
/*=== [ head-section ] ===*/
.head-section {
  color: #222222;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.head-section h4 {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.25em;
}

@media (max-width: 1400px) {
  .head-section h4 {
    font-size: 1.125em;
  }
}

@media (max-width: 1290px) {
  .head-section h4 {
    font-size: 1em;
  }
}

.head-section h4::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  height: 7px;
  width: 60px;
  background-color: #FF8E00;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .head-section {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .head-section .head-section_left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}

@media (max-width: 992px) {
  .head-section__filter .head-section_left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
}

.head-section__filter .head-section_right {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .head-section__filter .head-section_right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section__more {
  color: #FF5003;
  font-size: 1.25em;
  font-weight: 500;
  z-index: 2;
}

@media (max-width: 1290px) {
  .section__more {
    font-size: 1em;
  }
}

@media (max-width: 420px) {
  .section__more {
    font-size: .875em;
  }
}

.section__more i {
  margin-inline-end: 10px;
  font-size: 1.25em;
}

.section__more:hover {
  text-shadow: 0 0 1px rgba(255, 80, 3, 0.8);
  color: #FF5003;
}

.arrow-slide {
  margin-inline-start: 30px;
  z-index: 2;
}

@media (max-width: 768px) {
  .arrow-slide {
    margin-top: 10px;
    margin-inline-start: 0;
  }
}

.arrow-slide span {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-slide span:first-child {
  margin-inline-end: 15px;
}

.arrow-slide span:hover {
  color: #FF5003;
}

.arrow-slide i {
  font-size: 1.25em;
}

@media (max-width: 420px) {
  .arrow-slide i {
    font-size: .875em;
  }
}

.head-section__2 {
  position: relative;
  color: #222222;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-section__2 p {
  font-size: 1.5em;
  padding: 0 220px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1290px) {
  .head-section__2 p {
    padding: 0;
    font-size: 1em;
  }
}

.head-section__2::after {
  content: "";
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 0;
  height: 7px;
  width: 60px;
  background-color: #FF8E00;
  border-radius: 10px;
}

.filter {
  margin-top: 0;
  margin-inline-start: 90px;
  margin-bottom: 0;
  margin-inline-end: 0;
}

.filter ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter ul li {
  background-color: #FF8E00;
  color: #222222;
  border-radius: 5px;
  margin-inline-end: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 5px 15px;
  font-weight: 500;
  position: relative;
}
.event__parent .filter ul li{
	  background-color: var(--bg-link);
}
.filter ul li:last-child {
  margin-inline-end: 0;
}

.filter ul li::after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FF8E00;
  position: absolute;
  inset-inline-start: 15px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.filter ul li.filter__active, .filter ul li:hover {
  background-color: #666666;
  color: white;
}

.filter ul li.filter__active a, .filter ul li:hover a {
  color: white;
}
.event__parent .filter ul li.filter__active, .event__parent .filter ul li:hover {
    background-color: var(--hover-bg);
    color: var(--text-hover);
}
.event__parent .filter ul li.filter__active a, .event__parent .filter ul li:hover a {
      color: var(--text-hover);
}
.filter ul li.filter__active::after, .filter ul li:hover::after {
  opacity: 1;
  border-top: 10px solid #666666;
  bottom: -9px;
}

@media (max-width: 768px) {
  .filter ul li {
    margin: 5px 0 5px 5px;
    padding: 5px 10px;
    font-size: .875em;
  }
  .filter ul li:last-child {
    margin-inline-end: 0;
  }
}

@media (max-width: 992px) {
  .filter {
    margin: 5px 0 0 0;
  }
}

/*=== [ news "section"] ===*/
.news__slider {
  width: calc(100% + 60px);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.news__slider .slick-slide {
  padding: 0 30px;
}

.news {
  margin: 60px 0;
}

@media (max-width: 768px) {
  .news {
    margin: 40px 0;
  }
}

.news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 210px 210px;
      grid-template-rows: 210px 210px;
  gap: 30px;
      grid-template-areas: "item1 item1 item1  item2 item2"
 "item1 item1 item1  item3 item3";
}

@media (max-width: 768px) {
  .news__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "item1 item1"
 "item2 item3";
    gap: 15px;
    -ms-grid-rows: 400px 200px;
        grid-template-rows: 400px 200px;
  }
}

@media (max-width: 576px) {
  .news__grid {
    -ms-grid-rows: 300px 150px;
        grid-template-rows: 300px 150px;
  }
}

@media (max-width: 489px) {
  .news__grid {
    -ms-grid-rows: 250px 150px;
        grid-template-rows: 250px 150px;
  }
}

@media (max-width: 420px) {
  .news__grid {
    -ms-grid-rows: 220px 120px;
        grid-template-rows: 220px 120px;
  }
}

.news__grid .item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item1;
}

.news__grid .item2 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: item2;
  font-size: 1.0625em;
}

.news__grid .item3 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: item3;
  font-size: 1.0625em;
}

@media (max-width: 1800px) {
  .news__grid .item2 {
    font-size: .875em;
  }
  .news__grid .item3 {
    font-size: .875em;
  }
}

.news__box {
  overflow: hidden;
  border-radius: 15px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* NEW - Chrome */
  display: -webkit-inline-box;
  /* dont delet ! this is important for safari */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-inline-flexbox;
  /* TWEENER - IE 10 */
  display: inline-flex;
  width: 100%;
}

.news__box figure {
  background: #FFA330;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news__box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-transition: .7s;
  transition: .7s;
}

.news__box figure .text-news {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#222222));
  background: linear-gradient(to bottom, transparent, #222222);
  top: 0;
  right: 0;
  color: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .news__box figure .text-news {
    padding: 15px;
  }
}

.news__box figure .text-news h4 {
  font-size: 1.125em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 992px) {
  .news__box figure .text-news h4 {
    font-size: .875em;
    -webkit-line-clamp: 2;
  }
}

.news__box:hover figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=== [ date ] ===*/
.date {
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date i {
  margin-inline-end: 10px;
  font-size: 1.125em;
}

@media (max-width: 1290px) {
  .date i {
    font-size: 1em;
  }
}

.date span {
  font-size: 0.75em;
  font-weight: 500;
}

/*=== [ service "section"] ===*/
/*=== [ blog "section"] ===*/
/*=== [ blog "section"] ===*/
.blog__parent {
  margin: 60px 0;
}

@media (max-width: 1200px) {
  .blog__parent {
    margin: 40px 0;
  }
}

.blog__box {
  margin: 0 15px;
  position: relative;
  height: auto;
}

@media (max-width: 1400px) {
  .blog__box {
    margin: 0 7.5px;
  }
}

@media (max-width: 768px) {
  .blog__box {
    margin: 0 8px;
  }
}

.blog__box figure {
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .blog__box figure {
    height: 160px;
  }
}

@media (max-width: 1200px) {
  .blog__box figure {
    height: 150px;
  }
}

@media (max-width: 992px) {
  .blog__box figure {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .blog__box figure {
    height: 160px;
  }
}

@media (max-width: 576px) {
  .blog__box figure {
    height: 155px;
  }
}

@media (max-width: 489px) {
  .blog__box figure {
    height: 130px;
  }
}

@media (max-width: 420px) {
  .blog__box figure {
    height: 170px;
  }
}

@media (max-width: 330px) {
  .blog__box figure {
    height: 150px;
  }
}

.blog__box img, .blog__box video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.blog__box:hover .blog__text p {
  color: #FF8E00;
}

.blog__box:hover img, .blog__box:hover video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog__text {
  padding: 15px 0 0 0;
  text-align: start;
}

@media (max-width: 992px) {
  .blog__text {
    padding: 5px 0 0 0;
  }
}

.blog__text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
  color: #222222;
}

@media (max-width: 1200px) {
  .blog__text p {
    font-size: .875rem;
  }
}

.blog__text .date {
  color: #666;
  margin-top: 10px;
  position: relative;
}

.blog__text .date i {
  font-size: 15px;
}

@media (max-width: 576px) {
  .blog__text .date i {
    font-size: 12px;
    margin-inline-end: 5px;
  }
}

@media (max-width: 576px) {
  .blog__text .date span {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .blog__text .date {
    margin-top: 5px;
  }
}

.search__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 12;
}

@media (max-width: 489px) {
  .search__modal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 70px;
  }
}

.search__modal-content {
  width: 60%;
  padding: 30px 30px 60px 30px;
  border-radius: 30px;
  background-color: white;
  max-height: 90%;
  overflow-y: auto;
}

@media (max-width: 1290px) {
  .search__modal-content {
    width: 90%;
  }
}

@media (max-width: 489px) {
  .search__modal-content {
    padding: 30px 15px;
  }
}

@media (max-width: 489px) {
  .search__modal-content .road-head {
    font-size: .875em;
  }
}

@media (max-width: 420px) {
  .search__modal-content .road-head {
    font-size: .75em;
  }
}

.search__modal-bot {
  margin-top: 30px;
}

@media (max-width: 489px) {
  .search__modal-bot {
    margin-top: 15px;
  }
}

.search__modal-bot input[type=text] {
  width: calc(100% - 80px);
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 0 10px;
  margin-inline-end: 5px;
}

.search__modal-bot input[type=text]:hover, .search__modal-bot input[type=text]:focus {
  border: 1px solid #FF8E00;
}

@media (max-width: 489px) {
  .search__modal-bot input[type=text] {
    font-size: .875em;
    width: calc(100% - 70px);
  }
}

@media (max-width: 420px) {
  .search__modal-bot input[type=text] {
    height: 40px;
  }
}

.search__modal-bot input[type=submit] {
  width: 70px;
  height: 50px;
  border-radius: 10px;
  background-color: #FF8E00;
  border: none;
  color: white;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 489px) {
  .search__modal-bot input[type=submit] {
    font-size: .875em;
    width: 60px;
  }
}

@media (max-width: 420px) {
  .search__modal-bot input[type=submit] {
    height: 40px;
  }
}

.footer {
  background-color: #ECF2FA;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}

.footer .footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 5fr;
      grid-template-columns: 2fr 5fr;
  gap: 30px;
}

@media (max-width: 1290px) {
  .footer .footer__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer .footer__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__item .footer__head {
  color: #000;
  margin-bottom: 30px;
  text-align: start;
}

.footer .footer__item .footer__head h4 {
  position: relative;
  padding-inline-start: 30px;
  font-size: 1.125em;
}

.footer .footer__item .footer__head h4::before {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  content: '';
  background-color: #FF8E00;
  height: 15px;
  width: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.footer .footer__list {
  height: 100%;
  text-align: start;
}

.footer .footer__list li {
  margin-bottom: 10px;
}

.footer .footer__list li a {
  color: #666666;
}

.footer .footer__list li a:hover {
  text-shadow: 0 0 1px #666666;
}

.footer .footer__list li a i {
  font-size: 10px;
  color: #FF8E00;
}

.footer .footer__social {
  color: #666666;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.375em;
}

.footer .footer__social li {
  margin-inline-end: 7px;
}

.footer .footer__social li a:hover {
  color: #FF8E00;
}

.footer-item__content .content__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 768px) {
  .footer-item__content .content__top {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-item__content .content__top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer-item__content .content__bottom {
  margin-top: 60px;
}

@media (max-width: 576px) {
  .footer-item__content .content__bottom {
    margin-top: 30px;
  }
}

.footer-item__content .content__bottom ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
  text-align: start;
}

@media (max-width: 1290px) {
  .footer-item__content .content__bottom ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1290px) {
  .footer-item__content .content__bottom ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 576px) {
  .footer-item__content .content__bottom ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: .875em;
  }
}

.footer-item__logo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-item__logo .footer__item {
  height: 100%;
}

.footer-item__logo .logo {
  max-width: 180px;
}

.footer__address {
  margin-top: 30px;
}

@media (max-width: 1290px) {
  .footer__address {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex;
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .footer__address {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.footer__address ul li {
  margin-bottom: 10px;
}

.footer__address ul .foot__icon {
  border: 1px solid #27357E;
  color: #27357E;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* NEW - Chrome */
  display: -webkit-inline-box;
  /* dont delet ! this is important for safari */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-inline-flexbox;
  /* TWEENER - IE 10 */
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__address ul .address__subject {
  color: #27357E;
  margin-inline-start: 15px;
  margin-inline-end: 5px;
}

.footer__address ul .address__value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: start;
}

.footer__address .map {
  border-radius: 30px;
  margin-top: 30px;
  max-height: 200px;
  width: 100%;
}

@media (max-width: 1290px) {
  .footer__address .map {
    width: 65%;
  }
}

@media (max-width: 576px) {
  .footer__address .map {
    width: 100%;
  }
}

.footer__bottom {
  background-color: #D4E4FA;
  padding: 20px 0;
  text-align: start;
}

@media (max-width: 768px) {
  .footer__bottom .copyright p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: .75em;
  }
}

@media (max-width: 576px) {
  .footer__bottom .copyright {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .footer__bottom a {
    font-weight: 400;
    font-size: .75em;
  }
}

.footer__bottom a:hover {
  text-shadow: 0 0 1px #000;
}

/*============================================ [ patients ] ===============================================*/
/*=== [ page__map ] ===*/
.page__map {
  background-color: #EDEDED;
  padding: 15px 0;
}

.page__map ul {
  color: #222222;
  font-weight: 400;
}

.page__map ul li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .875em;
  text-align: right;
}

.page__map ul li::before {
  content: '\e91f';
  font-family: 'niafam' !important;
  margin: 0 10px;
}

.page__map ul li:first-child::before {
  display: none;
}

.page__map ul li:last-child a {
  color: #003366;
  text-shadow: 0 0 1px rgba(0, 51, 102, 0.5);
}

.page__map ul li a:hover {
  color: #003366;
  text-shadow: 0 0 1px rgba(0, 51, 102, 0.5);
}

/*============================================== [ college ] ===================================================*/
/*=== [ headtop__style2 ] ===*/
.date__today {
  color: #666666;
  font-size: 0.75em;
  margin-inline-end: 50px;
}

.date__today span {
  margin-top: 5px;
  display: inline-block;
}

.headtop__style2 {
  position: relative;
}

.lang2 {
  background-color: #FF8E00;
  color: white;
  border-radius: 0 0 5px 5px;
  width: 36px;
  margin-inline-start: 10px;
  padding: 5px 0;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}

.lang2 .hide {
  display: none;
}

.lang2 a:hover {
  color: black;
}

.logo2 {
  margin-inline-end: 30px;
}

/*=== [ headmid__style2 ] ===*/
.headmid__style2, .headmid__style3 {
  margin-top: 8px;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 1290px) {
  .headmid__style2, .headmid__style3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.headmid__center {
  width: 100%;
  margin-inline-end: 60px;
}

@media (max-width: 1290px) {
  .headmid__center {
    margin-inline-end: 0;
  }
}

.headmid__center .headmid__top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.headmid__center .headmid__top li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 163, 48, 0.15);
  border-radius: 5px;
  padding: 8px 10px;
  margin-inline-end: 10px;
  color: #003366;
  font-weight: 500;
}

@media (max-width: 1290px) {
  .headmid__center .headmid__top li a {
    margin-top: 10px;
  }
}

.headmid__center .headmid__top li a i, .headmid__center .headmid__top li a .niafam {
  font-size: 25px;
  margin-inline-end: 8px;
}

.headmid__center .headmid__top li a:hover {
  background-color: #FFE7DC;
  color: #FF5003;
}

.headmid__center .headmid__top li:first-child i, .headmid__center .headmid__top li:first-child .niafam {
  margin-inline-end: 0;
}

.headmid__center .headmid__top li.active__page a {
  background-color: #FFE7DC;
  color: #FF5003;
}

.headmid__center .headmid__down {
  padding-top: 15px;
}

.headmid__center .sm-simple > li > a {
  font-weight: 500;
}

.headmid__social {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 1290px) {
  .headmid__social {
    position: absolute;
    inset-inline-end: 0;
    bottom: 20px;
  }
}

.headmid__social ul {
  padding-top: 30px;
}

.headmid__social ul li {
  margin-inline-start: 7px;
}

.headmid__social ul li a {
  color: #666666;
  font-size: 20px;
}

.headmid__social ul li a:hover {
  color: #FF8E00;
}

.headmid__social ul li:first-child {
  margin-inline-start: 0;
}

.headmid__style3 .headmid__center {
  position: relative;
}

.headmid__style3 .headmid__center .headmid__top li a {
  background-color: transparent;
  border-radius: 15px;
  font-weight: normal;
}

.headmid__style3 .headmid__center .headmid__top li a i, .headmid__style3 .headmid__center .headmid__top li a .niafam {
  font-size: 25px;
  margin-inline-end: 8px;
}

.headmid__style3 .headmid__center .headmid__top li:first-child i, .headmid__style3 .headmid__center .headmid__top li:first-child .niafam {
  margin-inline-end: 8px;
}

.headmid__style3 .headmid__center .headmid__top li:nth-child(1) a {
  background-color: #FFD23F;
  color: black;
  -webkit-box-shadow: 0 10px 40px rgba(255, 210, 63, 0.3);
          box-shadow: 0 10px 40px rgba(255, 210, 63, 0.3);
}

.headmid__style3 .headmid__center .headmid__top li:nth-child(1) a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(255, 210, 63, 0.3);
          box-shadow: 0 10px 30px rgba(255, 210, 63, 0.3);
}

.headmid__style3 .headmid__center .headmid__top li:nth-child(2) a {
  background-color: #003366;
  color: white;
  -webkit-box-shadow: 0 10px 40px rgba(0, 51, 102, 0.3);
          box-shadow: 0 10px 40px rgba(0, 51, 102, 0.3);
}

.headmid__style3 .headmid__center .headmid__top li:nth-child(2) a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 51, 102, 0.3);
          box-shadow: 0 10px 30px rgba(0, 51, 102, 0.3);
}

.headmid__style3 .headmid__center .headmid__top li:nth-child(3) a {
  background-color: #FF8E00;
  -webkit-box-shadow: 0 10px 40px rgba(255, 142, 0, 0.3);
          box-shadow: 0 10px 40px rgba(255, 142, 0, 0.3);
  color: white;
}

.headmid__style3 .headmid__center .headmid__top li:nth-child(3) a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(255, 142, 0, 0.3);
          box-shadow: 0 10px 30px rgba(255, 142, 0, 0.3);
}

@media (max-width: 1400px) {
  .headmid__style3 .headmid__center .headmid__top {
    padding-inline-end: 30px;
  }
}

@media (max-width: 768px) {
  .headmid__style3 .headmid__center .headmid__top {
    overflow-x: scroll;
    padding-inline-end: 0;
 /*   display: block ruby !important;*/
   display:flex;
    min-width: 400px;
    padding-inline-start: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    /*This would hide the scroll bar of the right. To be sure we hide the scrollbar on every browser, increase this value*/
  }
}

.headmid__style3 .headmid__center .headmid__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headmid__style3 .headmid__center .headmid__down .search__single {
  color: #666666;
  font-size: 26px;
}

@media (max-width: 1400px) {
  .headmid__style3 .headmid__center .headmid__down .search__single {
    position: absolute;
    inset-inline-end: 0;
    top: 10px;
  }
}

@media (max-width: 768px) {
  .headmid__style3 .headmid__center .headmid__down .search__single {
    top: -40px;
  }
}

.headmid__style3 .headmid__social {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 768px) {
  .headmid__style3 .headmid__social {
    bottom: 30px;
  }
}

.headmid__style3 .headmid__social ul {
  padding-top: 0;
}

.headmid__style3 .headmid__social ul li a {
  color: #ACACAC;
}

.headmid__style3 .headmid__social ul li a:hover {
  color: #FF8E00;
}

.hold-text__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.headbg-slider__3 {
  position: relative;
  width: 100%;
}

.headbg-slider__3 .img-slider__3 {
  height: 600px;
  width: 100%;
}

@media (max-width: 992px) {
  .headbg-slider__3 .img-slider__3 {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .headbg-slider__3 .img-slider__3 {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .headbg-slider__3 .img-slider__3 {
    height: 300px;
  }
}

.headbg-slider__3 .img-slider__3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headbg-slider__3 .text-slider__3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 1290px) {
  .headbg-slider__3 .text-slider__3 {
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }
}

.headbg-slider__3 .text-slider__3 .arrow-slide {
  padding-inline-start: 30px;
  margin-top: -25px;
}

@media (max-width: 576px) {
  .headbg-slider__3 .text-slider__3 .arrow-slide {
    margin-top: -15px;
  }
}

.headbg-slider__3 .text-slider__3 .arrow-slide i, .headbg-slider__3 .text-slider__3 .arrow-slide span {
  background-color: #FF5003;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

@media (max-width: 576px) {
  .headbg-slider__3 .text-slider__3 .arrow-slide i, .headbg-slider__3 .text-slider__3 .arrow-slide span {
    height: 30px;
    width: 30px;
  }
}

.headbg-slider__3 .text-slider__3 .arrow-slide span:first-child {
  margin-inline-end: 10px;
}

.headbg-slider__3 .text__slider-box {
  width: 620px;
  position: relative;
}

@media (max-width: 992px) {
  .headbg-slider__3 .text__slider-box {
    width: 100%;
  }
}

.headbg-slider__3 .text-hold {
  width: 620px;
  height: 332px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 51, 102, 0.3)), to(rgba(39, 53, 126, 0.9)));
  background-image: linear-gradient(to top, rgba(0, 51, 102, 0.3), rgba(39, 53, 126, 0.9));
  padding: 30px;
}

@media (max-width: 992px) {
  .headbg-slider__3 .text-hold {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .headbg-slider__3 .text-hold {
    height: 250px;
  }
}

@media (max-width: 420px) {
  .headbg-slider__3 .text-hold {
    height: 200px;
  }
}

.headbg-slider__3 .text-hold h3, .headbg-slider__3 .text-hold p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: white;
}

.headbg-slider__3 .text-hold h3 {
  font-size: 2em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .headbg-slider__3 .text-hold h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 576px) {
  .headbg-slider__3 .text-hold h3 {
    font-size: 1.25em;
  }
}

.headbg-slider__3 .text-hold p {
  font-size: 1.25;
}

@media (max-width: 576px) {
  .headbg-slider__3 .text-hold p {
    font-size: 1em;
    -webkit-line-clamp: 2;
  }
}

.headbg-slider__3 .slider-nav__3 .slick-dots {
  bottom: 30px;
  inset-inline-end: 40px;
  width: auto;
}

@media (max-width: 576px) {
  .headbg-slider__3 .slider-nav__3 .slick-dots {
    bottom: 15px;
    left: 30px;
  }
}

.icon-home-page {
  font-size: 24px;
  color: #FF5003;
  margin-inline-end: 15px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.icon-home-page:hover {
  color: #FF5003;
}

/*=== [ activity__links ] ===*/
.activity__links .slick-track {
  padding-bottom: 30px;
}

.activity__links {
  background: url(../img/bg-section2.png) no-repeat top center/cover;
  padding: 60px 0;
}

.activity__links .slick-prev, .activity__links .slick-next {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activity__links .slick-prev:hover, .activity__links .slick-next:hover {
  background-color: #FF8E00;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

.activity__links .slick-prev:hover::before, .activity__links .slick-next:hover::before {
  color: white;
}

[dir="rtl"] .activity__links .slick-prev {
  right: -5px;
}

[dir="rtl"] .activity__links .slick-next {
  left: -5px;
}

.activity__links .slick-prev::before {
  content: "\e92e";
  font-family: niafam;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 10px;
  color: #002347;
}

.activity__links .slick-next::before {
  content: "\e91f";
  font-family: niafam;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 10px;
  color: #002347;
}

.activity__links .slick-list {
  padding: 30px 0;
}

.activity__links .slick-track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activity__links2 .activity__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.activity__icon {
  height: 90px;
  width: 90px;
  border-radius: 20px;
  background-color: white;
  color: #003366;
  font-size: 45px;
}

.activity__icon img {
  height: 45px;
  width: 45px;
}

.activity__text {
  color: white;
  font-size: 1em;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activity__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  width: calc(100% + 60px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  padding: 0 30px;
}

.activity__box {
  background-color: #003366;
  height: 204px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 51, 102, 0.4);
  box-shadow: 0px 10px 20px rgba(0, 51, 102, 0.4);
  -ms-flex-preferred-size: 16.5%;
  flex-basis: 16.5%;
}

.activity__box:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 51, 102, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 51, 102, 0.2);
}

.activity__box:hover .activity__icon {
  background-color: #003366;
}

.activity__box:hover .activity__icon i {
  color: white;
}

.activity__box:hover .activity__text {
  color: #003366;
}

.activity__box:nth-child(even) {
  background-color: #FF8E00;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 142, 0, 0.5);
  box-shadow: 0px 10px 20px rgba(255, 142, 0, 0.5);
}

.activity__box:nth-child(even):hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px rgba(255, 142, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(255, 142, 0, 0.2);
}

.activity__box:nth-child(even):hover .activity__icon {
  background-color: #FF8E00;
}

.activity__box:nth-child(even):hover .activity__text {
  color: #FF8E00;
}

@media (max-width: 1400px) {
  .activity__box {
    height: 180px;
  }
  .activity__icon {
    height: 70px;
    width: 70px;
    font-size: 35px;
  }
  .activity__icon img {
    height: 35px;
    width: 35px;
  }
}

@media (max-width: 1290px) {
  .activity__box {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 51, 102, 0.3);
    box-shadow: 0px 5px 15px rgba(0, 51, 102, 0.3);
  }
  .activity__box {
    height: 150px;
  }
}

@media (max-width: 1200px) {
  .activity__grid {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    gap: 15px;
  }
  .activity__links2 .activity__grid {
    gap: 15px;
  }
  .activity__links {
    padding: 30px 0;
  }
  .activity__links .activity__text {
    font-size: .75em;
  }
}

@media (max-width: 992px) {
  .activity__links {
    padding: 0;
  }
  .activity__links .activity__grid {
    display: inline-block;
  }
  .activity__links2 .activity__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .activity__links .activity__box {
    margin: 0 7.5px;
  }
}

@media (max-width: 576px) {
  .activity__box {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 51, 102, 0.3);
            box-shadow: 0px 1px 3px rgba(0, 51, 102, 0.3);
  }
  .activity__box:hover {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 51, 102, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 51, 102, 0.2);
  }
  .activity__box:nth-child(even) {
    background-color: #003366;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 51, 102, 0.5);
    box-shadow: 0px 1px 2px rgba(0, 51, 102, 0.5);
  }
  .activity__box:nth-child(even):hover {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 51, 102, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 51, 102, 0.2);
  }
  .activity__box:nth-child(even):hover .activity__icon {
    background-color: #003366;
  }
  .activity__box:nth-child(even):hover .activity__text {
    color: #003366;
  }
  .activity__box:nth-child(2n), .activity__box:nth-child(4n) {
    background-color: #FF8E00;
    -webkit-box-shadow: 0px 1px 2px rgba(255, 142, 0, 0.5);
    box-shadow: 0px 1px 2px rgba(255, 142, 0, 0.5);
  }
  .activity__box:nth-child(2n):hover, .activity__box:nth-child(4n):hover {
    background-color: white;
    -webkit-box-shadow: 0px 1px 2px rgba(255, 142, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(255, 142, 0, 0.2);
  }
  .activity__box:nth-child(2n):hover .activity__icon, .activity__box:nth-child(4n):hover .activity__icon {
    background-color: #FF8E00;
  }
  .activity__box:nth-child(2n):hover .activity__text, .activity__box:nth-child(4n):hover .activity__text {
    color: #FF8E00;
  }
}

@media (max-width: 489px) {
  .activity__links2 .activity__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .activity__box {
    height: 150px;
  }
  .activity__links2 .activity__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media (max-width: 420px) {
  .activity__box {
    margin: 0 7.5px;
  }
}

@media (max-width: 378px) {
  .activity__links .activity__box {
    margin: 0 7.5px;
  }
  .activity__links .slick-list {
    padding: 30px 0;
  }
  .activity__icon {
    height: 50px;
    width: 50px;
    font-size: 25px;
    border-radius: 15px;
  }
  .activity__box {
    height: 120px;
  }
  .activity__grid {
    width: calc(100% + 30px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  .activity__links .slick-prev, .activity__links .slick-next {
    width: 20px;
    height: 20px;
  }
  [dir="rtl"] .activity__links .slick-prev {
    right: 5px;
  }
  [dir="rtl"] .activity__links .slick-next {
    left: 5px;
  }
}

/*=== [ achievement ] ===*/
/*=== [ achievement ] ===*/
.achievement__parent1 {
  position: relative;
  margin-bottom: 60px;
}

.achievement__parent1 .achievement__slider1 {
  margin-top: 30px;
}

.achievement {
  position: relative;
}

.achieve__box {
  margin: 0 15px;
}

.achieve__box figure {
  height: 220px;
  width: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .achieve__box figure {
    height: 190px;
  }
}

@media (max-width: 1290px) {
  .achieve__box figure {
    border-radius: 15px;
  }
}

@media (max-width: 1200px) {
  .achieve__box figure {
    height: 150px;
  }
}

@media (max-width: 992px) {
  .achieve__box {
    margin: 0 8px;
  }
}

@media (max-width: 768px) {
  .achievement__parent1 {
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .achieve__box figure {
    height: 130px;
  }
}

@media (max-width: 390px) {
  .achieve__box figure {
    height: 150px;
  }
}

@media (max-width: 340px) {
  .achieve__box figure {
    height: 130px;
  }
}

.achieve__box figure img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1290px) {
  .achieve__box figure img {
    border-radius: 15px;
  }
}

.achieve__box figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1290px) {
  .achieve__box figure::after {
    border-radius: 15px;
  }
}

.achieve__box:nth-child(odd) {
  width: 310px;
}

@media (max-width: 1400px) {
  .achieve__box:nth-child(odd) {
    width: 250px;
  }
}

@media (max-width: 1290px) {
  .achieve__box:nth-child(odd) {
    width: 200px;
  }
}

@media (max-width: 576px) {
  .achieve__box:nth-child(odd) {
    width: 160px;
  }
}

@media (max-width: 489px) {
  .achieve__box:nth-child(odd) {
    width: 150px;
  }
}

.achieve__box .achieve__text {
  margin-top: 15px;
  text-align: start;
}

.achieve__box .achieve__text h5 {
  font-size: .875em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #002347;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1400px) {
  .achieve__box .achieve__text h5 {
    font-size: .75em;
  }
}

.achieve__box .achieve__text .date {
  color: #666666;
  margin-top: 8px;
}

.achieve__box .achieve__text .date i {
  font-size: .875em;
}

@media (max-width: 768px) {
  .achieve__box .achieve__text .date {
    margin-top: 20px;
  }
}

.achieve__box:hover figure img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.achieve__box:hover figure::after {
  opacity: 1;
}

.achievement__parent2 {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .achievement__parent2 {
    margin-bottom: 0;
  }
}

.achievement__parent2 .achievement__slider2 {
  margin-top: 30px;
}

.head-section__3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.head-section__3 h4 {
  font-size: 1.5em;
  position: relative;
  padding-inline-start: 30px;
  color: #003366;
  font-weight: 700;
}

@media (max-width: 992px) {
  .head-section__3 h4 {
    font-size: 1em;
    padding-inline-start: 20px;
  }
}

.head-section__3 h4::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FF5003;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .head-section__3 h4::before {
    height: 15px;
    width: 15px;
  }
}

.head-section__3 .arrow-slide {
  color: #666666;
}

.head-section__3 .filter {
  margin: 0 0 0 0;
}

.head-section__3 .filter ul li {
  background-color: rgba(255, 163, 48, 0.3);
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.head-section__3 .filter ul li::after {
  display: none;
}

.head-section__3 .filter ul li.filter__active, .head-section__3 .filter ul li:hover {
  background-color: #FFA330;
  color: black;
}

@media (max-width: 992px) {
  .head-section__3 .filter ul li {
    margin-top: 5px;
    margin-inline-start: 0;
    margin-bottom: 5px;
    margin-inline-end: 5px;
    padding: 5px 10px;
    font-size: .875em;
  }
  .head-section__3 .filter ul li:last-child {
    margin-inline-end: 0;
  }
}

@media (max-width: 992px) {
  .head-section__3 .filter {
    margin: 5px 0 0 0;
  }
}

@media (max-width: 992px) {
  .head-section__3 .head-section_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .head-section__3 .head-section_left {
    margin-top: 10px;
  }
}

/*=== [ event ] ===*/
.about, .book, .event, .achievement, .class, .calender, .jurnal__slider {
  background-color: rgba(255, 236, 227, 0.5);
  padding: 60px;
  border-radius: 30px;
  width: calc(100% + 120px);
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .about, .book, .event, .achievement, .class, .calender, .jurnal__slider {
    padding: 30px 60px;
    margin-bottom: 40px;
    width: calc(100%);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .about, .book, .event, .achievement, .class, .calender, .jurnal__slider {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .about, .book, .event, .achievement, .class, .calender, .jurnal__slider {
    margin-bottom: 30px;
  }
}

@media (max-width: 489px) {
  .about, .book, .event, .achievement, .class, .calender, .jurnal__slider {
    padding: 30px 15px;
  }
}

.event-bg {
  background-color: #f5f5f5;
}

.event__content {
  margin-top: 35px;
}

@media (max-width: 576px) {
  .head-section .filter ul {
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .head-section .filter ul li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: center;
  }
}

.event__box {
  border-radius: 20px;
  margin-inline-end: 30px;
  text-align: start;
}

@media (max-width: 576px) {
  .event__box {
    margin: 0 7.5px;
  }
}

.event__box .date {
  color: #666666;
  margin-bottom: 10px;
}

.event__box .event__title span, .event__box .event__title p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.event__box .event__title span {
  color: #002347;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

.event__box .event__title p {
  color: #222222;
  font-weight: 400;
  font-size: .875rem;
}

.event__box .event__title:hover span, .event__box .event__title:hover p {
  color: #FF8E00;
}

.tag__tooltip {
  font-weight: 500;
  color: #FF5003;
}

.tag__tooltip:hover {
  color: #222222;
}

.head-section__4 {
  margin: 30px 0;
}

.head-section__4 h4 {
  font-size: 1.5em;
  position: relative;
  color: #003366;
  text-align: center;
}

.head-section__4 h4::before {
  content: "";
  position: absolute;
  right: 50%;
  top: -10px;
  height: 3px;
  width: 76px;
  background-color: #FF5003;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/*=== [ education ] ===*/
.education, .student {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .education, .student {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .education, .student {
    margin-bottom: 30px;
  }
}

.education {
  margin-bottom: 60px;
}

.education .slick-dots {
  inset-inline-end: 0;
}

.education .head-section__3 {
  margin-bottom: 30px;
}

.education .edu__grid {
  width: calc(100% + 60px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  padding: 0 31px;
  padding-bottom: 40px;
}

.edu__grid .slick-slide {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.edu__grid .slick-slide.opacidown {
  opacity: 0;
}

.edu__box {
  border-inline-end: 1px solid rgba(242, 119, 120, 0.3);
  padding: 15px;
  text-align: center;
}

.education .slick-slide div:last-child .edu__box {
  border-bottom: none;
}

.education .slick-slide div:nth-child(1) .edu__box {
  border-bottom: 1px solid rgba(242, 119, 120, 0.3);
}

.education .slick-slide div:nth-child(3) .edu__box {
  border-top: 1px solid rgba(242, 119, 120, 0.3);
}

.edu__style {
  border-bottom: none;
}

.edu__box span {
  color: #003366;
  font-weight: 500;
  font-size: .875em;
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.edu__box:hover {
  background-color: #fbfbfb;
}

.edu__icon {
  margin-bottom: 20px;
  position: relative;
}

.edu__icon svg, .edu__icon img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 2;
}

.edu__icon .bg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 50px;
  width: 90px;
}

.edu__icon .bg-icon i {
  color: rgba(255, 142, 0, 0.1);
  font-size: 80px;
  -webkit-transition: .3s;
  transition: .3s;
}

.edu__box:hover .edu__icon .bg-icon i {
  color: rgba(255, 142, 0, 0.3);
}

@media (max-width: 1290px) {
  .edu__icon .bg-icon {
    height: 40px;
    width: 80px;
  }
  .edu__icon .bg-icon i {
    font-size: 70px;
  }
  .edu__icon svg, .edu__icon img {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media (max-width: 992px) {
  .edu__box span {
    font-size: .75em;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .education .edu__grid .slick-list::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
  }
  .education .edu__grid .slick-list::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
  }
}

@media (max-width: 576px) {
  .education .edu__grid {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*=== [ book ] ===*/
.book__box {
  width: 310px;
  margin-inline-end: 30px;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 15px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 5px 15px rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.book__box .cover-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.book__box:hover {
  -webkit-box-shadow: 0px 5px 25px rgba(34, 34, 34, 0.01);
          box-shadow: 0px 5px 25px rgba(34, 34, 34, 0.01);
}

.book__box:hover .tag {
  color: black;
}

.book__box:visited .tag {
  color: black;
  z-index: 200;
}

.book__box img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .book__box img {
    border-radius: 15px;
  }
}

.class__slider {
  height: auto;
}

.class {
  position: relative;
  height: auto;
  padding-bottom: 30px;
}

.class .book__box {
  padding: 30px 30px 30px 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  position: relative;
  background-color: white;
  border-radius: 30px;
}

@media (max-width: 576px) {
  .class .book__box {
    padding: 15px 15px 15px 0;
  }
}

@media (max-width: 420px) {
  .class .book__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
}

@media (max-width: 330px) {
  .class .book__box {
    padding: 15px;
  }
}

.class .book__box .cover-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.class .book__box img {
  height: 320px;
  width: 250px;
  border-radius: 30px;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1400px) {
  .class .book__box img {
    height: 260px;
    width: 200px;
  }
}

@media (max-width: 1290px) {
  .class .book__box img {
    height: 200px;
    width: 160px;
  }
}

@media (max-width: 576px) {
  .class .book__box img {
    height: 170px;
    width: 135px;
  }
}

@media (max-width: 768px) {
  .class .book__box img {
    border-radius: 15px;
  }
}

@media (max-width: 420px) {
  .class .book__box img {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 330px) {
  .class .book__box img {
    height: 250px;
    width: 100%;
  }
}

.class .book__text {
  display: block;
  opacity: 1;
  padding: 30px 30px 0 15px;
  text-align: start;
}

@media (max-width: 1400px) {
  .class .book__text {
    padding: 0 15px;
  }
}

@media (max-width: 420px) {
  .class .book__text {
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
    margin-top: 15px;
  }
}

.class .book__text a {
  margin-top: 0;
}

.class .slick-list {
  padding: 30px 0;
}

.class .head-section {
  margin-bottom: 0;
}

.class__box {
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 15px;
}

/*=== [ book ] ===*/
.book__parent {
  height: 100%;
  position: relative;
}

.book__parent .book__box {
  position: relative;
}

.book__parent .book__box .book__back {
  background: -moz- -webkit-gradient(linear, left bottom, left top, from(#27357E), to(transparent));
  background: -moz- linear-gradient(to top, #27357E, transparent);
  background: -webkit-gradient(linear, left bottom, left top, from(#27357E), to(transparent));
  background: linear-gradient(to top, #27357E, transparent);
  -webkit-transition: background .8s ease-out;
  transition: background .8s ease-out;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  border-radius: 30px;
}

@media (max-width: 576px) {
  .book__parent .book__box .book__back {
    padding: 15px 10px;
  }
}

.book__parent .book__box .book__back h4 {
  color: white;
  font-size: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}

@media (max-width: 1290px) {
  .book__parent .book__box .book__back h4 {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .book__parent .book__box .book__back h4 {
    font-size: .875em;
  }
}

.book__parent .book__box .book__back .tag {
  background-color: #FFA330;
  border-radius: 10px;
  font-size: 1em;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1290px) {
  .book__parent .book__box .book__back .tag {
    font-size: .75em;
  }
}

.book__parent .book__box:hover .book__back {
  background-position: 100%;
  background-size: 100% 150%;
}

.book__parent .book__box:hover .book__back .tag {
  color: black;
}

.book__parent .book__box:visited .book__back .tag {
  color: black;
}

.book .empty_forstyle,
.book .book__slider {
  height: 420px;
}

@media (max-width: 992px) {
  .book .empty_forstyle,
  .book .book__slider {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .book .empty_forstyle,
  .book .book__slider {
    height: 240px;
  }
}

@media (max-width: 489px) {
  .book .empty_forstyle,
  .book .book__slider {
    height: 220px;
  }
}

.book .empty_forstyle {
  margin-top: 30px;
}

.book__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 30px 0 15px;
  display: block;
  opacity: 0;
  width: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1140px) {
  .book__text {
    padding: 15px;
  }
}

@media (max-width: 1290px) {
  .book__text {
    padding: 0 15px 0 15px;
  }
}

.book__text .tag {
  background-color: #FFA330;
  border-radius: 10px;
  font-size: .875em;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 200;
  margin-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

@media (max-width: 576px) {
  .book__text .tag {
    margin-bottom: 5px;
    font-size: .75em;
  }
}

.book__text .tag:hover {
  background-color: #FF5003;
  color: white;
}

.book__text h5 {
  font-size: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #002347;
}

@media (max-width: 1290px) {
  .book__text h5 {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .book__text h5 {
    font-size: .875em;
  }
}

.book__text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
}

@media (max-width: 1290px) {
  .book__text p {
    font-size: .875em;
  }
}

@media (max-width: 576px) {
  .book__text p {
    font-size: .75em;
  }
}

.book__text .date {
  color: #666666;
  margin-top: 10px;
}

.book__text a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.book__text a i {
  margin-inline-start: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.book__text a:hover {
  color: #FF8E00;
}

.book__text a:hover i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.book__slider {
  position: absolute;
  right: 60px;
  bottom: 35px;
  width: calc(100% + 240px);
}

@media (min-width: 2100px) {
  .book__slider {
    width: calc(100% + 2000px);
  }
}

@media (max-width: 1290px) {
  .book__slider {
    width: 100%;
    right: 30px;
  }
}

@media (max-width: 576px) {
  .book__slider {
    right: 15px;
  }
}

.book__slider .slick-slide.bold {
  background: white;
  -webkit-box-shadow: 0px 15px 30px 0px #2222221A;
          box-shadow: 0px 15px 30px 0px #2222221A;
  border-radius: 30px;
}

.book__slider .slick-slide.bold.book__box {
  width: 630px;
  padding: 30px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-shadow: 0px 5px 15px rgba(34, 34, 34, 0.05);
          box-shadow: 0px 5px 15px rgba(34, 34, 34, 0.05);
}

.book__slider .slick-slide.bold.book__box .book__back {
  display: none;
}

@media (max-width: 768px) {
  .book__slider .slick-slide.bold.book__box {
    width: 420px;
  }
}

@media (max-width: 576px) {
  .book__slider .slick-slide.bold.book__box {
    padding: 10px 0;
    position: relative;
    width: 300px;
  }
}

@media (max-width: 489px) {
  .book__slider .slick-slide.bold.book__box {
    width: 290px;
  }
}

@media (max-width: 330px) {
  .book__slider .slick-slide.bold.book__box {
    width: 250px;
  }
}

.book__slider .slick-slide.bold.book__box:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(34, 34, 34, 0.01);
          box-shadow: 0px 15px 30px rgba(34, 34, 34, 0.01);
}

.book__slider .slick-slide.bold.book__box:hover .tag {
  color: black;
}

.book__slider .slick-slide.bold.book__box:visited .tag {
  color: black;
}

.book__slider .slick-slide.bold.book__box img {
  height: 340px;
  width: 250px;
  border-radius: 30px;
  margin-inline-start: 30px;
}

@media (max-width: 992px) {
  .book__slider .slick-slide.bold.book__box img {
    height: 240px;
    width: 180px;
  }
}

@media (max-width: 576px) {
  .book__slider .slick-slide.bold.book__box img {
    height: 200px;
    width: 150px;
    margin-inline-start: 10px;
  }
}

@media (max-width: 489px) {
  .book__slider .slick-slide.bold.book__box img {
    height: 130px;
    width: 100px;
    border-radius: 20px;
  }
}

.book__slider .slick-slide.bold.book__box .book__text {
  display: block;
  opacity: 1;
  width: 100%;
}

/*=== [ footer >>  in college page ] ===*/
/*=== [ footer > form ] ===*/
.footer__comment p {
  margin-bottom: 15px;
  font-weight: 500;
}

.footer__form label {
  width: 100%;
  margin-bottom: 10px;
}

.footer__form label.w48 {
  width: 48%;
}

.footer__form label input,
.footer__form label textarea {
  width: 100%;
  border-radius: 30px;
  border: none;
  font-size: .875em;
  padding: 7px 20px;
}

.footer__form label input ::-webkit-input-placeholder,
.footer__form label textarea ::-webkit-input-placeholder {
  color: #666666;
}

.footer__form label input :-ms-input-placeholder,
.footer__form label textarea :-ms-input-placeholder {
  color: #666666;
}

.footer__form label input ::-ms-input-placeholder,
.footer__form label textarea ::-ms-input-placeholder {
  color: #666666;
}

.footer__form label input ::placeholder,
.footer__form label textarea ::placeholder {
  color: #666666;
}

.footer__form label input ::-webkit-input-placeholder,
.footer__form label textarea ::-webkit-input-placeholder {
  color: #666666;
}

.footer__form label input :-ms-input-placeholder,
.footer__form label textarea :-ms-input-placeholder {
  color: #666666;
}

.footer__form label input ::-ms-input-placeholder,
.footer__form label textarea ::-ms-input-placeholder {
  color: #666666;
}

.footer__form label input ::placeholder,
.footer__form label textarea ::placeholder {
  color: #666666;
}

.footer__form label input ::-webkit-input-placeholder,
.footer__form label textarea ::-webkit-input-placeholder {
  color: #666666;
}

.footer__form label input :-moz-placeholder,
.footer__form label textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.footer__form label input ::-moz-placeholder,
.footer__form label textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

.footer__form label input :-ms-input-placeholder,
.footer__form label textarea :-ms-input-placeholder {
  color: #666666;
}

.footer__form label input {
  height: 40px;
}

.footer__form label input[type=text]:focus, .footer__form label input[type=text]:hover, .footer__form label textarea:focus, .footer__form label textarea:hover {
  -webkit-box-shadow: 0 2px 6px rgba(255, 142, 0, 0.1);
          box-shadow: 0 2px 6px rgba(255, 142, 0, 0.1);
}

.footer__form label textarea {
  resize: none;
  height: 100px;
  color: #666666;
}

.footer__form input[type=submit] {
  background-color: #FF8E00;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
}

.footer__form input[type=submit]:hover {
  background-color: #FFA330;
}

.footer__form .captcha__img {
  height: 40px;
}

.footer__form .captcha__img img {
  border-radius: 30px;
  width: 100%;
  height: 40px;
}

.captcha__code {
  position: relative;
  border-radius: 30px;
  background-color: white;
  height: 40px;
}

.captcha__code img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.researcher__parent {
  background-image: url(../img/research1.jpg);
  position: relative;
  padding: 60px 0;
}

.researcher__parent::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 102, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.researcher__parent .head-section__2 {
  z-index: 3;
  color: white;
}

.researcher__parent .head-section__2 h4, .researcher__parent .head-section__2 h2 {
  font-size: 1.25em;
}

.researcher__parent .researcher {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 992px) {
  .researcher__parent .researcher {
    display: block;
    z-index: 9;
    padding-bottom: 30px;
  }
}

.researcher__parent .research__item {
  border-radius: 30px;
  z-index: 3;
  padding: 60px;
  color: white;
  border: 3px solid transparent;
  text-align: center;
}

@media (max-width: 1290px) {
  .researcher__parent .research__item {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .researcher__parent .research__item {
    padding: 15px;
    margin: 0 7.5px;
  }
}

@media (max-width: 576px) {
  .researcher__parent .research__item {
    text-align: center;
  }
}

@media (max-width: 489px) {
  .researcher__parent .research__item {
    min-width: 200px;
  }
}

.researcher__parent .research__item i {
  font-size: 60px;
  color: #FFC107;
}

@media (max-width: 1290px) {
  .researcher__parent .research__item i {
    font-size: 40px;
  }
}

.researcher__parent .research__item h3 {
  margin: 15px 0;
  font-size: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1290px) {
  .researcher__parent .research__item h3 {
    font-size: 1em;
  }
}

.researcher__parent .research__item p {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1290px) {
  .researcher__parent .research__item p {
    font-size: .875em;
  }
}

@media (max-width: 576px) {
  .researcher__parent .research__item p {
    text-align: center;
  }
}

.researcher__parent .research__item:hover {
  border: 3px solid #FFC107;
}

.count__parent {
  background-color: #F5F5F5;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .count__parent {
    margin-bottom: 30px;
  }
}

.count__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 576px) {
  .count__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.count__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  border-left: 1px solid rgba(102, 102, 102, 0.15);
  padding: 60px 0;
}

@media (max-width: 1290px) {
  .count__box {
    padding: 30px 0;
  }
}

.count__box:last-child {
  border-left: none;
}

@media (max-width: 576px) {
  .count__box {
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
  }
  .count__box:nth-child(even) {
    border-left: none;
  }
  .count__box:nth-child(3), .count__box:nth-child(4) {
    border-bottom: none;
  }
}

.count__box i {
  font-size: 60px;
}

@media (max-width: 1290px) {
  .count__box i {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .count__box i {
    font-size: 30px;
  }
}

.count__box .count__num {
  font-size: 2.5em;
  margin: 10px 0 5px 0;
  font-weight: 400;
}

@media (max-width: 1290px) {
  .count__box .count__num {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .count__box .count__num {
    font-size: 1.25em;
  }
}

.count__box .count__num::before {
  content: "+";
  margin-inline-end: 5px;
}

.count__box span {
  font-size: 1.25em;
  font-weight: bold;
}

@media (max-width: 1290px) {
  .count__box span {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .count__box span {
    font-size: .875em;
  }
}

.class__research .class {
  background-image: none;
  background-color: rgba(255, 236, 227, 0.5);
}

.class__research .class::before {
  display: none;
}

.jurnal__slider {
  background: url(../img/res2.jpg) no-repeat center center/cover;
}

.jurnal__slider::before {
  content: '';
  background-color: rgba(0, 51, 102, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}

.jurnal__slider .head-section {
  color: white;
}

.jurnal__slider .head-section .section__more {
  color: white;
}

.jurnal__slider .head-section .section__more:hover {
  color: #FF5003;
}

.jurnal__slider .jurnal__content {
  background-color: white;
  border-radius: 30px;
  margin: 0 15px;
}

@media (max-width: 1290px) {
  .jurnal__slider .jurnal__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.jurnal__slider .jurnal__content .jur__pic {
  padding: 30px 60px 30px 30px;
}

@media (max-width: 1290px) {
  .jurnal__slider .jurnal__content .jur__pic {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .jurnal__slider .jurnal__content .jur__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 576px) {
  .jurnal__slider .jurnal__content .jur__pic {
    padding: 15px;
  }
}

@media (max-width: 420px) {
  .jurnal__slider .jurnal__content .jur__pic {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
  }
}

.jurnal__slider .jurnal__content .jur__pic img {
  height: 340px;
  border-radius: 30px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1290px) {
  .jurnal__slider .jurnal__content .jur__pic img {
    height: 300px;
    width: 210px;
  }
}

@media (max-width: 576px) {
  .jurnal__slider .jurnal__content .jur__pic img {
    height: 270px;
    width: 180px;
  }
}

.jurnal__slider .jurnal__content .jur__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 0 30px 30px;
}

@media (max-width: 992px) {
  .jurnal__slider .jurnal__content .jur__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 30px;
    min-width: 100%;
  }
}

@media (max-width: 489px) {
  .jurnal__slider .jurnal__content .jur__text {
    padding: 15px;
  }
}

.jurnal__slider .jurnal__content .jur__text h2 {
  margin-bottom: 10px;
  color: #002347;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 489px) {
  .jurnal__slider .jurnal__content .jur__text h2 {
    font-size: 1.125em;
  }
}

.jurnal__slider .jurnal__content .jur__text p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}

@media (max-width: 489px) {
  .jurnal__slider .jurnal__content .jur__text p {
    font-size: .875em;
  }
}

.jurnal__slider .jurnal__content .jur__text a {
  background-color: #FF8E00;
  padding: 5px 20px;
  color: white;
  border-radius: 30px;
  margin-top: 5px;
  display: inline-block;
}

.jurnal__slider .jurnal__content .jur__text a:hover {
  color: white;
  background-color: #FF5003;
}

.jurnal__slider .jurnal__content .jur_pic-link {
  padding: 0 60px;
  border-right: 1px solid #CCCCCC;
}

.jurnal__slider .jurnal__content .jur_pic-link a {
  width: 200px;
  height: 200px;
}

.jurnal__slider .jurnal__content .jur_pic-link a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1290px) {
  .jurnal__slider .jurnal__content .jur_pic-link a {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 992px) {
  .jurnal__slider .jurnal__content .jur_pic-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 270px);
  }
}

@media (max-width: 576px) {
  .jurnal__slider .jurnal__content .jur_pic-link {
    width: calc(100% - 240px);
  }
}

@media (max-width: 489px) {
  .jurnal__slider .jurnal__content .jur_pic-link {
    width: calc(100% - 210px);
    border-right: none;
  }
}

@media (max-width: 420px) {
  .jurnal__slider .jurnal__content .jur_pic-link {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-inline-start: 10px;
  }
}

.jurnal__slider .jurnal__content.dir__ltr {
  direction: ltr !important;
  text-align: left;
  font-family: nunito;
}

.jurnal__slider .jurnal__content.dir__ltr .jur_pic-link {
  padding: 0 60px;
  border-right: none;
  border-left: 1px solid #CCCCCC;
}

.jurnal__slider .jurnal__content.dir__ltr .jur_pic-link a {
  width: 200px;
  height: 200px;
}

@media (max-width: 1290px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur_pic-link a {
    width: 100px;
    height: 100px;
  }
}

.jurnal__slider .jurnal__content.dir__ltr .jur_pic-link a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur_pic-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 270px);
  }
}

@media (max-width: 576px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur_pic-link {
    width: calc(100% - 240px);
  }
}

@media (max-width: 489px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur_pic-link {
    width: calc(100% - 210px);
  }
}

@media (max-width: 420px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur_pic-link {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left: none;
    margin-inline-end: 10px;
    margin-inline-start: 0;
  }
}

.jurnal__slider .jurnal__content.dir__ltr .jur__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 30px 30px 0;
}

@media (max-width: 992px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 30px;
    min-width: 100%;
  }
}

@media (max-width: 489px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur__text {
    padding: 15px;
  }
}

.jurnal__slider .jurnal__content.dir__ltr .jur__pic {
  padding: 30px 30px 30px 60px;
}

@media (max-width: 1290px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur__pic {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur__pic {
    padding: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 576px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur__pic {
    padding: 15px;
  }
}

@media (max-width: 420px) {
  .jurnal__slider .jurnal__content.dir__ltr .jur__pic {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.jurnal__slider .jurnal__content.dir__rtl {
  direction: rtl !important;
  text-align: right;
  font-family: vazir;
}

.jurnal_slider {
  width: 100%;
}

.headmid__center {
  margin-inline-end: 30px;
}

@media (max-width: 1290px) {
  .headmid__center {
    margin-inline-end: 0;
  }
}

.logo2 {
  margin-inline-end: 30px;
  width: 35%;
  max-width: auto !important;
}

@media (max-width: 1290px) {
  .logo2 {
    width: 100%;
  }
}

.logo2.logo__v2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logo2.logo__v2 img {
  max-width: 70px;
}

@media (max-width: 768px) {
  .logo2.logo__v2 img {
    max-width: 50px;
  }
}

@media (max-width: 576px) {
  .logo2.logo__v2 img {
    max-width: 60px;
  }
}

@media (max-width: 330px) {
  .logo2.logo__v2 img {
    max-width: 50px;
  }
}

.logo2.logo__v2 .logo__text {
  margin-inline-start: 10px;
  color: #003366;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: start;
}

.logo2.logo__v2 .logo__text h2 {
  font-weight: 800;
  font-size: 20px;
}

@media (max-width: 1290px) {
  .logo2.logo__v2 .logo__text h2 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .logo2.logo__v2 .logo__text h2 {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .logo2.logo__v2 .logo__text h2 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .logo2.logo__v2 .logo__text h2 {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  .logo2.logo__v2 .logo__text h2 {
    font-size: 15px;
  }
}

.logo2.logo__v2 .logo__text h4 {
  font-size: 16px;
  font-weight: lighter;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .logo2.logo__v2 .logo__text h4 {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .logo2.logo__v2 .logo__text h4 {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .logo2.logo__v2 .logo__text h4 {
    font-size: 14px;
  }
}
/*# sourceMappingURL=research.css.map */

/* LTR Styles Start*/

[dir='ltr'] * {
  direction: ltr;
}

[dir='ltr'] .es-navbar {
  direction: rtl;
}

[dir='ltr'] .headmid__social ul li {
  margin-inline-start: 0;
}

[dir='ltr'] .headmid__social ul {
  column-gap: 7px;
}

[dir="ltr"] .about,
[dir="ltr"] .book,
[dir="ltr"] .event,
[dir="ltr"] .achievement,
[dir="ltr"] .class,
[dir="ltr"] .calender,
[dir="ltr"] .jurnal__slider {
  transform: translateX(-60px);
}

[dir="ltr"] .activity__grid {
  transform: translateX(-30px);
}

[dir="ltr"] .education .edu__grid {
  transform: translateX(-30px);
}

[dir="ltr"] .book__box .niafam-left-arrow-2:before {
  content: "\e92e";
}

[dir="ltr"] .book__text a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

[dir="ltr"] .niafam-left-arrow:before {
  content: "\e92d";
}

[dir="ltr"] .head-section .arrow-slide {
  flex-direction: row-reverse;
}

[dir="ltr"] .headbg-slider__3 .text-slider__3 .arrow-slide {
  flex-direction: row-reverse;
  justify-content: start;
}

[dir="ltr"] .bgslider__style2 .bg-arrows__slider {
  flex-direction: row-reverse;
}

[dir="ltr"] .sm-simple li li .niafam {
  transform: rotate(270deg);
}

.sm .niafam {
  margin-inline-start: 7px;
}

.sm-simple li li .niafam {
  margin-inline-start: auto;
  margin-right: unset;
}

[dir="ltr"] .activity__links .slick-prev::before {
  content: "\e91f";
}

[dir="ltr"] .activity__links .slick-next::before {
  content: "\e92e";
}

[dir="ltr"] .arrow-slide span:first-child {
  margin-inline-start: 15px;
  margin-inline-end: unset;
}

.mm-listitem {
  text-align: start;
}

[dir="ltr"] .news__slider {
  -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

[dir="ltr"] .owners__grid {
  transform: translateX(-20px);
}

[dir="ltr"] .activity__links .slick-prev {
  left: -5px;
}
[dir="ltr"] .activity__links .slick-prev {
  left: -5px;
}

[dir="ltr"] .activity__links .slick-next {
  right: -5px;
}

/* LTR Styles End*/

/* LTR Mobile Styles */
@media (max-width: 992px) {

  [dir="ltr"] .about,
  [dir="ltr"] .book,
  [dir="ltr"] .event,
  [dir="ltr"] .achievement,
  [dir="ltr"] .class,
  [dir="ltr"] .calender,
  [dir="ltr"] .jurnal__slider {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*Fix Menu in ltr websites*/
@media(max-width:991.98px) {
  [dir='ltr'] .headmid__icons {
    pointer-events: none;
  }

  [dir='ltr'] .headmid__icons>* {
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  [dir="ltr"] .activity__grid {
    width: 100%;
    transform: none;
    gap: 15px;
  }

  [dir="ltr"] .education .edu__grid {
    transform: translateX(0);
  }
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(135deg);
}


.accessibility__menu .text-custom-info .item:first-child {
  text-align: start;
}

.classes_list .button-item {
  text-align: start;
}

/*footer-form */
footer form label {
width: 100%  !important;
margin-bottom: 10px  !important;
}

footer form label.w48 {
width: 48%  !important;
}

footer form  input,
footer form  textarea {
border-radius: 30px !important;
border: none !important;
font-size: .875em !important;
padding: 7px 20px !important;
}

footer form input ::-webkit-input-placeholder,
footer form textarea ::-webkit-input-placeholder {
color: #666666  !important;
}

footer form input :-ms-input-placeholder,
footer form textarea :-ms-input-placeholder {
color: #666666  !important;
}

footer form input ::-ms-input-placeholder,
footer form textarea ::-ms-input-placeholder {
color: #666666 !important;
}

footer form input ::placeholder,
footer form textarea ::placeholder {
color: #666666 !important;
}

footer form input ::-webkit-input-placeholder,
footer form textarea ::-webkit-input-placeholder {
color: #666666 !important;
}

footer form input :-ms-input-placeholder,
footer form textarea :-ms-input-placeholder {
color: #666666 !important;
}

footer form input ::-ms-input-placeholder,
footer form textarea ::-ms-input-placeholder {
color: #666666 !important;
}

footer form input ::placeholder,
footer form textarea ::placeholder {
color: #666666 !important;
}

footer form input ::-webkit-input-placeholder,
footer form textarea ::-webkit-input-placeholder {
color: #666666 !important;
}

footer form input :-moz-placeholder,
footer form textarea :-moz-placeholder {
/* Firefox 18- */
color: #666666 !important;
}

footer form input ::-moz-placeholder,
footer form textarea ::-moz-placeholder {
/* Firefox 19+ */
color: #666666 !important;
}

footer form input :-ms-input-placeholder,
footer form textarea :-ms-input-placeholder {
color: #666666 !important;
}

footer form input {
height: 40px !important;
}

footer form input[type=text]:focus, footer form input[type=text]:hover, footer form textarea:focus, footer form textarea:hover {
-webkit-box-shadow: 0 2px 6px rgba(255, 142, 0, 0.1) !important;
box-shadow: 0 2px 6px rgba(255, 142, 0, 0.1) !important;
}

footer form textarea {
resize: none !important;
height: 100px !important;
color: #666666 !important;
}

footer form button[type=submit] {
background-color: #FF8E00 !important;
color: white !important;
padding: 5px 20px !important;
border-radius: 30px !important;
border: none !important;
}
footer form button[type=submit] i {
display: none;
}
footer form button[type=submit]:hover {
background-color: #FFA330 !important;
}

footer form .captcha__img {
height: 40px !important;
}

footer form .captcha-image{
border-radius: 30px !important;
width: 100% !important;
height: 40px !important;
}

footer form .es-input-group-append {
    margin-right: -1px;
    position: absolute;
    z-index: 2;
}
  footer form .es-input-group-append button {
  background: transparent;
  border: none;
  color: #000;
}