/* All/General */
body,
html {
  font-family: 'Cairo', sans-serif;
  font-size: 0.85rem;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .h1,
  h1 {
    font-size: 2.25rem;
  }
}
.bg-grey {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
}
.btn-primary {
  background-color: #1fc55f;
  border-color: #1fc55f;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  min-width: 150px;
}
.btn-primary:hover {
  transition: all 0.5s ease;
  background-color: #12a049;
  border-color: #12a049;
}
.btn-secondary {
  background-color: #2263b7;
  border-color: #2263b7;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  min-width: 150px;
}
.btn-view-more {
  background-color: #f8f8f8;
  color: #2263b7;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  min-width: 150px;
}
.btn-view-more:hover {
  background-color: #eaeaea;
}
.btn-wa p,
.btn-float p {
  margin-bottom: 0px;
  margin-left: 7.5px;
}
.btn-float {
  background-color: #12793a;
  border-color: #12793a;
  box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 21%);
}
.btn-secondary:hover {
  transition: all 0.5s ease;
  background-color: #184682;
  border-color: #184682;
}
.tag {
  text-transform: uppercase;
  color: #1fc55f;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.tag-grey {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.tag-blue {
  text-transform: uppercase;
  color: #2263b7;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.float-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
@media only screen and (max-width: 600px) {
  .float-wrapper {
    right: 10px;
    bottom: 10px;
  }
  .btn-float p {
    display: none;
  }
  .btn-float {
    min-width: 50px;
    height: 50px;
    padding: 0.75rem;
  }
  .btn-float svg {
    width: 2rem;
    height: 2rem;
  }
}
/* Ribbon */
.ribbon-bg {
  background-color: #0e1c44;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.ribbon-content p,
.ribbon-content a {
  margin-bottom: 0px;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  opacity: 0.75;
}
.ribbon-content a:hover {
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s ease;
}
.ribbon-content svg {
  opacity: 0.45;
}

/* Navbar */
.bg-light {
  background-color: white !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
  width: 5rem;
}
.main-navbar .nav-item .nav-link {
  font-weight: 300;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.main-navbar .nav-item .nav-link.active {
  font-weight: 600;
}
.main-navbar .nav-item .nav-link .contact-btn {
  font-weight: 600;
  color: white;
  background-color: #1fc55f;
  padding: 5px 15px;
  border-radius: 2px;
}
.main-navbar .nav-item .nav-link .contact-btn:hover {
  background-color: #12a049;
  transition: all 0.5s ease;
}
.navbar-collapse {
  margin: 15px 0px;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0px;
}
/* Header */
.header-bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bg p {
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #1fc55f;
  margin-bottom: 5px;
  font-weight: 600;
}
.header-bg h1 {
  color: white;
}
.section-body {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Footer */
.footer-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url('/images/footer-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-content h2 {
  color: white;
}
.footer-content p {
  color: #1fc55f;
  font-size: 1.35rem;
  font-weight: 300;
  margin-bottom: 0px;
}
.copyright-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #121b33;
  text-align: center;
}
.copyright-section p {
  opacity: 0.5;
  color: white;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .footer-section {
    text-align: center;
  }
  .footer-content {
    margin-bottom: 20px;
    text-align: center;
  }
}
/* Jumbotron */
.jumbotron-wrapper {
  position: relative;
}
.jumbotron-img-sm {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: none;
}
.jumbotron-img {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.jumbotron-content-wrapper .row .col-sm-12 {
  padding: 0px;
}
.jumbotron-content {
  background-color: #27345a;
  color: white;
  padding-top: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3.5rem;
  border-radius: 0px 0px 0px 50px;
}
.jumbotron-content h1 {
  font-weight: 300;
  font-size: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
}
.jumbotron-content p {
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.jumbotron-content-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
.graphic-img {
  width: 225px;
}
@media only screen and (max-width: 600px) {
  .jumbotron-content-wrapper .row .col-sm-12 {
    padding: 0px 15px;
  }
  .jumbotron-img-sm {
    display: block;
  }
  .jumbotron-img {
    display: none;
  }
  .jumbotron-content h1 {
    font-size: 2.25rem;
  }
  .jumbotron-content {
    background-color: #27345a;
    color: white;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3rem;
    border-radius: 0px;
  }
  .jumbotron-content-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
  }
}

/* Principles */
.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
}
.embla__slide {
  position: relative;
  min-width: 25%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.embla__slide2 {
  position: relative;
  min-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.embla__slide2 img {
  width: 100%;
  border-radius: 10px;
}
.principles-section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.img-principles {
  max-width: 120px;
}
@media only screen and (max-width: 600px) {
  .embla__slide {
    min-width: 50%;
  }
  .embla__slide2 {
    padding: 5px;
  }
}

/* Homepage */
.business-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.business-card {
  height: 225px;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 7.5px 0px;
}
.see-all-business {
  height: 225px;
  border-radius: 5px;
  margin: 7.5px 0px;
  overflow: hidden;
  position: relative;
  background-color: #205cab;
}
.see-all-business:hover {
  cursor: pointer;
  background-color: #133c71;
  transition: all 0.5s ease;
}
.bc-overlay {
  width: 100%;
  height: 100%;
  background-color: #00000033;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.business-card h3,
.see-all-business h3 {
  font-weight: 300;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: white;
  z-index: 2;
}
.see-all-business h3 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.explore-img {
  height: 150px;
}
.business-row .col-md-6 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.why-us-section {
  border-top: 1px solid #e5e5e5;
}
.why-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.why-us-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  border-radius: 0px 0px 50px 0px;
  position: relative;
}
.why-graphic-img {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 325px;
}
.why-list li {
  font-size: 1.25rem;
  font-weight: 300;
  opacity: 0.7;
  line-height: 2.25rem;
}
.why-list {
  list-style: none;
  padding-left: 15px;
}
.why-list img {
  width: 30px;
  margin-right: 10px;
}
.how-to-section {
  background-color: #1fc55f;
  padding: 3.5rem 0px;
}
.how-item-wrapper {
  text-align: center;
  margin: 0px auto;
}
.ic-how {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
.how-item {
  padding: 0px 20px;
}
.how-item h4 {
  text-transform: uppercase;
  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.how-item p {
  font-size: 1rem;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  .how-item {
    padding: 0px 5px;
  }
  .business-row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .business-card,
  .see-all-business {
    height: 150px;
  }
  .why-graphic-img {
    width: 225px;
  }
  .explore-img {
    height: 75px;
  }
  .why-us-img {
    height: 250px;
    border-radius: 0px;
  }
  .why-content {
    padding: 2rem 0px;
  }
  .why-list {
    padding-left: 5px;
  }
  .how-item {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .how-item-wrapper {
    text-align: left;
    display: inline-flex;
  }
  .ic-how {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

/* Products */
.filter-dd-xl {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.filter-dd-xl p {
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #8e8e8e;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-check-label input {
  cursor: pointer;
}
.form-check-label p {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 0.9rem;
}
.filter-group .form-check {
  margin-top: 5px;
}
.filter-group {
  padding: 5px 10px;
}
.filter-group-wrapper {
  margin-bottom: 15px;
}
.filter-wrapper {
  display: block;
}
.filter-wrapper-sm {
  display: none;
}
.filter-wrapper .tag-blue {
  padding: 0px 10px;
  font-size: 0.9rem;
}
.dropdown-show .dropdown-toggle {
  background-color: transparent !important;
  color: #232323 !important;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #e5e5e5;
  padding: 10px 10px;
  font-size: 0.9rem;
}
.dropdown-show .dropdown-item {
  background-color: transparent;
  color: #232323;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 0.8rem;
}
.dropdown-show .dropdown-toggle::after {
  margin-left: 0.75rem;
}
.products-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}
.items-product {
  color: #ababab;
  margin-bottom: 0px;
}
.product-card {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card:hover {
  cursor: pointer;
}
.product-card-img {
  width: 100%;
  height: 225px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.btn-view-product {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #2263b7;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  min-width: 150px;
}
.btn-view-product:hover {
  background-color: #e6e6e6;
}
.product-tag-group a:first-child {
  margin-left: 0px;
}
.product-tag-group a::after {
  content: '.';
  font-size: 1rem;
  font-weight: 800;
  color: #12a049;
  margin-left: 10px;
}
.product-tag-group a:last-child:after {
  content: '';
}
.product-tag-group a {
  margin-left: 5px;
  margin-right: 5px;
  color: #232323;
}
.product-tag-group a:hover {
  color: #232323;
  text-decoration: none;
}
.product-tag-group {
  margin-bottom: 10px;
}
.pagination-wrapper {
  margin-top: 15px;
}
.filter-wrapper-sm .dropdown-menu {
  width: 100%;
}
.filter-wrapper-sm .dropdown-toggle {
  text-align: left;
}
.filter-wrapper-sm .dropdown {
  margin-top: 5px;
  margin-bottom: 5px;
}
.filter-wrapper-sm {
  margin-bottom: 10px;
}
.pagination {
  margin: 10px 0px;
}
.page-link {
  padding: 0.75rem 1rem;
  color: #ababab;
  border-color: #e5e5e5;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1fc55f;
  border-color: #1fc55f;
}
.product-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.product-desc p,
.product-desc li {
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.75rem;
}
.product-desc ul li::marker {
  color: #1fc55f;
}
@media only screen and (max-width: 600px) {
  .filter-wrapper {
    display: none;
  }
  .filter-wrapper-sm {
    display: block;
  }
}

/* Services */
.services-body {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.business-services-section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background-color: #f8f8f8;
}
.icon-service {
  width: 60px;
  height: 60px;
}
.service-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.service-wrapper .col-md-3 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .services-body h2 {
    margin-bottom: 0px !important;
  }
  .service-wrapper {
    margin-top: 20px;
  }
}

/* About */
.header-about-bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: left;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header-about-bg p {
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
  font-weight: 600;
}
.header-about-bg h1 {
  color: white;
}
.about-overlay {
  width: 100%;
  height: 100%;
  background-color: #00000050;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.header-about-content {
  z-index: 2;
  position: relative;
}
.header-about-content h1 {
  margin-bottom: 20px;
}
.mission-body {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.mission-content {
  padding: 10px 40px;
}
.mission-content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.mission-content p {
  font-weight: 300;
  font-size: 1.25rem;
  opacity: 0.8;
}
.mission-content ul {
  padding-left: 25px;
}
.mission-content ul li {
  font-weight: 300;
  font-size: 1.05rem;
  opacity: 0.8;
  line-height: 2rem;
}
.mission-content ul li::marker {
  color: #1fc55f;
}
@media only screen and (max-width: 600px) {
  .mission-body {
    padding-top: 0px;
    padding-bottom: 4.5rem;
  }
  .mission-content {
    padding: 40px 0px 0px 0px;
  }
}

/* Blog */
.blog-card {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-card:hover {
  cursor: pointer;
}
.blog-card-img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.blog-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.05rem;
  opacity: 0.8;
  font-weight: 300;
}
.breadcrumbs {
  padding-bottom: 1rem;
}
.breadcrumbs p:last-child {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumbs p,
.breadcrumbs a {
  margin-right: 10px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0px;
}
.breadcrumbs a {
  color: #12a049;
}
.blog-wrapper {
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.blog-section {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.blog-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  border-radius: 10px 10px 0px 0px;
}
.blog-text h1 {
  font-weight: 400;
  font-size: 2rem;
}
.blog-text h2 {
  font-weight: 400;
  font-size: 1.75rem;
  color: #12a049;
}
.blog-text h3 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #232323;
}
.blog-text h4 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #232323;
}
.blog-text h5 {
  font-weight: 400;
  font-size: 1.05rem;
  color: #232323;
}
.blog-text img {
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
}
.blog-text p,
.blog-text ul li,
.blog-text ol li {
  font-weight: 300;
  font-size: 1.05rem;
  color: #232323;
  opacity: 0.8;
  line-height: 1.75rem;
}
.blog-text {
  padding-bottom: 2rem;
}
.recent-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 600px) {
  .blog-img,
  .blog-wrapper {
    border-radius: 0px;
  }
  .blog-content-wrap {
    padding: 0px;
  }
  .blog-img {
    height: 275px;
  }
}
/* Contact us */
.google-map {
  height: 350px;
  width: 100%;
}
.contact-detail-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contact-content {
  white-space: pre-wrap;
  font-size: 1.05rem;
  opacity: 0.8;
  font-weight: 300;
}
.social-media a {
  color: white;
  background-color: #2263b7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-form .form-control {
  padding: 1.5rem 1rem;
  border-radius: 1px;
}
.contact-form .form-control::placeholder {
  opacity: 0.3;
}
.contact-form label {
  font-weight: 600;
}
.error-bg {
  height: calc(100vh - 120px);
  background-image: url('/images/error-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.error-bg h1 {
  font-size: 48px;
}
.error-bg p {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.7;
}
.mandatory {
  color: red;
}
.modal-content {
  padding: 2rem;
  border: 0px;
  border-radius: 10px;
}
.modal-header {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal-header p {
  font-size: 0.9rem;
}
#embla-product {
  position: relative;
}
.navigator {
  position: absolute;
  z-index: 5;
  top: 45%;
  width: 100%;
  padding: 0px 2rem;
}
.btn-prev,
.btn-next {
  background-color: transparent;
  border-color: transparent;
  padding: 5px;
  min-width: auto;
}
.btn-prev:hover,
.btn-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
.page-item.disabled .page-link {
  background-color: #dee2e6;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #bababa;
  border-color: #bababa;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  color: #fff;
  background-color: #bababa;
  border-color: #bababa;
}
.empty-products {
  margin: 10px 0px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.empty-products p {
  margin: 0;
  font-size: initial;
  color: #9b9b9b;
}
.cover-loading {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: calc(100% - 120px);
  display: flex;
  justify-content: center;
  padding-top: 25%;
  background-color: white;
  opacity: 0.9;
}

.product-promo {
  width: 100%;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  font-family: Cairo;
  color: white;
  margin-bottom: 40px;
  background-image: url('/images/bg_product_h2.png');
  font-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-text-section {
  padding-top: 50px;
  padding-bottom: 70px;
  color: white;
}

.footer-text-section p,
li,
td {
  opacity: 60%;
  font-size: 11px;
}

.footer-text-section h1 {
  font-size: 14px;
  font-weight: 600;
}
.footer-text-section h2 {
  font-size: 12px;
  font-weight: 600;
}
.footer-text-section h3 {
  font-size: 11px;
  font-weight: 600;
}

.footer-text-section a {
  color: white;
  text-decoration: underline;
}

.footer-text-section strong {
  margin-bottom: 1rem;
  color: white;
  display: block;
  font-weight: bold;
  opacity: 1 !important;
}

.footer-text-section .table {
  color: white;
}

.footer-text-section td,
th {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.bg-darkblue {
  background-color: #0e1c44;
  margin-bottom: 40px;
  border-radius: 2px;
  font-size: 24px;
}
