@font-face {
  font-family: 'NeoSansPro';
  src: url("/themes/zengo2020/fonts/neo-sans-pro-regular.ttf") format("truetype"), url("/themes/zengo2020/fonts/neo-sans-pro-regular.woff") format("woff"), url("/themes/zengo2020/fonts/neo-sans-pro.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: 'NeoSansPro';
  src: url("/themes/zengo2020/fonts/neo-sans-pro-medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'NeoSansPro';
  src: url("/themes/zengo2020/fonts/neo-sans-pro-bold.ttf") format("truetype"), url("/themes/zengo2020/fonts/neo-sans-pro-bold.woff") format("woff"), url("/themes/zengo2020/fonts/neo-sans-pro-bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: 'NeoSansPro';
  src: url("/themes/zengo2020/fonts/neo-sans-pro-ultra.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: 'NeoSansPro';
  src: url("/themes/zengo2020/fonts/neo-sans-pro-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

h4, .h4 {
  font-size: 1.6rem;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
}

#loader {
  z-index: 1001;
  /* anything higher than z-index: 1000 of .loader-section */
}

.cell {
  flex-basis: 50%;
  padding: 1.5em;
}

.pl:before, .pl:after {
  background: #38b5aa;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transform-origin: 50% 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/** Global preloader styles **/
.pl, .pl:before, .pl:after {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pl {
  margin: 0 auto 1.5em auto;
  position: relative;
  width: 3em;
  height: 3em;
  top: 355px;
}

/* Leap Frog */
.pl-leapfrog:before, .pl-leapfrog:after {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 70.71%;
  height: 70.71%;
  top: 50%;
  transform-origin: 0 0;
}

.pl-leapfrog:before {
  animation-name: leapFrogA;
}

.pl-leapfrog:after {
  animation-name: leapFrogB;
  background: #169ac0;
}

@keyframes leapFrogA {
  from {
    transform: rotateZ(-135deg) rotateY(0deg) rotateX(0deg);
    z-index: 0;
  }
  12.5% {
    transform: rotateZ(-135deg) rotateY(-180deg) rotateX(0deg);
    z-index: 1;
  }
  25%, 50% {
    transform: rotateZ(-135deg) rotateY(-180deg) rotateX(-180deg);
    z-index: 0;
  }
  62.5% {
    transform: rotateZ(-135deg) rotateY(0deg) rotateX(-180deg);
    z-index: 1;
  }
  75%, to {
    transform: rotateZ(-135deg) rotateY(0deg) rotateX(-360deg);
    z-index: 0;
  }
}

@keyframes leapFrogB {
  from, 25% {
    transform: rotateZ(-45deg) rotateY(0deg) rotateX(0deg);
    z-index: 0;
  }
  37.5% {
    transform: rotateZ(-45deg) rotateY(-180deg) rotateX(0deg);
    z-index: 1;
  }
  50%, 75% {
    transform: rotateZ(-45deg) rotateY(-180deg) rotateX(-180deg);
    z-index: 0;
  }
  87.5% {
    transform: rotateZ(-45deg) rotateY(0deg) rotateX(-180deg);
    z-index: 1;
  }
  to {
    transform: rotateZ(-45deg) rotateY(0deg) rotateX(-360deg);
    z-index: 0;
  }
}

#cookies-bar.gdpr-banner {
  position: fixed;
  padding: 20px;
  color: #ffffff;
  background-image: linear-gradient(87deg, #38b5aa, #008acd 100%);
  z-index: 10000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  left: auto;
  bottom: 20px;
  right: 20px;
  max-width: 560px;
  border-radius: 5px;
  box-shadow: 0 0 10px grey;
}

@media screen and (max-width: 991px) {
  #cookies-bar.gdpr-banner {
    left: 0;
    right: auto;
    width: 100%;
    bottom: 0;
    max-width: none;
  }
}

#cookies-bar.gdpr-banner .title {
  color: #ffffff;
}

#cookies-bar.gdpr-banner .content {
  color: #ffffff;
}

#cookies-bar.gdpr-banner .buttons {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  #cookies-bar.gdpr-banner .buttons {
    margin-top: 10px;
  }
}

#cookies-bar.gdpr-banner .buttons .btn {
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

#cookies-bar.gdpr-banner .buttons .btn:hover, #cookies-bar.gdpr-banner .buttons .btn:focus, #cookies-bar.gdpr-banner .buttons .btn:active, #cookies-bar.gdpr-banner .buttons .btn:visited {
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}

header #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100px;
  padding: 0;
}

header #main-nav.light {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

header #main-nav.light #header-logo {
  height: 100px;
  width: auto;
}

@media screen and (max-width: 991px) {
  header #main-nav.light #header-logo {
    height: 80px;
  }
}

header #main-nav.light .navbar-nav li.item a, header #main-nav.light .language-select li.item a {
  color: #6a6a6a;
}

header #main-nav.light .navbar-nav li.item.active > a, header #main-nav.light .language-select li.item.active > a {
  color: #008acd;
  background-color: #eff6f9;
}

header #main-nav.light .navbar-nav li.item:hover > a, header #main-nav.light .navbar-nav li.item.show > a, header #main-nav.light .language-select li.item:hover > a, header #main-nav.light .language-select li.item.show > a {
  color: #008acd;
  background-color: #eff6f9;
}

header #main-nav.light .navbar-nav li.item a:hover, header #main-nav.light .navbar-nav li.item a:focus, header #main-nav.light .language-select li.item a:hover, header #main-nav.light .language-select li.item a:focus {
  color: #008acd;
  background-color: #eff6f9;
}

header #main-nav.light .navbar-nav li.item .dropdown-menu, header #main-nav.light .language-select li.item .dropdown-menu {
  background-color: #eff6f9;
}

header #main-nav.dark {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.dark #header-logo {
  height: 36px;
  width: auto;
}

@media screen and (max-width: 991px) {
  header #main-nav.dark #header-logo {
    height: 30px;
  }
}

header #main-nav.dark .navbar-nav li.item a, header #main-nav.dark .language-select li.item a {
  color: #ffffff;
}

header #main-nav.dark .navbar-nav li.item.active > a, header #main-nav.dark .language-select li.item.active > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.dark .navbar-nav li.item:hover > a, header #main-nav.dark .navbar-nav li.item.show > a, header #main-nav.dark .language-select li.item:hover > a, header #main-nav.dark .language-select li.item.show > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.dark .navbar-nav li.item a:hover, header #main-nav.dark .navbar-nav li.item a:focus, header #main-nav.dark .language-select li.item a:hover, header #main-nav.dark .language-select li.item a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.dark .navbar-nav li.item .dropdown-menu, header #main-nav.dark .language-select li.item .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.dark #open_nav img {
  filter: brightness(100);
}

header #main-nav.transparent {
  /* TODO */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.transparent #header-logo {
  height: 36px;
  width: auto;
}

@media screen and (max-width: 991px) {
  header #main-nav.transparent #header-logo {
    height: 30px;
  }
}

header #main-nav.transparent .navbar-nav li.item a, header #main-nav.transparent .language-select li.item a {
  color: #ffffff;
}

header #main-nav.transparent .navbar-nav li.item.active > a, header #main-nav.transparent .language-select li.item.active > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.transparent .navbar-nav li.item:hover > a, header #main-nav.transparent .navbar-nav li.item.show > a, header #main-nav.transparent .language-select li.item:hover > a, header #main-nav.transparent .language-select li.item.show > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.transparent .navbar-nav li.item a:hover, header #main-nav.transparent .navbar-nav li.item a:focus, header #main-nav.transparent .language-select li.item a:hover, header #main-nav.transparent .language-select li.item a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.transparent .navbar-nav li.item .dropdown-menu, header #main-nav.transparent .language-select li.item .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
}

header #main-nav.transparent #open_nav img {
  filter: brightness(100);
}

header #main-nav #header-logo {
  display: block;
  padding-left: 15px;
}

header #main-nav #collapsingNavbar a.ghost-button {
  min-width: auto;
  margin-left: 10px;
}

header #main-nav #open_nav {
  display: none;
  cursor: pointer;
  padding: 20px;
}

header #main-nav #open_nav img {
  display: block;
  width: 26px;
  height: 20px;
}

.navbar-nav, .language-select {
  margin-right: -5px;
}

.navbar-nav li.item, .language-select li.item {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}

@media screen and (max-width: 1130px) {
  .navbar-nav li.item, .language-select li.item {
    margin-left: 0;
  }
}

.navbar-nav li.item:hover > .dropdown-menu, .navbar-nav li.item.show > .dropdown-menu, .language-select li.item:hover > .dropdown-menu, .language-select li.item.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-nav li.item a, .language-select li.item a {
  display: block;
  font-size: 16px;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 300ms ease;
}

@media screen and (max-width: 1130px) {
  .navbar-nav li.item a, .language-select li.item a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-nav li.item a:hover, .navbar-nav li.item a:focus, .language-select li.item a:hover, .language-select li.item a:focus {
  text-decoration: none;
}

.navbar-nav li.item .dropdown-menu, .language-select li.item .dropdown-menu {
  visibility: hidden;
  display: block;
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  border-radius: 0 0 4px 4px;
  transition: all 300ms ease;
  opacity: 0;
  min-width: 100%;
}

.navbar-nav li.item .dropdown-menu li.item, .language-select li.item .dropdown-menu li.item {
  width: auto;
  margin: 0;
}

.navbar-nav li.item .dropdown-menu li.item a, .language-select li.item .dropdown-menu li.item a {
  padding: 5px 15px;
  white-space: nowrap;
}

.animate {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.slideIn {
  animation-name: slideIn;
}

/*$instagram-background-purple: #b183b9;
$instagram-background-dark-purple: #b16fab;
$instagram-background-yellow: #fcc200;
$instagram-background-orange-yellow:#f8af00;
$instagram-background-blue: #008acd;
$instagram-background-orange: #df6223;
$instagram-background-green-blue: #00a7a7;
$instagram-background-red: #e63438;
$instagram-background-dark-blue: #0065af;
$instagram-background-green-1: #65b22e;
$instagram-background-green-2: #39a333;
$img-opacity: 1;
$img-hover-opacity:1;
*/
#insta-container figure {
  margin: 0;
  overflow: hidden;
  border-right: 2px solid #F7F6F6;
  border-bottom: 2px solid #F7F6F6;
}

#insta-container figure:hover img {
  cursor: pointer;
  transform: scale(1.2);
}

#insta-container img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 230px;
  width: 100%;
  overflow: hidden;
  transform: scale(1);
  transition: .3s ease;
}

#sidenav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-image: linear-gradient(315deg, #008acd, #38b5aa);
  overflow-x: hidden;
}

#sidenav #mobileMenu {
  padding: 80px 0;
  overflow: auto;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  height: 100vh;
  min-height: 100vh;
}

#sidenav #mobileMenu ul.nav {
  display: block;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 300px;
}

#sidenav #mobileMenu ul.nav:first-child li.nav-link:first-child {
  margin-top: 0;
}

#sidenav #mobileMenu ul.nav li.nav-link {
  display: none;
  padding: 5px;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
}

#sidenav #mobileMenu ul.nav li.nav-link.active > a {
  opacity: 1;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

#sidenav #mobileMenu ul.nav li.nav-link a {
  display: block;
  transition: 300ms;
  text-decoration: none;
  font-size: 22px;
  line-height: 50px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#sidenav #mobileMenu ul.nav li.nav-link .dropdown-menu {
  box-shadow: none;
  border: none;
  padding: 0 20px;
  margin: 0;
  position: static !important;
  transform: none !important;
  background-color: transparent;
  float: none;
  text-align: center;
  border-radius: 0;
}

#sidenav #mobileMenu ul.nav li.nav-link .dropdown-menu li {
  line-height: 40px;
  min-height: 40px;
}

#sidenav #mobileMenu ul.nav li.nav-link .dropdown-menu li a {
  font-size: 18px;
  opacity: 0.8;
  line-height: 40px;
}

#sidenav #close_btn {
  display: none;
  position: absolute;
  left: auto;
  bottom: auto;
  top: 10px;
  right: 10px;
  padding: 20px;
  z-index: 10000;
  cursor: pointer;
}

#sidenav #close_btn img {
  display: block;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  header #main-nav {
    height: 80px;
  }
  header #main-nav #open_nav {
    display: block;
  }
}

.language-select {
  margin-right: 0;
}

.language-select > li.item {
  margin-left: 10px;
  margin-right: 0;
}

.language-select > li.item > a {
  padding: 10px 15px;
}

.language-select .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 100%;
  padding-top: 0 !important;
}

.language-select .dropdown-menu .optional-lang {
  text-align: center;
}

.language-select a {
  cursor: pointer;
  text-transform: uppercase;
}

.language-mobile a {
  cursor: pointer;
  text-transform: uppercase;
}

.department-service-list {
  min-height: 80px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  overflow-wrap: break-word;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .department-service-list {
    justify-content: center;
  }
}

.department-service-list .service_icon {
  height: 30px;
  width: auto;
  min-width: 30px;
  margin-left: 15px;
  margin-right: 25px;
}

@media screen and (max-width: 991px) {
  .department-service-list .service_icon {
    margin-left: 0;
  }
}

.department-service-list .service_icon img {
  height: 30px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .department-service-list .service_name {
    text-align: center;
  }
}

.department-service-list .service_name h3 {
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
}

.single_department_title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto 0 25px;
}

@media screen and (max-width: 1399px) {
  .single_department_title {
    font-size: 20px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .single_department_title {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .single_department_title {
    font-size: 14px;
    margin-left: 15px;
  }
}

.gradient {
  background-image: linear-gradient(315deg, rgba(255, 255, 255, 0) 30%, #ffffff);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.3;
}

.profile_photo {
  height: 100%;
  width: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}

.leader-content {
  background: #fff;
  height: 100%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.leader-info {
  padding: 25px;
}

.leader-header span {
  font-size: 20px;
}

.award-box {
  background-image: url("/storage/app/media/award/award-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.award-item {
  padding: 10px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .award-item {
    padding: 5px;
  }
  .award-item span {
    font-size: 14px;
  }
}

.award_title {
  color: #f8b83f;
  font-weight: 700;
  font-size: 14px;
}

.award-header h4 {
  font-size: 18px;
  font-weight: bold;
}

.award-box .award-header {
  padding-top: 50px;
}

.award-diveder {
  border-top: 3px solid #f8b83f;
  width: 20%;
}

.palyazat-double {
  position: fixed;
  z-index: 1050;
  cursor: pointer;
  display: block;
  top: 100px;
  right: 0;
  transform: scale(1);
  transform-origin: top right;
  transition: all 300ms ease;
  opacity: 0.85;
}

.palyazat-double:hover {
  transform: scale(1.2);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .palyazat-double {
    top: 80px;
  }
}

.palyazat-double img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.palyazat-double img:first-child {
  border-bottom: 3px solid #a3d761;
}

.palyazat-double img:not(.wide) {
  width: auto;
  height: 160px;
}

@media screen and (max-width: 991px) {
  .palyazat-double img:not(.wide) {
    height: 140px;
  }
}

.palyazat-double img.wide {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .palyazat-double img.wide {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .palyazat-double img.wide {
    width: 250px;
  }
}

.palyazat-sticky {
  display: block;
  position: fixed;
  z-index: 1050;
  top: 100px;
  right: 0;
  transform: scale(1);
  transform-origin: top right;
  transition: all 300ms ease;
  opacity: 0.85;
}

.palyazat-sticky:hover {
  transform: scale(1.2);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .palyazat-sticky {
    top: 80px;
  }
}

.palyazat-sticky img:not(.wide) {
  width: auto;
  height: 160px;
}

@media screen and (max-width: 991px) {
  .palyazat-sticky img:not(.wide) {
    height: 140px;
  }
}

.palyazat-sticky img.wide {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .palyazat-sticky img.wide {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .palyazat-sticky img.wide {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  small {
    font-size: 16px;
  }
}

.project-video {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}

.project-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  float: none;
}

.detail-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.data-name small {
  font-size: 12px;
}

.single-project .data-info {
  margin-left: 10px;
  font-size: 14px;
}

.single-project .project-data {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.single-project .project-data h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0;
}

.single-project .project-detail {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: justify;
  color: #6a6a6a;
}

.single-project .detail_image_text {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #757575;
}

.single-project .content {
  color: #757575;
}

.single-project .department-wrapper {
  display: block;
  width: 270px;
  height: 270px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
}

.single-project .department-wrapper h4 {
  font-size: 25px;
  font-weight: bold;
}

.single-project .department-wrapper .caption-title, .single-project .department-wrapper .department_subtitle {
  transition: all 0.25s ease;
}

.single-project .department-wrapper .department-triangle {
  transform: scale(1);
  transform-origin: 0 0;
}

.single-project .department-triangle.contact {
  background-image: linear-gradient(to bottom, #69dbd5, #38b5aa);
}

.single-project .department-triangle.contact:hover {
  cursor: pointer;
}

.single-project .department_subtitle {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
}

.single-project .wrapper-caption {
  position: relative;
  top: 100px;
  z-index: 999;
}

.single-project .department-wrapper:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
}

.single-project .department-wrapper:hover .caption-title {
  color: #fff !important;
}

.single-project .department-wrapper:hover .department_subtitle {
  color: #fff !important;
}

.single-project .department-wrapper:hover .department-triangle {
  transform: scale(8);
}

.single-project .department-triangle {
  width: 90px;
  height: 90px;
  -webkit-clip-path: polygon(0 0, 35% 0, 70% 0, 43% 33%, 34% 44%, 0 82%, 0 57%, 0% 20%);
  clip-path: polygon(0 0, 35% 0, 70% 0, 43% 33%, 34% 44%, 0 82%, 0 57%, 0% 20%);
  position: absolute;
  transition: all 0.25s ease;
}

@media screen and (max-width: 991px) {
  .single-project .project-left-info {
    margin-bottom: 50px;
  }
}

.single-project .project-right-info h3, .single-project .project-left-info h3 {
  font-size: 20px;
}

.single-project .client-div {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(101deg, #ffffff 36%, rgba(255, 255, 255, 0) 100%);
  height: auto;
  min-height: 250px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: nowrap;
  width: 100%;
}

.single-project .client-div .client-content {
  padding: 40px;
}

.single-project .client-div .client-content h4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.single-project .client-div .client-content .client_name {
  color: #757575;
  font-style: italic;
}

.single-project .client-div .icon-wrapper {
  min-width: 250px;
  width: 250px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}

.single-project .client-div .icon-wrapper img {
  width: 84px;
  height: 102px;
}

.single-project .department_subtitle {
  padding: 15px;
}

.project-image:hover {
  cursor: pointer;
}

.project-image:hover .gallery-overlay {
  transform: scale(1);
}

.gallery-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
  text-align: center;
}

.gallery-overlay .fullscreen-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  transition: .3s ease;
}

.project-sidebar {
  display: none;
}

#open-project {
  padding-left: 25px;
  background: #fff;
  color: #757575;
}

@media screen and (max-width: 580px) {
  #open-project {
    margin-left: 15px;
  }
}

#open-project img {
  padding-left: 25px;
}

.close-project-data {
  display: none;
}

.project-data-mobile {
  display: none;
}

.project-sidebar {
  z-index: 999;
}

.project-sidebar .project-data {
  width: 330px;
}

@media screen and (max-width: 991px) {
  .close-project-data {
    display: block;
    margin-left: 25px;
  }
  .project-data-mobile {
    display: block;
    position: relative;
    top: 15px;
  }
  .project-data {
    display: none;
  }
  .project-sidebar.set-width {
    width: 330px;
  }
  .project-sidebar {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 0;
    transition: 0.5s;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .project-sidebar .project-data {
    box-shadow: none;
    border-radius: 4px;
    display: block;
    width: 330px;
    padding-top: 115px !important;
  }
  .project-sidebar .project-data h4 {
    font-size: 16px;
    text-transform: uppercase;
  }
  .project-sidebar .project-data .data-header {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-flex;
    width: auto;
    align-items: center;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .single-project .client-div .icon-wrapper {
    min-width: 100px;
    width: 100px;
  }
  .single-project .client-div .icon-wrapper img {
    width: 56px;
    height: 68px;
  }
  .single-project .client-div .client-content {
    padding: 25px;
  }
}

@media screen and (max-width: 580px) {
  .project-sidebar .project-data {
    width: 400px;
    padding-top: 80px !important;
  }
  .project-sidebar.set-width {
    width: 100%;
  }
}

.about-info h3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.about-info h4 {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.btn-send-size, #send_button {
  max-width: 100%;
  width: 370px;
  height: 42px;
}

#send_button {
  border-radius: 4px;
  font-size: 20px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
}

#send_button img {
  margin-right: 8px;
  margin-bottom: 0;
  width: 24px !important;
  height: 24px;
}

#send_button:hover {
  background-color: #013a54 !important;
}

.form .form-check.checkbox {
  margin-bottom: 15px;
}

.form input, .form select, .form textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  border-bottom: 1px solid #cfcfcf;
  color: #000;
  margin-bottom: 25px;
}

.form .form-group {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form input[type="checkbox"] {
  margin-bottom: 5px;
}

.form #attach_text {
  border-bottom: 0;
}

.form input:read-only, .form textarea:read-only {
  background: #fff;
  cursor: default;
}

.form .btn-primary {
  color: #fff;
  border-radius: 4px;
}

.form input::placeholder, .form textarea::placeholder {
  color: #5a5a5a;
}

.form input:focus, .form textarea:focus, .form select:focus {
  box-shadow: none;
}

.form .custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 50px;
  color: #6a6a6a;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  user-select: none;
}

.form .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form .custom-check input:checked ~ .checkmark:after {
  display: block;
}

.form .custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: solid 1px #cfcfcf;
}

.form .custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form .custom-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form .custom-check input:checked ~ .checkmark {
  content: "\00a0";
}

.map-image {
  width: 100%;
  height: auto;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.map-btn {
  display: block;
  transform: translateY(-100px);
  background: #fff;
  width: 370px;
  color: #008acd;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .map-btn {
    transform: translateY(-80px);
  }
}

.help-block.form-field-error-label {
  color: red;
  font-size: 13px;
}

.career-blue #collapsingNavbar > ul > li:nth-child(3) {
  background-color: #008acd;
  color: #ffffff !important;
  border-radius: 4px;
  transition: all 300ms;
}

.career-blue #collapsingNavbar > ul > li:nth-child(3):hover {
  background-color: #013a54;
}

.career-blue #collapsingNavbar > ul > li:nth-child(3):hover a {
  color: #ffffff !important;
}

.career-blue #collapsingNavbar > ul > li:nth-child(3) a {
  color: #ffffff !important;
  background-color: transparent !important;
}

.hand-img {
  position: relative;
  top: -5px;
  left: -5px;
}

a:hover {
  text-decoration: none;
}

.color-grey {
  color: #6a6a6a;
}

.color-green {
  margin-bottom: 10px;
  color: #39a333;
  font-size: 16px;
  font-weight: bold;
}

.card {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 470px;
  min-height: 180px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: 0;
  margin-right: 45px;
  padding: 25px;
}

.card p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6a6a6a;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.top-card {
  top: -100px;
}

@media screen and (max-width: 991px) {
  .top-card {
    width: 360px;
    margin-right: 0;
    top: -150px;
  }
}

.carrier-gallery {
  margin-top: 200px;
  margin-bottom: 200px;
}

.carrier-gallery .gallery {
  border-right: 2px solid #F7F6F6;
  border-bottom: 2px solid #F7F6F6;
  width: 100%;
  height: 500px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .carrier-gallery .gallery {
    height: 360px;
  }
}

.carrier-gallery .gallery img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.lock-wrapper {
  margin-bottom: 45px;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.lockCover {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 10;
}

.sliderCon {
  width: 100%;
  height: 42px;
  background: transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.sliderRail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #e9e8e8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sliderRail span {
  line-height: 42px;
}

.sliderButton {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: #37b4aa;
  position: absolute;
  top: 2px !important;
  left: 4px;
  margin: 0;
  transition: 0.5s background;
  z-index: 10;
}

.sliderButton i {
  color: #fff;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.sliderRail:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: none;
  animation: shine 4s infinite;
}

@keyframes shine {
  100% {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 1.2s ease;
  }
}

.detail-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(150deg, #ffffff 36%, rgba(255, 255, 255, 0));
}

.job-detail-content-block {
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 35px 50px 15px 50px;
  margin-top: 25px;
}

@media screen and (max-width: 580px) {
  .job-detail-content-block {
    padding: 15px;
  }
}

.job-detail-content-block h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  margin-bottom: 25px;
  color: #6a6a6a;
}

@media screen and (max-width: 580px) {
  .job-detail-content-block h3 {
    text-align: center;
  }
}

.job-detail-content-block h3 strong {
  color: #6a6a6a;
}

.job-detail-content-block strong {
  color: #000000;
}

.job-detail-content-block p {
  color: #6a6a6a;
}

.job-detail-content-block ul {
  margin-left: -20px;
}

.job-detail-content-block ul li {
  list-style: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #6a6a6a;
  padding: 3px 0 15px 10px;
  position: relative;
}

.job-detail-content-block ul li:before {
  content: "";
  display: inline;
  width: 15px;
  height: 15px;
  background-image: url("/themes/zengo2020/assets/images/bullet.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  top: 6px;
  left: -20px;
  position: absolute;
  z-index: 1;
}

.btn-upload {
  border-radius: 4px;
  background-color: #38b5aa;
  color: #fff;
  width: 170px;
  font-size: 20px;
  height: 42px;
}

@media screen and (max-width: 580px) {
  .btn-upload {
    margin-left: 0;
  }
}

.btn-upload img {
  margin-right: 5px;
}

#upload_section label {
  margin-left: 15px;
}

div.control-multi-file-uploader .clickable {
  border: 0 !important;
}

.form .btn-primary {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

footer {
  background-image: linear-gradient(to right, #008acd, #38b5aa 100%);
  padding-top: 50px;
}

footer > .container-section {
  margin-bottom: 0;
}

footer .footer-upper {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

footer .footer-upper .footer-item {
  display: inline-flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
}

@media screen and (max-width: 1600px) {
  footer .footer-upper .footer-item:last-child {
    margin-right: 65px;
  }
}

footer .footer-upper .footer-item .footer-title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 35px;
}

footer .footer-upper .footer-item a.simple-link {
  margin-bottom: 10px;
}

footer .footer-upper .footer-item a.ghost-button {
  margin-bottom: 20px;
  min-width: 262px;
}

footer .footer-lower {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 20px;
}

footer .footer-lower a:not(:last-child) {
  margin-right: 20px;
}

footer .footer-lower .copyright {
  color: #ffffff;
  font-size: 13px;
}

@media screen and (max-width: 1460px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  footer .footer-upper {
    flex-wrap: wrap;
  }
  footer .footer-upper .footer-item {
    width: 33.33%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  footer .footer-upper .footer-item:first-child {
    flex-flow: row;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
  }
  footer .footer-upper .footer-item:first-child .footer-title {
    width: 100%;
    text-align: center;
  }
  footer .footer-upper .footer-item:first-child a {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .footer-upper .footer-item:last-child {
    margin-right: 0;
  }
  footer .footer-upper .footer-item .footer-title {
    font-size: 20px;
  }
  footer .footer-lower {
    margin-top: 50px;
    flex-flow: column;
    flex-direction: column;
  }
  footer .footer-lower .link-list {
    margin-bottom: 20px;
    max-width: 400px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-upper .footer-item {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-upper .footer-item:first-child a {
    min-width: 0;
    width: calc(50% - 15px);
    padding-left: 15px;
    padding-right: 15px;
    flex-flow: wrap;
  }
  footer .footer-upper .footer-item:first-child a:nth-child(2) {
    margin-left: 0;
    margin-right: 15px;
  }
  footer .footer-upper .footer-item:first-child a:nth-child(3) {
    margin-left: 15px;
    margin-right: 0;
  }
  footer .footer-upper .footer-item .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .footer-lower {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    padding-bottom: 120px;
  }
  footer .footer-lower .link-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .footer-lower a {
    margin-right: 0;
  }
}

@media screen and (max-width: 580px) {
  footer .footer-upper .footer-item {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-upper .footer-item:first-child a {
    min-height: 64px;
  }
}

@keyframes mouseHoverTitle {
  0% {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  100% {
    max-height: 156px;
  }
}

@keyframes mouseOverTitle {
  0% {
    max-height: 156px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  99% {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    max-height: 78px;
  }
  100% {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 78px;
  }
}

@keyframes mouseHoverDescription {
  0% {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  100% {
    max-height: 140px;
  }
}

@keyframes mouseOverDescription {
  0% {
    max-height: 140px;
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  99% {
    -webkit-line-clamp: 7;
    line-clamp: 7;
    max-height: 40px;
  }
  100% {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 40px;
  }
}

.blog-breadcrumb {
  padding-top: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 970px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.blog-breadcrumb .sep {
  color: #6a6a6a;
  font-size: 28px;
  font-weight: 500;
  margin: 0 15px;
}

.blog-breadcrumb .blog-parent {
  color: #6a6a6a;
  font-size: 28px;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .blog-breadcrumb .blog-parent {
    font-size: 22px;
  }
}

.blog-breadcrumb .blog-parent:first-letter {
  text-transform: uppercase;
}

.blog-breadcrumb .blog-parent:hover {
  color: #38b5aa;
}

.blog-breadcrumb .blog-name {
  color: #6a6a6a;
  font-size: 28px;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .blog-breadcrumb .blog-name {
    font-size: 22px;
  }
}

.blog-breadcrumb .blog-name:first-letter {
  text-transform: uppercase;
}

.single-blog .blog-post .blog-header {
  width: 100%;
  height: 380px;
  position: relative;
  z-index: 1;
  background-color: #565656;
}

@media screen and (max-width: 1400px) {
  .single-blog .blog-post .blog-header {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .single-blog .blog-post .blog-header {
    height: auto;
  }
}

.single-blog .blog-post .blog-header .blog-image {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .single-blog .blog-post .blog-header .blog-image {
    position: static;
    height: 360px;
  }
}

@media screen and (max-width: 580px) {
  .single-blog .blog-post .blog-header .blog-image {
    height: 280px;
  }
}

.single-blog .blog-post .blog-header .blog-image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog .blog-post .blog-header .blog-details {
  width: 50%;
  margin-left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  padding: 15px 30px;
}

@media screen and (max-width: 991px) {
  .single-blog .blog-post .blog-header .blog-details {
    width: 100%;
    height: auto;
    padding: 25px 30px;
    margin-left: 0;
    background-image: linear-gradient(to right, #008acd, #38b5aa 100%);
  }
}

.single-blog .blog-post .blog-header .blog-details .blog-category {
  margin-top: auto;
  margin-bottom: 30px;
}

.single-blog .blog-post .blog-header .blog-details .blog-category span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories {
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
}

.single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li {
  padding: 0;
  margin: 0 20px 0 0;
}

.single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li a:visited, .single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li a:link {
  color: #ffffff;
}

.single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li a:focus, .single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li a:hover, .single-blog .blog-post .blog-header .blog-details .blog-category ul.blog-categories li a:active {
  color: #38b5aa;
}

.single-blog .blog-post .blog-header .blog-details .blog-title {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -1px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .single-blog .blog-post .blog-header .blog-details .blog-title {
    font-size: 28px;
  }
}

.single-blog .blog-post .blog-header .blog-details ul.blog-tags {
  padding: 0;
  margin: 0 0 25px 0;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
}

.single-blog .blog-post .blog-header .blog-details ul.blog-tags li {
  padding: 0;
  margin: 0 20px 0 0;
}

.single-blog .blog-post .blog-header .blog-details ul.blog-tags li a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.single-blog .blog-post .blog-header .blog-details ul.blog-tags li a:visited, .single-blog .blog-post .blog-header .blog-details ul.blog-tags li a:link {
  color: #ffffff;
}

.single-blog .blog-post .blog-header .blog-details ul.blog-tags li a:focus, .single-blog .blog-post .blog-header .blog-details ul.blog-tags li a:hover, .single-blog .blog-post .blog-header .blog-details ul.blog-tags li a:active {
  color: #38b5aa;
}

.single-blog .blog-post .blog-header .blog-details .blog-header-bottom {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.single-blog .blog-post .blog-header .blog-details .blog-header-bottom .blog-time {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.2px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}

.single-blog .blog-post .blog-header .blog-details .blog-header-bottom .blog-time img {
  margin-right: 10px;
}

.single-blog .blog-post .blog-header .blog-details .blog-header-bottom .blog-published {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #ffffff;
}

.single-blog .blog-post .blog-content {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0 auto;
  color: #6a6a6a;
  font-size: 18px;
}

.single-blog .blog-post .blog-content p {
  display: block;
  margin-bottom: 25px;
}

.single-blog .blog-post .blog-content b, .single-blog .blog-post .blog-content strong {
  font-weight: bold;
}

.single-blog .blog-post .blog-content h1, .single-blog .blog-post .blog-content h2, .single-blog .blog-post .blog-content h3, .single-blog .blog-post .blog-content h4, .single-blog .blog-post .blog-content h5, .single-blog .blog-post .blog-content h6 {
  line-height: 1.3;
  display: block;
  color: #6a6a6a;
}

.single-blog .blog-post .blog-content h1, .single-blog .blog-post .blog-content h2, .single-blog .blog-post .blog-content h3 {
  margin-top: 15px;
  margin-bottom: 40px;
}

.single-blog .blog-post .blog-content h4, .single-blog .blog-post .blog-content h5, .single-blog .blog-post .blog-content h6 {
  margin-top: 0;
  margin-bottom: 25px;
}

.single-blog .blog-post .blog-content h1 {
  font-size: 32px;
}

.single-blog .blog-post .blog-content h2 {
  font-size: 28px;
}

.single-blog .blog-post .blog-content h3 {
  font-size: 26px;
}

.single-blog .blog-post .blog-content h4 {
  font-size: 23px;
}

.single-blog .blog-post .blog-content h5 {
  font-size: 22px;
}

.single-blog .blog-post .blog-content h6 {
  font-size: 20px;
}

.single-blog .blog-post .blog-content pre {
  background-color: #212529;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  margin-bottom: 25px;
}

.single-blog .blog-post .blog-content img {
  display: block;
  width: 100vw;
  max-width: 1400px !important;
  margin-left: calc(-700px + 50%);
  height: auto;
}

@media screen and (max-width: 1400px) {
  .single-blog .blog-post .blog-content img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

.single-blog .blog-post .blog-content img[alt*="100%"], .single-blog .blog-post .blog-content img[alt="100%"] {
  width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 1400px) {
  .single-blog .blog-post .blog-content img[alt*="100%"], .single-blog .blog-post .blog-content img[alt="100%"] {
    width: 100%;
    margin-left: 0;
  }
}

.single-blog .blog-post .blog-content hr {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #38b5aa;
}

.single-blog .blog-post .blog-content a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #38b5aa;
  text-decoration: underline;
}

.single-blog .blog-post .blog-content a:visited, .single-blog .blog-post .blog-content a:link {
  color: #38b5aa;
  text-decoration: underline;
}

.single-blog .blog-post .blog-content a:focus, .single-blog .blog-post .blog-content a:hover, .single-blog .blog-post .blog-content a:active {
  color: #008acd;
  text-decoration: underline;
}

.single-blog .blog-post .blog-content blockquote {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #38b5aa;
  font-style: italic;
}

.single-blog .blog-post .blog-content ul {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
  width: 100%;
}

.single-blog .blog-post .blog-content ul li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  line-height: 24px;
}

.single-blog .blog-post .blog-content ul li a {
  line-height: 24px;
}

.single-blog .blog-post .blog-content ul li:before {
  width: 0;
  height: 0;
  border-top: 15px solid #38b5aa;
  border-left: 15px solid transparent;
  display: block;
  content: "";
  top: 4px;
  left: -30px;
  position: absolute;
  z-index: 1;
}

.single-blog .blog-post .blog-content *:last-child {
  margin-bottom: 0 !important;
}

.single-blog .blog-footer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.single-blog .blog-footer .simple-link {
  font-size: 18px !important;
}

.single-blog .blog-footer .blog-share {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 580px) {
  .single-blog .blog-footer .blog-share {
    flex-flow: column;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}

.single-blog .blog-footer .blog-share a {
  height: 44px;
  border-radius: 4px;
  color: #ffffff;
  padding-left: 60px;
  padding-right: 20px;
  font-size: 20px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  .single-blog .blog-footer .blog-share a {
    width: 170px;
  }
}

@media screen and (max-width: 580px) {
  .single-blog .blog-footer .blog-share a {
    width: 240px;
    margin-bottom: 15px;
  }
  .single-blog .blog-footer .blog-share a:last-child {
    margin-bottom: 0;
  }
}

.single-blog .blog-footer .blog-share a.blog-facebook {
  background-color: #1777f2;
  background-image: url("/themes/zengo2020/assets/images/blog-icon-facebook.svg");
  background-position: 20px 9px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.single-blog .blog-footer .blog-share a.blog-facebook:hover, .single-blog .blog-footer .blog-share a.blog-facebook:focus {
  background-color: #38b5aa;
}

.single-blog .blog-footer .blog-share a.blog-twitter {
  background-color: #1c95e0;
  background-image: url("/themes/zengo2020/assets/images/blog-icon-twitter.svg");
  background-position: 20px 11px;
  background-size: 24px 20px;
  background-repeat: no-repeat;
}

.single-blog .blog-footer .blog-share a.blog-twitter:hover, .single-blog .blog-footer .blog-share a.blog-twitter:focus {
  background-color: #38b5aa;
}

.single-blog .blog-footer .blog-share a.blog-linkedin {
  background-color: #2d72ac;
  background-image: url("/themes/zengo2020/assets/images/blog-icon-linkedin.svg");
  background-position: 20px 10px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.single-blog .blog-footer .blog-share a.blog-linkedin:hover, .single-blog .blog-footer .blog-share a.blog-linkedin:focus {
  background-color: #38b5aa;
}

.featured-blogs {
  display: grid !important;
  width: 100%;
  justify-items: stretch;
  align-items: stretch;
  overflow: hidden;
  gap: 2px;
  background-color: #ffffff;
  position: relative;
}

.featured-blogs .slick-dots {
  display: none !important;
}

.featured-blogs[data-items="3"] {
  grid-template-columns: fit-content(33.33%) fit-content(33.33%) fit-content(33.33%);
  grid-template-rows: 100%;
  margin-bottom: 25px;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="3"] {
    display: flex !important;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: transparent;
    padding-bottom: 40px;
    height: 440px;
  }
  .featured-blogs[data-items="3"] .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex !important;
    flex-flow: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .featured-blogs[data-items="3"] .slick-dots li {
    margin: 0 10px;
  }
  .featured-blogs[data-items="3"] .slick-dots li.slick-active button {
    background-color: #38b5aa;
  }
  .featured-blogs[data-items="3"] .slick-dots li button {
    display: block;
    background-color: #939393;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
    border: none !important;
    outline: none !important;
    transition: all 300ms ease-in-out;
  }
  .featured-blogs[data-items="3"] .slick-dots li button:focus, .featured-blogs[data-items="3"] .slick-dots li button:active {
    border: none !important;
    outline: none !important;
  }
  .featured-blogs[data-items="3"] .slick-dots li button:hover {
    background-color: #38b5aa;
  }
}

.featured-blogs[data-items="3"] .blog-item-featured {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="3"] .blog-item-featured {
    width: 100%;
    min-width: 100%;
  }
}

.featured-blogs[data-items="3"] .blog-item-featured:nth-child(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.featured-blogs[data-items="3"] .blog-item-featured:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.featured-blogs[data-items="3"] .blog-item-featured:nth-child(3) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}

.featured-blogs[data-items="3"] .blog-item-featured:hover .featured-background .blog-excerpt {
  animation: mouseHoverDescription 300ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 300ms;
}

.featured-blogs[data-items="3"] .blog-item-featured .featured-background .blog-title {
  color: #ffffff;
  font-size: 23px;
  transition: all 300ms ease-in-out;
  margin: 0;
  display: block;
  width: 100%;
}

.featured-blogs[data-items="3"] .blog-item-featured .featured-background .blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  overflow: hidden;
  max-height: 40px;
  height: auto;
  transition: all 300ms ease-in-out;
  margin: 15px 0 0 0;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  position: relative;
  animation: mouseOverDescription 300ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 300ms;
  /* autoprefixer: off */
}

.featured-blogs[data-items="4"] {
  grid-template-columns: fit-content(33.33%) fit-content(33.33%) fit-content(33.33%) fit-content(33.33%);
  grid-template-rows: 50% 50%;
  height: 600px;
}

@media screen and (max-width: 1200px) {
  .featured-blogs[data-items="4"] {
    grid-template-columns: fit-content(20%) fit-content(20%) fit-content(30%) fit-content(30%);
  }
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="4"] {
    grid-template-columns: fit-content(50%) fit-content(50%);
  }
}

@media screen and (max-width: 600px) {
  .featured-blogs[data-items="4"] {
    display: flex !important;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: transparent;
    padding-bottom: 40px;
    height: 440px;
  }
  .featured-blogs[data-items="4"] .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex !important;
    flex-flow: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .featured-blogs[data-items="4"] .slick-dots li {
    margin: 0 10px;
  }
  .featured-blogs[data-items="4"] .slick-dots li.slick-active button {
    background-color: #38b5aa;
  }
  .featured-blogs[data-items="4"] .slick-dots li button {
    display: block;
    background-color: #939393;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent;
    border: none !important;
    outline: none !important;
    transition: all 300ms ease-in-out;
  }
  .featured-blogs[data-items="4"] .slick-dots li button:focus, .featured-blogs[data-items="4"] .slick-dots li button:active {
    border: none !important;
    outline: none !important;
  }
  .featured-blogs[data-items="4"] .slick-dots li button:hover {
    background-color: #38b5aa;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured {
  height: 100%;
}

@media screen and (max-width: 600px) {
  .featured-blogs[data-items="4"] .blog-item-featured {
    width: 100%;
    min-width: 100%;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="4"] .blog-item-featured:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .featured-blogs[data-items="4"] .blog-item-featured:nth-child(1) .blog-excerpt {
    display: none !important;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 3 / 5;
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="4"] .blog-item-featured:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(2) .blog-excerpt {
  display: none !important;
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="4"] .blog-item-featured:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(3) .blog-excerpt {
  display: none !important;
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(4) {
  grid-row: 2 / 3;
  grid-column: 4 / 5;
}

@media screen and (max-width: 991px) {
  .featured-blogs[data-items="4"] .blog-item-featured:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured:nth-child(4) .blog-excerpt {
  display: none !important;
}

.featured-blogs[data-items="4"] .blog-item-featured:hover .featured-background .blog-title {
  animation: mouseHoverTitle 300ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 300ms;
}

@media screen and (max-width: 600px) {
  .featured-blogs[data-items="4"] .blog-item-featured:hover .featured-background .blog-title {
    animation: none;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured:hover .featured-background .blog-excerpt {
  animation: mouseHoverDescription 300ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 300ms;
}

.featured-blogs[data-items="4"] .blog-item-featured .featured-background .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  color: #ffffff;
  font-size: 23px;
  transition: all 300ms ease-in-out;
  margin: 0;
  width: 100%;
  line-height: 26px;
  overflow: hidden;
  max-height: 78px;
  height: auto;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  animation: mouseOverTitle 300ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 300ms;
  /* autoprefixer: off */
}

@media screen and (max-width: 600px) {
  .featured-blogs[data-items="4"] .blog-item-featured .featured-background .blog-title {
    animation: none;
    max-height: none;
  }
}

.featured-blogs[data-items="4"] .blog-item-featured .featured-background .blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  overflow: hidden;
  max-height: 40px;
  height: auto;
  transition: all 300ms ease-in-out;
  margin: 15px 0 0 0;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  position: relative;
  animation: mouseOverDescription 300ms ease-in-out;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  animation-duration: 300ms;
  /* autoprefixer: off */
}

.featured-blogs .blog-item-featured {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.featured-blogs .blog-item-featured:hover .blog-img {
  transform: scale(1.15);
}

.featured-blogs .blog-item-featured:hover .featured-background .blog-title {
  color: #008acd;
}

.featured-blogs .blog-item-featured .blog-img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms ease-in-out;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-blogs .blog-item-featured .featured-background {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease-in-out;
}

.blogs {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  max-width: 970px;
  padding-top: 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blogs {
    flex-flow: column;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 30px;
  }
}

.blogs .blog-posts {
  width: 670px;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .blogs .blog-posts {
    margin-right: 0;
    width: 100%;
  }
}

.blogs .blog-posts article.blog-item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
  width: 100%;
}

.blogs .blog-posts article.blog-item:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #38b5aa;
}

.blogs .blog-posts article.blog-item .blog-date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #6a6a6a;
  margin-bottom: 15px;
}

.blogs .blog-posts article.blog-item .blog-title {
  margin-bottom: 5px;
}

.blogs .blog-posts article.blog-item .blog-title:visited h2, .blogs .blog-posts article.blog-item .blog-title:link h2 {
  color: #6a6a6a;
}

.blogs .blog-posts article.blog-item .blog-title:focus h2, .blogs .blog-posts article.blog-item .blog-title:hover h2, .blogs .blog-posts article.blog-item .blog-title:active h2 {
  color: #38b5aa;
}

.blogs .blog-posts article.blog-item .blog-title h2 {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: -1px;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .blogs .blog-posts article.blog-item .blog-title h2 {
    font-size: 28px;
  }
}

.blogs .blog-posts article.blog-item .category-outer {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
}

.blogs .blog-posts article.blog-item .category-outer > span {
  flex-grow: 0;
  flex-shrink: 0;
  color: #6a6a6a;
}

.blogs .blog-posts article.blog-item .category-outer .blog-categories {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.blogs .blog-posts article.blog-item .category-outer .blog-categories li {
  padding: 0;
  margin: 0 25px 0 0;
}

.blogs .blog-posts article.blog-item .category-outer .blog-categories li a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #38b5aa;
}

.blogs .blog-posts article.blog-item .category-outer .blog-categories li a:visited, .blogs .blog-posts article.blog-item .category-outer .blog-categories li a:link {
  color: #38b5aa;
}

.blogs .blog-posts article.blog-item .category-outer .blog-categories li a:focus, .blogs .blog-posts article.blog-item .category-outer .blog-categories li a:hover, .blogs .blog-posts article.blog-item .category-outer .blog-categories li a:active {
  color: #008acd;
}

.blogs .blog-posts article.blog-item .blog-img {
  width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.blogs .blog-posts article.blog-item .blog-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blogs .blog-posts article.blog-item .blog-excerpt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #6a6a6a;
  text-align: justify;
}

.blogs .blog-posts article.blog-item .blog-more {
  margin-left: auto;
  margin-right: 0;
  align-self: flex-end;
  padding: 5px;
}

.blogs .blog-sidebar {
  width: 270px;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .blogs .blog-sidebar {
    width: 100%;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .blogs .blog-sidebar.sticky-sidebar-top {
    position: sticky;
    top: 130px;
    right: 0;
    z-index: 2;
  }
  .blogs .blog-sidebar.sticky-sidebar-bottom {
    align-self: flex-end;
    margin-bottom: 0;
    margin-top: auto;
  }
}

@media screen and (max-width: 700px) {
  .blogs .blog-sidebar {
    flex-flow: column;
    flex-direction: column;
  }
}

.blogs .blog-sidebar aside {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .blogs .blog-sidebar aside {
    width: calc(33.33% - 5px);
  }
  .blogs .blog-sidebar aside:first-child {
    margin-right: 7.5px;
  }
  .blogs .blog-sidebar aside:last-child {
    margin-left: 7.5px;
  }
}

@media screen and (max-width: 700px) {
  .blogs .blog-sidebar aside {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blogs .blog-sidebar aside:last-child {
    margin-bottom: 0 !important;
  }
}

.blogs .blog-sidebar aside .widget_title {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  margin-bottom: 15px;
}

.blogs .blog-sidebar aside .widget_title a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #6a6a6a;
  margin: 0;
  line-height: 22px;
}

.blogs .blog-sidebar aside .all-blog {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: -0.2px;
  color: #6a6a6a;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
}

.blogs .blog-sidebar aside .all-blog:hover {
  color: #38b5aa;
}

.blogs .blog-sidebar aside ul.list-group {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.blogs .blog-sidebar aside ul.list-group.tags {
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 5px;
  /*
                            &:after {
                                color: #6a6a6a;
                                content: ",";
                                display: inline-block;
                                text-indent: -3px;
                            }
                            */
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size] {
  font-size: 23px;
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="1"], .blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="2"] {
  font-size: 16px;
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="3"], .blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="4"] {
  font-size: 18px;
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="5"], .blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="6"] {
  font-size: 20px;
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="7"], .blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="8"] {
  font-size: 22px;
}

.blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="9"], .blogs .blog-sidebar aside ul.list-group.tags li.list-group-item[data-size="10"] {
  font-size: 23px;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item {
  padding: 0;
  border-radius: 0;
  border: none;
  position: static;
  font-size: 16px;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item.active {
  background-color: transparent;
  z-index: unset;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item.active a {
  color: #38b5aa;
  font-weight: bold;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item.active a:visited, .blogs .blog-sidebar aside ul.list-group li.list-group-item.active a:link {
  color: #38b5aa;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item:not(:last-child) {
  margin-bottom: 10px;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #6a6a6a;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item a span.badge {
  font-weight: normal;
  background-color: #38b5aa;
  color: #ffffff;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin-left: 5px;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item a:visited, .blogs .blog-sidebar aside ul.list-group li.list-group-item a:link {
  color: #6a6a6a;
}

.blogs .blog-sidebar aside ul.list-group li.list-group-item a:focus, .blogs .blog-sidebar aside ul.list-group li.list-group-item a:hover, .blogs .blog-sidebar aside ul.list-group li.list-group-item a:active {
  color: #38b5aa;
}

.blogs .blog-pagination {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.blogs .blog-pagination a {
  display: block;
  width: 100px;
  height: 55px;
  border-radius: 4px;
  background-color: #38b5aa;
}

.blogs .blog-pagination a:hover {
  background-color: #008acd;
}

.blogs .blog-pagination a:first-child {
  background-image: url("/themes/zengo2020/assets/images/blog-arrow-left.svg");
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: auto;
}

.blogs .blog-pagination a:last-child {
  background-image: url("/themes/zengo2020/assets/images/blog-arrow-right.svg");
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: 0;
}

.blogs .blog-pagination a.inactive {
  background-color: #b5b5b5;
  pointer-events: none;
}

.blogs .blog-pagination a.inactive:hover {
  background-color: #b5b5b5;
}

.blogs .blog-pagination span {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 55px;
  letter-spacing: normal;
  text-align: center;
  color: #6a6a6a;
  margin-left: auto;
  margin-right: auto;
}

aside.related-series {
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}

@media screen and (max-width: 991px) {
  aside.related-series {
    padding: 20px 25px;
  }
}

aside.related-series + .featured-blogs {
  display: none !important;
}

aside.related-series .widget_title {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #6a6a6a;
}

@media screen and (max-width: 991px) {
  aside.related-series .widget_title {
    font-size: 20px;
  }
}

aside.related-series ul.list-group {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: square;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

aside.related-series ul.list-group li.list-group-item {
  display: list-item;
  padding: 0;
  border-radius: 0;
  border: none;
  position: static;
  font-size: 20px;
  color: #6a6a6a;
}

@media screen and (max-width: 991px) {
  aside.related-series ul.list-group li.list-group-item {
    font-size: 18px;
  }
}

aside.related-series ul.list-group li.list-group-item.active {
  background-color: transparent;
  z-index: unset;
  color: #38b5aa;
}

aside.related-series ul.list-group li.list-group-item.active a {
  color: #38b5aa;
  font-weight: bold;
}

aside.related-series ul.list-group li.list-group-item.active a:visited, aside.related-series ul.list-group li.list-group-item.active a:link {
  color: #38b5aa;
}

aside.related-series ul.list-group li.list-group-item:not(:last-child) {
  margin-bottom: 10px;
}

aside.related-series ul.list-group li.list-group-item a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #6a6a6a;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}

aside.related-series ul.list-group li.list-group-item a:visited, aside.related-series ul.list-group li.list-group-item a:link {
  color: #6a6a6a;
}

aside.related-series ul.list-group li.list-group-item a:focus, aside.related-series ul.list-group li.list-group-item a:hover, aside.related-series ul.list-group li.list-group-item a:active {
  color: #38b5aa;
}

@media only screen and (max-width: 460px) {
  @-o-viewport {
    width: 460px;
  }
  @viewport {
    width: 460px;
  }
}

body {
  background-color: #f7f6f6;
}

body:not(.single-page) main#container {
  background-image: url("/storage/app/media/bottom-bg-triangle.svg");
  background-position: left bottom;
  background-size: 868px 868px;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  body:not(.single-page) main#container {
    background-size: 434px 434px;
  }
}

@media screen and (max-width: 580px) {
  body:not(.single-page) main#container {
    background-image: none;
  }
}

body main#container {
  overflow: hidden;
  min-height: calc(100vh - 468px);
}

body main#container > *:last-child {
  margin-bottom: 0;
}

body main#container img {
  max-width: 100%;
}

body main#container img[alt^="Desktop"], body main#container img[alt^="desktop"] {
  width: auto !important;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

body main#container img[alt^="Mobil"], body main#container img[alt^="mobil"] {
  display: none;
}

@media screen and (max-width: 1024px) {
  body main#container img[alt^="Desktop"], body main#container img[alt^="desktop"] {
    display: none !important;
  }
  body main#container img[alt^="Mobil"], body main#container img[alt^="mobil"] {
    width: auto !important;
    margin: 0 auto;
    display: block !important;
    max-width: 100%;
  }
}

body.layout-2021:not(.single-page) main#container {
  margin-top: 100px;
}

@media screen and (max-width: 1460px) {
  body.layout-2021:not(.single-page) main#container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  body.layout-2021:not(.single-page) main#container {
    margin-top: 80px;
  }
}

body.layout-2021 .featured-image {
  position: relative;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .featured-image {
    background-size: 30%;
  }
}

body.layout-2021 .featured-image:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-image: linear-gradient(to right, #008acd 17%, #38b5aa 76%);
}

body.layout-2021 .triangle-style {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style {
    flex-flow: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
}

body.layout-2021 .triangle-style + .custom-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  max-height: 100%;
}

body.layout-2021 .triangle-style .background-video, body.layout-2021 .triangle-style .background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .background-video, body.layout-2021 .triangle-style .background-image {
    position: relative;
    height: 360px;
  }
}

@media screen and (max-width: 580px) {
  body.layout-2021 .triangle-style .background-video, body.layout-2021 .triangle-style .background-image {
    height: 280px;
  }
}

body.layout-2021 .triangle-style .feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-width: 500px;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content {
    max-width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: linear-gradient(to right, #008acd 17%, #38b5aa 76%);
  }
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content.inside {
    background-image: none;
    background-color: transparent;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content.inside .triangle-text {
    text-align: right;
    padding-left: 20%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }
}

body.layout-2021 .triangle-style .feature-content .project-logo {
  position: absolute;
  background: #ffffff;
  width: 120px;
  height: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  z-index: 9;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

body.layout-2021 .triangle-style .feature-content .project-logo img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 10px;
  display: block;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content .project-logo {
    display: none;
  }
}

body.layout-2021 .triangle-style .feature-content > svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content > svg {
    display: none;
  }
}

body.layout-2021 .triangle-style .feature-content .triangle-text {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  padding: 25px;
  width: 380px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content .triangle-text {
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding: 25px 30px;
  }
}

body.layout-2021 .triangle-style .feature-content h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 0;
}

@media screen and (max-width: 580px) {
  body.layout-2021 .triangle-style .feature-content h1 {
    font-size: 26px;
  }
}

body.layout-2021 .triangle-style .feature-content h2 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  body.layout-2021 .triangle-style .feature-content h2 {
    font-size: 18px;
  }
}

body.layout-2021 .test-title {
  display: block;
  padding-top: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

body.layout-2021 .test-image {
  display: block;
  max-width: 100%;
  height: auto;
  padding-left: 50px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.layout-2021 .test-image {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.simple-section {
  margin-top: 50px;
  padding: 50px;
  background-color: #ffffff;
}

@media screen and (max-width: 580px) {
  .simple-section {
    padding: 25px;
  }
}

.simple-section.palyazat {
  padding: 0;
}

.simple-section.palyazat + .palyazat {
  margin-top: 25px;
}

.simple-section.palyazat a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px;
  transition: all 300ms ease-in-out;
}

.simple-section.palyazat a h4 {
  font-weight: bold;
  color: #545454;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .simple-section.palyazat a h4 {
    font-size: 16px;
  }
}

.simple-section.palyazat a h3 {
  font-weight: normal;
  color: #000000;
  font-size: 22px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .simple-section.palyazat a h3 {
    font-size: 20px;
  }
}

.simple-section.palyazat a:hover h3, .simple-section.palyazat a:hover h4 {
  color: #008acd;
}

.simple-section p, .simple-section li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #6a6a6a;
}

@media screen and (max-width: 580px) {
  .simple-section img:not(.no-size) {
    width: 100% !important;
    height: auto;
    float: none;
    margin-bottom: 25px;
  }
}

.single-image-banner {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .single-image-banner.full-size {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.slider-block {
  position: relative;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.slider-block.max-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slider-block .one-slider {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 500px;
  position: relative;
}

.slider-block .one-slider .slider-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.slider-block .one-slider .slider-content {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 35%;
  color: #ffffff;
  width: 100%;
}

.slider-block .one-slider .slider-content .slider-title {
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: -0.3px;
  margin-top: 0;
  margin-bottom: 15px;
}

.slider-block .one-slider .slider-content .slider-description {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin-top: 0;
  margin-bottom: 80px;
}

.slider-block .one-slider .slider-triangle {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  right: 0;
  width: auto;
  height: 500px;
}

.simple-link {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  background: transparent;
  transition: all 300ms;
  text-decoration: none;
  outline: none !important;
  width: auto;
  cursor: pointer;
}

.simple-link.small {
  font-size: 13px;
}

.simple-link:focus, .simple-link:hover, .simple-link:visited, .simple-link:link, .simple-link:active {
  outline: none !important;
}

.simple-link.blue {
  color: #008acd;
}

.simple-link.blue:focus, .simple-link.blue:hover, .simple-link.blue:active {
  color: #008acd;
}

.simple-link.white {
  color: #ffffff;
}

.simple-link.white:focus, .simple-link.white:hover, .simple-link.white:active {
  color: #ffffff;
}

.simple-link.purple {
  color: #9e579d;
}

.simple-link.purple:focus, .simple-link.purple:hover, .simple-link.purple:active {
  color: #9e579d;
}

.simple-link.turquoise {
  color: #0bf8e4;
}

.simple-link.turquoise:focus, .simple-link.turquoise:hover, .simple-link.turquoise:active {
  color: #0bf8e4;
}

.simple-link.turquoise-light {
  color: #38b5aa;
}

.simple-link.turquoise-light:focus, .simple-link.turquoise-light:hover, .simple-link.turquoise-light:active {
  color: #38b5aa;
}

.ghost-button {
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.1px;
  text-align: center;
  line-height: 20px;
  padding: 11px 25px;
  border-radius: 4px;
  background: transparent;
  transition: all 300ms;
  text-decoration: none;
  outline: none !important;
  min-width: 200px;
  width: auto;
  cursor: pointer;
}

.ghost-button.icon-button {
  min-width: 100px;
}

.ghost-button:focus, .ghost-button:hover, .ghost-button:visited, .ghost-button:link, .ghost-button:active {
  outline: none !important;
}

.ghost-button.green-fill {
  color: #ffffff;
  border: 1px solid #38b5aa;
  background-color: #38b5aa;
}

.ghost-button.green-fill:visited, .ghost-button.green-fill:link, .ghost-button.green-fill:active {
  color: #ffffff;
}

.ghost-button.green-fill:focus, .ghost-button.green-fill:hover {
  color: #ffffff;
  background-color: #008acd;
  border: 1px solid #008acd;
}

.ghost-button.black-normal {
  color: #000000;
  border: 1px solid #000000;
}

.ghost-button.black-normal:visited, .ghost-button.black-normal:link, .ghost-button.black-normal:active {
  color: #000000;
}

.ghost-button.white-normal {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.ghost-button.white-normal:visited, .ghost-button.white-normal:link, .ghost-button.white-normal:active {
  color: #ffffff;
}

.ghost-button.blue-normal {
  color: #008acd;
  border: 1px solid #008acd;
}

.ghost-button.blue-normal:visited, .ghost-button.blue-normal:link, .ghost-button.blue-normal:active {
  color: #008acd;
}

.ghost-button.turquoise-normal {
  color: #0bf8e4;
  border: 1px solid #0bf8e4;
}

.ghost-button.turquoise-normal:visited, .ghost-button.turquoise-normal:link, .ghost-button.turquoise-normal:active {
  color: #0bf8e4;
}

.ghost-button.white-hover:focus, .ghost-button.white-hover:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.ghost-button.blue-hover:focus, .ghost-button.blue-hover:hover {
  color: #ffffff;
  background-color: #008acd;
  border: 1px solid #008acd;
}

.ghost-button.turquoise-hover:focus, .ghost-button.turquoise-hover:hover {
  color: #000000;
  background-color: #0bf8e4;
  border: 1px solid #0bf8e4;
}

.container-section {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 80px auto;
}

.container-section.header-block {
  margin-bottom: 0;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block-background {
  border-radius: 4px;
  background-image: linear-gradient(118deg, #ececec, rgba(236, 236, 236, 0) 100%);
  padding: 50px 35px 50px 35px;
}

.block-background.white-background {
  background-image: none;
  background-color: #ffffff;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6a6a6a;
  line-height: 42px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }
}

.section-subtitle {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 40px;
  padding-left: 35px;
  padding-right: 35px;
}

.services-list {
  padding-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% + 20px);
}

.services-list .service-item {
  width: calc(25% - 20px);
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #ffffff;
  min-height: 90px;
  border-radius: 4px;
}

.services-list .service-item:not(:hover) .service-title {
  color: #000000 !important;
}

.services-list .service-item .service-icon-outer {
  width: 40px;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.services-list .service-item .service-icon {
  display: block;
}

.services-list .service-item .service-title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.2px;
  margin-left: 20px;
  transition: all 300ms;
}

.partner-list {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.partner-list .partner-item {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: calc(14.28% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}

.partner-list .partner-item .partner-image {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.block-3 {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.block-3.four-element .block-3-item {
  width: calc(25% - 30px);
}

.block-3 .block-3-item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.block-3 .block-3-item.image-anim:hover .block-3-image {
  transform: scale(1.15);
}

.block-3 .block-3-item.image-anim .block-3-image {
  transition: all 700ms;
}

.block-3 .block-3-item .block-3-image-outer {
  display: block;
  width: 100%;
  overflow: hidden;
}

.block-3 .block-3-item .block-3-link {
  display: block;
  width: 100%;
  cursor: pointer;
}

.block-3 .block-3-item .block-3-image {
  display: block;
  width: 100%;
  height: auto;
}

.block-3 .block-3-item .block-3-content {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ffffff;
  width: 100%;
  padding: 30px 20px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.block-3 .block-3-item .block-3-content .block-3-title {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 20px;
}

.block-3 .block-3-item .block-3-content .block-3-title.closer {
  margin-bottom: 10px;
}

.block-3 .block-3-item .block-3-content .block-3-description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #6a6a6a;
  margin-bottom: 20px;
  /*
                justify-self: flex-end;
                margin-top: auto;
                */
}

.block-3 .block-3-item .block-3-content .block-3-description.black {
  color: #000000;
}

@media screen and (max-width: 860px) {
  .block-3 .block-3-item .block-3-content .block-3-description.go-center {
    text-align: center;
  }
}

.block-3 .block-3-item .block-3-content .ghost-button, .block-3 .block-3-item .block-3-content .simple-link {
  justify-self: flex-end;
  margin-top: auto;
}

.response-list {
  display: flex !important;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  width: calc(100% + 20px);
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}

.response-list .response-item {
  display: inline-flex !important;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  width: calc(100% - 20px) !important;
  background-color: #ffffff;
  padding: 40px 35px 25px 35px;
  margin-right: 10px;
  margin-left: 10px;
  flex-shrink: 0;
  height: 100%;
}

.response-list .response-item .response-header {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
}

.response-list .response-item .response-header .response-left .response-image {
  display: block;
  width: 40px;
  height: 36px;
}

.response-list .response-item .response-header .response-right {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
}

.response-list .response-item .response-header .response-right .response-company {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 5px;
}

.response-list .response-item .response-header .response-right .response-person {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6a6a6a;
}

.response-list .response-item .response-content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #6a6a6a;
  margin-bottom: 35px;
  flex: 1 1 auto;
}

.response-list .response-item a {
  justify-self: flex-end;
  margin-top: auto;
  margin-bottom: 0;
}

.response-slider-outer {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
}

.response-slider-outer .response-slides {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: auto;
}

.response-slider-outer .response-slides .response-slide {
  width: 60px;
  height: 4px;
  margin: 0 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.response-slider-outer .response-slides .response-slide:nth-child(even) {
  display: none;
}

.response-slider-outer .response-slides .response-slide .inProgress {
  background-color: #38b5aa;
  height: 4px;
}

.insta_link {
  color: #6a6a6a;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  text-decoration: none;
  outline: none !important;
  width: auto;
  cursor: pointer;
}

.insta_link:focus, .insta_link:hover, .insta_link:visited, .insta_link:link, .insta_link:active {
  outline: none !important;
  color: #6a6a6a;
}

.insta_link i {
  font-size: 26px;
  margin-right: 10px;
}

.width-100 {
  width: 100%;
}

.slick-track {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
}

.slick-track .slick-slide {
  flex: 1;
  height: 100%;
}

.slick-track .slick-slide > div {
  height: 100%;
}

.contact-form-v2[data-style="1"] .half-block .contact-background {
  background-image: linear-gradient(to right, #008acd, #38b5aa 100%);
}

@media screen and (min-width: 2000px) {
  .contact-form-v2[data-style="2"] {
    zoom: 150%;
  }
}

.contact-form-v2[data-style="2"] .half-block .contact-background {
  background-image: linear-gradient(to right, #836a6c, #ebd9db 100%);
}

@media screen and (min-width: 2000px) {
  .contact-form-v2[data-style="2"] .half-block .ghost-button {
    font-size: 16px;
    line-height: 20px;
    padding: 11px 25px;
    min-width: 200px;
  }
}

.contact-form-v2[data-style="2"] .half-block .ghost-button.green-fill {
  color: #ffffff;
  border: 1px solid #5b5b5b;
  background-color: #5b5b5b;
}

.contact-form-v2[data-style="2"] .half-block .ghost-button.green-fill:visited, .contact-form-v2[data-style="2"] .half-block .ghost-button.green-fill:link, .contact-form-v2[data-style="2"] .half-block .ghost-button.green-fill:active {
  color: #ffffff;
}

.contact-form-v2[data-style="2"] .half-block .ghost-button.green-fill:focus, .contact-form-v2[data-style="2"] .half-block .ghost-button.green-fill:hover {
  color: #ffffff;
  background-color: #836a6c;
  border: 1px solid #836a6c;
}

.contact-form-v2[data-style="2"] .half-block .simple-link.turquoise {
  color: #000000;
}

.contact-form-v2[data-style="2"] .half-block .simple-link.turquoise:focus, .contact-form-v2[data-style="2"] .half-block .simple-link.turquoise:hover, .contact-form-v2[data-style="2"] .half-block .simple-link.turquoise:active {
  color: #836a6c;
}

@media screen and (max-width: 900px) {
  .contact-form-v2[data-style="3"] .half-block {
    flex-flow: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.contact-form-v2[data-style="3"] .rainbow {
  display: inline-flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 100px 40px;
  text-align: left;
  width: 370px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .contact-form-v2[data-style="3"] .rainbow {
    width: 100%;
  }
}

.contact-form-v2[data-style="3"] .contact-form {
  background-color: #ffffff;
  flex-shrink: 1;
  flex-grow: 1;
}

@media screen and (max-width: 900px) {
  .contact-form-v2[data-style="3"] .contact-form {
    width: 100%;
  }
}

.contact-form-v2[data-style="3"] .contact-form .simple-link.blue {
  color: #c03c44 !important;
}

.contact-form-v2[data-style="3"] .contact-form .simple-link.blue:focus, .contact-form-v2[data-style="3"] .contact-form .simple-link.blue:hover, .contact-form-v2[data-style="3"] .contact-form .simple-link.blue:active {
  color: #c52630 !important;
}

.contact-form-v2[data-style="3"] .contact-form .send-button {
  outline: none !important;
  border: none !important;
  border-radius: 4px;
  background-color: #c13d45;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
  padding: 10px 30px;
  height: 44px;
  transition: all 300ms ease;
}

.contact-form-v2[data-style="3"] .contact-form .send-button:hover, .contact-form-v2[data-style="3"] .contact-form .send-button:active, .contact-form-v2[data-style="3"] .contact-form .send-button:focus {
  outline: none !important;
  border: none !important;
  text-decoration: none;
  background-color: #c52630;
}

.half-block {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.half-block > div {
  width: 50%;
}

.half-block .contact-background {
  display: inline-flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 50px 25px 50px 100px;
}

.half-block .contact-background .contact-title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-bottom: 100px;
}

.half-block .contact-background .contact-list {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.half-block .contact-background .contact-list .contact-item {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.half-block .contact-background .contact-list .contact-item.highlight .contact-icon {
  margin-right: 13px;
}

.half-block .contact-background .contact-list .contact-item.highlight .contact-step {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.half-block .contact-background .contact-list .contact-item .contact-icon {
  margin-right: 20px;
}

.half-block .contact-background .contact-list .contact-item .contact-step {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.half-block .contact-form {
  background-color: #ffffff;
  padding: 50px 65px;
}

.half-block .contact-form .contact-comment {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8c8c8c;
  margin-bottom: 30px;
}

.half-block .contact-form .form-field-error-label {
  margin-top: -20px;
  margin-bottom: 20px;
}

.half-block .contact-form .custom-check-v2 {
  margin-bottom: 25px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.half-block .contact-form .custom-check-v2 input[type="checkbox"] {
  margin-top: 2px;
  min-width: 22px;
  min-height: 22px;
  display: block;
  margin-right: 10px;
}

.half-block .contact-form .custom-check-v2 span:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #6a6a6a;
}

.go-small {
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
}

.project-item {
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 250px;
}

.project-item:hover .project-image-holder img {
  min-width: 120%;
  min-height: 120%;
}

.project-item:hover .project-item-content i {
  opacity: 1;
}

.project-item .project-image-holder {
  overflow: hidden;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 50%;
}

.project-item .project-image-holder img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 300ms;
}

.project-item .project-item-content {
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
}

.project-item .project-item-content .project-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-item .project-item-content h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.project-item .project-item-content i {
  color: #ffffff;
  opacity: 0.7;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 20px;
  z-index: 1;
  transition: all 300ms;
}

.image-duo-text {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  /*background-color: #ffffff;*/
  background-image: linear-gradient(101deg, #fff 36%, rgba(255, 255, 255, 0) 100%);
}

.image-duo-text .title-image {
  position: relative;
  height: 460px;
  width: 100%;
  padding: 50px;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .image-duo-text .title-image {
    height: 320px;
  }
}

.image-duo-text .title-image h4 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6a6a6a;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .image-duo-text .title-image h4 {
    font-size: 22px;
  }
}

.image-duo-text .title-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  z-index: -1;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-duo-text .double-text {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 35px;
}

@media screen and (max-width: 700px) {
  .image-duo-text .double-text {
    flex-flow: column;
    flex-direction: column;
  }
}

.image-duo-text .double-text .text-item {
  width: 50%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #545454;
}

@media screen and (max-width: 700px) {
  .image-duo-text .double-text .text-item {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .image-duo-text .double-text .text-item:nth-child(2) {
    margin-top: 25px;
  }
}

.image-duo-text .double-text .text-item:nth-child(1) {
  padding-right: 15px;
}

.image-duo-text .double-text .text-item:nth-child(2) {
  padding-left: 15px;
}

.image-text-side-by-side {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .image-text-side-by-side {
    flex-flow: column;
    flex-direction: column;
    align-items: flex-start;
  }
}

.image-text-side-by-side .image-place {
  background-image: linear-gradient(to right, #00a1ef, #0065af);
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 50%;
  padding: 35px;
}

@media screen and (max-width: 700px) {
  .image-text-side-by-side .image-place {
    width: 100%;
  }
}

.image-text-side-by-side .image-place img {
  height: auto;
  width: 100%;
  display: block;
}

.image-text-side-by-side .text-place {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  width: 50%;
  padding: 35px;
  background-image: linear-gradient(108deg, #fff 36%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 700px) {
  .image-text-side-by-side .text-place {
    width: 100%;
  }
}

.image-text-side-by-side .text-place h4 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.2px;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .image-text-side-by-side .text-place h4 {
    font-size: 22px;
  }
}

.image-text-side-by-side .text-place h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #545454;
  margin-top: 0;
  margin-bottom: 0;
}

.triple-logo {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .triple-logo {
    flex-flow: column;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.triple-logo .triple-item {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .triple-logo .triple-item {
    width: 100%;
    max-width: 400px;
  }
}

.triple-logo .triple-item img {
  height: 180px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.triple-logo .triple-item h5 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #9e579d;
}

.statistics-block {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  padding: 50px 35px 40px 35px;
  background-image: linear-gradient(114deg, #fff 36%, rgba(255, 255, 255, 0) 100%);
}

.statistics-block .statistics-title {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 30px;
}

.statistics-block .statistics-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #545454;
  margin-top: 0;
  margin-bottom: 30px;
}

.statistics-block .statistics-numbers {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 700px) {
  .statistics-block .statistics-numbers {
    flex-flow: column;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: none;
  }
}

.statistics-block .statistics-numbers .statistics-item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 180px;
  border-radius: 4px;
  background-image: linear-gradient(45deg, #cf94db 9%, #9e579d 92%);
  color: #ffffff;
  padding: 40px 15px 30px 15px;
}

@media screen and (max-width: 700px) {
  .statistics-block .statistics-numbers .statistics-item {
    width: 100%;
    max-width: 400px;
  }
  .statistics-block .statistics-numbers .statistics-item + .statistics-item {
    margin-top: 20px;
  }
}

.statistics-block .statistics-numbers .statistics-item .statistics-number {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.statistics-block .statistics-numbers .statistics-item .statistics-description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}

.statistics-block .statistics-numbers .statistics-item .statistics-description b {
  font-weight: bold;
}

.statistics-block .statistics-note {
  margin-top: 40px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #6a6a6a;
}

.statistics-block .statistics-note a {
  color: #b183b9 !important;
}

.opinion {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 20px 30px 0 30px;
}

.opinion .opinion-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.2px;
  text-align: center;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.opinion .opinion-title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  background-image: url("/storage/app/media/vr_training/icon-quote-mark@3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: -50px;
  margin-top: 15px;
  position: absolute;
}

.opinion .opinion-title:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  background-image: url("/storage/app/media/vr_training/icon-quote-mark@3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 10px;
  margin-bottom: 10px;
  position: absolute;
  margin-top: -5px;
}

.opinion .opinion-author {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 5px;
}

.opinion .opinion-note {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #6a6a6a;
}

.opinion .opinion-note a {
  color: #b183b9 !important;
}

.image-five-text {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  /*background-color: #ffffff;*/
  background-image: linear-gradient(101deg, #fff 36%, rgba(255, 255, 255, 0) 100%);
}

.image-five-text .title-image {
  position: relative;
  height: 375px;
  width: 100%;
  padding: 50px;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .image-five-text .title-image {
    height: 320px;
  }
}

.image-five-text .title-image h4 {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .image-five-text .title-image h4 {
    font-size: 26px;
  }
}

.image-five-text .title-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  z-index: -1;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-five-text .five-text {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 15px 0 15px;
  background-image: url("/storage/app/media/vr_training/img-bg@3x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.image-five-text .five-text .text-item {
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: calc(33.3% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #545454;
  min-height: 190px;
  max-width: 350px;
}

@media screen and (max-width: 991px) {
  .image-five-text .five-text .text-item {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 580px) {
  .image-five-text .five-text .text-item {
    width: calc(100% - 30px);
    min-height: auto;
    max-width: none;
  }
}

.three-image-block {
  margin-top: 20px;
}

.three-image-block h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #6a6a6a;
}

.three-image-block .three-images {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .three-image-block .three-images {
    flex-flow: column;
    flex-direction: column;
    align-items: flex-start;
  }
}

.three-image-block .three-images .project-image {
  width: calc(33.3% - 2px);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 220px !important;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .three-image-block .three-images .project-image {
    width: 100%;
    border-left: 0;
    border-right: 0;
    height: 320px;
  }
  .three-image-block .three-images .project-image + .project-image {
    margin-bottom: 15px;
  }
}

.three-image-block .three-images .project-image > img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ligthbox css */
.lb-data .lb-caption {
  display: none !important;
}

.lb-image {
  border: 0 !important;
}

.lb-data .lb-number {
  display: none;
}

.lb-dataContainer {
  padding-top: 0 !important;
  margin-top: 15px !important;
}

.lb-prev:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.lb-next:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.lb-prev, .lb-next {
  position: relative;
  opacity: 1 !important;
}

.lb-prev:before, .lb-next:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}

@media screen and (max-width: 1366px) {
  .project-image {
    height: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .gallery-overlay {
    display: none !important;
  }
  .project-image {
    margin-bottom: 25px;
    height: 250px !important;
  }
}

@media screen and (max-width: 1500px) {
  .slider-block .one-slider .slider-content {
    padding-left: 50px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1460px) {
  .slider-block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .header-block .navbar-collapse {
    margin-right: calc((1460px - 100vw) / 2);
  }
}

@media screen and (max-width: 1430px) {
  .partner-list .partner-item {
    width: calc(20% - 30px);
  }
}

@media screen and (max-width: 1430px) and (min-width: 581px) {
  .partner-list .partner-item:last-child {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .slider-block .one-slider .slider-content {
    padding-right: 485px;
  }
  .project-item {
    width: 33.33%;
  }
  .project-item:nth-child(6n + 1), .project-item:nth-child(6n + 2), .project-item:nth-child(6n + 3) {
    flex-flow: row-reverse;
    flex-direction: row-reverse;
  }
  .project-item:nth-child(6n + 1) .project-item-content, .project-item:nth-child(6n + 2) .project-item-content, .project-item:nth-child(6n + 3) .project-item-content {
    justify-content: flex-end;
    text-align: right;
  }
  .project-item:nth-child(6n + 1) .project-item-content i, .project-item:nth-child(6n + 2) .project-item-content i, .project-item:nth-child(6n + 3) .project-item-content i {
    left: auto;
    right: 15px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .project-item {
    width: 50%;
  }
  .project-item:nth-child(4n + 1), .project-item:nth-child(4n + 2) {
    flex-flow: row-reverse;
    flex-direction: row-reverse;
  }
  .project-item:nth-child(4n + 1) .project-item-content, .project-item:nth-child(4n + 2) .project-item-content {
    justify-content: flex-end;
    text-align: right;
  }
  .project-item:nth-child(4n + 1) .project-item-content i, .project-item:nth-child(4n + 2) .project-item-content i {
    left: auto;
    right: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .header-block .navbar-collapse {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .half-block .contact-background {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media screen and (max-width: 1060px) {
  .half-block .contact-form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .half-block .contact-background {
    padding-left: 50px;
    padding-right: 50px;
  }
  .services-list .service-item {
    width: calc(33.33% - 20px);
  }
  .services-list .service-item .service-title {
    margin-left: 15px;
  }
  .partner-list .partner-item {
    width: calc(25% - 30px);
  }
}

@media screen and (max-width: 1060px) and (min-width: 861px) {
  .services-list .service-item:nth-child(1) {
    order: 10;
  }
  .services-list .service-item:nth-child(2) {
    order: 7;
  }
  .services-list .service-item:nth-child(3) {
    order: 1;
  }
  .services-list .service-item:nth-child(4) {
    order: 4;
  }
  .services-list .service-item:nth-child(5) {
    order: 2;
  }
  .services-list .service-item:nth-child(6) {
    order: 5;
  }
  .services-list .service-item:nth-child(7) {
    order: 8;
  }
  .services-list .service-item:nth-child(8) {
    order: 11;
  }
  .services-list .service-item:nth-child(9) {
    order: 3;
  }
  .services-list .service-item:nth-child(10) {
    order: 6;
  }
  .services-list .service-item:nth-child(11) {
    order: 9;
  }
  .services-list .service-item:nth-child(12) {
    order: 12;
  }
}

@media screen and (max-width: 991px) {
  .block-3.four-element {
    flex-wrap: wrap;
  }
  .block-3.four-element .block-3-item {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }
  .go-large {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .project-item {
    width: 100%;
    border-bottom: 2px solid #ffffff;
  }
  .project-item .project-image-holder {
    display: none;
  }
  .project-item .project-item-content {
    width: 100%;
    justify-content: center;
    background-blend-mode: soft-light;
    text-align: center;
  }
  .project-item .project-item-content .project-item-background {
    opacity: 0.6;
  }
  .project-item .project-item-content i {
    left: auto;
    right: auto;
  }
  .section-subtitle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-description {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider-block {
    margin-bottom: 0;
  }
  .slider-block .one-slider {
    height: auto;
  }
  .slider-block .one-slider .slider-background {
    position: relative;
    z-index: 0;
    height: 360px;
  }
  .slider-block .one-slider .slider-content {
    padding: 25px 30px;
    background-image: linear-gradient(to right, #008acd, #38b5aa 100%);
    /* text-align: center; */
  }
  .slider-block .one-slider .slider-content .slider-title {
    font-size: 28px;
  }
  .slider-block .one-slider .slider-content .slider-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .slider-block .one-slider .slider-triangle {
    display: none;
  }
  .response-slider-outer .response-slides .response-slide:nth-child(even) {
    display: block;
  }
  .block-background {
    padding: 50px 15px 50px 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 860px) {
  .services-list .service-item {
    width: calc(50% - 20px);
  }
  .block-3:not(.four-element) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-flow: column;
    flex-direction: column;
    align-items: center;
  }
  .block-3:not(.four-element) .block-3-item {
    width: 100%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
  }
  .block-3 div.block-3-image-outer {
    transform: translateY(100px);
    margin-top: -100px;
  }
  .half-block {
    flex-flow: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .half-block .contact-form {
    padding-left: 35px;
    padding-right: 35px;
  }
  .half-block .contact-background {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .half-block .contact-background .contact-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .half-block > div {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .block-3.four-element {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-flow: column;
    flex-direction: column;
    align-items: center;
  }
  .block-3.four-element .block-3-item {
    width: 100%;
  }
  .services-list .service-item .service-icon-outer {
    width: 36px;
  }
  .services-list .service-item .service-title {
    line-height: 20px;
    font-size: 16px;
    margin-left: 10px;
  }
  .partner-list .partner-item {
    width: calc(33.33% - 30px);
  }
  .slider-block .one-slider .slider-background {
    height: 280px;
  }
  .slider-block .one-slider .slider-content .slider-title {
    font-size: 26px;
  }
}

/* File upload fix */
.responsiv-uploader-fileupload.style-file-multi {
  display: flex;
  width: 100%;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container {
  min-width: 300px;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object {
  cursor: auto !important;
  padding: 0 !important;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 40px;
  pointer-events: none;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object.dz-complete .meta .progress-bar {
  display: none !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .icon-container {
  position: static !important;
  width: 35px !important;
  height: 35px !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 5px !important;
  flex-shrink: 0;
  flex-grow: 0;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .icon-container img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .info {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: auto !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .info .filename {
  padding: 0 !important;
  flex-grow: 1;
  flex-shrink: 0;
  width: auto !important;
  text-align: left;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .info .size {
  padding: 0 0 0 15px !important;
  flex-grow: 0;
  flex-shrink: 0;
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .info .error {
  display: none !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .meta {
  margin: 0 5px !important;
  flex-shrink: 0;
  flex-grow: 0;
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .meta a {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  display: flex !important;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.responsiv-uploader-fileupload.style-file-multi .upload-files-container .upload-object .meta .progress-bar {
  top: 0 !important;
  height: 40px !important;
}

.image-gallery {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .image-gallery {
    flex-flow: column;
    flex-direction: column;
    align-items: flex-start;
  }
}

.image-gallery .project-image {
  width: calc(25% - 2px);
  margin-bottom: 2px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 220px !important;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1229px) {
  .image-gallery .project-image {
    width: calc(33.33% - 2px);
  }
}

@media screen and (max-width: 991px) {
  .image-gallery .project-image {
    width: calc(50% - 2px);
  }
}

@media screen and (max-width: 767px) {
  .image-gallery .project-image {
    width: 100%;
    border-left: 0;
    border-right: 0;
    height: 320px;
  }
  .image-gallery .project-image + .project-image {
    margin-bottom: 15px;
  }
}

.image-gallery .project-image > img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body pre code.hljs {
  background-color: #212529;
  color: #ffffff;
  font-size: 14px;
}

body pre code.hljs > span {
  filter: saturate(3);
}

pre:has(code) {
  padding: 0 !important;
}

pre code {
  padding: 10px 20px !important;
}

@keyframes rainbow-animation {
  to {
    background-position: 1000vw;
  }
}

@keyframes show {
  to {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animated-mouse {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}

#mouse-scroll {
  transform-origin: top center;
  transform: scale(2);
  border: none !important;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  #mouse-scroll {
    transform: scale(1.5);
  }
}

#mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  animation: mouse-scroll 1s infinite;
}

#mouse-scroll .down-arrow-1 {
  animation-delay: .1s;
  animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
  animation-delay: .2s;
  animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
  animation-delay: .3s;
  animation-direction: alternate;
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
  animation: mouse-animated 1.2s ease infinite;
}

html.rem {
  font-size: calc((16vw + 9vh) / 6);
}

@media screen and (min-width: 1600px) {
  html.rem {
    font-size: 2.75vw;
  }
}

@media screen and (min-width: 2400px) {
  html.rem {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 991px) {
  html.rem {
    font-size: 5vw;
  }
}

@media screen and (min-width: 992px) {
  .show-me:not(.done) {
    opacity: 0;
    transform: translateY(-25%);
    pointer-events: none;
  }
  .show-me:not(.done).active {
    animation: show 800ms ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-duration: 800ms;
  }
  .show-me:not(.done):not(.active) {
    animation-delay: 0ms !important;
    animation-duration: 0ms !important;
  }
  .show-me:not(.done)[data-delay="0"] {
    animation-delay: 0ms;
  }
  .show-me:not(.done)[data-delay="1"] {
    animation-delay: 300ms;
  }
  .show-me:not(.done)[data-delay="2"] {
    animation-delay: 600ms;
  }
  .show-me:not(.done)[data-delay="3"] {
    animation-delay: 900ms;
  }
  .show-me:not(.done)[data-delay="4"] {
    animation-delay: 1200ms;
  }
  .show-me:not(.done)[data-delay="5"] {
    animation-delay: 1500ms;
  }
  .show-me:not(.done)[data-delay="6"] {
    animation-delay: 1800ms;
  }
  .show-me:not(.done)[data-delay="7"] {
    animation-delay: 2100ms;
  }
  .show-me:not(.done)[data-delay="8"] {
    animation-delay: 2400ms;
  }
  .show-me:not(.done)[data-delay="9"] {
    animation-delay: 2700ms;
  }
}

.font-size-xs {
  font-size: 0.3rem;
}

@media screen and (max-width: 800px) {
  .font-size-xs {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 625px) {
  .font-size-xs {
    font-size: 0.5rem;
  }
}

.font-size-s {
  font-size: 0.4rem;
}

@media screen and (max-width: 800px) {
  .font-size-s {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 625px) {
  .font-size-s {
    font-size: 0.75rem;
  }
}

.font-size-m {
  font-size: 0.5rem;
}

@media screen and (max-width: 800px) {
  .font-size-m {
    font-size: 0.66rem;
  }
}

@media screen and (max-width: 625px) {
  .font-size-m {
    font-size: 1rem;
  }
}

.font-size-l {
  font-size: 0.75rem;
}

@media screen and (max-width: 800px) {
  .font-size-l {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 625px) {
  .font-size-l {
    font-size: 1.25rem;
  }
}

.font-size-xl {
  font-size: 1.2rem;
}

@media screen and (max-width: 800px) {
  .font-size-xl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 625px) {
  .font-size-xl {
    font-size: 1.75rem;
  }
}

.single-page {
  overflow-x: hidden;
}

@media screen and (min-width: 1461px) {
  .single-page #header-logo {
    padding-left: 0 !important;
  }
}

.single-page #topPage {
  bottom: 1rem;
  right: 1rem;
}

@media screen and (min-width: 2000px) {
  .single-page #topPage {
    zoom: 150%;
  }
}

.single-page .ghost-button {
  font-size: 0.33rem;
  line-height: 1.4;
  padding: 0.25rem 0.5rem;
  min-width: 5.5rem;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .single-page .ghost-button {
    font-size: 0.5rem;
    line-height: 1.4;
    padding: 0.33rem 0.75rem;
    min-width: 8rem;
  }
}

@media screen and (max-width: 625px) {
  .single-page .ghost-button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    min-width: 10rem;
  }
}

@media screen and (min-width: 2000px) {
  .single-page #main-nav {
    zoom: 150%;
  }
  .single-page .container-section {
    max-width: 75%;
  }
}

.single-page footer {
  background-image: url("/storage/app/media/museum/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.main-image {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-height: 60vw;
  position: relative;
}

@media screen and (min-width: 2400px) {
  .main-image {
    min-height: 50vw;
  }
}

@media screen and (max-width: 800px) {
  .main-image {
    max-height: 80vw;
  }
}

.main-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top 50% left 50%;
  object-position: top 50% left 50%;
}

.main-image h1 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -1px;
  text-align: center;
  background-image: linear-gradient(110deg, #ff6c00, #ff6c00, #f100a0, #f100a0, #e000e0, #e000e0, #1eb02a, #1eb02a, #ff6c00, #ff6c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 250s linear infinite;
  margin-bottom: 0.75rem;
  width: 10rem;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (max-width: 800px) {
  .main-image h1 {
    font-size: 1.25rem;
    width: 14rem;
    margin-top: 80px;
  }
}

.main-image h2 {
  font-size: 0.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.5rem;
  width: 10rem;
  max-width: 100%;
  padding: 0 25px;
}

@media screen and (max-width: 800px) {
  .main-image h2 {
    font-size: 0.75rem;
    width: 13rem;
  }
}

.double-side-section {
  width: 100%;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1460px) {
  .double-side-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 800px) {
  .double-side-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.double-side-section h3 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 1rem;
  margin-top: 0;
  display: block;
  width: 100%;
}

.double-side-section .inner {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .double-side-section .inner {
    flex-flow: column;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.double-side-section .inner .side-item {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

@media screen and (max-width: 800px) {
  .double-side-section .inner .side-item {
    width: 100%;
  }
}

.double-side-section .inner .side-item img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}

.double-side-section .inner .side-item .side-block {
  width: 100%;
  max-width: 8rem;
  margin: -2.5rem auto 0 auto;
  padding: 0.66rem 0.75rem;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 6rem;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media screen and (max-width: 800px) {
  .double-side-section .inner .side-item .side-block {
    margin-top: -3rem;
    margin-bottom: 2rem;
    width: calc(100% - 2rem);
    max-width: 460px;
    min-height: 0;
    padding: 1rem;
  }
}

.double-side-section .inner .side-item .side-block h5 {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 1461px) {
  .double-side-section .inner .side-item .side-block h5 {
    zoom: 0.85;
  }
}

@media screen and (max-width: 800px) {
  .double-side-section .inner .side-item .side-block h5 {
    margin-bottom: 1rem;
  }
}

.double-side-section .inner .side-item .side-block h4 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

.double-side-section .inner .side-item .side-block a {
  margin-top: 0.5rem;
}

@media screen and (max-width: 800px) {
  .double-side-section .inner .side-item .side-block a {
    margin-top: 1rem;
  }
}

.quad-section {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60vw;
  max-height: calc(100vh - 100px);
  margin-top: 2rem;
}

@media screen and (min-width: 2400px) {
  .quad-section {
    min-height: 50vw;
  }
}

@media screen and (max-width: 1400px) {
  .quad-section {
    max-height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .quad-section {
    max-height: none;
    height: auto;
  }
}

.quad-section[data-style="1"] h3 {
  margin: 1rem auto 1rem auto;
}

@media screen and (max-width: 991px) {
  .quad-section[data-style="1"] h3 {
    margin: 1rem auto 3rem auto;
  }
}

@media screen and (max-width: 800px) {
  .quad-section[data-style="1"] h3 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 625px) {
  .quad-section[data-style="1"] h3 {
    margin-bottom: 10rem;
  }
}

.quad-section[data-style="1"] .quad-outer {
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .quad-section[data-style="1"] .quad-outer {
    margin-top: 1.5rem;
  }
}

.quad-section[data-style="2"] h3 {
  margin: 1rem auto 0 auto;
}

@media screen and (max-width: 991px) {
  .quad-section[data-style="2"] h3 {
    margin: 1rem auto 1.5rem auto;
  }
}

.quad-section[data-style="2"] .quad-outer {
  margin-top: 1rem;
}

.quad-section img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top 50% left 50%;
  object-position: top 50% left 50%;
}

.quad-section h3 {
  opacity: 0.3;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2px;
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 1400px;
  justify-self: flex-start;
}

@media screen and (max-width: 1460px) {
  .quad-section h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 2000px) {
  .quad-section h3 {
    max-width: 75%;
  }
}

.quad-section h6 {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.quad-section .quad-outer {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-evenly;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: auto;
}

@media screen and (max-width: 991px) {
  .quad-section .quad-outer {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
  .quad-section .quad-outer {
    padding-left: 0;
    padding-right: 0;
  }
}

.quad-section .quad-outer .quad-item {
  border-radius: 4px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  width: 20%;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .quad-section .quad-outer .quad-item {
    width: 40%;
    margin-bottom: 1rem;
  }
  .quad-section .quad-outer .quad-item:nth-child(even) {
    margin-left: 0.5rem;
  }
  .quad-section .quad-outer .quad-item:nth-child(odd) {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  .quad-section .quad-outer .quad-item {
    width: calc(50% - 1.5rem);
  }
}

@media screen and (max-width: 625px) {
  .quad-section .quad-outer .quad-item {
    width: calc(100% - 2rem);
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    max-width: 460px;
    padding: 1rem;
  }
}

.quad-section .quad-outer .quad-item h4 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  justify-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
  .quad-section .quad-outer .quad-item h4 {
    padding-bottom: 0.75rem;
  }
}

.quad-section .quad-outer .quad-item h5 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.progress-section {
  width: 100%;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 1rem;
  background-image: linear-gradient(122deg, #fff 36%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1400px) {
  .progress-section {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.progress-section h3 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #6a6a6a;
  margin-top: 0;
  margin-bottom: 0;
}

.progress-section ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 100%;
  list-style: none;
  padding-left: 0;
}

.progress-section ul li {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #6a6a6a;
  position: relative;
  padding-left: 1rem;
}

.progress-section ul li:before {
  font-weight: bold;
  display: inline;
  position: absolute;
  left: 0;
}

.progress-section ul li + li {
  margin-top: 0.25rem;
}

.progress-section ul li:nth-child(1):before {
  content: "1.";
}

.progress-section ul li:nth-child(2):before {
  content: "2.";
}

.progress-section ul li:nth-child(3):before {
  content: "3.";
}

.progress-section ul li:nth-child(4):before {
  content: "4.";
}

.progress-section ul li:nth-child(5):before {
  content: "5.";
}

.progress-section ul li:nth-child(6):before {
  content: "6.";
}

.progress-section h4 {
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #6a6a6a;
}

.progress-section .progress-outer {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .progress-section .progress-outer {
    flex-wrap: wrap;
  }
}

.progress-section .progress-outer .progress-item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  background-color: #faf2e5;
  position: relative;
}

@media screen and (max-width: 800px) {
  .progress-section .progress-outer .progress-item {
    width: calc(50% - 0.75rem) !important;
    height: 7rem;
  }
  .progress-section .progress-outer .progress-item:nth-child(1) {
    order: 1;
  }
  .progress-section .progress-outer .progress-item:nth-child(1), .progress-section .progress-outer .progress-item:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  .progress-section .progress-outer .progress-item:nth-child(2) {
    order: 2;
  }
  .progress-section .progress-outer .progress-item:nth-child(2):before {
    left: -0.95rem !important;
  }
  .progress-section .progress-outer .progress-item:nth-child(3) {
    order: 4;
  }
  .progress-section .progress-outer .progress-item:nth-child(3):before {
    left: auto !important;
    top: -0.95rem !important;
    border-top: 0.5rem solid #e7e7e7 !important;
    border-right: 0.5rem solid transparent !important;
    border-left: 0.5rem solid transparent !important;
  }
  .progress-section .progress-outer .progress-item:nth-child(4) {
    order: 3;
  }
  .progress-section .progress-outer .progress-item:nth-child(4):before {
    left: auto !important;
    right: -0.95rem !important;
    border-bottom: 0.5rem solid transparent !important;
    border-right: 0.5rem solid #e7e7e7 !important;
    border-left: 0.5rem solid transparent !important;
  }
}

.progress-section .progress-outer .progress-item[data-size="s"] {
  width: 15%;
}

.progress-section .progress-outer .progress-item[data-size="m"] {
  width: 20%;
}

.progress-section .progress-outer .progress-item[data-size="l"] {
  width: 35%;
}

.progress-section .progress-outer .progress-item + .progress-item[data-size="s"]:before {
  left: -25%;
}

.progress-section .progress-outer .progress-item + .progress-item[data-size="m"]:before {
  left: -20%;
}

.progress-section .progress-outer .progress-item + .progress-item[data-size="l"]:before {
  left: -10%;
}

.progress-section .progress-outer .progress-item + .progress-item:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.25rem);
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #e7e7e7;
}

@media screen and (max-width: 800px) {
  .progress-section .progress-outer .progress-item + .progress-item:before {
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #e7e7e7;
  }
}

.progress-section .progress-outer .progress-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding-bottom: 0.5rem;
}

.progress-section .progress-outer .progress-item h5 {
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  margin: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #6a6a6a;
}

.museum-gallery {
  margin-top: 1rem;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: fit-content(25%) fit-content(25%) fit-content(25%) fit-content(25%);
  grid-template-rows: auto;
  justify-items: stretch;
  align-items: stretch;
  gap: 2px;
}

@media screen and (max-width: 800px) {
  .museum-gallery {
    grid-template-columns: fit-content(50%) fit-content(50%);
  }
}

.museum-gallery:has(img:hover) img.done {
  transform: scale(0.95);
}

@media screen and (max-width: 800px) {
  .museum-gallery:has(img:hover) img.done {
    transform: scale(1);
  }
}

.museum-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.museum-gallery img.done:hover {
  z-index: 2;
  transform: scale(1.25) !important;
}

.museum-gallery[data-style="1"] {
  padding-bottom: 1rem;
}

.museum-gallery[data-style="1"] img {
  order: 2;
}

.museum-gallery[data-style="1"] img:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="1"] img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}

.museum-gallery[data-style="1"] img:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="1"] img:nth-child(2) {
    order: 1;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}

.museum-gallery[data-style="1"] img:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="1"] img:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

.museum-gallery[data-style="1"] img:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="1"] img:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}

.museum-gallery[data-style="1"] img:nth-child(5) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="1"] img:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}

.museum-gallery[data-style="2"] img {
  order: 2;
}

.museum-gallery[data-style="2"] img:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="2"] img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}

.museum-gallery[data-style="2"] img:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="2"] img:nth-child(2) {
    order: 1;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}

.museum-gallery[data-style="2"] img:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="2"] img:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

.museum-gallery[data-style="2"] img:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="2"] img:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}

.museum-gallery[data-style="2"] img:nth-child(5) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

@media screen and (max-width: 800px) {
  .museum-gallery[data-style="2"] img:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}

.additional-tools-section {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60vw;
  max-height: calc(100vh - 100px);
  margin-top: 3rem;
}

@media screen and (min-width: 2400px) {
  .additional-tools-section {
    min-height: 50vw;
  }
}

@media screen and (max-width: 1400px) {
  .additional-tools-section {
    max-height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .additional-tools-section {
    max-height: none;
    height: auto;
  }
}

.additional-tools-section > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top 50% left 50%;
  object-position: top 50% left 50%;
}

.additional-tools-section h3 {
  opacity: 0.3;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -2px;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: left;
  max-width: 1400px;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1460px) {
  .additional-tools-section h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 2000px) {
  .additional-tools-section h3 {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .additional-tools-section h3 {
    margin-top: 1rem;
  }
}

.additional-tools-section .quad-outer {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 1400px;
}

@media screen and (max-width: 1460px) {
  .additional-tools-section .quad-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 2000px) {
  .additional-tools-section .quad-outer {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .additional-tools-section .quad-outer {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 625px) {
  .additional-tools-section .quad-outer {
    padding-left: 0;
    padding-right: 0;
  }
}

.additional-tools-section .quad-outer .quad-item {
  border-radius: 4px;
  overflow: hidden;
  width: 22%;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .additional-tools-section .quad-outer .quad-item {
    width: 40%;
    margin-bottom: 1rem;
  }
  .additional-tools-section .quad-outer .quad-item:nth-child(even) {
    margin-left: 0.5rem;
  }
  .additional-tools-section .quad-outer .quad-item:nth-child(odd) {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  .additional-tools-section .quad-outer .quad-item {
    width: calc(50% - 1.5rem);
  }
}

@media screen and (max-width: 625px) {
  .additional-tools-section .quad-outer .quad-item {
    width: calc(100% - 2rem);
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    max-width: 460px;
    padding: 0;
  }
}

.additional-tools-section .quad-outer .quad-item img {
  width: 100%;
  margin: 0;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .additional-tools-section .quad-outer .quad-item img {
    height: 5rem;
  }
}

@media screen and (max-width: 625px) {
  .additional-tools-section .quad-outer .quad-item img {
    height: 10rem;
  }
}

.additional-tools-section .quad-outer .quad-item .quad-content {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  min-height: 3rem;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}

.additional-tools-section .quad-outer .quad-item .quad-content h4 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  justify-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
  .additional-tools-section .quad-outer .quad-item .quad-content h4 {
    padding-bottom: 0.75rem;
  }
}

.additional-tools-section .quad-outer .quad-item .quad-content h5 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.partner-section {
  margin-top: 2rem;
  margin-bottom: 0;
}

.partner-section h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: center;
}

.partner-section .partner-outer {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.partner-section .partner-outer a {
  width: 22%;
  height: 4rem;
  margin: 0.25rem;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: filter 300ms ease, transform 300ms ease;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .partner-section .partner-outer a {
    width: calc(50% - 3rem);
    margin: 0.5rem 1rem;
  }
}

@media screen and (max-width: 625px) {
  .partner-section .partner-outer a {
    height: 6rem;
    width: calc(50% - 2rem);
    margin: 0.5rem 1rem;
  }
}

.partner-section .partner-outer a:hover.done {
  filter: brightness(0.5);
  z-index: 2;
  transform: scale(1.1);
}

.partner-section .partner-outer a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#ajanlatkeres {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem !important;
}

#ajanlatkeres .form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
}

.single-footer {
  position: relative;
}

.single-footer .single-footer-featured {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .single-footer .single-footer-featured {
    justify-content: center;
  }
}

@media screen and (max-width: 625px) {
  .single-footer .single-footer-featured {
    flex-flow: column;
    flex-direction: column;
  }
}

.single-footer .single-footer-featured .featured-item {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: auto;
}

@media screen and (max-width: 800px) {
  .single-footer .single-footer-featured .featured-item {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

.single-footer .single-footer-featured .featured-item .featured-title {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.single-footer .single-footer-featured .featured-item a {
  margin-top: 0.5rem;
}

.single-footer .single-footer-featured .featured-item a:hover span, .single-footer .single-footer-featured .featured-item a:active span, .single-footer .single-footer-featured .featured-item a:focus span {
  color: #b49fa0;
}

.single-footer .single-footer-featured .featured-item a span {
  display: contents;
  transition: all 300ms ease;
}

.single-footer .single-footer-featured .featured-item + .featured-item {
  margin-left: 1.25rem;
}

@media screen and (max-width: 625px) {
  .single-footer .single-footer-featured .featured-item + .featured-item {
    margin-top: 2rem;
  }
}

.single-footer .single-copyright {
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .single-footer .single-copyright {
    left: auto;
    bottom: auto;
    position: relative;
    text-align: center;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 625px) {
  .single-footer .single-copyright {
    margin-top: 1.5rem;
  }
}

/* vietnamese */
@font-face {
  font-family: 'Sedgwick Ave';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1c7fecXOw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Sedgwick Ave';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1c6fecXOw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Sedgwick Ave';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1c0fec.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.xr2learn main section {
  background-color: #f7f6f6;
  overflow: hidden;
}

.xr2learn header {
  background-color: transparent;
}

.xr2learn header #main-nav {
  position: absolute;
}

.xr2learn header #main-nav.transparent {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: transparent;
}

.xr2learn header #sidenav {
  background-image: linear-gradient(100deg, #1FB4D7 0%, #08078C 50%, #C821DF 100%);
}

.xr2learn .section-width {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1460px) {
  .xr2learn .section-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 2000px) {
  .xr2learn .section-width {
    max-width: 75%;
  }
}

.xr2learn .section-width-inner {
  width: 100%;
  padding-left: calc(50% - 700px);
  padding-right: calc(50% - 700px);
}

@media screen and (max-width: 1460px) {
  .xr2learn .section-width-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 2000px) {
  .xr2learn .section-width-inner {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.xr2learn #container {
  margin-top: 0 !important;
}

.xr2learn .slider-full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background-color: transparent;
}

.xr2learn .slider-full * {
  pointer-events: none;
}

.xr2learn .slider-full #xr2learn-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.xr2learn .slider-full .start {
  position: relative;
  z-index: 11;
}

.xr2learn .slider-full .start h2 {
  color: #F7F6F6;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  padding-top: 3.5rem;
  max-width: 60%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .xr2learn .slider-full .start h2 {
    max-width: 100%;
  }
}

.xr2learn .slider-full .end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.xr2learn .slider-full .end .before, .xr2learn .slider-full .end .after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  z-index: 1;
  width: auto;
  height: calc(100% + 4px);
  aspect-ratio: 415 / 1600;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (orientation: portrait) {
  .xr2learn .slider-full .end .before, .xr2learn .slider-full .end .after {
    width: auto;
    height: 100%;
    rotate: 90deg;
    transform-origin: left;
  }
}

.xr2learn .slider-full .end .before {
  transform: translateX(-100%);
  left: 0;
  background-image: url("/themes/zengo2020/assets/images/xr2learn/l.png");
  background-position: left center;
}

@media (orientation: portrait) {
  .xr2learn .slider-full .end .before {
    top: -25%;
    left: 25%;
    transform-origin: right;
  }
}

.xr2learn .slider-full .end .after {
  transform: translateX(100%);
  right: 0;
  background-image: url("/themes/zengo2020/assets/images/xr2learn/r.png");
  background-position: right center;
}

@media (orientation: portrait) {
  .xr2learn .slider-full .end .after {
    top: auto;
    bottom: -25%;
    right: 25%;
  }
}

.xr2learn .slider-full .end .colored {
  background-image: linear-gradient(100deg, #19ffff, #19ffff, #1c22ff, #1c22ff, #ff10ff, #ff10ff, #ff33f0, #ff33f0, #19ffff, #19ffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 50s linear infinite;
  text-align: center;
}

.xr2learn .slider-full .end .anim-text {
  opacity: 0;
  transform: translate3d(0px, 0px, 0px) scale(0, 0);
}

.xr2learn .slider-full .end h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 22rem;
}

.xr2learn .slider-full .end h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 22rem;
}

.xr2learn #mouse-scroll {
  position: fixed;
  bottom: 100px;
  left: calc(50% - 26px);
  z-index: 2;
  pointer-events: all;
  outline: none !important;
}

.xr2learn #mouse-scroll * {
  pointer-events: all;
}

.xr2learn .title-outer {
  position: relative;
}

.xr2learn .section-animated-title {
  display: block;
  color: rgba(0, 143, 209, 0.15);
  text-align: center;
  width: 100%;
  font-size: 2.65rem;
  letter-spacing: -0.15rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.0;
  text-transform: uppercase;
  overflow: visible;
  margin-bottom: 2rem;
  white-space: nowrap;
  transition: all 1000ms ease;
}

.xr2learn .section-animated-title:not(.active) {
  opacity: 0;
  transform: translateX(-100px);
}

@media screen and (min-width: 1601px) {
  .xr2learn .section-animated-title {
    transition: all 25ms ease;
    transform: translateX(var(--slide)) !important;
    opacity: var(--opacity) !important;
  }
}

.xr2learn .section-animated-title.left {
  text-align: left;
  position: relative;
  text-transform: none;
}

.xr2learn .section-animated-title.left + .subtitle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0.45rem;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: -0.5px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .xr2learn .section-animated-title.left + .subtitle {
    font-size: 0.75rem;
  }
}

.xr2learn .section-animated-title.right {
  text-align: right;
  position: relative;
  text-transform: none;
}

@media screen and (min-width: 1601px) {
  .xr2learn .section-animated-title.right {
    transform: translateX(calc(-1 * var(--slide))) !important;
  }
}

.xr2learn .section-animated-title.right + .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 0.45rem;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: -0.5px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .xr2learn .section-animated-title.right + .subtitle {
    font-size: 0.75rem;
  }
}

.xr2learn .small-colored {
  display: block;
  width: 100%;
  background-image: linear-gradient(100deg, #FA7BD0BE, #FA7BD0BE, #008FD1BE, #008FD1BE, #FA7BD0BE, #FA7BD0BE);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 50s linear infinite;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
}

@media screen and (max-width: 991px) {
  .xr2learn .small-colored {
    font-size: 1rem;
  }
}

.xr2learn .small-colored .small-text {
  display: block;
  font-size: 0.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  .xr2learn .small-colored .small-text {
    font-size: 0.5rem;
  }
}

.xr2learn .space-right {
  padding-right: 15%;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .xr2learn .space-right {
    padding-right: 0;
  }
}

.xr2learn .space-left {
  padding-left: 15%;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .xr2learn .space-left {
    padding-left: 10%;
    text-align: left;
  }
}

.xr2learn .xr-font-m {
  color: #363636;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .xr2learn .xr-font-m {
    font-size: 0.65rem;
  }
}

.xr2learn .xr-font-s {
  color: #363636;
  font-size: 0.35rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .xr2learn .xr-font-s {
    font-size: 0.65rem;
  }
}

.xr2learn .centered-l {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .xr2learn .centered-l {
    max-width: 100%;
  }
}

.xr2learn .centered-m {
  max-width: 19rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .xr2learn .centered-m {
    max-width: 100%;
  }
}

.xr2learn #about-us {
  padding-bottom: 4rem;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .xr2learn #about-us {
    min-height: 0;
  }
}

.xr2learn #about-us .section-animated-title {
  color: rgba(0, 143, 209, 0.15);
}

.xr2learn #about-us .about-content {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .xr2learn #about-us .about-content {
    flex-flow: column;
    flex-direction: column;
  }
}

.xr2learn #about-us .about-content .about-team {
  display: block;
  width: calc(50% - 0.5rem);
  height: auto;
  margin-right: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  box-shadow: 46px 171px 50px 0px rgba(47, 103, 131, 0), 29px 110px 45px 0px rgba(47, 103, 131, 0.01), 17px 62px 38px 0px rgba(47, 103, 131, 0.05), 7px 27px 28px 0px rgba(47, 103, 131, 0.09), 2px 7px 16px 0px rgba(47, 103, 131, 0.1);
}

@media screen and (max-width: 991px) {
  .xr2learn #about-us .about-content .about-team {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}

.xr2learn #about-us .about-content .about-text {
  color: #363636;
  text-align: justify;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 400;
  flex-shrink: 1;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .xr2learn #about-us .about-content .about-text {
    width: 100%;
    font-size: 0.65rem;
  }
}

.xr2learn #about-us .about-content .about-logos {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1rem;
}

.xr2learn #about-us .about-content .about-logos img {
  display: block;
  width: auto;
  height: 1rem;
}

.xr2learn #about-us .about-content .about-logos img:first-child {
  height: 2rem;
  margin-right: -0.5rem;
}

.xr2learn #mission {
  min-height: 100vh;
  padding-bottom: 4rem;
  background-image: linear-gradient(270deg, rgba(0, 143, 209, 0.2) -10.57%, rgba(250, 123, 208, 0.2) 144.32%);
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .xr2learn #mission {
    min-height: 0;
  }
}

.xr2learn #mission .section-animated-title {
  color: #F7F6F6;
}

.xr2learn #mission .centered-l .small-colored {
  margin-top: 0;
  margin-bottom: 0;
}

.xr2learn #mission .centered-l .small-colored + .small-colored {
  margin-top: 0.75rem;
}

.xr2learn #xr2learn {
  min-height: 100vh;
  padding-bottom: 2rem;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F6F6 50%, #f7dcee 100%);
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 991px) {
  .xr2learn #xr2learn {
    min-height: 0;
    padding-bottom: 4rem;
  }
}

.xr2learn #xr2learn .section-animated-title {
  background-image: linear-gradient(270deg, rgba(0, 143, 209, 0.2), rgba(250, 123, 208, 0.2), rgba(0, 143, 209, 0.2));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 50s linear infinite;
}

@media screen and (max-width: 991px) {
  .xr2learn #xr2learn .section-animated-title {
    font-size: 1.9rem;
  }
}

.xr2learn #xr2learn hr {
  display: block;
  width: 100%;
  max-width: 15rem;
  border: 0;
  height: 0.05rem;
  background-image: linear-gradient(100deg, #1FB4D7 0%, #08078C 50%, #C821DF 100%);
  margin: 0.75rem auto;
}

.xr2learn #xr2learn .learn-logos {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.xr2learn #xr2learn .learn-logos img {
  display: block;
  width: auto;
  height: 1.25rem;
}

.xr2learn #xr2learn .xr-font-m {
  max-width: 12rem;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .xr2learn #xr2learn .xr-font-m {
    max-width: 15rem;
  }
}

.xr2learn #xr2learn .xr-font-s {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}

.xr2learn #xr2learn .colored-button {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 1rem auto 0 auto;
  border-radius: 0.25rem;
  background-image: linear-gradient(100deg, #1FB4D7 0%, #08078C 50%, #C821DF 100%);
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 300ms ease;
}

.xr2learn #xr2learn .colored-button:hover {
  filter: brightness(1.25);
}

.xr2learn #evr-osh-5 {
  min-height: 100vh;
  padding-bottom: 4rem;
  position: relative;
  z-index: 7;
  background-color: rgba(0, 143, 209, 0.2);
}

@media screen and (max-width: 991px) {
  .xr2learn #evr-osh-5 {
    min-height: 0;
  }
}

.xr2learn #evr-osh-5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/themes/zengo2020/assets/images/xr2learn/evr-osh-5-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
}

.xr2learn #evr-osh-5 .section-animated-title {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .xr2learn #evr-osh-5 .section-animated-title {
    font-size: 2rem;
  }
}

.xr2learn #evr-osh-5 .section-animated-title span {
  color: #85c9e9;
}

.xr2learn #evr-osh-5 hr {
  display: block;
  width: 100%;
  max-width: 15rem;
  border: 0;
  height: 0.05rem;
  background-image: linear-gradient(90deg, #38B5AB 0%, #008FD1 100%);
  margin: 0.75rem auto;
}

.xr2learn #evr-osh-5 .xr-font-m {
  max-width: 15rem;
  text-align: center;
  margin: 0 auto;
}

.xr2learn #evr-osh-5 .xr-font-s {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}

.xr2learn #evr-osh-5 .evr-osh-5-title {
  font-family: "Sedgwick Ave";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 2rem;
  color: rgba(0, 143, 209, 0.8);
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .xr2learn #evr-osh-5 .evr-osh-5-title {
    color: #ffffff;
    text-shadow: 0 0 15px #000000;
  }
}

.xr2learn .xr2learn-gallery {
  display: block;
  margin-bottom: 1rem;
  margin-left: calc(50% - 50vw);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  width: 100vw;
  overflow: visible;
}

.xr2learn .xr2learn-gallery .gallery-inner {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: auto;
}

.xr2learn .xr2learn-gallery .xr-font-m {
  font-weight: 400;
}

.xr2learn .xr2learn-gallery img {
  display: block;
  height: 8rem;
  width: auto;
  position: relative;
  z-index: 1;
  max-width: none;
  border-radius: 0.25rem;
  box-shadow: 124px 72px 40px 0px rgba(47, 103, 131, 0), 80px 46px 37px 0px rgba(47, 103, 131, 0.01), 45px 26px 31px 0px rgba(47, 103, 131, 0.05), 20px 11px 23px 0px rgba(47, 103, 131, 0.09), 5px 3px 13px 0px rgba(47, 103, 131, 0.1);
}

@media screen and (max-width: 991px) {
  .xr2learn .xr2learn-gallery img {
    height: 10rem;
  }
}

.xr2learn .xr2learn-gallery img + img {
  margin-left: -0.75rem;
}

.xr2learn .xr2learn-gallery img:nth-child(2n) {
  margin-top: 0.75rem;
  z-index: 2;
}

.xr2learn #video {
  background-color: #CCE9F6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.xr2learn #video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border: none;
}

@media only screen and (max-width: 1600px) {
  .xr2learn #video iframe {
    max-width: 19rem;
  }
}

.xr2learn #protfall {
  min-height: 100vh;
  padding-bottom: 2rem;
  background-image: linear-gradient(180deg, #CCE9F6, #D4EEF1);
  position: relative;
  z-index: 6;
}

@media screen and (max-width: 991px) {
  .xr2learn #protfall {
    min-height: 0;
  }
}

.xr2learn #protfall .section-animated-title,
.xr2learn #protfall .subtitle {
  color: #67BCE3;
}

.xr2learn #protfall .centered-l {
  text-align: center;
  max-width: 16rem;
}

@media screen and (max-width: 991px) {
  .xr2learn #protfall .centered-l {
    max-width: 100%;
  }
}

.xr2learn #saferob {
  min-height: 100vh;
  padding-bottom: 2rem;
  background-image: linear-gradient(180deg, #D4EEF1, #e3edf0);
  position: relative;
  z-index: 7;
}

@media screen and (max-width: 991px) {
  .xr2learn #saferob {
    min-height: 0;
  }
}

.xr2learn #saferob .section-animated-title,
.xr2learn #saferob .subtitle {
  color: #67BCE3;
}

.xr2learn #observr {
  min-height: 100vh;
  padding-bottom: 4rem;
  background-image: linear-gradient(180deg, #e3edf0, #fee5f6);
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 991px) {
  .xr2learn #observr {
    min-height: 0;
  }
}

.xr2learn #observr .section-animated-title,
.xr2learn #observr .subtitle {
  background-image: linear-gradient(270deg, #c993de, #b28cdb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.xr2learn #observr .centered-l {
  text-align: center;
  max-width: 20rem;
}

@media screen and (max-width: 991px) {
  .xr2learn #observr .centered-l {
    max-width: 100%;
  }
}

.xr2learn #partners {
  min-height: 100vh;
  padding-top: 1.75rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(90deg, #F1FAFC 0%, #FBEFFD 100%);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .xr2learn #partners {
    min-height: 0;
  }
}

.xr2learn #partners .partners-title {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-image: linear-gradient(100deg, #1FB4D7, #1FB4D7, #010080, #010080, #C821DF, #C821DF, #1FB4D7, #1FB4D7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 50s linear infinite;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .xr2learn #partners .partners-title {
    margin-bottom: 1.5rem;
  }
}

.xr2learn #partners .partner-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

@media screen and (min-width: 701px) {
  .xr2learn #partners .partner-gallery {
    gap: 10vh 50px;
  }
}

@media screen and (min-width: 1200px) and (min-height: 800px) {
  .xr2learn #partners .partner-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .xr2learn #partners .partner-gallery img:nth-child(10) {
    grid-area: 4 / 2;
  }
}

@media screen and (max-width: 700px) {
  .xr2learn #partners .partner-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.xr2learn #partners .partner-gallery img {
  display: block;
  width: 100%;
  max-width: 5rem;
  height: auto;
}

.xr2learn #contact-us {
  background-image: url("/themes/zengo2020/assets/images/xr2learn/footer-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .xr2learn #contact-us {
    min-height: 0;
  }
}

.xr2learn #contact-us .section-animated-title {
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 2.5rem;
}

.xr2learn #contact-us .xr2learn-button {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #FFFFFF;
  height: 2rem;
}

.xr2learn #contact-us .xr2learn-button + .xr2learn-button {
  margin-top: 1rem;
}

.xr2learn #contact-us .xr2learn-button h4 {
  color: #FFFFFF;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(50% - 40px);
  margin-right: 40px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .xr2learn #contact-us .xr2learn-button h4 {
    width: calc(65% - 40px);
    font-size: 0.55rem;
  }
}

.xr2learn #contact-us .xr2learn-button a {
  color: #3CDAFF;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  flex-shrink: 0;
  flex-grow: 0;
  transition: all 300ms ease;
}

@media screen and (max-width: 991px) {
  .xr2learn #contact-us .xr2learn-button a {
    font-size: 0.55rem;
  }
}

.xr2learn #contact-us .xr2learn-button a:hover {
  color: #C821DF;
}

.xr2learn #contact-us .xr2learn-lower-footer {
  position: absolute;
  bottom: 0.2rem;
  left: auto;
  z-index: 1;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: calc(100% - 30px);
  max-width: 1400px;
}

@media screen and (min-width: 2000px) {
  .xr2learn #contact-us .xr2learn-lower-footer {
    width: 75%;
    max-width: 75%;
  }
}

.xr2learn #contact-us .xr2learn-lower-footer .left-corner {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  color: #FFFFFF;
  font-size: 0.25rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .xr2learn #contact-us .xr2learn-lower-footer .left-corner {
    font-size: 0.5rem;
  }
}

.xr2learn #contact-us .xr2learn-lower-footer .left-corner a {
  color: #3CDAFF;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 300ms ease;
}

.xr2learn #contact-us .xr2learn-lower-footer .left-corner a:hover {
  color: #C821DF;
}

.xr2learn #contact-us .xr2learn-lower-footer .right-corner {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  color: #FFFFFF;
  font-size: 0.25rem;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .xr2learn #contact-us .xr2learn-lower-footer .right-corner {
    font-size: 0.5rem;
  }
}

.pin-spacer {
  z-index: 3;
}

.pin-spacer:has(#horizontal-outer-1) {
  background-color: #D4EEF1;
}

.pin-spacer:has(#horizontal-outer-2) {
  background-color: #D4EEF1;
}

body.landing {
  display: block;
  width: 100%;
  margin: 0;
  background-color: #001741;
  color: #AFBDD4;
  --spacing: 100px;
}

@media screen and (max-width: 1280px) {
  body.landing {
    --spacing: 80px;
  }
}

@media screen and (max-width: 900px) {
  body.landing {
    --spacing: 70px;
  }
}

body.landing header, body.landing main, body.landing footer {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #001741;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
  position: relative;
}

@media screen and (max-width: 1280px) {
  body.landing header, body.landing main, body.landing footer {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.landing h1, body.landing h2, body.landing h3, body.landing h4, body.landing h5, body.landing h6 {
  margin: 0;
  display: block;
  background: linear-gradient(90deg, #BFCBDD 0%, rgba(40, 115, 183, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.2;
}

body.landing h1 {
  font-size: 40px;
}

@media screen and (max-width: 900px) {
  body.landing h1 {
    font-size: 32px;
  }
}

body.landing h2 {
  font-size: 26px;
}

@media screen and (max-width: 900px) {
  body.landing h2 {
    font-size: 23px;
  }
}

body.landing h3 {
  font-size: 34px;
}

@media screen and (max-width: 900px) {
  body.landing h3 {
    font-size: 28px;
  }
}

body.landing h4 {
  font-size: 23px;
}

body.landing h5 {
  font-size: 22px;
}

body.landing h6 {
  font-size: 18px;
}

body.landing p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

body.landing hr {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: 0.2;
  background: #FFF;
  height: 1px;
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
  border: 0;
}

body.landing header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding-bottom: 50px;
}

body.landing header .landing-logo {
  display: block;
  width: 118px;
  height: 100px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 50px;
}

body.landing header h1 {
  text-align: center;
  margin-bottom: var(--spacing);
  padding-left: 25px;
  padding-right: 25px;
}

body.landing header .landing-excerpt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.landing main .landing-content {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}

body.landing main .landing-content h3 {
  width: auto;
  max-width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
  padding-right: 65px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  body.landing main .landing-content h3 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 900px) {
  body.landing main .landing-content h3 {
    text-align: center;
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

body.landing main .landing-content h3 + p {
  margin-left: 0;
}

body.landing main .landing-content h3 + p + p {
  margin-top: 25px;
}

body.landing main .landing-content p {
  padding-left: 65px;
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: justify;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  body.landing main .landing-content p {
    padding-left: 40px;
  }
}

@media screen and (max-width: 900px) {
  body.landing main .landing-content p {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

body.landing main .landing-line {
  border-radius: 10px;
  background: #0D234A;
  width: 100%;
  padding: 40px 60px;
  max-width: 970px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  body.landing main .landing-line {
    flex-flow: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  body.landing main .landing-line {
    flex-wrap: wrap;
    padding: 30px;
  }
}

body.landing main .landing-line h4 {
  text-align: right;
  margin-left: 0;
  margin-right: auto;
  max-width: 360px;
  width: auto;
  padding-right: 40px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  body.landing main .landing-line h4 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

body.landing main .landing-line .person {
  margin-left: auto;
  margin-right: 40px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
}

@media screen and (max-width: 900px) {
  body.landing main .landing-line .person {
    margin-right: auto;
  }
}

body.landing main .landing-line .person img.landing-profile {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-right: 20px;
}

body.landing main .landing-line .person span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 0;
  white-space: nowrap;
}

body.landing main .landing-line a.landing-button {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  min-width: 140px;
  border-radius: 4px;
  background-color: #008ACD;
  height: 44px;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 30px;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: all 300ms ease;
}

@media screen and (max-width: 900px) {
  body.landing main .landing-line a.landing-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

body.landing main .landing-line a.landing-button:hover {
  background-color: #001741;
  color: #ffffff;
}

body.landing footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 25px;
}

body.landing footer .upper-footer {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 900px) {
  body.landing footer .upper-footer {
    flex-flow: column;
    flex-direction: column;
  }
}

body.landing footer .upper-footer .landing-office {
  display: block;
  width: 415px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: 65px;
  max-width: calc(50% - 65px);
  border-radius: 4px;
}

@media screen and (max-width: 1280px) {
  body.landing footer .upper-footer .landing-office {
    margin-right: 40px;
    max-width: calc(50% - 40px);
    height: 280px;
  }
}

@media screen and (max-width: 900px) {
  body.landing footer .upper-footer .landing-office {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 460px;
    margin-bottom: 30px;
  }
}

body.landing footer .upper-footer .landing-footer {
  width: 50%;
  padding-left: 65px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  body.landing footer .upper-footer .landing-footer {
    padding-left: 40px;
  }
}

@media screen and (max-width: 900px) {
  body.landing footer .upper-footer .landing-footer {
    padding-left: 0;
    width: 100%;
  }
}

body.landing footer .upper-footer .landing-footer h3 {
  width: fit-content;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  body.landing footer .upper-footer .landing-footer h3 {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

body.landing footer .lower-footer {
  margin-top: 200px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  body.landing footer .lower-footer {
    margin-top: 100px;
  }
}

body.eafa {
  font-family: "NeoSansPro";
  display: block;
  width: 100%;
  margin: 0;
  background-color: #f7f9fb;
  color: #5a5a5a;
  line-height: 1.6;
  --eafa-lg: 1170px;
  --eafa-md: 970px;
  --eafa-sm: 770px;
}

body.eafa .width-lg {
  width: var(--eafa-lg);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1220px) {
  body.eafa .width-lg {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.eafa .width-md {
  width: var(--eafa-md);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1020px) {
  body.eafa .width-md {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.eafa .width-sm {
  width: var(--eafa-sm);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 820px) {
  body.eafa .width-sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.eafa header, body.eafa main, body.eafa footer {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  position: relative;
}

body.eafa h1, body.eafa h2, body.eafa h3, body.eafa h4, body.eafa h5, body.eafa h6 {
  margin: 0;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  font-family: "NeoSansPro";
  letter-spacing: -0.5px;
}

body.eafa h1 {
  font-size: 65px;
}

@media screen and (max-width: 900px) {
  body.eafa h1 {
    font-size: 32px;
  }
}

body.eafa h2 {
  font-size: 40px;
}

@media screen and (max-width: 900px) {
  body.eafa h2 {
    font-size: 28px;
  }
}

body.eafa h3 {
  font-size: 26px;
}

@media screen and (max-width: 900px) {
  body.eafa h3 {
    font-size: 23px;
  }
}

body.eafa h4 {
  font-size: 23px;
}

body.eafa h5 {
  font-size: 22px;
}

body.eafa h6 {
  font-size: 20px;
}

body.eafa p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

body.eafa p b {
  font-weight: 500;
}

body.eafa p small {
  font-size: 12px;
}

body.eafa p + p {
  margin-top: 25px;
}

body.eafa hr {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: 0.2;
  background: #FFF;
  height: 1px;
  border: 0;
  margin: 0;
}

body.eafa .vertical-center {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

body.eafa .vertical-center img.icon {
  display: block;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px;
}

body.eafa .red-text {
  color: #c13d45;
  width: auto;
}

body.eafa .justify {
  text-align: justify;
  width: 100%;
}

body.eafa .eafa-button {
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
  border-radius: 4px;
  background-image: linear-gradient(to right, #d76f76 0%, #c03c44 100%);
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 10px 30px;
  height: 44px;
}

body.eafa .eafa-button:hover, body.eafa .eafa-button:active, body.eafa .eafa-button:focus {
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}

body.eafa .rainbow {
  background-image: url("/themes/zengo2020/assets/images/eafa/rainbow.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.eafa header {
  background-image: url("/themes/zengo2020/assets/images/eafa/hero.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.eafa header .eafa-top {
  font-size: 16px;
  color: #ffffff;
  padding-top: 70px;
  margin-bottom: 130px;
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  body.eafa header .eafa-top {
    transform: scale(0.8);
    transform-origin: left center;
  }
}

@media screen and (max-width: 600px) {
  body.eafa header .eafa-top {
    transform: scale(0.7);
    transform-origin: left center;
  }
}

body.eafa header .eafa-top .logo-ecovis {
  margin-right: 20px;
}

body.eafa header .eafa-top .logo-zengo {
  margin-left: 20px;
  margin-right: 20px;
}

body.eafa header .eafa-title {
  font-size: 65px;
  color: #ffffff;
  font-weight: 900;
}

@media screen and (max-width: 800px) {
  body.eafa header .eafa-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 560px) {
  body.eafa header .eafa-title {
    font-size: 36px;
  }
}

body.eafa header .eafa-subtitle {
  font-size: 55px;
  color: #ffffff;
  font-weight: 900;
  padding-bottom: 220px;
}

@media screen and (max-width: 800px) {
  body.eafa header .eafa-subtitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 560px) {
  body.eafa header .eafa-subtitle {
    font-size: 30px;
  }
}

body.eafa main .box {
  border-radius: 10px;
  box-shadow: 0 5px 11px 0 rgba(158, 37, 44, 0.06), 0 20px 20px 0 rgba(158, 37, 44, 0.05), 0 46px 27px 0 rgba(158, 37, 44, 0.03), 0 81px 32px 0 rgba(158, 37, 44, 0.01), 0 126px 35px 0 rgba(158, 37, 44, 0);
  background-color: #fcfcfd;
  padding: 20px 35px 30px 35px;
}

body.eafa main .eafa-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  body.eafa main .eafa-3 {
    display: block;
  }
  body.eafa main .eafa-3 .eafa-3-item {
    margin-left: auto;
    margin-right: auto;
  }
  body.eafa main .eafa-3 .eafa-3-item + .eafa-3-item {
    margin-top: 30px;
  }
}

body.eafa main .eafa-3 .eafa-3-item {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  flex-wrap: nowrap;
  border-radius: 5px;
  border: solid 1px #e6a6a9;
  padding: 12px;
  width: 100%;
  max-width: 360px;
}

body.eafa main .eafa-3 .eafa-3-item img {
  display: block;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 12px;
}

body.eafa main .eafa-3 .eafa-3-item p {
  flex-grow: 1;
  flex-shrink: 1;
}

body.eafa main .more {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

body.eafa main .overlap {
  transform: translateY(50%);
}

@media screen and (max-width: 800px) {
  body.eafa main .overlap {
    transform: none;
    margin-top: 75px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
  }
}

body.eafa main .eafa-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  background-image: url("/themes/zengo2020/assets/images/eafa/bg-gradient.png");
  background-position: center center;
  background-size: 1170px 700px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  body.eafa main .eafa-4 {
    display: block;
  }
  body.eafa main .eafa-4 .eafa-4-item + .eafa-4-item {
    margin-top: 40px;
  }
  body.eafa main .eafa-4 .eafa-4-item .vertical-center {
    justify-content: center;
  }
}

body.eafa main .eafa-5 {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 75px;
  border-radius: 10px;
  background-color: #faeeef;
  padding: 20px 30px;
  overflow: hidden;
  font-weight: 500;
}

body.eafa main .eafa-5 .icon {
  margin-right: 0;
}

body.eafa main .eafa-5 h5 {
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  body.eafa main .eafa-5 {
    justify-content: center;
  }
  body.eafa main .eafa-5 .eafa-button {
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 600px) {
  body.eafa main .eafa-5 {
    padding: 20px 25px 30px 25px;
  }
  body.eafa main .eafa-5 h5 {
    max-width: 240px;
  }
}

body.eafa main .export-title {
  color: #c13d45;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

body.eafa main .export-title b {
  font-weight: 900;
}

body.eafa main .expert-list {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
}

@media screen and (max-width: 950px) {
  body.eafa main .expert-list {
    flex-flow: column;
    flex-direction: column;
    justify-content: center;
  }
  body.eafa main .expert-list .expert-item + .expert-item {
    margin-top: 40px;
  }
}

body.eafa main .expert-list .expert-item {
  width: 270px;
}

@media screen and (max-width: 950px) {
  body.eafa main .expert-list .expert-item {
    width: 100%;
    max-width: 400px;
  }
}

body.eafa main .expert-list .expert-item:hover img {
  filter: brightness(1.15);
}

body.eafa main .expert-list .expert-item:hover .introduction:after {
  transform: translateX(5px);
}

body.eafa main .expert-list .expert-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all 300ms ease;
}

body.eafa main .expert-list .expert-item .expert-name {
  width: 100%;
  text-align: center;
  color: #5a5a5a !important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

body.eafa main .expert-list .expert-item .introduction {
  font-size: 16px;
  color: #c13d45;
  display: block;
  text-align: center;
}

body.eafa main .expert-list .expert-item .introduction:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/themes/zengo2020/assets/images/eafa/icon-chevron.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -3px;
  transition: all 300ms ease;
}

body.eafa footer {
  padding-top: 90px;
  padding-bottom: 25px;
  display: block;
  text-align: center;
  color: #5a5a5a;
  font-size: 12px;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1600px !important;
  }
}

body {
  font-family: 'NeoSansPro', 'NeoSansPro-Bold', 'sans-serif';
  background-color: #f7f6f6;
}

.tooltip-inner {
  max-width: 100% !important;
}

.change-icon {
  fill: gray;
}

#topPage {
  position: fixed;
  bottom: 150px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  color: white;
  cursor: pointer;
  display: block;
  width: 70px;
  height: 70px;
  transition: all 300ms ease;
}

@media screen and (min-width: 992px) {
  #topPage {
    opacity: 0.5;
  }
  #topPage:hover {
    opacity: 1;
  }
}

.padding {
  padding: 50px;
}

.excerpt p {
  font-size: 18px;
}

#latest-overlay {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  position: absolute;
}

.latest_work button {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #fff;
  margin-left: 15px;
  bottom: 0;
  opacity: 0.7;
}

.latest_work button:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.homeSlider {
  position: relative;
  top: 100px;
}

.instagram-menu img {
  position: Absolute;
  margin-left: -28px;
  height: 23px;
  margin-top: -0px;
}

.top-bg-triangle {
  width: 75%;
  max-height: 75vh;
  height: auto;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: contain;
  -o-object-position: left top;
  object-position: left top;
}

.home-top-section, .services_section, .partner {
  background-image: linear-gradient(111deg, #ffffff 36%, rgba(255, 255, 255, 0) 100%);
}

.home-department {
  margin-top: 200px;
}

.instagram_img {
  margin-right: 5px;
}

.box-content {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.box-content .triangle {
  width: 100%;
  border-top-left-radius: 4px;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.box-content .icon {
  display: block;
  height: 60px;
  opacity: 0;
  transition: all 300ms ease;
  margin-left: 15px;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

.box-content .content-body {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  padding-right: 15px;
}

.box-content .content-h3 {
  transition: all 300ms ease;
  margin: 0;
}

.box-content p {
  color: #8a8a8a;
  transition: all 300ms ease;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.2;
}

.service-block .box-content {
  min-height: 90px;
}

.service-block .box-content .content-h3 {
  color: #000;
  font-size: 20px;
  font-stretch: normal;
}

.service-block .box-content .icon {
  height: 30px;
  margin-right: 30px;
}

.service-block .box-content .triangle {
  height: 90px;
  -webkit-clip-path: polygon(0 0, 90px 0%, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 90px 0%, 0 100%, 0% 100%);
}

.service-block .box-content:hover .triangle {
  -webkit-clip-path: polygon(0 0, calc(100% + 90px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% + 90px) 0, 100% 100%, 0 100%);
}

.service-block .box-content:hover .content-h3, .service-block .box-content:hover p.color-grey {
  color: #ffffff !important;
}

.service-block .box-content:hover .icon {
  opacity: 1;
}

.carrer-block .box-content {
  min-height: 120px;
}

.carrer-block .box-content .content-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.carrer-block .box-content .content-h3 {
  color: #0065af;
  transition: all 300ms;
}

.carrer-block .box-content .p.color-grey {
  transition: all 300ms;
}

.carrer-block .box-content .triangle {
  width: calc(100% + 100px);
  height: 200px;
  -webkit-clip-path: polygon(0 0, 200px 0%, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 200px 0%, 0 100%, 0% 100%);
  left: -100px;
}

.carrer-block .box-content:hover .content-h3, .carrer-block .box-content:hover p.color-grey {
  color: #ffffff !important;
}

.carrer-block .box-content:hover .icon {
  opacity: 1;
}

.carrer-block .box-content:hover .triangle {
  -webkit-clip-path: polygon(0 0, calc(100% + 200px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% + 200px) 0, 100% 100%, 0 100%);
}

.department .box-content {
  min-height: 120px;
}

.department .box-content .triangle {
  height: 120px;
  -webkit-clip-path: polygon(0 0, 120px 0%, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 120px 0%, 0 100%, 0% 100%);
}

.department .box-content:hover .triangle {
  -webkit-clip-path: polygon(0 0, calc(100% + 120px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% + 120px) 0, 100% 100%, 0 100%);
}

.department .box-content .content-h3, .carrer-block .box-content .content-h3 {
  font-size: 25px;
  font-stretch: normal;
}

.department .box-content:hover .content-h3, .carrer-block .box-content:hover .content-h3 {
  color: #ffffff !important;
}

.department .box-content:hover .icon, .carrer-block .box-content:hover .icon {
  opacity: 1 !important;
}

.department .box-content:hover p, .carrer-block .box-content:hover p {
  color: #ffffff !important;
}

.home-top-section, .services_section {
  padding: 40px;
}

footer img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
}

.page-header h1 {
  color: #6a6a6a;
}

.latest_work {
  height: 250px;
}

.latest_work .bottom-gradient {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest_work .recent-work-img {
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  mix-blend-mode: multiply;
  width: 100%;
  height: 250px;
  position: relative;
  opacity: 0.5;
}

.work-title {
  position: relative;
  z-index: 11;
}

.work-title .category {
  font-size: 12px;
}

.work-title h3 {
  text-align: left;
  margin-left: 25px;
  min-height: 155px;
  font-size: 25px;
  top: 65px;
  position: relative;
}

.latest {
  border-radius: 4px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.latest:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.latest:hover .btn-link {
  color: #fff;
  opacity: 1;
}

.latest_work a {
  color: #fff;
  margin-left: 20px;
  position: relative;
  top: 0;
  font-size: 14px;
  opacity: 0.7;
}

.latest_work a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.latest_work .tag {
  position: relative;
  top: 10px;
  margin-left: 10px;
  color: #fff;
  z-index: 99;
  font-size: 14px;
}

.latest-body {
  border-radius: 4px;
}

.clients-logo {
  padding: 15px;
}

.partner-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
}

.fr-fil {
  float: left;
}

.fr-fir {
  float: right;
}

.pl.pl-leapfrog {
  top: calc(50vh - 24px) !important;
  margin-bottom: 0 !important;
}

.pl:before, .pl:after {
  left: 24px !important;
}

.triangle-box {
  display: block;
}

strong {
  font-weight: bold;
}

.spacer {
  display: block;
  width: 100%;
  height: 10px;
}

.spacer br {
  display: none;
}

.btn.btn-primary {
  padding: 9px 20px;
}

.average-block {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  padding: 30px 40px;
  min-height: 185px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fixed-block {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
  min-height: 90px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.custom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  flex-direction: column;
  padding-left: 50px;
  height: 500px;
  width: 700px;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.custom-subtitle {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0;
}

.custom-subtitle.bigger {
  font-size: 26px;
}

.custom-title {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
}

.custom-title.bigger {
  font-size: 42px;
}

@media screen and (max-width: 991px) {
  .custom-title {
    font-size: 28px;
  }
  .custom-title.bigger {
    font-size: 34px;
  }
}

.custom-excerpt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 0;
}

.mozaik-block {
  margin-top: 25px;
  margin-bottom: 100px;
  display: grid;
  width: 100%;
  grid-template-columns: fit-content(25%) fit-content(25%) fit-content(25%) fit-content(25%);
  grid-template-rows: 25% 25% 25% 25%;
  justify-items: stretch;
  align-items: stretch;
  gap: 2px;
}

.mozaik-block > *:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
  aspect-ratio: 1 / 1;
}

.mozaik-block > *:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  aspect-ratio: 1 / 1;
}

.mozaik-block > *:nth-child(3) {
  grid-row: 1 / 2;
  grid-column: 4 / 5;
  aspect-ratio: 1 / 1;
}

.mozaik-block > *:nth-child(4) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  aspect-ratio: 1 / 1;
}

.mozaik-block > *:nth-child(5) {
  grid-row: 2 / 3;
  grid-column: 4 / 5;
  aspect-ratio: 1 / 1;
}

.mozaik-block > *:nth-child(6) {
  grid-row: 3 / 4;
  grid-column: 4 / 5;
  aspect-ratio: 1 / 1;
}

.mozaik-block > *:nth-child(7) {
  grid-row: 3 / 5;
  grid-column: 1 / 4;
}

.mozaik-block > *:nth-child(8) {
  grid-row: 4 / 5;
  grid-column: 4 / 5;
  aspect-ratio: 1 / 1;
}

.mozaik-block .mozaik-image {
  display: block;
  box-sizing: content-box;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.mozaik-block .mozaik-video {
  overflow: hidden;
  position: relative;
  background-color: #000000;
  box-sizing: content-box;
}

.mozaik-block .mozaik-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.mozaik-block .mozaik-button {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: content-box;
  color: #ffffff;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 16px;
}

.mozaik-block .mozaik-button:hover {
  color: #000000;
}

.mozaik-block .mozaik-button i {
  margin-left: 10px;
}

@media screen and (max-width: 1229px) {
  .custom-wrapper {
    width: 500px;
  }
  .work-title h3 {
    font-size: 20px;
  }
  .top-bg-triangle {
    top: -80px;
  }
  .department .box-content {
    min-height: 90px;
  }
  .department .box-content .content-h3 {
    font-size: 22px;
  }
  .department .box-content .triangle {
    height: 90px;
    -webkit-clip-path: polygon(0 0, 90px 0%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 90px 0%, 0 100%, 0% 100%);
  }
  .department .box-content:hover .triangle {
    -webkit-clip-path: polygon(0 0, calc(100% + 90px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% + 90px) 0, 100% 100%, 0 100%);
  }
  .carrer-block .box-content .content-h3 {
    font-size: 22px;
  }
  .carrer-block .box-content .icon {
    margin-right: 30px;
  }
  .carrer-block .box-content .content-body {
    align-self: flex-start;
  }
  .service-block .box-content {
    min-height: 80px;
  }
  .service-block .box-content .content-h3 {
    font-size: 20px;
    font-weight: normal;
  }
  .service-block .box-content .triangle {
    height: 80px;
    -webkit-clip-path: polygon(0 0, 80px 0%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 80px 0%, 0 100%, 0% 100%);
  }
  .service-block .box-content:hover .triangle {
    -webkit-clip-path: polygon(0 0, calc(100% + 80px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% + 80px) 0, 100% 100%, 0 100%);
  }
}

@media screen and (max-width: 991px) {
  .custom-wrapper {
    width: 100%;
    padding: 25px 30px;
    height: auto;
    top: auto !important;
    bottom: 0;
  }
  .mozaik-block .mozaik-button {
    font-size: 14px;
  }
  .department .box-content .content-body {
    width: 100%;
    align-items: center;
    padding-left: 15px;
  }
  .department .box-content .content-body .content-h3 {
    text-align: center;
  }
  .department .box-content .content-body p {
    text-align: center;
  }
  .carrer-block .box-content .content-body {
    width: 100%;
    padding-left: 60px;
  }
  .carrer-block .box-content .triangle {
    width: calc(100% + 240px);
    height: 300px;
    -webkit-clip-path: polygon(0 0, 300px 0%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 300px 0%, 0 100%, 0% 100%);
    left: -240px;
  }
  .carrer-block .box-content:hover .triangle {
    -webkit-clip-path: polygon(0 0, calc(100% + 300px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% + 300px) 0, 100% 100%, 0 100%);
  }
  .department .box-content .icon, .carrer-block .box-content .icon {
    display: none;
  }
  .service-block .box-content {
    min-height: 75px;
  }
  .service-block .box-content .content-h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  .service-block .box-content p {
    text-align: center;
  }
  .service-block .box-content .content-body {
    width: 100%;
    align-items: center;
    padding-left: 15px;
  }
  .service-block .box-content .icon {
    display: none;
  }
  .service-block .box-content .triangle {
    height: 75px;
    -webkit-clip-path: polygon(0 0, 75px 0%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 75px 0%, 0 100%, 0% 100%);
  }
  .service-block .box-content:hover .triangle {
    -webkit-clip-path: polygon(0 0, calc(100% + 75px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% + 75px) 0, 100% 100%, 0 100%);
  }
  .home-department {
    margin-top: 155px;
  }
  .latest_work button {
    bottom: -15px;
  }
  .home-top-section {
    margin-top: 0px;
  }
  .latest_work .recent-work-img {
    height: 280px;
  }
  .latest_work button {
    bottom: -35px;
  }
  .padding {
    padding: 15px;
  }
  .latest_work {
    width: 100%;
    height: 285px;
  }
  .top-bg-triangle {
    top: 80px;
  }
  .work-title h3 {
    font-size: 28px;
  }
  .homeSlider .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    right: 15%;
    bottom: -45px;
  }
  .latest {
    margin-bottom: 15px;
  }
  .background-triangle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tooltip-inner {
    display: none;
  }
  .change-icon {
    fill: white !important;
  }
  .mozaik-block {
    grid-template-columns: fit-content(50%) fit-content(50%);
    grid-template-rows: auto;
  }
  .mozaik-block > *:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .mozaik-block > *:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .mozaik-block > *:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .mozaik-block > *:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .mozaik-block > *:nth-child(5) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }
  .mozaik-block > *:nth-child(6) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }
  .mozaik-block > *:nth-child(7) {
    grid-row: 4 / 5;
    grid-column: 1 / 3;
    aspect-ratio: 3 / 2;
  }
  .mozaik-block > *:nth-child(8) {
    grid-row: 5 / 6;
    grid-column: 1 / 3;
  }
  .mozaik-block .mozaik-button {
    font-size: 18px;
    width: auto;
    padding: 10px 30px;
    text-align: center;
    aspect-ratio: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 580px) {
  .custom-title {
    font-size: 26px;
  }
  .custom-subtitle {
    margin-top: 10px;
  }
  .custom-excerpt {
    line-height: 1.6;
  }
  .box-content {
    margin-bottom: 10px !important;
  }
  .department .box-content .content-h3 {
    font-size: 18px;
  }
  .service-block .box-content .content-h3 {
    font-size: 18px;
  }
  body {
    background-image: none;
  }
  .client-header-mobile {
    height: 100px;
  }
  .top-bg-triangle {
    display: none;
  }
  .home-top-section, .services_section {
    padding: 15px;
  }
}

input, button, select, option, optgroup, textarea {
  font: -moz-pull-down-menu;
}

/*# sourceMappingURL=style.css.map */
