@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
figure {
  margin: 0;
}
h1,
h2 {
  font-weight: 600;
  line-height: 1.34375;
  margin-bottom: 16px;
}
.display-1 {
  line-height: 1;
}
.display-1 .small {
  font-size: 2rem;
  font-weight: 600;
}
.display-1 span {
  display: block;
}
p a {
  color: #2fb5e9;
  text-decoration: underline;
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
  .display-1 .small {
    font-size: 1.125rem;
  }
}
.group:after {
  clear: both;
  content: "";
  display: block;
}
b,
strong {
  font-weight: 700;
}
.opacity-10 {
  opacity: 0.1 !important;
}
hr {
  margin-bottom: 14px;
  margin-top: 14px;
  opacity: 1;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon[class*="rounded-"] {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}
.icon.rounded-full {
  border: 2px solid #fff;
  height: 41px;
  width: 41px;
}
.icon.rounded-full2 {
  height: 72px;
  width: 72px;
}
.icon.rounded-full3 {
  background: hsla(0, 0%, 100%, 0.4);
  height: 56px;
  width: 56px;
}
.link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
}
.link:hover {
  color: #fff;
  opacity: 0.8;
}
.link.size2 {
  font-size: 0.875rem;
}
.height-1 img {
  height: 524px;
}
.height-2 img {
  height: 397px;
}
.height-3 img {
  height: 350px;
}
.semi-circle {
  overflow: hidden;
}
.semi-circle.height-1 {
  border-end-start-radius: 262px;
  border-start-start-radius: 262px;
}
.semi-circle.height-2 {
  border-end-start-radius: 199px;
  border-start-start-radius: 199px;
}
.figure1 img {
  -o-object-fit: cover;
  object-fit: cover;
}
.w-50vw {
  width: 50vw;
}
.rounded-50 {
  border-radius: 50px !important;
}
.rounded-40 {
  border-radius: 40px !important;
}
.rounded-25 {
  border-radius: 25px !important;
}
.rounded-20 {
  border-radius: 20px !important;
}
.mw-250 {
  max-width: 250px !important;
}
.direct-alt {
  direction: rtl !important;
}
.object-fit-position-t-c {
  -o-object-position: top center !important;
  object-position: top center !important;
}
.shadow1 {
  box-shadow: 0 0 2px rgba(11, 11, 29, 0.2) !important;
}
@media (max-width: 991px) {
  .w-50vw {
    width: auto;
  }
  .height-1 img {
    height: 299px;
  }
  .height-2 img {
    height: 250px;
  }
  .height-3 img {
    height: 230px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container .w-50vw {
    margin-right: -25px;
  }
  .rounded-50 {
    border-radius: 25px !important;
  }
  .direct-alt .w-50vw {
    margin-left: -25px;
    margin-right: auto;
  }
}
#container {
  min-width: 374px;
  overflow-x: hidden;
}
#content {
  padding-top: 146px;
}
@media (max-width: 991px) {
  #content {
    padding-top: 163px;
  }
}
@media (min-width: 768px) {
  body #container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  body #content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
}
#header {
  left: 0;
  padding: 21px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header .container {
  max-width: 1306px;
}
#header .inner {
  background: rgba(31, 27, 86, 0.4);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 100px;
  padding: 30px 33px;
  position: relative;
}
#header .inner:after {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#header .logo img {
  height: 42px;
}
@media (max-width: 1199px) {
  #header {
    padding: 20px 0;
  }
  #header .inner {
    padding: 33px 25px;
  }
  #header .logo img {
    height: 40px;
  }
}
@media (max-width: 991px) {
  #header .logo img {
    height: 36px;
  }
}
#main-navigation .scrollable-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-navigation .menu {
  border-right: 1px solid #eb680e;
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  margin-right: 29px;
  padding-right: 18px;
}
#main-navigation .menu li {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
}
#main-navigation .menu a {
  color: inherit;
}
#main-navigation .menu li a {
  position: relative;
}
#main-navigation .menu li a:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 0;
}
#main-navigation .menu li a:hover:after {
  width: 100%;
}
@media (max-width: 1199px) {
  #main-navigation .menu {
    margin-right: 10px;
    padding-right: 10px;
  }
  #main-navigation .menu li {
    font-size: 12px;
  }
  #main-navigation .dropdown .dropdown-toggle {
    font-size: 0.8125rem;
  }
}
@media (max-width: 991px) {
  .open-menu {
    overflow: hidden;
  }
  .open-menu #main-navigation {
    left: 0;
  }
  #main-navigation {
    background: #1f1b56;
    height: 100%;
    left: 100%;
    padding: 90px 20px 80px;
    position: fixed;
    top: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
    z-index: 1000;
  }
  #main-navigation .scrollable-content {
    height: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #main-navigation .close-menu-btn {
    position: absolute;
    right: 15px;
    top: 24px;
  }
  #main-navigation .menu {
    border: 0;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }
  #main-navigation .menu li {
    display: block;
    font-size: 1rem;
    margin-bottom: 1px;
    margin-right: 0;
  }
  #main-navigation .menu li a {
    display: block;
    padding: 13px 5px;
  }
  #main-navigation .dropdown {
    margin-left: auto;
    margin-right: auto;
    max-width: 110px;
  }
}
@media (min-width: 992px) {
  #main-navigation .menu .current a:after {
    width: 100%;
  }
}
#footer {
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
  padding: 72px 0 110px;
}
#footer .column {
  margin-bottom: 29px;
}
#footer .logo {
  margin-bottom: 43px;
}
#footer .logo img {
  max-width: 194px;
}
#footer h6 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 16px;
}
#footer .footer-navigation {
  list-style-type: none;
  padding: 0;
}
#footer .footer-navigation li {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: 17px;
}
#footer .footer-navigation li a {
  color: inherit;
  position: relative;
}
#footer .footer-navigation li a:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 0;
}
#footer .footer-navigation li a:hover:after {
  width: 100%;
}
#footer p {
  font-size: 0.75rem;
}
#footer p a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
#footer p a:hover {
  color: #eb680e;
  text-decoration: underline;
}
#footer .button-group {
  padding-bottom: 29px;
}
@media (max-width: 991px) {
  #footer .copyright {
    font-size: 0.625rem;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0 66px;
    text-align: center;
  }
  #footer .footer-navigation {
    margin-bottom: 36px;
  }
  #footer .logo {
    margin-bottom: 32px;
  }
  #footer .logo img {
    height: 46px;
  }
}
#sticky-footer {
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#sticky-footer .container {
  max-width: 1306px;
}
@media (max-width: 991px) {
  #sticky-footer .btn {
    height: 55px;
    padding: 0;
    width: 55px;
  }
  #sticky-footer .btn .icon {
    margin-right: 0 !important;
  }
  #sticky-footer .btn span {
    display: none;
  }
}
.btn,
a,
button {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.btn {
  align-items: center;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  min-height: 47px;
  padding: 4px 23px;
}
.btn:has(.icon.me-1) {
  padding-left: 13px;
}
.btn:has(.icon.ms-1) {
  padding-right: 13px;
}
.btn .icon svg path {
  fill: currentColor;
}
.btn-size2 {
  font-size: 0.875rem;
  min-height: 41px;
}
.btn-size3 {
  font-size: 0.875rem;
  min-height: 35px;
}
.btn-size4 {
  font-size: 1.125rem;
  min-height: 53px;
}
.btn-primary:active,
.btn-primary:hover,
.btn-secondary:active,
.btn-secondary:hover {
  color: #fff;
}
.open-menu-btn {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  height: 55px;
  justify-content: center;
  padding: 0 15px;
  width: 55px;
}
.open-menu-btn span {
  background: #fff;
  border-radius: 2px;
  height: 3px;
  width: 100%;
}
.open-menu-btn span + span {
  margin-top: 5px;
}
.btn-primary:hover {
  background: #fff;
  border-color: #2fb5e9;
  color: #2fb5e9;
}
.btn-secondary:hover {
  background: #fff;
  border-color: #eb680e;
  color: #eb680e;
}
.close-menu-btn {
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 55px;
  position: relative;
  width: 55px;
}
.close-menu-btn:after,
.close-menu-btn:before {
  background: #fff;
  border-radius: 2px;
  content: "";
  height: 3px;
  left: 15px;
  position: absolute;
  top: 25px;
  width: 25px;
}
.close-menu-btn:before {
  transform: rotate(45deg);
}
.close-menu-btn:after {
  transform: rotate(-45deg);
}
.sociables {
  list-style-type: none;
  padding: 0;
}
.sociables.size2 li {
  margin-right: 10px;
}
.sociables.size2 li svg {
  max-height: 24px;
  max-width: 24px;
}
.sociables li {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 14px;
}
.bullet-list {
  list-style-type: none;
  padding: 0;
}
.bullet-list li {
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.bullet-list li:before {
  background: #2fb5e9;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 6.5px;
  width: 7px;
}
.bullet-list.alt li:before {
  background: #fff;
}
.contact-options {
  list-style-type: none;
  padding: 0;
}
.contact-options li {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  margin-bottom: 22px;
  padding-left: 32px;
  position: relative;
}
.contact-options li .icon {
  left: 0;
  position: absolute;
  top: 4px;
}
.alphabet-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  overflow-x: auto;
  padding: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.alphabet-list li {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  margin-right: 15px;
}
.alphabet-list li:last-child {
  margin-right: 0;
}
.timings {
  list-style-type: none;
  padding: 0;
}
.timings li {
  margin-bottom: 4px;
}
.timings li span {
  display: inline-block;
}
.timings li span:has(strong):after {
  font-weight: 700;
}
.timings li span:after {
  content: "-";
  margin: 0 4px;
}
.timings li span:last-child:after {
  display: none;
}
.dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.dropdown .dropdown-menu li a {
  color: #2fb5e9;
  font-weight: 700;
}
.dropdown .dropdown-menu li a:hover {
  background: #2fb5e9;
  color: #fff;
}
.lang-dropdown .dropdown-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  justify-content: center;
  padding-right: 24px;
  position: relative;
}
.lang-dropdown .dropdown-toggle .icon {
  margin-right: 9.6px;
}
.lang-dropdown .dropdown-toggle:after {
  border: 0;
  border-right: 2px solid #eb680e;
  border-top: 2px solid #eb680e;
  height: 9px;
  margin-right: 0;
  margin-top: -10px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: rotate(135deg) translateY(-50%);
  width: 9px;
}
.dropdown1 .dropdown-toggle {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.125rem;
  padding-bottom: 10px;
  padding-right: 18px;
}
.dropdown1 .dropdown-toggle:after {
  display: none;
}
.marquee {
  align-items: center;
  display: flex;
  height: 87px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.marquee .marquee-inner {
  animation: marquee 20s linear infinite;
  display: block;
  position: absolute;
  width: 200%;
}
.marquee .list {
  align-items: center;
  display: flex;
  float: left;
  gap: 0 8px;
  gap: unset;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 50%;
}
.marquee .list li img {
  max-height: 87px;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
a.box1 .post img {
  min-height: 450px;
}
a.box1:hover {
  color: #fff;
}
.box {
  padding: 30px;
}
.box,
.box1 {
  border-radius: 40px;
}
.box1 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden !important;
  position: relative;
}
.box1:hover .figure1 img {
  transform: scale(1.2);
}
.box1 .figure1 {
  display: flex;
  flex-wrap: wrap;
}
.box1 .absolute-header {
  left: 0;
  padding: 26px 27px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.box1 .absolute-content {
  bottom: 0;
  left: 0;
  padding: 20px 28px 37px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.box1 .figure1 {
  position: relative;
}
.box1 .figure1:after {
  background: #000;
  background: linear-gradient(0deg, #000, transparent 57%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.box1 .figure1 img {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.box1 .post {
  display: flex;
  flex-wrap: wrap;
}
.box1 .post h1 {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  margin-bottom: 18px;
}
.box1 .post hr {
  margin-top: 0;
}
.box1 .post hr,
.box1 .post p {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .box1 .absolute-header {
    padding: 26px 25px;
  }
  .box1 .absolute-content {
    padding: 34px 25px;
  }
}
.box2 {
  border-radius: 100px;
  padding: 25px 44px;
}
.box2 h2 {
  font-weight: 700;
}
@media (max-width: 991px) {
  .box2 {
    border-radius: 40px;
    padding: 23px 29px;
    text-align: center;
  }
  .box2 h2 {
    font-size: 1.625rem;
  }
  .box2 h2 .icon {
    height: 48px;
    width: 48px;
  }
  .box2 h2 .icon svg {
    max-height: 30px;
    max-width: 30px;
  }
  .box2 p {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-bottom: 28px;
  }
}
.box3 {
  background: hsla(0, 0%, 100%, 0.1);
}
.box3 .icon.rounded-full2 {
  margin-bottom: 60px;
}
.box3.alt .box {
  height: 93px;
  margin-bottom: 20px;
}
.box3.alt .box img {
  max-height: 93px;
}
.box3.alt ul {
  margin-bottom: 18px;
}
.video-box {
  position: relative;
}
.video-box .figure1 {
  background: #fff;
}
.video-box .figure1 img {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.video-box:hover .figure1 img {
  opacity: 0.9;
}
.video-box:hover .play-btn svg {
  transform: scale(0.8);
}
.video-box .play-btn {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.75);
  border-radius: 50%;
  display: inline-flex;
  height: 94px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  z-index: 10;
}
.video-box .play-btn svg {
  opacity: 0.75;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.video-box img {
  min-height: 200px;
}
.newsletter-form .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125;
  padding: 12px 0;
}
.newsletter-form .form-control.text-black::-moz-placeholder {
  color: #000;
  opacity: 0.5;
}
.newsletter-form .form-control.text-black::placeholder {
  color: #000;
  opacity: 0.5;
}
.newsletter-form .form-control:focus {
  box-shadow: none;
}
.newsletter-form .link {
  background: transparent;
  border: 0;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.form .label-control {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 4px;
}
.form .label-control span {
  color: #eb680e;
}
.form .form-control {
  background: #fff;
  border-color: #fff;
  border-radius: 25px;
  color: #1f1b56;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 14px 30px;
}
.form .form-control::-moz-placeholder {
  color: #1f1b56;
  opacity: 1;
}
.form .form-control::placeholder {
  color: #1f1b56;
  opacity: 1;
}
.form textarea {
  min-height: 100px;
  resize: none;
}
.form-check {
  font-size: 0.8125rem;
}
.form-check .form-check-input {
  border: 2px solid #fff;
  border-radius: 5px;
  height: 18px;
  width: 18px;
}
.form-check label {
  padding-left: 5px;
  padding-top: 2px;
}
.select-box {
  position: relative;
}
.select-box .down-arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.select-box .form-control {
  padding-right: 50px;
}
.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.select-box select::-ms-expand {
  display: none;
}
.upload-btn {
  position: relative;
}
.upload-btn .icon {
  pointer-events: none;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.upload-btn input[type="file"] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-form.alt form {
  padding-right: 57px;
}
.search-form.alt .form-control {
  color: #fff;
  padding-left: 0;
}
.search-form.alt .form-control::-moz-placeholder {
  color: #fff;
}
.search-form.alt .form-control::placeholder {
  color: #fff;
}
.search-form.alt .search-icon {
  align-items: center;
  background: #2fb5e9;
  border-radius: 50%;
  display: inline-flex;
  height: 37px;
  justify-content: center;
  left: auto;
  right: 0;
  width: 37px;
}
.search-form form {
  position: relative;
}
.search-form .form-control {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.125rem;
  padding: 5px 15px 5px 35px;
}
.search-form .form-control:focus {
  box-shadow: none;
}
.search-form .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-form .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-form .search-icon {
  background: transparent;
  border: 0;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.date {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-bottom: 6px;
}
.category {
  font-weight: 700;
}
blockquote {
  font-size: 1.3125rem;
  line-height: 1.3333333333;
}
blockquote:after,
blockquote:before {
  color: #2fb5e9;
  content: "“";
  font-size: 1.875rem;
}
blockquote:after {
  content: "“";
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 22px;
}
.slick-dots li {
  background-color: #eb680e;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  margin-right: 8px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 11px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #fff;
}
.flex-control .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.flex-control .slick-track .slick-slide {
  height: auto;
}
.flex-control .slick-track .slick-slide > div {
  display: flex;
  flex-wrap: wrap;
}
.slider1 .item {
  padding: 0 10px;
  text-align: center;
}
.slider1 .item img {
  max-width: 217px;
  width: 100%;
}
.slider3 {
  position: relative;
}
.slider3:after,
.slider3:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: 1;
}
.slider3:before {
  background: #1f1b56;
  background: linear-gradient(86deg, #1f1b56, rgba(31, 27, 86, 0));
  display: none;
  left: 0;
  left: calc(-50vw + 32%);
}
.slider3:after {
  background: #1f1b56;
  background: linear-gradient(274deg, #1f1b56, rgba(31, 27, 86, 0));
  right: 0;
  right: calc(-50vw + 32%);
}
.slider3 .slick-list {
  overflow: initial;
}
.slider3 .slick-list .slick-track {
  overflow: hidden;
}
.slider3 .slick-list .slick-track .slick-slide:last-child .item:after {
  display: none;
}
.slider3 .item {
  display: flex;
  padding-right: 177px;
  position: relative;
}
.slider3 .item:after {
  background: #eb680e;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 88px;
  width: 100%;
  z-index: -1;
}
.slider3 .item .figure1 {
  flex: 1;
  margin-right: 127px;
}
.slider3 .item .figure1 img {
  height: 414px;
}
.slider3 .item .box {
  bottom: 41px;
  max-width: 295px;
  padding: 41px 21px 11px 42px;
  position: absolute;
  right: 50px;
  z-index: 2;
}
.slider3 .item .box .year {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 65px;
  justify-content: center;
  left: -23px;
  position: absolute;
  top: -27px;
  width: 65px;
}
@media (max-width: 991px) {
  .slider3 .item {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
  .slider3 .item .figure1 {
    margin-right: auto;
  }
  .slider3 .item .figure1 img {
    height: 300px;
  }
  .slider3 .item .box {
    flex: 1 0 auto;
    margin-left: 15px;
    margin-top: -50px;
    max-width: none;
    position: relative;
    right: 0;
    top: 0;
    width: calc(100% - 30px);
  }
  .slider3 .item .box .year {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .slider3:before {
    display: block;
    left: -25px;
    width: 12%;
  }
  .slider3:after {
    right: -25px;
    width: 12%;
  }
  .slider3 .item {
    padding: 0 10px;
  }
}
.slider-arrows span {
  align-items: center;
  background: #eb680e;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 39px;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 39px;
}
.slider-arrows span:hover {
  opacity: 0.8;
}
.slider-arrows span + span {
  margin-left: 11px;
}
.slider-arrows .slick-disabled {
  background: hsla(0, 0%, 100%, 0.1);
  pointer-events: none;
}
.slider-arrows .slick-disabled svg {
  fill: #1f1b56;
}
.tabs1 .nav-wrapper {
  border-bottom: 2px solid #c1d5ed;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tabs1 .nav {
  flex-wrap: nowrap;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs1 .nav.size2 li {
  font-size: 0.75rem;
}
.tabs1 .nav li {
  margin-right: 10px;
}
.tabs1 .nav li:last-child {
  margin-right: 0;
}
.tabs1 .nav li .nav-link {
  border: 2px solid #2fb5e9;
  border-radius: 40px;
  font-weight: 700;
  min-height: 50px;
  padding: 8px 30px;
}
@media (max-width: 991px) {
  .tabs1 .nav li .nav-link {
    min-height: 40px;
    padding: 4px 20px;
  }
}
.pagination {
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.pagination li {
  border: 0;
  margin-right: 22px;
  vertical-align: middle;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  border: 0;
  color: hsla(0, 0%, 100%, 0.25);
  font-size: 1.375rem;
  font-weight: 700;
  padding: 0;
}
.pagination li a:hover {
  background: transparent;
  color: #fff;
}
.pagination li.current a {
  color: #fff;
}
@media (max-width: 767px) {
  .pagination li {
    margin-right: 14px;
  }
  .pagination li a {
    font-size: 1.125rem;
  }
}
.modal-backdrop.show {
  opacity: 0.6;
}
.popup .modal-content {
  border-radius: 20px;
  position: relative;
}
.popup .modal-content .btn-close {
  background-color: transparent;
  background-image: none;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 19px;
  z-index: 1;
}
.popup .modal-dialog {
  max-width: 655px;
}
.popup .modal-dialog.width2 {
  max-width: 1035px;
}
.popup .modal-body {
  padding: 65px 76px;
}
.popup .logo-box {
  min-height: 237px;
}
@media (max-width: 991px) {
  .popup .logo-box {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .popup .modal-body {
    padding: 65px 20px 30px;
  }
}
.accordion1 .accordion-item {
  border: 0;
  border-radius: 20px;
  margin-bottom: 15px;
}
.accordion1 .accordion-item .accordion-header .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 30px 60px 30px 30px;
  position: relative;
}
.accordion1 .accordion-item .accordion-header .accordion-button .arrow {
  margin-top: -12.5px;
  padding: 0;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: rotate(-180deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: auto;
}
.accordion1 .accordion-item .accordion-header .accordion-button .arrow svg {
  max-height: 25px;
}
.accordion1
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion1 .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion1
  .accordion-item
  .accordion-header
  .accordion-button.collapsed
  .arrow {
  transform: rotate(0);
}
.accordion1 .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion1 .accordion-item .accordion-collapse {
  border: 0 !important;
  padding: 0 36px 24px;
}
.accordion1 .accordion-item .accordion-collapse .accordion-body {
  border-top: 1px solid #fff;
  padding: 22px 0 0;
}
.accordion1 .accordion-item .accordion-collapse .accordion-body .mata {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .accordion1 .accordion-item .accordion-header .accordion-button {
    padding: 20px 60px 20px 15px;
  }
  .accordion1 .accordion-item .accordion-header .accordion-button .arrow {
    right: 24px;
  }
  .accordion1 .accordion-item .accordion-collapse {
    padding: 0 25px 24px;
  }
}
.dot {
  background: #eb680e;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: -1;
}
.dot.size1 {
  height: 23px;
  width: 23px;
}
.dot.size2 {
  height: 32px;
  width: 32px;
}
.dot.size3 {
  height: 111px;
  width: 111px;
}
.dot.size4 {
  height: 88px;
  width: 88px;
}
.dot.size5 {
  height: 184px;
  width: 184px;
}
.dot.size6 {
  height: 39px;
  width: 39px;
}
.dot.size7 {
  height: 45px;
  width: 45px;
}
.dot.size8 {
  height: 28px;
  width: 28px;
}
.dot.size9 {
  height: 70px;
  width: 70px;
}
@media (max-width: 991px) {
  .dot.size3 {
    height: 80px;
    width: 80px;
  }
  .dot.size4 {
    height: 90px;
    width: 90px;
  }
  .dot.size5 {
    height: 70px;
    width: 70px;
  }
}
.has-dots .container {
  position: relative;
}
.has-dots .container .section-dots .dot-1 {
  left: 20%;
  top: 31px;
}
.has-dots .container .section-dots .dot-2 {
  left: 50%;
  top: 39px;
}
.has-dots .container .section-dots .dot-3 {
  bottom: 57px;
  left: 40%;
}
.has-dots .container .section-dots .dot-4 {
  left: -108px;
  top: 0;
}
.has-dots .container .section-dots .dot-5 {
  bottom: 10px;
  left: 50%;
}
.has-dots.dots-2 .container .section-dots .dot-1 {
  left: 6%;
  top: -20px;
}
.has-dots.dots-2 .container .section-dots .dot-2 {
  left: auto;
  right: 2%;
  top: -50px;
}
.has-dots.dots-2 .container .section-dots .dot-3 {
  left: 7%;
  top: 101px;
}
.has-dots.dots-2 .container .section-dots .dot-4 {
  left: auto;
  right: 8%;
  top: 151px;
}
.has-dots.dots-3 .container .section-dots .dot-2 {
  left: auto;
  right: 2%;
  top: 101px;
}
.has-dots.dots-3 .container .section-dots .dot-3 {
  left: 7%;
  top: -50px;
}
.has-dots.dots-4 .container .section-dots .dot-1 {
  top: -19px;
}
.has-dots.dots-4 .container .section-dots .dot-2 {
  bottom: 40px;
  left: 43%;
  top: auto;
}
.has-dots.dots-4 .container .section-dots .dot-3 {
  bottom: -15px;
  left: 28%;
}
.has-dots.dots-4 .container .section-dots .dot-4 {
  top: -58px;
}
.has-dots.two-column-section .container .section-dots .dot-2 {
  left: 57%;
  top: -27px;
}
.has-dots.two-column-section .container .section-dots .dot-3 {
  bottom: auto;
  top: 313px;
}
.has-dots.two-column-section .container .section-dots .dot-4 {
  left: 52%;
  top: 74px;
}
.has-dots.two-column-section .container .section-dots .dot-5 {
  bottom: auto;
  top: 214px;
}
.has-dots.two-column-section.opposite .container .section-dots .dot-1 {
  left: auto;
  right: 20%;
}
.has-dots.two-column-section.opposite .container .section-dots .dot-2 {
  left: auto;
  right: 52%;
}
.has-dots.two-column-section.opposite .container .section-dots .dot-3 {
  left: auto;
  right: 40%;
}
.has-dots.two-column-section.opposite .container .section-dots .dot-4 {
  left: auto;
  right: 52%;
}
.has-dots.two-column-section.opposite .container .section-dots .dot-5 {
  left: auto;
  right: 50%;
}
.dots-container {
  position: relative;
}
.dots-container .container-dots .dot-1 {
  left: -45px;
  top: -45px;
}
.dots-container .container-dots .dot-2 {
  right: -37px;
  top: -37px;
}
.dots-container .container-dots .dot-3 {
  left: -83px;
  top: 35%;
}
.dots-container .container-dots .dot-4 {
  right: -48px;
  top: 19%;
}
.dots-container .container-dots .dot-5 {
  bottom: -61px;
  left: 13%;
}
.dots-container .container-dots .dot-6 {
  bottom: -96px;
  left: 10%;
}
.dots-container .container-dots .dot-7 {
  bottom: -60px;
  right: 10%;
}
.section {
  padding: 95px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
}
.cookie-policy h1,
.cookie-policy h2 {
  margin-bottom: 40px;
}
.cookie-policy h6 {
  margin-bottom: 18px;
}
.cookie-policy p {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cookie-policy h1,
  .cookie-policy h2,
  .cookie-policy p {
    margin-bottom: 30px;
  }
}
.privacy-policy .page-navigation {
  list-style-type: none;
  padding: 0;
}
.privacy-policy .page-navigation li a {
  text-decoration: underline;
}
.privacy-policy h6 {
  margin-bottom: 20px;
}
.privacy-policy h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 15px;
}
.privacy-policy p {
  margin-bottom: 20px;
}
.privacy-policy ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.privacy-policy section {
  margin-bottom: 30px;
  padding-top: 20px;
}
.privacy-policy .blank {
  display: none !important;
}
.two-column-section.opposite .row div:last-child {
  direction: rtl;
}
@media (max-width: 992px) {
  .two-column-section.opposite .row div:last-child {
    margin-left: -25px;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .two-column-section.opposite .row div:first-child {
    order: 2;
  }
  .two-column-section.opposite .row div:last-child {
    order: 1;
  }
}
/*# sourceMappingURL=main.min.css.map */
