@charset "UTF-8";
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
.slick-list.draggable {
    overflow-y: auto !important;
}
.slick-list.draggable .slick-track {
    height:auto !important;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
  font-size: 18px;
}

body {
  margin: 0;
  color: #333;
  background-color: #000;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #333;
}

blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 30px;
  content: "“";
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 95px;
}
@media (max-width: 1199px) {
  .header-wrapper {
    padding-top: 30px;
  }
}
.header-wrapper .header-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-wrapper .header-main .logo-wrapper {
  -webkit-flex-basis: 170px;
  -moz-flex-basis: 170px;
  -ms-flex-basis: 170px;
  flex-basis: 170px;
  max-width: 170px;
}
@media (max-width: 1199px) {
  .header-wrapper .header-main .logo-wrapper {
    -webkit-flex-basis: 88px;
    -moz-flex-basis: 88px;
    -ms-flex-basis: 88px;
    flex-basis: 88px;
    max-width: 88px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main .logo-wrapper {
    -webkit-flex-basis: 60px;
    -moz-flex-basis: 60px;
    -ms-flex-basis: 60px;
    flex-basis: 60px;
    max-width: 60px;
  }
}
.header-wrapper .header-main .logo-wrapper img {
  max-width: 88px;
  max-height: 88px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .header-wrapper .header-main .logo-wrapper img {
    max-width: 60px;
    max-height: 60px;
  }
}
.header-wrapper .header-main .logo-wrapper .site-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.header-wrapper .header-main .logo-wrapper .site-title a,
.header-wrapper .header-main .logo-wrapper .site-title a:focus,
.header-wrapper .header-main .logo-wrapper .site-title a:hover {
  color: #333;
  text-decoration: none;
}
.wp-custom-logo .header-wrapper .header-main .logo-wrapper .site-title {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.header-wrapper .header-main .logo-wrapper .site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.header-wrapper .header-main .buttons-wrapper {
  display: none;
  -webkit-flex-basis: calc(100% - 60px);
  -moz-flex-basis: calc(100% - 60px);
  -ms-flex-basis: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.header-wrapper .header-main .buttons-wrapper a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0D1321;
  color: #0D1321;
  font-size: 17px;
}
@media (max-width: 767px) {
  .header-wrapper .header-main .buttons-wrapper a {
    border-color: #FFBA00;
    background-color: #FFBA00;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main .buttons-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.header-wrapper .header-main .nav-wrapper {
  -webkit-flex-basis: calc(100% - 170px);
  -moz-flex-basis: calc(100% - 170px);
  -ms-flex-basis: calc(100% - 170px);
  flex-basis: calc(100% - 170px);
  max-width: calc(100% - 170px);
}
@media (max-width: 1199px) {
  .header-wrapper .header-main .nav-wrapper {
    -webkit-flex-basis: calc(100% - 88px);
    -moz-flex-basis: calc(100% - 88px);
    -ms-flex-basis: calc(100% - 88px);
    flex-basis: calc(100% - 88px);
    max-width: calc(100% - 88px);
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main .nav-wrapper {
    display: none;
  }
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li {
  position: relative;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li:hover > a {
  color: #fff;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li.current-menu-item > a {
  color: #fff;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #A0A0A0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  padding: 10px 35px;
}
@media (max-width: 1199px) {
  .header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #fff;
  min-width: 250px;
  max-width: 250px;
  border-radius: 6px;
  padding: 10px 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li {
  position: relative;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li ul {
  position: absolute;
  visibility: hidden;
  padding: 10px 0;
  top: 0;
  right: 0;
  background-color: #fff;
  min-width: 250px;
  max-width: 250px;
  border-radius: 6px;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(calc(100% - 7px));
  -moz-transform: translateX(calc(100% - 7px));
  -ms-transform: translateX(calc(100% - 7px));
  transform: translateX(calc(100% - 7px));
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li ul li > ul {
  right: unset;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 7px));
  -moz-transform: translateX(calc(-100% - 7px));
  -ms-transform: translateX(calc(-100% - 7px));
  transform: translateX(calc(-100% - 7px));
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header-wrapper .header-main .nav-wrapper .primary-menu > ul > li > ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0A0A0A;
  padding: 10px 15px;
}

.hero-wrapper {
  background-image: linear-gradient(-32.17deg, #0d1321 0%, #121212 100%);
  padding: 380px 0 230px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-wrapper {
    padding: 250px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .hero-wrapper {
    padding: 200px 0 0 0;
  }
}
.hero-wrapper .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-bg {
    margin-top: 50px;
    position: relative;
    padding-bottom: 132.1909424725%;
  }
}
.hero-wrapper .hero-bg .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.hero-wrapper .hero-bg .circle {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 146px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-bg .circle {
    width: 250px;
    height: 250px;
    right: 50px;
  }
}
.hero-wrapper .hero-bg .circle span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  -webkit-animation: change_size_2 4s linear 3s infinite normal;
  -moz-animation: change_size_2 4s linear 3s infinite normal;
  -o-animation: change_size_2 4s linear 3s infinite normal;
  -ms-transition: change_size_2 4s linear 3s infinite normal;
  animation: change_size_2 4s linear 3s infinite normal;
}
.hero-wrapper .hero-bg .circle span:nth-child(2) {
  -webkit-animation: change_size_2 4s linear 2s infinite normal;
  -moz-animation: change_size_2 4s linear 2s infinite normal;
  -o-animation: change_size_2 4s linear 2s infinite normal;
  -ms-transition: change_size_2 4s linear 2s infinite normal;
  animation: change_size_2 4s linear 2s infinite normal;
}
.hero-wrapper .hero-bg .circle span:last-child {
  -webkit-animation: change_size_2 4s linear 1s infinite normal;
  -moz-animation: change_size_2 4s linear 1s infinite normal;
  -o-animation: change_size_2 4s linear 1s infinite normal;
  -ms-transition: change_size_2 4s linear 1s infinite normal;
  animation: change_size_2 4s linear 1s infinite normal;
}
.hero-wrapper .section-title {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 53px;
}
.hero-wrapper .section-title span {
  font-family: "SFU CenturySchoolbookBT", sans-serif;
  font-size: 120px;
  font-weight: 700;
  display: block;
  color: #FFBA00;
}
@media (max-width: 1399px) {
  .hero-wrapper .section-title span {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-wrapper .section-title span {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .section-title span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .section-title span {
    font-size: 40px;
  }
}
.hero-wrapper .section-title span span {
  color: #fff;
  display: inline-block;
}
.hero-wrapper .section-content {
  font-size: 17px;
  font-weight: 300;
  color: #BDBFC3;
  max-width: 552px;
  margin-bottom: 125px;
}
.hero-wrapper .section-content p:last-child {
  margin-bottom: 0;
}
.hero-wrapper .more-button {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-left: 90px;
}
.hero-wrapper .more-button:hover {
  color: #FFBA00;
}
.hero-wrapper .more-button:hover span {
  background-color: #FFBA00;
}
.hero-wrapper .more-button span {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #FFBA00;
  background-image: url("../images/arrow.png");
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.hero-wrapper .more-button span:before, .hero-wrapper .more-button span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100px;
  border: 1px solid #FFBA00;
}
.hero-wrapper .more-button span:before {
  -webkit-animation: change_size 3s linear 2s infinite normal;
  -moz-animation: change_size 3s linear 2s infinite normal;
  -o-animation: change_size 3s linear 2s infinite normal;
  -ms-transition: change_size 3s linear 2s infinite normal;
  animation: change_size 3s linear 2s infinite normal;
}
.hero-wrapper .more-button span:after {
  -webkit-animation: change_size 3s linear 1s infinite normal;
  -moz-animation: change_size 3s linear 1s infinite normal;
  -o-animation: change_size 3s linear 1s infinite normal;
  -ms-transition: change_size 3s linear 1s infinite normal;
  animation: change_size 3s linear 1s infinite normal;
}

.about-wrapper {
  padding-top: 150px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-wrapper .img-wrapper {
  position: relative;
  z-index: 1;
}
.about-wrapper .img-wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -14px;
  right: -14px;
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}
.about-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}
.about-wrapper .about-content {
  padding-top: 150px;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content {
    padding-left: 0;
  }
}
.about-wrapper .about-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../images/bee-2.png");
  width: 450px;
  height: 450px;
  background-size: cover;
  right: 0;
  bottom: -100px;
}
@media (max-width: 767px) {
  .about-wrapper .about-content:before {
    right: -100px;
    bottom: -100px;
  }
}
.about-wrapper .about-content .section-title {
  font-size: 30px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  margin-bottom: 65px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .about-wrapper .about-content .section-title {
    font-size: 20px;
  }
}
.about-wrapper .about-content .section-title:before {
  content: attr(data-text);
  font-weight: 900;
  font-size: 111px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: -25px;
  bottom: -16px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .section-title:before {
    font-size: 80px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .section-title:before {
    font-size: 50px;
    left: 0;
  }
}
@media (max-width: 574px) {
  .about-wrapper .about-content .section-title:before {
    font-size: 40px;
  }
}
.about-wrapper .about-content .section-title:after {
  content: "";
  width: 85px;
  height: 3px;
  border-radius: 3px;
  background-color: #FFBA00;
  display: block;
  margin-top: 10px;
}
.about-wrapper .about-content .section-subtitle {
  font-family: "SFU CenturySchoolbookBT", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
.about-wrapper .about-content .section-subtitle span {
  color: #FFBA00;
}
.about-wrapper .about-content .info-list li {
  font-size: 17px;
  font-weight: 300;
  position: relative;
  color: #FFFFFF;
  padding-left: 32px;
  margin-bottom: 11px;
}
.about-wrapper .about-content .info-list li:last-child {
  margin-bottom: 0;
}
.about-wrapper .about-content .info-list li:before {
  content: "";
  background-image: url("../images/florist.png");
  width: 10px;
  height: 9px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 9px;
}
.about-wrapper .about-content .info-list li span {
  color: #BDBFC3;
  display: inline-block;
  width: 135px;
}
.about-wrapper .education-level-wrapper, .about-wrapper .advanced-skills-wrapper {
  margin-top: 90px;
}
.about-wrapper .education-level-wrapper .section-title, .about-wrapper .advanced-skills-wrapper .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 574px) {
  .about-wrapper .education-level-wrapper .section-title, .about-wrapper .advanced-skills-wrapper .section-title {
    font-size: 20px;
  }
}
.about-wrapper .education-level-wrapper .level-item {
  background-color: #121212;
  border: 1px solid #363A46;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 0;
  margin-bottom: 24px;
}
.about-wrapper .education-level-wrapper .level-item:hover {
  border: 1px solid #FFBA00;
}
.about-wrapper .education-level-wrapper .level-item .left-content {
  padding: 10px;
  -webkit-flex-basis: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-basis: 180px;
  flex-basis: 180px;
  max-width: 180px;
  text-align: center;
}
@media (max-width: 424px) {
  .about-wrapper .education-level-wrapper .level-item .left-content {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
    max-width: 100px;
  }
}
.about-wrapper .education-level-wrapper .level-item .left-content img {
  max-height: 88px;
  display: inline-block;
  vertical-align: middle;
}
.about-wrapper .education-level-wrapper .level-item .right-content {
  padding: 10px;
  -webkit-flex-basis: calc(100% - 180px);
  -moz-flex-basis: calc(100% - 180px);
  -ms-flex-basis: calc(100% - 180px);
  flex-basis: calc(100% - 180px);
  max-width: calc(100% - 180px);
}
@media (max-width: 424px) {
  .about-wrapper .education-level-wrapper .level-item .right-content {
    -webkit-flex-basis: calc(100% - 100px);
    -moz-flex-basis: calc(100% - 100px);
    -ms-flex-basis: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.about-wrapper .education-level-wrapper .level-item .right-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #FFBA00;
  margin-bottom: 10px;
}
.about-wrapper .education-level-wrapper .level-item .right-content p {
  font-size: 17px;
  font-weight: 300;
  color: #BDBFC3;
  margin-bottom: 0;
}
.about-wrapper .advanced-skills-wrapper .skill-item {
  background-color: #121212;
  border: 1px solid #363A46;
  padding: 22px 25px;
  margin-bottom: 24px;
}
.about-wrapper .advanced-skills-wrapper .skill-item .skill-title {
  font-size: 17px;
  font-weight: 600;
  color: #FFBA00;
  position: relative;
  padding-left: 36px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.about-wrapper .advanced-skills-wrapper .skill-item .skill-title img {
  max-width: 21px;
  max-height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-wrapper .advanced-skills-wrapper .skill-item .skill-title:after {
  content: "";
  width: 194px;
  height: 1px;
  background-color: #363A46;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-wrapper .advanced-skills-wrapper .skill-item .content {
  font-size: 17px;
  font-weight: 300;
  color: #BDBFC3;
}
.about-wrapper .advanced-skills-wrapper .skill-item .content p:last-child {
  margin-bottom: 0;
}
.about-wrapper .advanced-skills-wrapper .skill-item:hover {
  border: 1px solid #FFBA00;
}

.level-wrapper {
  background-color: #121212;
  padding-top: 111px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .level-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.level-wrapper .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 574px) {
  .level-wrapper .section-title {
    font-size: 20px;
  }
}
.level-wrapper .levels-wrapper .level-item {
  background-color: #000;
  border: 1px solid #363A46;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px 0;
  margin-bottom: 24px;
}
.level-wrapper .levels-wrapper .level-item:hover {
  border: 1px solid #FFBA00;
}
.level-wrapper .levels-wrapper .level-item .left-content {
  font-family: "SFU CenturySchoolbookBT", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #FFBA00;
  text-align: center;
  padding: 10px;
  -webkit-flex-basis: 170px;
  -moz-flex-basis: 170px;
  -ms-flex-basis: 170px;
  flex-basis: 170px;
  max-width: 170px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 424px) {
  .level-wrapper .levels-wrapper .level-item .left-content {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
    max-width: 100px;
  }
}
.level-wrapper .levels-wrapper .level-item .right-content {
  padding: 10px;
  -webkit-flex-basis: calc(100% - 170px);
  -moz-flex-basis: calc(100% - 170px);
  -ms-flex-basis: calc(100% - 170px);
  flex-basis: calc(100% - 170px);
  max-width: calc(100% - 170px);
}
@media (max-width: 424px) {
  .level-wrapper .levels-wrapper .level-item .right-content {
    -webkit-flex-basis: calc(100% - 100px);
    -moz-flex-basis: calc(100% - 100px);
    -ms-flex-basis: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
.level-wrapper .levels-wrapper .level-item .right-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.level-wrapper .levels-wrapper .level-item .right-content p {
  font-size: 17px;
  font-weight: 300;
  color: #BDBFC3;
  margin-bottom: 0;
}
.level-wrapper .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  display: block;
  z-index: 1;
}
@media (max-width: 991px) {
  .level-wrapper .background {
    position: relative;
    width: 100%;
  }
}
.level-wrapper .background:before {
  content: "";
  width: 600px;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #E5A700;
  z-index: -2;
}
@media (max-width: 991px) {
  .level-wrapper .background:before {
    width: 100%;
  }
}
.level-wrapper .background .img-wrapper {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .level-wrapper .background .img-wrapper {
    position: relative;
  }
}
.level-wrapper .background .img-wrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.level-wrapper .background .circle {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: -200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .level-wrapper .background .circle {
    width: 250px;
    height: 250px;
    right: -125px;
  }
}
.level-wrapper .background .circle span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  -webkit-animation: change_size_2 4s linear 3s infinite normal;
  -moz-animation: change_size_2 4s linear 3s infinite normal;
  -o-animation: change_size_2 4s linear 3s infinite normal;
  -ms-transition: change_size_2 4s linear 3s infinite normal;
  animation: change_size_2 4s linear 3s infinite normal;
}
.level-wrapper .background .circle span:nth-child(2) {
  -webkit-animation: change_size_2 4s linear 2s infinite normal;
  -moz-animation: change_size_2 4s linear 2s infinite normal;
  -o-animation: change_size_2 4s linear 2s infinite normal;
  -ms-transition: change_size_2 4s linear 2s infinite normal;
  animation: change_size_2 4s linear 2s infinite normal;
}
.level-wrapper .background .circle span:last-child {
  -webkit-animation: change_size_2 4s linear 1s infinite normal;
  -moz-animation: change_size_2 4s linear 1s infinite normal;
  -o-animation: change_size_2 4s linear 1s infinite normal;
  -ms-transition: change_size_2 4s linear 1s infinite normal;
  animation: change_size_2 4s linear 1s infinite normal;
}

@keyframes change_size_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    background-color: rgba(255, 255, 255, 0);
  }
}
.artist-wrapper {
  padding-top: 80px;
  padding-bottom: 155px;
}
@media (max-width: 767px) {
  .artist-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.artist-wrapper .section-heading {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .artist-wrapper .section-heading {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
.artist-wrapper .section-heading .section-title {
  font-size: 30px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  position: relative;
  text-align: center;
}
@media (max-width: 574px) {
  .artist-wrapper .section-heading .section-title {
    font-size: 20px;
  }
}
.artist-wrapper .section-heading .section-title:after {
  content: "";
  width: 85px;
  height: 3px;
  border-radius: 3px;
  margin: 11px auto 0 auto;
  background-color: #FFBA00;
  display: block;
}
.artist-wrapper .section-heading span {
  font-weight: 900;
  font-size: 111px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .artist-wrapper .section-heading span {
    font-size: 80px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .artist-wrapper .section-heading span {
    font-size: 50px;
    bottom: 10px;
  }
}
@media (max-width: 574px) {
  .artist-wrapper .section-heading span {
    font-size: 40px;
  }
}
.artist-wrapper .section-heading span:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../images/bee.png");
  width: 261px;
  height: 261px;
  background-size: cover;
  left: -130px;
  top: -85px;
}
@media (max-width: 767px) {
  .artist-wrapper .section-heading span:before {
    width: 150px;
    height: 150px;
    left: -70px;
    top: -55px;
  }
}
.artist-wrapper .section-sub-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 50px;
}
.artist-wrapper .section-sub-heading .section-subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .artist-wrapper .section-sub-heading .section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .artist-wrapper .section-sub-heading .section-subtitle {
    font-size: 20px;
  }
}
.artist-wrapper .section-sub-heading .more-button {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding-right: 90px;
}
.artist-wrapper .section-sub-heading .more-button:hover {
  color: #FFBA00;
}
.artist-wrapper .section-sub-heading .more-button:hover span {
  background-color: #FFBA00;
}
.artist-wrapper .section-sub-heading .more-button span {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #FFBA00;
  background-image: url("../images/arrow.png");
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.artist-wrapper .section-sub-heading .more-button span:before, .artist-wrapper .section-sub-heading .more-button span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100px;
  border: 1px solid #FFBA00;
}
.artist-wrapper .section-sub-heading .more-button span:before {
  -webkit-animation: change_size 3s linear 2s infinite normal;
  -moz-animation: change_size 3s linear 2s infinite normal;
  -o-animation: change_size 3s linear 2s infinite normal;
  -ms-transition: change_size 3s linear 2s infinite normal;
  animation: change_size 3s linear 2s infinite normal;
}
.artist-wrapper .section-sub-heading .more-button span:after {
  -webkit-animation: change_size 3s linear 1s infinite normal;
  -moz-animation: change_size 3s linear 1s infinite normal;
  -o-animation: change_size 3s linear 1s infinite normal;
  -ms-transition: change_size 3s linear 1s infinite normal;
  animation: change_size 3s linear 1s infinite normal;
}
.artist-wrapper .artist-item {
  background-color: #121212;
  border: 1px solid #363A46;
  padding: 22px 9px 9px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.artist-wrapper .artist-item:hover {
  border-color: #FFBA00;
}
.artist-wrapper .artist-item .artist-name {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.artist-wrapper .artist-item .artist-name:hover {
  color: #FFBA00;
}
.artist-wrapper .artist-item .artist-name a {
  color: inherit;
}
.artist-wrapper .artist-item .artist-thumbnail {
  overflow: hidden;
}
.artist-wrapper .artist-item .artist-thumbnail:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.artist-wrapper .artist-item .artist-thumbnail img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

@keyframes change_size {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    border: 1px solid rgba(255, 186, 0, 0);
  }
}
.youtube-wrapper {
  background-color: #121212;
  padding-top: 65px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .youtube-wrapper {
    padding: 60px 0;
  }
}
.youtube-wrapper .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media (max-width: 574px) {
  .youtube-wrapper .section-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .youtube-wrapper .youtube-main-slick-slider {
    margin-bottom: 60px;
  }
}
.youtube-wrapper .youtube-main-slick-slider .video-item-wrapper .video-item .video-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 33px;
  position: relative;
}
.youtube-wrapper .youtube-main-slick-slider .video-item-wrapper .video-item .video-thumbnail:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/play-button.png");
  width: 102px;
  height: 72px;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .youtube-wrapper .youtube-main-slick-slider .video-item-wrapper .video-item .video-thumbnail:before {
    width: 51px;
    height: 36px;
  }
}
.youtube-wrapper .youtube-main-slick-slider .video-item-wrapper .video-item .video-thumbnail img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.youtube-wrapper .youtube-main-slick-slider .video-item-wrapper .video-item .video-info h3 {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.youtube-wrapper .youtube-main-slick-slider .video-item-wrapper .video-item .video-info p {
  margin-bottom: 0;
  font-size: 17px;
  color: #BDBFC3;
}
.youtube-wrapper .youtube-list-slick-slider .slick-slide {
  margin: 18px 0;
}
@media (max-width: 1199px) {
  .youtube-wrapper .youtube-list-slick-slider .slick-slide {
    margin: 6px 0;
  }
}
.youtube-wrapper .youtube-list-slick-slider .slick-list {
  margin: -18px 0;
}
@media (max-width: 1199px) {
  .youtube-wrapper .youtube-list-slick-slider .slick-list {
    margin: -6px 0;
  }
}
.youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  -webkit-flex-basis: 207px;
  -moz-flex-basis: 207px;
  -ms-flex-basis: 207px;
  flex-basis: 207px;
  max-width: 207px;
  height: 135px;
  cursor: pointer;
}
@media (max-width: 424px) {
  .youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-thumbnail {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 150px;
  }
}
.youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}
.youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-info {
  -webkit-flex-basis: calc(100% - 207px);
  -moz-flex-basis: calc(100% - 207px);
  -ms-flex-basis: calc(100% - 207px);
  flex-basis: calc(100% - 207px);
  max-width: calc(100% - 207px);
  padding: 22px 0 0 23px;
}
@media (max-width: 424px) {
  .youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 22px 0 0 0;
  }
}
.youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-info h3 {
  margin-bottom: 17px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 47.6px;
  cursor: pointer;
}
.youtube-wrapper .youtube-list-slick-slider .video-item-wrapper .video-item .video-info p {
  margin-bottom: 0;
  font-size: 17px;
  color: #BDBFC3;
}

.project-wrapper {
  padding-top: 100px;
  padding-bottom: 190px;
}
@media (max-width: 991px) {
  .project-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .project-wrapper {
    padding-bottom: 60px;
  }
}
.project-wrapper .section-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #363A46;
  padding-bottom: 28px;
  margin-bottom: 52px;
}
.project-wrapper .section-heading .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 574px) {
  .project-wrapper .section-heading .section-title {
    font-size: 20px;
  }
}
.project-wrapper .section-heading .project-link {
  font-size: 17px;
  font-weight: 600;
  color: #FFBA00;
  display: inline-block;
}
.project-wrapper .projects-slick-slider .slick-slide {
  margin: 0 12px;
}
.project-wrapper .projects-slick-slider .slick-list {
  margin: 0 -12px;
}
.project-wrapper .projects-slick-slider .project-item-wrapper .project-item {
  border-radius: 5px;
  overflow: hidden;
}
.project-wrapper .projects-slick-slider .project-item-wrapper .project-item img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.event-wrapper {
  overflow: hidden;
  position: relative;
}
.event-wrapper .event-col {
  position: relative;
  z-index: 1;
}
.event-wrapper .event-col:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
}
.event-wrapper .event-col.col-left:before {
  right: 0;
  background-color: #121212;
}
@media (max-width: 991px) {
  .event-wrapper .event-col.col-left:before {
    right: -50px;
  }
}
.event-wrapper .event-col.col-right:before {
  left: 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .event-wrapper .event-col.col-right:before {
    left: -50px;
  }
}
@media (min-width: 992px) {
  .event-wrapper .col-left {
    width: 63%;
  }
  .event-wrapper .col-right {
    width: 37%;
  }
}
.event-wrapper .event-left-wrapper {
  padding: 60px 48px 60px 0;
}
@media (max-width: 991px) {
  .event-wrapper .event-left-wrapper {
    padding: 60px 0;
  }
}
.event-wrapper .event-left-wrapper .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 574px) {
  .event-wrapper .event-left-wrapper .section-title {
    font-size: 20px;
  }
}
.event-wrapper .event-left-wrapper .banner {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .event-wrapper .event-left-wrapper .banner {
    margin-bottom: 30px;
  }
}
.event-wrapper .event-left-wrapper .banner img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.event-wrapper .event-left-wrapper .event-link {
  font-size: 17px;
  font-weight: 600;
  color: #FFBA00;
  display: inline-block;
}
.event-wrapper .event-right-wrapper {
  padding: 42px 0 42px 48px;
}
@media (max-width: 991px) {
  .event-wrapper .event-right-wrapper {
    padding: 42px 0;
  }
}
.event-wrapper .event-right-wrapper .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media (max-width: 574px) {
  .event-wrapper .event-right-wrapper .section-title {
    font-size: 20px;
  }
}
.event-wrapper .event-right-wrapper .event-slick-slider {
  padding-bottom: 97px;
}
@media (max-width: 991px) {
  .event-wrapper .event-right-wrapper .event-slick-slider {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .event-wrapper .event-right-wrapper .event-slick-slider {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .event-wrapper .event-right-wrapper .event-slick-slider .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .event-wrapper .event-right-wrapper .event-slick-slider .slick-list {
    margin: 0 -5px;
  }
}
.event-wrapper .event-right-wrapper .event-slick-slider .slick-slide > div:first-child {
  margin-bottom: 24px;
}
.event-wrapper .event-right-wrapper .event-slick-slider .slick-arrow {
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #0D1321;
  border: 1px solid #BDBFC3;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  background-image: url("../images/arrow.png");
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  left: 50%;
}
@media (max-width: 767px) {
  .event-wrapper .event-right-wrapper .event-slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -12px;
  }
}
.event-wrapper .event-right-wrapper .event-slick-slider .slick-arrow:hover {
  background-color: #FFBA00;
  border-color: #FFBA00;
}
.event-wrapper .event-right-wrapper .event-slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.event-wrapper .event-right-wrapper .event-slick-slider .slick-arrow.slick-next {
  left: 62px;
}
.event-wrapper .event-right-wrapper .event-slick-slider .event-item-wrapper .event-item .banner {
  border-radius: 5px;
  overflow: hidden;
}
.event-wrapper .event-right-wrapper .event-slick-slider .event-item-wrapper .event-item .banner img {
  width: 100%;
  height: 417px;
  display: inline-block;
  vertical-align: middle;
  object-fit: unset;
}

.brands-wrapper {
  padding-top: 100px;
  padding-bottom: 65px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .brands-wrapper {
    padding-top: 65px;
  }
}
.brands-wrapper .section-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .brands-wrapper .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 574px) {
  .brands-wrapper .section-title {
    font-size: 20px;
  }
}
.brands-wrapper .brands-slick-slider .slick-slide {
  margin: 0 12px;
}
@media (max-width: 599px) {
  .brands-wrapper .brands-slick-slider .slick-slide {
    margin: 0 5px;
  }
}
.brands-wrapper .brands-slick-slider .slick-slide > div:first-child {
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .brands-wrapper .brands-slick-slider .slick-slide > div:first-child {
    margin-bottom: 10px;
  }
}
.brands-wrapper .brands-slick-slider .slick-list {
  margin: 0 -12px;
}
@media (max-width: 599px) {
  .brands-wrapper .brands-slick-slider .slick-list {
    margin: 0 -5px;
  }
}
.brands-wrapper .brands-slick-slider ul.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 72px;
}
.brands-wrapper .brands-slick-slider ul.slick-dots li {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .brands-wrapper .brands-slick-slider ul.slick-dots li {
    margin: 0 5px;
  }
}
.brands-wrapper .brands-slick-slider ul.slick-dots li.slick-active button:before {
  -webkit-transform: translate(-50%, -50%) scale(2);
  -moz-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  background-color: #FFBA00;
}
.brands-wrapper .brands-slick-slider ul.slick-dots li button {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.brands-wrapper .brands-slick-slider ul.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.48);
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.brands-wrapper .brands-slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: transparent;
  border: 1px solid #BDBFC3;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -16px;
  background-image: url("../images/arrow.png");
  background-size: 21px 14px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .brands-wrapper .brands-slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -12px;
  }
}
.brands-wrapper .brands-slick-slider .slick-arrow:hover {
  background-color: #FFBA00;
  border-color: #FFBA00;
}
.brands-wrapper .brands-slick-slider .slick-arrow.slick-prev {
  left: 30%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .brands-wrapper .brands-slick-slider .slick-arrow.slick-prev {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .brands-wrapper .brands-slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.brands-wrapper .brands-slick-slider .slick-arrow.slick-next {
  right: 30%;
}
@media (max-width: 1199px) {
  .brands-wrapper .brands-slick-slider .slick-arrow.slick-next {
    right: 20%;
  }
}
@media (max-width: 767px) {
  .brands-wrapper .brands-slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.brands-wrapper .brands-slick-slider .brand-item {
  border-radius: 5px;
  background-color: #FFF6DD;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 991px) {
  .brands-wrapper .brands-slick-slider .brand-item {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .brands-wrapper .brands-slick-slider .brand-item {
    height: 90px;
  }
}
@media (max-width: 574px) {
  .brands-wrapper .brands-slick-slider .brand-item {
    height: 70px;
  }
}
.brands-wrapper .brands-slick-slider .brand-item .brand-logo img {
  max-height: 140px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 991px) {
  .brands-wrapper .brands-slick-slider .brand-item .brand-logo img {
    max-height: 110px;
  }
}
@media (max-width: 767px) {
  .brands-wrapper .brands-slick-slider .brand-item .brand-logo img {
    max-height: 90px;
  }
}
@media (max-width: 574px) {
  .brands-wrapper .brands-slick-slider .brand-item .brand-logo img {
    max-height: 70px;
  }
}

.footer-wrapper {
  background-color: #000000;
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.footer-wrapper .footer-text {
  font-family: "SFU CenturySchoolbookBT", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #BDBFC3;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-text {
    font-size: 60px;
  }
}
@media (max-width: 574px) {
  .footer-wrapper .footer-text {
    font-size: 50px;
  }
}
@media (max-width: 424px) {
  .footer-wrapper .footer-text {
    font-size: 40px;
  }
}
.footer-wrapper .footer-text:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../images/bee.png");
  width: 261px;
  height: 261px;
  background-size: cover;
  left: -105px;
  top: -120px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-text:before {
    top: -135px;
  }
}
.footer-wrapper ul.contact-info li {
  color: #FFBA00;
  font-size: 17px;
  padding-left: 38px;
  position: relative;
  margin-bottom: 10px;
}
.footer-wrapper ul.contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 22px;
  width: 23px;
  text-align: center;
  display: inline-block;
}
.footer-wrapper .copyright {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.33);
}
.footer-wrapper .copyright a {
  color: inherit;
}
.footer-wrapper .copyright a:hover {
  color: rgb(255, 255, 255);
}

.archive-wrapper {
  padding: 110px 0;
}
.archive-wrapper .content-post {
  margin-bottom: 24px;
}

.archive .site-footer {
  background-position: bottom;
}
.archive .site-footer .partner-wrapper {
  display: none;
}
.archive .site-footer .footer-wrapper {
  padding-top: 0;
}

.pagination {
  margin: 30px 0;
}
.pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination ul li a {
  position: relative;
  display: block;
  padding: 8px 12px;
  margin-left: -1px;
  color: #fff;
  line-height: 1.25;
  background-color: #1D242B;
  border: 1px solid #1D242B;
  cursor: pointer;
}
.pagination ul li a:hover {
  background: linear-gradient(180deg, #FDF7C0 0%, #FBDD77 66.15%, #E3942D 100%);
  border: 1px solid transparent;
  color: #1D242B;
}
.pagination ul li.active a {
  background: linear-gradient(180deg, #FDF7C0 0%, #FBDD77 66.15%, #E3942D 100%);
  border: 1px solid transparent;
  color: #1D242B;
}
.pagination ul li.active a:hover {
  background-color: #D49D51;
  border-color: #D49D51;
  color: #1D242B;
}

.content-post {
  background: #1D242B;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .content-post {
    border-radius: 10px;
  }
}
.content-post .featured-media .featured-media-inner {
  position: relative;
  padding-bottom: 62.9057187017%;
  overflow: hidden;
}
.content-post .featured-media .featured-media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-post .post-inner {
  padding: 40px;
}
@media (max-width: 991px) {
  .content-post .post-inner {
    padding: 20px;
  }
}
.content-post .post-inner .entry-title {
  margin: 0 0 17px 0;
}
@media (max-width: 991px) {
  .content-post .post-inner .entry-title {
    margin: 0 0 10px 0;
  }
}
.content-post .post-inner .entry-title a {
  display: inline-block;
  font-family: "TCM Brand", sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FDF7C0 0%, #FBDD77 66.15%, #E3942D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  .content-post .post-inner .entry-title a {
    font-size: 20px;
  }
}
.content-post .post-inner .entry-excerpt {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.content-post .post-inner .entry-excerpt p:last-child {
  margin-bottom: 0;
}

.page-title-wrapper {
  position: relative;
  z-index: 1;
  min-height: 622px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 290px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .page-title-wrapper {
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.page-title-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(15, 20, 26, 0.81);
}
.page-title-wrapper .page-title-content {
  position: relative;
  text-align: center;
}
.page-title-wrapper .page-title-content .title-wrapper {
  width: 100%;
  position: relative;
}
.page-title-wrapper .page-title-content .title-wrapper .page-title {
  margin: 0 0 35px 0;
  font-family: "TCM Brand", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .page-title-wrapper .page-title-content .title-wrapper .page-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper .page-title-content .title-wrapper .page-title {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title-content .title-wrapper .page-title {
    font-size: 40px;
  }
}
@media (max-width: 424px) {
  .page-title-wrapper .page-title-content .title-wrapper .page-title {
    font-size: 30px;
  }
}
.page-title-wrapper .page-title-content .title-wrapper .text-background {
  margin: 0;
  position: absolute;
  left: 0;
  top: -65px;
  width: 100%;
  text-align: center;
  font-family: "TCM Brand", sans-serif;
  font-weight: 700;
  font-size: 150px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .page-title-wrapper .page-title-content .title-wrapper .text-background {
    font-size: 130px;
    top: -55px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper .page-title-content .title-wrapper .text-background {
    font-size: 90px;
    top: -25px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title-content .title-wrapper .text-background {
    font-size: 70px;
    top: -17px;
  }
}
@media (max-width: 424px) {
  .page-title-wrapper .page-title-content .title-wrapper .text-background {
    font-size: 50px;
    top: -10px;
  }
}
.page-title-wrapper .page-title-content .rank-math-breadcrumb p {
  margin: 0;
  font-family: "TCM Brand", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.page-title-wrapper .page-title-content .rank-math-breadcrumb p a {
  color: #FFFFFF;
}
.page-title-wrapper .page-title-content .rank-math-breadcrumb p a:hover {
  color: #FDF7C0;
}
.page-title-wrapper .page-title-content .rank-math-breadcrumb p .separator {
  color: #FDF7C0;
}

.single-wrapper {
  padding-top: 155px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .single-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.single-wrapper .entry-content {
  color: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=style.css.map */
