/* :root {
    --header_height: $header_height;
    --text-color: #00010a;
    --link-color: #000baa;--gradient-color-1: #008fec;
    --gradient-color-2: #000baa;
} */

:root {
    --header_height: $header_height;
    --text-color: #00010a;
    --link-color: #7b5700;--gradient-color-1: #ffbf00;
    --gradient-color-2: #7b5700;
}

body.transparent-header #sp-header {
  position: absolute;
  background-color: transparent;
}

body.transparent-header #sp-header.header-sticky {
    backdrop-filter: blur(10px);
    background: rgba(0, 23, 78, 0.5);
}

#sp-header.header-sticky {
    backdrop-filter: blur(10px);
    background: rgba(0, 23, 78, 0.5);
}

#sp-header.full-header {
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 0px;
}

#sp-header {
  box-shadow: none;
  background: #00174E;
}

#sp-logo.has-border {
  padding-right: 40px;
}

body, .sp-preloader {
  color: #00174E;
}

a {
  color: #008fec;
}

.sp-megamenu-parent > li > a {
  /* color: #00174E; */
  color: #f2f2f2;
}

.sp-megamenu-parent > li:hover > a {
    color: #e7b51f;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #e7b51f;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #fafdff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  line-height: 1.7;
}

/* .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(0, 0, 0, 0.54);
} */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(2, 23, 76, 0.90);
    border-radius: 0px 0px 6px 6px;
    backdrop-filter: blur(12px);
    margin-top: 0px;
    box-shadow: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #FFF;
}

#sp-menu .sp-module .sppb-btn.gradient-button {
    padding: 9px 30px 17px 32px;
    background: transparent;
    border: 1px solid #f2f2f2;
    font-size: 16px;
}

#sp-menu .sp-module .sppb-btn.gradient-button:hover,
#sp-menu .sp-module .sppb-btn.gradient-button:focus,
#sp-menu .sp-module .sppb-btn.gradient-button:active {
  background: linear-gradient(133.69deg, var(--gradient-color-1) -2.59%, var(--gradient-color-2) 113.65%);
  border-color: transparent;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px 10px 10px 20px;
}

.hero-section .sppb-row-overlay {
    background: linear-gradient(171.51deg, #00162c -2.17%, rgba(14, 0, 35, 0.61) 55.3%, rgba(0, 0, 0, 0.67) 89.25%, rgba(14, 0, 35, 0) 161.74%);
}

.sp-page-title {
    background: #00174E;
}

.sp-page-title {
    padding: 240px 0px 120px 0px;
}

/* .sp-page-title .sp-page-title-heading {
    font-weight: 600;
    font-size: 58px;
    line-height: 48px;
} */

.sp-page-title .sp-page-title-sub-heading {
    font-size: 22px;
    line-height: 26px;
}

/* body .sppb-btn.gradient-button:hover, body .btn.gradient-button:hover {
  background: linear-gradient(133.69deg, #ffbf00 -2.59%, #7b5700 113.65%);
  color: #fff;
}

/* body .sppb-btn.gradient-button:hover, body .btn.gradient-button:hover {
  background: linear-gradient(133.69deg, #008fec -2.59%, #000baa 113.65%);
  color: #fff;
} */

/* body .sppb-btn.gradient-button .fas, body .btn.gradient-button .fas {
  background: linear-gradient(133.69deg, #008fec -2.59%, #000baa 113.65%);
} */

body .sppb-btn.gradient-button .fas, body .btn.gradient-button .fas {
  background: linear-gradient(133.69deg, #ffbf00 -2.59%, #aa7800 113.65%);
}

body .sppb-btn.gradient-button.btn-black, body .btn.gradient-button.btn-black {
  background: linear-gradient(133.69deg, #001340 -2.59%, #00174e 113.65%);
}

.sppb-btn.gradient-button.btn-custom, body .btn.gradient-button.btn-custom {
    background: linear-gradient(133.69deg, #ffbf00 -2.59%, #7b5700 113.65%);
    padding: 10px 40px 20px 40px;
    color: #fff;
    transition: all 0.2s ease;
    border: transparent;
}

/* body .sppb-btn.gradient-button.btn-custom:hover, body .btn.gradient-button.btn-custom:hover {
    color:#fff;
    background:linear-gradient(133.69deg, var(--gradient-color-1) -2.59%, var(--gradient-color-2) 113.65%);
    border: transparent;
} */

body .sppb-btn.gradient-button.btn-custom:hover, body .btn.gradient-button.btn-custom:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

body .sppb-btn.gradient-button.btn-custom::after, body .btn.gradient-button.btn-custom::after {
    padding-left: 40px;
    padding-top: 14px;
}

body .sppb-btn.gradient-button, body .btn.gradient-button {
  color: #00174E;
}

body .sppb-btn.gradient-button:hover i.fas, body .btn.gradient-button:hover i.fas {
  color: #00174e;
}

body .btn {
  padding: 14px 32px;
}

.sppb-addon-articles .sppb-article-meta > span, .sppb-addon-articles .sppb-article-meta > time {
  font-weight: 500;
}

.home-articles-list .sppb-addon-article .sppb-readmore {
  font-weight: 500;
}

.home-articles-list .sppb-addon-article .sppb-article-info-wrap {
    background-color:#f2f2f2;
    padding:60px 30px 30px 30px;
    position:relative;
    margin:0px;
    border-radius:0px 0px 16px 16px;
}

.home-articles-list .sppb-addon-article h4 {
    font-weight:600;
    font-size:22px;
    line-height:1.25;
    margin-bottom:20px;
}

.home-articles-list .sppb-addon-article .sppb-article-img-wrap img {
    border-radius:16px 16px 0px 0px;
}

.home-articles-list .sppb-addon-article .sppb-article-meta {
    position:absolute;
    margin:0px;
    top:20px;
    left:30px;
    display:flex;
    flex-direction:row-reverse;
    color:#666666;
}

.home-articles-list .sppb-addon-article .sppb-article-meta .sppb-meta-category {
    border-right:1px solid #cccccc;
    padding-right:15px;
    text-transform:uppercase;
}

.home-articles-list .sppb-addon-article .sppb-readmore {
    font-size:14px;
    line-height:20px;
    color:#333333;
}

.home-articles-list .sppb-addon-article .sppb-readmore:after {
    content:"";font-family:"Font Awesome 6 Free";
    font-weight:900;margin-left:5px;visibility:hidden;
    opacity:0;transition:all 0.1s ease;
}

.home-articles-list .sppb-addon-article:hover h4 a,.home-articles-list .sppb-addon-article:focus h4 a {
    text-decoration: none;
    color: #00174E;
}

.home-articles-list .sppb-addon-article:hover .sppb-readmore,.home-articles-list .sppb-addon-article:focus .sppb-readmore {
    background:linear-gradient(145deg, var(--gradient-color-1), var(--gradient-color-2));
    -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}

body .sppb-btn.gradient-button .fas, body .btn.gradient-button .fas {
  margin-left: 30px;
}

body .sppb-btn.gradient-button.btn-black:hover, body .btn.gradient-button.btn-black:hover {
  color: #fff;
  background: linear-gradient(133.69deg, #ffbf00 -2.59%, #7b5700 113.65%);
}

body .sppb-btn, body .btn {
  text-transform: none;
}

.digital-solutions-list ul li span {
  margin-left: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #121212;
}

.digital-solutions-list ul {
  margin-top: 45px;
}

.digital-solutions-list ul li::before {
  background-color: #A27500;
}

.digital-solutions-list ul li {
  position: relative;
  margin: 10px 0;
}

.clients-testimonial-pro .sppb-carousel-inner .sppb-item .sp-carousel-image::after {
  background: linear-gradient(145deg, #ffbf00, #7b5700);
}

.service-feature {
  background: #001340;
  padding: 22px;
  border-radius: 14px;
}

.gradient-image .sppb-addon-single-image-container::before {
  width: 70%;
  height: 300px;
  border-radius: 0px 0px 30px 0px;
}

#sp-footer, #sp-bottom {
    background: #00174E;
    color: #DEEEFF;
}

#sp-bottom {
    padding: 50px 0 0px;
    font-size: 16px;
    line-height: 1.6;
}

#sp-bottom .sp-module ul > li > a:hover {
    text-decoration: none;
}

#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 0px;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: normal;
    font-size: 22px;
    color: #8fa090;
}

#sp-footer a, #sp-bottom a {
    color: #f2f2f2;
}

#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
    /* color: #DEEEFF; */
    color: #e7b51f;
}

#sp-footer {
    font-size: 16px;
}

/* .sp-scroll-up {
    background: linear-gradient(133.69deg, #008fec -2.59%, #000baa 113.65%);
} */

.sp-scroll-up {
    background: linear-gradient(133.69deg, #ffbf00 -2.59%, #7b5700 113.65%);
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #ffbf00;
}


/* Updated codes end here */

.custom-accordion .sppb-panel-heading .sppb-panel-title::before {
    content:"";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:25px;
    height:25px;
    border:3px solid;
    border-color:#f3f7e9;
    border-radius:50%;
    transition:border-color 0.7s ease
}

.custom-accordion .sppb-panel-heading .sppb-panel-title::after {
    content:"";
    position:absolute;
    right:19.5px;
    top:50%;
    transform:translateY(-50%);
    width:7px;
    height:7px;
    background-color:#f3f7e9;
    border-radius:50%;
    transition:background-color 0.7s ease
}

.custom-accordion .sppb-panel-heading.active .sppb-panel-title::before {
    border-color:#9ebda3;
}

.custom-accordion .sppb-panel-heading.active .sppb-panel-title::after{
    background-color:#9ebda3;
}

/* _______________ */

.custom-accordion .sppb-panel-heading .sppb-panel-title::before {
    content:"";
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:25px;
    height:25px;
    border:3px solid;
    border-color:#f3f7e9;
    border-radius:50%;
    transition:border-color 0.7s ease
}

.custom-accordion .sppb-panel-heading .sppb-panel-title::after {
    content:"";
    position:absolute;
    right:19.5px;
    top:50%;
    transform:translateY(-50%);
    width:7px;
    height:7px;
    background-color:#00174e;
    border-radius:50%;
    transition:background-color 0.7s ease
}

.custom-accordion .sppb-panel-heading.active .sppb-panel-title::before {
    border-color:#00174e;
}

.custom-accordion .sppb-panel-heading.active .sppb-panel-title::after {
    background-color:#00174e;
}

#sp-bottom4 {
    padding: 0px 20px 0px 20px;
}

.view-article #sp-main-body > .container .article-title-wrap {
  background-color: #00174e;
}

.view-article #sp-main-body > .container .article-details-wrap {
  margin-top: 160px;
}

.view-article .related-article-list-container {
  background-color: #edf8ff;
  padding: 40px 0px;
}

.view-article #sp-main-body > .container .article-details-wrap .article-info {
  padding-left: 0px;
}

.view-article #sp-main-body > .container .article-details-wrap .article-info .createdby,
.view-article #sp-main-body > .container .article-details-wrap .article-info .category-name,
.view-article #sp-main-body > .container .article-details-wrap .article-info .published {
  font-size: 15px;
  color: #00174e;
}

.pagenavigation .pagination .btn-secondary {
  background: linear-gradient(133.69deg, var(--gradient-color-1) -2.59%, var(--gradient-color-2) 113.65%);
}

.pagenavigation .pagination .btn-secondary:hover {
  background: #00174E;
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1370px !important;
    }
}


@media (min-width: 1200px) {
    .container {
      max-width: 1320px;
    }
}


@media (max-width: 1199px) {
.view-article #sp-main-body .container .article-details .article-header h1 {
    font-size: 55px;
    line-height: 60px;
    width: 80%;
  }
}

@media (max-width: 991px) {
    .home-2-suits .sppb-addon-sp-slider .sp-slider-content-align-left {
      padding: 30px 30px;
    }
}

@media (max-width: 991px) {
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
    margin-left: 0px;
    padding: 20px 30px;
    }
}

@media (max-width: 991px) {
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 22px;
    line-height: 30px;
    }
}

@media (max-width: 767px) {
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
    margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
      line-height: 28px;
    }
}

@media (max-width: 767px) {
    .view-article #sp-main-body .container .article-details .article-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .view-article #sp-main-body .container .article-details .article-header {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .view-article #sp-main-body .container .article-details .article-header h1 {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 20px;
      width: 90%;
    }
}

@media (max-width: 767px) {
    .sp-page-title .sp-page-title-heading {
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
  .sp-page-title {
    padding: 150px 0px 50px 0px;
  }
}