@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Infinity Multi
// Template URL: https://techpedia.co.uk/template/infinity-multi
// Description: Infinity Multi HTML Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Shadows */
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #FECC99;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.page-content {
  margin: 20px 0;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  color: #212627;
  background-color: #FFFBFA;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-weight: 500;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -0.47px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
@media (max-width: 992px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h6 {
    font-size: 13px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #FECC99;
  transition: all 0.5s ease;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Barlow";
}

input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: #000000;
  border: none;
  color: #FFFBFA;
  box-shadow: none;
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type=file]:hover::file-selector-button {
  background-color: #000000;
  background: #000000 !important;
}

/* file upload button active state */
input[type=file]:active::file-selector-button {
  background: #000000 !important;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #FECC99 !important;
}

.bg-primary {
  background-color: #FECC99 !important;
}

.color-white {
  color: #FFFBFA !important;
}

.bg-white {
  background-color: #FFFBFA !important;
}

.light-black {
  color: #212627 !important;
}

.bg-light-black {
  background-color: #212627 !important;
}

.color-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.medium-black {
  color: #16191A !important;
}

.bg-medium-black {
  background-color: #16191A !important;
}

.lightest-gray {
  color: #ECECF2 !important;
}

.bg-lightest-gray {
  background-color: #ECECF2 !important;
}

.light-gray {
  color: #C6CBD2 !important;
}

.bg-light-gray {
  background-color: #C6CBD2 !important;
}

.bg-medium-gray {
  background-color: #9EA2A8 !important;
}

.medium-gray {
  color: #9EA2A8 !important;
}

.dark-gray {
  color: #7A7F85 !important;
}

.bg-dark-gray {
  background-color: #7A7F85 !important;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.bg-gradient {
  background: linear-gradient(90deg, #8CC7F0 0%, #DCAAF4 100%) !important;
}

.shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06), 3px 2px 8px 0px rgba(0, 0, 0, 0.06), 14px 7px 15px 0px rgba(0, 0, 0, 0.05), 31px 15px 21px 0px rgba(0, 0, 0, 0.03), 55px 27px 24px 0px rgba(0, 0, 0, 0.01), 86px 43px 27px 0px rgba(0, 0, 0, 0) !important;
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.fs-21 {
  font-size: 21px;
  line-height: 150%;
}
@media (max-width: 1080px) {
  .fs-21 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .fs-21 {
    font-size: 16px;
  }
}

.fs-27 {
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.21px;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fs-82 {
  font-size: 82px;
  line-height: 120%;
  letter-spacing: -1.64px;
}
@media (max-width: 1050px) {
  .fs-82 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .fs-82 {
    font-size: 36px;
  }
}

.fw-8 {
  font-weight: 800;
}

.text-primary {
  color: #FECC99 !important;
}

.font-primary {
  font-family: "Barlow";
}

.fs-36 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.36px;
}
@media (max-width: 1050px) {
  .fs-36 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .fs-36 {
    font-size: 21px;
  }
}

.p-clr {
  color: #817F7E;
}

.mobile {
  display: none;
}
@media (max-width: 1050px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 1050px) {
  .dekstop {
    display: none;
  }
}

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

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px !important;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px !important;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

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

.mb-4p {
  margin-bottom: 4px;
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.p-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

/*-------------------------
Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999999;
  display: flex;
}
#preloader .loader {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .loader #logo-animation {
  max-width: 700px;
}

.back-to-top {
  position: fixed;
  bottom: 35px;
  right: 5px;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 50px;
  font-size: 80px;
  padding: 20px 0;
  background: #FECC99;
  color: #FFFBFA;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top:hover {
  bottom: 38px;
  transition: all 0.5s ease;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}
.back-to-top i {
  color: #FFFBFA;
}

.cus-btn {
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease;
  color: #000000;
  width: fit-content;
}
.cus-btn.primary {
  background: #FFFBFA;
}
.cus-btn.primary:hover {
  transform: scale(1.01);
  box-shadow: 5px 6px 0 0 #000000;
}
.cus-btn.dark {
  background: #FECC99;
}
.cus-btn.dark:hover {
  color: #FFFBFA;
}

button {
  border: 0;
}

.bottom-bar {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 54px;
  background: #000000;
  color: #FFFBFA;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bottom-bar.show {
    opacity: 1;
  }
}
.bottom-bar img {
  width: 32px;
}
.bottom-bar span {
  font-size: 16px;
}

.send-btn {
  --text: #000000;
  --plane: #000000;
  --background: #FECC99;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  font-weight: 600;
  background: none;
  border-radius: 50px;
  color: var(--text);
  cursor: pointer;
  outline: none;
}
.send-btn svg.btn-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 2;
  border-radius: 50px;
  pointer-events: none;
  fill: var(--background);
  background: var(--background);
}
.send-btn svg.plane {
  z-index: 3;
  position: absolute;
  left: 36%;
  display: block;
  width: 26px;
  height: 28px;
  bottom: 33px;
  fill: var(--plane);
  transform: translate3d(0, 0, 0);
  perspective: 500px;
}
@media (max-width: 768px) {
  .send-btn svg.plane {
    left: 23%;
  }
}
.send-btn > ul {
  list-style: none;
  padding: 0 5px 0 0;
  position: relative;
  overflow: hidden;
}
.send-btn > ul > li {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 0px;
  height: 70px;
  font-size: 16px;
  padding-top: 24px;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.send-btn > ul > li:first-child {
  opacity: 1;
}
.send-btn > ul > li:last-child {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
}
.send-btn.active svg.plane {
  animation: 1.5s orbit alternate linear;
}
.send-btn.active > ul > li {
  transform: translateY(-100%);
  transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.2s;
}
.send-btn.active > ul > li:first-child {
  opacity: 0;
}
.send-btn.active > ul > li:last-child {
  opacity: 1;
}

@keyframes orbit {
  0% {
    transform: rotate3d(1, 0, 0, 0deg) translateZ(60px) scale3d(1, 1, 1);
    animation-timing-function: ease-in;
  }
  10% {
    z-index: 3;
    transform: rotate3d(1, 0.6, 0, -10deg) translateZ(60px) scale3d(1, 1, 1);
    animation-timing-function: ease-out;
  }
  20% {
    z-index: 3;
    transform: rotate3d(1, 0.6, 0, 30deg) translateZ(60px) scale3d(1, 1, 1);
    animation-timing-function: ease-out;
  }
  30% {
    z-index: 3;
    transform: rotate3d(1, 0.6, 0, 35deg) translateZ(60px) scale3d(1, 1, 1);
  }
  40% {
    z-index: 1;
    transform: rotate3d(1, 0.6, 0, 120deg) translateZ(60px) scale3d(0.7, 0.7, 1);
  }
  70% {
    z-index: 1;
    transform: rotate3d(1, 0.6, 0, 240deg) translateZ(60px) scale3d(0.7, 0.7, 1);
    animation-timing-function: ease-out;
  }
  100% {
    z-index: 3;
    transform: rotate3d(1, 0, 0, 360deg) translateZ(60px) scale3d(1, 1, 1);
  }
}
/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}

.input-group {
  background: transparent;
  padding: 0;
  position: relative;
  box-shadow: none;
  border: 0;
  border-radius: 10px;
  border: 1px solid #817F7E;
}
.input-group input {
  border: 0;
}
.input-group button {
  border: none;
  background: transparent;
  font-size: 20px;
}

.form-control {
  border-radius: 15px;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #000000;
  border: 0;
  background: transparent;
  border: 1px solid #817F7E;
}
.form-control:focus {
  color: #000000;
  outline: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.form-control::placeholder {
  color: #000000;
  opacity: 1;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox] {
  height: auto;
  width: auto;
  background-color: #9EA2A8;
}

input[type=checkbox]:checked {
  accent-color: #FECC99;
}

input[type=checkbox]:checked {
  accent-color: #FECC99;
  background-color: #FECC99;
  width: 18px;
  height: 16px;
  border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
  background: #FECC99;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #FECC99;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0;
}
.select::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4px;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(111, 111, 111, 0.5);
  background: transparent;
  background-image: none;
  flex: 1;
  padding-bottom: 8px;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  border-radius: 0;
  width: 100%;
}
.select select::-ms-expand {
  display: none;
}
.select select option {
  background-color: #FECC99;
  outline: 0 !important;
  border: 0;
  color: #FECC99;
  padding: 4px 8px;
}
.select select option:hover {
  background-color: #FECC99 !important;
  color: white;
}
.select select option:checked {
  background-color: #FECC99;
  color: white;
}

.alert-message {
  display: none;
}

.heading {
  max-width: 847px;
}

/*-------------------------
  layouts
-------------------------*/
header {
  width: 100%;
  background: transparent;
  /*---------------------
      HAMBURGER MENU
  ----------------------*/
}
header.large-screens {
  height: 112px;
  padding: 16px 48px;
}
@media (max-width: 992px) {
  header.large-screens {
    display: none;
  }
}
header nav.navbar-expand-lg {
  padding: 0;
}
header nav .navbar-brand {
  padding: 0;
  margin: 0;
  width: auto;
}
header nav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-right: 48px;
}
@media (max-width: 1050px) {
  header nav .navbar-nav {
    gap: 18px;
  }
}
header nav .navbar-nav .menu-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
header nav .navbar-nav .menu-item a:hover {
  color: #FECC99;
}
header.small-screen {
  position: absolute;
  z-index: 990;
  top: 0;
  height: 62px;
  padding: 16px 0 8px;
}
@media (min-width: 991px) {
  header.small-screen {
    display: none;
  }
}
header.small-screen .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
@media (max-width: 790px) {
  header.small-screen .mobile-menu .navbar-brand img {
    width: 80%;
  }
}
header.small-screen .hamburger-menu {
  display: grid;
  justify-content: end;
  width: 100%;
  height: 22px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar {
  position: relative;
  transform: translateY(10px);
  background: #000000;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
  cursor: pointer;
}
header.small-screen .hamburger-menu .bar:before {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #000000;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar:after {
  width: 19px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: #000000;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar.animate:after {
  top: 0;
  width: 24px;
  transform: rotate(45deg);
  background: #FFFBFA;
  color: #FFFBFA;
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  color: #FFFBFA;
  background: #FFFBFA;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .mobile-navar ul {
  margin: 0;
  padding: 0;
}
header.small-screen .mobile-navar ul li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
}
header.small-screen .mobile-navar ul li:first-child {
  margin-top: 20px;
}
header.small-screen .mobile-navar ul li a {
  text-decoration: none;
  color: #FFFBFA;
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 36px;
}
header.small-screen .mobile-navar ul li a.active {
  color: #FECC99;
}
header.small-screen .mobile-navar ul li a:hover {
  color: #FECC99;
}
header.small-screen .mobile-navar .apply-box {
  border-color: #FFFBFA;
  background: transparent;
}
header.small-screen .mobile-navar {
  top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 70px;
  padding-bottom: 20px;
  right: -300%;
  width: 100%;
  background: #000000;
  color: #000000;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .mobile-navar.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .has-children.active {
  color: #FECC99;
}
header.small-screen .has-children:hover {
  cursor: pointer;
}
header.small-screen .mobile-navar .children {
  display: none;
}
header.small-screen .mobile-navar .children li a {
  font-size: 18px;
  line-height: 30px;
}
header.small-screen .mobile-navar .children li:first-child {
  margin-top: 0px;
}
header.small-screen .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #FECC99;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
header.small-screen .icon-arrow:after {
  content: "▼";
}
header.small-screen .icon-arrow:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

footer {
  background: url("../media/footer-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 100px 24px 24px 24px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 12px 12px 12px;
    background-size: 140px;
    z-index: 99;
    position: relative;
  }
}
footer .content {
  background: #000000;
  border-radius: 30px;
  color: #FFFBFA;
}
footer .content .container {
  padding-top: 48px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  footer .content .container {
    padding-top: 24px;
  }
}
footer .widget {
  max-width: 500px;
}
@media (max-width: 769px) {
  footer .widget {
    margin-bottom: 10px;
  }
}
footer .widget .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  footer .widget .social-icons {
    gap: 12px;
    margin-bottom: 0;
  }
}
footer .widget .social-icons li a {
  font-size: 35px;
  color: #FECC99;
}
@media (max-width: 768px) {
  footer .widget .social-icons li a {
    font-size: 20px;
  }
}
footer .widget .list li a {
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 992px) {
  footer .widget .list li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .widget .list li a {
    font-size: 14px;
  }
}
footer .widget .cus-btn {
  justify-content: center;
}
footer .contact-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
footer .contact-box .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 8px 10px;
  background: #FECC99;
  text-align: center;
}
@media (max-width: 768px) {
  footer .contact-box .icon {
    width: 24px;
    height: 24px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .contact-box .icon svg {
    width: 15px;
  }
}
@media (max-width: 768px) {
  footer .contact-box {
    font-size: 12px;
    gap: 3px;
  }
}
@media (max-width: 400px) {
  footer .contact-box {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  footer .contact-box {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  footer img {
    max-width: 30%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  footer .copyright-text {
    font-size: 8px;
  }
}
@media (max-width: 400px) {
  footer .copyright-text {
    font-size: 7px;
  }
}

.hero-banner {
  background: url("../media/banner/union.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 39%;
}
@media (max-width: 1050px) {
  .hero-banner {
    padding: 0;
    background-size: 28%;
    background-position: top 7% right;
  }
}
@media (max-width: 900px) {
  .hero-banner {
    background-size: 25%;
    background-position: top 3% right;
  }
}
@media (max-width: 768px) {
  .hero-banner {
    background: url("../media/banner/union-mobile.png");
    padding: 74px 0;
    background-size: auto;
    background-position: top 73px right -13px;
    background-repeat: no-repeat;
  }
}
.hero-banner .slider-content {
  background: url("../media/banner/Vector1.png");
  background-position: left top 46%;
  background-repeat: no-repeat;
  margin-top: 51px;
  padding-bottom: 190px;
}
@media (max-width: 1050px) {
  .hero-banner .slider-content {
    background-size: 15%;
    padding-bottom: 60px;
    background-position: left top 88%;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content {
    background-size: 19%;
    background-position: top 50% left -30px;
    padding-bottom: 0;
    margin-top: 20px;
  }
}
.hero-banner .slider-content .content-block {
  height: 100%;
  align-content: center;
  justify-content: center;
}
.hero-banner .slider-content .content-block .social-links {
  position: absolute;
  left: 0px;
  top: 45%;
  list-style: none;
}
.hero-banner .slider-content .content-block .social-links li {
  margin-bottom: 24px;
}
.hero-banner .slider-content .content-block .social-links li.text {
  height: 100px;
  margin-bottom: 48px;
}
.hero-banner .slider-content .content-block .social-links li.text span {
  transform: rotate(90deg);
  margin: 38px -37px;
  color: #FFFBFA;
  font-size: 21px;
  font-weight: 600;
}
.hero-banner .slider-content .content-block .social-links a {
  color: white;
  font-size: 32px;
}
.hero-banner .slider-content .content-block h1 {
  font-family: "Barlow";
  font-size: 82px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 98.4px */
  letter-spacing: -1.64px;
  color: #000000;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .hero-banner .slider-content .content-block h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content .content-block h1 {
    font-family: "Inter";
    font-size: 36px;
    text-align: center;
    margin-top: 24px;
    letter-spacing: -0.36px;
    height: 95px;
  }
}
.hero-banner .slider-content .content-block h1 span {
  font-family: "Barlow";
  font-size: 82px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: #FECC99;
  letter-spacing: -1.64px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 900px) {
  .hero-banner .slider-content .content-block h1 span {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content .content-block h1 span {
    font-size: 36px;
  }
}
.hero-banner .slider-content .content-block h1 span::after {
  content: "";
  width: 165px;
  height: 22px;
  background: url("../media/banner/underline.png");
  position: absolute;
  bottom: -13px;
  right: 0;
}
@media (max-width: 768px) {
  .hero-banner .slider-content .content-block h1 span::after {
    width: 89px;
    height: 11px;
    bottom: -9px;
    right: 0px;
    background-size: cover;
  }
}
.hero-banner .slider-content .content-block h1 span.title-2::after {
  right: 100px;
}
.hero-banner .slider-content .content-block h1 span.title-3::after {
  right: 50px;
}
.hero-banner .slider-content .content-block .title-1,
.hero-banner .slider-content .content-block .title-2,
.hero-banner .slider-content .content-block .title-3 {
  position: absolute;
  display: block;
  top: 0;
  right: -23%;
  width: 100%;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  max-width: 320px;
}
@media (max-width: 1050px) {
  .hero-banner .slider-content .content-block .title-1,
.hero-banner .slider-content .content-block .title-2,
.hero-banner .slider-content .content-block .title-3 {
    right: 2%;
  }
}
@media (max-width: 900px) {
  .hero-banner .slider-content .content-block .title-1,
.hero-banner .slider-content .content-block .title-2,
.hero-banner .slider-content .content-block .title-3 {
    right: -3%;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content .content-block .title-1,
.hero-banner .slider-content .content-block .title-2,
.hero-banner .slider-content .content-block .title-3 {
    top: 44px;
    right: 31%;
    max-width: 150px;
    text-align: center;
  }
}
.hero-banner .slider-content .content-block .title-1 {
  animation-name: anim-1;
}
.hero-banner .slider-content .content-block .title-2 {
  animation-name: anim-2;
}
.hero-banner .slider-content .content-block .title-3 {
  animation-name: anim-3;
}
@keyframes anim-1 {
  0%, 8.3% {
    opacity: 0;
  }
  8.3%, 25% {
    opacity: 1;
  }
  33.33%, 100% {
    opacity: 0;
  }
}
@keyframes anim-2 {
  0%, 33.33% {
    opacity: 0;
  }
  41.63%, 58.29% {
    opacity: 1;
  }
  66.66%, 100% {
    opacity: 0;
  }
}
@keyframes anim-3 {
  0%, 66.66% {
    opacity: 0;
  }
  74.96%, 91.62% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-banner .slider-content .content-block p {
  font-family: "Inter";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 768px) {
  .hero-banner .slider-content .content-block p {
    text-align: center;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 91%;
  }
}
.hero-banner .slider-content .content-block .btn-block {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-banner .slider-content .content-block .btn-block {
    gap: 24px;
  }
}
.hero-banner .slider-content .badge-img {
  position: absolute;
  left: -45px;
  bottom: 20px;
}
@media (max-width: 768px) {
  .hero-banner .slider-content .badge-img {
    display: none;
  }
}
.hero-banner .slider-content .img-block svg {
  position: absolute;
  top: 72px;
  left: 115px;
  /* Apply animation to the dashed paths */
}
@media (max-width: 1050px) {
  .hero-banner .slider-content .img-block svg {
    left: 32%;
  }
}
@media (max-width: 900px) {
  .hero-banner .slider-content .img-block svg {
    left: 29%;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content .img-block svg {
    top: -11px;
    left: 55px;
  }
}
.hero-banner .slider-content .img-block svg .dashed {
  stroke-dasharray: 10;
  /* Length of the path */
}
@media (max-width: 1050px) {
  .hero-banner .slider-content .img-block svg .dashed {
    stroke: #FFFBFA !important;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content .img-block svg .dashed {
    stroke: #000000 !important;
    animation: reverse-dash 3s linear forwards infinite;
  }
}
.hero-banner .slider-content .img-block svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 3s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes reverse-dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hero-banner .slider-content .img-block img {
  height: 710px;
  object-fit: cover;
  object-position: left;
  position: relative;
  z-index: 9;
}
@media (max-width: 1050px) {
  .hero-banner .slider-content .img-block img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .hero-banner .slider-content .img-block img {
    height: auto;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-bottom: 0px;
  }
}

.apply-box {
  border-radius: 30px;
  border: 2px solid #000000;
  padding: 24px;
  background: #FFFBFA;
  transition: 0.6s;
  box-shadow: 0 0;
  cursor: pointer;
}
.apply-box:hover {
  transform: translate(10px, -10px);
  box-shadow: 7px 10px 0 0 #000000;
  border-radius: 30px;
}
.apply-box.active {
  box-shadow: 7px 10px 0 0 #000000;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .apply-box {
    padding: 16px;
  }
}

.hirepop {
  top: 0px;
  padding: 24px;
  max-width: 758px;
  right: -300%;
  width: 100%;
  background: #000000;
  color: #FFFBFA;
  height: 100%;
  padding-bottom: 20px;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.hirepop.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.hirepop h2 {
  font-family: "Barlow";
  font-size: 61px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  /* 76.25px */
  letter-spacing: -0.61px;
  position: relative;
  max-width: 70%;
}
@media (max-width: 720px) {
  .hirepop h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 720px) {
  .hirepop p {
    text-align: center;
  }
}
.hirepop label {
  margin-bottom: 8px;
}
.hirepop .form-group {
  margin-bottom: 24px;
}
.hirepop .close {
  position: absolute;
  font-size: 32px;
  top: 20px;
  right: 30px;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 720px) {
  .hirepop .close {
    font-size: 20px;
  }
}
.hirepop .apply-fields {
  display: none;
}
.hirepop .hire-fields {
  display: none;
}
.hirepop input, .hirepop textarea {
  color: #FFFBFA !important;
}
.hirepop input:focus, .hirepop textarea:focus {
  box-shadow: 0 0 9px 0.2rem #FECC99;
}
.hirepop input::placeholder, .hirepop textarea::placeholder {
  color: #FFFBFA;
  opacity: 1;
  /* Firefox */
}
.hirepop input::-ms-input-placeholder, .hirepop textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #FFFBFA;
}
.hirepop .apply-box {
  background: transparent;
  border: 2px solid #FFFBFA;
}
.hirepop .apply-box:hover {
  transform: translate(10px, -10px);
  box-shadow: 7px 10px 0 0 #FECC99;
}
.hirepop .apply-box.active {
  box-shadow: 7px 10px 0 0 #FECC99;
}

.about {
  background: url("../media/about/bg.png");
  background-position: left 10% bottom;
  background-repeat: no-repeat;
  padding-bottom: 128px;
  background-size: 400px;
}
@media (max-width: 768px) {
  .about {
    background-position: top 20px right;
    padding-top: 60px;
    background-size: 150px;
    padding-bottom: 0;
  }
}
.about .content {
  border-radius: 30px;
  background: #000000;
}
.about .content nav {
  margin-bottom: 20px;
}
.about .content nav .nav-tabs {
  border: 2px solid #FFFBFA;
  border-radius: 50px;
  padding: 10px;
  gap: 15px;
  justify-content: center;
}
.about .content nav .nav-tabs .nav-link {
  font-size: 27px;
  font-weight: 700;
  color: #FFFBFA;
  border: 0;
  text-transform: uppercase;
  padding: 10px 13px;
  transition: all 0.15s ease-in-out;
}
.about .content nav .nav-tabs .nav-link.active {
  border-radius: 50px;
  background: #FECC99;
  color: #000000;
}
@media (max-width: 768px) {
  .about .content nav .nav-tabs .nav-link.active {
    padding: 8px 18px;
  }
}
@media (max-width: 415px) {
  .about .content nav .nav-tabs .nav-link.active {
    padding: 8px 13px;
  }
}
@media (max-width: 1050px) {
  .about .content nav .nav-tabs .nav-link {
    font-size: 17px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .about .content nav .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0 18px;
  }
}
@media (max-width: 415px) {
  .about .content nav .nav-tabs .nav-link {
    font-size: 11px;
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .about .content nav .nav-tabs .nav-link {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .about .content nav .nav-tabs {
    gap: 6px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .about .content .tab-content h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about .content .tab-content p {
    text-align: center;
  }
}
.about .content img {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1050px) {
  .about .content img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .about .content img {
    height: 250px;
    border-radius: 0 0px 30px 30px;
  }
}

.services {
  background: url("../media/services/bg.png");
  background-position: right 100px bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .services {
    background-position: right bottom 29%;
    padding-bottom: 60px;
    background-size: 30%;
  }
}
@media (max-width: 768px) {
  .services h2 {
    text-align: center;
    margin-bottom: 32px;
  }
}
.services .service-box {
  border-radius: 30px;
  border: 2px solid #000000;
  padding: 48px 36px 32px;
  background: #FFFBFA;
  transition: 0.6s;
  box-shadow: 0 0;
  margin-bottom: 24px;
  cursor: pointer;
}
.services .service-box:hover {
  transform: translate(10px, -10px);
  box-shadow: 7px 10px 0 0 #000000;
  border-radius: 30px;
}
.services .service-box.active {
  box-shadow: 7px 10px 0 0 #000000;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .services .service-box {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .services .service-box img {
    display: none;
  }
}

.weare {
  margin-top: -46px;
  padding-bottom: 52px;
}
.weare .text-box {
  border: 2px solid #000000;
  border-radius: 30px;
  padding: 18px 32px;
  margin-bottom: 48px;
}
.weare .text-box i {
  font-size: 32px;
  color: #FECC99;
}
@media (max-width: 768px) {
  .weare .text-box {
    margin-bottom: 24px;
  }
}

.testimonials {
  background: url("../media/testimonials/bg.png");
  background-position: left 10% bottom;
  background-repeat: no-repeat;
  padding-bottom: 128px;
  background-size: 350px;
}
@media (max-width: 768px) {
  .testimonials {
    background-position: left bottom 19px;
    padding-bottom: 60px;
    background-size: 92px;
  }
}
.testimonials .img-in-title {
  height: 133px;
}
.testimonials .content {
  border-radius: 30px;
  padding: 64px 36px;
  background: url("../media/testimonials/content-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #000000;
}
@media (max-width: 768px) {
  .testimonials .content {
    padding: 28px 20px;
  }
}
@media (max-width: 768px) {
  .testimonials .content h2 {
    text-align: center;
  }
}
.testimonials .content .testimonial-slider {
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .testimonials .content .testimonial-slider .slick-next:before {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .testimonials .content .testimonial-slider .slick-prev:before {
    left: 37%;
  }
}
.testimonials .content .testimonial-block {
  background: #FFFBFA;
  border-radius: 30px;
  padding: 24px;
  margin: 0 12px;
  min-height: 168px;
}
.testimonials .content .testimonial-block i {
  color: #FECC99;
}
@media (max-width: 768px) {
  .testimonials .content .testimonial-block {
    margin-bottom: 60px !important;
  }
}

.partners {
  background: url("../media/services/bg.png");
  background-position: right 14% bottom;
  background-repeat: no-repeat;
  background-size: 150px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .partners {
    background-position: right -6% bottom 8%;
    background-size: 120px;
    padding-bottom: 27px;
  }
}
.partners .container .partners-slider {
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .partners .container h2 {
    margin-bottom: 28px;
  }
}
.partners .container .partner-block {
  background: #FFFBFA;
  border: 2px solid #000000;
  border-radius: 30px;
  padding: 20px;
  margin: 0 12px;
  height: 250px;
  transition: 0.6s;
  box-shadow: 0 0;
}
@media (max-width: 768px) {
  .partners .container .partner-block {
    margin-bottom: 50px;
    height: 180px;
    padding: 30px;
  }
}
.partners .container .partner-block img {
  height: 100%;
  object-fit: contain;
}

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