*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
/* CSS NAVBAR */
#myNav {
  background-color: #ffffff;
  color: #343a40;
}
.nav-item {
  color: #343a40;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-link:hover,
.nav-link .active {
  color: #366fb2 !important;
}
.ico-ws {
  color: #7cba34 !important;
  font-size: 25px;
}
.ico-ws:hover {
  color: #7cba34 !important;
}
.ico-fb {
  color: #366fb2 !important;
  font-size: 25px;
}
#carouselExampleCaptions,
.carousel-inner,
.carousel-inner img {
  height: calc(100vh - 70px);
}
.carousel-inner img {
  object-fit: cover;
  opacity: 0.5;
}
.bg-black {
  background-color: black !important;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 25%;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.carousel-caption .d-none .d-md-block > h2 .big,
#carouselExampleCaptions > div > div > div > h2 {
  font-size: 6.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
h3 {
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.27em;
  font-weight: 300;
}
.btn-primary {
  color: #fff;
  background-color: #286efc;
  border-color: #286efc;
  font-size: 16px;
  padding: 14px 35px;
}
.btn-primary:hover,
.btn-secondary:hover {
  background: #417ffc;
  border-color: #417ffc;
}
.section-wave {
  width: 100vw;
  line-height: 0;
  z-index: 100;
  overflow: hidden;
  position: relative;
  top: -45px;
}
.section-wave-white svg {
  fill: #ffffff;
}
.section-wave-blue svg {
  fill: #e1ebfc;
}
p {
  color: rgba(21, 21, 21, 0.8);
  font-weight: 300;
}
h4 {
  font-size: 36px;
  line-height: 1.33333;
  font-weight: 400;
}

.col-md-7 img {
  max-width: 100%;
}
.box-flex {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
h5 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.bg-grey-light {
  background-color: #f5f6fa;
  padding: 2.5rem 0;
}
.bg-grey-light .container .row .col-md-12 h4 {
  text-align: center;
  padding-bottom: 1.5rem;
}
.box-icons {
  display: flex;
}
.box-icons__icon i {
  color: #286efc;
  top: 0;
  font-size: 45px;
}
.width60 {
  width: 60%;
}
.box-icons__text {
  margin-left: 15px;
}
.box-icons__img {
  width: 50%;
  text-align: center;
}
.box-icons__img img {
  height: 250px;
  max-width: 100%;
  object-fit: contain;
}
.bg-img-01 {
  background-image: url("../img/IMG_4311.jpg");
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
  z-index: 0;
  position: relative;
}
.bg-img-01::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: black;
  top: 0;
  opacity: 0.6;
}
.text-left > * {
  color: #ffffff;
  padding-bottom: 0.5rem;
}
.text-left > h4 {
  font-weight: 400;
}
.btn-secondary {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: transparent;
}
.btn-success {
  background-color: #7cba34;
  border-color: #84c738;
  color: #fff;
  font-size: 16px;
  padding: 14px 35px;
}
.btn-success:hover {
  background-color: #84c738;
  border-color: #84c738;
  color: #fff;
}
h6 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(40, 110, 252, 0.8);
}
footer {
  background-color: #e1ecfb;
}
footer .container {
  padding-top: 2.5rem;
}
input {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #c5c6cd;
}

@media (max-width: 780px) {
  .wave-svg {
    width: 780px;
  }
  .ico-ws,
  .ico-fb,
  .patch1 {
    display: none;
  }
  .col-md-7 img {
    padding-bottom: 1.5rem;
  }
  .box-flex > * {
    padding-bottom: 1.5rem;
  }
  .box-icons-flex {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .width60 {
    width: 100%;
  }
  .box-icons__icon i {
    color: #286efc;
    top: 0;
    font-size: 25px;
  }
  footer .container .row .col-md-4 {
    padding-bottom: 1.5rem;
  }
  .carousel-caption {
    display: block !important;
  }
  .carousel-caption .d-none .d-md-block > h2 .big,
  #carouselExampleCaptions > div > div > div > h2 {
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
  }
}

/* ANimations */

.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-in-blurred-left-2 {
	-webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.2s both;
	        animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.2s both;
}

.slide-in-blurred-left-4 {
	-webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.4s both;
	        animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.4s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-13 19:15:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-right {
	-webkit-animation: slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-13 19:18:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-13 19:20:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
