@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-Black.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-BlackItalic.otf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-BoldItalic.otf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-Italic.otf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-Light.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-LightItalic.otf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-MediumItalic.otf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("https://www.techcronus.com/assets/fonts/satoshi-fonts/Satoshi-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://assets.techcronus.com/fonts/fa-regular-400.woff2") format("woff2"), url("https://assets.techcronus.com/fonts/fa-regular-400.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Satoshi", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1960px;
  padding: 0 20px;
  margin: 0 auto;
}

.common-spacer {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .common-spacer {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .common-spacer {
    margin-bottom: 44px;
  }
}
@media (max-width: 575px) {
  .common-spacer {
    margin-bottom: 34px;
  }
}

.landing-page-cta-button {
  background: linear-gradient(90deg, #156ba3 5%, #5ac6c6 35%);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  transition: 0.4s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  border: 0;
  height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.landing-page-cta-button:hover {
  background-position: 35% 0;
}
.landing-page-cta-button svg {
  margin-left: 10px;
  height: 19px;
}
.landing-page-cta-button:focus {
  color: #fff;
}

.header-logos {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 24px 0;
}

.banner-section .banner-image-div {
  background-image: url("https://assets.techcronus.com/images/property-landing-page/landing-page-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0b1b45;
  min-height: 500px;
  padding: 50px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .banner-section .banner-image-div {
    padding: 24px;
  }
}
.banner-section .banner-image-div .left-side-info {
  color: #fff;
  max-width: calc(50% - 50px);
  flex: 0 0 calc(50% - 50px);
}
@media (max-width: 1440px) {
  .banner-section .banner-image-div .left-side-info {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .banner-section .banner-image-div .left-side-info {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.banner-section .banner-image-div .left-side-info .banner-heading {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .banner-section .banner-image-div .left-side-info .banner-heading {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-image-div .left-side-info .banner-heading {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .banner-section .banner-image-div .left-side-info .banner-heading {
    font-size: 24px;
  }
}
.banner-section .banner-image-div .left-side-info .banner-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
}
.banner-section .banner-image-div .left-side-info .banner-para {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .banner-section .banner-image-div .left-side-info .banner-para {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-image-div .left-side-info .banner-para {
    font-size: 16px;
  }
}
.banner-section .banner-image-div .left-side-info .banner-list .banner-list-item {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .banner-section .banner-image-div .left-side-info .banner-list .banner-list-item {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-image-div .left-side-info .banner-list .banner-list-item {
    font-size: 16px;
  }
}
.banner-section .banner-image-div .left-side-info .banner-list .banner-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://assets.techcronus.com/images/property-landing-page/landing-page-tick.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.banner-section .banner-image-div .right-side-info {
  max-width: calc(40% - 50px);
  flex: 0 0 calc(40% - 50px);
}
@media (max-width: 1440px) {
  .banner-section .banner-image-div .right-side-info {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .banner-section .banner-image-div .right-side-info {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 24px;
  }
}

form {
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 575px) {
  form {
    padding: 20px;
  }
}
form .form-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  form .form-heading {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  form .form-heading {
    font-size: 18px;
  }
}
form .form-heading::before {
  content: "";
  position: absolute;
  background-color: #000;
  background: linear-gradient(80deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 97%);
  border-radius: 50px;
  height: 3px;
  width: 120px;
  bottom: 0;
  left: 0;
}
form .form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 20px -10px 0 -10px;
}
form .form-group-wrapper .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
  max-width: 100%;
  flex: 0 0 100%;
}
form .form-group-wrapper .form-group.half-width {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 575px) {
  form .form-group-wrapper .form-group.half-width {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
form .form-group-wrapper .form-group.required-field label {
  position: relative;
}
form .form-group-wrapper .form-group.required-field label::after {
  content: "*";
  color: red;
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 20px;
  line-height: 1;
}
form .form-group-wrapper .form-group label {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  form .form-group-wrapper .form-group label {
    font-size: 16px;
  }
}
form .form-group-wrapper .form-group .form-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  color: #8C8C8C;
  outline: none;
  box-shadow: none;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .form-group-wrapper .form-group .form-input:hover {
  border: 1px solid #0e1726;
}
form .form-group-wrapper .form-group .form-input:focus {
  border: 1px solid #0e1726;
  box-shadow: none;
}
form button.form-submit-button {
  background: linear-gradient(90deg, #156ba3 5%, #5ac6c6 35%);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  transition: 0.4s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  border: 0;
  height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
form button.form-submit-button:hover {
  background-position: 35% 0;
}
form button.form-submit-button svg {
  margin-left: 10px;
  height: 19px;
}

.trusted-section-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.trusted-section-wrapper .trusted-by-heading {
  font-size: 40px;
  font-weight: 700;
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  align-self: center;
  display: block;
  padding: 10px 80px;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  .trusted-section-wrapper .trusted-by-heading {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .trusted-section-wrapper .trusted-by-heading {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .trusted-section-wrapper .trusted-by-heading {
    font-size: 30px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .trusted-section-wrapper .trusted-by-heading {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 24px;
    padding: 0;
    margin-bottom: 18px;
  }
}
.trusted-section-wrapper .trusted-by-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .trusted-section-wrapper .trusted-by-logos {
    flex: unset;
  }
}
.trusted-section-wrapper .trusted-by-logos .trusted-by-logo-div {
  max-width: 16.66%;
  flex: 0 0 16.66%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .trusted-section-wrapper .trusted-by-logos .trusted-by-logo-div {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 575px) {
  .trusted-section-wrapper .trusted-by-logos .trusted-by-logo-div {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

.benefits-section-wrapper {
  background-color: #F9F9F9;
  padding: 60px 80px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .benefits-section-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .benefits-section-wrapper {
    padding: 30px 20px;
  }
}
.benefits-section-wrapper .benefits-heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .benefits-section-wrapper .benefits-heading {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .benefits-section-wrapper .benefits-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .benefits-section-wrapper .benefits-heading {
    font-size: 24px;
  }
}
.benefits-section-wrapper .benefits-para {
  font-size: 16px;
  color: #111111;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
}
.benefits-section-wrapper .benefits-cards-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 32px -8px 0 -8px;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .benefits-section-wrapper .benefits-cards-wrapper {
    margin: 24px -8px 0 -8px;
  }
}
.benefits-section-wrapper .benefits-cards-wrapper .benefits-inner-card {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .benefits-section-wrapper .benefits-cards-wrapper .benefits-inner-card {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .benefits-section-wrapper .benefits-cards-wrapper .benefits-inner-card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  position: relative;
  transition: background 0.5s ease-out;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .benefits-section-wrapper .benefits-cards-wrapper .benefit-card {
    padding: 24px;
  }
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  transition: background 0.5s ease-out;
  border-radius: 24px;
  z-index: -1;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card:hover {
  background: linear-gradient(65deg, #156ba3 15%, #5ac6c6 100%);
  transition: background 0.5s ease-out;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card:hover::after {
  background: linear-gradient(65deg, #156ba3 15%, #5ac6c6 100%);
  transition: background 0.5s ease-out;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card:hover .benefit-card-heading,
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card:hover .benefit-card-para {
  color: #fff;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box .benefit-image-box {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box .benefit-icon {
  height: 40px;
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box .benefit-card-heading {
  font-size: 22px;
  margin-left: 8px;
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 991px) {
  .benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box .benefit-card-heading {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box .benefit-card-heading {
    font-size: 18px;
  }
}
.benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-card-para {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-card-para {
    font-size: 16px;
  }
}

.microsoft-dynamics-section .benefits-section-wrapper {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: transparent;
  min-height: 300px;
  transition: none;
}
@media (max-width: 991px) {
  .microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card {
    min-height: auto;
  }
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card::after {
  display: none;
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card:hover {
  transition: none;
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card:hover::after {
  display: none;
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  z-index: -1;
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card.microsoft-dynamics-business-card {
  background-image: url("https://assets.techcronus.com/images/property-landing-page/microsoft-dynamics-365-business-central.webp");
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card.microsoft-dynamics-finance-card {
  background-image: url("https://assets.techcronus.com/images/property-landing-page/microsoft-dynamics-365-finance-and-scm.webp");
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card.microsoft-dynamics-crm-card {
  background-image: url("https://assets.techcronus.com/images/property-landing-page/microsoft-dynamics-365-crm.webp");
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-title-box .benefit-card-heading {
  margin-left: 0;
  max-width: 280px;
}
.microsoft-dynamics-section .benefits-section-wrapper .benefits-cards-wrapper .benefit-card .benefit-card-para {
  font-weight: 200;
}

.companies-cta-wrapper {
  background-color: #111111;
  color: #fff;
  padding: 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .companies-cta-wrapper {
    padding: 32px;
  }
}
.companies-cta-wrapper .companies-cta-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1199px) {
  .companies-cta-wrapper .companies-cta-heading {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .companies-cta-wrapper .companies-cta-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .companies-cta-wrapper .companies-cta-heading {
    font-size: 24px;
  }
}
.companies-cta-wrapper .companies-cta-para {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.companies-cta-wrapper .companies-cta-button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .companies-cta-wrapper .companies-cta-button {
    margin-top: 24px;
  }
}

.final-cta-box {
  background-color: #111111;
  color: #fff;
  padding: 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 80px;
       column-gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .final-cta-box {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 991px) {
  .final-cta-box {
    padding: 32px;
  }
}
.final-cta-box .final-cta-wrapper {
  max-width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}
@media (max-width: 1199px) {
  .final-cta-box .final-cta-wrapper {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .final-cta-box .final-cta-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
}
.final-cta-box .final-cta-subtitle {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #156ba3 5%, #5ac6c6 35%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-bottom: 16px;
  font-size: 16px;
}
.final-cta-box .final-cta-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .final-cta-box .final-cta-heading {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .final-cta-box .final-cta-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .final-cta-box .final-cta-heading {
    font-size: 24px;
  }
}
.final-cta-box .final-cta-para {
  font-size: 16px;
  font-weight: 400;
  max-width: 650px;
}
.final-cta-box .final-cta-button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .final-cta-box .final-cta-button {
    margin-top: 24px;
  }
}
.final-cta-box .cta-map-box {
  max-width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}
@media (max-width: 1199px) {
  .final-cta-box .cta-map-box {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .final-cta-box .cta-map-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.final-cta-box .cta-map-box .cta-map-image {
  width: 100%;
}

.control-cards-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 32px -12px 0 -12px;
  row-gap: 24px;
}
@media (max-width: 575px) {
  .control-cards-wrapper {
    margin: 24px -12px 0 -12px;
  }
}
.control-cards-wrapper .control-inner-card {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .control-cards-wrapper .control-inner-card {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .control-cards-wrapper .control-inner-card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.control-cards-wrapper .control-inner-card .control-card {
  padding: 30px;
  border-radius: 24px;
  position: relative;
  background: #f5f6f7;
  transition: background 0.5s ease-out;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.control-cards-wrapper .control-inner-card .control-card::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  transition: background 0.5s ease-out;
  border-radius: 24px;
  z-index: -1;
}
.control-cards-wrapper .control-inner-card .control-card:hover {
  background: linear-gradient(65deg, #156ba3 15%, #5ac6c6 100%);
  transition: background 0.5s ease-out;
}
.control-cards-wrapper .control-inner-card .control-card:hover::after {
  background: linear-gradient(65deg, #156ba3 15%, #5ac6c6 100%);
  transition: background 0.5s ease-out;
}
.control-cards-wrapper .control-inner-card .control-card:hover .control-card-heading {
  color: #fff;
}
.control-cards-wrapper .control-inner-card .control-card:hover .control-card-para {
  color: #fff;
}
.control-cards-wrapper .control-inner-card .control-title-box {
  margin-bottom: 16px;
}
.control-cards-wrapper .control-inner-card .control-card-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .control-cards-wrapper .control-inner-card .control-card-heading {
    font-size: 18px;
  }
}
.control-cards-wrapper .control-inner-card .control-content .control-card-para {
  font-size: 16px;
  font-weight: 400;
}
.control-cards-wrapper .control-inner-card .control-content .control-card-para + .control-card-para {
  margin-top: 12px;
}
@media (max-width: 575px) {
  .control-cards-wrapper .control-inner-card .control-content .control-card-para + .control-card-para {
    margin-top: 10px;
  }
}

.testimonial-cards-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 32px -8px 0 -8px;
  row-gap: 16px;
}
.testimonial-cards-wrapper .testimonial-inner-card {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .testimonial-cards-wrapper .testimonial-inner-card {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .testimonial-cards-wrapper .testimonial-inner-card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-card {
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-card .testimonial-card-para {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .testimonial-cards-wrapper .testimonial-inner-card .testimonial-card .testimonial-card-para {
    font-size: 16px;
  }
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-card .testimonial-title-box {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .testimonial-cards-wrapper .testimonial-inner-card .testimonial-card .testimonial-title-box {
    margin-bottom: 16px;
  }
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-card .testimonial-content {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .testimonial-cards-wrapper .testimonial-inner-card .testimonial-card .testimonial-content {
    margin-bottom: 28px;
  }
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-author-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: auto;
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-author-wrapper .testimonial-author-image-div {
  background-color: #C4C4C4;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-author-wrapper .testimonial-author-image-div img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-author-wrapper .testimonial-author-info .testimonial-author-name {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 700;
}
.testimonial-cards-wrapper .testimonial-inner-card .testimonial-author-wrapper .testimonial-author-info .testimonial-author-details {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
}

.case-studies-cards-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 32px -12px 0 -12px;
  row-gap: 16px;
}
.case-studies-cards-wrapper .case-studies-inner-card {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .case-studies-cards-wrapper .case-studies-inner-card {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .case-studies-cards-wrapper .case-studies-inner-card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-card {
  padding: 16px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-tag-box {
  position: absolute;
  font-size: 16px;
  padding: 8px;
  color: #074469;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background-color: #fff;
  top: 0;
  left: 0;
  margin: 26px;
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-tag-box span {
  background: linear-gradient(90deg, #156ba3 5%, #5ac6c6 35%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300% 300%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .case-studies-cards-wrapper .case-studies-inner-card .case-studies-tag-box span {
    font-size: 14px;
  }
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-title-box {
  margin-bottom: 20px;
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-card-image {
  border-radius: 24px;
  overflow: hidden;
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-card-heading {
  font-size: 26px;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .case-studies-cards-wrapper .case-studies-inner-card .case-studies-card-heading {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .case-studies-cards-wrapper .case-studies-inner-card .case-studies-card-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .case-studies-cards-wrapper .case-studies-inner-card .case-studies-card-heading {
    font-size: 18px;
  }
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  margin-top: auto;
}
.case-studies-cards-wrapper .case-studies-inner-card .case-studies-read-more-link {
  background: linear-gradient(90deg, #156ba3 5%, #5ac6c6 35%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300% 300%;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.footer-wrapper {
  background-color: #111111;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-bottom: 20px;
}
.footer-wrapper .footer-para {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-para {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer-wrapper .footer-para::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-para::after {
    display: none;
  }
}
.footer-wrapper .footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.footer-wrapper .footer-link:hover {
  background: linear-gradient(90deg, #156ba3 5%, #5ac6c6 35%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.footer-wrapper .footer-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.footer-wrapper .footer-logo {
  height: 40px;
}

.modal-body {
  padding: 0;
  position: relative;
}
.modal-body .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

#formOverlayLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.loader-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.success-message {
  color: green;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.error-message {
  color: red;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.error {
  color: red;
  font-size: 16px !important;
}

label.error::after {
  content: "";
  display: none;
}/*# sourceMappingURL=style.css.map */