@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

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

@media (min-width: 1499px) {
  .container {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.container.container-fulid-right {
  max-width: 100%;
}
.container.container-fulid-right .col-left {
  padding-left: calc((100% - 1470px + 30px) / 2);
}
@media (max-width: 1499px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 1140px + 30px) / 2);
  }
}
@media (max-width: 1199px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 900px + 30px) / 2);
  }
}
@media (max-width: 991px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 680px + 30px) / 2);
  }
}
@media (max-width: 767px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 100% + 30px) / 2);
  }
}
.container.container-fulid-left {
  max-width: 100%;
}
.container.container-fulid-left .col-right {
  padding-right: calc((100% - 1470px + 30px) / 2);
}
@media (max-width: 1499px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 1140px + 30px) / 2);
  }
}
@media (max-width: 1199px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 900px + 30px) / 2);
  }
}
@media (max-width: 991px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 680px + 30px) / 2);
  }
}
@media (max-width: 767px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 100% + 30px) / 2);
  }
}
@media (max-width: 1499px) {
  .container {
    max-width: 1140px;
  }
}
.padding-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .padding-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.max-width-768 {
  max-width: 768px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

.text-size-medium {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-size-medium {
    font-size: 16px;
  }
}

.text-size-small {
  font-size: 14px;
}

.text-size-tiny {
  font-size: 12px;
}

a {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "gitan latinsemibold";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}

.button {
  padding: 14px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #E6B711;
  background-color: #E6B711;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
}
.button:hover {
  transform: scale(1.1);
}

.text-color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.page-id-219 .post-content iframe {
  float: right;
}
@media (max-width: 991px) {
  .page-id-219 .post-content iframe {
    float: none;
  }
}
@media (max-width: 767px) {
  .page-id-219 .post-content iframe {
    width: 100%;
  }
}

.wpi_designer_button {
  font-family: "Montserrat", sans-serif !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "gitan latinsemibold";
  src: url("../fonts/gitanlatn-sb-webfont.woff2") format("woff2"), url("../fonts/gitanlatn-sb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 28.8px;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  color: #000000;
}

h1 {
  font-family: "gitan latinsemibold";
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h1 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

.title,
h2 {
  font-family: "gitan latinsemibold";
  font-size: 68px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title,
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title,
  h2 {
    font-size: 42px;
  }
}

h3 {
  font-family: "gitan latinsemibold" !important;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991px) {
  h3 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "gitan latinsemibold";
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5,
.sub_title {
  font-family: "gitan latinsemibold";
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 991px) {
  h5,
  .sub_title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5,
  .sub_title {
    font-size: 20px;
  }
}

h6 {
  font-family: "gitan latinsemibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.navbar.navbar-static-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.cta-bar.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  padding: 16px 0;
  background: #002739;
  height: 56px;
  display: flex;
}
.cta-bar.top-bar.top_bar_open + header .navbar {
  top: 56px;
}
@media (max-width: 1199px) {
  .cta-bar.top-bar.top_bar_open + header .navbar .nav {
    height: calc(100% - 155px);
    top: 155px;
  }
}
@media (max-width: 767px) {
  .cta-bar.top-bar.top_bar_open + header .navbar .nav {
    height: calc(100% - 135px);
    top: 135px;
  }
}
.cta-bar.top-bar + header .navbar {
  top: 0;
}
@media (max-width: 1199px) {
  .cta-bar.top-bar + header .navbar .nav {
    height: calc(100% - 100px);
    top: 100px;
  }
}
@media (max-width: 767px) {
  .cta-bar.top-bar + header .navbar .nav {
    height: calc(100% - 80px);
    top: 80px;
  }
}
@media (max-width: 750px) {
  .cta-bar.top-bar {
    padding: 8px 45px;
  }
}
@media (max-width: 480px) {
  .cta-bar.top-bar {
    height: 66px;
  }
}
.cta-bar.top-bar .xit {
  position: absolute;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .cta-bar.top-bar .xit {
    right: 15px;
  }
}
.cta-bar.top-bar p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .cta-bar.top-bar p {
    font-size: 11px;
    gap: 10px;
  }
}
@media (max-width: 750px) {
  .cta-bar.top-bar p {
    gap: 5px;
    flex-wrap: wrap;
    font-size: 10px !important;
  }
}
.cta-bar.top-bar p span {
  line-height: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
@media (max-width: 1023px) {
  .cta-bar.top-bar p span {
    font-size: 11px !important;
  }
}
@media (max-width: 750px) {
  .cta-bar.top-bar p span {
    font-size: 10px !important;
  }
}
.cta-bar.top-bar p span a {
  display: flex;
  align-items: center;
  line-height: 0;
}
@media (max-width: 750px) {
  .cta-bar.top-bar p span a img {
    width: 17px;
  }
}

header .navbar {
  background: linear-gradient(180deg, #000 27.5%, rgba(0, 0, 0, 0.58) 65.52%, rgba(0, 0, 0, 0) 100%);
  background-color: transparent;
  position: fixed;
  top: 56px;
  width: 100%;
  left: 0;
  z-index: 99999;
  padding: 32px 0 58px 0;
}
@media (max-width: 1199px) {
  header .navbar {
    padding: 20px 0 20px 0;
    background-color: #002739;
  }
}
@media (max-width: 767px) {
  header .navbar {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 480px) {
  header .navbar {
    top: 66px;
  }
}
header .navbar .container {
  max-width: 1920px;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  header .navbar .container {
    flex-wrap: nowrap;
    padding: 0 20px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  header .navbar .container {
    padding: 0 15px;
  }
}
header .navbar .container .navbar-brand {
  padding: 0;
  line-height: 0;
}
@media (max-width: 1299px) {
  header .navbar .container .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  header .navbar .container .navbar-brand {
    width: 80%;
    order: 1;
  }
}
@media (max-width: 767px) {
  header .navbar .container .navbar-brand img {
    width: 180px;
  }
}
header .navbar .container .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none !important;
  order: 3;
  padding: 0;
  background: transparent;
}
header .navbar .container .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  filter: none;
  background-image: url("../images/fi_x.png");
}
header .navbar .container .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  filter: invert(1) brightness(33.5);
}
@media (max-width: 1199px) {
  header .navbar .container .header-panel-right {
    order: 2;
  }
}
header .navbar .container .header-panel-right .language .dropdown-toggle {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  padding: 20px 0px;
}
header .navbar .container .header-panel-right .language .dropdown-toggle .glyphicon {
  display: none;
}
header .navbar .container .header-panel-right .language .dropdown-toggle::after {
  border: none;
  margin: 0;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
  background-image: url(../images/angledown.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .navbar .container .header-panel-right .language .dropdown-toggle:hover {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
}
header .navbar .container .header-panel-right .language .dropdown-toggle:hover::after {
  background-image: url(../images/angledownhover.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
}
header .navbar .container .header-panel-right .language .dropdown-menu.show {
  border-radius: 8px;
  background: #002739;
  display: block;
  padding: 14px 20px;
  min-width: auto;
  z-index: 99999;
  top: 60px;
  border: none;
  left: -6px;
}
header .navbar .container .header-panel-right .language .dropdown-menu.show::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  background: #002739;
  top: -10px;
  left: 35px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
header .navbar .container .header-panel-right .language .dropdown-menu.show li a {
  padding: 18px 0px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
@media (max-width: 767px) {
  header .navbar .container .header-panel-right .language .dropdown-menu.show li a {
    padding: 10px 0px;
  }
}
header .navbar .container .header-panel-right .language .dropdown-menu.show li a.active, header .navbar .container .header-panel-right .language .dropdown-menu.show li a:hover, header .navbar .container .header-panel-right .language .dropdown-menu.show li a:focus {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
header .navbar .container .header-panel-right .language .dropdown-menu.show li.current-menu-item a:hover, header .navbar .container .header-panel-right .language .dropdown-menu.show li.current-menu-item a:focus {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
header .navbar .container .header-panel-right .language .dropdown-menu.show li:last-child a {
  border-bottom: none;
}
header .navbar .container .header-panel-right .language:hover .dropdown-menu {
  border-radius: 8px;
  background: #002739;
  display: block;
  padding: 14px 20px;
  min-width: auto;
  z-index: 99999;
  top: 60px;
  border: none;
  left: -6px;
}
@media (max-width: 1199px) {
  header .navbar .container .header-panel-right .language:hover .dropdown-menu {
    box-shadow: 1px 1px 3px #000000;
  }
}
@media (max-width: 1199px) {
  header .navbar .container .header-panel-right .language:hover .dropdown-menu a {
    padding: 10px 0px !important;
    display: block !important;
  }
}
header .navbar .container .header-panel-right .language:hover .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  background: #002739;
  top: -10px;
  left: 35px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
header .navbar .container .header-panel-right .language:hover .dropdown-menu li a {
  padding: 18px 0px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
header .navbar .container .header-panel-right .language:hover .dropdown-menu li a.active, header .navbar .container .header-panel-right .language:hover .dropdown-menu li a:hover, header .navbar .container .header-panel-right .language:hover .dropdown-menu li a:focus {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
header .navbar .container .header-panel-right .language:hover .dropdown-menu li.current-menu-item a:hover, header .navbar .container .header-panel-right .language:hover .dropdown-menu li.current-menu-item a:focus {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
header .navbar .container .header-panel-right .language:hover .dropdown-menu li:last-child a {
  border-bottom: none;
}
header .navbar .container .nav {
  justify-content: end;
}
@media (max-width: 1199px) {
  header .navbar .container .nav {
    order: 4;
    margin-top: 0px;
    justify-content: start;
    padding: 10px 15px;
    position: fixed;
    left: 0;
    height: calc(100% - 155px);
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    top: 155px;
    width: 100%;
    align-items: start;
    z-index: 99999;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  header .navbar .container .nav {
    height: calc(100% - 135px);
    top: 135px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) and (max-width: 380px) {
  header .navbar .container .nav {
    height: calc(100% - 135px);
    top: 135px;
  }
}
header .navbar .container .nav.collapsing {
  height: calc(100% - 165px);
  background: #002739;
}
@media (max-width: 380px) {
  header .navbar .container .nav.collapsing {
    height: calc(100% - 155px);
  }
}
header .navbar .container .nav.show {
  order: 4;
  background: #002739;
  justify-content: start;
  left: 0;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
}
header .navbar .container .nav .navbar-nav {
  gap: 16px;
  margin: 0 !important;
  align-items: center;
}
@media (max-width: 1499px) {
  header .navbar .container .nav .navbar-nav {
    gap: 0px;
  }
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav {
    gap: 0px;
    text-align: start;
    align-items: start;
    width: 100%;
    height: 100%;
  }
}
header .navbar .container .nav .navbar-nav .menu-item {
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 14px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1699px) {
  header .navbar .container .nav .navbar-nav .menu-item {
    padding: 20px 10px;
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item {
    width: 100%;
    padding: 0px;
    display: inline-block;
    justify-content: space-between;
  }
}
header .navbar .container .nav .navbar-nav .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1499px) {
  header .navbar .container .nav .navbar-nav .menu-item a {
    font-size: 14px;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item a {
    font-size: 18px;
    text-align: start;
    justify-content: start;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  header .navbar .container .nav .navbar-nav .menu-item a {
    font-size: 16px;
  }
}
header .navbar .container .nav .navbar-nav .menu-item a .caret {
  display: none;
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item a .caret {
    display: block;
  }
}
header .navbar .container .nav .navbar-nav .menu-item a.dropdown-toggle::after {
  display: none;
}
header .navbar .container .nav .navbar-nav .menu-item .arrow {
  margin: 0;
  width: 14px;
  height: 10px;
  transition: all 0.3s ease-in-out;
  background-image: url(../images/angledown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item .arrow {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9999;
  }
}
header .navbar .container .nav .navbar-nav .menu-item:hover a {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
}
header .navbar .container .nav .navbar-nav .menu-item:hover .arrow {
  background-image: url(../images/angledownhover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
}
header .navbar .container .nav .navbar-nav .menu-item:last-child a {
  border-bottom: none;
}
header .navbar .container .nav .navbar-nav .menu-item.current-menu-item a {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item.current-menu-item a {
    text-align: start;
    justify-content: start;
  }
}
header .navbar .container .nav .navbar-nav .menu-item.current-menu-item a .arrow {
  background-image: url(../images/angledownhover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
}
header .navbar .container .nav .navbar-nav .menu-item.menu-item-type-custom:last-child {
  padding: 0;
}
header .navbar .container .nav .navbar-nav .menu-item.menu-item-type-custom:last-child a {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E6B711;
  border: 1px solid #E6B711;
  font-weight: 600;
  color: #000000;
  transform: scale(1);
  margin: 0 30px 0 14px;
}
@media (max-width: 1499px) {
  header .navbar .container .nav .navbar-nav .menu-item.menu-item-type-custom:last-child a {
    margin: 0 10px 0 10px;
    padding: 14px 10px;
  }
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item.menu-item-type-custom:last-child a {
    margin: 20px 0px 30px 0px;
  }
}
header .navbar .container .nav .navbar-nav .menu-item.menu-item-type-custom:last-child a:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item.menu-item-type-custom:last-child a:hover {
    transform: none;
    background: transparent;
    color: #E6B711;
  }
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu {
  border-radius: 8px;
  background: #002739;
  display: block;
  padding: 14px 20px;
  top: 60px;
  border: none;
  left: -18px;
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  background: #002739;
  top: -10px;
  left: 45px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu {
    background-color: transparent;
    position: initial;
  }
  header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu::after {
    display: none;
  }
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item {
  padding: 0;
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item a {
  padding: 18px 0px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
@media (max-width: 1199px) {
  header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item a {
    padding: 12px 0px;
    text-align: start;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item a {
    padding: 10px 0px;
  }
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item a.active, header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item a:hover, header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item a:focus {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item.current-menu-item a:hover, header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item.current-menu-item a:focus {
  transition: all 0.3s ease-in-out;
  color: #E6B711;
  background-color: transparent;
}
header .navbar .container .nav .navbar-nav .menu-item.dropdown:hover .dropdown-menu .menu-item:last-child a {
  border-bottom: none;
}

footer {
  background-color: #002739;
  position: relative;
}
footer::after {
  content: "";
  background-image: url(../images/footer-shape.png);
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 111;
  width: 100%;
  max-width: 56%;
  background-repeat: no-repeat;
  height: 250px;
  background-size: contain;
  background-position: center;
}
footer .footer-social-media.social-icon {
  max-width: 1700px;
  padding: 20px 20px;
  margin: 0 auto;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  footer .footer-social-media.social-icon {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-social-media.social-icon {
    margin-top: 30px;
  }
}
footer .footer-social-media.social-icon ul.icons.unstyled.nav-pills {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  footer .footer-social-media.social-icon ul.icons.unstyled.nav-pills {
    gap: 10px;
  }
}
footer .footer-social-media.social-icon ul.icons.unstyled.nav-pills a {
  font-size: 20px;
  color: #fff;
  height: 44px;
  width: 44px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 44px;
}
@media (max-width: 767px) {
  footer .footer-social-media.social-icon ul.icons.unstyled.nav-pills a {
    font-size: 14px;
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
}
footer .footer-social-media.social-icon ul.icons.unstyled.nav-pills a:hover {
  color: #E6B711;
}
footer .footer-top {
  padding-top: 63px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding-top: 33px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-top: 33px;
    margin-bottom: 0px;
  }
}
footer .footer-top .footer_widget {
  text-align: center;
  line-height: 0;
  margin-bottom: 0 !important;
}
footer .footer-top .footer_widget a {
  display: inline-block;
}
footer h2.widget-title {
  color: #E6B711;
  font-family: "gitan latinsemibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer h2.widget-title {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
footer .container {
  max-width: 1920px;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  footer .container {
    padding: 0 20px;
  }
}
footer .container .row .footer_widget {
  margin-bottom: 0 !important;
}
footer .container .row .footer_widget ul li {
  position: relative;
  padding-left: 24px;
}
footer .container .row .footer_widget ul li:after {
  background: url("../images/bullet.svg");
  height: 14px;
  width: 14px;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 11px;
}
footer .container .row .footer_widget ul li a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.2px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  footer .container .row .footer_widget ul li a {
    font-size: 14px;
    line-height: 1.2;
  }
}
footer .container .row .footer_widget ul li a:hover {
  color: #E6B711;
}

.copyright_box {
  background-color: #002739;
  padding: 23px 0;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .copyright_box {
    padding: 13px 0;
  }
}
.copyright_box .container {
  max-width: 1700px;
  padding: 0 20px;
  width: 100%;
}
.copyright_box p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  opacity: 0.6;
  /* 14px */
}
@media (max-width: 991px) {
  .copyright_box p {
    text-align: center;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .copyright_box p {
    font-size: 12px;
    font-size: 400;
  }
}
.copyright_box .social-pad {
  text-align: center;
}
.copyright_box .authority-text {
  text-align: right;
}
.copyright_box ul#menu-footer-bottom {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  .copyright_box ul#menu-footer-bottom {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.copyright_box ul#menu-footer-bottom a {
  opacity: 0.6;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  transition: all 0.3s;
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .copyright_box ul#menu-footer-bottom a {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .copyright_box ul#menu-footer-bottom a {
    font-size: 12px;
    margin-right: 0px;
    font-size: 400;
  }
}
.copyright_box ul#menu-footer-bottom a:hover {
  text-decoration: underline;
  color: #E6B711;
}

.wt-cli-cookie-bar-container #cookie-law-info-bar,
.wt-cli-cookie-bar-container .wt-cli-cookie-bar {
  background-color: #001E2C !important;
}
@media (max-width: 767px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar,
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar {
    padding: 10px 20px !important;
  }
}
@media (min-width: 767px) {
  .wt-cli-cookie-bar-container .cli-bar-container {
    min-height: 70px !important;
    padding: 0px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  color: #ffffff;
  line-height: 18.2px;
}
@media (max-width: 767px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a {
  color: #ffffff !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  padding: 0 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  color: #E6B711 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a {
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a {
    font-size: 12px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a:hover {
  color: #E6B711 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn {
  border-radius: 8px !important;
  padding: 16px 25px !important;
  text-transform: capitalize;
  background: transparent !important;
  border: 1px solid #E6B711 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn:hover {
  color: #E6B711 !important;
}
@media (max-width: 767px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn {
    padding: 10px 15px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn {
  border-radius: 8px !important;
  padding: 16px 25px !important;
  text-transform: capitalize;
  color: #000000 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn:hover {
  background-color: #E6B711 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn {
    padding: 10px 15px !important;
  }
}

#cookie-law-info-again {
  background-color: #E6B711 !important;
  right: 40px !important;
  color: #000000 !important;
  border-radius: 8px 8px 0 0 !important;
  font-size: 12px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  box-shadow: #656565 2px 2px 2px 0px !important;
}
@media (max-width: 767px) {
  #cookie-law-info-again {
    right: 10px !important;
  }
}

p.bottom_booking_btn {
  display: flex;
  justify-content: center;
  padding: 10px 0 40px 0;
}

.btn {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E6B711;
  font-weight: 600;
  color: #000000;
  transform: scale(1);
  margin: 0 30px 0 14px;
}
@media (max-width: 1199px) {
  .btn {
    margin: 0;
  }
}
.btn:hover {
  background: #E6B711;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.home-banner {
  height: 100vh;
}
.home-banner::before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.home-banner .banner-content {
  width: 90%;
  text-align: center;
  z-index: 99;
  top: 55% !important;
}
@media (max-width: 767px) {
  .home-banner .banner-content {
    width: 98%;
  }
}
.home-banner .banner-content h1 {
  margin-bottom: 20px;
}
.home-banner .banner-content h6 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 991px) {
  .home-banner .banner-content h6 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .home-banner .banner-content h6 {
    font-size: 24px;
    line-height: 36px;
  }
}
.home-banner iframe,
.home-banner video,
.home-banner img {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll_down_link {
  bottom: 25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  z-index: 99;
  gap: 6px;
}
@media (max-width: 767px) {
  .scroll_down_link {
    bottom: 15px;
  }
}
.scroll_down_link:hover {
  color: #E6B711;
  transition: all 0.3s;
}
.scroll_down_link:hover span {
  color: #E6B711;
  transition: all 0.3s;
}
.scroll_down_link:hover img {
  transition: all 0.3s;
  filter: invert(45%) sepia(84%) saturate(469%) hue-rotate(9deg) brightness(108%) contrast(88%);
}
.scroll_down_link span {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.scroll_down_link img {
  width: 24px;
  height: 24px;
}

.explore_sec h3 {
  margin-bottom: 7px;
  margin-top: 16px;
}
.explore_sec span {
  color: #777777;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .explore_sec span {
    font-size: 16px;
  }
}
.explore_sec p {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 31px;
}
@media (max-width: 1199px) {
  .explore_sec p {
    max-width: 100%;
  }
}

.event_slider {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .event_slider .event-main-title {
    flex-direction: column;
    align-items: start !important;
    margin-bottom: 20px;
  }
}
.event_slider .event-main-title h3 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .event_slider .event-main-title h3 {
    margin-bottom: 15px;
  }
}
.event_slider .event-main-title span {
  color: #777777;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767px) {
  .event_slider .event-main-title span {
    font-size: 16px;
    line-height: 20px;
  }
}
.event_slider .swiper {
  width: 100%;
  height: 100%;
  padding-left: calc((100% - 1440px + 10px) / 2);
}
@media (max-width: 1499px) {
  .event_slider .swiper {
    padding-left: calc((100% - 1120px + 10px) / 2);
  }
}
@media (max-width: 1199px) {
  .event_slider .swiper {
    padding-left: 20px;
  }
}
.event_slider .swiper .swiper-slide {
  height: auto;
}
.event_slider .swiper .swiper-slide:nth-child(odd) .event-card {
  background: #FFF8E0;
}
.event_slider .swiper .swiper-slide:nth-child(3n+3) .event-card {
  background: #FFF1BE !important;
}
.event_slider .swiper .swiper-slide:nth-child(even) .event-card {
  background: #DCF4FF;
}
.event_slider .swiper .swiper-slide .event-card {
  padding: 50px 26px;
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .event_slider .swiper .swiper-slide .event-card {
    padding: 30px 16px;
  }
}
.event_slider .swiper .swiper-slide .event-card .title-top {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-bottom: 1px solid #000000;
}
@media (max-width: 991px) {
  .event_slider .swiper .swiper-slide .event-card .title-top {
    min-height: 122px;
  }
}
@media (max-width: 767px) {
  .event_slider .swiper .swiper-slide .event-card .title-top {
    min-height: auto;
  }
}
.event_slider .swiper .swiper-slide .event-card::after {
  position: absolute;
  right: 0px;
  content: "";
  top: 0px;
  background: url("../images/event-card-Frame.svg");
  width: 108px;
  height: 120px;
  background-repeat: no-repeat;
  z-index: -1;
}
.event_slider .swiper .swiper-slide .event-card span {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  display: block;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767px) {
  .event_slider .swiper .swiper-slide .event-card span {
    font-size: 14px;
    line-height: 16px;
  }
}
.event_slider .swiper .swiper-slide .event-card h4 {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .event_slider .swiper .swiper-slide .event-card h4 {
    font-size: 28px;
  }
}
.event_slider .swiper .swiper-slide .event-card .event-img {
  height: 240px;
  max-height: 240px;
  width: 100%;
  margin: 26px 0;
}
@media (max-width: 767px) {
  .event_slider .swiper .swiper-slide .event-card .event-img {
    height: 200px;
    max-height: 200px;
  }
}
.event_slider .swiper .swiper-slide .event-card .event-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_slider .swiper .swiper-slide .event-card p {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .event_slider .swiper .swiper-slide .event-card p {
    font-size: 16px;
    line-height: 22px;
  }
}
.event_slider .swiper .swiper-slide .event-card p:empty {
  margin: 0;
}

.viewAll-link {
  color: #E6B711 !important;
  font-size: 20px;
  font-family: "gitan latinsemibold";
  gap: 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .viewAll-link {
    font-size: 16px;
    gap: 5px;
  }
}
.viewAll-link:hover {
  gap: 14px;
}
.viewAll-link span {
  font-family: "gitan latinsemibold" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120% !important;
  /* 24px */
  margin: 0 !important;
  color: #E6B711 !important;
}
@media (max-width: 767px) {
  .viewAll-link span {
    font-size: 16px !important;
    line-height: 23px !important;
  }
}
.viewAll-link:hover {
  text-decoration: underline;
}

.two_col_img .img-wrap {
  max-height: 576px;
  height: 100%;
  transition: all 0.3s;
}
.two_col_img .img-wrap:hover {
  transition: all 0.3s;
}
.two_col_img .img-wrap:hover::before {
  border-color: #E6B711;
}
.two_col_img .img-wrap:hover .img-content span {
  color: #E6B711;
}
.two_col_img .img-wrap:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 93%;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two_col_img .img-wrap .img-content {
  width: 90%;
}
.two_col_img .img-wrap .img-content span {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .two_col_img .img-wrap .img-content span {
    font-size: 14px;
    line-height: 18px;
  }
}
.two_col_img .img-wrap h3 {
  margin-bottom: 12px;
  color: #ffffff;
}
.two_col_img .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletter-sec {
  background: url("../images/news-letter-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 272px;
  padding-bottom: 89px;
}
@media (max-width: 991px) {
  .newsletter-sec {
    padding-top: 192px;
  }
}
@media (max-width: 767px) {
  .newsletter-sec {
    padding-top: 192px;
    padding-bottom: 40px;
  }
}
.newsletter-sec .newsletter-left span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .newsletter-sec .newsletter-left span {
    font-size: 18px;
  }
}
.newsletter-sec .newsletter-left h3 {
  line-height: 120%;
  margin-bottom: 0;
}
.newsletter-sec form #mc_embed_signup_scroll {
  display: flex;
  justify-content: end;
  margin-top: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .newsletter-sec form #mc_embed_signup_scroll {
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.newsletter-sec form #mc_embed_signup_scroll .wpcf7-response-output {
  position: absolute;
  bottom: -80px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .newsletter-sec form #mc_embed_signup_scroll .wpcf7-response-output {
    position: initial;
  }
}
.newsletter-sec form #mc_embed_signup_scroll .button-yellow {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--Active-color, #E6B711);
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.newsletter-sec form #mc_embed_signup_scroll .button-yellow:hover {
  transform: none;
  background: var(--Active-color, #E6B711);
  color: #ffffff;
}
.newsletter-sec form #mc_embed_signup_scroll .mc-field-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .newsletter-sec form #mc_embed_signup_scroll .mc-field-group {
    margin-right: 0;
  }
}
.newsletter-sec form #mc_embed_signup_scroll .mc-field-group input {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 18px;
  align-items: center;
  gap: 10px;
  max-width: 370px;
  border-radius: 8px;
  background: #FFF;
  border: none !important;
  outline: none !important;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .newsletter-sec form #mc_embed_signup_scroll .mc-field-group input {
    max-width: 100%;
  }
}
.newsletter-sec form #mc_embed_signup_scroll .mc-field-group .wpcf7-not-valid-tip {
  color: red;
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 0;
  position: absolute;
  bottom: -30px;
}
.newsletter-sec form #mc_embed_signup_scroll:last-child {
  position: relative;
}
.newsletter-sec form #mc_embed_signup_scroll span.wpcf7-spinner {
  position: absolute;
  top: 14px;
  left: 40px;
}

.newsletter-sec .newsletter-left span:last-child {
  font-size: 12px;
}

.review_slider {
  padding-top: 120px;
  position: relative;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .review_slider {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .review_slider {
    padding: 60px 0 0 0;
  }
}
.review_slider:before {
  position: absolute;
  content: "";
  width: 409.77px;
  height: 327.954px;
  background: url("../images/quoteTop.svg");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1699px) {
  .review_slider:before {
    width: 309.77px;
    height: 237.954px;
  }
}
@media (max-width: 1199px) {
  .review_slider:before {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .review_slider:before {
    width: 130px;
    height: 180px;
  }
}
.review_slider::after {
  position: absolute;
  content: "";
  width: 405.77px;
  height: 257.954px;
  background: url("../images/quoteDown.svg");
  background-repeat: no-repeat;
  bottom: -42px;
  right: 0;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1699px) {
  .review_slider::after {
    bottom: -92px;
    width: 250px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .review_slider::after {
    bottom: -108px;
    width: 150px;
    height: 90px;
  }
}
.review_slider .review-text {
  max-width: 980px;
  margin: 0 auto;
}
.review_slider .review-text h3 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .review_slider .review-text h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .review_slider .review-text h3 {
    margin-bottom: 20px;
  }
}
.review_slider .review-text p {
  font-size: 22px;
  line-height: 37.4px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .review_slider .review-text p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .review_slider .review-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.review_slider .review-text span {
  color: #777777;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 10px;
  display: block;
}
.review_slider .review-text .rating {
  gap: 23.58px;
}
@media (max-width: 767px) {
  .review_slider .review-text .rating {
    gap: 10px;
  }
}
.review_slider .review-text .rating span {
  color: #333333;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
@media (max-width: 767px) {
  .review_slider .review-text .rating span {
    font-size: 14px;
  }
}
.review_slider .review-text .rating .star {
  margin-bottom: 10.67px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.review_slider .review-text .rating .star span {
  margin-bottom: 0 !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .review_slider .review-text .rating .star span svg {
    height: 15px;
    width: 15px;
  }
}
.review_slider .review-text .rating .star .fill-white svg {
  fill: none;
}
.review_slider .review-text .rating .star .fill-yellow svg {
  fill: #E6B711;
}
.review_slider .review-text .rating .star .fill-yellow svg path {
  stroke: #E6B711;
}

.two_col_about_us {
  padding: 60px 0;
}
.two_col_about_us.padding-normal {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .two_col_about_us.padding-normal {
    padding: 40px 0;
  }
}
.two_col_about_us.padding-top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .two_col_about_us.padding-top {
    padding-top: 60px;
  }
}
.two_col_about_us.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 135px;
}
@media (max-width: 991px) {
  .two_col_about_us.padding-top-bottom {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}
.two_col_about_us.padding-bottom {
  padding-bottom: 135px;
}
@media (max-width: 991px) {
  .two_col_about_us.padding-bottom {
    padding-bottom: 75px;
  }
}
.two_col_about_us:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.two_col_about_us:nth-child(odd) .row .content {
  padding-right: 80px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .two_col_about_us:nth-child(odd) .row .content {
    padding: 40px 0 0 0;
  }
}
.two_col_about_us .row {
  margin: 0;
  margin-bottom: 120px;
}
.two_col_about_us .row .content {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .two_col_about_us .row .content {
    padding: 40px 0 0 0;
  }
}
.two_col_about_us .row .content p {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .two_col_about_us .row .content p {
    margin-bottom: 15px;
  }
}
.two_col_about_us .row .content p:last-child {
  margin-bottom: 0;
}
.two_col_about_us .row .content p a {
  text-decoration: underline;
}
.two_col_about_us .row .content p a:hover {
  color: #E6B711;
}
@media (max-width: 991px) {
  .two_col_about_us .row {
    margin-bottom: 0px;
  }
}
.two_col_about_us .row:last-child {
  margin-bottom: 0;
}
.two_col_about_us .row .col-lg-6 {
  padding: 0;
}
.two_col_about_us .row .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
  min-height: 330px;
}
@media (max-width: 991px) {
  .two_col_about_us .row .img-box {
    min-height: auto;
  }
}
.two_col_about_us .row .img-box img {
  min-height: 330px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .two_col_about_us .row .img-box img {
    min-height: auto;
  }
}
.two_col_about_us .row .img-box:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 93%;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row.image-align-left {
  flex-direction: row;
}
.row.image-align-left .content {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .row.image-align-left .content {
    padding: 40px 0 0 0;
  }
}

.small-banner.page404 {
  height: 100dvh !important;
}

section.small-banner.position-relative {
  height: 600px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  section.small-banner.position-relative {
    height: 500px;
  }
}
@media (max-width: 767px) {
  section.small-banner.position-relative {
    height: 350px;
  }
}
section.small-banner.position-relative .title {
  margin-bottom: 26px;
  line-height: 100%;
}
@media (max-width: 767px) {
  section.small-banner.position-relative .title {
    margin-bottom: 10px;
  }
}
section.small-banner.position-relative img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.small-banner.position-relative::before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  z-index: 9;
}
section.small-banner.position-relative .banner-content {
  width: 90%;
  text-align: center;
  z-index: 99;
  top: 57% !important;
}
section.small-banner.position-relative .banner-content h2 {
  margin-bottom: 26px;
  line-height: 100%;
}
@media (max-width: 767px) {
  section.small-banner.position-relative .banner-content {
    top: 65% !important;
  }
}
section.small-banner.position-relative .back_button {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
section.small-banner.position-relative .back_button .back-btn {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
section.small-banner.position-relative .back_button .back-btn:hover {
  color: #E6B711;
}

ol.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
ol.breadcrumb .breadcrumb-item {
  padding-left: 30px;
  position: relative;
}
ol.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
ol.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  ol.breadcrumb .breadcrumb-item.active {
    font-size: 16px;
  }
}
ol.breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  ol.breadcrumb .breadcrumb-item a {
    font-size: 16px;
  }
}
ol.breadcrumb .breadcrumb-item a:hover {
  color: #E6B711;
}
ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 12px;
  left: 10px;
  position: absolute;
}

.news_event_section_wrapper .row .img-wrap {
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.news_event_section_wrapper .row .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 280px;
}
.news_event_section_wrapper .row .img-wrap:hover {
  transition: all 0.3s;
}
.news_event_section_wrapper .row .img-wrap:hover .news_event_content {
  bottom: 0;
  transition: all 0.3s;
}
.news_event_section_wrapper .row .img-wrap .news_event_content {
  position: absolute;
  left: 0;
  bottom: -50px;
  background: #fff;
  padding: 30px 30px 13px 30px;
  width: 100%;
  max-width: 72%;
}
@media (max-width: 1199px) {
  .news_event_section_wrapper .row .img-wrap .news_event_content {
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  .news_event_section_wrapper .row .img-wrap .news_event_content {
    padding: 15px 15px 13px 15px;
  }
}
.news_event_section_wrapper .row .img-wrap .news_event_content .sub_title {
  margin-bottom: 10px;
}
.news_event_section_wrapper .row .img-wrap .news_event_content p {
  font-size: 16px;
  margin-bottom: 0;
}
.news_event_section_wrapper .row .img-wrap .news_event_content .view-news-link {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.content_block {
  padding: 60px 0 !important;
}
@media (max-width: 991px) {
  .content_block {
    padding: 50px 0 !important;
  }
}
.content_block .content ul {
  list-style: disc;
  margin-left: 25px;
}
.content_block .content ul li {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.content_block .content ul li a {
  color: #333333 !important;
  text-decoration: underline;
}
.content_block .content ul li a:hover {
  color: #E6B711 !important;
}
.content_block .content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 32px */
}
@media (max-width: 767px) {
  .content_block .content h2 {
    font-size: 24px;
  }
}
.content_block .content p {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 16px;
}
.content_block .content p a {
  color: #333333 !important;
  text-decoration: underline;
}
.content_block .content p a:hover {
  color: #E6B711 !important;
}
.content_block .content p strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.contact_block-sec {
  margin-top: 26px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .contact_block-sec {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .contact_block-sec .col {
    min-width: 100%;
  }
}
.contact_block-sec .newsletter-left span {
  color: #777;
  display: block;
  margin-bottom: 10px;
}
.contact_block-sec form .wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 0;
}
.contact_block-sec form .wpcf7-form-control-wrap {
  display: block;
}
.contact_block-sec form .training-form .row:last-child {
  justify-content: end;
}
.contact_block-sec form .training-form .row:last-child .text-left {
  text-align: right;
}
.contact_block-sec form .training-form .row > * {
  padding: 0 13px;
}
.contact_block-sec form .training-form input,
.contact_block-sec form .training-form textarea {
  margin-bottom: 26px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A3A3A3;
  background: #FFF;
  padding: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .contact_block-sec form .training-form input,
  .contact_block-sec form .training-form textarea {
    margin-bottom: 15px;
  }
}
.contact_block-sec form .training-form input::-moz-placeholder, .contact_block-sec form .training-form textarea::-moz-placeholder {
  color: var(--GREY, #939393);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.contact_block-sec form .training-form input::placeholder,
.contact_block-sec form .training-form textarea::placeholder {
  color: var(--GREY, #939393);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.contact_block-sec form .training-form input[type=submit] {
  transition: all 0.3s ease-in-out;
  padding: 14px 24px;
  font-size: 18px;
  border-radius: 5px;
  background: #E6B711;
  border: 1px solid #E6B711;
  font-weight: 600;
  color: #000000;
  transform: scale(1);
  width: auto;
  line-height: 18px;
}
.contact_block-sec form .training-form input[type=submit]:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
@media (max-width: 479px) {
  .contact_block-sec form .training-form input[type=submit] {
    width: 100%;
  }
}
.contact_block-sec form .training-form .wpcf7-spinner {
  display: none !important;
}

.page-id-19 .contact_block-sec form .training-form textarea {
  margin-bottom: 15px;
}

.news_tabbing {
  padding-top: 80px;
  padding-bottom: 154px;
}
@media (max-width: 1199px) {
  .news_tabbing {
    padding-top: 60px;
    padding-bottom: 104px;
  }
}
@media (max-width: 1023px) {
  .news_tabbing {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.news_tabbing .nav {
  margin-bottom: 80px;
  gap: 49px;
  margin-top: 24px;
}
.news_tabbing .nav li a {
  color: #000000;
  font-family: "gitan latinsemibold";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 32px */
  padding: 0;
  letter-spacing: 0;
  position: relative;
}
.news_tabbing .nav li a.active {
  color: #E6B711;
}
.news_tabbing .nav li a.active:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: -6px;
  background: #E6B711;
  left: 50%;
  transform: translateX(-50%);
}

.single-events_news .small-banner .container {
  max-width: 1024px;
  margin: 0 auto;
}
.single-events_news .post-content {
  margin: 0 auto;
  max-width: 1024px;
}

.post-content {
  padding-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .post-content {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.post-content pre {
  color: #333;
  margin-bottom: 16px;
  font-family: "gitan latinsemibold";
  font-size: 16px;
}
.post-content ol,
.post-content ul {
  list-style: initial;
  padding-left: 20px;
}
.post-content ol li,
.post-content ul li {
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
}
.post-content ol li:last-child,
.post-content ul li:last-child {
  margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h5 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h5 {
    margin-bottom: 15px;
  }
}
.post-content p {
  font-weight: 400;
  color: #333;
  margin-bottom: 16px;
  font-size: 16px;
}
.post-content p:empty {
  margin-bottom: 0;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content p a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-content p a img.alignleft {
  display: flex;
}
.post-content p a img.aligncenter {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.post-content p a img.alignright {
  display: flex;
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */