@charset "UTF-8";
/*
Theme Name: ilim
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: memorres
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ilim
Template: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@font-face {
  font-family: "UntitledRegular";
  src: url("assets/fonts/UntitledSans-Regular.eot");
  src: local("Untitled Sans Regular"), local("UntitledSans-Regular"), url("assets/fonts/UntitledSans-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/UntitledSans-Regular.woff2") format("woff2"), url("assets/fonts/UntitledSans-Regular.woff") format("woff"), url("assets/fonts/UntitledSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "UntitledMedium";
  src: url("assets/fonts/UntitledSans-Medium.eot");
  src: local("Untitled Sans Medium"), local("UntitledSans-Medium"), url("assets/fonts/UntitledSans-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/UntitledSans-Medium.woff2") format("woff2"), url("assets/fonts/UntitledSans-Medium.woff") format("woff"), url("assets/fonts/UntitledSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "UntitledLight";
  src: url("assets/fonts/UntitledSans-Light.eot");
  src: local("Untitled Sans Light"), local("UntitledSans-Light"), url("assets/fonts/UntitledSans-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/UntitledSans-Light.woff2") format("woff2"), url("assets/fonts/UntitledSans-Light.woff") format("woff"), url("assets/fonts/UntitledSans-Light.ttf") format("truetype");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Feijoa";
  src: url("assets/fonts/Feijoa-Display.eot");
  src: local("Feijoa-Display"), url("assets/fonts/Feijoa-Display.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Feijoa-Display.woff2") format("woff2"), url("assets/fonts/Feijoa-Display.woff") format("woff"), url("assets/fonts/Feijoa-Display.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* transform-mixin */
/* transition mixin */
/*animation keyrames */
.item-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.item-flex--direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-flex--item-normal {
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
}
.item-flex--alignment-flexstart {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important;
}
.item-flex--alignment-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.item-flex--alignment-flexend {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.item-flex--alignment-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.item-flex--alignment-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.item-flex--flexgrow-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.item-flex .outline-block {
  border: 1px solid palette(mono, grey);
  background: palette(mono, white);
}
.item-flex .form-group {
  margin: 0 20px 0 0;
}
.item-flex .c-button {
  margin: 0;
}

.has-border--left::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: palette(mono, white);
  position: absolute;
  top: 33%;
  left: 0;
}
.has-border--right::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: palette(mono, white);
  position: absolute;
  top: 33%;
  right: 0;
}

.img--filter-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.img--imgfull {
  width: 100%;
}
.img--imgauto {
  width: auto;
}

.margin--top-bottom-10 {
  margin: 10px 0;
}
.margin--top-bottom-20 {
  margin: 20px 0;
}

.color--text-white a, .color--text-white p, .color--text-white span, .color--text-white label, .color--text-white input[type=text], .color--text-white input[type=url], .color--text-white input[type=email], .color--text-white input[type=password], .color--text-white input[type=number] {
  color: palette(mono, white);
}
.color--background-white a, .color--background-white p, .color--background-white span, .color--background-white label, .color--background-white input[type=text], .color--background-white input[type=url], .color--background-white input[type=email], .color--background-white input[type=password], .color--background-white input[type=number] {
  background-color: palette(mono, white);
}
.color--text-black a, .color--text-black p, .color--text-black span, .color--text-black label, .color--text-black input[type=text], .color--text-black input[type=url], .color--text-black input[type=email], .color--text-black input[type=password], .color--text-black input[type=number] {
  color: palette(black, base);
}
.color--background-black a, .color--background-black p, .color--background-black span, .color--background-black label, .color--background-black input[type=text], .color--background-black input[type=url], .color--background-black input[type=email], .color--background-black input[type=password], .color--background-black input[type=number] {
  background-color: palette(black, base);
}

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

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cursor--pointer {
  cursor: pointer;
}
.cursor--not-allowed {
  cursor: not-allowed !important;
}
.cursor--default {
  cursor: default !important;
}

.has-boder {
  border: 1px solid #ececec;
  border-radius: 4px;
}

html {
  box-sizing: border-box;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr, .border hr {
  box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

a {
  outline: none;
  cursor: pointer;
}

p {
  margin-top: 0;
}

em {
  color: #000000;
}

iframe {
  width: 100%;
}

blockquote,
q {
  quotes: none;
}

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

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

.screen-reader-text {
  display: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
}
table td, table th {
  vertical-align: middle;
  border: 1px solid #D2D3D4;
  color: #A7A9AC;
  font-weight: normal;
  text-align: left;
  padding: 0.8rem;
  white-space: nowrap;
}
table th {
  background-color: #E6E6E6;
  color: #000000;
}
table tr {
  border-bottom: 1px solid #E6E6E6;
}
table.bg-none td, table.bg-none th {
  background-color: transparent;
}
table.border-none td, table.border-none th {
  border: none;
}

blockquote {
  background-color: #E6E6E6;
  padding: 16px 30px;
  border-left: 6px solid #FDC300;
  margin: 2em 0;
  line-height: 25px;
  font-style: italic;
}

/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
p,
pre,
dl,
ol,
ul,
figure,
hr,
.border hr,
fieldset {
  margin-bottom: 0rem;
}

b,
strong {
  font-weight: 700;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 0rem;
}

/**
 * Adjust focus color to match brand
 */
a,
input,
select,
textarea,
button,
[role=button],
object {
  /* stylelint-disable-next-line selector-pseudo-class-no-unknown */
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
[role=button]:focus,
object:focus {
  outline-color: transparent;
  outline-offset: 0rem;
  text-decoration: none;
}
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
button:focus:not(:focus-visible),
[role=button]:focus:not(:focus-visible),
object:focus:not(:focus-visible) {
  outline: none;
}
.js-focus-visible a:focus:not(.focus-visible),
.js-focus-visible input:focus:not(.focus-visible),
.js-focus-visible select:focus:not(.focus-visible),
.js-focus-visible textarea:focus:not(.focus-visible),
.js-focus-visible button:focus:not(.focus-visible),
.js-focus-visible [role=button]:focus:not(.focus-visible),
.js-focus-visible object:focus:not(.focus-visible) {
  outline: none;
}

.icon-width-18 {
  width: 18px !important;
}

body {
  font-family: "UntitledRegular";
  font-size: 20px;
  line-height: 24px;
  color: #A7A9AC;
  background: #ffffff;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: visible;
  overflow-x: hidden;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  body {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 18px;
  }
}
body.html-style {
  overflow-x: visible;
}

p, li {
  font-family: "UntitledRegular";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  p, li {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  p, li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  p, li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

article.entry {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  margin-top: 144px;
  margin-bottom: 144px;
}
@media (max-width: 767px) {
  article.entry {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  article.entry {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0093B2;
  font-family: "Feijoa";
  font-weight: normal;
  margin: 0.5em 0;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin: 0;
}

h1 {
  font-size: 96px;
  line-height: 120px;
  letter-spacing: 1.92px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 70px;
    line-height: 85px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  h1 {
    font-size: 85px;
    line-height: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.92px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.92px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.72px;
  }
}

h2 {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1.92px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 38px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.72px;
  }
}

h3 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.72px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h3 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    margin-bottom: 20px;
  }
}

h4 {
  font-family: "UntitledRegular";
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h4 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.24px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
}

h6 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.38px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h6 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
}

hr, .border hr {
  background-color: #E6E6E6;
  max-width: 100%;
  overflow: hidden;
  height: 0;
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  opacity: 0.4;
}

.border hr {
  width: 50%;
  margin: 0 auto;
}

.top-border {
  border-top: 1px solid #E6E6E6;
}

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

html {
  min-height: 100%;
  overflow-y: visible;
  overflow-x: hidden;
}

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

a {
  font-family: "UntitledRegular";
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  position: relative;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: #0093B2;
}

ul, ol {
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
ul li, ol li {
  margin-bottom: 10px;
  position: relative;
}
ul li > ul,
ul li > ol, ol li > ul,
ol li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* Change Autocomplete Styles in WebKit Browsers */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #E6E6E6;
  -webkit-box-shadow: 0 0 0px 0px #ffffff inset;
  box-shadow: 0 0 0px 0px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.wpcf7-select {
  color: #6b727c;
}
.wpcf7-select option {
  color: #000000;
}
.wpcf7-select option:first-child {
  color: #6b727c;
}

input, select {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  width: 100%;
  padding: 25px 0 25px 0;
  background-color: transparent;
  outline: none;
}
@media (max-width: 767px) {
  input, select {
    padding: 20px 0 20px 0;
  }
}
input::placeholder, select::placeholder {
  color: #A7A9AC;
}
input.wpcf7-validates-as-required, select.wpcf7-validates-as-required {
  padding-left: 12px;
}

select {
  cursor: pointer;
}

textarea {
  width: 100%;
  resize: none;
  padding: 25px 0 25px 12px;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
  background-color: transparent;
}
textarea::placeholder {
  color: #A7A9AC;
}
@media (max-width: 767px) {
  textarea {
    padding: 20px 0 20px 12px;
  }
}
textarea.wpcf7-validates-as-required {
  padding-left: 12px;
}

form label {
  color: #000000;
  margin-bottom: 12px;
}
form button {
  cursor: pointer;
}
form button:hover {
  color: #0093B2;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input:required {
  box-shadow: none;
}

.star {
  position: relative;
}
.star::before {
  content: "*";
  color: #dc3232;
  position: absolute;
  top: 0;
  left: 0;
}

input:invalid {
  box-shadow: 0 0 0px red;
}

input::-internal-input-suggested {
  color: #000000;
}

.input-error {
  color: red !important;
  font-size: 16px !important;
}

.form-control {
  border: 1px solid rgba(119, 134, 158, 0.6);
  color: #E6E6E6;
  padding: 8px 15px 11px 15px;
  height: 42px;
  font-size: 14px;
  border-radius: 6px;
}
.form-control:focus {
  box-shadow: none;
  color: #E6E6E6;
  border-color: #E6E6E6;
}
.form-control::placeholder {
  color: #000000;
}
.form-control:disabled {
  cursor: not-allowed;
  background-color: #000000;
}

.input-group-prepend .input-group-text {
  border: 1px solid rgba(119, 134, 158, 0.6);
  background-color: transparent;
  padding: 8.5px 12px;
  border-right: 0;
  border-radius: 6px;
}
.input-group-prepend .input-group-text img {
  width: 20px;
  height: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group .input-group.input-radius input {
  border-radius: 50px;
}
.form-group .form-check-label {
  position: relative;
  margin-right: 10px;
}

.c-login-form .form-control {
  font-size: 16px;
}

.form-check-label {
  position: relative;
  margin-right: 10px;
}

.form-check {
  padding: 0;
}

input[type=checkbox] + label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "✔";
  border: 0.1em solid rgba(119, 134, 158, 0.6);
  border-radius: 0.2em;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  background-color: #ffffff;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #000000;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #000000;
  border-color: #000000;
}

.form-check {
  padding: 0;
}

input[type=radio] + label {
  cursor: pointer;
}

.wpcf7-list-item {
  margin: 0px 100px 0 0;
}

.radio-button {
  display: block;
  padding-bottom: 25px;
}

input[type=radio]:disabled + label {
  cursor: not-allowed;
}

/*input[type="radio"] {
  display: none;
}*/
input[type=radio] + label:before {
  content: "✔";
  border: 2px solid rgba(119, 134, 158, 0.6);
  border-radius: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  font-size: 13px;
  background-color: #ffffff;
}

input[type=radio] + label:active:before {
  transform: scale(0);
}

input[type=radio]:checked + label:before {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

input[type=radio]:disabled + label:before {
  transform: scale(1);
}

input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #000000;
}

input[type=radio] + label:after {
  content: "✔";
  border: 2px solid #ffffff;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 3px;
  top: 3px;
}

input[type=radio]:checked + label:after {
  border-color: #ffffff;
}

.transparent input[type=radio] + label:after {
  border-color: transparent;
}

.transparent input[type=radio] + label:before {
  background-color: transparent;
}

.transparent input[type=radio]:checked + label:after {
  border-color: #ffffff;
}

.transparent input[type=radio]:checked + label:before {
  background-color: #000000;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 45px;
  font-size: 18px;
  z-index: 9;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    top: 35px;
    font-size: 14px;
  }
}

.message .wpcf7-not-valid-tip {
  top: 20px;
}

.wpcf7-response-output {
  margin: 0;
}

.custom-error {
  color: #dc3232;
}

.about-this-text {
  position: relative;
  padding: 25px 0 25px 12px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0;
  cursor: pointer;
  text-align: initial;
  color: #6b727c;
}
.about-this-text.active {
  border-bottom: none;
}
.about-this-text::before {
  content: "*";
  color: #dc3232;
  position: absolute;
  left: 0;
}
.about-this-text::after {
  content: "";
  background-image: url(./assets/images/right.svg);
  height: 11px;
  width: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: auto;
}

.about-this-option {
  text-align: initial;
}
.about-this-option .wpcf7-form-control {
  display: none;
}
.about-this-option.active {
  display: block;
  border-bottom: 1px solid #E6E6E6;
}
.about-this-option.active .wpcf7-form-control {
  display: block;
}
.about-this-option .wpcf7-list-item {
  margin: 0 0 25px 10px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .about-this-option .wpcf7-list-item {
    margin: 0 0 25px 0px;
    padding-right: 20px;
  }
}
.about-this-option .wpcf7-list-item span {
  color: #6b727c;
}
.about-this-option .wpcf7-list-item input {
  width: auto;
  margin-right: 5px;
}
.about-this-option .wpcf7-not-valid-tip {
  bottom: -25px;
  left: 10px;
  top: auto;
  position: initial;
}

#masthead .mobile-primary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#masthead .mobile-primary .search-icon {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  #masthead .mobile-primary .search-icon {
    margin-right: 20px;
  }
}
#masthead .search-form {
  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;
  align-items: center;
}
#masthead .search-form input {
  padding: 10px 10px 10px 10px;
  border-bottom: none;
  width: 100%;
}
#masthead .search-form input.search-submit {
  cursor: pointer;
  width: fit-content;
  padding: 10px 0;
  display: none;
}
#masthead .search-form label {
  display: none;
}
#masthead .search-form-container {
  -moz-transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  -o-transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  -webkit-transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  position: absolute;
  right: 30px;
  left: 30px;
  top: 190px;
}
@media (max-width: 767px) {
  #masthead .search-form-container {
    top: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #masthead .search-form-container {
    right: 90px;
    left: 90px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #masthead .search-form-container {
    right: 90px;
    left: 90px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  #masthead .search-form-container {
    right: 90px;
    left: 90px;
  }
}
#masthead .search-form-container .search-field {
  border: 2px solid #FDC300;
  background-color: #ffffff;
  padding: 15px 70px 15px 20px;
  line-height: normal;
}
#masthead .search-form-container.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -70px);
  -moz-transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  -o-transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  -webkit-transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
  transition: opacity 500ms ease-in, transform 500ms ease-in, visibility 500ms ease-in;
}
#masthead .search-error {
  color: #dc3232;
}
#masthead .close-search {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FDC300;
  border: 2px solid #FDC300;
  padding: 15px 20px;
  cursor: pointer;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: normal;
}
#masthead .close-search:hover {
  background-color: #0093B2;
  border: 2px solid #0093B2;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#masthead .close-search .svg-icon {
  filter: invert(1);
}
@media (max-width: 767px) {
  #masthead .close-search .svg-icon {
    width: 14px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #masthead .close-search .svg-icon {
    width: 14px;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #masthead .close-search .svg-icon {
    width: 14px;
    height: auto;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**************************
 * Page Intro
 * ************************/
.search-results .page-message {
  margin-top: -144px;
}
@media (max-width: 767px) {
  .search-results .page-message {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .search-results .page-message {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .search-results .page-message {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .search-results .page-message {
    margin-top: -100px;
  }
}
.search-results .page-message .container {
  padding-top: 144px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .search-results .page-message .container {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .search-results .page-message .container {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .search-results .page-message .container {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .search-results .page-message .container {
    max-width: 95%;
    padding: 100px 60px 0 60px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .search-results .page-message .container {
    max-width: 95%;
    padding: 100px 60px 0 60px;
  }
}
.search-results .page-message .container .news-post__item {
  margin-bottom: 0;
}
.search-results .page-message .container .news-post__item .news-post__title {
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 15px;
}
.search-results .page-message .container .news-post__item p, .search-results .page-message .container .news-post__item span {
  font-size: 15px;
  line-height: 18px;
}
.search-results .page-message .container .news-post__item .h-readmore {
  margin-top: 15px;
}
.search-results .search-title {
  color: #000000;
}
.search-results .tab-arrows .slick-arrow.slick-next {
  right: 0;
  top: 30px;
}
.search-results .tab-arrows .slick-arrow.slick-prev {
  left: 0;
  top: 30px;
  display: none !important;
}

.container {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .container {
    padding: 0 90px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .container {
    padding: 0 90px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .container {
    padding: 0 20px;
  }
}
.container--middle {
  max-width: 1310px;
}
@media (min-width: 320px) and (max-width: 370px) {
  .container--middle {
    padding: 0 20px;
  }
}
.container--sm {
  max-width: 880px;
}
@media (min-width: 320px) and (max-width: 370px) {
  .container--sm {
    padding: 0 20px;
  }
}
.container--min {
  max-width: 600px;
}
@media (min-width: 320px) and (max-width: 370px) {
  .container--min {
    padding: 0 20px;
  }
}
.container--xsm {
  max-width: 700px;
}
@media (min-width: 320px) and (max-width: 370px) {
  .container--xsm {
    padding: 0 20px;
  }
}
.container--md {
  max-width: 1200px;
}
@media (min-width: 320px) and (max-width: 370px) {
  .container--md {
    padding: 0 20px;
  }
}
.container--largemd {
  max-width: 1320px;
}
@media (min-width: 320px) and (max-width: 370px) {
  .container--largemd {
    padding: 0 20px;
  }
}

.xs_container {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 370px) {
  .xs_container {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .xs_container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .xs_container {
    padding: 0 30px;
  }
}

.ptb-144 {
  padding: 144px 0;
  margin: 0 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ptb-144 {
    padding: 100px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .ptb-144 {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ptb-144 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ptb-144 {
    padding: 80px 0;
  }
}

.mtb-144 {
  margin: 0 0;
  margin: 144px 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .mtb-144 {
    margin: 100px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .mtb-144 {
    margin: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mtb-144 {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .mtb-144 {
    margin: 80px 0;
  }
}

.mb-144 {
  padding-bottom: 0;
  margin-bottom: 144px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .mb-144 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .mb-144 {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mb-144 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-144 {
    margin-bottom: 80px;
  }
}

.pb-144 {
  padding-bottom: 144px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pb-144 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .pb-144 {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pb-144 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-144 {
    padding-bottom: 80px;
  }
}

.mt-144 {
  margin-top: 144px;
  padding-top: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .mt-144 {
    margin-top: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .mt-144 {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mt-144 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mt-144 {
    margin-top: 80px;
  }
}

.pt-144 {
  padding-top: 144px;
  margin-top: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pt-144 {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .pt-144 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pt-144 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-144 {
    padding-top: 80px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50_xs-30 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mb-50_xs-30 {
    margin-bottom: 30px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

.mtb-240 {
  margin: 240px 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .mtb-240 {
    margin: 140px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .mtb-240 {
    margin: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mtb-240 {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .mtb-240 {
    margin: 80px 0;
  }
}

.prl-140 {
  padding-right: 140px;
  padding-left: 140px;
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .prl-140 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .prl-140 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .prl-140 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .prl-140 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .prl-140 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .prl-140 {
    padding-right: 0;
    padding-left: 0;
  }
}

/*::-webkit-scrollbar
{
	width: 9px;
	background-color: palette(mono, grey);
}

::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	background-color: palette(mono, base);
}

::-webkit-scrollbar-track
{
	background-color: palette(mono, grey);
}
*/
.btn {
  border: 0;
  box-sizing: border-box;
  padding: 16px 32px;
  color: #ffffff;
  background-color: #000000;
  font-size: 13px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  font-family: "UntitledMedium" !important;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn {
    padding: 14px 28px;
    font-size: 10px;
    line-height: 16px;
  }
}
.btn--large {
  padding: 27px 94px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .btn--large {
    padding: 20px 70px;
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .btn--large {
    padding: 22px 80px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .btn--large {
    padding: 20px 75px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn--large {
    padding: 18px 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .btn--large {
    padding: 11px 45px;
    text-align: center;
  }
}
.btn--white {
  color: #000000;
  background-color: #ffffff;
}
.btn--yellow {
  background-color: #FDC300;
  color: #000000;
}
.btn--blue {
  color: #ffffff;
  background-color: #0093B2;
}
.btn--small {
  padding: 12px 21px;
}
.btn--outline {
  background-color: transparent;
  border: 0.75px solid #0093B2;
  color: #000000;
}
@media (max-width: 767px) {
  .btn--outline {
    width: 100%;
  }
}
.btn--outline--download::after {
  content: "";
  background-image: url("./assets/images/download.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 44px;
  left: auto;
}
@media (max-width: 767px) {
  .btn--outline--download::after {
    right: 13px;
  }
}
.btn--outline--white {
  color: #ffffff;
}
.btn--mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .btn--mb-90 {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn--mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .btn--mb-90 {
    margin-bottom: 60px;
  }
}

.banner-caption {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5px 15px 10px 15px;
  cursor: auto;
}
.banner-caption:hover {
  color: #ffffff;
}

button.btn-small {
  width: auto;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
button.btn-small svg {
  margin-left: 5px;
}

.buttons {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  .buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .buttons {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.buttons .btn {
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .buttons .btn {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .buttons .btn {
    margin: 10px 10px;
  }
}

.btn--arrow {
  position: relative;
}
.btn--arrow::before {
  content: "";
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: auto;
  right: 27px;
}

.btn--right::before {
  background-image: url("./assets/images/right.svg");
}
.btn--right:hover::before {
  right: 22px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn--left::before {
  background-image: url("./assets/images/left.svg");
}
.btn--left:hover::before {
  right: 22px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn--download::before {
  background-image: url("./assets/images/download.svg");
  width: 11px;
}
.btn--download:hover::before {
  right: 22px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrow-white::before {
  filter: invert(1);
}

.btn--border-white {
  border-color: #ffffff;
}

.slick-arrow {
  z-index: 9999;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  width: 48px;
  height: 48px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  content: "";
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -94px;
  background-image: url("./assets/images/arrow-circle-black-left.svg");
}
.slick-arrow.slick-prev:hover {
  background-image: url("./assets/images/arrow-circle-grey-left.svg");
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-arrow.slick-next {
  right: -94px;
  background-image: url("./assets/images/arrow-circle-black-right.svg");
}
.slick-arrow.slick-next:hover {
  background-image: url("./assets/images/arrow-circle-grey-right.svg");
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots {
  bottom: 90px;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slick-dots {
    bottom: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .slick-dots {
    bottom: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .slick-dots {
    bottom: 50px;
  }
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
.slick-dots li button {
  background-color: #ffffff;
  padding: 0;
  height: 1px;
  width: 240px;
}
@media (max-width: 767px) {
  .slick-dots li button {
    width: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slick-dots li button {
    width: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .slick-dots li button {
    width: 150px;
  }
}
.slick-dots li button::before {
  content: "";
}
.slick-dots li.slick-active button {
  height: 3px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.breadcrumbs .breadcrumbs-arrow {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.breadcrumbs .breadcrumbs-arrow a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.breadcrumbs hr {
  margin: 15px 0;
  width: 32px;
  height: 1px;
  border: 0;
  background-color: #000000;
  opacity: 0.4;
}
.breadcrumbs img {
  cursor: pointer;
}
.breadcrumbs .prev-arrow::after, .breadcrumbs .next-arrow::after {
  content: "";
  background-image: url("./assets/images/back.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  height: 10px;
}
.breadcrumbs .prev-arrow::after {
  background-image: url("./assets/images/back.svg");
}
.breadcrumbs .next-arrow::after {
  background-image: url("./assets/images/next.svg");
}

.ceo-message .breadcrumbs .breadcrumbs-arrow a {
  margin-bottom: 16px;
}
.ceo-message .breadcrumbs .prev-arrow::after, .ceo-message .breadcrumbs .next-arrow::after {
  width: 32px;
  height: 32px;
}
.ceo-message .breadcrumbs .prev-arrow::after {
  background-image: url("./assets/images/left-arrow.svg");
}
.ceo-message .breadcrumbs .next-arrow::after {
  background-image: url("./assets/images/right-arrow.svg");
}
.ceo-message .breadcrumbs .breadcrumbs-arrow-down {
  margin: -40px 0px 70px 0;
  cursor: auto;
}

.arrow-links {
  position: relative;
  display: block;
  margin: 25px 0 25px 0;
  color: #A7A9AC;
}
.arrow-links::after {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  background-image: url("./assets/images/arrow-circle-grey-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
  width: 48px;
  height: 48px;
  left: auto;
}
@media (max-width: 767px) {
  .arrow-links::after {
    width: 32px;
    height: 32px;
  }
}
.arrow-links:hover::after {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("./assets/images/arrow-circle-dark-gray-right.svg");
}

.arrow-links--white::after {
  background-image: url("./assets/images/arrow-circle-black-right.svg");
}
.arrow-links--white:hover::after {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("./assets/images/bg_white_Right.svg");
}

.tab-arrows .slick-arrow.slick-prev {
  background-image: url("./assets/images/arrow-circle-grey-left.svg");
  left: 46px;
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .tab-arrows .slick-arrow.slick-prev {
    left: -46px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .tab-arrows .slick-arrow.slick-prev {
    left: -25px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-arrows .slick-arrow.slick-prev {
    left: -20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .tab-arrows .slick-arrow.slick-prev {
    left: -15px;
    width: 30px;
    height: 30px;
  }
}
.tab-arrows .slick-arrow.slick-prev:hover {
  background-image: url("./assets/images/arrow-circle-grey-left.svg");
  background-color: #E6E6E6;
}
.tab-arrows .slick-arrow.slick-next {
  background-image: url("./assets/images/arrow-circle-grey-right.svg");
  right: 46px;
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .tab-arrows .slick-arrow.slick-next {
    right: -46px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .tab-arrows .slick-arrow.slick-next {
    right: -25px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-arrows .slick-arrow.slick-next {
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .tab-arrows .slick-arrow.slick-next {
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.tab-arrows .slick-arrow.slick-next:hover {
  background-image: url("./assets/images/arrow-circle-grey-right.svg");
  background-color: #E6E6E6;
}

/*****************
TOOLTIP
****************/
.tooltip-grid {
  position: relative;
  display: inline-flex;
}
.tooltip-grid .tooltip {
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  background-color: #f0f0f0;
  transform: translate(100%, -50%);
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .tooltip-grid .tooltip {
    transform: translate(50%, 100%);
    top: auto;
    right: auto;
    bottom: 0;
    max-width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tooltip-grid .tooltip {
    transform: translate(0, -100%);
    right: 0;
    max-width: 200px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .tooltip-grid .tooltip {
    transform: translate(100%, -50%);
    right: 0;
    max-width: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .tooltip-grid .tooltip {
    transform: translate(100%, -50%);
    right: 0;
    max-width: 220px;
  }
}
.tooltip-grid .tooltip-link {
  margin-bottom: 0;
  padding: 7px 0;
  border-bottom: 1px solid #E6E6E6;
  font-size: 13px;
}
@media (max-width: 767px) {
  .tooltip-grid .tooltip-link {
    font-size: 10px;
    padding: 2px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tooltip-grid .tooltip-link {
    font-size: 10px;
    padding: 3px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .tooltip-grid .tooltip-link {
    font-size: 10px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .tooltip-grid .tooltip-link {
    font-size: 12px;
    padding: 3px 0;
  }
}
.tooltip-grid .tooltip:hover {
  opacity: 1;
  visibility: visible;
}
.tooltip-grid .link-text:hover + .tooltip {
  opacity: 1;
  visibility: visible;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*************************
 * Pagination
 * **********************/
#border-pagination {
  margin-top: 40px;
  padding: 0;
  text-align: center;
}
#border-pagination li {
  display: inline;
  cursor: pointer;
  color: #000000;
  padding: 5px 10px;
  border: 1px solid #D2D3D4;
}
#border-pagination li.active {
  background-color: #FDC300;
  color: #000000;
  border: 1px solid #FDC300;
  pointer-events: none;
}
#border-pagination li:hover:not(.active) {
  background: #D2D3D4;
}

header {
  background-color: #071D49;
  padding: 19px 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  z-index: 9999999;
  position: relative;
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
}
header .site-title {
  display: none;
}
header .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 767px) {
  header .header-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu .menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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 .header-menu .menu-item, header .header-menu .menu-open {
  margin: 0 0 0 40px;
  color: #ffffff;
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  header .header-menu .menu-item, header .header-menu .menu-open {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  header .header-menu .menu-item, header .header-menu .menu-open {
    margin: 0 0 0 25px;
  }
}
header .header-menu .menu-item a, header .header-menu .menu-open a {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "UntitledMedium";
}
@media (min-width: 1200px) and (max-width: 1599px) {
  header .header-menu .menu-item a, header .header-menu .menu-open a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  header .header-menu .menu-item a, header .header-menu .menu-open a {
    font-size: 13px;
  }
}
header .header-menu .menu-open {
  cursor: pointer;
}
header ul {
  list-style: none;
  padding: 0;
}
header ul a {
  color: #ffffff;
}
header .expand-menus {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  text-align: center;
  padding-top: 120px;
  margin: 0 auto;
}
header .expand-menus.active {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  min-height: 100vh;
}
header .expand-menus .site-logo {
  position: absolute;
  top: 0;
  left: 0;
}
header .expand-menus .expand-menu-container {
  max-width: 1080px;
  margin: 0 auto;
}
header .expand-menu {
  display: block;
  margin-top: 50px;
}
@media (max-width: 767px) {
  header .expand-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .expand-menu {
    display: none;
  }
}
header .expand-menu .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .expand-menu .sub-menu .menu-item {
  padding-bottom: 0;
}
header .expand-menu .sub-menu .menu-item::after {
  content: "/";
  padding: 0 5px;
  color: #ffffff;
}
header .expand-menu .sub-menu .menu-item:last-child::after {
  content: "";
}
header .mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  header .mobile-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .mobile-menu {
    display: block;
  }
}
header .mobile-menu .menu-item.active .sub-menu {
  display: block;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .mobile-menu .menu-item.active .sub-menu-toggle::after {
  transform: rotate(180deg);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  header .mobile-menu .menu-open-mobile {
    width: 36px;
  }
}
header .mobile-menus {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
header .mobile-menus.active {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  position: relative;
  height: 100vh;
  text-align: center;
  margin-top: 50px;
}
header .mobile-menus.active .sub-menu-toggle {
  display: contents;
}
header .mobile-menus.active .sub-menu-toggle::after {
  content: url(./assets/images/down-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 18px;
  right: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .mobile-menus.active .sub-menu-toggle span {
  display: none;
}
header .mobile-menus.active a {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.24px;
  font-family: "Feijoa";
}
@media (min-width: 320px) and (max-width: 370px) {
  header .mobile-menus.active a {
    font-size: 20px;
  }
}
header .mobile-menus.active .mobile-menu-container {
  margin-top: 20px;
}
header .mobile-menus.active .mobile-menu-container ul {
  padding: 0 10px;
}
header .mobile-menus.active .sub-menu {
  margin-bottom: 20px;
  display: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .mobile-menus.active .sub-menu .menu-item {
  margin-bottom: 0;
}
header .mobile-menus.active .sub-menu .menu-item a {
  font-size: 15px;
  line-height: 18px;
  font-family: "UntitledRegular";
}
header .site-logo {
  width: 196px;
}
@media (max-width: 767px) {
  header .site-logo {
    width: 127px;
  }
}
header.sticky {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  padding: 15px 0px;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/******************
 * FOOTER
 *****************/
.footer, footer {
  background-color: #071D49;
}
.footer .widget img, footer .widget img {
  width: 100%;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .footer .widget img, footer .widget img {
    width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .widget img, footer .widget img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .footer .widget a, footer .widget a {
    font-size: 13px;
    line-height: 15px;
  }
}
.footer .widget-title, footer .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "UntitledMedium";
  font-weight: normal;
  line-height: 20px;
  margin-top: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .widget-title, footer .widget-title {
    margin-top: 0;
    font-size: 10px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .widget-title, footer .widget-title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer .menu, footer .menu {
    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;
  }
}
@media (max-width: 767px) {
  .footer .menu li, footer .menu li {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.footer ul, .footer li, footer ul, footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer a, footer a {
  color: #0093B2;
}
.footer.copyright-footer, footer.copyright-footer {
  padding: 0 0 15px 0;
}
.footer.copyright-footer .footer-copyright, footer.copyright-footer .footer-copyright {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .footer.copyright-footer .footer-copyright, footer.copyright-footer .footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer.copyright-footer .footer-copyright, footer.copyright-footer .footer-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer.copyright-footer .footer-copyright, footer.copyright-footer .footer-copyright {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .footer.copyright-footer .footer-copyright .privcy-police, footer.copyright-footer .footer-copyright .privcy-police {
    padding-left: 0;
  }
}
.footer.copyright-footer .copyright-text .menu, footer.copyright-footer .copyright-text .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 767px) {
  .footer.copyright-footer .copyright-text .menu, footer.copyright-footer .copyright-text .menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer.copyright-footer .copyright-text .menu, footer.copyright-footer .copyright-text .menu {
    display: block;
  }
}
.footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item, footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item {
  margin-left: 38px;
}
@media (max-width: 767px) {
  .footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item, footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item {
    margin-left: 0;
    line-height: 1;
    text-align: right;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item, footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item {
    margin-left: 0;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
  }
}
.footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item a, footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item a {
  font-family: "UntitledMedium";
  font-size: 15px;
  color: #ffffff;
  opacity: 0.3;
  text-transform: uppercase;
}
.footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item a:hover, footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item a, footer.copyright-footer .copyright-text #menu-copyright-footer-menu .menu-item a {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .footer.copyright-footer .social-menu, footer.copyright-footer .social-menu {
    padding-right: 0;
  }
}
.footer.copyright-footer .social-menu .social-icons a, footer.copyright-footer .social-menu .social-icons a {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .footer.copyright-footer .social-menu .social-icons a, footer.copyright-footer .social-menu .social-icons a {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer.copyright-footer .social-menu .social-icons a, footer.copyright-footer .social-menu .social-icons a {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer.copyright-footer .social-menu .social-icons img, footer.copyright-footer .social-menu .social-icons img {
    width: 24px;
  }
}
.footer.copyright-footer .bottom-text, footer.copyright-footer .bottom-text {
  text-align: center;
  margin-top: 30px;
}
.footer.copyright-footer .bottom-text p, footer.copyright-footer .bottom-text p {
  opacity: 0.3;
  color: #ffffff;
  margin: 0 auto 25px auto;
}
@media (max-width: 767px) {
  .footer.copyright-footer .bottom-text p br, footer.copyright-footer .bottom-text p br {
    display: none;
  }
}
.footer.copyright-footer .bottom-text .footer-bottom-logo img, footer.copyright-footer .bottom-text .footer-bottom-logo img {
  margin: 0 18px;
}
.footer section, footer section {
  margin-bottom: 0;
}

.footer {
  padding: 90px 0 55px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 50px 0 20px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer {
    padding: 55px 0 55px 0;
  }
}
.footer .menu-item a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .menu-item a:hover {
  color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .footer .container {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .container section {
  padding-right: 90px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .container section {
    padding-right: 0;
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .footer .container section {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer .container section {
    padding-right: 0;
    width: 25%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer .container section {
    border-bottom: 1px solid #435475;
    padding-bottom: 15px;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.footer .container section.widget_media_image img {
  width: 196px;
}
@media (max-width: 767px) {
  .footer .container section.widget_media_image img {
    width: 127px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .container section.widget_media_image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer .container section.widget_media_image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .container section ul li {
    padding-bottom: 10px;
  }
}

.scroll-top.desktop {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .scroll-top.desktop {
    top: 10px;
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .scroll-top.desktop {
    top: 20px;
    right: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .scroll-top.desktop {
    right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .scroll-top.desktop {
    right: 90px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .scroll-top.desktop {
    right: 90px;
  }
}
@media (max-width: 767px) {
  .scroll-top img {
    width: 36px;
    height: 36px;
  }
}
.scroll-top .scroll-icon {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
.scroll-top .scroll-icon:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #A7A9AC;
}

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

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

.align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.html-style .desktop-header, .html-style .site-content, .html-style .footer, .html-style footer {
  display: none;
}
.html-style body {
  background-color: #071D49;
}

.expand-menu > .menu-item, .mobile-menu > .menu-item {
  border-top: 1px solid #435475;
  padding-top: 10px;
}
.expand-menu > .menu-item:first-child, .mobile-menu > .menu-item:first-child {
  border: none;
}
.expand-menu > .menu-item a, .mobile-menu > .menu-item a {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.72px;
  color: #0093B2;
  font-family: "Feijoa";
}
.expand-menu .sub-menu-toggle, .mobile-menu .sub-menu-toggle {
  display: none;
}
.expand-menu .sub-menu li, .mobile-menu .sub-menu li {
  padding: 0;
}
.expand-menu .sub-menu li a, .mobile-menu .sub-menu li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-family: "UntitledRegular";
}
.expand-menu .sub-menu li a:hover, .mobile-menu .sub-menu li a:hover {
  color: #0093B2;
}

.menu-close {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

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

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

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

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

.responsive-image {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-x-hidden {
  overflow-x: hidden;
}

.u-overflow-y-hidden {
  overflow-y: hidden;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border {
  border: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mlr {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .mlr {
    margin: 0 15px;
  }
}

/* vertical margins */
.margin-top--md {
  margin-top: var(--space-md);
}

.margin-top--sm {
  margin-top: var(--space-sm);
}

.margin-top--lg {
  margin-top: var(--space-lg);
}

.margin-top--xl {
  margin-top: var(--space-xl);
}

.margin-top--xxl {
  margin-top: var(--space-xxl);
}

.margin-bottom--sm {
  margin-bottom: var(--space-sm);
}

.margin-bottom--lg {
  margin-bottom: var(--space-lg);
}

.margin-bottom--xl {
  margin-bottom: var(--space-xl);
}

.margin-bottom--xxl {
  margin-bottom: var(--space-xxl);
}

.mr-md {
  margin-right: 16px;
}

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.no-results,
.edit-link,
.entry-title,
.entry-header {
  display: none;
}

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
.grid--padding {
  padding: 0 20px;
}
.grid--item-center {
  align-items: center;
}
.grid--space-between {
  justify-content: space-between;
}

[class~=grid],
[class*=grid-],
[class*=grid_] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-right: -20px;
}

[class~=col],
[class*=col-],
[class*=col_] {
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 100%;
}

[class~=col],
[class*=col_] {
  flex: 1 1 0%;
}

[class*=col-] {
  flex: none;
}

[class~=grid][class~=col],
[class~=grid][class*=col-],
[class~=grid][class*=col_],
[class*=grid-][class~=col],
[class*=grid-][class*=col-],
[class*=grid-][class*=col_],
[class*=grid_][class~=col],
[class*=grid_][class*=col-],
[class*=grid_][class*=col_] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=grid-][class*=-noGutter] {
  margin: 0;
}
[class*=grid-][class*=-noGutter] > [class~=col],
[class*=grid-][class*=-noGutter] > [class*=col-] {
  padding: 0;
}
[class*=grid-][class*=-noWrap] {
  flex-wrap: nowrap;
}
[class*=grid-][class*=-center] {
  justify-content: center;
}
[class*=grid-][class*=-right] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*=grid-][class*=-top] {
  align-items: flex-start;
}
[class*=grid-][class*=-middle] {
  align-items: center;
}
[class*=grid-][class*=-bottom] {
  align-items: flex-end;
}
[class*=grid-][class*=-reverse] {
  flex-direction: row-reverse;
}
[class*=grid-][class*=-column] {
  flex-direction: column;
}
[class*=grid-][class*=-column] > [class*=col-] {
  flex-basis: auto;
}
[class*=grid-][class*=-column-reverse] {
  flex-direction: column-reverse;
}
[class*=grid-][class*=-spaceBetween] {
  justify-content: space-between;
}
[class*=grid-][class*=-spaceAround] {
  justify-content: space-around;
}
[class*=grid-][class*=-equalHeight] > [class~=col], [class*=grid-][class*=-equalHeight] > [class*=col-], [class*=grid-][class*=-equalHeight] > [class*=col_] {
  align-self: stretch;
}
[class*=grid-][class*=-equalHeight] > [class~=col] > *, [class*=grid-][class*=-equalHeight] > [class*=col-] > *, [class*=grid-][class*=-equalHeight] > [class*=col_] > * {
  height: 100%;
}
[class*=grid-][class*=-noBottom] > [class~=col], [class*=grid-][class*=-noBottom] > [class*=col-], [class*=grid-][class*=-noBottom] > [class*=col_] {
  padding-bottom: 0;
}

[class*=col-][class*=-top] {
  align-self: flex-start;
}
[class*=col-][class*=-middle] {
  align-self: center;
}
[class*=col-][class*=-bottom] {
  align-self: flex-end;
}
[class*=col-][class*=-first] {
  order: -1;
}
[class*=col-][class*=-last] {
  order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*=grid-1] > [class~=col],
[class*=grid-1] > [class*=col-],
[class*=grid-1] > [class*=col_] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*=grid-2] > [class~=col],
[class*=grid-2] > [class*=col-],
[class*=grid-2] > [class*=col_] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*=grid-3] > [class~=col],
[class*=grid-3] > [class*=col-],
[class*=grid-3] > [class*=col_] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*=grid-4] > [class~=col],
[class*=grid-4] > [class*=col-],
[class*=grid-4] > [class*=col_] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*=grid-5] > [class~=col],
[class*=grid-5] > [class*=col-],
[class*=grid-5] > [class*=col_] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*=grid-6] > [class~=col],
[class*=grid-6] > [class*=col-],
[class*=grid-6] > [class*=col_] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*=grid-7] > [class~=col],
[class*=grid-7] > [class*=col-],
[class*=grid-7] > [class*=col_] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*=grid-8] > [class~=col],
[class*=grid-8] > [class*=col-],
[class*=grid-8] > [class*=col_] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*=grid-9] > [class~=col],
[class*=grid-9] > [class*=col-],
[class*=grid-9] > [class*=col_] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*=grid-10] > [class~=col],
[class*=grid-10] > [class*=col-],
[class*=grid-10] > [class*=col_] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*=grid-11] > [class~=col],
[class*=grid-11] > [class*=col-],
[class*=grid-11] > [class*=col_] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*=grid-12] > [class~=col],
[class*=grid-12] > [class*=col-],
[class*=grid-12] > [class*=col_] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 80em) {
  [class*=_lg-1] > [class~=col],
[class*=_lg-1] > [class*=col-],
[class*=_lg-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_lg-2] > [class~=col],
[class*=_lg-2] > [class*=col-],
[class*=_lg-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_lg-3] > [class~=col],
[class*=_lg-3] > [class*=col-],
[class*=_lg-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_lg-4] > [class~=col],
[class*=_lg-4] > [class*=col-],
[class*=_lg-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_lg-5] > [class~=col],
[class*=_lg-5] > [class*=col-],
[class*=_lg-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_lg-6] > [class~=col],
[class*=_lg-6] > [class*=col-],
[class*=_lg-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_lg-7] > [class~=col],
[class*=_lg-7] > [class*=col-],
[class*=_lg-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_lg-8] > [class~=col],
[class*=_lg-8] > [class*=col-],
[class*=_lg-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_lg-9] > [class~=col],
[class*=_lg-9] > [class*=col-],
[class*=_lg-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_lg-10] > [class~=col],
[class*=_lg-10] > [class*=col-],
[class*=_lg-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_lg-11] > [class~=col],
[class*=_lg-11] > [class*=col-],
[class*=_lg-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_lg-12] > [class~=col],
[class*=_lg-12] > [class*=col-],
[class*=_lg-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 64em) {
  [class*=_md-1] > [class~=col],
[class*=_md-1] > [class*=col-],
[class*=_md-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_md-2] > [class~=col],
[class*=_md-2] > [class*=col-],
[class*=_md-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_md-3] > [class~=col],
[class*=_md-3] > [class*=col-],
[class*=_md-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_md-4] > [class~=col],
[class*=_md-4] > [class*=col-],
[class*=_md-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_md-5] > [class~=col],
[class*=_md-5] > [class*=col-],
[class*=_md-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_md-6] > [class~=col],
[class*=_md-6] > [class*=col-],
[class*=_md-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_md-7] > [class~=col],
[class*=_md-7] > [class*=col-],
[class*=_md-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_md-8] > [class~=col],
[class*=_md-8] > [class*=col-],
[class*=_md-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_md-9] > [class~=col],
[class*=_md-9] > [class*=col-],
[class*=_md-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_md-10] > [class~=col],
[class*=_md-10] > [class*=col-],
[class*=_md-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_md-11] > [class~=col],
[class*=_md-11] > [class*=col-],
[class*=_md-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_md-12] > [class~=col],
[class*=_md-12] > [class*=col-],
[class*=_md-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 48em) {
  [class*=_sm-1] > [class~=col],
[class*=_sm-1] > [class*=col-],
[class*=_sm-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_sm-2] > [class~=col],
[class*=_sm-2] > [class*=col-],
[class*=_sm-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_sm-3] > [class~=col],
[class*=_sm-3] > [class*=col-],
[class*=_sm-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_sm-4] > [class~=col],
[class*=_sm-4] > [class*=col-],
[class*=_sm-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_sm-5] > [class~=col],
[class*=_sm-5] > [class*=col-],
[class*=_sm-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_sm-6] > [class~=col],
[class*=_sm-6] > [class*=col-],
[class*=_sm-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_sm-7] > [class~=col],
[class*=_sm-7] > [class*=col-],
[class*=_sm-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_sm-8] > [class~=col],
[class*=_sm-8] > [class*=col-],
[class*=_sm-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_sm-9] > [class~=col],
[class*=_sm-9] > [class*=col-],
[class*=_sm-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_sm-10] > [class~=col],
[class*=_sm-10] > [class*=col-],
[class*=_sm-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_sm-11] > [class~=col],
[class*=_sm-11] > [class*=col-],
[class*=_sm-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_sm-12] > [class~=col],
[class*=_sm-12] > [class*=col-],
[class*=_sm-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 36em) {
  [class*=_xs-1] > [class~=col],
[class*=_xs-1] > [class*=col-],
[class*=_xs-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_xs-2] > [class~=col],
[class*=_xs-2] > [class*=col-],
[class*=_xs-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_xs-3] > [class~=col],
[class*=_xs-3] > [class*=col-],
[class*=_xs-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_xs-4] > [class~=col],
[class*=_xs-4] > [class*=col-],
[class*=_xs-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_xs-5] > [class~=col],
[class*=_xs-5] > [class*=col-],
[class*=_xs-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_xs-6] > [class~=col],
[class*=_xs-6] > [class*=col-],
[class*=_xs-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_xs-7] > [class~=col],
[class*=_xs-7] > [class*=col-],
[class*=_xs-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_xs-8] > [class~=col],
[class*=_xs-8] > [class*=col-],
[class*=_xs-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_xs-9] > [class~=col],
[class*=_xs-9] > [class*=col-],
[class*=_xs-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_xs-10] > [class~=col],
[class*=_xs-10] > [class*=col-],
[class*=_xs-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_xs-11] > [class~=col],
[class*=_xs-11] > [class*=col-],
[class*=_xs-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_xs-12] > [class~=col],
[class*=_xs-12] > [class*=col-],
[class*=_xs-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class~=grid] > [class*=col-1],
[class*=grid-] > [class*=col-1],
[class*=grid_] > [class*=col-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~=grid] > [class*=col-2],
[class*=grid-] > [class*=col-2],
[class*=grid_] > [class*=col-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~=grid] > [class*=col-3],
[class*=grid-] > [class*=col-3],
[class*=grid_] > [class*=col-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~=grid] > [class*=col-4],
[class*=grid-] > [class*=col-4],
[class*=grid_] > [class*=col-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~=grid] > [class*=col-5],
[class*=grid-] > [class*=col-5],
[class*=grid_] > [class*=col-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~=grid] > [class*=col-6],
[class*=grid-] > [class*=col-6],
[class*=grid_] > [class*=col-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~=grid] > [class*=col-7],
[class*=grid-] > [class*=col-7],
[class*=grid_] > [class*=col-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~=grid] > [class*=col-8],
[class*=grid-] > [class*=col-8],
[class*=grid_] > [class*=col-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~=grid] > [class*=col-9],
[class*=grid-] > [class*=col-9],
[class*=grid_] > [class*=col-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~=grid] > [class*=col-10],
[class*=grid-] > [class*=col-10],
[class*=grid_] > [class*=col-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~=grid] > [class*=col-11],
[class*=grid-] > [class*=col-11],
[class*=grid_] > [class*=col-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~=grid] > [class*=col-12],
[class*=grid-] > [class*=col-12],
[class*=grid_] > [class*=col-12] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~=grid] > [data-push-left*=off-0],
[class*=grid-] > [data-push-left*=off-0],
[class*=grid_] > [data-push-left*=off-0] {
  margin-left: 0;
}
[class~=grid] > [data-push-left*=off-1],
[class*=grid-] > [data-push-left*=off-1],
[class*=grid_] > [data-push-left*=off-1] {
  margin-left: 8.3333333333%;
}
[class~=grid] > [data-push-left*=off-2],
[class*=grid-] > [data-push-left*=off-2],
[class*=grid_] > [data-push-left*=off-2] {
  margin-left: 16.6666666667%;
}
[class~=grid] > [data-push-left*=off-3],
[class*=grid-] > [data-push-left*=off-3],
[class*=grid_] > [data-push-left*=off-3] {
  margin-left: 25%;
}
[class~=grid] > [data-push-left*=off-4],
[class*=grid-] > [data-push-left*=off-4],
[class*=grid_] > [data-push-left*=off-4] {
  margin-left: 33.3333333333%;
}
[class~=grid] > [data-push-left*=off-5],
[class*=grid-] > [data-push-left*=off-5],
[class*=grid_] > [data-push-left*=off-5] {
  margin-left: 41.6666666667%;
}
[class~=grid] > [data-push-left*=off-6],
[class*=grid-] > [data-push-left*=off-6],
[class*=grid_] > [data-push-left*=off-6] {
  margin-left: 50%;
}
[class~=grid] > [data-push-left*=off-7],
[class*=grid-] > [data-push-left*=off-7],
[class*=grid_] > [data-push-left*=off-7] {
  margin-left: 58.3333333333%;
}
[class~=grid] > [data-push-left*=off-8],
[class*=grid-] > [data-push-left*=off-8],
[class*=grid_] > [data-push-left*=off-8] {
  margin-left: 66.6666666667%;
}
[class~=grid] > [data-push-left*=off-9],
[class*=grid-] > [data-push-left*=off-9],
[class*=grid_] > [data-push-left*=off-9] {
  margin-left: 75%;
}
[class~=grid] > [data-push-left*=off-10],
[class*=grid-] > [data-push-left*=off-10],
[class*=grid_] > [data-push-left*=off-10] {
  margin-left: 83.3333333333%;
}
[class~=grid] > [data-push-left*=off-11],
[class*=grid-] > [data-push-left*=off-11],
[class*=grid_] > [data-push-left*=off-11] {
  margin-left: 91.6666666667%;
}

[class~=grid] > [data-push-right*=off-0],
[class*=grid-] > [data-push-right*=off-0],
[class*=grid_] > [data-push-right*=off-0] {
  margin-right: 0;
}
[class~=grid] > [data-push-right*=off-1],
[class*=grid-] > [data-push-right*=off-1],
[class*=grid_] > [data-push-right*=off-1] {
  margin-right: 8.3333333333%;
}
[class~=grid] > [data-push-right*=off-2],
[class*=grid-] > [data-push-right*=off-2],
[class*=grid_] > [data-push-right*=off-2] {
  margin-right: 16.6666666667%;
}
[class~=grid] > [data-push-right*=off-3],
[class*=grid-] > [data-push-right*=off-3],
[class*=grid_] > [data-push-right*=off-3] {
  margin-right: 25%;
}
[class~=grid] > [data-push-right*=off-4],
[class*=grid-] > [data-push-right*=off-4],
[class*=grid_] > [data-push-right*=off-4] {
  margin-right: 33.3333333333%;
}
[class~=grid] > [data-push-right*=off-5],
[class*=grid-] > [data-push-right*=off-5],
[class*=grid_] > [data-push-right*=off-5] {
  margin-right: 41.6666666667%;
}
[class~=grid] > [data-push-right*=off-6],
[class*=grid-] > [data-push-right*=off-6],
[class*=grid_] > [data-push-right*=off-6] {
  margin-right: 50%;
}
[class~=grid] > [data-push-right*=off-7],
[class*=grid-] > [data-push-right*=off-7],
[class*=grid_] > [data-push-right*=off-7] {
  margin-right: 58.3333333333%;
}
[class~=grid] > [data-push-right*=off-8],
[class*=grid-] > [data-push-right*=off-8],
[class*=grid_] > [data-push-right*=off-8] {
  margin-right: 66.6666666667%;
}
[class~=grid] > [data-push-right*=off-9],
[class*=grid-] > [data-push-right*=off-9],
[class*=grid_] > [data-push-right*=off-9] {
  margin-right: 75%;
}
[class~=grid] > [data-push-right*=off-10],
[class*=grid-] > [data-push-right*=off-10],
[class*=grid_] > [data-push-right*=off-10] {
  margin-right: 83.3333333333%;
}
[class~=grid] > [data-push-right*=off-11],
[class*=grid-] > [data-push-right*=off-11],
[class*=grid_] > [data-push-right*=off-11] {
  margin-right: 91.6666666667%;
}

@media (max-width: 80em) {
  [class~=grid] > [class*=_lg-1],
[class*=grid-] > [class*=_lg-1],
[class*=grid_] > [class*=_lg-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_lg-2],
[class*=grid-] > [class*=_lg-2],
[class*=grid_] > [class*=_lg-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_lg-3],
[class*=grid-] > [class*=_lg-3],
[class*=grid_] > [class*=_lg-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_lg-4],
[class*=grid-] > [class*=_lg-4],
[class*=grid_] > [class*=_lg-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_lg-5],
[class*=grid-] > [class*=_lg-5],
[class*=grid_] > [class*=_lg-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_lg-6],
[class*=grid-] > [class*=_lg-6],
[class*=grid_] > [class*=_lg-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_lg-7],
[class*=grid-] > [class*=_lg-7],
[class*=grid_] > [class*=_lg-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_lg-8],
[class*=grid-] > [class*=_lg-8],
[class*=grid_] > [class*=_lg-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_lg-9],
[class*=grid-] > [class*=_lg-9],
[class*=grid_] > [class*=_lg-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_lg-10],
[class*=grid-] > [class*=_lg-10],
[class*=grid_] > [class*=_lg-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_lg-11],
[class*=grid-] > [class*=_lg-11],
[class*=grid_] > [class*=_lg-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_lg-12],
[class*=grid-] > [class*=_lg-12],
[class*=grid_] > [class*=_lg-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_lg-0],
[class*=grid-] > [data-push-left*=_lg-0],
[class*=grid_] > [data-push-left*=_lg-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_lg-1],
[class*=grid-] > [data-push-left*=_lg-1],
[class*=grid_] > [data-push-left*=_lg-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-2],
[class*=grid-] > [data-push-left*=_lg-2],
[class*=grid_] > [data-push-left*=_lg-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-3],
[class*=grid-] > [data-push-left*=_lg-3],
[class*=grid_] > [data-push-left*=_lg-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_lg-4],
[class*=grid-] > [data-push-left*=_lg-4],
[class*=grid_] > [data-push-left*=_lg-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-5],
[class*=grid-] > [data-push-left*=_lg-5],
[class*=grid_] > [data-push-left*=_lg-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-6],
[class*=grid-] > [data-push-left*=_lg-6],
[class*=grid_] > [data-push-left*=_lg-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_lg-7],
[class*=grid-] > [data-push-left*=_lg-7],
[class*=grid_] > [data-push-left*=_lg-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-8],
[class*=grid-] > [data-push-left*=_lg-8],
[class*=grid_] > [data-push-left*=_lg-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-9],
[class*=grid-] > [data-push-left*=_lg-9],
[class*=grid_] > [data-push-left*=_lg-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_lg-10],
[class*=grid-] > [data-push-left*=_lg-10],
[class*=grid_] > [data-push-left*=_lg-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-11],
[class*=grid-] > [data-push-left*=_lg-11],
[class*=grid_] > [data-push-left*=_lg-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_lg-0],
[class*=grid-] > [data-push-right*=_lg-0],
[class*=grid_] > [data-push-right*=_lg-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_lg-1],
[class*=grid-] > [data-push-right*=_lg-1],
[class*=grid_] > [data-push-right*=_lg-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-2],
[class*=grid-] > [data-push-right*=_lg-2],
[class*=grid_] > [data-push-right*=_lg-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-3],
[class*=grid-] > [data-push-right*=_lg-3],
[class*=grid_] > [data-push-right*=_lg-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_lg-4],
[class*=grid-] > [data-push-right*=_lg-4],
[class*=grid_] > [data-push-right*=_lg-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-5],
[class*=grid-] > [data-push-right*=_lg-5],
[class*=grid_] > [data-push-right*=_lg-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-6],
[class*=grid-] > [data-push-right*=_lg-6],
[class*=grid_] > [data-push-right*=_lg-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_lg-7],
[class*=grid-] > [data-push-right*=_lg-7],
[class*=grid_] > [data-push-right*=_lg-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-8],
[class*=grid-] > [data-push-right*=_lg-8],
[class*=grid_] > [data-push-right*=_lg-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-9],
[class*=grid-] > [data-push-right*=_lg-9],
[class*=grid_] > [data-push-right*=_lg-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_lg-10],
[class*=grid-] > [data-push-right*=_lg-10],
[class*=grid_] > [data-push-right*=_lg-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-11],
[class*=grid-] > [data-push-right*=_lg-11],
[class*=grid_] > [data-push-right*=_lg-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_lg-first],
[class*=grid-] [class*=_lg-first],
[class*=grid_] [class*=_lg-first] {
    order: -1;
  }
  [class~=grid] [class*=_lg-last],
[class*=grid-] [class*=_lg-last],
[class*=grid_] [class*=_lg-last] {
    order: 1;
  }
}
@media (max-width: 64em) {
  [class~=grid] > [class*=_md-1],
[class*=grid-] > [class*=_md-1],
[class*=grid_] > [class*=_md-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_md-2],
[class*=grid-] > [class*=_md-2],
[class*=grid_] > [class*=_md-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_md-3],
[class*=grid-] > [class*=_md-3],
[class*=grid_] > [class*=_md-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_md-4],
[class*=grid-] > [class*=_md-4],
[class*=grid_] > [class*=_md-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_md-5],
[class*=grid-] > [class*=_md-5],
[class*=grid_] > [class*=_md-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_md-6],
[class*=grid-] > [class*=_md-6],
[class*=grid_] > [class*=_md-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_md-7],
[class*=grid-] > [class*=_md-7],
[class*=grid_] > [class*=_md-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_md-8],
[class*=grid-] > [class*=_md-8],
[class*=grid_] > [class*=_md-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_md-9],
[class*=grid-] > [class*=_md-9],
[class*=grid_] > [class*=_md-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_md-10],
[class*=grid-] > [class*=_md-10],
[class*=grid_] > [class*=_md-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_md-11],
[class*=grid-] > [class*=_md-11],
[class*=grid_] > [class*=_md-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_md-12],
[class*=grid-] > [class*=_md-12],
[class*=grid_] > [class*=_md-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_md-0],
[class*=grid-] > [data-push-left*=_md-0],
[class*=grid_] > [data-push-left*=_md-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_md-1],
[class*=grid-] > [data-push-left*=_md-1],
[class*=grid_] > [data-push-left*=_md-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-2],
[class*=grid-] > [data-push-left*=_md-2],
[class*=grid_] > [data-push-left*=_md-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-3],
[class*=grid-] > [data-push-left*=_md-3],
[class*=grid_] > [data-push-left*=_md-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_md-4],
[class*=grid-] > [data-push-left*=_md-4],
[class*=grid_] > [data-push-left*=_md-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-5],
[class*=grid-] > [data-push-left*=_md-5],
[class*=grid_] > [data-push-left*=_md-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-6],
[class*=grid-] > [data-push-left*=_md-6],
[class*=grid_] > [data-push-left*=_md-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_md-7],
[class*=grid-] > [data-push-left*=_md-7],
[class*=grid_] > [data-push-left*=_md-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-8],
[class*=grid-] > [data-push-left*=_md-8],
[class*=grid_] > [data-push-left*=_md-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-9],
[class*=grid-] > [data-push-left*=_md-9],
[class*=grid_] > [data-push-left*=_md-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_md-10],
[class*=grid-] > [data-push-left*=_md-10],
[class*=grid_] > [data-push-left*=_md-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-11],
[class*=grid-] > [data-push-left*=_md-11],
[class*=grid_] > [data-push-left*=_md-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_md-0],
[class*=grid-] > [data-push-right*=_md-0],
[class*=grid_] > [data-push-right*=_md-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_md-1],
[class*=grid-] > [data-push-right*=_md-1],
[class*=grid_] > [data-push-right*=_md-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-2],
[class*=grid-] > [data-push-right*=_md-2],
[class*=grid_] > [data-push-right*=_md-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-3],
[class*=grid-] > [data-push-right*=_md-3],
[class*=grid_] > [data-push-right*=_md-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_md-4],
[class*=grid-] > [data-push-right*=_md-4],
[class*=grid_] > [data-push-right*=_md-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-5],
[class*=grid-] > [data-push-right*=_md-5],
[class*=grid_] > [data-push-right*=_md-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-6],
[class*=grid-] > [data-push-right*=_md-6],
[class*=grid_] > [data-push-right*=_md-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_md-7],
[class*=grid-] > [data-push-right*=_md-7],
[class*=grid_] > [data-push-right*=_md-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-8],
[class*=grid-] > [data-push-right*=_md-8],
[class*=grid_] > [data-push-right*=_md-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-9],
[class*=grid-] > [data-push-right*=_md-9],
[class*=grid_] > [data-push-right*=_md-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_md-10],
[class*=grid-] > [data-push-right*=_md-10],
[class*=grid_] > [data-push-right*=_md-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-11],
[class*=grid-] > [data-push-right*=_md-11],
[class*=grid_] > [data-push-right*=_md-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_md-first],
[class*=grid-] [class*=_md-first],
[class*=grid_] [class*=_md-first] {
    order: -1;
  }
  [class~=grid] [class*=_md-last],
[class*=grid-] [class*=_md-last],
[class*=grid_] [class*=_md-last] {
    order: 1;
  }
}
@media (max-width: 48em) {
  [class~=grid] > [class*=_sm-1],
[class*=grid-] > [class*=_sm-1],
[class*=grid_] > [class*=_sm-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_sm-2],
[class*=grid-] > [class*=_sm-2],
[class*=grid_] > [class*=_sm-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_sm-3],
[class*=grid-] > [class*=_sm-3],
[class*=grid_] > [class*=_sm-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_sm-4],
[class*=grid-] > [class*=_sm-4],
[class*=grid_] > [class*=_sm-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_sm-5],
[class*=grid-] > [class*=_sm-5],
[class*=grid_] > [class*=_sm-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_sm-6],
[class*=grid-] > [class*=_sm-6],
[class*=grid_] > [class*=_sm-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_sm-7],
[class*=grid-] > [class*=_sm-7],
[class*=grid_] > [class*=_sm-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_sm-8],
[class*=grid-] > [class*=_sm-8],
[class*=grid_] > [class*=_sm-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_sm-9],
[class*=grid-] > [class*=_sm-9],
[class*=grid_] > [class*=_sm-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_sm-10],
[class*=grid-] > [class*=_sm-10],
[class*=grid_] > [class*=_sm-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_sm-11],
[class*=grid-] > [class*=_sm-11],
[class*=grid_] > [class*=_sm-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_sm-12],
[class*=grid-] > [class*=_sm-12],
[class*=grid_] > [class*=_sm-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_sm-0],
[class*=grid-] > [data-push-left*=_sm-0],
[class*=grid_] > [data-push-left*=_sm-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_sm-1],
[class*=grid-] > [data-push-left*=_sm-1],
[class*=grid_] > [data-push-left*=_sm-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-2],
[class*=grid-] > [data-push-left*=_sm-2],
[class*=grid_] > [data-push-left*=_sm-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-3],
[class*=grid-] > [data-push-left*=_sm-3],
[class*=grid_] > [data-push-left*=_sm-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_sm-4],
[class*=grid-] > [data-push-left*=_sm-4],
[class*=grid_] > [data-push-left*=_sm-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-5],
[class*=grid-] > [data-push-left*=_sm-5],
[class*=grid_] > [data-push-left*=_sm-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-6],
[class*=grid-] > [data-push-left*=_sm-6],
[class*=grid_] > [data-push-left*=_sm-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_sm-7],
[class*=grid-] > [data-push-left*=_sm-7],
[class*=grid_] > [data-push-left*=_sm-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-8],
[class*=grid-] > [data-push-left*=_sm-8],
[class*=grid_] > [data-push-left*=_sm-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-9],
[class*=grid-] > [data-push-left*=_sm-9],
[class*=grid_] > [data-push-left*=_sm-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_sm-10],
[class*=grid-] > [data-push-left*=_sm-10],
[class*=grid_] > [data-push-left*=_sm-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-11],
[class*=grid-] > [data-push-left*=_sm-11],
[class*=grid_] > [data-push-left*=_sm-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_sm-0],
[class*=grid-] > [data-push-right*=_sm-0],
[class*=grid_] > [data-push-right*=_sm-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_sm-1],
[class*=grid-] > [data-push-right*=_sm-1],
[class*=grid_] > [data-push-right*=_sm-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-2],
[class*=grid-] > [data-push-right*=_sm-2],
[class*=grid_] > [data-push-right*=_sm-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-3],
[class*=grid-] > [data-push-right*=_sm-3],
[class*=grid_] > [data-push-right*=_sm-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_sm-4],
[class*=grid-] > [data-push-right*=_sm-4],
[class*=grid_] > [data-push-right*=_sm-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-5],
[class*=grid-] > [data-push-right*=_sm-5],
[class*=grid_] > [data-push-right*=_sm-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-6],
[class*=grid-] > [data-push-right*=_sm-6],
[class*=grid_] > [data-push-right*=_sm-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_sm-7],
[class*=grid-] > [data-push-right*=_sm-7],
[class*=grid_] > [data-push-right*=_sm-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-8],
[class*=grid-] > [data-push-right*=_sm-8],
[class*=grid_] > [data-push-right*=_sm-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-9],
[class*=grid-] > [data-push-right*=_sm-9],
[class*=grid_] > [data-push-right*=_sm-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_sm-10],
[class*=grid-] > [data-push-right*=_sm-10],
[class*=grid_] > [data-push-right*=_sm-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-11],
[class*=grid-] > [data-push-right*=_sm-11],
[class*=grid_] > [data-push-right*=_sm-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_sm-first],
[class*=grid-] [class*=_sm-first],
[class*=grid_] [class*=_sm-first] {
    order: -1;
  }
  [class~=grid] [class*=_sm-last],
[class*=grid-] [class*=_sm-last],
[class*=grid_] [class*=_sm-last] {
    order: 1;
  }
}
@media (max-width: 36em) {
  [class~=grid] > [class*=_xs-1],
[class*=grid-] > [class*=_xs-1],
[class*=grid_] > [class*=_xs-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_xs-2],
[class*=grid-] > [class*=_xs-2],
[class*=grid_] > [class*=_xs-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_xs-3],
[class*=grid-] > [class*=_xs-3],
[class*=grid_] > [class*=_xs-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_xs-4],
[class*=grid-] > [class*=_xs-4],
[class*=grid_] > [class*=_xs-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_xs-5],
[class*=grid-] > [class*=_xs-5],
[class*=grid_] > [class*=_xs-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_xs-6],
[class*=grid-] > [class*=_xs-6],
[class*=grid_] > [class*=_xs-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_xs-7],
[class*=grid-] > [class*=_xs-7],
[class*=grid_] > [class*=_xs-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_xs-8],
[class*=grid-] > [class*=_xs-8],
[class*=grid_] > [class*=_xs-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_xs-9],
[class*=grid-] > [class*=_xs-9],
[class*=grid_] > [class*=_xs-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_xs-10],
[class*=grid-] > [class*=_xs-10],
[class*=grid_] > [class*=_xs-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_xs-11],
[class*=grid-] > [class*=_xs-11],
[class*=grid_] > [class*=_xs-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_xs-12],
[class*=grid-] > [class*=_xs-12],
[class*=grid_] > [class*=_xs-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_xs-0],
[class*=grid-] > [data-push-left*=_xs-0],
[class*=grid_] > [data-push-left*=_xs-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_xs-1],
[class*=grid-] > [data-push-left*=_xs-1],
[class*=grid_] > [data-push-left*=_xs-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-2],
[class*=grid-] > [data-push-left*=_xs-2],
[class*=grid_] > [data-push-left*=_xs-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-3],
[class*=grid-] > [data-push-left*=_xs-3],
[class*=grid_] > [data-push-left*=_xs-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_xs-4],
[class*=grid-] > [data-push-left*=_xs-4],
[class*=grid_] > [data-push-left*=_xs-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-5],
[class*=grid-] > [data-push-left*=_xs-5],
[class*=grid_] > [data-push-left*=_xs-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-6],
[class*=grid-] > [data-push-left*=_xs-6],
[class*=grid_] > [data-push-left*=_xs-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_xs-7],
[class*=grid-] > [data-push-left*=_xs-7],
[class*=grid_] > [data-push-left*=_xs-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-8],
[class*=grid-] > [data-push-left*=_xs-8],
[class*=grid_] > [data-push-left*=_xs-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-9],
[class*=grid-] > [data-push-left*=_xs-9],
[class*=grid_] > [data-push-left*=_xs-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_xs-10],
[class*=grid-] > [data-push-left*=_xs-10],
[class*=grid_] > [data-push-left*=_xs-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-11],
[class*=grid-] > [data-push-left*=_xs-11],
[class*=grid_] > [data-push-left*=_xs-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_xs-0],
[class*=grid-] > [data-push-right*=_xs-0],
[class*=grid_] > [data-push-right*=_xs-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_xs-1],
[class*=grid-] > [data-push-right*=_xs-1],
[class*=grid_] > [data-push-right*=_xs-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-2],
[class*=grid-] > [data-push-right*=_xs-2],
[class*=grid_] > [data-push-right*=_xs-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-3],
[class*=grid-] > [data-push-right*=_xs-3],
[class*=grid_] > [data-push-right*=_xs-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_xs-4],
[class*=grid-] > [data-push-right*=_xs-4],
[class*=grid_] > [data-push-right*=_xs-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-5],
[class*=grid-] > [data-push-right*=_xs-5],
[class*=grid_] > [data-push-right*=_xs-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-6],
[class*=grid-] > [data-push-right*=_xs-6],
[class*=grid_] > [data-push-right*=_xs-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_xs-7],
[class*=grid-] > [data-push-right*=_xs-7],
[class*=grid_] > [data-push-right*=_xs-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-8],
[class*=grid-] > [data-push-right*=_xs-8],
[class*=grid_] > [data-push-right*=_xs-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-9],
[class*=grid-] > [data-push-right*=_xs-9],
[class*=grid_] > [data-push-right*=_xs-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_xs-10],
[class*=grid-] > [data-push-right*=_xs-10],
[class*=grid_] > [data-push-right*=_xs-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-11],
[class*=grid-] > [data-push-right*=_xs-11],
[class*=grid_] > [data-push-right*=_xs-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_xs-first],
[class*=grid-] [class*=_xs-first],
[class*=grid_] [class*=_xs-first] {
    order: -1;
  }
  [class~=grid] [class*=_xs-last],
[class*=grid-] [class*=_xs-last],
[class*=grid_] [class*=_xs-last] {
    order: 1;
  }
}
/************************
    HIDING COLS
*************************/
@media (max-width: 80em) {
  [class*=lg-hidden] {
    display: none;
  }
}
@media (max-width: 64em) {
  [class*=md-hidden] {
    display: none;
  }
}
@media (max-width: 48em) {
  [class*=sm-hidden] {
    display: none;
  }
}
@media (max-width: 36em) {
  [class*=xs-hidden] {
    display: none;
  }
}
/****************************
 * Page Banner
 * **************************/
.desktop-page-banner, .mobile-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: -9;
}
.desktop-page-banner .container, .mobile-page-banner .container {
  height: 100%;
}
.desktop-page-banner .container .content, .mobile-page-banner .container .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .desktop-page-banner .container .content, .mobile-page-banner .container .content {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    padding-top: 130px;
  }
}
.desktop-page-banner .container .content .title, .desktop-page-banner .container .content .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .desktop-page-banner .container .content .heading, .mobile-page-banner .container .content .title, .mobile-page-banner .container .content .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .mobile-page-banner .container .content .heading {
  color: #ffffff;
  margin: 0;
}
.desktop-page-banner .container .content .page-name, .mobile-page-banner .container .content .page-name {
  margin-bottom: 45px;
}
.desktop-page-banner .container .content .page-name.btn-class, .mobile-page-banner .container .content .page-name.btn-class {
  margin-top: -30px;
}
.desktop-page-banner.full, .mobile-page-banner.full {
  height: 960px;
}
@media (min-width: 2200px) and (max-width: 3200px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 1010px;
    background-position: top;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 650px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 850px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 800px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .desktop-page-banner.full, .mobile-page-banner.full {
    height: 480px;
  }
}
.desktop-page-banner.vh, .mobile-page-banner.vh {
  height: 87vh;
  background-position: top;
}
@media (max-width: 767px) {
  .desktop-page-banner.vh, .mobile-page-banner.vh {
    height: 480px;
  }
}
.desktop-page-banner.small, .mobile-page-banner.small {
  height: 640px;
}
@media (max-width: 767px) {
  .desktop-page-banner.small, .mobile-page-banner.small {
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-page-banner.small, .mobile-page-banner.small {
    height: 400px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .desktop-page-banner.small, .mobile-page-banner.small {
    height: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .desktop-page-banner.small, .mobile-page-banner.small {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .desktop-page-banner {
    display: none;
  }
}
.mobile-page-banner {
  display: none;
}
@media (max-width: 767px) {
  .mobile-page-banner {
    display: block;
  }
}
.mobile-page-banner .mobile-page-banner {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
}

/***********************
 * Banner Slider
 * ********************/
.banner-sliders {
  margin-top: -137px;
}
@media (max-width: 767px) {
  .banner-sliders {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sliders {
    margin-top: -115px;
  }
}
.banner-sliders .banner-slider__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 275px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-sliders .banner-slider__item {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .banner-sliders .banner-slider__item {
    height: 160px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sliders .banner-slider__item {
    height: 230px;
  }
}
.banner-sliders .banner-slider__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.banner-sliders .banner-slider__content button {
  cursor: pointer;
}
.banner-sliders .banner-slider__content__label, .banner-sliders .banner-slider__content__label-second {
  font-size: 13px;
  font-family: "UntitledMedium";
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner-sliders .banner-slider__content__label, .banner-sliders .banner-slider__content__label-second {
    font-size: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sliders .banner-slider__content__label, .banner-sliders .banner-slider__content__label-second {
    font-size: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .banner-sliders .banner-slider__content__label, .banner-sliders .banner-slider__content__label-second {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-sliders .banner-slider__content__label, .banner-sliders .banner-slider__content__label-second {
    font-size: 10px;
  }
}
.banner-sliders .banner-slider__content__label-second {
  font-family: "UntitledLight";
}
.banner-sliders .banner-slider__content .btn {
  margin: 0 20px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .banner-sliders .banner-slider .slick-arrow.slick-prev {
    left: -75px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sliders .banner-slider .slick-arrow.slick-prev {
    left: -65px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .banner-sliders .banner-slider .slick-arrow.slick-prev {
    left: -74px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .banner-sliders .banner-slider .slick-arrow.slick-next {
    right: -75px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sliders .banner-slider .slick-arrow.slick-next {
    right: -65px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .banner-sliders .banner-slider .slick-arrow.slick-next {
    right: -74px;
  }
}
@media (max-width: 767px) {
  .banner-sliders .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-sliders .container {
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .banner-sliders .container {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-sliders .container {
    padding: 0 90px;
  }
}

/***************************
 * PAGE MESSAGE
 * ************************/
.page-message .container {
  padding: 0 50px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-message .container {
    padding: 0 90px;
  }
}
@media (max-width: 767px) {
  .page-message .container {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-message .container {
    padding: 0 30px;
  }
}
.page-message__content {
  position: relative;
}
@media (max-width: 767px) {
  .page-message__content {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-message__content {
    margin: 0 10px;
  }
}
.page-message__content::after, .page-message__content::before {
  content: "";
  border: 3px solid #FDC300;
  width: 144px;
  transform: rotate(90deg);
  position: absolute;
}
@media (max-width: 767px) {
  .page-message__content::after, .page-message__content::before {
    width: 50px;
    border: 2px solid #FDC300;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-message__content::after, .page-message__content::before {
    width: 50px;
    border: 2px solid #FDC300;
  }
}
.page-message__content::before {
  top: 77px;
  left: -90px;
}
@media (max-width: 767px) {
  .page-message__content::before {
    left: -40px;
    top: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-message__content::before {
    left: -40px;
    top: 27px;
  }
}
.page-message__content::after {
  bottom: 77px;
  right: -90px;
}
@media (max-width: 767px) {
  .page-message__content::after {
    right: -40px;
    bottom: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-message__content::after {
    right: -40px;
    bottom: 27px;
  }
}
.page-message__content__intro {
  padding: 0 30px;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-message__content__intro {
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .page-message__content__intro {
    font-size: 20px;
    line-height: 24px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-message__content__intro {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-message__content__intro {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    padding: 0;
  }
}

/***************************
 * Section 7
 * ************************/
.before-footer .slider__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 480px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .before-footer .slider__item {
    height: 430px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .before-footer .slider__item {
    background-position: 60% 50%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .before-footer .slider__item {
    display: none;
  }
}
.before-footer .slider__item.mobile {
  display: none;
}
@media (max-width: 767px) {
  .before-footer .slider__item.mobile {
    display: block;
    height: 500px;
  }
}
.before-footer .slider__item_content {
  text-align: center;
}
@media (max-width: 767px) {
  .before-footer .slider__item_content {
    margin-top: 16%;
  }
}
.before-footer .slider__item_content .title, .before-footer .slider__item_content .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .before-footer .slider__item_content .heading {
  color: #ffffff;
}
.before-footer .slider__item_content .content {
  color: #D3CCC5;
}
.before-footer .slider__item_content .link-text {
  color: #ffffff;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.before-footer .slider__item_content .link-text:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #071D49;
}
.before-footer .slider__item_content .content {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .before-footer .slider__item_content .content {
    margin-bottom: 20px;
  }
}
.before-footer .slider__item.multigrid {
  height: 480px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .before-footer .slider__item.multigrid {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .before-footer .slider__item.multigrid {
    height: 300px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .before-footer .slider__item.multigrid {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .before-footer .slider__item.multigrid {
    height: 240px;
  }
}
.before-footer .slider__item.multigrid .slider__item_content {
  padding: 0;
}
@media (max-width: 767px) {
  .before-footer .slider__item.multigrid .slider__item_content {
    margin-top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .before-footer .slider__item.multigrid .slider__item_content {
    margin-top: 0;
  }
}

/********************************
 * AUTOPLAY VIDEO
 * *****************************/
section#background-mobile\ hide_desktop {
  display: none;
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.autoplay_video, .poster-img {
  height: 1080px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .autoplay_video, .poster-img {
    height: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .autoplay_video, .poster-img {
    height: 650px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .autoplay_video, .poster-img {
    height: 700px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .autoplay_video, .poster-img {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .autoplay_video, .poster-img {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .autoplay_video, .poster-img {
    height: 500px;
  }
}

video[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

/*******************************
 * POST DETAILS PAGE
 * ****************************/
.post-details .post_title {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .post-details .post_title {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .post-details .post_title {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .post_title {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .post-details .post_title {
    padding-right: 0;
    padding-left: 0;
  }
}
.post-details .post_meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.post-details .post_meta p {
  margin: 10px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 18px;
}
@media (max-width: 767px) {
  .post-details .post_meta p {
    font-size: 13px;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .post_meta p {
    padding-top: 40px;
  }
}
.post-details .content {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .post-details .content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .content {
    padding-top: 50px;
  }
}
.post-details .content .large-quote {
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .post-details .content .large-quote {
    padding-top: 40px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .content .large-quote {
    padding-top: 50px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .post-details .content .large-quote h3 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .content .large-quote h3 {
    margin-bottom: 50px;
  }
}
.post-details .content .pullout-border {
  display: none;
}
@media (max-width: 767px) {
  .post-details .content .pullout-border {
    display: block;
    border-bottom: 2px solid #E6E6E6;
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .content .pullout-border {
    display: block;
    border-bottom: 2px solid #E6E6E6;
    margin: 50px 0;
  }
}
.post-details .image-post-slider img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-details .image-post-slider .slick-slide {
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .image-post-slider .slick-slide {
    margin: 0 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .post-details .image-post-slider .slick-slide {
    margin: 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .post-details .image-post-slider .slick-slide {
    margin: 0 70px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .post-details .image-post-slider .slick-slide {
    margin: 0 90px;
  }
}
.post-details .image-post-slider .slick-arrow {
  position: absolute;
  transform: translate(0, 0);
}
.post-details .image-post-slider .slick-arrow.slick-prev {
  left: 23%;
}
@media (max-width: 767px) {
  .post-details .image-post-slider .slick-arrow.slick-prev {
    left: 16%;
  }
}
.post-details .image-post-slider .slick-arrow.slick-next {
  right: 23%;
}
@media (max-width: 767px) {
  .post-details .image-post-slider .slick-arrow.slick-next {
    right: 16%;
  }
}
.post-details .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767px) {
  .post-details .pagination {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .pagination {
    padding: 0;
  }
}
.post-details .pagination a {
  margin: 0 20px;
  border: 1px solid #0093B2;
  font-size: 13px;
  font-family: "UntitledMedium" !important;
  padding: 28px 104px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .post-details .pagination a {
    padding: 22px 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .post-details .pagination a {
    padding: 20px 75px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-details .pagination a {
    padding: 18px 60px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post-details .pagination a {
    padding: 11px 45px;
    text-align: center;
    width: 100%;
  }
}
.post-details .pagination a::before {
  content: "";
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: auto;
  right: 27px;
}
.post-details .pagination a[rel=next]::before {
  background-image: url("./assets/images/right.svg");
}
.post-details .pagination a[rel=next]:hover::before {
  right: 23px;
}
.post-details .pagination a[rel=prev]::before {
  background-image: url("./assets/images/left.svg");
}
.post-details .pagination a[rel=prev]:hover::before {
  right: 32px;
}

.eachblog {
  background-color: #F9F8F6;
}
.eachblog .news-post__item_date {
  margin-top: 0;
}
.eachblog .news-post__item {
  border: 1px solid #E6E6E6;
  padding-bottom: 0;
  max-height: 160px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .eachblog .news-post__item {
    margin-bottom: 16px;
    max-height: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .eachblog .news-post__item {
    max-height: 108px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .eachblog .news-post__item {
    max-height: 120px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .eachblog .news-post__item {
    max-height: 108px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .eachblog .news-post__item {
    max-height: 145px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .eachblog .news-post__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .eachblog .news-post__item .news-post__title {
    padding-top: 0;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .eachblog .news-post__item .news-post__title {
    padding-top: 0;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .eachblog .news-post__item .news-post__title {
    padding-top: 0;
    font-size: 13px;
  }
}
.eachblog .info {
  padding-left: 20px !important;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .eachblog .info {
    padding-left: 10px !important;
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .eachblog .info {
    padding-left: 5px !important;
  }
}
@media (max-width: 767px) {
  .eachblog .info {
    padding-left: 10px !important;
  }
}
.eachblog .news-post__item_date .date__item {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .eachblog .news-post__item_date .date__item {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .eachblog .news-post__item_date .date__item {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .eachblog .news-post__item_date .date__item {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .eachblog .news-post__item_date .date__item {
    padding: 0;
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .eachblog .news-post__item_date .date__item {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .eachblog .news-post__item_date .date__item {
    padding: 0 0 0 20px;
  }
}
.eachblog .news-post__subtitle {
  line-height: 20px;
  font-size: 18px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .eachblog .news-post__subtitle {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .eachblog .news-post__subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .eachblog .news-post__subtitle {
    font-size: 13px;
  }
}

/*********************
 * COOMON SCSS
 * ******************/
.section-1__content a::after, .section-3__content a::after, .section-5__content a::after {
  content: "";
  background-image: url("./assets/images/learnmore.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 7px;
  margin-top: 2px;
}
.section-1__content a:hover::after, .section-3__content a:hover::after, .section-5__content a:hover::after {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .inner-image img {
    max-width: 500px;
  }
}

.our-campuses-image-min img, .our_values_before-image img {
  width: 100%;
}

.bg-off-white {
  background-color: #F9F8F6;
}

.text-black {
  color: #000000;
}

.pr-none {
  padding-right: 0;
}

.paragraph-dark {
  color: #6b727c;
}

.dark-gray a {
  color: #6b727c;
}
.dark-gray a:hover {
  color: #0093B2;
}

/***************************
 * Section-1
 * ************************/
@media (max-width: 767px) {
  .section-1 .grid-middle {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-1 .grid-middle {
    flex-direction: column-reverse;
  }
}
.section-1__content {
  text-align: center;
  /*        h3{
              //max-width: 290px;
              //margin: 0 auto;
              @include mobile{
                  max-width: 100%;
              }         
              @include tablet{
                  max-width: 100%;
              }
          }
          p{
              padding:10px 0;
          }*/
}
@media (max-width: 767px) {
  .section-1__content {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-1__content {
    margin-bottom: 40px;
  }
}

/**************************
* SECTION 2 [home page]
***************************/
@media (max-width: 767px) {
  .section-2 {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2 {
    margin-bottom: 80px;
  }
}
.section-2__slider.slick-dotted {
  margin-bottom: 0;
}
.section-2__slider .slider__item {
  min-height: 960px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-2__slider .slider__item {
    min-height: 640px;
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2__slider .slider__item {
    min-height: 640px;
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-2__slider .slider__item {
    min-height: 870px;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.section-2__slider .slider__item_content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  max-width: 660px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-2__slider .slider__item_content {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .section-2__slider .slider__item_content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2__slider .slider__item_content {
    margin-bottom: 0;
  }
}
.section-2__slider .slider__item_content.max-width {
  max-width: 850px;
}
.section-2__slider .slider__item_content.max-width-ml {
  max-width: 750px;
}
.section-2__slider .slider__item_content button {
  max-width: fit-content;
}
.section-2__slider .slider__item_content .content {
  color: #ffffff;
  margin-top: 90px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-2__slider .slider__item_content .content {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2__slider .slider__item_content .content {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .section-2__slider .slider__item_content .content {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-2__slider .slider__item_content h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .section-2__slider .slider__item_content h5 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
}
.section-2__slider .slider__item .inner_column p {
  color: #000000;
}
.section-2__slider .slider__item .inner-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.section-2__slider .slider__item .inner-grid .inner-column {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 20px 20px 20px 0;
}
@media (max-width: 767px) {
  .section-2__slider .slider__item .inner-grid .inner-column {
    display: block;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2__slider .slider__item .inner-grid .inner-column {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 20px 0 0;
  }
}
.section-2__slider .slider__item .inner-grid .inner-column .number {
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-2__slider .slider__item .inner-grid .inner-column .number {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2__slider .slider__item .inner-grid .inner-column .number {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-2__slider .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-2__slider .slick-arrow {
    display: none !important;
  }
}
.section-2__slider .slick-arrow.slick-prev {
  left: 46px;
}
.section-2__slider .slick-arrow.slick-next {
  right: 46px;
}

/*********************************
 * Section 3
 * ******************************/
@media (max-width: 767px) {
  .section-3 .xs_container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section-3 .grid-middle {
    padding-bottom: 80px;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .section-3 .grid-middle {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-3 .grid-middle {
    padding-bottom: 80px;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-3 .grid-middle {
    padding-bottom: 80px;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section-3__content {
  text-align: center;
  padding-left: 8%;
}
@media (max-width: 767px) {
  .section-3__content {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-3__content {
    margin-top: 40px;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .section-3__content {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-3__content {
    padding: 0 20px;
  }
}
.section-3 .grid-reverse {
  background-color: #F9F8F6;
}
@media (max-width: 767px) {
  .section-3 .grid-reverse {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-3 .grid-reverse {
    padding-top: 60px;
  }
}
.section-3 .grid-reverse .section-3__content {
  padding-right: 8%;
  padding-left: 0;
}
@media (max-width: 767px) {
  .section-3 .grid-reverse .section-3__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-3 .grid-reverse .section-3__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .section-3 .grid-reverse .section-3__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-3 .grid-reverse .section-3__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*****************************
 * Section 4
 * **************************/
.section-4 .container {
  padding: 0;
}

.large-text {
  font-size: 288px;
  line-height: 320px;
  padding: 40px 0;
  margin: 0;
  letter-spacing: 5.76px;
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .large-text {
    font-size: 248px;
    line-height: 300px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .large-text {
    font-size: 190px !important;
    line-height: 220px !important;
    padding: 30px 0 !important;
    letter-spacing: 4.76px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .large-text {
    font-size: 170px;
    line-height: 200px;
    padding: 20px 0;
    letter-spacing: 3px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .large-text {
    font-size: 150px;
    line-height: 190px;
    padding: 20px 0;
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .large-text {
    font-size: 125px;
    line-height: 145px;
    padding: 20px 0;
    letter-spacing: 2.76px;
  }
}
@media (max-width: 767px) {
  .large-text {
    font-size: 60px;
    line-height: 72px;
    padding: 20px 0;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .large-text {
    font-size: 46px;
    line-height: 60px;
  }
}

/************************
 * Section 5
 * **********************/
.section-5 {
  background-color: #F9F8F6;
  margin-bottom: 0;
  padding: 144px 0 280px 0;
}
@media (max-width: 767px) {
  .section-5 {
    padding: 80px 0 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-5 {
    padding: 80px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .section-5 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-5 .grid-middle {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-5 .grid-middle {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .section-5__content {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-5__content {
    margin-top: 40px;
  }
}
/******************************
 * Section 6
 * ****************************/
.news-post .container {
  margin-top: -144px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .news-post .container {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-post .container {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .news-post .container {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .news-post .container {
    max-width: 95%;
    padding: 0 60px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .news-post .container {
    max-width: 95%;
    padding: 0 60px;
  }
}
.news-post__item {
  border-right: 1px solid #E6E6E6;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 20px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .news-post__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-post__item {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .news-post__item {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .news-post__item {
    margin-bottom: 80px;
  }
}
.news-post__item:nth-child(4n) {
  border-right: none;
}
.news-post__item:hover .news-post__title {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
  text-decoration-color: #A7A9AC;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.news-post__item_date {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 18px;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
.news-post__item_date p {
  font-size: 15px;
  line-height: 18px;
}
.news-post__item_date .date__item {
  padding: 0 0 0 16px;
}
@media (max-width: 767px) {
  .news-post__item_date .date__item p {
    font-size: 12px;
    line-height: 16px;
  }
}
.news-post__item p {
  margin-bottom: 0;
}
.news-post__title {
  color: #0093B2;
  display: inline-flex;
  padding-top: 12px;
}
.news-post__subtitle {
  color: #A7A9AC;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.news-post__content {
  font-size: 15px;
  padding: 16px 0;
  line-height: 18px;
}
@media (max-width: 767px) {
  .news-post__content {
    font-size: 12px;
    line-height: 16px;
  }
}
.news-post__link {
  font-size: 15px;
}
@media (max-width: 767px) {
  .news-post__link {
    font-size: 12px;
    line-height: 16px;
  }
}
.news-post .load-more-button {
  text-align: center;
  color: #000000;
}
.news-post .load-more-button .load_more_btn {
  cursor: pointer;
}
.news-post .load-more-button span#posts-loader {
  position: absolute;
}
@media (max-width: 767px) {
  .news-post .load-more-button#more_posts_2 {
    display: none;
  }
}
.news-post .load-more-button.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .news-post .load-more-button.show-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .news-post .slick-list {
    padding: 0 20% 0 0 !important;
    margin-right: -12px;
  }
}

/********************************
 * CEO MESSAGE
 * *****************************/
.ceo-message__intro {
  padding-right: 80px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ceo-message__intro {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .ceo-message__intro {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .ceo-message__intro {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message__intro {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ceo-message__intro img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message__intro img {
    display: none;
  }
}
.ceo-message__intro hr {
  margin: 24px 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ceo-message__intro hr {
    margin: 20px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .ceo-message__intro hr {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .ceo-message__intro hr {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message__intro hr {
    display: none;
  }
}
.ceo-message__arrows {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ceo-message__arrows {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .ceo-message__arrows {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.ceo-message__content {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .ceo-message__content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message__content {
    margin-bottom: 0;
  }
}
.ceo-message__name-deg {
  margin-top: 50px;
  color: #000000;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ceo-message__name-deg {
    margin-top: 45px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .ceo-message__name-deg {
    margin-top: 40px;
  }
}
.ceo-message__name-deg p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ceo-message__name-deg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message__name-deg {
    display: none;
  }
}
.ceo-message .show-mobile {
  display: none;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .ceo-message .show-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message .show-mobile {
    display: block;
  }
}
.ceo-message .show-mobile .name-deg {
  color: #000000;
  padding-left: 0;
}
.ceo-message .show-mobile .name-deg p {
  margin-bottom: 0;
  margin-left: -10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message .show-mobile .name-deg p {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ceo-message .show-mobile hr {
    display: block;
    margin: 46px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ceo-message .show-mobile hr {
    display: block;
    margin: 46px 0;
  }
}
.ceo-message .show-mobile .ceo-image {
  max-width: 33%;
}
@media (max-width: 767px) {
  .ceo-message .show-mobile .ceo-image img {
    width: 68px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .ceo-message .grid-middle {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
  }
}

.principal-message {
  background-color: #F9F8F6;
}

/*********************************
 * our values 
 * ******************************/
@media (min-width: 768px) and (max-width: 1024px) {
  .our_values__image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our_values__item {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our_values__item {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .our_values__item.grid-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our_values__item.grid-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .our_values__content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our_values__content {
    margin-top: 40px;
  }
}
.our_values__content h4 {
  color: #000000;
  margin-top: 0;
}
.our_values hr {
  background-color: #D2D3D4;
  max-width: 800px;
}
@media (max-width: 767px) {
  .our_values hr {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our_values hr {
    display: none;
  }
}

/*******************************
 * Our Campuses section
 * ****************************/
@media (max-width: 767px) {
  .our-campuses-section .container {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .container {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .container {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .container {
    max-width: 95%;
    padding: 0 60px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .our-campuses-section .container {
    max-width: 95%;
    padding: 0 60px;
  }
}
.our-campuses-section .container.column-third {
  position: absolute;
  bottom: 160px;
  left: 50%;
  padding: 0;
  width: 100%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .our-campuses-section .container.column-third {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .container.column-third {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    bottom: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .container.column-third {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .our-campuses-section .container.column-third {
    max-width: 100%;
    padding: 0;
  }
}
.our-campuses-section .tabs .tab-links {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .our-campuses-section .tabs .tab-links {
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .tabs .tab-links {
    margin-bottom: 0;
    text-align: center;
  }
}
.our-campuses-section .tabs .tab-links li {
  padding-right: 40px;
  width: 100%;
  list-style: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .our-campuses-section .tabs .tab-links li {
    padding-right: 20px;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .tabs .tab-links li {
    padding-right: 20px;
    pointer-events: none;
  }
}
.our-campuses-section .tabs .tab-links li span {
  cursor: pointer;
  color: #000000;
  opacity: 0.5;
}
.our-campuses-section .tabs .tab-links li.active {
  color: #FDC300;
}
.our-campuses-section .tabs .tab-links li.active:before {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-campuses-section .tabs .tab-links li.active span {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.our-campuses-section .tabs .tab-links li:hover {
  color: #FDC300;
}
.our-campuses-section .tabs .tab-links li:hover:before {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-campuses-section .tabs .tab-links li:hover span {
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-campuses-section .tabs .tab-links li:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #FDC300;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .our-campuses-section .tabs .tab-links li:before {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .tabs .tab-links li:before {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .tabs .top-border {
    border-bottom: 1px solid #E6E6E6;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .tabs .top-border {
    border-bottom: 1px solid #E6E6E6;
  }
}
.our-campuses-section .our-campuses-title {
  margin-top: -144px;
  background: #ffffff;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .our-campuses-title {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .our-campuses-title {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .our-campuses-title {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .our-campuses-title {
    margin-top: 0;
  }
}
.our-campuses-section .slider__item {
  min-height: 960px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .our-campuses-section .slider__item {
    min-height: 600px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slider__item {
    min-height: 660px;
    padding: 30px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .slider__item {
    min-height: 850px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .our-campuses-section .slider__item {
    min-height: 880px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .slider__item {
    min-height: 880px;
  }
}
.our-campuses-section .slider__item__number-content .info-slide__tab-name {
  font-family: "UntitledRegular";
}
.our-campuses-section .slider__item__number-content p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "UntitledLight";
  font-size: 27px;
  line-height: 32px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .slider__item__number-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .slider__item__number-content p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .slider__item__number-content p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slider__item__number-content p {
    font-size: 15px;
    line-height: 18px;
  }
}
.our-campuses-section .slider__item__number-total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: normal;
  padding: 10px 0 40px 0;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .our-campuses-section .slider__item__number-total {
    padding: 0 0 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slider__item__number-total {
    padding: 0 0 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.our-campuses-section .slider__item__total-student {
  color: #ffffff;
}
@media (max-width: 767px) {
  .our-campuses-section .slider__item__total-student {
    font-size: 96px;
    line-height: 134px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .our-campuses-section .slider__item__total-student {
    font-size: 75px;
    line-height: 100px;
  }
}
.our-campuses-section .slider__item__students-button {
  margin-left: -70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .our-campuses-section .slider__item__students-button {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slider__item__students-button {
    margin-left: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .slider__item__students-button {
    margin-left: -31px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .slider__item__students-button {
    margin-left: -45px;
  }
}
.our-campuses-section .info-slide {
  min-height: auto;
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide .column-third {
    position: inherit;
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide .column-third {
    position: inherit;
    margin-top: 80px;
  }
}
.our-campuses-section .info-slide__content {
  margin-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide__content {
    margin: 30px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide__content {
    margin: 30px 0 90px 0;
  }
}
.our-campuses-section .info-slide__tab-name, .our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
  color: #000000;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .info-slide__tab-name, .our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .info-slide__tab-name, .our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide__tab-name, .our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide__tab-name, .our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
.our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
  font-family: "UntitledLight";
  color: #A7A9AC;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .info-slide__grade, .our-campuses-section .info-slide__scholl-name {
    margin-bottom: 5px;
  }
}
.our-campuses-section .info-slide__principal-image {
  padding: 60px 0 0 0;
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide__principal-image {
    width: 70px;
    border-bottom: none;
    margin-right: 20px;
    padding: 0;
    margin: 25px 30px 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide__principal-image {
    width: 70px;
    border-bottom: none;
    margin-right: 20px;
    padding: 0;
    margin: 25px 30px 25px 0;
  }
}
.our-campuses-section .info-slide__principal-name {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide__principal-name {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide__principal-name {
    margin-bottom: 0;
  }
}
.our-campuses-section .info-slide__principal-deg {
  color: #000000;
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide__imgbox {
    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;
    align-items: center;
    position: absolute;
    bottom: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide__imgbox {
    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;
    align-items: center;
    position: absolute;
    bottom: -20px;
  }
}
.our-campuses-section .info-slide__imgbox .separator-line {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide__imgbox .separator-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide__imgbox .separator-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .info-slide .column-one {
    padding-bottom: 30px;
    padding-top: 10px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .info-slide .column-one {
    padding-bottom: 30px;
    padding-top: 10px;
    position: relative;
  }
}
.our-campuses-section .numbers-slider {
  position: relative;
}
.our-campuses-section .numbers-slider .column-second {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.our-campuses-section .slick-dots {
  bottom: 70px;
}
@media (max-width: 767px) {
  .our-campuses-section .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slick-dots {
    bottom: 30px;
  }
}
.our-campuses-section .slick-dots li {
  margin: 0 10px;
}
.our-campuses-section .slick-dots li button {
  background-color: #E6E6E6;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .slick-dots li button {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .slick-dots li button {
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slick-dots li button {
    width: 0;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .slick-dots li button::before {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    line-height: 0;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slick-dots li button::before {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    line-height: 0;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .slick-dots li.slick-active button::before {
    background-color: #E6E6E6;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .slick-dots li.slick-active button::before {
    background-color: #E6E6E6;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .our-campuses-sliders .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .our-campuses-sliders .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .our-campuses-sliders .slick-arrow {
    display: none !important;
  }
}
.our-campuses-section .our-campuses-sliders .slick-arrow.slick-prev {
  background-image: url("./assets/images/arrow-circle-grey-left.svg");
  left: 46px;
  border-radius: 50%;
}
.our-campuses-section .our-campuses-sliders .slick-arrow.slick-prev:hover {
  background-image: url("./assets/images/arrow-circle-grey-left.svg");
  background-color: #E6E6E6;
}
.our-campuses-section .our-campuses-sliders .slick-arrow.slick-next {
  background-image: url("./assets/images/arrow-circle-grey-right.svg");
  right: 46px;
  border-radius: 50%;
}
.our-campuses-section .our-campuses-sliders .slick-arrow.slick-next:hover {
  background-image: url("./assets/images/arrow-circle-grey-right.svg");
  background-color: #E6E6E6;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .tab-links .slick-arrow.slick-prev {
    left: -46px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .tab-links .slick-arrow.slick-prev {
    left: -25px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .tab-links .slick-arrow.slick-prev {
    left: -20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .tab-links .slick-arrow.slick-prev {
    left: -15px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-campuses-section .tab-links .slick-arrow.slick-next {
    right: -46px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-campuses-section .tab-links .slick-arrow.slick-next {
    right: -25px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-campuses-section .tab-links .slick-arrow.slick-next {
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .our-campuses-section .tab-links .slick-arrow.slick-next {
    right: -15px;
    width: 30px;
    height: 30px;
  }
}

/**********************************
 * OUR HISTORY
 * *******************************/
.our-history {
  margin-bottom: 0;
  background-color: #F9F8F6;
}
.our-history__sec {
  padding: 125px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-history__sec {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .our-history__sec {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec {
    padding: 0;
  }
}
.our-history__sec:before {
  content: "";
  top: 0;
  width: 2px;
  height: 100%;
  background: #E6E6E6;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .our-history__sec:before {
    width: 1px;
    left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec:before {
    left: 8px;
  }
}
.our-history__sec .timeline-block {
  width: -webkit-calc(50% + 0px);
  width: -moz-calc(50% + 0px);
  width: calc(50% + 0px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  clear: both;
  margin-top: -60px;
  position: relative;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-block {
    margin-top: 0;
    margin-bottom: 30px;
    width: auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-block {
    margin-top: 0;
    margin-bottom: 50px;
    width: auto;
    display: block;
  }
}
.our-history__sec .timeline-block:first-child {
  margin-top: 0;
}
.our-history__sec .timeline-block-right {
  float: right;
}
.our-history__sec .timeline-block-right .timeline-content {
  padding-left: 74px;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-block-right .timeline-content {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-block-right .timeline-content {
    padding: 0 40px;
  }
}
.our-history__sec .timeline-block-right .marker {
  transform: translate(-50%, 0px);
}
@media (max-width: 767px) {
  .our-history__sec .timeline-block-right .marker {
    transform: translate(50%, 0px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-block-right .marker {
    transform: translate(50%, 0px);
  }
}
.our-history__sec .timeline-block-left {
  float: left;
  direction: rtl;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-block-left {
    direction: ltr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-block-left {
    direction: ltr;
  }
}
.our-history__sec .timeline-block-left .timeline-content__info {
  direction: ltr;
  text-align: end;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-block-left .timeline-content__info {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-block-left .timeline-content__info {
    text-align: start;
  }
}
.our-history__sec .timeline-block-left .timeline-content {
  padding-right: 75px;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-block-left .timeline-content {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-block-left .timeline-content {
    padding: 0 40px;
  }
}
.our-history__sec .marker {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
  z-index: 9999;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  transform: translate(50%, 0px);
}
@media (max-width: 767px) {
  .our-history__sec .marker {
    top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .marker {
    top: 265px;
  }
}
.our-history__sec .timeline-content__year {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-content__year {
    margin-bottom: 0;
  }
}
.our-history__sec .timeline-content__title {
  color: #0093B2;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-content__title {
    letter-spacing: -0.07px;
  }
}
.our-history__sec .timeline-content__info {
  font-size: 15px;
  margin-top: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-content__info {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-content__info {
    font-size: 12px;
    line-height: 14px;
  }
}
.our-history__sec .timeline-image {
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -65px;
}
@media (max-width: 767px) {
  .our-history__sec .timeline-image {
    opacity: 1;
    visibility: visible;
    padding: 0 60px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .timeline-image {
    opacity: 1;
    visibility: visible;
    padding: 0 60px;
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .our-history__sec .timeline-image {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .our-history__sec .timeline-image {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .our-history__sec .timeline-image img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .our-history__sec .hover-effect {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-history__sec .hover-effect {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.our-history__sec .hover-effect:hover .timeline-image {
  opacity: 1;
  visibility: visible;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-history__sec .hover-effect:hover .marker {
  background-color: #FDC300;
}

.child-safety .title, .child-safety .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .child-safety .heading {
  color: #000000;
}

/********************************
 * Teaching and Learning
 * *****************************/
.teaching-learning {
  background-color: #F9F8F6;
}
@media (max-width: 767px) {
  .teaching-learning {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teaching-learning {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .teaching-learning .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teaching-learning .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .teaching-learning__intro {
    padding: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teaching-learning__intro {
    padding: 0 50px;
  }
}
.teaching-learning__content {
  color: #A7A9AC;
}
@media (max-width: 767px) {
  .teaching-learning__image {
    padding: 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teaching-learning__image {
    padding: 0;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
  }
}
.teaching-learning__school {
  background-color: #F9F8F6;
  /*        .buttons{
              @include flexbox;
              @include justify-content(center);
              @include mobile{
                  @include flex-direction(column);
              }
              @include tablet{
                  @include flex-direction(column);
              }
              &__single-button{
                  @include mobile{
                      text-align: center;
                      margin-bottom: 20px;
                      border:1px solid $primary-color;
                      padding:5px;
                      a{
                          text-align: center;
                          border:none;
                          padding:0;
                          line-height: 22px;
                      }
                  }
                  @include tablet{
                      text-align: center;
                      margin-bottom: 20px;
                      border:1px solid $primary-color;
                      padding:20px 0;
                      a{
                          text-align: center;
                          border:none;
                          padding:0;
                          line-height: 22px;
                      }
                  }
              }
          }*/
}
@media (max-width: 767px) {
  .teaching-learning__school__content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teaching-learning__school__content {
    margin-top: 40px;
  }
}
.teaching-learning__school__content .title, .teaching-learning__school__content .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .teaching-learning__school__content .heading {
  color: #000000;
}
.teaching-learning__middle-section {
  background-color: #F9F8F6;
}

/**********************************
 * So much more than an education
 * *******************************/
@media (max-width: 767px) {
  .more-eduction__item__content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .more-eduction__item__content {
    margin-top: 40px;
  }
}
.more-eduction__item__content .title, .more-eduction__item__content .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .more-eduction__item__content .heading {
  margin-top: 0;
  color: #000000;
  font-family: "UntitledRegular";
  font-weight: normal;
}
.more-eduction h3 {
  margin-top: 0;
}

/*************************
 * OSHC Program
 * **********************/
@media (max-width: 767px) {
  .oshc_image {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .oshc_image {
    margin-top: 40px;
  }
}

/***************************
 * BOOKS & UNIFORM
 * *************************/
.books_uniform {
  background-color: #F9F8F6;
}
.books_uniform .title, .books_uniform .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .books_uniform .heading {
  color: #000000;
  margin-top: 0;
}
@media (max-width: 767px) {
  .books_uniform .books-store .grid {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .books_uniform .books-store .grid {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.books_uniform .links-border {
  border-bottom: 1px solid #E6E6E6;
  padding: 0;
}
.books_uniform .links-border:first-child {
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .books_uniform .links-border:first-child {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .books_uniform .links-border:first-child {
    margin-top: 60px;
  }
}

/**************************
 * Alumni
 * ***********************/
.alumni {
  background-color: #F9F8F6;
}
@media (max-width: 767px) {
  .alumni {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .alumni {
    padding-top: 0;
  }
}
.alumni .title, .alumni .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .alumni .heading {
  margin-top: 0;
}
@media (max-width: 767px) {
  .alumni .title, .alumni .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .alumni .heading {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .alumni .title, .alumni .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .alumni .heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .alumni__img {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .alumni__img {
    padding: 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .alumni img {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .alumni__item {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .alumni__item {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.alumni .events_title {
  color: #000000;
}
@media (max-width: 767px) {
  .alumni .events_content {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .alumni .events_content {
    margin-bottom: 80px;
  }
}

.jonet-form .form-tab {
  margin-bottom: 25px;
  cursor: pointer;
  display: inline-flex;
  color: #6b727c;
}
.jonet-form .form-tab.active {
  color: #000000;
}
.jonet-form .jonet-form-tabs {
  border-bottom: 1px solid #E6E6E6;
}
.jonet-form .reunions {
  position: relative;
  padding: 25px 0 25px 12px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0;
  cursor: pointer;
}
.jonet-form .reunions::after {
  content: "";
  background-image: url("./assets/images/right.svg");
  height: 11px;
  width: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: auto;
}
.jonet-form .reunions::before {
  content: "*";
  color: #dc3232;
  position: absolute;
  left: 0;
}
.jonet-form .reunions.active {
  border-bottom: none;
}
.jonet-form .radio-button {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jonet-form .radio-button.active {
  border-bottom: 1px solid #E6E6E6;
}
.jonet-form .radio-button.active .wpcf7-radio {
  display: block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.jonet-form .radio-button .wpcf7-not-valid-tip {
  top: 0px;
}
@media (max-width: 767px) {
  .jonet-form .submit-btn {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jonet-form .submit-btn {
    text-align: center;
  }
}
.jonet-form .upcoming-reunions .wpcf7-radio {
  opacity: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .jonet-form .upcoming-reunions .wpcf7-radio {
    padding-bottom: 5px;
    padding: 15px 0;
  }
}
.jonet-form .upcoming-reunions.active .wpcf7-radio {
  opacity: 1;
}
.jonet-form .upcoming-reunions.active .wpcf7-not-valid-tip {
  top: 70px;
}
.jonet-form .radio-button .wpcf7-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.jonet-form .radio-button .wpcf7-list-item {
  color: #6b727c;
}
.jonet-form .radio-button .wpcf7-list-item.first, .jonet-form .radio-button .wpcf7-list-item.last {
  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;
  align-items: center;
  width: 60px;
}
.jonet-form .radio-button .wpcf7-list-item-label {
  margin-right: -60px;
}
.jonet-form ::placeholder {
  color: #6b727c;
}

/*******************************
 * CAREERS
 * ****************************/
@media (max-width: 767px) {
  .careers {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .careers .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers .container {
    padding: 0;
  }
}
.careers_content {
  color: #A7A9AC;
}
@media (max-width: 767px) {
  .careers__img {
    padding: 0;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers__img {
    margin-bottom: 80px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers__img img {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .careers__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers__title {
    margin-bottom: 20px;
  }
}
.careers .join-team .title, .careers .join-team .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .careers .join-team .heading {
  color: #000000;
  font-family: "UntitledRegular";
  font-weight: normal;
}
.careers .join-team .additional-res .current-role-slider {
  list-style: none;
  border-top: 1px solid #E6E6E6;
  padding: 0 140px 0 140px;
}
@media (max-width: 767px) {
  .careers .join-team .additional-res .current-role-slider {
    padding: 0 50px 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .careers .join-team .additional-res .current-role-slider {
    padding: 0 100px 0 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .careers .join-team .additional-res .current-role-slider {
    padding: 0 100px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers .join-team .additional-res .current-role-slider {
    padding: 0 100px 0 100px;
  }
}
.careers .join-team .additional-res .current-role-slider li {
  margin-bottom: 0;
  text-align: center;
  padding-top: 25px;
}
.careers .join-team .additional-res .current-role-slider li a {
  cursor: pointer;
  opacity: 0.5;
}
.careers .join-team .additional-res .current-role-slider .slick-arrow {
  height: 11px;
  width: 6px;
}
.careers .join-team .additional-res .current-role-slider .slick-arrow.slick-prev {
  background-image: url("./assets/images/left.svg");
  left: 50px;
  top: 37px;
}
@media (max-width: 767px) {
  .careers .join-team .additional-res .current-role-slider .slick-arrow.slick-prev {
    left: 0;
    top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers .join-team .additional-res .current-role-slider .slick-arrow.slick-prev {
    top: 35px;
  }
}
.careers .join-team .additional-res .current-role-slider .slick-arrow.slick-next {
  background-image: url("./assets/images/right.svg");
  right: 50px;
  top: 37px;
}
@media (max-width: 767px) {
  .careers .join-team .additional-res .current-role-slider .slick-arrow.slick-next {
    right: 0;
    top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers .join-team .additional-res .current-role-slider .slick-arrow.slick-next {
    top: 35px;
  }
}
.careers .join-team .additional-res .current-role-slider .pgnum.active {
  border-top: 3px solid #FDC300;
}
.careers .join-team .additional-res .current-role-slider .pgnum.active a {
  opacity: 1;
}
.careers .join-team .additional-res .current-role-slider .slick-current.slick-active li {
  border-top: 3px solid #FDC300;
  padding-top: 22px;
}
.careers .join-team .additional-res .current-role-slider .slick-current.slick-active li a {
  opacity: 1;
}
.careers .join-team .additional-res_role {
  position: relative;
}
.careers .join-team .additional-res #currentRole-loader {
  position: absolute;
  top: 37%;
  right: 50%;
  z-index: 999;
}
.careers .join-team .additional-res__title {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.careers .join-team .additional-res__title .title, .careers .join-team .additional-res__title .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .careers .join-team .additional-res__title .heading {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .careers .join-team .additional-res__title {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .careers .join-team .additional-res__title {
    padding-top: 80px;
  }
}

.links-border:first-child {
  border-top: 1px solid #E6E6E6;
}
.links-border .arrow-links {
  margin: 0;
  padding: 25px 50px 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

/********************************
 * ANNOCUMNETS
 * *****************************/
.post_tab-links, .post_tab-links-news {
  border-top: 1px solid #E6E6E6;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post_tab-links, .post_tab-links-news {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .post_tab-links, .post_tab-links-news {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.post_tab-links li, .post_tab-links-news li {
  padding: 0 40px 50px 0;
}
@media (max-width: 767px) {
  .post_tab-links li, .post_tab-links-news li {
    padding: 0 10px 20px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post_tab-links li, .post_tab-links-news li {
    padding: 0 15px 30px 0;
  }
}
.post_tab-links li .post-tab, .post_tab-links li .post-tab-news, .post_tab-links-news li .post-tab, .post_tab-links-news li .post-tab-news {
  cursor: pointer;
  color: #000000;
  opacity: 0.5;
}
.post_tab-links li.active, .post_tab-links-news li.active {
  color: #FDC300;
}
.post_tab-links li.active:before, .post_tab-links-news li.active:before {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_tab-links li.active .post-tab, .post_tab-links li.active .post-tab-news, .post_tab-links-news li.active .post-tab, .post_tab-links-news li.active .post-tab-news {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.post_tab-links li:hover, .post_tab-links-news li:hover {
  color: #FDC300;
}
.post_tab-links li:hover:before, .post_tab-links-news li:hover:before {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_tab-links li:hover span, .post_tab-links-news li:hover span {
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_tab-links li:before, .post_tab-links-news li:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #FDC300;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .post_tab-links li:before, .post_tab-links-news li:before {
    margin-bottom: 10px;
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post_tab-links li:before, .post_tab-links-news li:before {
    margin-bottom: 10px;
    height: 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .post_tab-links li:before, .post_tab-links-news li:before {
    height: 2px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .post_tab-links li:before, .post_tab-links-news li:before {
    height: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post_tab-links .slick-arrow.slick-prev, .post_tab-links-news .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post_tab-links .slick-arrow.slick-next, .post_tab-links-news .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .post_tab-links, .post_tab-links-news {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .ancm-slider {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ancm-slider {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    overflow-x: scroll;
  }
}

/*********************************
 * NEWSLETTER
 * ******************************/
.newsletter {
  background-color: #F9F8F6;
}
.newsletter .news-post__item {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .newsletter .news-post__item {
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .newsletter .news-post__item {
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .newsletter .news-post__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.newsletter .news-post__item:nth-child(4n) {
  border-right: 1px solid #E6E6E6;
}
.newsletter .news-post__item:nth-child(5n) {
  border-right: none;
}
.newsletter .news-post__title {
  padding-top: 20px;
}
.newsletter-download {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.newsletter-download .size {
  color: #000000;
  font-size: 15px;
}
@media (max-width: 767px) {
  .newsletter-download .size {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .newsletter .slick-list {
    padding: 0 20% 0 0 !important;
    margin-right: -12px;
  }
}

/*****************
 RESOURSES 
*****************/
.resources {
  background-color: #F9F8F6;
}
.resources .resources_item {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b727c;
}
.resources .resources_item:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0093B2;
}
.resources .heading {
  color: #000000;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0;
  padding-bottom: 24px;
  cursor: pointer;
}
.resources .heading:before {
  content: "+";
  top: 0;
  bottom: 100%;
  right: 30px;
  transform: translate(-50%, 50%);
  position: absolute;
  font-size: 25px;
  font-family: "UntitledRegular";
  color: #000000;
  cursor: pointer;
  transition: 0.5s all;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .resources .heading:before {
    right: 90px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .resources .heading:before {
    right: 90px;
  }
}
@media (min-width: 320px) and (max-width: 370px) {
  .resources .heading:before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .resources .heading:before {
    font-size: 20px;
  }
}
.resources .column {
  border-bottom: 1px solid #E6E6E6;
  padding: 24px 0 !important;
}
@media (max-width: 767px) {
  .resources .column {
    padding: 16px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .resources .column {
    padding: 20px 0 !important;
  }
}
.resources .content {
  height: 0;
  overflow: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.resources.active .content {
  height: auto;
  overflow: visible;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.resources.active .heading:before {
  content: "-";
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*************************
 * Our Campuses
 * *********************/
.campuses-contact .slider__item {
  min-height: auto;
}
@media (max-width: 767px) {
  .campuses-contact .slider__item {
    background-image: none !important;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact .slider__item {
    background-image: none !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .campuses-contact .tab-content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact .tab-content {
    margin-top: 40px;
  }
}
.campuses-contact .map {
  padding: 0;
}
.campuses-contact .map p {
  margin-bottom: 0;
  border-bottom: 1px solid #E6E6E6;
  line-height: 0;
}
@media (max-width: 767px) {
  .campuses-contact .map p {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact .map p {
    border-bottom: none;
  }
}
.campuses-contact .address {
  background-color: #ffffff;
  padding: 20px 20px 20px 30px;
}
@media (max-width: 767px) {
  .campuses-contact .address {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact .address {
    padding: 30px 0 0 0;
  }
}
.campuses-contact .address .campuses-name {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .campuses-contact .address .campuses-name {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact .address .campuses-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .campuses-contact .address .campuses-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .campuses-contact .address .campuses-name {
    font-size: 22px;
    line-height: 26px;
  }
}
.campuses-contact .address p {
  margin: 0;
  font-family: "UntitledLight";
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .campuses-contact .address p {
    font-family: "UntitledRegular";
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact .address p {
    font-family: "UntitledRegular";
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .campuses-contact .address p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .campuses-contact .address p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .campuses-contact iframe {
    max-height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campuses-contact iframe {
    max-height: 100% !important;
  }
}

/********************************
 * OUR DETAILS
 * *****************************/
@media (max-width: 767px) {
  .detail-con {
    background-color: #FDC300;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con {
    background-color: #FDC300;
  }
}
@media (max-width: 767px) {
  .detail-con .heading {
    padding-top: 80px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .heading {
    padding-top: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .detail-con .heading h3 {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .heading h3 {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .detail-con .border hr {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .border hr {
    display: none;
  }
}
.detail-con .content {
  border-bottom: 1px solid #E6E6E6;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .detail-con .content {
    padding: 16px 0;
    margin: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .content {
    padding: 16px 0;
    margin: 0 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .detail-con .content {
    padding: 16px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .detail-con .content {
    padding: 16px 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .detail-con .content {
    padding: 20px 0;
  }
}
.detail-con .content:first-child {
  border-top: 1px solid #E6E6E6;
}
.detail-con .content .name, .detail-con .content .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .type, .detail-con .content .contact, .detail-con .content .email {
  margin-bottom: 0;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .detail-con .content .name, .detail-con .content .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .type, .detail-con .content .contact, .detail-con .content .email {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .content .name, .detail-con .content .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .type, .detail-con .content .contact, .detail-con .content .email {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .detail-con .content .name, .detail-con .content .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .type, .detail-con .content .contact, .detail-con .content .email {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .detail-con .content .name, .detail-con .content .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .type, .detail-con .content .contact, .detail-con .content .email {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .detail-con .content .name, .detail-con .content .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .type, .detail-con .content .contact, .detail-con .content .email {
    font-size: 24px;
    line-height: 27px;
  }
}
.detail-con .content .contact, .detail-con .content .email {
  font-family: "UntitledLight";
  color: #A7A9AC;
}
@media (max-width: 767px) {
  .detail-con .content .contact, .detail-con .content .email {
    font-family: "UntitledRegular";
    color: #000000;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .content .contact, .detail-con .content .email {
    font-family: "UntitledRegular";
    color: #000000;
  }
}
@media (max-width: 767px) {
  .detail-con .image-box {
    margin-top: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .detail-con .image-box {
    margin-top: 80px;
    width: 100%;
  }
}

.join-tour-form ::placeholder, .get-in-touch ::placeholder {
  color: #6b727c;
}

/**************************
 * Get in Touch Form
 * ***********************/
.get-in-touch {
  background-color: #F9F8F6;
}
.get-in-touch .form {
  max-width: 50%;
  margin: 0 auto;
}
.get-in-touch .form .your-name {
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .get-in-touch .form {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-in-touch .form {
    max-width: 100%;
  }
}
.get-in-touch .message.star:before {
  transform: translate(50%, 100%);
  left: -4px;
  top: auto;
}

/*****************************
 * Enrolment Process
 * **************************/
.enrol-process {
  background-color: #F9F8F6;
}
.enrol-process .pullout {
  margin-right: 144px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .enrol-process .pullout {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .enrol-process .pullout {
    color: #6b727c;
    padding-bottom: 80px;
    text-align: center;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .enrol-process .pullout {
    color: #6b727c;
    padding-bottom: 0;
    text-align: center;
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .enrol-process .pullout {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .enrol-process .enrol-process-slider {
    margin-top: 80px;
  }
}
.enrol-process .pullout-border {
  display: none;
}
@media (max-width: 767px) {
  .enrol-process .pullout-border {
    display: block;
  }
}
.enrol-process .enrol_item {
  padding-right: 50px;
  padding-bottom: 40px;
  border-right: 1px solid #E6E6E6;
}
.enrol-process .enrol_item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .enrol-process .enrol_item {
    margin-top: 80px;
    padding-bottom: 24px;
    padding-right: 10px;
  }
  .enrol-process .enrol_item:nth-child(3n) {
    border-right: 1px solid #E6E6E6;
  }
}
.enrol-process .title, .enrol-process .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .enrol-process .heading {
  color: #0093B2;
  margin-bottom: 0;
}
.enrol-process .content {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .enrol-process .content {
    font-size: 12px;
    line-height: 15px;
  }
}
.enrol-process .buttons .btn {
  margin: 0 20px 16px 20px;
}
.enrol-process .slick-list {
  padding: 0 30% 0 0;
}
.enrol-process .slick-dots {
  bottom: -25px;
}
.enrol-process .slick-dots li {
  margin: 0 10px;
}
.enrol-process .slick-dots li button {
  background-color: #E6E6E6;
  width: 0;
}
.enrol-process .slick-dots li button::before {
  opacity: 1;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  line-height: 0;
  width: 8px;
  height: 8px;
}
.enrol-process .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #E6E6E6;
}

/****************************
 * Campus Tour
 * *************************/
.campus-tour {
  height: 960px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .campus-tour {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campus-tour {
    height: 700px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .campus-tour {
    height: 720px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .campus-tour {
    height: 800px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .campus-tour {
    height: 850px;
  }
}
.campus-tour .campus-tour_item {
  text-align: center;
}
.campus-tour .btn-find-out {
  background: #FFFFFF33 0% 0% no-repeat padding-box;
}
.campus-tour.show-mobile {
  display: none;
}
@media (max-width: 767px) {
  .campus-tour.show-mobile {
    display: block;
    height: 640px;
  }
}
.campus-tour.show-mobile .btn {
  margin-bottom: 60px;
}
.campus-tour.show-mobile .title, .campus-tour.show-mobile .join-tour-form .contact-detail .heading, .join-tour-form .contact-detail .campus-tour.show-mobile .heading {
  margin-bottom: 90px;
}

.fee-structure {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fee-structure .our_values__image {
    width: auto;
  }
}

.fee-schedule, .acer {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .fee-schedule, .acer {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fee-schedule, .acer {
    margin-bottom: 60px;
  }
}
.fee-schedule .tab-links, .acer .tab-links {
  margin-bottom: 0 !important;
}
.fee-schedule table, .acer table {
  margin: 0;
}
.fee-schedule table td, .fee-schedule table th, .acer table td, .acer table th {
  border: none;
  color: #A7A9AC;
  padding: 24px 24px 24px 0;
}
@media (max-width: 767px) {
  .fee-schedule table td, .fee-schedule table th, .acer table td, .acer table th {
    padding: 15px 15px 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fee-schedule table td, .fee-schedule table th, .acer table td, .acer table th {
    padding: 10px 10px 10px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .fee-schedule table td, .fee-schedule table th, .acer table td, .acer table th {
    padding: 15px 15px 15px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .fee-schedule table td, .fee-schedule table th, .acer table td, .acer table th {
    padding: 20px 20px 20px 0;
  }
}
.fees_data {
  border-top: 1px solid #E6E6E6;
}
.fees_data .grade {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .fees_data .grade {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees_data .grade {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .fees_data .grade {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .fees_data .grade .grade-item {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees_data .grade .grade-item {
    display: none;
  }
}
.fees_data .grade td, .fees_data .grade th {
  text-align: left;
}
.fees_data .termYear {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  max-width: 80%;
}
@media (max-width: 767px) {
  .fees_data .termYear {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees_data .termYear {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .fees_data .termYear {
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear th {
    display: none;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear th:first-child {
    display: block;
    border-right: 1px solid #A7A9AC;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear th:nth-child(2) {
    display: block;
    color: #000000;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear tbody tr {
    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;
    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;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear tbody tr td, .fees_data .termYear tbody tr table th, table .fees_data .termYear tbody tr th {
    display: none;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear tbody tr td:first-child, .fees_data .termYear tbody tr table th:first-child, table .fees_data .termYear tbody tr th:first-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .fees_data .termYear .child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees_data .termYear .child {
    display: none;
  }
}
.fees_data .tab-content {
  margin-top: 50px;
}

.fees-download-buttons {
  padding-top: 70px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .fees-download-buttons {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .fees-download-buttons {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees-download-buttons {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .fees-download-buttons {
    padding-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees-download-buttons .buttons {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .fees-download-buttons .buttons .btn--large {
    padding: 20px 60px;
  }
}
.fees-download-buttons .meesage {
  display: none;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .fees-download-buttons .meesage {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fees-download-buttons .meesage {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .fees-download-buttons .meesage {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 370px) {
  .discount .xs_container {
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .discount .xs_container {
    padding: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .discount .xs_container {
    padding: 0 50px;
  }
}

/****************************
 * ACER
 * *************************/
.acer {
  background-color: #DCD8D5;
  margin-bottom: 0;
}
.acer .acer-button {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .acer .acer-button {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .acer .acer-button {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .acer .acer-button {
    padding-top: 50px;
  }
}
.acer .acer-item {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .acer .acer-item {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .acer .acer-item {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .acer .acer-item {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .acer .acer-item .termYear th {
    display: none;
  }
}
@media (max-width: 767px) {
  .acer .acer-item .termYear th:first-child {
    display: block;
    border-right: none;
    padding: 15px 15px 15px 0;
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .acer .acer-item .termYear th:nth-child(2) {
    display: none;
    color: #000000;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .acer .acer-item .termYear tbody tr {
    display: block;
  }
}
.acer td, .acer th {
  color: #808285 !important;
}
.acer .acer-text {
  padding: 24px 0;
  border-bottom: 1px solid #E6E6E6;
  color: #808285;
}
.acer .fees_data {
  border-top: none;
}
.acer .interest-scholarships {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.acer .acer-button.active .btn-interest-sch::before {
  transform: rotate(90deg);
  top: 43%;
}
.acer .acer-button.active .interest-scholarships {
  max-height: 100%;
  overflow: visible;
  transition: max-height 0.2s ease-in-out;
}
.acer .register-sch-form ::placeholder {
  color: #6b727c;
}
.acer .register-sch-form .wpcf7-select {
  color: #6b727c;
}
.acer .register-sch-form select {
  background-color: #DCD8D5;
}
.acer .register-sch-form .student-name {
  border-top: 1px solid #E6E6E6;
}
.acer .register-sch-form .sur_name {
  border-top: 1px solid #E6E6E6;
}
.acer .register-sch-form .wpcf7-response-output {
  color: #6b727c;
}

.accordion {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  outline: none;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-left: 0;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
}
.accordion::after {
  content: "+";
  font-size: 20px;
  float: right;
}
.accordion.is-open::after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
@media (min-width: 320px) and (max-width: 370px) {
  .accordion-content .with-table-fees {
    overflow-x: auto;
    display: block;
  }
}
.accordion-content .with-table-fees tr td.charges, .accordion-content .with-table-fees tr table th.charges, table .accordion-content .with-table-fees tr th.charges {
  padding-left: 15px;
}
.accordion-content.active table tbody tr:first-child td, .accordion-content.active table tbody tr:first-child th {
  border-top: none;
}

.accordion_item {
  margin-bottom: 80px;
}
.accordion_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion_item {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accordion_item {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .accordion_item {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .accordion_item {
    margin-bottom: 70px;
  }
}
.accordion_item .column {
  border-bottom: 1px solid #E6E6E6;
  padding: 24px 0 !important;
}
@media (max-width: 767px) {
  .accordion_item .column {
    padding: 16px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .accordion_item .column {
    padding: 20px 0 !important;
  }
}

/**************************
 * Page Intro
 * ************************/
.page-template-teamplate-join-tour .page-message {
  margin-top: -144px;
}
@media (max-width: 767px) {
  .page-template-teamplate-join-tour .page-message {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-teamplate-join-tour .page-message {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .page-template-teamplate-join-tour .page-message {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-template-teamplate-join-tour .page-message {
    margin-top: -100px;
  }
}
.page-template-teamplate-join-tour .page-message .container {
  padding-top: 144px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .page-template-teamplate-join-tour .page-message .container {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-teamplate-join-tour .page-message .container {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .page-template-teamplate-join-tour .page-message .container {
    margin-top: 0;
    padding-top: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-template-teamplate-join-tour .page-message .container {
    max-width: 95%;
    padding: 100px 60px 0 60px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .page-template-teamplate-join-tour .page-message .container {
    max-width: 95%;
    padding: 100px 60px 0 60px;
  }
}
.page-template-teamplate-join-tour .page-message .breadcrumbs {
  display: none;
}
.page-template-teamplate-join-tour .page-message .intro {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0 240px;
}
@media (max-width: 767px) {
  .page-template-teamplate-join-tour .page-message .intro {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-teamplate-join-tour .page-message .intro {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .page-template-teamplate-join-tour .page-message .intro {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-template-teamplate-join-tour .page-message .intro {
    padding: 0 100px;
  }
}

/**********************
 * HOW to JOIN TOUR
 * ********************/
.how-joinTour-tabs .number {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .how-joinTour-tabs .number {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-joinTour-tabs .number {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-joinTour-tabs .number {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-joinTour-tabs .number {
    margin-bottom: 80px;
  }
}
.how-joinTour-tabs .number .count-number {
  display: inline-flex;
  padding: 5px 25px;
  background-color: #FDC300;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  font-variant-numeric: lining-nums;
}
@media (max-width: 767px) {
  .how-joinTour-tabs .number .count-number {
    padding: 5px 22px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-joinTour-tabs .number .count-number {
    padding: 2px 12px !important;
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-joinTour-tabs .number .count-number {
    padding: 2px 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-joinTour-tabs .number .count-number {
    padding: 5px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-joinTour-tabs .number .count-number {
    padding: 5px 20px;
  }
}
.how-joinTour-tabs .number .column {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .how-joinTour-tabs .number .column {
    padding-right: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .how-joinTour-tabs .number .column:first-child {
    border-top: 1px solid #E6E6E6;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-joinTour-tabs .number .column {
    padding-right: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .how-joinTour-tabs .number .column:first-child {
    border-top: 1px solid #E6E6E6;
  }
}
.how-joinTour-tabs .number .column .colum-item {
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 767px) {
  .how-joinTour-tabs .number .column .colum-item {
    display: flex;
    border-right: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-joinTour-tabs .number .column .colum-item {
    display: flex;
    border-right: none;
    margin-bottom: 0;
  }
}
.how-joinTour-tabs .number .column:last-child .border {
  border-right: none;
}
.how-joinTour-tabs .number .text {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}
.how-joinTour-tabs .border {
  display: none;
}
@media (max-width: 767px) {
  .how-joinTour-tabs .border {
    display: block;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-joinTour-tabs .border {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .how-joinTour-tabs .heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-joinTour-tabs .heading {
    margin-bottom: 40px;
  }
}

/*********** Form ************/
@media (max-width: 767px) {
  .join-tour-form {
    background-color: transparent;
  }
}
.join-tour-form .contact-detail .title, .join-tour-form .contact-detail .heading {
  border-bottom: 1px solid #E6E6E6;
  padding: 24px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .join-tour-form .contact-detail .title, .join-tour-form .contact-detail .heading {
    display: none;
  }
}
.join-tour-form .contact-detail .heading {
  display: block;
}
.join-tour-form .contact-detail .third-column-wrapper p {
  margin-bottom: 0;
}
.join-tour-form .contact-detail .thid-column {
  margin-top: 24px;
}
.join-tour-form .number {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .join-tour-form .number {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .join-tour-form .number {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.join-tour-form .count-number {
  display: inline-flex;
  padding: 5px 25px;
  background-color: #FDC300;
  border-radius: 50%;
  margin: 0;
  font-variant-numeric: lining-nums;
}
@media (max-width: 767px) {
  .join-tour-form .count-number {
    padding: 5px 22px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .join-tour-form .count-number {
    padding: 2px 12px !important;
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .join-tour-form .count-number {
    padding: 2px 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .join-tour-form .count-number {
    padding: 5px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .join-tour-form .count-number {
    padding: 5px 20px;
  }
}
.join-tour-form .text {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .join-tour-form .text {
    margin-left: 10px;
  }
}
.join-tour-form .error-ms {
  margin-bottom: 20px;
}

/*************************
 * Join Tours
 */
.how-join-tour .picture {
  position: relative;
  padding: 100px 0 80px 0;
  height: 960px;
}
@media (max-width: 767px) {
  .how-join-tour .picture {
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-join-tour .picture {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .picture {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .picture {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .picture {
    padding: 50px 0 40px 0;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .how-join-tour .picture {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .how-join-tour .picture {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-join-tour .picture {
    height: 410px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .picture {
    height: 500px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .picture {
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .picture {
    height: 610px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .how-join-tour .picture {
    height: 700px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .how-join-tour .picture {
    height: 800px;
  }
}
.how-join-tour .picture .secbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 960px;
}
@media (max-width: 767px) {
  .how-join-tour .picture .secbg {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-join-tour .picture .secbg {
    height: 410px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .picture .secbg {
    height: 500px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .picture .secbg {
    height: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .picture .secbg {
    height: 610px;
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .how-join-tour .picture .secbg {
    height: 680px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .how-join-tour .picture .secbg {
    height: 700px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .how-join-tour .picture .secbg {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .how-join-tour .picture .secbg.desktop-show {
    display: none;
  }
}
.how-join-tour .picture .secbg.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .how-join-tour .picture .secbg.mobile-show {
    display: block;
  }
}
.how-join-tour .which-campus {
  padding: 25px 0;
  border-bottom: 1px solid rgba(253, 253, 253, 0.5);
  cursor: pointer;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .how-join-tour .which-campus {
    padding: 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-join-tour .which-campus {
    padding: 12px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .which-campus {
    padding: 18px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .which-campus {
    padding: 18px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .which-campus {
    padding: 18px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .which-campus.arrow-links::after {
    height: 40px;
    width: 40px;
  }
}
.how-join-tour .which-campus.active-campus .name, .how-join-tour .which-campus.active-campus .type, .how-join-tour .which-campus.active-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus.active-campus .contact, .how-join-tour .which-campus.active-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus.active-campus .email {
  color: #0093B2;
}
.how-join-tour .which-campus.active-campus .type {
  color: #0093B2;
}
.how-join-tour .which-campus.active-campus.arrow-links--white::after {
  background-image: url("./assets/images/bg_white_Right.svg");
}
.how-join-tour .which-campus .name, .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus .contact, .how-join-tour .which-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus .email {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .how-join-tour .which-campus .name, .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus .contact, .how-join-tour .which-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus .email {
    font-size: 15px;
    line-height: 15px;
    font-family: "UntitledRegular";
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .which-campus .name, .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus .contact, .how-join-tour .which-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus .email {
    font-size: 15px;
    line-height: 15px;
    font-family: "UntitledRegular";
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .which-campus .name, .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus .contact, .how-join-tour .which-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus .email {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .which-campus .name, .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus .contact, .how-join-tour .which-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus .email {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .how-join-tour .which-campus .name, .how-join-tour .which-campus .type, .how-join-tour .which-campus .detail-con .content .contact, .detail-con .content .how-join-tour .which-campus .contact, .how-join-tour .which-campus .detail-con .content .email, .detail-con .content .how-join-tour .which-campus .email {
    font-size: 25px;
    line-height: 27px;
  }
}
.how-join-tour .which-campus .type {
  font-family: "UntitledLight";
}
.how-join-tour .which-campus.arrow-links {
  margin: 0;
}
.how-join-tour .which-campus:hover h4 {
  color: #0093B2;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.how-join-tour .number {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(253, 253, 253, 0.5);
}
@media (max-width: 767px) {
  .how-join-tour .number {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .number {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .number {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .number {
    padding-bottom: 50px;
  }
}
@media (min-width: 1600px) and (max-width: 1819px) {
  .how-join-tour .number {
    padding-bottom: 50px;
  }
}
.how-join-tour .count-number {
  display: inline-flex;
  padding: 5px 25px;
  background-color: #FDC300;
  border-radius: 50%;
  margin: 0;
  font-variant-numeric: lining-nums;
}
@media (max-width: 767px) {
  .how-join-tour .count-number {
    padding: 5px 22px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-join-tour .count-number {
    padding: 2px 12px !important;
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .count-number {
    padding: 2px 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .count-number {
    padding: 5px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .count-number {
    padding: 5px 20px;
  }
}
.how-join-tour .text {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  font-family: "UntitledMedium";
  margin-bottom: 0;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .how-join-tour .text {
    margin-left: 10px;
    font-family: "UntitledRegular";
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .text {
    margin-left: 10px;
    font-family: "UntitledRegular";
  }
}
.how-join-tour .available-times {
  background-color: #DCD8D5;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .how-join-tour .available-times {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .how-join-tour .available-times {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .available-times {
    padding-top: 80px;
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .how-join-tour .available-times {
    padding-top: 170px;
  }
}
.how-join-tour .available-times .avl_item {
  cursor: pointer;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 20px 20px 0;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .avl_item {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .avl_item {
    border-top: none;
    padding: 15px 0;
  }
}
.how-join-tour .available-times .avl_item.active-avl {
  background-color: #071D49;
  margin: 0 -1px;
}
.how-join-tour .available-times .avl_item.active-avl .avl_item-detail {
  border-left: none;
}
.how-join-tour .available-times .number {
  border-bottom: none;
}
.how-join-tour .available-times .text {
  color: #000000;
  font-family: "UntitledRegular";
}
.how-join-tour .available-times .avl_item-detail {
  padding-left: 20px;
  border-left: 1px solid #E6E6E6;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .avl_item-detail {
    border-left: none;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .avl_item-detail {
    padding-bottom: 10px;
  }
}
.how-join-tour .available-times .avl_item-detail .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
.how-join-tour .available-times .avl_item-detail .date .day {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .avl_item-detail .date .day {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .avl_item-detail .date .day {
    margin-right: 40px;
  }
}
.how-join-tour .available-times .avl_item-detail .date p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  color: #808285;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .avl_item-detail .date p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .avl_item-detail .date p {
    font-size: 12px;
    line-height: 14px;
  }
}
.how-join-tour .available-times .avl_item-detail .date .arrow {
  transform: rotate(70deg);
  padding: 0 5px;
}
.how-join-tour .available-times .avl_item-detail .month {
  color: #0093B2;
  padding-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .avl_item-detail .month {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .avl_item-detail .month {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .how-join-tour .available-times .available-times-slider {
    border-top: 1px solid #E6E6E6;
    border-bottom: none;
    padding: 0;
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .available-times-slider {
    border-top: 1px solid #E6E6E6;
    border-bottom: none;
    padding: 0;
    margin: 20px 0;
  }
}
.how-join-tour .available-times .slick-list {
  margin-right: 1px;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.how-join-tour .available-times .slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .how-join-tour .available-times .slick-next {
    top: 76%;
    right: 0;
    transform: rotate(270deg);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .available-times .slick-next {
    right: -22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .available-times .slick-next {
    right: -50px;
  }
}
.how-join-tour .available-times .slick-next:hover {
  background-image: url("./assets/images/bg_white_Right.svg");
}
@media (max-width: 767px) {
  .how-join-tour .available-times .slick-prev {
    top: 88%;
    left: auto;
    right: 0;
    transform: rotate(270deg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .how-join-tour .available-times .slick-prev {
    left: -22px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .how-join-tour .available-times .slick-prev {
    left: -22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .how-join-tour .available-times .slick-prev {
    left: -50px;
  }
}
.how-join-tour .available-times .slick-prev:hover {
  background-image: url("./assets/images/bg_white_Left.svg");
}

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