:root {
  --white: #ffffff;
  --black: #000000;
  --blue: #21b0a8;
  --purple: #430074;
  --text-primary: #1a3760;
  --text-secondary: #9d9faf;
  --disclimer-font: 0.625rem;
  --extra-small-font: 0.75rem;
  --small-font: 0.875rem;
  --regular-font: 1rem;
  --medium-font: 1.125rem;
  --semi-font: 1.25rem;
  --semi-large-font: 1.375rem;
  --large-font: 1.5rem;
  --extra-large-font: 1.875rem;
  --heading: 3rem;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --small-spacing: 3rem;
  --medium-spacing: 4rem;
  --semi-spacing: 5rem;
  --large-spacing: 6rem;
}

@media (max-width: 767px) {
  :root {
    --heading: 2.25rem;
  }
}
@media (max-width: 767px) {
  :root {
    --heading: 1.75rem;
    --semi-spacing: 2.5rem;
  }
}
@font-face {
  font-family: "GT Walsheim";
  src: url("../fonts/gt-walsheim/GTWalsheim-Light.eot");
  src: url("../fonts/gt-walsheim/GTWalsheim-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gt-walsheim/GTWalsheim-Light.woff2") format("woff2"),
    url("../fonts/gt-walsheim/GTWalsheim-Light.woff") format("woff"),
    url("../fonts/gt-walsheim/GTWalsheim-Light.ttf") format("truetype"),
    url("../fonts/gt-walsheim/GTWalsheim-Light.svg#GTWalsheim-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("../fonts/gt-walsheim/GTWalsheim.eot");
  src: url("../fonts/gt-walsheim/GTWalsheim.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gt-walsheim/GTWalsheim.woff2") format("woff2"),
    url("../fonts/gt-walsheim/GTWalsheim.woff") format("woff"),
    url("../fonts/gt-walsheim/GTWalsheim.ttf") format("truetype"),
    url("../fonts/gt-walsheim/GTWalsheim.svg#GTWalsheim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("../fonts/gt-walsheim/GTWalsheim-Medium.eot");
  src: url("../fonts/gt-walsheim/GTWalsheim-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gt-walsheim/GTWalsheim-Medium.woff2") format("woff2"),
    url("../fonts/gt-walsheim/GTWalsheim-Medium.woff") format("woff"),
    url("../fonts/gt-walsheim/GTWalsheim-Medium.ttf") format("truetype"),
    url("../fonts/gt-walsheim/GTWalsheim-Medium.svg#GTWalsheim-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("../fonts/gt-walsheim/GTWalsheim-Bold.eot");
  src: url("../fonts/gt-walsheim/GTWalsheim-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gt-walsheim/GTWalsheim-Bold.woff2") format("woff2"),
    url("../fonts/gt-walsheim/GTWalsheim-Bold.woff") format("woff"),
    url("../fonts/gt-walsheim/GTWalsheim-Bold.ttf") format("truetype"),
    url("../fonts/gt-walsheim/GTWalsheim-Bold.svg#GTWalsheim-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: var(--medium-font);
  font-weight: var(--font-weight-normal);
  font-family: "GT Walsheim";
  line-height: 1.4;
  letter-spacing: 0.25px;
  overflow-x: hidden;
  color: var(--black);
}
@media (max-width: 767px) {
  body {
    font-size: var(--regular-font);
  }
}

.main {
  background-image: url(../images/resources/main-bg.png);
  background-position: top center;
  background-size: cover;
}
.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgb(242, 253, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}
p:last-child {
  margin-bottom: 0;
}

:focus {
  outline: none;
}

@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

.section-title {
  position: relative;
  margin-bottom: 3.125rem;
}
.section-title .section-tag {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.2em;
  border-radius: 1.5rem;
  color: var(--purple);
  background-color: #e9dff1;
}
.section-title h3 {
  font-size: var(--heading);
  font-weight: var(--font-weight-bold);
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: var(--text-primary);
}

.btn-theme {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: var(--small-font);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.25px;
  border-radius: 1.875rem;
  color: var(--white);
  background: var(--blue);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 576px) {
  .btn-theme {
    padding: 0.75rem 1.5rem;
  }
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:focus-visible,
.btn-theme:active,
.btn-theme:first-child:active {
  color: var(--white);
  background: var(--purple);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
}

:not(.btn-check) + .btn-theme:active {
  color: var(--white);
  background: var(--purple);
}

/* Navbar css */

nav {
  width: 100%;
  height: auto;
  z-index: 99;
}
nav.sticky-position {
  background: var(--white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0;
}

.navbar .logo a {
  display: block;
}

.navbar .logo a img {
  width: auto;
  height: 3.125rem;
}

nav .navbar .nav-links {
  line-height: 5rem;
  height: 100%;
}

nav .navbar .links {
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 1rem;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-size: var(--regular-font);
  font-weight: var(--font-weight-medium);
  color: var(--text-primary);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: auto;
  line-height: 5rem;
  margin-left: 0.25rem;
  text-align: center;
  display: inline-block;
  color: var(--text-primary);
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  line-height: 2.5rem;
  z-index: 2;
  border-radius: 0.375rem;
  background: var(--white);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 1.25rem;
  border-bottom: none;
}

.navbar .links li .sub-menu li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar .links li .sub-menu a {
  font-size: var(--regular-font);
  font-weight: var(--font-weight-medium);
  color: var(--text-primary);
}

.navbar .links li .sub-menu a:hover{
  color: #21b0a8;
}
.navbar .links li .sub-menu .more-arrow {
  line-height: 3.125rem;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  border-radius: 0 4px 4px 4px;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

/* .htmlCss-sub-menu.sub-menu.drop-down {
  column-count: 4;
  column-gap: 1px;
  max-width: 1200px;
  margin-left: -640px; 
  column-rule: 1px solid #21b0a8;
} */
/* Change after more than 20 Industry */

.htmlCss-sub-menu.sub-menu.drop-down {
  column-count: 3;
  column-gap: 8px;
  max-width: 800px;
  margin-left: -240px;
  column-rule: 1px solid #21b0a8;
} 


.htmlCss-sub-menu.sub-menu.drop-down li {
  display: block;
  margin-bottom: 2px;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
}

@media (max-width: 991px) {
  nav .navbar {
    max-width: 100%;
    padding: 0;
    height: 5rem;
 
  
  }
  .navbar .logo a img {
    height: 2.75rem;
  }
  .navbar .logo {
    margin: auto;
  }
  nav .navbar .links li {
    padding: 0;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  nav {
    /* position: relative; */
  }
  .navbar .bx-menu {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 280px;
    width: 100%;
    line-height: 2.5rem;
    padding: 1.25rem;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .htmlCss-sub-menu.sub-menu.drop-down:hover {
    display: inline !important;
  } 
  .htmlCss-sub-menu.sub-menu.drop-down {
    display: inline;
    max-height: 300px;
    column-count:1 !important;
    column-gap: 0px;
    max-width: auto;
    margin-left: 0px;
    column-rule: medium;
    overflow-x: scroll !important;  
  } 
  .sidebar-logo .logo-name img {
    width: auto;
    height: 2.25rem;
  }
  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 1.5rem;
    color: var(--blue);
  }
  nav .navbar .links {
    max-height: 100vh;
    display: block;
    margin-top: 1.25rem;
    margin-bottom: 50px;

  }
  nav .navbar .links li .arrow {
    line-height: 2.5rem;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  } */
  .links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }
  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  /* nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  } */
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  .links li .sub-menu .more:hover .more-sub-menu  {
  display: block;
}
  /* .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  } */
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow
  .links li .sub-menu .more:hover .more-sub-menu  .js-arrow  {
    transform: rotate(180deg);
  }
.navbar .links .more-arrow:hover {
  transform: rotate(90deg);
}
}
@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
} 

footer {
  padding-top: var(--semi-spacing);
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  footer .footer-aboutus {
    margin-bottom: 1.875rem;
  }
}
footer .footer-aboutus a {
  display: inline-block;
}
footer .footer-aboutus a img {
  width: auto;
  height: 3.5rem;
  margin-bottom: 1.25rem;
}
footer .footer-aboutus p {
  max-width: 90%;
}
@media (max-width: 991px) {
  footer .footer-links {
    margin-bottom: 1.875rem;
  }
}
footer .footer-links h4 {
  position: relative;
  font-size: var(--large-font);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  footer .footer-links h4 {
    font-size: var(--semi-font);
  }
}
footer .footer-links ul li {
  display: block;
  margin-bottom: 0.625rem;
}
footer .footer-links ul li:last-child {
  margin-bottom: 0;
}
footer .footer-links ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--text-primary);
}
footer .footer-links ul li a:before {
  content: "\f054";
  display: inline-block;
  width: 0.875rem;
  height: 1rem;
  position: absolute;
  left: -0.625rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--small-font);
  font-family: "FontAwesome";
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .footer-links ul li a:hover {
  color: var(--blue);
  padding-left: 1rem;
}
footer .footer-links ul li a:hover:before {
  left: 0;
  padding-right: 0.375rem;
}
footer .footer-contact h4 {
  position: relative;
  font-size: var(--large-font);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  footer .footer-contact h4 {
    font-size: var(--medium-font);
  }
}
footer .footer-contact ul li {
  display: block;
  margin-bottom: 0.625rem;
}
footer .footer-contact ul li:last-child {
  margin-bottom: 0;
}
footer .footer-contact ul li span {
  display: block;
}
footer .footer-contact ul li a {
  display: inline-block;
  font-size: var(--medium-font);
  color: var(--blue);
}
footer .copyright {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  footer .copyright {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
footer .copyright span {
  display: block;
  text-align: center;
}

.hero-banner {
  display: flex;
  align-items: center;
  height: calc(100vh - 5rem);
}
@media (max-width: 991px) {
  .hero-banner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    top: 0;
    align-items: flex-start;
    padding-bottom: var(--semi-spacing);
  }
}
@media (max-width: 991px) {
  .hero-banner .start {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .start {
    order: 2;
  }
}
.hero-banner .start h1 {
  margin-bottom: 1.25rem;
  font-size: 3.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1099px) {
  .hero-banner .start h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .start h1 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}
.hero-banner .start p {
  font-size: var(--semi-font);
  color: var(--text-secondary);
  margin-bottom: 2rem;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1099px) {
  .hero-banner .start p {
    font-size: var(--medium-font);
  }
}
@media (max-width: 767px) {
  .hero-banner .start p {
    font-size: var(--regular-font);
  }
}
.hero-banner .start .btn-theme {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media (max-width: 767px) {
  .hero-banner .end {
    order: 1;
    padding: 0;
  }
}
.hero-banner .end .hero-banner-image {
  position: absolute;
  right: 0;
  top: 5rem;
  max-width: 720px;
  text-align: center;
}
@media (max-width: 1299px) {
  .hero-banner .end .hero-banner-image {
    max-width: 640px;
  }
}
@media (max-width: 1199px) {
  .hero-banner .end .hero-banner-image {
    max-width: 560px;
  }
}
@media (max-width: 1099px) {
  .hero-banner .end .hero-banner-image {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .end .hero-banner-image {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .hero-banner .end .hero-banner-image {
    position: relative;
    max-width: 100%;
    top: 0;
  }
}

.our-partners {
  padding-bottom: var(--semi-spacing);
}
@media (max-width: 991px) {
  .our-partners {
    padding-top: var(--semi-spacing);
  }
}
.our-partners .partners-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.our-partners .partners-logos .logo {
  width: 20%;
  flex: 0 0 20%;
  padding: 1.5rem 1rem;
  margin-right: -1px;
  margin-top: -1px;
  text-align: center;
  background: var(--white);
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .our-partners .partners-logos .logo {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .our-partners .partners-logos .logo {
    width: 50%;
    flex: 0 0 50%;
  }
}
.our-partners .partners-logos .logo img {
  width: 100%;
  height: auto;
}

.more-aboutus {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.more-aboutus .start {
  position: relative;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.more-aboutus .start .image img {
  width: 94%;
  height: auto;
}
@media (max-width: 1199px) {
  .more-aboutus .start .image img {
    width: 100%;
  }
}
.more-aboutus .start .dot-pattern {
  position: absolute;
  bottom: -3.75rem;
  left: -3.75rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .more-aboutus .end {
    margin-top: 2.5rem;
  }
}
.more-aboutus .end .section-title {
  margin-bottom: 1.5rem;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.more-aboutus .end p {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.more-aboutus .end .btn-theme {
  margin-top: 1.25rem;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.list {
  position: relative;
}

.list:hover .explore-button {
  opacity: 1;
}

.our-services {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.our-services .service-listing {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1rem;
}
.our-services .service-listing .list {
  width: calc(33.33% - 2rem);
  flex: 0 0 calc(33.33% - 2rem);
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .our-services .service-listing .list {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .our-services .service-listing .list {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
.our-services .service-listing .list:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.our-services .service-listing .list:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.our-services .service-listing .list:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.our-services .service-listing .list:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.our-services .service-listing .list:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.our-services .service-listing .list:nth-child(6) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.our-services .service-listing .list:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.our-services .service-listing .list:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.our-services .service-listing .list:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.our-services .service-listing .list .icon {
  margin-bottom: 1.5rem;
}
.our-services .service-listing .list .icon img {
  width: 6.25rem;
  height: auto;
}
@media (max-width: 767px) {
  .our-services .service-listing .list .icon img {
    width: 5rem;
  }
}
.our-services .service-listing .list h4 {
  margin-bottom: 1.25rem;
  font-size: var(--large-font);
}
@media (max-width: 767px) {
  .our-services .service-listing .list h4 {
    margin-bottom: 0.75rem;
    font-size: var(--semi-font);
  }
}

.our-experience {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.our-experience .start {
  max-width: 75%;
}
@media (max-width: 1199px) {
  .our-experience .start {
    max-width: 90%;
  }
}
.our-experience .start .section-title {
  margin-bottom: 1.5rem;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.our-experience .start p {
  font-size: var(--semi-font);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1099px) {
  .our-experience .start p {
    font-size: var(--medium-font);
  }
}
@media (max-width: 767px) {
  .our-experience .start p {
    font-size: var(--regular-font);
  }
}
.our-experience .end {
  position: relative;
  padding: 0 10%;
}
@media (max-width: 1199px) {
  .our-experience .end {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .our-experience .end {
    padding: 0;
    margin-top: 2.5rem;
  }
}
.our-experience .end .statistics {
  display: grid;
  grid-template-columns: 50% 50%;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.our-experience .end .statistics .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 2.25rem 0;
}
.our-experience .end .statistics .list:nth-child(1) {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.our-experience .end .statistics .list:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.our-experience .end .statistics .list:nth-child(3) {
  border-right: 1px solid #eee;
}
.our-experience .end .statistics .list h4 {
  display: block;
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.625rem;
}
@media (max-width: 576px) {
  .our-experience .end .statistics .list h4 {
    font-size: 2.5rem;
  }
}
.our-experience .end .statistics .list label {
  display: block;
  color: var(--text-secondary);
}
.our-experience .end .dot-pattern {
  position: absolute;
  bottom: -3.75rem;
  left: 0;
  z-index: -1;
}

.our-blogs {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.our-blogs .section-title {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 991px) {
  .our-blogs .col-lg-4 {
    margin-bottom: 1.875rem;
  }
  .our-blogs .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
.our-blogs .col-lg-4:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.our-blogs .col-lg-4:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.our-blogs .col-lg-4:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.our-blogs .blog-list {
  background: var(--white);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
}
.our-blogs .blog-list .blog-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.our-blogs .blog-list .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.our-blogs .blog-list .blog-content {
  padding: 2rem;
}
.our-blogs .blog-list .blog-content .user-time {
  display: flex;
  align-items: center;
  font-size: var(--extra-small-font);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.our-blogs .blog-list .blog-content .user-time a {
  position: relative;
  display: block;
  margin-right: 1.875rem;
  color: var(--purple);
}
.our-blogs .blog-list .blog-content .user-time a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  flex-shrink: 0;
  opacity: 0.35;
  margin-inline-start: 0.875rem;
  border-radius: 0.25rem;
  vertical-align: middle;
  background-color: var(--text-primary);
}
.our-blogs .blog-list .blog-content .user-time time {
  color: var(--text-secondary);
}
.our-blogs .blog-list .blog-content h4 {
  margin-bottom: 0;
  font-size: var(--large-font);
}
@media (max-width: 767px) {
  .our-blogs .blog-list .blog-content h4 {
    font-size: var(--semi-font);
  }
}
.our-blogs .blog-list .blog-content h4 a {
  color: var(--text-primary);
}
.our-blogs .blog-list .blog-content h4 a:hover {
  color: var(--text-primary);
}
.our-blogs .blog-list:hover .blog-image img {
  transform: scale(1.1);
}

.get-started {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.get-started .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .get-started .content {
    padding: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .get-started .content {
    padding: 1.5rem;
  }
}
.get-started .content .start {
  width: 60%;
  flex: 0 0 60%;
}
@media (max-width: 1199px) {
  .get-started .content .start {
    width: 70%;
    flex: 0 0 70%;
  }
}
@media (max-width: 991px) {
  .get-started .content .start {
    width: 100%;
    flex: 0 0 100%;
  }
}
.get-started .content .start h3 {
  font-size: var(--heading);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .get-started .content .start h3 {
    margin-bottom: 0.75rem;
  }
}
.get-started .content .start p {
  font-size: var(--semi-font);
}
@media (max-width: 1099px) {
  .get-started .content .start p {
    font-size: var(--medium-font);
  }
}
@media (max-width: 767px) {
  .get-started .content .start p {
    font-size: var(--regular-font);
  }
}
.get-started .content .end {
  width: 40%;
  flex: 0 0 40%;
  text-align: end;
}
@media (max-width: 1199px) {
  .get-started .content .end {
    width: 30%;
    flex: 0 0 30%;
  }
}
@media (max-width: 991px) {
  .get-started .content .end {
    width: 100%;
    flex: 0 0 100%;
    text-align: start;
  }
}
.get-started .content .end .btn-theme {
  font-size: var(--regular-font);
}
@media (max-width: 991px) {
  .get-started .content .end .btn-theme {
    margin-top: 1.875rem;
    font-size: var(--small-font);
  }
}

.inner-banner {
  display: flex;
  align-items: center;
  height: calc(100vh - 5rem);
}
@media (max-width: 991px) {
  .inner-banner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    top: 0;
    align-items: flex-start;
    padding-bottom: var(--semi-spacing);
  }
}
.inner-banner .row {
  align-items: center;
}
@media (max-width: 991px) {
  .inner-banner .start {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .inner-banner .start {
    order: 2;
  }
}
.inner-banner .start h1 {
  margin-bottom: 1.875rem;
  font-size: 3.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--text-primary);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1099px) {
  .inner-banner .start h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .inner-banner .start h1 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
}
.inner-banner .start h5 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.inner-banner .start p {
  font-size: var(--semi-font);
  color: var(--text-secondary);
  margin-bottom: 1rem;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1099px) {
  .inner-banner .start p {
    font-size: var(--medium-font);
  }
}
@media (max-width: 767px) {
  .inner-banner .start p {
    font-size: var(--regular-font);
  }
}
.inner-banner .start .btn-theme {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.inner-banner .end .image {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.inner-banner .end .image img {
  width: 100%;
  height: auto;
}

.development-services {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.development-services .service-listing {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1rem;
}
.development-services .service-listing .list {
  width: calc(33.33% - 2rem);
  flex: 0 0 calc(33.33% - 2rem);
  margin: 1rem;
  padding: 3.125rem 1.5rem;
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .development-services .service-listing .list {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .development-services .service-listing .list {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
.development-services .service-listing .list:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.development-services .service-listing .list:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.development-services .service-listing .list:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.development-services .service-listing .list:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.development-services .service-listing .list:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.development-services .service-listing .list:nth-child(6) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.development-services .service-listing .list:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.development-services .service-listing .list:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.development-services .service-listing .list:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.development-services .service-listing .list h4 {
  margin-bottom: 1.25rem;
  font-size: var(--large-font);
}
@media (max-width: 767px) {
  .development-services .service-listing .list h4 {
    margin-bottom: 0.75rem;
    font-size: var(--semi-font);
  }
}

.more-about-service {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.more-about-service .start {
  position: relative;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.more-about-service .start .image img {
  width: 100%;
  height: auto;
  border-radius: 0 5rem;
}
.more-about-service .start .dot-pattern {
  position: absolute;
  bottom: -3.75rem;
  left: -3.75rem;
  z-index: -1;
}
.more-about-service .end {
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .more-about-service .end {
    padding-left: 0;
    margin-top: 1.875rem;
  }
}
.more-about-service .end .section-title {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.more-about-service .end .service-highlight ul li {
  display: block;
  position: relative;
  margin-bottom: 1.875rem;
}
.more-about-service .end .service-highlight ul li:last-child {
  margin-bottom: 0;
}
.more-about-service .end .service-highlight ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.more-about-service .end .service-highlight ul li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.more-about-service .end .service-highlight ul li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.more-about-service .end .service-highlight ul li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.more-about-service .end .service-highlight ul li:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.more-about-service .end .service-highlight ul li:nth-child(6) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.more-about-service .end .service-highlight ul li:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.more-about-service .end .service-highlight ul li:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.more-about-service .end .service-highlight ul li:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.more-about-service .end .service-highlight ul li h4 {
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--semi-font);
  font-weight: var(--font-weight-medium);
}
@media (max-width: 991px) {
  .more-about-service .end .service-highlight ul li h4 {
    font-size: var(--medium-font);
  }
}
.more-about-service .end .service-highlight ul li h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--blue);
}

.faqs {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.faqs .faq-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 4rem;
}
@media (max-width: 1399px) {
  .faqs .faq-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .faqs .faq-content {
    flex-direction: column;
    align-items: center;
  }
}
.faqs .faq-content .accordion {
  width: calc(100% - 460px);
  flex: 0 0 calc(100% - 460px);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1199px) {
  .faqs .faq-content .accordion {
    width: calc(100% - 410px);
    flex: 0 0 calc(100% - 410px);
  }
}
@media (max-width: 991px) {
  .faqs .faq-content .accordion {
    width: 100%;
    flex: 0 0 100%;
  }
}
.faqs .faq-content .accordion .accordion-item {
  color: var(--black);
  background: transparent;
  border: none;
  border-bottom: 1px solid #ededed;
}
.faqs
  .faq-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 1.5rem;
  border-radius: 0;
  font-size: var(--medium-font);
  font-weight: var(--font-weight-medium);
}
@media (max-width: 576px) {
  .faqs
    .faq-content
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    padding: 1.25rem 1rem;
  }
}
.faqs
  .faq-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  content: url(../images/resources/icons/plus.svg);
  width: 1.5rem;
  height: 1.5rem;
  margin-inline-start: 0;
  margin-inline-end: 1.875rem;
}
@media (max-width: 576px) {
  .faqs
    .faq-content
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button::after {
    margin-inline-end: 1.25rem;
  }
}
.faqs
  .faq-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: transparent;
  box-shadow: none;
}
.faqs
  .faq-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  content: url(../images/resources/icons/minus.svg);
}
.faqs
  .faq-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:hover,
.faqs
  .faq-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faqs .faq-content .accordion .accordion-item .accordion-body {
  padding: 1rem 1.5rem;
}
@media (max-width: 576px) {
  .faqs .faq-content .accordion .accordion-item .accordion-body {
    padding: 1rem;
  }
}
.faqs .faq-content .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.faqs .faq-content .contactus {
  width: 360px;
  flex: 0 0 360px;
  padding: 2.5rem;
  margin-inline-start: 6.25rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media (max-width: 1199px) {
  .faqs .faq-content .contactus {
    margin-inline-start: 3.125rem;
  }
}
@media (max-width: 991px) {
  .faqs .faq-content .contactus {
    margin-top: 1.875rem;
    margin-inline-start: 0;
    flex: auto;
  }
}
@media (max-width: 399px) {
  .faqs .faq-content .contactus {
    width: 100%;
    padding: 2.5rem;
  }
}
.faqs .faq-content .contactus h3 {
  font-size: var(--heading);
  font-weight: var(--font-weight-medium);
  margin-bottom: 1rem;
}
.faqs .faq-content .contactus h5 {
  font-size: var(--semi-font);
  font-weight: var(--font-weight-medium);
  margin-bottom: 1rem;
}
.faqs .faq-content .contactus ul li {
  display: block;
  margin-bottom: 0.625rem;
  font-size: var(--semi-font);
}
.faqs .faq-content .contactus ul li:last-child {
  margin-bottom: 0;
  font-size: var(--medium-font);
}
.faqs .faq-content .contactus ul li a {
  color: var(--blue);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.faqs .faq-content .contactus ul li a:hover {
  color: var(--purple);
}

.career {
  padding-top: calc(var(--semi-spacing) + 2.5rem);
  padding-bottom: var(--semi-spacing);
}
.career .career-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1rem;
}
.career .career-list .list {
  width: calc(33.33% - 2rem);
  flex: 0 0 calc(33.33% - 2rem);
  margin: 1rem;
  padding: 3.125rem 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: var(--white);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .career .career-list .list {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .career .career-list .list {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
.career .career-list .list:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.career .career-list .list:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.career .career-list .list:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.career .career-list .list:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.career .career-list .list:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.career .career-list .list:nth-child(6) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.career .career-list .list:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.career .career-list .list:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.career .career-list .list:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.career .career-list .list h4 {
  margin-top: 1.5rem;
  font-size: var(--large-font);
}
@media (max-width: 767px) {
  .career .career-list .list h4 {
    font-size: var(--semi-font);
  }
}
.career .career-list .list span {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  color: var(--text-secondary);
}
.career .career-list .list a {
  display: inline-block;
  font-weight: var(--font-weight-medium);
  color: var(--blue);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.career .career-list .list a i {
  font-size: var(--small-font);
}
.career .career-list .list a:hover {
  color: var(--purple);
}

.theme-breadcrumb {
  padding-top: calc(var(--semi-spacing) + 2.5rem);
}
.theme-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.theme-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--purple);
}
.theme-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: var(--text-secondary);
}
.theme-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-secondary);
}

.career-details {
  padding-top: var(--small-spacing);
  padding-bottom: var(--semi-spacing);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details .col-lg-8 {
    width: 55%;
  }
  .career-details .col-lg-4 {
    width: 45%;
  }
}
.career-details .job-responsibility .job-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .career-details .job-responsibility .job-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.career-details .job-responsibility .job-title img {
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .career-details .job-responsibility .job-title img {
    width: 5rem;
    height: 5rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.career-details .job-responsibility .job-title .content h3 {
  font-size: var(--extra-large-font);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .career-details .job-responsibility .job-title .content h3 {
    font-size: var(--large-font);
  }
}
.career-details .job-responsibility .job-title .content span {
  display: block;
  font-size: var(--semi-font);
  color: var(--text-secondary);
}
@media (max-width: 767px) {
  .career-details .job-responsibility .job-title .content span {
    font-size: var(--medium-font);
  }
}
.career-details .job-responsibility .job-description h4,
.career-details .job-responsibility .job-specification h4 {
  font-size: var(--large-font);
  font-weight: var(--font-weight-medium);
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .career-details .job-responsibility .job-description h4,
  .career-details .job-responsibility .job-specification h4 {
    font-size: var(--semi-font);
  }
}
.career-details .job-responsibility .job-description ul,
.career-details .job-responsibility .job-specification ul {
  margin: 0;
  padding: 0;
}
.career-details .job-responsibility .job-description ul li,
.career-details .job-responsibility .job-specification ul li {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-bottom: 0.625rem;
}
.career-details .job-responsibility .job-description ul li:last-child,
.career-details .job-responsibility .job-specification ul li:last-child {
  margin-bottom: 0;
}
.career-details .job-responsibility .job-description ul li i,
.career-details .job-responsibility .job-specification ul li i {
  display: block;
  margin-right: 0.625rem;
  font-size: var(--regular-font);
  color: var(--text-secondary);
}
.career-details .job-responsibility .job-description {
  margin-bottom: 1.875rem;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.career-details .job-responsibility .job-specification {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.career-details .job-overview {
  width: 100%;
  padding: 2.5rem;
  border-radius: 1rem;
  background: var(--blue);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media (max-width: 1199px) {
  .career-details .job-overview {
    margin-inline-start: 3.125rem;
  }
}
@media (max-width: 991px) {
  .career-details .job-overview {
    margin-top: 2.5rem;
    margin-inline-start: 0;
    flex: auto;
  }
}
@media (max-width: 399px) {
  .career-details .job-overview {
    width: 100%;
    padding: 1.875rem;
  }
}
.career-details .job-overview h4 {
  font-size: var(--large-font);
  font-weight: var(--font-weight-medium);
  margin-bottom: 0.75rem;
  color: var(--white);
}
@media (max-width: 767px) {
  .career-details .job-overview h4 {
    font-size: var(--semi-font);
  }
}
.career-details .job-overview .table {
  margin-bottom: 0;
}
.career-details .job-overview .table tr td {
  padding: 0.65rem 0.5rem;
  color: var(--white);
  background: transparent;
  border-bottom: none;
}
@media (max-width: 767px) {
  .career-details .job-overview .table tr td {
    padding: 0.5rem;
  }
}
.career-details .job-overview .table tr td:first-child {
  padding-left: 0;
  font-weight: var(--font-weight-medium);
}

.send-resume {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.send-resume .content {
  padding: 3.75rem;
  border-radius: 1rem;
  text-align: center;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .send-resume .content {
    padding: 2.5rem;
  }
}
@media (max-width: 991px) {
  .send-resume .content {
    padding: 1.5rem;
  }
}
.send-resume .content h3 {
  font-size: var(--extra-large-font);
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .send-resume .content h3 {
    font-size: var(--large-font);
  }
}
.send-resume .content h3 a {
  color: var(--blue);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.send-resume .content h3 a:hover {
  color: var(--purple);
}
.send-resume .content p {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-essonova {
  padding-top: calc(var(--semi-spacing) + 2.5rem);
  padding-bottom: var(--semi-spacing);
}
.contact-essonova .contact-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.125rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media (max-width: 991px) {
  .contact-essonova .contact-form {
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .contact-essonova .contact-form {
    padding: 1.875rem;
  }
}
.contact-essonova .contact-form h3 {
  font-size: var(--extra-large-font);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.875rem;
}
.contact-essonova .contact-form form .form-group {
  margin-bottom: 1.875rem;
}
.contact-essonova .contact-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 3.125rem;
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0;
  color: var(--black);
  background-color: var(--white);
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #d5d6de;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-essonova .contact-form form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid var(--blue);
}
.contact-essonova .contact-form form .form-group textarea.form-control {
  height: auto;
}

.contact-details {
  padding-top: var(--semi-spacing);
  position: relative;
}
.contact-details .map {
  width: 100%;
  height: 600px;
}
@media (max-width: 991px) {
  .contact-details .map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-details .map {
    height: 400px;
  }
}

/* Cookies accept */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-consent p {
  margin: 0;
}

.buttons-container {
  display: flex;
  gap: 10px;
}

.cookie-consent button,
.cookie-consent a {
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

/* Responsive Styles */
@media only screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
  }

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

  .cookie-consent button,
  .cookie-consent a {
    margin-top: 10px;
  }
}

/* Hidden class */
.hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */

/* Our Process ribbon  */

.our-process {
  padding-top: var(--semi-spacing);
  padding-bottom: var(--semi-spacing);
}
.our-process .process-listing {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1rem;
}
.our-process .process-listing .list {
  position: relative;
  width: calc(25% - 2rem);
  flex: 0 0 calc(25% - 2rem);
  margin: 1rem;
  padding: 6.25rem 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background: var(--white);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1399px) {
  .our-process .process-listing .list {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .our-process .process-listing .list {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
.our-process .process-listing .list:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.our-process .process-listing .list:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.our-process .process-listing .list:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.our-process .process-listing .list:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.our-process .process-listing .list:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.our-process .process-listing .list:nth-child(6) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.our-process .process-listing .list:nth-child(7) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.our-process .process-listing .list:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.our-process .process-listing .list:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.our-process .process-listing .list .ribbon {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  top: -0.375rem;
  left: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--large-font);
  font-weight: var(--font-weight-medium);
  color: var(--white);
  background: var(--blue);
}
.our-process .process-listing .list .ribbon::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 0.375rem solid var(--purple);
  border-right: 0.375rem solid transparent;
  right: -0.375rem;
  top: 0;
}
.our-process .process-listing .list .ribbon::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-left: 1.875rem solid var(--blue);
  border-right: 1.875rem solid var(--blue);
  border-bottom: 1.875rem solid transparent;
  bottom: -1.875rem;
  left: 0;
}
.our-process .process-listing .list h4 {
  margin-bottom: 1.25rem;
  font-size: var(--large-font);
}
@media (max-width: 767px) {
  .our-process .process-listing .list h4 {
    margin-bottom: 0.75rem;
    font-size: var(--semi-font);
  }
}
/* GCC Services */
.about-us {
  margin-right: 80px; /* Adjust the top margin as needed */
  margin-left: 80px; /* Adjust the bottom margin as needed */
}

.card-container {
  margin: 20px auto;
}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  height: 430px;
}

.card-header {
  background-color: #c0e7e5;
  color: #531580;
  border-bottom: none;
  font: 0.5em sans-serif;
}

.card-title {
  color: #531580;
}

strong {
  color: #531580;
}

.statistics {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.statistic-item {
  text-align: center;
}

.statistic-item h2 {
  color: #430074;
  font-size: 36px;
  font-weight: 600;
}

.operating-from-india {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-highlight1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-highlight1 h3 {
  color: #333;
}

.service-highlight1 p {
  color: #555;
}

.service-highlight1 ul {
  margin-top: 20px;
}

.service-highlight1 li {
  position: relative;
  padding-left: 25px;
  color: #555;
}

.service-highlight1 li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #430074;
}

.india-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .service-highlight1 {
    flex-direction: column-reverse;
  }

  .service-highlight1 h3,
  .service-highlight1 p,
  .service-highlight1 ul {
    text-align: center;
  }

  .service-highlight1 ul {
    margin-top: 15px;
  }
}

/* Banking Industry */

.banking-section {
  height: 420px;
  padding: 60px 15px;
  text-align: center;
  background: linear-gradient(to right, var(--blue), var(--purple));
  background-size: 200% 200%; /* Make the background larger than the container */
  animation: gradientAnimation 10s infinite; /* Adjust the duration as needed */
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.banking-section h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  color: var(--white);
}

.banking-section p {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--white);
}

.banking-cta-btn {
  margin-top: 20px;
}

/* Arrow read button */
.list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.read-button {
  position: absolute;
  bottom: 10px;
  /* left: 3px; */
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.read-arrow {
  display: inline-block;
  margin-left: 5px;
}

.read-arrow::after {
  content: '\2192'; /* Unicode arrow right character */
  font-size: 14px;
}


/* Finance Industry */
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-list .col-md-4 {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; 
  background-color: #ffffff; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease; 
}
.service-list .col-md-4:hover {
  transform: scale(1.05); 
}

.service-list p {
  color: #797e85;
  margin-top: 10px; 
}


/* Back to top */

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #21b0a8;
  color: #fff;
  border: none;
  border-radius: 50%;
  z-index: 999;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
}

#back-to-top-btn:hover {
  background-color:#430074;
}

@media only screen and (max-width: 768px) {
  #back-to-top-btn {
      font-size: 18px;
      padding: 8px 12px;
  }
}

@media only screen and (max-width: 480px) {
  #back-to-top-btn {
      right: 10px;
      bottom: 10px;
      font-size: 14px;
      padding: 6px 10px;
  }
}