@font-face {
  font-family: 'Px Grotesk';
  src: url("../fonts/PxGroteskRegular.woff2") format("woff2"), url("../fonts/PxGroteskRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.video-img-div video, .video-img-div img {
  width: 100% !important;
}

body {
  font-family: 'Px Grotesk';
  background: #085F60;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

body .container {
  max-width: 1200px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1800px) {
  body .container {
    max-width: 1600px;
  }
}

@media (max-width: 1200px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #FFF;
  font-weight: 400;
}

h1 {
  font-size: 78px;
  line-height: 90px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 35px;
  }
}

h2 {
  font-size: 62px;
  line-height: 70px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}

.h-100vh {
  height: 100vh;
}

.devider {
  width: 100%;
  height: 1px;
}

.thumb-box img, .thumb-box video {
  border-radius: 30px;
  width: 100% !important;
  height: auto !important;
}

p {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

li {
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 1000px) {
  li {
    font-size: 14px;
    line-height: 22px;
  }
}

img {
  max-width: 100%;
}

.button-1 {
  background: #FF5A5A;
  height: 57px;
  padding: 16px 24px 0 24px;
  display: inline-block;
  color: #FFFFFF;
  min-width: 230px;
  text-align: center;
  font-size: 18px;
}

.button-1:hover {
  color: #000000;
}

@media (max-width: 1000px) {
  .only-desk {
    display: none !important;
  }
}

.only-mob {
  display: none !important;
}

@media (max-width: 1000px) {
  .only-mob {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .only-laptop {
    display: none !important;
  }
}

.only-ipad {
  display: none !important;
}

@media (max-width: 1200px) {
  .only-ipad {
    display: block !important;
  }
}

.over-flow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section-space-top {
  padding-top: 142px;
}

@media (max-width: 1000px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 142px;
}

@media (max-width: 1000px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

@media (max-width: 1000px) {
  .mob-sec-space-top {
    padding-top: 35px;
  }
}

@media (max-width: 1000px) {
  .mob-sec-space-bottom {
    padding-bottom: 35px;
  }
}

.img-100 {
  width: 100% !important;
  height: auto !important;
}

.width-height-auto {
  width: auto !important;
  height: auto !important;
}

.boat-with-mark {
  width: auto !important;
  height: auto !important;
}

.header-strip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  padding: 35px 40px 0 40px;
}

@media (max-width: 1200px) {
  .header-strip {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 35px 20px 0 20px;
  }
}

.header-strip .logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-strip .logo img {
    width: 180px;
  }
}

.header-strip .go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .header-strip .go-back {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.header-strip .go-back a {
  color: #FFF;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-strip .go-back a:hover {
  opacity: 0.6;
}

@media (min-width: 1000px) {
  .header-strip .go-back i {
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .header-strip .go-back i svg {
    width: 18px !important;
    height: 20px !important;
  }
}

@media (max-width: 1000px) {
  .header-strip .go-back span {
    display: none;
  }
}

.header-strip .header-strip-content {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .header-strip .header-strip-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.banner-sec {
  position: relative;
}

@media (max-width: 1000px) {
  .banner-sec {
    text-align: center;
    padding-bottom: 120px;
  }
}

.banner-sec .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
}

@media (max-width: 1000px) {
  .banner-sec .overlay {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-banner:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#085F6000), to(#085F60)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #085F6000 0%, #085F60 100%) 0% 0% no-repeat padding-box;
}

.home-banner .baner-disc {
  max-width: 550px;
}

@media (max-width: 1000px) {
  .home-banner .baner-disc {
    margin: 0px auto;
  }
}

.home-banner .disc {
  max-width: 560px;
}

@media (max-width: 1000px) {
  .home-banner .disc {
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  .home-banner .disc {
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .home-banner p {
    font-size: 18px;
    line-height: 26px;
  }
}

.surface-vehicle {
  background: url(../images/section-2-water.png) no-repeat center bottom;
  background-size: 100%;
  padding: 115px 0 0 0;
}

@media (min-width: 1000px) {
  .surface-vehicle .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1000px) {
  .surface-vehicle {
    padding-top: 100px;
  }
}

@media (max-width: 1200px) {
  .surface-vehicle {
    padding-bottom: 75px !important;
    background-size: auto;
  }
}

.surface-vehicle .for-bg {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#085F6000), to(#085F60)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #085F6000 0%, #085F60 100%) 0% 0% no-repeat padding-box;
}

@media (min-width: 1200px) {
  .surface-vehicle .for-bg {
    min-height: 967px;
  }
}

.surface-vehicle-left p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .surface-vehicle-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1000px) {
  .surface-vehicle-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .uni-mini-left {
    width: 50%;
  }
}

.uni-mini-left .thumb-box {
  position: relative;
}

@media (max-width: 1000px) {
  .uni-mini-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .uni-mini-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.surface-vehicle-right {
  position: relative;
}

@media (min-width: 1200px) {
  .surface-vehicle-right .thumb-box {
    padding-left: 110px;
  }
}

.surface-vehicle-right .path-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1000px) {
  .surface-vehicle-right {
    margin-bottom: 42px;
  }
}

.uni-mini {
  z-index: 10;
}

@media (max-width: 1000px) {
  .uni-mini {
    padding-bottom: 100px;
  }
}

.uni-mini .play-icon {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -56px;
}

@media (max-width: 767px) {
  .uni-mini .play-icon {
    top: -56px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.uni-mini .play-icon img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.uni-mini .play-icon:hover img {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (min-width: 1200px) {
  .uni-mini {
    margin-top: -200px;
    padding-bottom: 220px;
  }
  .uni-mini .ripple-sec-main-sec {
    left: 60%;
    top: 40%;
  }
}

@media (max-width: 1200px) {
  .uni-mini {
    padding-bottom: 100px;
  }
}

.uni-mini .uni-mini-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .uni-mini .uni-mini-right {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .uni-mini .uni-mini-right {
    padding-bottom: 135px;
    width: 100%;
  }
}

.uni-mini .uni-mini-right .disc {
  max-width: 315px;
}

@media (min-width: 1200px) {
  .uni-mini .uni-mini-right .disc {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 27px;
  }
}

.uni-mini .uni-mini-right .disc h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 1.2px;
}

.uni-slide-box {
  overflow: hidden;
  border-radius: 20px;
  display: block;
}

@media (min-width: 1200px) {
  .uni-slide-box h4 {
    min-height: 57px;
  }
}

.uni-slide-box:hover .overlay .hide-sec {
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: 0;
}

.uni-slide-box:hover .slide-thumb-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.uni-slide-box:hover .uni-slide-div-1 {
  margin-bottom: 20px;
}

.uni-slide-box .slide-thumb-img {
  border-radius: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100% !important;
  height: auto !important;
}

.uni-slide-box .uni-slide-div-1 {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 1000px) {
  .uni-slide-box .uni-slide-div-1 {
    text-align: left;
  }
}

.uni-slide-box .icon {
  margin-bottom: 25px;
}

.uni-slide-box .overlay {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1000px) {
  .uni-slide-box .overlay {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px;
  }
  .uni-slide-box .overlay h4 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }
}

.uni-slide-box .overlay p {
  margin-bottom: 0;
}

.uni-slide-box .overlay .hide-sec {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -100%;
  text-align: left;
}

body .swiper-button-next, body .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #FFF;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body .swiper-button-next::after, body .swiper-button-prev::after {
  display: none;
}

body .swiper-button-next .arrow-child, body .swiper-button-prev .arrow-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media (min-width: 1200px) {
  body .swiper-button-next {
    right: -60px;
  }
}

@media (min-width: 1400px) {
  body .swiper-button-next {
    right: -90px;
  }
}

body .swiper-button-next:hover {
  background: #FFF;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

body .swiper-button-next:hover .next-arrow, body .swiper-button-next:hover .next-arrow-h {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

body .swiper-button-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1200px) {
  body .swiper-button-prev {
    left: -60px;
  }
}

@media (min-width: 1400px) {
  body .swiper-button-prev {
    left: -90px;
  }
}

body .swiper-button-prev:hover {
  background: #FFF;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

body .swiper-button-prev:hover .prev-arrow, body .swiper-button-prev:hover .prev-arrow-h {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.uni-min-details {
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .uni-min-details {
    padding-top: 150px;
  }
}

.uni-min-details .main-disc {
  max-width: 660px;
  margin: 0px auto;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg {
    margin-top: 180px;
  }
}

@media (min-width: 1200px) {
  .uni-min-det-thumb-bg .button-1 {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .uni-min-det-thumb-bg {
    margin-top: -170px;
  }
}

.uni-min-det-thumb-bg .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box {
  position: relative;
}

@media (max-width: 767px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .boat-with-mark {
    width: 310px !important;
    margin: 0px auto;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon:hover + .detaild-box-content {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media (min-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon:hover + .detaild-box-content {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon:hover + .detaild-box-content {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box {
  position: absolute;
  left: 58%;
  top: -50px;
}

@media (max-width: 767px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box {
    left: 59%;
    top: 0px;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box .detailed-box-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-2 {
  left: 30%;
  top: 33%;
}

@media (min-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-2 .detaild-box-content {
    bottom: 28px;
    top: auto;
    left: -90px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-2 .detaild-box-content {
    top: -124px !important;
  }
}

@media (min-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-2 .plus-icon:hover + .detaild-box-content {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-3 {
  left: -10%;
  top: 27%;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-3 {
    left: 0%;
    top: 30%;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-3 .detaild-box-content {
  left: auto;
  right: 28px;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-3 .detaild-box-content {
    left: -41px !important;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-4 {
  left: 0%;
  top: 68%;
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-4 .detaild-box-content {
  left: auto;
  right: 28px;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-4 .detaild-box-content {
    left: -41px !important;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-5 {
  right: 7%;
  top: 55%;
  left: auto;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-det-box.plus-det-5 .detaild-box-content {
    left: auto !important;
    right: -64px !important;
    top: 43px !important;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon {
  background: #FF5A5A;
  width: 37px;
  height: 37px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 10;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon {
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon:hover {
  background: #0A1E2D;
  -webkit-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .plus-icon .minus-img {
  display: none;
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content {
  border-radius: 20px;
  padding: 30px;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -20px;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  top: -60px;
  left: 26px;
  text-align: center;
  min-width: 216px;
}

@media (min-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content {
    min-width: 210px;
    left: -91px !important;
    top: -127px !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    padding: 15px;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content h4, .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content p {
  color: #141617;
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content h4 {
  font-size: 24px;
}

@media (max-width: 1000px) {
  .uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content h4 {
    font-size: 16px;
  }
}

.uni-min-det-thumb-bg .overlay .uni-mini-det-boat-box .detaild-box-content p {
  margin-bottom: 0;
  margin-top: 25px;
}

.uni-min-det-thumb-b,
.uni-min-details {
  overflow: hidden;
}

.ripple-sec-main-sec {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}

.uni-ripple-sec {
  position: relative;
  -webkit-animation: rotate-animation 25s infinite linear;
          animation: rotate-animation 25s infinite linear;
}

.uni-ripple-sec:before,
.uni-ripple-sec:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  border: 5px solid rgba(250, 250, 250, 0.2);
  border-radius: 50%;
}

.ripple-1 {
  -webkit-animation: ripple-fade 1s linear 1s infinite;
          animation: ripple-fade 1s linear 1s infinite;
}

.ripple-2 {
  -webkit-animation: ripple-fade 2s linear 2s infinite;
          animation: ripple-fade 2s linear 2s infinite;
}

.ripple-3 {
  -webkit-animation: ripple-fade 3s linear 3s infinite;
          animation: ripple-fade 3s linear 3s infinite;
}

.ripple-4 {
  -webkit-animation: ripple-fade 4s linear 4s infinite;
          animation: ripple-fade 4s linear 4s infinite;
}

.ripple-5 {
  -webkit-animation: ripple-fade 5s linear 5s infinite;
          animation: ripple-fade 5s linear 5s infinite;
}

.uni-ripple-sec:before {
  -webkit-animation: ripple 6s linear infinite;
          animation: ripple 6s linear infinite;
}

.uni-ripple-sec:after {
  -webkit-animation: ripple 6s linear 1s infinite;
          animation: ripple 6s linear 1s infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
}

@-webkit-keyframes ripple-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ripple-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.mighty-uni-mini {
  background: url(../images/mighty-uni-mini-bg.png) no-repeat center bottom;
  background-size: 100%;
}

@media (min-width: 1000px) {
  .mighty-uni-mini {
    padding-bottom: 375px;
  }
}

@media (max-width: 1000px) {
  .mighty-uni-mini {
    padding-bottom: 275px !important;
  }
}

.mighty-uni-mini .disc {
  max-width: 810px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .mighty-uni-mini .disc {
    max-width: 100%;
    margin: 0px auto;
  }
}

@media (min-width: 1000px) {
  .mini-traits-box-main {
    margin-top: 25px;
  }
  .mini-traits-box-main:nth-child(1), .mini-traits-box-main:nth-child(2), .mini-traits-box-main:nth-child(3), .mini-traits-box-main:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 1000px) {
  .mini-traits-box-main {
    margin-bottom: 25px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .mini-traits-box-main {
    width: 100%;
  }
}

.mini-traits-box {
  background: #359EB4;
  padding: 50px 30px;
  border-radius: 22px;
  height: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .mini-traits-box h4 {
    min-height: 57px;
  }
}

@media (max-width: 1000px) {
  .mini-traits-box h4 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .mini-traits-box {
    text-align: left;
    padding: 40px 30px;
  }
  .mini-traits-box p {
    margin-bottom: 0;
  }
}

.mini-traits-box .icons {
  margin-bottom: 30px;
}

.mini-traits-box h4 {
  margin-bottom: 30px;
}

.mighty-story-sec {
  background: url(../images/mighty-storie-testi-bg.png) no-repeat center center;
  background-size: 100%;
  margin-top: -100px;
}

@media (max-width: 1000px) {
  .mighty-story-sec {
    padding-top: 90px;
  }
}

.mighty-story-sec .disc {
  max-width: 621px;
}

@media (max-width: 767px) {
  .mighty-story-sec .disc {
    width: 320px;
    margin: 0px auto;
  }
}

.mighty-story-sec .might-story-slider-main {
  position: relative;
  padding-bottom: 200px;
}

@media (max-width: 1000px) {
  .mighty-story-sec .might-story-slider-main {
    padding-bottom: 100px;
  }
}

@media (min-width: 1000px) {
  .mighty-story-sec .might-story-slider-main .swiper-button-next {
    right: 20% !important;
    top: 30%;
  }
}

@media (max-width: 1000px) {
  .mighty-story-sec .might-story-slider-main .swiper-button-next {
    top: 28%;
    right: 10%;
  }
}

@media (min-width: 1000px) {
  .mighty-story-sec .might-story-slider-main .swiper-button-prev {
    left: 20% !important;
    top: 30%;
  }
}

@media (max-width: 1000px) {
  .mighty-story-sec .might-story-slider-main .swiper-button-prev {
    top: 28%;
    left: 5%;
  }
}

.mighty-story-sec .swiper-slide {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 1000px) {
  .mighty-story-sec .swiper-slide {
    width: 90%;
  }
}

.mighty-story-sec .swiper-slide-prev {
  text-align: right;
}

.mighty-story-sec .swiper-slide-prev .might-story-slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mighty-story-sec .swiper-slide-next {
  text-align: left;
}

.mighty-story-sec .swiper-slide-next .might-story-slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1000px) {
  .mighty-story-sec .swiper-slide-active .might-story-slide-box {
    margin-top: -50px;
  }
}

.mighty-story-sec .swiper-slide-active .slide-cont-box {
  display: block;
}

.mighty-story-sec .might-story-slide-box {
  width: 100%;
  position: relative;
}

.mighty-story-sec .might-story-slide-box .migt-slide-thumb {
  height: auto !important;
  width: 100% !important;
  display: block;
}

@media (min-width: 1000px) {
  .mighty-story-sec .might-story-slide-box .migt-slide-thumb {
    width: 85% !important;
    height: auto !important;
  }
}

.mighty-story-sec .slide-cont-box {
  max-width: 396px;
  background: #FFF;
  padding: 35px  40px;
  border-radius: 20px;
  display: none;
  margin-bottom: -40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 1000px) {
  .mighty-story-sec .slide-cont-box {
    width: 80%;
    max-width: 90%;
    margin-left: 13.5%;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    text-align: left;
  }
}

.mighty-story-sec .slide-cont-box:hover {
  margin-bottom: 0px;
}

.mighty-story-sec .slide-cont-box h5, .mighty-story-sec .slide-cont-box p {
  color: #0A1E2D;
}

.mighty-story-sec .slide-cont-box h5 {
  font-size: 26px;
  line-height: 29px;
}

@media (max-width: 1000px) {
  .mighty-story-sec .slide-cont-box h5 {
    font-size: 20px;
    line-height: 23px;
  }
}

.mighty-story-sec .slide-cont-box p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1000px) {
  .mighty-story-sec .slide-cont-box p {
    font-size: 14px;
    line-height: 22px;
  }
}

.mighty-story-sec .slide-cont-box .read-more {
  color: #0A1E2D;
}

@media (min-width: 1200px) {
  .mighty-story-sec .slide-cont-box {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.mighty-store-pagination {
  max-width: 490px;
  margin: 0px auto;
  padding-top: 90px;
}

@media (max-width: 1000px) {
  .mighty-store-pagination {
    max-width: 310px;
    padding-top: 26px;
  }
}

.mighty-store-pagination .swiper-pagination {
  position: relative;
  height: 1px;
  background: rgba(250, 250, 250, 0.4);
}

.mighty-store-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFF;
  height: 4px;
  top: -2px;
}

.testi-box {
  max-width: 999px;
  margin: 170px auto 0px auto;
  border: 2px solid #45AEC4;
  padding: 50px 90px;
  border-radius: 30px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.testi-box:before {
  position: absolute;
  background: url(../images/testi-quote-left.svg) no-repeat;
  left: 25%;
  top: -30px;
  width: 86px;
  height: 64px;
  content: "";
}

@media (max-width: 1000px) {
  .testi-box:before {
    background-size: 49px;
    left: 9%;
    top: -20px;
    width: 50px;
  }
}

.testi-box:after {
  position: absolute;
  background: url(../images/testi-quote-right.svg) no-repeat;
  right: 25%;
  top: -30px;
  width: 86px;
  height: 64px;
  content: "";
}

@media (max-width: 1000px) {
  .testi-box:after {
    background-size: 49px;
    right: 9%;
    top: -20px;
    width: 50px;
  }
}

@media (max-width: 1000px) {
  .testi-box {
    margin: 80px auto 0px auto;
  }
}

@media (max-width: 767px) {
  .testi-box {
    padding: 50px 30px;
  }
}

.testi-box .testi-thumb {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin: -150px auto 0px auto;
}

.testi-box .testi-thumb img {
  border: 1px solid #45AEC4;
  border-radius: 50%;
}

@media (max-width: 1000px) {
  .testi-box .testi-thumb {
    width: 107px !important;
    height: 107px !important;
    margin: -106px auto 0px auto;
  }
  .testi-box .testi-thumb img {
    width: 107px !important;
    height: 107px !important;
  }
}

.testi-box .cont-disc {
  width: 100%;
  padding-top: 70px;
}

.testi-box .cont-disc p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1000px) {
  .testi-box .cont-disc p {
    font-size: 16px;
    line-height: 26px;
  }
}

.testi-box .testi-box-arrow {
  background: none;
  width: 26px;
  height: 26px;
  border-bottom: 2px solid #45AEC4;
  border-right: 2px solid #45AEC4;
  background: #1F889E;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.testi-det-disc {
  text-align: center;
  padding: 10px 20px 20px 20px;
}

@media (max-width: 1000px) {
  .testi-det-disc {
    padding-top: 35px;
  }
}

.testi-det-disc .project-name {
  color: #FFFFFF;
  font-size: 16px;
}

.testi-det-disc .project-location {
  color: #96CBD6;
  font-size: 16px;
}

@media (min-width: 1000px) {
  .explore-other-products {
    padding-top: 258px;
  }
}

@media (min-width: 1200px) {
  .explore-other-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
  }
}

.explore-other-products .arrow-section {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-top: 80px;
}

@media (max-width: 1000px) {
  .explore-other-products .arrow-section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 141px;
  }
}

.explore-other-products .arrow-section .swiper-button-next,
.explore-other-products .arrow-section .swiper-button-prev {
  position: relative !important;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
}

.explore-other-products .arrow-section .swiper-button-prev {
  margin-right: 30px;
}

@media (max-width: 1000px) {
  .explore-other-products .explore-other-prod-container {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .explore-other-products .explore-other-prod-container .explore-other-prod-right {
    padding-left: 32px;
  }
}

@media (min-width: 1200px) {
  .explore-other-products .explore-other-prod-container {
    width: 92%;
    max-width: initial;
    margin: 0;
  }
}

.explore-other-products .explore-main-slider .swiper-slide {
  width: 40%;
}

@media (max-width: 1000px) {
  .explore-other-products .explore-main-slider .swiper-slide {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .explore-other-products .explore-other-prod-left {
    width: 39%;
  }
}

.explore-other-products .explore-other-prod-left .disc {
  max-width: 400px;
}

@media (min-width: 1200px) {
  .explore-other-products .explore-other-prod-right {
    width: 61%;
  }
}

.explore-other-products .explore-prod-box {
  background: #45AEC4;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  padding: 65px 40px 40px 40px;
  position: relative;
  height: 533px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .explore-other-products .explore-prod-box {
    height: 472px;
  }
}

.explore-other-products .explore-prod-box h4 {
  font-size: 26px;
}

@media (max-width: 1000px) {
  .explore-other-products .explore-prod-box h4 {
    font-size: 20px;
  }
}

.explore-other-products .explore-prod-box img {
  width: auto !important;
  height: auto !important;
}

.explore-other-products .explore-prod-box .hide-sec {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -100%;
}

.explore-other-products .explore-prod-box:hover .hide-sec {
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: 0;
}

.innovation-section {
  position: relative;
}

@media (min-width: 1000px) {
  .innovation-section {
    margin-top: -90px;
  }
}

.innovation-section .download-flyer {
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.innovation-section .download-flyer .bttn-flyer {
  width: 135px;
  height: 135px;
  background: #FFF;
  border-radius: 50%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 16px;
  line-height: 18px;
}

.innovation-section .download-flyer .bttn-flyer img {
  margin-bottom: 15px;
}

.innovation-section .download-flyer .bttn-flyer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.innovation-section .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
}

@media (max-width: 1000px) {
  .innovation-section .overlay {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.innovation-section .main-disc {
  max-width: 560px;
}

@media (max-width: 767px) {
  .innovation-section .main-disc {
    max-width: 300px;
    margin: 0px auto;
  }
}

.innovation-section p {
  color: #FFF;
}

.explore-form-section {
  background: url(../images/explore-form-sec-bg.png) no-repeat center bottom;
}

@media (min-width: 1000px) {
  .explore-form-section {
    background-size: 100%;
  }
}

@media (min-width: 1200px) {
  .explore-form-section {
    margin-top: -150px;
  }
}

.explore-form-section .explore-form-right {
  padding-top: 300px;
}

@media (min-width: 1200px) {
  .explore-form-section .explore-form-right {
    padding-left: 60px;
  }
}

@media (max-width: 1000px) {
  .explore-form-section .explore-form-right img {
    width: 255px !important;
    height: auto !important;
  }
}

@media (max-width: 1000px) {
  .explore-form-section .explore-form-right {
    padding-top: 100px;
  }
}

footer {
  background: url(../images/footer-bg.png) no-repeat center bottom;
  background-size: 100%;
  min-height: 700px;
}

footer .f-small-logo {
  margin-bottom: 20px;
}

footer .f-small-logo img {
  width: 153px !important;
  height: auto !important;
}

@media (min-width: 1000px) {
  footer {
    margin-top: 180px;
  }
}

footer .copyright p {
  margin-bottom: 0 !important;
}

footer .social-icons a {
  margin-left: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

footer .social-icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer .f-col-left {
  position: relative;
}

@media (min-width: 1000px) {
  footer .f-col-left .f-col-logo {
    margin-left: 30px;
  }
}

footer .f-col-left .footer-boat {
  position: absolute;
  left: 0;
  top: 0;
}

footer .f-col-left .footer-boat img {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  footer .f-col-left .footer-boat img {
    width: 200px !important;
    margin-top: 60px;
  }
}

footer .f-sc-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1000px) {
  footer .f-sc-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
}

footer .footer-bottom-sec {
  margin-top: 130px;
}

@media (max-width: 1000px) {
  footer .footer-bottom-sec {
    margin-top: 50px;
  }
}

footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer h4 {
  font-size: 36px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  footer h4 {
    font-size: 26px;
  }
}

footer .main-disc {
  max-width: 600px;
}

footer .disc {
  max-width: 470px;
}

.first-color-bg {
  background: #085F60;
  width: 100%;
  overflow: hidden;
}

.second-color-bg {
  background: #1F889E;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.second-color-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  content: "";
  display: block;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#085F60), to(#1F889E)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #085F60 0%, #1F889E 100%) 0% 0% no-repeat padding-box;
}

.section-3-4-bg {
  background: url(../images/section-3-4-bg.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 350px;
}

@media (max-width: 1000px) {
  .section-3-4-bg {
    padding-bottom: 300px;
  }
}

.sections {
  position: relative;
}

@media (max-width: 1000px) {
  .sections {
    text-align: center;
    padding-bottom: 100px;
  }
}

.boat-anim-1 {
  position: absolute;
  bottom: 0%;
  right: 26%;
}

@media (max-width: 1000px) {
  .boat-anim-1.lp-2 {
    bottom: 2%;
  }
}

@media (max-width: 1000px) {
  .boat-anim-1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 250px;
  }
}

.boat-anim-1.boat-anim-sec-2 {
  right: 8%;
  bottom: 3.45%;
}

@media (max-width: 1000px) {
  .boat-anim-1.boat-anim-sec-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.boat-animation {
  -webkit-animation: boat 3s linear infinite;
          animation: boat 3s linear infinite;
}

@media (max-width: 1200px) {
  .path-sec-anim {
    display: none;
  }
}

.path-1 {
  position: absolute;
  right: 160px;
  top: 0px;
}

.path-1 svg {
  width: 100%;
}

.path-2 {
  position: absolute;
  top: -30%;
  left: 20%;
}

.path-2 svg {
  width: 100%;
}

.path-2 .path-move {
  stroke-dasharray: 1795.764892578125;
  stroke-dashoffset: 1795.764892578125;
}

.path-3 {
  position: absolute;
  top: 0%;
  left: 12%;
  z-index: 1;
}

.path-3 svg {
  width: 100%;
}

.path-3 .path-move {
  stroke-dasharray: 985.86572265625;
  stroke-dashoffset: 985.86572265625;
}

.path-4 {
  position: absolute;
  top: -14%;
  left: 26%;
}

.path-4 svg {
  width: 100%;
}

.path-4 .path-move {
  stroke-dasharray: 1513.079833984375;
  stroke-dashoffset: 1513.079833984375;
}

.path-5 {
  position: absolute;
  top: 6%;
  right: 10%;
}

.path-5 svg {
  width: 100%;
}

.path-5 .path-move {
  stroke-dasharray: 1463.588623046875;
  stroke-dashoffset: 1463.588623046875;
}

.path-6 {
  position: absolute;
  top: 10%;
  right: 50%;
}

.path-6 svg {
  width: 100%;
}

.path-6 .path-move {
  stroke-dasharray: 691.8763427734375;
  stroke-dashoffset: 691.8763427734375;
}

.path-7 {
  position: absolute;
  top: -2%;
  left: 22%;
}

.path-7 svg {
  width: 100%;
}

.path-7 .path-move {
  stroke-dasharray: 1178.0687255859375;
  stroke-dashoffset: 1178.0687255859375;
}

.path-8 {
  position: absolute;
  top: -9%;
  left: 44%;
}

.path-8 svg {
  width: 100%;
}

.path-8 .path-move {
  stroke-dasharray: 832.0833740234375;
  stroke-dashoffset: 832.0833740234375;
}

.path-9 {
  position: absolute;
  bottom: -24%;
  left: 34%;
}

.path-9 svg {
  width: 100%;
}

.path-9 .path-move {
  stroke-dasharray: 1178.6204833984375;
  stroke-dashoffset: 1178.6204833984375;
}

.path-move {
  stroke-dasharray: 215.03562927246094;
  stroke-dashoffset: 215.03562927246094;
  -webkit-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 1s ease;
}

.path-move {
  fill: none;
  stroke: #FFF;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.set-anim {
  -webkit-animation: draw 2s ease forwards;
          animation: draw 2s ease forwards;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes boat {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes boat {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.download-flyer .wpcf7-not-valid-tip {
  position: absolute;
}

.download-flyer .wpcf7-form br {
  display: none;
}

.download-flyer .wpcf7-form p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.download-flyer .wpcf7-form-control-wrap {
  position: relative;
  width: 79%;
  display: inline-block;
}

@media (max-width: 767px) {
  .download-flyer .wpcf7-form-control-wrap {
    width: 65%;
  }
}

.download-flyer .wpcf7-form-control-wrap input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #45AEC4;
}

.download-flyer .wpcf7-submit {
  background: #FF5A5A;
  height: 29px;
  padding: 0 20px;
  display: inline-block;
  color: #FFF;
  min-width: initial;
  text-align: center;
  border: none;
  width: 20%;
}

@media (max-width: 767px) {
  .download-flyer .wpcf7-submit {
    width: 30%;
  }
}

.explore-form-left {
  background: #105463;
  padding: 50px;
  border-radius: 30px;
}

@media (min-width: 1200px) {
  .explore-form-left h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 1000px) {
  .explore-form-left {
    padding: 30px;
  }
}

.mob-button-1 {
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .f-col-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1000px) {
  .f-col-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.go-back-top {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1000px) {
  .go-back-top {
    margin-top: 0;
    position: relative;
    top: -25px;
  }
}

.go-back-top a {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.go-back-top a:hover {
  opacity: 0.6;
}

.go-back-top a i {
  margin-right: 6px;
  display: block;
  height: 25px;
}

body .uniminiform .hs-field-desc, body .uniminiform .hs-product_name, body .uniminiform .hs-line_of_business, body .uniminiform .hs-legal_entity, body .uniminiform .hs_recaptcha {
  display: none !important;
}

body .uniminiform .hs-button {
  background: #FF5A5A;
  height: 57px;
  color: #FFF;
  font-size: 18px;
  min-width: 180px;
  text-align: center;
  border: none;
}

body .uniminiform .hs-button:hover {
  color: #000000;
}

body .uniminiform .hs-form-booleancheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFF;
  width: 100%;
}

body .uniminiform .hs-form-booleancheckbox .input .hs-input {
  margin-right: 10px;
  background: none !important;
  border: 1px solid #3E7581;
  width: 20px !important;
  height: 20px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20px !important;
          flex: 0 0 20px !important;
  max-width: 20px;
}

body .uniminiform .hs-form-booleancheckbox span {
  text-align: left;
  font-size: 16px;
  color: #FFF;
}

body .uniminiform fieldset {
  max-width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}

body .uniminiform fieldset .hs-form-field {
  padding: 0 12px;
  margin-bottom: 50px;
}

body .uniminiform fieldset .input {
  width: 100%;
  margin: 0;
}

body .uniminiform fieldset .input input, body .uniminiform fieldset .input select, body .uniminiform fieldset .input textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #3E7581;
  font-size: 16px;
  color: #FFFFFF;
  height: 38px;
  outline: none;
}

body .uniminiform fieldset .input input::-webkit-input-placeholder, body .uniminiform fieldset .input select::-webkit-input-placeholder, body .uniminiform fieldset .input textarea::-webkit-input-placeholder {
  color: #FFF;
}

body .uniminiform fieldset .input input:-ms-input-placeholder, body .uniminiform fieldset .input select:-ms-input-placeholder, body .uniminiform fieldset .input textarea:-ms-input-placeholder {
  color: #FFF;
}

body .uniminiform fieldset .input input::-ms-input-placeholder, body .uniminiform fieldset .input select::-ms-input-placeholder, body .uniminiform fieldset .input textarea::-ms-input-placeholder {
  color: #FFF;
}

body .uniminiform fieldset .input input::placeholder, body .uniminiform fieldset .input select::placeholder, body .uniminiform fieldset .input textarea::placeholder {
  color: #FFF;
}

body .uniminiform fieldset .input input:focus, body .uniminiform fieldset .input select:focus, body .uniminiform fieldset .input textarea:focus {
  border-bottom: 1px solid #FF5A5A;
}

body .uniminiform fieldset .input .hs-input {
  width: 100% !important;
}

body .uniminiform fieldset .input textarea {
  height: 95px;
}

body .uniminiform fieldset .input select {
  background: url(../images/select-arrow.svg) no-repeat right center;
  -webkit-appearance: none;
}

body .uniminiform fieldset .input option {
  color: #3E7581;
}

body .uniminiform .hs-error-msg {
  color: red;
}

body .uniminiform .input .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .uniminiform .input .hs-form-booleancheckbox-display input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 20px;
}

.grecaptcha-badge {
  z-index: 1000;
}

@media (max-width: 767px) {
  .uni-mini-do .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .uni-mini-do .container h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.uni-mini-do .container .uni-min-do-slider {
  position: relative;
}

@media (max-width: 767px) {
  .uni-mini-do .container .uni-min-do-slider .swiper-button-next,
  .uni-mini-do .container .uni-min-do-slider .swiper-button-prev {
    top: 50%;
  }
}

@media (max-width: 767px) {
  .uni-mini-do .container .uni-min-do-slider {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .uni-mini-slider .swiper-slide {
    width: 80%;
  }
}

@media (max-width: 1000px) {
  .envio-sep-box-main {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.envio-sep-box {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 1000px) {
  .envio-sep-box {
    width: 25%;
  }
}

@media (max-width: 1000px) {
  .envio-sep-box {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .envio-sep-box {
    width: 100%;
  }
}

.submitted-message p {
  color: #2ea12e;
  font-size: 20px;
}

.header-strip .go-back a span {
  font-size: 14px;
  line-height: initial;
  margin-top: 4px;
}
/*# sourceMappingURL=style-common.css.map */