<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
.pb-30 {
  padding-bottom: 30px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar {
  position: relative;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 30px;
  }
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar-toggler[aria-expanded="false"] svg:first-child {
  display: block;
}

.navbar-toggler[aria-expanded="false"] svg:last-child {
  display: none;
}

.navbar-toggler[aria-expanded="true"] svg:first-child {
  display: none;
}

.navbar-toggler[aria-expanded="true"] svg:last-child {
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    padding: 25px 0;
  }
}

.navbar-color {
  background: #009ba1;
}

.navbar-color .nav-link {
  color: #f1f1f1;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
  margin: 5px;
}

.navbar-color .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-color .nav-link:hover::after {
  width: 100%;
}

.brand-logo-cover {
  padding: 15px;
}

.brand-logo-cover img {
  width: 100%;
  max-width: 180px;
}

.text-box {
  font-family: "Roboto", sans-serif;
}

.text-box h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.text-box p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 33px;
}

.text-box ol li {
  color: #434343;
  font-weight: 600;
  line-height: 33px;
}

section .container-fluid {
  padding: 0 100px;
  max-width: 1800px;
}

@media screen and (max-width: 767px) {
  section .container-fluid {
    padding: 0 60px;
  }
}

@media screen and (max-width: 500px) {
  section .container-fluid {
    padding: 0 30px;
  }
}

#home_section {
  width: 100%;
  height: auto;
  background-color: #009ba1;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
}

#home_section .text-box {
  padding: 60px 0;
}

#home_section h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  #home_section h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 330px) {
  #home_section h1 {
    font-size: 2rem;
  }
}

#home_section p {
  color: #cbc9c9;
  font-weight: 500;
  max-width: 750px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  #home_section p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 330px) {
  #home_section p {
    font-size: 1.1rem;
  }
}

#home_section .price div {
  background-color: #009ba1;
  border-radius: 7px;
  padding: 7px 12px;
}

#home_section .price div h3 {
  color: #d2d9eb;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f10a0a;
          text-decoration-color: #f10a0a;
}

#home_section .price div h2 {
  color: #fff;
  font-weight: 700;
}

#home_section form {
  width: 100%;
  background-color: #ededed;
  border-radius: 15px;
  overflow: hidden;
}

#home_section form .header {
  background-color: #009ba1;
  color: #fff;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 19px;
}

#home_section form .form-group {
  margin-bottom: 0.5rem;
}

#home_section form input {
  background: #fff;
  border: #fff;
  color: #454545;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

#home_section form button {
  background: #009ba1;
  border: #009ba1;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  margin-top: 1.2rem;
}

#section2 {
  position: relative;
}

#section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: "#fff";
  background-image: url("../images/bg1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 30%;
  z-index: -1;
}

#section2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-color: #009ba1;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#section2 h1 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

#section2 .cr1 .ar {
  width: 15%;
}

#section2 .cr1 .ar button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
}

#section2 .cr1 .cr {
  width: 70%;
}

#section2 .cr1 .cr .video-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

#section2 .cr1 .cr .video-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#section2 .cr1 .cr .caption {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 20px 15px;
  color: #fff;
}

#section2 .cr1 .cr .caption h3 {
  font-weight: 500;
}

#section2 .cr1 .cr .caption p {
  font-weight: 400;
}

#section3 {
  font-family: "Roboto", sans-serif;
}

#section3 .para {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  text-align: center;
}

#section3 a {
  text-decoration: none;
}

#section3 button {
  margin: 30px 0;
  background: #009ba1;
  border: #009ba1;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
}

#section3 .owl-carousel {
  position: relative;
  padding: 0 80px;
}

#section3 .owl-carousel .item {
  font-family: "Roboto", sans-serif;
  position: relative;
}

#section3 .owl-carousel .item::after {
  content: "";
  width: 1px;
  height: 30%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  background-color: #bcc4c4;
}

#section3 .owl-carousel .item h3 {
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  font-size: 23px;
}

#section3 .owl-carousel .item .image {
  border-radius: 10px;
  overflow: hidden;
}

#section3 .owl-carousel .item .dt {
  padding: 15px;
  text-align: center;
}

#section3 .owl-carousel .item .dt h4 {
  color: #009ba1;
  font-weight: 400;
  font-size: 20px;
}

#section3 .owl-carousel .item .dt h5 {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 19px;
}

#section3 .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section3 .owl-carousel .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section3 .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  color: #4d4d4d;
  font-size: 40px;
}

#section3 .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

#section3 .owl-carousel .owl-nav .owl-next {
  right: 0;
}

#section4 {
  font-family: "Roboto", sans-serif;
}

#section4 p {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
}

#section4 ul {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
}

#section5 {
  position: relative;
}

#section5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: "#fff";
  background-image: url("../images/bg-5.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 20%;
  z-index: -1;
}

#section5 h1 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

#section5 .cr1 .ar {
  width: 15%;
}

#section5 .cr1 .ar button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #4d4d4d;
}

#section5 .cr1 .cr {
  width: 70%;
}

#section5 .cr1 .cr .caption {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 20px 15px;
  color: #4d4d4d;
}

#section5 .cr1 .cr .caption h3 {
  font-weight: 500;
}

.mn-heading {
  font-family: "Roboto", sans-serif;
}

.mn-heading h2 {
  color: #009ba1;
  font-weight: 500;
}

.mn-heading .border-bottom {
  border-bottom: 1px solid #009ba16b !important;
  position: relative;
  top: -5px;
  margin-left: 10px;
}

footer {
  background-color: #009ba1;
  padding: 15px 0;
}

footer .copy-right p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-align: center;
}

#mainModal .modal-header {
  background-color: #157270;
  color: #fff;
  border: none;
}

#mainModal .modal-header .close {
  background-color: #fff;
  opacity: 1;
  color: #157270;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 0 !important;
  font-size: 20px;
}

#mainModal .modal-header .close span {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mainModal .modal-body {
  background-color: #3da8a8;
  color: #fff;
}

.social-area a {
  background-color: #fff;
  color: #33999d;
  margin: 8px;
  padding: 5px;
  border-radius: 3px;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>