.wow {
  visibility: hidden;
  /* Make sure elements are hidden until WOW.js animates them */
}

/* Feel free to change duration  */
.animated {
  animation-duration: 1000 ms;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.spinner-wrap {
  position: absolute;
  right: 447px;
}
.spinner-item {
  border: 4px solid #348084;
  border-radius: 50%;
  height: 1200px;
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  animation-delay: 1.25s;
}
.spinner-item--3 {
  animation-delay: 1.75s;
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.main-banner {
  min-height: 830px;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #016065;
  overflow: hidden;
}
.main-banner .container {
  max-width: 1600px;
  width: 100%;
}
.main-banner .main-banner-content {
  right: 0;
  text-align: left;
  padding-left: 22px;
  max-width: 1440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner .main-banner-content .hero-grid {
  position: absolute;
  left: 0;
  max-width: 24%;
}
.main-banner .main-banner-content .banner-subtitle {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.main-banner .main-banner-content .banner-title {
  color: #fff;
  font-size: 50px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 60px;
  text-align: left;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.main-banner .main-banner-content .banner-bottom-subtitle {
  font-size: 16px;
  display: inline-block;
  position: relative;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  z-index: 2;
  letter-spacing: 1px;
}
.main-banner .main-banner-content .banners-actions {
  display: flex;
}
.main-banner .main-banner-content .banners-actions a {
  cursor: pointer;
  padding: 11px 40px;
  display: inline-block;
  margin: 20px 10px;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: all 0.3s;
  border-radius: 50px;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.main-banner .main-banner-content .banners-actions .banner-demo-btn {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  background-color: #348084;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 0;
  transition: all 0.3s ease;
}
.main-banner .main-banner-content .banners-actions .banner-demo-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  transition: all 0.3s ease;
}
.main-banner .main-banner-content .banners-actions .banner-buy-btn {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  transition: all 0.3s ease;
}
.main-banner .main-banner-content .banners-actions .banner-buy-btn:hover {
  background-color: #348084;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper {
  position: relative;
  z-index: 1;
}
.main-banner .image-element-warpper img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-radius: 1vw 1vw 1vw 1vw;
}
.main-banner .image-element-warpper .image-element-one {
  width: 46%;
  z-index: 2;
  max-width: 370px;
  right: 464px;
  position: absolute;
  bottom: -235px;
  rotate: 325deg;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-one:hover {
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-one img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main-banner .image-element-warpper .image-element-two {
  width: 46%;
  position: absolute;
  right: -237px;
  z-index: 2;
  display: flex;
  justify-content: end;
  max-width: 370px;
  bottom: 244px;
  rotate: 325deg;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-two:hover {
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-two .img-warp {
  width: 100%;
}
.main-banner .image-element-warpper .image-element-two img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main-banner .image-element-warpper .image-element-three {
  text-align: center;
  width: 65%;
  max-width: 485px;
  z-index: 2;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-three:hover {
  scale: 1.1;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-three img {
  width: 100%;
  max-height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main-banner .image-element-warpper .image-element-four {
  text-align: right;
  width: 50%;
  align-items: flex-end;
  z-index: 2;
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-four:hover {
  scale: 1.1;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-four img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main-banner .image-element-warpper .image-element-five {
  position: absolute;
  bottom: -7px;
  right: 119px;
  rotate: 325deg;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-five:hover {
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-five img {
  width: 100%;
  max-height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner .image-element-warpper .image-element-six {
  position: absolute;
  right: -7%;
  bottom: -137px;
  max-width: 315px;
  rotate: 325deg;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-six:hover {
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-six img {
  width: 100%;
  max-height: 378px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-banner .image-element-warpper .image-element-seven {
  position: absolute;
  bottom: -334px;
  right: 172px;
  max-width: 315px;
  rotate: 325deg;
  transition: all 0.3s ease;
}
.main-banner .image-element-warpper .image-element-seven:hover {
  scale: 1.05;
  transition: all 0.3s ease;
}
.main-banner .gradient {
  position: absolute;
  top: 0;
  right: 0;
}
.main-banner .gradient::after {
  position: absolute;
  content: "";
  width: 1200px;
  right: -182px;
  height: 1200px;
  border-radius: 50%;
  background-color: #348084;
  opacity: 0.5;
  top: -165px;
}

@media screen and (max-width: 1280px) {
  .spinner-wrap {
    display: none;
  }
  .main-banner .image-element-warpper .image-element-two {
    width: 46%;
    position: absolute;
    right: -214px;
    z-index: 2;
    display: flex;
    justify-content: end;
    max-width: 370px;
    bottom: 209px;
    rotate: 325deg;
    transition: all 0.3s ease;
  }
  .main-banner .image-element-warpper .image-element-five img {
    width: 100%;
    max-height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-banner .image-element-warpper .image-element-one {
    width: 46%;
    z-index: 2;
    max-width: 306px;
    right: 400px;
    position: absolute;
    bottom: -194px;
    rotate: 325deg;
    transition: all 0.3s ease;
  }
  .main-banner .image-element-warpper .image-element-seven {
    bottom: -330px;
    right: 201px;
    max-width: 280px;
  }
  .main-banner .image-element-warpper .image-element-six {
    right: -5%;
    bottom: -160px;
    max-width: 280px;
  }
  .main-banner .gradient::after {
    position: absolute;
    content: "";
    width: 1200px;
    right: -559px;
    height: 1200px;
    border-radius: 50%;
    background-color: #348084;
    opacity: 0.5;
    top: -165px;
  }
  .main-banner .main-banner-content .banner-title {
    font-size: 33px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .main-banner {
    min-height: 728px;
  }
}
@media screen and (max-width: 991px) {
  .main-banner {
    background-image: url("../images/banner-responsvie.PNG");
    height: 100vh;
  }
  .main-banner .main-banner-content {
    padding-bottom: 50px;
  }
  .main-banner .main-banner-content .banner-title {
    font-size: 40px;
    line-height: 45px;
    max-width: 94%;
    text-align: center;
  }
  .main-banner .main-banner-content .banner-bottom-subtitle {
    text-align: center;
  }
  .main-banner .main-banner-content .banners-actions {
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  .main-banner .image-element-warpper {
    display: none;
  }
  .main-banner .gradient::after {
    position: absolute;
    content: "";
    width: 1200px;
    right: 0;
    height: 1200px;
    border-radius: 0;
    background-color: rgba(52, 128, 132, 0.83);
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-banner .main-banner-content .banners-actions a {
    padding: 13px 50px;
  }
}
@media screen and (max-width: 576px) {
  .main-banner .main-banner-content .banner-title {
    font-size: 36px;
    line-height: 42px;
    max-width: 94%;
    margin-bottom: 10px;
  }
  .main-banner .main-banner-content .banners-actions a {
    padding: 10px 45px;
    margin: 15px 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .main-banner .main-banner-content .banner-title {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .main-banner .main-banner-content .banner-subtitle {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .main-banner .main-banner-content .banners-actions a {
    padding: 7px 26px;
    margin: 15px 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=banner.css.map */