: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;
}

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;
}

.offcanvas-menu {
  background-color: #00174E;
  color: #FFFFFF;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  line-height: 24px;
  font-weight: 500;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #ffbf00;
}

.header-has-modules #offcanvas-toggler {
  margin-right: 0;
  margin-left: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #e7b51f;
}

.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::after {
  background-image: none;
}

.sp-page-title {
    padding: 180px 0px 120px 0px;
}

.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;
    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;
}

.service-feature2 {
  transition:all 0.3s ease;
  padding:22px;
  border-radius:16px;
  background: linear-gradient(#f2f2f2, #ffffff) padding-box, linear-gradient(133.69deg, var(--gradient-color-1) -2.59%, var(--gradient-color-2) 113.65%) border-box;
  border: 1px solid transparent;
}

.service-feature2 .sppb-btn .fas{
  margin-left:5px;
  visibility:hidden;
  opacity:0;
  transition:all 0.3s ease;
}

.service-feature2:hover {
  background:linear-gradient(133.69deg, var(--gradient-color-1) -2.59%, var(--gradient-color-2) 113.65%);
  border: #fff;
}

.service-feature2:hover .sppb-btn .fas {
  visibility:visible;
  opacity:1;
}

.gradient-image .sppb-addon-single-image-container::before {
  width: 70%;
  height: 300px;
  border-radius: 0px 0px 30px 0px;
}

#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-bottom .sp-module {
  margin-bottom: 10px;
}

.footer-newslater .sppb-addon-form-builder-form .sppb-form-builder-btn {
  right: 10px;
  top: 2px;
}

#sp-footer, #sp-bottom {
    background: #00174E;
    color: #DEEEFF;
}

#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:#e9f1f7;
    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:#e9f1f7;
    border-radius:50%;
    transition:background-color 0.7s ease
}

.custom-accordion .sppb-panel-heading.active .sppb-panel-title::before {
    border-color:#edf8ff;
}

.custom-accordion .sppb-panel-heading.active .sppb-panel-title::after{
    background-color:#edf8ff;
}

/* _______________ */

.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:#e9f1f7;
    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;
}

.sppb-addon-accordion .sppb-panel-modern:has(> .sppb-panel-heading.active) {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(133.69deg, #ffbf00 -2.59%, #7b5700 113.65%) border-box;
  box-shadow: none;
}

.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading.active .sppb-toggle-direction .fa::before {
  color: #7b5700;
  border: 1px solid #7b5700;
  transition: color 0.5s ease, border-color 0.5s ease;
}

.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading {
  background-color: #f4f7fe;
}

.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction .fa::before {
  color: #00174e;
  border: 1px solid #00174e;
}

.sppb-addon-accordion .sppb-panel-modern .sppb-panel-heading {
  padding: 24px;
}

.sppb-addon-accordion .sppb-panel-modern .sppb-panel-body {
  padding: 0 30px 16px 30px;
}

#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;
}

/* +++++++++services-addon-growth+++++++++ */

.home-services-icons .sppb-container-inner .sppb-col-md-4 {
  padding:0px;
}

.home-services-icons .sppb-addon-feature {
  transition:all 300ms linear 0ms;
}

.home-services-icons .sppb-addon-feature .sppb-addon-content .sppb-media-content .sppb-feature-box-title a {
  color:#25373f !important;
}

.home-services-icons .sppb-addon-feature .sppb-addon-text {
  margin:25px 0;
  line-height:30px;
}

.home-services-icons .sppb-addon-feature:hover {
  box-shadow:0 5px 38px rgba(205, 205, 205, 0.33);
  border-color:transparent;
}

.home-services-icons .service-icon-1 {
  border-style:solid;
  border-width:0px 1px 1px 0px;
  border-color:#E7E7E7;
  padding:50px;
  position:relative;
}

.home-services-icons .service-icon-2 {
  border-style:solid;
  border-width:0px 1px 1px 0px;
  border-color:#E7E7E7;
  padding:50px;
  position:relative;
}

.home-services-icons .service-icon-2::after {
  position:absolute;
  content:"";
  background:#fff;
  border:1px solid #dbdbdb;
  border-radius:50%;
  height:12px;width:12px;
  left:-6px;bottom:-6px;
  z-index:9;
}
.home-services-icons .service-icon-2::before {
  position:absolute;
  content:"";
  background:#fff;
  height:32px;
  border-radius:50%;
  width:32px;
  left:-16px;
  z-index:6;
  bottom:-16px;
}

.home-services-icons .service-icon-3 {
  border-style:solid;
  border-width:0px 0px 1px 0px;
  border-color:#E7E7E7;
  padding:50px;
  position:relative;
}

.home-services-icons .service-icon-3::after {
  position:absolute;
  content:"";
  background:#fff;
  border:1px solid #dbdbdb;
  border-radius:50%;
  height:12px;
  width:12px;
  left:-6px;
  bottom:-6px;
  z-index:9;
}

.home-services-icons .service-icon-3::before {
  position:absolute;
  content:"";
  background:#fff;
  height:32px;
  border-radius:50%;
  width:32px;
  left:-16px;z-index:6;
  bottom:-16px;
}
  
.home-services-icons .service-icon-4 {
  border-style:solid;
  border-width:0px 1px 0px 0px;
  border-color:#E7E7E7;
  padding:50px;
  position:relative;
}
  
.home-services-icons .service-icon-5 {
  border-style:solid;
  border-width:0px 1px 0px 0px;
  border-color:#E7E7E7;
  padding:50px;
  position:relative;
}
  
.home-services-icons .service-icon-6 {
  border-style:solid;
  border-width:0px 0px 0px 0px;
  border-color:#E7E7E7;
  padding:50px;
}

.single-service-style2{
  position:relative;
  display:block;
  margin:0 0 30px;
}
  
.single-service-style2 .img-holder {
  position:relative;
  display:block;
}

.single-service-style2 .img-holder .sppb-img-container {
  position:relative;
  display:block;
  overflow:hidden;
  background-color:#233548;
  border-radius: 20px 20px 0px 0px;
  z-index:1;
}

.single-service-style2 .img-holder .sppb-img-container::before {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  opacity:0;
  background:rgba(0, 126, 242, 0.7);
  content:"";
  transition:all 500ms ease;
}

.single-service-style2 .img-holder .sppb-img-container img {
  width:100%;
  transform:scale(1);
  transition:all 700ms ease;
}

.single-service-style2 .img-holder .sppb-icon {
  position:absolute;
  bottom:-20px;
  right:20px;
  width:100px;
  height:100px;
  background:#007ef2;
  z-index:2;
}

.single-service-style2 .img-holder .sppb-icon .sppb-icon-container {
  position:relative;
  display:block !important;
  overflow:hidden;
}

.single-service-style2 .img-holder .sppb-icon .sppb-icon-container i {
  position:relative;
  display:block;
  color:#ffffff;
  font-size:40px !important;
  line-height:100px !important;
  text-align:center;
  transition:all 200ms linear;
  transition-delay:0.1s;
  transition:all 200ms linear;
  transition-delay:0.1s;
}

.single-service-style2 .img-holder .sppb-icon .sppb-icon-container:before {
  background-color:#ffffff;
  content:"";
  height:150px;
  left:-75px;
  position:absolute;
  top:-25px;
  transform:rotate(35deg);
  transition:all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width:60px;
  opacity:0;
}

.single-service-style2 .img-holder .sppb-icon .sppb-icon-container::after {
  content:"";
  border-width:3px;
  border-style:solid;
  border-color:#ffffff #ffffff transparent transparent;
  display:inline-block;
  vertical-align:top;
  position:absolute;
  right:5px;
  top:5px;
}

.single-service-style2 .sppb-media-body {
  position:relative;
  display:block;
  background:#ffffff;
  padding:40px 40px 40px 40px;
  border:1px solid #d9e3e4;
  border-top:none;
  border-radius: 0px 0px 20px 20px;
  transition:all 0.3s ease-in-out 0.1s;
  z-index:1;
}

.single-service-style2 .sppb-media-body::before {
  content:"";
  position:absolute;
  right:-1px;
  bottom:-1px;
  width:60px;
  height:60px;
  border-bottom:60px solid #007ef2;
  border-left:60px solid transparent;
  transform:rotateY(-90deg) scaleY(1);
  transform-origin:right;
  transition-delay:0.1s;
  transition-timing-function:ease-in-out;
  transition-duration:0.5s;
  transition-property:all;
  z-index:1;
}

.single-service-style2 .sppb-media-body .sppb-feature-box-title a {
  color: #00174e !important;
  font-weight: 600;
}

.single-service-style2 .sppb-media-body .sppb-btn {
  margin-top:20px !important;
}

.single-service-style2:hover .img-holder .sppb-img-container img {
  transform:scale(1.2);
  mix-blend-mode:normal;
}

.single-service-style2:hover .img-holder .sppb-img-container::before {
  opacity:1;
}

.single-service-style2:hover .img-holder .sppb-icon .sppb-icon-container {
  background:#191825;
}

.single-service-style2:hover .img-holder .sppb-icon .sppb-icon-container i{
  transform:rotateY(180deg);
  transition-delay:0.1s;
}

.single-service-style2:hover .img-holder .sppb-icon .sppb-icon-container:before {
  left:140%;
  transition:all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity:0.25;
}

.single-service-style2:hover .sppb-media-body {
  border:1px solid #007ef2;
  border-top:none;
}

.single-service-style2:hover .sppb-media-body::before {
  transform:rotateY(0deg) scaleY(1);
  transition-delay:0.1s;
  transition-timing-function:ease-in-out;
  transition-duration:0.7s;
  transition-property:all;
}

.single-service-style2:hover .sppb-media-body .sppb-btn {
  color:#ffffff !important;
  background-color:#191825;
}

/*  */

.sppb-addon-articles .sppb-article-info-wrap h4 a {
  color: #00174e !important;
}

html.error-page .btn.btn-secondary .fas::before {
  background: linear-gradient(133.69deg, #ffbf00 -2.59%, #7b5700 113.65%) !important;
}

html.error-page body {
  background-color: #00174E !important;
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1370px !important;
    }
}


@media (min-width: 1200px) {
    .container {
      max-width: 1320px;
    }
}

@media (max-width: 1199px) {
  #sp-header.full-header {
    padding-left: 5px;
    padding-right: 15px;
  }
}


@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 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;
  }
}