/* Colors */
/* Functions */
@font-face {
  font-family: 'Metropolis';
  src: url('../../fonts/metropolis-light-webfont.woff2') format('woff2'), url('../../fonts/metropolis-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../../fonts/metropolis-regular-webfont.woff2') format('woff2'), url('../../fonts/metropolis-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../../fonts/metropolis-medium-webfont.woff2') format('woff2'), url('../../fonts/metropolis-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../../fonts/metropolis-semibold-webfont.woff2') format('woff2'), url('../../fonts/metropolis-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../../fonts/metropolis-bold-webfont.woff2') format('woff2'), url('../../fonts/metropolis-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.wws-popup-container {
  width: auto;
  position: fixed;
  z-index: 9999999;
}
.wws-popup-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wws-popup-container--position {
  right: 12px;
  bottom: 12px;
}
body.rtl .wws-popup-container--position {
  right: auto;
  left: 12px;
}
.wws-clearfix {
  clear: both;
}
.wws-shadow {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.wws-shortcode-btn {
  padding: 4px 10px;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.wws-shortcode-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
.wws-gradient {
  z-index: -1;
  position: fixed;
  width: 500px;
  height: 500px;
  content: "";
  pointer-events: none;
  display: none;
}
@-webkit-keyframes wws-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wws-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.wws-shake-animation {
  animation: wws-shake 0.3s;
}
/* Plugin GDPR CSS*/
.wws-popup .wws-gdpr {
  padding: 8px 12px 6px 12px;
  background: #fff;
  font-size: 12px;
  color: #888FBB;
  user-select: none;
}
.wws-popup .wws-gdpr label {
  color: #888FBB;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.wws-popup .wws-gdpr label input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 4px;
  padding: 0;
}
.wws--bg-color {
  background-color: #2CB842;
}
.wws--text-color {
  color: #ffffff;
}
.wws-popup__footer {
  margin-top: 14px !important;
  position: relative;
}
.wws-popup__open-btn {
  padding: 12px 16px !important;
  font-size: 16px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
}
.wws-gradient--position {
  bottom: 0;
  right: 0;
  background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
}
.wws-popup {
  display: none;
}
/** Close btn **/
.wws-popup__close-btn {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: right;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
}
.wws-popup__close-icon {
  cursor: pointer;
}
/** Suuport **/
.wws-popup__support {
  display: inline-block;
  vertical-align: bottom;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 232px;
  float: right;
}
.wws-popup__support-wrapper {
  margin-top: 8px;
}
.wws-popup__support-img-wrapper {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 3px;
  display: block;
  margin: 0 auto 8px auto;
}
.wws-popup__support-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wws-popup__support-about {
  font-size: 12px;
  text-align: center;
  padding: 18px 12px;
  line-height: 16px;
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
}
.wws-popup__support-welcome {
  background-color: #fff;
  font-size: 14px;
  padding: 16px 12px;
  color: #888FBB;
  line-height: 16px;
  user-select: none;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
/** Input **/
.wws-popup__input {
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  padding: 6px 0 !important;
  margin: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  box-shadow: none !important;
  color: #000 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  width: 166px !important;
  height: auto !important;
}
.wws-popup__input-wrapper {
  width: 232px;
  margin-top: 14px;
  float: right;
  background-color: #fff;
  padding: 8px 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.wws-popup__input::-webkit-input-placeholder {
  color: #888FBB !important;
}
.wws-popup__send-btn {
  cursor: pointer;
  padding: 6px;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
*,
*:focus {
  outline: none;
}
body {
  position: relative;
}
body:before {
  content: " ";
  width: 100%;
  height: 130vh;
  background: #EBFAEB;
  /* Old browsers */
  background: -moz-linear-gradient(top, #EBFAEB 0%, #FFF9F3 56%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #EBFAEB 0%, #FFF9F3 56%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #EBFAEB 0%, #FFF9F3 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBFAEB', endColorstr='#FFF9F3', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .container {
    max-width: 95% !important;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.pulse .circle {
  background-color: #5bd066;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
::-moz-selection {
  background-color: #237ec5;
  color: #fff;
}
::selection {
  background-color: #237ec5;
  color: #fff;
}
.full-slider {
  overflow: visible;
}
.video-slider .swiper-wrapper {
  height: 400px;
}
.video-slider.swiper-rtl .swiper-slide-active .slide-title {
  text-align: right;
}
.video-slider .swiper-slide {
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-slider .swiper-slide-active {
  width: 600px !important;
}
.video-slider .swiper-slide-active .slide-title {
  font-size: 28px;
  text-align: left;
  transform: translateY(0);
}
.title-section__title strong {
  color: #237ec5;
  display: block;
}
.tooltip {
  position: relative;
}
.tooltip .tooltip-trigger {
  cursor: pointer;
}
.tooltip:hover .tooltip-drop {
  opacity: 1;
}
.tooltip:hover .tooltip-drop.tooltip-top,
.tooltip:hover .tooltip-drop.tooltip-bottom {
  transform: translate(-50%, 0);
}
.tooltip:hover .tooltip-drop.tooltip-left,
.tooltip:hover .tooltip-drop.tooltip-right {
  transform: translate(0, -50%);
}
.tooltip .tooltip-drop {
  position: absolute;
  max-width: 200px;
  width: max-content;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  background-color: var(--color, #A5C139);
  font-size: 0.875rem;
  text-align: left;
  z-index: 1;
  transition: all 0.15s ease-in-out;
  border-radius: 0.188rem;
  color: #fff;
  pointer-events: none;
}
.tooltip .tooltip-drop::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-top-color: var(--color, #A5C139);
}
.tooltip .tooltip-drop.tooltip-left,
.tooltip .tooltip-drop.tooltip-right {
  top: 50%;
}
.tooltip .tooltip-drop.tooltip-left:before,
.tooltip .tooltip-drop.tooltip-right:before {
  top: 50%;
}
.tooltip .tooltip-drop.tooltip-left {
  right: calc(100% + 0.625rem);
  transform: translate(-0.25rem, -50%);
}
.tooltip .tooltip-drop.tooltip-left:before {
  left: 100%;
  transform: translate(0, -50%) rotate(-90deg);
}
.tooltip .tooltip-drop.tooltip-right {
  left: calc(100% + 0.625rem);
  transform: translate(0.25rem, -50%);
}
.tooltip .tooltip-drop.tooltip-right:before {
  right: 100%;
  transform: translate(0, -50%) rotate(90deg);
}
.tooltip .tooltip-drop.tooltip-top,
.tooltip .tooltip-drop.tooltip-bottom {
  left: 50%;
  transform: translate(-50%, 0.625rem);
}
.tooltip .tooltip-drop.tooltip-top:before,
.tooltip .tooltip-drop.tooltip-bottom:before {
  left: 50%;
}
.tooltip .tooltip-drop.tooltip-top {
  bottom: calc(100% + 0.625rem);
}
.tooltip .tooltip-drop.tooltip-top:before {
  top: 100%;
  transform: translate(-50%, 0);
}
.tooltip .tooltip-drop.tooltip-bottom {
  top: calc(100% + 0.625rem);
}
.tooltip .tooltip-drop.tooltip-bottom:before {
  bottom: 100%;
  transform: translate(-50%, 0) rotate(180deg);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}
#side-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none;
}
#side-menu.in {
  pointer-events: initial;
}
#side-menu.in .content {
  transform: translateY(0%);
  opacity: 1;
}
#side-menu .content {
  padding: 120px 0 50px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #EBFAEB;
  /* Old browsers */
  background: -moz-linear-gradient(top, #EBFAEB 0%, #FFF9F3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #EBFAEB 0%, #FFF9F3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #EBFAEB 0%, #FFF9F3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  box-shadow: -3px 0 10px 0 #00000026;
  overflow-y: auto;
  transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  right: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #10172b;
}
body.rtl #side-menu .content ul.menu li.menu-item-has-children > a svg {
  right: auto;
  left: 16px;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #10172b;
  font-size: 14px;
  border-bottom: 2px solid #e7f0e8;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #10172b;
  background-color: rgba(255, 255, 255, 0.6);
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  background-color: rgba(255, 255, 255, 0.4);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
header {
  z-index: 999999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #EBFAEB;
  /* Old browsers */
  background: -moz-linear-gradient(top, #EBFAEB 0%, #F0FAED 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #EBFAEB 0%, #F0FAED 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #EBFAEB 0%, #F0FAED 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
header.fixed,
body.modal-opened header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
}
header.fixed #header-bottom ul.header-menu li.current-menu-item:after,
body.modal-opened header #header-bottom ul.header-menu li.current-menu-item:after {
  bottom: 0;
}
header #header-bottom ul.header-menu.web-lang {
  cursor: pointer;
}
header #header-bottom ul.header-menu.web-lang li {
  padding: 0px;
}
header #header-bottom ul.header-menu.web-lang li svg {
  width: 26px;
  height: 18px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu {
  min-width: max-content;
  width: max-content;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li {
  padding: 0;
  border-bottom: 2px solid #f4f4f4;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li:first-child {
  padding-top: 8px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li:last-child {
  padding-bottom: 8px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li a {
  display: flex;
  justify-content: start;
  padding: 6px 28px 6px 18px;
}
header #header-bottom ul.header-menu.web-lang li ul.sub-menu li a span {
  font-size: 14px;
  color: #10172b;
}
header #header-bottom ul.header-menu li {
  position: relative;
  height: 36px;
  flex: 1;
  display: flex;
  margin: 0 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li:hover > a {
  color: #10172b;
  background-color: #fff;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child {
  border: none;
  border-left: none!important;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child a {
  border-bottom: none;
}
header #header-bottom ul.header-menu li.current-menu-item > a {
  font-weight: 700;
  color: #10172b;
  border: 2px solid #10172b;
}
header #header-bottom ul.header-menu li a {
  font-size: 16px;
  color: rgba(16, 23, 43, 0.7);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  padding: 0 12px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  min-width: 200px;
  transform: translateX(-50%);
  padding-top: 14px;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
  filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
}
header #header-bottom ul.header-menu li ul.sub-menu li {
  background: #fff;
  border: none;
  height: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li:first-child {
  padding-top: 16px;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
header #header-bottom ul.header-menu li ul.sub-menu li:last-child {
  padding-bottom: 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a {
  background: #fff;
  color: #10172b;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a:after {
  width: 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li.current-menu-item:after {
  display: none;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
  white-space: initial;
  margin: 0;
  padding: 8px 16px;
  display: block;
  color: #10172b;
  position: relative;
  font-weight: 700;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:after {
  content: ' ';
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #237ec5;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.rtl header #header-bottom ul.header-menu li ul.sub-menu li a:after {
  left: initial;
  right: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:hover span.icon {
  background-color: #ffeff5;
}
header #header-bottom ul.header-menu li ul.sub-menu li a span.icon {
  min-width: 44px;
  height: 44px;
  margin-right: 12px;
  background-color: #f8f8f8;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
body.rtl header #header-bottom ul.header-menu li ul.sub-menu li a span.icon {
  margin-right: 0;
  margin-left: 12px;
}
header #header-bottom ul.header-menu li ul.sub-menu li a span.menu-desc {
  font-size: 12px;
  font-weight: normal;
  white-space: normal;
  line-height: 1.1;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
  color: #10172b;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header-bottom ul.header-menu li ul.sub-menu li a svg {
  margin-left: 12px;
}
header #header-bottom ul.header-menu li ul.sub-menu li ul.sub-menu {
  top: 20px;
  left: 100%;
  transform: translateX(0);
  margin-top: -30px;
  filter: none;
  -webkit-filter: none;
}
header #header-bottom ul.header-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
a.mobile-hamburger-menu {
  flex-direction: column;
  padding: 10px;
  width: 36px;
  height: 35px;
  z-index: 999999;
  width: 48px;
  height: 48px;
  align-items: end;
  justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateX(4.5px);
  background: #10172b;
  transition: all 0ms 300ms;
  width: 16px;
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 26px;
  height: 2px;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 26px;
  height: 2px;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.rtl a.mobile-hamburger-menu .hamburger-menu:after,
body.rtl a.mobile-hamburger-menu .hamburger-menu:before {
  left: 0;
  right: initial;
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 1px;
  background: #10172b;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  bottom: 7px;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  top: 7px;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#home-slider .dr-thumb {
  max-height: calc(100vh - 165px - 1.5rem);
}
#breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#breadcrumbs li:not(:last-child):after {
  background: url(../../images/icons/chevron-right.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 0 5px -1px 5px;
  height: 10px;
  width: 10px;
  background-size: 15px;
  background-position: center;
}
body.rtl #breadcrumbs li:not(:last-child):after {
  background: url(../../images/icons/chevron-left.svg) no-repeat;
}
#breadcrumbs li a.link,
#breadcrumbs li span.link {
  font-size: 14px;
  color: #10172b;
  line-height: 1;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#breadcrumbs li span.link {
  font-weight: 400;
}
.pagination {
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #939393;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #259c9a;
}
.pagination ul li.active a {
  border-color: #259c9a;
  background-color: #259c9a;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px rgba(37, 156, 154, 0.2);
  background-color: rgba(37, 156, 154, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #10172b;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-header {
  background-size: cover;
  background-position: center;
  position: relative;
}
.post-header .container {
  padding: 70px 0;
}
.post-header .post-title {
  font-weight: 700;
  color: #10172b;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
#post-detail .post-content {
  font-size: 16px;
  color: #10172b;
  line-height: 1.5;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  line-height: 1.5;
  font-weight: 700;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #237ec5;
  font-weight: 600;
}
#post-detail .post-content a:hover {
  text-decoration: underline;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
}
.faq-list .faq-item.opened .faq-answer {
  max-height: 600px;
  overflow: auto;
}
.faq-list .faq-item.opened .arrow {
  transform: rotate(180deg);
}
.faq-q-name .faq-list .faq-item .faq-question body.single {
  font-size: 20px;
}
.faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
}
#about-timeline .slider-nav {
  text-align: center;
  position: relative;
}
#about-timeline .slider-nav .nav-item {
  width: 150px;
  margin: 0 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  height: 60px;
  letter-spacing: -0.71px;
  color: #969696;
  display: flex;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#about-timeline .slider-nav .nav-item:hover {
  color: #10172b;
}
#about-timeline .slider-nav .nav-item.slick-current {
  font-size: 42px;
  color: #10172b;
}
#about-timeline .slick-arrow.slick-disabled {
  opacity: 0;
}
#iletisim-content {
  margin-bottom: 100px;
}
#iletisim-content .contact {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #259c9a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #259c9a 0%, #208786 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #259c9a 0%, #208786 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #259c9a 0%, #208786 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  padding: 80px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#iletisim-content .wpcf7-not-valid-tip {
  margin-top: 12px;
  letter-spacing: -0.6px;
  font-size: 14px;
}
#iletisim-content .contact-form {
  padding: 80px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#iletisim-content .contact-form .form-title {
  font-size: 34px;
  letter-spacing: -0.38px;
  color: #10172b;
  font-weight: 700;
  margin-bottom: 32px;
  display: block;
}
#iletisim-content .contact-form .wpcf7-response-output {
  border-color: #dc3232;
  background-color: #dc3232;
  color: #fff;
  margin: 20px 0 0;
}
#iletisim-content .contact-form .wpcf7-spinner {
  padding: 0;
  margin: 0;
  top: 10px;
  position: absolute;
}
#iletisim-content .contact-form .form .form-control .form-name {
  font-size: 16px;
  color: #10172b;
  font-weight: 600;
  margin-bottom: 12px;
}
#iletisim-content .contact-form .form .form-control .form-in {
  width: 100%;
  border: 2px solid rgba(37, 156, 154, 0.1);
  background-color: #fff;
  height: 60px;
  padding: 0 24px;
  font-size: 16px;
  color: #10172b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#iletisim-content .contact-form .form .form-control .form-in:focus {
  border-color: rgba(37, 156, 154, 0.3);
}
#iletisim-content .contact-form .form .form-control .form-textarea {
  height: 180px;
  padding: 24px;
}
#iletisim-content .contact-form .form .form-btn {
  font-size: 18px;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.2px;
  border: none;
  background-color: #222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#iletisim-content .contact-form .form .form-btn:hover {
  background-color: #000000;
}
footer .footer-menu ul.fm-list li {
  margin-bottom: 8px;
}
footer .footer-menu ul.fm-list li a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(16, 23, 43, 0.7);
  padding-top: 4px;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-menu ul.fm-list li a:hover {
  color: #10172b;
}
footer .footer-menu ul.fm-list li a:hover:after {
  width: 100%;
}
footer .footer-menu ul.fm-list li a:after {
  content: " ";
  width: 0%;
  height: 2px;
  background-color: #237ec5;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-bottom-text a {
  color: #10172b;
  font-weight: 500;
}
