/* ProductSans Regular 400 */
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans/ProductSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* ProductSans Bold 700 */
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans/ProductSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* ClashGrotesk Medium 500 */
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* ClashGrotesk Semi Bold 600 */
@font-face {
  font-family: "Clash Grotesk";
  src: url("../fonts/ClashGrotesk/ClashGrotesk-Semibold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 17px;
  background: #FFF;
  color: #000;
  font-family: 'Product Sans';
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #304a6f;
}

form {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
  color: #232122;
}

a:focus {
  outline: none;
  color: #232122;
}

a.underline-text {
  text-decoration: underline;
}

input,
select,
textarea,
button,
label {
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: var(--white-color) !important;
}

::-moz-placeholder {
  color: var(--white-color) !important;
}

:-ms-input-placeholder {
  color: var(--white-color) !important;
}

:-moz-placeholder {
  color: var(--white-color) !important;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

:root {
  --first-color: #ce272e;
  --second-color: #5D5D5D;
  --white-color: #fff;
}

.container {
  max-width: 1440px;
  width: 100%;
}

.primary-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  gap: 10px;
  max-width: 278px;
  height: 52px;
  background: #82478A;
  border-radius: 30px;

  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.primary-btn:hover,
.primary-btn:focus {
  background-color: #97B1D1;
  color: var(--white-color);
}

.secondary-btn {
  line-height: normal;
  background-color: transparent;
  color: #32496b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #32496b;
  padding: 15px 20px;
  border-radius: 0px;
  vertical-align: top;
  min-width: 164px;
  text-transform: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background-color: #e7ded9;
  color: #32496b;
}

.sm-btn {
  padding: 8px 15px;
  min-width: inherit;
  font-size: 14px;
}

label.error {
  color: #F00 !important;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.logo img {
  height: 81px
}

.hidden-lg {
  display: none;
}

/* Common css starts */

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar.navbar-light {
  padding: 0;
}

.fixed .navbar.navbar-light {
  top: 0;
  background-color: #fcfafa;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
}

.navbar-light .container-fluid {
  padding: 14px 0px;
  max-width: 1196px;
}

.fixed .navbar-light .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-light .head-nav .nav-link {
  padding: 0px 25px;
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.28px;
  color: #16263B;
}

.navbar-light .head-nav .nav-link:hover {
  color: #5d5d5d;
}

.navbar-light .head-nav .nav-link.active {
  font-weight: 600;
}

.navbar-light .head-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.hamburger-menu {
  width: 25px;
  height: 20px;
  right: 0;
  top: 3px;
  border: none;
  outline: 0;
  box-shadow: none;
  background-color: initial;
  position: relative;
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  border: none;
}

.hamburger-menu span {
  opacity: 1;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: var(--first-color);
  background-color: #82478A;
  position: absolute;
  transform: rotate(0deg);
  transition: .4s ease-in-out;
}

.hamburger-menu span:first-child {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
}

.hamburger-menu[aria-expanded=true] span {
  background-color: #82478A;
}

.hamburger-menu[aria-expanded=true] span:first-child {
  transform: translateY(9px) rotate(135deg);
}

.hamburger-menu[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: translateY(0px);
}

.hamburger-menu[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}

.scroll-down
{
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}
.scroll-down span:nth-child(2)
{
    animation-delay: -0.2s;
}
.scroll-down span:nth-child(3)
{
    animation-delay: -0.4s;
}
.scroll-down span
{
    display: block;
    width: 14px;
    height: 13px;
    border-bottom: 1px solid #000000a1;
    border-right: 1px solid #000000a1;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
@keyframes animate
{
    0%
  {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%
  {
        opacity: 1;
    }
    100%
  {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
/*.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.arrow {
  width: 0;
  height: 40px;
  border: 1px solid #333;
  position: relative;
  animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}*/

/* Common css ends */

/* Website css starts */

.navbar.navbar-light.transparent-bg {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.header-logo {
  max-width: 223px;
  width: 100%;
  display: block;
}

.navbar .primary-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
}

.banner-section {
  position: relative;
  background: url("../images/banner1.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

}

.banner-content {
  max-width: 1196px;
  text-align: left;
  width: 100%;
}

.banner-title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 48px;
  color: #16263B;
  margin-bottom: 30px;
}

.banner-title span {
  background-color: #97B1D1;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0px 6px;
  border-radius: 8px;
}

.banner-info {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0px;
  max-width: 661px;
}

.banner-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.banner-btns .explore-btn {
  background-color: transparent;
  border: 2px solid #82478A;
  color: #16263B;
}

.banner-btns .explore-btn:hover,
.banner-btns .explore-btn:focus {
  background-color: #97B1D1;
  border: 2px solid #97B1D1;
  color: #FFFFFF;
}

.footer {
  background: url("../images/footer-bg.png") no-repeat center center;
  background-size: cover;
  padding: 10px;
}

.footer .container {
  max-width: 1196px;
}

.footer .footer-bottom {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  text-align: center;
  opacity: 50%;
}

.footer .footer-bottom span {
  font-size: 30px;
  font-weight: 700;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -webkit-baseline-middle;
  line-height: 1px;
}

.about-banner {
  background: url("../images/about-banner-v2.jpg") no-repeat center center;
  background-size: cover;
  max-height: 480px;
/*  max-height: 550px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.bread-crums {
  font-family: 'Product Sans';
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  color: #16263B;
  opacity: 0.5;
  margin-bottom: 15px;
  margin-top: 26px;
}

.about-info {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  max-width: 1022px;
  margin: auto;
}

.about-info span {
  color: #4479B9;
}

.about-info {
  margin-top: 100px;
}

.vm-section {
  max-width: 1196px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vm-card {
  width: calc(50% - 20px);
  background: #EDF5FF;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.vm-card .title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #4479B9;
  margin-top: 20px;
}


.vm-card .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #4479B9;
  opacity: 0.7;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.7, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.7, 1);
  pointer-events: none;
  padding: 20px;
  max-width: 588px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.vm-card:hover .desc,
.vm-card:focus .desc {
  transform: translateY(0%);
  opacity: 0.85;
  pointer-events: auto;
}

.vm-card .desc .title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 0px;
}

.vm-card .desc .info {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 408px;
  opacity: 100%;
}

.core-section {
  background-color: #E5F9FF;
  margin-top: 100px;
}

.core-wrap {
  max-width: 1196px;
  margin: auto;
  padding: 50px 0;
  display: flex;
  gap: 45px;
  align-items: center;
}

.core-section .lhs img {
  max-width: 441px;
  border-radius: 20px;
}

.core-section .rhs {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.core-card {
  display: flex;
  max-width: 302px;
  align-items: flex-start;
  gap: 22px;
}

.core-card img {
  max-width: 80px;
  border-radius: 10px;
}

.core-card .title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  color: #16263B;
}

.core-card .info {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  opacity: 0.8;
  margin-top: 20px;
}

.why-section {
  max-width: 1196px;
  margin: 100px auto;
  display: flex;
  gap: 59px;
}

.why-section .lhs {
  width: 586px;
}

.why-section .rhs img {
  max-width: 551px;
}

.why-section .lhs .section-title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #4479B9;
}

.custom-accordion2 {
  margin-top: 20px;
}

.custom-accordion2 .accordion-item {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.custom-accordion2 .accordion-button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding: 18px;
  padding-left: 0;
  box-shadow: none;

  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
}

.custom-accordion2 .accordion-button:not(.collapsed) {
  color: black;
  border-bottom: none;
}

.custom-accordion2 .accordion-button .toggle-icon {
  font-size: 1.2rem;
}

.custom-accordion2 .accordion-button:not(.collapsed) .toggle-icon {
  content: "-";
}

.custom-accordion2 .accordion-button.collapsed .toggle-icon {
  content: "+";
}

.custom-accordion2 .accordion-body {
  padding-left: 0;
  border-bottom: 1px solid black;
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  padding-top: 10px;
}

.custom-accordion2 .accordion-button:not(.collapsed)::after,
.custom-accordion2 .accordion-button::after {
  display: none;
}

.custom-accordion2 .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.service-banner {
  background: url("../images/service-banner-v2.jpg") no-repeat center center;
  background-size: cover;
  max-height: 480px;
/*  max-height: 550px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section {
  /* max-width: 1440px; */
  margin: auto;
  padding: 100px 0px;
  position: relative;
}

:root {
  --swiper-image-ratio: 33.3%;
  /* ratio 16:9 = 56.25% */

  --swiper-width: 50%;
  --swiper-inactive-scale: .85;
  /* makes the other slide smaller */

  /* responsive settings */
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: .95;

  --swiper-pagination-bottom: 30px
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: .7;
  transform: scale(.84);
  transition: all .3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}

.swiper-backface-hidden .swiper-slide {
  transform: scale(.84) translateZ(0);
}

.swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.swiper-image {
  position: relative;
  width: 100%;
  padding-top: var(--swiper-image-ratio);
}

.swiper-image .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #929ec9;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 8px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
}

.swiper-button-next {
  transform: translate(50%, -50%);
  right: calc((100% - var(--swiper-width)) / 2);
}

.swiper-button-prev {
  transform: translate(-50%, -50%);
  left: calc((100% - var(--swiper-width)) / 2);
}

@media only screen and (max-width: 768px) {
  .swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }

  .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }

  .swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }

  .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2);
  }

  .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2);
  }
}

.service-card {
  background: linear-gradient(0deg, #E5F9FF, #E5F9FF), #FFFFFF;
  border-radius: 33px;
  overflow: hidden;
  padding: 40px;
  /* max-width: 546px; */
}

.swiper-slide-active .service-card {
  padding: 44px;
}


.service-card img {
  max-width: 110px;
}

.service-card .title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 35.2px;
  line-height: 35px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
  color: #4479B9;
  margin-top: 80px;
}

.service-card .sub-title {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 26.4px;
  line-height: 33px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  margin-top: 30px;
}

.service-card .desc {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17.6px;
  line-height: 21px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  opacity: 0.8;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #91ADCD;
  border-radius: 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  background: #4479B9;
  border-radius: 4px;
}

.form-section {
  background-color: #E5F9FF;
  padding: 100px 0;
}

.form-section .title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #4479B9;
  margin: auto;
}

.form-section .info {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #000000;
  max-width: 565px;
  margin: auto;
  margin-top: 50px;
}

.form-section .form-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1196px;
  margin: auto;
  margin-top: 50px;
}

.form-section .form-wrap .lhs img {
  max-width: 547px;
  border-radius: 20px;
}

.form-section .rhs {
  max-width: 588px;
  width: 100%;
}

.form-section .rhs label {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #4479B9;
}

.form-section .rhs input {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  padding: 4px 0px;
}

.form-section ::-webkit-input-placeholder {
  color: #666666 !important;
}

.form-section ::-moz-placeholder {
  color: #666666 !important;
}

.form-section :-ms-input-placeholder {
  color: #666666 !important;
}

.form-section :-moz-placeholder {
  color: #666666 !important;
}

.form-section .row {
  margin-bottom: 55px;
}


.touch-btn {
  background-color: transparent;
  border: 2px solid #82478A;
  color: #4479B9;
}

.touch-btn:hover,
.touch-btn:focus {
  background-color: #97B1D1;
  border: 2px solid #97B1D1;
  color: #FFFFFF;
}

.touch-btn:hover svg path,
.touch-btn:focus svg path {
  fill: #FFFFFF;
}

.work-banner {
  background: url("../images/how-it-works-banner-v2.jpg") no-repeat center center;
  background-size: cover;
  max-height: 480px;
/*  max-height: 550px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.touch-btn.extra-width {
  max-width: 312px;
}

.form-section .info.extra-width {
  max-width: 744px;
}

.process-section {
  background: url("../images/process-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

.process-section .title {
  font-family: 'Clash Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  text-transform: capitalize;
  color: #4479B9;
}

.process-section .info {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #000000;
  max-width: 973px;
  margin: auto;
  margin-top: 50px;
}

.process-section .process-wrap {
  max-width: 1183px;
  margin: auto;
  margin-top: 80px;
}

.conatct-banner {
  background: url("../images/contact-banner-v2.jpg") no-repeat center center;
  background-size: cover;
  max-height: 480px;
/*  max-height: 550px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.conatct-banner .banner-info {
  max-width: 559px;
}

.contact-form-section {
  background: #FFFFFF;
}

.contact-form-section .form-wrap {
  max-width: 1196px;
  background: #EDF5FF;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 20px;
  margin-top: -160px;
  position: relative;
}

.success-message,
.error-message {
  display: none;
}