@import "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";
@import '../assets/scss/aos/aos.css';
:root {
  --sc-spacer-0: 0;
  --sc-spacer-1: .25rem;
  --sc-spacer-2: .5rem;
  --sc-spacer-3: .75rem;
  --sc-spacer-4: 1rem;
  --sc-spacer-5: 1.25rem;
  --sc-spacer-6: 1.5rem;
  --sc-title-font-weight: 500;
  --sc-h1-font-size: 3.25rem;
  --sc-h2-font-size: 2.5rem;
  --sc-h3-font-size: 2rem;
  --sc-h4-font-size: 1.5rem;
  --sc-h5-font-size: 1.25rem;
  --sc-para-md: 1.125rem;
  --sc-font-size-small7: 7px;
  --sc-font-size-small8: 8px;
  --sc-font-size-small10: 10px;
  --sc-font-size-small11: 11px;
  --sc-font-size-medium15: 15px;
  --font-size-base: 16px;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 18px;
  --sc-font-size-medium22: 22px;
  --sc-font-size-large30: 30px;
  --sc-font-size-large36: 36px;
  --h5-font-size: 24px;
  --sc-title-font-weight-275: 275;
  --sc-title-font-weight-300: 300;
  --sc-title-font-weight: 500;
  --sc-font-weight-semi-bold: 600;
  --sc-font-weight-bold: 700;
  --sc-font-weight-extra-bold: 800;
  --sc-black-opacity: rgba(20, 29, 56, 0.1490196078);
  --sc-black: #1a1b1e;
  --sc-gray: #6d6d6d;
  --sc-light-gray: #aeaacb;
  --white: #ffffff;
  --sc-footer-parent-txt-color: #ffffff;
  --sc-footer-child-txt-color: #8DBDD6;
  --sc-footer-child-txt-hover-color: #4effff;
  --sc-footer-parent-font-size:16px;
  --sc-footer-child-font-size: 14px;
  --sc-footer-line-hight: 1.5;
  --sc-footer-separator-line-color: #8DBDD6;
  --sc-footer-separator-line-height: 1rem;
  --sc-f-link-font-size: 20px;
  --sc-para-font-size: 16px;
  --sc-entry-title-font-size: 18px;
  --sc-sub-heading-font-size: 48px;
  --sc-octf-btn-font-size:14px;
  --sc-content-box-anchor-tag-fon-size: 20px;
  --sc-team-info-h4-title: 20px;
  --sc-card-headingfont-size: 18px;
  --sc-article-title-font-size: 32px;
  --sc-casestudy-title-font-size: 16px;
  --sc-casestudy-detail-title-font-size: 28px;
  --sc-ebook-card-title-font-size: 18px;
  --sc-info-title-font-size: 18px;
  --sc-news-stories-card-title-font-size: 20px;
  --sc-title-color-black: #222222;
  --sc-title-color-white: #ffffff;
  --sc-title-gradient-color: linear-gradient(90deg, #07C1F8 0.02%, #2C87D7 97.15%);
  --sc-small-text: 20px;
  --sc-para-color: #687692;
  --sc-h3-title-font-size: 24px;
  --sc-desc-font-size: 16px;
  --sc-article-title-font-size: 40px;
  --sc-article-title-gradient-color: linear-gradient(90deg, #07C1F8 0.02%, #2C87D7 97.15%);
  --line-height: 1.5;
  --blue-clr: #00bce4;
  --sc-title-font-weight-normal:400;
  --sc-header-title-font-size: 40px;
  --sc-h5-title-color: #171F24;
  --sc-para-opacity-color: rgba(3, 2, 2, 0.6);
  --h8-font-size:60px;
  --sc-header-title-color: #8491A5;
  --sc-blue-color:#00BCE4;
  --sc-white-bg-color:#F8F8F8;
  --sc-sub-title-font-size:32px;
  --brand-tertiary:#545B6B;
  --btn-text-color: #fff;
  --btn-bg-color: #0074B8;
  --btn-bg-hover-color: #005581;
  --btn-padding: 16px 32px;
  --btn-font-size: 18px;
  --btn-text-transform: Uppercase;
  --btn-border-radius: 8px;
  --sc-para-text-color: #444444;
  --sc-para-padding: 12px 0;
  --sc-tab-default-txt-color:#555555;
  --sc-tab-active-txt-color:#0074B8;
  --sc-tab-border-active-color:#0074B8;
  --sc-unorder-list-color: #444444;
  --sc-brand-primary: #005581;
  --sc-color-gray-2: #4f4f4f;
  --color-accent: #667085;
  --table-header: #deecf1;
  --sc-blog-font-family:charter, georgia, serif;
  --sc-title-gradient-color-dark-bg:linear-gradient(90deg, #07C1F8 0.02%, #07C1F8 97.15%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  line-height: var(--line-height);
}

body {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  font-family: "Poppins", sans-serif;
}

.container-fixed,
.sc-container,
.container {
  width: min(1140px, 100%);
  margin: 0 auto;
}

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

textarea {
  overflow: auto;
  width: 100%;
  height: 150px;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: var(--sc-title-font-weight);
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #0074B8;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
}

select,
input,
button {
  outline: none;
}

ul,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0 0 20px;
}

a {
  text-decoration: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

select,
input,
button {
  outline: none;
}

.main {
  margin-left: 80px;
  padding: 32px;
}

.heading-sec {
  text-align: left;
  padding-bottom: 32px;
}

.heading-sec .para-txt {
  width: min(600px, 100%);
  margin: auto;
}

.heading-sec .sub-heading {
  font-size: 42px;
  font-weight: 600;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .container-fixed {
    padding: 32px 16px;
  }
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 540px) {
  section {
    padding: 16px;
  }
}
.h1-title {
  font-size: var(--sc-h1-font-size);
  color: var(--sc-title-color-black);
}

.h2-title {
  font-size: var(--sc-h2-font-size);
  background: var(--sc-title-gradient-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
  margin: 0 auto;
  display: inline-flex;
}
.h2-title.dark-custom {
  color: #07C1F8;
  -webkit-text-fill-color: #07C1F8;
}

.h3-title {
  font-size: var(--sc-h3-font-size);
  color: var(--sc-title-color-black);
}

.h4-title {
  font-size: var(--sc-h4-font-size);
  color: var(--sc-title-color-black);
}

.h5-title {
  font-size: var(--sc-h5-font-size);
  color: var(--sc-title-color-black);
}

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

.text-left {
  text-align: left;
}

.sc-para-xs {
  font-size: 14px;
  color: var(--sc-para-text-color);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0;
  padding: var(--sc-para-padding);
}

.para {
  font-size: 16px;
  color: var(--sc-para-text-color);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0;
  padding: var(--sc-para-padding);
}

.sc-para-md {
  font-size: 18px;
  color: var(--sc-para-text-color);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: normal;
  margin: 0;
  padding: var(--sc-para-padding);
}

.sc-para-lg {
  font-size: 20px;
  color: var(--sc-para-text-color);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: normal;
  margin: 0;
  padding: var(--sc-para-padding);
}

.sc-para-xl {
  font-size: 24px;
  color: var(--sc-para-text-color);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
  margin: 0;
  padding: var(--sc-para-padding);
}

.dark {
  color: var(--sc-title-color-white);
}

.dark-bg {
  background: var(--sc-title-color-white);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-gray {
  color: #999;
}

.search-results-info .search-title {
  font-size: 16px;
  font-weight: 600;
}
.search-results-info .search-desc {
  color: #687692;
  line-height: 1.5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.industries-page .main-navigation .industries::before,
.contact-page .main-navigation .contact-menu::before,
.solutions-page .main-navigation .solutions::before,
.resources-page .main-navigation .resources::before,
.company-page .main-navigation .company::before,
.home-page .main-navigation .home::before {
  position: absolute;
  height: 3px;
  bottom: -1px;
  right: 0;
  background: #005581;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  width: 100%;
}

.site-header {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--sc-black-opacity);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /* Main Menu */
  /* Header Call To Action */
  /*Header Shop Cart */
  /* Responsive */
  /*--------------------------------------------------------------
  ## Header Mobile
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Page Header
  --------------------------------------------------------------*/
  /* Header Search */
}
.site-header #site-logo {
  min-width: 145px;
  padding: 8px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: left;
  line-height: 1;
}
.site-header #site-logo .logo-img {
  line-height: 0px;
}
.site-header #site-logo .logo-img .sc-logo {
  height: 50px;
  width: 146px;
}
.site-header #site-logo .logo-img .sc-logo.logo-static {
  display: block;
}
.site-header #site-logo .logo-img .sc-logo.logo-scroll {
  display: none;
}
.site-header #site-logo .logo-img .sc-20-logo {
  height: 96px;
}
.site-header #site-logo .logo-img .sc-20-logo.logo-static {
  display: block;
}
.site-header #site-logo .logo-img .sc-20-logo.logo-scroll {
  display: none;
}
.site-header .is-stuck #site-logo img.logo-static {
  display: none;
}
.site-header .is-stuck #site-logo img.logo-scroll {
  display: block;
}
.site-header .main-navigation ul {
  list-style: none;
  padding-left: 0;
}
.site-header .site-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 29, 56, 0.15);
  position: relative;
  z-index: 10;
}
.site-header .octf-mainbar {
  display: flex;
  flex-flow: column wrap;
}
.site-header .octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.site-header .octf-mainbar-row .menu-col {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: center;
  position: static;
}
.site-header .octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.site-header .octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.site-header .octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.site-header .octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.site-header .octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}
.site-header .octf-main-header .octf-row > div:empty {
  display: none;
}
.site-header .octf-row {
  margin-right: -15px;
  margin-left: -15px;
}
.site-header .octf-col:before {
  display: inline-flex;
}
.site-header .octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.site-header .octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-header .giving-moment-sec {
  position: relative;
  border: 1px solid rgb(13, 166, 0);
  border-radius: 6px;
  overflow: hidden;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.site-header .giving-moment-sec .gm-content-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-header .giving-moment-sec .gm-content-panel .num-count {
  color: #017901;
  font-size: var(--h5-font-size);
  letter-spacing: 2px;
}
.site-header .giving-moment-sec .gm-content-panel .para {
  color: #4f4f4f;
  font-size: var(--sc-font-size-small10);
  margin-bottom: 0px;
  padding: 0px;
  width: -moz-max-content;
  width: max-content;
}
.site-header .giving-moment-sec .tree-rotate {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.site-header .giving-moment-sec .tree-rotate .tree-img {
  animation: scrollText 10s infinite linear;
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.site-header .main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}
.site-header .main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.site-header .main-navigation ul {
  font-weight: var(--sc-font-weight-bold);
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
.site-header .main-navigation > ul > li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header .main-navigation > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -1px;
  right: 0;
  background: #43baff;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.site-header .main-navigation > ul > li:hover:before,
.site-header .main-navigation > ul > li.current-menu-item:before,
.site-header .main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}
.site-header .main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: var(--white);
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.site-header .main-navigation ul > li > a {
  position: relative;
  display: inline-block;
  padding: 32px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: var(--sc-black);
  font-weight: var(--sc-title-font-weight);
  white-space: nowrap;
  transition: all 0.2s ease-out 0s;
}
.site-header .main-navigation ul > li > a:hover {
  color: #43baff;
}
.site-header .main-navigation ul > li.menu-item-has-children > a {
  padding-right: 17px;
}
.site-header .main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}
.site-header .main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 40px;
}
.site-header .main-navigation ul li li a {
  font-size: var(--font-size-md);
  line-height: 30px;
  font-weight: var(--sc-title-font-weight);
  color: var(--sc-black);
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.site-header .main-navigation ul li li a:before {
  position: absolute;
  content: "//";
  top: 50%;
  left: 0;
  color: #43baff;
  transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.site-header .main-navigation ul li li a:hover:before,
.site-header .main-navigation ul ul li.current-menu-item > a:before,
.site-header .main-navigation ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}
.site-header .main-navigation ul li li a:hover,
.site-header .main-navigation ul ul li.current-menu-item > a,
.site-header .main-navigation ul ul li.current-menu-ancestor > a {
  color: #43baff;
  padding-left: 20px;
}
.site-header .main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 40px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(45deg);
}
.site-header .main-navigation ul > li.menu-item-has-children > a:hover:after {
  border-color: #43baff;
}
.site-header .main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 40px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  transform: rotate(45deg);
}
.site-header .main-navigation ul li ul {
  width: 300px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 1px);
  left: -40px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.site-header .main-navigation ul li ul ul {
  left: 100%;
  top: -25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.site-header .main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.site-header .main-navigation ul > li:hover > ul {
  transform: translateY(0px);
}
.site-header .octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.site-header .octf-btn-cta .toggle_search {
  cursor: pointer;
  margin-left: 30px;
}
.site-header .octf-btn-cta .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  width: 330px;
}
.site-header .octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.site-header .octf-btn-cta .h-search-form-field.show {
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.site-header .h-search-form-inner label {
  margin-bottom: 0;
}
.site-header .octf-btn-cta .octf-cta-icons i {
  color: #1B1D21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.site-header .octf-btn-cta .octf-cta-icons i:before,
.site-header .octf-btn-cta .octf-cta-icons i:after {
  font-size: var(--sc-font-size-medium22);
}
.site-header .octf-btn-cta .octf-cta-icons i.flaticon-close:before {
  font-size: var(--font-size-lg);
}
.site-header .octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
  font-size: var(--h5-font-size);
}
.site-header .octf-btn-cta .btn-cta-group {
  margin-left: 40px;
}
.site-header .octf-btn-cta .contact-header {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #dcdde1;
  padding: 5px 0 5px 40px;
}
.site-header .octf-btn-cta .contact-header i {
  font-size: var(--sc-font-size-medium22);
  color: #43baff;
  margin-right: 12px;
}
.site-header .octf-btn-cta .contact-header span {
  display: block;
  font-size: var(--font-size-md);
  font-weight: var(--sc-font-weight-semi-bold);
  color: var(--sc-gray);
}
.site-header .octf-btn-cta .contact-header span.main-text,
.site-header .octf-btn-cta .contact-header span a {
  font-size: var(--font-size-base);
  font-family: "Montserrat", sans-serif;
  color: #1B1D21;
  margin-top: 7px;
}
.site-header .h-cart-btn {
  position: relative;
}
.site-header .site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  background: #ffffff;
  width: 330px;
  padding: 30px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.site-header .site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: -15px;
}
.site-header .site-header-cart .widget_shopping_cart_content {
  text-align: left;
}
.site-header .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
.site-header .cart-btn-hover:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.site-header .cart-btn-hover:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}
.site-header .cart-icon {
  position: relative;
  display: inline-block;
}
.site-header .cart-icon .count {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background: #43baff;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: var(--sc-font-size-small11);
  font-weight: var(--sc-font-weight-bold);
}
.site-header .header-style-3 {
  border: none;
}
.site-header .header-style-3 .octf-main-header {
  background: #1B1D21;
}
.site-header .header-style-3 .main-navigation ul.menu > li > a,
.site-header .header-style-3 .octf-btn-cta .octf-cta-icons i {
  color: #ffffff;
}
.site-header .header-style-3 .main-navigation ul.menu > li > a:hover,
.site-header .header-style-3 .octf-btn-cta .octf-cta-icons i:hover {
  color: #43baff;
}
@keyframes stickySlideUp {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-header .is-stuck {
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.site-header .is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.site-header .admin-bar .is-stuck,
.site-header .admin-bar .header-overlay {
  top: 32px;
}
@media screen and (min-width: 1024px) {
  .site-header .header-static .is-stuck {
    background-color: #ffffff;
  }
  .site-header .is-stuck {
    background-color: #ffffff;
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
}
.site-header .is-stuck #site-logo {
  padding: 8px 0;
}
@media (max-width: 1199px) {
  .site-header .main-navigation > ul > li {
    margin: 0 14px;
  }
}
@media (max-width: 1440px) {
  .site-header .octf-btn-cta .btn-cta-header {
    display: none;
  }
}
@media (max-width: 1265px) {
  .site-header .octf-btn-cta .contact-header {
    display: none;
  }
}
.site-header .header_mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .site-header .octf-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .site-header .octf-main-header {
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
  .site-header .header_mobile.active .mobile_nav {
    display: block;
  }
  .site-header .header-topbar {
    display: none;
  }
  .site-header .site-header {
    background: #ffffff;
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }
  .site-header .header_mobile {
    display: none;
    width: 100%;
    background: #ffffff;
  }
  .site-header .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }
  .site-header .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 10px 10px;
  }
  .site-header .header_mobile .mlogo_wrapper img {
    height: 45px;
  }
  .site-header #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 10px;
    margin-top: -10px;
    top: 50%;
  }
  .site-header #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #1B1D21;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }
  .site-header #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #1B1D21;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }
  .site-header #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #1B1D21;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }
  .site-header #mmenu_toggle.active button {
    background: none;
  }
  .site-header #mmenu_toggle.active button:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 50% 50%;
  }
  .site-header #mmenu_toggle.active button:after {
    bottom: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: 50% 50%;
  }
  .site-header .header_mobile .mobile_nav {
    background: #ffffff;
    padding: 20px;
    display: none;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }
  .site-header .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #1B1D21;
    font-weight: var(--sc-title-font-weight);
    border-bottom: 1px solid #E6E6E6;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: var(--sc-font-size-medium15);
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
  .site-header .header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a,
  .site-header .header_mobile .mobile_nav ul li.current-menu-item > a {
    color: #43baff;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #ffffff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #999999;
    display: inline-block;
    line-height: 1;
    transition: transform 0.3s ease-in-out;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: var(--sc-font-size-small8);
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    transform: rotate(90deg);
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover,
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
  .site-header .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #43baff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .site-header .octf-main-header {
    display: none;
  }
  .site-header .header_mobile {
    display: block;
    width: 100%;
    background: #ffffff;
  }
  .site-header .header_mobile .mlogo_wrapper {
    width: 100%;
  }
  .site-header .header_mobile.active .mobile_nav {
    display: block;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu .sub-menu li a {
    padding: 9px 0;
    display: block;
    color: #555555;
    font-weight: var(--sc-title-font-weight);
    border-bottom: 1px solid #E6E6E6;
  }
  .site-header .header_mobile .mobile_nav {
    background: #ffffff;
    padding: 20px;
    display: none;
  }
  .site-header .giving-moment-sec {
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-header .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 10px 10px;
  }
  .site-header .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #555555;
    border-right: 0;
  }
  .site-header .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }
  .site-header .header_mobile .mobile_nav.collapse .mobile_mainmenu ul.sub-menu.toggled {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .octf-main-header {
    display: none;
  }
  .site-header .giving-moment-sec {
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-header .header_mobile {
    display: block;
    width: 100%;
    background: #ffffff;
  }
  .site-header .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #555555;
    border-right: 0;
  }
  .site-header .header_mobile .mlogo_wrapper {
    width: 100%;
  }
  .site-header .header_mobile.active .mobile_nav {
    display: block;
  }
  .site-header .header_mobile .mobile_nav .mobile_mainmenu .sub-menu li a {
    padding: 9px 0;
    display: block;
    color: #555555;
    font-weight: var(--sc-title-font-weight);
    border-bottom: 1px solid #E6E6E6;
  }
  .site-header .header_mobile .mobile_nav {
    background: #ffffff;
    padding: 20px;
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .site-header .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
  .site-header .header_mobile.active .mobile_nav {
    display: block;
  }
}
.site-header .page-header {
  width: 100%;
  min-height: 350px;
  color: #43baff;
  font-weight: var(--sc-title-font-weight);
  background: #262051 center center no-repeat;
  background-size: cover;
}
.site-header .page-header .page-title {
  color: #ffffff;
  margin-bottom: 0;
  flex: 1;
  padding: 10px 20px 10px 0;
}
.site-header .page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: var(--font-size-md);
  text-transform: uppercase;
  font-weight: var(--sc-font-weight-extra-bold);
}
.site-header .page-header .breadcrumbs li {
  display: inline-block;
  color: #ffffff;
}
.site-header .page-header .breadcrumbs li:before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: var(--sc-font-size-small7);
  color: #43baff;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.site-header .page-header .breadcrumbs li:first-child:before {
  display: none;
}
.site-header .page-header .breadcrumbs li a {
  color: var(--sc-light-gray);
}
.site-header .page-header .breadcrumbs li a:hover {
  color: #ffffff;
}
.site-header .octf-header-module {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.site-header .octf-header-module .toggle_search {
  cursor: pointer;
}
.site-header .octf-header-module .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 32px);
  right: -30px;
  width: 680px;
}
.site-header .octf-header-module .h-search-form-field .h-search-form-inner {
  background-color: #ffffff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.site-header .h-search-form-field.show {
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.site-header .h-search-form-inner label {
  margin-bottom: 0;
}
.site-header .octf-header-module .octf-cta-icons img {
  color: #1B1D21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
}
.site-header .search-form {
  position: relative;
}
.site-header .search-form .search-panel {
  padding: 16px;
  position: relative;
}
.site-header .search-form .search-field {
  width: 100%;
  height: 40px;
  line-height: 1;
  border: none;
  background: #f5f5f5;
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  outline: none;
}
.site-header .search-form .search-submit {
  border: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #b2d9df;
  background: #43baff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.site-header .search-form .flaticon-search-white {
  filter: brightness(0) invert(1);
}
.site-header .search-form .search-form .search-submit img {
  color: #ffffff;
}
.site-header .search-form .search-results-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-header .search-form .search-results-info li {
  cursor: pointer;
  padding: 10px 16px;
  border-bottom: 1px solid #cccccc;
  font-size: var(--sc-font-size-medium15);
}
.site-header .search-form .search-results-info li:hover {
  background-color: #f0f9ff;
  color: #005581;
}
.site-header .search-form .search-results-info li .search-title .search-keyword {
  color: #005581;
}
.site-header .search-form .search-results-info li .search-desc .search-keyword {
  color: #005581;
}
.site-header .toggle_search .flaticon-search {
  background: url(./../images/search-field.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.site-header .toggle_search .flaticon-close {
  background: url(./../images/close-search.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.site-header .search-form .search-submit:hover {
  background: #005581;
}
.site-header .octf-header-module .collapse:not(.show) {
  display: none;
}
.site-header .octf-header-module .toggle_search {
  cursor: pointer;
}
.site-header .octf-header-module .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 32px);
  right: -30px;
  width: 680px;
}
.site-header .octf-header-module .h-search-form-field .h-search-form-inner {
  background-color: #ffffff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.site-header .h-search-form-field.show {
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.site-header .h-search-form-inner label {
  margin-bottom: 0;
}
.site-header .octf-header-module .octf-cta-icons img {
  color: #1B1D21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
}
.site-header .search-form {
  position: relative;
}
.site-header .search-form .search-panel {
  padding: 16px;
  position: relative;
}
.site-header .search-form .search-field {
  width: 100%;
  height: 40px;
  line-height: 1;
  border: none;
  background: #f5f5f5;
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  outline: none;
}
.site-header .search-form .search-submit {
  border: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #b2d9df;
  background: #43baff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.site-header .search-form .flaticon-search-white {
  filter: brightness(0) invert(1);
}
.site-header .search-form .search-form .search-submit img {
  color: #ffffff;
}
.site-header .search-form .search-results-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-header .search-form .search-results-info li {
  cursor: pointer;
  padding: 10px 16px;
  border-bottom: 1px solid #cccccc;
  font-size: var(--sc-font-size-medium15);
}
.site-header .search-form .search-results-info li:hover {
  background-color: #f0f9ff;
  color: #005581;
}
.site-header .toggle_search .flaticon-search {
  background: url(./../images/search-field.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.site-header .toggle_search .flaticon-close {
  background: url(./../images/close-search.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.site-header .search-form .search-submit:hover {
  background: #005581;
}
.site-header .octf-header-module .collapse:not(.show) {
  display: none;
}
.site-header .search-form .search-results-info {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #ced4da #e9eaec;
  scrollbar-width: thin;
}
.site-header .search-form .search-results-info.scroll-bar::-webkit-scrollbar {
  width: 5px;
}
.site-header .search-form .search-results-info.scroll-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cccccc;
  border-radius: 10px;
}
.site-header .search-form .search-results-info.scroll-bar::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
.site-header .search-form .search-results-info.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
@media (max-width: 992px) {
  .site-header .page-header .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-header .page-header .container {
    width: 100%;
  }
  .site-header .page-header .page-title {
    font-size: var(--sc-font-size-large36);
  }
  .site-header .page-header .breadcrumbs {
    font-size: var(--font-size-sm);
  }
}
@media (max-width: 600px) {
  .site-header .page-header {
    min-height: 200px;
    padding: 40px 0;
  }
  .site-header .page-header .page-title {
    font-size: var(--sc-font-size-large30);
  }
}
.site-header .header-fullwidth .container-fluid .cta-col {
  flex: 2;
}
@media (max-width: 1024px) {
  .site-header .header-fullwidth .octf-area-wrap {
    width: 100%;
    padding: 0 !important;
  }
  .site-header .header-fullwidth .header-topbar .container-fluid {
    width: 970px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .site-header .header-fullwidth .header-topbar .container-fluid {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .site-header .header-fullwidth .header-topbar .container-fluid {
    width: 100%;
  }
}

.custom-header .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-color: transparent !important;
  z-index: 1030;
}
.custom-header .site-header.header-scroll {
  background: #1d555a;
}
.custom-header .site-header .main-navigation > ul > li:before {
  background: #43baff;
}
.custom-header .site-header #site-logo .logo-img .sc-logo {
  filter: brightness(0) invert(1);
}
.custom-header .site-header .giving-moment-sec {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ddd !important;
}
.custom-header .site-header .giving-moment-sec .gm-content-panel .num-count {
  color: #ffffff !important;
}
.custom-header .site-header .giving-moment-sec .gm-content-panel .para {
  color: #ffffff !important;
}
.custom-header .site-header .flaticon-search-white {
  filter: brightness(0) invert(1);
}
.custom-header .site-header .toggle_search .flaticon-search {
  filter: brightness(0) invert(1);
}
.custom-header .site-header .toggle_search .flaticon-close {
  filter: brightness(0) invert(1);
}
.custom-header .site-header .main-navigation ul > li > a {
  color: var(--white) !important;
}
.custom-header .site-header .main-navigation ul > li > .sub-menu > li > a {
  color: var(--sc-black) !important;
}

.footer {
  width: 100%;
  background: #005581;
  padding: 32px 0px;
  position: relative;
}
.footer .footer-top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer .footer-top-sec .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-top-sec .social-icons .icon {
  background-color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.footer .footer-top-sec .social-icons .icon:hover {
  transform: translateY(-8px);
  opacity: 0.9;
}
.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 32px 0px;
}
.footer .footer-row .footer-col {
  display: flex;
  flex-direction: column;
}
.footer .footer-row .footer-col:last-child {
  padding-right: 1.5rem;
}
.footer .footer-row .footer-col .footer-menu-title {
  color: var(--sc-footer-parent-txt-color);
  font-size: var(--sc-footer-parent-font-size);
  padding-bottom: var(--sc-spacer-2);
  line-height: var(--sc-footer-line-hight);
  font-weight: 500;
}
.footer .footer-row .footer-col .footer-menu-title .f-link {
  color: #ffffff;
  font-size: var(--sc-footer-parent-font-size);
}
.footer .footer-row .footer-col .footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-bottom-cnt {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}
.footer .footer-bottom-cnt .footer-links {
  display: flex;
  align-items: center;
  gap: var(--sc-spacer-3);
  justify-content: space-between;
}
.footer .footer-bottom-cnt .footer-links .copyright-text {
  color: #ffffff;
  margin: var(--sc-spacer-0);
}
.footer .footer-bottom-cnt .footer-links .f-privacy-links {
  display: flex;
  align-items: center;
  gap: var(--sc-spacer-5);
}
.footer .footer-bottom-cnt .footer-links .f-privacy-links .nav-link {
  padding-right: var(--sc-spacer-5);
  position: relative;
}
.footer .footer-bottom-cnt .footer-links .f-privacy-links .nav-link::after {
  content: "";
  position: absolute;
  border-right: 1px solid var(--sc-footer-separator-line-color);
  height: var(--sc-footer-separator-line-height);
  right: 0;
  top: 2px;
}
.footer .footer-bottom-cnt .footer-links .f-privacy-links .nav-link:last-child::after {
  border: none;
}
.footer .footer-menu-item {
  text-decoration: none;
  color: #8DBDD6;
  line-height: 1.5;
  font-size: 14px;
}
.footer .footer-menu-item:hover {
  color: #4effff;
}
.footer .chat-info {
  position: fixed;
  right: 20px;
  bottom: 5rem;
}
.footer .chat-info .chat-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  transition: all 0.25s;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.footer .chat-info .chat-link:hover {
  transform: scale(1.2);
  cursor: pointer;
  background: #005581;
  border: 1px solid #ffffff;
}
.footer .chat-info .chat-link:hover .chat-icon {
  filter: brightness(0) invert(1);
}

/* Back To Top*/
#back-to-top {
  background-color: #76cdff;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  outline: medium none;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  position: fixed;
  bottom: 20px;
  right: 24px;
  z-index: 99;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s;
  padding: 4px;
}

.flaticon-up-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
}
.flaticon-up-arrow::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 3px 3px 0 0;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 540px) {
  .footer {
    padding: 20px 10px;
  }
  .footer .footer-row .footer-col {
    padding: 0px 32px;
  }
  .footer .footer-bottom-cnt {
    flex-direction: column;
    gap: 20px;
  }
  .footer .footer-bottom-cnt .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 32px 16px;
  }
  .footer .footer-bottom-cnt {
    gap: 12px;
  }
  .footer .footer-bottom-cnt .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-bottom-cnt {
    gap: 12px;
  }
  .footer .footer-bottom-cnt .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}
.page-header {
  width: 100%;
  padding: 4px 0px;
  color: #005581;
  font-weight: 500;
  background: #005581;
  background-size: cover;
}
.page-header .container .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .container .inner .page-title {
  color: #ffffff;
  margin-bottom: 0;
  flex: 1;
  padding: 10px 20px 10px 0;
  font-size: 30px;
}
.page-header .container .inner .breadcrumbs {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-flex;
}
.page-header .container .inner .breadcrumbs li {
  display: inline-block;
  color: #ffffff;
}
.page-header .container .inner .breadcrumbs li.active {
  text-overflow: ellipsis;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
}
.page-header .container .inner .breadcrumbs li::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #43baff;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-header .container .inner .breadcrumbs li:first-child::before {
  content: none;
}
.page-header .container .inner .breadcrumbs li a {
  color: #B9D4DF;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .page-header {
    min-height: auto;
    height: inherit;
    padding: 4px 20px 10px;
    background: #005581;
  }
  .page-header .container {
    padding: 0px;
  }
  .page-header .container .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-header .container .inner .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 8px 20px 8px 0;
    font-size: 30px;
  }
  .page-header .container .inner .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-header {
    min-height: auto;
    height: inherit;
    padding: 14px 20px;
    background: #005581;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-header .container {
    padding: 0px;
  }
  .page-header .container .inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
  }
  .page-header .container .inner .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 0px;
    font-size: 24px;
  }
  .page-header .container .inner .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .page-header .container .inner .breadcrumbs li {
    display: inline-block;
    color: #fff;
  }
  .page-header .container .inner .breadcrumbs li::before {
    content: "";
    font-size: 7px;
    color: #43baff;
    margin: -3px 8px 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .page-header .page-header {
    min-height: auto;
    height: inherit;
    padding: 14px 20px;
    background: #005581;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-header .page-header .container {
    padding: 0px;
  }
  .page-header .page-header .container .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: auto;
  }
  .page-header .page-header .container .inner .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 0px;
    font-size: 30px;
  }
  .page-header .page-header .container .inner .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .page-header .page-header .container .inner .breadcrumbs li {
    display: inline-block;
    color: #fff;
  }
  .page-header .page-header .container .inner .breadcrumbs li::before {
    content: "";
    font-size: 7px;
    color: #43baff;
    margin: -3px 8px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .page-header .page-header .container .inner .breadcrumbs li:first-child::before {
    content: none;
  }
}
.message-box-section {
  border-radius: 16px;
  box-shadow: 0px 18px 37.5px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}
.message-box-section .message-box-cnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 18px 37.5px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 32px;
}
.message-box-section .message-box-cnr.error {
  background-position: top right;
}
.message-box-section .message-box-cnr .close-icon {
  font-size: 34px;
  position: absolute;
  top: 8px;
  right: 31px;
  color: #000;
  border-radius: 20px;
}
.message-box-section .message-box-cnr .close-icon .close {
  padding: 8px;
  color: #000;
  text-decoration: none;
}
.message-box-section .message-box-cnr .content {
  margin-top: 40px;
}
.message-box-section .message-box-cnr .content .form-wrapper .email.req-field-2 {
  border-bottom: 2px solid #ff0000;
}
.message-box-section .message-box-cnr .content .success-form .form__label {
  color: #0da600;
  text-align: center;
}
.message-box-section .message-box-cnr .sub-title {
  color: #545B6B;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
.message-box-section .message-box-cnr .title {
  color: #005581;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 12px;
}
.message-box-section .message-box-cnr .title.error-text-color {
  color: #FF0000;
}
.message-box-section .message-box-cnr .email {
  border: none;
  border-bottom: 2px solid #00BCE4;
  background: #FDFDFD;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  padding: 16px 12px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}
.message-box-section .btn {
  border: 1px solid #F4F4F4;
  background: #43BAFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  text-decoration: none;
  cursor: pointer;
}

.main-cnr .banner {
  margin: 9px 0 56px;
}
.main-cnr .banner .banner-img {
  background: url(../images/ux-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}
.main-cnr .banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-cnr .banner .title {
  color: #1B1D21;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 102.764px;
  letter-spacing: -1.6px;
  white-space: normal;
  border: 1px solid #2A3549;
  width: min(944px, 100%);
  margin: 88px auto 30px;
  padding: 30px 0;
  position: relative;
}
.main-cnr .banner .title::before {
  content: "";
  background: url(../images/visual-design.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 112px;
  height: 47px;
  position: absolute;
  left: -114px;
  animation-name: vasanth;
  animation-duration: 5s;
}
@keyframes vasanth {
  from {
    left: -200px;
  }
  to {
    left: -114px;
  }
}
@keyframes somesh {
  from {
    right: 100px;
  }
  to {
    right: 200px;
  }
}
@keyframes chitra {
  from {
    left: 300px;
  }
  to {
    left: 180px;
  }
}
@keyframes akshata {
  from {
    right: 300px;
  }
  to {
    right: 60px;
  }
}
.main-cnr .banner .text-logo {
  position: absolute;
  right: 15%;
  top: 25%;
}
.main-cnr .banner .somesh {
  position: absolute;
  right: 8%;
  top: 30.3%;
  animation-name: somesh;
  animation-duration: 6s;
}
.main-cnr .banner .chitra-sect {
  position: relative;
  margin-right: auto;
  margin-left: 12%;
}
.main-cnr .banner .chitra-sect::before {
  content: "";
  background: url(../images/product-design.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 112px;
  height: 47px;
  position: absolute;
  top: 86%;
  left: 73%;
  margin-bottom: 28px;
  animation-name: chitra;
  animation-duration: 7s;
}
.main-cnr .banner .akshata-sect {
  position: absolute;
  margin-left: auto;
  margin-right: 13%;
  bottom: 30%;
  right: -1%;
}
.main-cnr .banner .akshata-sect::before {
  content: "";
  background: url(../images/ui-developer.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 112px;
  height: 47px;
  position: absolute;
  top: 64px;
  right: 66px;
  animation-name: akshata;
  animation-duration: 8s;
}
.main-cnr .banner .gradient-title {
  font-size: 80px;
  font-weight: 500;
}
.main-cnr .banner .sub-title {
  color: #1B1D21;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.main-cnr .gradient-title {
  background: linear-gradient(270deg, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.main-cnr .what-we-do {
  padding: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(270deg, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%);
}
.main-cnr .what-we-do .h3-title {
  color: #FFF;
  text-align: center;
  font-weight: 400;
  white-space: pre-line;
}
.main-cnr .testimonial-info {
  padding: 32px;
}
.main-cnr .testimonial-info .container-fixed {
  padding: 0;
}
.main-cnr .testimonial-info .h1-title {
  color: #2A3549;
  text-align: center;
  font-weight: 600;
}
.main-cnr .testimonial-info .testimonial-cnt {
  display: flex;
  gap: 32px;
}
.main-cnr .testimonial-info .testimonial-cnt .testimonial-item {
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 24px 20px;
  height: 220px;
  cursor: pointer;
}
.main-cnr .testimonial-info .testimonial-cnt .testimonial-item:hover {
  border: 2px solid #C307E9;
}
.main-cnr .testimonial-info .testimonial-cnt .testimonial-item .card-title {
  color: #1B1D21;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-list .slick-track .slick-slide {
  margin: 12px 10px;
  transition: all ease-in-out 0.3s;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-list .slick-track .slick-slide .card-item {
  display: inline-flex !important;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots li {
  display: inline-block;
  width: 10px;
  transition: 0.3s;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots li.slick-active {
  width: 40px;
  transition: 0.3s;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots li.slick-active button {
  width: 40px;
  transition: 0.3s;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots li.slick-active button::after {
  width: 100%;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots button {
  position: relative;
  height: 6px;
  border: 0;
  background-color: #C4C4C4;
  font-size: 0;
  width: 10px;
  border-radius: 6px;
  transition: 0.3s;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  transition: 0.3s;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots button::before {
  color: transparent;
  content: none;
}
.main-cnr .testimonial-info .testimonial-cnt .slick-dots .slick-active button:after {
  background: #005581;
  animation: progress 5.5s linear forwards;
  border-radius: 6px;
}
@keyframes progress {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}
.main-cnr .queryBox {
  display: none;
}
.main-cnr .popup-trigger {
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.main-cnr .popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.main-cnr .ux-design-offer {
  background: #010101;
}
.main-cnr .ux-design-offer .h1-title {
  color: #FFF;
  text-align: center;
  font-weight: 600;
  padding: 32px 0 36px;
}
.main-cnr .ux-design-offer .h3-title {
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 32px 0 12px;
}
.main-cnr .ux-design-offer .h3-title.mobile-app {
  border-top: none;
  padding-top: 0;
}
.main-cnr .ux-design-offer .para {
  width: min(720px, 100%);
  margin: 0 auto;
}
.main-cnr .ux-design-offer .card-list {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  box-shadow: 0px -9px 38.5px 0px rgba(255, 255, 255, 0.1) inset;
}
.main-cnr .ux-design-offer .card-list .card-item {
  background: #000;
  padding: 60px 32px;
  width: 300px;
  color: #fff;
  border: solid transparent;
  border-width: 5px 5px 0 5px;
  background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #fff, #fff) border-box;
  border-radius: 32px 32px 0 0;
  display: inline-block;
}
.main-cnr .ux-design-offer .card-list .card-item:nth-child(1) {
  margin-top: 36px;
  margin-right: 14px;
  background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%) border-box;
}
.main-cnr .ux-design-offer .card-list .card-item:nth-child(3) {
  margin-top: 84px;
  margin-left: -57px;
  background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%) border-box;
}
.main-cnr .ux-design-offer .card-list .card-item:nth-child(4) {
  margin-top: 18px;
  margin-left: 14px;
}
.main-cnr .ux-design-offer .card-list .card-item .title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
}
.main-cnr .ux-design-offer .card-list .card-item:hover {
  background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%) border-box;
}
.main-cnr .ux-design-offer .card-list.product-design {
  padding-bottom: 48px;
}
.main-cnr .ux-design-offer .card-list.product-design .card-item {
  border-width: 5px;
  border-radius: 32px;
}
.main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(1) {
  margin-top: 0;
}
.main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(2) {
  margin-top: 78px;
  margin-left: -51px;
}
.main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(3) {
  margin-top: 32px;
  margin-left: 0;
}
.main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(4) {
  margin-top: 87px;
  margin-left: 0;
}
.main-cnr .ux-design-offer .app-design {
  width: min(447px, 100%);
  margin: 58px auto 0;
}
.main-cnr .ux-design-offer .app-design .card-item {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 32px 18px;
  box-shadow: none;
  border: solid transparent;
  border-width: 5px 5px 0 5px;
  background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%) border-box;
  border-radius: 32px 32px 0 0;
  display: inline-block;
}
.main-cnr .ux-design-offer .app-design .card-item:nth-child(1) {
  margin-right: auto;
}
.main-cnr .ux-design-offer .cards-list.saas-app {
  border: solid transparent;
  border-width: 5px;
  background: linear-gradient(#000 0 0) padding-box, linear-gradient(to right, #C307E9 1.77%, #AE5AF6 17.35%, #7E76FF 37.02%, #7ECBEC 54.56%, #C989FF 63.96%, #FD5995 76.98%) border-box;
  border-radius: 32px;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: min(1064px, 100%);
  margin: 32px auto 42px;
  padding: 16px 20px;
}
.main-cnr .ux-design-offer .cards-list .card-item {
  border-radius: 12px;
  background: #161616;
  box-shadow: 5px 5px 21px 3px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 40px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  background: linear-gradient(#161616 0 0) padding-box, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.002) 100%) border-box;
  border: solid transparent;
  border-radius: 12px;
}
.main-cnr .ux-design-offer .cards-list .card-item .title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  white-space: pre-line;
}
.main-cnr .ux-design-offer .cards-list .card-item:nth-child(1), .main-cnr .ux-design-offer .cards-list .card-item:nth-child(4) {
  flex: 0 0 30%;
}
.main-cnr .ux-design-offer .cards-list .card-item:nth-child(2), .main-cnr .ux-design-offer .cards-list .card-item:nth-child(3) {
  flex: 0 0 68%;
}
.main-cnr .card-section {
  display: flex;
  justify-content: space-around;
  gap: 32px;
}
.main-cnr .card-section.proven-section {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
  padding: 32px 0;
}
.main-cnr .card-section.proven-section .card {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 0;
}
.main-cnr .card-section.proven-section .card .h1-title {
  color: #1B1D21;
  font-weight: 600;
  text-align: left;
}
.main-cnr .card-section.proven-section .card:hover .left-item {
  background: url(../images/choose-traingle-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 240px;
  height: 344px;
}
.main-cnr .card-section.proven-section .card .left-item {
  background: url(../images/shadow-traingle.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 240px;
  height: 344px;
}
.main-cnr .card-section.proven-section .card .left-item.active {
  background: url(../images/choose-traingle-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 240px;
  height: 344px;
}
.main-cnr .card-section.proven-section .card .right-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: left;
}
.main-cnr .card-section.proven-section .card .right-item .card-title {
  color: #1B1D21;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  word-break: break-word;
  text-align: left;
  margin: 0;
}
.main-cnr .card-section .card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.main-cnr .card-section .card:hover {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 5px 5px 21px 3px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.main-cnr .card-section .card .card-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 8px;
  display: flex;
  flex: 1 1 auto;
  white-space: pre-line;
}
.main-cnr .card-section .card img {
  width: 62px;
  height: 62px;
}
.main-cnr .card-section .card h2 {
  margin: 15px 0 10px;
}
.main-cnr .choose-us {
  background: #000;
  padding: 32px 0;
}
.main-cnr .choose-us .triangle-section {
  position: relative;
}
.main-cnr .choose-us .triangle-section::before {
  content: "";
  background: url(../images/choose-traingle-icon.svg) no-repeat;
  background-size: contain;
  width: 146px;
  height: 146px;
  position: absolute;
  left: 0;
  top: 30%;
}
.main-cnr .choose-us .triangle-section.right-sect::before {
  content: "";
  display: none;
}
.main-cnr .choose-us .triangle-section.right-sect::after {
  content: "";
  background: url(../images/choose-traingle-icon.svg) no-repeat;
  background-size: contain;
  width: 146px;
  height: 146px;
  position: absolute;
  right: 0;
  top: 30%;
  transform: rotate(180deg);
}
.main-cnr .choose-us .h1-title {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.main-cnr .choose-us .choose-item {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-cnr .choose-us .choose-item .content {
  box-shadow: 5px 5px 21px 3px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  gap: 12px;
}
.main-cnr .choose-us .choose-item .content:hover {
  border: 2px solid #C307E9;
  box-shadow: 5px 5px 21px 3px rgba(0, 0, 0, 0.08);
}
.main-cnr .choose-us .choose-item .content .h3-title {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
}
.main-cnr .choose-us .choose-item .img {
  background: #FFF;
  box-shadow: 5px 5px 21px 3px rgba(0, 0, 0, 0.08);
  padding: 12px;
  display: flex;
}
.main-cnr .our-portfoloio .h1-title {
  color: #1B1D21;
  text-align: center;
  font-weight: 600;
  padding: 32px 0 44px;
}
.main-cnr .our-portfoloio .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.main-cnr .our-portfoloio .card-list .kidsecure {
  background: url(../images/kidsecure.webp) no-repeat;
  background-size: contain;
  width: 370px;
  height: 440px;
}
.main-cnr .our-portfoloio .card-list .s2s {
  background: url(../images/s2s.webp) no-repeat;
  background-size: contain;
  width: 370px;
  height: 440px;
}
.main-cnr .our-portfoloio .card-list .secureme {
  background: url(../images/secureme.webp) no-repeat;
  background-size: contain;
  width: 370px;
  height: 440px;
}
.main-cnr .our-portfoloio .card-list .ux-library {
  background: url(../images/ux-library.webp) no-repeat;
  background-size: contain;
  width: 370px;
  height: 440px;
}
.main-cnr .our-portfoloio .card-list .mazda {
  background: url(../images/mazda.webp) no-repeat;
  background-size: contain;
  width: 370px;
  height: 440px;
}
.main-cnr .our-portfoloio .card-list .reqorder {
  background: url(../images/reqorder.webp) no-repeat;
  background-size: contain;
  width: 370px;
  height: 440px;
}
.main-cnr .our-portfoloio .card-list .h3-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 15px;
}
.main-cnr .unlock-user-exp {
  width: 100%;
  box-shadow: 8px 8px 38px 0 rgba(0, 0, 0, 0.1);
}
.main-cnr .unlock-user-exp .quality-software {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px 7rem 20px;
  width: min(1140px, 100%);
  margin: 0 auto;
}
.main-cnr .unlock-user-exp .quality-software .quality {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.main-cnr .unlock-user-exp .quality-software .left-side {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
}
.main-cnr .unlock-user-exp .quality-software .left-side .h3-title {
  color: #1B1D21;
  font-weight: 600;
  text-align: left;
  white-space: pre-line;
}
.main-cnr .unlock-user-exp .quality-software .right-side {
  display: flex;
  flex-direction: column;
  flex: 0 0 42.5%;
  gap: 4px;
  border-radius: 12px;
  background: url(/assets/images/click-here-bg.svg) no-repeat;
  background-size: contain;
  padding: 32px 20px;
}
.main-cnr .unlock-user-exp .quality-software .right-side .title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
.main-cnr .unlock-user-exp .quality-software .right-side .h3-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-cnr .banner .title::before {
    left: 10%;
    top: 86%;
  }
  .main-cnr .banner .akshata-sect {
    right: -14%;
  }
  @keyframes vasanth {
    from {
      left: -80px;
    }
    to {
      left: 50px;
    }
  }
  @keyframes somesh {
    from {
      right: -80px;
    }
    to {
      right: 100px;
    }
  }
  .main-cnr .testimonial-info .testimonial-cnt .testimonial-item {
    width: 322px !important;
  }
  .main-cnr .grid-list .slick-list .slick-track .slick-slide,
  .main-cnr .product-design .slick-list .slick-track .slick-slide,
  .main-cnr .help-list .slick-list .slick-track .slick-slide {
    margin: 12px 10px;
    transition: all ease-in-out 0.3s;
  }
  .main-cnr .grid-list .slick-list .slick-track .slick-slide .card-item,
  .main-cnr .product-design .slick-list .slick-track .slick-slide .card-item,
  .main-cnr .help-list .slick-list .slick-track .slick-slide .card-item {
    display: inline-flex !important;
  }
  .main-cnr .grid-list .slick-dots,
  .main-cnr .product-design .slick-dots,
  .main-cnr .help-list .slick-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }
  .main-cnr .grid-list .slick-dots li,
  .main-cnr .product-design .slick-dots li,
  .main-cnr .help-list .slick-dots li {
    display: inline-block;
    width: 10px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots li.slick-active,
  .main-cnr .product-design .slick-dots li.slick-active,
  .main-cnr .help-list .slick-dots li.slick-active {
    width: 40px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots li.slick-active button,
  .main-cnr .product-design .slick-dots li.slick-active button,
  .main-cnr .help-list .slick-dots li.slick-active button {
    width: 40px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots li.slick-active button::after,
  .main-cnr .product-design .slick-dots li.slick-active button::after,
  .main-cnr .help-list .slick-dots li.slick-active button::after {
    width: 100%;
  }
  .main-cnr .grid-list .slick-dots button,
  .main-cnr .product-design .slick-dots button,
  .main-cnr .help-list .slick-dots button {
    position: relative;
    height: 6px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.72);
    font-size: 0;
    width: 10px;
    border-radius: 6px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots button:after,
  .main-cnr .product-design .slick-dots button:after,
  .main-cnr .help-list .slick-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots button::before,
  .main-cnr .product-design .slick-dots button::before,
  .main-cnr .help-list .slick-dots button::before {
    color: transparent;
    content: none;
  }
  .main-cnr .grid-list .slick-dots .slick-active button:after,
  .main-cnr .product-design .slick-dots .slick-active button:after,
  .main-cnr .help-list .slick-dots .slick-active button:after {
    background: #FFF;
    animation: progress 5.5s linear forwards;
    border-radius: 6px;
  }
  @keyframes progress {
    from {
      width: 10%;
    }
    to {
      width: 100%;
    }
  }
  .main-cnr .ux-design-offer .card-list .card-item {
    padding: 60px 29px;
  }
  .main-cnr .ux-design-offer .cards-list .card-item:nth-child(1), .main-cnr .ux-design-offer .cards-list .card-item:nth-child(4) {
    flex: 0 0 36%;
  }
  .main-cnr .ux-design-offer .cards-list .card-item:nth-child(2), .main-cnr .ux-design-offer .cards-list .card-item:nth-child(3) {
    flex: 0 0 60%;
  }
  .main-cnr .card-section.proven-section .card .left-item {
    width: 220px;
  }
  .main-cnr .choose-us .triangle-section::before {
    content: "";
    width: 78px;
    height: 78px;
    left: -10px;
  }
  .main-cnr .choose-us .triangle-section.right-sect::after {
    content: "";
    width: 78px;
    height: 78px;
    right: -10px;
  }
  .main-cnr .our-portfoloio .card-list {
    gap: 12px;
  }
  .main-cnr .our-portfoloio .card-list .card-item {
    flex: 0 0 49%;
  }
  .main-cnr .unlock-user-exp .quality-software {
    padding: 20px 0rem 20px;
  }
  .main-cnr .unlock-user-exp .quality-software .left-side .title {
    font-size: 24px;
  }
  .main-cnr .unlock-user-exp .quality-software .right-side {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .main-cnr .banner .title {
    font-size: var(--sc-header-title-font-size);
    line-height: 1.25;
  }
  .main-cnr .banner .title::before {
    content: "";
    left: 10%;
    top: 95%;
  }
  .main-cnr .banner .chitra-sect {
    margin-left: -34%;
  }
  .main-cnr .banner .akshata-sect {
    top: 3.9%;
    right: -13%;
  }
  .main-cnr .banner .somesh {
    right: 0%;
    top: 0.9%;
  }
  @keyframes vasanth {
    from {
      left: -80px;
    }
    to {
      left: 50px;
    }
  }
  @keyframes somesh {
    from {
      right: -80px;
    }
    to {
      right: 10px;
    }
  }
  .main-cnr .what-we-do {
    padding: 20px 12px;
  }
  .main-cnr .what-we-do .title {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-cnr .testimonial-info {
    padding: 36px 12px;
  }
  .main-cnr .testimonial-info .title {
    font-size: 32px;
  }
  .main-cnr .grid-list .slick-list .slick-track .slick-slide,
  .main-cnr .product-design .slick-list .slick-track .slick-slide,
  .main-cnr .help-list .slick-list .slick-track .slick-slide {
    margin: 12px 10px;
    transition: all ease-in-out 0.3s;
  }
  .main-cnr .grid-list .slick-list .slick-track .slick-slide .card-item,
  .main-cnr .product-design .slick-list .slick-track .slick-slide .card-item,
  .main-cnr .help-list .slick-list .slick-track .slick-slide .card-item {
    display: inline-flex !important;
    height: 220px;
  }
  .main-cnr .grid-list .slick-dots,
  .main-cnr .product-design .slick-dots,
  .main-cnr .help-list .slick-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }
  .main-cnr .grid-list .slick-dots li,
  .main-cnr .product-design .slick-dots li,
  .main-cnr .help-list .slick-dots li {
    display: inline-block;
    width: 10px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots li.slick-active,
  .main-cnr .product-design .slick-dots li.slick-active,
  .main-cnr .help-list .slick-dots li.slick-active {
    width: 40px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots li.slick-active button,
  .main-cnr .product-design .slick-dots li.slick-active button,
  .main-cnr .help-list .slick-dots li.slick-active button {
    width: 40px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots li.slick-active button::after,
  .main-cnr .product-design .slick-dots li.slick-active button::after,
  .main-cnr .help-list .slick-dots li.slick-active button::after {
    width: 100%;
  }
  .main-cnr .grid-list .slick-dots button,
  .main-cnr .product-design .slick-dots button,
  .main-cnr .help-list .slick-dots button {
    position: relative;
    height: 6px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.72);
    font-size: 0;
    width: 10px;
    border-radius: 6px;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots button:after,
  .main-cnr .product-design .slick-dots button:after,
  .main-cnr .help-list .slick-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    transition: 0.3s;
  }
  .main-cnr .grid-list .slick-dots button::before,
  .main-cnr .product-design .slick-dots button::before,
  .main-cnr .help-list .slick-dots button::before {
    color: transparent;
    content: none;
  }
  .main-cnr .grid-list .slick-dots .slick-active button:after,
  .main-cnr .product-design .slick-dots .slick-active button:after,
  .main-cnr .help-list .slick-dots .slick-active button:after {
    background: #FFF;
    animation: progress 5.5s linear forwards;
    border-radius: 6px;
  }
  @keyframes progress {
    from {
      width: 10%;
    }
    to {
      width: 100%;
    }
  }
  .main-cnr .title {
    font-size: 32px;
  }
  .main-cnr .title .gradient-title {
    font-size: 32px;
  }
  .main-cnr .ux-design-offer .title {
    font-size: 32px;
  }
  .main-cnr .ux-design-offer .sub-title {
    font-size: 20px;
  }
  .main-cnr .ux-design-offer .sub-title.mobile-app {
    font-size: 20px;
  }
  .main-cnr .ux-design-offer .card-list .card-item:nth-child(1), .main-cnr .ux-design-offer .card-list .card-item:nth-child(3), .main-cnr .ux-design-offer .card-list .card-item:nth-child(4) {
    margin: 0;
  }
  .main-cnr .ux-design-offer .card-list .card-item:nth-child(4) {
    margin-bottom: 32px;
  }
  .main-cnr .ux-design-offer .card-list.product-design {
    padding-bottom: 0;
  }
  .main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(1), .main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(2), .main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(3), .main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(4) {
    margin: 0;
  }
  .main-cnr .ux-design-offer .card-list.product-design .card-item:nth-child(4) {
    margin-bottom: 32px;
  }
  .main-cnr .ux-design-offer .cards-list .card-item {
    padding: 32px 16px;
  }
  .main-cnr .ux-design-offer .cards-list .card-item:nth-child(2), .main-cnr .ux-design-offer .cards-list .card-item:nth-child(3) {
    flex: 0 0 60%;
  }
  .main-cnr .ux-design-offer .cards-list .card-item .title {
    font-size: 14px;
    white-space: normal;
  }
  .main-cnr .card-section .card {
    justify-content: center;
  }
  .main-cnr .card-section.proven-section .card .title {
    font-size: 32px;
  }
  .main-cnr .card-section.proven-section .card .left-item {
    background: url(../images/choose-traingle-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 240px;
    height: 344px;
  }
  .main-cnr .title {
    font-size: 32px;
  }
  .main-cnr .title .gradient-title {
    font-size: 32px;
  }
  .main-cnr .choose-item {
    flex-direction: column;
  }
  .main-cnr .choose-item .content {
    order: 2;
  }
  .main-cnr .choose-item .content .title {
    font-size: 24px;
  }
  .main-cnr .choose-us .title {
    font-size: 32px;
  }
  .main-cnr .choose-us .choose-item img {
    height: 400px;
  }
  .main-cnr .choose-us .triangle-section::before {
    content: "";
    display: none;
  }
  .main-cnr .choose-us .triangle-section.right-sect::after {
    content: "";
    display: none;
  }
  .main-cnr .our-portfoloio .title {
    font-size: 32px;
  }
  .main-cnr .our-portfoloio .card-list {
    padding: 0;
    justify-content: center;
    margin-bottom: 0px;
  }
  .main-cnr .unlock-user-exp .quality-software {
    padding: 16px 0px;
    flex-direction: column;
  }
  .main-cnr .unlock-user-exp .quality-software .quality {
    flex-direction: column;
  }
  .main-cnr .unlock-user-exp .quality-software .left-side {
    text-align: center;
    padding: 0 !important;
  }
  .main-cnr .unlock-user-exp .quality-software .left-side .title {
    font-size: 24px;
    text-align: center;
  }
  .main-cnr .unlock-user-exp .quality-software .right-side {
    padding: 32px 0px;
    background-size: cover;
  }
  .main-cnr .unlock-user-exp .quality-software .right-side .title {
    font-size: 18px !important;
  }
}