body {
  color: rgb(75, 85, 99, 1);
}
a {
  color: #06b6d4;
}
.py-50 {
  padding-block: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.py-70 {
  padding-block: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.bg-primary {
  background-image: linear-gradient(
    to bottom right,
    #3b82f6,
    #0891b2
  ) !important;
}
.bg-light {
  background: #eef2ff !important;
}
.bg-aqua-to-blue {
  background-image: linear-gradient(to right, #f0fdff, #eff6ff);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #06b6d4;
  --bs-btn-border-color: #06b6d4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0891b2;
  --bs-btn-hover-border-color: #0891b2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0891b2;
  --bs-btn-active-border-color: #0891b2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #06b6d4;
  --bs-btn-disabled-border-color: #06b6d4;
}

.btn-gradient-primary {
  background: linear-gradient(to right, #0891b2, #2563eb);
  border: 0;
}
.bg-gradient-primary {
  background: linear-gradient(to right, #0891b2, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.bg-gradient-gray-blue {
  background-image: linear-gradient(
    to bottom right,
    #111827,
    #1e3a8a,
    rgba(17, 24, 39, 1)
  );
}

.custom_image {
  height: 100% !important;
}

.section-hero {
}

.hero-carousel {
  overflow: hidden;
  border-radius: 15px;
}

.hero-carousel .hero-carousel-item {
  position: relative;
  display: block;
  padding-bottom: 48%;
}

.hero-carousel .hero-carousel-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.hero-carousel .hero-carousel-item .carousel-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-carousel .hero-carousel-item .carousel-caption {
  z-index: 3;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.hero-carousel .hero-carousel-item .carousel-caption .hero-play-wrap {
  line-height: 1em;
  margin-bottom: 30px;
}

.hero-carousel .hero-carousel-item .carousel-caption .hero-play {
  display: inline-block;
  width: 74px;
  height: 74px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  line-height: 1em;
}

.hero-carousel .hero-carousel-item .carousel-caption .hero-play svg {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  margin-left: 3px;
}

.hero-carousel .hero-carousel-item .carousel-caption h5,
.hero-carousel .hero-carousel-item .carousel-caption .h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.hero-carousel .hero-carousel-item .carousel-caption h3,
.hero-carousel .hero-carousel-item .carousel-caption .h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}

.hero-carousel .hero-carousel-item .carousel-caption a.btn {
  font-size: 20px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 6px;
}

.carousel-indicators {
    margin-bottom: 2rem;
}
section.content-wrap .section-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.latest-insight-block .lib-img {
  position: relative;
}
.latest-insight-block .lib-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.latest-insight-block .badge.bg-secondary {
  background-color: #d8d8dc !important;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 9px;
  color: rgba(0, 0, 0, 0.83) !important;
  margin-bottom: 8px;
}

.latest-insight-block h5,
.latest-insight-block .h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 8px;
}

.latest-insight-block h5 a,
.latest-insight-block .h5 a {
  text-decoration: none;
  color: #000;
}

.latest-insight-block p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 0px;
}
.news-standard-item .nsi-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 44%;
  margin-bottom: 18px;
}

.news-standard-item .nsi-img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}

.news-standard-item .nsi-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.news-standard-item .badge.bg-secondary {
  background-color: #d8d8dc !important;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 9px;
  color: rgba(0, 0, 0, 0.83) !important;
  margin-bottom: 8px;
  padding: 5px 10px;
}

.news-standard-item h5,
.news-standard-item .h5 {
  margin-block: 8px;
}

.news-standard-item h5 a,
.news-standard-item .h5 a {
  text-decoration: none;
  color: #111827;
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.news-standard-item p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 0px;
}

.news-standard-item .nsi-description {
  line-height: 1.23em;
  font-size: 13px;
}

.news-standard-item .nsi-meta {
  font-size: 11px;
  margin-bottom: 0px;
}

.social-items img {
  width: 27px;
  margin-right: 5px;
}

.social-items span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.social-items .btn {
  width: 94px;
  font-size: 13px;
  font-weight: bold;
  border-width: 2px;
  border-radius: 11px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.social-items .btn.btn-fb {
  border-color: #005ddf;
  color: #005ddf;
}

.social-items .btn.btn-fb:hover {
  background-color: #005ddf;
  color: #fff;
}

.social-items .btn.btn-tw {
  border-color: #29c5f6;
  color: #29c5f6;
}

.social-items .btn.btn-tw:hover {
  background-color: #29c5f6;
  color: #fff;
}

.social-items .btn.btn-yt {
  border-color: red;
  color: red;
}

.social-items .btn.btn-yt:hover {
  background-color: red;
  color: #fff;
}

.social-items .btn.btn-ig {
  border-color: #bb3080;
  color: #bb3080;
}

.social-items .btn.btn-ig:hover {
  background-color: #bb3080;
  color: #fff;
}

.social-items .row + .row {
  margin-top: 10px;
}

.card-video-grid .card-video-item {
  position: relative;
}

.card-video-grid .card-video-item.cvi-lg {
  height: 100%;
}

.card-video-grid .card-video-item.cvi-lg img {
  border-radius: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-video-grid .card-video-item.cvi-lg h3,
.card-video-grid .card-video-item.cvi-lg .h3 {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65em;
  bottom: 22px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.81);
  border-radius: 13px;
  padding: 18px 40px;
  width: 70%;
  margin: 0px;
}

.card-video-grid .card-video-item.cvi-lg h3 a,
.card-video-grid .card-video-item.cvi-lg .h3 a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.card-video-grid .card-video-item.cvi-sm {
  height: calc(148px - var(--bs-gutter-y) / 3);
}

.card-video-grid .card-video-item.cvi-sm .cvi-img {
  padding-bottom: 68%;
  position: relative;
  display: block;
}

.card-video-grid .card-video-item.cvi-sm .cvi-img img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.card-video-grid .card-video-item.cvi-sm .caption {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.card-video-grid .card-video-item.cvi-sm .caption a {
  text-decoration: none;
  color: #000;
}

.card-video-grid .card-video-item.cvi-sm p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.64);
}
.card-img-top img {
  height: 100% !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.blog_tab .nav-link.active {
  background-color: #fff !important;
  color: #020817 !important;
}
.blog_tab .nav-link {
  background-color: transparent !important ;
  color: #020817 !important;
}
.blog_tab .nav-tabs {
  border-bottom: 0 !important;
}

.blog_tab .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 0.375rem;
  padding-inline: 2rem;
}
.blog_card .card-title a {
  color: #111827;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
}
.badge-info {
  background-color: rgb(204, 251, 241) !important;
  padding: 6px 10px !important;
  display: inline-block;
  border-radius: 25px !important;
  color: rgb(14, 116, 144) !important;
  font-size: 14px;
  font-weight: 500;
   text-transform: capitalize;
}

.badge-info a {
  text-decoration: none;
  color: rgb(14, 116, 144) !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.blog-posts .card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(59, 130, 246, 0.5) !important;
}

.arrow-btn.btn {
  color: rgba(8, 145, 178, 1);
}

.blog_tab .card:hover .card-title a {
  color: rgba(8, 145, 178, 1);
}
.center_footer a,
.bottom_footer a,
footer #menu-quick-links a,
footer #menu-legal a {
  text-decoration: none;
  color: #020817;
}
footer #menu-quick-links a:hover,
footer #menu-legal a:hover {
  color: rgba(8, 145, 178, 1);
}
.mail_anchor {
  color: #6b7280;
}
 .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 15px;
    color: #374151 !important;
 }
  .navbar-nav .nav-link:hover{
    color: rgb(8 145 178 );
  }
  .accordion-item,
  button.nav-link{
    border: 0 !important;
  }
@media (min-width: 992px) {
  .nav-item.drop-item {
    position: relative;
    padding-right: 20px;
  }

  .nav-item.drop-item::before {
    content: "";
    background: url("../images/arrow-bottom.svg") center center no-repeat;
    position: absolute;
    right: 0;
    width: 18px;
    height: 100%;
    top: 0;
  }

  .nav-item.drop-item:hover::before {
    transform: rotate(180deg);
  }

  .submenu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 180px;
    padding: 10px 0;
    flex-direction: column;
  }

  .navbar-nav .drop-item:hover > .submenu,
  .navbar-nav .dropdown-submenu:hover > .submenu.level_2 {
    display: flex;
  }

  .submenu li a:active,
  .submenu li a:hover {
    background-color: rgb(239 246 255);
    color: rgb(37 99 235);
  }

  .submenu.level_2 {
    right: 100%;
    top: 16px;
    padding: 10px 25px;
    text-align: left;
  }

  .level_1 li {
    width: 100%;
    text-align: start;
    /* padding: 0 25px; */
  }

  .level_2 li {
    text-align: left;
    padding: 0;
  }

  .level_1 li a,
  .level_2 li a {
    color: #09111e;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-block: 10px;
  }

  .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: unset;
  }
}

@media screen and (max-width: 991px) {
  #close-btn {
    background: 0 0;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    z-index: 1050;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: 50%;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
  }

  .navbar-collapse#nav_menu {
    width: 320px;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 0 20px;
  }

  .navbar-collapse#nav_menu.show {
    right: 0;
  }

  .navbar-nav {
    margin-top: 70px;
    overflow-y: auto;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0;
  }

  #menuMobile button.nav-link.collapsed::before,
  #menuMobile button.nav-link:not(.collapsed):before {
    content: "";
    background: url("../img/service/arrow-bottom.svg") center center no-repeat;
    position: absolute;
    right: 0;
    width: 18px;
    height: 100%;
    top: 0;
  }

  .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }

  #menuMobile .accordion-item {
    border: 0;
  }

  #menuMobile .nav-link {
    width: 100%;
    text-align: left;
  }

  #menuMobile button.nav-link {
    position: relative;
  }

  #menuMobile button.nav-link:not(.collapsed):before {
    transform: rotate(180deg);
  }

  #menuMobile .accordion-body.level_1,
  #menuMobile .accordion-body.level_2 {
    padding-block: 0;
    padding-inline: 15px 0;
  }

  #menuMobile .accordion-body.level_1 li:not(:last-child),
  .level_1_heading.nav-link.collapsed {
    border-bottom: 1px solid #ababab;
  }
}
.section-news-grid .card.card-grid-lg.card-bg-scale {
  background-position: center !important;
}
.card-grid .card {
  border-radius: 15px;
  border: 0px;
}
.card-grid .card-grid-lg {
  height: 444px;
}
.card-grid .card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.66);
}
.card-grid .card .card-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 20px;
}

.card-grid .card h4,
.card-grid .card .h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44em;
  margin-bottom: 25px;
}

.card-grid .card h4 a,
.card-grid .card .h4 a {
  text-decoration: none;
}

.card-grid .card .card-by {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.64);
}
.card-grid .card {
  border-radius: 15px;
  border: 0px;
}
.card-grid .card-grid-sm {
  height: calc(220px - 1.5rem / 2);
}
.card-grid .card.card-grid-sm h4,
.card-grid .card.card-grid-sm .h4 {
  font-size: 18px;
  line-height: 1.22em;
  margin-bottom: 20px;
}
.section-page-header h1 {
  margin-bottom: 0;
  text-transform: capitalize;
}
ul.pagination {
  border: 0;
  padding: 0;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  background-color: rgb(59 130 246);
  border-color: rgb(59 130 246);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.site textarea {
  border-color: rgba(229, 231, 235, 1) !important;
      border-width: 1px;
}
textarea:focus,
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{
    outline-offset: 0;
    outline: 1px solid #000;
    box-shadow: none;
}

.main_article .default-max-width {
  max-width: none !important;
}
#commentform input[type="submit"] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #06b6d4;
  --bs-btn-border-color: #06b6d4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0891b2;
  --bs-btn-hover-border-color: #0891b2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0891b2;
  --bs-btn-active-border-color: #0891b2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #06b6d4;
  --bs-btn-disabled-border-color: #06b6d4;
  display: inline-block;
  padding: 10px 20px;
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  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;
  font-size: 16px;
  font-weight: 400;
}
.post-navigation a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #020817;
  font-weight: 500;
}
article header .text_date {
  color: #020817;
}
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .wp-block-separator
  ),
*[class*="inner-container"]
  > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(
    .alignright
  ):not(.wp-block-separator),
.default-max-width {
  max-width: none;
}

article .entry-content p {
  font-size: 16px;
  color: #374151;
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type="submit"]:not(:hover):not(:active):not(.has-background),
input[type="reset"]:not(:hover):not(:active):not(.has-background),
.wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--bs-btn-bg);
}
.comment-reply-title {
  color: #020817;
  font-size: 30px;
}
.hero-carousel .carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    background: #000!important;
    display: block;
    border: 0;
}
@media screen and (max-width:767px) {
    .card-video-grid .card-video-item.cvi-lg img {
    position: relative;

}
.news-standard-item{
    margin-bottom: 18px;
}
.post-navigation{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}
.custom-logo-link img{width:100% !important}