@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

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

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
}

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

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

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

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

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

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

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

figure {
  margin: 0;
}

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

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

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

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

.admin-bar #wpadminbar #wp-admin-bar-tns-admin-logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin-bar #wpadminbar #wp-admin-bar-tns-admin-logo a img {
  max-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/hero-bg.png");
  padding-top: 340px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .hero-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper {
    padding-top: 100px;
    padding-bottom: 400px;
  }
}
.hero-wrapper .section-title {
  text-align: center;
  color: #FFF;
  font-size: 120px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 1499px) {
  .hero-wrapper .section-title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-wrapper .section-title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .section-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .section-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 424px) {
  .hero-wrapper .section-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.hero-wrapper .hero-widget-1 {
  text-align: right;
}
@media (max-width: 991px) {
  .hero-wrapper .hero-widget-1 {
    text-align: center;
  }
}
.hero-wrapper .hero-widget-1 .subtitle {
  color: #FFF;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 100px;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  padding: 9px 90px;
  margin-bottom: 147px;
}
@media (max-width: 1499px) {
  .hero-wrapper .hero-widget-1 .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-wrapper .hero-widget-1 .subtitle {
    font-size: 35px;
    padding: 9px 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .hero-widget-1 .subtitle {
    text-align: center;
    font-size: 25px;
    padding: 9px 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero-widget-1 .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 424px) {
  .hero-wrapper .hero-widget-1 .subtitle {
    font-size: 18px;
  }
}
.hero-wrapper .hero-widget-1 .img-wrapper img {
  border-radius: 40px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .hero-wrapper .hero-widget-1 .img-wrapper img {
    border-radius: 25px;
  }
}
@media (max-width: 424px) {
  .hero-wrapper .hero-widget-1 .img-wrapper img {
    border-radius: 20px;
  }
}
.hero-wrapper .hero-widget-2 {
  padding-top: 9px;
}
@media (max-width: 991px) {
  .hero-wrapper .hero-widget-2 {
    text-align: center;
  }
}
.hero-wrapper .hero-widget-2 .subtitle {
  color: #FFF;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 150px;
}
@media (max-width: 1499px) {
  .hero-wrapper .hero-widget-2 .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-wrapper .hero-widget-2 .subtitle {
    font-size: 35px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .hero-widget-2 .subtitle {
    text-align: center;
    font-size: 25px;
    padding: 9px 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero-widget-2 .subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 424px) {
  .hero-wrapper .hero-widget-2 .subtitle {
    font-size: 20px;
  }
}
.hero-wrapper .hero-widget-2 .content-wrapper {
  color: #FFF;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 424px) {
  .hero-wrapper .hero-widget-2 .content-wrapper {
    font-size: 18px;
    line-height: 1.4;
  }
}
.hero-wrapper .hero-widget-2 .hero-link {
  background-image: url("../images/link-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  display: block;
  font-size: 0;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .hero-wrapper .hero-widget-2 .hero-link {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .hero-widget-2 .hero-link {
    margin: 50px auto 0 auto;
  }
}

.about-wrapper {
  background-image: url("../images/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 90px;
  padding-top: 143px;
}
@media (max-width: 1199px) {
  .about-wrapper {
    padding-top: 0;
    margin-top: -200px;
  }
}
.about-wrapper .section-desc {
  color: #33393D;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper .section-desc {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .section-desc {
    font-size: 20px;
  }
}
.about-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 1199px) {
  .about-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .section-title {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .about-wrapper .section-title {
    font-size: 30px;
  }
}
.about-wrapper .content-wrapper {
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .about-wrapper .content-wrapper {
    text-align: left;
    padding: 0;
  }
}
.about-wrapper .img-wrapper {
  position: relative;
}
.about-wrapper .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 40px;
}
.about-wrapper .img-wrapper .about-link {
  background-image: url("../images/link-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 225px;
  height: 225px;
  border-radius: 200px;
  display: block;
  font-size: 0;
  position: absolute;
  bottom: 80px;
  left: -112px;
}
@media (max-width: 1499px) {
  .about-wrapper .img-wrapper .about-link {
    width: 170px;
    height: 170px;
    left: -85px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .img-wrapper .about-link {
    width: 100px;
    height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.up-value-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/services-bg.png");
  overflow: hidden;
  padding-top: 110px;
}
.up-value-wrapper .ups-value-wrapper .section-title-wrapper {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .ups-value-wrapper .section-title-wrapper {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .ups-value-wrapper .section-title-wrapper {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .up-value-wrapper .ups-value-wrapper .section-title-wrapper {
    font-size: 40px;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .ups-value-wrapper .text-box {
    margin-bottom: 50px;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.up-value-wrapper .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
  padding-left: 288px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
    padding-left: 150px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
    padding-left: 130px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .up-value-wrapper .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box .img-wrapper {
  -webkit-flex-basis: 218px;
  -moz-flex-basis: 218px;
  -ms-flex-basis: 218px;
  flex-basis: 218px;
  max-width: 218px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .ups-value-wrapper .text-box .img-wrapper {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .up-value-wrapper .ups-value-wrapper .text-box .img-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box .img-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .up-value-wrapper .ups-value-wrapper .text-box .img-wrapper img {
    max-width: 100px;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box .content-wrapper {
  -webkit-flex-basis: calc(100% - 218px);
  -moz-flex-basis: calc(100% - 218px);
  -ms-flex-basis: calc(100% - 218px);
  flex-basis: calc(100% - 218px);
  max-width: calc(100% - 218px);
  text-align: left;
  padding-left: 70px;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper {
    -webkit-flex-basis: calc(100% - 100px);
    -moz-flex-basis: calc(100% - 100px);
    -ms-flex-basis: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .title {
  color: #FFF;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .title {
    font-size: 25px;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .desc .content {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-left: 160px;
}
@media (max-width: 991px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .desc .content {
    padding-left: 70px;
    font-size: 18px;
  }
}
.up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .desc .content:last-child {
  margin-bottom: 0;
}
.up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .desc .content:before {
  content: "";
  background-image: url("../images/tag.png");
  width: 56px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 76px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .up-value-wrapper .ups-value-wrapper .text-box .content-wrapper .desc .content:before {
    left: 0;
    width: 40px;
    height: 24px;
  }
}
.up-value-wrapper .banner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 145px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .banner-wrapper {
    padding: 100px 0;
  }
}
.up-value-wrapper .banner-wrapper .banner-title {
  text-align: center;
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  text-transform: capitalize;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .up-value-wrapper .banner-wrapper .banner-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .banner-wrapper .banner-title {
    font-size: 30px;
  }
}
.up-value-wrapper .banner-wrapper .button-wrapper {
  margin-top: 44px;
  text-align: center;
}
.up-value-wrapper .banner-wrapper .button-wrapper .banner-button {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  color: #33393D;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(to right, #0C5EB4, #55A8FF);
  z-index: 1;
  line-height: 68px;
  white-space: nowrap;
  padding: 0 70px 0 40px;
  max-width: 100%;
}
.up-value-wrapper .banner-wrapper .button-wrapper .banner-button:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  display: block;
  z-index: -1;
  background-color: #fff;
  border-radius: 100px;
}
.up-value-wrapper .banner-wrapper .button-wrapper .banner-button:after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-left.png");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 35px;
}
.up-value-wrapper .services-wrapper {
  padding-top: 80px;
}
.up-value-wrapper .services-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .services-wrapper .section-title {
    font-size: 30px;
  }
}
.up-value-wrapper .services-wrapper .section-subtitle {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .section-subtitle {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .services-wrapper .section-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .up-value-wrapper .services-wrapper .section-subtitle {
    font-size: 30px;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper {
  border-top: 1px solid #6E6E6E;
}
@media (max-width: 991px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper {
    padding: 10px 0;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper:last-child {
  border-bottom: 1px solid #6E6E6E;
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .row > * {
  border-right: 1px solid #6E6E6E;
}
@media (max-width: 767px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .row > * {
    border-right: 0;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .row > *:last-child {
  border-right: 0;
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .icon-wrapper img {
    max-height: 100px;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper {
    padding: 0;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .title {
    font-size: 25px;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc {
    font-size: 16px;
    line-height: 1.4;
  }
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc:before {
  content: "";
  position: absolute;
  background-image: url("../images/arrow-3.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc p {
  margin-bottom: 15px;
}
.up-value-wrapper .services-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc p:last-child {
  margin-bottom: 0;
}
.up-value-wrapper .services-wrapper .link-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 66px;
  padding-bottom: 568px;
}
@media (max-width: 1199px) {
  .up-value-wrapper .services-wrapper .link-wrapper {
    padding-bottom: 300px;
  }
}
.up-value-wrapper .services-wrapper .link-wrapper .service-link {
  background-image: url("../images/link-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 225px;
  height: 225px;
  border-radius: 200px;
  display: block;
  font-size: 0;
}
@media (max-width: 1499px) {
  .up-value-wrapper .services-wrapper .link-wrapper .service-link {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 991px) {
  .up-value-wrapper .services-wrapper .link-wrapper .service-link {
    width: 100px;
    height: 100px;
  }
}

.organize-events-wrapper {
  background-image: url("../images/organize-events-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 190px;
  padding-bottom: 125px;
}
@media (max-width: 1199px) {
  .organize-events-wrapper {
    padding-top: 0;
    margin-top: -100px;
  }
}
.organize-events-wrapper .section-desc {
  color: #33393D;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .organize-events-wrapper .section-desc {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .organize-events-wrapper .section-desc {
    font-size: 20px;
  }
}
.organize-events-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 1199px) {
  .organize-events-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .organize-events-wrapper .section-title {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .organize-events-wrapper .section-title {
    font-size: 30px;
  }
}
.organize-events-wrapper .image-box-wrapper {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .organize-events-wrapper .image-box-wrapper {
    margin-top: 0;
  }
}
.organize-events-wrapper .text-box {
  margin-bottom: 50px;
}
@media (max-width: 424px) {
  .organize-events-wrapper .text-box {
    margin-bottom: 24px;
  }
}
.organize-events-wrapper .text-box .img-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 424px) {
  .organize-events-wrapper .text-box .img-wrapper {
    border-radius: 15px;
  }
}
.organize-events-wrapper .text-box .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.organize-events-wrapper .text-box .title {
  color: #69747C;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 424px) {
  .organize-events-wrapper .text-box .title {
    margin-top: 10px;
    font-size: 20px;
  }
}
.organize-events-wrapper .text-box .title a {
  color: inherit;
  display: inline-block;
}

.team-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/team-bg.png");
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 290px;
}
@media (max-width: 1199px) {
  .team-wrapper {
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
  }
}
.team-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .team-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 424px) {
  .team-wrapper .section-title {
    font-size: 30px;
  }
}
.team-wrapper .section-subtitle {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .team-wrapper .section-subtitle {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .team-wrapper .section-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 424px) {
  .team-wrapper .section-subtitle {
    font-size: 30px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background-color: transparent;
  background-image: url("../images/arrow-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow {
    top: 25%;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-prev {
  left: -80px;
}
@media (max-width: 1499px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-prev {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-next {
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1499px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-next {
    right: -24px;
  }
}
@media (max-width: 767px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-next {
    right: 5px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 50px;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots li.slick-active button {
  background-color: #FFD46D;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 0;
  border: 0;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item {
  border-radius: 160px;
  background: #FFF;
  padding: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item {
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item {
    border-radius: 40px;
    padding: 30px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 767px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 80px;
}
@media (max-width: 1199px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img {
    border-radius: 25px;
  }
}
@media (max-width: 991px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img {
    border-radius: 15px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-basis: 55%;
  flex-basis: 55%;
  max-width: 55%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .title {
    font-size: 30px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .subtitle {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  box-shadow: 0 4px 40px 0 rgba(41, 75, 163, 0.25);
  display: inline-block;
  line-height: 45px;
  white-space: nowrap;
  padding: 0 25px;
  min-width: 165px;
  margin-bottom: 27px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .subtitle {
    font-size: 18px;
  }
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content p {
  margin-bottom: 10px;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content p:last-child {
  margin-bottom: 0;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content ul {
  padding-left: 24px;
  margin-bottom: 20px;
}
.team-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content ul li {
  list-style-type: disc;
}

.why-choose-us {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/why-us-bg.png");
  padding-top: 130px;
}
.why-choose-us .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.why-choose-us .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .why-choose-us .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .section-title {
    font-size: 30px;
  }
}
.why-choose-us .section-subtitle {
  color: #33393D;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 105px;
}
@media (max-width: 1199px) {
  .why-choose-us .section-subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .section-subtitle {
    font-size: 40px;
  }
}
.why-choose-us .text-list {
  max-height: 425px;
  overflow-y: auto;
  padding-right: 45px;
}
.why-choose-us .text-list::-webkit-scrollbar {
  background-color: #fff;
  width: 14px;
}
.why-choose-us .text-list::-webkit-scrollbar-track {
  background-color: #ECEEF2;
  border-radius: 16px;
}
.why-choose-us .text-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #D09200 0%, #FDA4A9 100%);
  border-radius: 16px;
  border: 3px solid #ECEEF2;
}
.why-choose-us .text-list::-webkit-scrollbar-button {
  display: none;
}
.why-choose-us .text-list li {
  color: #33393D;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 41px;
}
.why-choose-us .text-list li:before {
  content: "";
  background-image: url("../images/dot.png");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.why-choose-us .text-box-wrapper {
  margin-top: 135px;
  margin-bottom: -100px;
  border-radius: 60px;
  border: 10px solid #FFF;
  background-color: #292E32;
  background-image: url("../images/text-box-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .why-choose-us .text-box-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
  }
}
.why-choose-us .text-box-wrapper > * {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.why-choose-us .text-box-wrapper .content-text-box {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .why-choose-us .text-box-wrapper .content-text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.why-choose-us .text-box-wrapper .content-text-box .title {
  color: #FFF;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .content-text-box .title {
    font-size: 25px;
  }
}
.why-choose-us .text-box-wrapper .content-text-box .desc {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .content-text-box .desc {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .text-box-wrapper .content-text-box .desc {
    margin-bottom: 20px;
  }
}
.why-choose-us .text-box-wrapper .content-text-box .desc p {
  margin-bottom: 15px;
}
.why-choose-us .text-box-wrapper .content-text-box .desc p:last-child {
  margin-bottom: 0;
}
.why-choose-us .text-box-wrapper .content-text-box .text-box-button {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  color: #33393D;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(277deg, #FDA4A9, #D09200);
  z-index: 1;
  line-height: 68px;
  white-space: nowrap;
  padding: 0 70px 0 40px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .content-text-box .text-box-button {
    line-height: 49px;
    padding: 0 40px 0 20px;
    font-size: 18px;
  }
}
.why-choose-us .text-box-wrapper .content-text-box .text-box-button:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  display: block;
  z-index: -1;
  background-color: #fff;
  border-radius: 100px;
}
.why-choose-us .text-box-wrapper .content-text-box .text-box-button:after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 35px;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .content-text-box .text-box-button:after {
    width: 12px;
    height: 12px;
    top: 19px;
    right: 17px;
  }
}
.why-choose-us .text-box-wrapper .text-box {
  text-align: center;
  padding: 80px 25px 25px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 991px) {
  .why-choose-us .text-box-wrapper .text-box {
    padding: 40px 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 424px) {
  .why-choose-us .text-box-wrapper .text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
}
.why-choose-us .text-box-wrapper .text-box:hover {
  background: linear-gradient(151deg, #D09200 0%, #FDA4A9 100%);
}
.why-choose-us .text-box-wrapper .text-box .icon {
  margin-bottom: 10px;
}
.why-choose-us .text-box-wrapper .text-box .icon img {
  max-width: 160px;
  max-height: 160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .text-box .icon img {
    max-width: 100px;
    max-height: 100px;
  }
}
.why-choose-us .text-box-wrapper .text-box .title {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .text-box .title {
    font-size: 20px;
  }
}
.why-choose-us .text-box-wrapper .text-box .desc {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .why-choose-us .text-box-wrapper .text-box .desc {
    font-size: 18px;
  }
}
.why-choose-us .text-box-wrapper .text-box .desc p {
  margin-bottom: 10px;
}
.why-choose-us .text-box-wrapper .text-box .desc p:last-child {
  margin-bottom: 0;
}

.event-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/even-bg.png");
}
@media (max-width: 1199px) {
  .event-wrapper {
    padding-bottom: 90px;
    margin-top: -200px;
  }
}
.event-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .event-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .event-wrapper .section-title {
    font-size: 30px;
  }
}
.event-wrapper .section-subtitle {
  color: #33393D;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 105px;
}
@media (max-width: 1199px) {
  .event-wrapper .section-subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .event-wrapper .section-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 424px) {
  .event-wrapper .row > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.content-post {
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
}
.content-post .featured-media .featured-media-inner {
  padding-bottom: 135.6132075472%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .content-post .featured-media .featured-media-inner {
    border-radius: 20px;
  }
}
.content-post .featured-media .featured-media-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-post .post-inner {
  position: absolute;
  z-index: 10;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.25);
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .content-post .post-inner {
    padding: 15px;
    border-radius: 10px;
  }
}
.content-post .post-inner .entry-date {
  color: #0C5EB4;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 19px;
  margin-bottom: 5px;
  display: block;
}
.content-post .post-inner .entry-date:before {
  content: "";
  position: absolute;
  background-image: url("../images/calendar.png");
  width: 12px;
  height: 13px;
  left: 0;
  top: 3px;
  display: block;
}
.content-post .post-inner .entry-title {
  color: #33393D;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .content-post .post-inner .entry-title {
    font-size: 15px;
  }
}
.content-post .post-inner .entry-title a {
  color: inherit;
  display: inline-block;
}

.content-post-2 {
  margin-bottom: 24px;
}
.content-post-2 .featured-media .featured-media-inner {
  padding-bottom: 60.9567901235%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .content-post-2 .featured-media .featured-media-inner {
    border-radius: 10px;
  }
}
.content-post-2 .featured-media .featured-media-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-post-2 .post-inner {
  padding: 15px 0;
}
.content-post-2 .post-inner .entry-date {
  color: #0C5EB4;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 19px;
  margin-bottom: 5px;
  display: block;
}
.content-post-2 .post-inner .entry-date:before {
  content: "";
  position: absolute;
  background-image: url("../images/calendar.png");
  width: 12px;
  height: 13px;
  left: 0;
  top: 3px;
  display: block;
}
.content-post-2 .post-inner .entry-title {
  color: #33393D;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .content-post-2 .post-inner .entry-title {
    font-size: 15px;
  }
}
.content-post-2 .post-inner .entry-title a {
  color: inherit;
  display: inline-block;
}

.partner-wrapper {
  background-image: url("../images/parner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 225px;
  padding-bottom: 470px;
}
@media (max-width: 1199px) {
  .partner-wrapper {
    padding-bottom: 300px;
  }
}
.partner-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .partner-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .partner-wrapper .section-title {
    font-size: 30px;
  }
}
.partner-wrapper .section-subtitle {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 1199px) {
  .partner-wrapper .section-subtitle {
    font-size: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .partner-wrapper .section-subtitle {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 424px) {
  .partner-wrapper .section-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.partner-wrapper h4.title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .partner-wrapper h4.title {
    font-size: 30px;
  }
}
@media (max-width: 424px) {
  .partner-wrapper h4.title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.partner-wrapper .partners-wrapper .image-box {
  margin-bottom: 24px;
}
.partner-wrapper .partners-wrapper .image-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner-wrapper .image-box-wrapper {
  margin-top: 110px;
  margin-bottom: 30px;
  padding-bottom: 73px;
}
.partner-wrapper .image-box-wrapper .image-box {
  position: relative;
}
.partner-wrapper .image-box-wrapper .image-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .partner-wrapper .image-box-wrapper .image-box img {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .partner-wrapper .image-box-wrapper .image-box img {
    border-radius: 20px;
  }
}
.partner-wrapper .image-box-wrapper .image-box .text-wrapper {
  right: 68px;
  max-width: 548px;
  width: 100%;
  background-image: linear-gradient(122deg, #D09200 0%, #FDA4A9 100%);
  padding: 33px 52px 33px 80px;
  position: absolute;
  border-radius: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  bottom: -73px;
}
@media (max-width: 991px) {
  .partner-wrapper .image-box-wrapper .image-box .text-wrapper {
    right: 30px;
    left: 30px;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .partner-wrapper .image-box-wrapper .image-box .text-wrapper {
    right: 15px;
    left: 15px;
    border-radius: 15px;
  }
}
@media (max-width: 424px) {
  .partner-wrapper .image-box-wrapper .image-box .text-wrapper {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    margin-top: 30px;
  }
}
.partner-wrapper .image-box-wrapper .image-box .text-wrapper:before {
  content: "";
  background-image: url("../images/arrow.png");
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  position: absolute;
  left: 27px;
  top: 33px;
}
.partner-wrapper .image-box-wrapper .image-box .text-wrapper p {
  margin-bottom: 15px;
}
.partner-wrapper .image-box-wrapper .image-box .text-wrapper p:last-child {
  margin-bottom: 0;
}

.footer-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/footer-bg.png");
  padding-bottom: 100px;
  padding-top: 400px;
}
@media (max-width: 1199px) {
  .footer-wrapper {
    background-color: #0d0d0d;
    padding-top: 100px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-1 .widget-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-1 .widget-title {
    font-size: 35px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-1 .address {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-1 .contact-list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  padding-left: 37px;
  position: relative;
  margin-bottom: 10px;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-1 .contact-list li .icon {
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-1 .contact-list li .icon img {
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-2, .footer-wrapper .footer-widgets .footer-widget.footer-widget-3, .footer-wrapper .footer-widgets .footer-widget.footer-widget-4 {
  padding-top: 20px;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-2 .widget-title, .footer-wrapper .footer-widgets .footer-widget.footer-widget-3 .widget-title, .footer-wrapper .footer-widgets .footer-widget.footer-widget-4 .widget-title {
  color: #FFF;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-2 .widget-title, .footer-wrapper .footer-widgets .footer-widget.footer-widget-3 .widget-title, .footer-wrapper .footer-widgets .footer-widget.footer-widget-4 .widget-title {
    font-size: 20px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-2 ul.footer-links li, .footer-wrapper .footer-widgets .footer-widget.footer-widget-3 ul.footer-links li, .footer-wrapper .footer-widgets .footer-widget.footer-widget-4 ul.footer-links li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-2 ul.footer-links li, .footer-wrapper .footer-widgets .footer-widget.footer-widget-3 ul.footer-links li, .footer-wrapper .footer-widgets .footer-widget.footer-widget-4 ul.footer-links li {
    font-size: 18px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-2 ul.footer-links li a, .footer-wrapper .footer-widgets .footer-widget.footer-widget-3 ul.footer-links li a, .footer-wrapper .footer-widgets .footer-widget.footer-widget-4 ul.footer-links li a {
  display: inline-block;
  color: inherit;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper {
  margin-top: 70px;
  border-radius: 40px;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  padding: 26px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-logo img {
  max-width: 100%;
  width: auto;
  max-height: 153.962px;
  height: auto;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-logo img {
    max-height: 100px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper ul.footer-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper ul.footer-links {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper ul.footer-links li {
  margin: 5px 0 5px 40px;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper ul.footer-links li {
    margin: 5px 0 5px 20px;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper ul.footer-links li {
    margin: 5px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper ul.footer-links li a {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-right: 27px;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .copyright {
    text-align: left;
  }
}
@media (max-width: 424px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .copyright {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .copyright span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 424px) {
  .footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .social {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .social a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  box-shadow: 2px 10px 60px 0 rgba(0, 0, 0, 0.25);
  margin-right: 12px;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .social a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.footer-wrapper .footer-widgets .footer-widget.footer-widget-5 .footer-bottom-wrapper .footer-bottom .social a:last-child {
  margin-right: 0;
}

.page-title-wrapper {
  padding-top: 330px;
  padding-bottom: 380px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .page-title-wrapper {
    padding-top: 200px;
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.page-title-wrapper .page-title {
  color: #FFF;
  text-align: center;
  font-size: 72px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .page-title-wrapper .page-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.page-title-wrapper .desc {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  max-width: 824px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-title-wrapper .desc {
    line-height: normal;
    font-size: 18px;
  }
}

.about-us-wrapper {
  background-image: url("../images/about-us-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 135px;
  padding-bottom: 100px;
  border-radius: 200px 200px 0 0;
  background-color: #fff;
  overflow: hidden;
  margin-top: -200px;
}
@media (max-width: 1199px) {
  .about-us-wrapper {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .about-us-wrapper {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    padding-top: 50px;
  }
}
.about-us-wrapper .section-desc {
  color: #33393D;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 75px;
  text-align: right;
}
@media (max-width: 1199px) {
  .about-us-wrapper .section-desc {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .about-us-wrapper .section-desc {
    text-align: left;
    font-size: 20px;
  }
}
.about-us-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .about-us-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .about-us-wrapper .section-title {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .about-us-wrapper .section-title {
    font-size: 30px;
  }
}
.about-us-wrapper .content-wrapper {
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .about-us-wrapper .content-wrapper {
    text-align: left;
    padding: 0;
  }
}
.about-us-wrapper .img-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .about-us-wrapper .img-wrapper {
    margin-bottom: 30px;
  }
}
.about-us-wrapper .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 40px;
}
.about-us-wrapper .text-box-wrapper {
  margin-top: 105px;
}
.about-us-wrapper .text-box-wrapper .text-box {
  text-align: center;
}
@media (max-width: 991px) {
  .about-us-wrapper .text-box-wrapper .text-box {
    margin-bottom: 30px;
  }
}
.about-us-wrapper .text-box-wrapper .text-box .text-1 {
  color: var(--text-grey-2, #33393D);
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  line-height: 0.5;
  margin-bottom: 30px;
}
.about-us-wrapper .text-box-wrapper .text-box .text-2 {
  color: var(--text-grey-2, #33393D);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.ups-value-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/ups-value-bg.png");
  padding-top: 150px;
  padding-bottom: 330px;
}
.ups-value-wrapper .section-title-wrapper {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .ups-value-wrapper .section-title-wrapper {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .ups-value-wrapper .section-title-wrapper {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ups-value-wrapper .section-title-wrapper {
    font-size: 40px;
  }
}
.ups-value-wrapper .text-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .ups-value-wrapper .text-box {
    margin-bottom: 50px;
  }
}
.ups-value-wrapper .text-box:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
  padding-left: 288px;
}
@media (max-width: 1199px) {
  .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
    padding-left: 150px;
  }
}
@media (max-width: 991px) {
  .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
    padding-left: 130px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ups-value-wrapper .text-box:nth-child(odd) .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.ups-value-wrapper .text-box .img-wrapper {
  -webkit-flex-basis: 218px;
  -moz-flex-basis: 218px;
  -ms-flex-basis: 218px;
  flex-basis: 218px;
  max-width: 218px;
}
@media (max-width: 1199px) {
  .ups-value-wrapper .text-box .img-wrapper {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .ups-value-wrapper .text-box .img-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.ups-value-wrapper .text-box .img-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ups-value-wrapper .text-box .img-wrapper img {
    max-width: 100px;
  }
}
.ups-value-wrapper .text-box .content-wrapper {
  -webkit-flex-basis: calc(100% - 218px);
  -moz-flex-basis: calc(100% - 218px);
  -ms-flex-basis: calc(100% - 218px);
  flex-basis: calc(100% - 218px);
  max-width: calc(100% - 218px);
  text-align: left;
  padding-left: 70px;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .ups-value-wrapper .text-box .content-wrapper {
    -webkit-flex-basis: calc(100% - 100px);
    -moz-flex-basis: calc(100% - 100px);
    -ms-flex-basis: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .ups-value-wrapper .text-box .content-wrapper {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ups-value-wrapper .text-box .content-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.ups-value-wrapper .text-box .content-wrapper .title {
  color: #FFF;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .ups-value-wrapper .text-box .content-wrapper .title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .ups-value-wrapper .text-box .content-wrapper .title {
    font-size: 25px;
  }
}
.ups-value-wrapper .text-box .content-wrapper .desc .content {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-left: 160px;
}
@media (max-width: 991px) {
  .ups-value-wrapper .text-box .content-wrapper .desc .content {
    padding-left: 70px;
    font-size: 18px;
  }
}
.ups-value-wrapper .text-box .content-wrapper .desc .content:last-child {
  margin-bottom: 0;
}
.ups-value-wrapper .text-box .content-wrapper .desc .content:before {
  content: "";
  background-image: url("../images/tag.png");
  width: 56px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 76px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .ups-value-wrapper .text-box .content-wrapper .desc .content:before {
    left: 0;
    width: 40px;
    height: 24px;
  }
}

.team-2-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/team-2-bg.png");
  overflow: hidden;
  margin-top: -145px;
  margin-bottom: -195px;
}
@media (max-width: 1199px) {
  .team-2-wrapper {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
.team-2-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .team-2-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 424px) {
  .team-2-wrapper .section-title {
    font-size: 30px;
  }
}
.team-2-wrapper .section-subtitle {
  color: #33393D;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .team-2-wrapper .section-subtitle {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .team-2-wrapper .section-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 424px) {
  .team-2-wrapper .section-subtitle {
    font-size: 30px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background-color: transparent;
  background-image: url("../images/arrow-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow {
    top: 25%;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-prev {
  left: -80px;
}
@media (max-width: 1499px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-prev {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-next {
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1499px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-next {
    right: -24px;
  }
}
@media (max-width: 767px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-arrow.slick-next {
    right: 5px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 50px;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots li.slick-active button {
  background-color: #FFD46D;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 0;
  border: 0;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item {
  border-radius: 160px;
  background: linear-gradient(122deg, #D09200 0%, #FDA4A9 100%);
  padding: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item {
    border-radius: 50px;
  }
}
@media (max-width: 991px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item {
    border-radius: 40px;
    padding: 30px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 767px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 80px;
}
@media (max-width: 1199px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img {
    border-radius: 25px;
  }
}
@media (max-width: 991px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img {
    border-radius: 15px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .img-wrapper .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-basis: 55%;
  flex-basis: 55%;
  max-width: 55%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .title {
    font-size: 30px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .subtitle {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  background-color: #33393D;
  box-shadow: 0 4px 40px 0 rgba(41, 75, 163, 0.25);
  display: inline-block;
  line-height: 45px;
  white-space: nowrap;
  padding: 0 25px;
  min-width: 165px;
  margin-bottom: 27px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .subtitle {
    font-size: 18px;
  }
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content {
  color: #FFF;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content p {
  margin-bottom: 10px;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content p:last-child {
  margin-bottom: 0;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content ul {
  padding-left: 24px;
  margin-bottom: 20px;
}
.team-2-wrapper .team-wrapper-slider-wrapper .team-wrapper-slider .team-item-wrapper .team-item .content-wrapper .content ul li {
  list-style-type: disc;
}

.services-2-wrapper {
  padding-top: 180px;
  padding-bottom: 435px;
  border-radius: 200px 200px 0 0;
  margin-top: -200px;
  overflow: hidden;
  background-image: url("../images/service-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .services-2-wrapper {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .services-2-wrapper {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    padding-top: 50px;
  }
}
.services-2-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .services-2-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .services-2-wrapper .section-title {
    font-size: 30px;
  }
}
.services-2-wrapper .section-subtitle {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .services-2-wrapper .section-subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .services-2-wrapper .section-subtitle {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services-2-wrapper .section-subtitle {
    font-size: 30px;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper {
  border-top: 1px solid #6E6E6E;
}
@media (max-width: 991px) {
  .services-2-wrapper .text-box-container .text-box-wrapper {
    padding: 10px 0;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper:last-child {
  border-bottom: 1px solid #6E6E6E;
}
.services-2-wrapper .text-box-container .text-box-wrapper .row > * {
  border-right: 1px solid #6E6E6E;
}
@media (max-width: 767px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .row > * {
    border-right: 0;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper .row > *:last-child {
  border-right: 0;
}
.services-2-wrapper .text-box-container .text-box-wrapper .icon-wrapper {
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .icon-wrapper {
    min-height: auto;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .icon-wrapper img {
    max-height: 100px;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper {
  min-height: 300px;
  padding-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper {
    padding: 10px 20px;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper {
    padding: 0;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper > * {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .title {
    font-size: 25px;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc {
    font-size: 16px;
    line-height: 1.4;
  }
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc:before {
  content: "";
  position: absolute;
  background-image: url("../images/arrow-3.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc p {
  margin-bottom: 15px;
}
.services-2-wrapper .text-box-container .text-box-wrapper .content-wrapper .desc p:last-child {
  margin-bottom: 0;
}

.why-choose-us-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/why-us-bg-2.png");
  margin-top: -190px;
  margin-bottom: -200px;
}
@media (max-width: 1199px) {
  .why-choose-us-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.why-choose-us-2 .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.why-choose-us-2 .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .why-choose-us-2 .section-title {
    font-size: 30px;
  }
}
.why-choose-us-2 .section-subtitle {
  color: #33393D;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 105px;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .section-subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .why-choose-us-2 .section-subtitle {
    font-size: 40px;
  }
}
.why-choose-us-2 .text-list {
  max-height: 425px;
  overflow-y: auto;
  padding-right: 45px;
}
.why-choose-us-2 .text-list::-webkit-scrollbar {
  background-color: #fff;
  width: 14px;
}
.why-choose-us-2 .text-list::-webkit-scrollbar-track {
  background-color: #ECEEF2;
  border-radius: 16px;
}
.why-choose-us-2 .text-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #D09200 0%, #FDA4A9 100%);
  border-radius: 16px;
  border: 3px solid #ECEEF2;
}
.why-choose-us-2 .text-list::-webkit-scrollbar-button {
  display: none;
}
.why-choose-us-2 .text-list li {
  color: #33393D;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 41px;
}
.why-choose-us-2 .text-list li:before {
  content: "";
  background-image: url("../images/dot.png");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.why-choose-us-2 .text-box-wrapper {
  margin-top: 135px;
  border-radius: 60px;
  border: 10px solid #FFF;
  background-color: #292E32;
  background-image: url("../images/text-box-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .why-choose-us-2 .text-box-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
  }
}
.why-choose-us-2 .text-box-wrapper > * {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.why-choose-us-2 .text-box-wrapper .content-text-box {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .why-choose-us-2 .text-box-wrapper .content-text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.why-choose-us-2 .text-box-wrapper .content-text-box .title {
  color: #FFF;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .content-text-box .title {
    font-size: 25px;
  }
}
.why-choose-us-2 .text-box-wrapper .content-text-box .desc {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .content-text-box .desc {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .why-choose-us-2 .text-box-wrapper .content-text-box .desc {
    margin-bottom: 20px;
  }
}
.why-choose-us-2 .text-box-wrapper .content-text-box .desc p {
  margin-bottom: 15px;
}
.why-choose-us-2 .text-box-wrapper .content-text-box .desc p:last-child {
  margin-bottom: 0;
}
.why-choose-us-2 .text-box-wrapper .content-text-box .text-box-button {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  color: #33393D;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(277deg, #FDA4A9, #D09200);
  z-index: 1;
  line-height: 68px;
  white-space: nowrap;
  padding: 0 70px 0 40px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .content-text-box .text-box-button {
    line-height: 49px;
    padding: 0 40px 0 20px;
    font-size: 18px;
  }
}
.why-choose-us-2 .text-box-wrapper .content-text-box .text-box-button:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  display: block;
  z-index: -1;
  background-color: #fff;
  border-radius: 100px;
}
.why-choose-us-2 .text-box-wrapper .content-text-box .text-box-button:after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  right: 35px;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .content-text-box .text-box-button:after {
    width: 12px;
    height: 12px;
    top: 19px;
    right: 17px;
  }
}
.why-choose-us-2 .text-box-wrapper .text-box {
  text-align: center;
  padding: 80px 25px 25px;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 991px) {
  .why-choose-us-2 .text-box-wrapper .text-box {
    padding: 40px 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 424px) {
  .why-choose-us-2 .text-box-wrapper .text-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
}
.why-choose-us-2 .text-box-wrapper .text-box:hover {
  background: linear-gradient(151deg, #D09200 0%, #FDA4A9 100%);
}
.why-choose-us-2 .text-box-wrapper .text-box .icon {
  margin-bottom: 10px;
}
.why-choose-us-2 .text-box-wrapper .text-box .icon img {
  max-width: 160px;
  max-height: 160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .text-box .icon img {
    max-width: 100px;
    max-height: 100px;
  }
}
.why-choose-us-2 .text-box-wrapper .text-box .title {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .text-box .title {
    font-size: 20px;
  }
}
.why-choose-us-2 .text-box-wrapper .text-box .desc {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .why-choose-us-2 .text-box-wrapper .text-box .desc {
    font-size: 18px;
  }
}
.why-choose-us-2 .text-box-wrapper .text-box .desc p {
  margin-bottom: 10px;
}
.why-choose-us-2 .text-box-wrapper .text-box .desc p:last-child {
  margin-bottom: 0;
}

.archive-wrapper {
  border-radius: 200px 200px 0 0;
  background: #fff;
  margin-top: -200px;
  padding-top: 90px;
  margin-bottom: -190px;
}
@media (max-width: 1199px) {
  .archive-wrapper {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .archive-wrapper {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    padding-top: 50px;
  }
}
.archive-wrapper .page-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .archive-wrapper .page-title {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .archive-wrapper .page-title {
    font-size: 30px;
  }
}

.pagination-wrapper {
  margin-top: 20px;
}
.pagination-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination-wrapper ul li {
  margin: 7px;
}
@media (max-width: 767px) {
  .pagination-wrapper ul li {
    margin: 3px;
  }
}
.pagination-wrapper ul li:last-child {
  margin-right: 0;
}
.pagination-wrapper ul li:first-child {
  margin-left: 0;
}
.pagination-wrapper ul li.active a {
  color: #fff;
  border-color: #D09200;
  background-color: #D09200;
}
.pagination-wrapper ul li a {
  display: inline-block;
  line-height: 44px;
  min-width: 44px;
  border: 1px solid #D7D7D7;
  background-color: #EFF2F5;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: #8E95A7;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper ul li a {
    line-height: 35px;
    min-width: 35px;
    font-size: 14px;
    border-radius: 3px;
  }
}
.pagination-wrapper ul li a:hover {
  background-color: #cbced2;
}

.single-wrapper {
  padding: 100px 0;
  margin-bottom: -190px;
}
@media (max-width: 1199px) {
  .single-wrapper {
    margin-bottom: 0;
  }
}
.single-wrapper .featured-media img {
  border-radius: 40px;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 688px;
  object-fit: cover;
  margin-bottom: 100px;
}

.page-title-2-wrapper {
  padding-top: 330px;
  padding-bottom: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 0 200px;
}
@media (max-width: 1199px) {
  .page-title-2-wrapper {
    padding-top: 200px;
    padding-bottom: 150px;
    border-radius: 0 0 0 100px;
  }
}
@media (max-width: 991px) {
  .page-title-2-wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
    border-radius: 0 0 0 50px;
  }
}
.page-title-2-wrapper .page-title {
  color: #FFF;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .page-title-2-wrapper .page-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .page-title-2-wrapper .page-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-title-2-wrapper .page-title {
    font-size: 30px;
  }
}
.page-title-2-wrapper .rank-math-breadcrumb {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.page-title-2-wrapper .rank-math-breadcrumb a {
  color: inherit;
}
.page-title-2-wrapper .rank-math-breadcrumb p > * {
  margin-right: 5px;
}
.page-title-2-wrapper .rank-math-breadcrumb .last {
  color: #33393D;
}

.production-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/production-bg.png");
  border-radius: 200px 200px 0 0;
  margin-top: -200px;
  padding-top: 90px;
  padding-bottom: 395px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .production-wrapper {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .production-wrapper {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    padding-top: 50px;
  }
}
.production-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .production-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .production-wrapper .section-title {
    font-size: 30px;
  }
}
.production-wrapper .section-subtitle {
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .production-wrapper .section-subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .production-wrapper .section-subtitle {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .production-wrapper .section-subtitle {
    font-size: 30px;
  }
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background-color: transparent;
  background-image: url("../images/arrow-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow {
    top: 25%;
  }
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow.slick-prev {
  left: -80px;
}
@media (max-width: 1499px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow.slick-prev {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow.slick-next {
  right: -80px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1499px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow.slick-next {
    right: -24px;
  }
}
@media (max-width: 767px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .slick-arrow.slick-next {
    right: 5px;
  }
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper {
  padding-bottom: 80px;
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box {
  position: relative;
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box img {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box img {
    border-radius: 20px;
  }
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box .text-wrapper {
  right: 68px;
  max-width: 548px;
  width: 100%;
  background-image: linear-gradient(122deg, #D09200 0%, #FDA4A9 100%);
  padding: 33px 52px 33px 80px;
  position: absolute;
  border-radius: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  bottom: -73px;
}
@media (max-width: 991px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box .text-wrapper {
    right: 30px;
    left: 30px;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box .text-wrapper {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    margin-top: 30px;
  }
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box .text-wrapper:before {
  content: "";
  background-image: url("../images/arrow.png");
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  position: absolute;
  left: 27px;
  top: 33px;
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box .text-wrapper p {
  margin-bottom: 15px;
}
.production-wrapper .production-slick-slider-wrapper .production-slick-slider .production-slick-item-wrapper .image-box-wrapper .image-box .text-wrapper p:last-child {
  margin-bottom: 0;
}

.organize-events-2-wrapper {
  margin-top: -120px;
  margin-bottom: -190px;
}
@media (max-width: 1199px) {
  .organize-events-2-wrapper {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.organize-events-2-wrapper .section-desc {
  color: #33393D;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .organize-events-2-wrapper .section-desc {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .organize-events-2-wrapper .section-desc {
    font-size: 20px;
  }
}
.organize-events-2-wrapper .section-title {
  font-size: 52px;
  font-weight: 800;
  background: var(--up-gradient-1, linear-gradient(122deg, #D09200 0%, #FDA4A9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 1199px) {
  .organize-events-2-wrapper .section-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .organize-events-2-wrapper .section-title {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .organize-events-2-wrapper .section-title {
    font-size: 30px;
  }
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper {
  margin-top: 70px;
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper .organize-events-slick-slider .slick-slide {
  margin: 0 12px;
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper .organize-events-slick-slider .slick-list {
  margin: 0 -12px;
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper .organize-events-slick-slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 50px;
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper .organize-events-slick-slider .slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper .organize-events-slick-slider .slick-dots li.slick-active button {
  background-color: #33393D;
}
.organize-events-2-wrapper .organize-events-slick-slider-wrapper .organize-events-slick-slider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  background-color: #69747C;
  font-size: 0;
  border: 0;
}
.contact-wrapper {
  border-radius: 200px 200px 0 0;
  background: #fff;
  margin-top: -200px;
  padding-top: 135px;
  margin-bottom: -190px;
}
@media (max-width: 1199px) {
  .contact-wrapper {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    padding-top: 50px;
  }
}
.contact-wrapper .form-wrapper .form-title {
  color: #33393D;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 59px;
}
@media (max-width: 1199px) {
  .contact-wrapper .form-wrapper .form-title {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper .form-wrapper .form-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 424px) {
  .contact-wrapper .form-wrapper .form-title {
    font-size: 30px;
  }
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  color: #33393D;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=text], .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=tel], .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=email], .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field select, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #D09200;
  height: 76px;
  padding: 15px 30px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=text], .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=tel], .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=email], .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field select, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
    border-radius: 10px;
  }
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=text]::-webkit-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=tel]::-webkit-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=email]::-webkit-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field select::-webkit-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea::-webkit-input-placeholder {
  color: #69747C;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=text]:-ms-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=tel]:-ms-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=email]:-ms-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field select:-ms-input-placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea:-ms-input-placeholder {
  color: #69747C;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=text]::placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=tel]::placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input[type=email]::placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field select::placeholder, .contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: #69747C;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
  height: 255px;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-submit-container {
  margin-top: 40px;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-submit-container button[type=submit] {
  background: linear-gradient(122deg, #D09200 0%, #FDA4A9 100%);
  border-radius: 80px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  border: 0;
  width: 298px;
  height: 68px;
  position: relative;
  padding: 20px 90px 20px 66px;
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-submit-container button[type=submit]:hover:after {
  -webkit-transform: translate(7px, 0);
  -moz-transform: translate(7px, 0);
  -ms-transform: translate(7px, 0);
  transform: translate(7px, 0);
}
.contact-wrapper .form-wrapper .wpforms-container form.wpforms-form .wpforms-submit-container button[type=submit]:after {
  content: "";
  background-image: url("../images/arrow-left-2.png");
  width: 25px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 22px;
  right: 58px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-wrapper .maps-wrapper {
  height: 900px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-wrapper .maps-wrapper {
    height: 400px;
  }
}
.contact-wrapper .maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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