@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakPm3wow.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTk3j77e.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTA3j77e.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTs3j77e.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3j77e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #17a2b8;
  --secondary: #00394f;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff
}

h1,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

blockquote {
  margin: 0 0 1rem
}

a {
  color: #17a2b8;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0f6674;
  text-decoration: underline
}

img {
  vertical-align: middle;
  border-style: none
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button,
[type=button] {
  -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

h1,
h3,
h4,
h5 {
  margin-bottom: .5rem;
  font-family: Handlee, cursive;
  font-weight: 700;
  line-height: 1.2;
  color: green
}

h1 {
  font-size: 2.5rem
}

@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw)
  }
}

h3 {
  font-size: 1.75rem
}

@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.3rem + .6vw)
  }
}

h4 {
  font-size: 1.5rem
}

@media (max-width: 1200px) {
  h4 {
    font-size: calc(1.275rem + .3vw)
  }
}

h5 {
  font-size: 1.25rem
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw)
  }
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-6,
.col-md-4,
.col-md-6,
.col-md-8,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #666;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #17a2b840
}

.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-primary {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-primary:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-primary:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-primary:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-secondary {
  color: #fff;
  background-color: #00394f;
  border-color: #00394f
}

.btn-secondary:hover {
  color: #fff;
  background-color: #001d29;
  border-color: #00141c
}

.btn-secondary:focus {
  color: #fff;
  background-color: #001d29;
  border-color: #00141c;
  box-shadow: 0 0 0 .2rem #26576980
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #00394f;
  border-color: #00394f
}

.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #00141c;
  border-color: #000b0f
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #26576980
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem #48b46180
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #48b46180
}

.btn-outline-primary {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-outline-primary:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-block {
  display: block;
  width: 100%
}

.collapse:not(.show) {
  display: none
}

.dropdown {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 5px
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #17a2b8
}

.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.navbar-light .navbar-brand {
  color: #000000e6
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3
}

.navbar-light .navbar-nav .nav-link.active {
  color: #000000e6
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.bg-primary {
  background-color: #17a2b8 !important
}

.bg-secondary {
  background-color: #00394f !important
}

.bg-light {
  background-color: #f8f9fa !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.rounded {
  border-radius: 5px !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-0 {
  border-radius: 0 !important
}

.d-flex {
  display: flex !important
}

.flex-column {
  flex-direction: column !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

.position-relative {
  position: relative !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important
}

.m-0 {
  margin: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mr-2 {
  margin-right: .5rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mr-3 {
  margin-right: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.py-0 {
  padding-top: 0 !important
}

.px-0 {
  padding-right: 0 !important
}

.py-0 {
  padding-bottom: 0 !important
}

.px-0 {
  padding-left: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.py-3 {
  padding-top: 1rem !important
}

.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.py-5 {
  padding-bottom: 3rem !important
}

.px-5 {
  padding-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important
}

.mx-auto {
  margin-left: auto !important
}

@media (min-width: 576px) {
  .px-sm-3 {
    padding-right: 1rem !important
  }
  .px-sm-3 {
    padding-left: 1rem !important
  }
}

@media (min-width: 768px) {
  .px-md-5 {
    padding-right: 3rem !important
  }
  .px-md-5 {
    padding-left: 3rem !important
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important
  }
  .mb-lg-0 {
    margin-bottom: 0 !important
  }
  .py-lg-0 {
    padding-top: 0 !important
  }
  .py-lg-0 {
    padding-bottom: 0 !important
  }
  .px-lg-5 {
    padding-right: 3rem !important
  }
  .px-lg-5 {
    padding-left: 3rem !important
  }
}

.text-center {
  text-align: center !important
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }
  .text-lg-right {
    text-align: right !important
  }
}

.font-weight-bold {
  font-weight: 700 !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #17a2b8 !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0f6674 !important
}

.text-secondary {
  color: #00394f !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #000203 !important
}

@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  img {
    page-break-inside: avoid
  }
  p,
  h3 {
    orphans: 3;
    widows: 3
  }
  h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body,
  .container {
    min-width: 992px !important
  }
  .navbar {
    display: none
  }
}

.section-title {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #17a2b8
}

.section-title span {
  position: relative;
  background: #fff;
  z-index: 1
}

.section-title:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17a2b8
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate
}

@keyframes action {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-15px)
  }
}

.navbar-light .navbar-nav .nav-link {
  padding: 30px 15px;
  color: #00394f;
  outline: none
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #17a2b8
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 15px
  }
}

@charset "UTF-8";
.testimonial-section[_ngcontent-ng-c3159921281] {
  background: linear-gradient(135deg, #f8f9fa, #f1f3f5);
  padding: 100px 0;
  position: relative;
  overflow: hidden
}

.testimonial-section[_ngcontent-ng-c3159921281]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%23282f39" fill-opacity="0.03" d="M0,0 L100,0 L100,100 L0,100 Z"></path></svg>');
  background-size: cover;
  pointer-events: none
}

.testimonial-slider[_ngcontent-ng-c3159921281] {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  animation: _ngcontent-ng-c3159921281_slide 30s linear infinite;
  width: max-content
}

.testimonial-card[_ngcontent-ng-c3159921281] {
  flex: 0 0 400px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px #00000014;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
  overflow: hidden
}

.testimonial-card[_ngcontent-ng-c3159921281]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #282f39, #97c6f0)
}

.testimonial-card[_ngcontent-ng-c3159921281]:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px #0000001f
}

.client-avatar[_ngcontent-ng-c3159921281] {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px
}

.client-avatar[_ngcontent-ng-c3159921281] img[_ngcontent-ng-c3159921281] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 5px 15px #0000001a;
  transition: all .3s ease
}

.testimonial-card[_ngcontent-ng-c3159921281]:hover .client-avatar[_ngcontent-ng-c3159921281] img[_ngcontent-ng-c3159921281] {
  transform: scale(1.05);
  box-shadow: 0 8px 25px #00000026
}

.quote-mark[_ngcontent-ng-c3159921281] {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #282f39;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  font-family: serif
}

blockquote[_ngcontent-ng-c3159921281] {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
  position: relative;
  padding: 0 10px
}

.text-highlight[_ngcontent-ng-c3159921281] {
  color: #282f39;
  font-weight: 600;
  position: relative
}

.text-highlight[_ngcontent-ng-c3159921281]:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #97c6f0;
  z-index: -1;
  opacity: .5
}

.client-info[_ngcontent-ng-c3159921281] {
  margin-top: 20px
}

.client-name[_ngcontent-ng-c3159921281] {
  font-style: normal;
  font-weight: 700;
  color: #282f39;
  display: block;
  margin-bottom: 5px
}

.client-position[_ngcontent-ng-c3159921281] {
  font-size: .9rem;
  color: #6c757d;
  display: block;
  margin-bottom: 10px
}

.client-rating[_ngcontent-ng-c3159921281] {
  color: #ffd007;
  font-size: .9rem
}

@keyframes _ngcontent-ng-c3159921281_slide {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(calc(-100% - 30px))
  }
}

.testimonial-slider[_ngcontent-ng-c3159921281] {
  animation: _ngcontent-ng-c3159921281_slide 500s linear infinite;
  will-change: transform
}

.testimonial-slider[_ngcontent-ng-c3159921281]:hover,
.testimonial-card[_ngcontent-ng-c3159921281]:hover~.testimonial-slider[_ngcontent-ng-c3159921281],
.testimonial-card[_ngcontent-ng-c3159921281]:hover {
  animation-play-state: paused
}

.testimonial-card[_ngcontent-ng-c3159921281] {
  transition: transform .3s ease, box-shadow .3s ease
}

.testimonial-card[_ngcontent-ng-c3159921281]:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 12px 35px #0000001a
}

@media (max-width: 768px) {
  .testimonial-card[_ngcontent-ng-c3159921281] {
    flex: 0 0 85vw
  }
  .testimonial-slider[_ngcontent-ng-c3159921281] {
    gap: 20px
  }
}

.slider-container[_ngcontent-ng-c3159921281] {
  position: relative;
  overflow: hidden
}

.slider-btn[_ngcontent-ng-c3159921281] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 15px #0000001a;
  color: #282f39;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center
}

.slider-btn[_ngcontent-ng-c3159921281]:hover {
  background: #282f39;
  color: #fff;
  transform: translateY(-50%) scale(1.1)
}

.prev-btn[_ngcontent-ng-c3159921281] {
  left: 20px
}

.next-btn[_ngcontent-ng-c3159921281] {
  right: 20px
}

@media (max-width: 768px) {
  .slider-btn[_ngcontent-ng-c3159921281] {
    width: 40px;
    height: 40px;
    font-size: 1rem
  }
}

.client-avatar-container[_ngcontent-ng-c3159921281] {
  display: flex;
  justify-content: center;
  margin-bottom: 25px
}

.client-avatar-frame[_ngcontent-ng-c3159921281] {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px #0000001a;
  position: relative;
  overflow: hidden;
  border: 3px solid #f8f9fa
}

.client-avatar-img[_ngcontent-ng-c3159921281] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.quote-mark[_ngcontent-ng-c3159921281] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #282f39;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700
}

.testimonial-card[_ngcontent-ng-c3159921281]:hover .client-avatar-frame[_ngcontent-ng-c3159921281] {
  transform: scale(1.05);
  box-shadow: 0 6px 20px #00000026;
  border-color: #97c6f0
}

/*slide*/
* { box-sizing: border-box; margin:0; padding:0; }
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.slider {
  position: relative;
  width: 100%;
  height: 70vh;           /* plein écran */
  overflow: hidden;
  background: #111;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .8s ease;
}
.slide.active { opacity: 1; }

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55));
}

.content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: min(90%, 900px);
  color: #fff;
  text-align: left;
  padding: 24px;
  border-radius: 14px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.35);
}
.content h4 { font-size: 1.2rem; margin-bottom: .35rem; opacity:.95; }
.content h1 { font-size: clamp(1.6rem, 4vw, 3rem); line-height: 1.15; margin-bottom: .75rem; }
.content p { line-height: 1.6; margin-bottom: 1rem; opacity: .95; }
.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 8px;
  background: #ffc107;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

/* Flèches */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  cursor: pointer;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  user-select: none;
}
.nav-btn:focus { outline: 2px solid #000; }
.prev { left: 12px; }
.next { right: 12px; }

/* Indicateurs (index) */
.dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.2);
  cursor: pointer;
}
.dot.active { background: #fff; }

@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakPm3wow.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTk3j77e.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTA3j77e.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTs3j77e.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3j77e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3jw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #17a2b8;
  --secondary: #00394f;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

nav {
  display: block
}

body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff
}

h1,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  color: #17a2b8;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0f6674;
  text-decoration: underline
}

img {
  vertical-align: middle;
  border-style: none
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button,
[type=button] {
  -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

h1,
h3,
h4,
h5 {
  margin-bottom: .5rem;
  font-family: Handlee, cursive;
  font-weight: 700;
  line-height: 1.2;
  color: #00394f
}

h1 {
  font-size: 2.5rem
}

@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw)
  }
}

h3 {
  font-size: 1.75rem
}

@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.3rem + .6vw)
  }
}

h4 {
  font-size: 1.5rem
}

@media (max-width: 1200px) {
  h4 {
    font-size: calc(1.275rem + .3vw)
  }
}

h5 {
  font-size: 1.25rem
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw)
  }
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-md-6,
.col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #666;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #17a2b840
}

.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-primary {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-primary:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-primary:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-primary:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #3ab0c380
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem #48b46180
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #48b46180
}

.btn-outline-primary {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-outline-primary:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem #17a2b880
}

.btn-block {
  display: block;
  width: 100%
}

.collapse:not(.show) {
  display: none
}

.dropdown {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 5px
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #17a2b8
}

.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.navbar-light .navbar-brand {
  color: #000000e6
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.bg-primary {
  background-color: #17a2b8 !important
}

.bg-secondary {
  background-color: #00394f !important
}

.bg-light {
  background-color: #f8f9fa !important
}

.border-0 {
  border: 0 !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-0 {
  border-radius: 0 !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.flex-column {
  flex-direction: column !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.m-0 {
  margin: 0 !important
}

.mr-2 {
  margin-right: .5rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.py-0 {
  padding-top: 0 !important
}

.px-0 {
  padding-right: 0 !important
}

.py-0 {
  padding-bottom: 0 !important
}

.px-0 {
  padding-left: 0 !important
}

.px-2 {
  padding-right: .5rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.py-3 {
  padding-top: 1rem !important
}

.py-3 {
  padding-bottom: 1rem !important
}

.pl-3 {
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important
}

.px-4 {
  padding-left: 1.5rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.px-5 {
  padding-right: 3rem !important
}

.py-5 {
  padding-bottom: 3rem !important
}

.px-5 {
  padding-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important
}

.mx-auto {
  margin-left: auto !important
}

@media (min-width: 576px) {
  .px-sm-3 {
    padding-right: 1rem !important
  }
  .px-sm-3 {
    padding-left: 1rem !important
  }
}

@media (min-width: 768px) {
  .px-md-5 {
    padding-right: 3rem !important
  }
  .px-md-5 {
    padding-left: 3rem !important
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important
  }
  .py-lg-0 {
    padding-bottom: 0 !important
  }
  .px-lg-5 {
    padding-right: 3rem !important
  }
  .px-lg-5 {
    padding-left: 3rem !important
  }
}

.text-center {
  text-align: center !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #17a2b8 !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0f6674 !important
}

.text-secondary {
  color: #00394f !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #000203 !important
}

@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  img {
    page-break-inside: avoid
  }
  p,
  h3 {
    orphans: 3;
    widows: 3
  }
  h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body,
  .container {
    min-width: 992px !important
  }
  .navbar {
    display: none
  }
}

.section-title {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #17a2b8
}

.section-title span {
  position: relative;
  background: #fff;
  z-index: 1
}

.section-title:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17a2b8
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate
}

@keyframes action {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-15px)
  }
}

.navbar-light .navbar-nav .nav-link {
  padding: 30px 15px;
  color: #00394f;
  outline: none
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #17a2b8
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 15px
  }
}

.team .team-social {
  top: 0;
  background: #17a2b8cc;
  opacity: 0;
  z-index: 1;
  transition: .5s
}

.team:hover .team-social {
  opacity: 1
}