@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --default-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --background-color: #fff;
  --default-color: #444;
  --heading-color: #111;
  --accent-color: #2362ae;
  --surface-color: #fff;
  --contrast-color: #fff;
  --nav-color: #212529;
  --nav-hover-color: #2362ae;
  --nav-mobile-background-color: #fff;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #212529;
  --nav-dropdown-hover-color: #2362ae;
  --primary: #2362ae;
  scroll-behavior: smooth;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--default-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
small,
strong {
  font-family: var(--default-font);
}

main {
  display: block;
}

#svg-stage {
  width: 60%;
  max-width: 750px;
  overflow: visible;
}

a {
  text-decoration: none;
  color: var(--primary);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

/* Utility classes */
.mt-100 {
  margin-top: 100px !important;
}

/* .mb-100 {
	margin-bottom: 100px !important;
  } */

.pl-lg-50 {
  padding-left: 50px !important;
}

.text-primary {
  color: #2362ae !important;
}

.text-pink {
  color: #cd1a76 !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-50 {
  font-size: 30px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-underline {
  text-decoration: underline !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  border-radius: 40px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-primary:hover {
  background-color: var(--primary);
  color: var(--contrast-color);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #fff;
  border-radius: 40px;
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  color: #fff;
}

.logged-in .header {
  top: 32px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.header {
  position: fixed;
  top: unset;
  right: 0px;
  left: 0px;
  z-index: 997;
  margin-top: 20px;
  border-radius: 50px;
  box-shadow: 0px 7px 29px 0px rgb(35 98 174 / 16%);
  padding: 12px 30px;
  background-color: #fff;
  color: var(--contrast-color);
  transition: all 0.5s;
}

.header .dropdown-heading p {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}

.header .graphic {
  background-color: #f6f7fb;
  padding: 1rem;
  border-radius: 12px;
}

.header .graphic img {
  border-radius: 12px;
  object-fit: cover;
  height: 150px;
  width: 100%;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 42px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: var(--heading-color);
}

.header .logo span {
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-color);
}

/* .header .input-group {
	max-width: 170px;
	min-height: 37px;
}

.header .form-control:focus {
	border-color: #dee2e6;
	outline: 0;
	box-shadow: none;
}

.header .input-group .input-group-text {
	background-color: #fff;
	border-right: none;
	border-radius: 40px;
	color: #7c7c7c;
	padding-right: 0px;
	font-size: 14px;
}

.header .input-group>.form-control {
	border-left: none;
	border-radius: 40px;
	font-size: 14px;
} */

.search-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  /* width: 170px; */
  border-radius: 40px;
  height: 37px;
  font-size: 14px;
}

.search-wrapper.active {
  border: 1px solid #dedede;
}

.search-icon {
  cursor: pointer;
  padding: 12px;
  border-radius: 40px;
  transition: background 0.3s ease;
  color: #7c7c7c;
  font-size: 14px;
}

.search-input {
  width: 0;
  opacity: 0;
  transition: width 0.4s ease, opacity 0.3s ease;
  margin-left: 0;
  border: none;
  border-radius: 4px;
  padding: 0;
  font-size: 14px;
}

.search-wrapper.active .search-input {
  width: 120px;
  opacity: 1;
  margin-right: 12px;
}

.header .form-control:focus {
  border-color: #dee2e6;
  outline: 0;
  box-shadow: none;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 40px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background-color: var(--background-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color) !important;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 20px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 12px;
    z-index: 99;
    box-shadow: 0 12px 24px -6px rgba(16, 24, 40, 0.18);
    width: 700px;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
    padding: 6px 24px;
  }

  .navmenu .dropdown ul a {
    padding: 16px 0px;
    font-size: 16px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul,
  .navmenu .dropdown a:active > ul {
    opacity: 1;
    top: 130%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 32px;
    line-height: 0;
    cursor: pointer;
    transition: color 0.3s;
    padding-right: 10px;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    position: absolute;
    font-size: 32px;
    top: 58px;
    right: 0px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
    overflow-y: auto;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }

  .mobile-nav-active .nav-link.dropdown-toggle.active + .sub-menu {
    display: block;
  }

  /* .mobile-nav-active .bi.bi-x{
		display: none;
	} */
}

.dropdown-toggle::after {
  margin-left: 0.55em !important;
  vertical-align: 0.155em !important;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background: var(--background-color);
  font-size: 14px;
  position: relative;
  padding: 50px 16px 0px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #7c7c7c;
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #2362ae;
  border-color: #2362ae;
}

.footer h4 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-bottom: 28px;
}

.footer ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul.footer-links i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer ul.footer-links li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer ul.footer-links li:first-child {
  padding-top: 0;
}

.footer ul.footer-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer ul.footer-links a:hover {
  color: #2362ae;
}

.footer .footer-contact a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type="email"]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: var(--alt-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  position: relative;
  z-index: 1;
  padding: 80px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  background-image: url("../img/backdrop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  background-position: bottom;
}

.hero .hero-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hero .hero-text h1 {
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 76px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  line-height: 78px;
  color: #000;
}

.hero .hero-text .icon {
  background-color: var(--primary);
  border: 1px solid transparent;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--contrast-color);
  margin-right: 12px;
  text-align: center;
}

.hero .hero-text h2 {
  font-size: 32px;
  color: var(--heading-color);
}

.hero .hero-text p {
  color: var(--default-color);
  font-size: 18px;
  font-weight: 400;
}

/* .hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
} 
.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
*/

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.hero p {
  color: #7c7c7c;
  margin: 0px 0 0 0;
  font-size: 18px;
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 14px;
  border-radius: 40px;
  transition: 0.3s;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  background-color: var(--contrast-color);
  width: 180px;
}

.hero .btn-get-started:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 600;
  color: var(--default-color);
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

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

.section .section-name {
  color: #2263a7;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.section h2 {
  font-size: 44px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: var(--heading-color);
}

.section p {
  color: #7c7c7c;
  max-width: 635px;
  margin: 0 auto 18px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--default-font);
}

/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/
.scroll-cards {
  /* counter-reset: card; */
  position: relative;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

.scroll-cards > .service-card + .service-card {
  margin-top: 20vh;
}

.service-card {
  --offset: 0.5em;
  position: sticky;
  top: max(16vh, 10em);
  min-height: 19em;
  width: calc(100% - 5 * var(--offset));
  border-radius: 24px;
  width: 100%;
  background-color: #e9f0fd;
  transition: transform 0.3s ease-in-out;
}

.service-card:nth-child(0) {
  background-color: #e9f0fd;
  transform: translate(
    calc((0 - 1) * var(--offset)),
    calc((0 - 1) * var(--offset))
  );
}

.service-card:nth-child(1) {
  transform: translate(
    calc((1 - 1) * var(--offset)),
    calc((1 - 1) * var(--offset))
  );
}

.service-card:nth-child(2) {
  background-color: #cbe7fb;
  transform: translate(
    calc((2 - 1) * var(--offset)),
    calc((2 - 1) * var(--offset))
  );
}

.services .service-card:nth-child(2) .side-panel .icon svg,
.services .service-card:nth-child(2) .side-panel h3,
.services .service-card:nth-child(2) .side-panel p {
  color: #00558a;
}

.services .service-card:nth-child(2) .side-panel .icon {
  border-color: #00558a;
}

.service-card:nth-child(3) {
  background-color: #dfefd7;
  transform: translate(
    calc((3 - 1) * var(--offset)),
    calc((3 - 1) * var(--offset))
  );
}

.services .service-card:nth-child(3) .side-panel .icon svg,
.services .service-card:nth-child(3) .side-panel h3,
.services .service-card:nth-child(3) .side-panel p,
.services .service-card:nth-child(3) .side-panel h4,
.services .service-card:nth-child(8) .side-panel .icon svg,
.services .service-card:nth-child(8) .side-panel h3,
.services .service-card:nth-child(8) .side-panel p,
.services .service-card:nth-child(8) .side-panel h4 {
  color: #25570a;
}

.services .service-card:nth-child(3) .side-panel h4::after,
.services .service-card:nth-child(8) .side-panel h4::after {
  background-color: #25570a;
}

.services .service-card:nth-child(3) .side-panel .icon,
.services .service-card:nth-child(8) .side-panel .icon {
  border-color: #25570a;
}

.service-card:nth-child(4) {
  background-color: #ede4d9;
  transform: translate(
    calc((4 - 1) * var(--offset)),
    calc((4 - 1) * var(--offset))
  );
}

.services .service-card:nth-child(4) .side-panel .icon svg,
.services .service-card:nth-child(4) .side-panel h3,
.services .service-card:nth-child(4) .side-panel p,
.services .service-card:nth-child(4) .side-panel h4,
.services .service-card:nth-child(9) .side-panel .icon svg,
.services .service-card:nth-child(9) .side-panel h3,
.services .service-card:nth-child(9) .side-panel p,
.services .service-card:nth-child(9) .side-panel h4 {
  color: #583c1c;
}

.services .service-card:nth-child(4) .side-panel h4::after,
.services .service-card:nth-child(9) .side-panel h4::after {
  background-color: #583c1c;
}

.services .service-card:nth-child(4) .side-panel .icon,
.services .service-card:nth-child(9) .side-panel .icon {
  border-color: #583c1c;
}

.service-card:nth-child(5) {
  background-color: #f0f9f6;
  transform: translate(
    calc((5 - 1) * var(--offset)),
    calc((5 - 1) * var(--offset))
  );
}

.services .service-card:nth-child(5) .side-panel .icon svg,
.services .service-card:nth-child(5) .side-panel h3,
.services .service-card:nth-child(5) .side-panel p,
.services .service-card:nth-child(5) .side-panel h4 {
  color: #0a847c;
}

.services .service-card:nth-child(5) .side-panel h4::after {
  background-color: #0a847c;
}

.services .service-card:nth-child(5) .side-panel .icon {
  border-color: #0a847c;
}

.service-card:nth-child(6) {
  background-color: #fcebf1;
  transform: translate(
    calc((6 - 1) * var(--offset)),
    calc((6 - 1) * var(--offset))
  );
}

.services .service-card:nth-child(6) .side-panel .icon svg,
.services .service-card:nth-child(6) .side-panel h3,
.services .service-card:nth-child(6) .side-panel p,
.services .service-card:nth-child(6) .side-panel h4 {
  color: rgb(205, 26, 118);
}

.services .service-card:nth-child(6) .side-panel h4::after {
  background-color: rgb(205, 26, 118);
}

.services .service-card:nth-child(6) .side-panel .icon {
  border-color: rgb(205, 26, 118);
}

.service-card:nth-child(8) {
  background-color: #dfefd7;
  transform: translate(
    calc((8 - 1) * var(--offset)),
    calc((8 - 1) * var(--offset))
  );
}

.service-card:nth-child(9) {
  background-color: #ede4d9;
  transform: translate(
    calc((9 - 1) * var(--offset)),
    calc((9 - 1) * var(--offset))
  );
}

@media screen and (min-width: 62em) {
  .service-card {
    /* --offset: 1.25em; */
    max-width: 100%;
  }
}

.services .service-card .side-panel {
  padding: 96px 40px 64px 48px;
  background: url("../img/backdrop-card.png"), #ffffff1a;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  min-width: 420px;
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  border-radius: 24px;
}

.services .service-card .side-panel .icon {
  background: #ffffff4d;
  border: 1px solid #0040c1;
  border-radius: 12px;
  box-shadow: 0 0.6021873017743928px 0.6021873017743928px -1px #0a006612,
    0 2.288533303243457px 2.288533303243457px -2px #0a006611,
    0 10px 10px -3px #0a00660c;
  margin-bottom: 35px;
  text-align: left;
  width: 54px;
  height: 54px;
  line-height: 50px;
  font-size: 26px;
  text-align: center;
}

.services .service-card .side-panel h3 {
  color: #0040c1;
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}

.services .service-card .side-panel p {
  color: #0040c1;
  text-align: left;
  line-height: 24px;
  font-size: 16px;
}

.services .service-card .side-panel h4,
.services .service-card .side-panel .icon svg {
  color: #0040c1;
  position: relative;
}

.services .service-card .side-panel h4::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #0040c1;
  position: absolute;
  top: 13px;
  right: -38px;
}

.services .service-card {
  width: 100%;
}

.services .service-card img {
  border-radius: 36px;
  padding: 16px;
  height: 593px;
  object-fit: cover;
  max-width: 780px;
}

/*--------------------------------------------------------------
# newsletter Section 
--------------------------------------------------------------*/

.newsletter {
  background-image: url("../img/newsletter.jpg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 100px 0px;
  margin-top: 100px;
}

.newsletter:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-30deg, #2362ae 0%, #143f72 100%);
  opacity: 0.8;
  z-index: -1;
}

.newsletter h3 {
  font-size: 42px;
  font-weight: 600;
}

.newsletter .call_action {
  display: inline-block;
  background-color: #fff;
  color: var(--primary);
  border: 1px solid #fff;
  font-size: 16px;
  padding: 12px 24px;
  margin: 30px 0 0 0px;
  border-radius: 40px;
  min-width: 240px;
  position: relative;
  font-weight: 600;
  height: 55px;
  line-height:31px;
}

.newsletter .call_action:hover {
  background-color: var(--primary);
  color: #fff;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  margin-bottom: 100px;
  margin-top: 100px;
}

.clients img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
  /* width: 200px; */
  vertical-align: middle;
  padding: 0 24px;
}

.clients img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.client-logos {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  /* Optional background */
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  margin: 0 10px;
  height: 70px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-item {
  margin-right: 8px;
}

.tabs .nav-item:last-child {
  margin-right: 0px;
}

.tabs .nav-link {
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 6px 16px;
  transition: 0.3s;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  min-width: 125px;
}

.tabs .nav-link i {
  padding-right: 12px;
  font-size: 24px;
}

.tabs .nav-link h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.tabs .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.tabs .nav-link.active {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.tabs .nav-link.active h4 {
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 24px;
}

.tabs .tab-pane p {
  margin-bottom: 24px !important;
}

.tabs .tab-pane .btn {
  font-size: 14px;
  padding: 10px 20px;
}

.tabs .tab-pane .btn i {
  margin-left: 8px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

.img-place {
  background-color: #f0f5fa;
  padding: 30px;
  border-radius: 32px;
}

/*--------------------------------------------------------------
# Solutions Section
--------------------------------------------------------------*/

.solutions-banner {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 0px);
  background-color: #e7eeff;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.solutions-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 34px;
  left: 0;
  right: 0;
  background-image: url("../img/service-section-shap-2.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
}

.solutions-banner .badge {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-bottom: 24px;
  border-radius: 100px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 14px;
  padding: 6px 12px;
  text-align: center;
}

.solutions-banner h3 {
  color: var(--heading-color);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 32px;
}

.solutions-banner .left-side {
  padding-left: 88px;
  position: relative;
  z-index: 9;
}

.solutions-banner .left-side .description {
  font-size: 18px;
  color: #7c7c7c;
  line-height: 28px;
}

.solution-feature .text {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--default-font);
}

.solution-feature .inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.solution-feature .cards {
  display: flex;
  align-items: center;
  gap: 8px;
}

.solution-feature .block-about-card {
  background: #f7f9fb;
  padding: 32px;
  border-radius: 8px;
}

.solution-feature .block-about-card .icon {
  background-color: #eff4fa;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #eff4fa;
}

.solution-feature .block-about-card .icon i {
  font-size: 28px;
  color: var(--primary);
}

.solution-feature .block-about-card h3 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 28px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.solution-feature .block-about-card p {
  line-height: 28px;
  font-weight: 400;
  color: #7c7c7c;
  margin-bottom: 0;
}

.solution-feature h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 24px;
}

.solution-feature ul {
  padding-left: 0px;
  list-style: none;
}

.solution-feature ul li {
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: capitalize;
  color: #7c7c7c;
  font-family: var(--default-font);
}

.solution-feature.block-sec {
  background-color: #143f72;
  padding: 120px 0px;
}

.solution-feature.block-sec .block-box .icon {
  width: 120px;
  height: 120px;
  max-height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background-color: var(--primary);
  font-size: 34px;
}

.solution-feature.block-sec .block-box {
  display: flex;
  align-items: start;
  grid-gap: 32px;
  max-width: 500px;
  margin: 0 auto;
}

.solution-feature .contact-us-btn {
  width: 150px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.solution-feature .contact-us-btn i {
  position: absolute;
  top: 53%;
  right: 20px;
  /* starting farther right */
  transform: translateY(-50%);
  opacity: 0;
  transition: right 0.4s ease, opacity 0.4s ease;
}

.solution-feature .contact-us-btn:hover i {
  right: 12px;
  /* moves closer to text */
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #919191 !important;
}

/*--------------------------------------------------------------
# Contact-us Section
--------------------------------------------------------------*/

.contact-us-banner {
  padding: 160px 0px 0px;
  background-image: url("../img/contact-banner.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
  /* height: 100vh; */
}

.contact-banner_copy {
  max-width: 490px;
  margin-top: 160px;
}

.contact-banner_copy h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

.contact-banner_copy p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  max-width: unset;
  opacity: 0.8;
}

.contact-us-form {
  box-shadow: 0px 32px 80px -20px #8d91b23d;
  background: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #e5e9f5;
  background-image: url("../img/active-bottom-line.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-us-form .form-label {
  font-size: 14px;
}

.contact-us-form .form-control {
  min-height: 48px;
  font-size: 14px;
}

.contact-us-form .form-control:focus {
  border-color: #2261b4;
  box-shadow: none;
}

.contact-us-form h2 {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--heading-color);
  font-weight: 500;
}

.contact-info {
  padding: 120px 0px;
  margin-top: 200px;
  background: #f6f7fc;
}

.contact-info h3 {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}

.contact-info .icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  background: var(--primary);
}

.contact-info span {
  font-size: 18px;
}

/*--------------------------------------------------------------
# About-us Section
--------------------------------------------------------------*/

.service-banner,
.about-banner {
  padding-top: 180px;
  background: linear-gradient(180deg, #ffffff 20%, #eff4fa 80.5%, #ffffff 40%);
  margin-bottom: 100px;
}

.service-banner h1,
.about-banner h1 {
  line-height: 80.64px;
  max-width: 860px;
  margin-bottom: 80px;
}

.service-banner p,
.about-banner p {
  font-size: 18px;
  line-height: 32px;
}

.about-banner-wrapper {
  position: relative;
  margin-top: 60px;
}

.about-banner-wrapper .about-quote-block {
  max-width: 560px;
  margin-left: auto;
  padding: 40px 0px 40px 60px;
  background: #fff;
  position: absolute;
  bottom: -132px;
  right: 0;
}

.about-banner-wrapper .about-quote-block h4 {
  font-weight: 600;
  font-size: 40px;
  color: var(--heading-color);
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-banner-wrapper .about-quote-block span {
  color: #000;
  font-size: 14px;
}
.cstmbread+.breadcrumb-item::before {
color: white ;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}


.static-pages{
	padding-top:180px;
	background:white;
}
.static-pages h1{
	font-size:36px;
}
.static-pages h2{
	font-size:24px;
}
.static-pages h3{
	font-size:20px;
}

.policy-content ul li{
	font-size:14px;color: #7c7c7c;
}
.inner-content p{font-size:14px;}

.contact-us-form .invalid-feedback{
	font-size:12px;
}


@media (max-width: 768px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .newsletter h3 {
    font-size: 30px;
  }
  .footer h4 {
    padding-bottom: 8px;
  }
  .scrolled .header {
    top: 20px;
  }

  .header {
    padding: 14px 24px;
    width: 90vw;
  }

  .header .graphic img {
    height: auto;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    padding: 8px 16px;
    margin: 0px;
  }

  .section,
  .solution-feature.block-sec {
    padding: 30px 16px;
  }

  .section h2 {
    margin-top: 0px;
    font-size: 34px;
  }
  .newsletter {
    margin-top: 0px;
  }
  .clients {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .solution-feature.block-sec .block-box .icon {
    width: 76px;
    height: 76px;
    max-height: 76px;
    line-height: 76px;
    font-size: 30px;
    min-width: 76px;
  }
  .header .logo h1 {
    font-size: 20px;
  }

  .hero {
    background-size: cover;
    background-position: left;
  }

  .hero .hero-text h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .hero .hero-text h2 {
    text-align: center;
  }

  .hero .hero-text .icon {
    margin: 0px auto;
  }

  .hero .hero-text p {
    text-align: center;
  }

  .learnMore {
    padding: 10px 0px !important;
  }

  .tabs .tab-pane h3 {
    font-size: 22px;
  }

  .tabs .nav-link {
    padding: 12px;
  }

  .tabs .nav-link i {
    font-size: 18px;
  }

  .services .service-card .side-panel {
    padding: 35px 35px;
    min-width: unset;
    width: 100%;
  }

  .services .service-card img {
    height: auto;
  }

  .tabs .nav-tabs {
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .tabs .nav-link {
    min-width: unset;
    margin-right: 10px;
  }

  .newsletter .bg-img {
    top: -50px;
    left: 0px;
    right: 0px;
    bottom: -48px;
  }

  .about-banner-wrapper .about-quote-block {
    padding: 24px 10px;
    position: unset;
  }

  .service-card {
    --offset: 0em;
  }

  .service-banner,
  .about-banner {
    padding-top: 140px;
    margin-bottom: 0px;
  }

  .about-banner-wrapper .about-quote-block h4 {
    margin-top: 0px;
    font-size: 34px;
    margin-bottom: 16px;
  }

  .contact-us-banner {
    height: unset;
  }

  .contact-banner_copy h1 {
    font-size: 40px;
  }

  .contact-banner_copy p {
    margin-bottom: 16px;
  }

  .contact-us-form {
    max-width: 380px;
    margin: 0 auto;
    padding: 24px;
  }

  .solutions-banner .left-side {
    padding-left: 30px;
  }

  .solutions-banner h3 {
    color: var(--heading-color);
    font-size: 28px;
    line-height: 35px;
  }

  .search-wrapper {
    display: none;
  }
}
