body {
  -webkit-text-size-adjust: 100%;
}

.grecaptcha-logo {
  z-index: 999999;
  position: relative;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"),
    url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body.home h1,
body.home h2 {
  font-size: 52px;
  line-height: 64px;
  font-weight: bold;
  font-family: "Montserrat";
  margin-bottom: 20px;
}

.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s linear;
}

.top-header-bar {
  display: none;
}

body.home header .header-main {
  background-color: transparent;
  padding: 29px 0;
  /* box-shadow: 0px 0px 20px #0000001a; */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrap {
  width: 215.46px;
}

.logo-wrap a {
  display: block;
  line-height: 0;
}

body.home .logo-wrap img {
  width: 100%;
  height: auto;
}

a.df-btn {
  background: #fa8e4e;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat";
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #fa8e4e;
  padding: 15.5px 26.7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  gap: 14.5px;
  position: relative;
}

a.df-btn::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  opacity: 1;
  margin: 0;
  transition: all 0.6s ease;
}

a.df-btn:hover::after {
  width: 100%;
}

a.df-btn:hover {
  color: #fa8e4e;
}

a.df-btn:hover svg path {
  transition: all 0.6s ease;
  fill: #fa8e4e;
}

a.df-btn svg {
  transition: all 0.6s ease;
  width: 11px;
  height: 15px;
}

a.df-btn svg path {
  transition: all 0.6s ease;
  fill: #fff;
}

section.banner-section {
  overflow: hidden;
  width: 100%;
  height: 970px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.banner-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

img.mobile-banner {
  display: none;
}

img.tab-banner {
  display: none;
}

section.banner-btm-section .box-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* align-items: center; */
  background: #fff;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 0px 50px #00000029;
  gap: 40px 120px;
  padding: 68px 56px 43.4px;
}

section.banner-btm-section .box-wrap .box {
  width: calc(100% / 3 - 80px);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

section.banner-btm-section .box-wrap .box .box-icon {
  /* overflow: hidden; */
  width: max-content;
  margin: 0 auto;
  min-height: 72px;
  position: relative;
  transform: scale(1.01);
}

section.banner-btm-section .box-wrap .box .box-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  transition: transform 0.6s ease;
  /* Specify only transform for clarity */
  object-fit: cover;
  transform: scale(1.01);
}

section.banner-btm-section .box-wrap .box:hover .box-icon img {
  transform: scale(1.1);
}

section.banner-btm-section .box-wrap .box .box-content span {
  font-size: 26px;
  line-height: 32px;
  color: #000;
  display: block;
  font-weight: bold;
  font-family: "Montserrat";
  margin-bottom: 8px;
}

section.banner-btm-section .box-wrap .box .box-content p {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0;
}

section.banner-btm-section .box-wrap .box::before {
  position: absolute;
  content: "";
  left: auto;
  right: -120px;
  top: 37px;
  background-image: url(../../../../wp-content/uploads/2024/10/Livello_1.svg);
  width: 124px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.banner-btm-section .box-wrap .box:last-child:before {
  display: none;
}

section.banner-btm-section {
  position: relative;
  z-index: 2;
  margin-top: -165px;
}

section.about-us-section .about-us-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  padding-top: 102px;
  overflow: hidden;
  align-items: center;
}

section.about-us-section {
  background-image: url(../../../../wp-content/uploads/2024/10/Group-9670.png);
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -2px;
  /* margin-top: -200px; */
}

section.about-us-section .about-us-wrap .left {
  width: 48%;
  padding-left: calc(((100% - 1400px) / 2));
  padding-right: 20px;
  padding-bottom: 80px;
}

section.about-us-section .about-us-wrap .left .content {
  margin-bottom: 27px;
}

section.about-us-section .about-us-wrap .right {
  width: 52%;
  position: relative;
  height: 100%;
}

section.about-us-section .about-us-wrap .right img {
  width: 100%;
  margin-left: 30px;
  height: auto;
  object-fit: cover;
  display: block;
}

.founder-text {
  background-color: #fff;
  padding: 14.5px 26.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  border-radius: 3px;
  text-align: center;
}

.founder-text p {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  font-family: "Montserrat";
  text-transform: uppercase;
}

p.top-heading {
  color: #0020c0;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 8px;
}

p {
  font-size: 20px;
  line-height: 38px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #000;
  margin-bottom: 38px;
}

p:last-child {
  margin: 0;
}

header.nav-down {
  transition: 0.7s;
  top: -100%;
  background-color: #0020c0;
}

header.nav-up {
  top: -100%;
  transition: 0.7s;
}

section.event-section {
  background-image: url(../../../../wp-content/uploads/2024/10/event-bg-new.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 121px 0 130px;
  margin-bottom: 120px;
}

section.event-section p.top-heading,
section.event-section h2 {
  text-align: center;
  color: #fff;
}

body section.event-section h2 {
  margin-bottom: 45px;
}

section.event-section .event-wrap-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}

section.event-section .event-wrap-list .event-card {
  width: calc(100% / 3 - 27px);
  height: 100%;
}

section.event-section .event-wrap-list .event-card .event-card-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 27px;
  transition: 0.6s all;
  overflow: hidden;
}

section.event-section .event-wrap-list .event-card:hover .event-card-img img {
  transform: scale(1.1);
}

section.event-section .event-wrap-list .event-card .event-card-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: 0.6s all;
}

section.event-section .event-wrap-list .event-card .event-card-content h3 {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 16px;
}

section.event-section .event-wrap-list .event-card .event-card-content span {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-style: normal;
  font-family: "Open Sans";
  position: relative;
  margin-bottom: 14px;
  display: flex;
  align-items: start;
  gap: 11px;
  text-transform: uppercase;
}

section.event-section
  .event-wrap-list
  .event-card
  .event-card-content
  span:last-child {
  margin-bottom: 0;
}

section.event-section
  .event-wrap-list
  .event-card
  .event-card-content
  span.event-location {
  max-width: 262px;
}

section.event-section
  .event-wrap-list
  .event-card
  .event-card-content
  span.event-location
  svg {
  width: 21px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 6px;
}

section.event-section
  .event-wrap-list
  .event-card
  .event-card-content
  span.event-date
  svg {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin-top: 6px;
}

/* span.event-location::before {
  content: "";
}
span.even-date::before {
  content: "a";
  position: absolute;
  background-image: url(../../../../wp-content/uploads/2024/10/Icon-calendar.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
} */
section.event-section
  .event-wrap-list
  .event-card
  .event-card-content
  a.df-btn {
  margin-top: 30px;
}

section.process-section .title-wrap {
  text-align: center;
  margin-bottom: 65px;
}

section.process-section .process-card-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  counter-reset: custom-counter;
}

section.process-section .process-card-wrap .process-card {
  width: calc(100% / 3 - 26.7px);
  background: #ffffff;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 10px;
  position: relative;
  padding: 62px 40px 45px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 25px;
}

section.process-section .process-card-wrap .process-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

section.process-section .process-card-wrap .process-card .process-icon {
  width: max-content;
  height: auto;
}

section.process-section .process-card-wrap .process-card::before {
  content: counter(custom-counter);
  counter-increment: custom-counter;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 42px;
  line-height: 52px;
  color: #fa8e4e;
  font-weight: 600;
  font-family: "Montserrat";
  background: #ffe6e1;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}

section.process-section .process-card-wrap .process-card h3 span {
  font-size: 26px;
  line-height: 35px;
  color: #02009d;
  font-weight: 400;
  font-family: "Montserrat";
  display: block;
}

section.process-section .process-card-wrap .process-card h3 {
  font-size: 38px;
  line-height: 47px;
  color: #02009d;
  font-weight: 600;
  font-family: "Montserrat";
}

section.formate-section {
  background: transparent linear-gradient(128deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box;
  /* padding: 182px 0 735px; */
  padding: 184px 0 0;
  margin-top: -100px;
  /* margin-bottom: 117px; */
  margin-bottom: 135px;
}

section.formate-section h3 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  line-height: 64px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat";
  margin-bottom: 40px;
}

section.formate-section .formate-content-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

section.formate-section p {
  color: #fff;
}

section.formate-section .formate-content-wrap .left-wrap {
  width: 47%;
  padding-right: 48.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

section.formate-section .formate-content-wrap .right-wrap {
  width: 53%;
  padding-left: 48.5px;
}

ul {
  list-style: none;
  /* margin-bottom: 20px; */
}

ul li {
  font-size: 23px;
  line-height: 40px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 500;
  text-align: left;
  position: relative;
  margin-bottom: 19px;
  padding-left: 45px;
}

ul li:last-child {
  margin: 0;
}

ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 28px;
  height: 28px;
  background: url(../../../../wp-content/uploads/2024/10/Component-4-–-6.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.contact-section {
  /* background: transparent linear-gradient(128deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box; */
  padding: 125px 0 153px;
  position: relative;
  /* margin-bottom: 135px; */
}

.contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../../../../wp-content/uploads/2024/10/Mask-Group-29.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: auto;
  bottom: 0;
}

/* .contact-section .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 36px;
  background-image: url(../../../../wp-content/uploads/2024/10/Backgroud.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 50px #00000024;
  border: 8px solid #fa8e4e;
  border-radius: 10px;
  position: relative;
  z-index: 2;
} */
.contact-section .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 36px;
  background-image: url(../../../../wp-content/uploads/2024/10/Backgroud.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 50px #00000024;
  border: 10px solid #fa8e4e;
  border-radius: 22px;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
}

.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full),
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full) {
  padding: 0 !important;
}

.contact-section .contact-wrap .left {
  width: 54.5%;
  padding: 70px 50px 75px 80px;
}

.contact-section .contact-wrap h2 {
  margin-bottom: 28px;
}

.contact-section .contact-wrap .right {
  width: 45.5%;
  padding-right: 44px;
  margin-top: -130px;
  position: sticky;
  top: 30px;
  height: 100%;
}

.contact-section .contact-wrap .right img {
  width: 100%;
  object-fit: cover;
  height: auto;
  display: block;
}

body.home .partner-section h2 {
  text-align: center;
  margin-bottom: 46px;
}

.partner-section {
  margin-bottom: 120px;
}

.partner-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}

.partner-wrap .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-wrap .slick-track .slick-slide {
  margin: 0 !important;
  text-align: center;
  padding: 0 15px;
}

.partner-wrap .partner-logo {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}

.partner-wrap .partner-logo img {
  width: 100%;
  display: inline-block;
  object-fit: contain;
  height: 100%;
  max-width: 300px;
}

footer#footer {
  background: transparent linear-gradient(107deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box;
  z-index: 0;
  position: relative;
  padding: 124px 0 104px;
}

footer#footer .footer-row {
  display: flex;
  margin-bottom: 35px;
  flex-wrap: wrap;
  column-gap: 84px;
  row-gap: 40px;
}

footer#footer .footer-row .footer-col-1 {
  width: 15%;
}

footer#footer .footer-row .footer-col-2 {
  width: 78.6%;
  padding-left: 0;
}

footer#footer .footer-row .footer-col-1 .footer-logo {
  width: 199.63px;
  margin-bottom: 20px;
}

footer#footer .footer-row .footer-col-1 .footer-logo a {
  display: block;
  line-height: 0;
}

footer#footer .footer-row .footer-col-1 .footer-logo img {
  width: 100%;
  height: auto;
}

footer#footer ul li::before {
  display: none;
}

footer#footer ul.follow-us {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

footer#footer ul.follow-us li {
  padding: 0;
  margin: 0;
}

footer#footer ul.follow-us li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.6s;
}

footer#footer ul.follow-us li a:hover {
  border-color: #fa8e4e;
}

footer#footer ul.follow-us li a svg {
  transition: 0.6s;
  fill: #fff;
}

footer#footer ul.follow-us li a:hover svg {
  fill: #fa8e4e;
}

footer#footer .footer-row .footer-col-2 .ftr-box-wrap {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box {
  width: calc(100% / 3 - 13.5px);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  display: flex;
  gap: 20px;
  padding: 29px 44px 21px 30px;
}

footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box span.box-title {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
}

footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p,
footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p a {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: normal;
  transition: all 0.6s;
  text-decoration: none;
  word-break: break-word;
}

footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p a:hover {
  color: #fa8e4e;
}

footer#footer .copyright-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer#footer .copyright-row p {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
}

footer#footer .copyright-row p a {
  color: #fff;
  transition: all 0.6s;
  text-decoration: none;
  position: relative;
  /* border-right: 1px solid; */
  /* margin: 0 12px; */
  border: none;
  white-space: nowrap;
}

footer#footer .copyright-row p span {
  position: relative;
  padding: 0 10px;
}

footer#footer .copyright-row p span:first-child {
  padding-left: 0;
}

footer#footer .copyright-row p span::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 1px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

footer#footer .copyright-row p span:last-child::after {
  display: none;
}

footer#footer .copyright-row p span:last-child {
  padding-right: 0;
}

/* footer#footer .copyright-row p a:last-child {
  border: 0;
  margin-right: 0;
}
footer#footer .copyright-row p a:last-child::after {
  display: none;
}
footer#footer .copyright-row p a:first-child {
  margin-left: 0;
} */

footer#footer .copyright-row p a:hover {
  color: #fa8e4e;
}

section.Testimonials-sec {
  background-image: url(../../../../wp-content/uploads/2024/10/Testimonials-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 118.2px 0;
  position: relative;
}

section.Testimonials-sec .Testimonials-col {
  max-width: 1150px;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 78px;
}

section.Testimonials-sec .Testimonials-col .Testimonials-img {
  width: 37.8%;
  height: auto;
}

section.Testimonials-sec .Testimonials-col .Testimonials-img img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

section.Testimonials-sec .Testimonials-col .Testimonials-content {
  width: 55.4%;
  position: relative;
  padding-top: 56px;
}

section.Testimonials-sec .Testimonials-col .Testimonials-content::before {
  content: "";
  position: absolute;
  background-image: url(../../../../wp-content/uploads/2024/10/Group-8453.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 38px;
  top: 0;
  left: 0;
}

section.Testimonials-sec .Testimonials-col .Testimonials-content p {
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: normal;
}

section.Testimonials-sec .Testimonials-col .Testimonials-content span {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
}

section.Testimonials-sec .slick-arrow {
  background-image: var(--wpr-bg-13feb374-08c4-4c31-a312-1e657fa3f824);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  outline: 0;
  font-size: 0px;
  display: flex;
  transition: all 0.5s;
  box-shadow: none;
  width: 18px;
  height: 36px;
  border: 0;
  z-index: 2;
  opacity: 40%;
  transform: translateY(-50%);
  padding: 0;
}

section.Testimonials-sec .slick-arrow:hover {
  opacity: 100%;
}

section.Testimonials-sec .slick-arrow {
  --wpr-bg-13feb374-08c4-4c31-a312-1e657fa3f824: url(../../../../wp-content/uploads/2024/10/Icon-ion-ios-arrow-right-1.svg);
}

section.Testimonials-sec .slick-prev.slick-arrow {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotateY(180deg);
}

section.faq-sec {
  padding-bottom: 120px;
  padding-top: 113px;
  background-color: #f5f8f9;
}

section.faq-sec .faq-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}

section.faq-sec .faq-row .left-col {
  width: 26%;
  position: sticky;
  top: 30px;
  height: 100%;
}

section.faq-sec .faq-row .right-col {
  width: 74%;
  padding-left: 75px;
}

section.faq-sec .faq-row h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.accordion-item:first-child {
  padding-top: 0;
}

.accordion-item {
  padding: 27px 0;
  border-bottom: 1px solid #cccccc;
}

.accordion-item h3 {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 600;
  transition: all 0.6s ease;
  padding-right: 75px;
}

.accordion-item .accordion-body {
  padding-top: 15px;
  padding-right: 70px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.accordion-item .accordion-body p {
  font-size: 18px;
  line-height: 36px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
}

.accordion-item .accordion-body strong,
.accordion-item .accordion-body b {
  font-weight: 600;
}

.accordion-item .accordion-body a {
  color: #000;
  transition: all 0.6s;
  text-decoration: underline;
}

.accordion-item .accordion-body a:hover {
  color: #fa8e4e;
}

.accordion-header {
  margin-left: 25px;
}

.accordion-header .accordion-button {
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
}

.accordion-header .accordion-button:hover h3 {
  color: #fa8e4e;
}

.accordion-button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background-image: url(../../../../wp-content/uploads/2024/10/Icon-ion-ios-arrow-right-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 8px;
  transition: 0.6s;
}

.accordion-header.active .accordion-button::after {
  transform: rotate(180deg);
}

.partner-wrap .slick-track .slick-slide:first-child,
.partner-wrap .slick-track .slick-slide:first-child .partner-logo {
  padding-left: 0;
  text-align: left;
}

.partner-wrap .slick-track .slick-slide:last-child,
.partner-wrap .slick-track .slick-slide:last-child .partner-logo {
  padding-right: 0;
  text-align: right;
}

.contact-section .contact-wrap .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #000;
  margin-bottom: 11px;
}

.contact-section .contact-wrap .gform_wrapper.gravity-theme .gfield_required {
  color: #ff360c;
}

.contact-section .contact-wrap .gform_wrapper .gfield input::placeholder,
.contact-section .contact-wrap .gform_wrapper .gfield textarea::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
}

.contact-section .contact-wrap .gform_wrapper .gfield input,
.contact-section .contact-wrap .gform_wrapper .gfield textarea,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield select option {
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 13px 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-weight: normal;
  opacity: 0.6;
  height: 50px;
}

.contact-section .contact-wrap .gform_wrapper .gform_fields {
  grid-row-gap: 22px;
  grid-column-gap: 15px;
  /* align-items: center; */
}

span#gfield_upload_rules_1_11 {
  display: none;
}

.contact-section .contact-wrap .gform_wrapper.gravity-theme .description,
.contact-section .contact-wrap .gform_wrapper.gravity-theme .gfield_description,
.contact-section
  .contact-wrap
  .gform_wrapper.gravity-theme
  .gsection_description,
.contact-section .contact-wrap .gform_wrapper.gravity-theme .instruction {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
  opacity: 0.6;
}

.ginput_container.ginput_container_fileupload input {
  position: relative;
}

.ginput_container.ginput_container_date input {
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
}

.contact-section
  .contact-wrap
  .gform_wrapper.gravity-theme
  .ginput_container_date
  img.ui-datepicker-trigger {
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  max-height: 18px;
  max-width: 18px;
}

.ginput_container.ginput_container_radio .gfield_radio {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: 75px;
  row-gap: 20px;
  margin-top: 10px;
}

.ginput_container.ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-section
  .contact-wrap
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  input {
  width: 31px;
  height: 31px;
  margin: 0;
  cursor: pointer;
}

.contact-section
  .contact-wrap
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  label,
.contact-section
  .contact-wrap
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  label {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
  cursor: pointer;
}

.ginput_container.ginput_container_checkbox {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.ginput_container.ginput_container_checkbox .gfield_checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 16px;
}

.ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
  width: calc(100% / 2 - 8px);
  display: flex;
  gap: 8px;
  align-items: center;
  /* flex-wrap: wrap; */
}

.contact-section
  .contact-wrap
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input {
  width: 25px;
  height: 26px;
  margin: 0;
  cursor: pointer;
}

div#field_1_11 {
  position: relative;
}

/* .contact-section
  .contact-wrap
  .ginput_container.ginput_container_fileupload
  input {
  height: 99px !important;
  padding-top: 20px;
} */
/* div#gfield_description_1_11 {
  position: absolute;
  bottom: 20px;
  left: 18px;
  padding-right: 30px;
} */

a.form-link {
  font-size: 16px;
  line-height: 22px;
  color: #fa8e4e;
  font-family: "Open Sans";
  font-weight: Bold;
  text-decoration: underline;
  transition: 0.6s;
  margin-top: 6px;
  display: block;
  width: max-content;
}

a.form-link:hover {
  color: #000;
}

.contact-section .contact-wrap .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 33px 0px 0px 0px;
  gap: 10px;
}

.typography em {
  font-style: italic;
}

.contact-section
  .contact-wrap
  .gform_wrapper
  .gform_footer
  button.button.gform_button:hover,
.contact-section
  .contact-wrap
  .gform_wrapper
  .gform_footer
  button.button.gform_button:focus {
  color: #fa8e4e;
}

.contact-section
  .contact-wrap
  .gform_wrapper
  .gform_footer
  button.button.gform_button {
  background: #fa8e4e;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat";
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #fa8e4e;
  padding: 15px 29.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin: 0;
}

.contact-section
  .contact-wrap
  .gform_wrapper
  .gform_footer
  button.button.gform_button::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  opacity: 1;
  margin: 0;
  transition: all 0.6s ease;
}

.contact-section
  .contact-wrap
  .gform_wrapper
  .gform_footer
  button.button.gform_button:hover::after,
.contact-section
  .contact-wrap
  .gform_wrapper
  .gform_footer
  button.button.gform_button:focus::after {
  width: 100%;
}

/* Hide the default arrow */
.ginput_container_select {
  position: relative;
}

#validation_message_1_44,
div#validation_message_1_13,
div#validation_message_1_23,
div#validation_message_1_25,
div#validation_message_1_27 {
  float: none;
  clear: none;
  display: inline-block;
  font-size: 13.008px;
  padding: 0;
  border: 0;
  color: #ff360c;
  font-style: italic;
  opacity: 1;
  background: transparent;
}

.gfield_select {
  appearance: none;
  /* For modern browsers */
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari */
  background: transparent;
  padding-right: 30px;
  /* Adjust to make room for the arrow */
}

/* Create the custom arrow */
.ginput_container_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  /* Position it inside the select */
  width: 15px;
  height: 8px;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent interaction */
  background-image: url(../../../../wp-content/uploads/2024/10/Icon-ion-ios-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-section .contact-wrap .gform_wrapper .gfield input:focus,
.contact-section .contact-wrap .gform_wrapper .gfield textarea:focus,
.gform_wrapper.gravity-theme .gfield select:focus {
  border-color: #fa8e4e;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border-color: #c02b0a !important;
}

.contact-section .contact-wrap .gform_wrapper.gravity-theme .gfield_required {
  color: #ff360c;
  color: transparent;
}

.contact-section
  .contact-wrap
  .gform_wrapper.gravity-theme
  span.gfield_required.gfield_required_text:before {
  content: "*";
  color: #ff360c;
}

.contact-section .contact-wrap .gform_wrapper.gravity-theme .gform_drop_area {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  /* cursor: pointer; */
}

.gform_wrapper.gravity-theme .gform_drop_instructions {
  font-size: 0;
}

.contact-section
  .contact-wrap
  .gform_wrapper.gravity-theme
  .gform_drop_area
  button {
  background: #060606 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  opacity: 0.4;
  width: 103px;
  height: 33px;
  border: 0;
  font-style: normal;
  font-family: "Open Sans";
  cursor: pointer;
}

.gform_wrapper.gravity-theme .ginput_preview {
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-family: "Open Sans";
}

.gfield_error div#gform_drag_drop_area_1_11 {
  border-color: rgba(192, 43, 10, 0.6) !important;
}

.gfield_error
  .ginput_container.ginput_container_radio
  .gfield_radio
  .gchoice
  input {
  border-color: #c02b0a !important;
}

section.teamListSection {
  padding: 50px 0;
}

section.teamListSection .teamListRow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.teamListSection .teamListRow .email-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: transparent linear-gradient(128deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box;
  padding: 40px;
  border-radius: 20px;
}

section.teamListSection .teamListRow .email-content .email-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

section.teamListSection .teamListRow .email-content .email-header {
  /* text-align: center; */
  margin-bottom: 30px;
}

section.teamListSection .teamListRow .email-content .logo-col {
  /* margin: 0 auto; */
  width: 200px;
  /* padding-bottom: 24px; */
}

section.teamListSection .teamListRow .email-content .logo-col a {
  display: block;
  line-height: 0;
}

section.teamListSection .teamListRow .email-content .logo-col img {
  width: 100%;
  height: auto;
}

section.teamListSection .teamListRow .email-content h1 {
  font-size: 44px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 8px;
}

section.teamListSection .teamListRow .email-content p,
section.teamListSection .teamListRow .email-content span {
  color: #fff;
}

section.teamListSection .teamListRow .email-content .email-header span {
  font-size: 22px;
  line-height: 40px;
  font-family: "Open Sans";
  font-weight: 500;
  color: #fa8e4e;
  display: block;
  margin-bottom: 10px;
}

section.teamListSection .teamListRow .email-content .email-body p {
  margin-bottom: 18px;
}

section.teamListSection .teamListRow .email-content .email-body p:last-child {
  margin-bottom: 0;
}

section.teamListSection .teamListRow .email-content .email-body {
  margin-bottom: 30px;
}

section.teamListSection .teamListRow .email-content .email-golden-ticket {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-image {
  position: relative;
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-image
  img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 430px;
  display: block;
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-image
  img.mobile-img {
  display: none;
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
}

section.teamListSection .teamListRow .email-content h2 {
  font-size: 38px;
  line-height: 47px;
  font-weight: 600;
  font-family: "Montserrat";
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-text
  p:last-child {
  margin-bottom: 0;
}

.button-wrap {
  width: calc(100% - 200px);
  display: flex;
  justify-content: end;
}

.sloat-popup.fancybox-content {
  cursor: auto !important;
  max-width: 600px;
  background: transparent linear-gradient(128deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box;
  padding: 30px;
  border: 5px solid #fa8e4e;
  position: relative;
  width: 100%;
}

.sloat-popup.fancybox-content p {
  color: #fff;
}

.sloat-popup .acf-fields.acf-form-fields.-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sloat-popup .fancybox-button svg {
  color: #fff;
}

.sloat-popup .fancybox-button {
  padding: 0 !important;
}

.sloat-content .acf-fields > .acf-field {
  padding: 0;
  border: 0;
}

.sloat-content .acf-field .acf-label {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
}

.sloat-content .acf-field .acf-label span.acf-required {
  color: #ff360c;
}

body .sloat-popup .acf-input input,
body .sloat-popup .acf-field select {
  border: 2px solid #cccccc;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 13px 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-weight: normal;
  height: 50px;
  position: relative;
}

body .sloat-popup span.select2-selection {
  padding: 13px 15px !important;
  width: 100%;
  height: 45px !important;
}

body .sloat-popup .acf-input input:focus,
body .sloat-popup .acf-field select:focus {
  border-color: #fa8e4e;
}
body .sloat-popup .acf-field select {
  padding: 0 15px !important;
}
body.page.page-id-776 section.login-page p {
  color: #09ff09;
}

span.error,span#error-message,div#otp-error,div#password-error {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans";
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}
body.fancybox-active {
  overflow: hidden;
}

body .sloat-popup .acf-field select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 8px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../../../../wp-content/uploads/2024/10/Icon-ion-ios-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body .sloat-popup .acf-form-submit input[type="submit"] {
  background: #fa8e4e;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat";
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #fa8e4e;
  padding: 15px 29.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
  margin: 0;
}
input#acf-field_674d99e433d85::placeholder {
  color: #fa8e4e;
  transition: all 0.6s;
}
input#acf-field_674d99e433d85:hover::placeholder,
input#acf-field_674d99e433d85:focus::placeholder {
  color: #fff;
}

.hidden-field {
    display: none;
}

.preview_disable input#acf-field_674d99e433d85,body.no-selection input#acf-field_674d99e433d85{
  cursor: not-allowed;
  pointer-events: none;
}

input#acf-field_674d99e433d85 {
  background: #fff;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fa8e4e;
  font-weight: bold;
  font-family: "Montserrat";
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #fa8e4e;
  padding: 15px 29.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  max-width: 150px;
}

.acf-field.acf-field-text.acf-field-67407be0d0834 label {
  display: none;
}

input#acf-field_674d99e433d85:hover,
input#acf-field_674d99e433d85:focus {
  color: #fff;
  background: #fa8e4e;
  outline: 0;
}

body .sloat-popup .acf-form-submit input[type="submit"]:hover,
body .sloat-popup .acf-form-submit input[type="submit"]:focus {
  color: #fa8e4e;
  background: #fff;
  outline: 0;
}

.sloat-popup ul li::before,
.select2-results ul li::before {
  display: none;
}

body .sloat-popup .acf-input span.selection span:focus {
  border: 0;
  outline: 0;
}

body .sloat-popup .acf-input span.selection span {
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

body .sloat-popup span.select2-selection__arrow {
  display: none;
}

.acf-form-submit {
  margin-top: 20px;
}
span.select2-selection__clear {
  display: none;
}

.select2-results ul li {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 13px 15px;
  margin: 0;
}

.acf-field select option{
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 13px 15px;
  margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 7px 10px;
}

li.select2-results__option--highlighted {
  background-color: #fa8e4e !important;
}

body .sloat-popup ul.acf-radio-list,
ul.acf-checkbox-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

body .sloat-popup ul.acf-radio-list li,
body .sloat-popup ul.acf-checkbox-list li {
  width: calc(100% / 2);
  display: flex;
}

body .sloat-popup ul.acf-radio-list li label,
body .sloat-popup ul.acf-checkbox-list li label {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans";
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

body .sloat-popup ul.acf-radio-list li input[type="radio"],
body .sloat-popup ul.acf-checkbox-list li input[type="radio"] {
  width: 31px;
  height: 31px;
  margin: 0;
  cursor: pointer;
}

body .sloat-popup .acf-notice.-error {
  display: none;
}

.acf-form-submit {
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  display: none;
  /* flex-direction: column; */
}
body.preview_popup .acf-form-submit {
  display: flex;
}

.acf-form-submit span.acf-spinner {
  display: none !important;
}

body .sloat-popup .acf-field.acf-error .acf-input input,
body .sloat-popup .acf-field.acf-error .acf-field select {
  border-color: red !important;
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-text
  p.golden-ticket {
  font-size: 18px;
  line-height: 28px;
}

.acf-field.acf-field-text.acf-field-674d99e433d85 label {
    display: none;
}

section.teamListSection .teamListRow .email-content .email-golden-ticket .ticket-text p.uni-code {text-transform: capitalize;}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-text
  p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 2px;
	  color:#000;
}

section.teamListSection
  .teamListRow
  .email-content
  .email-golden-ticket
  .ticket-text
  span {
  font-size: 16px;
  line-height: 26px;
	  color:#000;
}

.fancybox-slide--html {
  padding: 20px !important;
}

/* login page css */
section.login-page {
  padding: 50px 0;
}

section.login-page .login-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.login-page .login-row .login-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: transparent linear-gradient(128deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box;
  padding: 30px;
  border-radius: 20px;
}

section.login-page .login-row h1 {
  font-size: 44px;
  line-height: 54px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

section.login-page .login-row .login-form label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
}

section.login-page .login-row .login-form input {
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 13px 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  font-family: "Open Sans";
  font-weight: normal;
  height: 50px;
  margin-bottom: 10px;
}

section.login-page .login-row .login-form input:last-child {
  margin-bottom: 0;
}

section.login-page .login-row .login-form input[type="submit"] {
  background: #fa8e4e;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat";
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #fa8e4e;
  padding: 15px 29.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 10px;
}

section.login-page .login-row .login-form input:focus {
  border-color: #fa8e4e;
}

section.login-page .login-row .login-form input[type="submit"]:hover,
section.login-page .login-row .login-form input[type="submit"]:focus {
  color: #fa8e4e;
  background: #fff;
  outline: 0;
}

section.login-page .login-row .login-form p {
  color: #fff;
  margin-bottom: 5px;
}

div#preview_slot_info {
  display: none;
}

body.preview_popup div#preview_slot_info {
  display: inline-flex;
  padding-left: 10px;
}

body.preview_popup .field-values-display {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(128deg, #b22573 0%, #02009d 100%) 0%
    0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding: 20px;
}

body.preview_popup .sloat-popup.fancybox-content {
  max-height: 310px;
  height: 310px;
}

body.preview_popup .sloat-popup .acf-fields.acf-form-fields.-top {
  display: none;
}

body.preview_popup .sloat-content {
  display: inline-flex;
  height: 100%;
  align-items: end;
}

.field-values-display p {
  color: #fff;
  margin-bottom: 10px;
}

div#preview_slot_info button {
  background: #fa8e4e;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat";
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #fa8e4e;
  padding: 15px 29.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
  margin: 0;
  margin-top: 20px;
}

div#preview_slot_info button:hover {
  color: #fa8e4e;
  background: #fff;
  outline: 0;
}
section.login-page .login-row .forget-pass {
  display: flex;
  justify-content: end;
}
section.login-page .login-row a {
  font-size: 20px;
  line-height: 38px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #fff !important;
  transition: all 0.5s;
  text-decoration: underline !important;
  margin: 0 !important;
  width: max-content;
}

section.login-page .login-row a:hover {
  color: #fa8e4e !important;
}
input#acf-field_6737197a6bdc9,
input#acf-field_67371a036bdcd {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
/* login page css */

/* Responvive css */
@media screen and (max-width: 1439px) {
  section.banner-btm-section .box-wrap {
    gap: 40px 90px;
    padding: 40px 40px 30px;
  }

  section.banner-btm-section .box-wrap .box {
    width: calc(100% / 3 - 60px);
  }

  section.banner-btm-section .box-wrap .box::before {
    right: -90px;
    width: 90px;
    height: 16px;
  }

  section.about-us-section .about-us-wrap .left {
    padding-left: 20px;
  }

  section.process-section .process-card-wrap {
    gap: 25px;
  }

  section.process-section .process-card-wrap .process-card {
    width: calc(100% / 3 - 16.7px);
  }

  section.process-section .process-card-wrap .process-card h3 {
    font-size: 30px;
    line-height: 40px;
  }

  section.process-section .process-card-wrap .process-card h3 span {
    font-size: 23px;
    line-height: 32px;
  }

  section.process-section .process-card-wrap .process-card .process-icon {
    max-width: 65px;
  }

  section.process-section .process-card-wrap .process-card::before {
    font-size: 36px;
    line-height: 46px;
  }

  footer#footer .footer-row .footer-col-1 {
    width: 20%;
  }

  footer#footer .footer-row {
    column-gap: 40px;
  }

  footer#footer .footer-row .footer-col-2 {
    width: 76.5%;
  }

  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box {
    gap: 15px;
    padding: 25px 25px 17px;
  }

  .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
    width: 100%;
  }

  section.about-us-section .about-us-wrap .right {
    width: 55%;
  }

  section.about-us-section .about-us-wrap .left {
    width: 45%;
  }
}

@media screen and (max-width: 1402px) {
  div#gfield_description_1_11 {
    bottom: 7px;
  }
}

@media screen and (max-width: 1279px) {
  section.Testimonials-sec .slick-prev.slick-arrow {
    left: 0px;
    bottom: -63px;
    top: auto;
    transform: rotateY(180deg);
  }

  section.Testimonials-sec .slick-arrow {
    top: auto;
    bottom: -63px;
    left: 60px;
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  header .header-main {
    padding: 20px 0 15px;
  }

  a.df-btn {
    font-size: 16px;
    line-height: 16px;
    padding: 13.5px 24px;
  }

  a.df-btn svg {
    width: 9px;
    height: 13px;
  }

  .logo-wrap {
    width: 180px;
  }

  section.banner-section {
    height: 750px;
  }

  section.banner-btm-section {
    margin-top: -133px;
  }

  footer#footer .copyright-row p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }

  section.banner-btm-section .box-wrap .box .box-content span {
    font-size: 23px;
    line-height: 29px;
  }

  section.banner-btm-section .box-wrap .box .box-icon img {
    max-width: 50px;
  }

  section.banner-btm-section .box-wrap .box .box-icon {
    min-height: 50px;
  }

  section.banner-btm-section .box-wrap .box {
    gap: 10px;
  }

  p.top-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 6px;
  }

  body.home h1,
  body.home h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 15px;
  }

  p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  section.event-section .event-wrap-list {
    column-gap: 30px;
  }

  section.event-section .event-wrap-list .event-card {
    width: calc(100% / 3 - 20px);
  }

  body section.event-section h2 {
    margin-bottom: 30px;
  }

  section.event-section .event-wrap-list .event-card .event-card-img {
    margin-bottom: 20px;
  }

  section.event-section .event-wrap-list .event-card .event-card-content h3 {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 12px;
  }

  section.event-section .event-wrap-list .event-card .event-card-content span {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  section.event-section
    .event-wrap-list
    .event-card
    .event-card-content
    a.df-btn {
    margin-top: 20px;
  }

  section.event-section {
    padding: 65px 0;
    margin-bottom: 67px;
  }

  section.process-section .process-card-wrap .process-card {
    width: calc(100% / 2 - 12.5px);
  }

  section.process-section .process-card-wrap {
    gap: 60px 25px;
  }

  section.process-section .process-card-wrap .process-card .process-icon {
    max-width: 50px;
  }

  section.process-section .process-card-wrap .process-card::before {
    font-size: 32px;
    line-height: 42px;
    width: 50px;
    height: 50px;
  }

  section.formate-section .formate-content-wrap .left-wrap {
    padding-right: 30px;
  }

  section.formate-section .formate-content-wrap .right-wrap {
    padding-left: 30px;
  }

  ul li {
    font-size: 21px;
    line-height: 38px;
    padding-left: 40px;
    margin-bottom: 15px;
  }

  section.formate-section h3 {
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 25px;
  }

  section.formate-section {
    padding: 154px 0 0px;
  }

  .partner-section {
    margin-bottom: 60px;
  }

  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p,
  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p a {
    font-size: 16px;
    line-height: 34px;
  }

  footer#footer
    .footer-row
    .footer-col-2
    .ftr-box-wrap
    .ftr-box
    span.box-title {
    font-size: 16px;
    line-height: 28px;
  }

  footer#footer .footer-row .footer-col-1 {
    width: 22%;
  }

  footer#footer .footer-row .footer-col-2 {
    width: 73.7%;
  }

  footer#footer .copyright-row {
    justify-content: center;
  }

  footer#footer {
    padding: 70px 0 64px;
  }

  footer#footer .footer-row .footer-col-1 .footer-logo {
    width: 150px;
    margin-bottom: 20px;
  }

  section.Testimonials-sec .Testimonials-col {
    column-gap: 50px;
    row-gap: 30px;
  }

  section.Testimonials-sec {
    padding: 70px 0 70px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content p {
    font-size: 20px;
    line-height: 40px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content span {
    font-size: 23px;
    line-height: 29px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content {
    width: 57.8%;
  }

  section.about-us-section .about-us-wrap .left {
    width: 100%;
    padding: 0 20px;
  }

  section.about-us-section .about-us-wrap .right {
    padding: 0 20px;
    width: 100%;
  }

  section.about-us-section .about-us-wrap .right img {
    margin: 0;
  }

  section.about-us-section .about-us-wrap {
    padding-top: 58px;
  }

  .founder-text p {
    font-size: 16px;
    line-height: 20px;
  }

  body.home .partner-section h2 {
    margin-bottom: 26px;
  }

  section.faq-sec {
    padding-bottom: 70px;
    padding-top: 63px;
  }

  section.faq-sec .faq-row .left-col {
    width: 31%;
  }

  section.faq-sec .faq-row .right-col {
    width: 69%;
    padding-left: 40px;
  }

  .accordion-item h3 {
    font-size: 20px;
    line-height: 26px;
    padding-right: 40px;
  }

  .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 32px;
  }

  .accordion-button::after {
    width: 16px;
    height: 10px;
    top: 7.5px;
  }

  .accordion-item .accordion-body {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .accordion-header {
    margin-left: 15px;
  }

  .accordion-item {
    padding: 20px 0;
  }

  .contact-section .contact-wrap .left {
    padding: 50px 40px 60px 60px;
    width: 60%;
  }

  .contact-section .contact-wrap .right {
    padding-right: 30px;
    width: 40%;
    margin-top: -70px;
  }

  .contact-section .contact-wrap .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
  }

  .contact-section .contact-wrap .gform_wrapper .gfield input,
  .contact-section .contact-wrap .gform_wrapper .gfield textarea,
  .gform_wrapper.gravity-theme .gfield select,
  .gform_wrapper.gravity-theme .gfield select option {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 12px;
    height: 45px;
  }

  .contact-section
    .contact-wrap
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice
    label,
  .contact-section
    .contact-wrap
    .ginput_container.ginput_container_checkbox
    .gfield_checkbox
    .gchoice
    label {
    font-size: 15px;
    line-height: 21px;
  }

  .contact-section
    .contact-wrap
    .ginput_container.ginput_container_radio
    .gfield_radio
    .gchoice
    input {
    width: 25px;
    height: 25px;
  }

  .ginput_container.ginput_container_radio .gfield_radio {
    column-gap: 25px;
  }

  .contact-section .contact-wrap .gform_wrapper .gform_fields {
    grid-row-gap: 18px;
    grid-column-gap: 12px;
  }

  a.form-link {
    font-size: 15px;
    line-height: 21px;
  }

  .contact-section .contact-wrap .gform_wrapper .gform_footer {
    padding: 25px 0px 0px 0px;
  }

  .contact-section {
    padding: 0px 0 70px;
    /* margin-bottom: 60px; */
  }

  .contact-section .contact-wrap {
    border: 8px solid #fa8e4e;
  }

  .contact-section
    .contact-wrap
    .gform_wrapper
    .gform_footer
    button.button.gform_button {
    font-size: 16px;
    line-height: 16px;
    padding: 13.5px 24px;
  }

  .contact-section
    .contact-wrap
    .ginput_container.ginput_container_checkbox
    .gfield_checkbox
    .gchoice
    input {
    width: 22px;
    height: 23px;
  }

  .contact-section .contact-wrap h2 {
    margin-bottom: 20px;
  }

  section.about-us-section {
    margin-bottom: 0px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content::before {
    width: 45px;
  }

  section.teamListSection .teamListRow .email-content h1,
  section.login-page .login-row h1 {
    font-size: 34px;
    line-height: 44px;
  }

  section.login-page .login-row h1 {
    margin-bottom: 25px;
  }

  section.teamListSection .teamListRow .email-content .logo-col {
    width: 160px;
  }

  .button-wrap {
    width: calc(100% - 160px);
  }

  section.teamListSection .teamListRow .email-content .email-top,
  section.teamListSection .teamListRow .email-content .email-body,
  section.teamListSection .teamListRow .email-content .email-header {
    margin-bottom: 25px;
  }

  section.teamListSection .teamListRow .email-content .email-header span {
    font-size: 20px;
    line-height: 36px;
  }

  section.teamListSection .teamListRow .email-content .email-body p {
    margin-bottom: 15px;
  }

  section.teamListSection .teamListRow .email-content {
    padding: 30px;
  }

  section.teamListSection .teamListRow .email-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  section.teamListSection .teamListRow .email-content .email-golden-ticket {
    margin-bottom: 35px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    p.golden-ticket {
    font-size: 17px;
    line-height: 27px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    span {
    font-size: 15px;
    line-height: 25px;
  }

  .sloat-popup.fancybox-content {
    padding: 20px;
  }

  .sloat-popup .fancybox-button {
    width: 30px;
  }

  .acf-form-submit {
    margin-top: 10px;
  }

  body .sloat-popup .acf-form-submit input[type="submit"],
  section.login-page .login-row .login-form input[type="submit"],
  div#preview_slot_info button,
  input#acf-field_674d99e433d85 {
    font-size: 16px;
    line-height: 16px;
    padding: 13.5px 24px;
  }

  input#acf-field_674d99e433d85 {
    max-width: 130px;
  }
  section.login-page .login-row a {
    font-size: 18px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  section.banner-btm-section .box-wrap {
    gap: 40px 50px;
    padding: 30px;
  }

  section.banner-btm-section .box-wrap .box {
    width: calc(100% / 3 - 34px);
  }

  section.banner-btm-section .box-wrap .box::before {
    right: -60px;
    width: 75px;
    height: 15px;
  }

  section.event-section .event-wrap-list .event-card {
    width: calc(100% / 2 - 15px);
  }

  footer#footer .footer-row .footer-col-1 {
    width: 100%;
  }

  footer#footer .footer-row .footer-col-2 {
    width: 100%;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-img {
    width: 35%;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content {
    width: 58%;
  }

  section.banner-section {
    height: 650px;
  }

  section.faq-sec .faq-row .left-col {
    width: 100%;
    position: unset;
  }

  section.faq-sec .faq-row .right-col {
    width: 100%;
    padding: 0;
  }

  section.faq-sec .faq-row h2 {
    text-align: center;
  }

  .contact-section .contact-wrap .left {
    width: 100%;
    padding: 50px 20px 60px;
  }

  .contact-section .contact-wrap .right {
    display: none;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  div#gfield_description_1_11 {
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  header .header-main {
    padding: 15px 0;
  }

  a.df-btn {
    font-size: 15px;
    line-height: 15px;
    padding: 11.5px 19.1px;
  }

  a.df-btn svg {
    width: 7px;
    height: 10px;
  }

  .logo-wrap {
    width: 150px;
  }

  section.banner-section {
    height: 450px;
  }

  section.banner-btm-section {
    margin-top: -90px;
  }

  section.banner-btm-section .box-wrap .box .box-content span {
    font-size: 20px;
    line-height: 26px;
  }

  section.banner-btm-section .box-wrap .box .box-content p {
    font-size: 15px;
    line-height: 28px;
  }

  section.banner-btm-section .box-wrap .box::before {
    display: none;
  }

  section.banner-btm-section .box-wrap .box {
    width: calc(100% / 2 - 25px);
  }

  p.top-heading {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  body.home h1,
  body.home h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 10px;
  }

  p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  section.login-page .login-row .login-form p{
    line-height: 25px;
  }

  section.about-us-section .about-us-wrap .left .content {
    margin-bottom: 20px;
  }

  section.about-us-section {
    margin-top: 0;
    background-image: none;
  }

  section.about-us-section .about-us-wrap {
    row-gap: 30px;
  }

  body section.event-section h2 {
    margin-bottom: 20px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content::before {
    display: none;
  }

  section.event-section .event-wrap-list .event-card .event-card-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  section.event-section .event-wrap-list .event-card .event-card-content span {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  section.event-section
    .event-wrap-list
    .event-card
    .event-card-content
    a.df-btn {
    margin-top: 14px;
  }

  section.event-section {
    padding: 55px 0;
    margin-bottom: 57px;
  }

  section.event-section .event-wrap-list .event-card .event-card-img {
    margin-bottom: 16px;
  }

  section.process-section .process-card-wrap .process-card h3 span {
    font-size: 20px;
    line-height: 28px;
  }

  section.process-section .process-card-wrap .process-card h3 {
    font-size: 25px;
    line-height: 35px;
  }

  section.process-section .process-card-wrap .process-card::before {
    font-size: 28px;
    line-height: 38px;
  }

  ul li::before {
    width: 20px;
    height: 20px;
  }

  section.formate-section .formate-content-wrap .left-wrap {
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 0;
  }

  section.formate-section .formate-content-wrap .right-wrap {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }

  section.formate-section h3 {
    font-size: 28px;
    line-height: 54px;
    margin-bottom: 15px;
  }

  ul li {
    font-size: 18px;
    line-height: 35px;
    padding-left: 35px;
    margin-bottom: 10px;
  }

  section.formate-section .formate-content-wrap .right-wrap a.df-btn {
    margin-top: 30px;
  }

  section.formate-section {
    padding: 144px 0 0px;
  }

  .partner-section {
    margin-bottom: 50px;
  }

  footer#footer {
    padding: 60px 0 54px;
  }

  footer#footer
    .footer-row
    .footer-col-2
    .ftr-box-wrap
    .ftr-box
    span.box-title {
    font-size: 15px;
    line-height: 27px;
  }

  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p,
  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box p a {
    font-size: 15px;
    line-height: 32px;
  }

  footer#footer .copyright-row p {
    font-size: 14px;
    line-height: 26px;
  }

  footer#footer .copyright-row {
    gap: 15px;
  }

  footer#footer .footer-row {
    column-gap: 30px;
    margin-bottom: 25px;
    row-gap: 30px;
  }

  footer#footer .footer-row .footer-col-1 .footer-logo {
    width: 120px;
  }

  footer#footer ul.follow-us li a {
    width: 40px;
    height: 40px;
  }

  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box {
    gap: 10px;
    padding: 20px 20px 13px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-img {
    width: 100%;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content {
    width: 100%;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-img img {
    max-width: 300px;
  }

  section.Testimonials-sec .Testimonials-col {
    row-gap: 20px;
  }

  section.Testimonials-sec {
    padding: 60px 0 50px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content p {
    font-size: 18px;
    line-height: 38px;
  }

  section.Testimonials-sec .Testimonials-col .Testimonials-content span {
    font-size: 20px;
    line-height: 26px;
  }

  section.about-us-section .about-us-wrap {
    padding-top: 50px;
  }

  .founder-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .founder-text {
    padding: 10px 20px;
  }

  section.event-section .event-wrap-list {
    row-gap: 30px;
  }

  body.home .partner-section h2 {
    margin-bottom: 16px;
  }

  img.tab-banner {
    display: block;
  }

  img.desktop-banner {
    display: none;
  }

  section.faq-sec {
    padding-bottom: 60px;
    padding-top: 53px;
  }

  .accordion-item h3 {
    font-size: 18px;
    padding-right: 25px;
    line-height: 24px;
  }

  .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 30px;
  }

  .accordion-button::after {
    width: 14px;
    height: 8px;
  }

  .accordion-item {
    padding: 15px 0;
  }

  .accordion-item .accordion-body {
    padding-right: 25px;
    padding-left: 10px;
  }

  .contact-section .contact-wrap .left {
    padding: 40px 20px 50px;
  }

  .contact-section .contact-wrap .gform_wrapper .gform_footer {
    padding: 20px 0px 0px 0px;
  }

  .contact-section {
    margin-bottom: 0px;
    padding: 60px 0 60px;
  }

  .contact-section .contact-wrap {
    border: 4px solid #fa8e4e;
  }

  .contact-section
    .contact-wrap
    .gform_wrapper
    .gform_footer
    button.button.gform_button {
    font-size: 15px;
    line-height: 15px;
    padding: 11.5px 19.1px;
  }

  .contact-section .contact-wrap h2 {
    margin-bottom: 12px;
  }

  .accordion-header {
    margin-left: 8px;
  }

  footer#footer .copyright-row p a::after {
    display: none;
  }

  footer#footer .copyright-row p a {
    margin: 0 15px;
  }

  /* footer#footer .copyright-row p a {
    white-space: nowrap;
  } */
  section.teamListSection .teamListRow .email-content .email-top,
  section.teamListSection .teamListRow .email-content .email-body,
  section.teamListSection .teamListRow .email-content .email-header {
    margin-bottom: 20px;
  }

  section.teamListSection .teamListRow .email-content h1,
  section.login-page .login-row h1 {
    font-size: 28px;
    line-height: 38px;
  }

  section.login-page .login-row h1 {
    margin-bottom: 20px;
  }

  section.teamListSection .teamListRow .email-content .email-header span {
    font-size: 18px;
    line-height: 32px;
  }

  section.teamListSection .teamListRow .email-content .email-body p {
    margin-bottom: 12px;
  }

  section.teamListSection .teamListRow .email-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  section.teamListSection .teamListRow .email-content .email-golden-ticket {
    margin-bottom: 30px;
  }

  section.teamListSection .teamListRow .email-content {
    padding: 20px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    p.golden-ticket {
    font-size: 16px;
    line-height: 26px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    span {
    font-size: 14px;
    line-height: 25px;
  }

  section.teamListSection,
  section.login-page {
    padding: 40px 0;
  }

  body .sloat-popup .acf-form-submit input[type="submit"],
  section.login-page .login-row .login-form input[type="submit"],
  div#preview_slot_info button,
  input#acf-field_674d99e433d85 {
    font-size: 15px;
    line-height: 15px;
    padding: 11.5px 19.1px;
  }

  section.login-page .login-row .login-form {
    padding: 20px;
  }

  input#acf-field_674d99e433d85 {
    max-width: 120px;
  }
  section.login-page .login-row a {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 576px) {
  section.event-section .event-wrap-list .event-card {
    width: 100%;
  }

  section.event-section
    .event-wrap-list
    .event-card
    .event-card-content
    a.df-btn {
    margin-bottom: 5px;
  }

  footer#footer .footer-row .footer-col-2 .ftr-box-wrap .ftr-box {
    width: 100%;
  }

  .button-wrap {
    width: 100%;
    justify-content: center;
  }

  section.teamListSection .teamListRow .email-content .logo-col {
    margin: 0 auto;
    width: 150px;
  }

  section.teamListSection .teamListRow .email-content .email-top {
    gap: 20px;
  }

  section.teamListSection .teamListRow .email-content .email-header {
    text-align: center;
  }
  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-image
    img.mobile-img {
    display: block;
  }
  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-image
    img.dekstop-img {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-btn {
    display: none;
  }

  .top-header-bar {
    display: block;
    border-bottom: 1px solid #fa8e4e;
    background: transparent linear-gradient(107deg, #b22573 0%, #02009d 100%) 0%
      0% no-repeat padding-box;
  }

  body.home .top-header-bar {
    background: transparent;
  }

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

  .top-bar-conetnt {
    padding: 10px 0;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  footer#footer .copyright-row p span::after {
    display: none;
  }

  header .header-main {
    padding: 10px 0;
  }

  .logo-wrap {
    width: 120px;
  }

  section.banner-btm-section .box-wrap .box {
    width: 100%;
  }

  section.banner-btm-section .box-wrap {
    gap: 25px;
    padding: 25px;
  }

  section.banner-btm-section .box-wrap .box .box-icon img {
    max-width: 44px;
  }

  section.banner-btm-section .box-wrap .box .box-icon {
    min-height: unset;
    width: 100%;
  }

  img.mobile-banner {
    display: block;
  }

  section.process-section .process-card-wrap .process-card {
    width: 100%;
    flex-direction: column;
  }

  .founder-text {
    max-width: 280px;
  }

  img.tab-banner {
    display: none;
  }

  section.banner-section {
    height: 500px;
  }

  footer#footer .copyright-row p a {
    margin: 0 !important;
    width: 100%;
  }

  section.teamListSection .teamListRow .email-content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    p.golden-ticket {
    font-size: 14px;
    line-height: 25px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    p {
    font-size: 16px;
    line-height: 26px;
  }

  section.teamListSection
    .teamListRow
    .email-content
    .email-golden-ticket
    .ticket-text
    span {
    font-size: 13px;
    line-height: 23px;
  }

  .button-wrap a.df-btn {
    font-size: 13px;
    line-height: 13px;
    padding: 11.5px 19.1px;
  }
}

/* Responvive css */
