* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body,
input,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.header-top {
  background: #08917f;
  padding: 7px 0px;
}
.header-top a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.header-top .quick-connect a {
  margin-right: 20px;
}
.header-top .quick-connect a span {
  display: inline-block;
  margin-right: 10px;
}
.header-top .quick-connect a:hover {
  color: #00b5bc;
}
.header-top .header-social a {
  font-size: 20px;
  margin-left: 10px;
}
.header-top .header-social a:hover {
  color: #00b5bc;
}

header {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 44px;
  width: 100%;
  z-index: 2;
  background: rgba(140, 121, 121, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header nav a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 900;
  padding: 0px 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header nav a:hover {
  color: #00b5bc;
}
header nav a:last-child {
  padding-right: 0px;
}

.hero_slider .slider-item {
  height: 600px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_slider .slider-item:after {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  height: 100%;
}
.hero_slider .slider-item .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}
.hero_slider .slider-item .title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.hero_slider .slider-item .text {
  font-size: 17px;
  color: #fff;
}
.hero_slider .slider-item a.button {
  background-color: #fff;
  border: 1px solid white;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  width: 140px;
  height: 40px;
  font-size: 14px;
  transition: all 0.34s;
  margin-top: 30px;
}
.hero_slider .slider-item a.button:hover {
  background: none;
  color: white;
}
.hero_slider .slick-dots {
  bottom: 20px;
}
.hero_slider .slick-dots li button:before {
  color: #999;
}
.hero_slider .slick-dots .slick-active button:before {
  color: white;
}
.hero_slider .slick-next {
  position: absolute;
  right: 20px;
  z-index: 3;
}
.hero_slider .slick-prev {
  position: absolute;
  left: 20px;
  z-index: 3;
}

a.button {
  background-color: #fff;
  border: 1px solid white;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  width: 140px;
  height: 40px;
  font-size: 14px;
  transition: all 0.34s;
  margin-top: 30px;
}
a.button.dark {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
a.button.dark:hover {
  background-color: #000;
  color: #fff;
}
a.button:hover {
  background: none;
  color: white;
}

.thought {
  margin-top: -95px;
  color: white;
  position: relative;
  font-size: 20px;
  z-index: 2;
}
.thought .t-title {
  background-color: #000;
  font-weight: 900;
  width: 25%;
  padding: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0px 0px 20px;
}
.thought .t-content {
  background-color: #08917f;
  font-style: italic;
  width: 75;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 20px 20px 0px;
  position: relative;
}
.thought .t-content:after {
  position: absolute;
  left: 20px;
  top: -20px;
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  color: #08917f;
  text-shadow: 2px 5px 12px #4b4a4a;
}

.gap {
  height: 60px;
}

.title {
  font-size: 45px;
  margin-bottom: 15px;
  color: #08917f;
}

.text {
  font-size: 17px;
  line-height: 27px;
  color: #08917f;
}

img {
  max-width: 100%;
  width: 100%;
}

.home-about img {
  border-radius: 20px;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4784313725);
}

.dark {
  background-color: #f1f1f1;
}

.wwd-item {
  margin-bottom: 20px;
}
.wwd-item a {
  display: block;
  position: relative;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
}
.wwd-item a img {
  max-width: 100%;
  opacity: 0.4;
  transition: all 0.34s;
  box-shadow: none;
}
.wwd-item a .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
  text-align: center;
}
.wwd-item a:hover {
  box-shadow: 2px 2px 2px #f1f1f1;
}
.wwd-item a:hover img {
  transform: scale(1.1);
}

.port-slider .slick-slide {
  padding: 10px;
}
.port-slider img {
  border-radius: 20px;
}

.home-blog .b-main-section {
  padding-top: 30px;
}
.home-blog .s-blog {
  margin-bottom: 30px;
}
.home-blog .s-blog .title {
  font-size: 26px;
  line-height: 33px;
}
.home-blog .s-blog .button {
  display: flex;
}
.home-blog .s-blog img {
  border-radius: 20px;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4784313725);
}

.testi {
  padding: 30px 0px;
}

.testi-wrapper {
  max-width: 960px;
  margin: auto;
  padding: 30px 0px;
  padding-bottom: 0px;
}
.testi-wrapper .slick-dots {
  bottom: -40px;
}
.testi-wrapper .slick-slide {
  padding: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.testi-wrapper .text {
  background-color: #00b5bc;
  padding: 40px;
  font-size: 25px;
  font-style: italic;
  position: relative;
  color: white;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4784313725);
}
.testi-wrapper .text:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 70px solid #00b5bc;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.testi-wrapper .other {
  max-width: 140px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.testi-wrapper img {
  max-width: 120px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4784313725);
}
.testi-wrapper .name {
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
}

footer {
  background-color: #2d2c2c;
  padding: 50px 0px;
}
footer .title {
  font-size: 30px;
  color: #fff;
}
footer .text {
  color: white;
  font-size: 16px;
}
footer nav span {
  display: inline-block;
  width: 50%;
}
footer nav span a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
footer nav span a:hover {
  color: #00b5bc;
}
footer .social a {
  font-size: 26px;
  color: white;
  margin-right: 10px;
  text-decoration: none;
}
footer .social a:hover {
  color: #00b5bc;
}

.copy {
  text-align: center;
  font-size: 13px;
  color: #4b4a4a;
  background-color: #252121;
  padding: 10px 0px;
}

.contact form {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}
.contact form input {
  margin-bottom: 15px;
  height: 45px;
  border-radius: 0px;
  border: none;
}
.contact form textarea {
  height: 120px;
  border-radius: 0px;
  resize: none;
  border: none;
}
.contact form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  right: 10px;
}
.contact form input[type=submit] {
  width: 160px;
  background: #08917f;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  margin-top: 20px;
  margin-right: -80px;
}
.contact form input[type=submit]:hover {
  background-color: #000;
}

.wpcf7 form .wpcf7-response-output {
  font-style: italic;
  border: none !important;
  margin-top: 0px;
  color: red;
  margin-top: 0px !important;
}

.cont {
  font-size: 18px;
  color: #00b5bc;
}
.cont i {
  display: inline-block;
  margin-right: 5px;
}
.cont a {
  color: #000;
  text-decoration: none;
}

.inner-banner {
  height: 440px;
  position: relative;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5294117647);
}
.inner-banner .container {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.inner-banner .title {
  color: white;
}

.abt-main {
  max-width: 786px;
  margin: auto;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.abt-main .image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4784313725);
}
.abt-main .title {
  margin: 20px 0px;
}

.p-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
}
.p-gallery img {
  max-width: 100%;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vgallery {
  position: relative;
}
.vgallery .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: red;
  z-index: 1;
}
.vgallery img {
  opacity: 0.8;
}

.hamburger {
  display: none;
}

.hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

@media (max-width: 600px) {
  .hamburger {
    display: block;
  }
  .header-top {
    display: none;
  }
  header {
    top: 0px;
  }
  header nav {
    display: none;
  }
  .thought {
    margin-top: 0px;
  }
  .thought .d-flex {
    display: block !important;
  }
  .thought .d-flex div {
    width: 100%;
  }
  .thought .d-flex .t-title,
  .thought .d-flex .t-content {
    border-radius: 0px;
  }
  .title {
    margin-top: 30px;
    font-size: 35px;
    line-height: initial;
  }
  .testi {
    padding: 0px;
  }
  .testi-wrapper .slick-slide {
    padding: 0px;
  }
  .testi-wrapper .text {
    padding: 15px;
  }
  .testi-wrapper .text:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #00b5bc;
    bottom: -20px;
  }
  .testi-wrapper .text {
    box-shadow: none;
  }
  .slick-arrow {
    display: none !important;
  }
  .hero_slider .slider-item .title {
    font-size: 28px;
  }
  .row.cont div {
    width: 50%;
  }
  header nav {
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  header nav span {
    display: block;
    width: 100%;
    text-align: center;
  }
  header nav span a {
    padding: 10px 10px;
  }
  .abt-main {
    margin-top: 10px;
  }
  .p-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo {
    max-width: 180px;
    display: block;
  }
  .logo img {
    width: 100%;
    max-width: 100%;
  }
  .gap {
    height: 30px;
  }
}
.mission {
  max-width: 1800px;
  margin: auto;
}

.team img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4784313725);
  border-radius: 20px;
}
.team .name {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}/*# sourceMappingURL=main.css.map */