/*============= Global =============*/

:root {
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-primary: #1076bc;
  --bs-primary-rgb: RGB(16, 118, 188);
  --bs-primary-bg-subtle: #0c639d;
  --bs-primary-border-subtle: #0c65a0;
  --bs-primary-text-emphasis: #2c97de;

  --bs-info: #f08041;
  --bs-info-rgb: RGB(240, 128, 65);
  --bs-info-bg-subtle: #ce682d;
  --bs-info-border-subtle: #bc5920;
  --bs-info-text-emphasis: #e8a37b;
}

body {
  position: relative;
}

section {
  background: #fff;
}

section.row,
header.row,
footer.row {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  color: #1076bc;
}

a,
.btn,
button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}

.btn {
  text-transform: uppercase;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

h2,
.h2 {
  font-size: 35px;
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #757575;
}

li {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #757575;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-primary-bg-subtle);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary-bg-subtle);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary-bg-subtle);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-info);
  --bs-btn-border-color: var(--bs-info);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-info-bg-subtle);
  --bs-btn-hover-border-color: var(--bs-info-bg-subtle);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #var(--bs-info);
  --bs-btn-active-border-color: var(--bs-info-bg-subtle);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-info-bg-subtle);
  --bs-btn-disabled-bg: var(--bs-info);
  --bs-btn-disabled-border-color: var(--bs-info);
}

/*=====Header=====*/

.header {
  background: url(../images/header-background.jpg) no-repeat scroll center
    bottom;
  background-size: cover;
  box-shadow: 0 3000px rgba(0, 0, 0, 0.3) inset;
  background-color: #0c112a;
  padding-top: 10rem !important;
}

@media (max-width: 991px) {
  .header {
    padding-top: 7rem !important;
  }
}

.header h1 {
  color: #ffffff;
  font-weight: 200;
  font-size: 3.1rem;
  text-transform: uppercase;
}

.header p {
  color: #f3f4f5;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 41px;
}

/*=====section seperators=====*/

.section-header-bg {
  background-image: url(../images/wave-white-top-shadow.svg);
  background-repeat: repeat-x;
  background-position: top center, 50%, 50%;
  background-size: 1280px 129px;
  padding-top: 150px !important;
}

.section-end-bg-1 {
  background-image: url(../images/wave-lightblue-layered.svg);
  background-repeat: repeat-x;
  background-position: bottom center, 50%, 50%;
  background-size: 1280px 129px;
}
.section-end-bg-2 {
  background-image: url(../images/wave-darkblue-layered.svg);
  background-repeat: repeat-x;
  background-position: bottom center, 50%, 50%;
  background-size: 1280px 129px;
}
.section-end-bg-3 {
  background-image: url(../images/wave-white-layered.svg);
  background-repeat: repeat-x;
  background-position: bottom center, 50%, 50%;
  background-size: 1280px 129px;
}

/*=====Utility=====*/

.pt-150 {
  padding-top: 150px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.light-color-bg {
  background-color: #f1f8ff;
}

.light-grey-bg {
  background-color: #f3f4f5;
}

.med-color-bg {
  background-color: #93bcdb;
}

.dark-color-bg {
  background-color: #0c112a;
}

.med-to-dark-bg {
  background-image: linear-gradient(#93bcdb, #0c112a);
}

.text-right {
  text-align: right;
}

.card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: white;
  border: none;
}

/*=====navbar=====*/

.nav-link {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff;
  border-bottom: 1px solid white;
}

.navbar-nav .nav-link:hover {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.35rem;
}

.navbar.is-scrolling {
  background: rgba(12, 17, 42, 0.9);
}

#navbarSupportedContent {
  padding-top: 8px;
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: rgba(12, 17, 42, 0.7);
    margin: 20px 0px;
    border-radius: 5px;
  }
}

#navbarSupportedContent li a {
  padding: 0 17px;
  text-transform: uppercase;
  font: 500 16px/40px "Poppins", sans-serif;
}

.navbar-toggler {
  background: rgb(255, 255, 255, 0.25);
  border: none;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
  box-shadow: 2px 2px 5px rgba(12, 17, 42, 0.7);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 1px 1px 3px rgba(12, 17, 42, 0.3);
}

/*=====section headers=====*/

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  padding-top: 5px;
  margin: 0 0 25px;
  color: #374048;
}

.section-header p {
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  max-width: 710px;
  margin: 0 auto 20px;
}

.section-title-sep.lightgrey {
  background-color: #c0cad0;
}

.section-title-sep {
  height: 6px;
  display: block;
  background-color: #000000;
  -webkit-mask: url(../images/section-title-sep.svg) center no-repeat;
  mask: url(../images/section-title-sep.svg) center no-repeat;
}

/*=====Solutions=====*/

.solution-item h3 {
  color: #374048;
  padding-top: 60px;
}

.solution-item p {
  color: #4e575f;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  height: 120px;
}

@media (max-width: 991px) {
  .solution-item p {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .solution-item p {
    height: 90px;
  }
  .solution-item {
    margin-bottom: 5rem;
  }
}

@media (max-width: 575px) {
  .solution-item p {
    height: 110px;
  }
  .solution-item {
    margin-bottom: 5rem;
  }
}

/*=====Benefits=====*/

.benefit-notes .icon {
  color: #1076bc;
  font-size: 40px;
  margin-left: 20px;
}

.benefit-notes .card {
  --bs-card-border-color: none;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
}

.benefit-notes .card p {
  color: #757575;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}
/*=====Products=====*/

.our-products {
  padding-bottom: 86px;
}

.our-products .section-header h2 {
  color: #ffffff;
}

.our-products .section-header p {
  color: #ffffff;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
}

.our-products .section-summary p {
  color: #ffffff;
  font-weight: 200;
  font-size: 18px;
  line-height: 22px;
}

.our-products h4 {
  color: #ffffff;
}

.our-products .icon {
  color: #93bcdb;
  font-size: 48px;
  display: block;
  width: 70px;
}

.our-products li {
  color: #ffffff;
  font-weight: 200;
  font-size: 18px;
  line-height: 26px;
}

/*==== the product ======*/

.product-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 85px;
}

#product-list {
  grid-area: 1 / 1 / 2 / 6;
}
#product-nav {
  grid-area: 1 / 6 / 2 / 7;
  z-index: 99;
}

.the-product-features h3 {
  color: #ffffff;
}

.the-product-features .section-header {
  text-align: left;
  color: #ffffff;
}

.the-product-features .section-header p {
  color: #ffffff;
}

.the-product {
  background: #0c112a;
  padding: 0px;
  position: relative;
}

.the-product:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.25;
  background-image: url(../images/threaded-wave.png);
  background-repeat: no-repeat;
  background-position: top center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (max-width: 991px) {
  .the-product:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: 75%;
    z-index: 1;
    opacity: 0.25;
    background-image: url(../images/threaded-wave.png);
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.owl-item .btn-group input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.owl-item .btn-group input[type="radio"]:checked + label {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-item .btn-group input[type="radio"] + label {
  background-color: rgba(255, 255, 255, 0.1);
}

.owl-item .btn-group > .btn:is(:nth-child(2)) {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.owl-item .btn-group > .btn {
  font: 300 14px/26px "Poppins", sans-serif;
  padding: 2px 33px 0;
  color: rgba(255, 255, 255, 1);
  border-color: transparent;
}

.feature-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-indent: -36px;
  margin-left: 36px;
}

.feature-list li i {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .the-product-features {
    text-align: left;
  }
}

.the-product h2 {
  color: white;
  padding: 0px;
  margin: 0px;
}

.the-product h4 {
  font-weight: 300;
  color: #93bcdb;
  margin-bottom: 20px;
}

.the-product img {
  width: 500px;
  height: 600px;
  object-fit: cover;
}

.the-product .right {
  float: right;
}

.the-product .left {
  float: left;
}

.the-product-features ul li + li {
  margin-top: 12px;
}

.the-product h2 {
  padding: 0px;
  margin: 0px;
}

@media (max-width: 991px) {
  .the-product .the-product-img {
    float: left;
    width: 100%;
  }
}

.the-product img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .the-product img {
    max-width: 300px;
    max-height: 200px;
  }
}

.the-product-features {
  padding-top: 63px;
}

@media (max-width: 991px) {
  .the-product-features {
    float: left;
  }
}

@media (max-width: 767px) {
  .the-product-features {
    padding-bottom: 50px;
  }
}

.the-product-features ul li {
  font: 300 20px/32px "Poppins", sans-serif;
  color: #f3f4f5;
}

@media (max-width: 767px) {
  .the-product-features ul li {
    font-size: 16px;
  }
}

.the-product-features ul li + li {
  margin-top: 22px;
}

.the-product-img ul li {
  list-style-type: none;
}

.prev-btn,
.next-btn {
  border-radius: 8px;
  /* font: 300 12px/26px "Poppins", sans-serif; */
  /* padding: 2px 15px 0; */
  width: 100%;
  color: #b4bcc3;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
/*=====Services=====*/

.services .card {
  --bs-card-border-color: none;
  height: 100%;
  box-shadow: none;
}

.services .card p {
  color: #757575;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}

/*======Members=======*/

.team_members .card {
  --bs-card-border-color: none;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
}

.team_members .card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.team_members .card h5 {
  font-size: 1.15rem;
}

.team_members .card p {
  color: #757575;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
}

.team_members .card .link {
  display: none;
}

.team_members .card:hover .link {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 15px;
}

.team_members .card:hover .link i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 2.3em;
}

.team_members .card .link {
  display: none;
}

.team_members .card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px;
  transform: scale(1.1);
}

/*========Locations=======*/

.location .card {
  transition: transform 0.5s;
  box-shadow: none;
  --bs-card-border-color: none;
}

.location .card:hover .link {
  display: block;
  position: absolute;
  top: 31px;
  left: 0px;
  z-index: -99;
}

.location .card:hover .link i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 2.3em;
}

.location .card .link {
  display: none;
}

.location .card:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.location .inner .texts {
  padding: 24px 0 20px;
}

.location .card h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #717fa7;
  font-weight: 600;
}

.location .card p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

/*======= Contact ==========*/

.contact-box.card {
  padding: 16px;
}

.contact .card p {
  font: 200 16px/22px "Poppins", sans-serif;
}

.contact .card .icon {
  color: #1076bc;
  font-size: 40px;
  margin-left: 20px;
}

.contact-form .row {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.contact-form .form-control {
  font-size: 19px;
  height: 65px;
  line-height: 65px;
  padding: 0 38px;
  border-radius: 0;
  box-shadow: none;

  border-color: #e0e8ee;
  background: #f8fbfd;

  display: block;
  width: 100%;
  color: #555;

  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contact-form .form-control::-moz-placeholder {
  line-height: 65px;
}

.contact-form .form-control:-ms-input-placeholder {
  line-height: 65px;
}

.contact-form .form-control::-webkit-input-placeholder {
  line-height: 65px;
}

.contact-form .input-group-addon {
  padding: 0;
}

.form-control::-moz-placeholder {
  opacity: 1;
  font: 300 17px/24px "Poppins", sans-serif;
  color: #c0cad0;
}

.form-control:-ms-input-placeholder {
  font: 300 17px/24px "Poppins", sans-serif;
  color: #c0cad0;
}

.form-control::-webkit-input-placeholder {
  font: 300 17px/24px "Poppins", sans-serif;
  color: #c0cad0;
}

.form-control:focus {
  background: transparent;
  box-shadow: none;
}

.form-control.alt {
  background: #fff;
  border-color: #cccccc;
}

textarea.form-control {
  resize: none;
}

.contact-form textarea.form-control {
  height: 108px;
}

.form-group {
  margin-bottom: 20px;
}

.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none;
  border-color: #f96152;
  background: #fff;
}

/*======= Footer ==========*/

footer.row {
  text-align: center;
}

.menu-rights {
  padding: 35px 0;
}

.menu-rights p {
  font: 300 15px/1 "Poppins", sans-serif;
  margin: 0;
  color: #c3cbd1;
}

@media (min-width: 480px) {
  .small-divide {
    display: none;
  }
}

.footer-menu {
  display: table;
  margin: 0 auto 19px;
}

.footer-menu li {
  font: 300 15px/1 "Poppins", sans-serif;
  float: left;
  color: #99ceff;
}

@media (max-width: 479px) {
  .footer-menu li {
    display: table;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .footer-menu li + li {
    margin-top: 5px;
  }
}

.footer-menu li + li:before {
  content: "\2022";
  float: left;
  padding: 0 13px;
  line-height: 15px;
  display: block;
}

@media (max-width: 600px) {
  .footer-menu li + li:before {
    padding: 0 5px;
  }
}

@media (max-width: 479px) {
  .footer-menu li + li:before {
    display: none;
  }
}

.footer-menu li a {
  padding: 0;
  float: left;
  color: #99ceff;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
  background: none;
  color: #374048;
}

.brand p {
  text-transform: uppercase;
  color: white;
}

.social-links {
  padding: 43px 0 36px;
  border-bottom: 1px solid #aaaeb1;
}
/*======== Animation and transistions =========*/

.fade-in {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
