/**
* Font
*/
@font-face {
  font-family: Muli;
  src: url(../../../assets/fonts/Muli/static/Muli-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Muli;
  src: url(../../../assets/fonts/Muli/static/Muli-Bold.ttf);
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: Muli;
  src: url(../../../assets/fonts/Muli/static/Muli-SemiBold.ttf);
  font-style: normal;
  font-weight: 600;
}
body {
  font-family: Muli, sans-serif !important;
  margin: 0 !important;
}
body::before {
  display: none;
}

h1,
p {
  margin: 0;
  padding: 0;
}

/*******************************************
    Color Variables
/*******************************************/
.navbar_Menu {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  position: absolute;
  top: 1rem;
  min-width: 100%;
  transition: 0.1s;
  z-index: 10;
  outline: none;
}
@media only screen and (max-width: 999px) {
  .navbar_Menu {
    padding: 1rem 2rem;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu {
    padding: 1rem 2rem;
    top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .navbar_Menu {
    padding: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu {
    padding: 1rem;
  }
}
.navbar_Menu .container-fluid {
  padding: 0;
  outline: none;
}
.navbar_Menu .container-fluid .navbar-toggler {
  box-shadow: none;
  border: none;
  outline: none;
}
.navbar_Menu .container-fluid .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) invert(1);
  outline: none;
}
.navbar_Menu .navbar-brand {
  top: 1rem;
  outline: none;
}
.navbar_Menu .navbar-brand .coloured-logo {
  z-index: 1000;
  position: absolute;
  top: 22px;
  width: 220px;
  filter: brightness(0) invert(1);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
@media only screen and (max-width: 999px) {
  .navbar_Menu .navbar-brand .coloured-logo {
    width: 160px;
    transition: 0s;
    top: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-brand .coloured-logo {
    width: 160px;
    transition: 0s;
    top: 17px;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-brand .coloured-logo {
    width: 160px;
  }
}
.navbar_Menu .navbar-collapse {
  max-width: 100%;
  flex-grow: unset;
  flex-basis: unset;
  outline: none;
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse {
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 100%;
    top: 4.3rem;
    padding: 2rem 0;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse {
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 100%;
    top: 4.3rem;
    padding: 2rem 0;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse {
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
    top: 4.3rem;
    padding: 2rem 0;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.navbar_Menu .navbar-collapse .navbar-nav {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse .navbar-nav {
    margin-left: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse .navbar-nav {
    margin-left: 1rem;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  outline: none;
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item.dropdown-toggle {
    width: 100%;
    position: relative;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item.dropdown-toggle:after {
  display: none;
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item.dropdown-toggle:after {
    display: block;
    content: "";
    position: absolute;
    right: 8%;
    top: 11%;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    transform: rotate(180deg);
    border: 0;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content {
  display: none;
  position: absolute;
  top: -3px;
  left: 0;
  flex-direction: column;
  padding: 2rem 2rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 350px;
  opacity: 1;
  margin: 3rem 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
  outline: none;
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    padding-left: 1rem;
    background-color: transparent;
    box-shadow: none;
  }
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:before {
    display: none;
  }
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    padding-left: 1rem;
    background-color: transparent;
    box-shadow: none;
  }
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:before {
    display: none;
  }
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:after {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    padding-left: 1rem;
    background-color: transparent;
    box-shadow: none;
  }
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:before {
    display: none;
  }
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:after {
    display: none;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -1rem;
  left: 2rem;
  -webkit-clip-path: polygon(50% 0%, 0 57%, 100% 58%);
          clip-path: polygon(50% 0%, 0 57%, 100% 58%);
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content:after {
  content: "";
  position: absolute;
  top: -1rem;
  width: 100%;
  height: 1rem;
  background-color: transparent;
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content a {
  position: relative;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content a {
    font-size: 0.9rem;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content a:before {
  position: absolute;
  content: "//";
  top: 50%;
  left: -5%;
  color: #0474e5;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content a:hover {
  color: #0474e5;
  padding-left: 10px;
  transition: 0.3s;
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .dropdown-content a:hover:before {
  opacity: 1;
  visibility: visible;
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0rem 2rem;
  outline: none;
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #52a8ff;
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #52a8ff;
}
@media only screen and (max-width: 1300px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1110px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 0.8rem;
  }
}
@media only screen and (max-width: 1025px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 0.3rem;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333;
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333;
    padding: 0 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333;
    padding: 0 1rem;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup {
  color: #06309e;
  background-color: #ffffff;
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  margin-left: 3rem;
  display: flex;
  justify-content: center;
  outline: none;
}
@media only screen and (max-width: 1110px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
    color: #ffffff;
    background-color: #06309e;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
    color: #ffffff;
    background-color: #06309e;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
    color: #ffffff;
    background-color: #06309e;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup .contact-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.navbar_Menu .navbar-collapse .navbar-nav .nav-item .cta_signup:hover .contact-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 0.5rem;
}
.navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link {
  color: #06309e;
  background-color: #fff;
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  margin-left: 3rem;
  display: flex;
  justify-content: center;
  outline: none;
}
@media only screen and (max-width: 1110px) {
  .navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 850px) {
  .navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link {
    margin-left: 1rem;
    color: #fff;
    background-color: #06309e;
  }
}
@media only screen and (max-width: 768px) {
  .navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link {
    margin-left: 1rem;
    color: #fff;
    background-color: #06309e;
  }
}
@media only screen and (max-height: 500px) {
  .navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link {
    margin-left: 1rem;
    color: #fff;
    background-color: #06309e;
  }
}
.navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link .contact-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.navbar_Menu .navbar-collapse .navbar-nav .sign-up .mega-menu-link:hover .contact-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 0.5rem;
}
.navbar_Menu .navbar-collapse .navbar-nav #services:hover + .dropdown-content, .navbar_Menu .navbar-collapse .navbar-nav #services + .dropdown-content:hover {
  display: flex;
}
.navbar_Menu .navbar-collapse .navbar-nav .mega-menu-item-has-children:hover + .mega-sub-menu, .navbar_Menu .navbar-collapse .navbar-nav #services + .mega-sub-menu:hover {
  display: flex;
}

.sticky {
  position: fixed;
  top: 0rem;
  min-width: 100%;
  display: flex !important;
  justify-content: space-between;
  padding: 1rem 3rem;
  z-index: 1000;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff 10%, #fff 100%) !important;
  transition: 0.1s;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 999px) {
  .sticky {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sticky {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .sticky {
    padding: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .sticky {
    padding: 1rem;
  }
}
.sticky .container-fluid .navbar-toggler .navbar-toggler-icon {
  filter: unset;
}
.sticky .navbar-brand {
  top: 1rem;
}
.sticky .navbar-brand .coloured-logo {
  position: absolute;
  top: 12px;
  width: 175px;
  filter: unset;
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 999px) {
  .sticky .navbar-brand .coloured-logo {
    width: 160px;
    transition: 0s;
    top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .sticky .navbar-brand .coloured-logo {
    width: 160px;
    transition: 0s;
    top: 18px;
  }
}
@media only screen and (max-height: 500px) {
  .sticky .navbar-brand .coloured-logo {
    width: 160px;
    top: 18px;
  }
}
.sticky .navbar-collapse {
  max-width: 100%;
  flex-grow: unset;
  flex-basis: unset;
}
@media only screen and (max-width: 768px) {
  .sticky .navbar-collapse {
    top: 4.3rem;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-height: 500px) {
  .sticky .navbar-collapse {
    top: 4.3rem;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.sticky .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .sticky .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sticky .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .sticky .navbar-collapse .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
.sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  padding: 0rem 2rem;
}
@media (max-width: 1300px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1110px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 0.8rem;
  }
}
@media only screen and (max-width: 1025px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 0.3rem;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 850px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333;
    padding: 0 1rem;
    font-size: 0.9rem;
  }
}
@media only screen and (max-height: 500px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333;
    padding: 0 1rem;
    font-size: 1rem;
  }
}
.sticky .navbar-collapse .navbar-nav .nav-item .cta_signup {
  color: #fff;
  background-color: #06309e;
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 1110px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
    color: #fff;
    background-color: #06309e;
  }
}
@media only screen and (max-height: 500px) {
  .sticky .navbar-collapse .navbar-nav .nav-item .cta_signup {
    margin-left: 1rem;
    color: #fff;
    background-color: #06309e;
  }
}
.sticky .navbar-collapse .navbar-nav .nav-item .cta_signup .contact-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.sticky .navbar-collapse .navbar-nav .nav-item .cta_signup:hover .contact-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 0.5rem;
}

.collapse-active {
  background-color: #fff;
  background-image: linear-gradient(to right, #fff 10%, #fff 100%) !important;
}
.collapse-active .container-fluid .navbar-toggler .navbar-toggler-icon {
  filter: unset;
}
@media only screen and (max-height: 500px) {
  .collapse-active .container-fluid .navbar-collapse {
    height: 300px;
    overflow-y: scroll;
  }
}
.collapse-active .navbar-brand .coloured-logo {
  filter: unset;
}

.footer-section {
  padding: 10rem 0 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .footer-section {
    padding: 5rem 0 0;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section {
    padding: 3rem 0 0;
  }
}
.footer-section .support-container {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .footer-section .support-container {
    margin-bottom: 1.5rem;
  }
}
.footer-section .support-container .mac-image {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .footer-section .support-container .mac-image {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .mac-image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .mac-image {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .mac-image {
    display: none;
  }
}
.footer-section .support-container .content-container {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 1000px) {
  .footer-section .support-container .content-container {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .content-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .content-container {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container {
    width: 100%;
  }
}
.footer-section .support-container .content-container .title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .footer-section .support-container .content-container .title {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container .title {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.footer-section .support-container .content-container .form-content,
.footer-section .support-container .content-container .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}
.footer-section .support-container .content-container .form-content .dropdown,
.footer-section .support-container .content-container .wpcf7-form .dropdown {
  flex-basis: 48%;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  outline: none;
  color: #7d809d;
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .content-container .form-content .dropdown,
.footer-section .support-container .content-container .wpcf7-form .dropdown {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .content-container .form-content .dropdown,
.footer-section .support-container .content-container .wpcf7-form .dropdown {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .support-container .content-container .form-content .dropdown,
.footer-section .support-container .content-container .wpcf7-form .dropdown {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 315px) {
  .footer-section .support-container .content-container .form-content .dropdown,
.footer-section .support-container .content-container .wpcf7-form .dropdown {
    flex-basis: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container .form-content .dropdown,
.footer-section .support-container .content-container .wpcf7-form .dropdown {
    font-size: 12px;
  }
}
.footer-section .support-container .content-container .form-content .dropdown option,
.footer-section .support-container .content-container .wpcf7-form .dropdown option {
  color: #7d809d;
  border-radius: 30px;
  border: solid 1px #707070;
  background-color: #ffffff;
}
.footer-section .support-container .content-container .form-content .dropdown option[disabled]:first-child,
.footer-section .support-container .content-container .wpcf7-form .dropdown option[disabled]:first-child {
  display: none;
}
.footer-section .support-container .content-container .form-content .dropdown .dropdown-arrow,
.footer-section .support-container .content-container .wpcf7-form .dropdown .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.footer-section .support-container .content-container .form-content .custom-select,
.footer-section .support-container .content-container .wpcf7-form .custom-select {
  position: relative;
}
.footer-section .support-container .content-container .form-content .custom-select select,
.footer-section .support-container .content-container .wpcf7-form .custom-select select {
  display: none;
}
.footer-section .support-container .content-container .form-content .select-selected,
.footer-section .support-container .content-container .wpcf7-form .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(http://dpiper.3mindstesting.com/wp-content/themes/datapiper/assets/images/footer/arr-dropdown.svg) no-repeat right #fff;
  background-position-x: 99%;
}
.footer-section .support-container .content-container .form-content .select-selected.select-arrow-active:after,
.footer-section .support-container .content-container .wpcf7-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.footer-section .support-container .content-container .form-content .select-items,
.footer-section .support-container .content-container .wpcf7-form .select-items {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(2, 34, 131, 0.3);
  background-color: white;
  padding: 0 0 2rem;
  max-height: 900px;
  visibility: unset;
  transform: scaleY(1);
  transform-origin: top center;
  transition: 0.5s;
}
.footer-section .support-container .content-container .form-content .select-items div,
.footer-section .support-container .content-container .wpcf7-form .select-items div {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.5rem 1rem;
  background-color: white;
}
.footer-section .support-container .content-container .form-content .select-items div:hover,
.footer-section .support-container .content-container .wpcf7-form .select-items div:hover {
  background-color: #edf4fa;
  color: #0474e5;
}
.footer-section .support-container .content-container .form-content .select-items div:first-child,
.footer-section .support-container .content-container .wpcf7-form .select-items div:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.footer-section .support-container .content-container .form-content .select-hide,
.footer-section .support-container .content-container .wpcf7-form .select-hide {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transform: scaleY(0);
}
.footer-section .support-container .content-container .form-content .same-as-selected,
.footer-section .support-container .content-container .wpcf7-form .same-as-selected {
  background-color: white;
}
.footer-section .support-container .content-container .form-content input,
.footer-section .support-container .content-container .wpcf7-form input {
  flex-basis: 100%;
  width: 100%;
  border-radius: 30px;
  border: none;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  outline: none;
  color: #7d809d;
  font-size: 14px;
  position: relative;
}
.footer-section .support-container .content-container .form-content input:-ms-input-placeholder,
.footer-section .support-container .content-container .wpcf7-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d809d;
}
.footer-section .support-container .content-container .form-content input::-moz-placeholder, .footer-section .support-container .content-container .wpcf7-form input::-moz-placeholder {
  color: #7d809d;
}
.footer-section .support-container .content-container .form-content input:-ms-input-placeholder, .footer-section .support-container .content-container .wpcf7-form input:-ms-input-placeholder {
  color: #7d809d;
}
.footer-section .support-container .content-container .form-content input::placeholder,
.footer-section .support-container .content-container .wpcf7-form input::placeholder {
  color: #7d809d;
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .content-container .form-content input,
.footer-section .support-container .content-container .wpcf7-form input {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .content-container .form-content input,
.footer-section .support-container .content-container .wpcf7-form input {
    font-size: 12px;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container .form-content input,
.footer-section .support-container .content-container .wpcf7-form input {
    font-size: 12px;
  }
}
.footer-section .support-container .content-container .form-content p,
.footer-section .support-container .content-container .wpcf7-form p {
  flex-basis: 100%;
}
.footer-section .support-container .content-container .form-content .button-row,
.footer-section .support-container .content-container .wpcf7-form .button-row {
  text-align: right;
  flex-basis: 100%;
}
@media only screen and (max-width: 1000px) {
  .footer-section .support-container .content-container .form-content .button-row,
.footer-section .support-container .content-container .wpcf7-form .button-row {
    text-align: left;
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .content-container .form-content .button-row,
.footer-section .support-container .content-container .wpcf7-form .button-row {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .content-container .form-content .button-row,
.footer-section .support-container .content-container .wpcf7-form .button-row {
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .support-container .content-container .form-content .button-row,
.footer-section .support-container .content-container .wpcf7-form .button-row {
    text-align: left;
  }
}
.footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
  display: inline;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.8rem 1rem;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
  margin-bottom: 3rem;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: 25%;
}
@media only screen and (max-width: 1025px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 30%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    font-size: 14px;
    width: unset;
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 16%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 16%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 650px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 19%;
  }
}
@media only screen and (max-width: 600px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 21%;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 29%;
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 370px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 37%;
  }
}
@media only screen and (max-width: 330px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 41%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container .form-content .button-row button,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit,
.footer-section .support-container .content-container .wpcf7-form .button-row button,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit {
    width: 17%;
    font-size: 12px;
  }
}
.footer-section .support-container .content-container .form-content .button-row button .contact-arrow,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row button .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit .contact-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
}
@media only screen and (max-width: 850px) {
  .footer-section .support-container .content-container .form-content .button-row button .contact-arrow,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row button .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .support-container .content-container .form-content .button-row button .contact-arrow,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row button .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container .form-content .button-row button .contact-arrow,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row button .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}
.footer-section .support-container .content-container .form-content .button-row button:hover .contact-arrow,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit:hover .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row button:hover .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit:hover .contact-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 0.5rem;
}
@media only screen and (max-height: 500px) {
  .footer-section .support-container .content-container .form-content .button-row button:hover .contact-arrow,
.footer-section .support-container .content-container .form-content .button-row .wpcf7-submit:hover .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row button:hover .contact-arrow,
.footer-section .support-container .content-container .wpcf7-form .button-row .wpcf7-submit:hover .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}
.footer-section .background-rectangle {
  position: absolute;
  top: -31%;
  left: 0;
  width: 100%;
  height: 121%;
  background-image: linear-gradient(249deg, #022283 48%, #0474e5 78%);
  z-index: -1;
  -webkit-clip-path: polygon(100% 32%, 100% 69%, 0 76%, 0 40%);
          clip-path: polygon(100% 32%, 100% 69%, 0 76%, 0 40%);
}
@media only screen and (max-width: 1200px) {
  .footer-section .background-rectangle {
    height: 117%;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-section .background-rectangle {
    top: -33%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-section .background-rectangle {
    top: -32%;
    -webkit-clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
            clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .background-rectangle {
    -webkit-clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
            clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
    top: -20%;
    height: 83%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .background-rectangle {
    -webkit-clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
            clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
  }
}
@media only screen and (max-width: 700px) {
  .footer-section .background-rectangle {
    height: 95%;
    top: -28%;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .background-rectangle {
    top: -17.8%;
    height: 59%;
    -webkit-clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
            clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
  }
}
@media only screen and (max-width: 315px) {
  .footer-section .background-rectangle {
    top: -18%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .background-rectangle {
    top: -32%;
    height: 93%;
    -webkit-clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
            clip-path: polygon(100% 37%, 100% 69%, 0 73%, 0 40%);
  }
}
.footer-section .footer-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1025px) {
  .footer-section .footer-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-section .footer-container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container {
    max-width: 95%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .footer-container {
    max-width: 95%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-section .footer-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-container {
    background-color: #27283c;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.footer-section .footer-container .divider {
  border: solid 1px #3c3e58;
  width: 1px;
  background-color: #3c3e58;
}
.footer-section .footer-container .regional-offices-container {
  flex-basis: 30%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container .regional-offices-container {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-section .footer-container .regional-offices-container {
    flex-basis: 45%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .regional-offices-container {
    flex-basis: 45%;
  }
}
.footer-section .footer-container .regional-offices-container .widget {
  margin: 0;
}
.footer-section .footer-container .regional-offices-container .title,
.footer-section .footer-container .regional-offices-container .widgettitle,
.footer-section .footer-container .regional-offices-container h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1025px) {
  .footer-section .footer-container .regional-offices-container .title,
.footer-section .footer-container .regional-offices-container .widgettitle,
.footer-section .footer-container .regional-offices-container h2 {
    font-size: 18px;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .regional-offices-container .title,
.footer-section .footer-container .regional-offices-container .widgettitle,
.footer-section .footer-container .regional-offices-container h2 {
    font-size: 18px;
  }
}
.footer-section .footer-container .regional-offices-container .office {
  font-size: 20px;
  color: #7d809d;
  margin-bottom: 1rem;
  text-decoration: none;
  outline: none !important;
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container .regional-offices-container .office {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .footer-container .regional-offices-container .office {
    font-size: 16px;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .regional-offices-container .office {
    font-size: 16px;
  }
}
.footer-section .footer-container .regional-offices-container .footer-link {
  color: #7d809d;
  text-decoration: none;
  outline: none !important;
  font-size: 14px;
  margin-bottom: 1rem;
}
.footer-section .footer-container .regional-offices-container .footer-link:hover {
  color: #52a8ff;
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-container .regional-offices-container .footer-link:last-child {
    margin-bottom: 0;
  }
}
.footer-section .footer-container .regional-offices-container .menu,
.footer-section .footer-container .regional-offices-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-section .footer-container .regional-offices-container .menu li,
.footer-section .footer-container .regional-offices-container ul li {
  margin-bottom: 1rem;
  color: #7d809d;
  font-size: 20px;
}
.footer-section .footer-container .regional-offices-container .menu li a,
.footer-section .footer-container .regional-offices-container ul li a {
  color: #7d809d;
  text-decoration: none;
  outline: none !important;
  font-size: 14px;
}
.footer-section .footer-container .regional-offices-container .menu li a:hover,
.footer-section .footer-container .regional-offices-container ul li a:hover {
  color: #52a8ff;
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-container .regional-offices-container .menu li a:last-child,
.footer-section .footer-container .regional-offices-container ul li a:last-child {
    margin-bottom: 0;
  }
}
.footer-section .footer-container .regional-offices-container .menu .static-links a,
.footer-section .footer-container .regional-offices-container ul .static-links a {
  font-size: 20px;
  color: #7d809d;
  text-decoration: none;
  cursor: none;
  outline: none !important;
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container .regional-offices-container .menu .static-links a,
.footer-section .footer-container .regional-offices-container ul .static-links a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .footer-container .regional-offices-container .menu .static-links a,
.footer-section .footer-container .regional-offices-container ul .static-links a {
    font-size: 16px;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .regional-offices-container .menu .static-links a,
.footer-section .footer-container .regional-offices-container ul .static-links a {
    font-size: 16px;
  }
}
.footer-section .footer-container .contact-us-container {
  flex-basis: 40%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container .contact-us-container {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-section .footer-container .contact-us-container {
    flex-basis: 45%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .contact-us-container {
    flex-basis: 45%;
  }
}
.footer-section .footer-container .contact-us-container .title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1025px) {
  .footer-section .footer-container .contact-us-container .title {
    font-size: 18px;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .contact-us-container .title {
    font-size: 18px;
  }
}
.footer-section .footer-container .contact-us-container .footer-row {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-container .contact-us-container .footer-row:last-child {
    margin-bottom: 0;
  }
}
.footer-section .footer-container .contact-us-container .footer-row .row-icon {
  margin-right: 0.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-section .footer-container .contact-us-container .footer-row .row-content {
  font-size: 14px;
  color: #7d809d;
  margin-bottom: 0rem;
  text-decoration: none;
  outline: none !important;
  line-height: 1.43;
}
.footer-section .footer-container .contact-us-container .footer-row .row-content p {
  margin-bottom: 0;
}
.footer-section .footer-container .contact-us-container .address-row {
  align-items: flex-start;
}
.footer-section .footer-container .contact-us-container .address-row .row-icon {
  margin-top: 0.2rem;
}
.footer-section .footer-container .subscribe-container {
  flex-basis: 33%;
  padding: 2rem 0;
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container .subscribe-container {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-section .footer-container .subscribe-container {
    flex-basis: 45%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .subscribe-container {
    flex-basis: 45%;
  }
}
.footer-section .footer-container .subscribe-container .title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1025px) {
  .footer-section .footer-container .subscribe-container .title {
    font-size: 18px;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-container .subscribe-container .title {
    font-size: 18px;
  }
}
.footer-section .footer-container .subscribe-container .input-div {
  background-color: transparent;
  margin-bottom: 3rem;
  border-bottom: solid 1px #8a8ca2;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
@media only screen and (max-width: 1000px) {
  .footer-section .footer-container .subscribe-container .input-div {
    width: 95%;
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .footer-container .subscribe-container .input-div {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .footer-container .subscribe-container .input-div {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-container .subscribe-container .input-div {
    width: 70%;
  }
}
.footer-section .footer-container .subscribe-container .input-div input {
  background-color: transparent;
  outline: none;
  border: none;
  color: #7d809d;
  font-size: 14px;
}
.footer-section .footer-container .subscribe-container .input-div .rocket-icon {
  cursor: pointer;
}
.footer-section .footer-container .subscribe-container .icons {
  display: flex;
}
.footer-section .footer-container .subscribe-container .icons .footer-icon {
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}
.footer-section .footer-menu {
  display: flex;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .footer-section .footer-menu {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .footer-menu {
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-menu {
    width: 90%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .footer-menu {
    max-width: 95%;
  }
}
.footer-section .footer-menu .copyrights {
  margin-bottom: 0;
  color: #7d809d;
  font-size: 13px;
}
.footer-section .footer-menu .divider {
  border: solid 1px #3c3e58;
  width: 1px;
  background-color: #3c3e58;
  margin: 0 1rem;
}
@media only screen and (max-width: 500px) {
  .footer-section .footer-menu .divider {
    margin: 0 0.3rem;
  }
}
.footer-section .footer-menu .privacy-link {
  text-decoration: none;
  color: #ff9800;
  font-size: 14px;
}
.footer-section .footer-menu .privacy-link:hover {
  color: #52a8ff;
}
.footer-section .footer-menu .footer-menu-list {
  flex-basis: 48%;
  display: flex;
  justify-content: space-around;
}
.footer-section .footer-menu .footer-menu-list .footer-link {
  color: #7d809d;
  text-decoration: none;
  outline: none !important;
}
.footer-section .footer-menu .footer-menu-list .footer-link:hover {
  color: #52a8ff;
}
.footer-section .background-polygon {
  position: absolute;
  width: 100%;
  height: 64%;
  background-color: #27283c;
  bottom: 0;
  left: 0;
  z-index: -2;
  -webkit-clip-path: polygon(21% 28%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
          clip-path: polygon(21% 28%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
@media only screen and (max-width: 1200px) {
  .footer-section .background-polygon {
    height: 68%;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-section .background-polygon {
    height: 75%;
    -webkit-clip-path: polygon(9% 28%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
            clip-path: polygon(9% 28%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  }
}
@media only screen and (max-width: 850px) {
  .footer-section .background-polygon {
    height: 96%;
    -webkit-clip-path: polygon(46% 35%, 100% 39%, 100% 100%, 0 100%, 0% 38%);
            clip-path: polygon(46% 35%, 100% 39%, 100% 100%, 0 100%, 0% 38%);
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .background-polygon {
    height: 90%;
    -webkit-clip-path: polygon(54% 31%, 100% 34%, 100% 100%, 0 100%, 0% 34%);
            clip-path: polygon(54% 31%, 100% 34%, 100% 100%, 0 100%, 0% 34%);
  }
}
@media only screen and (max-width: 700px) {
  .footer-section .background-polygon {
    height: 90%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .background-polygon {
    height: 105%;
    -webkit-clip-path: polygon(45% 34%, 100% 37%, 100% 100%, 0 100%, 0% 37%);
            clip-path: polygon(45% 34%, 100% 37%, 100% 100%, 0 100%, 0% 37%);
  }
}
.footer-section .background-polygon-2 {
  position: absolute;
  width: 100%;
  height: 120%;
  background-color: #27283c;
  bottom: 0;
  left: 0;
  z-index: -2;
  -webkit-clip-path: polygon(50% 25%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
          clip-path: polygon(50% 25%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
@media only screen and (max-width: 850px) {
  .footer-section .background-polygon-2 {
    -webkit-clip-path: polygon(50% 25%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
            clip-path: polygon(50% 25%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    height: 117%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-section .background-polygon-2 {
    -webkit-clip-path: polygon(50% 25%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
            clip-path: polygon(50% 25%, 100% 30%, 100% 100%, 0 100%, 0% 30%);
    height: 117%;
  }
}
@media only screen and (max-height: 500px) {
  .footer-section .background-polygon-2 {
    height: 140%;
    -webkit-clip-path: polygon(45% 34%, 100% 37%, 100% 100%, 0 100%, 0% 37%);
            clip-path: polygon(45% 34%, 100% 37%, 100% 100%, 0 100%, 0% 37%);
  }
}
.footer-section .up-arrow-container {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  background-color: black;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .footer-section .up-arrow-container {
    bottom: 6rem;
  }
}
.footer-section .up-arrow-container .up-arrow {
  transform: rotate(-90deg);
  width: 25%;
}

.banner-section {
  position: relative;
  height: 85vh;
  width: 100%;
  background-image: linear-gradient(to right, #0c6ed1 1%, #022283 73%);
  z-index: -2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 650px) {
  .banner-section {
    height: 100vh;
  }
}
.banner-section .banner-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 2rem;
}
.banner-section .banner-subtitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.banner-section .banner-container {
  width: 75%;
}
.banner-section .banner-container .banner-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 2rem;
}
.banner-section .banner-container .banner-subtitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.banner-section .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.banner-section .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000000000000000;
}
.loader.hide-loader {
  display: none;
}
.loader .loader-content {
  position: relative;
  width: 15%;
}
.loader .loader-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: bloom ease-in-out 5.7s;
          animation: bloom ease-in-out 5.7s;
}
@-webkit-keyframes bloom {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes bloom {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.loader .loader-percentage {
  color: #333;
  font-weight: bold;
  transition: 0.3s;
}

.home-banner {
  position: relative;
  height: 85vh;
  width: 100%;
  background-image: linear-gradient(to right, #0474e5 10%, #072b99 100%);
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .home-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .home-banner {
    height: 85vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .home-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .home-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 500px) {
  .home-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 330px) {
  .home-banner {
    height: 65vh;
  }
}
@media only screen and (max-width: 300px) {
  .home-banner {
    height: 55vh;
  }
}
@media only screen and (max-height: 500px) {
  .home-banner {
    height: 500px;
  }
}
.home-banner .swiper-container {
  height: 70vh;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .home-banner .swiper-container {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .home-banner .swiper-container {
    height: 70vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .home-banner .swiper-container {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .home-banner .swiper-container {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 500px) {
  .home-banner .swiper-container {
    height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container {
    height: 50vh;
  }
}
@media only screen and (max-height: 500px) {
  .home-banner .swiper-container {
    height: 300px;
  }
}
.home-banner .swiper-container .home-slide {
  position: relative;
  height: 70vh;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .home-banner .swiper-container .home-slide {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .home-banner .swiper-container .home-slide {
    height: 70vh;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .home-slide {
    height: 50vh;
  }
}
@media only screen and (max-height: 500px) {
  .home-banner .swiper-container .home-slide {
    height: 300px;
  }
}
.home-banner .swiper-container .home-slide .title {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1240px) {
  .home-banner .swiper-container .home-slide .title {
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner .swiper-container .home-slide .title {
    width: 100%;
    left: 0%;
  }
}
@media only screen and (max-width: 1025px) {
  .home-banner .swiper-container .home-slide .title {
    font-size: 45px;
    width: 100%;
    left: 0%;
    top: 30%;
  }
}
@media only screen and (max-height: 600px) {
  .home-banner .swiper-container .home-slide .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .swiper-container .home-slide .title {
    top: 20%;
  }
}
@media only screen and (max-width: 768px) and (max-height: 700px) {
  .home-banner .swiper-container .home-slide .title {
    top: 27%;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner .swiper-container .home-slide .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .home-slide .title {
    top: 31%;
    font-size: 22px;
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 330px) {
  .home-banner .swiper-container .home-slide .title {
    width: 100%;
    left: 0;
    font-size: 19px;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .swiper-container .home-slide .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 541px) {
  .home-banner .swiper-container .home-slide .title.custom-title {
    top: 19%;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .home-slide .title.custom-title {
    top: 27%;
  }
}
.home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
  position: absolute;
  top: 35%;
  left: 8%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  width: 82%;
}
@media only screen and (max-width: 1350px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    width: 90%;
    left: 5%;
    top: 37%;
  }
}
@media only screen and (max-width: 1025px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 43%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 48%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 48%;
  }
}
@media only screen and (max-width: 940px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    width: 100%;
    left: 0%;
  }
}
@media only screen and (max-width: 850px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 35%;
  }
}
@media only screen and (max-width: 768px) and (max-height: 700px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 50%;
  }
}
@media only screen and (max-width: 768px) and (max-height: 600px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    width: 100%;
    left: 0%;
    top: 50%;
    font-size: 12px;
  }
}
@media only screen and (max-height: 500px) {
  .home-banner .swiper-container .home-slide .subtitle, .home-banner .swiper-container .home-slide p {
    top: 56%;
  }
}
@media only screen and (max-width: 850px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 41%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 35%;
  }
}
@media only screen and (max-width: 768px) and (max-height: 700px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 46%;
  }
}
@media only screen and (max-width: 768px) and (max-height: 600px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 43%;
  }
}
@media only screen and (max-height: 500px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 50%;
  }
}
@media only screen and (max-width: 541px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 39%;
    width: 120%;
    left: -10%;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 41%;
    width: 120%;
    left: -10%;
  }
}
@media only screen and (max-width: 320px) {
  .home-banner .swiper-container .home-slide .subtitle.custom-subtitle, .home-banner .swiper-container .home-slide p.custom-subtitle {
    top: 38%;
  }
}
.home-banner .swiper-container .home-slide .server-image {
  position: absolute;
  top: 55%;
  width: 98%;
  left: 2%;
}
@media only screen and (max-width: 1350px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 58%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 63%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 77%;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 81%;
  }
}
@media only screen and (max-width: 720px) and (max-height: 600px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 72%;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 72%;
  }
}
@media only screen and (max-width: 310px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 77%;
  }
}
@media only screen and (max-height: 500px) {
  .home-banner .swiper-container .home-slide .server-image {
    top: 89%;
  }
}
.home-banner .swiper-container .swiper-slide-prev, .home-banner .swiper-container .swiper-slide-next {
  opacity: 0.1;
}
.home-banner .swiper-container .swiper-slide-prev .title, .home-banner .swiper-container .swiper-slide-next .title {
  opacity: 0;
}
.home-banner .swiper-container .swiper-slide-prev .subtitle, .home-banner .swiper-container .swiper-slide-next .subtitle {
  opacity: 0;
}
.home-banner .swiper-container .swiper-pagination {
  bottom: 12%;
  display: flex;
  justify-content: space-around;
  width: 50%;
  left: 24%;
  z-index: 5;
  outline: none;
}
@media only screen and (max-width: 1350px) {
  .home-banner .swiper-container .swiper-pagination {
    width: 51%;
    left: 23%;
  }
}
@media only screen and (max-width: 1299px) {
  .home-banner .swiper-container .swiper-pagination {
    width: 55%;
    left: 21%;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner .swiper-container .swiper-pagination {
    width: 61%;
    left: 19%;
  }
}
@media only screen and (max-width: 1025px) {
  .home-banner .swiper-container .swiper-pagination {
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .swiper-pagination {
    max-width: 90%;
  }
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  flex-basis: 30%;
  opacity: 1;
  background: none;
  color: #B0D6E8;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 500px) {
  .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    font-size: 9px;
  }
}
@media only screen and (max-width: 400px) {
  .home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    font-size: 8px;
  }
}
.home-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  color: #F8A832;
}
.home-banner .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.home-banner .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

:root {
  --marquee-width: 70vw;
  --marquee-height: 10vh;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.partners-section {
  padding: 1rem 0;
  background-color: #f3f4f8;
  display: flex;
  justify-content: center;
  /* .marquee-content:hover {
    animation-play-state: paused;
  } */
}
.partners-section .marquee {
  width: 70vw;
  background-color: #f3f4f8;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .partners-section .marquee {
    width: 95%;
  }
}
@media only screen and (max-width: 500px) {
  .partners-section .marquee {
    max-width: 90%;
  }
}
.partners-section .marquee-content {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .partners-section .marquee-content {
    margin-left: -2rem;
  }
}
@media only screen and (max-width: 500px) {
  .partners-section .marquee-content {
    margin-left: 2.8rem;
  }
}
@media only screen and (max-width: 400px) {
  .partners-section .marquee-content {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .partners-section .marquee-content {
    margin-left: 2.3rem;
  }
}
@media only screen and (max-width: 360px) {
  .partners-section .marquee-content {
    margin-left: 2.1rem;
  }
}
@media only screen and (max-width: 350px) {
  .partners-section .marquee-content {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 300px) {
  .partners-section .marquee-content {
    margin-left: 1.4rem;
  }
}
@-webkit-keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20%);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20%);
  }
}
@-webkit-keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.partners-section .marquee-content li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* text-align: center; */
  flex-shrink: 0;
  max-height: 100%;
  white-space: nowrap;
}
.partners-section .marquee-content li .logo {
  display: block;
}
.partners-section .marquee-content li .hover-logo {
  display: none;
}
.partners-section .marquee-content li:hover .logo {
  display: none;
}
.partners-section .marquee-content li:hover .hover-logo {
  display: block;
}
.partners-section .marquee-content li img {
  width: 70px;
  height: 22px;
}
@media only screen and (max-width: 500px) {
  .partners-section .marquee-content li img {
    width: 35px;
    height: 12px;
  }
}
.partners-section .marquee-content .partner-logo-hcl img {
  width: 110px;
}
@media only screen and (max-width: 1025px) {
  .partners-section .marquee-content .partner-logo-hcl img {
    width: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .partners-section .marquee-content .partner-logo-hcl img {
    width: 55px;
  }
}
.partners-section .marquee-content .partner-logo-cda img {
  height: 40px;
  width: 60px;
}
@media only screen and (max-width: 500px) {
  .partners-section .marquee-content .partner-logo-cda img {
    width: 35px;
    height: 25px;
  }
}
.partners-section .partners-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.partners-section .partners-container .partner-swiper-container {
  width: 80vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.partners-section .partners-container .partner-swiper-container .partners-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  white-space: nowrap;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo {
  max-width: 10%;
  display: flex;
  align-items: flex-end;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo .logo {
  height: 30px;
  width: auto;
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo .hover-logo {
  height: 30px;
  width: auto;
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo:hover .logo {
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo:hover .hover-logo {
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-hcl {
  max-width: 10%;
  display: flex;
  align-items: flex-end;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-hcl .logo {
  height: 30px;
  width: auto;
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-hcl .hover-logo {
  height: 30px;
  width: auto;
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-hcl:hover .logo {
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-hcl:hover .hover-logo {
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-cda {
  max-width: 10%;
  display: flex;
  align-items: flex-end;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-cda .logo {
  height: 40px;
  width: auto;
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-cda .hover-logo {
  height: 40px;
  width: auto;
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-cda:hover .logo {
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .partner-logo-cda:hover .hover-logo {
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo {
  max-width: 10%;
  display: flex;
  align-items: flex-end;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo .logo {
  height: 30px;
  width: auto;
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo .hover-logo {
  height: 30px;
  width: auto;
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo:hover .logo {
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo:hover .hover-logo {
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-hcl {
  max-width: 10%;
  display: flex;
  align-items: flex-end;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-hcl .logo {
  height: 30px;
  width: auto;
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-hcl .hover-logo {
  height: 30px;
  width: auto;
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-hcl:hover .logo {
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-hcl:hover .hover-logo {
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-cda {
  max-width: 10%;
  display: flex;
  align-items: flex-end;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-cda .logo {
  height: 40px;
  width: auto;
  display: block;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-cda .hover-logo {
  height: 40px;
  width: auto;
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-cda:hover .logo {
  display: none;
}
.partners-section .partners-container .partner-swiper-container .partners-logos .swiper-slide.partner-logo-cda:hover .hover-logo {
  display: block;
}

.home-services-section {
  padding: 5rem 0 4rem;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .home-services-section {
    padding: 3rem 0;
  }
}
@media only screen and (max-height: 500px) {
  .home-services-section {
    padding: 3rem 0;
  }
}
.home-services-section .services-container {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .home-services-section .services-container {
    margin-bottom: 0;
    max-width: 90%;
  }
}
.home-services-section .services-container .services-content {
  padding: 0 5%;
}
.home-services-section .services-container .services-content .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .home-services-section .services-container .services-content .title {
    font-size: 32px;
  }
}
.home-services-section .services-container .services-cards {
  display: flex;
  justify-content: space-around;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .home-services-section .services-container .services-cards {
    flex-direction: column;
    padding: 0 10rem;
  }
}
@media only screen and (max-width: 850px) {
  .home-services-section .services-container .services-cards {
    flex-direction: column;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-services-section .services-container .services-cards {
    flex-direction: column;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-services-section .services-container .services-cards {
    flex-direction: column;
    padding: 0;
  }
}
.home-services-section .services-container .services-cards .service-card {
  flex-basis: 31%;
  background-color: #fff;
  padding: 3rem 1.5rem;
  border-radius: 10px;
  height: 590px;
  margin-top: 10px;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .home-services-section .services-container .services-cards .service-card {
    height: 600px;
  }
}
@media screen and (max-width: 1299px) {
  .home-services-section .services-container .services-cards .service-card {
    height: 650px;
  }
}
@media screen and (max-width: 1199px) {
  .home-services-section .services-container .services-cards .service-card {
    height: 650px;
  }
}
@media only screen and (min-width: 1366px) and (min-height: 1024px) {
  .home-services-section .services-container .services-cards .service-card {
    height: 680px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-services-section .services-container .services-cards .service-card {
    margin-bottom: 2rem;
    box-shadow: 0 2px 70px 0 rgba(2, 34, 131, 0.15);
    transition: 0s;
  }
}
@media only screen and (max-width: 850px) {
  .home-services-section .services-container .services-cards .service-card {
    margin-bottom: 2rem;
    box-shadow: 0 2px 70px 0 rgba(2, 34, 131, 0.15);
    transition: 0s;
  }
}
@media only screen and (max-width: 768px) {
  .home-services-section .services-container .services-cards .service-card {
    margin-bottom: 2rem;
    box-shadow: 0 2px 70px 0 rgba(2, 34, 131, 0.15);
    transition: 0s;
  }
}
@media only screen and (max-width: 500px) {
  .home-services-section .services-container .services-cards .service-card {
    margin-bottom: 2rem;
    height: unset;
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-height: 500px) {
  .home-services-section .services-container .services-cards .service-card {
    height: unset;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 70px 0 rgba(2, 34, 131, 0.15);
  }
}
.home-services-section .services-container .services-cards .service-card:hover {
  box-shadow: 0 2px 70px 0 rgba(2, 34, 131, 0.15);
  margin-top: 0;
  transition: 0.2s;
}
@media only screen and (max-width: 1000px) {
  .home-services-section .services-container .services-cards .service-card:hover {
    transition: 0s;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .home-services-section .services-container .services-cards .service-card:hover {
    transition: 0s;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .home-services-section .services-container .services-cards .service-card:hover {
    transition: 0s;
    margin-top: 10px;
  }
}
@media only screen and (max-height: 500px) {
  .home-services-section .services-container .services-cards .service-card:hover {
    transition: 0s;
    margin-top: 10px;
  }
}
.home-services-section .services-container .services-cards .service-card:after {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  border-radius: 10px;
  box-shadow: 0 2px 70px 0 rgba(2, 34, 131, 0.24);
  background-color: #ffffff;
  opacity: 0.35;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .home-services-section .services-container .services-cards .service-card:after {
    left: 15px;
    top: 15px;
  }
}
@media only screen and (max-height: 550px) {
  .home-services-section .services-container .services-cards .service-card:after {
    left: 15px;
    top: 15px;
  }
}
.home-services-section .services-container .services-cards .service-card .service-img {
  padding: 1rem;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-services-section .services-container .services-cards .service-card .service-img.card-1 {
  background-color: #03a9f44f;
}
.home-services-section .services-container .services-cards .service-card .service-img.card-2 {
  background-color: #8bc34a4f;
}
.home-services-section .services-container .services-cards .service-card .service-img.card-3 {
  background-color: #ff98004f;
}
.home-services-section .services-container .services-cards .service-card .content .content-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  color: #060606;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .home-services-section .services-container .services-cards .service-card .content .content-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1025px) {
  .home-services-section .services-container .services-cards .service-card .content .content-title {
    font-size: 18px;
  }
}
.home-services-section .services-container .services-cards .service-card .content .content-para {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #484848;
  opacity: 0.9;
}
@media only screen and (max-width: 1200px) {
  .home-services-section .services-container .services-cards .service-card .content .content-para {
    font-size: 15px;
    height: 13rem;
  }
}
@media only screen and (max-width: 1025px) {
  .home-services-section .services-container .services-cards .service-card .content .content-para {
    font-size: 14px;
    height: 12rem;
  }
}
@media only screen and (max-height: 500px) {
  .home-services-section .services-container .services-cards .service-card .content .content-para {
    height: unset;
  }
}
@media only screen and (max-width: 1000px) {
  .home-services-section .services-container .services-cards .service-card .content .content-para {
    height: unset;
  }
}
@media only screen and (max-width: 850px) {
  .home-services-section .services-container .services-cards .service-card .content .content-para {
    height: unset;
  }
}
@media only screen and (max-width: 768px) {
  .home-services-section .services-container .services-cards .service-card .content .content-para {
    height: unset;
  }
}
.home-services-section .services-container .services-cards .service-card .services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-services-section .services-container .services-cards .service-card .services .service {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home-services-section .services-container .services-cards .service-card .services .service .tick {
  margin-right: 1rem;
}
.home-services-section .services-container .services-cards .service-card .services .service p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: normal;
  color: #0d0c0c;
}
@media only screen and (max-width: 1200px) {
  .home-services-section .services-container .services-cards .service-card .services .service p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  .home-services-section .services-container .services-cards .service-card .services .service p {
    font-size: 14px;
  }
}
.home-services-section .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -5;
}
.diff-section {
  padding: 5rem 0;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .diff-section {
    margin-bottom: 0;
    padding: 1rem 0 3rem;
  }
}
@media only screen and (max-height: 500px) {
  .diff-section {
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
.diff-section .diff-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .diff-section .diff-container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container {
    max-width: 90%;
  }
}
.diff-section .diff-container .heading-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.diff-section .diff-container .heading-content .title {
  font-size: 80px;
  font-weight: bold;
  color: #03a9f4;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1025px) {
  .diff-section .diff-container .heading-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .heading-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 350px) {
  .diff-section .diff-container .heading-content .title {
    font-size: 40px;
  }
}
.diff-section .diff-container .heading-content .subtitle {
  max-width: 80%;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #323232;
  text-align: center;
}
.diff-section .diff-container .content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem 5rem;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .diff-section .diff-container .content {
    padding: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .diff-section .diff-container .content {
    flex-direction: column-reverse;
    padding: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .diff-section .diff-container .content {
    flex-direction: column-reverse;
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .diff-section .diff-container .content {
    flex-direction: column-reverse;
    padding: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content {
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media only screen and (max-height: 500px) {
  .diff-section .diff-container .content {
    flex-direction: column-reverse;
    padding: 1rem;
  }
}
.diff-section .diff-container .content .tab-container {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .tab-container {
    padding: 1rem;
  }
}
.diff-section .diff-container .content .tab-container .tab-1, .diff-section .diff-container .content .tab-container .tab-2, .diff-section .diff-container .content .tab-container .differentiator-tab {
  padding: 1rem;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(2, 34, 131, 0.3);
  background-color: #ffffff;
  cursor: pointer;
  margin-bottom: 2rem;
  z-index: 2;
  border-left: solid 3px #fff;
}
.diff-section .diff-container .content .tab-container .tab-1.active, .diff-section .diff-container .content .tab-container .tab-2.active, .diff-section .diff-container .content .tab-container .differentiator-tab.active {
  position: relative;
  border-left: solid 3px #03a9f4;
  box-shadow: 0 10px 70px 0 rgba(2, 34, 131, 0.3);
}
.diff-section .diff-container .content .tab-container .tab-1.active:after, .diff-section .diff-container .content .tab-container .tab-2.active:after, .diff-section .diff-container .content .tab-container .differentiator-tab.active:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 43%;
  right: -8%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-clip-path: polygon(97% 55%, 0 0, 0 100%);
          clip-path: polygon(97% 55%, 0 0, 0 100%);
}
@media only screen and (max-width: 991px) {
  .diff-section .diff-container .content .tab-container .tab-1.active:after, .diff-section .diff-container .content .tab-container .tab-2.active:after, .diff-section .diff-container .content .tab-container .differentiator-tab.active:after {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .diff-section .diff-container .content .tab-container .tab-1.active:after, .diff-section .diff-container .content .tab-container .tab-2.active:after, .diff-section .diff-container .content .tab-container .differentiator-tab.active:after {
    top: 37%;
    right: -4%;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .diff-section .diff-container .content .tab-container .tab-1.active:after, .diff-section .diff-container .content .tab-container .tab-2.active:after, .diff-section .diff-container .content .tab-container .differentiator-tab.active:after {
    top: 37%;
    right: -4%;
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .tab-container .tab-1.active:after, .diff-section .diff-container .content .tab-container .tab-2.active:after, .diff-section .diff-container .content .tab-container .differentiator-tab.active:after {
    top: 43%;
    right: -8%;
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .diff-section .diff-container .content .tab-container .tab-1.active:after, .diff-section .diff-container .content .tab-container .tab-2.active:after, .diff-section .diff-container .content .tab-container .differentiator-tab.active:after {
    display: none;
  }
}
.diff-section .diff-container .content .tab-container .tab-1.active p, .diff-section .diff-container .content .tab-container .tab-2.active p, .diff-section .diff-container .content .tab-container .differentiator-tab.active p {
  color: #03a9f4;
}
.diff-section .diff-container .content .tab-container .tab-1:last-child, .diff-section .diff-container .content .tab-container .tab-2:last-child, .diff-section .diff-container .content .tab-container .differentiator-tab:last-child {
  margin-bottom: 0;
}
.diff-section .diff-container .content .tab-container .tab-1 p, .diff-section .diff-container .content .tab-container .tab-2 p, .diff-section .diff-container .content .tab-container .differentiator-tab p {
  margin-bottom: 0;
  text-align: left;
  color: #707070;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .tab-container .tab-1 p, .diff-section .diff-container .content .tab-container .tab-2 p, .diff-section .diff-container .content .tab-container .differentiator-tab p {
    font-size: 16px;
  }
}
.diff-section .diff-container .content .tab-1, .diff-section .diff-container .content .tab-2 {
  flex-basis: 16%;
  padding: 1rem;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 10px 70px 0 rgba(2, 34, 131, 0.3);
  background-color: #ffffff;
  cursor: pointer;
}
.diff-section .diff-container .content .tab-1.active, .diff-section .diff-container .content .tab-2.active {
  position: relative;
  border-left: solid 3px #03a9f4;
}
.diff-section .diff-container .content .tab-1.active:after, .diff-section .diff-container .content .tab-2.active:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 43%;
  right: -12%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-clip-path: polygon(97% 55%, 0 0, 0 100%);
          clip-path: polygon(97% 55%, 0 0, 0 100%);
}
.diff-section .diff-container .content .tab-1 p, .diff-section .diff-container .content .tab-2 p {
  margin-bottom: 0;
  text-align: left;
  color: #707070;
  font-weight: 600;
}
.diff-section .diff-container .content .tab-content {
  flex-basis: 70%;
  margin-left: 5rem;
  box-shadow: 2px 3px 99px 0 rgba(2, 34, 131, 0.35);
}
@media only screen and (max-width: 991px) {
  .diff-section .diff-container .content .tab-content {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .diff-section .diff-container .content .tab-content {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .diff-section .diff-container .content .tab-content {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .tab-content {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
@media only screen and (max-height: 500px) {
  .diff-section .diff-container .content .tab-content {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
.diff-section .diff-container .content .tab-content .differentiator-tab-image {
  display: none;
}
.diff-section .diff-container .content .tab-content .differentiator-tab-image.diff-active {
  display: block;
}
.diff-section .diff-container .content .svg-1 {
  position: absolute;
  z-index: -1;
  top: -3%;
  right: 26%;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1025px) {
  .diff-section .diff-container .content .svg-1 {
    top: 15%;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .diff-section .diff-container .content .svg-1 {
    top: -5%;
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .svg-1 {
    top: 8%;
    right: 3%;
    width: 50px;
    height: 50px;
  }
}
.diff-section .diff-container .content .svg-2 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 12%;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1025px) {
  .diff-section .diff-container .content .svg-2 {
    top: 73%;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .diff-section .diff-container .content .svg-2 {
    top: 35%;
    left: -1%;
  }
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .svg-2 {
    top: 21%;
    left: 18%;
    width: 50px;
    height: 50px;
  }
}
.diff-section .diff-container .content .background-svg {
  position: absolute;
  z-index: -2;
  top: 17%;
  left: 9%;
  width: 70%;
  height: 90%;
}
@media only screen and (max-width: 500px) {
  .diff-section .diff-container .content .background-svg {
    top: 24%;
    left: 10%;
    width: 80%;
    height: 10%;
  }
}

.industries-section {
  margin-top: 5rem;
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .industries-section {
    padding: 3rem 0;
    margin-top: 5rem;
  }
}
@media only screen and (max-height: 500px) {
  .industries-section {
    padding: 3rem 0;
  }
}
.industries-section .parent-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .industries-section .parent-container {
    max-width: 90%;
  }
}
.industries-section .parent-container .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .industries-section .parent-container .title {
    font-size: 40px;
    width: 90%;
  }
}
@media only screen and (max-height: 500px) {
  .industries-section .parent-container .title {
    font-size: 40px;
    width: 90%;
  }
}
.industries-section .parent-container .parent-content {
  width: 85%;
}
.industries-section .parent-container .parent-content::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 550px) {
  .industries-section .parent-container .parent-content {
    overflow-x: scroll;
    width: 100%;
  }
}
@media only screen and (max-height: 550px) {
  .industries-section .parent-container .parent-content {
    width: unset;
  }
}
.industries-section .parent-container .parent-content .content::-webkit-scrollbar {
  display: none;
}
.industries-section .parent-container .parent-content .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 5rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 1025px) {
  .industries-section .parent-container .parent-content .content {
    width: 95%;
  }
}
@media only screen and (max-width: 1000px) {
  .industries-section .parent-container .parent-content .content {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .industries-section .parent-container .parent-content .content {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .industries-section .parent-container .parent-content .content {
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    overflow-x: scroll;
  }
}
@media only screen and (max-height: 500px) {
  .industries-section .parent-container .parent-content .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.industries-section .parent-container .parent-content .content .industry-card {
  flex-basis: 23%;
  background-image: linear-gradient(to right, #fff 10%, #fff 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 30px 0 rgba(2, 34, 131, 0.15);
  padding: 1rem 1.5rem;
  height: 160px;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .industries-section .parent-container .parent-content .content .industry-card {
    flex-basis: 45%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .industries-section .parent-container .parent-content .content .industry-card {
    flex-basis: 45%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .industries-section .parent-container .parent-content .content .industry-card {
    flex-basis: 45%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .industries-section .parent-container .parent-content .content .industry-card {
    flex-basis: 20%;
    width: 20%;
    margin: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .industries-section .parent-container .parent-content .content .industry-card {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .industries-section .parent-container .parent-content .content .industry-card {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.industries-section .parent-container .parent-content .content .industry-card:hover {
  box-shadow: 0 5px 35px 0 rgba(2, 34, 131, 0.15);
}
.industries-section .parent-container .parent-content .content .industry-card:hover .card-image img {
  filter: brightness(0) invert(1);
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-1 {
  background-image: linear-gradient(to right, #4BC6FE 10%, #03A9F4 100%);
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-1 .checkmark-container {
  background-color: #b9e8fd;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-1 .checkmark-container .fa-check-circle {
  color: #b9e8fd;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-2 {
  background-image: linear-gradient(to right, #8BC34A 10%, #B9EA80 100%);
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-2 .checkmark-container {
  background-color: #e9f9d5;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-2 .checkmark-container .fa-check-circle {
  color: #e9f9d5;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-3 {
  background-image: linear-gradient(to right, #FF9800 10%, #F9B146 100%);
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-3 .checkmark-container {
  background-color: #fde7c6;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-3 .checkmark-container .fa-check-circle {
  color: #fde7c6;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-4 {
  background-image: linear-gradient(to right, #F92C8B 10%, #F566A8 100%);
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-4 .checkmark-container {
  background-color: #ffd2e7;
}
.industries-section .parent-container .parent-content .content .industry-card:hover.card-4 .checkmark-container .fa-check-circle {
  color: #ffd2e7;
}
.industries-section .parent-container .parent-content .content .industry-card:hover .card-content .card-title {
  color: #ffffff;
}
.industries-section .parent-container .parent-content .content .industry-card:hover .checkmark-container {
  opacity: 1;
  transition: 0.3s;
}
.industries-section .parent-container .parent-content .content .industry-card .card-image {
  width: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.industries-section .parent-container .parent-content .content .industry-card .card-image img {
  width: auto;
  height: 40px;
}
.industries-section .parent-container .parent-content .content .industry-card .card-content {
  max-width: 80%;
}
@media only screen and (max-width: 1200px) {
  .industries-section .parent-container .parent-content .content .industry-card .card-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .industries-section .parent-container .parent-content .content .industry-card .card-content {
    max-width: 100%;
  }
}
.industries-section .parent-container .parent-content .content .industry-card .card-content .card-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
}
.industries-section .parent-container .parent-content .content .industry-card .card-content .card-description {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
}
.industries-section .parent-container .parent-content .content .industry-card .checkmark-container {
  position: absolute;
  top: -11px;
  right: 15px;
  text-align: center;
  border-radius: 1rem;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.industries-section .parent-container .parent-content .content .industry-card .checkmark-container .fa-check-circle {
  color: #e8edef;
  font-size: 30px;
}
.industries-section .waves-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 72%;
  z-index: -1;
}
@media only screen and (max-width: 850px) {
  .industries-section .waves-image {
    height: 37%;
  }
}
@media only screen and (max-width: 768px) {
  .industries-section .waves-image {
    height: 37%;
  }
}
@media only screen and (max-width: 550px) {
  .industries-section .waves-image {
    height: 48%;
  }
}
@media only screen and (max-height: 500px) {
  .industries-section .waves-image {
    height: 22%;
  }
}

.contact-section {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #0474e5, #022283);
}
.contact-section .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 11rem;
}
@media only screen and (max-width: 992px) {
  .contact-section .contact-container {
    padding: 2rem;
    max-width: 90%;
  }
}
@media only screen and (max-width: 850px) {
  .contact-section .contact-container {
    padding: 2rem;
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-container {
    padding: 2rem;
    max-width: 95%;
  }
}
@media only screen and (max-width: 650px) {
  .contact-section .contact-container {
    flex-direction: column;
  }
}
@media only screen and (max-height: 500px) {
  .contact-section .contact-container {
    padding: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .contact-section .contact-container {
    padding: 2rem;
    flex-direction: column;
  }
}
.contact-section .contact-container .section-title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 650px) {
  .contact-section .contact-container .section-title {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .contact-section .contact-container .section-title {
    font-size: 16px;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.contact-section .contact-container .contact-cta {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
  transition: opacity 0.3s;
  cursor: pointer;
}
.contact-section .contact-container .contact-cta .contact-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-container .contact-cta .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-height: 500px) {
  .contact-section .contact-container .contact-cta .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}
.contact-section .contact-container .contact-cta:hover .contact-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .contact-section .contact-container .contact-cta:hover .contact-arrow {
    opacity: 1;
    transition: 0s;
  }
}
@media only screen and (max-height: 500px) {
  .contact-section .contact-container .contact-cta:hover .contact-arrow {
    opacity: 1;
    transition: 0s;
    margin-left: 0.5rem;
  }
}

.stats-section {
  padding-top: 5rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 70px 0 rgba(2, 34, 131, 0.25);
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .stats-section {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
}
@media only screen and (max-height: 500px) {
  .stats-section {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    padding-top: 3rem;
  }
}
.stats-section .statistic-table {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0 20rem;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table {
    padding-bottom: 25rem;
  }
}
@media only screen and (max-height: 500px) {
  .stats-section .statistic-table {
    padding: 15rem 0 20rem;
  }
}
.stats-section .statistic-table .company-statistics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stats-section .statistic-table .company-statistics .company {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #353535;
}
.stats-section .statistic-table .company-statistics .statistics {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #353535;
}
.stats-section .statistic-table .statistic-content-div-1 {
  position: absolute;
  top: 25%;
  left: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 5;
}
@media only screen and (max-width: 1025px) {
  .stats-section .statistic-table .statistic-content-div-1 {
    top: 15%;
    left: 10%;
  }
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-1 {
    top: 7%;
    left: 5%;
    align-items: center;
  }
}
.stats-section .statistic-table .statistic-content-div-1 .stat-number {
  font-size: 50px;
  font-weight: 800;
  color: #03a9f4;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-1 .stat-number {
    font-size: 40px;
  }
}
.stats-section .statistic-table .statistic-content-div-1 .stat-text {
  font-size: 22px;
  color: #a0a2a2;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-1 .stat-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .stats-section .statistic-table .statistic-content-div-1 .stat-text {
    font-size: 16px;
  }
}
.stats-section .statistic-table .statistic-content-div-2 {
  position: absolute;
  top: 25%;
  right: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 5;
}
@media only screen and (max-width: 1025px) {
  .stats-section .statistic-table .statistic-content-div-2 {
    top: 15%;
    right: 10%;
  }
}
@media screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-2 {
    top: 7%;
    right: 5%;
    align-items: center;
  }
}
.stats-section .statistic-table .statistic-content-div-2 .stat-number {
  font-size: 50px;
  font-weight: 800;
  color: #03a9f4;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-2 .stat-number {
    text-align: center;
    font-size: 40px;
  }
}
.stats-section .statistic-table .statistic-content-div-2 .stat-text {
  font-size: 22px;
  color: #a0a2a2;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-2 .stat-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .stats-section .statistic-table .statistic-content-div-2 .stat-text {
    font-size: 16px;
  }
}
.stats-section .statistic-table .statistic-content-div-3 {
  position: absolute;
  bottom: 20%;
  left: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 5;
}
@media only screen and (max-width: 1025px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    bottom: 23%;
    left: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    left: 10%;
  }
}
@media only screen and (max-width: 650px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    left: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    bottom: 35%;
    left: 32%;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    left: 30%;
  }
}
@media only screen and (max-width: 340px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    left: 31%;
  }
}
@media only screen and (max-width: 290px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    left: 28%;
  }
}
@media only screen and (max-height: 400px) {
  .stats-section .statistic-table .statistic-content-div-3 {
    left: 10%;
  }
}
.stats-section .statistic-table .statistic-content-div-3 .stat-number {
  font-size: 50px;
  font-weight: 800;
  color: #03a9f4;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-3 .stat-number {
    font-size: 40px;
  }
}
.stats-section .statistic-table .statistic-content-div-3 .stat-text {
  font-size: 22px;
  color: #a0a2a2;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-3 .stat-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .stats-section .statistic-table .statistic-content-div-3 .stat-text {
    font-size: 16px;
  }
}
.stats-section .statistic-table .statistic-content-div-4 {
  position: absolute;
  bottom: 20%;
  right: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 5;
}
@media only screen and (max-width: 1025px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    bottom: 20%;
    right: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 10%;
  }
}
@media only screen and (max-width: 650px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 5%;
  }
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    bottom: 14%;
    right: 18%;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 19%;
  }
}
@media only screen and (max-width: 375px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 16%;
  }
}
@media only screen and (max-width: 365px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 13%;
  }
}
@media only screen and (max-width: 350px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 23%;
  }
}
@media only screen and (max-width: 340px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 21%;
  }
}
@media only screen and (max-width: 330px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 19%;
  }
}
@media only screen and (max-width: 300px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 15%;
  }
}
@media only screen and (max-height: 400px) {
  .stats-section .statistic-table .statistic-content-div-4 {
    right: 10%;
  }
}
.stats-section .statistic-table .statistic-content-div-4 .stat-number {
  font-size: 50px;
  font-weight: 800;
  color: #03a9f4;
  margin-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-4 .stat-number {
    text-align: center;
    font-size: 40px;
  }
}
.stats-section .statistic-table .statistic-content-div-4 .stat-text {
  font-size: 22px;
  color: #a0a2a2;
  margin-bottom: 0;
  width: 80%;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .stats-section .statistic-table .statistic-content-div-4 .stat-text {
    text-align: center;
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .stats-section .statistic-table .statistic-content-div-4 .stat-text {
    font-size: 16px;
  }
}
.stats-section .statistic-table .circle-1 {
  position: absolute;
  top: 14%;
  left: 36.5%;
  width: 400px;
  height: 400px;
  border: solid 1px #e8edef;
  border-radius: 50%;
  -webkit-animation: circles linear 5s infinite;
          animation: circles linear 5s infinite;
}
@media screen and (max-width: 1330px) {
  .stats-section .statistic-table .circle-1 {
    left: 34.5%;
  }
}
@media only screen and (max-width: 850px) {
  .stats-section .statistic-table .circle-1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .stats-section .statistic-table .circle-1 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .stats-section .statistic-table .circle-1 {
    left: -15.5%;
    top: 6%;
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-height: 500px) {
  .stats-section .statistic-table .circle-1 {
    display: none;
  }
}
@-webkit-keyframes circles {
  0% {
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes circles {
  0% {
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.stats-section .statistic-table .circle-2 {
  position: absolute;
  top: -1%;
  left: 30%;
  width: 600px;
  height: 600px;
  border: solid 1px #e8edef;
  border-radius: 50%;
  -webkit-animation: circles linear 5s infinite;
          animation: circles linear 5s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1330px) {
  .stats-section .statistic-table .circle-2 {
    left: 26.5%;
  }
}
@media only screen and (max-width: 850px) {
  .stats-section .statistic-table .circle-2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .stats-section .statistic-table .circle-2 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .stats-section .statistic-table .circle-2 {
    left: 3.5%;
    top: 17%;
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-height: 500px) {
  .stats-section .statistic-table .circle-2 {
    display: none;
  }
}
@keyframes circles {
  0% {
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.stats-section .statistic-table .circle-3 {
  position: absolute;
  top: -16%;
  left: 23.5%;
  width: 800px;
  height: 800px;
  border: solid 1px #e8edef;
  border-radius: 50%;
  -webkit-animation: circles linear 5s infinite;
          animation: circles linear 5s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 1330px) {
  .stats-section .statistic-table .circle-3 {
    left: 18%;
  }
}
@media only screen and (max-width: 850px) {
  .stats-section .statistic-table .circle-3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .stats-section .statistic-table .circle-3 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .stats-section .statistic-table .circle-3 {
    left: 14%;
    top: 23%;
    width: 270px;
    height: 270px;
  }
}
@media only screen and (max-height: 500px) {
  .stats-section .statistic-table .circle-3 {
    display: none;
  }
}
@keyframes circles {
  0% {
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.projects-section {
  padding: 5rem 0;
  margin: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .projects-section {
    margin: 0;
    padding: 2rem 0;
  }
}
@media only screen and (max-height: 500px) {
  .projects-section {
    margin: 0;
    padding: 2rem 0;
  }
}
.projects-section .projects-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 701px) and (max-width: 767px) {
  .projects-section .projects-container {
    max-width: 85%;
  }
}
.projects-section .projects-container .subtitle {
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .subtitle {
    font-size: 40px;
  }
}
.projects-section .projects-container .projects-content {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 1330px) {
  .projects-section .projects-container .projects-content {
    width: 95%;
  }
}
.projects-section .projects-container .projects-content .project-swiper-container {
  overflow: hidden;
}
.projects-section .projects-container .projects-content .industry-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card {
  position: relative;
  flex-basis: 44%;
  border-radius: 10px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-evenly;
  padding: 3rem 1rem;
  margin: 0 1rem;
  min-height: 16rem;
}
@media only screen and (max-width: 1199px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 42.8%;
    min-height: 20rem;
  }
}
@media only screen and (max-width: 1025px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 43%;
    min-height: 20rem;
  }
}
@media only screen and (min-height: 1024px) and (min-width: 1366px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 43%;
    min-height: 20rem;
  }
}
@media only screen and (max-width: 991px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 90.1%;
    min-height: 14rem;
  }
}
@media only screen and (max-width: 850px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 90.1%;
    min-height: 14rem;
  }
}
@media only screen and (max-width: 768px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 90.1%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 767px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 88.5%;
  }
}
@media only screen and (max-width: 700px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 87%;
  }
}
@media only screen and (max-width: 550px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 87%;
    min-height: 18rem;
  }
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 84%;
    padding: 2rem 1rem;
    margin: 0 1.3rem;
    min-height: 17rem;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 450px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    margin: 0 1.08rem;
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 370px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 330px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    margin: 0 0.75rem;
  }
}
@media only screen and (max-width: 300px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-height: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    min-height: 16rem;
    flex-basis: 90.3%;
  }
}
@media only screen and (max-height: 415px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 88.9%;
  }
}
@media only screen and (max-height: 411px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    min-height: 16rem;
    flex-basis: 90.3%;
  }
}
@media only screen and (max-height: 411px) and (max-width: 800px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 88.7%;
  }
}
@media only screen and (max-height: 400px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    min-height: 16rem;
    flex-basis: 90.2%;
  }
}
@media only screen and (max-height: 375px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    min-height: 16rem;
    flex-basis: 90.3%;
  }
}
@media only screen and (max-height: 375px) and (max-width: 670px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    flex-basis: 87%;
  }
}
@media only screen and (max-height: 370px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    min-height: 17rem;
    flex-basis: 88.8%;
  }
}
@media only screen and (max-height: 360px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card {
    min-height: 18rem;
    flex-basis: 87%;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 3px 60px 0 rgba(2, 34, 131, 0.19);
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-image {
    width: 50px;
    height: 50px;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-image img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-image img {
    width: 25px;
    height: 25px;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content {
  max-width: 60%;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content {
    max-width: 75%;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .card-title {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .card-title {
    font-size: 18px;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .card-description, .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content p {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .card-description, .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content p {
    font-size: 14px;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more {
  position: absolute;
  bottom: 0;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more {
    font-size: 14px;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more .learn-more-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more .learn-more-arrow {
    opacity: 1;
    margin-left: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more .learn-more-arrow {
    opacity: 1;
    margin-left: 1rem;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more:hover .learn-more-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 1rem;
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more:hover .learn-more-arrow {
    transition: 0s;
  }
}
@media only screen and (max-height: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .project-card .card-content .learn-more:hover .learn-more-arrow {
    transition: 0s;
  }
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  border-radius: 10px;
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .background-image.card-1 {
  background-color: #0474e5;
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .background-image.card-2 {
  background-color: #ff9800;
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .background-image.card-3 {
  background-color: #8bc34a;
}
.projects-section .projects-container .projects-content .industry-wrapper .project-card .background-image.card-4 {
  background-color: #f92c8b;
}
@media only screen and (max-width: 1199px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 42.8%;
    min-height: 17rem;
  }
}
@media only screen and (max-width: 991px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 90.1%;
    min-height: 14rem;
  }
}
@media only screen and (max-width: 850px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 14rem;
    flex-basis: 90.2%;
  }
}
@media only screen and (max-width: 768px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 90%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 767px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 88.5%;
  }
}
@media only screen and (max-width: 700px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 87%;
  }
}
@media only screen and (max-width: 550px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 16rem;
    flex-basis: 87.2%;
  }
}
@media only screen and (max-width: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 84%;
    padding: 2rem 1rem;
    margin: 0 1.3rem;
    min-height: 17rem;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 450px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    margin: 0 1.08rem;
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 370px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 330px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    margin: 0 0.75rem;
  }
}
@media only screen and (max-width: 300px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-height: 500px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 16rem;
    flex-basis: 90.3%;
  }
}
@media only screen and (max-height: 415px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 88.9%;
  }
}
@media only screen and (max-height: 411px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 16rem;
    flex-basis: 90.3%;
  }
}
@media only screen and (max-height: 411px) and (max-width: 800px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 88.7%;
  }
}
@media only screen and (max-height: 400px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 16rem;
    flex-basis: 90.2%;
  }
}
@media only screen and (max-height: 375px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 16rem;
    flex-basis: 90.3%;
  }
}
@media only screen and (max-height: 375px) and (max-width: 670px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    flex-basis: 87%;
  }
}
@media only screen and (max-height: 370px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 17rem;
    flex-basis: 88.8%;
  }
}
@media only screen and (max-height: 360px) {
  .projects-section .projects-container .projects-content .industry-wrapper .custom-card {
    min-height: 18rem;
    flex-basis: 87%;
  }
}
.projects-section .projects-container .projects-content .project-swiper-button-next {
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: 5;
}
@media screen and (max-width: 1330px) {
  .projects-section .projects-container .projects-content .project-swiper-button-next {
    left: -2%;
  }
}
.projects-section .projects-container .projects-content .project-swiper-button-prev {
  position: absolute;
  top: 50%;
  right: -5%;
  z-index: 5;
}
@media screen and (max-width: 1330px) {
  .projects-section .projects-container .projects-content .project-swiper-button-prev {
    right: -2%;
  }
}

.professional-banner-section {
  position: relative;
  height: 85vh;
  width: 100%;
  background-image: linear-gradient(to right, #0c6ed1 1%, #022283 73%);
  z-index: -2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-height: 650px) {
  .professional-banner-section {
    height: 100vh;
  }
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section {
    height: 60vh;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section {
    height: 60vh;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section {
    height: 60vh;
  }
}
@media only screen and (max-width: 370px) {
  .professional-banner-section {
    height: 80vh;
  }
}
@media only screen and (max-height: 550px) {
  .professional-banner-section {
    height: 500px;
  }
}
@media only screen and (max-height: 500px) {
  .professional-banner-section {
    height: 500px;
  }
}
.professional-banner-section .professional-banner {
  display: flex;
  justify-content: space-between;
  width: 75%;
  height: 50vh;
}
@media only screen and (max-height: 650px) {
  .professional-banner-section .professional-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner {
    height: 50vh;
    width: 90%;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner {
    height: 40vh;
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner {
    height: 40vh;
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 370px) {
  .professional-banner-section .professional-banner {
    height: 50vh;
  }
}
@media only screen and (max-height: 550px) {
  .professional-banner-section .professional-banner {
    height: 300px;
  }
}
@media only screen and (max-height: 500px) {
  .professional-banner-section .professional-banner {
    height: 300px;
  }
}
.professional-banner-section .professional-banner .professional-banner-content {
  max-width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 900px) and (min-height: 900px) {
  .professional-banner-section .professional-banner .professional-banner-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 350px) {
  .professional-banner-section .professional-banner .professional-banner-content {
    max-width: 90%;
  }
}
.professional-banner-section .professional-banner .professional-banner-content .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 3rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 1299px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 59px;
  }
}
@media only screen and (max-width: 900px) and (min-height: 900px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 22px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-height: 660px) {
  .professional-banner-section .professional-banner .professional-banner-content .title {
    margin-top: 0;
  }
}
.professional-banner-section .professional-banner .professional-banner-content .subtitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.professional-banner-section .professional-banner .professional-banner-slides {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) and (min-height: 900px) {
  .professional-banner-section .professional-banner .professional-banner-slides {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides {
    width: 100%;
    padding: 0;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .btn-1 {
  position: absolute;
  left: 100%;
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  border-radius: 10px;
  width: 30vh;
  transition: 0.5s;
  height: 19rem;
}
@media screen and (max-height: 685px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 35vh;
  }
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 18vh;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 28vh;
  }
}
@media only screen and (min-width: 1366px) and (min-height: 1024px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 22vh;
  }
}
@media only screen and (max-width: 1023px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 28vh;
  }
}
@media only screen and (max-width: 999px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 28vh;
  }
}
@media only screen and (max-width: 850px) and (min-height: 800px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 20vh;
  }
}
@media only screen and (max-width: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 24vh;
  }
}
@media only screen and (max-height: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 200px;
    height: 17rem;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 200px;
    height: 17rem;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 180px;
    height: 15rem;
  }
}
@media only screen and (max-width: 350px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide {
    width: 170px;
    height: 15rem;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
  display: flex;
  bottom: 8%;
  left: 22%;
  transform: scaleY(1);
  z-index: 5;
}
@media only screen and (min-width: 1025px) and (min-height: 800px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 12%;
  }
}
@media screen and (max-height: 685px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 5%;
  }
}
@media screen and (max-height: 650px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 16%;
  }
}
@media screen and (max-height: 600px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 12%;
  }
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 28%;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 11%;
  }
}
@media only screen and (min-width: 1366px) and (min-height: 1024px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 21%;
  }
}
@media only screen and (max-width: 1023px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 13%;
  }
}
@media only screen and (max-width: 999px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 12%;
  }
}
@media only screen and (max-width: 850px) and (min-height: 800px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 24%;
  }
}
@media only screen and (max-width: 810px) and (min-height: 800px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 20%;
    left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 16%;
  }
}
@media only screen and (max-height: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: 5%;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: -4rem;
    left: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current {
    bottom: -4rem;
    left: 35%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.current-animation {
  transform: scaleY(1);
  -webkit-animation: scale-1 linear 0.5s 1 5s;
          animation: scale-1 linear 0.5s 1 5s;
}
@-webkit-keyframes scale-1 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
@keyframes scale-1 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-1 {
  display: flex;
  z-index: 4;
  transform: scaleY(0.9);
  left: 12%;
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-1 {
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-1 {
    left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-1 {
    bottom: -4rem;
    left: 23%;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-1 {
    bottom: -4rem;
    left: 23%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-1-animation {
  -webkit-animation: scale-1 linear 0.5s 1 5s;
          animation: scale-1 linear 0.5s 1 5s;
}
@keyframes scale-1 {
  0% {
    transform: scaleY(1);
    left: 22%;
  }
  100% {
    transform: scaleY(0.9);
    left: 12%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-2 {
  display: flex;
  z-index: 3;
  transform: scaleY(0.8);
  left: 4%;
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-2 {
    left: -3%;
  }
}
@media only screen and (max-width: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-2 {
    left: -15%;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-2 {
    bottom: -4rem;
    left: 15%;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-2 {
    bottom: -4rem;
    left: 15%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.prev-2-animation {
  -webkit-animation: scale-2 linear 0.5s 1 5s;
          animation: scale-2 linear 0.5s 1 5s;
}
@-webkit-keyframes scale-2 {
  0% {
    transform: scaleY(0.9);
    left: 12%;
  }
  100% {
    transform: scaleY(0.8);
    left: 4%;
  }
}
@keyframes scale-2 {
  0% {
    transform: scaleY(0.9);
    left: 12%;
  }
  100% {
    transform: scaleY(0.8);
    left: 4%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next {
  display: flex;
  bottom: -50%;
  left: 22%;
  opacity: 0;
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next {
    bottom: -10%;
  }
}
@media only screen and (max-width: 999px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next {
    bottom: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next {
    left: 15%;
    bottom: -20%;
  }
}
@media only screen and (max-width: 550px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next {
    bottom: -8rem;
    left: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next {
    bottom: -5rem;
    left: 35%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide.next-animation {
  -webkit-animation: next-slide linear 0.5s 1 5s;
          animation: next-slide linear 0.5s 1 5s;
}
@-webkit-keyframes next-slide {
  0% {
    bottom: -50%;
    opacity: 0;
  }
  100% {
    bottom: -33%;
    opacity: 1;
  }
}
@keyframes next-slide {
  0% {
    bottom: -50%;
    opacity: 0;
  }
  100% {
    bottom: -33%;
    opacity: 1;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-image {
  border-radius: 10rem;
  margin-bottom: 1rem;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-image {
    width: 40%;
  }
}
@media only screen and (max-width: 1025px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-image {
    width: 40%;
  }
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-image {
    width: 40%;
  }
}
@media only screen and (max-height: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-image {
    width: 40%;
  }
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
  color: #181818;
  margin-bottom: 0;
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-designation {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  color: #767575;
  width: 80%;
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-current-project {
  font-size: 10px;
  font-weight: 800;
  color: #1f1f1f;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-company-logo {
  width: 20%;
}
@media only screen and (max-width: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-company-logo {
    width: 15%;
  }
}
@media only screen and (max-height: 500px) {
  .professional-banner-section .professional-banner .professional-banner-slides .profile-slide .profile-company-logo {
    width: 15%;
  }
}
.professional-banner-section .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.professional-banner-section .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
}

.features-section {
  padding: 3rem 0;
}
.features-section .features-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .features-section .features-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 850px) {
  .features-section .features-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .features-section .features-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 550px) {
  .features-section .features-container {
    max-width: 90%;
  }
}
@media only screen and (max-height: 500px) {
  .features-section .features-container {
    flex-direction: column;
    max-width: 90%;
  }
}
.features-section .features-container .device-container {
  flex-basis: 55%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
@media only screen and (max-width: 992px) {
  .features-section .features-container .device-container {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .features-section .features-container .device-container {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .features-section .features-container .device-container {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-height: 500px) {
  .features-section .features-container .device-container {
    padding: 5rem 0;
    margin-bottom: 3rem;
  }
}
.features-section .features-container .device-container .screen-image {
  width: 100%;
  height: 100%;
  display: none;
}
.features-section .features-container .device-container .active-image {
  display: block;
}
.features-section .features-container .device-container .features-dots-container {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  width: 40%;
}
.features-section .features-container .device-container .features-dots-container .dot {
  height: 10px;
  width: 10px;
  background-color: #c7c5c5;
  border-radius: 50%;
  cursor: pointer;
}
.features-section .features-container .device-container .features-dots-container .dot.active-dot {
  background-color: #03a9f4;
}
.features-section .features-container .content-container {
  flex-basis: 40%;
}
@media only screen and (max-width: 992px) {
  .features-section .features-container .content-container {
    padding: 0 1rem;
    width: 85%;
  }
}
@media only screen and (max-width: 850px) {
  .features-section .features-container .content-container {
    padding: 0 1rem;
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .features-section .features-container .content-container {
    padding: 0 1rem;
    width: 85%;
  }
}
@media only screen and (max-width: 540px) {
  .features-section .features-container .content-container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-height: 500px) {
  .features-section .features-container .content-container {
    width: 100%;
  }
}
.features-section .features-container .content-container .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #161515;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  .features-section .features-container .content-container .title {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 850px) {
  .features-section .features-container .content-container .title {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .features-section .features-container .content-container .title {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-height: 500px) {
  .features-section .features-container .content-container .title {
    font-size: 40px;
    text-align: center;
  }
}
.features-section .features-container .content-container .subtitle {
  font-size: 18px;
  line-height: 1.44;
  text-align: left;
  color: #707070;
  margin-bottom: 1rem;
}
.features-section .features-container .content-container .accordion .accordion-item, .features-section .features-container .content-container .accordion .accordian-item, .features-section .features-container .content-container .accordian .accordion-item, .features-section .features-container .content-container .accordian .accordian-item {
  border-radius: 10px;
  border: solid 1px #fff;
  box-shadow: 0 3px 60px 0 rgba(2, 34, 131, 0.15);
  background-color: #ffffff;
  margin-bottom: 0.5rem;
}
.features-section .features-container .content-container .accordion .accordion-item .accordion-header, .features-section .features-container .content-container .accordion .accordion-item .accordian-header, .features-section .features-container .content-container .accordion .accordian-item .accordion-header, .features-section .features-container .content-container .accordion .accordian-item .accordian-header, .features-section .features-container .content-container .accordian .accordion-item .accordion-header, .features-section .features-container .content-container .accordian .accordion-item .accordian-header, .features-section .features-container .content-container .accordian .accordian-item .accordion-header, .features-section .features-container .content-container .accordian .accordian-item .accordian-header {
  border: solid 0px #fff;
  border-radius: 10px;
}
.features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordian-button {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  -webkit-appearance: none;
  border: solid 0px #fff;
  outline: none;
  background-color: transparent;
  box-shadow: none !important;
  padding: 1rem 1.25rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordian-button {
    font-size: 15px;
  }
}
@media only screen and (max-height: 500px) {
  .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordian-button, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordion-button, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordian-button, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordion-button, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordian-button {
    font-size: 15px;
  }
}
.features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordian-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordion-button:not(.collapsed):after, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordian-button:not(.collapsed):after {
  content: "";
  position: absolute;
  right: 3%;
  top: 35%;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordion-item .accordion-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordion-item .accordian-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordian-item .accordion-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordion .accordian-item .accordian-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordion-item .accordion-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordion-item .accordian-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordian-item .accordion-header .accordian-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordion-button.active-accordian:after, .features-section .features-container .content-container .accordian .accordian-item .accordian-header .accordian-button.active-accordian:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.features-section .features-container .content-container .accordion .accordion-item .accordion-collapse, .features-section .features-container .content-container .accordion .accordion-item .accordian-collapse, .features-section .features-container .content-container .accordion .accordian-item .accordion-collapse, .features-section .features-container .content-container .accordion .accordian-item .accordian-collapse, .features-section .features-container .content-container .accordian .accordion-item .accordion-collapse, .features-section .features-container .content-container .accordian .accordion-item .accordian-collapse, .features-section .features-container .content-container .accordian .accordian-item .accordion-collapse, .features-section .features-container .content-container .accordian .accordian-item .accordian-collapse {
  border: solid 1px #fff;
  color: #707070;
  padding: 0 1.25rem 1rem;
  display: none;
}
@media only screen and (max-width: 500px) {
  .features-section .features-container .content-container .accordion .accordion-item .accordion-collapse, .features-section .features-container .content-container .accordion .accordion-item .accordian-collapse, .features-section .features-container .content-container .accordion .accordian-item .accordion-collapse, .features-section .features-container .content-container .accordion .accordian-item .accordian-collapse, .features-section .features-container .content-container .accordian .accordion-item .accordion-collapse, .features-section .features-container .content-container .accordian .accordion-item .accordian-collapse, .features-section .features-container .content-container .accordian .accordian-item .accordion-collapse, .features-section .features-container .content-container .accordian .accordian-item .accordian-collapse {
    font-size: 15px;
  }
}
@media only screen and (max-height: 500px) {
  .features-section .features-container .content-container .accordion .accordion-item .accordion-collapse, .features-section .features-container .content-container .accordion .accordion-item .accordian-collapse, .features-section .features-container .content-container .accordion .accordian-item .accordion-collapse, .features-section .features-container .content-container .accordion .accordian-item .accordian-collapse, .features-section .features-container .content-container .accordian .accordion-item .accordion-collapse, .features-section .features-container .content-container .accordian .accordion-item .accordian-collapse, .features-section .features-container .content-container .accordian .accordian-item .accordion-collapse, .features-section .features-container .content-container .accordian .accordian-item .accordian-collapse {
    font-size: 15px;
  }
}
.features-section .features-container .content-container .accordion .accordion-item .accordion-collapse .accordion-body, .features-section .features-container .content-container .accordion .accordion-item .accordion-collapse .accordian-body, .features-section .features-container .content-container .accordion .accordion-item .accordian-collapse .accordion-body, .features-section .features-container .content-container .accordion .accordion-item .accordian-collapse .accordian-body, .features-section .features-container .content-container .accordion .accordian-item .accordion-collapse .accordion-body, .features-section .features-container .content-container .accordion .accordian-item .accordion-collapse .accordian-body, .features-section .features-container .content-container .accordion .accordian-item .accordian-collapse .accordion-body, .features-section .features-container .content-container .accordion .accordian-item .accordian-collapse .accordian-body, .features-section .features-container .content-container .accordian .accordion-item .accordion-collapse .accordion-body, .features-section .features-container .content-container .accordian .accordion-item .accordion-collapse .accordian-body, .features-section .features-container .content-container .accordian .accordion-item .accordian-collapse .accordion-body, .features-section .features-container .content-container .accordian .accordion-item .accordian-collapse .accordian-body, .features-section .features-container .content-container .accordian .accordian-item .accordion-collapse .accordion-body, .features-section .features-container .content-container .accordian .accordian-item .accordion-collapse .accordian-body, .features-section .features-container .content-container .accordian .accordian-item .accordian-collapse .accordion-body, .features-section .features-container .content-container .accordian .accordian-item .accordian-collapse .accordian-body {
  padding-top: 0.2rem;
}

.talent-section {
  padding: 3rem 0;
  background-color: #eff6fc;
}
.talent-section .talent-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .talent-section .talent-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 850px) {
  .talent-section .talent-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 550px) {
  .talent-section .talent-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 500px) {
  .talent-section .talent-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-height: 500px) {
  .talent-section .talent-container {
    flex-direction: column-reverse;
  }
}
.talent-section .talent-container .talents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 45%;
}
@media only screen and (max-width: 992px) {
  .talent-section .talent-container .talents {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 850px) {
  .talent-section .talent-container .talents {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 550px) {
  .talent-section .talent-container .talents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  .talent-section .talent-container .talents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-height: 500px) {
  .talent-section .talent-container .talents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.talent-section .talent-container .talents .talent {
  flex-basis: 47%;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 3px 40px 0 rgba(2, 34, 131, 0.25);
  background-color: #ffffff;
  padding: 1rem;
}
@media only screen and (max-width: 992px) {
  .talent-section .talent-container .talents .talent {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 850px) {
  .talent-section .talent-container .talents .talent {
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 550px) {
  .talent-section .talent-container .talents .talent {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .talent-section .talent-container .talents .talent {
    width: 80%;
  }
}
@media only screen and (max-height: 500px) {
  .talent-section .talent-container .talents .talent {
    width: 80%;
  }
}
.talent-section .talent-container .talents .talent.card-1 {
  border-left: solid 7px #03a9f4;
}
.talent-section .talent-container .talents .talent.card-2 {
  border-left: solid 7px #8bc34a;
}
.talent-section .talent-container .talents .talent.card-3 {
  border-left: solid 7px #ff9800;
}
.talent-section .talent-container .talents .talent.card-4 {
  border-left: solid 7px #f92c8b;
}
.talent-section .talent-container .talents .talent .talent-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 0.5rem;
}
.talent-section .talent-container .talents .talent .talent-subtitle {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #707070;
  margin-bottom: 0.5rem;
}
.talent-section .talent-container .talent-title-container {
  flex-basis: 45%;
  display: flex;
  justify-content: center;
}
.talent-section .talent-container .talent-title-container .title {
  font-size: 50px;
  font-weight: bold;
  color: #0474e5;
  text-align: right;
  width: 60%;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-height: 500px) {
  .talent-section .talent-container .talent-title-container .title {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
}

.roles-section {
  padding: 5rem 0;
  position: relative;
  background-color: #fff;
}
.roles-section .roles-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75%;
}
@media only screen and (max-width: 1025px) {
  .roles-section .roles-container {
    width: 85%;
  }
}
@media only screen and (max-width: 550px) {
  .roles-section .roles-container {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .roles-section .roles-container {
    width: 90%;
    max-width: 90%;
  }
}
@media only screen and (max-height: 500px) {
  .roles-section .roles-container {
    width: 90%;
    max-width: 90%;
  }
}
.roles-section .roles-container .title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 850px) {
  .roles-section .roles-container .title {
    font-size: 34px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .roles-section .roles-container .title {
    font-size: 34px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .roles-section .roles-container .title {
    font-size: 34px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .roles-section .roles-container .title {
    font-size: 34px;
    margin-bottom: 2rem;
  }
}
.roles-section .roles-container .roles-offered {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 550px) {
  .roles-section .roles-container .roles-offered {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .roles-section .roles-container .roles-offered {
    flex-direction: column;
  }
}
.roles-section .roles-container .roles-offered .role {
  border-radius: 10px;
  box-shadow: 0 3px 70px 0 rgba(2, 34, 131, 0.15);
  background-color: #ffffff;
  padding: 1rem;
  flex-basis: 31%;
  margin-bottom: 2rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 992px) {
  .roles-section .roles-container .roles-offered .role {
    flex-basis: 47%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 850px) {
  .roles-section .roles-container .roles-offered .role {
    flex-basis: 47%;
  }
}
@media only screen and (max-height: 500px) {
  .roles-section .roles-container .roles-offered .role {
    margin-right: 0;
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .roles-section .roles-container .roles-offered .role {
    flex-basis: 47%;
  }
}
.roles-section .roles-container .roles-offered .role .role-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  height: 3rem;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 2rem;
  margin-right: 1rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-1 {
  background-color: #03a9f452;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-2 {
  background-color: #8bc34a52;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-3 {
  background-color: #ff980052;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-4 {
  background-color: #f92c8b52;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-5 {
  background-color: #c810ee52;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-6 {
  background-color: #f4e30352;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-7 {
  background-color: #8ff90352;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-8 {
  background-color: #ff1e1e52;
}
.roles-section .roles-container .roles-offered .role .role-header .role-logo.card-9 {
  background-color: #07ddfe52;
}
.roles-section .roles-container .roles-offered .role .role-header .role-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 0;
}
@media only screen and (max-width: 550px) {
  .roles-section .roles-container .roles-offered .role .role-header .role-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .roles-section .roles-container .roles-offered .role .role-header .role-title {
    font-size: 15px;
  }
}
@media only screen and (max-height: 500px) {
  .roles-section .roles-container .roles-offered .role .role-header .role-title {
    font-size: 15px;
  }
}
.roles-section .roles-container .roles-offered .role .role-description {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #707070;
  margin-bottom: 0.5rem;
}
.roles-section .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0.08;
}

.profiles-section {
  padding: 3rem 0;
  transition: all 500ms ease-in-out;
  background-color: transparent;
}
.profiles-section .profiles-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(2, 34, 131, 0.22);
  background-image: linear-gradient(108deg, #0474e5 3%, #022283 98%);
  padding: 5rem;
  width: 75%;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width: 1025px) {
  .profiles-section .profiles-container {
    width: 85%;
  }
}
@media only screen and (max-width: 550px) {
  .profiles-section .profiles-container {
    width: 80%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .profiles-section .profiles-container {
    width: 80%;
    padding: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .profiles-section .profiles-container {
    width: 80%;
    padding: 1rem;
  }
}
.profiles-section .profiles-container .title {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 550px) {
  .profiles-section .profiles-container .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .profiles-section .profiles-container .title {
    font-size: 30px;
  }
}
@media only screen and (max-height: 500px) {
  .profiles-section .profiles-container .title {
    font-size: 30px;
  }
}
.profiles-section .profiles-container .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.profiles-section .profiles-container .content .wpcf7 {
  width: 100%;
}
.profiles-section .profiles-container .content .dropdown, .profiles-section .profiles-container .content .dropdown-2 {
  font-size: 14px;
  border-radius: 30px;
  border: solid 1px #707070;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  outline: none;
  color: #7d809d;
  position: relative;
  border: solid 1px #fff;
}
@media only screen and (max-width: 550px) {
  .profiles-section .profiles-container .content .dropdown, .profiles-section .profiles-container .content .dropdown-2 {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .profiles-section .profiles-container .content .dropdown, .profiles-section .profiles-container .content .dropdown-2 {
    font-size: 12px;
  }
}
@media only screen and (max-height: 500px) {
  .profiles-section .profiles-container .content .dropdown, .profiles-section .profiles-container .content .dropdown-2 {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
.profiles-section .profiles-container .content .dropdown option, .profiles-section .profiles-container .content .dropdown-2 option {
  color: #7d809d;
  border-radius: 30px;
  border: solid 1px #707070;
  background-color: #ffffff;
}
.profiles-section .profiles-container .content .dropdown option[disabled]:first-child, .profiles-section .profiles-container .content .dropdown-2 option[disabled]:first-child {
  display: none;
}
.profiles-section .profiles-container .content .dropdown .dropdown-arrow, .profiles-section .profiles-container .content .dropdown-2 .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.profiles-section .profiles-container .content .dropdown {
  flex-basis: 48%;
}
@media only screen and (max-width: 550px) {
  .profiles-section .profiles-container .content .dropdown {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .profiles-section .profiles-container .content .dropdown {
    flex-basis: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .profiles-section .profiles-container .content .dropdown {
    flex-basis: 100%;
  }
}
.profiles-section .profiles-container .content .dropdown-2 {
  flex-basis: 100%;
  background-position-x: 97.5%;
}
.profiles-section .profiles-container .content input {
  font-size: 14px;
  border-radius: 30px;
  border: solid 1px #fff;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  outline: none;
  color: #7d809d;
  position: relative;
  width: 100%;
}
.profiles-section .profiles-container .content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d809d;
}
.profiles-section .profiles-container .content input::-moz-placeholder {
  color: #7d809d;
}
.profiles-section .profiles-container .content input::placeholder {
  color: #7d809d;
}
@media only screen and (max-width: 550px) {
  .profiles-section .profiles-container .content input {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .profiles-section .profiles-container .content input {
    font-size: 12px;
  }
}
@media only screen and (max-height: 500px) {
  .profiles-section .profiles-container .content input {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.profiles-section .profiles-container .content .custom-select {
  position: relative;
}
.profiles-section .profiles-container .content .custom-select select {
  display: none;
}
.profiles-section .profiles-container .content .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(http://dpiper.3mindstesting.com/wp-content/themes/datapiper/assets/images/footer/arr-dropdown.svg) no-repeat right #fff;
  background-position-x: 99%;
}
.profiles-section .profiles-container .content .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.profiles-section .profiles-container .content .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(2, 34, 131, 0.3);
  background-color: #fff;
  max-height: 900px;
  visibility: unset;
  transform: scaleY(1);
  transform-origin: top center;
  transition: 0.5s;
}
.profiles-section .profiles-container .content .select-items div {
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.5rem 1rem;
  background-color: white;
}
.profiles-section .profiles-container .content .select-items div:hover {
  background-color: #edf4fa;
  color: #0474e5;
}
.profiles-section .profiles-container .content .select-items div:first-child {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.profiles-section .profiles-container .content .select-items div:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.profiles-section .profiles-container .content .select-hide {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transform: scaleY(0);
}
.profiles-section .profiles-container .content .same-as-selected {
  background-color: white;
}
.profiles-section .profiles-container .submit-btn {
  display: flex;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.8rem 2rem;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 550px) {
  .profiles-section .profiles-container .submit-btn {
    font-size: 12px;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .profiles-section .profiles-container .submit-btn {
    font-size: 12px;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .profiles-section .profiles-container .submit-btn {
    font-size: 12px;
    justify-content: center;
    width: 100%;
  }
}
.profiles-section .profiles-container .submit-btn .contact-arrow {
  opacity: 0;
  margin-left: 0rem;
  transition: 0.3s;
}
.profiles-section .profiles-container .submit-btn:hover .contact-arrow {
  opacity: 1;
  transition: 0.3s;
  margin-left: 0.5rem;
}

.case-study-section {
  padding: 5rem 0;
  background-image: linear-gradient(to bottom, #edf4fa, #ffffff);
}
@media only screen and (max-width: 500px) {
  .case-study-section {
    padding: 3rem 0;
  }
}
@media only screen and (max-height: 500px) {
  .case-study-section {
    padding: 3rem 0 0;
  }
}
.case-study-section .case-study-container {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media only screen and (max-width: 1025px) {
  .case-study-section .case-study-container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .case-study-section .case-study-container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container {
    width: 90%;
  }
}
.case-study-section .case-study-container .title {
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .title {
    font-size: 40px;
  }
}
.case-study-section .case-study-container .content {
  display: flex;
  flex-direction: column;
}
.case-study-section .case-study-container .content .nav-tabs {
  border: 0;
  margin: 0;
}
.case-study-section .case-study-container .content .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 1px #f4f8fc;
  padding: 1rem 2rem;
  transition: 0s;
  -webkit-appearance: none;
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 1rem 0.8rem;
  }
}
.case-study-section .case-study-container .content .nav-tabs .nav-item .nav-link:hover {
  background-color: #F7FAFD;
  border: solid 1px #f7fafd;
}
.case-study-section .case-study-container .content .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  border: solid 1px #fff;
}
.case-study-section .case-study-container .content .nav-tabs .nav-item .cloud-case-link {
  border: solid 1px #fff;
}
.case-study-section .case-study-container .content .nav-tabs .nav-item .cloud-case-link:hover {
  background-color: #F7FAFD;
  border: solid 1px #f7fafd;
}
.case-study-section .case-study-container .content .nav-tabs .nav-item .cloud-case-link.active {
  background-color: #fff;
  border: solid 1px #fff;
  box-shadow: 0 -5px 50px 0 rgba(2, 34, 131, 0.15);
  isolation: revert;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(2, 34, 131, 0.15);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media only screen and (max-width: 850px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content {
    padding: 1rem;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1225px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1025px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header {
    flex-direction: column-reverse;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .header-title {
  flex-basis: 48%;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 1225px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .header-title {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .header-title {
    font-size: 22px;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content {
  flex-basis: 48%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem;
  background-color: #f2f8fd;
}
@media only screen and (max-width: 1225px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content {
    flex-basis: 60%;
    background-color: #fff;
    margin-bottom: 2rem;
    justify-content: space-between;
    padding: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content {
    background-color: #fff;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .logo {
  width: 15%;
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .logo {
    width: 30%;
    margin-right: 5rem;
    margin-bottom: 2rem;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .logo-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .logo-title {
    font-size: 25px;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .logo-title {
    width: 30%;
    margin-right: 4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .info {
    width: 48%;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .info .info-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #333;
  text-align: left;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .tab-header .industry-content .info .info-content {
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: left;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.72px;
  text-align: left;
  color: #4f4e4e;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description {
    flex-direction: column;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col {
  flex-basis: 48%;
}
@media only screen and (max-width: 500px) {
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col {
    margin-bottom: 1rem;
  }
  .case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col:last-child {
    margin-bottom: 0;
  }
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col p {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #484848;
  margin-bottom: 1rem;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col .description-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.72px;
  text-align: left;
  color: #4f4e4e;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col ul {
  margin: 0 0 1rem 0;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col ul li {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #161515;
}
.case-study-section .case-study-container .content .tab-content .case-study-tab-content .case-study-content .description .description-col ul li::marker {
  color: #03a9f4;
}

.cloud-case-study {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

.analytics-features-section {
  padding: 5rem 0 0;
  position: relative;
}
@media only screen and (max-width: 550px) {
  .analytics-features-section {
    padding: 3rem 0;
  }
}
.analytics-features-section .parent-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1025px) {
  .analytics-features-section .parent-container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .analytics-features-section .parent-container {
    max-width: 90%;
  }
}
.analytics-features-section .parent-container .title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  color: #161515;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 550px) {
  .analytics-features-section .parent-container .title {
    font-size: 40px;
  }
}
.analytics-features-section .parent-container .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  padding: 5rem 0 2rem;
}
@media only screen and (max-width: 1025px) {
  .analytics-features-section .parent-container .content {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .analytics-features-section .parent-container .content {
    flex-direction: column;
    padding: 3rem 0 0;
  }
}
.analytics-features-section .parent-container .content .feature-card {
  flex-basis: 23%;
  background-image: linear-gradient(to right, #fff 10%, #fff 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 30px 0 rgba(2, 34, 131, 0.15);
  padding: 1rem 1.5rem;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .analytics-features-section .parent-container .content .feature-card {
    flex-basis: 47%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1025px) {
  .analytics-features-section .parent-container .content .feature-card {
    flex-basis: 47%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .analytics-features-section .parent-container .content .feature-card {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.analytics-features-section .parent-container .content .feature-card:hover {
  box-shadow: 0 5px 35px 0 rgba(2, 34, 131, 0.15);
}
.analytics-features-section .parent-container .content .feature-card:hover .card-image img {
  filter: brightness(0) invert(1);
}
.analytics-features-section .parent-container .content .feature-card:hover.card-1 {
  background-image: linear-gradient(to right, #4BC6FE 10%, #03A9F4 100%);
}
.analytics-features-section .parent-container .content .feature-card:hover.card-1 .checkmark-container {
  background-color: #b9e8fd;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-1 .checkmark-container .fa-check-circle {
  color: #b9e8fd;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-2 {
  background-image: linear-gradient(to right, #8BC34A 10%, #B9EA80 100%);
}
.analytics-features-section .parent-container .content .feature-card:hover.card-2 .checkmark-container {
  background-color: #e9f9d5;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-2 .checkmark-container .fa-check-circle {
  color: #e9f9d5;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-3 {
  background-image: linear-gradient(to right, #FF9800 10%, #F9B146 100%);
}
.analytics-features-section .parent-container .content .feature-card:hover.card-3 .checkmark-container {
  background-color: #fde7c6;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-3 .checkmark-container .fa-check-circle {
  color: #fde7c6;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-4 {
  background-image: linear-gradient(to right, #F92C8B 10%, #F566A8 100%);
}
.analytics-features-section .parent-container .content .feature-card:hover.card-4 .checkmark-container {
  background-color: #ffd2e7;
}
.analytics-features-section .parent-container .content .feature-card:hover.card-4 .checkmark-container .fa-check-circle {
  color: #ffd2e7;
}
.analytics-features-section .parent-container .content .feature-card:hover .card-content .card-description {
  color: #ffffff;
}
.analytics-features-section .parent-container .content .feature-card:hover .checkmark-container {
  opacity: 1;
  transition: 0.3s;
}
.analytics-features-section .parent-container .content .feature-card .card-image {
  width: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.analytics-features-section .parent-container .content .feature-card .card-image img {
  width: auto;
  height: 40px;
}
.analytics-features-section .parent-container .content .feature-card .card-content .card-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
}
.analytics-features-section .parent-container .content .feature-card .card-content .card-description {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.analytics-features-section .parent-container .content .feature-card .checkmark-container {
  position: absolute;
  top: -11px;
  right: 15px;
  text-align: center;
  border-radius: 1rem;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.analytics-features-section .parent-container .content .feature-card .checkmark-container .fa-check-circle {
  color: #e8edef;
  font-size: 30px;
}
.analytics-features-section .waves-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-height: 550px) {
  .analytics-features-section .waves-image {
    height: 60%;
  }
}
@media only screen and (max-width: 550px) {
  .analytics-features-section .waves-image {
    height: 20%;
  }
}

.analytics-offerings-section {
  padding: 5rem 0;
  position: relative;
  background-image: linear-gradient(to bottom, #edf4fa, #ffffff);
}
@media only screen and (max-width: 550px) {
  .analytics-offerings-section {
    padding: 3rem 0;
  }
}
.analytics-offerings-section .analytics-offerings-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .analytics-offerings-section .analytics-offerings-container {
    width: 70%;
  }
}
@media only screen and (max-width: 1025px) {
  .analytics-offerings-section .analytics-offerings-container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .analytics-offerings-section .analytics-offerings-container {
    max-width: 90%;
  }
}
.analytics-offerings-section .analytics-offerings-container .title {
  font-size: 60px;
  font-weight: bold;
  color: #0474e5;
  text-align: center;
  margin-bottom: 5rem;
}
.analytics-offerings-section .analytics-offerings-container .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  .analytics-offerings-section .analytics-offerings-container .content {
    flex-direction: column;
  }
}
.analytics-offerings-section .analytics-offerings-container .content .offering {
  flex-basis: 48%;
  border-radius: 10px;
  box-shadow: 0 3px 70px 0 rgba(2, 34, 131, 0.15);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 550px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering {
    margin-bottom: 2rem;
    min-height: unset;
  }
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content {
  display: flex;
  background-image: linear-gradient(to top, #edf4fb 1%, #fff 30%);
  border-radius: 10px;
  padding: 1rem;
  min-height: 12rem;
}
@media only screen and (max-width: 1210px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content {
    min-height: 13rem;
  }
}
@media only screen and (max-width: 680px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content {
    min-height: 15rem;
  }
}
@media only screen and (max-width: 580px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content {
    min-height: 16rem;
  }
}
@media only screen and (max-width: 570px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content {
    min-height: 17rem;
  }
}
@media only screen and (max-width: 550px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content {
    min-height: unset;
  }
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-image {
  width: 40%;
  display: flex;
  align-items: flex-start;
  margin-right: 0.5rem;
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-image img {
  width: 80%;
}
@media only screen and (max-width: 1025px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-image {
    width: 70%;
  }
}
@media only screen and (max-width: 550px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-image {
    width: 20%;
  }
}
@media only screen and (max-width: 500px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-image {
    width: 70%;
  }
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-content .card-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-content .card-title {
    font-size: 18px;
  }
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-content .card-content .card-description {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-footer {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-footer .learn-more {
  font-size: 14px;
  font-weight: bold;
  color: #858181;
  margin-bottom: 0;
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-footer .checkmark-container {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #c7c5c5;
  width: 25px;
  height: 25px;
  /* display: flex; */
  text-align: center;
  /* padding: 5px; */
  border-radius: 1rem;
}
.analytics-offerings-section .analytics-offerings-container .content .offering .offering-card-footer .checkmark-container p {
  color: #fff;
  margin: 0;
}

.cloud-banner-section {
  position: relative;
  height: 85vh;
  width: 100%;
  background-image: linear-gradient(to right, #0c6ed1 1%, #022283 73%);
  z-index: -2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-height: 650px) {
  .cloud-banner-section {
    height: 100vh;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-banner-section {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .cloud-banner-section {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .cloud-banner-section {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 500px) {
  .cloud-banner-section {
    height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-banner-section {
    height: 60vh;
    align-items: center;
  }
}
@media only screen and (max-width: 330px) {
  .cloud-banner-section {
    height: 65vh;
  }
}
@media only screen and (max-width: 300px) {
  .cloud-banner-section {
    height: 55vh;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-banner-section {
    height: 500px;
    align-items: center;
  }
}
.cloud-banner-section .cloud-banner {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media only screen and (max-width: 1025px) {
  .cloud-banner-section .cloud-banner {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .cloud-banner-section .cloud-banner {
    width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .cloud-banner-section .cloud-banner {
    width: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
  }
}
@media only screen and (max-width: 300px) {
  .cloud-banner-section .cloud-banner {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-banner-section .cloud-banner {
    height: 300px;
    justify-content: center;
  }
}
.cloud-banner-section .cloud-banner .cloud-banner-content {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content {
    max-width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content {
    max-width: 60%;
  }
}
.cloud-banner-section .cloud-banner .cloud-banner-content .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 3rem;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1299px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content .title {
    font-size: 59px;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content .title {
    font-size: 33px;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 300px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content .title {
    font-size: 45px;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cloud-banner-section .cloud-banner .cloud-banner-content .subtitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content .subtitle {
    text-align: center;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-content .subtitle {
    text-align: center;
  }
}
.cloud-banner-section .cloud-banner .cloud-banner-image {
  max-width: 55%;
}
@media only screen and (max-width: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-image {
    max-width: 80%;
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-banner-section .cloud-banner .cloud-banner-image {
    display: none;
  }
}
.cloud-banner-section .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.cloud-banner-section .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
}

.google-cloud-section {
  background-color: #f5f9fd;
  padding: 1rem 0 12rem;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .google-cloud-section {
    padding: 5rem 0 5rem;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section {
    padding: 5rem 0 5rem;
  }
}
.google-cloud-section .google-cloud-container {
  display: flex;
  max-width: 90%;
}
@media only screen and (max-width: 992px) {
  .google-cloud-section .google-cloud-container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .google-cloud-section .google-cloud-container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .google-cloud-section .google-cloud-container {
    flex-direction: column;
    align-items: center;
    max-width: unset;
  }
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .google-cloud-container {
    flex-direction: column;
    align-items: center;
    max-width: unset;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .google-cloud-container {
    align-items: center;
    max-width: 90%;
  }
}
.google-cloud-section .google-cloud-container .specialization-container {
  flex-basis: 61%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .google-cloud-section .google-cloud-container .specialization-container {
    margin-bottom: 3rem;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container {
    margin-bottom: 1rem;
    justify-content: space-around;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container {
    margin-bottom: 1rem;
    justify-content: space-around;
  }
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0;
}
@media only screen and (max-width: 850px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 550px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-title {
    font-size: 18px;
    text-align: center;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-title {
    font-size: 18px;
    text-align: center;
  }
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent {
  filter: drop-shadow(0px 11px 8px rgba(2, 34, 131, 0.23));
  flex-basis: 33%;
  margin-right: 2rem;
}
@media only screen and (max-width: 700px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent {
    margin-right: 0;
    padding: 0;
    width: 48%;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent {
    margin-right: 0;
    padding: 0;
    width: 48%;
  }
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem 5rem;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(2, 34, 131, 0.23);
  margin-right: 0rem;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
          clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization {
    padding: 0 1rem 5rem;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization {
    padding: 0 1rem 5rem;
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
            clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization:after {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(2, 34, 131, 0.23);
  -webkit-clip-path: polygon(100% 0, 0 0, 51% 30%);
          clip-path: polygon(100% 0, 0 0, 51% 30%);
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .specialization-badge {
  background-color: #0474e5;
  padding: 0.5rem;
  color: #fff;
  margin-bottom: 2rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .specialization-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .specialization-title {
    font-size: 18px;
  }
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .divider {
  width: 10%;
  height: 1px;
  border: solid 1px #7070706e;
  margin-bottom: 1rem;
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-logo {
  margin-bottom: 1rem;
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-logo {
    width: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-logo {
    width: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-logo {
    width: 45px;
  }
}
.google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-text-logo {
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-text-logo {
    width: 120px;
  }
}
@media only screen and (max-width: 1025px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-text-logo {
    width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .google-cloud-container .specialization-container .specialization-parent .specialization .cloud-platform-text-logo {
    width: 100px;
  }
}
.google-cloud-section .google-cloud-container .logo-container {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .google-cloud-container .logo-container {
    width: 75%;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .google-cloud-container .logo-container {
    width: 75%;
  }
}
.google-cloud-section .cloud-background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 50%;
}
@media only screen and (max-width: 700px) {
  .google-cloud-section .cloud-background {
    height: 15%;
  }
}
@media only screen and (max-width: 500px) {
  .google-cloud-section .cloud-background {
    height: 15%;
  }
}
@media only screen and (max-height: 500px) {
  .google-cloud-section .cloud-background {
    height: 30%;
  }
}

.expertise-section {
  padding: 5rem 0;
}
@media only screen and (max-width: 500px) {
  .expertise-section {
    padding: 3rem 0;
  }
}
.expertise-section .expertise-container {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .expertise-section .expertise-container {
    width: 90%;
  }
}
@media only screen and (max-width: 850px) {
  .expertise-section .expertise-container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .expertise-section .expertise-container {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container {
    width: 100%;
  }
}
.expertise-section .expertise-container .expertise-section-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.83;
  color: #0474e5;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container .expertise-section-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.expertise-section .expertise-container .expertise-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container .expertise-content {
    padding: 0 0.5rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-1 {
    margin-bottom: 1rem;
  }
}
.expertise-section .expertise-container .expertise-content .expertise-col-1, .expertise-section .expertise-container .expertise-content .expertise-col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 30%;
}
@media only screen and (max-width: 700px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-1, .expertise-section .expertise-container .expertise-content .expertise-col-3 {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-1, .expertise-section .expertise-container .expertise-content .expertise-col-3 {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-1, .expertise-section .expertise-container .expertise-content .expertise-col-3 {
    flex-basis: 45%;
  }
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 70px 0 rgba(2, 34, 131, 0.15);
  margin-bottom: 2rem;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(to right, #fff 10%, #fff 100%);
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-height: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise {
    margin-bottom: 1rem;
  }
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise:last-child, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise:last-child {
  margin-bottom: 0;
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise:before, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 10px;
  opacity: 0;
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise:hover, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise:hover {
  position: relative;
  transition: 0.5s;
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise:hover:before, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 100%;
  background-color: #0474e5;
  background-image: linear-gradient(to right, #0474e5 10%, #072b99 100%);
  transition: 0.5s;
  border-radius: 10px;
  opacity: 1;
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise:hover .expertise-title, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise:hover .expertise-title {
  color: #fff;
  z-index: 3;
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise:hover .expertise-logo, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise:hover .expertise-logo {
  filter: brightness(0) invert(1);
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise .expertise-title, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise .expertise-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: left;
  color: #181818;
  margin-bottom: 0;
}
.expertise-section .expertise-container .expertise-content .expertise-col-1 .expertise .expertise-logo, .expertise-section .expertise-container .expertise-content .expertise-col-3 .expertise .expertise-logo {
  margin-right: 1rem;
}
.expertise-section .expertise-container .expertise-content .expertise-col-2 {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-2 {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-2 {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .expertise-section .expertise-container .expertise-content .expertise-col-2 {
    display: none;
  }
}
.expertise-section .expertise-container .expertise-content .expertise-col-2 .device-container {
  width: 80%;
  position: relative;
}
.expertise-section .expertise-container .expertise-content .expertise-col-2 .device-container .device-image {
  width: 100%;
  height: 100%;
}
.expertise-section .expertise-container .expertise-content .expertise-col-2 .device-container .screen-image-container {
  position: absolute;
  top: 13%;
  left: 10%;
  width: 80%;
  height: 72%;
}
.expertise-section .expertise-container .expertise-content .expertise-col-2 .device-container .screen-image-container .logo-mobile {
  position: absolute;
  top: 10%;
  width: 80%;
  left: 10%;
}
.expertise-section .expertise-container .expertise-content .expertise-col-2 .device-container .screen-image-container .google-cloud-image {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
}

.solutions-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
@media only screen and (max-width: 500px) {
  .solutions-section {
    padding: 3rem 0;
  }
}
.solutions-section .solutions-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #161515;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-title {
    margin-bottom: 3rem;
  }
}
.solutions-section .solutions-container {
  padding: 7rem 0 0;
  background-image: linear-gradient(to bottom, #f5f9fd, #ffffff);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container {
    padding: 4rem 0;
    background-color: #f5f9fd;
    background-image: none;
  }
}
.solutions-section .solutions-container .divider {
  width: 75%;
  margin: 7rem 0;
  border: solid 1px #b7b7b738;
  height: 1px;
}
@media only screen and (max-width: 1025px) {
  .solutions-section .solutions-container .divider {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .divider {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .divider {
    width: 85%;
    margin: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .divider {
    width: 85%;
    margin: 5rem 0;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .divider {
    width: 90%;
    margin: 2rem 0;
  }
}
.solutions-section .solutions-container .foundation-solution {
  width: 75%;
}
@media only screen and (max-width: 1025px) {
  .solutions-section .solutions-container .foundation-solution {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .foundation-solution {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .foundation-solution {
    width: 85%;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution {
    width: 90%;
  }
}
.solutions-section .solutions-container .foundation-solution .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .foundation-solution .header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .foundation-solution .header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .foundation-solution .header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.solutions-section .solutions-container .foundation-solution .header .header-content {
  flex-basis: 50%;
}
@media only screen and (max-width: 1025px) {
  .solutions-section .solutions-container .foundation-solution .header .header-content {
    flex-basis: 60%;
  }
}
.solutions-section .solutions-container .foundation-solution .header .header-content .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.47;
  color: #161515;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .header-content .title {
    font-size: 21px;
    margin-bottom: 1rem;
  }
}
.solutions-section .solutions-container .foundation-solution .header .header-content .subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #484848;
  margin-bottom: 0;
  width: 80%;
}
@media screen and (max-width: 1310px) {
  .solutions-section .solutions-container .foundation-solution .header .header-content .subtitle {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .solutions-section .solutions-container .foundation-solution .header .header-content .subtitle {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .header-content .subtitle {
    font-size: 20px;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.solutions-section .solutions-container .foundation-solution .header .image-container {
  flex-basis: 20%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container {
    margin-bottom: 2rem;
  }
}
.solutions-section .solutions-container .foundation-solution .header .image-container .solutions-image {
  width: 200px;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .solutions-image {
    width: 130px;
  }
}
.solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
  opacity: 0.1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 200px;
  line-height: 1.47;
  text-align: left;
  color: #82898c;
  position: absolute;
  left: 15%;
  top: -80%;
}
@media screen and (max-width: 1300px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    top: -90%;
  }
}
@media screen and (max-width: 1250px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    top: -100%;
  }
}
@media screen and (max-width: 1025px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    left: 11%;
  }
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    top: -73%;
    left: 15%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    top: -73%;
    left: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    top: -73%;
    left: 15%;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay {
    display: none;
  }
}
.solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
  opacity: 0.1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 200px;
  line-height: 1.47;
  text-align: left;
  color: #82898c;
  position: absolute;
  left: 20%;
  top: -25%;
}
@media only screen and (max-width: 1300px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    top: -10%;
  }
}
@media only screen and (max-width: 1250px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    top: -10%;
  }
}
@media only screen and (max-width: 1025px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    left: 17%;
    top: -50%;
  }
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    top: -29%;
    left: 20%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    top: -29%;
    left: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    top: -29%;
    left: 20%;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .foundation-solution .header .image-container .number-overlay-3 {
    display: none;
  }
}
.solutions-section .solutions-container .foundation-solution .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .content {
    flex-direction: column;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .foundation-solution .content {
    flex-direction: column;
  }
}
.solutions-section .solutions-container .foundation-solution .content .solutions-card {
  flex-basis: 30%;
  padding: 1rem 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 1px 3px 70px 0 rgba(2, 34, 131, 0.25);
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .content .solutions-card {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .foundation-solution .content .solutions-card {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .foundation-solution .content .solutions-card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .foundation-solution .content .solutions-card:last-child {
    margin-bottom: 0;
  }
}
.solutions-section .solutions-container .foundation-solution .content .solutions-card.card-1 {
  background-color: #0474e5;
}
.solutions-section .solutions-container .foundation-solution .content .solutions-card.card-2 {
  background-color: #8bc34a;
}
.solutions-section .solutions-container .foundation-solution .content .solutions-card.card-3 {
  background-color: #ff9800;
}
.solutions-section .solutions-container .foundation-solution .content .solutions-card .solutions-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.solutions-section .solutions-container .foundation-solution .content .solutions-card .solutions-card-subtitle, .solutions-section .solutions-container .foundation-solution .content .solutions-card p {
  font-size: 16px;
  color: #fff;
  line-height: 1.31;
  margin-bottom: 0;
}
.solutions-section .solutions-container .cloud-migration-solution {
  width: 75%;
}
@media only screen and (max-width: 1025px) {
  .solutions-section .solutions-container .cloud-migration-solution {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .cloud-migration-solution {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .cloud-migration-solution {
    width: 85%;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution {
    width: 90%;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .cloud-migration-solution .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .cloud-migration-solution .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .cloud-migration-solution .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header .header-content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1025px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header .header-content .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.47;
  color: #161515;
  margin-bottom: 2.5rem;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content .title {
    font-size: 21px;
    margin-bottom: 1rem;
    text-align: left;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header .header-content .subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #484848;
  margin-bottom: 0;
  width: 85%;
  text-align: right;
}
@media screen and (max-width: 1299px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content .subtitle {
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content .subtitle {
    font-size: 21px;
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content .subtitle {
    font-size: 21px;
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .header-content .subtitle {
    font-size: 21px;
    margin-bottom: 1rem;
    text-align: left;
    width: 100%;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header .image-container {
  flex-basis: 20%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container {
    margin-bottom: 2rem;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header .image-container .solutions-image {
  max-width: 300px;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container .solutions-image {
    width: 130px;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .header .image-container .number-overlay {
  opacity: 0.1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 200px;
  line-height: 1.47;
  text-align: left;
  color: #82898c;
  position: absolute;
  left: 30%;
  top: -80%;
}
@media screen and (max-width: 1025px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container .number-overlay {
    top: -80%;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container .number-overlay {
    display: none;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .header .image-container .number-overlay {
    display: none;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .content {
    flex-direction: column;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .content {
    flex-direction: column;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .content .solutions-card {
  flex-basis: 30%;
  padding: 1rem 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 1px 3px 70px 0 rgba(2, 34, 131, 0.25);
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .content .solutions-card {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .content .solutions-card {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .content .solutions-card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-height: 500px) {
  .solutions-section .solutions-container .cloud-migration-solution .content .solutions-card:last-child {
    margin-bottom: 0;
  }
}
.solutions-section .solutions-container .cloud-migration-solution .content .solutions-card.card-1 {
  background-color: #0474e5;
}
.solutions-section .solutions-container .cloud-migration-solution .content .solutions-card.card-2 {
  background-color: #8bc34a;
}
.solutions-section .solutions-container .cloud-migration-solution .content .solutions-card.card-3 {
  background-color: #ff9800;
}
.solutions-section .solutions-container .cloud-migration-solution .content .solutions-card .solutions-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.solutions-section .solutions-container .cloud-migration-solution .content .solutions-card .solutions-card-subtitle, .solutions-section .solutions-container .cloud-migration-solution .content .solutions-card p {
  font-size: 16px;
  color: #fff;
  line-height: 1.31;
  margin-bottom: 0;
}

.cloud-operations-banner {
  position: relative;
  height: 85vh;
  width: 100%;
  background-image: linear-gradient(to right, #0474e5 10%, #072b99 100%);
  overflow: hidden;
}
@media screen and (max-height: 650px) {
  .cloud-operations-banner {
    height: 100vh;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .cloud-operations-banner {
    height: 85vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .cloud-operations-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .cloud-operations-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 500px) {
  .cloud-operations-banner {
    height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-operations-banner {
    height: 60vh;
  }
}
@media only screen and (max-width: 330px) {
  .cloud-operations-banner {
    height: 65vh;
  }
}
@media only screen and (max-width: 300px) {
  .cloud-operations-banner {
    height: 55vh;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-operations-banner {
    height: 500px;
  }
}
.cloud-operations-banner .swiper-container {
  height: 70vh;
  width: 100%;
}
@media screen and (max-height: 650px) {
  .cloud-operations-banner .swiper-container {
    height: 80vh;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .cloud-operations-banner .swiper-container {
    height: 70vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .cloud-operations-banner .swiper-container {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .cloud-operations-banner .swiper-container {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 500px) {
  .cloud-operations-banner .swiper-container {
    height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-operations-banner .swiper-container {
    height: 50vh;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-operations-banner .swiper-container {
    height: 300px;
  }
}
.cloud-operations-banner .swiper-container .cloud-operations-slide {
  position: relative;
  height: 70vh;
  width: 100%;
}
@media screen and (max-height: 650px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 80vh;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 60vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 768px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 70vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 700px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 600px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 90vh;
  }
}
@media only screen and (max-width: 1025px) and (max-height: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 50vh;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide {
    height: 300px;
  }
}
.cloud-operations-banner .swiper-container .cloud-operations-slide .title {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 80%;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    top: 30%;
  }
}
@media only screen and (max-height: 600px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    top: 27%;
  }
}
@media only screen and (max-width: 768px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 550px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 501px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    top: 38%;
  }
}
@media only screen and (max-height: 501px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    top: 35%;
  }
}
@media only screen and (max-width: 321px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 281px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .title {
    font-size: 20px;
  }
}
.cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
  position: absolute;
  top: 60%;
  left: 29%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  width: 42%;
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    top: 45%;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 768px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    top: 52%;
  }
}
@media only screen and (max-width: 850px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    width: 60%;
    left: 20%;
  }
}
@media only screen and (max-width: 769px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    width: 60%;
    left: 20%;
  }
}
@media only screen and (max-width: 550px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 501px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    top: 55%;
  }
}
@media only screen and (max-height: 501px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    top: 60%;
  }
}
@media only screen and (max-width: 321px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    font-size: 13px;
  }
}
@media only screen and (max-width: 281px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .subtitle {
    font-size: 11px;
  }
}
@media only screen and (max-width: 700px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-title {
    top: 21%;
  }
}
@media only screen and (max-width: 550px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-title {
    top: 20%;
  }
}
@media only screen and (max-height: 501px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-title {
    top: 35%;
  }
}
@media only screen and (max-width: 1200px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-subtitle {
    width: 76%;
    left: 12%;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-subtitle {
    top: 45%;
    width: 76%;
    left: 12%;
  }
}
@media only screen and (max-width: 768px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-subtitle {
    top: 45%;
  }
}
@media only screen and (max-width: 700px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-subtitle {
    top: 38%;
  }
}
@media only screen and (max-width: 550px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-subtitle {
    top: 37%;
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-subtitle {
    top: 60%;
  }
}
.cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
  width: 55%;
  position: absolute;
  top: 30%;
  left: 25%;
}
@media screen and (max-width: 1350px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
    top: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
    top: 30%;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
    width: 80%;
    left: 10%;
  }
}
@media only screen and (max-width: 769px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
    top: 33%;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
    top: 50%;
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-image {
    width: 70%;
    left: 15%;
    top: 54%;
  }
}
.cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
  width: 50%;
  position: absolute;
  top: 17%;
  left: 25%;
}
@media only screen and (max-width: 1350px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    top: 17%;
  }
}
@media only screen and (max-width: 1300px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    top: 25%;
    width: 56%;
    left: 22%;
  }
}
@media only screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    width: 80%;
    left: 10%;
    top: 17%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1023px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    width: 70%;
    left: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    top: 22%;
  }
}
@media only screen and (max-width: 541px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    width: 90%;
    left: 5%;
    top: 20%;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    top: 30%;
  }
}
@media only screen and (max-height: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .data-analytics-image {
    width: 60%;
    left: 15%;
    top: 30%;
  }
}
.cloud-operations-banner .swiper-container .cloud-operations-slide .devops-title {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 80%;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1350px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-title {
    top: 18%;
  }
}
@media only screen and (max-width: 1200px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-title {
    top: 15%;
  }
}
@media only screen and (max-width: 551px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-title {
    font-size: 23px;
    top: 18%;
  }
}
@media only screen and (max-width: 541px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-title {
    font-size: 23px;
    top: 18%;
  }
}
@media only screen and (max-width: 500px) {
  .cloud-operations-banner .swiper-container .cloud-operations-slide .devops-title {
    font-size: 18px;
    top: 30%;
  }
}
.cloud-operations-banner .swiper-container .swiper-slide-prev, .cloud-operations-banner .swiper-container .swiper-slide-next {
  opacity: 0.1;
}
.cloud-operations-banner .swiper-container .swiper-slide-prev .title, .cloud-operations-banner .swiper-container .swiper-slide-next .title {
  opacity: 0;
}
.cloud-operations-banner .swiper-container .swiper-slide-prev .subtitle, .cloud-operations-banner .swiper-container .swiper-slide-next .subtitle {
  opacity: 0;
}
.cloud-operations-banner .swiper-container .swiper-pagination {
  bottom: 5%;
  display: flex;
  justify-content: space-around;
  width: 34%;
  left: 33%;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .cloud-operations-banner .swiper-container .swiper-pagination {
    width: 44%;
    left: 31%;
  }
}
@media screen and (max-width: 1025px) {
  .cloud-operations-banner .swiper-container .swiper-pagination {
    width: 50%;
    left: 25%;
  }
}
@media screen and (max-width: 810px) {
  .cloud-operations-banner .swiper-container .swiper-pagination {
    width: 51%;
    left: 24%;
  }
}
@media screen and (max-width: 700px) {
  .cloud-operations-banner .swiper-container .swiper-pagination {
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-height: 550px) {
  .cloud-operations-banner .swiper-container .swiper-pagination {
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-width: 560px) {
  .cloud-operations-banner .swiper-container .swiper-pagination {
    width: 80%;
    left: 10%;
    font-size: 12px;
  }
}
.cloud-operations-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  flex-basis: 40%;
  opacity: 1;
  background: none;
  color: #B0D6E8;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .cloud-operations-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    flex-basis: 45%;
  }
}
.cloud-operations-banner .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  color: #FFFFFF;
}
.cloud-operations-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  color: #F8A832;
}
.cloud-operations-banner .waves-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.cloud-operations-banner .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.key-features-section {
  padding: 5rem 0;
}
.key-features-section .key-features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}
.key-features-section .key-features-container .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.83;
  color: #0474e5;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 501px) {
  .key-features-section .key-features-container .title {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-height: 551px) {
  .key-features-section .key-features-container .title {
    font-size: 40px;
    text-align: center;
  }
}
.key-features-section .key-features-container .feature-cards {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 992px) {
  .key-features-section .key-features-container .feature-cards {
    flex-direction: column;
    padding: 0 10rem;
  }
}
@media only screen and (max-width: 850px) {
  .key-features-section .key-features-container .feature-cards {
    flex-direction: column;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 769px) {
  .key-features-section .key-features-container .feature-cards {
    flex-direction: column;
    padding: 0 5rem;
  }
}
@media only screen and (max-height: 551px) {
  .key-features-section .key-features-container .feature-cards {
    flex-direction: column;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 541px) {
  .key-features-section .key-features-container .feature-cards {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .key-features-section .key-features-container .feature-cards {
    padding: 0;
  }
}
.key-features-section .key-features-container .feature-cards .feature-card {
  flex-basis: 28%;
  background-color: #fff;
  padding: 3rem 1.5rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 3px 70px 0 rgba(2, 34, 131, 0.15);
  height: 26rem;
  margin-top: 10px;
  transition: 0.2s;
}
.key-features-section .key-features-container .feature-cards .feature-card:hover {
  box-shadow: 1px 3px 70px 0 rgba(2, 34, 131, 0.25);
  margin-top: 0;
  transition: 0.2s;
}
@media only screen and (max-width: 992px) {
  .key-features-section .key-features-container .feature-cards .feature-card:hover {
    margin-top: 0;
    transition: 0s;
  }
}
@media only screen and (max-width: 769px) {
  .key-features-section .key-features-container .feature-cards .feature-card:hover {
    margin-top: 0;
    transition: 0s;
  }
}
@media only screen and (max-width: 992px) {
  .key-features-section .key-features-container .feature-cards .feature-card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 769px) {
  .key-features-section .key-features-container .feature-cards .feature-card:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    height: 29rem;
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    height: 29rem;
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    height: unset;
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
    transition: 0s;
  }
}
@media only screen and (max-width: 850px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    height: unset;
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
    transition: 0s;
  }
}
@media only screen and (max-width: 769px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    height: unset;
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
    transition: 0s;
  }
}
@media only screen and (max-height: 551px) {
  .key-features-section .key-features-container .feature-cards .feature-card {
    height: unset;
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
    transition: 0s;
  }
}
.key-features-section .key-features-container .feature-cards .feature-card .feature-img {
  padding: 1rem;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key-features-section .key-features-container .feature-cards .feature-card .feature-img.card-1 {
  background-color: #03a9f44f;
}
.key-features-section .key-features-container .feature-cards .feature-card .feature-img.card-2 {
  background-color: #8bc34a4f;
}
.key-features-section .key-features-container .feature-cards .feature-card .feature-img.card-3 {
  background-color: #ff98004f;
}
.key-features-section .key-features-container .feature-cards .feature-card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #060606;
  text-align: center;
  width: 80%;
  height: 3rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
    height: 3rem;
    width: 90%;
  }
}
@media only screen and (max-width: 1025px) {
  .key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
    height: 4rem;
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
    height: unset;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
    height: unset;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
    height: unset;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-height: 551px) {
  .key-features-section .key-features-container .feature-cards .feature-card .content .content-title {
    height: unset;
    margin-bottom: 2rem;
  }
}
.key-features-section .key-features-container .feature-cards .feature-card .content .content-para {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #484848;
  opacity: 0.9;
  text-align: center;
  width: 85%;
}

.offerings-section {
  background-color: #eff5fc;
  padding: 5rem 0;
}
@media only screen and (max-width: 850px) {
  .offerings-section {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section {
    padding: 3rem 0;
  }
}
.offerings-section .offerings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}
.offerings-section .offerings-container .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .title {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .title {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .offerings-section .offerings-container .title {
    font-size: 40px;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .title {
    font-size: 40px;
    margin-bottom: 1rem;
  }
}
.offerings-section .offerings-container .offerings {
  display: flex;
  flex-direction: column;
}
.offerings-section .offerings-container .offerings .offering {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0;
}
.offerings-section .offerings-container .offerings .offering:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 992px) {
  .offerings-section .offerings-container .offerings .offering:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .offerings .offering:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .offerings .offering:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 992px) {
  .offerings-section .offerings-container .offerings .offering {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .offerings .offering {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .offerings .offering {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering {
    flex-direction: column-reverse;
    margin: 2.5rem 0;
  }
}
@media only screen and (max-width: 501px) {
  .offerings-section .offerings-container .offerings .offering {
    margin: 2.5rem 0;
  }
}
.offerings-section .offerings-container .offerings .offering .offering-content {
  flex-basis: 49%;
}
.offerings-section .offerings-container .offerings .offering .offering-content .header-section {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .header-section {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .header-section {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .header-section {
    display: none;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .header-section {
    display: none;
  }
}
.offerings-section .offerings-container .offerings .offering .offering-content .header-section .icon {
  margin-right: 1rem;
}
.offerings-section .offerings-container .offerings .offering .offering-content .header-section .offering-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .header-section .offering-title {
    font-size: 20px;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .header-section .offering-title {
    font-size: 20px;
  }
}
.offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section {
  display: none;
  align-items: center;
  margin-bottom: 1rem;
}
.offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section .icon {
  margin-right: 1rem;
}
.offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section .offering-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section .offering-title {
    font-size: 20px;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section .offering-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section {
    display: flex;
  }
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section {
    display: flex;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section {
    display: flex;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering .offering-content .mobile-header-section {
    display: flex;
  }
}
.offerings-section .offerings-container .offerings .offering .offering-content .offering-description p {
  font-size: 18px;
  font-weight: 800;
  color: #161515;
}
.offerings-section .offerings-container .offerings .offering .offering-content .offering-description ul {
  margin: 0;
  padding: 1rem;
}
.offerings-section .offerings-container .offerings .offering .offering-content .offering-description ul li {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #161515;
}
.offerings-section .offerings-container .offerings .offering .offering-content .offering-description ul li::marker {
  color: #03a9f4;
}
.offerings-section .offerings-container .offerings .offering .offering-content .image-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.offerings-section .offerings-container .offerings .offering .offering-content .image-container img {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.offerings-section .offerings-container .offerings .offering .mobile-offering-content {
  display: none;
}
@media only screen and (max-width: 992px) {
  .offerings-section .offerings-container .offerings .offering .mobile-offering-content {
    display: flex;
  }
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .offerings .offering .mobile-offering-content {
    display: flex;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .offerings .offering .mobile-offering-content {
    display: flex;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering .mobile-offering-content {
    display: flex;
  }
}
.offerings-section .offerings-container .offerings .offering .offering-image-container {
  flex-basis: 49%;
}
@media only screen and (max-width: 992px) {
  .offerings-section .offerings-container .offerings .offering .offering-image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 850px) {
  .offerings-section .offerings-container .offerings .offering .offering-image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .offerings-section .offerings-container .offerings .offering .offering-image-container {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-height: 551px) {
  .offerings-section .offerings-container .offerings .offering .offering-image-container {
    margin-bottom: 2rem;
  }
}
.page-template-template-coming-soon {
  background-image: linear-gradient(to right, #0c6ed1 1%, #022283 73%);
}
.page-template-template-coming-soon .navbar_Menu .navbar-collapse {
  display: none !important;
}
.page-template-template-coming-soon .coming-soon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.page-template-template-coming-soon .coming-soon-container .coming-soon-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 2rem;
}
.page-template-template-coming-soon .coming-soon-container .coming-soon-button {
  color: #06309e;
  background-color: #ffffff;
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  display: flex;
  justify-content: center;
}

.careers-section {
  padding: 3rem 0;
}
.careers-section .career-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.careers-section .career-container .career-header {
  display: flex;
  justify-content: center;
  width: 90%;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .careers-section .career-container .career-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .careers-section .career-container .career-header {
    display: none;
  }
}
.careers-section .career-container .career-header .custom-col {
  flex-basis: 30%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Target Internet Explorer 9 to undo the custom arrow */
}
@media screen and (max-width: 768px) {
  .careers-section .career-container .career-header .custom-col {
    margin-bottom: 1rem;
  }
}
.careers-section .career-container .career-header .custom-col select {
  border-radius: 30px;
  background-color: #ffffff;
  padding: 0.8rem 1rem;
  outline: none;
  color: #7d809d;
  font-size: 13px;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: none;
}
.careers-section .career-container .career-header .custom-col select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}
.careers-section .career-container .career-header .custom-col select option {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(2, 34, 131, 0.3);
  background-color: white;
}
@media screen and (min-width: 0\0 ) {
  .careers-section .career-container .career-header .custom-col select {
    background: none\9 ;
    padding: 5px\9 ;
  }
}
.careers-section .career-container .career-header .custom-col label {
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .careers-section .career-container .career-header .custom-col label {
    margin-bottom: 0.5rem;
  }
}
.careers-section .career-container .career-header .custom-col button {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 95%);
  transition: opacity 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}
.careers-section .career-container .career-header .custom-col .dropdown {
  border-radius: 30px;
  background-color: #ffffff;
  padding: 0.8rem 1rem;
  outline: none;
  color: #7d809d;
  font-size: 14px;
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 850px) {
  .careers-section .career-container .career-header .custom-col .dropdown {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .careers-section .career-container .career-header .custom-col .dropdown {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .careers-section .career-container .career-header .custom-col .dropdown {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 315px) {
  .careers-section .career-container .career-header .custom-col .dropdown {
    flex-basis: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .careers-section .career-container .career-header .custom-col .dropdown {
    font-size: 12px;
  }
}
.careers-section .career-container .career-header .custom-col .dropdown option {
  color: #7d809d;
  border-radius: 30px;
  border: solid 1px #707070;
  background-color: #ffffff;
}
.careers-section .career-container .career-header .custom-col .dropdown option[disabled]:first-child {
  display: none;
}
.careers-section .career-container .career-header .custom-col .dropdown .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.careers-section .career-container .career-header .custom-col .custom-select {
  position: relative;
}
.careers-section .career-container .career-header .custom-col .custom-select select {
  display: none;
}
.careers-section .career-container .career-header .custom-col .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(http://dpiper.3mindstesting.com/wp-content/themes/datapiper/assets/images/footer/arr-dropdown.svg) no-repeat right;
  background-position-x: 99%;
}
.careers-section .career-container .career-header .custom-col .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.careers-section .career-container .career-header .custom-col .select-items {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(2, 34, 131, 0.3);
  background-color: white;
}
.careers-section .career-container .career-header .custom-col .select-items div {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.5rem 1rem;
  background-color: white;
}
.careers-section .career-container .career-header .custom-col .select-items div:hover {
  background-color: #edf4fa;
  color: #0474e5;
}
.careers-section .career-container .career-header .custom-col .select-items div:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.careers-section .career-container .career-header .custom-col .select-items div:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.careers-section .career-container .career-header .custom-col .select-hide {
  display: none;
}
.careers-section .career-container .career-header .custom-col .same-as-selected {
  background-color: white;
}
.careers-section .career-container .career-header .custom-col-2 {
  flex-basis: unset;
}
.careers-section .career-container .career-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  margin: 3rem 0;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .careers-section .career-container .career-content {
    margin: 0;
  }
}
.careers-section .career-container .career-content .job-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-top: solid 1px #b7b7b787; */
  padding: 2rem;
  margin: 1rem 0rem;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 70px 0 rgba(2, 34, 131, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .careers-section .career-container .career-content .job-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
}
.careers-section .career-container .career-content .job-container .job-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .careers-section .career-container .career-content .job-container .job-content {
    margin-bottom: 0.8rem;
  }
}
.careers-section .career-container .career-content .job-container .job-content .job-title {
  font-size: 32px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .careers-section .career-container .career-content .job-container .job-content .job-title {
    font-size: 18px;
  }
}
.careers-section .career-container .career-content .job-container .job-content .job-location {
  font-size: 18px;
  color: #181818;
  opacity: 0.83;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .careers-section .career-container .career-content .job-container .job-content .job-location {
    font-size: 14px;
  }
}
.careers-section .career-container .career-content .job-container .job-link {
  font-size: 18px;
  font-weight: bold;
  color: #181818;
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #eae8e8;
}
@media screen and (max-width: 992px) {
  .careers-section .career-container .career-content .job-container .job-link {
    font-size: 14px;
    padding: 0.7rem 1.5rem;
  }
}
.careers-section .career-container .career-content .job-container .job-link:hover {
  background-color: #1469e7;
  color: #fff;
}

.resume-section {
  background-image: linear-gradient(to bottom, #edf4fb, #fff);
  padding: 5rem 0;
}
.resume-section .resume-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resume-section .resume-container .title {
  font-size: 60px;
  font-weight: bold;
  color: #0474e5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .resume-section .resume-container .title {
    font-size: 40px;
  }
}
.resume-section .resume-container .resume-link {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
  transition: opacity 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  border: none;
  width: 65%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .resume-section .resume-container .resume-link {
    width: 85%;
  }
}

@media screen and (max-width: 600px) {
  .page-template-template-careers .banner-section {
    height: 50vh;
    text-align: center;
  }
  .page-template-template-careers .banner-section .banner-title {
    font-size: 40px;
  }
  .page-template-template-careers .banner-section .banner-subtitle {
    font-size: 18px;
  }
}
.page-template-template-careers .banner-section .background-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.career-detail-banner {
  background-image: linear-gradient(to right, #0474e5 10%, #072b99 100%);
  height: 10vh;
}
@media screen and (max-width: 992px) {
  .career-detail-banner {
    height: 3vh;
  }
}

.job-detail-section {
  background-color: #f3f8fc;
}
@media screen and (max-width: 992px) {
  .job-detail-section {
    background-color: white;
  }
}
.job-detail-section .job-detail-container {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container {
    justify-content: center;
    padding-top: 7rem;
    padding-bottom: 0rem;
  }
}
.job-detail-section .job-detail-container .job-description-container {
  flex-basis: 70%;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(2, 34, 131, 0.25);
  background-color: #fff;
  padding: 0.8rem 2.5rem;
}
@media screen and (max-width: 1400px) {
  .job-detail-section .job-detail-container .job-description-container {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-description-container {
    flex-basis: 90%;
    padding: 0.8rem 1rem;
  }
}
.job-detail-section .job-detail-container .job-description-container .current-openings-link {
  font-size: 14px;
  color: #858585;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  line-height: 1.43;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-description-container .current-openings-link {
    margin-bottom: 1rem;
  }
}
.job-detail-section .job-detail-container .job-description-container .current-openings-link .grey-arrow-icon-left {
  margin-right: 0.5rem;
}
.job-detail-section .job-detail-container .job-description-container .job-title {
  font-size: 30px;
  font-weight: bold;
  color: #0474e5;
  margin-bottom: 0.5rem;
}
.job-detail-section .job-detail-container .job-description-container .job-location {
  color: #161515;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  line-height: 1.44;
  border-bottom: solid 1px #b7b7b787;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-description-container .job-location {
    border-bottom: unset;
  }
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-1 {
    margin-top: 2rem;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .job-summary-container {
  margin-bottom: 7rem;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .job-summary-container {
    margin-bottom: 3rem;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .job-summary-container .summary-title {
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.65;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .job-summary-container .job-summary-description {
  font-size: 16px;
  color: #484848;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .roles-container {
  margin-bottom: 3rem;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .roles-container .roles-title {
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.65;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .roles-container .roles-description {
  font-size: 16px;
  color: #484848;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .roles-container .roles-description ul {
  margin: 0 0 1rem 0;
  padding-left: 1.2rem;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .roles-container .roles-description ul li {
  margin-bottom: 0rem;
  font-weight: 600;
  color: #484848;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .roles-container .roles-description ul li::marker {
  color: #03a9f4;
  font-size: 25px;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .qualifications-container {
  margin-bottom: 3rem;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .qualifications-container .qualifications-title {
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.65;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .qualifications-container .qualifications-description {
  font-size: 16px;
  color: #484848;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .qualifications-container .qualifications-description ul {
  margin: 0 0 1rem 0;
  padding-left: 1.2rem;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .qualifications-container .qualifications-description ul li {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #484848;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-1 .qualifications-container .qualifications-description ul li::marker {
  color: #03a9f4;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 {
  display: none;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 {
    margin-top: 2rem;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-title {
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  text-transform: uppercase;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row {
    flex-direction: column;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col {
    width: 100%;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col label {
  color: #7d809d;
  font-size: 16px;
  font-weight: bold;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col label .asterix {
  color: #ff1e1e;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col input, .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col textarea {
  border-radius: 15px;
  border: solid 1px #cac6c6;
  background-color: #fff;
  padding: 0.8rem;
  outline: none;
  width: 100%;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .address-col {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .address-col {
    width: 100%;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col-2 {
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col-2 {
    width: 100%;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col-2 label {
  color: #7d809d;
  font-size: 16px;
  font-weight: bold;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col-2 label .asterix {
  color: #ff1e1e;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .form-row .form-col-2 input {
  border-radius: 15px;
  border: solid 1px #cac6c6;
  background-color: #fff;
  padding: 0.8rem;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .address-details {
    flex-direction: column;
  }
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row {
  display: flex;
  flex-direction: column;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row label, .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row span {
  color: #7d809d;
  font-size: 16px;
  font-weight: bold;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row label .asterix, .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row span .asterix {
  color: #ff1e1e;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row .wpcf7 input[type=file] {
  cursor: pointer;
  color: red !important;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row .file-upload input {
  font-size: 16px;
  color: #7d809d;
  margin-bottom: 0;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row ::-webkit-file-upload-button {
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  color: #ff1e1e;
  border: solid 1px #ff1e1e;
  background-color: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.8rem;
  outline: none;
  margin-right: 1rem;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row .button-row {
  display: flex;
  align-items: center;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row .button-row .resume-button {
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  color: #ff1e1e;
  border: solid 1px #ff1e1e;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem;
  outline: none;
  margin-right: 1rem;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .resume-row .button-row .file-attachment-message {
  font-size: 16px;
  color: #7d809d;
  margin-bottom: 0;
}
.job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .submit-button {
  margin: 3rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10rem;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: unset;
  line-height: 1.83;
  padding: 0.5rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .submit-button {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .job-detail-section .job-detail-container .job-description-container .job-detail-container-2 .form-container .submit-button {
    font-size: 16px;
  }
}
.job-detail-section .job-detail-container .job-details-container {
  flex-basis: 26%;
}
@media screen and (max-width: 1400px) {
  .job-detail-section .job-detail-container .job-details-container {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-details-container {
    display: none;
  }
}
.job-detail-section .job-detail-container .job-details-container .job-application-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 1px 10px 0 rgba(2, 34, 131, 0.25);
  background-color: #fff;
  margin-bottom: 2rem;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .apply-job-button {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
  margin-bottom: 2rem;
  -webkit-appearance: none;
  border: solid 1px #fff;
  outline: none;
  width: 100%;
  line-height: 1.83;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-description-button {
  display: none;
  justify-content: center;
  align-items: baseline;
  font-size: 18px;
  font-weight: bold;
  color: #0474e5;
  border-radius: 30px;
  border: solid 1px #0474e5;
  background-color: #fff;
  margin-bottom: 2rem;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  line-height: 1.83;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .job-details-container .job-application-container .job-description-button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .job-detail-section .job-detail-container .job-details-container .job-application-container .job-description-button {
    font-size: 16px;
  }
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-description-button .arrow-icon-left {
  margin-right: 0.3rem;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-link-container {
  display: flex;
  text-decoration: none;
  margin-bottom: 1rem;
  align-items: center;
  width: 85%;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-link-container:last-child {
  margin-bottom: 0;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-link-container .social-icon {
  margin-right: 0.8rem;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-link-container .social-icon.linkedin-icon {
  width: 25px;
  height: 25px;
}
.job-detail-section .job-detail-container .job-details-container .job-application-container .job-link-container .social-detail {
  font-size: 16px;
  color: #484848;
  margin-bottom: 0;
}
.job-detail-section .job-detail-container .job-details-container .job-details-row {
  border-bottom: solid 1px #b7b7b787;
  margin-bottom: 1.5rem;
}
.job-detail-section .job-detail-container .job-details-container .job-details-row .job-detail-title {
  font-size: 18px;
  line-height: 1;
  color: #181818;
  margin-bottom: 0.5rem;
}
.job-detail-section .job-detail-container .job-details-container .job-details-row .job-detail-info {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #161515;
  margin-bottom: 1.5rem;
}
.job-detail-section .job-detail-container .mob-job-details-container {
  display: none;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .mob-job-details-container {
    display: block;
  }
}
.job-detail-section .job-detail-container .mob-job-details-container .job-application-container {
  padding: 0;
  box-shadow: unset;
}
.job-detail-section .job-detail-container .mob-job-details-container .job-application-container .apply-job-button {
  margin-bottom: 0;
}
.job-detail-section .job-detail-container .mob-job-details-container .job-application-container .job-link-container {
  display: none;
}
.job-detail-section .job-detail-container .mob-job-details-container .job-details-row {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 0px;
}
.job-detail-section .job-detail-container .mob-job-details-container .job-details-row p {
  margin-bottom: 1.2rem !important;
}
@media screen and (max-width: 400px) {
  .job-detail-section .job-detail-container .mob-job-details-container .job-details-row p {
    font-size: 14px !important;
  }
}
.job-detail-section .job-detail-container .mob-job-details-container .job-details-row:last-child {
  border-bottom: solid 1px #b7b7b787;
}
.job-detail-section .job-detail-container .mob-job-details-container .job-details-row:last-child p {
  margin-bottom: 2rem !important;
}
.job-detail-section .job-detail-container .mob-job-details-container .job-details-row .job-detail-title {
  margin-right: 0.8rem;
}
.job-detail-section .job-detail-container .mob-apply-job-button {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .job-detail-section .job-detail-container .mob-apply-job-button {
    display: block !important;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10rem;
    background-image: linear-gradient(to left, #1a4ce3, #03ccf4 71%);
    margin-bottom: 2.5rem;
    -webkit-appearance: none;
    border: solid 1px #fff;
    outline: none;
    width: 100%;
    line-height: 1.83;
  }
}

.jobs-template-default .navbar_Menu,
.single-job-openings .navbar_Menu {
  top: 0rem !important;
  background-image: linear-gradient(to right, #0474e5 10%, #072b99 100%);
}
.jobs-template-default .career-detail-banner,
.single-job-openings .career-detail-banner {
  height: 7rem;
}
.jobs-template-default h2,
.single-job-openings h2 {
  font-size: 20px;
  font-weight: bold;
  color: #161515;
  margin-bottom: 0.8;
  text-transform: uppercase;
  line-height: 1.65;
}
.jobs-template-default ul,
.jobs-template-default ol,
.single-job-openings ul,
.single-job-openings ol {
  margin: 0 0 1rem 0;
  padding-left: 1.2rem;
  font-size: 16px;
  color: #484848;
}
.jobs-template-default ul li,
.jobs-template-default ol li,
.single-job-openings ul li,
.single-job-openings ol li {
  margin-bottom: 0rem;
  font-weight: 600;
  color: #484848;
}
.jobs-template-default ul li::marker,
.jobs-template-default ol li::marker,
.single-job-openings ul li::marker,
.single-job-openings ol li::marker {
  color: #03a9f4;
  font-size: 25px;
}
.jobs-template-default ol li,
.single-job-openings ol li {
  margin-bottom: 0.8rem;
}
.jobs-template-default ol li::marker,
.single-job-openings ol li::marker {
  font-size: 16px;
}

.job-detail-footer p {
  color: #7d809d;
  margin-bottom: 0;
  padding: 3rem 0;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .job-detail-footer p {
    text-align: center;
  }
}
.job-detail-footer p span {
  opacity: 0.4;
}
.job-detail-footer p a {
  color: #ff9800;
  text-decoration: none;
}
