@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
  background: #171717;
}

.container {
  max-width: 1200px;
}

h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Franklin Gothic";
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h1 br {
    display: none;
  }
}
h1 strong {
  font-size: 56px;
  line-height: 66px;
  font-weight: 400;
  color: #E47531;
  font-family: "Franklin Gothic";
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h1 strong {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 strong {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 strong {
    font-size: 30px;
    line-height: 40px;
  }
  h1 strong br {
    display: none;
  }
}

h2, .h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Franklin Gothic";
  text-transform: uppercase;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2, .h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h2 br, .h2 br {
    display: none;
  }
}
h2 strong, .h2 strong {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  color: #E47531;
  font-family: "Franklin Gothic";
  text-transform: uppercase;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2 strong, .h2 strong {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  h2 strong, .h2 strong {
    font-size: 25px;
    line-height: 35px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Franklin Gothic";
}
h3 strong, .h3 strong {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #E47531;
  font-family: "Franklin Gothic";
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 28px;
  }
  h3 br, .h3 br {
    display: none;
  }
}

.h3 {
  font-size: 36px;
  line-height: 46px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h3 br {
    display: none;
  }
}

p, .p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
}
@media screen and (max-width: 767px) {
  p, .p {
    font-size: 14px;
    line-height: 22px;
  }
  p br, .p br {
    display: none;
  }
}

strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
}
@media screen and (max-width: 767px) {
  strong {
    font-size: 14px;
    line-height: 22px;
  }
}

span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
  display: inline-block;
}

a, .a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
  text-decoration: none;
}
a:hover, .a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a, .a {
    font-size: 14px;
    line-height: 22px;
  }
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 14px;
    line-height: 22px;
  }
}

.f-24 {
  font-size: 24px;
  line-height: 34px;
}

.f-18 {
  font-size: 18px;
  line-height: 28px;
}

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

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 60px;
  padding: 12px 30px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Franklin Gothic";
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  border: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(159deg, rgba(245, 109, 14, 0.9) 16.73%, rgba(243, 62, 0, 0.9) 137.55%);
  box-shadow: 0 2.278px 11.391px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(45.5632019043px);
}
@media screen and (max-width: 991px) {
  .btn-style {
    height: 50px;
    font-size: 22px;
    line-height: 30px;
    padding: 10px 20px 10px;
  }
}
.btn-style:hover {
  color: #ffffff;
  transition: all 1s ease-in-out;
}
.btn-style:hover:after {
  left: 120%;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-style:before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 10px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, color(display-p3 0.9373 0.6863 0.5333) 0%, color(display-p3 0.8941 0.4588 0.1922) 100%);
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.btn-style:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 2;
}
.btn-style.hover-none:after {
  display: none;
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #666666;
  color: #666666;
}
.btn-style.colored-border {
  color: #E47531;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #E47531;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.bg-white {
  background: #ffffff;
  color: #000000;
}
.btn-style.primary {
  height: 45px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 39px;
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
  background: linear-gradient(91deg, rgba(251, 172, 129, 0.15) 0%, rgba(251, 172, 129, 0.3) 100%);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-style.primary {
    padding: 8px 25px;
  }
}
.btn-style.primary:before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 10px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, #F56D0E, rgb(251, 172, 129));
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.btn-style.secondary {
  font-family: "Poppins";
  height: 43px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  padding: 4px 29px;
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
  background: linear-gradient(91deg, rgba(251, 172, 129, 0.15) 0%, rgba(251, 172, 129, 0.3) 100%);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-style.secondary {
    padding: 8px 25px;
  }
}
.btn-style.secondary:before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 10px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, #F56D0E, rgb(251, 172, 129));
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.tag-btn {
  position: relative;
  height: 30px;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 6px 12px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(91deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0.03) 100%);
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
}
.tag-btn::before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 5px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, color(display-p3 0.851 0.851 0.851) 0%, color(display-p3 0.6 0.6 0.6) 100%);
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.form .form-group {
  margin-bottom: 24px;
}
.form .form-group .upload-card input[type=file] {
  display: none;
}
.form .form-group .upload-card label.upload-label {
  width: 100%;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 16px;
  cursor: pointer;
  background: #F9FAFB;
  border: 1px dashed #AFB0B0;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper {
  text-align: center;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content .upload-icon {
  max-width: 60px;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
  font-weight: 600;
  margin: 5px 0 10px;
}
@media screen and (max-width: 991px) {
  .form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
    margin: 5px 0;
  }
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p strong {
  font-weight: 600;
  color: #E47531;
}
.form .form-group .search-wrapper {
  position: relative;
}
.form .form-group .search-wrapper.align-left .form-control {
  padding: 9px 12px 9px 35px;
}
.form .form-group .search-wrapper.align-left .search-icon {
  position: absolute;
  right: unset;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group .search-wrapper .form-control {
  padding: 9px 35px 9px 12px;
}
.form .form-group .search-wrapper .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group.radio-group ul.radio-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.radio-group ul.radio-list li input {
  display: none;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label):before, .form .form-group.radio-group ul.radio-list li label:not(.radio-label):after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #E5E7EB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label)::after {
  background-color: #E47531;
  border-color: #E47531;
  transform: translateY(-50%) scale(0);
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::before {
  border-color: #E47531;
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.checkbox-group ul.checkbox-list li label {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin: 0 0 0 3px;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #E47531;
  background: #E47531;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked:before {
  opacity: 1;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.form .form-group select {
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 13px) 50%;
  padding: 9px 35px 9px 12px;
}
.form label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FBF6F3;
  display: inline-flex;
  align-items: self-start;
  gap: 1px;
  margin-bottom: 4px;
}
.form label sup {
  font-size: 14px;
  line-height: 10px;
  color: #F15338;
  position: relative;
  top: 1px;
}
.form textarea {
  min-height: 121px;
  resize: none;
}
.form .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #FBF6F3;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #E5E7EB;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.form .form-control::placeholder {
  color: #AFB0B0;
}
.form .form-control:focus {
  box-shadow: none;
}

.sec-banner {
  padding: 50px 0 101px;
  background: url("../images/banner-image.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-height: 730px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner {
    padding: 50px 0 70px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner {
    height: 630px;
    overflow: hidden;
    padding: 50px 0;
    background-position: 60%;
  }
}
.sec-banner:before {
  content: "";
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.7) 65%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-banner:before {
    display: none;
  }
}
.sec-banner.banner-v2 {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  min-height: 690px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-banner.banner-v2:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.7) 65%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.sec-banner .left-gradient {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-banner .top-gradient {
  position: absolute;
  top: 0;
  right: 0;
}
.sec-banner .content-wrapper {
  position: relative;
  z-index: 2;
}
.sec-banner .content-wrapper .logo-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .content-wrapper .logo-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.sec-banner .content-wrapper .logo-wrapper img {
  max-width: 250px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .content-wrapper .logo-wrapper img {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper .logo-wrapper img {
    max-width: 180px;
  }
}
.sec-banner .content-wrapper .tag-btn {
  margin-bottom: 0;
}
.sec-banner .content-wrapper h1 {
  margin: 36px 0 20px;
  max-width: 650px;
}
.sec-banner .content-wrapper h1 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper h1 br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper h1 {
    max-width: 100%;
    margin: 20px 0 16px;
  }
}
.sec-banner .content-wrapper h3 {
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Poppins";
}
.sec-brand-logo {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .sec-brand-logo {
    padding: 30px 0;
  }
}
.sec-brand-logo ul.brand-list {
  display: flex;
  align-items: center;
  gap: 46px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .sec-brand-logo ul.brand-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
  }
}
.sec-brand-logo ul.brand-list li {
  text-align: center;
}
.sec-brand-logo ul.brand-list li a img {
  max-height: 55px;
}
@media screen and (max-width: 1199px) {
  .sec-brand-logo ul.brand-list li a img {
    max-width: 100px;
  }
}

.sec-leaders {
  padding: 60px 0;
}
.sec-leaders.top-gradient {
  background: linear-gradient(180deg, #F56D0E -126.97%, #171717 69.12%);
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-leaders {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-leaders {
    padding: 40px 0;
  }
}
.sec-leaders .container > h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-leaders .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-leaders ul.leaders-list {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 12px));
  column-gap: 25px;
  row-gap: 23px;
  align-items: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-leaders ul.leaders-list {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
}
@media screen and (max-width: 767px) {
  .sec-leaders ul.leaders-list {
    display: block;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-leaders ul.leaders-list li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-leaders ul.leaders-list li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.sec-leaders ul.leaders-list li .btn-style {
  min-width: 100%;
  text-align: center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-leaders ul.leaders-list li .btn-style {
    padding: 8px 15px;
  }
}
.sec-leaders .content-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .sec-leaders .content-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-leaders .content-wrapper {
    margin-top: 60px;
  }
}
.sec-leaders .content-wrapper .title {
  max-width: 986px;
  width: 100%;
  margin: 0 0 54px 0;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-leaders .content-wrapper .title {
    margin: 0 0 24px 6px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-leaders .content-wrapper .title {
    margin: 0 0 34px 16px;
  }
}
.sec-leaders .content-wrapper .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #E47531;
}
.sec-leaders .content-wrapper .more-content p {
  color: #FBF6F3;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.sec-leaders .content-wrapper .more-content p:not(:last-of-type) {
  margin-bottom: 16px;
}

.sec-features {
  padding: 70px 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-features {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-features {
    padding: 40px 0;
  }
}
.sec-features .container > h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-features .container > h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-features .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-features .feature-card-wrapper .feature-card {
  display: grid;
  grid-template-columns: 316px auto;
  padding: 24px 30px 22px;
  border-radius: 10px;
  background: linear-gradient(91deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0.03) 100%);
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-features .feature-card-wrapper .feature-card {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec-features .feature-card-wrapper .feature-card {
    display: block;
  }
}
.sec-features .feature-card-wrapper .feature-card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .sec-features .feature-card-wrapper .feature-card:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.sec-features .feature-card-wrapper .feature-card:before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 10px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, color(display-p3 0.851 0.851 0.851 / 0.4) 0%, color(display-p3 0.6 0.6 0.6 / 0.4) 100%);
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.sec-features .feature-card-wrapper .feature-card .feature-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-features .feature-card-wrapper .feature-card .feature-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-features .feature-card-wrapper .feature-card .feature-title {
    gap: 20px;
    margin-bottom: 18px;
  }
}
.sec-features .feature-card-wrapper .feature-card .feature-title .count {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Franklin Gothic";
  padding: 6px 0 7px;
  text-align: center;
  border: 1px solid #E47531;
  border-radius: 5px;
  min-width: 60px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-features .feature-card-wrapper .feature-card .feature-title .count {
    min-width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 40px;
  }
}
.sec-features .feature-card-wrapper .feature-card .feature-title h3 {
  margin-bottom: 0;
}
.sec-features .feature-card-wrapper .feature-card .content-wrapper p {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-features .feature-card-wrapper .feature-card .content-wrapper p br {
    display: none;
  }
}
.sec-features .more-content {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .sec-features .more-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-features .more-content {
    margin-top: 60px;
  }
}
.sec-features .more-content .accordion {
  background: transparent;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .sec-features .more-content .accordion {
    padding: 25px;
  }
}
.sec-features .more-content .accordion .accordion-item {
  background: transparent;
  overflow: hidden;
  padding: 30px 0;
  border: unset;
}
.sec-features .more-content .accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}
@media screen and (max-width: 767px) {
  .sec-features .more-content .accordion .accordion-item {
    padding: 18px 0;
  }
}
.sec-features .more-content .accordion .accordion-item .accordion-header {
  background: transparent;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec-features .more-content .accordion .accordion-item .accordion-header {
    gap: 20px;
  }
}
.sec-features .more-content .accordion .accordion-item .accordion-header strong {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  padding: 6px 0 7px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #E47531;
  border-radius: 5px;
  height: 57px;
  max-width: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-features .more-content .accordion .accordion-item .accordion-header strong {
    font-size: 25px;
    line-height: 35px;
    max-width: 59px !important;
    max-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-features .more-content .accordion .accordion-item .accordion-header strong {
    font-size: 18px;
    line-height: 26px;
    min-height: 40px;
    max-width: 49px !important;
    max-height: 40px;
  }
}
.sec-features .more-content .accordion .accordion-item .accordion-header button {
  padding: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: unset;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}
.sec-features .more-content .accordion .accordion-item .accordion-header button:after {
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-features .more-content .accordion .accordion-item .accordion-header button {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-features .more-content .accordion .accordion-item .accordion-header button {
    font-size: 18px;
    line-height: 26px;
    min-height: 40px;
  }
}
.sec-features .more-content .accordion .accordion-item .accordion-body {
  padding: 10PX 0 0 93px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .sec-features .more-content .accordion .accordion-item .accordion-body {
    padding: 10px 0 0;
  }
}
.sec-features .more-content .accordion .accordion-item .accordion-body ul.participants li {
  display: block;
  padding-left: 28px;
  position: relative;
}
.sec-features .more-content .accordion .accordion-item .accordion-body ul.participants li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ffffff;
}
.sec-features .more-content .participants-card:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .sec-features .more-content .participants-card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-features .more-content .participants-card:not(:last-of-type) {
    margin-bottom: 38px;
  }
}
.sec-features .more-content .participants-card h3 {
  margin-bottom: 10px;
}

.sec-team .container > h3 {
  text-align: center;
  margin-bottom: 35px;
}
.sec-team .container > h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-team .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-team .table-wrapper-main .table-wrapper {
  border: 1px solid #E47531;
  border-radius: 11px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .sec-team .table-wrapper-main .table-wrapper {
    overflow: auto;
  }
}
.sec-team .table-wrapper-main .table-wrapper .table-row {
  display: grid;
  grid-template-columns: 571px 208px 208px 208px;
  min-height: 48px;
}
.sec-team .table-wrapper-main .table-wrapper .table-row .table-card {
  border: 1px solid #E47531;
  display: flex;
  align-items: center;
}
.sec-team .table-wrapper-main .table-wrapper .table-row .table-card h3 {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
.sec-team .table-wrapper-main .table-wrapper .table-row .table-card p {
  padding: 11px 35px 10px 23px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.sec-team .table-wrapper-main .table-wrapper .table-row .table-card img {
  margin: auto;
  max-width: 20px;
}

.sec-review {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .sec-review {
    padding: 40px 0;
  }
}
.sec-review h2 {
  text-align: center;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .sec-review h2 {
    margin-bottom: 30px;
  }
}
.sec-review ul.review-card-wrapper {
  column-count: 3;
}
@media screen and (max-width: 991px) {
  .sec-review ul.review-card-wrapper {
    column-count: 1;
  }
}
.sec-review ul.review-card-wrapper li {
  margin: 0 6px 0;
}
@media screen and (max-width: 991px) {
  .sec-review ul.review-card-wrapper li {
    display: block;
  }
}
.sec-review ul.review-card-wrapper li .review-card {
  background: linear-gradient(90.95deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0.03) 100%);
  border-radius: 10px;
  padding: 30px 29px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-review ul.review-card-wrapper li .review-card {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-review ul.review-card-wrapper li .review-card {
    margin-bottom: 20px;
    padding: 22px;
  }
}
.sec-review ul.review-card-wrapper li .review-card:before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 10px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, rgba(217, 217, 217, 0.4), rgba(217, 217, 217, 0.1));
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.sec-review ul.review-card-wrapper li .review-card .user-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}
.sec-review ul.review-card-wrapper li .review-card .user-wrapper .user-image img {
  max-width: 51px;
}
.sec-review ul.review-card-wrapper li .review-card .user-wrapper .user-content h3 {
  margin-bottom: 0;
}
.sec-review ul.review-card-wrapper li .review-card .user-wrapper .user-content p {
  margin-bottom: 0;
}
.sec-review ul.review-card-wrapper li .review-card .review-wrapper img {
  max-width: 92px;
}
.sec-review ul.review-card-wrapper li .review-card .review-wrapper p {
  margin: 10px 0 0;
}

.sec-journey {
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(180deg, #F56D0E 0%, #171717 84.5%);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-journey {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-journey {
    padding: 40px 0;
  }
}
.sec-journey .container > h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-journey .container > h2 {
    margin-bottom: 25px;
  }
}
.sec-journey .container > h3 {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .sec-journey .container > h3 {
    margin-bottom: 15px;
  }
  .sec-journey .container > h3 br {
    display: none;
  }
}
.sec-journey .image-wrapper img {
  max-width: 1000px;
  width: 100%;
}
.sec-journey .video-wrapper video {
  width: 100%;
  height: 563px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-journey .video-wrapper video {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec-journey .video-wrapper video {
    height: 250px;
  }
}
.sec-journey ul.btn-wrapper {
  margin-top: 43px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-journey ul.btn-wrapper {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .sec-journey ul.btn-wrapper {
    margin-top: 23px;
  }
}
.sec-journey ul.btn-wrapper li {
  display: block;
}
.sec-journey ul.btn-wrapper li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .sec-journey ul.btn-wrapper li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.sec-journey ul.btn-wrapper .btn-style {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .sec-journey ul.btn-wrapper .btn-style {
    font-size: 24px;
    line-height: 34px;
  }
}
.sec-journey ul.btn-wrapper .btn-style.bg-white {
  border: none;
}
.sec-journey ul.btn-wrapper .btn-style.bg-white:before {
  display: none;
}

.sec-about {
  padding: 70px 0 0;
  background: linear-gradient(345deg, rgba(245, 109, 14, 0.3) 26.06%, rgba(23, 23, 23, 0.3) 56.21%);
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    text-align: center;
    padding: 50px 0;
  }
}
.sec-about .container > h2 {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sec-about .lady-img {
    display: none;
  }
}
.sec-about .lady-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-about .lady-img img {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-about .content-wrapper {
    text-align: center;
  }
}
.sec-about .content-wrapper h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.sec-about .content-wrapper h2 strong {
  text-transform: capitalize;
}
.sec-about .content-wrapper p {
  margin-bottom: 0;
}
.sec-about .content-wrapper p:not(:last-of-type) {
  margin-bottom: 35px;
}
.sec-about .content-wrapper .btn-wrapper {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-about .content-wrapper .btn-wrapper {
    margin-bottom: 30px;
  }
}

.sec-faq {
  padding: 120px 0 98px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-faq {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq {
    padding: 40px 0;
  }
}
.sec-faq .container > h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-faq .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-faq .accordion {
  border-radius: 10px;
  background: linear-gradient(91deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0.03) 100%);
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
  counter-reset: section;
  margin: 0;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .sec-faq .accordion {
    padding: 25px;
  }
}
.sec-faq .accordion:before {
  content: ""; /* Ensure pseudo-element is rendered */
  position: absolute;
  inset: 0; /* Full Overlay */
  border-radius: 10px;
  padding: 2px; /* Border Thickness */
  background: linear-gradient(91deg, rgba(217, 217, 217, 0.4), rgba(217, 217, 217, 0.1));
  /* Fix for proper mask effect */
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.sec-faq .accordion .accordion-item {
  border: 0;
  color: #ffffff;
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .sec-faq .accordion .accordion-item {
    padding: 18px 0;
  }
}
.sec-faq .accordion .accordion-item:first-of-type {
  padding-top: 0;
}
.sec-faq .accordion .accordion-item:last-of-type {
  padding-bottom: 0;
  border-bottom: unset;
}
.sec-faq .accordion .accordion-item .accordion-header button {
  color: #ffffff;
  border: 0;
  padding: 6px 23px 7px 90px;
  background: transparent;
  border-radius: 10px !important;
  box-shadow: unset !important;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Franklin Gothic";
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-faq .accordion .accordion-item .accordion-header button {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq .accordion .accordion-item .accordion-header button {
    font-size: 18px;
    line-height: 26px;
    padding: 0 23px 0 50px;
    min-height: 40px;
  }
}
.sec-faq .accordion .accordion-item .accordion-header button:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  padding: 6px 0 7px;
  text-align: center;
  min-width: 60px;
  height: 54px;
  border: 1px solid #E47531;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-faq .accordion .accordion-item .accordion-header button:before {
    top: 0;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
.sec-faq .accordion .accordion-item .accordion-header button:after {
  display: none;
}
.sec-faq .accordion .accordion-item .accordion-header:not(:last-of-type) {
  margin-bottom: 15px;
}
.sec-faq .accordion .accordion-item .accordion-body {
  padding: 10px 23px 7px 91px;
}
@media screen and (max-width: 767px) {
  .sec-faq .accordion .accordion-item .accordion-body {
    padding: 0 12px 0 8px;
  }
}
.sec-faq .accordion .accordion-item .accordion-body p {
  margin: 7px 0 0 0;
}

.sec-preparation {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .sec-preparation {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-preparation {
    padding: 50px 0;
  }
}
.sec-preparation .container > h2 {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .sec-preparation .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-preparation ul.btn-wrapper {
  margin-bottom: 32px;
  text-align: center;
}
.sec-preparation ul.btn-wrapper li:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-preparation ul.btn-wrapper li:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-preparation ul.btn-wrapper li:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-preparation ul.btn-wrapper li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.sec-preparation ul.btn-wrapper li a {
  margin-bottom: 0;
}
.sec-preparation .preparation-card-wrapper {
  /*    @media screen and (max-width: $screen-xs) {
        &:not(:last-child){
          margin-bottom: 15px;
        }
      }*/
}
.sec-preparation .preparation-card-wrapper > h3 {
  text-align: center;
  margin: 50px 0 0;
  font-style: italic;
  color: #E47531;
}
@media screen and (max-width: 767px) {
  .sec-preparation .preparation-card-wrapper > h3 {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-preparation .preparation-card-wrapper > h3 {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-preparation .preparation-card-wrapper > h3 {
    margin: 30px 0 0;
  }
}
.sec-preparation .preparation-card-wrapper .col-md-4 {
  margin-bottom: 15px;
}
.sec-preparation .preparation-card-wrapper .preparation-card {
  height: 100%;
  border-radius: 7px;
  padding: 20px 28px 26px;
  border: 1px solid #E47531;
}
.sec-preparation .preparation-card-wrapper .preparation-card p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-preparation .preparation-card-wrapper .preparation-card p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-preparation .preparation-card-wrapper .preparation-card p {
    font-size: 16px;
    line-height: 26px;
  }
}
.sec-preparation .preparation-card-wrapper .preparation-card p:not(:last-of-type) {
  margin-bottom: 11px;
}
.sec-preparation .content-wrapper {
  max-width: 1000px;
  text-align: center;
  margin: 100px auto 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-preparation .content-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-preparation .content-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-preparation .content-wrapper {
    margin-top: 50px;
  }
}
.sec-preparation .content-wrapper h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-preparation .content-wrapper h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-preparation .content-wrapper h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-preparation .content-wrapper h2 {
    margin-bottom: 30px;
  }
}
.sec-preparation .content-wrapper p {
  margin: 0;
}

.sec-conversations .container > h2 {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .sec-conversations .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-conversations .table-wrapper-main .table-wrapper {
  border: 1px solid #E47531;
  border-radius: 11px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .sec-conversations .table-wrapper-main .table-wrapper {
    overflow: auto;
  }
}
.sec-conversations .table-wrapper-main .table-wrapper .heading {
  display: grid;
  grid-template-columns: 222px 329px 329px 329px;
}
.sec-conversations .table-wrapper-main .table-wrapper .table-row {
  display: grid;
  grid-template-columns: 222px 329px 329px 329px;
  min-height: 48px;
}
.sec-conversations .table-wrapper-main .table-wrapper .table-row .table-card {
  border: 1px solid #E47531;
}
.sec-conversations .table-wrapper-main .table-wrapper .table-row .table-card h3 {
  width: 100%;
  padding: 22px 43px 23px 43px;
  margin-bottom: 0;
  line-height: 24px;
}
.sec-conversations .table-wrapper-main .table-wrapper .table-row .table-card p {
  padding: 12px 44px 13px 44px;
  margin-bottom: 0;
  line-height: 21px;
}

.sec-model {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .sec-model {
    padding: 40px 0;
  }
}
.sec-model .container > h2 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec-model .container > h2 {
    margin-bottom: 25px;
  }
}
.sec-model .model-card-wrapper {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec-model .model-card-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-model .model-card-wrapper {
    margin-bottom: 40px;
  }
}
.sec-model .model-card-wrapper .col-md-4 {
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .sec-model .model-card-wrapper .col-md-4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-model .model-card-wrapper .col-md-6:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.sec-model .model-card-wrapper .model-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .sec-model .model-card-wrapper .model-card {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-model .model-card-wrapper .model-card {
    gap: 16px;
  }
}
.sec-model .model-card-wrapper .model-card .count {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Franklin Gothic";
  padding: 6px 0 7px;
  text-align: center;
  border: 1px solid #E47531;
  border-radius: 5px;
  min-width: 69px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-model .model-card-wrapper .model-card .count {
    min-width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-model .model-card-wrapper .model-card .count {
    font-size: 24px;
    line-height: 34px;
    min-width: 49px;
    height: 47px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-model .model-card-wrapper .model-card .count {
    font-size: 30px;
    line-height: 40px;
    min-width: 56px;
    height: 50px;
  }
}
.sec-model .model-card-wrapper .model-card .content-wrapper p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-model .model-card-wrapper .model-card .content-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sec-model .model-card-wrapper .model-card .content-wrapper p:not(:last-of-type) {
  margin-bottom: 11px;
}
.sec-model .image-wrapper {
  text-align: center;
}
.sec-model .image-wrapper img {
  max-width: 625px;
  max-height: 545px;
  width: 100%;
}

footer {
  padding: 86px 0 0;
  background: #E47531;
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    padding: 40px 0 0;
  }
}
footer .footer-wrapper {
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper {
    margin-bottom: 20px;
  }
}
footer .footer-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper .logo-wrapper {
    margin-bottom: 35px;
  }
}
footer .footer-wrapper .logo-wrapper a img {
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  footer .footer-wrapper .logo-wrapper a img {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper ul.social-menu {
    margin-bottom: 30px;
  }
}
footer .footer-wrapper ul.social-menu li {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-wrapper ul.social-menu li:not(:last-of-type) {
  margin: 0 30px 0 0;
}
footer .footer-wrapper ul.social-menu li a {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #FDF6F3;
  background: var(--Gredient-for-blur, linear-gradient(91deg, rgba(217, 217, 217, 0.12) 0%, rgba(217, 217, 217, 0.03) 100%));
  box-shadow: 0 1.139px 5.695px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.7816009521px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .footer-wrapper ul.social-menu li a img {
  max-width: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper ul.link-list {
    margin-bottom: 30px;
  }
}
footer .footer-wrapper ul.link-list li {
  display: block;
}
footer .footer-wrapper ul.link-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
footer .footer-wrapper ul.link-list li a {
  margin-bottom: 0;
}
footer .bottom-footer {
  background: #171717;
  padding: 15px 0 11px;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer {
    padding: 13px 0 11px;
  }
}
footer .bottom-footer p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .bottom-footer p {
    font-size: 12px;
    line-height: 18px;
  }
}

/*
.table-wrapper-main{
  .table-wrapper{
    border: 1px solid $primary01;
    border-radius: 11px;
    overflow: hidden;
    .table-row{
      display: grid;
      grid-template-columns: 571px 208px 208px 208px;
      min-height: 48px;
      .table-card{
        border: 1px solid $primary01;
        display: flex;
        align-items: center;
      }
    }
  }
}
*/

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