@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 70px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interiorbanners/img_banner1.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: center;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interiorbanners/img_banner2.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: center;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interiorbanners/img_banner3.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: center;
    background-repeat: no-repeat;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: center;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interiorbanners/img_banner5.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: center;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/interiorbanners/img_banner6.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: center;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

.contact-page {
  padding: 70px 0 240px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/contact-banner.jpg);
  background-position: center;
  background-size: cover;
}

main.info-bg {
  background: url("../../images/info-request-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

main.pg-bg {
  background: url("../../images/pg-background.png") no-repeat;
  background-size: cover;
}

main.contact-pg-bg {
  background: url("../../images/contact-pg-bg.jpg") no-repeat;
  background-size: cover;
}

main.signup-pg-bg {
  background: url(../../images/signup-bg.jpg) no-repeat;
  background-size: cover;
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #0E5C87;
  background: #0E5C87;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 1rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #46756B;
  border: 1px solid #46756B;
  color: #fff !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #46756B;
  border: 1px solid #46756B;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #0E5C87;
  background: #0E5C87;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #46756B;
  border: 1px solid #46756B;
  color: #fff;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #DBE6D8;
  background: #DBE6D8;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #46756B;
  border: 1px solid #46756B;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #0E5C87;
  background: #0E5C87;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #46756B;
  border: 1px solid #46756B;
  color: #fff !important;
  text-decoration: underline;
}

.about-home .btn {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 1rem auto;
  margin-bottom: 0;
  padding: 0.4rem 2rem;
  border-radius: 9px;
  border-style: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #0E5C87;
}
.about-home .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #46756B;
  transform: translateX(-101%);
  transition: all 0.3s ease;
  z-index: -1;
}
.about-home .btn:hover {
  color: #fff;
  transition: all 0.3s ease;
}
.about-home .btn:hover::before {
  transform: translateX(0);
}

.why-summit .btn {
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 5px;
}
.why-summit .spacex-btn {
  background-color: #46756B;
}
.why-summit .spacex-btn:hover .btn-bg {
  transform: translate(-50%, -50%) scale(2);
  color: #000;
}
.why-summit .btn-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}

.info-request {
  /*bg*/
  /*txt*/
  /*success*/
}
.info-request .buttons {
  display: flex;
  justify-content: space-around;
  top: 20px;
  left: 20px;
}
.info-request .buttons button {
  width: 150px;
  height: 50px;
  background-color: #0E5C87;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.info-request .buttons button:hover {
  background: #CEDDCA;
}
.info-request .buttons button:before, .info-request .buttons button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #0E5C87;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.info-request .buttons button:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.info-request .buttons button:after {
  left: 0;
  bottom: 0;
}
.info-request .buttons button span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.info-request .buttons button span:before, .info-request .buttons button span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #0E5C87;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.info-request .buttons button span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.info-request .buttons button span:after {
  left: 0;
  bottom: 0;
}
.info-request .buttons button p {
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;
}
.info-request .buttons button p:before, .info-request .buttons button p:after {
  position: absolute;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  z-index: 1;
  left: 0;
}
.info-request .buttons button p:before {
  content: attr(data-title);
  top: 50%;
  transform: translateY(-50%);
}
.info-request .buttons button p:after {
  content: attr(data-text);
  top: 150%;
  color: #000;
}
.info-request .buttons button:hover:before, .info-request .buttons button:hover:after {
  width: 100%;
}
.info-request .buttons button:hover span {
  z-index: 1;
}
.info-request .buttons button:hover span:before, .info-request .buttons button:hover span:after {
  height: 100%;
}
.info-request .buttons button:hover p:before {
  top: -50%;
  transform: rotate(5deg);
}
.info-request .buttons button:hover p:after {
  top: 50%;
  transform: translateY(-50%);
}
.info-request .buttons button.start {
  background-color: #44d8a4;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.info-request .buttons button.start p:before {
  top: -50%;
  transform: rotate(5deg);
}
.info-request .buttons button.start p:after {
  color: white;
  transition: all 0s ease;
  content: attr(data-start);
  top: 50%;
  transform: translateY(-50%);
  animation: start 0.3s ease;
  animation-fill-mode: forwards;
}
.info-request .buttons button.start:hover:before, .info-request .buttons button.start:hover:after, .info-request .buttons button.start:hover span {
  display: none;
}
.info-request .buttons button:active {
  outline: none;
  border: none;
}
.info-request .buttons button:focus {
  outline: 0;
}
@keyframes start {
  from {
    top: -50%;
  }
}

.header .logo img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .header .logo img {
    width: 60%;
  }
}
@media (min-width: 720px) {
  .header .logo img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .header .logo img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .header .logo img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .header .logo img {
    width: 50%;
  }
}
.header .social-icons svg {
  font-size: 22px;
  color: #0E5C87;
}
.header .header-number a {
  color: black;
}
.header .header-contact .btn-main {
  background: #46756B;
}
.header .header-contact .btn-main:hover {
  background: #CEDDCA;
  color: #001927 !important;
}
.header .phrase-right {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .header .phrase-right {
    font-size: 13px;
    margin-top: 15px;
    text-align: end;
  }
}
@media (min-width: 1024px) {
  .header .phrase-right {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .header .phrase-right {
    font-size: 15px;
    margin-top: 35px;
  }
}

.navbar {
  background-color: #0E5C87;
}
.navbar .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1038px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1080px) {
  .navbar .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 17px;
  }
}
.navbar .dropdown-menu {
  background-color: #0E5C87;
}
.navbar .dropdown-menu li:hover {
  background-color: #0E5C87;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: #0E5C87;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -140px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    margin-top: -190px;
  }
}
@media (min-width: 1194px) {
  .slideshow-home .slider-text {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -200px;
  }
}
@media (min-width: 1280px) {
  .slideshow-home .slider-text {
    margin-top: -230px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -220px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -290px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.about-home {
  background: #CEDDCA;
}
.about-home .btn {
  cursor: pointer;
}

.why-summit {
  position: relative;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/why-summit-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: bottom left;
  background-color: #0E5C87;
  padding: 55px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .why-summit {
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  .why-summit {
    background-attachment: fixed;
    background-size: 100%;
  }
}
.why-summit .title {
  font-size: 32px;
  margin-bottom: 15px;
}

.feature-section {
  position: relative;
}
.feature-section .container-fluid {
  padding: 95px 15px;
}
@media (min-width: 768px) {
  .feature-section .container-fluid {
    padding: 95px 22px;
  }
}
@media (min-width: 1024px) {
  .feature-section .container-fluid {
    padding: 95px 25px;
  }
}
@media (min-width: 1200px) {
  .feature-section .container-fluid {
    padding: 95px 100px;
  }
}
@media (min-width: 1280px) {
  .feature-section .container-fluid {
    padding: 95px 30px;
  }
}
@media (min-width: 1366px) {
  .feature-section .container-fluid {
    padding: 95px 30px;
  }
}
.feature-section .focus-title {
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  color: #001927;
  margin-bottom: 0;
  line-height: 30px;
}
@media (min-width: 768px) {
  .feature-section .focus-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .feature-section .focus-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .feature-section .focus-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1366px) {
  .feature-section .focus-title {
    font-size: 22px;
  }
}
.feature-section .feature-block {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .feature-section .feature-block {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .feature-section .feature-block {
    width: 45%;
  }
}
@media (min-width: 820px) {
  .feature-section .feature-block {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .feature-section .feature-block {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .feature-section .feature-block {
    width: 30%;
  }
}
.feature-section .feature-block-one .inner-box .image-box img {
  width: 100%;
}
.feature-section .feature-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.feature-section .feature-block-one .inner-box .focus1 img {
  margin-top: -45px;
}
@media (min-width: 720px) {
  .feature-section .feature-block-one .inner-box .focus1 img {
    margin-top: 0px;
  }
}
.feature-section .feature-block-one .inner-box .focus3 img {
  margin-top: -45px;
}
@media (min-width: 768px) {
  .feature-section .feature-block-one .inner-box .focus3 img {
    margin-top: -5px;
  }
}
.feature-section .feature-block-one .inner-box .image-box {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .feature-section .feature-block-one .inner-box .image-box {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .feature-section .feature-block-one .inner-box .image-box {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .feature-section .feature-block-one .inner-box .image-box {
    height: 230px;
  }
}
@media (min-width: 1500px) {
  .feature-section .feature-block-one .inner-box .image-box {
    height: 350px;
  }
}
.feature-section .feature-block-one .inner-box .image-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.feature-section .feature-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.feature-section .feature-block-one .inner-box:hover .image-box::before {
  -webkit-animation: square 2s;
  animation: square 2s;
  overflow: hidden;
}
.feature-section .feature-block-one .inner-box:hover .lower-content .inner {
  padding-bottom: 66px;
}
.feature-section .feature-block-one .inner-box:hover .lower-content .inner:before {
  height: 100%;
}
.feature-section .feature-block-one .inner-box:hover .lower-content .inner .focus-title {
  color: #000;
}
.feature-section .feature-block-one .inner-box:hover .lower-content .inner a {
  opacity: 1;
}
.feature-section .feature-block-one .inner-box:hover svg {
  font-size: 15px;
  color: #0E5C87;
  margin-left: 10px;
}
.feature-section .feature-block-one .inner-box .lower-content {
  position: relative;
}
.feature-section .feature-block-one .inner-box .lower-content .inner {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -40px;
  width: calc(100% - 30px);
  left: 15px;
  background: #CEDDCA;
  text-align: center;
  padding: 20px 15px 20px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  z-index: 2;
}
.feature-section .feature-block-one .inner-box .lower-content .inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all 500ms ease;
}
.feature-section .feature-block-one .inner-box .lower-content .inner .focus-title {
  margin-bottom: 0px;
  transition: all 500ms ease;
  text-transform: uppercase;
}
.feature-section .feature-block-one .inner-box .lower-content .inner a {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 33px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  display: flex;
}
.feature-section .feature-block-one .inner-box .lower-content .inner a span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #fff;
}
.feature-section .feature-block-one .inner-box .lower-content .inner i:before {
  font-size: 45px;
  color: #001927;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

@-webkit-keyframes square {
  0% {
    opacity: 1;
    overflow: hidden;
  }
  40% {
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
@keyframes square {
  0% {
    opacity: 1;
    overflow: hidden;
  }
  40% {
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.mini-sections .news-home {
  position: relative;
  width: 100%;
  background-image: linear-gradient(rgba(14, 92, 135, 0.6), rgba(14, 92, 135, 0.6)), url("../../images/pattern-bg.jpg");
  background-size: cover;
  background-position: bottom left;
}
.mini-sections .news-home .container {
  padding: 90px 0;
}
.mini-sections .news-home .col-lg-4 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .mini-sections .news-home .col-lg-4 {
    width: 50%;
  }
}
.mini-sections .news-home .col-lg-4 h3 {
  font-family: "Oswald", sans-serif;
}
.mini-sections .news-home .card {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .mini-sections .news-home .card {
    padding: 15px;
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .news-home .card {
    padding: 30px;
    margin-left: 0px;
    height: 282px;
  }
}
@media (min-width: 1366px) {
  .mini-sections .news-home .card {
    padding: 30px;
    margin-left: 0px;
    height: 282px;
  }
}
@media (min-width: 1390px) {
  .mini-sections .news-home .card {
    padding: 30px;
    margin-left: 0px;
    height: 302px;
  }
}
@media (min-width: 1500px) {
  .mini-sections .news-home .card {
    padding: 30px;
    margin-left: 0px;
    height: 302px;
  }
}
.mini-sections .news-home .card .heading {
  font-size: 32px;
  text-align: center;
}
.mini-sections .news-home .card .title {
  font-size: 25px;
}
.mini-sections .news-home .card .title .pdf-title {
  color: black;
  font-size: 25px;
}
.mini-sections .news-home .card .article a {
  font-size: 17px;
  color: #0E5C87;
}
.mini-sections .news-home .card .btn-main {
  font-size: 15px;
  border-radius: 9px;
}
.mini-sections .news-home .card .quote {
  position: relative;
  opacity: 0.1;
  font-size: 42px;
  top: -13px;
}
@media (min-width: 768px) {
  .mini-sections .news-home .card .quote {
    float: left;
    margin-right: 10px;
  }
}
.mini-sections .info-request {
  background-size: 10%;
  background-repeat: no-repeat;
  background: url(../../images/info-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-position: bottom;
  background-color: #46756B;
}
.mini-sections .info-request .card {
  border: none;
  text-align: center;
  background-color: #ffffffbd;
}
.mini-sections .info-request .heading {
  color: #000;
  font-size: 32px;
  margin-bottom: 10px;
}

.footer {
  background-color: #071925;
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer a:hover {
  text-decoration: none;
}
.footer img {
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .footer img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .footer img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .footer img {
    width: 80%;
    margin: 0;
  }
}
.footer span {
  color: #fff;
  font-size: 15px;
}
.footer .contact-info {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .contact-info {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer .contact-info {
    text-align: center;
    margin: 0 10px 0 auto;
  }
}
@media (min-width: 1200px) {
  .footer .contact-info {
    text-align: center;
    margin: 0 64px 0 auto;
  }
}
.footer .contact-info .phone, .footer .contact-info .address {
  font-size: 15px;
  color: white;
}
.footer .contact-info .fb-icon {
  color: white;
}
.footer .contact-info .btn-main {
  color: #000 !important;
  font-size: 12px;
  background: #CEDDCA;
}
.footer .contact-info .btn-main:hover {
  background: #0E5C87;
  color: #fff !important;
}
.footer ul {
  columns: 1;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 2;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
    margin: 40px auto 30px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
    margin: 40px auto 80px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
.footer .phrase-right {
  font-size: 12px;
  text-align: center;
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .phrase-right {
    font-size: 13px;
    margin-top: 15px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer .phrase-right {
    font-size: 13px;
    margin-top: 15px;
    text-align: left;
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .footer .phrase-right {
    font-size: 14px;
    margin-top: -45px;
    padding-left: 20px;
  }
}
.footer .footer-right .btn-main {
  font-size: 22px;
  border-radius: 5px;
}
.footer .signup-footer {
  /* Compositional layouts */
  /* Reversed version of the sidebar from EL */
  /* Blocks */
}
.footer .signup-footer input {
  padding: 0.75em;
}
.footer .signup-footer ::placeholder {
  opacity: 1;
  color: #424242;
}
.footer .signup-footer :focus {
  outline: 1px solid currentColor;
  outline-offset: -0.25lh;
}
.footer .signup-footer .sidebar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gutter);
}
.footer .signup-footer .sidebar > :last-child {
  flex-basis: var(--sidebar-target-width, 20rem);
}
.footer .signup-footer .button {
  background: #0E5C87;
  color: white;
  border: 1px solid #0E5C87;
  border-radius: 5%;
  padding: 0.5em 1em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
}
.footer .signup-footer .button:hover {
  background: #46756B;
}
.footer .signup-footer .button:active {
  transform: scale(99%);
}
.footer .signup-footer .sign-up-form {
  --sidebar-target-width:max-content;
  --sidebar-content-min-width:13rem;
  --sign-up-form-space:0.5em;
  --gutter:var(--sign-up-form-space);
  max-width: 60rem;
  margin-inline: auto;
  text-align: center;
  /* Boost the inherited size slightly */
  font-size: 1.2em;
}
.footer .signup-footer .sign-up-form__controls {
  background: var(--color-light-shade);
  padding: var(--sign-up-form-space);
  /* https://set.studio/relative-rounded-corners/ */
  border-radius: calc(var(--radius) + var(--sign-up-form-space));
}
.footer .signup-footer .sign-up-form input {
  background: #DBE6D8;
  border: 1px solid transparent;
}
.footer .signup-footer .sign-up-form input:focus {
  outline-offset: 0;
}
.footer .signup-footer .sign-up-form label {
  font-size: 21px;
}

.signup-page .card {
  background: #f3f9f2db;
  border: 2px solid #DBE6D8;
}

.strat-pages {
  list-style-position: inside;
}
.strat-pages .card {
  background: #DBE6D8;
}
.strat-pages li {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 10px;
}

.what-we-do .title {
  font-weight: bold;
  font-size: 22px;
}

.about-page .about-curt .card {
  border: none;
  background-color: #CEDDCA;
}
.about-page .about-curt img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-page .about-curt img {
    float: left;
    margin-right: 15px;
  }
}

.curt-box {
  background-color: #CEDDCA;
}
.curt-box .about-curt img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .curt-box .about-curt img {
    float: left;
    margin-right: 15px;
  }
}

.news-page .title {
  font-size: 43px;
}
.news-page .sub-title {
  font-size: 26px;
}
.news-page .card-header {
  background: #DBE6D8;
  cursor: pointer;
}
.news-page .card-header:before {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
  background-image: linear-gradient(to right, black 0, black 12ch, black 12ch, black 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-page .card-body {
  background: #eee;
}
.news-page .card-body a {
  color: #0E5C87;
}
.news-page .active:before {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
  fill: #000;
}

.news-detail {
  background: #CBDCDD;
  background-image: url(../../images/pattern.png);
}
.news-detail .container {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .news-detail .container {
    padding: 15px 86px;
  }
}
.news-detail .card {
  padding: 10px;
  background-color: #DBE6D8;
  box-shadow: 0 0 5px #929292;
}
@media (min-width: 768px) {
  .news-detail .card {
    padding: 54px 44px;
  }
}
@media (min-width: 1024px) {
  .news-detail .card {
    padding: 54px 85px;
  }
}
@media (min-width: 1200px) {
  .news-detail .card {
    padding: 54px 114px;
  }
}
.news-detail .card .card-style {
  background: #fff;
  border: 2px solid #adadad;
  padding: 10px;
}
.news-detail .news-title {
  font-size: 35px;
  font-weight: bold;
}
.news-detail .date {
  font-size: 18px;
}
.news-detail .link-pdf {
  background: #0E5C87;
  border: 1px solid #0E5C87;
  color: white;
}
.news-detail .news-text p span span {
  width: auto !important;
  height: auto !important;
}
.news-detail .news-text p span {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 20px !important;
}
.news-detail .news-text img {
  width: 100%;
}
@media (min-width: 768px) {
  .news-detail .news-text img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news-detail .news-text img {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .news-detail .news-text img {
    width: 100%;
  }
}
@media (min-width: 1180px) {
  .news-detail .news-text img {
    width: 100%;
  }
}
@media (min-width: 1194px) {
  .news-detail .news-text img {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .news-detail .news-text img {
    width: 100%;
  }
}
.news-detail ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 30px;
}
.news-detail img {
  margin-top: 15px;
}
.news-detail .curt-box .card img {
  width: 100%;
  margin-top: 0;
  box-shadow: 0 0 5px #000;
}
@media (min-width: 720px) {
  .news-detail .curt-box .card img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news-detail .curt-box .card img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news-detail .curt-box .card img {
    width: 100%;
  }
}
.news-detail .curt-box .card .text {
  text-align: left;
  color: #134e74;
  font-weight: bold;
  letter-spacing: 9px;
}
@media (min-width: 720px) {
  .news-detail .curt-box .card .text {
    text-align: left;
    position: absolute;
    bottom: 82px;
    right: -70px;
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .news-detail .curt-box .card .text {
    text-align: left;
    position: absolute;
    bottom: 42px;
    right: -20px;
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .news-detail .curt-box .card .text {
    text-align: left;
    position: absolute;
    bottom: 82px;
    right: -30px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .news-detail .curt-box .card .text {
    text-align: left;
    position: absolute;
    bottom: 82px;
    right: -70px;
    font-size: 32px;
  }
}
.news-detail .curt-box .card .img-text {
  border: 2px solid #adadad;
  background: #f6fafd;
  box-shadow: 0 0 5px #c7c7c7;
  padding: 15px;
  font-size: 22px;
}
.news-detail .curt-box .card a {
  color: #617289;
  letter-spacing: 2px;
}

.information-request .card {
  background: #fffc;
}

.contact-us-page .map.card {
  z-index: 2;
  margin-top: 30%;
  background-color: #DBE6D8;
}
@media (min-width: 768px) {
  .contact-us-page .map.card {
    margin-top: 15%;
  }
}
.contact-us-page .form-background .card {
  background-color: #0E5C87;
  padding: 15px 55px;
}
.contact-us-page .form-background .card p {
  color: white;
}
.contact-us-page .form-background .card .submit-btn {
  background: #DBE6D8;
  border: 1px solid #DBE6D8;
  color: black !important;
}

/*# sourceMappingURL=design.css.map */
