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

.ebooks-sec {
  padding: 2.5rem 0 4rem;
}
.ebooks-sec .ebooks-list .post-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

@media only screen and (max-width: 1024px) {
  .ebooks-sec {
    padding: 2.5rem 1.25rem;
  }
}