html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

body {
  overflow-x: hidden;
  position: relative;
}

.section-space {
  padding: 100px 0;
}

.common-btn {
  padding: 0 15%;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  border-radius: 50px;
  border: none;
  height: 55px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.common-btn:focus {
  box-shadow: none;
}
.common-btn:hover {
  color: inherit;
  text-decoration: none;
}

.gradient-btn {
  color: white;
  background: linear-gradient(261deg, #00bfdf 0%, #00bfd9 46%, #0acc3a 100%);
}
.gradient-btn:hover {
  color: white;
  background: linear-gradient(to right, #00bfdf 0%, #00bfd9 46%, #0acc3a 100%);
}

/* Change autofill color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #727272;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.whatsapp-chat-mobile {
  position: fixed;
  bottom: 25px;
  width: 68px;
  left: 8px;
}

.font-thin {
  font-weight: 100;
}

.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

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

.font-extra-bold {
  font-weight: 800;
}

/*BEM based components*/
/*headings*/
.section__heading--bottom--border {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.section__heading--large {
  font-size: 2.3rem;
}

.section__heading--big {
  font-size: 1.9rem;
}

.section__heading--medium {
  font-size: 1rem;
}

.section__heading--small {
  font-size: 1.2rem;
}

.section__paragraph__content {
  font-size: 1.1rem;
}

.section__body__copy {
  font-size: 1rem;
}

.medium-title {
  font-size: 1.4rem;
  color: #000000;
}

/*btn stylling*/
.gredient__btn {
  font-size: 18px;
  line-height: 27px;
  border-radius: 48px;
  padding: 10px 80px;
  color: #ffffff;
  background: linear-gradient(261deg, #00bfdf 0%, #00bfd9 46%, #0acc3a 100%);
  transition: 0.3s linear;
}
.gredient__btn:hover {
  color: #ffffff;
  background: linear-gradient(to right, #00bfdf 0%, #00bfd9 46%, #0acc3a 100%);
}

/*Section element*/
.section__icon {
  width: 60px;
}

.register__form__input {
  font-size: 18px;
  border: 1px solid #707070;
  border-radius: 48px;
  color: #707070;
  padding: 10px 28px;
}
.register__form__input ::-moz-placeholder {
  font-size: 18px;
}
.register__form__input :-ms-input-placeholder {
  font-size: 18px;
}
.register__form__input ::placeholder {
  font-size: 18px;
}

.career__form__label {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 35px;
  background: #ffffff;
  padding: 0 8px;
}

.career__form__input {
  font-size: 14px;
  border: 1px solid #707070;
  border-radius: 48px;
  color: #707070;
  padding: 6px 20px;
}

.form__caption {
  font-size: 10px;
  color: #707070;
}

.recaptcha-line {
  font-size: 12px;
  line-height: 18px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.top-space {
  padding-top: 110px;
}

.top-space .container {
  position: relative;
}

.slide-down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  cursor: pointer;
  z-index: 5;
}

.main-title {
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 300;
  color: black;
}

.main-content {
  font-size: 1rem;
  color: #727272;
}

.benefit__section {
  padding: 10% 0;
}
.benefit__section__box {
  padding: 10% 0;
}
.benefit__section__icon {
  width: 16%;
}
.benefit__section__title {
  font-weight: 500;
  color: #000000;
  font-size: 1.5rem;
  padding: 5% 0;
  margin-bottom: 0;
}
.benefit__section__content {
  font-weight: 300;
  color: #000000;
  font-size: 1.1rem;
}

.form__caption {
  font-size: 0.8rem;
  color: #727272;
}
.form__input {
  background: #ffffff;
  font-size: 17px;
  border: 1px solid #727272;
  border-radius: 48px;
  color: #727272 !important;
  padding: 6px 20px;
}
.form__input:focus {
  background: transparent;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.form .form-group {
  position: relative;
  padding-bottom: 10px;
}
.form__label {
  display: inline-block;
  position: absolute;
  padding: 0 8px;
  top: -17px;
  left: 22px;
  background: #ffffff;
  color: #727272;
}
.form .message-form-group {
  padding-top: 10px;
}
.form .message-input {
  border-radius: 16px !important;
}
.form .message-label {
  position: relative;
}
.form .message-label .label-1 {
  left: 16px;
}
.form .message-label .label-2 {
  right: 16px;
  left: auto !important;
}

.form-select-div .form__select {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  background: #ffffff;
  border: 1px solid #727272;
  border-radius: 48px;
  color: #727272;
  padding: 0px 20px;
}
.form-select-div .form__select:after {
  border-bottom: 3px solid #00bfdf;
  border-right: 3px solid #00bfdf;
  width: 13px;
  height: 13px;
  right: 22px;
  top: 39%;
}
.form-select-div .form__select ul {
  width: 100%;
}
.form-select-div .form__select .selected,
.form-select-div .form__select .option {
  font-weight: 300;
}

/*RTE styling start*/
.html-render * {
  font-family: "Poppins", sans-serif !important;
}
.html-render p,
.html-render p > span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}
.html-render b {
  font-weight: 700 !important;
  line-height: inherit;
}
.html-render h1,
.html-render h2,
.html-render h3,
.html-render h4,
.html-render h5,
.html-render h6,
.html-render small,
.html-render strong,
.html-render i,
.html-render em,
.html-render sub,
.html-render sup,
.html-render article,
.html-render a,
.html-render iframe,
.html-render table,
.html-render img,
.html-render font {
  line-height: inherit !important;
  overflow: hidden;
  max-width: 100% !important;
}
.html-render table {
  overflow: hidden;
  max-width: 100% !important;
  width: 100% !important;
}
.html-render h1 span {
  font-size: 2.5rem !important;
}
.html-render h2 span {
  font-size: 2rem !important;
}
.html-render h3 span {
  font-size: 1.75rem !important;
}
.html-render h4 span {
  font-size: 1.5rem !important;
}
.html-render h5 span {
  font-size: 1.25rem !important;
}
.html-render h6 span {
  font-size: 1rem !important;
}

@media (max-width: 768px) {
  .html-render table {
    display: block;
    overflow-x: auto !important;
    white-space: nowrap;
    border-block: none;
  }
}
@media (max-width: 600px) {
  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .small-title {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .section-space {
    padding: 0 0;
  }

  .benefit__section {
    padding: 0;
  }
  .benefit__section__box {
    padding: 40% 0;
  }

  .medium-title {
    font-size: 1.8rem;
    color: #000000;
  }
}
@media (max-width: 1140px) {
  .full-width-container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .section__heading--large {
    font-size: 3rem;
  }

  .section__heading--medium {
    font-size: 2.1rem;
  }

  .section__heading--small {
    font-size: 1.8rem;
  }

  .section__paragraph__content {
    font-size: 1.55rem;
  }

  .main-title {
    font-size: 2rem;
  }

  .whatsapp-chat-mobile {
    bottom: 40px;
    width: 160px;
    left: 20px;
  }
}
@media (min-width: 1440px) {
  .main-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1600px) {
  html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 22px;
  }

  .common-btn {
    font-size: 22px;
    line-height: 33px;
    height: 64px;
  }

  .container {
    max-width: 90vw;
  }

  .main-title {
    font-size: 2.5rem;
  }

  .main-content {
    font-size: 1rem;
    color: #727272;
  }

  .slide-down-arrow {
    width: 50px;
  }

  .top-space {
    padding-top: 117px;
  }

  .form__input {
    padding: 25px 20px;
  }
}
@media (min-width: 1920px) {
  .main-title {
    font-size: 3rem;
  }

  .main-content {
    font-size: 1.3rem;
  }
}
.hide {
  display: none;
}

.success-toast {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  font-size: 12px;
  padding: 0;
  background: #a5e3b2;
  transition: 1s;
}
.success-toast .toast-body {
  padding: 6px;
}

@media screen and (min-width: 576px) {
  .success-toast {
    min-width: 410px;
  }
}
.product-toast {
  min-width: 180px;
}

.hide-toast {
  margin-bottom: -200px;
  opacity: 0;
}

.toast-enter-animation {
  animation: pop-up 0.5s forwards;
}

.success-primary {
  animation: text-secondary 0.3s 0, 5s forwards;
}

.success-secondary {
  font-weight: 400;
  animation: text-secondary 0, 3s 0, 5s forwards;
}

.tick-fade-in {
  opacity: 0;
  animation: fade-in 0.2s 0.3s forwards;
}

@keyframes pop-up {
  0% {
    transform: translateX(100px) translateY(60px);
  }
  50% {
    transform: translateX(-40px) translateY(0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes text-secondary {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  from {
    scale: 0.5;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.success-text {
  font-weight: 600;
}

.svan-logo {
  max-height: 55px;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  font-size: 0.9rem;
}

.nav-up {
  top: -150px;
}

.nav-down {
  top: 0;
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
  padding: 10px 20px;
}
.navbar-nav.hide {
  display: none;
}
.navbar-nav .dropdown-toggle:after {
  border-bottom: 3px solid #00bfdf;
  border-right: 3px solid #00bfdf;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  vertical-align: 0.18em;
}

.industry-dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  color: #000000;
  background: transparent;
  border: none;
  box-shadow: none;
}

.industry-dropdown-menu {
  transform: translateX(-5%);
  border: none;
  border-radius: 0;
}
.industry-dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.industry-nav-link {
  color: #000000;
  background: transparent;
  border: none;
}
.industry-nav-link:hover, .industry-nav-link:focus, .industry-nav-link:active {
  color: #000000;
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar-brand {
  margin-right: 0;
  max-width: 80px;
}

.navbar {
  background: transparent;
  padding: 0.5rem 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 5000;
  transition: 0.5s;
}

.nav-link.nav-number {
  color: #00bfdf !important;
  cursor: default;
}

.nav-link {
  font-weight: 400;
  color: black !important;
}

.nav-input-container {
  width: 80%;
  margin-left: auto;
  display: none;
}

.desktop-nav-search {
  border-left: 1px solid #c9c9c9;
  border-bottom: none;
  border-right: none;
  border-top: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #d1d3d4;
}
.desktop-nav-search:focus {
  box-shadow: none;
  outline: none;
}

.mobile-nav-search {
  border-bottom: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #d1d3d4;
}
.mobile-nav-search:focus {
  box-shadow: none;
  outline: none;
}

.search-box-input::-moz-placeholder, .desktop-nav-search::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d1d3d4;
  opacity: 1;
  /* Firefox */
}

.search-box-input:-ms-input-placeholder, .desktop-nav-search:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d1d3d4;
  opacity: 1;
  /* Firefox */
}

.search-box-input::placeholder,
.desktop-nav-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d1d3d4;
  opacity: 1;
  /* Firefox */
}

.search-box-input:-ms-input-placeholder,
.desktop-nav-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d3d4;
}

.search-box-input::-ms-input-placeholder,
.desktop-nav-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d1d3d4;
}

.nav-search-icon,
.nav-searchable-icon {
  font-size: 30px;
  fill: #d1d3d4;
}
.nav-search-icon:hover,
.nav-searchable-icon:hover {
  cursor: pointer;
}

#___gcse_0 {
  width: 100%;
}

.down-arrow {
  height: 7px;
  width: 14px;
  display: inline;
}

.product-subtypes-heading,
.first-dropdown-item {
  font-weight: 700;
  font-size: 0.9rem;
}

.dropdown-item {
  font-size: 0.9rem;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
  color: #00bfdf;
  background-color: transparent;
}

.mob-industry-dropdown-menu {
  width: 100vw;
  height: 100vh;
  display: none;
}

.mob-industry-item {
  display: none;
}

@media (min-width: 768px) {
  .svan-logo {
    max-height: 70px;
  }
}
@media (min-width: 1200px) {
  .product-dropdown-menu {
    width: 100%;
    top: 95px;
    display: block;
    height: 100vh;
  }
  .product-dropdown-menu .container,
.product-dropdown-menu .row {
    height: 100%;
  }
  .product-dropdown-menu .dropdown-item,
.product-dropdown-menu .product-subtypes-heading {
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: normal;
  }
  .product-dropdown-menu .product-dropdown-box {
    padding-bottom: 20px;
  }
  .product-dropdown-menu .first-dropdown-item,
.product-dropdown-menu .product-subtypes-heading {
    padding-top: 25px;
  }

  .card-shadow {
    box-shadow: 17px 0px 23px #0000000f;
  }

  .animate .product-subtypes-container {
    animation: Slide-Right 0.4s forwards linear;
  }
}
@media (min-width: 1200px) {
  .nav-item {
    padding: 0 12px;
  }

  .mobile-search-container {
    display: none;
  }
}
@media (min-width: 1366px) {
  .svan-logo {
    max-height: 80px;
  }
}
@media (min-width: 1600px) {
  .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1200px) {
  .nav-item .nav-number,
.nav-input-container,
.search-icon,
.down-arrow {
    display: none;
  }

  .mobile-search-container {
    display: flex;
  }

  .navbar-nav {
    padding: 0 20px;
  }
  .navbar-nav .dropdown-toggle:after {
    content: none !important;
  }

  .navbar-nav .nav-link {
    padding: 15px 0;
  }

  .navbar-collapse {
    padding: 0.5rem 1rem;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0px;
    z-index: 1;
    background: #fff;
    opacity: 0;
    transform-origin: top;
    animation-direction: reverse;
    transition: all 0.25s ease;
  }
  .navbar-collapse.in {
    opacity: 1;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: Slide-Right 0.25s;
    animation-fill-mode: forwards;
  }
  .navbar-collapse.show {
    opacity: 1;
    width: 100%;
  }
  .navbar-collapse.out {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: Slide-Left 0.25s;
    animation-fill-mode: forwards;
  }

  .navbar-toggler-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0.5rem 1rem;
  }
  .navbar-toggler-container .material-icons {
    font-size: 40px;
  }

  .mob-industry-item {
    display: block;
  }

  .desktop-industry-item {
    display: none;
  }

  .dropdown-menu {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
    height: calc(100vh - 85px);
    padding-top: 30px !important;
  }
  .dropdown-menu .col-md-3 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 30px;
    left: 25px;
    padding-right: 42px;
  }
  .dropdown-menu .dropdown-box-2,
.dropdown-menu .dropdown-box-3,
.dropdown-menu .dropdown-box-4 {
    background: #fff;
    height: 100%;
    display: none;
  }
  .dropdown-menu .dropdown-item {
    white-space: unset;
  }
}
.footer {
  color: #ffffff;
  height: 100%;
  width: 100%;
  background: #0acc3a;
}
.footer .footer-top-container {
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .dropdown-toggle::after {
  content: none;
}

.copyright-div {
  padding: 20px 0;
}
.copyright-div li {
  padding-bottom: 5px;
}

.footer-container {
  padding-bottom: 40px;
}

.neg-margin {
  margin-left: -20px;
}

.footer-logo {
  width: 70%;
  padding-top: 1rem;
}

.left-footer {
  background: #0acc3a;
}

.right-footer {
  background: #0acc3a;
}

.footer-logo-div {
  display: none;
}

.footer-explore-div,
.footer-contact-div,
.footer-industry-div,
.footer-company-div {
  flex: 50%;
}

.footer-main-item {
  font-size: 1.11rem;
  line-height: 2;
}

.footer-sub-item {
  font-size: 0.75rem;
}

.copyright-div {
  background: #1fa1b7;
}

.copyright-text {
  font-size: 0.75rem;
}

.social-icon {
  width: 50px;
}

.contact-text {
  font-size: 1.11rem;
}

.footer-list li {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .footer {
    position: relative;
    background: none;
  }

  .copyright-div {
    padding: inherit;
  }
  .copyright-div li {
    padding-bottom: inherit;
  }
  .copyright-div li:not(:last-child) {
    padding-right: 40px;
  }

  .footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #0acc3a;
    z-index: -1;
  }

  .footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #0084cd;
    z-index: -1;
  }

  .right-footer {
    background: #0084cd;
  }

  .footer-logo-div {
    display: flex;
  }

  .footer-logo-div {
    flex: 26%;
  }

  .footer-explore-div,
.footer-industry-div {
    flex: 37%;
  }

  .left-bottom-div,
.right-bottom-div {
    flex: 50%;
  }

  .footer-company-div {
    padding-left: 14%;
  }

  .footer-contact-div {
    padding-left: 5%;
  }

  .footer-download-div {
    padding-left: 26%;
  }

  .social-icon {
    margin-left: 15px;
  }
}
@media (min-width: 1140px) {
  .footer-main-item {
    font-size: 1.7rem;
  }

  .footer-sub-item {
    font-size: 0.8rem;
  }

  .contact-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .social-icon {
    width: 100px;
    margin-left: 30px;
  }

  .footer-contact-div {
    padding-left: 10%;
  }
}
@media (min-width: 1920px) {
  .footer-main-item {
    font-size: 2rem;
  }

  .footer-sub-item {
    font-size: 1rem;
  }

  .footer-list li {
    padding-bottom: 40px;
  }
}
.benefits-section-title {
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 300;
  color: black;
}

.benefits-section-content {
  font-size: 1rem;
  color: #727272;
}

.landing-product-btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.landing-product-image-outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.landing-product-image-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.landing-product-img {
  width: 55%;
  margin: 0 auto;
  padding-bottom: 13%;
}

.homepage-landing-section .container {
  position: relative;
}

.bright-blue-layout {
  position: absolute;
  z-index: -3;
}

.light-blue-layout {
  position: absolute;
  bottom: 23px;
  width: 90%;
  z-index: -2;
}

.dark-blue-layout {
  position: absolute;
  z-index: -1;
  bottom: 14%;
  width: 64%;
}

.landing-slider-controls {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 7%;
  bottom: 2%;
  z-index: 1;
  display: none;
}

.homepage-landing-section .slick-list {
  padding-bottom: 30px;
}
.homepage-landing-section .slick-dots li button:before {
  font-size: 9px;
}
.homepage-landing-section .slick-dots li.slick-active button:before {
  color: #0acc3a;
}

.article-slider {
  overflow: hidden;
}
.article-slider .slick-dots {
  bottom: 30px;
  left: 0;
}
.article-slider .slick-dots li button {
  color: #ffffff;
}
.article-slider .slick-dots li button:before {
  font-size: 9px;
  color: #ffffff;
  opacity: 1;
}
.article-slider .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.slider-arrow {
  height: 30px;
  width: 30px;
}
.slider-arrow:hover {
  cursor: pointer;
}

.landing-product-data a {
  margin: 0 auto;
}

.landing-product-slider .slick-slide .left-slider-part,
.article-slider .article-div .left-slider-part {
  height: 100%;
  transform: translateX(-600px);
  opacity: 0;
}
.landing-product-slider .slick-slide .left-slider-part img,
.article-slider .article-div .left-slider-part img {
  max-width: 100%;
}
.landing-product-slider .slick-slide .right-slider-part,
.article-slider .article-div .right-slider-part {
  transform: translateX(600px);
  opacity: 0;
}
.landing-product-slider .slick-slide.slick-active .left-slider-part,
.article-slider .article-div.slick-active .left-slider-part {
  animation-name: slideinleft;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.landing-product-slider .slick-slide.slick-active .left-slider-part.slideout,
.article-slider .article-div.slick-active .left-slider-part.slideout {
  animation-name: slideoutleft;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
}
.landing-product-slider .slick-slide.slick-active .right-slider-part,
.article-slider .article-div.slick-active .right-slider-part {
  animation-name: slideinright;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.landing-product-slider .slick-slide.slick-active .right-slider-part.slideout,
.article-slider .article-div.slick-active .right-slider-part.slideout {
  animation-name: slideoutright;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
}

@keyframes slideinleft {
  from {
    transform: translateX(-600px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideoutleft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-600px);
    opacity: 0;
  }
}
@keyframes slideinright {
  from {
    transform: translateX(600px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideoutright {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(600px);
    opacity: 0;
  }
}
.benefit-container {
  padding: 38px;
  position: relative;
}
.benefit-container:hover .benefit-content {
  opacity: 1;
}

.benefits-section-data {
  padding-left: 25px;
  padding-right: 25px;
}

.benefit-title {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 400;
  padding: 9% 0;
}

.benefits-box {
  display: flex;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.benefits-box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.benefits-box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.benefit-container {
  width: 80vw;
  height: 300px;
  position: relative;
  transition: 1s;
  overflow: hidden;
}
.benefit-container:hover {
  z-index: 2;
  background: white;
  box-shadow: -1px 4px 14px 0px rgba(168, 168, 168, 0.7);
  -webkit-box-shadow: -1px 4px 14px 0px rgba(168, 168, 168, 0.7);
  -moz-box-shadow: -1px 4px 14px 0px rgba(168, 168, 168, 0.7);
}

.benefit-1,
.benefit-3 {
  background: #f2f9fa;
}
.benefit-2,
.benefit-4 {
  background: #fcfcfc;
}

.benefit-icon {
  width: 40px;
  height: 40px;
}

.benefit-content {
  font-size: 0.8rem;
  opacity: 0;
  transition: 1s;
}

.benefit-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  z-index: 5;
}

.benefit-container::before {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  border-radius: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  background: white;
  opacity: 0;
}

.benefit-container:hover::before {
  animation: circle 0.75s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 400%;
    opacity: 0;
  }
}
.big-title,
.scrolling-text {
  font-size: 2.3rem;
  color: black;
}

.block-marquee {
  animation: scroll 10s linear infinite;
}

.mobile-logo-scroll img {
  width: 135px;
  padding: 0 10px;
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-775px, 0, 0);
  }
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.marquee > span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}

.marquee2 > span {
  animation-delay: 5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.scrolling-text-section.latest .marquee > span {
  animation: marquee 9s linear infinite;
}
.scrolling-text-section.latest .marquee2 > span {
  animation-delay: 3s;
}
.scrolling-text-section.latest .marquee3 > span {
  animation-delay: 6s;
}

.scrolling-text-section {
  padding: 50px 0;
}

.scrolling-text-section.trusted-by-scroll {
  padding: 0;
  transform: translateY(-34px);
}

.event-section {
  padding: 80px 0;
}

.event-link:hover {
  text-decoration: none;
}

.company-section {
  padding: 100px 0 0;
}

.event-title {
  font-size: 1.2rem;
  color: black;
}

.video-title {
  font-size: 1.8rem;
  padding: 10px 0 7px;
  color: #000000;
  line-height: 1.2;
}

.video-container {
  padding-bottom: 100px;
}
.video-container a {
  text-decoration: none;
}
.video-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.event-details-container,
.company-details-container,
.event-img-container,
.company-img-container {
  flex: 50%;
}

.event-img-container img {
  width: 100%;
}

.company-details-container {
  text-align: center;
}

.event-data-container,
.company-data-container {
  padding-bottom: 100px;
}

.company-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-btn {
  margin: 15px auto 40px;
}

.testimonial-section {
  background-color: #f2f9fa;
}

.benefits-section .benefits-container {
  padding: 0 0;
}

.register-form-section {
  padding: 100px 0 100px;
}

.register-btn {
  width: 260px;
  margin: 0 auto;
}

.register-input {
  border: 1px solid #707070;
  border-radius: 50px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #707070;
  padding: 0 15px;
  height: 55px;
}
.register-input:focus {
  box-shadow: none;
  outline: none;
}

.article-section {
  padding: 90px 0;
}
.article-section .container {
  position: relative;
}
.article-section .container {
  background: #293a6a;
}

.article-div {
  height: 100%;
  width: 100%;
  position: relative;
}

.article-slider {
  padding: 60px 0;
}

.article-content-container,
.article-img-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.article-read-time {
  font-size: 0.66rem;
  color: #0acc3a;
}

.article-title {
  font-size: 1.66rem;
  color: #ffffff;
}

.article-desc {
  font-size: 1rem;
  color: #ffffff;
}

.article-btn {
  margin: 0 auto;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #efefef;
}

.article-slider-controls {
  position: absolute;
  bottom: 3%;
  right: 7%;
  z-index: 10;
  display: none;
}
.article-slider-controls .slider-arrow {
  width: 40px;
  height: 40px;
}

.logo-section {
  padding: 22% 0 5%;
}

.logo-container {
  margin: auto;
  text-align: center;
}
.logo-container img {
  width: 64%;
  filter: grayscale(100%);
  transition: all 0.5s linear;
}
.logo-container img:hover {
  filter: none;
}

.company-img-container {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.company-details-container {
  padding: 0 25px 0 25px;
}

.company-1 img,
.company-2 img,
.company-3 img {
  padding: 15% 15% 6% 6%;
}

.company-1 {
  background-image: url("/../../images/homepage/company/background-1.png");
}

.webp-supported .company-1 {
  background-image: url("/../../images/homepage/company/background-1.webp");
}

.company-2 {
  background-image: url("/../../images/homepage/company/background-2.png");
}

.webp-supported .company-2 {
  background-image: url("/../../images/homepage/company/background-2.webp");
}

.company-3 {
  background-image: url("/../../images/homepage/company/background-3.png");
}

.webp-supported .company-3 {
  background-image: url("/../../images/homepage/company/background-3.webp");
}

.industry-section {
  overflow: hidden;
}

.scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  /* Hiddem scroll bar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar {
  display: none;
}

.item {
  width: 40vw;
  min-width: 40vw;
  color: #000000;
}
.item:hover {
  color: #000000;
  text-decoration: none;
}
.item img {
  width: 40vw;
}

.item-first {
  margin-left: 14%;
}

.ml {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry-title {
  font-size: 0.8rem;
  text-align: right;
}

/*testimonial section styling*/
.testimonial-div {
  padding: 110px 20px;
}

.testimonial-content-container {
  padding-bottom: 30px;
}
.testimonial-content-container .slick-next:before,
.testimonial-content-container .slick-prev:before {
  font-family: none;
  font-size: 30px;
  color: #000000;
}
.testimonial-content-container .slick-next,
.testimonial-content-container .slick-prev {
  top: auto;
  bottom: 0;
}
.testimonial-content-container .slick-prev {
  left: -3px;
}
.testimonial-content-container .slick-next {
  right: auto;
  left: 40px;
}

.person-content {
  font-size: 1rem;
  color: #000000;
}

.designation-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 15px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 101%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -101%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}

.progress .progress-value {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
}
.progress .progress-value img {
  border-radius: 50%;
  height: 148px;
  width: 148px;
}

.progress.blue .progress-bar {
  border-color: #26abfd;
}

.loading-animation-right {
  animation: loading-1 1.5s linear forwards;
}

.loading-animation-left {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress .progress-bar {
  border-color: #0acc3a;
}

.progress.yellow .progress-bar {
  border-color: #fdc426;
}

.progress.pink .progress-bar {
  border-color: #f83754;
}

.fade-in {
  animation: fadeInOut 4s linear forwards;
}

/*Testimonial styling end here*/
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 426px) {
  .inner-benefits-box {
    width: 100%;
  }

  .benefit-container {
    height: auto;
    width: 100%;
  }

  .benefits-section .benefits-container {
    padding: inherit;
    color: #000000;
  }
}
@media (min-width: 768px) {
  .homepage-landing-section .slick-list {
    padding-bottom: 0px;
  }

  .video-container {
    padding-bottom: 0px;
  }

  .logo-section {
    padding: 8% 0 5%;
  }

  .landing-product-img {
    width: 70%;
    padding-bottom: 0;
  }

  .homepage-landing-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/../../images/homepage/landing-top-layout.png");
    z-index: -5;
  }

  .webp-supported .homepage-landing-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/../../images/homepage/landing-top-layout.webp");
    z-index: -5;
  }

  .landing-product-data {
    padding: 70px 0px;
  }
  .landing-product-data a {
    margin: inherit;
  }

  .landing-product-btn {
    margin: inherit;
  }

  .landing-slider-controls {
    display: block;
    right: 2%;
    bottom: 7%;
  }

  .benefits-box {
    display: block;
    overflow-x: inherit;
  }

  .benefits-section-data {
    padding: inherit;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
  }

  .benefit-1,
.benefit-4 {
    background: #f2f9fa;
  }

  .benefit-2,
.benefit-3 {
    background: #fcfcfc;
  }

  .benefit-container {
    padding: 60px;
  }

  .industry-section {
    padding-top: 160px;
  }

  .scrolling-text-section {
    padding: 100px 0;
  }

  .scrolling-text-section.trusted-by-scroll {
    transform: translateY(-50px);
  }

  .event-section {
    padding: 150px 0;
  }

  .company-section {
    padding: 120px 0 0;
  }

  .variable-container {
    padding: 0 10%;
  }

  .event-details-container,
.company-details-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .company-details-container {
    text-align: left;
  }

  .company-btn {
    margin: inherit;
  }

  .event-content {
    width: 80%;
  }

  .alternate-event-data-container .event-details-container {
    padding-left: 7%;
  }
  .alternate-event-data-container .event-details-container .event-content {
    width: 100%;
  }

  .event-title {
    font-size: 1.8rem;
  }

  .event-data-container,
.company-data-container {
    padding: 0px 0;
  }

  .testimonial-div {
    padding: 150px 0 100px;
  }

  .testimonial-content-container {
    padding-bottom: 75px;
  }

  .register-form-section {
    padding: 200px 0 150px;
  }

  .register-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }

  .article-section {
    padding: 90px 0;
  }
  .article-section .container {
    position: relative;
  }
  .article-section .container {
    background: linear-gradient(90deg, #2da44a 30%, #293a6a 30%, #293a6a 100%);
  }

  .article-slider-controls {
    display: block;
  }

  .article-slider {
    padding: 8%;
  }

  .article-btn {
    margin: 0;
  }

  /*testimonial stylling*/
  .testimonials-container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 35px;
  }

  .testimonial-wrapper {
    padding-right: 18px;
  }
  .testimonial-wrapper:hover {
    cursor: pointer;
  }

  .industry-title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .benefits-container .remove-padding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .article-slider .slick-track {
    width: -moz-fit-content;
    width: fit-content;
  }
  .article-slider .article-div .row {
    margin-right: 0;
    margin-left: 0;
  }
  .article-slider .article-div .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .big-title,
.scrolling-text {
    font-size: 3rem;
  }

  .register-form-title {
    width: 80%;
  }

  .light-blue-layout {
    width: 76%;
    bottom: -8%;
  }

  .dark-blue-layout {
    bottom: 3%;
    width: 53%;
  }

  .bright-blue-layout {
    bottom: -21%;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .company-details-container {
    padding: 0 10% 0 5%;
  }
}
@media (min-width: 1140px) {
  .company-details-container {
    padding: 7% 10% 7% 3%;
  }

  .alternate-company-data-container .company-details-container {
    padding-left: 10%;
    padding-right: 11%;
  }

  .industry-title {
    font-size: 1.75rem;
  }

  .person-content {
    font-size: 1.7rem;
  }

  .company-1 img,
.company-2 img,
.company-3 img {
    padding: 15% 13% 1% 9%;
  }
}
@media (min-width: 1440px) {
  .landing-product-content,
.benefits-section-content {
    width: 80%;
  }

  .big-title,
.scrolling-text {
    font-size: 3.5rem;
  }

  .slider-arrow {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .landing-product-img {
    width: 65%;
  }

  .light-blue-layout {
    width: 70%;
  }

  .dark-blue-layout {
    width: 48%;
  }

  .bright-blue-layout {
    bottom: -21%;
  }

  .company-1 img,
.company-2 img,
.company-3 img {
    padding: 32% 15% 6% 6%;
  }

  .article-read-time {
    font-size: 1rem;
  }

  .register-input {
    height: 64px;
  }

  .register-form-title {
    width: 100%;
  }

  .article-slider-controls .slider-arrow {
    width: 50px;
    height: 50px;
  }

  .landing-product-btn {
    font-size: 22px;
    line-height: 33px;
    height: 72px;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
  }

  .benefit-container {
    padding: 75px;
  }

  .scrolling-text-section.trusted-by-scroll {
    transform: translateY(-64px);
  }
}
@media (min-width: 1600px) {
  .landing-product-img {
    width: 85%;
  }

  .bright-blue-layout {
    bottom: -15%;
    width: 93%;
  }
}
.landing__section__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.landing__section__data {
  flex: 40%;
}
.landing__section__image {
  display: flex;
  flex-direction: column;
  flex: 60%;
  position: relative;
}
.landing__section__image .blue-bg {
  display: flex;
  height: 125px;
  padding-left: 45%;
}
.landing__section__image .blue-bg .dark {
  background-color: #293a6a;
  flex: 1;
}
.landing__section__image .blue-bg .light {
  background-color: #0084cd;
  flex: 1;
}
.landing__section__image .green-bg {
  display: flex;
  height: 195px;
}
.landing__section__image .green-bg .dark {
  background-color: #2da44a;
  flex: 35%;
}
.landing__section__image .green-bg .light {
  background-color: #0acc3a;
  flex: 1;
}
.landing__section__inner__image {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.product-page a:hover {
  text-decoration: none;
}
.product-page .company-data-container {
  padding-bottom: 0;
}

.overview-image-1,
.overview-image-2 {
  width: 85%;
}

.overview-image-1 {
  padding: 11% 0 23% 0%;
}

.overview-image-2 {
  padding: 23% 0 11% 9%;
}

.product-1 {
  background-image: url("/../../images/products/green-background.png");
}

.product-2 {
  background-image: url("/../../images/products/blue-background.png");
}

.product-benefit-section {
  background-color: #edfdff;
}

.download-detail-scrolling {
  padding: 50px 0 130px;
}

.specifications-section {
  padding: 80px 0 100px;
  height: 100%;
  width: 100%;
  position: relative;
}
.specifications-section .nav-link {
  font-size: 0.9rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-weight: 300;
  padding: 8px 0px;
  width: 50%;
  text-align: center;
  background-color: #d1d3d4;
  color: #ffffff;
}
.specifications-section .nav-link.active {
  background-color: #ffffff;
  color: #293a6a;
}
.specifications-section .nav-tabs {
  border: none;
}
.specifications-section .blue-strip {
  background-color: #00bfdf;
  height: 15px;
}
.specifications-section .tab-pane {
  background-color: #ffffff;
  font-size: 1rem;
  color: #727272;
}
.specifications-section .tab-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.specifications-section .tab-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.specifications-section .tab-row h5 {
  margin-bottom: 0;
}

.specifications-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: #0acc3a;
  z-index: -1;
}

.specifications-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background: #293a6a;
  z-index: -1;
}

.demo-video {
  height: 250px;
}

.product-brochure-form .brochure-form-box {
  display: flex;
  flex-direction: column;
}

.webp-supported .product-overview-section::after {
  background-image: url("/../../images/products/green-overview.webp");
}
.webp-supported .product-overview-section::before {
  background-image: url("/../../images/products/blue-overview.webp");
}

.product-overview-section {
  position: relative;
}
.product-overview-section .blue-overview, .product-overview-section .green-overview {
  padding: 50px 0;
}
.product-overview-section .blue-overview .main-title, .product-overview-section .blue-overview .main-content {
  color: #ffffff;
}
.product-overview-section .green-overview .main-title, .product-overview-section .green-overview .main-content {
  color: #000000;
}
.product-overview-section::after {
  background-image: url("/../../images/products/green-overview.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.product-overview-section::before {
  background-image: url("/../../images/products/blue-overview.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .product-overview-section {
    position: relative;
  }
  .product-overview-section .blue-overview, .product-overview-section .green-overview {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .product-overview-section .blue-overview {
    width: 90%;
    padding-left: 15%;
  }
  .product-overview-section .green-overview {
    width: 80%;
  }
  .product-overview-section::after {
    background-image: url("/../../images/products/green-overview.png");
    height: 100%;
    width: 50%;
  }
  .product-overview-section::before {
    background-image: url("/../../images/products/blue-overview.png");
    height: 100%;
    width: 50%;
  }

  .product-brochure-form .brochure-form-box {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .product-brochure-form .brochure-form-box .form-group,
.product-brochure-form .brochure-form-box .form__input {
    width: 95%;
  }
  .product-brochure-form .register-btn {
    height: 50px;
  }

  .product-page .common-btn:not(.register-btn) {
    margin-left: 0;
  }

  .demo-video {
    height: 550px;
  }

  .demo-video-box {
    box-shadow: 0px 3px 37px -15px rgba(50, 46, 46, 0.75);
    -webkit-box-shadow: 0px 3px 37px -15px rgba(50, 46, 46, 0.75);
    -moz-box-shadow: 0px 3px 37px -15px rgba(50, 46, 46, 0.75);
    padding: 20px;
    border-radius: 15px;
  }

  .landing__section {
    height: 100vh;
  }
  .landing__section__container {
    flex-direction: row;
  }
  .landing__section__container .blue-bg {
    height: 30%;
  }
  .landing__section__container .green-bg {
    height: 70%;
    padding-left: 16%;
  }
  .landing__section__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .landing__section__inner__image {
    width: 80%;
  }

  .product-landing-section .container {
    height: 100%;
  }

  .specifications-section {
    padding: 100px 0 120px;
  }
  .specifications-section .nav-link {
    width: 251px;
    font-size: 1rem;
  }
  .specifications-section .tab-container {
    padding: 70px;
  }
  .specifications-section .tab-row {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
  }
  .specifications-section .tab-row h5 {
    margin-bottom: 0.5rem;
  }
  .specifications-section .tab-left-content {
    flex: 32%;
  }
  .specifications-section .tab-right-content {
    flex: 68%;
  }

  .demo-section {
    padding: 100px 0;
  }

  .download-detail-scrolling {
    padding: 50px 0 0px;
  }
}
@media (min-width: 1440px) {
  .product-overview-section .blue-overview, .product-overview-section .green-overview {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (min-width: 1600px) {
  .demo-video {
    height: 600px;
  }

  .landing__section__inner__image {
    width: 70%;
  }
}
.landing__section__template .landing__section__container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.landing__section__template .landing__section__data {
  flex: 56%;
}
.landing__section__template .landing__section__image {
  flex: 44%;
}

.principles-page .landing-img-1 {
  width: 50%;
}
.principles-page .landing-img-2 {
  width: 100%;
}

.landing__section__title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: black;
}

.principles-section {
  padding-top: 100px;
  overflow: hidden;
}

.logo-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.principle__box {
  position: relative;
  padding-bottom: 100px;
}
.principle__box__data__container {
  padding-top: 50px;
}
.principle__box__image__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 300px;
  background-color: #ffffff;
  transform: translateY(65px);
  box-shadow: 0px 0px 62px 14px rgba(132, 132, 132, 0.3);
  -webkit-box-shadow: 0px 0px 62px 14px rgba(132, 132, 132, 0.3);
  -moz-box-shadow: 0px 0px 62px 14px rgba(132, 132, 132, 0.3);
}
.principle__box__img {
  background-color: #ffffff;
  padding: 15px;
}
.principle__box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 23%;
  width: 100%;
  z-index: -1;
}

.principles-container.green-patch::after {
  background: #2ce65a;
}

.principles-container.blue-patch::after {
  background: #43e3fd;
}

.principles-container.parrot-green-patch::after {
  background: #97e52c;
}

@media (min-width: 768px) and (max-height: 768px) {
  .principles-page .landing-img-1 {
    width: 50%;
  }
  .principles-page .landing-img-2 {
    width: 60% !important;
  }
}
@media (max-width: 769px) {
  .principles-page .landing-img-1 {
    width: 100%;
    display: none;
  }
  .principles-page .landing-img-2 {
    width: 100%;
  }

  .parrot-green-patch .logo-box-container {
    background-image: linear-gradient(to bottom, #97e52c 60%, #ffffff 40%);
  }

  .blue-patch .logo-box-container {
    background-image: linear-gradient(to bottom, #43e3fd 60%, #ffffff 40%);
  }

  .green-patch .logo-box-container {
    background-image: linear-gradient(to bottom, #2ce65a 60%, #ffffff 40%);
  }
}
@media (min-width: 768px) {
  .landing__section__title {
    font-size: 2.5rem;
  }

  .landing__section__template {
    height: 100vh;
  }
  .landing__section__template .container {
    height: 100%;
  }
  .landing__section__template .landing__section__container {
    flex-direction: row;
  }

  .landing__section__subtitle {
    width: 80%;
  }

  .principles-page .landing-img-2 {
    width: 80%;
  }

  .principles-section {
    padding-top: 160px;
  }

  .logo-box-container {
    margin-bottom: 0;
    padding-right: 5%;
    justify-content: flex-end;
  }

  .principle__box {
    padding-bottom: 160px;
  }
  .principle__box__data__container {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .principle__box__image__container {
    flex-direction: column;
    height: 300px;
    width: 300px;
    transform: translateY(0);
  }
  .principle__box__img {
    margin: 0 auto;
  }
  .principle__box:after {
    content: none;
  }

  .principles-container {
    position: relative;
  }
  .principles-container:after {
    content: "";
    position: absolute;
    top: 18%;
    left: 0;
    height: 50%;
    width: 28%;
    background: #0acc3a;
    z-index: -1;
  }
}
@media (min-width: 1440px) {
  .landing__section__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .principles-page .landing-img-1 {
    width: 50%;
  }
  .principles-page .landing-img-2 {
    width: 75%;
  }

  .principle__box__image__container {
    height: 430px;
    width: 430px;
  }

  .principles-container {
    position: relative;
  }
  .principles-container:after {
    width: 35%;
  }

  .principle-title {
    padding-right: 50px;
  }
}
@media (min-width: 1920px) {
  .landing__section__title {
    font-size: 4.3rem;
  }

  .principle__box__image__container {
    height: 500px;
    width: 500px;
  }
}
@media (min-width: 2500px) {
  .principles-page .landing-img-1 {
    width: 40%;
  }
  .principles-page .landing-img-2 {
    width: 60%;
  }
}
.services-image-container {
  position: relative;
}

.services-landing-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.form-container {
  display: flex;
  justify-content: center;
}

.service-enquiry-section {
  padding-top: 80px;
}

.service-landing-img-2,
.service-landing-img-3 {
  display: none;
}

@media (min-width: 500px) {
  .services-section {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .services-landing-container {
    display: flex;
    flex-direction: row;
  }

  .services-landing-data {
    padding-right: 7%;
  }

  .services-landing-data,
.services-image-container {
    flex: 50%;
  }

  .service-enquiry-form-container {
    width: 400px;
  }

  .services-section {
    padding-top: 0px;
  }

  .services-landing-section {
    height: 100vh;
  }
  .services-landing-section .services-landing-data {
    padding-top: 5%;
  }
  .services-landing-section .container {
    height: 100%;
  }

  .services-image-container {
    height: 100%;
  }

  .service-landing-img-1,
.service-landing-img-2 {
    position: absolute;
    width: 150px;
    height: 150px;
  }

  .service-landing-img-1 {
    top: 0;
    right: 150px;
  }

  .service-landing-img-2 {
    right: 0;
    top: 150px;
    display: block;
  }

  .service-landing-img-3 {
    position: absolute;
    right: 150px;
    top: 150px;
    width: 70%;
    display: block;
  }
}
@media (min-width: 1024px) and (max-height: 768px) {
  .service-landing-img-1,
.service-landing-img-2 {
    width: 120px;
    height: 120px;
  }

  .service-landing-img-1 {
    right: 120px;
  }

  .service-landing-img-2 {
    top: 120px;
  }

  .service-landing-img-3 {
    right: 120px;
    top: 120px;
    width: auto;
    height: 50vh;
  }
}
@media (min-width: 1600px) {
  .services-section .main-title {
    font-size: 2.3rem;
  }

  .services-landing-section .services-landing-data {
    padding-top: 6%;
  }
  .services-landing-section .services-image-container {
    top: 10%;
  }

  .service-landing-img-1,
.service-landing-img-2 {
    width: 200px;
    height: 200px;
  }

  .service-landing-img-1 {
    right: 200px;
  }

  .service-landing-img-2 {
    top: 200px;
  }

  .service-landing-img-3 {
    right: 200px;
    top: 200px;
  }
}
@media (min-width: 2500px) {
  .service-landing-img-3 {
    width: 60%;
  }
}
.address-div {
  padding-top: 60px;
}
.address-div .company-name {
  font-weight: 400;
  font-size: 1.3rem;
}
.address-div .address {
  font-size: 1rem;
  color: #707070;
  margin-bottom: 0.5rem;
}
.address-div a {
  text-decoration: underline;
}
.address-div a:hover {
  color: #0084cd;
}

@media (min-width: 768px) {
  .contact-form-container,
.contact-content-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  .contact-submit-btn {
    margin: auto;
  }

  .contact-content-container {
    padding-left: 10%;
    padding-right: 4%;
  }

  .contact-content {
    width: 90%;
  }
}
.event-page .landing-img-1,
.event-page .landing-img-2,
.event-page .landing-img-3 {
  width: 100%;
}
.event-page .landing-img-1,
.event-page .landing-img-3 {
  display: none;
}

.landing-slider .slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
.landing-slider .landing-next-arrow {
  right: -5%;
  transform: translateY(-50%) rotate(180deg);
}
.landing-slider .landing-prev-arrow {
  left: -5%;
}

.event-list-image {
  width: 100%;
}

.event-list-item {
  margin-bottom: 85px;
}

.event-list-section {
  margin-top: 85px;
}

@media (min-width: 768px) {
  .event-page .landing-img-1,
.event-page .landing-img-2,
.event-page .landing-img-3 {
    text-align: right;
    margin-left: auto;
    display: block;
  }
  .event-page .event-img-1,
.event-page .event-img-2,
.event-page .event-img-3 {
    width: 100%;
    text-align: right;
  }
  .event-page .landing-img-1 {
    width: 46%;
  }
  .event-page .landing-img-2 {
    width: 100%;
  }
  .event-page .landing-img-3 {
    width: 34%;
  }
  .event-page .event-img-3 {
    position: absolute;
    right: 46%;
  }

  .event-page .landing__section__data {
    flex: 50%;
  }
  .event-page .landing__section__image {
    flex: 50%;
  }

  .event-list-data-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .event-list-image {
    width: 90%;
  }

  .event-list-item {
    margin-bottom: 100px;
  }

  .event-list-section {
    margin-top: 100px;
  }

  .event-page .landing-img-1,
.event-page .landing-img-3 {
    display: block;
  }
  .event-page .landing-img-2 {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-height: 768px) {
  .event-page .landing-img-1 {
    width: 50%;
  }
  .event-page .landing-img-2 {
    width: auto;
    height: 45vh;
  }
  .event-page .event-img-3 {
    right: 50%;
  }
}
@media (min-width: 1600px) {
  .event-page .landing-img-1 {
    width: 45%;
  }
  .event-page .landing-img-2 {
    width: 72%;
  }
  .event-page .landing-img-3 {
    width: 34%;
  }
  .event-page .event-img-3 {
    right: 45%;
  }
}
@media (min-width: 2500px) {
  .event-page .landing-img-1 {
    width: 40%;
  }
  .event-page .landing-img-2 {
    width: 60%;
  }
  .event-page .event-img-3 {
    right: 40%;
  }
}
.career-page {
  overflow: hidden;
}

.common-landing-section {
  height: 100vh;
}
.common-landing-section .container {
  height: 100%;
}

.career-title {
  font-size: 2.1rem;
}

.career-img-1 {
  z-index: -1;
  position: absolute;
  bottom: 0%;
  right: -5%;
  width: 50%;
}

.career-img-2 {
  position: absolute;
  width: 52%;
  top: -17%;
  left: -5%;
}

.career-img-3 {
  position: absolute;
  right: 0;
  width: 40%;
  top: 0;
}

.green-area-section {
  position: relative;
  height: 70vh;
}
.green-area-section .container {
  height: 100%;
  position: relative;
  background: #0acc3a;
}
.green-area-section::after {
  background: #0acc3a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.green-area-title-container {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.career-form-div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.career-form-div .career-form-container {
  flex: 50%;
}
.career-form-div .career-img-container {
  padding-top: 10%;
  flex: 50%;
  position: relative;
}
.career-form-div .career-img-container::after {
  background: #43e3fd;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 64%;
  width: 150%;
  z-index: -1;
}
.career-form-div .career-img-container::before {
  background: #43e3fd;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 64%;
  width: 150%;
  z-index: -2;
}

.career-submit-btn {
  width: 100%;
  height: 48px;
}

@media (max-width: 425px) and (max-height: 600px) {
  .career-title {
    font-size: 1.8rem;
  }

  .green-area-title-container .landing__section__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .career-title {
    width: 55%;
    padding-top: 3%;
    font-size: 2.7rem;
  }

  .career-img-1 {
    top: 0;
    right: 0;
  }

  .career-img-3 {
    top: -8%;
    width: 22%;
  }

  .career-img-2 {
    top: -31%;
    left: auto;
    width: 50%;
  }

  .green-area-title-container {
    width: 40%;
    bottom: -128px;
    right: 0;
  }

  .job-details1 {
    color: #39BFDF;
    font-weight: 400;
    text-decoration: underline;
    z-index: 0;
  }
  .job-details1 :hover {
    color: #212529;
  }

  .career-img-4 {
    position: absolute;
    bottom: 18.7%;
    width: 100%;
  }

  .career-form-section {
    position: relative;
  }
  .career-form-section::after {
    background: #43e3fd;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30%;
    width: 100%;
    z-index: -1;
  }

  .career-form-div {
    flex-direction: row;
  }
  .career-form-div .career-img-container {
    flex: 50%;
    position: relative;
    padding-top: 0;
  }
  .career-form-div .career-img-container::before {
    content: none;
  }
  .career-form-div .career-img-container::after {
    background: #43e3fd;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: -1;
  }

  .career-form-container {
    padding: 8% 15% 17% 0;
  }

  .career-form-section::after {
    height: 50%;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .green-area-title-container {
    width: 48%;
    bottom: -174px;
  }

  .career-title {
    padding-top: 5%;
    font-size: 3.2rem;
  }
}
@media (min-width: 1600px) {
  .career-img-4 {
    bottom: 14%;
  }

  .green-area-title-container {
    bottom: -213px;
  }
}
@media (min-width: 1920px) {
  .career-title {
    padding-top: 7%;
    font-size: 4.2rem;
  }

  .green-area-title-container {
    bottom: -258px;
  }
}
.resume-title {
  left: 50% !important;
  transform: translateX(-50%);
}

.drop-zone {
  height: 160px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  color: #727272;
  border: 1px dashed #727272;
  border-radius: 20px;
  position: relative;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #727272;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.about-us {
  overflow: hidden;
}

.about-content {
  font-size: 1rem;
  color: #000000;
  padding-top: 10px;
}

.about-landing-container {
  padding-bottom: 40%;
}

.philosophy-section {
  position: relative;
  z-index: -1;
}
.philosophy-section::before {
  background: #43e3fd;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.vision-section .main-content {
  color: #000000;
}

.vision-section,
.mission-section,
.employee-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.philosophy-img-container {
  transform: translateY(-40%);
  padding-right: 25px;
  padding-left: 25px;
}
.philosophy-img-container img {
  width: 100%;
}

.philosophy-scrolling-text {
  transform: translateY(-50%);
}

.our-vision-data,
.our-mission-data,
.vision-img-container,
.mission-img-container,
.employee-data-container,
.employee-img-container {
  padding-right: 25px;
  padding-left: 25px;
}

.our-values-section {
  padding: 17% 0;
}

.leadership-scrolling-text {
  margin-bottom: 17%;
  padding-top: 0 !important;
}

.employee-section {
  position: relative;
}
.employee-section::after {
  background: #edfdff;
  content: "";
  position: absolute;
  top: 4%;
  right: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
}

.employee-div {
  padding-bottom: 10%;
}

.employee-name {
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 0;
  padding-top: 40px;
}

.employee-designation {
  font-size: 1.2rem;
  color: #000000;
}

.employee-details {
  padding: 17px 0 30px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.milestones-scroller::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.milestones-scroller {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.milestone-main-title {
  padding: 36% 0 70%;
}

.milestones-section {
  transform: translateY(-170px);
}
.milestones-section ul {
  bottom: -25%;
}
.milestones-section .slick-list {
  overflow: inherit;
}
.milestones-section ul li {
  width: 10%;
}
.milestones-section ul li button {
  display: block;
  width: 100%;
  height: 0.7px;
  padding: 0;
  border: none;
  background-color: #727272;
  margin-top: 10px;
}
.milestones-section ul li button:before {
  content: "" !important;
}
.milestones-section li.slick-active button {
  background-color: #00bfdf;
  height: 2px;
}

.milestone-year {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0acc3a;
  margin-bottom: 0;
}

.milestone-title {
  font-size: 1.2rem;
  color: #000000;
  padding: 3% 0 8%;
}

.milestone-outer-div {
  border-radius: 20px;
  background: #ffffff;
  margin: 0 30px;
  box-shadow: 0px -17px 76px #00538024;
  -webkit-box-shadow: 0px -17px 76px #00538024;
  -moz-box-shadow: 0px -17px 76px #00538024;
}

.milestone-div {
  padding: 10%;
}

@media (min-width: 425px) {
  .milestones-section {
    transform: translateY(-230px);
  }
}
@media (min-width: 500px) {
  .milestones-section {
    transform: translateY(-340px);
  }
}
@media (min-width: 768px) {
  .employee-section::after {
    top: 50px;
    height: 100%;
  }

  .about-landing-container {
    width: 60%;
    padding-bottom: 16%;
  }

  .about-content {
    font-size: 1.2rem;
  }

  .philosophy-section {
    background: #97e52c;
  }
  .philosophy-section::before {
    width: 55%;
  }
  .philosophy-section::after {
    background: #293a6a;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 20%;
    z-index: -1;
  }

  .philosophy-img-container {
    padding-right: 10%;
    padding-left: inherit;
    transform: translateY(-18%);
  }

  .vision-section,
.mission-section,
.employee-div {
    display: flex;
    flex-direction: row;
  }

  .our-vision-data {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-right: 5%;
  }

  .employee-data-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 10%;
    padding-right: 5%;
  }

  .alternate-employee-div .employee-data-container {
    padding-right: 10%;
    padding-left: 5%;
  }

  .our-mission-data {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10%;
    padding-left: 5%;
  }

  .vision-img-container,
.mission-img-container,
.employee-img-container {
    padding-left: inherit;
    padding-right: inherit;
  }

  .our-values-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
  }
  .our-values-data .about-content {
    width: 70%;
  }

  .our-values-section {
    padding: 12% 0;
  }

  .leadership-scrolling-text {
    margin-bottom: 12%;
  }

  .employee-name {
    padding-top: 0;
  }

  .milestone-year {
    font-size: 1rem;
  }

  .milestone-title {
    font-size: 1.3rem;
  }

  .milestone-main-title {
    padding: 10% 0 12%;
  }

  .milestones-section {
    transform: translateY(-100px);
  }

  .mission-section {
    padding-top: 7%;
  }
}
@media (min-width: 1440px) {
  .philosophy-img-container {
    padding-right: 14%;
  }

  .our-mission-data,
.alternate-employee-div .employee-data-container {
    padding-right: 14%;
  }

  .our-vision-data,
.employee-data-container {
    padding-left: 14%;
  }
}
@media (min-width: 1600px) {
  .philosophy-img-container {
    padding-right: 20%;
  }

  .philosophy-scrolling-text {
    transform: translateY(-70%);
  }

  .our-vision-data {
    padding-right: 10%;
  }

  .our-mission-data {
    padding-left: 10%;
  }

  .our-mission-data,
.alternate-employee-div .employee-data-container {
    padding-right: 7vw;
  }

  .our-vision-data,
.employee-data-container {
    padding-left: 7vw;
  }
}
@media (min-width: 2560px) {
  .employee-data-container {
    width: 45%;
  }
}
.categories-bar {
  border-top: 1px solid #727272;
  padding: 15px 0;
}

.categories-section {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 4000;
  transition: 0.5s;
}

.top-padding {
  padding-top: 195px;
}

.nice-select.category-select {
  width: 80%;
}

.category-title {
  white-space: nowrap;
  padding-right: 65px;
}

.active-category {
  font-weight: 500;
  box-shadow: 0px 0px 16px #00000015;
  border-radius: 33px;
}

.category .main-content {
  color: #000000;
  margin-bottom: 0;
  padding: 5px 20px;
  transition: 0.5s;
  text-align: center;
}
.category .main-content:hover {
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0px 0px 16px #00000015;
  border-radius: 33px;
  text-decoration: none;
}

.download-pdf-link {
  color: #000000;
  font-size: 1.2rem;
  text-decoration: underline;
}
.download-pdf-link:hover {
  color: #000000;
}

.download-icon-div {
  padding-right: 5%;
}

.download-img {
  width: 117px;
  padding-top: 12px;
}

.download-heading {
  padding: 17% 0;
}

.download-pdf {
  padding-bottom: 30%;
}

.blue-download {
  background: #edfdff;
}

.download-page .register-form-section {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .category-title {
    padding-right: 65px;
  }

  .download-heading {
    padding: 6% 0 5%;
  }

  .download-pdf {
    padding-bottom: 14%;
  }

  .download-img {
    width: 85px;
  }

  .download-page .register-form-section {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .download-pdf {
    width: 90%;
  }
}
.main-blogs-div .article-read-time {
  margin-bottom: 0;
  padding: 6% 0 3%;
  font-size: 0.7rem;
}

.blog-listing-page {
  overflow: hidden;
}
.blog-listing-page .article-section {
  padding-bottom: 15px;
  background: #293a6a;
}
.blog-listing-page .article-div {
  padding: 20% 0;
}

.view-more-btn {
  padding: 0 9%;
}

.blog-1 {
  position: relative;
}
.blog-1::after {
  background: #43e3fd;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  z-index: -1;
}
.blog-1::before {
  background: #43e3fd;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  z-index: -1;
}

.blog-2 {
  position: relative;
}
.blog-2::after {
  background: #2ce65a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  z-index: -1;
}
.blog-2::before {
  background: #2ce65a;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  z-index: -1;
}

.news-updates-slider .slick-dots li button:before {
  font-size: 10px;
}
.news-updates-slider .slick-next, .news-updates-slider .slick-prev {
  top: 37%;
}
.news-updates-slider .slick-next {
  right: -11px;
}
.news-updates-slider .slick-next:before, .news-updates-slider .slick-prev:before {
  font-size: 35px;
}

.blog-list-section {
  position: relative;
}
.blog-list-section .scrolling-text-section {
  display: flex;
  align-items: center;
}
.blog-list-section::after {
  background: #43e3fd;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 17%;
  width: 100%;
  z-index: -1;
}

.blog-container {
  padding-top: 3%;
  padding-bottom: 2%;
}

.main-blog-title {
  font-size: 1.2rem;
  color: #000000;
}

.related-blogs-section-1 {
  padding: 9% 0;
}

.blog-listing-page .article-section .container {
  background: transparent;
}

.news-link:hover {
  color: #0084cd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .article-view-more-btn {
    padding: 0 6%;
  }

  .blog-1::after,
.blog-2::after {
    content: none;
  }

  .related-blogs-section-1 {
    padding-bottom: 9%;
    padding-top: 5%;
  }

  .main-blogs-div .blog-container {
    width: 45%;
  }

  .blog-container {
    padding-top: inherit;
    padding-bottom: inherit;
  }

  .main-blogs-container {
    padding-top: 6%;
  }

  .blog-list-section {
    position: relative;
  }
  .blog-list-section::after {
    background: linear-gradient(90deg, #43e3fd 50%, #2ce65a 50%, #2ce65a 75%, #97e52c 75%, #97e52c 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 62%;
    width: 100%;
    z-index: -1;
  }

  .blog-listing-page .article-section {
    background: linear-gradient(90deg, #0acc3a 30%, #293a6a 30%, #293a6a 100%);
  }
  .blog-listing-page .article-div {
    position: relative;
    padding: 8% 0;
  }
}
.wide-landing-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
}

.blog-landing-section {
  position: relative;
}
.blog-landing-section::after {
  background: #2ce65a;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  height: 60%;
  width: 100%;
  z-index: -1;
}
.blog-landing-section::before {
  background: #43e3fd;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.blog-detail-img-container {
  flex: 40%;
}

.blog-detail-title-container {
  flex: 60%;
}

.blog-detail-img {
  padding-top: 12%;
}

.blog-side-div {
  padding-bottom: 8%;
}

.side-data {
  font-size: 1.2rem;
  color: #707070;
  margin-bottom: 0;
}

.side-data-title {
  font-weight: 500;
  color: #000000;
}

.blog-share-icon {
  width: 40px;
}

.blog-share-div {
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 6;
  width: 100%;
  padding-bottom: 0;
  align-items: center;
  left: 0;
  padding-left: 25px;
}

.blog-details-section {
  padding-top: 6%;
}

.related-blogs-section {
  padding-top: 15%;
}

@media (min-width: 768px) {
  .wide-landing-container {
    flex-direction: row;
    align-items: center;
    padding-left: inherit;
    padding-right: inherit;
  }

  .blog-detail-title-container {
    padding-right: 10%;
    padding-left: 5%;
  }

  .blog-share-icon {
    width: 50px;
  }

  .blog-share-div {
    position: inherit;
    padding-left: initial;
  }

  .related-blogs-section {
    padding-top: 8%;
  }
}
@media (min-width: 1440px) {
  .blog-detail-title-container {
    padding-right: 14%;
  }
}
@media (min-width: 1600px) {
  .blog-detail-title-container {
    padding-right: 17%;
  }
}
.feature-heading-div,
.feature-container {
  display: flex;
  flex-direction: column;
}

.feature-heading-content .main-content {
  color: #000000;
}

.feature-content-div {
  padding-top: 30px;
}

.middle-feature-div {
  padding: 80px 0;
}

.industry-features-section {
  padding: 100px 0;
}

.feature-img-div img {
  width: 100%;
}

.industries-landing-section {
  position: relative;
}
.industries-landing-section .container {
  padding-top: 7%;
}
.industries-landing-section::before {
  background: #edfdff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 70%;
  width: 100%;
  z-index: -1;
}

.how-we-help-section {
  padding: 20% 0;
}

.related-product-section {
  padding: 10% 0;
  background-color: #43e3fd;
}
.related-product-section .container {
  background-color: #43e3fd;
  position: relative;
}
.related-product-section .main-content {
  color: #000000;
}

.related-product-data {
  padding-left: 30px;
  padding-right: 30px;
}

.related-product-box-container {
  display: flex;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.related-product-box-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.related-product-box-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.related-product-box-row {
  display: flex;
  justify-content: flex-end;
}

.related-product-box {
  position: relative;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background: #ffffff;
  overflow: hidden;
  transition: 0.3s;
  color: #000000;
}
.related-product-box:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
  background: #43e3fd;
  box-shadow: -1px 4px 14px 0px rgba(168, 168, 168, 0.7);
  -webkit-box-shadow: -1px 4px 14px 0px rgba(168, 168, 168, 0.7);
  -moz-box-shadow: -1px 4px 14px 0px rgba(168, 168, 168, 0.7);
}
.related-product-box:hover .related-product-arrow {
  animation: blinkArrow 0.5s ease-in-out;
}
.related-product-box .main-content {
  text-align: center;
  font-size: 1.2rem;
  width: 80%;
}

@keyframes blinkArrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.related-product-box::before {
  position: absolute;
  bottom: 0;
  left: 50;
  transform: translateX(-50%);
  transform: translateY(50%);
  border-radius: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 0;
  background: #43e3fd;
  opacity: 0;
  animation: productCircleReverse 0.3s;
}

.related-product-box:hover::before {
  animation: productCircle 0.3s;
}
@keyframes productCircle {
  0% {
    opacity: 1;
    height: 20%;
  }
  100% {
    width: 200%;
    height: 400%;
    opacity: 1;
  }
}
@keyframes productCircleReverse {
  0% {
    width: 200%;
    height: 400%;
    opacity: 1;
  }
  20% {
    width: 80%;
    height: 300%;
    opacity: 1;
  }
  50% {
    width: 60%;
    height: 200%;
    opacity: 1;
  }
  80% {
    width: 50%;
    height: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 50%;
  }
}
.gray-box {
  background: #f2f9fa;
}

.related-product-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  z-index: 5;
}

.cta-section {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .related-product-data {
    position: absolute;
    padding-right: initial;
    padding-left: initial;
    width: 40%;
    padding: 5% 0;
  }

  .related-product-box-container {
    flex-direction: column;
    justify-content: flex-end;
    overflow-x: initial;
  }

  .related-product-box {
    height: 230px;
    width: 230px;
  }

  .related-product-section {
    background: linear-gradient(90deg, #2ce65a 10%, #43e3fd 10%, #43e3fd 100%);
    padding: 0 0;
  }

  .industries-landing-section .main-content {
    width: 60%;
  }
  .industries-landing-section .container {
    background-image: linear-gradient(to bottom, #edfdff 70%, #ffffff 30%);
  }
  .industries-landing-section::before {
    background: #edfdff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 74%;
    width: 85%;
    z-index: -1;
  }

  .industries-right-part {
    text-align: right;
    transform: translateY(-78%);
  }

  .how-we-help-section {
    padding: 8% 0;
  }

  .feature-heading-div,
.feature-container {
    flex-direction: row;
  }

  .feature-heading-title,
.feature-heading-content,
.feature-img-div,
.feature-content-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .feature-content-div {
    padding-top: unset;
  }

  .feature-heading-title,
.feature-img-div {
    flex: 60%;
    padding-right: 5%;
  }

  .feature-heading-content,
.feature-content-div {
    flex: 40%;
  }

  .alternate-feature-container .feature-img-div {
    padding-left: 5%;
    padding-right: unset;
  }

  .cta-btn {
    padding: 0 9%;
  }

  .middle-feature-div {
    padding: 120px 0 100px;
  }

  .industry-features-section {
    padding: 100px 0 200px;
  }
}
@media (max-width: 768px) {
  .industries-landing-section .landing__section__title {
    font-size: 2.3rem;
  }

  .related-product-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .related-product-box {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .related-product-data .main-title {
    font-size: 2.3rem;
  }

  .related-product-box {
    height: 400px;
    width: 400px;
  }

  .feature-heading-title,
.feature-img-div {
    flex: 60%;
    padding-right: 8%;
  }

  .alternate-feature-container .feature-img-div {
    padding-left: 8%;
  }

  .industries-landing-section::before {
    height: 73%;
  }
}
.search-box {
  width: 70%;
  margin: auto;
}

.search-box-input {
  border-left: none;
  border-bottom: 1px solid #c9c9c9;
  border-right: none;
  border-top: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #d1d3d4;
}
.search-box-input:focus {
  box-shadow: none;
  outline: none;
}

.loding-text {
  font-size: 1.5rem;
  color: #000000;
}

.webp-supported .form-drawer {
  background-image: url("/../../images/reach-us-form.webp");
}

.form-drawer {
  background-color: blue;
  position: fixed;
  top: 0;
  z-index: 6000;
  right: 0;
  transform: translateX(200vw);
  transition: 0.5s;
  height: 100vh;
  background-color: burlywood;
  background-image: url("/../../images/reach-us-form.png");
  background-position: center;
  background-size: cover;
}

.form-drawer.open {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
}
.form-drawer.open .form-close {
  color: #ffffff;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 2rem;
  cursor: pointer;
}

.reach-us-form {
  padding: 0 5vw;
  /* Change autofill color */
}
.reach-us-form .invalid-feedback {
  background: #ffffff;
  font-size: 0.75rem;
  padding: 0 17px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}
.reach-us-form input:-webkit-autofill,
.reach-us-form input:-webkit-autofill:hover,
.reach-us-form input:-webkit-autofill:focus,
.reach-us-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 30px #293a6a inset !important;
}
.reach-us-form .common-btn {
  height: 43px;
}
.reach-us-form .form-group {
  padding-bottom: 20px;
}
.reach-us-form .form__label {
  color: #ffffff;
  background: #293a6a;
  font-size: 0.8rem;
  top: -14px;
}
.reach-us-form .form__input {
  border-color: #ffffff;
  color: #ffffff !important;
  font-size: 0.8rem;
}
.reach-us-form .form-title {
  font-size: 1.6rem;
  color: #ffffff;
}
.reach-us-form input {
  background: transparent;
}

@media (max-width: 600px) {
  .form-drawer {
    width: 100%;
  }
}
.job-landing-section {
  background: #0ACC3A;
  padding-top: 84px;
  height: 740px;
  width: 100%;
}

.job-landing-content {
  position: relative;
}

.job-landing-title {
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  width: 332px;
  padding: 40px 0;
}

.job-details-wrapper {
  padding: 75px 0;
}

.job-landing-img {
  top: 0px;
}

.job-heading {
  font-weight: 500;
  font-size: 35px;
  line-height: 52px;
  color: #505050;
}

.jobs-form-section {
  padding: 70px 0px 90px;
}

.jobs-apply-heading {
  font-size: 45px;
  line-height: 67.5px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.apply-form-content {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #383838;
}

.smart-input-field {
  border: 1px solid #727272;
  padding: 15px 0px 10px 20px;
  border-radius: 30px;
  opacity: 1;
}

.styled-dots .slick-dots {
  bottom: 0;
  text-align: left;
}
.styled-dots .slick-dots li {
  transition: 0.4s ease;
  width: 16px;
  width: 10px;
  height: 4px;
}
.styled-dots .slick-dots li button {
  background: #000000;
  opacity: 0.5;
  width: 14px;
  height: 5px;
  padding: 2px;
  border-radius: 5px;
  transition: 0.4s ease;
}
.styled-dots .slick-dots li button:before {
  display: none;
}
.styled-dots .slick-dots li.slick-active {
  width: 18px;
}
.styled-dots .slick-dots li.slick-active button {
  opacity: 1;
  width: 22px;
}

.slide-button-group .slide-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  color: #2DA1B2;
  border: 2px solid #2DA1B2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  z-index: 10;
}
.slide-button-group .slide-button span {
  font-size: 40px;
}
.slide-button-group .slide-button:hover {
  background: #505050;
  color: #FFF;
}

.input-data {
  bottom: 0;
}

.placeholder {
  position: absolute;
  left: 40px;
  top: -10px;
  background-color: white;
  color: #727272;
  padding: 0 5px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.main-svg-div {
  display: flex;
  align-items: center;
}

.svg-para-wrapper {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.svg-img {
  padding-right: 9px;
}

.question-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
}

.job-post-questions {
  color: #505050;
  padding-top: 40px;
}

.job-post-questions li {
  margin-bottom: 10px;
}

.questions-ans p,
.questions-ans span,
.questions-ans li {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.gradient-btn1 {
  border-radius: 15px;
}

#myfile {
  padding: 60px;
  border: 1px dashed #727272;
  border-radius: 30px;
}

.contact-thanks-div {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding-bottom: 100px;
}

.job-description {
  border: 0.5px solid #505050;
  border-radius: 10px !important;
  padding: 37px 20px 40px 20px;
  margin: 0 10px;
}

.mid-job-description-div-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.question-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
}

.questions-ans p,
.questions-ans span,
.questions-ans li {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.job-description-div .job-description-div-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.job-description-div .job-description-div-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-left: 2px solid #505050;
  margin-left: 10px;
  padding-left: 10px;
}

.job-slider .slick-track {
  display: flex;
}
.job-slider .slick-slide > div {
  width: 350px !important;
  padding: 0 20px;
}
.job-slider .slick-dots {
  bottom: -40px;
}

.submit-container {
  margin-top: 100px;
}

.slide-button-group .slide-button:hover {
  background: #2DA1B2;
}

#captcha0 {
  top: 0px;
}

.job-slider .slick-slide > div {
  width: 100% !important;
  margin: 0 auto;
}

.left-align {
  width: 100%;
}

.form-container {
  flex-direction: column;
}

@media (min-width: 500px) {
  .job-slider {
    margin: 0 20px;
  }
  .job-slider .slick-slide > div {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  .left-align {
    margin: 0 0 !important;
  }

  .question-heading {
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
  }

  .questions-ans p,
.questions-ans span,
.questions-ans li {
    font-size: 16px;
    line-height: 22px;
  }

  .svg-para-wrapper {
    display: flex;
    padding-right: 3px;
  }

  .svg-img {
    padding-right: 9px;
  }

  .job-details-wrapper {
    padding: 75px 0;
  }
  .job-details-wrapper .nav-pills {
    width: 30%;
    border-style: none;
  }
  .job-details-wrapper .nav-pills .nav-link.active {
    background: linear-gradient(103.83deg, #07C869 -1.29%, #0064BF 152.94%);
  }
  .job-details-wrapper .job-slider {
    width: 60%;
  }
  .job-details-wrapper .jobs-div {
    text-align: left;
    border-radius: 10px;
    border-style: none;
  }

  .jobs-div {
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    margin-bottom: 30px;
    height: 175px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
  }
  .jobs-div .job-opening-heading {
    color: #505050;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
  }
  .jobs-div .job-opening-text,
.jobs-div .job-opening-para {
    color: #828282;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .jobs-div path {
    fill: #828282;
  }
  .jobs-div.active .job-opening-heading {
    color: #fff;
  }
  .jobs-div.active .job-opening-text,
.jobs-div.active .job-opening-para {
    color: #fff;
  }
  .jobs-div.active path {
    fill: #fff;
  }

  .job-landing-section {
    height: 570px;
    width: 100%;
  }

  .job-landing-title {
    position: absolute;
    top: 100px;
    font-size: 55px;
    line-height: 70px;
  }

  .job-landing-img {
    position: absolute;
    right: 0;
  }

  .jobs-form-section .btn-submit {
    width: 200px;
  }

  #captcha0 {
    top: 80px;
  }

  .submit-container {
    margin-top: 0px;
  }
}
.resume-title {
  left: 50% !important;
  transform: translateX(-50%);
}

.drop-zone {
  height: 160px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  color: #727272;
  border: 1px dashed #727272;
  border-radius: 20px;
  position: relative;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #727272;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
