/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/* Light */
@font-face {
  font-family: "primaryFont";
  src: url("../fonts/SeasonSans-Light-TRIAL.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: "primaryFont";
  src: url("../fonts/SeasonSans-Regular-TRIAL.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "primaryFont";
  src: url("../fonts/SeasonSans-Medium-TRIAL.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Semibold */
@font-face {
  font-family: "primaryFont";
  src: url("../fonts/SeasonSans-SemiBold-TRIAL.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "primaryFont";
  src: url("../fonts/SeasonSans-Bold-TRIAL.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
.primary-font {
  font-family: "Season Sans-TRIAL";
  font-weight: 400;
  font-style: normal;
}

.grey-light-text {
  color: #9e9e9e;
}

.blue-gradient-bg {
  background: radial-gradient(97.29% 148.35% at 50% -42.52%, #000000 49.07%, #04185F 68.8%, #06319C 76.2%, #0C4ACC 78.85%, #4585E0 87.26%, #ffffff 93.92%);
}

.blue-gradient-bg-dark {
  background: radial-gradient(123.58% 188.44% at 50% -42.52%, #000000 36.05%, #04185F 64.09%, #06319C 73.42%, #0C4ACC 80.31%, #4585E0 86.54%, #FFFFFF 93.65%);
}

.black-gradient-bg {
  background: radial-gradient(70.65% 70.65% at 50% 120.65%, #666666 0%, #000000 100%);
}

.creamy-bg {
  background-color: #F8F3EE;
}

p {
  line-height: 1.4;
}

.h0 {
  font-size: 3.25rem;
  line-height: 1.2;
}
@media all and (max-width: 1600px) {
  .h0 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 1399px) {
  .h0 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 1199px) {
  .h0 {
    font-size: 1.8rem;
  }
  .h0 br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .h0 {
    font-size: 1.3rem;
  }
}

h1 {
  font-size: 2.667rem;
  line-height: 1.2;
}
@media all and (max-width: 1600px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 1399px) {
  h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1199px) {
  h1 {
    font-size: 1.8rem;
  }
  h1 br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 1.3rem;
  }
}

/* 64px - Hero headings */
h2 {
  font-size: 2.292rem;
}
@media all and (max-width: 1600px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media all and (max-width: 1399px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1199px) {
  h2 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 979px) {
  h2 br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
  }
}

/* 55px - Major sections */
h3 {
  font-size: 1.917rem;
}
@media all and (max-width: 1600px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1399px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1199px) {
  h3 {
    font-size: 1.4rem;
  }
}

/* 46px - Subsections */
h4 {
  font-size: 1.542rem;
}
@media all and (max-width: 1600px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1399px) {
  h4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1199px) {
  h4 {
    font-size: 1.3rem;
  }
}

/* 37px - Minor headings */
h5 {
  font-size: 1.167rem;
}
@media all and (max-width: 1600px) {
  h5 {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1399px) {
  h5 {
    font-size: 1rem;
  }
}
@media all and (max-width: 1199px) {
  h5 {
    font-size: 0.9rem;
  }
}

/* 28px - Small headings */
h6 {
  font-size: 1rem;
}
@media all and (max-width: 1199px) {
  h6 {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 767px) {
  h6 br {
    display: none;
  }
}

/* 24px - Minimal headings */
.bg-lightGrey {
  background-color: #f8f8f8;
}

.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}
@media all and (max-width: 1199px) {
  .text-24 {
    font-size: 20px;
  }
}

html {
  height: 100%;
  font-size: 24px;
  scroll-behavior: smooth;
  --main-container-width: calc( 100% - 180px );
}
@media all and (max-width: 1920px) {
  html {
    --main-container-width: 1760px;
  }
}
@media all and (max-width: 1800px) {
  html {
    --main-container-width:calc( 100% - 140px ) ;
  }
}
@media all and (max-width: 1199px) {
  html {
    --main-container-width:calc( 100% - 100px ) ;
  }
}
@media all and (max-width: 979px) {
  html {
    --main-container-width:calc( 100% - 80px ) ;
  }
}
@media all and (max-width: 767px) {
  html {
    --main-container-width:calc( 100% - 40px ) ;
  }
}

body {
  height: 100%;
  font-family: "primaryFont";
  font-weight: 400;
  font-size: 24px;
}
@media all and (max-width: 1600px) {
  body {
    font-size: 20px;
  }
}
@media all and (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body {
  color: #161616;
  background-color: #FFFFFF;
  line-height: inherit;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link, a:visited {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.h0,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 18px;
}
p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 979px) {
  p br {
    display: none;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

.d-none-desktop {
  display: none;
}

@media (max-width: 979px) {
  .d-none-979 {
    display: none;
  }
  .d-979 {
    display: block;
  }
}
.custom-container {
  padding: 75px 0px;
  max-width: var(--main-container-width);
  margin: auto;
}
@media all and (max-width: 1499px) {
  .custom-container {
    padding: 60px 0px;
  }
}
@media all and (max-width: 1199px) {
  .custom-container {
    padding: 40px 0px;
  }
}
@media all and (max-width: 979px) {
  .custom-container {
    padding: 30px 0px;
  }
}
.custom-container .small-width-container {
  max-width: 1200px;
}
.custom-container .small-medium-container {
  max-width: 1500px;
}

.common-button a,
.common-button button {
  background-color: #fff;
  color: #000;
  padding: 15px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: transform 0.2s;
}
@media all and (max-width: 1399px) {
  .common-button a,
  .common-button button {
    font-size: 16px;
    padding: 14px 20px;
  }
}
@media all and (max-width: 767px) {
  .common-button a,
  .common-button button {
    font-size: 14px;
  }
}
.common-button a:hover,
.common-button button:hover {
  transform: scale(1.02);
}
.common-button.black-btn a,
.common-button.black-btn button {
  background-color: #000;
  color: #fff !important;
}
.common-button.black-btn a img,
.common-button.black-btn button img {
  filter: invert(1);
}
.common-button.black-btn.no-invert img {
  filter: none;
}
.common-button.grey-btn a,
.common-button.grey-btn button {
  background-color: #F0F0F0;
  color: #000;
}
.common-button.grey-btn a img,
.common-button.grey-btn button img {
  transform: rotate(45deg);
}
.common-button.small-padding a, .common-button.small-padding button {
  padding: 10px 20px 10px 10px;
}
@media all and (max-width: 1399px) {
  .common-button img {
    width: 10px;
  }
}

.rotate--90 {
  rotate: -90deg;
}

a {
  color: #333333;
}

.min-h-100-vh {
  min-height: 100vh;
}

.h-100-vh {
  height: 100vh;
}

.black-bg {
  background-color: #000;
}

.flex {
  display: flex;
}

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

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-around {
  justify-content: space-around;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.pt-110 {
  padding-top: 110px;
}
@media all and (max-width: 1600px) {
  .pt-110 {
    padding-top: 80px;
  }
}
@media all and (max-width: 1399px) {
  .pt-110 {
    padding-top: 70px;
  }
}
@media all and (max-width: 979px) {
  .pt-110 {
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .pt-110 {
    padding-top: 30px;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media all and (max-width: 1600px) {
  .pt-200 {
    padding-top: 160px;
  }
}
@media all and (max-width: 1399px) {
  .pt-200 {
    padding-top: 140px;
  }
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

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

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

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}
@media all and (max-width: 1600px) {
  .w-30 {
    width: 40%;
  }
}
@media all and (max-width: 1199px) {
  .w-30 {
    width: 50%;
  }
}
@media all and (max-width: 979px) {
  .w-30 {
    width: 100%;
  }
}

.w-40 {
  width: 40%;
}
@media all and (max-width: 1199px) {
  .w-40 {
    width: 50%;
  }
}
@media all and (max-width: 979px) {
  .w-40 {
    width: 100%;
  }
}

.w-50 {
  width: 50%;
}
@media all and (max-width: 979px) {
  .w-50 {
    width: 100% !important;
  }
}

.w-60 {
  width: 60%;
}
@media all and (max-width: 1199px) {
  .w-60 {
    width: 50%;
  }
}
@media all and (max-width: 979px) {
  .w-60 {
    width: 100%;
  }
}

.w-70 {
  width: 70%;
}
@media all and (max-width: 1600px) {
  .w-70 {
    width: 60%;
  }
}
@media all and (max-width: 1199px) {
  .w-70 {
    width: 50%;
  }
}
@media all and (max-width: 979px) {
  .w-70 {
    width: 100%;
  }
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

/* Animation keyframes */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(0%);
  }
}
.pb-4 {
  padding-bottom: 4px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pb-46 {
  padding-bottom: 44px;
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-42 {
  padding-top: 42px;
}

.pt-46 {
  padding-top: 44px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-46 {
  padding-right: 44px;
}

.pr-50 {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .pt-mb-78 {
    padding-top: 78px;
  }
}
@media all and (max-width: 979px) {
  .flex-wrap-979 {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 979px) {
  .pb-4-979 {
    padding-bottom: 1.5rem;
  }
}

@media all and (max-width: 979px) {
  .pb-3-979 {
    padding-bottom: 1rem;
  }
}

@media all and (max-width: 979px) {
  .pb-2-979 {
    padding-bottom: 0.5rem;
  }
}

@media all and (max-width: 979px) {
  .hide-979 {
    display: none;
  }
}

@media all and (max-width: 979px) {
  .pt-5 {
    padding-top: 1.5rem !important;
  }
}

@media all and (max-width: 979px) {
  .pt-0-imp-979 {
    padding-top: 0 !important;
  }
}

@media all and (max-width: 979px) {
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 767px) {
  .pt-0-imp-767 {
    padding-top: 0 !important;
  }
}

.is-empty img {
  filter: invert(0.5);
  opacity: 0.5;
}

.custom-form {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  border: 4px solid #BEBEBE;
}
.custom-form.aduit-form {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
@media all and (max-width: 1199px) {
  .custom-form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .custom-form {
    border-radius: 15px;
  }
}
.custom-form .fluentform .ff-el-input--label {
  font-size: 16px;
}
.custom-form .ff-default .ff-el-form-control {
  border: 0;
  border-bottom: 2px solid #D9D9D9;
  border-radius: 0;
  font-size: 15px;
  padding-left: 0;
}

.mw-1465 {
  max-width: 1465px;
}
@media all and (max-width: 1199px) {
  .mw-1465 {
    max-width: var(--main-container-width);
  }
}

.client-circle-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #D9D9D9;
  overflow: hidden;
}
.client-circle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .client-circle-image {
    width: 30px;
    height: 30px;
  }
}

select.ff-el-form-control:not([size]):not([multiple]) {
  height: 48px;
}

@media (max-width: 767px) {
  .gap-mb-7 {
    gap: 7px !important;
  }
}/*# sourceMappingURL=global.css.map */