.img_text_cont {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
}

.img_text_cont:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 390px) and (min-width: 390px) {
  .blockquote p {
    font-size: 1.2rem;
    border-left: 0px;
    margin-bottom: 0;
    color: white;
  }

  .blockquote {
    border-left: 0px;
  }
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #ffffff;
}
.carousel-caption {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item:hover .carousel-caption {
  opacity: 1;
}

.carousel-indicators {
  margin-left: 0px;
  margin-right: 0px;
}

.carousel-indicators .active {
  height: 17px;
  width: 17px;
  border: thin solid #07435d;
  border-radius: 17px;
  display: inline-block;
  background-color: #07435d;
}

.carousel-indicators li {
  /* background-color: #07435d; */
  height: 17px;
  width: 17px;
  border: thin solid #07435d;
  border-radius: 17px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper::after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.text-secondary {
  color: #07435c !important;
}

.intro_section {
  margin-top: 0;
}

.dzs_size {
  height: 700px !important;
}

.hero-text {
  text-align: center;
  position: absolute;
  /*top: 50%;*/
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 170px;
  z-index: 10;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 4px rgba(0, 0, 0, 0.5);
  height: 100%;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-text_2 {
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 170px;
}

.circle-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.card {
  border: thin solid rgba(140, 152, 164, 0.5);
  box-shadow: none !important;
  background-color: #fdfdfd;
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 800px) {
  .dzs_size {
    height: 400px !important;
  }

  .hero-text {
    font-size: 100px;
  }
}

.bg-footer {
  background-color: #07435c;
}

.btn-center-sp {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
}

.navbar-toggler {
  background-color: #fff;
}

.toggler-icon {
  font-size: 1.5rem;
  font-weight: 400;
}

.text_shadow {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 4px rgba(0, 0, 0, 0.5);
}
