﻿@charset "UTF-8";
/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== z index ==========*/
/*@font-face {
    font-family: 'KumbhSans';
    src: url('fonts/kumbhsans-variablefont_yopq,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Figtree";
  src: url("fonts/figtree-variablefont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-variablefont_wdth,wght.ttf') format('truetype');
     font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}*/
body {
  background-color: #ffffff;
  color: #444444;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  padding: 0;
  font-display: swap;
  line-height: 1.5;
  font-weight: 400;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.h1 a, .h2 a, .h3, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}*/
.loader-page {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-main {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-loader {
  position: absolute;
}

.loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  /*border: 3px solid;
  border-color: #173365 #173365 transparent transparent;*/
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.loader:after, .loader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #0d6efd transparent #0d6efd;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-animation: rotationBack 0.5s linear infinite;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader:before {
  width: 65px;
  height: 65px;
  border-color: #173365 transparent #173365 transparent;
  -webkit-animation: rotation 1.5s linear infinite;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-alert-bg {
  background: rgba(0, 0, 0, 0.5);
}

.custom-alert {
  margin-block-end: 0;
  background-color: #fff;
  border: 0;
  padding: 3rem;
  color: #282833;
  border-radius: 3px;
  position: relative;
  pointer-events: auto;
  width: 100%;
}

.custom-alert .custom-alert-icon {
  font-size: 6.125rem;
  line-height: 0;
}

.custom-alert h5 {
  font-size: 1.6rem;
  color: #f84238;
  margin: 0;
  line-height: 1.4;
}

.custom-alert h4 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.4;
  color: #282833;
  margin-block-start: 0.6rem;
}

.custom-alert p {
  margin-block-end: 0rem;
  color: #8492b5;
  font-size: 1.4rem;
}

.custom-alert .btn {
  padding: 0.6rem 1rem;
  border-radius: 2px;
  min-width: 150px;
  font-size: 1rem;
}

.form-control::-webkit-input-placeholder {
  color: #e0e0e0;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #e0e0e0;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #e0e0e0;
  opacity: 1;
}

.form-control::placeholder {
  color: #e0e0e0;
  opacity: 1;
}

.form-control:focus, .form-select:focus {
  outline: 0;
  box-shadow: none;
}

.multiselect-container .multiselect-filter > input.multiselect-search {
  margin: 0;
  padding-left: 2.3rem;
}

.multiselect-container .multiselect-filter > .fa-search {
  position: absolute;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.btn {
  /*--bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;*/
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: .375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 20px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1A2A6C;
  --bs-btn-border-color: #1A2A6C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #162a7b;
  --bs-btn-hover-border-color: #162a7b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #162a7b;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #162a7b;
  --bs-btn-disabled-border-color: #162a7b;
}

.btn-outline-primary {
  --bs-btn-color: #1A2A6C;
  --bs-btn-border-color: #1A2A6C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A2A6C;
  --bs-btn-hover-border-color: #1A2A6C;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A2A6C;
  --bs-btn-active-border-color: #1A2A6C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1A2A6C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1A2A6C;
  --bs-gradient: none;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.bg-primary {
  background-color: #1A2A6C !important;
}

.text-primary {
  color: #1A2A6C !important;
}

a {
  color: #012b43;
}
a:hover {
  color: #0a58ca;
}

.cta-btn-primary, .cta-btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  background-color: #ebebeb;
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.cta-btn-primary .btn_inner, .cta-btn-secondary .btn_inner {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 55px;
  width: 100%;
  text-align: center;
}
.cta-btn-primary .btn_inner::before, .cta-btn-secondary .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  inset-inline-start: 0;
  width: 45px;
  height: 100%;
  background-color: #1A2A6C;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cta-btn-primary .btn_inner .btn_icon, .cta-btn-secondary .btn_inner .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1;
  color: #f7f7f7;
}
.cta-btn-primary .btn_inner .btn_icon > span, .cta-btn-secondary .btn_inner .btn_icon > span {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cta-btn-primary .btn_inner .btn_icon > span i:first-child, .cta-btn-primary .btn_inner .btn_icon > span i:last-child, .cta-btn-secondary .btn_inner .btn_icon > span i:first-child, .cta-btn-secondary .btn_inner .btn_icon > span i:last-child {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
  font-size: 19px;
}
.cta-btn-primary .btn_inner .btn_icon > span i:last-child, .cta-btn-secondary .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.cta-btn-primary .btn_inner .btn_text, .cta-btn-secondary .btn_inner .btn_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  color: #0f123b;
  text-shadow: 0 23px 0 currentColor;
  white-space: nowrap;
}
.cta-btn-primary .btn_inner .btn_text > span, .cta-btn-secondary .btn_inner .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-btn-primary:hover .btn_inner::before, .cta-btn-secondary:hover .btn_inner::before {
  width: 100%;
}
.cta-btn-primary:hover .btn_inner .btn_icon i:first-child, .cta-btn-secondary:hover .btn_inner .btn_icon i:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.cta-btn-primary:hover .btn_inner .btn_icon i:last-child, .cta-btn-secondary:hover .btn_inner .btn_icon i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cta-btn-primary:hover .btn_inner .btn_text, .cta-btn-secondary:hover .btn_inner .btn_text {
  color: #f7f7f7;
}
.cta-btn-primary:hover .btn_inner .btn_text > span, .cta-btn-secondary:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}

.cta-btn-secondary {
  background: #1A2A6C;
}
.cta-btn-secondary .btn_inner::before {
  background: #f7f7f7;
}
.cta-btn-secondary .btn_inner .btn_icon {
  color: #1A2A6C;
}
.cta-btn-secondary .btn_inner .btn_text {
  color: #f7f7f7;
}
.cta-btn-secondary:hover .btn_inner .btn_text {
  color: #0f123b;
}

.cta-sm.cta-btn-primary, .cta-sm.cta-btn-secondary {
  padding: 5px;
  line-height: 1.1;
}
.cta-sm.cta-btn-primary .btn_inner, .cta-sm.cta-btn-secondary .btn_inner {
  padding: 10px 20px 10px 45px !important;
}
.cta-sm.cta-btn-primary .btn_inner::before, .cta-sm.cta-btn-secondary .btn_inner::before {
  width: 37px;
}
.cta-sm.cta-btn-primary .btn_inner .btn_icon, .cta-sm.cta-btn-secondary .btn_inner .btn_icon {
  min-width: 37px;
}
.cta-sm.cta-btn-primary .btn_inner .btn_icon > span i:first-child, .cta-sm.cta-btn-primary .btn_inner .btn_icon > span i:last-child, .cta-sm.cta-btn-secondary .btn_inner .btn_icon > span i:first-child, .cta-sm.cta-btn-secondary .btn_inner .btn_icon > span i:last-child {
  font-size: 16px;
}
.cta-sm.cta-btn-primary:hover .btn_inner::before, .cta-sm.cta-btn-secondary:hover .btn_inner::before {
  width: 100%;
}
.cta-sm.cta-btn-primary:hover .btn_inner .btn_text, .cta-sm.cta-btn-secondary:hover .btn_inner .btn_text {
  color: #f7f7f7;
}
.cta-sm .cta-btn-secondary:hover .btn_inner .btn_text {
  color: #0f123b;
}

.about-sec {
  padding: 80px 0;
}

.box-image-about {
  position: relative;
  padding-right: 20px;
  padding-bottom: 0px;
  max-width: 515px;
  width: 100%;
}

/*.box-image-about::before {
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #000407;
}*/
.box-image-about .box-image-about-inner {
  padding: 30px 0px 0px 0px;
}

.box-image-about .box-image-about-inner img {
  width: 100%;
  position: relative;
  z-index: 2;
  right: -20px;
  border: 4px solid #0f123b;
  border-radius: 14px;
}

.box-image-about .box-image-about-inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  top: 0px;
  left: 0px;
  background-color: #555;
  border-radius: 10px;
}

.about-text h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000407;
  text-transform: uppercase;
  position: relative;
  padding-left: 0px;
}

.about-text h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.about-text h2 span {
  color: #0f123b;
}

.card-image-circle-left {
  display: flex;
  align-items: center;
}

.card-image-circle-left .image {
  height: 60px;
  width: 60px;
  background-color: #e6eeff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
}

.card-image-circle-left .image img {
  display: inline-block;
  vertical-align: middle;
}

.card-image-circle-left .info {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #000407;
}

.box-latest-blog {
  position: relative;
  padding: 75px 0px 75px 0px;
}

/*.box-latest-blog::before {
    content: "";
    border-radius: 50px;
    background-color: #012b43;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 616px;
    width: 100%;
}*/
.box-latest-blog .container {
  position: relative;
  z-index: 2;
}

.box-latest-blog .title-line {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000407;
  text-transform: uppercase;
  position: relative;
  padding-left: 0px;
}

.hasDatepicker {
  background: url(../images/calendar.png) no-repeat 97% #ffffff !important;
}

.heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #0f123b;
}

.card-blog {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-radius: 16px;
  height: 100%;
}

.card-blog .card-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.card-blog .card-image img {
  max-width: 100%;
  max-height: 100%;
}

.card-blog .card-image .card-date {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 12;
  padding: 8px 20px;
  background-color: #0f123b;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.card-blog .card-info .card-meta {
  padding: 10px 15px;
}

.card-blog .card-info .card-meta .date {
  display: inline-block;
  color: #888;
  font-size: 14px;
  font-weight: 500;
}
.card-blog .card-info .card-meta .date i {
  margin-right: 3px;
  font-size: 13px;
}

.card-blog .card-info .card-meta .by-user {
  display: inline-block;
  color: #888;
  font-size: 14px;
}
.card-blog .card-info .card-meta .by-user i {
  margin-right: 3px;
  font-size: 13px;
}

.card-blog .card-info .card-title {
  padding: 0 15px 10px;
}

.card-blog .card-info .card-title .link-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.card-blog .card-info .card-title .link-readmore {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.card-blog .card-info .card-title .link-readmore svg {
  stroke: #012b43;
  margin-left: 5px;
  margin-top: -2px;
}

.card-blog .card-info .card-title .link-readmore:hover svg {
  stroke: #1A2A6C;
}

.heading span {
  color: #bcbcbc;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #1A2A6C;
}

.page-header {
  padding: 1.2rem 0 0;
  position: relative;
  overflow: hidden;
  /*display:none;*/
  /*&:before {
      content: "";
      position: absolute;
      top: -100px;
      left: -100px;
      width: 100px;
      height: 100px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      animation: moveShape 10s infinite alternate;
  }

  &:after {
      content: "";
      position: absolute;
      bottom: -50px;
      right: -50px;
      width: 150px;
      height: 150px;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      animation: moveShape 12s infinite alternate-reverse;
  }*/
}
.page-header h1, .page-header h2 span {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
}
.page-header .box-breadcrumb {
  padding: 7px 5px;
  position: relative;
}
.page-header .box-breadcrumb .breadcrumb {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-header .box-breadcrumb .breadcrumb .breadcrumb-item {
  display: inline;
  font-size: 14px;
}
.page-header .box-breadcrumb .breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.page-header .box-breadcrumb .breadcrumb .breadcrumb-item span {
  text-decoration: none;
  opacity: 0.6;
}
.page-header .box-breadcrumb .breadcrumb .breadcrumb-item::before {
  float: none;
}

.news-page {
  padding: 30px 0 40px;
}
.news-page .afterFilter {
  background-color: #edf5fd;
  padding: 10px 10px;
  margin-block-end: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page .afterFilter ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  list-style: none;
  padding: 0;
}
.news-page .afterFilter ul li {
  border: 1px solid #ddd;
  padding: 3px 10px;
  border-radius: 25px;
  font-size: 13px;
  /*a{
      color:#dc3545;
  }*/
}
.news-page .afterFilter .clearSearch {
  font-size: 13px;
}
.news-page h1 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
  color: #0f123b;
}
.news-page .card-news {
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(17, 16, 16, 0.05);
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 15px;
}
.news-page .card-news .card-image {
  position: relative;
  width: 150px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.news-page .card-news .card-image img {
  border-radius: 4px;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.news-page .card-news .card-info {
  padding-bottom: 0px;
  width: calc(100% - 150px);
}
.news-page .card-news .card-info .card-meta {
  padding: 0px;
  border-bottom: 0px;
}
.news-page .card-news .card-info .card-meta .date {
  display: inline-block;
  padding: 2px 10px 2px 0px;
  color: #888;
  font-size: 14px;
}
.news-page .card-news .card-info .card-meta .date i {
  margin-right: 3px;
}
.news-page .card-news .card-info .card-meta .by-user {
  display: inline-block;
  padding: 2px 10px 2px 0px;
  color: #888;
  font-size: 14px;
}
.news-page .card-news .card-info .card-meta .by-user i {
  margin-right: 3px;
}
.news-page .card-news .card-info .card-title {
  padding: 0px 20px 0px 0px;
}
.news-page .card-news .card-info .card-title .link-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.news-page .card-news .card-info .card-title .link-readmore {
  text-decoration: none;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-page .card-news .card-info .card-title .link-readmore svg {
  stroke: #012b43;
  margin-left: 5px;
  margin-top: -2px;
}
.news-page .card-news .card-info .card-title .link-readmore:hover svg {
  stroke: #1A2A6C;
}
.news-page .card-news .card-info .card-title p {
  margin-bottom: 5px;
}
.news-page .news-content-left {
  padding: 0px;
}
.news-page .news-content-left .news-detail {
  margin-bottom: 50px;
}
.news-page .news-content-left .card-meta {
  /* background: #f5f7f8;
  padding: 8px 10px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
  margin: 5px 0 5px 0;
}
.news-page .news-content-left .card-meta .date, .news-page .news-content-left .card-meta .by-user {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.news-page .news-content-left .card-meta .date i, .news-page .news-content-left .card-meta .by-user i {
  margin-right: 3px;
}
.news-page .news-content-left .news-detail .carousel {
  margin-bottom: 30px;
}
.news-page .news-content-left .news-detail .carousel .carousel-inner .carousel-item .carousel-item-inner {
  height: 440px;
  margin-bottom: 60px;
  background-color: #f7fafd;
}
.news-page .news-content-left .news-detail .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  margin: 0;
  background-color: #ffffff;
  height: 60px;
}
.news-page .news-content-left .news-detail .carousel .carousel-inner .carousel-item .carousel-caption p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  text-align: center;
}
.news-page .news-content-left .news-detail .carousel .carousel-inner .carousel-item img {
  border: none;
  padding: 0;
}
.news-page .news-content-left .news-detail .carousel .carousel-indicators {
  margin-left: 0;
  margin-right: 0;
}
.news-page .news-content-left .news-detail .carousel .carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 160px;
  height: 100px;
  position: relative;
  padding: 4px;
  border: #ddd solid 1px;
  border-radius: 4px;
  margin: 0;
}
.news-page .news-content-left .news-detail .carousel .carousel-indicators [data-bs-target] img {
  border: none;
  padding: 0;
}
.news-page .news-content-left .news-detail .carousel .carousel-indicators [data-bs-target].active {
  border-color: #2563eb;
}
.news-page .news-content-left .news-detail .carousel img {
  margin: 0;
}
.news-page .news-content-left .news-detail img {
  max-width: 100%;
  max-height: 100%;
}
.news-page .news-content-left .news-detail p, .news-page .news-content-left .news-detail strong, .news-page .news-content-left .news-detail h6 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.news-page .news-content-left .news-detail strong, .news-page .news-content-left .news-detail h6 {
  font-weight: 600;
  color: #012b43;
}
.news-page .news-content-left .news-detail h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #012b43;
}
.news-page .news-content-left .about-text li, .news-page .news-content-left .about-text strong, .news-page .news-content-left .about-text h6, .news-page .news-content-left .about-text p, .news-page .news-content-left .contact-text li, .news-page .news-content-left .contact-text strong, .news-page .news-content-left .contact-text h6, .news-page .news-content-left .contact-text p, .news-page .news-content-left .supporting-text li, .news-page .news-content-left .supporting-text strong, .news-page .news-content-left .supporting-text h6, .news-page .news-content-left .supporting-text p, .news-page .news-content-left .supporting-tags li, .news-page .news-content-left .supporting-tags strong, .news-page .news-content-left .supporting-tags h6, .news-page .news-content-left .supporting-tags p, .news-page .news-content-left .social-list li, .news-page .news-content-left .social-list strong, .news-page .news-content-left .social-list h6, .news-page .news-content-left .social-list p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.news-page .news-content-left .about-text strong, .news-page .news-content-left .about-text h6, .news-page .news-content-left .contact-text strong, .news-page .news-content-left .contact-text h6, .news-page .news-content-left .supporting-text strong, .news-page .news-content-left .supporting-text h6, .news-page .news-content-left .supporting-tags strong, .news-page .news-content-left .supporting-tags h6, .news-page .news-content-left .social-list strong, .news-page .news-content-left .social-list h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #444444;
}
.news-page .news-content-left .about-text a, .news-page .news-content-left .contact-text a, .news-page .news-content-left .supporting-text a, .news-page .news-content-left .supporting-tags a, .news-page .news-content-left .social-list a {
  text-decoration: underline;
}
.news-page .news-content-left .about-text a:hover, .news-page .news-content-left .contact-text a:hover, .news-page .news-content-left .supporting-text a:hover, .news-page .news-content-left .supporting-tags a:hover, .news-page .news-content-left .social-list a:hover {
  text-decoration: none;
}
.news-page .news-content-left .supporting-tags .tag-list a {
  font-size: 16px;
}
.news-page .news-content-left .contact-text ul li {
  margin-bottom: 0 !important;
}
.news-page .news-content-left .contact-text ul:last-child {
  margin-bottom: 0;
}
.news-page .news-content-left .contact-text p {
  margin-bottom: 5px;
}
.news-page .news-content-left .contact-text p:last-child {
  margin-bottom: 25px;
}
.news-page .news-content-left .about-text .single-about {
  margin-bottom: 1.4em;
}
.news-page .news-content-left .about-text .single-about:last-child {
  margin-bottom: 0;
}
.news-page .news-content-left .about-text, .news-page .news-content-left .contact-text, .news-page .news-content-left .supporting-text, .news-page .news-content-left .supporting-tags, .news-page .news-content-left .social-list {
  margin-bottom: 40px;
  /* background-color: #fcfcfd;
  padding: 15px;
  border-radius: 10px;*/
}
.news-page .news-content-left .about-text p:last-child, .news-page .news-content-left .contact-text p:last-child, .news-page .news-content-left .supporting-text p:last-child, .news-page .news-content-left .supporting-tags p:last-child, .news-page .news-content-left .social-list p:last-child {
  margin-bottom: 0;
}
.news-page .news-content-left .about-text h5, .news-page .news-content-left .contact-text h5, .news-page .news-content-left .supporting-text h5, .news-page .news-content-left .supporting-tags h5, .news-page .news-content-left .social-list h5 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #012b43;
  /*border-bottom: 2px solid;
  padding-bottom: 8px;*/
  display: inline-block;
  font-weight: 600;
}
.news-page .news-content-left .supporting-tags {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
  margin-top: 40px;
}
.news-page .news-content-left .supporting-tags .btn-tag {
  color: #012b43;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  /*padding: 7px 12px;
  border: 1px solid #012b43;
  border-radius: 5px;*/
  display: inline-block;
  text-decoration: underline;
}
.news-page .news-content-left .supporting-tags .btn-tag:hover, .news-page .news-content-left .supporting-tags .btn-tag.active {
  text-decoration: none;
}
.news-page .news-content-left .company-more-news .sub-heading {
  font-size: 30px;
  margin-bottom: 15px;
  color: #012b43;
  /* border-bottom: 2px solid;
  padding-bottom: 8px;*/
  display: inline-block;
  position: relative;
}
.news-page .news-content-left .company-more-news .sub-heading:after {
  content: "";
  height: 3px;
  width: 150px;
  background-color: #0a58ca;
  display: block;
  margin-top: 5px;
}
.news-page .news-content-left .company-more-news ul {
  display: flex;
  justify-content: start;
  gap: 15px;
  flex-direction: column;
  align-items: start;
}
.news-page .news-content-left .company-more-news ul li {
  margin: 0;
}
.news-page .news-content-left .company-more-news ul li .single-news .news-image {
  height: 136px;
  width: 200px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .news-content-left .company-more-news ul li .single-news .news-image img {
  border: none !important;
  padding: 0 !important;
}
.news-page .news-content-left .company-more-news ul li .single-news .news-info h4 {
  font-size: 20px;
}
.news-page .news-content-left .company-more-news ul li .single-news .news-info h4 a {
  text-decoration: none;
}
.news-page .news-content-left .company-more-news ul li .single-news .news-info p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.news-page .news-content-right {
  padding: 0px;
}
.news-page .news-content-right .search-section .btn {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.news-page .news-content-right .sidebar {
  background-color: #f7fafd;
  padding: 0 1rem;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(23, 51, 101, 0.18);
  position: sticky;
  top: 120px;
}
.news-page .news-content-right .sidebar .accordion .accordion-item {
  background: transparent;
  border: none;
}
.news-page .news-content-right .sidebar .accordion .accordion-item .accordion-button {
  background: transparent;
  padding: 13px 0;
  box-shadow: none;
}
.news-page .news-content-right .sidebar .accordion .accordion-item .accordion-body {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.news-page .news-content-right .sidebar .sub-heading {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 0rem !important;
  color: #012b43;
}
.news-page .news-content-right .sidebar h5.sub-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 0rem !important;
  color: #012b43;
}
.news-page .news-content-right .sidebar .recent-news-list-md {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.news-page .news-content-right .sidebar .recent-news-list-md li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.news-page .news-content-right .sidebar .recent-news-list-md li .news-image {
  width: 90px;
  min-width: 90px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.news-page .news-content-right .sidebar .recent-news-list-md li .news-image img {
  display: block;
  border-radius: 4px;
}
.news-page .news-content-right .sidebar .recent-news-list-md li .news-info .news-postdate {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}
.news-page .news-content-right .sidebar .recent-news-list-md li .news-info .news-postdate img {
  margin-right: 3px;
  margin-top: -2px;
}
.news-page .news-content-right .sidebar .recent-news-list-md li .sub-heading-ag-lg {
  font-size: 16px;
  font-weight: 600;
}
.news-page .news-content-right .sidebar .recent-news-list-md li .sub-heading-ag-lg a {
  text-decoration: none;
}
.news-page .news-content-right .sidebar .recent-news-list-md li:last-child {
  margin: 0;
}
.news-page .news-content-right .sidebar .content-sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.news-page .news-content-right .sidebar .content-sidebar ul a {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}
.news-page .news-content-right .sidebar .content-sidebar ul a span {
  font-size: 14px;
  color: #939393;
}
.news-page .news-content-right .sidebar .content-sidebar .btn-tag {
  color: #012b43;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  /* padding: 5px 8px;
  border: 1px solid #012b43;
  border-radius: 5px;*/
  display: inline-block;
  text-decoration: underline;
}
.news-page .news-content-right .sidebar .content-sidebar .btn-tag:hover, .news-page .news-content-right .sidebar .content-sidebar .btn-tag.active {
  text-decoration: none;
  color: #1A2A6C;
}
.news-page .news-content-right .sidebar .content-sidebar .btn-tag.active {
  font-weight: 700;
}
.news-page .news-company-details {
  background-color: #f7fafd;
  padding: 1.3rem;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(23, 51, 101, 0.18);
}
.news-page .news-company-details .sidebar-single-section {
  margin-bottom: 50px;
  /* padding-bottom: 30px;
              border-bottom: 1px solid #dddddd;
  */
}
.news-page .news-company-details .sidebar-single-section .section-heading {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0f123b;
}
.news-page .news-company-details .sidebar-single-section.company-info h5 {
  color: #0f123b;
  font-size: 18px;
}
.news-page .news-company-details .sidebar-single-section.company-social-media ul li {
  margin-top: 8px;
}
.news-page .news-company-details .sidebar-single-section.company-social-media ul li a {
  text-decoration: none;
}
.news-page .news-company-details .sidebar-single-section.company-social-media ul li a i {
  font-size: 20px;
}
.news-page .news-company-details .sidebar-single-section.contact-text a, .news-page .news-company-details .sidebar-single-section.supporting-link a {
  text-decoration: underline;
}
.news-page .news-company-details .sidebar-single-section.contact-text a:hover, .news-page .news-company-details .sidebar-single-section.supporting-link a:hover {
  text-decoration: none;
}
.news-page .news-company-details .social-list .social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: start;
  flex-direction: column;
}
.news-page .news-company-details .social-list .social-links .social-img {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}
.news-page .news-company-details .social-list .social-links .social-img img {
  max-width: 100%;
  max-height: 100%;
}
.news-page .news-company-details .social-list .social-links .social-img .social-type {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 3px 10px;
}
.news-page .news-company-details .social-list .social-links .social-img .social-type.linkedin {
  background: #0077B5;
}
.news-page .news-company-details .social-list .social-links .social-img .social-type.facebook {
  background: #1877F2;
}
.news-page .news-company-details .social-list .social-links .social-img .social-type.twitter {
  background: #000;
}
.news-page .news-company-details .social-list .social-links .social-img .social-type.instagram {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.news-page .news-company-details .social-list .social-links .social-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #012b43;
  word-break: break-word;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
.news-page .news-company-details .social-list .social-links .social-text p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.news-page .news-company-details .social-list .social-links .hashtags {
  margin-top: 15px;
}
.news-page .news-company-details .social-list .social-links .hashtags p {
  margin-bottom: 10px;
}
.news-page .news-company-details .social-list .social-links .hashtags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-page .news-company-details .social-list .social-links .hashtags ul li {
  background: #c7dbfe;
  color: #01102b;
  padding: 3px 10px;
  border-radius: 20px;
  display: block;
  font-size: 14px;
}
.news-page .news-company-details .gallery-item {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page .news-company-details .gallery-item:hover {
  transform: translateY(-5px);
}
.news-page .news-company-details .gallery-item img {
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  /*&.rounded-corners {
      border-radius: 8px;
  }*/
}
.news-page .news-company-details .gallery-item img:hover {
  opacity: 0.9;
}

.filter-by-company .multiselect-option label.form-check-label:before, .filter-by-company .multiselect-option label.form-check-label:after {
  display: none !important;
}

.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-label:before {
  display: none;
}

.news-embargo {
  padding: 100px 0;
  min-height: 650px;
}
.news-embargo .password-box {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.box-paginations {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 20px 0px;
}
.box-paginations nav {
  display: inline-block;
}
.box-paginations nav .pagination {
  margin: 0;
}
.box-paginations nav .pagination li {
  padding: 0px 5px;
}
.box-paginations nav .pagination li.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.box-paginations nav .pagination li a {
  display: inline-block;
  border-radius: 3px !important;
  background-image: linear-gradient(to right, #fff, #fff);
  font-size: 16px;
  color: #012b43;
  line-height: 30px;
  font-weight: 600;
  padding: 5px 15px;
  border: 1px solid #012b43;
}
.box-paginations nav .pagination li a:hover, .box-paginations nav .pagination li a.active {
  background: #1A2A6C;
  color: #fff;
}

.leader-board-ad {
  text-align: center;
  padding: 15px 20px;
}

.blogs-page {
  padding: 30px 0 40px;
}
.blogs-page h1 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
  color: #0f123b;
  padding: 3px 0 2px;
}
.blogs-page .card-blog {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-radius: 16px;
  /*&:hover {
      .card-image {
          img {
              filter: grayscale(0%);
          }
      }

      .card-info {
          .card-info-inner {
              background-color: #ffffff;

              .card-title {
                  .link-title {
                      color: #0f123b;

                      &:hover {
                          color: #1A2A6C;
                      }
                  }

                  .link-readmore {
                      color: #0f123b;


                      span {
                          background-color: #0f123b;

                          svg {
                              stroke: #ffffff;
                          }
                      }

                      &:hover {
                          color: #1A2A6C;

                          span {
                              background-color: #1A2A6C;
                          }
                      }
                  }
              }

              .card-meta {
                  span {
                      color: #888;
                  }
              }
          }
      }
  }*/
}
.blogs-page .card-blog .card-image {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogs-page .card-blog .card-image .card-date {
  position: absolute;
  bottom: 58px;
  right: 16px;
  z-index: 12;
  padding: 8px 20px;
  background-color: #0f123b;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.blogs-page .card-blog .card-info {
  position: relative;
  z-index: 2;
  padding: 0px 16px 16px 16px;
  border-top: 1px solid #ddd;
}
.blogs-page .card-blog .card-info .card-info-inner {
  background-color: #ffffff;
  /*background-color: #404040;
  padding: 0px 30px;
  box-shadow: 4px 4px 20px 5px rgba(17, 16, 16, 0.05);*/
}
.blogs-page .card-blog .card-info .card-info-inner .card-meta {
  padding: 10px 0px 5px 0;
  display: flex;
  justify-content: space-between;
}
.blogs-page .card-blog .card-info .card-info-inner .card-meta span {
  color: #888888;
}
.blogs-page .card-blog .card-info .card-info-inner .card-meta span .date {
  display: inline-block;
  padding: 0 !important;
  color: #888;
  font-size: 14px;
}
.blogs-page .card-blog .card-info .card-info-inner .card-meta span .date i {
  margin-right: 3px;
  font-size: 13px;
}
.blogs-page .card-blog .card-info .card-info-inner .card-meta span .by-user {
  display: inline-block;
  padding: 0 !important;
  font-size: 14px;
}
.blogs-page .card-blog .card-info .card-info-inner .card-meta span .by-user i {
  margin-right: 3px;
  font-size: 13px;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title {
  padding: 0;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title .link-title {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 10px;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title .link-title a {
  text-decoration: none;
  display: block;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
  content: "";
  height: 1px;
  max-width: 48%;
  width: 100%;
  background-color: #eeeeee;
  position: absolute;
  right: 65px;
  top: 43%;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore span {
  display: inline-block;
  height: 30px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  background-color: #ffffff;
}
.blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore span svg {
  stroke: #000407;
  margin-left: 5px;
  margin-top: -2px;
}
.blogs-page .blog-content-left {
  padding: 0px 0 30px;
}
.blogs-page .blog-content-left .card-meta {
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blogs-page .blog-content-left .card-meta .date, .blogs-page .blog-content-left .card-meta .by-user {
  color: #888888;
  font-size: 14px;
}
.blogs-page .blog-content-left .card-meta .date i, .blogs-page .blog-content-left .card-meta .by-user i {
  margin-right: 3px;
}
.blogs-page .blog-content-left .blog-detail img {
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 100%;
}
.blogs-page .blog-content-left .blog-detail p, .blogs-page .blog-content-left .blog-detail strong, .blogs-page .blog-content-left .blog-detail h6 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.blogs-page .blog-content-left .blog-detail strong, .blogs-page .blog-content-left .blog-detail h6 {
  font-weight: 600;
  color: #012b43;
}
.blogs-page .blog-content-left .blog-detail h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #012b43;
}
.blogs-page .blog-content-left .blog-detail h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #012b43;
}
.blogs-page .blog-content-left .blog-detail h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #012b43;
}
.blogs-page .blog-content-left .supporting-tags li, .blogs-page .blog-content-left .supporting-tags strong, .blogs-page .blog-content-left .supporting-tags h6, .blogs-page .blog-content-left .supporting-tags p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.blogs-page .blog-content-left .supporting-tags h6 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #012b43;
}
.blogs-page .blog-content-left .supporting-tags .btn-tag {
  color: #012b43;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  /*padding: 7px 12px;
  border: 1px solid #012b43;
  border-radius: 5px;*/
  display: inline-block;
  text-decoration: underline;
}
.blogs-page .blog-content-left .supporting-tags .btn-tag:hover, .blogs-page .blog-content-left .supporting-tags .btn-tag.active {
  text-decoration: none;
}
.blogs-page .blog-content-right {
  padding: 0px;
}
.blogs-page .blog-content-right .sidebar {
  padding: 1.3rem;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(17, 16, 16, 0.05);
}
.blogs-page .blog-content-right .sidebar.sticky-top {
  position: sticky;
  top: 80px;
  z-index: 1;
}
.blogs-page .blog-content-right .sidebar .sub-heading {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  color: #012b43;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li .blog-image {
  width: 90px;
  min-width: 90px;
  height: 70px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li .blog-image img {
  display: block;
  border-radius: 4px;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li .blog-info .blog-postdate {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li .blog-info .blog-postdate img {
  margin-right: 3px;
  margin-top: -2px;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li .sub-heading-ag-lg {
  font-size: 16px;
  font-weight: 600;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li .sub-heading-ag-lg a {
  text-decoration: none;
}
.blogs-page .blog-content-right .sidebar .recent-blog-list-md li:last-child {
  margin: 0;
}
.blogs-page .blog-content-right .sidebar .content-sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.blogs-page .blog-content-right .sidebar .content-sidebar ul a {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}
.blogs-page .blog-content-right .sidebar .content-sidebar ul a span {
  font-size: 14px;
  color: #939393;
}
.blogs-page .blog-content-right .sidebar .content-sidebar .btn-tag {
  color: #012b43;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  /*padding: 11px 18px;
  border: 1px solid #012b43;
  border-radius: 5px;*/
  display: inline-block;
  text-decoration: underline;
}
.blogs-page .blog-content-right .sidebar .content-sidebar .btn-tag:hover, .blogs-page .blog-content-right .sidebar .content-sidebar .btn-tag.active {
  text-decoration: none;
}

.contactus-page {
  padding: 40px 0;
}
.contactus-page .about-text {
  text-align: center;
}
.contactus-page .about-text .single-about {
  margin-bottom: 1.4em;
}
.contactus-page .about-text h2 {
  font-size: 40px;
}
.contactus-page .contact {
  padding: 50px 25px;
}
.contactus-page .contact .block-form-contact {
  position: relative;
  padding-bottom: 40px;
  background: url(https://cdn.prdrop.ai/images/img-contact.png) no-repeat right center;
  background-size: auto 100%;
}
.contactus-page .contact .block-form-contact .box-form-contact {
  padding: 48px 48px 48px 48px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 4px 4px 20px 5px rgba(17, 16, 16, 0.05);
  margin-top: 46px;
}
.contactus-page .contact .block-form-contact .box-form-contact .banner-small-title-black {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #000407;
  text-transform: uppercase;
  position: relative;
  padding-right: 70px;
  margin-bottom: 20px;
  display: inline-block;
}
.contactus-page .contact .block-form-contact .box-form-contact .banner-small-title-black:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 2px;
  width: 60px;
  background-color: #1A2A6C;
}
.contactus-page .contact .block-form-contact .box-form-contact .heading {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  color: #0f123b;
}
.contactus-page .contact .block-form-contact .box-form-contact .form-contact .form-control {
  border: 1px solid #e3e3e3;
}
.contactus-page .contact .block-form-contact .box-form-contact .form-contact textarea.form-control {
  min-height: 109px;
}

.cta-media-kit {
  position: relative;
  background-color: #1A2A6C;
  padding: 53px 0;
  z-index: 2;
  overflow: hidden;
}
.cta-media-kit .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cta-media-kit .cta-wrapper .cta-title .title {
  color: #f7f7f7;
  font-size: 72px;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  background-color: #f7f7f7;
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 55px;
  width: 100%;
  text-align: center;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  inset-inline-start: 0;
  width: 45px;
  height: 100%;
  background-color: #1A2A6C;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1;
  color: #f7f7f7;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_icon > span {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_icon > span i:first-child, .cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_icon > span i:last-child {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
  font-size: 19px;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  color: #0f123b;
  text-shadow: 0 23px 0 currentColor;
  white-space: nowrap;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary:hover .btn_inner::before {
  width: 100%;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary:hover .btn_inner .btn_icon i:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary:hover .btn_inner .btn_icon i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary:hover .btn_inner .btn_text {
  color: #f7f7f7;
}
.cta-media-kit .cta-wrapper .cta-button .cta-btn-primary:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}
.cta-media-kit .cta-shape-1, .cta-media-kit .cta-shape-2 {
  position: absolute;
  inset-inline-start: 3%;
  top: 0;
  z-index: -1;
}
.cta-media-kit .cta-shape-2 {
  top: auto;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-end: 20%;
}

.pricing-page {
  padding: 40px 0;
}
.pricing-page .about-text {
  text-align: center;
}
.pricing-page .about-text h2 {
  font-size: 40px;
}
.pricing-page .price-sec {
  margin: 30px auto 50px;
  padding: 50px;
  text-align: center;
  background-color: #0b1a33;
  /*background-image: linear-gradient(180deg, #0b1a33 70%, #e8c3be 70%);*/
  background-image: linear-gradient(180deg, #0f123b 70%, #1A2A6C 70%);
}
.pricing-page .price-sec .banner-small-title-white {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
.pricing-page .price-sec .banner-small-title-white:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 60px;
  background-color: #1A2A6C;
}
.pricing-page .price-sec .heading {
  max-width: 600px;
  margin: auto;
}
.pricing-page .price-sec .pricing-table .each-table .table-single {
  position: relative;
  padding: 40px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .section-heading {
  margin-bottom: 15px;
  color: #0f123b;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .meta-price {
  line-height: 60px;
  margin-bottom: 0px;
  color: #1A2A6C;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .meta-price .period,
.pricing-page .price-sec .pricing-table .each-table .table-single .meta-price .currency {
  font-size: 16px;
  color: #0f123b;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .meta-price .currency {
  position: relative;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .meta-price .rate {
  font-size: 45px;
  font-weight: 200;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .list-field {
  padding-left: 0px;
  margin-top: 40px;
  list-style: none;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .list-field li {
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .list-field li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0px;
}
.pricing-page .price-sec .pricing-table .each-table .table-single .btn-form {
  margin-top: 50px;
}
.pricing-page .price-sec .pricing-table.pricing-table-js .each-table .left {
  z-index: 2;
  left: -65px;
}
.pricing-page .price-sec .pricing-table.pricing-table-js .each-table .right {
  z-index: 2;
  right: -65px;
}
.pricing-page .price-sec .pricing-table.pricing-table-js .each-table .table-single {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  z-index: 1;
}
.pricing-page .price-sec .pricing-table.pricing-table-js .each-table .table-single.active {
  z-index: 4;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
}
.pricing-page .price-sec .table-single {
  background: #f9f9f9;
}

.distribution-analytics {
  padding: 40px 0;
}
.distribution-analytics .about-text {
  text-align: center;
}
.distribution-analytics .about-text h2 {
  font-size: 40px;
}
.distribution-analytics .card.custom-card {
  border-radius: 0;
  border: 1px solid #edf1f5;
  background-color: #fff;
  box-shadow: rgba(143, 155, 166, 0.08) 0px 12px 24px -4px;
  position: relative;
  margin-block-end: 1rem;
  width: 100%;
  color: #282833;
}
.distribution-analytics .card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: #e8f8ff !important;
  border-block-end: 1px solid #edf1f5;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.distribution-analytics .card.custom-card .card-header:first-child {
  border-radius: 0;
}
.distribution-analytics .card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.distribution-analytics .card.custom-card .card-footer {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-start: 1px solid #edf1f5;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.distribution-analytics .distribution-list {
  padding: 30px 0 50px;
}
.distribution-analytics .distribution-list .ClickCollapse {
  text-decoration: none;
}
.distribution-analytics .distribution-list .ClickCollapse[aria-expanded=false] .fa-minus-square {
  display: none;
}
.distribution-analytics .distribution-list .ClickCollapse[aria-expanded=false] .fa-plus-square {
  display: block;
}
.distribution-analytics .distribution-list .ClickCollapse[aria-expanded=true] .fa-minus-square {
  display: block;
}
.distribution-analytics .distribution-list .ClickCollapse[aria-expanded=true] .fa-plus-square {
  display: none;
}
.distribution-analytics .distribution-list .spec-view {
  padding: 20px 0 0;
}
.distribution-analytics .distribution-list .spec-view .spec-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.distribution-analytics .distribution-list .spec-view .spec-heading h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: #0f123b;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin: 0;
}
.distribution-analytics .distribution-list .spec-view .spec-heading h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: translate(0%, -50%);
  height: 2px;
  width: 100%;
  background-color: #1A2A6C;
}
.distribution-analytics .distribution-list .spec-view .spec-list {
  margin: 0;
}
.distribution-analytics .distribution-list .spec-view .spec-list li span {
  padding: 5px 2px;
  display: inline-block;
}

.resources {
  padding: 40px 0;
  background-color: #f8fafc;
}
.resources .about-text {
  text-align: center;
}
.resources .about-text h2 {
  font-size: 40px;
}
.resources .spec-heading {
  margin-bottom: 30px;
}
.resources .spec-heading h2 {
  font-size: 1.9rem;
  line-height: 40px;
  font-weight: 600;
  color: #0f123b;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin: 0;
  /*&:before {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      transform: translate(0%, -50%);
      height: 2px;
      width: 100%;
      background-color: #1A2A6C;
  }*/
}
.resources .section-content {
  color: #334155;
}
.resources .section-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #334155;
}

.accordion-button:focus {
  box-shadow: none;
}

.faqs-section .accordion-item {
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 0 1px #ddd;
}
.faqs-section .accordion-button {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: none;
  font-weight: 500;
}
.faqs-section .accordion-body {
  padding: 1rem 1.25rem;
}

.cursor-pointer {
  cursor: pointer;
}

.resources-education {
  padding: 60px 0;
}
.resources-education .about-text {
  text-align: center;
}
.resources-education .about-text h2 {
  font-size: 40px;
}
.resources-education .resources-education-content {
  padding: 30px 0 30px;
}
.resources-education .resources-education-content .spec-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.resources-education .resources-education-content .spec-heading .link-readmore {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.resources-education .resources-education-content .spec-heading .link-readmore svg {
  stroke: #012b43;
  margin-left: 5px;
  margin-top: -2px;
}
.resources-education .resources-education-content .spec-heading .link-readmore:hover svg {
  stroke: #1A2A6C;
}
.resources-education .resources-education-content .spec-heading h3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: #0f123b;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin: 0;
}
.resources-education .resources-education-content .spec-heading h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: translate(0%, -50%);
  height: 2px;
  width: 100%;
  background-color: #1A2A6C;
}
.resources-education .resources-education-content .card-blog {
  background-color: #fff;
  padding: 20px;
}
.resources-education .resources-education-content .card-blog .card-image {
  overflow: hidden;
}
.resources-education .resources-education-content .card-blog .card-image img {
  display: block;
  height: auto;
  min-height: 100%;
  max-width: none;
  width: 100%;
  min-width: 100%;
}
.resources-education .resources-education-content .card-blog .card-info .card-title {
  padding-bottom: 10px;
}
.resources-education .resources-education-content .card-blog .card-info .card-title .desc-news {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.resources-education .resources-education-content .card-blog .card-info .card-meta .comment {
  color: #1A2A6C;
  font-weight: 500;
}
.resources-education .resources-education-content .card-blog.card-side {
  display: flex;
  align-items: center;
  padding: 0;
}
.resources-education .resources-education-content .card-blog.card-side .card-image {
  width: 50%;
  padding: 20px;
}
.resources-education .resources-education-content .card-blog.card-side .card-image img {
  border-radius: 4px;
  display: block;
  width: 100%;
}
.resources-education .resources-education-content .card-blog.card-side .card-info {
  width: 50%;
  padding-bottom: 10px;
}
.resources-education .resources-education-content .card-blog .search-field .input-group .btn-primary {
  border-radius: 0 0.375rem 0.375rem 0;
}
.resources-education .resources-education-content .card-blog .search-field .example {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.resources-education .resources-education-content .card-blog .search-field .example li {
  font-size: 18px;
}
.resources-education .resources-education-content .card-list {
  border-radius: 20px;
  padding: 20px 20px 15px 20px;
  box-shadow: 4px 4px 20px 5px rgba(17, 16, 16, 0.05);
  border: 1px solid #ffffff;
}
.resources-education .resources-education-content .card-list .card-image {
  margin-bottom: 20px;
}
.resources-education .resources-education-content .card-list .card-image img {
  width: 100%;
}
.resources-education .resources-education-content .card-list .card-info h5 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.resources-education .resources-education-content .card-list .card-info p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A2A6C;
}
.resources-education .resources-education-content .card-list:hover {
  border: 1px solid #1A2A6C;
}

.customer-success-stories {
  padding: 40px 0;
}
.customer-success-stories .about-text {
  text-align: center;
}
.customer-success-stories .about-text h2 {
  font-size: 40px;
}
.customer-success-stories .customer-success-stories-content {
  padding: 30px 0 30px;
}
.customer-success-stories .customer-success-stories-content .card-blog {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-radius: 16px;
}
.customer-success-stories .customer-success-stories-content .card-blog .card-image {
  position: relative;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.customer-success-stories .customer-success-stories-content .card-blog .card-info .card-title {
  padding: 15px 15px;
}
.customer-success-stories .customer-success-stories-content .card-blog .card-info .card-title .link-readmore {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.divMainScroll {
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
}

.privacy h2, .terms-of-use h2 {
  color: #012b43;
  font-size: 24px;
  font-weight: 600;
}
.privacy p, .terms-of-use p {
  margin-bottom: 20px;
}
.privacy strong, .terms-of-use strong {
  color: #012b43;
}

.multiselect-native-select {
  /* .multiselect {
      padding: 1rem 1rem;
  }*/
}
.multiselect-native-select .multiselect-container {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.multiselect-native-select .multiselect-container .multiselect-filter {
  position: sticky;
  top: 0;
  z-index: 1;
}
.multiselect-native-select .multiselect-container .dropdown-item .form-check {
  padding: 0;
}
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-input:checked + .form-check-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #2563eb;
  border-width: 0 2px 2px 0;
}
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-label {
  position: relative;
  display: flex;
  align-items: center;
}
.multiselect-native-select .multiselect-container .dropdown-item .form-check .form-check-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #2563eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: transparent;
  color: #000;
}

.multiselect-container .multiselect-all:focus, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-option:hover {
  background-color: #f9f9f9 !important;
}

.form-check-input:checked {
  background-color: #1a2a6c;
  border-color: #1a2a6c;
}

.form-check-input:focus {
  border-color: #4e66c8;
  outline: 0;
  box-shadow: none;
}

.btn-link:hover {
  color: #0a58ca;
}

.spinners {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.spinners .loader-inner {
  /* position: absolute;
  top: 150px;*/
}
.spinners .loader-inner:after {
  content: "Loading...";
  font-size: 14px;
  margin-top: 5px;
}
.spinners .loader-main {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.spinners .icon-loader {
  position: absolute;
  width: 25px;
  height: 25px;
}
.spinners .loader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.spinners .loader:after, .spinners .loader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid;
  border-color: transparent #0d6efd transparent #0d6efd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: rotationBack 0.5s linear infinite;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.spinners .loader:before {
  width: 40px;
  height: 40px;
  border-color: #173365 transparent #173365 transparent;
  -webkit-animation: rotation 1.5s linear infinite;
  animation: rotation 1.5s linear infinite;
}
.spinners.img-loader {
  min-height: 100% !important;
}
.spinners.img-loader .loader-inner {
  position: absolute;
  top: auto;
}
.spinners.img-loader .loader-inner:after {
  content: "Uploading...";
  font-size: 14px;
  margin-top: 5px;
}
.spinners.social-img-loader {
  min-height: 100% !important;
}
.spinners.social-img-loader .loader-inner {
  position: initial;
  top: auto;
  width: 80px;
  margin-top: 5px;
}
.spinners.social-img-loader .loader-inner:after {
  content: "Uploading...";
  font-size: 14px;
  margin-top: 5px;
}

/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== z index ==========*/
.main-header {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  padding: 0;
  width: 100%;
  position: relative;
}

.main-header.home {
  background: transparent;
  box-shadow: none;
  padding: 20px 0 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.main-header.home .navbar .navbar-nav .nav-item .nav-link {
  padding: 22px 20px;
  color: #f7f7f7;
  font-weight: 400;
}
.main-header.home .navbar .navbar-nav .nav-item .nav-link:hover, .main-header.home .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  font-weight: 500;
}
.main-header.home .navbar .navbar-nav .nav-item .nav-link:hover:after, .main-header.home .navbar .navbar-nav .nav-item .nav-link.active:after {
  background: #fff;
}
.main-header.home.sticky-fixed {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  position: fixed;
  top: 0;
  z-index: 4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  width: 100%;
  padding: 0;
}

.main-header .top-header ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.main-header .top-header ul > li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.main-header .top-header ul > li a:hover {
  color: #1A2A6C;
  font-weight: 500;
}
.main-header .top-header ul > li:last-child a {
  border: 0;
  padding: 0;
}

.sticky-fixed {
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  position: fixed;
  top: 0;
  z-index: 4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  width: 100%;
  padding: 0;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#search-overlay {
  display: none;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  z-index: 10;
}

.search-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#search-box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 15px;
}

#search-box .form-control:focus, #search-box .btn:focus {
  outline: none;
  box-shadow: none;
}

#search-box .input-group-lg > .btn, #search-box .input-group-lg > .form-control, #search-box .input-group-lg > .form-select, #search-box .input-group-lg > .input-group-text {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

#close-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #ffffff;
}

#close-btn:hover {
  color: #777;
  cursor: pointer;
}

.main-header .cta-btn-primary, .main-header .cta-btn-secondary {
  padding: 5px;
  line-height: 1.1;
}
.main-header .cta-btn-primary .btn_inner, .main-header .cta-btn-secondary .btn_inner {
  padding: 4px 20px 4px 45px !important;
}
.main-header .cta-btn-primary .btn_inner::before, .main-header .cta-btn-secondary .btn_inner::before {
  width: 37px;
}
.main-header .cta-btn-primary .btn_inner .btn_icon, .main-header .cta-btn-secondary .btn_inner .btn_icon {
  min-width: 37px;
}
.main-header .cta-btn-primary .btn_inner .btn_icon > span i:first-child, .main-header .cta-btn-primary .btn_inner .btn_icon > span i:last-child, .main-header .cta-btn-secondary .btn_inner .btn_icon > span i:first-child, .main-header .cta-btn-secondary .btn_inner .btn_icon > span i:last-child {
  font-size: 16px;
}
.main-header .cta-btn-primary .btn_inner .btn_text, .main-header .cta-btn-secondary .btn_inner .btn_text {
  padding: 6px;
}
.main-header .cta-btn-primary:hover .btn_inner::before, .main-header .cta-btn-secondary:hover .btn_inner::before {
  width: 100%;
}
.main-header .cta-btn-primary:hover .btn_inner .btn_text, .main-header .cta-btn-secondary:hover .btn_inner .btn_text {
  color: #f7f7f7;
}
.main-header .cta-btn-secondary:hover .btn_inner .btn_text {
  color: #0f123b;
}

.main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0.25rem;
}

.main-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 45px 20px;
  color: #333333;
  font-weight: 500;
}
.main-header .navbar .navbar-nav .nav-item .nav-link:hover, .main-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #1A2A6C;
  font-weight: 500;
}

.main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link {
  padding: 28px 20px;
  color: #333333;
  font-weight: 500;
}
.main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link:hover, .main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link.active {
  color: #1A2A6C;
}

.main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 22px 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0.25rem;
}

.main-header .logo {
  width: 250px;
  min-width: 250px;
  z-index: 4;
}

.main-header.sticky-fixed .logo img {
  max-width: 80%;
  max-height: 80%;
}

.main-header .navbar .navbar-nav .nav-item .nav-link.show, .main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active, .main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  color: #1A2A6C;
  background: transparent;
}

.main-header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
}

.main-header .navbar .navbar-nav .nav-item .nav-link.active:after, .main-header .navbar .navbar-nav .nav-item .nav-link:hover:after, .main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link.active:after, .main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link:hover:after {
  content: "";
  background-color: #1A2A6C;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

.main-header .navbar .dropdown-menu {
  top: 100%;
  color: #0b0b0b;
  border: none;
  min-width: 12rem;
  box-shadow: 4px 4px 20px 5px rgba(17, 16, 16, 0.05);
  border-radius: 0.5rem;
  margin-top: 0rem;
}

.main-header .navbar .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  left: 35px;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  transform: rotate(45deg);
}

.main-header .btn-primary {
  padding: 5px 20px;
  font-size: 15px;
}

.main-banner {
  background: aliceblue;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 0;
  border-radius: 0 0 50px 50px;
}

.main-banner .banner-content {
  padding: 36px 0 80px;
}

.main-banner .banner-content h2 {
  background-attachment: fixed;
  background-image: url(../images/slider.jpg);
  font-size: 120px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: center;
  font-weight: 900;
  margin: 0;
}

.main-banner .banner-img {
  display: flex;
}

.main-banner .banner-content p {
  font-size: 24px;
}

@media (min-width: 992px) {
  .main-header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1399px) {
  .main-header.home .navbar .navbar-nav .nav-item .nav-link, .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 22px 15px;
    font-size: 16px;
  }
  .main-header .cta-btn-primary, .main-header .cta-btn-secondary {
    padding: 4px;
    line-height: 1.1;
  }
  .main-header .cta-btn-primary .btn_inner, .main-header .cta-btn-secondary .btn_inner {
    padding: 4px 20px 4px 35px !important;
  }
  .main-header .cta-btn-primary .btn_inner::before, .main-header .cta-btn-secondary .btn_inner::before {
    width: 30px;
  }
  .main-header .cta-btn-primary .btn_inner .btn_icon, .main-header .cta-btn-secondary .btn_inner .btn_icon {
    min-width: 30px;
  }
  .main-header .cta-btn-primary .btn_inner .btn_icon > span i:first-child, .main-header .cta-btn-primary .btn_inner .btn_icon > span i:last-child, .main-header .cta-btn-secondary .btn_inner .btn_icon > span i:first-child, .main-header .cta-btn-secondary .btn_inner .btn_icon > span i:last-child {
    font-size: 14px;
  }
  .main-header .cta-btn-primary .btn_inner .btn_text, .main-header .cta-btn-secondary .btn_inner .btn_text {
    font-size: 14px;
    padding: 3px;
  }
  .main-header .cta-btn-primary:hover .btn_inner::before, .main-header .cta-btn-secondary:hover .btn_inner::before {
    width: 100%;
  }
  .main-header .cta-btn-primary:hover .btn_inner .btn_text, .main-header .cta-btn-secondary:hover .btn_inner .btn_text {
    color: #f7f7f7;
  }
  .main-header .cta-btn-secondary:hover .btn_inner .btn_text {
    color: #0f123b;
  }
  .main-header .logo {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .home .togglebutton.active span {
    background: #0f123b;
  }
}
/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== z index ==========*/
/* Hero Section Gradient Overlay */
/*.hero-section {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(../scss/'');
    background-size: cover;
    background-position: center;
    min-height: 600px;*/ /* Equivalent to h-[600px] */
/*}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(30, 64, 175, 0.2), rgba(0, 0, 0, 0.3));*/ /* Equivalent to blue-800 opacity */
/*}*/
.hero-section {
  /*background: linear-gradient(to right, #9bb7f5, #5e63a5);*/
  color: #001858;
  padding: 10rem 0 3rem;
  position: relative;
  overflow: hidden;
  height: 760px;
  background: linear-gradient(to right, #d7d7d7 60%, #001858 40%);
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: moveShape 10s infinite alternate;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: moveShape 12s infinite alternate-reverse;
}

.hero-section svg {
  position: absolute;
  top: 0;
  width: 1920px;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-section .hero-image img {
  width: 92%;
}

.hero-section p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

@keyframes moveShape {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(100px, 50px) scale(1.2);
  }
}
.hero-image {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Card Hover Effects */
.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; /* Equivalent to shadow-lg and larger shadow on hover */
}

/* Logo Carousel Animation */
.logo-carousel-container {
  overflow: hidden; /* To contain the animated carousel */
}

.logo-carousel {
  display: flex;
  width: max-content;
  margin: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-carousel img {
  flex-shrink: 0;
  margin-right: 2.5rem; /* Equivalent to margin-right: 2.5rem */
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.logo-carousel img:hover {
  filter: grayscale(0);
}

.home-single-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home-single-section:nth-child(odd) {
  background: #f9f9f9 !important;
}

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.feature-card .icon-wrapper {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(23, 81, 207, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
}
.feature-card .features-caption h3 {
  color: #062762;
  font-size: 26px;
  font-weight: 600;
}
.feature-card .features-caption p {
  font-size: 18px;
  margin: 0;
}

.publications-list li .publication-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publications-list li h5 {
  margin: 5px 0 0 0;
  font-size: 16px;
}

.clients {
  /*
  .box {
      display: grid;
      align-items: center;
      justify-items: center;
      width: 70%;
      height: auto;
      transition: transform 0.5s ease-in;
      margin: 8px auto;

      img {
          max-width: 100%;
          max-height: 100%;
          width: 100%;
      }

      &:hover {
          transform: scale(1.2);
      }

  }*/
}
.clients .industry-box .industry-figure {
  position: relative;
  text-align: center;
  padding: 35px 20px 35px 20px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #a7acb4;
  border-radius: 4px 4px 4px 4px;
  transition: all ease 0.4s;
}
.clients .industry-box .industry-figure .industry-logo {
  overflow: hidden;
}
.clients .industry-box .industry-figure .industry-logo .main-image {
  transition: all ease 0.4s;
  filter: grayscale(100%);
}
.clients .industry-box .industry-figure .industry-logo svg {
  width: 80px;
  height: 80px;
  transition: all ease 0.4s;
  filter: grayscale(100%);
}
.clients .industry-box .industry-title {
  position: relative;
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.clients .industry-box .industry-title .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  margin: 36px 0px 0px 0px;
}
.clients .industry-box .industry-title .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 1px;
  transform: translateX(-50%);
  background-color: #a7acb4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.clients .industry-box .industry-title .title:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  height: 12px;
  border-radius: 50%;
  width: 12px;
  transform: translateX(-50%);
  background-color: #a7acb4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.clients .industry-box:hover .industry-figure {
  border-color: #1A2A6C;
}
.clients .industry-box:hover .industry-figure .industry-logo svg {
  filter: grayscale(0);
  stroke: #1A2A6C;
}
.clients .industry-box:hover .title:before {
  background: #1A2A6C;
}
.clients .industry-box:hover .title:after {
  background: #1A2A6C;
}

/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== z index ==========*/
/* ==== Froala Editer Css ==== */
img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100% !important;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td, .fr-view table th {
  border: 1px solid #DDD;
}

.fr-view table td:empty, .fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #AAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
  padding: 5px;
  border: #ddd solid 1px;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 10px 5px 0 !important;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 10px !important;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 10px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 10px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
} /*.fr-view .fr-img-caption .fr-img-wrap img { display: block; margin: auto; }*/
.fr-view .fr-img-caption .fr-img-wrap .fr-inner {
  display: block;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px;
}

a.fr-view.fr-strong {
  font-weight: 700;
}

a.fr-view.fr-green {
  color: green;
}

img.fr-view {
  position: relative;
  max-width: 100%;
}

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
} /*.fr-view h1 { font-size: 36px; font-weight: 500; line-height: 1.2; margin: 0 0 6px 0; }  .fr-view h2 { font-size: 30px; font-weight: 500; line-height: 1.2; margin: 0 0 6px 0; }  .fr-view h3 { font-size: 24px; font-weight: 500; line-height: 1.2; margin: 0 0 6px 0; }  .fr-view h4 { font-size: 20px; font-weight: 500; line-height: 1.2; margin: 0 0 6px 0; }  .fr-view h5 { font-size: 16px; font-weight: 500; line-height: 1.2; margin: 0 0 6px 0; }  .fr-view h6 { font-size: 14px; font-weight: 500; line-height: 1.2; margin: 0 0 6px 0; }*/
.fr-view p, .fr-view ol, .fr-view ul {
  font-size: 18px;
  margin-bottom: 1.4em;
}

.fr-view ol li, .fr-view ul li {
  margin-bottom: 5px !important;
  font-size: 18px;
  line-height: 25px;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  padding: 5px 5px 0 !important;
}

.fr-view table td, .fr-view table th {
  padding: 5px 8px;
}

/* ==== Froala Editer Css ==== */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../scss/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.about-us .about-section {
  padding: 80px 0;
}
.about-us .about-section img {
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.about-us .about-section img:hover {
  transform: scale(1.02);
}
.about-us .about-section h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #0f123b;
  margin-bottom: 25px;
}
.about-us .our-story {
  padding: 80px 0;
  background: #f5f7f8;
}
.about-us .our-story img {
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.about-us .our-story img:hover {
  transform: scale(1.02);
}
.about-us .our-story h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #0f123b;
  margin-bottom: 25px;
}
.about-us .mission-vision-value {
  padding: 80px 0;
  /*.mission-box {
      background: #f5f7f8;
      padding: 30px;
      height: 100%;
      border-radius: 10px 10px;
      box-shadow:0 2px 4px rgba(0,0,0,0.125);
      .image-section{
          margin-bottom:20px;
      }
  }

  .vision-box {
      background: #f5f7f8;
      padding: 30px;
      height: 100%;
      border-radius:10px 10px;
      box-shadow:0 2px 4px rgba(0,0,0,0.125);
       .image-section{
          margin-bottom:20px;
      }
  }*/
}
.about-us .mission-vision-value h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #01102b;
  margin-bottom: 25px;
}
.about-us .mission-vision-value .nav-pills {
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  gap: 30px;
}
.about-us .mission-vision-value .nav-pills .nav-link {
  background: transparent;
  color: #01102b;
  padding: 10px 0;
  border-bottom: 2px solid #01102b;
  border-radius: 0;
  font-weight: 500;
}
.about-us .mission-vision-value .nav-pills .nav-link.active, .about-us .mission-vision-value .nav-pills .nav-link.show {
  background: transparent;
  color: #1A2A6C;
  border-bottom: 2px solid #1A2A6C;
  font-weight: 600;
}
.about-us .mission-vision-value img {
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.about-us .mission-vision-value img:hover {
  transform: scale(1.02);
}
.about-us .mission-vision-value ul .list-item-value {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 10px;
}
.about-us .mission-vision-value ul .list-item-value .octa {
  background: #b0c9ff;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  border-radius: 100%;
  margin-top: 2px;
  padding: 2px;
  font-size: 15px;
}
.about-us .mission-vision-value ul .list-item-value .octa i {
  color: #2563eb;
}
.about-us .why-press, .about-us .who-it-for, .about-us .a-submission {
  padding: 80px 0;
  background: #f5f7f8;
}
.about-us .why-press h2, .about-us .who-it-for h2, .about-us .a-submission h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #0f123b;
  margin-bottom: 25px;
}
.about-us .why-press img, .about-us .who-it-for img, .about-us .a-submission img {
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.about-us .why-press img:hover, .about-us .who-it-for img:hover, .about-us .a-submission img:hover {
  transform: scale(1.02);
}
.about-us .why-press ul .list-item-value, .about-us .who-it-for ul .list-item-value, .about-us .a-submission ul .list-item-value {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 10px;
}
.about-us .why-press ul .list-item-value .octa, .about-us .who-it-for ul .list-item-value .octa, .about-us .a-submission ul .list-item-value .octa {
  background: #b0c9ff;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  border-radius: 100%;
  margin-top: 2px;
  padding: 2px;
  font-size: 15px;
}
.about-us .why-press ul .list-item-value .octa i, .about-us .who-it-for ul .list-item-value .octa i, .about-us .a-submission ul .list-item-value .octa i {
  color: #2563eb;
}
.about-us .our-apart {
  padding: 80px 0;
}
.about-us .our-apart h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #0f123b;
  margin-bottom: 25px;
}
.about-us .our-apart img {
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.about-us .our-apart img:hover {
  transform: scale(1.02);
}
.about-us .our-apart ul .list-item-value {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 10px;
}
.about-us .our-apart ul .list-item-value .octa {
  background: #b0c9ff;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  border-radius: 100%;
  margin-top: 2px;
  padding: 2px;
  font-size: 15px;
}
.about-us .our-apart ul .list-item-value .octa i {
  color: #2563eb;
}
.about-us .our-team {
  padding: 80px 0;
  background: #f5f7f8;
}
.about-us .our-team h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #0f123b;
  margin-bottom: 25px;
}
.about-us .our-team img {
  border-radius: 10px;
}
.about-us .who-it-for {
  background: #fff;
}

@media (max-width: 991px) {
  .about-us .about-section h2, .about-us .why-press h2, .about-us {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .about-us .mission-vision-value .nav-pills {
    gap: 20px;
    margin-bottom: 40px;
  }
  .about-us h2 {
    font-size: 30px !important;
  }
}
/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== z index ==========*/
.signin-signup .form-image-box .form-section {
  min-width: 45%;
  background-color: #f7fafd;
}
.signin-signup .form-image-box .form-section .form-header h2 {
  color: #01102b;
  font-weight: 600;
}
.signin-signup .form-image-box .image-section {
  min-width: 55%;
  position: relative;
}
.signin-signup .form-image-box .image-section .signup-content {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.signin-signup .form-image-box .image-section .signup-content:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 59, 0.9);
  z-index: 1;
}
.signin-signup .form-image-box .image-section .signup-content .signup-content-inner {
  z-index: 2;
  color: #ffffff;
  margin: auto;
}
.signin-signup .form-image-box .image-section .signup-content .signup-content-inner h2 {
  position: relative;
  z-index: 7;
  color: #fff;
  font-size: 30px;
  padding-top: 30px;
  line-height: 1.3;
}
.signin-signup .form-image-box .image-section .signup-content .signup-content-inner ul {
  padding-top: 30px;
}

.password-input-container {
  position: relative;
  width: 100%;
}
.password-input-container input[type=password] {
  padding-right: 40px;
}
.password-input-container .password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #444444;
}

@media (max-width: 991px) {
  .image-section {
    min-width: 45% !important;
  }
  .form-section {
    min-width: 55% !important;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.box-newsletter-footer .box-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  background-color: #0f123b;
  padding: 30px 40px;
}
.box-newsletter-footer .box-newsletter .newsletter-left {
  width: 50%;
  display: flex;
  align-items: center;
}
.box-newsletter-footer .box-newsletter .newsletter-left .newsletter-image {
  padding-right: 30px;
}
.box-newsletter-footer .box-newsletter .newsletter-left .newsletter-image svg {
  fill: #0396da;
}
.box-newsletter-footer .box-newsletter .newsletter-left .newsletter-info .heading {
  color: #ffffff;
  font-size: 33px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}
.box-newsletter-footer .box-newsletter .newsletter-right {
  width: 45%;
}
.box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter {
  position: relative;
}
.box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter .form-control {
  background-color: rgba(255, 255, 255, 0.062745098);
  border: 0px;
  border-radius: 999px;
  height: 60px;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
}
.box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter .form-control::-ms-input-placeholder {
  color: #fff;
}
.box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter .btn-newsletter {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.2px;
  font-weight: bold;
  background-color: #0396da;
  color: #101010;
  text-transform: uppercase;
  width: auto;
  padding: 0px 22px;
  border-radius: 999px;
  background-image: none;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}
.box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter .btn-newsletter:hover {
  background-color: #0396da;
  color: #fff;
}

.footer {
  background: linear-gradient(180deg, #0f123b 0, #040512 100%);
  padding: 30px 25px 25px;
  color: #7986a1;
}
.footer .footer-logo {
  filter: brightness(0) invert(1);
}
.footer a {
  color: #7986a1;
  transition: 0.3s ease-in-out;
}
.footer a:hover {
  letter-spacing: 0.5px;
  color: #719bf7;
}
.footer .footer-top-info {
  border-top: 1px solid #878ab3;
  padding: 30px 10px 10px;
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 15px;
}
.footer .footer-top-info .footer-copyright {
  text-align: center;
  color: #7986a1;
}
.footer .footer-top-info .footer-copyright a {
  color: #7986a1;
  line-height: 28px;
}
.footer .footer-top-info .footer-copyright a:hover {
  color: #719bf7;
}
.footer .footer-social {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  gap: 10px;
}
.footer .footer-social h5 {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
}
.footer .footer-social li {
  display: inline-block;
  padding-top: 2px;
}
.footer .footer-social li a {
  border-radius: 4px;
  font-size: 14px;
  height: 30px;
  width: 30px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer .footer-social li a:hover {
  background-color: #719bf7;
  border-color: #719bf7;
  color: #ffffff;
}
.footer .footer-widget {
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.footer .footer-widget h4 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.footer .footer-widget .footer-links li {
  margin: 0;
}
.footer .footer-widget .footer-links li a {
  font-size: 16px;
  color: #7986a1;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer .footer-widget .footer-links li a:hover {
  letter-spacing: 0.5px;
  color: #719bf7;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  opacity: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
  width: 50px;
  height: 50px;
  padding: 8px;
}

#scrollToTopBtn.show {
  display: flex;
  opacity: 1;
}

/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== z index ==========*/
@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1536px;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .main-banner .banner-content {
    padding: 3px 0 45px;
  }
  .main-banner .banner-content h2 {
    font-size: 100px;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 36%;
  }
  .blogs-page .card-blog .card-image .card-date {
    bottom: 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner .banner-content {
    padding: 10px 0 45px;
  }
  .main-banner .banner-content h2 {
    font-size: 100px;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 36%;
  }
  .blogs-page .card-blog .card-image .card-date {
    bottom: 35px;
  }
}
@media (min-width: 1340px) and (max-width: 1399px) {
  .container-xxl {
    max-width: 94vw;
  }
  .main-banner .banner-content {
    padding: 0px 0 45px;
  }
  .main-banner .banner-content h2 {
    font-size: 90px;
  }
  .card-image-circle-left .image {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .card-image-circle-left .info {
    font-size: 16px;
  }
  .about-text h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 36%;
  }
  .blogs-page .card-blog .card-image .card-date {
    bottom: 35px;
  }
  .hero-section h1 {
    font-size: 2.8rem;
  }
  .hero-section p {
    font-size: 1.1rem;
  }
  .hero-section {
    height: 640px;
    padding: 8rem 0 0rem;
  }
}
@media (min-width: 1200px) {
  .togglebutton {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .container-xxl {
    max-width: 90vw;
  }
  .main-banner .banner-content {
    padding: 0px 0 45px;
  }
  .main-banner .banner-content h2 {
    font-size: 80px;
  }
  .card-image-circle-left .image {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .card-image-circle-left .info {
    font-size: 16px;
  }
  .about-text h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 1041px) and (max-width: 1199px) {
  .container-xxl {
    max-width: 92vw;
  }
  .main-banner .banner-content {
    padding: 10px 0 35px;
  }
  .main-banner .banner-content h2 {
    font-size: 75px;
  }
  .main-banner .banner-content p {
    font-size: 20px;
  }
  /* .main-header .navbar .navbar-nav .nav-item .nav-link {
      padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  }*/
  .card-blog .card-info .card-meta {
    padding: 15px 20px;
  }
  .card-image-circle-left .image {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card-image-circle-left .image img {
    width: 25px;
    height: 25px;
  }
  .card-image-circle-left .info {
    font-size: 15px;
  }
  .about-text h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .about-text h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .hero-section {
    padding: 8rem 0 2rem;
    background: linear-gradient(to right, #d7d7d7 70%, #001858 30%);
    height: 560px;
  }
  .hero-section svg {
    top: -20%;
    right: -34%;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    flex-grow: 0;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .container-xxl {
    max-width: 96vw;
  }
  .main-banner .banner-content {
    padding: 10px 0 35px;
  }
  .main-banner .banner-content h2 {
    font-size: 65px;
  }
  .main-banner .banner-content p {
    font-size: 18px;
  }
  /*.main-header .navbar .navbar-nav .nav-item .nav-link {
      padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }*/
  .navbar-brand img {
    width: 190px;
  }
  .card-blog .card-info .card-meta {
    padding: 15px 20px;
  }
  .card-image-circle-left .image {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card-image-circle-left .image img {
    width: 25px;
    height: 25px;
  }
  .card-image-circle-left .info {
    font-size: 15px;
  }
  .about-text h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .about-text h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 16%;
  }
  .blogs-page .card-blog .card-image .card-date {
    bottom: 35px;
  }
  .hero-section {
    padding: 8rem 0 2rem;
    background: linear-gradient(to right, #d7d7d7 70%, #001858 30%);
    height: 560px;
  }
  .hero-section svg {
    top: -22%;
    right: -47%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-xxl, .container {
    max-width: 96vw;
  }
  .main-banner .banner-content {
    padding: 10px 0 35px;
  }
  .main-banner .banner-content h2 {
    font-size: 56px;
  }
  .main-banner .banner-content p {
    font-size: 22px;
  }
  /* .main-header .navbar .navbar-nav .nav-item .nav-link {
      padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  }*/
  .navbar-brand img {
    width: 190px;
  }
  .box-image-about {
    margin: auto;
    margin-bottom: 30px;
  }
  .card-blog {
    margin-bottom: 30px;
  }
  .card-image-circle-left .image {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card-image-circle-left .image img {
    width: 25px;
    height: 25px;
  }
  .card-image-circle-left .info {
    font-size: 15px;
    line-height: 20px;
  }
  .about-text h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .about-text h4 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .box-latest-blog::before {
    height: 450px;
  }
  .cta-media-kit {
    padding: 55px 0;
  }
  .cta-media-kit .cta-wrapper .cta-title .title {
    font-size: 56px;
  }
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 22px 12px !important;
  }
  .main-header.home .navbar .navbar-nav .nav-item .nav-link, .main-header .navbar .navbar-nav .nav-item .nav-link, .main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 15px !important;
    color: #333333 !important;
    font-weight: 500;
  }
  .main-header .navbar .navbar-nav .nav-item .nav-link.active:after, .main-header .navbar .navbar-nav .nav-item .nav-link:hover:after, .main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link.active:after, .main-header.sticky-fixed .navbar .navbar-nav .nav-item .nav-link:hover:after {
    background-color: #1A2A6C !important;
  }
  .navbar-collapse {
    position: absolute;
    top: 7rem;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.125);
    padding: 10px 15px 20px;
    z-index: 3;
  }
  .main-header.sticky-fixed .navbar-collapse {
    top: 6.2rem;
  }
  .togglebutton {
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 4;
  }
  .togglebutton span {
    width: 100%;
    transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    background: #0f123b;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(0);
  }
  .togglebutton span:nth-child(1) {
    top: 0;
  }
  .togglebutton span:nth-child(2) {
    top: 44%;
    width: 60%;
  }
  .togglebutton span:nth-child(3) {
    bottom: 0;
  }
  .togglebutton.active span:nth-child(1) {
    top: 14px;
    transform: rotate(-45deg);
  }
  .togglebutton.active span:nth-child(2) {
    width: 0%;
  }
  .togglebutton.active span:nth-child(3) {
    bottom: 8px;
    transform: rotate(45deg);
  }
  .home .togglebutton span {
    background: #fff;
  }
  .home.sticky-fixed .togglebutton span {
    background: #0f123b;
  }
  /*.page-header{padding:$header-height + 1 0 3rem;}*/
  .hero-section h1 {
    font-size: 2.8rem;
  }
  .hero-section p {
    font-size: 1.1rem;
  }
  /*   .hero-section .hero-image img {
      width: 75%;
  }*/
}
@media (max-width: 991px) {
  .main-header {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse {
    position: absolute;
    top: 6.4rem;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.125);
    padding: 10px 15px 20px;
  }
  .hero-section {
    height: 620px;
    padding: 8rem 0 3rem;
    background: linear-gradient(to right, #d7d7d7 80%, #001858 20%);
  }
  .hero-section svg {
    top: -20%;
    right: -70%;
  }
  .hero-section h1 {
    font-size: 2.2rem;
  }
  .main-banner .banner-img {
    margin-top: 0px;
  }
  .about-sec .about-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .box-newsletter-footer .box-newsletter {
    flex-direction: column;
  }
  .box-newsletter-footer .box-newsletter .newsletter-left {
    width: 65%;
    margin-bottom: 30px;
  }
  .box-newsletter-footer .box-newsletter .newsletter-right {
    width: 75%;
  }
  .card-blog .card-info .card-title .link-title {
    font-size: 18px;
    line-height: 24px;
  }
  .card-blog .card-image .card-date {
    font-size: 14px;
  }
  .resources-education .resources-education-content .card-blog.card-side .card-image {
    width: 30%;
  }
  .resources-education .resources-education-content .card-blog.card-side .card-info {
    width: 70%;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 30%;
  }
  .resources-education .resources-education-content .card-list {
    padding: 10px;
  }
  .resources-education .resources-education-content .card-list .card-info h5 a {
    font-size: 16px;
    line-height: 24px;
  }
  .contactus-page .contact .block-form-contact {
    background-image: none;
  }
  .contactus-page .contact .block-form-contact .box-form-contact {
    margin-top: 0;
  }
  .contactus-page .contact {
    padding: 50px 0 0;
  }
  .pricing-page .price-sec .pricing-table .each-table .table-single {
    position: static;
  }
  .pricing-page .price-sec .pricing-table.pricing-table-js .each-table .table-single {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    margin-bottom: 15px;
  }
  .pricing-page .price-sec {
    padding: 50px 30px;
    background-image: linear-gradient(180deg, #0f123b 50%, #0396da 50%);
  }
  .cta-media-kit {
    padding: 55px 0;
  }
  .cta-media-kit .cta-wrapper .cta-title .title {
    font-size: 40px;
  }
  .main-header .navbar .navbar-nav .nav-item .nav-link, .main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 15px !important;
    color: #333333;
    font-weight: 500;
  }
  /* .page-header{padding:$header-height + 1 0 3rem;}*/
}
@media (max-width: 770px) {
  .hero-section svg {
    top: -22%;
    right: -77%;
  }
}
@media (max-width: 767px) {
  .main-header .logo {
    width: 200px;
    min-width: 200px;
  }
  .main-banner .banner-content h2 {
    font-size: 52px;
  }
  .main-banner .banner-content p {
    font-size: 16px;
  }
  .card-image-circle-left .image {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .card-image-circle-left .image img {
    width: 25px;
    height: 25px;
  }
  .card-image-circle-left .info {
    font-size: 15px;
    line-height: 20px;
  }
  .about-text h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .about-text h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .box-image-about {
    padding-bottom: 25px;
  }
  .contactus-page .contact {
    padding: 0;
  }
  .contactus-page .contact .block-form-contact {
    padding-bottom: 0;
  }
  .main-header .navbar .navbar-nav .nav-item .nav-link, .main-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px !important;
  }
  .navbar-collapse {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    text-align: center;
  }
  .main-header.sticky-fixed .navbar-collapse {
    top: 0;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .main-banner .banner-content h2 {
    font-size: 110px;
  }
  .card-image-circle-left .info {
    font-size: 18px;
    line-height: 20px;
  }
  .card-image-circle-left {
    margin-bottom: 15px;
  }
  .hero-section {
    height: 550px;
    padding: 8rem 0 0;
    background: #d7d7d7;
  }
  .hero-section svg {
    top: 0;
    width: 760px;
    right: 0;
  }
  .hero-image {
    text-align: center !important;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 529px) {
  .navbar-collapse {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    text-align: center;
  }
  .main-header.sticky-fixed .navbar-collapse {
    top: 0;
  }
  .main-header .logo {
    width: 170px;
    min-width: 170px;
  }
  .main-banner .banner-content h2 {
    font-size: 72px;
  }
  .main-banner .banner-content {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .main-banner .banner-img {
    margin-top: -50px;
    position: relative;
    z-index: 0;
  }
  .hero-section {
    padding: 10rem 0 3rem;
    height: auto;
    background: #d7d7d7;
  }
  .hero-image {
    text-align: center !important;
    display: none;
  }
  .hero-section svg {
    top: 0;
    width: 750px;
    right: 0;
  }
  .hero-section h1 {
    font-size: 1.9rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .main-banner .banner-content p {
    font-size: 20px;
  }
  .about-text {
    margin-top: 30px;
  }
  .about-text h2, .heading {
    font-size: 32px;
    line-height: 45px;
  }
  .card-blog {
    margin-bottom: 25px;
  }
  .box-latest-blog {
    padding: 60px 0px 40px 0px;
  }
  .box-latest-blog::before {
    border-radius: 0;
  }
  .footer .footer-widget .footer-links {
    gap: 0px 10px;
  }
  .footer .footer-top-info .footer-social {
    justify-content: center;
  }
  .footer .footer-top-info {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .card-image-circle-left {
    margin-bottom: 15px;
  }
  .pricing-page .price-sec .pricing-table .each-table .table-single {
    position: static;
  }
  .pricing-page .price-sec .pricing-table.pricing-table-js .each-table .table-single {
    transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
    margin-bottom: 15px;
  }
  .pricing-page .price-sec {
    padding: 50px 30px;
    background-image: linear-gradient(180deg, #0f123b 50%, #0396da 50%);
  }
  .resources-education .about-text h2 {
    font-size: 30px;
  }
  .resources-education .resources-education-content .spec-heading h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .resources-education .resources-education-content .card-blog.card-side {
    flex-direction: column;
  }
  .resources-education .resources-education-content .card-blog.card-side .card-image, .resources-education .resources-education-content .card-blog.card-side .card-info {
    width: 100%;
  }
  .resources-education .resources-education-content .card-blog, .resources-education .resources-education-content .card-list {
    margin-bottom: 20px;
  }
  .news-page .card-news {
    flex-direction: column;
  }
  .news-page .card-news .card-image {
    width: 100%;
    margin: 0 0 15px;
    height: auto;
  }
  .news-page .card-news .card-image img {
    width: 100%;
  }
  .news-page .card-news .card-info {
    width: 100%;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 40%;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-title {
    font-size: 18px;
  }
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore {
    font-size: 13px;
  }
  .news-page .news-content-left .social-list .social-links .social-text h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-page .news-content-left .social-list .social-links .social-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .news-page h1 {
    font-size: 26px;
  }
  .box-newsletter-footer .box-newsletter {
    flex-direction: column;
  }
  .box-newsletter-footer .box-newsletter .newsletter-left {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .box-newsletter-footer .box-newsletter .newsletter-left .newsletter-info .heading {
    font-size: 28px;
    line-height: 1.3;
  }
  .box-newsletter-footer .box-newsletter .newsletter-right {
    width: 100%;
  }
  .box-newsletter-footer .box-newsletter .newsletter-right .form-newsletter .btn-newsletter {
    position: static;
    margin: 15px auto 0;
    width: 100%;
  }
  .contactus-page .contact .block-form-contact .box-form-contact {
    padding: 25px;
  }
  .contactus-page .contact .block-form-contact .box-form-contact .heading {
    font-size: 30px;
  }
  .cta-media-kit {
    padding: 45px 0;
  }
  .cta-media-kit .cta-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .cta-media-kit .cta-wrapper .cta-title .title {
    font-size: 28px;
  }
  .cta-media-kit .cta-wrapper .cta-button .cta-btn-primary {
    padding: 4.5px;
  }
  .cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner {
    padding: 12px 18px 12px 50px;
  }
  .cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner::before {
    width: 40px;
  }
  .cta-media-kit .cta-wrapper .cta-button .cta-btn-primary .btn_inner .btn_icon {
    min-width: 40px;
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .news-page .news-content-left .company-more-news ul li .single-news .news-image {
    height: 230px;
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-page .news-content-left .news-detail .carousel .carousel-indicators [data-bs-target] {
    width: 140px;
    height: 80px;
  }
  .news-page .news-content-left .news-detail .carousel .carousel-inner .carousel-item .carousel-item-inner {
    height: 300px;
  }
  /* .page-header{padding:$header-height 0 3rem;}*/
}
@media (max-width: 370px) {
  .blogs-page .card-blog .card-info .card-info-inner .card-title .link-readmore:before {
    max-width: 30%;
  }
  .news-page .news-content-left .social-list .social-links {
    flex-direction: column;
  }
  .news-page .news-content-left .social-list .social-links .social-img {
    min-width: 100%;
    width: 100%;
  }
  .hero-section {
    padding: 10rem 0 2.5rem;
    height: auto;
  }
  .hero-image {
    text-align: center !important;
  }
  .hero-section svg {
    top: 0;
    width: 740px;
    right: 0;
  }
  .hero-section h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 330px) {
  .main-banner .banner-content h2 {
    font-size: 65px;
  }
  .main-banner .banner-content p {
    font-size: 18px;
  }
  .btn-primary {
    padding: 8px 15px;
    font-size: 15px;
  }
  .resources-education .resources-education-content .spec-heading h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .resources-education .resources-education-content .spec-heading .link-readmore {
    font-size: 10px;
    line-height: 24px;
  }
  .resources-education .resources-education-content .card-blog {
    padding: 10px;
  }
  .blogs-page .card-blog .card-info .card-info-inner {
    padding: 0 15px;
  }
  .box-paginations nav .pagination li a {
    font-size: 14px;
    padding: 2px 10px;
  }
}
