/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Roboto", sans-serif;
}

/* Global Colors */
:root {
  --opacity: 0.5;
  --default-color: #1F993C;
  --default-color-rgb: 12, 60, 24;
  --accent-color: #3ebf4f;
  --accent-color-rgb: 24, 75, 31;
  --color-secondary: #2E8B57;
  --color-secondary-rgb: 46,39,187;
  --color-dark: #000321;
  --color-dark-rgb: 0,3,3;
  --white-color: #ffffff;
  --white-color-rgb: 255,255,255;
  --black-color: #000000;
  --black-color-rgb: 0,0,0;
  --color-light-primary: #E7E8DB;
  --color-light-primary-rgb: 91,91,86;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.default-color {
  color: var(--default-color);
}

.accent-color {
  color: #3ebf4f;
}

.color-secondary {
  color: #2E8B57;
}

.color-dark {
  color: #000321;
}

.black-color {
  color: #000000;
}

.color-light-primary {
  color: #E7E8DB;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--contrast-color);
  background-color: var(--background-color);
  font-family: var(--primary-font);
  font-size: 16px;
}

.section {
  padding: 80px 0px;
}

.section-title h6 {
  font-size: 18px;
  font-weight: 400;
  background-color: rgba(var(--accent-color-rgb), 0.3);
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  color: var(--default-color);
}

.section-title h2 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 500;
}

.bgc-dark {
  background-color: var(--color-dark);
  color: var(--white-color);
}

.bgc-light-primary {
  background-color: var(--color-light-primary);
}

.outline-button-primary {
  font-size: 18px;
  font-weight: 500;
  background-color: rgba(var(--accent-color-rgb), 0.3);
  color: var(--default-color);
  border: 1px solid var(--accent-color);
  padding: 15px 30px;
  min-width: 150px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  text-decoration: none;
  display: inline-block;
}
.outline-button-primary:hover {
  background-color: var(--default-color);
  color: var(--color-dark);
  border-color: var(--default-color);
}

/* Using the button mixin */
.primary-button {
  font-size: 18px;
  font-weight: 500;
  background-color: var(--default-color);
  color: var(--white-color);
  padding: 15px 30px;
  min-width: 150px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-decoration: none;
  display: inline-block;
}
.primary-button:hover {
  background-color: var(--default-color);
}

.title-banner .breadcrumb .breadcrumb-item a {
  color: var(--white-color);
  text-decoration: none;
}

.title-banner .breadcrumb .breadcrumb-item.active a, .breadcrumb-item.active {
  color: var(--accent-color);
}

.title-banner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-secondary);
}

/***********************************
# Swiper Slider
***********************************/
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.swiper-ui .swiper-button-prev, .swiper-ui .swiper-button-next, .swiper-ui .swiper-rtl .swiper-button-next, .swiper-ui .swiper-rtl .swiper-button-prev {
  background-color: rgba(110, 235, 148, 0.6);
  height: 80px;
  width: 40px;
  border-radius: 0px;
}

.swiper-ui .swiper-button-prev:after, .swiper-ui .swiper-button-next:after, .swiper-ui .swiper-rtl .swiper-button-next:after, .swiper-ui .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper-ui .swiper-button-next, .swiper-ui .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}

.swiper-ui .swiper-button-prev, .swiper-ui .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid rgba(147, 147, 147, 0.1803921569);
}

.header .navbar-toggler {
  color: var(--color-dark);
  background-color: var(--default-color);
  cursor: pointer;
}

.navbar-brand h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.navbar-brand > img {
  height: 60px;
}

.header .nav-item:not(:last-child) {
  padding-right: 30px;
}

.header .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  cursor: pointer;
}

.header .nav-link:hover, .header .nav-link.active {
  color: var(--default-color);
}

.header .navbar-nav .dropdown-menu {
  width: 500px;
  border: 2px solid var(--default-color);
  background-color: var(--color-dark);
}

.header .navbar-nav .dropdown-menu .dropdown-item {
  color: var(--white-color);
}

.header .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: var(--default-color);
}

.header .navbar-nav .nav-link.active, .header .navbar-nav .nav-link.show {
  color: var(--accent-color);
}

.header .dropdown-item.active, .header .dropdown-item:active, .header .dropdown-item:hover {
  color: var(--default-color);
  text-decoration: none;
  background-color: var(--color-dark);
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: var(--color-dark);
  background-image: url("https://outgrid.uicore.co/financial-solutions/wp-content/uploads/sites/8/2023/06/Financial-Solution-Hero-BG.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.hero:after {
  content: "";
  background-color: var(--color-dark);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.hero-content h2 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: var(--white-color);
}

.hero-content p {
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
}

.hero video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------
# About Section
------------------------------------------*/
.widget-light {
  background-color: #fff;
  padding: 30px;
}

.widget {
  border-radius: 32px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.widget-content {
  padding: 30px;
}

.widget-content h4 {
  margin-bottom: 0px;
  font-size: 20px;
}

.widget-content p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

.widget-primary {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: var(--color-dark);
  background-image: url(https://outgrid.uicore.co/financial-solutions/wp-content/uploads/sites/8/2023/11/financial-solution-grid.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  border-radius: 16px 16px 16px 16px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(147, 147, 147, 0.1803921569);
  transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.widget-primary .overlay {
  background-color: transparent;
  background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--black-color) 100%);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  border-radius: 16px 16px 16px 16px;
}

.widget-primary:hover {
  border-color: #3ebf4f;
}

.widget-primary .widget-body {
  position: relative;
  z-index: 2;
}

.widget-icon img {
  border-radius: 16px 16px 0px 0px;
}

.cta-primary {
  background-image: url("https://outgrid.uicore.co/financial-solutions/wp-content/uploads/sites/8/2023/11/financial-solution-square.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(147, 147, 147, 0.1803921569);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 96px 96px 96px 96px;
  border-radius: 16px 16px 16px 16px;
  position: relative;
}

.cta-primary .overlay {
  background-color: transparent;
  background-image: radial-gradient(at top center, var(--color-secondary) 65%, var(--color-secondary) 100%);
  opacity: 0.25;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 16px 16px 16px 16px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.cta-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}

a.swiper-slide {
  text-decoration: none;
  color: var(--white-color);
}

/*--------------------------------------------------------------
# counter-wrapper
--------------------------------------------------------------*/
.counter-wrapper {
  background-color: transparent;
  background-image: linear-gradient(180deg, #7CD497 0%, #F6FCD0 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 64px 64px 64px 64px;
  border-radius: 16px 16px 16px 16px;
  position: relative;
}

.counter-wrapper .overlay {
  background-image: url("https://outgrid.uicore.co/financial-solutions/wp-content/uploads/sites/8/2023/06/Financial-Solution-Emplowering-BG.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80% auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  border-radius: 16px 16px 16px 16px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.counter-wrapper .section-title {
  position: relative;
  z-index: 2;
  color: var(--color-dark);
}

.counter-wrapper .title h3 {
  font-size: 56px;
  font-weight: 600;
}

.counter-wrapper .counters span {
  font-size: 56px;
  display: inline;
  font-weight: 600;
  color: var(--color-dark);
}

.counter-wrapper .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: var(--color-dark);
}

/*---------------------------------------------
# Form Model
------------------------------------------*/
#formModal .modal-content {
  background-color: var(--color-dark);
}

#formModal .modal-body {
  background-image: url(https://outgrid.uicore.co/financial-solutions/wp-content/uploads/sites/8/2023/11/financial-solution-square.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(147, 147, 147, 0.1803921569);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: transparent;
  border-radius: 16px;
  z-index: 2;
}

.modal-body .overlay {
  background-color: transparent;
  background-image: radial-gradient(at top center, var(--color-secondary) 65%, var(--color-secondary) 100%);
  opacity: 0.25;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 16px 16px 16px 16px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: -1;
}

.modal-form {
  padding: 30px 30px;
}

.modal-form .form-control {
  border-color: var(--accent-color);
  background-color: transparent;
  min-height: 50px;
  color: var(--accent-color);
}

.modal-form .form-control::-moz-placeholder {
  color: var(--accent-color);
  font-weight: 300;
}

.modal-form .form-control::placeholder {
  color: var(--accent-color);
  font-weight: 300;
}

.model-text-wrapper {
  color: var(--white-color);
}

.model-text-wrapper h4 {
  font-size: 22px;
}

.model-text-wrapper p {
  font-size: 16px;
}

#formModal .close-modal {
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 24px;
  background: transparent;
  border: none;
  z-index: 5;
}

#formModal label.error {
  color: red;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Inner Page Services
--------------------------------------------------------------*/
.title-banner {
  position: relative;
  height: 400px;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: var(--color-dark);
  background-image: url("https://outgrid.uicore.co/financial-solutions/wp-content/uploads/sites/8/2023/06/Financial-Solution-Hero-BG.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.title-banner:after {
  content: "";
  background-color: var(--color-light-primary);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0.1;
  z-index: 1;
}

.banner-content h2 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: var(--white-color);
}

.banner-content p {
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
}

/*------------------------------------------
# Footer
------------------------------------------*/
.footer {
  padding-top: 80px;
  border-top: 1px solid rgba(147, 147, 147, 0.1803921569);
}

.footer-widget-content img {
  height: 90px;
}

.footer-nav a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.footer-nav a:not(:last-child) {
  margin-right: 15px;
}

.copyright {
  margin-top: 30px;
  border-top: 1px solid rgba(147, 147, 147, 0.1803921569);
  padding: 25px 0;
}

.copyright-text {
  text-align: right;
  font-size: 13px;
}

.footer-about {
  font-size: 14px;
}

.footer-widget {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.contact-info p > a, .contact-info p {
  font-size: 14px;
  color: var(--white-color);
  text-decoration: none;
}

.contact-info p i {
  font-size: 20px;
  margin-right: 10px;
}

.social-media a {
  color: #fff;
  font-size: 24px;
}

.social-media a:not(:last-child) {
  padding-right: 15px;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--white-color);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top:hover {
  background-color: rgba(var(--accent-color-rgb), 0.8);
  color: #ffffff;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .hero-content h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .primary-button, .outline-button-primary {
    font-size: 16px;
    padding: 12px 15px;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .widget-content h4 {
    font-size: 18px;
  }
  .widget-content p {
    font-size: 14px;
    font-weight: 300;
  }
  .counter-wrapper {
    padding: 30px 30px 30px 30px;
  }
  .counter-wrapper .counters span {
    font-size: 44px;
  }
  .counter-wrapper .counters p {
    margin: 0 0 15px 0;
    font-size: 16px;
  }
  .cta-primary {
    padding: 30px;
  }
  .footer-widget-content {
    text-align: center;
  }
  .footer-nav, .copyright-text {
    text-align: center;
  }
  .title-banner {
    height: 300px;
  }
  .header .navbar-collapse {
    padding: 30px;
  }
  .header .navbar-nav .dropdown-menu {
    width: auto;
    background-color: transparent;
    border: none;
  }
  .header .navbar-nav .dropdown-item {
    color: var(--white-color);
    margin-bottom: 5px;
  }
  .title-banner .breadcrumb {
    display: flex;
    justify-content: center;
  }
  .header .navbar {
    background-color: var(--color-dark);
  }
}
@media only screen and (max-width: 959px) {
  .header .navbar-collapse {
    padding: 30px;
  }
  .header .navbar-nav .dropdown-menu {
    width: auto;
    background-color: transparent;
    border: none;
  }
  .header .navbar-nav .dropdown-item {
    color: var(--white-color);
    margin-bottom: 5px;
  }
  .header .navbar {
    background-color: var(--color-dark);
  }
}/*# sourceMappingURL=main.min.css.map */