@charset "UTF-8";
/* FONTS
   ========================================================================== */
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  background: #14296D;
}
body ::-moz-selection {
  background: #183183;
  color: #ffffff;
}
body ::selection {
  background: #183183;
  color: #ffffff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea {
  border: none;
  background: #C7CCDC;
  color: #222222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-radius: 16px;
  height: 60px;
  padding: 0 5px 0 20px;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
  font-weight: 300;
}
input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
  font-weight: 300;
}
input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  opacity: 1;
  font-weight: 300;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #14296D;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
h1 {
  font-size: 75px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: clamp(40px, 6vw, 75px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
h3 {
  font-size: clamp(24px, 6vw, 50px);
}
h4 {
  font-size: clamp(18px, 6vw, 24px);
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  padding-bottom: 20px;
  line-height: 2;
}
a {
  color: #14296D;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1440px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #14296D;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #102157;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*="col-"] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  #content {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  #content {
    padding: 35px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #14296D;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.relative {
  position: relative;
}
.multi-circle::before {
  content: url("../img/multi-circle.svg");
  position: absolute;
  z-index: -1;
}
.top-wave, .bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
}
.top-wave svg, .bottom-wave svg {
  width: 100%;
  height: auto;
}
.top-wave {
  top: 0;
}
.bottom-wave {
  bottom: -1px;
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .grid-3.grid-md-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-md-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-3.grid-md-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-md-4 > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 768px) {
  .grid-3.grid-sm-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-sm-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .grid-3.grid-sm-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-sm-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-3.grid-sm-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-sm-3 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .grid-3.grid-sm-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-sm-4 > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 480px) {
  .grid-3.grid-xs-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-xs-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .grid-3.grid-xs-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-xs-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-3.grid-xs-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-xs-3 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .grid-3.grid-xs-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3.grid-xs-4 > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
.grid-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .grid-4.grid-md-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-md-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-4.grid-md-2 > * {
    margin-bottom: 80px;
  }
  .grid-4.grid-md-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-md-3 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .grid-4.grid-md-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-md-4 > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 768px) {
  .grid-4.grid-sm-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-sm-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .grid-4.grid-sm-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-sm-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-4.grid-sm-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-sm-3 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .grid-4.grid-sm-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-sm-4 > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 480px) {
  .grid-4.grid-xs-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-xs-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .grid-4.grid-xs-1 > * {
    margin-bottom: 80px;
  }
  .grid-4.grid-xs-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-4.grid-xs-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.grid-5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-5 > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
@media (max-width: 1024px) {
  .grid-5.grid-md-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-md-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-5.grid-md-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-md-3 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .grid-5.grid-md-3 > * {
    margin-bottom: 80px;
  }
  .grid-5.grid-md-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-md-4 > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 768px) {
  .grid-5.grid-sm-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-sm-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .grid-5.grid-sm-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-sm-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grid-5.grid-sm-2 > * {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .grid-5.grid-xs-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-xs-1 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .grid-5.grid-xs-1 > * {
    margin-bottom: 80px;
  }
  .grid-5.grid-xs-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-5.grid-xs-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.input-field {
  margin-bottom: 30px;
}
.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 25px 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #ffffff;
  border: none;
  outline: 0;
  background: #3DB9FD;
  border-radius: 23px;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #15aafd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #0299eb;
}
/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg ul {
  margin-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.wysiwyg ul li::before {
  content: url("../img/check.svg");
  position: absolute;
  left: 0;
  top: 0;
}
/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 "Poppins", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ff5f5f;
  background: #eeeeee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
.wpcf7 .hidden-fields-container {
  display: none;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #171C4A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook {
  background: #3b5993;
}
.s-link a.fa-twitter {
  background: #55acee;
}
.s-link a.fa-instagram {
  background: #181818;
}
.s-link a.fa-linkedin {
  background: #3DB9FD;
}
.s-link a.fa-youtube {
  background: #f80000;
}
/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 24px;
  padding-bottom: 15px;
  color: #fff;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail img {
  height: 100%;
  object-fit: cover;
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #cccccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #14296D;
  background: #14296D;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 0;
  overflow: hidden;
  margin-top: 90px;
}
@media (max-width: 1024px) {
  #top {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 300px;
    margin-top: 72px;
  }
}
@media (max-width: 480px) {
  #top {
    min-height: 250px;
  }
}
#top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#top .bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
#top .bottom-wave svg {
  width: 100%;
  height: auto;
}
#top .bottom-wave .gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(53, 162, 238, 0) 0%, #38b6ff 100%);
  z-index: -1;
}
#top h1 {
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#top .info {
  position: relative;
  z-index: 99;
}
#top .info h1 {
  line-height: 1.2;
  margin-bottom: 20px;
}
#top .info p {
  font-size: 20px;
  line-height: 1.6;
}
html {
  overflow-x: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1024px) {
  /* resp_menu_active
========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: fixed;
    z-index: 99999;
    top: 35px;
    right: 15px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #14296D;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -8px;
  }
  .burger .burger-icon::after {
    top: 8px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(8px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-8px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #ffffff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #0c1942;
    border-bottom: 3px solid #0c1942;
    background: rgba(20, 41, 109, 0.97);
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #183183;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #102157;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #ffffff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #1c3998;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #183183;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #ffffff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #183183;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
    top: 13px;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .burger {
    top: 27px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.arrow-to-btn {
  position: relative;
}
.arrow-to-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "fontawesome";
  z-index: 9;
  pointer-events: none;
}
.arrow-to-btn .btn {
  font-size: 0;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header .wrap {
  width: 1848px;
}
header .logo {
  opacity: 1;
  color: #181818;
  max-width: 248px;
  width: 100%;
  height: 90px;
}
@media (max-width: 768px) {
  header .logo {
    max-width: 200px;
    height: auto;
  }
}
header .logo:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  header .search-container {
    margin-right: 50px;
  }
}
header .search-container .searchform {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .search-container .searchform.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header .search-container .searchform input {
  background: #fff;
  height: 100%;
  font-size: 26px;
  font-weight: 600;
  border: 1px solid #3DB9FD;
  padding: 0 100px 0 15px;
}
header .search-container .searchform input::-webkit-input-placeholder {
  color: #555;
}
header .search-container .searchform input::-moz-placeholder {
  opacity: 1;
  color: #555;
}
header .search-container .searchform input:-ms-input-placeholder {
  color: #555;
}
@media (max-width: 768px) {
  header .search-container .searchform input {
    font-size: 20px;
    padding: 0 80px 0 15px;
  }
}
header .search-container .searchform .icon-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90px;
  background: #14296D;
  border-radius: 0 16px 16px 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .search-container .searchform .icon-search {
    width: 70px;
  }
}
header .search-container .searchform .icon-search i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
header .search-container .click-to-show-search-form {
  width: 55px;
  height: 55px;
  background: #171C4A;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .search-container .click-to-show-search-form {
    width: 50px;
    height: 50px;
  }
}
header .search-container .click-to-show-search-form i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  z-index: 9;
}
@media (max-width: 768px) {
  header .search-container .click-to-show-search-form i {
    font-size: 18px;
  }
}
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li {
  margin-right: 110px;
}
@media (max-width: 1440px) {
  .main_nav .level_a > li {
    margin-right: 50px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li {
    margin-right: 30px;
  }
}
.main_nav .level_a > li:last-child {
  margin-right: 0;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #14296D;
  font-weight: 600;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #3DB9FD;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: "";
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #1c3998;
  border-bottom: 3px solid #1c3998;
  background: #14296D;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #ffffff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #2449c3;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 50px 0;
  background: #171C4A;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  footer {
    padding: 35px 0;
  }
}
footer h4 {
  color: #3DB9FD;
}
footer .left .logo {
  margin-bottom: 10px;
}
footer .left .footer-info p {
  font-size: 12px;
}
footer .center .footer-nav ul li {
  margin-bottom: 15px;
}
footer .center .footer-nav ul li.hide-element-in-footer {
  display: none;
}
footer .center .footer-nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
footer .subscribe .arrow-to-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
}
footer .subscribe .arrow-to-btn:before {
  left: 46%;
}
footer .subscribe .arrow-to-btn .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 50px;
  border-radius: 12px;
  padding: 10px;
}
footer .subscribe input[type="email"] {
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid #3DB9FD;
}
.footer-wave {
  font-size: 0;
  margin-bottom: -2px;
  overflow: hidden;
  z-index: 999;
}
.footer-wave svg {
  width: 100%;
  height: auto;
}
/* ==========================================================================
   WHERE WE GO
   ========================================================================== */
.top-info-section {
  padding-bottom: 40px;
}
.top-info-section p {
  font-size: 20px;
}
.logos h2 {
  text-align: center;
}
.logos .items {
  justify-content: center;
}
.logos .items .item {
  background: #fff;
  border-radius: 29px;
  text-align: center;
  padding: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 265px;
  margin-bottom: 34px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.5);
}
.logos .items .item.no-info {
  padding: 30px;
}
.logos .items .item .text {
  color: #14296D;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ==========================================================================
   HOME
   ========================================================================== */
.home #top {
  min-height: 880px;
  background-attachment: fixed;
}
@media (max-width: 1280px) {
  .home #top {
    min-height: 650px;
  }
}
@media (max-width: 1024px) {
  .home #top {
    min-height: 550px;
  }
}
.home #top .info {
  max-width: 1160px;
  text-align: left;
}
.home #top .info h1 {
  line-height: 1.2;
  font-size: clamp(36px, 5vw, 86px);
}
.home #top .info p {
  font-size: 21px;
  font-weight: 600;
  max-width: 644px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home #top .images {
    display: none;
  }
}
.home #top .images img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .home #top .images img {
    transform: scale(0.8);
    transform-origin: bottom right;
  }
}
@media (max-width: 1280px) {
  .home #top .images img {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .home #top .images img {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.home #top .images img.candy-1 {
  z-index: 5;
}
.home #top .images img.cheeps {
  z-index: 4;
}
.home #top .images img.popcorn {
  z-index: 3;
}
.home #top .images img.candy-2 {
  z-index: 2;
}
.home #top .images img.water {
  z-index: 1;
}
.home .left-right-content .image .multi-circle::before {
  left: -41px;
  top: -63px;
}
.home .left-right-content .color-circles {
  position: absolute;
  right: 0;
  top: 50%;
}
.home .left-right-content .color-circles::before {
  content: url("../img/color-circle.svg");
}
.home .about-text {
  padding: 215px 0;
  background: #3DB9FD;
  background-image: url("../img/img1.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .home .about-text {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .home .about-text {
    padding: 60px 0;
  }
}
.home .about-text .info {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1440px) {
  .home #our-mission .images img {
    transform: scale(0.8);
    transform-origin: bottom right;
  }
}
@media (max-width: 1280px) {
  .home #our-mission .images img {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .home #our-mission .images img {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.home .our-mission {
  overflow: hidden;
  padding: 130px 0 360px;
}
@media (max-width: 1024px) {
  .home .our-mission {
    padding: 100px 0 300px;
  }
}
@media (max-width: 768px) {
  .home .our-mission {
    padding: 60px 0 100px;
  }
}
@media (max-width: 480px) {
  .home .our-mission {
    padding: 30px 0 60px;
  }
}
.home .our-mission .info {
  max-width: 535px;
  width: 100%;
  z-index: 20;
  position: relative;
}
@media (max-width: 768px) {
  .home .our-mission .images {
    display: none;
  }
}
.home .our-mission .images img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .home .our-mission .images img {
    transform: scale(0.9);
    transform-origin: bottom right;
  }
}
@media (max-width: 1280px) {
  .home .our-mission .images img {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .home .our-mission .images img {
    transform: scale(0.5);
    transform-origin: bottom right;
  }
}
.home .our-mission .images img.candy-1 {
  z-index: 6;
  right: 182px;
}
.home .our-mission .images img.candy-3 {
  z-index: 5;
}
.home .our-mission .images img.cheeps {
  z-index: 4;
}
.home .our-mission .images img.nuts {
  z-index: 3;
}
.home .our-mission .images img.pink-1 {
  z-index: 9;
}
.home .our-mission .images img.pink-2 {
  z-index: 7;
}
.home .our-mission .images img.popcorn {
  z-index: 2;
}
.home .our-mission .images img.candy-2 {
  z-index: 8;
  right: 120px;
}
.home .our-mission .images img.water {
  z-index: 1;
}
@media (max-width: 768px) {
  .home .our-mission .img-2 {
    display: none;
  }
}
.home .our-mission .img-2 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .home .our-mission .img-2 img {
    left: -60px;
  }
}
.home .our-mission .bottom-wave {
  z-index: 10;
}
.home .footer-wave {
  margin-top: -129px;
  z-index: 999;
}
.home .icon-box {
  background-color: #3DB9FD;
}
.home .icon-box h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .home .icon-box h2 {
    margin-bottom: 100px;
  }
}
.home .icon-box .items {
  position: relative;
  z-index: 99;
}
.home .icon-box .item {
  background: #fff;
  border-radius: 29px;
  padding: 75px 18px 30px;
  position: relative;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
}
.home .icon-box .item .circle-wave {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -60px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.home .icon-box .item .circle-wave .wave {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 120px;
}
.home .icon-box .item .circle-wave .wave img {
  width: 120px;
}
.home .icon-box .item .circle-wave .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home .icon-box .item .icon img {
  width: 64px;
}
.home .icon-box .item .text {
  color: #14296D;
  font-size: clamp(24px, 3vw, 31px);
  font-weight: 600;
  text-align: center;
}
.home .icon-box .item .number {
  font-size: 50px;
  font-weight: 800;
}
.home .our-values {
  padding: 70px 0 200px;
}
@media (max-width: 1440px) {
  .home .our-values {
    padding: 70px 0 150px;
  }
}
@media (max-width: 1024px) {
  .home .our-values {
    padding: 70px 0 20px;
  }
}
.home .our-values .coffee {
  position: absolute;
  z-index: 9;
  top: 0;
}
.home .our-values .coffee-left {
  left: 0;
}
@media (max-width: 1024px) {
  .home .our-values .coffee-left {
    top: auto;
    bottom: -100px;
  }
}
.home .our-values .coffee-right {
  right: 0;
}
.home .our-values::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(86, 202, 200, 0) 0%, #35a2e9 100%);
}
.home .industry-recognition {
  padding: 100px 0;
  background-image: url("../img/img3.svg");
}
.home .industry-recognition .title {
  text-align: center;
  margin-bottom: 50px;
}
.home .industry-recognition .title p {
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.2;
  font-weight: 500;
}
.home .industry-recognition .item {
  margin-bottom: 50px;
}
.home .industry-recognition .item .info {
  max-width: 258px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.home .industry-recognition .item .info .text {
  font-size: 21px;
  font-weight: 600;
  color: #FFD334;
  text-transform: uppercase;
}
.home .industry-recognition .bottom-info {
  text-align: center;
}
.home .industry-recognition .bottom-info p {
  font-size: 19px;
  font-weight: 500;
}
.home .what-we-do {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .home .what-we-do {
    padding: 70px 0 0px;
  }
}
@media (max-width: 768px) {
  .home .what-we-do {
    padding: 70px 0 20px;
  }
}
.home .what-we-do::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(86, 202, 200, 0) 0%, #3DB9FD 100%);
}
.home .what-we-do h2 {
  margin-bottom: 20px;
}
.home .what-we-do .top-title {
  text-align: center;
  margin-bottom: 100px;
}
.home .what-we-do .top-title p {
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.2;
  font-weight: 500;
}
.home .what-we-do .item .text {
  font-size: 19px;
  font-weight: 500;
}
.home .meet-our-team {
  background: #3DB9FD;
  padding: 60px 0 120px;
}
@media (max-width: 1024px) {
  .home .meet-our-team {
    padding: 30px 0 100px;
  }
}
@media (max-width: 768px) {
  .home .meet-our-team {
    padding: 20px 0 100px;
  }
}
.home .meet-our-team::before, .home .meet-our-team::after {
  position: absolute;
}
.home .meet-our-team::before {
  content: url("../img/mot-left.svg");
  left: 0;
  top: 150px;
}
.home .meet-our-team::after {
  content: url("../img/mot-right.svg");
  right: 0;
  top: 0;
}
.home .meet-our-team h2 {
  text-align: center;
  margin-bottom: 54px;
  position: relative;
  z-index: 99;
}
.home .meet-our-team .swiper-slide .image {
  margin-bottom: 30px;
}
.home .meet-our-team .swiper-slide .image img {
  border-radius: 130px;
  aspect-ratio: 0.8;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.home .meet-our-team .swiper-slide .info {
  text-align: center;
}
.home .meet-our-team .swiper-slide .info .name {
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 600;
  color: #152A6E;
}
.home .meet-our-team .swiper-slide .info .position {
  font-size: clamp(18px, 2vw, 24px);
  color: #14296D;
}
.home .meet-our-team .swiper-wrap {
  position: relative;
}
@media (max-width: 1700px) {
  .home .meet-our-team .swiper-wrap {
    padding: 0 100px;
  }
}
@media (max-width: 1024px) {
  .home .meet-our-team .swiper-wrap {
    padding: 0 70px;
  }
}
.home .meet-our-team .swiper-button {
  width: 69px;
  height: 69px;
  background: #14296D;
  border-radius: 23px;
  position: relative;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .home .meet-our-team .swiper-button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
  }
}
.home .meet-our-team .swiper-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.home .meet-our-team .swiper-button.button-prev {
  left: -107px;
}
@media (max-width: 1700px) {
  .home .meet-our-team .swiper-button.button-prev {
    left: 0px;
  }
}
.home .meet-our-team .swiper-button.button-next {
  right: -107px;
}
@media (max-width: 1700px) {
  .home .meet-our-team .swiper-button.button-next {
    right: 0px;
  }
}
.home .meet-our-team .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
.home .testimonials-form {
  background-image: url("../img/bg2.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .home .testimonials-form {
    padding: 70px 0 135px;
  }
}
@media (max-width: 768px) {
  .home .testimonials-form {
    padding: 30px 0 135px;
  }
}
.home .testimonials-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(2deg, rgba(20, 41, 109, 0) 0%, #14296d 100%);
}
.home .testimonials-form::after {
  content: url("../img/img5.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.home .testimonials-form .images img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .home .testimonials-form .images img {
    transform: scale(0.8) !important;
    transform-origin: bottom right;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
  }
}
@media (max-width: 1280px) {
  .home .testimonials-form .images img {
    transform: scale(0.7) !important;
    -webkit-transform: scale(0.7) !important;
    -moz-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    -o-transform: scale(0.7) !important;
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .home .testimonials-form .images img {
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    transform-origin: bottom right;
  }
}
.home .testimonials-form .images img.candy-1 {
  z-index: 7;
  right: 150px;
}
.home .testimonials-form .images img.cheeps {
  z-index: 3;
}
.home .testimonials-form .images img.popcorn {
  z-index: 2;
}
.home .testimonials-form .images img.candy-2 {
  z-index: 6;
  right: 380px;
}
.home .testimonials-form .images img.water {
  z-index: 2;
}
.home .testimonials-form .images img.nuts {
  z-index: 4;
}
.home .testimonials-form .images img.cacao {
  z-index: 1;
  bottom: 60px;
}
.home .testimonials-form .testimonials {
  border-radius: 20px;
  max-width: 83%;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  padding: 75px 70px 200px;
}
.home .testimonials-form .testimonials .info {
  display: inline-block;
  width: 48.5%;
  vertical-align: top;
}
.home .testimonials-form .testimonials .testimonials-items {
  display: inline-block;
  width: calc(48.5% + 120px);
  position: absolute;
  right: -245px;
}
@media (max-width: 1024px) {
  .home .testimonials-form .testimonials .testimonials-items {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .home .testimonials-form .testimonials .testimonials-items {
    right: -50px;
  }
}
@media (max-width: 480px) {
  .home .testimonials-form .testimonials .testimonials-items {
    right: -20px;
  }
}
.home .testimonials-form .testimonials h2 {
  font-size: 50px;
}
.home .testimonials-form .testimonials .swiper-slide.first-row {
  left: 117px;
}
.home .testimonials-form .testimonials .swiper-slide .testimonial {
  border-radius: 12px;
  background: #fff;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  max-width: 583px;
  width: 100%;
  position: relative;
}
.home .testimonials-form .testimonials .swiper-slide .testimonial .quote {
  width: 50px;
  height: 50px;
  background: #14296D;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 25px;
}
.home .testimonials-form .testimonials .swiper-slide .testimonial .quote::before {
  content: url("../img/quote.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
}
.home .testimonials-form .testimonials .swiper-slide .image {
  flex-basis: 110px;
  margin-right: 20px;
}
.home .testimonials-form .testimonials .swiper-slide .image img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
}
.home .testimonials-form .testimonials .swiper-slide .testimonial-info {
  flex: 1;
  color: #222222;
  font-size: 15px;
}
.home .testimonials-form .testimonials .swiper-slide .testimonial-info .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 50px;
  text-wrap: balance;
}
.home .testimonials-form .testimonials .swiper-slide .testimonial-info p {
  line-height: 1.4;
}
.home .testimonials-form .testimonials .btn-group {
  position: absolute;
  left: 70px;
  bottom: 60px;
  z-index: 99;
  display: flex;
}
.home .testimonials-form .testimonials .btn-group .swiper-button {
  width: 50px;
  height: 50px;
  background: #14296D;
  border-radius: 50%;
  position: relative;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .testimonials-form .testimonials .btn-group .swiper-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.home .testimonials-form .testimonials .btn-group .swiper-button.swiper-button-disabled {
  opacity: 0.7;
  cursor: initial;
}
.home .testimonials-form .testimonials .btn-group .swiper-button:last-child {
  margin-right: 0;
}
.home .testimonials-form .testimonials .btn-group .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home .contact-form-section {
  position: relative;
  z-index: 99;
}
.home .contact-form-section .contact-form {
  max-width: 707px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px 55px 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .home .contact-form-section .contact-form {
    padding: 20px 35px 50px;
  }
}
@media (max-width: 768px) {
  .home .contact-form-section .contact-form {
    padding: 20px 25px 50px;
  }
}
.home .contact-form-section .contact-form::before {
  content: url("../img/img4.svg");
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.home .contact-form-section .contact-form h3 {
  font-size: 47px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  max-width: 450px;
  width: 100%;
  color: #14296D;
  line-height: 1.2;
}
.home .contact-form-section textarea {
  background: rgba(199, 204, 220, 0.73);
}
.home .style-elements::before {
  content: url("../img/tf-left-before.svg");
  position: absolute;
  left: 0;
  top: 30%;
}
.home .style-elements::after {
  content: url("../img/tf-right-after.svg");
  position: absolute;
  right: 0;
  top: 14%;
}
.home .testimonials-new {
  margin-bottom: 85px;
  padding: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .home .testimonials-new {
    padding: 30px;
  }
}
.home .testimonials-new .left {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .home .testimonials-new .left {
    padding-bottom: 15px;
  }
}
.home .testimonials-new .left h2 {
  font-size: 50px;
}
@media (max-width: 1024px) {
  .home .testimonials-new .left h2 {
    font-size: 38px;
  }
  .home .testimonials-new .left h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home .testimonials-new .left h2 {
    font-size: 32px;
  }
}
.home .testimonials-new .left p {
  line-height: 219%;
  color: #000;
}
.home .testimonials-new .left .btn-group {
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: flex;
}
.home .testimonials-new .left .btn-group .swiper-button {
  width: 50px;
  height: 50px;
  background: #14296D;
  border-radius: 50%;
  position: relative;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .testimonials-new .left .btn-group .swiper-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.home .testimonials-new .left .btn-group .swiper-button.swiper-button-disabled {
  opacity: 0.7;
  cursor: initial;
}
.home .testimonials-new .left .btn-group .swiper-button:last-child {
  margin-right: 0;
}
.home .testimonials-new .left .btn-group .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home .testimonials-new .testimonials-items {
  position: relative;
  z-index: 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  justify-content: center;
}
.home .testimonials-new .testimonials-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .home .testimonials-new .testimonials-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home .testimonials-new .testimonials-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home .testimonials-new .testimonials-items .testimonial {
  border-radius: 12px;
  background: #fff;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
}
.home .testimonials-new .testimonials-items .testimonial .quote {
  width: 50px;
  height: 50px;
  background: #14296D;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 25px;
}
.home .testimonials-new .testimonials-items .testimonial .quote::before {
  content: url("../img/quote.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
}
.home .testimonials-new .testimonials-items .image {
  flex-basis: 110px;
  margin-right: 20px;
}
.home .testimonials-new .testimonials-items .image img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
}
.home .testimonials-new .testimonials-items .testimonial-info {
  flex: 1;
  color: #222222;
  font-size: 15px;
}
.home .testimonials-new .testimonials-items .testimonial-info .name {
  font-size: 24px;
  margin-bottom: 10px;
  padding-right: 50px;
  text-wrap: balance;
}
.home .testimonials-new .testimonials-items .testimonial-info p {
  line-height: 1.4;
}
.home .testimonials-new .image-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .home .testimonials-new .image-background {
    right: 0;
  }
}
.home .testimonials-new .image-background img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ==========================================================================
   LEFT RIGHT CONTENT
   ========================================================================== */
.left-right-content {
  overflow: hidden;
  position: relative;
}
.left-right-content .item {
  padding: 170px 0 130px;
  position: relative;
  font-size: 0;
}
@media (max-width: 1024px) {
  .left-right-content .item {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .left-right-content .item {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .left-right-content .item {
    padding: 35px 0;
  }
}
.left-right-content .item:nth-child(even) {
  background: #3DB9FD;
}
.left-right-content .item:nth-child(even) > .flex {
  flex-direction: row-reverse;
}
.left-right-content .item .image img {
  position: relative;
  z-index: 9;
  aspect-ratio: 1.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
}
.left-right-content .item .info {
  font-size: 16px;
}
.left-right-content .item .info p {
  line-height: 2.2;
}
.left-right-content .item .info h3 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px;
}
.left-right-content .item .info .btn {
  min-width: 245px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 25px 20px;
}
.tpl-services .left-right-content .item {
  padding: 100px 0 200px;
  z-index: 99;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tpl-services .left-right-content .item {
    padding: 60px 0 100px;
  }
}
@media (max-width: 480px) {
  .tpl-services .left-right-content .item {
    padding: 35px 0;
  }
}
.tpl-services .left-right-content .item:nth-child(odd) .circles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tpl-services .left-right-content .item:nth-child(odd) .circles::before {
  content: url("../img/services-item-before.svg");
  position: absolute;
  left: 0;
  bottom: 250px;
}
@media (max-width: 1024px) {
  .tpl-services .left-right-content .item:nth-child(odd) .circles::before {
    display: none;
  }
}
.tpl-services .left-right-content .item:nth-child(even) .circles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tpl-services .left-right-content .item:nth-child(even) .circles::before {
  content: url("../img/services-item-after.svg");
  position: absolute;
  right: 0;
  bottom: 250px;
}
@media (max-width: 1024px) {
  .tpl-services .left-right-content .item:nth-child(even) .circles::before {
    display: none;
  }
}
.tpl-services .left-right-content .item:last-child {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .tpl-services .left-right-content .item:last-child {
    padding: 60px 0 100px;
  }
}
@media (max-width: 480px) {
  .tpl-services .left-right-content .item:last-child {
    padding: 35px 0;
  }
}
.tpl-services .left-right-content .item:last-child::before, .tpl-services .left-right-content .item:last-child::after {
  display: none;
}
.tpl-services .left-right-content .item .decoration-style {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.tpl-services .left-right-content .item .decoration-style.left-decoration-style {
  left: 0;
}
.tpl-services .left-right-content .item .decoration-style.right-decoratoion-style {
  right: 0;
}
.tpl-services .left-right-content .item::before {
  content: url("../img/top-wave.svg");
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -1px;
  z-index: 9;
}
.tpl-services .left-right-content .item:nth-child(odd)::after {
  content: url("../img/light-blue-wave.svg");
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -1px;
  z-index: 9;
}
.tpl-services .left-right-content .item .info {
  position: relative;
  z-index: 999;
}
.tpl-services .left-right-content .item .image {
  position: relative;
  z-index: 999;
}
@media (max-width: 1024px) {
  .tpl-services .left-right-content .item .image {
    margin-bottom: 0;
  }
}
.group-item {
  margin-bottom: 60px;
}
.group-item h2 {
  margin-bottom: 35px;
}
.about-us .left-right-content {
  position: relative;
  padding: 0;
}
.about-us .left-right-content .items .item {
  padding-bottom: 272px;
}
@media (max-width: 1440px) {
  .about-us .left-right-content .items .item {
    padding-bottom: 172px;
  }
}
@media (max-width: 1024px) {
  .about-us .left-right-content .items .item {
    padding-bottom: 100px;
  }
}
.about-us .decor-left-cus {
  position: absolute;
  top: 48px;
  left: 0;
}
.about-us .decor-right-cus {
  position: absolute;
  right: 0;
  bottom: 151px;
}
@media (max-width: 1440px) {
  .about-us .decor-right-cus {
    bottom: 0;
  }
}
.about-us .icon-box {
  background-color: #3DB9FD;
}
.about-us .icon-box .items {
  position: relative;
  z-index: 99;
}
.about-us .icon-box .item {
  background: #fff;
  border-radius: 29px;
  padding: 30px 18px 30px;
  position: relative;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .about-us .icon-box .item {
    margin-bottom: 25px;
  }
}
.about-us .icon-box .item .circle-wave {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -60px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.about-us .icon-box .item .circle-wave .wave {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 120px;
}
.about-us .icon-box .item .circle-wave .wave img {
  width: 120px;
}
.about-us .icon-box .item .circle-wave .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-us .icon-box .item .icon img {
  width: 64px;
}
.about-us .icon-box .item .text {
  color: #14296D;
  font-size: clamp(16px, 3vw, 19px);
  font-weight: 600;
  text-align: center;
}
.about-us .icon-box .item .number {
  font-size: 50px;
  font-weight: 800;
}
.about-us .title-box {
  max-width: 1174px;
  text-align: center;
  margin: 0 auto 50px;
}
.about-us .title-box h2 {
  margin-bottom: 33px;
}
.about-us .title-box p {
  font-size: 19px;
  font-weight: 500;
  line-height: 211%;
}
.about-us .our-values {
  overflow: hidden;
  padding: 70px 0 122px;
}
@media (max-width: 1440px) {
  .about-us .our-values {
    padding: 70px 0 150px;
  }
}
@media (max-width: 1024px) {
  .about-us .our-values {
    padding: 70px 0 20px;
  }
}
.about-us .our-values .coffee {
  position: absolute;
  z-index: 9;
  bottom: -166px;
}
.about-us .our-values .coffee-left {
  left: 0;
}
@media (max-width: 1024px) {
  .about-us .our-values .coffee-left {
    top: auto;
    bottom: -100px;
  }
}
.about-us .our-values .coffee-right {
  right: 0;
}
.about-us .our-values::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(86, 202, 200, 0) 0%, #35a2e9 100%);
}
.about-us .bottom-wave {
  z-index: 10;
}
.about-us .our-people {
  overflow: hidden;
  background-color: #39b7fd;
  position: relative;
  z-index: 11;
}
@media (max-width: 1024px) {
  .about-us .our-people {
    padding: 70px 0 0px;
  }
}
.about-us .our-people .decor-left {
  position: absolute;
  content: "";
  left: 0;
  top: 100px;
  width: 145px;
  height: 250px;
  background-image: url("../img/deco-l.png");
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .about-us .our-people .decor-left {
    top: 350px;
  }
}
.about-us .our-people .decor-right {
  position: absolute;
  content: "";
  right: 0;
  top: 52px;
  width: 165px;
  height: 309px;
  background-image: url("../img/deco-r.png");
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .about-us .our-people .decor-right {
    top: 350px;
  }
}
.about-us .our-people .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 139px;
}
@media (max-width: 1440px) {
  .about-us .our-people .wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .about-us .our-people .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .about-us .our-people .wrapper {
    gap: 20px;
  }
}
.about-us .our-people .wrapper .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .about-us .our-people .wrapper .image {
    width: calc(100% + 6%);
    align-self: center;
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.about-us .our-people .wrapper .text_right {
  -webkit-flex-basis: 40.5%;
  -moz-flex-basis: 40.5%;
  -ms-flex-basis: 40.5%;
  flex-basis: 40.5%;
  padding-top: 135px;
  padding-bottom: 130px;
}
@media (max-width: 1440px) {
  .about-us .our-people .wrapper .text_right {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .about-us .our-people .wrapper .text_right {
    padding: 0;
  }
}
.about-us .our-people .wrapper .text_right p {
  font-weight: 500;
  font-size: 19px;
  line-height: 211%;
  color: #fff;
}
.about-us .our-people .wrapper .text_right h2 {
  font-weight: 800;
  font-size: clamp(38px, 6vw, 50px);
  margin-bottom: 27px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.about-us .text-content {
  position: relative;
  overflow-x: hidden;
  padding: 297px 0 249px;
}
@media (max-width: 1440px) {
  .about-us .text-content {
    padding: 120px 0 149px;
  }
}
@media (max-width: 1024px) {
  .about-us .text-content {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .about-us .text-content {
    padding: 45px 0;
  }
}
.about-us .text-content:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 159px;
  background: linear-gradient(180deg, rgba(20, 41, 109, 0) 0%, #14296d 100%);
  z-index: 10;
}
.about-us .text-content .decor-left {
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1.363760218;
  width: 52%;
  max-width: 1000px;
}
.about-us .text-content .decor-left svg {
  width: 100%;
  height: 100%;
}
.about-us .text-content .decor-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  max-width: 1000px;
  aspect-ratio: 1.3513513514;
}
.about-us .text-content .decor-right svg {
  width: 100%;
  height: 100%;
}
.about-us .text-content .wrap {
  width: 1174px;
  text-align: center;
  z-index: 20;
}
.about-us .text-content .wrap h3 {
  margin-bottom: 33px;
  font-family: var(--font-family);
  font-weight: 800;
  text-transform: uppercase;
}
.about-us .text-content .wrap p {
  font-size: 19px;
  font-weight: 500;
}
.about-us .testimonials-form {
  background-image: url("../img/bg2.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .about-us .testimonials-form {
    padding: 70px 0 135px;
  }
}
@media (max-width: 768px) {
  .about-us .testimonials-form {
    padding: 30px 0 135px;
  }
}
.about-us .testimonials-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(2deg, rgba(20, 41, 109, 0) 0%, #14296d 100%);
}
.about-us .testimonials-form::after {
  content: url("../img/img5.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-us .testimonials-form .images img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .about-us .testimonials-form .images img {
    transform: scale(0.8) !important;
    transform-origin: bottom right;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
  }
}
@media (max-width: 1280px) {
  .about-us .testimonials-form .images img {
    transform: scale(0.7) !important;
    -webkit-transform: scale(0.7) !important;
    -moz-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    -o-transform: scale(0.7) !important;
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .about-us .testimonials-form .images img {
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    transform-origin: bottom right;
  }
}
.about-us .testimonials-form .images img.candy-1 {
  z-index: 7;
  right: 150px;
}
.about-us .testimonials-form .images img.cheeps {
  z-index: 3;
}
.about-us .testimonials-form .images img.popcorn {
  z-index: 2;
}
.about-us .testimonials-form .images img.candy-2 {
  z-index: 6;
  right: 380px;
}
.about-us .testimonials-form .images img.water {
  z-index: 2;
}
.about-us .testimonials-form .images img.nuts {
  z-index: 4;
}
.about-us .testimonials-form .images img.cacao {
  z-index: 1;
  bottom: 60px;
}
.about-us .testimonials-form .testimonials {
  border-radius: 20px;
  max-width: 83%;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  padding: 75px 70px 200px;
}
.about-us .testimonials-form .testimonials .info {
  display: inline-block;
  width: 48.5%;
  vertical-align: top;
}
.about-us .testimonials-form .testimonials .testimonials-items {
  display: inline-block;
  width: calc(48.5% + 120px);
  position: absolute;
  right: -245px;
}
@media (max-width: 1024px) {
  .about-us .testimonials-form .testimonials .testimonials-items {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .about-us .testimonials-form .testimonials .testimonials-items {
    right: -50px;
  }
}
@media (max-width: 480px) {
  .about-us .testimonials-form .testimonials .testimonials-items {
    right: -20px;
  }
}
.about-us .testimonials-form .testimonials h2 {
  font-size: 50px;
}
.about-us .testimonials-form .testimonials .swiper-slide.first-row {
  left: 117px;
}
.about-us .testimonials-form .testimonials .swiper-slide .testimonial {
  border-radius: 12px;
  background: #fff;
  display: flex;
  margin-bottom: 20px;
  padding: 30px;
  max-width: 583px;
  width: 100%;
  position: relative;
}
.about-us .testimonials-form .testimonials .swiper-slide .testimonial .quote {
  width: 50px;
  height: 50px;
  background: #14296D;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 25px;
}
.about-us .testimonials-form .testimonials .swiper-slide .testimonial .quote::before {
  content: url("../img/quote.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 55%;
}
.about-us .testimonials-form .testimonials .swiper-slide .image {
  flex-basis: 110px;
  margin-right: 20px;
}
.about-us .testimonials-form .testimonials .swiper-slide .image img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
}
.about-us .testimonials-form .testimonials .swiper-slide .testimonial-info {
  flex: 1;
  color: #222222;
  font-size: 15px;
}
.about-us .testimonials-form .testimonials .swiper-slide .testimonial-info .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-us .testimonials-form .testimonials .swiper-slide .testimonial-info p {
  line-height: 1.4;
}
.about-us .testimonials-form .testimonials .btn-group {
  position: absolute;
  left: 70px;
  bottom: 60px;
  z-index: 99;
  display: flex;
}
.about-us .testimonials-form .testimonials .btn-group .swiper-button {
  width: 50px;
  height: 50px;
  background: #14296D;
  border-radius: 50%;
  position: relative;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-us .testimonials-form .testimonials .btn-group .swiper-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.about-us .testimonials-form .testimonials .btn-group .swiper-button.swiper-button-disabled {
  opacity: 0.7;
  cursor: initial;
}
.about-us .testimonials-form .testimonials .btn-group .swiper-button:last-child {
  margin-right: 0;
}
.about-us .testimonials-form .testimonials .btn-group .swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-us .contact-form-section {
  position: relative;
  z-index: 99;
}
.about-us .contact-form-section .contact-form {
  max-width: 707px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px 55px 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .about-us .contact-form-section .contact-form {
    padding: 20px 35px 50px;
  }
}
@media (max-width: 768px) {
  .about-us .contact-form-section .contact-form {
    padding: 20px 25px 50px;
  }
}
.about-us .contact-form-section .contact-form::before {
  content: url("../img/img4.svg");
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.about-us .contact-form-section .contact-form h3 {
  font-size: 47px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  max-width: 450px;
  width: 100%;
  color: #14296D;
  line-height: 1.2;
}
.about-us .contact-form-section textarea {
  background: rgba(199, 204, 220, 0.73);
}
.about-us .style-elements::before {
  content: url("../img/tf-left-before.svg");
  position: absolute;
  left: 0;
  top: 30%;
}
.about-us .style-elements::after {
  content: url("../img/tf-right-after.svg");
  position: absolute;
  right: 0;
  top: 14%;
}
.about-us .images img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .about-us .images img {
    transform: scale(0.8) !important;
    transform-origin: bottom right;
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
  }
}
@media (max-width: 1280px) {
  .about-us .images img {
    transform: scale(0.7) !important;
    -webkit-transform: scale(0.7) !important;
    -moz-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    -o-transform: scale(0.7) !important;
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .about-us .images img {
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    transform-origin: bottom right;
  }
}
.about-us .images img.candy-1 {
  z-index: 7;
  right: 150px;
}
.about-us .images img.cheeps {
  z-index: 3;
}
.about-us .images img.popcorn {
  z-index: 2;
}
.about-us .images img.candy-2 {
  z-index: 6;
  right: 380px;
}
.about-us .images img.water {
  z-index: 2;
}
.about-us .images img.nuts {
  z-index: 4;
}
.about-us .images img.cacao {
  z-index: 1;
  bottom: 60px;
}
.tpl-about-us .footer-wave {
  margin-top: -129px;
  z-index: 999;
}
.how-we-work {
  position: relative;
  z-index: 10;
  padding: 178px 0 240px;
}
@media (max-width: 1024px) {
  .how-we-work {
    padding: 70px 0 240px;
  }
}
@media (max-width: 768px) {
  .how-we-work {
    padding: 70px 0 140px;
  }
}
.how-we-work .decore-left {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .how-we-work .decore-left {
    display: none;
  }
}
.how-we-work .decore-center {
  position: absolute;
  right: 42%;
  bottom: 170px;
}
@media (max-width: 1440px) {
  .how-we-work .decore-center {
    bottom: 100px;
    right: 42%;
  }
}
@media (max-width: 1280px) {
  .how-we-work .decore-center {
    right: 32%;
  }
}
@media (max-width: 768px) {
  .how-we-work .decore-center {
    right: -12%;
    bottom: 0px;
  }
  .how-we-work .decore-center img {
    transform: scale(0.65);
  }
}
.how-we-work .popcorn {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .how-we-work .popcorn {
    display: none;
  }
}
.how-we-work .popcorn img {
  -webkit-transition: 300ms 0.3s ease;
  -moz-transition: 300ms 0.3s ease;
  -ms-transition: 300ms 0.3s ease;
  transition: 300ms 0.3s ease;
}
@media (max-width: 1440px) {
  .how-we-work .popcorn img {
    transform: scale(0.9);
    transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .how-we-work .popcorn img {
    transform: scale(0.65);
    transform-origin: top right;
  }
}
.how-we-work .popcorn-f {
  bottom: 0;
}
@media (max-width: 1540px) {
  .how-we-work .popcorn-f {
    right: -200px;
  }
}
@media (max-width: 1440px) {
  .how-we-work .popcorn-f {
    bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .how-we-work .popcorn-f {
    right: -400px;
  }
}
@media (max-width: 1024px) {
  .how-we-work .popcorn-f {
    right: -400px;
    top: 0;
    bottom: auto;
  }
}
.how-we-work .popcorn-s {
  bottom: 0;
}
@media (max-width: 1440px) {
  .how-we-work .popcorn-s {
    bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-work .popcorn-s {
    top: 0;
    bottom: auto;
  }
}
.how-we-work .text-wrapper {
  width: 590px;
  max-width: 100%;
}
