@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";
: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;
}

.card-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
}
.card-grid .card-type-1 {
  margin-bottom: 0px;
  border: 1px solid #E6E6E6;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.card-grid .card-type-1:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.card-grid .card-type-1:hover .card-link-cnr .card-txt-cnr .card-title {
  color: #005581;
}
.card-grid .card-type-1 .card-link-cnr {
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-grid .card-type-1 .card-link-cnr .card-media .card-date-cnr {
  background-color: rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  padding: 6px 12px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: 12px;
}
.card-grid .card-type-1 .card-link-cnr .card-media .img-link {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-grid .card-type-1 .card-link-cnr .card-txt-cnr {
  padding: 12px 20px 20px;
}
.card-grid .card-type-1 .card-link-cnr .card-txt-cnr .card-title {
  font-size: 18px;
  color: #000;
  font-weight: var(--sc-title-font-weight);
  -webkit-text-fill-color: var(--sc-title-text-fill-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

:root {
  --custom-btn-bg:url(../images/contact-bg-btn.svg) no-repeat;
}

.btn-cnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 52px;
}

.sc-primary-btn {
  background: #0074B8;
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 8px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.sc-primary-btn:hover, .sc-primary-btn:active {
  background: #005581;
  color: #fff;
}
.sc-primary-btn:focus {
  outline: none;
}
.sc-primary-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-primary-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}

.sc-custom-btn {
  background: var(--custom-btn-bg);
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  border: none;
  position: relative;
  box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset, 4px 26px 62px 0px rgba(0, 0, 0, 0.3);
}
.sc-custom-btn:hover, .sc-custom-btn:active {
  background: var(--custom-btn-bg);
  color: #fff;
}
.sc-custom-btn:focus {
  outline: none;
}
.sc-custom-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-custom-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-custom-btn::before {
  content: "";
  background: url(../images/cloud-btn-bg.svg) no-repeat;
  background-size: cover;
  width: 158px;
  height: 27px;
  background-position: top;
  position: absolute;
}
.sc-custom-btn:hover::before {
  content: "";
  animation: scrollText 10s infinite linear;
}

.sc-secondary-btn {
  background: transparent;
  color: #348ac7;
  padding: 6px 20px;
  font-size: 16px;
  text-transform: none;
  border-radius: 10px;
  font-weight: 400;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #6979c1, #348ac7) border-box;
  border: 2px solid transparent;
  border-radius: 10px;
}
.sc-secondary-btn:hover, .sc-secondary-btn:active {
  background: #fff;
  color: #fff;
}
.sc-secondary-btn:focus {
  outline: none;
}
.sc-secondary-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-secondary-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-secondary-btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
}
.sc-secondary-btn .label-txt {
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sc-secondary-btn:hover img {
  filter: brightness(0) invert(1);
}
.sc-secondary-btn:hover .label-txt {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.sc-download-btn {
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  color: #fff;
  padding: 8px 28px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 8px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.sc-download-btn:hover, .sc-download-btn:active {
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  color: #fff;
}
.sc-download-btn:focus {
  outline: none;
}
.sc-download-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-download-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-download-btn:hover {
  transition: all 0.5s ease-in-out;
}
.sc-download-btn:hover span::before {
  width: 100%;
  transform-origin: right;
  right: 0px;
  right: auto;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
}
.sc-download-btn .semi-effect {
  display: block;
  font-size: 16px;
  color: #fff;
}
.sc-download-btn .semi-effect::before {
  content: "";
  position: absolute;
  width: 14%;
  height: 40px;
  background: #fff;
  opacity: 0.2;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform-origin: right;
  transition: all 0.5s ease-in-out;
  border-radius: 0 20px 20px 0;
}

.sc-link-custom-btn {
  background: transparent;
  color: #0074B8;
  padding: 4px 12px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 28px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.sc-link-custom-btn:hover, .sc-link-custom-btn:active {
  background: #dedede;
  color: #000000;
}
.sc-link-custom-btn:focus {
  outline: none;
}
.sc-link-custom-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-link-custom-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}

.sc-link-btn {
  background: transparent;
  color: #43baff;
  padding: 0;
  font-size: 20px;
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.sc-link-btn:hover, .sc-link-btn:active {
  background: transparent;
  color: #0074B8;
}
.sc-link-btn:focus {
  outline: none;
}
.sc-link-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-link-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}

.sc-link-lg-btn {
  background: transparent;
  color: #43baff;
  padding: 0;
  font-size: 24px;
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.sc-link-lg-btn:hover, .sc-link-lg-btn:active {
  background: transparent;
  color: #0074B8;
}
.sc-link-lg-btn:focus {
  outline: none;
}
.sc-link-lg-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-link-lg-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}

.sc-link-dark-bg-btn {
  background: transparent;
  color: #43baff;
  padding: 0;
  font-size: 20px;
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.sc-link-dark-bg-btn:hover, .sc-link-dark-bg-btn:active {
  background: transparent;
  color: #0074B8;
}
.sc-link-dark-bg-btn:focus {
  outline: none;
}
.sc-link-dark-bg-btn .icon {
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.sc-link-dark-bg-btn .icon:hover {
  background-size: contain;
  background-repeat: no-repeat;
}

.bc-cnr {
  justify-content: flex-start;
  margin: 10px auto;
}
@keyframes arrow-animation {
  0% {
    opacity: 1;
    transform: translateX(10px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(0px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(10px) scale(1);
  }
}
.bc-cnr .arrow-animation {
  animation-name: arrow-animation;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.bc-cnr .sc-link-custom-btn:hover .arrow-icon {
  animation-name: arrow-animation;
  animation-duration: 1.4s;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(../images/breadcrumb-arrow-left-blue.svg);
}
.bc-cnr .arrow-icon {
  background-image: url(../images/breadcrumb-arrow-left.svg);
}

.sc-btn {
  margin: 0;
}

.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;
  }
}
.tab {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  color: #999999;
}
.tab .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tab .tabs .tab-name {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tab .tabs .tab-name.current a {
  color: var(--sc-tab-active-txt-color);
  border-bottom: 4px solid var(--sc-tab-border-active-color);
}
.tab .tabs a {
  color: #444444;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px 6px;
  text-decoration: none;
  font-weight: 500;
}
.tab .tab_content {
  border-top: 1px solid #ececec;
  padding: 20px;
  margin-top: -1px;
}
.tab .tab_content .tabs_item {
  display: none;
  padding: 12px 0px;
  color: #444444;
}
.tab .tab_content .tabs_item h4 {
  font-weight: bold;
  font-size: 20px;
}
.tab .tab_content .tabs_item:first-child {
  display: block;
  color: #444444;
}

@media only screen and (max-width: 540px) {
  .tabs {
    flex-wrap: wrap;
  }
  .tab {
    padding: 0px;
  }
}
.award-sec {
  padding: 52px 0 0;
}
.award-sec .card-media .img-link {
  max-width: 352px;
  height: 264px;
}
.award-sec .heading-sec {
  width: min(600px, 100%);
  margin: auto;
}

.tab,
.tab_content {
  padding: 20px 0;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-footer {
  background-color: #005581;
}
.section-footer .footer-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .award-sec {
    padding: 32px 20px;
  }
  .award-sec .card-media .img-link {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .award-sec {
    padding: 32px 20px;
  }
  .award-sec .card-media .img-link {
    max-width: 100%;
  }
  .award-sec .container {
    padding: 0px;
  }
}