.header-logo, .main-menu-container, .main-menu > ul > li, .main-menu > ul > li > a, .main-menu li.menu-item-has-children > a:after, .social-icon, #backtotop, .footer-contact span, .footer-menu-container > ul > li, .slide-caption, .primary-btn {
  display: inline-block;
}

.main-menu > ul > li > ul > li, .main-menu > ul > li > ul > li > a, .main-menu li.menu-item-has-children ul li, .home-slide:before,
.home-slide-static:before, .home-slide.overlay:before,
.overlay:before, .home-banner:before, .scroll-down:after, .hb-photo, .about-section:before, .player-col img, .player-col:before, .event-section:before {
  display: block;
}

.main-menu li.menu-item-has-children > a:after, .home-banner:before, .scroll-down:after, .player-col:before, .event-section:before, .event-bg:before {
  content: '';
}

.main-menu li.menu-item-has-children ul, .home-slide:before,
.home-slide-static:before, .home-slide.overlay:before,
.overlay:before, .slide-caption, .home-banner:before, .hb-caption, .hb-caption-inner, .scroll-down, .hb-photo, .player-col, .player-col:before, .page-banner-inner, .event-bg:before {
  position: absolute;
}

.main-menu > ul > li, .main-menu > ul > li > ul > li > a, .footer, .primary-btn, .home-banner-container, .home-banner, .about-section, .about-section:before, .player-cols, .page-banner, .event-bg {
  position: relative;
}

.header-right {
  text-align: right;
}

.footer-contact span, .footer-menu-container > ul > li {
  vertical-align: top;
}

.header-logo, .main-menu-container, .main-menu > ul > li > a, .social-icon, .primary-btn {
  vertical-align: middle;
}

.scroll-down {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hb-caption, .hb-caption-inner, .page-banner-inner {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.home-slide,
.home-slide-static, .home-banner-container, .home-banner, .home-banner:before, .hb-photo, .about-section:before, .page-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-menu li.menu-item-has-children > a:after, .social-icon, #backtotop, .footer-menu-container > ul > li, .home-slider-container .bx-wrapper .bx-controls-direction a, .primary-btn, .hb-caption, .scroll-down:after, .about-section, .player-col:before, .event-section:before, .event-bg:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body {
  min-width: 1200px;
  color: #000000;
  font-size: 50%;
  font-family: "Lato", sans-serif;
}

.container {
  width: 100%;
  min-width: 1200px;
}

.wrapper {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1208px;
  width: 90%;
}

.large-wrapper {
  max-width: 100%;
}

.header-wrapper {
  max-width: 1208px;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-wrapper {
  position: relative;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 3.2em;
}

h4 {
  font-size: 2.8em;
}

a {
  color: #09A491;
  text-decoration: unset;
}

i,
em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

p {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

p a,
p li {
  font-size: 1em;
}

.aligncenter {
  text-align: center;
}

.content > div:last-child {
  padding-bottom: 18em;
}

.main {
  position: relative;
}

/* MOBILE */
.main-menu-button-inner {
  width: 29px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.main-menu-button-inner span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #09A491;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile {
  display: none;
}

/* GRID */
.grid-1-2 {
  overflow: hidden;
}

.grid-1-2 > .grid-col {
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 6%;
}

.grid-1-2 > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.grid-1-2 > .grid-col:nth-child(2n+1) {
  clear: both;
}

.grid-1-3 {
  overflow: hidden;
}

.grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.grid-1-4 {
  overflow: hidden;
}

.grid-1-4 > .grid-col {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.grid-1-4 > .grid-col:nth-child(4n+4) {
  margin-right: 0;
}

.grid-1-4 > .grid-col:nth-child(4n+1) {
  clear: both;
}

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

.photo {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

.photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.ac-photo.photo:hover img {
  -webkit-transform: perspective(0) scale(1, 1);
          transform: perspective(0) scale(1, 1);
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* HEADER */
.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #000000;
  z-index: 10;
  padding: 15px 0;
}

.header .header-heading span,
.header .main-menu > ul > li > a,
.header .top-menu a {
  color: #000000;
}

.header .header-heading span:hover,
.header .main-menu > ul > li > a:hover,
.header .top-menu a:hover {
  color: #354269;
}

.header .main-menu > ul > li.current-menu-item > a {
  color: #09A491;
}

.sticky.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
}

.header-right {
  width: 70%;
}

.header-logo img {
  max-width: none;
  width: auto;
  height: 100%;
  max-height: 40px;
}

.green-text {
  color: #09A491;
}

.main-menu-container {
  margin-right: 2.1em;
}

.main-menu > ul > li {
  font-size: 1em;
  padding: 0 30px 0 0;
}

.main-menu > ul > li a {
  border-bottom: 2px solid transparent;
}

.main-menu ul ul .separate {
  display: none;
}

.main-menu > ul {
  font-size: 0.1px;
  text-align: justify;
}

.main-menu > ul:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.main-menu > ul > li {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}

.main-menu > ul > li > a {
  color: #fff;
  font-size: 1.7em;
  text-align: center;
}

.main-menu > ul > li:last-child > a {
  margin-right: 0;
}

.main-menu ul li:last-child ul ul {
  left: auto;
  right: 0;
}

.main-menu ul li:hover > ul {
  display: block;
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  padding: 9px 25px;
}

.main-menu li.menu-item-has-children ul {
  display: none;
  background-color: #fff;
  color: #000000;
  left: 0;
  width: 298px;
  z-index: 10000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 7px 0;
  border: 2px solid #dcdcdc;
}

.main-menu li.menu-item-has-children ul li {
  width: 100%;
}

.main-menu li.menu-item-has-children ul > li > a {
  color: #000000;
  text-decoration: none;
}

.main-menu li.menu-item-has-children ul > li {
  font-size: 14px;
  font-weight: 700;
}

.main-menu li.menu-item-has-children ul > li:hover > a {
  color: #09A491;
  text-decoration: underline;
}

.main-menu li.menu-item-has-children:hover > a {
  color: #09A491;
}

.main-menu li.menu-item-has-children:hover > ul {
  display: block;
  background-color: #fff;
  color: #353535;
  left: 14px;
  width: 250px;
  padding: 0 !important;
  z-index: 10000;
}

.main-menu li.menu-item-has-children > a:after {
  background-image: url(images/arrow-down.png);
  width: 14px;
  height: 7px;
  margin-left: 5px;
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  padding: 10px;
  font-weight: 400;
}

.main-menu > ul > li:last-child > ul > li.menu-item-has-children > a {
  padding: 12px 25px;
}

.main-menu > ul > li:last-child > ul > li.menu-item-has-children > a:after {
  left: 10px;
  right: auto;
  margin-top: 0;
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}

.main-menu > ul > li > ul > li.menu-item-has-children:hover > a:after {
  background-position: 0 -20px;
}

.breadcrumbs {
  padding: 3em 0 7em;
}

.about .breadcrumbs {
  display: none;
}

.main-menu > ul:after {
  display: none;
}

.header-social-icons {
  display: inline-block;
  vertical-align: middle;
}

.header-social-icons .instagram {
  background-image: url(images/instagram.png);
}

.header-social-icons .facebook {
  background-image: url(images/facebook.png);
}

.header-social-icons .youtube {
  background-image: url(images/youtube.png);
}

.social-icon {
  width: 36px;
  height: 36px;
  background-size: auto 22px;
  margin-right: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.social-icon:hover {
  opacity: 0.7;
}

/* FOOTER */
#backtotop {
  bottom: 10%;
  right: 5%;
  display: inline-block;
  background-color: #000000;
  background-size: 40%;
  background-image: url(images/back-to-top.png);
  width: 56px;
  height: 56px;
  text-align: center;
  position: fixed;
  border-radius: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#backtotop:hover {
  background-color: #354269;
}

#backtotop.show {
  opacity: 1;
}

.footer {
  background-color: #08405A;
  color: #fff;
  z-index: 3;
  padding: 4em 0 0 0;
}

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

.footer-left {
  width: 31.7%;
}

.footer-left h2 {
  margin-top: 1.5em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-right {
  width: 65.7%;
}

.footer-logo {
  margin-right: 17.4px;
}

.footer-logo img {
  max-width: none;
  width: auto;
  height: 36.8px;
}

.footer-contact {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1em;
}

.footer-contact span a {
  color: #fff;
}

.fc-heading {
  width: 107px;
}

.footer-menu-container {
  text-align: right;
}

.footer-menu-container > ul > li {
  margin-bottom: 1.2em;
}

.footer-menu-container > ul > li > a {
  display: block;
  margin-left: 35px;
  text-decoration: unset;
}

.footer-menu-container > ul > li > a:hover {
  color: #09A491;
}

.footer-menu-container > ul > li ul {
  display: none;
}

.footer-menu-container > ul > li ul li {
  padding: 10px 0;
}

.footer-menu-container a {
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.footer-bottom {
  margin: 4em 0 0 0;
  border-top: 1px solid #fff;
  padding: 2.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright {
  width: 100%;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}

.bottom-menu {
  width: 40%;
  text-align: right;
}

.bottom-menu a {
  display: inline-block;
  color: #fff;
  padding: 0 2%;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  border-right: 1px solid #fff;
}

.bottom-menu a:last-child {
  border: 0;
  padding-right: 0;
}

/* Home */
.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 9;
  padding-bottom: calc(100vh + 250px);
}

.home-slide,
.home-slide-static {
  padding-bottom: calc(100vh + 250px);
}

.slide-with-image {
  background-size: cover;
  background-color: #000;
}

.home-slider-container .bx-wrapper .bx-controls-direction a {
  background-color: #09A491;
  width: 51px;
  height: 51px;
  background-size: 19px;
  background-color: #fff;
}

.home-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(images/pervious-blue.png);
  border-radius: 0 15px 15px 0;
  background-position: 40%;
}

.home-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background-image: url(images/next-blue.png);
  border-radius: 15px 0 0 15px;
  background-position: 60%;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager {
  bottom: 40px;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  background-color: #fff;
  border: 2px solid #354269;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #354269;
}

.home-slide,
.home-slide-static {
  width: 100%;
  height: 100%;
}

.home-slide:before,
.home-slide-static:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #434f5f;
  background: -webkit-gradient(linear, left top, left bottom, from(#434f5f), color-stop(70%, rgba(67, 79, 95, 0.55)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #434f5f 0%, rgba(67, 79, 95, 0.55) 70%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.75;
  content: "";
}

.home-slide:before {
  display: none;
}

.home-slide.overlay:before,
.overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #012d55;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #012d55), to(rgba(230, 222, 199, 0.1)));
  background: linear-gradient(90deg, #012d55 50%, rgba(230, 222, 199, 0.1) 100%);
  opacity: 0.5;
  content: "";
}

.slide-wrapper {
  /* position: relative;*/
  position: absolute;
  width: 90%;
  height: 100%;
  max-width: 1263px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.slide-caption {
  top: 50%;
  left: 5%;
  width: 48%;
  max-width: 665px;
  color: #143e6a;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  animation: bannerfadeIn ease-in-out 0.7s;
  -webkit-animation: bannerfadeIn ease-in-out 0.7s;
  -moz-animation: bannerfadeIn ease-in-out 0.7s;
  -o-animation: bannerfadeIn ease-in-out 0.7s;
  -ms-animation: bannerfadeIn ease-in-out 0.7s;
}

.slide-caption h2 {
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2%;
}

.slide-caption p {
  text-align: left;
}

.home-slide.overlay .slide-caption {
  color: #fff;
  text-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5);
}

.primary-btn {
  color: #000;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  padding: 20px;
  width: 188px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 50px;
  background: #FDEAD6;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  text-decoration: unset;
  background-size: 100% 150%;
  background-position: center bottom;
  moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.primary-btn:hover {
  background-position: 0 0;
  moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 4px 15px 0 rgba(186, 186, 186, 0.75);
          box-shadow: 0 4px 15px 0 rgba(186, 186, 186, 0.75);
}

.primary-btn.large-btn {
  width: 212px;
  padding: 20px;
}

.primary-btn + .primary-btn {
  margin-left: 30px;
}

/* Home */
.home-banner-container {
  background-image: url(images/page-bg.jpg);
  background-position: bottom;
}

.home-banner {
  height: calc(100vh + 250px);
  overflow: hidden;
}

.home-banner:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 0;
  padding-bottom: 57%;
  background-image: url(images/home-banner-graphic.png);
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}

.slide-with-image .home-banner {
  background-size: 100%;
  background-position: bottom;
}

.slide-with-image .home-banner:before {
  display: none;
}

.slide-with-image .home-banner .banner-animation {
  opacity: .5;
}

.hb-caption {
  width: 90%;
  padding-bottom: 70vh;
  color: #fff;
  top: calc(50% - 120px);
  /* background-image: url(images/home-banner-triangle.png);*/
  z-index: 10;
}

.hb-caption-inner {
  top: 45%;
  left: 48%;
}

.hb-heading {
  font-size: 4.6em;
  font-weight: 600;
  line-height: 1.2;
  font-size: 3.5vh;
  font-family: "Josefin Sans", sans-serif;
}

.hb-large-heading {
  font-size: 8.6em;
  font-weight: 600;
  line-height: 1.2;
  font-size: 6.7vh;
  font-family: "Josefin Sans", sans-serif;
}

.scroll-down {
  bottom: 9vh;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.2;
  color: #354269;
  font-size: 1.094vw;
  text-decoration: unset;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 100;
}

.scroll-down:after {
  width: 7px;
  height: 32px;
  background-image: url(images/scroll-down.png);
  margin: 10px auto 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.scroll-down:hover {
  color: #f8601a;
  /* &:after {
                background-image: url(images/scroll-down-w.png);
            }*/
}

.hb-photo {
  width: 21%;
  padding-bottom: 21%;
  border-radius: 300px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hb-photo-1 {
  top: 2%;
  right: 15%;
}

.hb-photo-2 {
  left: 2%;
  top: 43%;
}

.bx-wrapper .bx-controls-direction a {
  top: calc(50% - 120px);
  width: 3vw;
  height: 3vw;
  background-size: 30%;
  border-radius: 50%;
  background-color: rgba(244, 244, 244, 0.3);
  transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(248, 96, 26, 0.5);
}

.bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(images/arrow-prev.png);
  left: 30px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
  left: 25px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(images/arrow-next.png);
  right: 30px;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
  right: 25px;
}

.slide-with-image .scroll-down {
  color: #fff;
}

.slide-with-image .scroll-down:hover {
  color: #f8601a;
}

.slide-with-image .scroll-down:after {
  background-image: url(images/scroll-down-w.png);
}

.about-section {
  margin-top: -20%;
  /*background-image: url(images/line-orange.png);*/
}

.about-section:before {
  width: 100%;
  padding-bottom: 26%;
  background-position: center top;
  background-image: url(images/line-orange.png);
  content: '';
  z-index: 1;
}

.about-section .about-inner {
  background-color: #FF601A;
  padding: 10em 0;
}

.about-section .sec-heading {
  color: #fff;
}

.about-section p {
  margin: 0 auto 2em;
  color: #fff;
  width: 90%;
  max-width: 600px;
}

.about-section .primary-btn {
  background: none;
  background-color: #fff;
  color: #000;
}

.about-section .primary-btn:hover {
  background-color: #fdead7;
}

.sec-heading {
  font-family: "Josefin Sans", sans-serif;
  color: #08405A;
  font-size: 6em;
  font-weight: 600;
  line-height: 1.2;
}

.large-heading {
  font-size: 8.6em;
  font-weight: 600;
  line-height: 1.2;
}

.player-cols {
  width: 100%;
  padding-bottom: 52.9%;
}

.player-col {
  width: 28.4%;
  padding-bottom: 28.4%;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
}

.player-col img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 21px;
}

.player-col:before {
  left: 0;
  top: 0;
  width: 47%;
  padding-bottom: 47%;
  z-index: 10;
}

.player-col:first-child {
  top: 5%;
  left: 3.5%;
}

.player-col:first-child img {
  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
}

.player-col:first-child:before {
  left: -28%;
  top: -2%;
  background-image: url(images/photo-graphic-1.png);
}

.player-col:nth-child(2) {
  top: 37%;
  left: 24%;
  z-index: 2;
}

.player-col:nth-child(2) img {
  -webkit-transform: rotate(7.5deg);
          transform: rotate(7.5deg);
}

.player-col:nth-child(2):before {
  left: 25%;
  top: -27%;
  padding-bottom: 32%;
  background-image: url(images/photo-graphic-2.png);
}

.player-col:nth-child(3) {
  top: 11%;
  left: 51%;
}

.player-col:nth-child(3) img {
  -webkit-transform: rotate(-7.5deg);
          transform: rotate(-7.5deg);
}

.player-col:nth-child(3):before {
  left: -16%;
  top: -8%;
  width: 40%;
  padding-bottom: 40%;
  background-image: url(images/photo-graphic-3.png);
}

.player-col:nth-child(4) {
  top: 40%;
  left: 70%;
}

.player-col:nth-child(4) img {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.player-col:nth-child(4):before {
  left: 13%;
  top: -12%;
  width: 50%;
  padding-bottom: 33%;
  background-image: url(images/photo-graphic-4.png);
}

.event-section {
  background-color: #eeeeee;
  padding-bottom: 7em;
}

.event-section:before {
  width: 100%;
  padding-bottom: 24%;
  background-size: 100%;
  background-image: url(images/divider.jpg);
  background-position: top;
}

.sec-top {
  position: relative;
  margin-bottom: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.grid-1-3 {
  position: relative;
  z-index: 2;
}

.card-bottom {
  display: block;
  background-color: #fff;
  border-top: 3px solid #33C9BA;
  padding: 20px;
  text-decoration: unset;
  color: #000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 0 0 20px 20px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.card-bottom:hover {
  background-color: #e6f7f5;
}

.card-bottom.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-month {
  display: block;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  color: #08405A;
}

.ec-day {
  display: block;
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  color: #25C9BA;
}

.ec-heading {
  display: block;
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
}

.flex .ec-heading {
  width: 83%;
}

.full-date {
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
  color: #08405A;
}

.ec-photo {
  display: block;
  border-radius: 20px 20px 0 0;
  padding-bottom: 64%;
}

.member-photo {
  display: block;
  border-radius: 20px 20px 0 0;
  padding-bottom: 100%;
}

.full-date {
  margin-top: 1em;
}

.sec-padding {
  padding-top: 7em;
}

/* Inpage */
.page-banner {
  padding-bottom: 26%;
  background-image: url(images/page-banner.jpg);
}

.page-banner-inner {
  top: 46%;
}

.page-banner-inner h1 {
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}

.grey-bg {
  position: relative;
  background-color: #EEEEEE;
}

.large-wrapper .ec-month {
  font-size: 1.094vw;
}

.large-wrapper .ec-day {
  font-size: 1.875vw;
}

.large-wrapper .ec-heading {
  font-size: 1.094vw;
}

.grid-1-3 > .grid-col.event-photo-box {
  margin-bottom: 8%;
}

.event-bg:before {
  top: 58px;
  left: 0;
  background-image: url(images/event-pattern.png);
  width: 14%;
  padding-bottom: 10%;
  background-size: 100%;
  z-index: 1;
}

.sec-padding {
  padding-top: 14em;
}

.scroll-animation {
  transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -ms-transition: 1s all ease;
}

.scroll-animation.active {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

.view-more {
  display: block;
  font-size: 1.8em;
  font-weight: 500;
  color: #09A491;
  margin-top: 1em;
}

.member-name {
  color: #09A491;
  border-bottom: 3px solid #09A491;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 3.2em;
  font-weight: 500;
}

.popup {
  display: none;
  width: 90%;
  max-width: 960px;
}

.popup p {
  font-size: 2.1em;
}

.member-card,
.sec-card {
  cursor: pointer;
}

.member-card:hover .photo img,
.sec-card:hover .photo img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.member-card:hover .card-bottom,
.sec-card:hover .card-bottom {
  background-color: #e6f7f5;
}

/* home banner svg */
.home.demo .page-banner {
  display: none;
}
/*# sourceMappingURL=style.css.map */