/* Basic layout helpers */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --bs-blue: #00adec;
  --bs-darker-blue: #0d2f52;
  --bs-dark-blue: #081631;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-blue-rgb: 0, 173, 236;
  --bs-dark-blue-rgb: 8, 22, 49;
  --bs-font-sans-serif: "Montserrat", 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";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
}

.wrapper {
  padding: 0;
}

.navbar-brand {
  width: 277px;
  transition: all 0.25s ease;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  z-index: 3;
  position: relative;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    line-height: 1;
    width: 207px;
  }
}

.hero-wrap {
  height: 80vh;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  background: var(--bs-darker-blue);
}


@media (max-width: 767.98px) {
  .hero-wrap {
    height: auto;
  }
}

.hero-wrap .img {
  height: 80vh;
  min-height: 100%;
  width: 55%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .hero-wrap .img {
    width: 60%;
    display: none !important;
    height: auto;
  }
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--bs-darker-blue);
  z-index: -1;
}

.hero-wrap.hero-wrap-2 {
  height: 80vh;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}

@media (max-width: 767.98px) {

  .hero-wrap.hero-wrap-2 {
    height: auto;
  }

}

.hero-wrap.hero-wrap-2 .overlay {
  opacity: .2;
}

.hero-wrap.hero-wrap-2 .slider-text {
  height: 80vh;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  .hero-wrap.hero-wrap-2 .slider-text {
    height: auto;
  }
}

.hero-wrap .slider-text {
  height: 100vh;
  min-height: 100%;
  color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

@media (max-width: 767.98px) {
  .hero-wrap .slider-text {
    height: auto;
  }
}

.hero-wrap .slider-text .text {
  position: relative;
  z-index: 0;
}

.hero-wrap .slider-text .subheading {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}

.hero-wrap .slider-text h1,
.hero-wrap .slider-text .h1,
.hero-wrap .slider-text h2,
.hero-wrap .slider-text .h2 {
  font-weight: 200;
  font-size: 45px;
  line-height: 1.2;
}

.hero-wrap .slider-text h1 span,
.hero-wrap .slider-text .h1 span,
.hero-wrap .slider-text h2 span,
.hero-wrap .slider-text .h2 span {
  display: block;
  font-weight: 700;
}

@media (max-width: 767.98px) {

  .hero-wrap .slider-text h1,
  .hero-wrap .slider-text .h1 {
    font-size: 40px;
  }
}

.hero-wrap .slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 99;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #cf7500;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #cf7500;
}

.hero-wrap .slider-text .bread {
  font-weight: 400;
  color: #fff;
  font-size: 70px;
}


.forecoupe-wrap {
  height: 70vh;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  background: var(--bs-darker-blue);
}

@media (max-width: 767.98px) {
  .forecoupe-wrap {
    height: auto;
  }
}

.forecoupe-wrap .img {
  height: 70vh;
  min-height: 100%;
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .forecoupe-wrap .img {
    height: auto;
    display: none !important;
  }
}
.forecoupe-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--bs-darker-blue);
  z-index: -1;
}

.forecoupe-wrap.forecoupe-wrap-2 {
  height: 100vh;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}

.forecoupe-wrap.forecoupe-wrap-2 .overlay {
  opacity: .2;
}

.forecoupe-wrap.forecoupe-wrap-2 .slider-text {
  height: 60vh;
  min-height: 100%;
}


.forecoupe-wrap .slider-text {
  height: 60vh;
  min-height: 100%;
  color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}


@media (max-width: 767.98px) {

  .forecoupe-wrap.forecoupe-wrap-2 .slider-text {
    height: auto;
  }

  .forecoupe-wrap .slider-text {
    height: auto;
  }
}
.forecoupe-wrap .slider-text .text {
  position: relative;
  z-index: 0;
}

.forecoupe-wrap .slider-text .subheading {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}

.forecoupe-wrap .slider-text h1,
.forecoupe-wrap .slider-text .h1,
.forecoupe-wrap .slider-text h2,
.forecoupe-wrap .slider-text .h2 {
  font-weight: 200;
  font-size: 45px;
  line-height: 1.2;
}

.forecoupe-wrap .slider-text h1 span,
.forecoupe-wrap .slider-text .h1 span,
.forecoupe-wrap .slider-text h2 span,
.forecoupe-wrap .slider-text .h2 span {
  display: block;
  font-weight: 700;
}

@media (max-width: 767.98px) {

  .forecoupe-wrap .slider-text h1,
  .forecoupe-wrap .slider-text .h1 {
    font-size: 40px;
  }
}

.forecoupe-wrap .slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 99;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.forecoupe-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.forecoupe-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.forecoupe-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.8);
}

.forecoupe-wrap .slider-text .breadcrumbs span a:hover,
.forecoupe-wrap .slider-text .breadcrumbs span a:focus {
  color: #cf7500;
}

.forecoupe-wrap .slider-text .breadcrumbs span a:hover i,
.forecoupe-wrap .slider-text .breadcrumbs span a:focus i {
  color: #cf7500;
}

.forecoupe-wrap .slider-text .bread {
  font-weight: 400;
  color: #fff;
  font-size: 70px;
}

.bg-light {
  background: #f7f7f7 !important;
}

.bg-secondary {
  background: #d4eaf5 !important;
}

.btn {
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn span {
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #cf7500 !important;
  border: 1px solid #cf7500 !important;
  color: #fff !important;
}

.btn.btn-primary span {
  color: #fff !important;
}

.btn.btn-primary:hover {
  border: 1px solid #cf7500;
  background: transparent;
  color: #cf7500;
}

.btn.btn-secondary {
  background: #6db7dd !important;
  border: 1px solid #6db7dd !important;
  color: #fff !important;
}

.btn.btn-secondary span {
  color: #fff !important;
}

.btn.btn-secondary:hover {
  border: 1px solid #d4eaf5;
  background: transparent;
  color: #d4eaf5;
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #267aa4 !important;
}

.btn.btn-white span {
  color: #267aa4 !important;
}

.btn.btn-white:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

hr.divider {
  height: 0.1rem;
  max-width: 3.25rem;
  margin: 0.75rem auto;
  background-color: rgba(var(--bs-blue-rgb));
  opacity: 1;
}

#services .icon {
  max-height: 50px;
  width: auto;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-blue-rgb), var(--bs-bg-opacity)) !important;
}


#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: var(--bs-darker-blue);
  transition: background-color 0.2s ease;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #FFF;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 0.5rem 0;
  font-family: var(--bs-body-font-family);
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: var(--bs-blue);
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-blue) !important;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 1);
  }

  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 1);
    padding: 0 0.75rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: var(--bs-blue);
  }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: var(--bs-darker-blue);
  }

  #mainNav.navbar-shrink .navbar-brand {
    width: 150px;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #FFF;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: var(--bs-blue);
  }
}

@media (max-width: 767.98px) {
  .fixed-top {
    position: relative;
  }
}

.navbar-toggler {

  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #FFF;
  background-color: transparent;
  border: var(--bs-border-width) solid #FFF;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 768px) { /* MD and up */
  section[id] {
    scroll-margin-top: 97px; /* height of your navbar */
  }
}