@font-face {
  font-family: "Satoshi-Variable";
  src: url("fonts/Satoshi-Variable.woff2") format("woff2"), url("fonts/Satoshi-Variable.woff") format("woff"), url("fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("fonts/Satoshi-VariableItalic.woff") format("woff"), url("fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("fonts/Satoshi-Light.woff2") format("woff2"), url("fonts/Satoshi-Light.woff") format("woff"), url("fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("fonts/Satoshi-LightItalic.woff2") format("woff2"), url("fonts/Satoshi-LightItalic.woff") format("woff"), url("fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("fonts/Satoshi-Regular.woff2") format("woff2"), url("fonts/Satoshi-Regular.woff") format("woff"), url("fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("fonts/Satoshi-Italic.woff2") format("woff2"), url("fonts/Satoshi-Italic.woff") format("woff"), url("fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("fonts/Satoshi-Medium.woff2") format("woff2"), url("fonts/Satoshi-Medium.woff") format("woff"), url("fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("fonts/Satoshi-MediumItalic.woff") format("woff"), url("fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("fonts/Satoshi-Bold.woff2") format("woff2"), url("fonts/Satoshi-Bold.woff") format("woff"), url("fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("fonts/Satoshi-BoldItalic.woff") format("woff"), url("fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("fonts/Satoshi-Black.woff2") format("woff2"), url("fonts/Satoshi-Black.woff") format("woff"), url("fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("fonts/Satoshi-BlackItalic.woff") format("woff"), url("fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
body {
  padding: 0;
  margin: 0;
  color: #221D2A;
  font-family: "Satoshi-Medium", Helvetica, sans-serif;
}

.container {
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 992px) {
  .container {
    max-width: 700px;
  }
}

h1 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 24px;
}
h2 span {
  font-size: inherit;
  color: #1344D8;
}

h3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}
h3 span {
  background: linear-gradient(90deg, #4198FF 10.05%, #41FFDD 25.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: inherit;
}

h4 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1344D8;
  font-weight: 600;
}

@media (max-width: 992px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .ai-logo {
    max-width: 50%;
  }
  .pt-5 {
    padding-top: 24px !important;
  }
}
p, span, td, th, li, div, label {
  font-size: 16px;
  line-height: 24px;
}

ol {
  list-style: none; /* Remove default list styling */
  counter-reset: item;
  margin: 0 0 30px;
  padding: 0;
}

ol li {
  counter-increment: item;
  position: relative;
  line-height: 40px;
  padding-left: 40px;
}

ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 25px;
  background-color: #1344D8; /* Add your desired background color */
  color: white;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}

p {
  margin-bottom: 25px;
}

a {
  text-decoration: none;
}

.site-btn, .gform_button {
  background-color: #1344D8 !important;
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 100px !important;
  background-image: url(../images/sparkle.png);
  background-repeat: no-repeat !important;
  background-position: 16px center;
  padding-left: 40px !important;
  transition: background-color 0.5s ease;
  border: 0;
  outline: none;
  display: inline-flex;
}
.site-btn.plain, .gform_button.plain {
  background-image: none !important;
  padding-left: 30px !important;
}
.site-btn.arrow-btn, .site-btn.button, .gform_button.arrow-btn, .gform_button.button {
  background-image: none;
  justify-content: center;
  padding-left: 30px !important;
  padding-right: 30px !important;
  line-height: 56px;
  font-size: 16px;
}
.site-btn.arrow-btn::after, .site-btn.button::after, .gform_button.arrow-btn::after, .gform_button.button::after {
  content: "";
  background-image: url(../images/arrow-up-right.png);
  background-position: 88% center;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 56px;
}
@media (max-width: 640px) {
  .site-btn.arrow-btn, .site-btn.button, .gform_button.arrow-btn, .gform_button.button {
    padding-left: 20px !important;
    padding-right: 35px !important;
    justify-content: center;
  }
}
.site-btn.arrow-btn.trans, .site-btn.button.trans, .gform_button.arrow-btn.trans, .gform_button.button.trans {
  border: solid 1px white;
  background-color: transparent !important;
}
.site-btn.arrow-btn.trans:hover, .site-btn.button.trans:hover, .gform_button.arrow-btn.trans:hover, .gform_button.button.trans:hover {
  background-color: #06133B !important;
}
.site-btn.Download, .site-btn.download, .gform_button.Download, .gform_button.download {
  background-image: url(../images/arrow-down.png);
  line-height: 56px;
  font-size: 16px;
  padding-left: 40px !important;
  background-position: 16px center;
  padding-right: 30px !important;
}
.site-btn.Download::after, .site-btn.download::after, .gform_button.Download::after, .gform_button.download::after {
  display: none;
}
.site-btn + .site-btn, .gform_button + .site-btn {
  margin-left: 20px;
}
.site-btn:hover, .gform_button:hover {
  background-color: #05123A !important;
}

img {
  max-width: 100%;
}

.bg-primary-color {
  background-color: #031753;
}

.bg-vivid-color {
  background-color: #1344D8;
}

.radius-100 {
  border-radius: 100px;
}

.radius-24 {
  border-radius: 24px;
}
@media (max-width: 992px) {
  .radius-24 {
    border-radius: 8px;
  }
}

.radius-8 {
  border-radius: 8px;
}

.blue {
  color: #1344D8;
}

.bg-white {
  background-color: white;
}

.bg-lavender {
  background-color: #F2F4FF !important;
}

.bg-lime-green {
  background-color: #E5F4CF;
}

.bg-lavender-mist {
  background-color: #E8E4FD;
}

.bg-light-peach {
  background-color: #FFE5DC;
}

.bg-pale-sky-blue {
  background-color: #D5E8FF;
}

.bg-pale-butter {
  background-color: #FFF4C9;
}

.bg-lavender-gray {
  background-color: #f5f6fb;
}

.dark-blue-bg {
  background-color: #05123A;
}
.dark-blue-bg.banner1 {
  position: relative;
}
.dark-blue-bg.banner1::after {
  position: absolute;
  right: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/main-banner-mask.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  content: "";
  z-index: 1;
}
.dark-blue-bg.banner1 img {
  z-index: 2;
  position: relative;
}
.dark-blue-bg.banner1 .row {
  align-items: center;
}
.dark-blue-bg.banner1 *:not(input):not(h6):not(span) {
  color: white !important;
}
.dark-blue-bg.banner2::after {
  background-image: url(../images/productivity-mask.png);
}

.common-banner p, .common-banner h1, .common-banner h6 {
  width: 100%;
}
.common-banner h1 span {
  font-size: inherit !important;
  color: #1344D8;
}

.box-data {
  padding: 0 20%;
  margin-top: 30px;
}
.box-data.bg-img {
  background-image: url(../images/mask-group.png);
  background-size: cover;
  margin-top: 66px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .box-data.bg-img {
    margin-top: 0;
  }
}
.box-data p {
  margin: 0;
}
@media (max-width: 992px) {
  .box-data {
    padding: 20px !important;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

input[type=text],
input[type=password],
input[type=search],
input[type=email] {
  font-size: 16px;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder {
  font-size: 14px;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder {
  font-size: 14px;
}

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

.getstarted {
  width: 100%;
}
.getstarted form {
  display: flex;
  border-radius: 100px;
  height: 64px;
  padding: 0;
  max-width: calc(100% - 50px);
  position: relative;
}
.getstarted form .gform-body {
  width: 100%;
  border-radius: 100px;
}
.getstarted form .gform-body input[type=email] {
  width: 100%;
  border-radius: 100px;
  color: #000;
  border: 0;
  outline: none;
  box-shadow: 0 0 0;
  line-height: 64px;
  color: #000;
  height: 64px;
}
.getstarted form .gform-body input[type=email]::-moz-placeholder {
  color: #000;
}
.getstarted form .gform-body input[type=email]::placeholder {
  color: #000;
}
.getstarted form .gform_footer {
  margin: 0 !important;
  position: absolute;
  right: 0;
}
.getstarted form .gform_footer input {
  position: absolute;
  z-index: 9;
}
.getstarted form .gform_footer .gform_ajax_spinner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  font: 0 !important;
}
.getstarted form .gform_button {
  white-space: nowrap;
  position: relative;
  right: -25px;
  line-height: 64px !important;
  border-radius: 0 100px 100px 0 !important;
  background-image: url(../images/sparkle.png);
  background-repeat: no-repeat !important;
  background-position: 16px center;
  padding-left: 40px !important;
  padding-right: 30px !important;
}

blockquote {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  margin-bottom: 40px;
}

.owl-stage {
  display: flex;
}

.owl-stage-outer {
  overflow: hidden;
  height: 390px;
}
@media (max-width: 992px) {
  .owl-stage-outer {
    height: 436px;
  }
}

.owl-nav.disabled {
  display: none;
}

ul::marker {
  font: 0 !important;
}

.bg-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-banner.bg-blue {
  background-color: #031753 !important;
}
.bg-banner.lg {
  min-height: 830px;
  background-color: #0d1522;
}
@media (max-width: 992px) {
  .bg-banner.lg {
    background-position: -60px bottom;
    background-size: 1000px auto;
  }
}
.bg-banner.sm {
  min-height: 550px;
  background-color: #0d1522;
}
@media (max-width: 992px) {
  .bg-banner.sm {
    min-height: 420px;
  }
}
.bg-banner *:not(h6) {
  color: white !important;
}
.bg-banner h6 {
  color: #4199FF;
}
.bg-banner .box-text {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 424px;
}
@media (max-width: 992px) {
  .bg-banner .box-text {
    max-height: 436px;
  }
}
.bg-banner .box-text.blog {
  bottom: -218px;
}
.bg-banner .box-text.blog .box {
  background-position: right 0;
  background-repeat: no-repeat;
  height: 390px;
  position: relative;
}
.bg-banner .box-text.blog .box h2 {
  line-height: 45px;
}
.bg-banner .box-text.blog .box::after {
  position: absolute;
  content: "";
  background-image: url(../images/blog-box-mask-trans.png);
  background-position: -200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  width: 100%;
  border-radius: 24px;
  z-index: 2;
  left: 0;
  top: 0;
}
.bg-banner .box-text.blog .box > div {
  position: relative;
  z-index: 9;
  max-width: 50%;
}
@media (max-width: 640px) {
  .bg-banner .box-text {
    height: 436px;
  }
}
.bg-banner .box-text h5 {
  font-size: 20px;
  line-height: 32px;
  color: white;
  font-weight: 500;
  margin: 0;
}

.w-box-text {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .w-box-text {
    margin-bottom: 350px;
  }
}

.w-lg-box-text {
  margin-bottom: 165px;
}
@media (max-width: 640px) {
  .w-lg-box-text {
    margin-bottom: 350px;
  }
}

.blue-line {
  background-image: url(../images/blue-line-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}
.blue-line img {
  position: relative;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  width: calc(100% + 2 * var(--bs-gutter-x));
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 992px) {
  .blue-line img {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    width: calc(100% + var(--bs-gutter-x) * 1.5);
  }
}
.blue-line .lg-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .blue-line .lg-padding {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.blue-line .lg-padding > h3 {
  padding-right: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blue-line .lg-padding > h3 {
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.blue-line > div {
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 45% auto;
}
@media (max-width: 991px) {
  .blue-line > div {
    background-image: none !important;
  }
}
.blue-line *:not(h6) {
  color: white;
}
.blue-line h6 {
  background: linear-gradient(90deg, #4198FF 1.05%, #41FFDD 25.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.accordion {
  border: 0;
  background-color: transparent;
}
.accordion .accordion-body {
  border-left: solid 2px #1344D8;
  margin-bottom: 30px;
}
.accordion .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
.accordion h4 button {
  font-size: 18px;
  font-weight: 600;
  background-color: transparent !important;
  color: black !important;
  line-height: 30px;
  padding-right: 50px;
  outline: none !important;
  padding-left: 0;
  padding-right: 0;
}
.accordion h4 button:focus {
  box-shadow: 0 0 0;
}
.accordion h4 button[aria-expanded=true] {
  border-bottom: 0;
  box-shadow: 0 0 0;
}
.accordion h4 button::after {
  background-image: url(../images/add.png);
}
.accordion h4 button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

.faq-tabs {
  margin-bottom: 40px;
}
.faq-tabs li {
  padding: 0 15px;
}
.faq-tabs li a {
  background-color: transparent !important;
  color: #000 !important;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 0;
}
.faq-tabs li a::after {
  position: absolute;
  bottom: -10px;
  height: 2px;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #1344D8;
  content: "";
}
.faq-tabs li a.active {
  opacity: 1;
  color: #1344D8 !important;
}
.faq-tabs li a.active::after {
  opacity: 1;
}

.gform_body .gform_fields {
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}
.gform_body .gform_fields input::-moz-placeholder, .gform_body .gform_fields textarea::-moz-placeholder {
  opacity: 0.6;
}
.gform_body .gform_fields input::placeholder, .gform_body .gform_fields textarea::placeholder {
  opacity: 0.6;
}
.gform_body .gform_fields .gfield_required {
  display: none;
}
.gform_body .gform_fields label {
  font-size: 14px;
}
.gform_body .gform_fields input[type=text],
.gform_body .gform_fields input[type=password],
.gform_body .gform_fields input[type=search],
.gform_body .gform_fields input[type=email],
.gform_body .gform_fields input[type=tel] {
  font-size: 16px;
  line-height: 50px;
  border-radius: 5px;
  height: 50px;
  border-color: #D0D5DD;
  padding-left: 20px;
}
.gform_body .gform_fields input[type=text]::-moz-placeholder, .gform_body .gform_fields input[type=password]::-moz-placeholder, .gform_body .gform_fields input[type=search]::-moz-placeholder, .gform_body .gform_fields input[type=email]::-moz-placeholder, .gform_body .gform_fields input[type=tel]::-moz-placeholder {
  font-size: 14px;
}
.gform_body .gform_fields input[type=text]::placeholder,
.gform_body .gform_fields input[type=password]::placeholder,
.gform_body .gform_fields input[type=search]::placeholder,
.gform_body .gform_fields input[type=email]::placeholder,
.gform_body .gform_fields input[type=tel]::placeholder {
  font-size: 14px;
}
.gform_body .gform_fields textarea {
  border-color: #D0D5DD;
  border-radius: 5px;
}
.gform_body .gform_fields .gfield_error input[type=text],
.gform_body .gform_fields .gfield_error input[type=password],
.gform_body .gform_fields .gfield_error input[type=search],
.gform_body .gform_fields .gfield_error input[type=email],
.gform_body .gform_fields .gfield_error input[type=tel],
.gform_body .gform_fields .gfield_error textarea {
  border: solid 1px red !important;
}

.gform_validation_errors,
.validation_message {
  display: none !important;
}

.freeze-site {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  pointer-events: none;
}

.freeze-site * {
  pointer-events: auto; /* Allow interactions within the navigation */
}

.blog-filter {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 767px) {
  .blog-filter {
    justify-content: flex-start;
  }
}
.blog-filter a {
  border-radius: 20px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  padding: 5px 15px;
}
.blog-filter a.active, .blog-filter a:hover {
  background-color: #1344D8;
  border-color: #1344D8;
}

.blog-bnr-carousel {
  padding-bottom: 30px;
  height: 420px;
}
.blog-bnr-carousel .owl-item {
  opacity: 0;
}
.blog-bnr-carousel .owl-item.active {
  opacity: 1;
}
.blog-bnr-carousel .box-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
}
.blog-bnr-carousel .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  .blog-bnr-carousel .owl-dots {
    display: none;
  }
}
.blog-bnr-carousel .owl-dots button {
  width: 6px;
  height: 6px;
  background-color: gray;
  opacity: 0.5;
  border-radius: 50%;
  border: 0;
  margin: 0 3px;
  padding: 0;
  transition: all 0.5s ease;
}
.blog-bnr-carousel .owl-dots button.active {
  background-color: #031753;
  width: 40px;
  border-radius: 3px;
  opacity: 1;
}
.blog-bnr-carousel .owl-nav {
  position: absolute;
  width: calc(100% - 25px);
  top: 50%;
  height: 0;
  margin-top: -20px;
}
.blog-bnr-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  border: 0;
  color: #031753;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.blog-bnr-carousel .owl-nav button span {
  color: black !important;
  font-size: 24px;
}
.blog-bnr-carousel .owl-nav button.owl-prev {
  margin-left: -20px;
}
.blog-bnr-carousel .owl-nav button.owl-next {
  margin-right: -20px;
  float: right;
}

@media (max-width: 1350px) {
  .blog-bnr-carousel .box {
    background-position: 0 0 !important;
  }
  .blog-bnr-carousel .owl-nav button.owl-next {
    margin-right: -10px;
  }
  .blog-bnr-carousel .owl-nav button.owl-prev {
    margin-left: -10px;
  }
}
@media (max-width: 992px) {
  .bg-banner.blog-banner {
    margin-bottom: 350px !important;
  }
  .bg-banner.blog-banner .owl-nav {
    display: none;
  }
  .bg-banner .box-text.blog {
    bottom: -240px !important;
  }
  .bg-banner .box-text.blog .box {
    overflow: hidden;
    height: 415px;
    background-position: center top !important;
  }
  .bg-banner .box-text.blog .box::after {
    height: 460px;
    width: 100%;
    background-image: url(../images/blog-box-mask-trans-m.png);
    background-position: 0 0;
  }
  .bg-banner .box-text.blog .box > div {
    position: absolute;
    max-width: 90%;
    bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .bg-banner.blog-banner {
    margin-bottom: 272px !important;
  }
  .bg-banner .box-text.blog {
    bottom: -300px !important;
  }
  .bg-banner .box-text.blog h2 {
    font-size: 24px;
    line-height: 28px !important;
    margin-top: 10px;
  }
  .bg-banner .box-text.blog p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .bg-banner .box-text.blog p * {
    font-size: 13px;
  }
}
.blog-item {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .blog-item {
    margin-bottom: 14px;
  }
}
.blog-item > img, .blog-item > a > img {
  width: 100%;
}
.blog-item p {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .blog-item p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .blog-item p a, .blog-item p span {
    font-size: 13px;
  }
}
.blog-item .auth a {
  color: #1D1E20;
}
.blog-item h5 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 12px;
  padding-right: 40px;
}
.blog-item h5 a {
  color: #1D1E20;
}
@media (max-width: 640px) {
  .blog-item h5 {
    padding-right: 0;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  body.blog .blog-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.blog-det-banner .bcrumb a, .blog-det-banner .bcrumb span {
  font-size: 14px;
  color: #000;
}
.blog-det-banner .bcrumb a {
  opacity: 0.7;
}

.banner-wrapper {
  width: 100%;
  height: 442px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  display: block;
}
@media (max-width: 992px) {
  .banner-wrapper {
    height: 350px;
    border-radius: 8px;
  }
}
@media (max-width: 640px) {
  .banner-wrapper {
    height: 250px;
  }
}

.blog-deails .blog-data h1 {
  padding-right: 100px;
  line-height: 1.3;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .blog-deails .blog-data h1 {
    padding-right: 0;
    line-height: 40px;
  }
}
.blog-deails .blog-data h4 {
  font-weight: 300;
  width: 60%;
  line-height: 1.3;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .blog-deails .blog-data h4 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    padding-top: 20px !important;
  }
}

.auth {
  align-items: center;
}
.auth img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
}
.auth span {
  position: relative;
  left: -12px;
  display: inline-block;
  font-size: 20px;
  color: #1D1E20;
}
@media (max-width: 992px) {
  .auth span {
    font-size: 16px;
  }
}
.auth span:first-child, .auth span:nth-child(2) {
  display: none;
}
.auth span a {
  font-size: 20px;
  color: #1D1E20;
}
@media (max-width: 992px) {
  .auth span a {
    font-size: 16px;
  }
}

aside {
  padding-left: 50px;
}
@media (max-width: 992px) {
  aside {
    margin-bottom: 50px;
  }
}
aside .anhor-nav {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  border-right: solid 2px rgba(83, 83, 83, 0.2);
}
@media (max-width: 992px) {
  aside .anhor-nav {
    display: none;
  }
}
aside .anhor-nav li {
  justify-content: flex-end;
  width: 100%;
  text-align: end;
  padding: 8px 0 8px 0;
}
aside .anhor-nav li a {
  color: #535353;
  line-height: 2;
  padding: 0 20px 0 0;
  display: inline-block;
  position: relative;
  right: -2px;
}
aside .anhor-nav li.active a {
  color: #1344D8;
  border-right: solid 2px #1344d8;
}
aside .aio-logo {
  background-image: url(../images/aside-log-bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 194px;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside .aio-logo-ctc {
  background-color: #F2F4FF;
  padding: 40px;
}

.blog-deails .blog-data h4.wp-block-heading {
  margin-top: 0px !important;
  padding-top: 40px;
}

.floating-scroll-sticky {
  z-index: 999;
  max-width: 430px;
}
@media (max-width: 992px) {
  .floating-scroll-sticky {
    max-width: 100% !important;
  }
}

.floating-scroll-sticky.floating-scroll-stick {
  position: fixed !important;
  top: 100px;
  left: 770px;
  z-index: 999;
}
@media (max-width: 992px) {
  .floating-scroll-sticky.floating-scroll-stick {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}

.floating-scroll-sticky.floating-scroll-stick.floating-scroll-stuck {
  position: absolute !important;
  top: auto;
  bottom: 0;
  left: 770px;
  z-index: 999;
}
@media (max-width: 992px) {
  .floating-scroll-sticky.floating-scroll-stick.floating-scroll-stuck {
    position: relative !important;
    left: 0 !important;
  }
}

.floating-scroll-bounding-box {
  position: relative !important;
}

.blog-deails .blog-data h4.wp-block-heading.active {
  /*padding-top: 80px;*/
}

.rel-articles {
  background-color: #F2F4FF;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .rel-articles {
    padding: 32px 0;
  }
}
.rel-articles h4 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .rel-articles h4 {
    margin-bottom: 24px;
  }
}

.modal-backdrop.show {
  z-index: 9999;
}

.modal {
  z-index: 10000;
}

.avatar.photo {
  border-radius: 50%;
}

.form-container {
  background-color: #f2f4ff;
  padding: 24px;
  max-width: 365px;
  float: right;
  width: 100%;
}
@media (max-width: 992px) {
  .form-container {
    max-width: 100%;
  }
}
.form-container h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}

.site-header {
  padding: 16px 0;
  z-index: 9999;
  background-color: white;
  width: 100%;
  height: 88px;
  top: 0;
  transition: all 1s ease;
}
@media (max-width: 992px) {
  .site-header {
    position: relative;
  }
}
.site-header .d-nav {
  font-size: 14px;
  font-weight: 600;
  gap: 2.5rem;
}
.site-header .d-nav a {
  color: black;
  text-decoration: none;
  transition: color 0.5s ease;
}
.site-header .d-nav a:hover {
  color: #1344D8;
}
.site-header .navbar-toggler {
  position: absolute;
  right: 15px;
  top: 2px;
  outline: none;
  box-shadow: 0 0 0;
  border: 0 !important;
  padding: 0;
  font-size: 32px;
  color: black !important;
}
.site-header .navbar-toggler[aria-expanded=true] .bi-list {
  display: none;
}
.site-header .navbar-toggler[aria-expanded=true] .bi-x.d-none {
  display: block !important;
  font-size: 36px;
  font-weight: 100;
}
@media (max-width: 992px) {
  .site-header .main-navigation {
    width: 100%;
    position: fixed;
    top: 88px;
    height: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
  }
  .site-header .main-navigation.collapse:not(.show) {
    right: -100%;
    transition: all 0.5s ease;
    display: block !important;
  }
  .site-header .d-nav {
    width: 260px;
    position: absolute;
    z-index: 9999;
    right: 0;
    background: #05123A;
    top: 0;
    padding-bottom: 40px;
    height: calc(100vh - 88px);
  }
  .site-header .d-nav li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .site-header .d-nav li a {
    line-height: 60px;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 16px;
  }
}

body.fixed-header {
  transition: all 1s ease;
}
body.fixed-header .site-header {
  position: fixed;
  top: 0;
  transition: all 1s ease;
}

footer.site-ft {
  background-color: #031753;
  padding: 70px 0 30px;
}
@media (max-width: 992px) {
  footer.site-ft {
    padding: 40px 0 30px;
  }
}

.ft-nav {
  font-size: 14px;
  color: white;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .ft-nav {
    margin-bottom: 50px;
  }
}
.ft-nav li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
.ft-nav a {
  color: white;
  opacity: 0.5;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.ft-nav a img {
  margin-right: 10px;
}
.ft-nav a:hover {
  opacity: 1;
}

.ft-form {
  justify-content: space-between;
}
.ft-form > div {
  width: 100%;
}
.ft-form form {
  display: flex;
  position: relative;
}
.ft-form .gform-body {
  width: 100%;
}
.ft-form .gform-body input {
  padding: 7px 7px 7px 15px;
}
.ft-form .gform_footer {
  margin: 0 !important;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 100px;
}
@media (max-width: 992px) {
  .ft-form .gform_footer {
    right: 11px;
  }
}
.ft-form .gform_button {
  padding: 0 20px !important;
  background-image: none !important;
  position: absolute;
  left: -10px;
  z-index: 99;
}
@media (max-width: 992px) {
  .ft-form .gform_button {
    left: 0px;
  }
}
.ft-form input[type=email] {
  width: 100%;
  outline: none;
  border-radius: 100px !important;
  border: 0 !important;
  height: 50px !important;
  line-height: 40px !important;
  box-shadow: 0 0 0 !important;
  margin-top: 10px;
}

.copy p {
  opacity: 0.6;
  margin: 0;
  font-size: 14px;
  color: white;
}

.logo-banner {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .logo-banner {
    padding: 20px 0 15px;
  }
}

.icon-list .icon-wrapper {
  width: 48px;
  height: auto;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 0;
}
.icon-list li {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  min-height: 230px;
  max-width: 294px;
  width: 32%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .icon-list li {
    width: 100%;
    max-width: 100%;
  }
}
.icon-list li p {
  font-size: 14px;
  margin-bottom: 0;
}
.icon-list.sm li {
  width: 232px;
  min-height: auto;
}
@media (max-width: 992px) {
  .icon-list.sm li {
    width: 48%;
    max-width: 100%;
  }
}
.icon-list.four-col::after {
  background-size: auto 130%;
}
.icon-list.four-col li {
  width: calc(25% - 20px);
}
@media (max-width: 992px) {
  .icon-list.four-col li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .icon-list.four-col li {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.icon-list.four-col li .icon-wrapper {
  margin-bottom: 5px;
  width: 100%;
  font-weight: 600;
}
.icon-list.three-col li {
  width: calc(33% - 20px);
  max-width: none;
}
@media (max-width: 992px) {
  .icon-list.three-col li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .icon-list.three-col li {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.icon-list.three-col li .icon-wrapper {
  margin-bottom: 15px;
}
.icon-list.three-col li p {
  font-size: 16px;
}
@media (max-width: 992px) {
  .icon-list ul {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .master-content h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .master-content img {
    max-width: 60%;
    margin-bottom: 30px;
  }
}

.content-img .img-wrap {
  align-content: flex-end;
  align-self: center;
}
@media (max-width: 992px) {
  .content-img .img-wrap {
    order: 1;
  }
}
.content-img .img-wrap img {
  border-radius: 24px;
  width: 100%;
}
.content-img .content-wrap {
  align-content: center;
  flex-wrap: wrap;
}
.content-img .content-wrap code {
  border-radius: 16px;
  background-color: #F2F4FF;
  padding: 20px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 22px;
  justify-content: space-between;
  align-items: center;
  font-family: "Satoshi-Medium", Helvetica, sans-serif;
  color: #535353;
  margin-bottom: 20px;
}
.content-img .content-wrap code img {
  margin-right: 20px;
  float: left;
}
@media (max-width: 992px) {
  .content-img .content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    order: 2;
  }
}
.content-img ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
.content-img ul li {
  background-image: url(../images/bullet-point-star.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.row > .content-wrap {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .row > .content-wrap {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.row.flex-row-reverse > .content-wrap {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 50px;
}
@media (max-width: 992px) {
  .row.flex-row-reverse > .content-wrap {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.img-radius-0 img {
  border-radius: 0 !important;
}

.productivity .cont-div h6 {
  background: linear-gradient(90deg, #4198FF 1.05%, #41FFDD 25.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.productivity .img-div > img {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .productivity .img-div > img {
    margin: 0;
  }
}
.productivity .img-div span img {
  position: absolute;
}
.productivity .img-div span img:first-child {
  left: 150px;
  top: 100px;
}
.productivity .img-div span img:nth-child(2) {
  right: 100px;
  top: 0;
}
.productivity .img-div span img:last-child {
  right: 50px;
  bottom: 0;
}
@media (max-width: 640px) {
  .productivity .img-div span img {
    max-width: 120px;
    margin: 0;
  }
  .productivity .img-div span img:nth-child(2) {
    right: 20px;
  }
  .productivity .img-div span img:first-child {
    left: 50px;
  }
}

.lg-padding {
  padding-top: 96px;
  padding-bottom: 66px;
}
@media (max-width: 992px) {
  .lg-padding {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.md-padding {
  padding-top: 0;
  padding-bottom: 66px;
}

.testimonials, .circle-gradient-bg {
  position: relative;
}
.testimonials::after, .circle-gradient-bg::after {
  position: absolute;
  right: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonials-mask.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  z-index: 1;
}

.testis {
  position: relative;
  width: 100%;
}
@media (min-width: 993px) {
  .testis {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .testis .owl-dots {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .testis .owl-dots button {
    border: 0;
    width: 40px;
    background-color: #221D2A;
    opacity: 0.3;
    margin: 0 2px;
    height: 4px;
  }
  .testis .owl-dots button.active {
    opacity: 1;
  }
}
.testis .items {
  width: 100%;
  background-color: white;
  border-radius: 8px;
  position: relative;
  padding: 70px 25px 25px 25px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 992px) {
  .testis .items {
    margin-bottom: 0;
  }
}
.testis .items::after {
  background-image: url(../images/quotation.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 27px;
  height: 24px;
  content: "";
  display: flex;
}
.testis .items .auth img {
  border-radius: 5px;
  align-self: flex-start;
}
.testis .items .auth p {
  margin: 0;
  line-height: 1.3;
}
.testis .items .auth small {
  display: block;
  width: 100%;
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 992px) {
  .frme {
    flex-wrap: wrap;
    max-width: 240px;
    flex-wrap: wrap;
  }
}
.frme > div {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-right: -30px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .frme > div {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 992px) {
  .frme > div {
    margin-right: 0px;
    margin-bottom: -30px;
  }
}
.frme > div h2 {
  font-size: 64px;
  color: #221D2A;
  width: 100%;
  margin: 0;
  font-family: "Satoshi-Bold", Helvetica, sans-serif;
}
.frme > div p {
  font-size: 20px;
  width: 100%;
  margin: 0;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .frme > div p {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .frme.small {
    max-width: 340px;
  }
}
.frme.small > div {
  width: 130px;
  padding-top: 20px;
  height: 130px;
  margin-right: -20px;
}
@media (max-width: 992px) {
  .frme.small > div {
    display: block;
    width: 80px;
    padding-top: 10px;
    height: 80px;
    margin-right: -15px;
  }
}
.frme.small > div h2 {
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 992px) {
  .frme.small > div h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.frme.small > div p {
  font-size: 12px;
  padding: 0 20px;
  line-height: 14px;
  color: #221D2A;
}
@media (max-width: 992px) {
  .frme.small > div p {
    font-size: 8px;
    line-height: 10px;
    padding: 0 10px;
    margin-top: 10px;
  }
}

.craft-note {
  border-radius: 8px;
}
.craft-note p {
  margin: 0;
}

.collaboration .img-wrap img {
  z-index: 9;
}
.collaboration .img-wrap .waves {
  position: absolute;
  right: 60px;
  top: 0;
}
.collaboration .img-wrap .bubble {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.box-content {
  justify-content: space-between;
}
.box-content > div {
  background-color: #031753;
  padding: 50px 50px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 24px;
  min-height: 322px;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
}
.box-content > div * {
  color: white;
}
.box-content > div p:last-child {
  margin-bottom: 0;
}
.box-content > div.lets-talk {
  background-color: #031753;
  background-image: url(../images/img-lets-talk.png);
  padding-right: 40%;
  width: 100%;
  min-height: 366px;
}
@media (max-width: 992px) {
  .box-content > div.lets-talk {
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
    padding-right: 20px;
    padding-bottom: 280px;
    background-position: right bottom;
    background-size: 100% 250px;
    width: calc(100% + var(--bs-gutter-x) * 1.25);
  }
}
.box-content > div.info {
  background-color: #1344D8;
  background-image: url(../images/img-info.png);
  background-position: right bottom;
}
.box-content > div.writeup {
  background-color: #142F40;
}
.box-content > div blockquote {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 992px) {
  .box-content > div {
    width: 100%;
    padding: 20px;
  }
}

.b-highlight {
  background-position: right center;
  background-size: cover;
}
@media (min-width: 1350px) {
  .b-highlight h3 {
    padding-right: 200px;
  }
}

.power-icon {
  background-image: url(../images/zap.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.power-icon em {
  background: linear-gradient(90deg, #4198FF 1.05%, #41FFDD 25.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
}

@media (max-width: 992px) {
  .productivity .content-wrap, .productivity .cont-div, .collaboration .content-wrap, .collaboration .cont-div {
    order: 1;
  }
  .productivity .img-wrap, .productivity .img-div, .collaboration .img-wrap, .collaboration .img-div {
    order: 2;
  }
}
.contact-banner {
  background-position: center 0;
  background-size: cover;
}
.contact-banner .title {
  padding-right: 50px;
}
.contact-banner .title * {
  color: white;
}
.contact-banner .form-box {
  background-color: white;
  border-radius: 24px;
  padding: 30px;
}
.contact-banner .form-box h4 {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .contact-banner .frm-cont {
    background-color: white;
  }
}

.three-col-box .ic-box {
  width: 386px;
  max-width: 100%;
  border: solid 1px #D0D5DD;
  overflow: hidden;
  height: 221px;
  background-image: url(../images/box-bg.png);
  background-position: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.three-col-box .ic-box .icon-wrap {
  padding: 15px;
  background-color: white;
  border-radius: 14px;
}
.three-col-box p {
  margin: 0;
}
@media (max-width: 992px) {
  .three-col-box > div {
    margin-bottom: 40px;
  }
  .three-col-box > div:last-child {
    margin: 0;
  }
}

.blue-bg-box {
  border-radius: 16px;
  background-color: #0D3AC3;
  background-image: url(../images/blue-box-bg.png);
  background-position: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .blue-bg-box {
    flex-wrap: wrap;
  }
}
.blue-bg-box img {
  align-self: flex-start;
}
@media (max-width: 992px) {
  .blue-bg-box img {
    width: 100%;
  }
}
.blue-bg-box .content {
  flex: 1;
  padding: 40px 200px 40px 60px;
}
@media (max-width: 992px) {
  .blue-bg-box .content {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 1250px) {
  .blue-bg-box .content {
    padding: 40px;
  }
}
.blue-bg-box .content * {
  color: white;
}
.blue-bg-box .content p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */