<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap");

body {
  font-family: "Montserrat", sans-serif;
  color: #252d31;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  line-height: 1.6;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

.row&gt;* {
  position: relative;
}

/*******color Loop*******/
.text-primary {
  color: #00776d !important;
}

.bg-primary {
  background-color: #00776d !important;
}

.bg-soft-primary {
  background-color: rgba(0, 119, 109, 0.18) !important;
}

.text-success {
  color: #34af7a !important;
}

.bg-success {
  background-color: #34af7a !important;
}

.bg-soft-success {
  background-color: rgba(52, 175, 122, 0.18) !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.bg-soft-info {
  background-color: rgba(73, 198, 229, 0.18) !important;
}

.text-warning {
  color: #fb8916 !important;
}

.bg-warning {
  background-color: #fb8916 !important;
}

.bg-soft-warning {
  background-color: rgba(251, 137, 22, 0.18) !important;
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.bg-soft-danger {
  background-color: rgba(239, 75, 75, 0.18) !important;
}

.text-light {
  color: #bbbaba !important;
}

.bg-light {
  background-color: #bbbaba !important;
}

.bg-soft-light {
  background-color: rgba(187, 186, 186, 0.18) !important;
}

.text-dark {
  color: #152c5c !important;
}

.bg-dark {
  background-color: #152c5c !important;
}

.bg-soft-dark {
  background-color: rgba(21, 44, 92, 0.18) !important;
}

.text-muted {
  color: #839393 !important;
}

.bg-muted {
  background-color: #839393 !important;
}

.bg-soft-muted {
  background-color: rgba(131, 147, 147, 0.18) !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/*******font-size*******/
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/**********bg-overlay***************/
.bg-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(131deg, #0f5650, transparent);
}

/************overflow-x**************/
.overflow-hidden-x {
  overflow-x: hidden;
}

/***********heading***************/
.home-shape-arrow {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}

.home-shape-arrow i {
  background: white;
  border: 1px solid #00776d;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.heading {
  position: relative;
  margin-bottom: 28px;
}

.heading::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 119, 109, 0.8);
  height: 2px;
  width: 79px;
  left: 50%;
  bottom: -12px;
  z-index: -1;
  transform: translateX(-50%);
}

.heading::after {
  content: "";
  position: absolute;
  border: 9px solid #ffffff;
  left: 50%;
  border-bottom: 11px solid #00776d;
  bottom: -16px;
  z-index: -1;
  transform: translateX(-50%);
}

#back-to-top {
  width: 60px;
  height: 60px;
  bottom: 123px;
  /* width: 40px;
  height: 40px; */
  position: fixed;
  /* bottom: 20px; */
  z-index: 999;
  right: 26px;
  background: #00776d;
  border-color: transparent;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
  display: none;
}

#back-to-top:hover {
  background-color: white;
  color: #252d31;
  border: 1px solid;
}

/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

/*******link color*******/
.primary-link {
  color: #152c5c;
  transition: all 0.5s ease;
}

.primary-link:hover {
  color: #00776d;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

.btn {
  /* padding: 13px 36px; */
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
}

.btn:hover {
  text-shadow: 0px 0.2px 0px rgb(0, 0, 0);
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #000;
  border-color: #000!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open&gt;.dropdown-toggle.btn-primary {
  background: #00635a;
  border-color: #00635a;
  box-shadow: 0px 8px 20px -6px rgba(0, 119, 109, 0.6);
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #00776d;
  border-color: #00776d;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open&gt;.dropdown-toggle.btn-primary {
  background: #00776d;
  border-color: #00776d;
  box-shadow: 0px 8px 20px -6px rgba(0, 119, 109, 0.6);
  transform: translateY(-6px);
}

.btn-success {
  background: #34af7a;
  border-color: #34af7a !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open&gt;.dropdown-toggle.btn-primary {
  background: #2f9f6f;
  border-color: #2f9f6f;
  box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, 0.6);
  transform: translateY(-6px);
}

.btn-outline-success {
  color: #34af7a;
  border-color: #34af7a;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open&gt;.dropdown-toggle.btn-primary {
  background: #34af7a;
  border-color: #34af7a;
  box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open&gt;.dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open&gt;.dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #fb8916;
  border-color: #fb8916 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open&gt;.dropdown-toggle.btn-primary {
  background: #f87f04;
  border-color: #f87f04;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-outline-warning {
  color: #fb8916;
  border-color: #fb8916;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open&gt;.dropdown-toggle.btn-primary {
  background: #fb8916;
  border-color: #fb8916;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open&gt;.dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open&gt;.dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #bbbaba;
  border-color: #bbbaba !important;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open&gt;.dropdown-toggle.btn-primary {
  background: #b1b0b0;
  border-color: #b1b0b0;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-outline-light {
  color: #bbbaba;
  border-color: #bbbaba;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open&gt;.dropdown-toggle.btn-primary {
  background: #bbbaba;
  border-color: #bbbaba;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #152c5c;
  border-color: #152c5c !important;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open&gt;.dropdown-toggle.btn-primary {
  background: #11244b;
  border-color: #11244b;
  box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
  transform: translateY(-6px);
}

.btn-outline-dark {
  color: #152c5c;
  border-color: #152c5c;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open&gt;.dropdown-toggle.btn-primary {
  background: #152c5c;
  border-color: #152c5c;
  box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #839393;
  border-color: #839393 !important;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open&gt;.dropdown-toggle.btn-primary {
  background: #788a8a;
  border-color: #788a8a;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-outline-muted {
  color: #839393;
  border-color: #839393;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open&gt;.dropdown-toggle.btn-primary {
  background: #839393;
  border-color: #839393;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open&gt;.dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open&gt;.dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #152c5c;
}

.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  background-color: #00776d;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}

.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #f8f9fa;
  border-radius: 50%;
  transition: all 0.2s;
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}

.navbar-custom {
  background-color: transparent;
  padding: 18px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-brand {
  margin-right: 0;
}

.navbar-custom .navbar-brand .logo-light {
  display: inline-block;
}

.navbar-custom .navbar-brand .logo-dark {
  display: none;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 14px;
  transition: all 0.5s;
  position: relative;
  font-weight: 500;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}

.navbar-custom .navbar-collapse .nav-btn {
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
}

.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #00776d
}

.navbar-custom .navbar-toggler:focus {
  /* box-shadow: 0 0 0 1.25px; */
  box-shadow: 0 3px 10px 0 #266bc114
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 9px 0px 2px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}

.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .logo-light {
  display: none;
}

.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #252d31 !important;
}

.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #00776d !important;
}

.nav-sticky .navbar-nav .nav-item .nav-link:hover {
  color: #00776d !important;
}

.nav-sticky .navbar-nav .nav-item .nav-link::before {
  background-color: #00776d !important;
}

.nav-sticky .nav-btn {
  background-color: #00776d;
  color: white;
}

.modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}

.modal .modal-dialog .modal-content .modal-body .modal-title {
  font-weight: 600;
}

.modal .modal-dialog .modal-content .modal-footer .footer-text {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 768px) {
  .navbar-custom {
    padding:5px 0px 0px;
    background-color: white;
  }

  .navbar-custom .navbar-brand {
    margin-left: 14px;
  }

  .navbar-custom .navbar-brand .logo-dark {
    display: inline-block !important;
  }

  .navbar-custom .navbar-brand .logo-light {
    display: none !important;
  }

  .navbar-custom .nav-item .nav-link {
    display: inline-block;
    color: #252d31 !important;
  }

  .navbar-custom .nav-item .nav-link.active {
    color: #00776d;
  }

  .navbar-nav .nav-item .nav-link {
    color: #252d31 !important;
  }

  .navbar-nav .nav-item .nav-link.active {
    color: #00776d !important;
  }

  .navbar-nav .nav-item .nav-link:hover {
    color: #00776d !important;
  }

  .navbar-nav .nav-item .nav-link::before {
    background-color: #00776d !important;
  }

  .nav-btn {
    background-color: #00776d !important;
    color: white !important;
  }
}

.home {
  background-position: center;
  background-size: cover;
  padding: 215px 0;
}

.home .home-heading h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid;
  padding: 5px 10px 90px 20px;
  background: rgb(0, 0, 0, 0.3);
}

.home .home-btn {
  margin-top: 30px;
}

.home .home-btn .modal-btn {
  position: relative;
  padding: 13px 52px 13px 30px;
}

.home .home-btn .modal-btn span {
  position: absolute;
  align-items: center;
  justify-content: center;
}

.home .home-btn .modal-btn span i {
  font-size: 34px;
}

.home .home-btn .modal-btn:hover .btn-icon, .home .home-btn .modal-btn:focus .btn-icon {
  background-color: #ffffff;
  color: #00776d;
  transition: all 0.9s ease;
}

.home .home-modal {
  border: 0;
  background-color: transparent;
}

.home .home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(21, 44, 92, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}

.home .home-modal .btn-close:hover, .home .home-modal .btn-close:focus {
  opacity: 0.5;
}

.home .home-modal video:focus {
  outline: none;
}

.home-1 {
  background-image: url(../images/home-1.png);
}

.home-1 .bg-overlay {
  background: linear-gradient(131deg, #0f5650, transparent);
}

.home-2 {
  background-image: url("../images/home-2.jpg");
}

.home-2 #myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-2 .bg-overlay {
  background-color: rgba(37, 45, 49, 0.6);
  background-image: none;
}

.home-3 {
  background-image: url("../images/home-3.png");
}

.home-3 .bg-overlay {
  background-color: rgba(37, 45, 49, 0.6);
  background-image: none;
}

.home-modal {
  border: 0;
  background-color: transparent;
}

.home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(21, 44, 92, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}

.home-modal .btn-close:hover, .home-modal .btn-close:focus {
  opacity: 0.5;
}

.home-modal video:focus {
  outline: none;
}

.text-cursor {
  cursor: text;
}

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.bottom-img {
  position: relative;
  bottom: -215px;
  width: 100%;
}

.bottom-img img {
  width: 100%;
}

.home-4 {
  background-color: #00776d;
}

.home-4 .home-btn .modal-btn .btn-icon {
  color: #00776d;
  background-color: white;
}

.home-4 .shape-1 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100%;
  animation: shape-1 1.5s alternate infinite ease;
}

.home-4 .shape-2 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 40%;
  animation: shape-2 2.5s alternate infinite ease;
}

.home-4 .shape-3 {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0%;
  animation: shape-3 3.5s alternate infinite ease;
}

.home-4 .frame {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 70%;
  animation: frame 3.5s alternate infinite ease;
}

@keyframes shape-1 {
  0% {
    top: 80%;
  }

  40% {
    height: auto;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

@keyframes shape-2 {
  0% {
    top: 3%;
  }

  40% {
    height: auto;
    transform: scaleX(1);
  }

  100% {
    top: 25%;
  }
}

@keyframes shape-3 {
  0% {
    top: 60%;
  }

  40% {
    height: auto;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

@keyframes frame {
  0% {
    top: 0%;
  }

  50% {
    top: 3%;
  }

  100% {
    top: 0%;
  }
}

.home-5 {
  background-color: #00776d;
  padding: 244px ​0;
}

.home-5 .home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -2px;
  left: -15px;
}

.home-5 .contact-form {
  background-color: rgba(0, 119, 109, 0.3);
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
}

.home-5 .contact-form .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  font-size: 30px;
  color: #ffffff;
}

.home-5 .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: rgba(187, 186, 186, 0.4);
  color: #252d31;
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
}

.home-5 .form-control {
  padding: 12px 20px !important;
  /* padding-left: 58px !important; */
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.home-6 {
  background-image: url("../images/home-6bg.png");
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 64% 90%, 22% 100%, 0 87%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 64% 90%, 22% 100%, 0 87%);
}

.home-6 .book {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -2%;
  animation: book 1.5s alternate infinite ease;
}

.home-6 .drive {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 58%;
  animation: drive 2.5s alternate infinite ease;
}

@keyframes book {
  0% {
    top: 31%;
  }

  40% {
    transform: scaleX(1);
  }

  100% {
    top: 33%;
  }
}

@keyframes drive {
  0% {
    top: 63%;
  }

  40% {
    transform: scaleX(1);
  }

  100% {
    top: 74%;
  }
}

@media (max-width: 1200px) {
  .home .home-img {
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .home {
    padding: 100px 0;
  }

  .home .modal-btn {
    padding: 13px 75px 13px 30px !important;
  }

  .home .home-heading h1 {
    font-size: 36px;
  }

  .home-2 {
    padding: 130px 0;
  }
}

.cta {
  position: relative;
  background: linear-gradient(rgba(37, 45, 49, 0.7), rgba(37, 45, 49, 0.7)), url("../images/home-2.jpeg") fixed no-repeat;
  color: #ffffff;
}

.cta .cta-heading {
  font-size: 35px;
  font-weight: 600;
}

.cta marquee {
  position: absolute;
  top: 0;
  background-color: rgba(37, 45, 49, 0.5);
  padding: 6px;
  font-size: 14px;
}

.feature .feature-card {
  border: none;
  background: transparent;
  padding: 28px 29px;
  position: relative;
  border-radius: 10px;
}

.feature .feature-card:hover {
  color: rgba(0, 119, 109, 0.9);
}

.feature .feature-card:hover:before {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 119, 109, 0.2);
}

.feature .feature-card::before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
  z-index: -1;
}

.feature .feature-heading {
  position: relative;
  font-size: 28px;
  margin-bottom: 4px;
}

.feature .feature-heading::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 119, 109, 0.4);
  height: 50px;
  width: 50px;
  bottom: -14px;
  border-radius: 100% 38% 100% 51%/45% 49% 100% 100%;
  z-index: -1;
  transform: translateX(-50%);
  height: 38px;
  width: 38px;
  bottom: 0px;
  left: 15px;
}

.feature .feature-list {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}

.feature .feature-list li {
  position: relative;
  display: flex;
  padding: 15px 25px 15px 15px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 119, 109, 0.09);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #839393;
}

.feature .feature-list li:hover {
  background: rgba(0, 119, 109, 0.2);
  border-radius: 8px;
}

.feature .feature-list li i {
  margin-right: 8px;
  font-size: 22px;
  line-height: 19px;
}

.accordion {
  margin-top: 30px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  background: rgba(187, 186, 186, 0.06);
  font-weight: 500;
  padding: 10px 20px;
  box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #00776d;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: #dee2e6;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "\f0140";
  font-family: "Material Design Icons";
  background: transparent;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion .accordion-item .accordion-collapse .accordion-body a {
  text-decoration: none;
  font-size: 14px;
  color: #252d31;
  font-weight: 500;
}

.accordion .accordion-item .accordion-collapse .accordion-body a:hover {
  color: #00776d;
}

.accordion .accordion-button:not(.collapsed) {
  color: #00776d;
  font-weight: 500;
  border-bottom: 1px solid rgba(187, 186, 186, 0.5);
  box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f0140";
  font-family: "Material Design Icons";
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: transparent;
  color: #00776d;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .features-box .card-body {
    padding: 45px !important;
  }
}

.reviews {
  background: rgba(187, 186, 186, 0.08);
}

.reviews .reviews-box .card-body {
  padding: 30px;
}

.reviews .reviews-box .card-body .reviews-card {
  position: relative;
  border-color: rgba(0, 119, 109, 0.8);
}

.reviews .reviews-box .card-body .reviews-card::before {
  content: "";
  position: absolute;
  top: -54px;
  z-index: -3;
  height: 400px;
  width: 180px;
  align-self: center;
  background-color: rgba(0, 119, 109, 0.3);
}

.reviews .reviews-box .card-body .reviews-card .card-body {
  padding: 15px;
}

.reviews .reviews-box .card-body .reviews-heading {
  position: relative;
  margin: 18px 0;
}

.reviews .reviews-box .card-body .reviews-heading::before {
  content: "";
  position: absolute;
  top: 26px;
  height: 5px;
  width: 190px;
  background-color: #00776d;
}

.reviews .carousel-indicators {
  left: 10%;
  top: 70%;
}

.reviews .carousel-indicators button {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 119, 109, 0.8);
  border-radius: 50%;
}

.reviews .reviews-quote-1 {
  width: 40px;
  opacity: 0.3;
}

@media (max-width: 576px) {
  .carousel-indicators {
    display: none;
  }
}

.pricing .pricing-box {
  transition: all 0.8s;
  border-radius: 12px;
  position: relative;
}

.pricing .pricing-box:hover {
  transform: translateY(-10px);
  border: 1px solid #00776d !important;
  transition: all 0.9s;
}

.pricing .pricing-box:hover .card {
  transition: all 0.09s;
  background-color: #00776d;
  transition: all 0.9s;
}

.pricing .pricing-box:hover .card .card-body {
  border-bottom: none;
}

.pricing .pricing-box:hover .card .card-body h6 {
  color: #ffffff;
}

.pricing .pricing-box:hover .card .card-body h1 {
  color: #ffffff;
}

.pricing .pricing-box:hover .card .card-body h1 sub {
  color: #ffffff;
}

.pricing .pricing-box ul li {
  padding: 8px 0;
}

.pricing .pricing-box .pricing-lable {
  position: absolute;
  background-color: #00776d;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 90px;
  z-index: 1;
  top: -1px;
  right: 0;
  transform: rotate(-90deg) translateX(-27%);
}

.pricing .pricing-box .pricing-lable::after {
  content: "";
  border-top: 20px solid #00776d;
  border-bottom: 20px solid #00776d;
  border-left: 16px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.pricing .pricing-box .card {
  border: none;
  border-radius: 9px 9px 0 0;
  background: transparent;
}

.pricing .pricing-box .card .card-body {
  padding: 25px;
  border-bottom: 1px solid rgba(131, 147, 147, 0.352);
}

.pricing .pricing-box .card .card-body h6 {
  color: #00776d;
}

.pricing .pricing-box .card .card-body h1 sub {
  color: #839393;
}

.pricing .active {
  border: 1px solid #00776d !important;
  transform: translateY(-10px);
}

.pricing .active .pricing-lable {
  background-color: white;
  text-transform: uppercase;
  transition: all 0.9s;
  color: #252d31;
}

.pricing .active .pricing-lable::after {
  border-color: white;
  border-left: 16px solid transparent;
  transition: all 0.9s;
}

.pricing .active .card {
  background-color: #00776d;
  transition: all 0.9s;
}

.pricing .active .card .card-body {
  border-bottom: none;
}

.pricing .active .card .card-body h6 {
  color: #ffffff;
}

.pricing .active .card .card-body h1 {
  color: #ffffff;
}

.pricing .active .card .card-body h1 sub {
  color: #ffffff;
}

@media (max-width: 768px) {
  .bg-shape {
    background: transparent;
  }

  .pricing-bg::before {
    display: none;
  }
}

.team {
  background-color: rgba(187, 186, 186, 0.08);
  overflow: hidden;
}

.team #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.team .team-card {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.team .team-card .team-card-img {
  position: relative;
  overflow: hidden;
}

.team .team-card .team-card-img img {
  transition: 0.5s ease-in-out;
  border-radius: 10px 10px 0 0;
}

.team .team-card .team-card-img .team-social-icons {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.team .team-card .team-card-img .team-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team .team-card .team-card-img .team-social-icons ul li {
  display: inline-block;
  transition: 0.5s ease-in-out;
  transform: rotateX(90deg);
  transform-origin: bottom;
}

.team .team-card .team-card-img .team-social-icons ul li a {
  width: 35px;
  height: 30px;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #252d31;
}

.team .team-card .team-card-img .team-social-icons ul li a:hover {
  background-color: #00776d;
}

.team .team-card .team-card-img .team-social-icons ul li:nth-child(odd) {
  transition: 0.9s ease-in-out;
}

.team .team-card .team-card-text-2 {
  padding: 22px;
}

.team .team-card:hover .team-card-img img {
  transform: scale(1.05);
}

.team .team-card:hover .team-card-img .team-social-icons ul li {
  transform: rotateX(0);
}

.contact .contact-form .input-group-text {
  padding: 12px 15px;
  border: none;
  background-color: #00776d;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}

.contact .contact-form .form-control {
  padding: 12px 20px !important;
  /* padding-left: 58px !important; */
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.bg-account-pages {
  background: white;
  background: linear-gradient(180deg, white 0%, #00776d 81%);
  display: flex;
  align-items: center;
}

.bg-account-pages .home-btn {
  position: absolute;
  top: 15px;
  right: 25px;
}

.bg-account-pages .card {
  border: none;
}

.bg-account-pages .card .card-body .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bg-account-pages .card .card-body form .form-check .form-check-input {
  font-size: 14px;
}

.bg-account-pages .card .card-body form .form-check .form-check-label {
  font-size: 13px;
}

.bg-account-pages .card .card-body form button {
  padding: 10px 0;
}

.bg-account-pages .card .mt-n5 {
  margin-top: -50px;
}

.bg-account-pages .card .plan-line {
  font-size: 15px;
}

.bg-account-pages .card .plan-line::before {
  content: "";
  border: 1px solid #ebebeb;
  position: absolute;
  width: 26%;
  left: 64%;
  top: 11px;
}

.bg-account-pages .card .plan-line::after {
  content: "";
  border: 1px solid #ebebeb;
  position: absolute;
  width: 26%;
  right: 64%;
  top: 11px;
}

.bg-account-pages .card .form-control {
  padding: 9px 12px;
  font-size: 14px;
}

.btn-social-icon li {
  background-color: #00776d;
  border: 1px solid transparent;
  transition: all 0.6s ease;
  font-size: 18px;
  border-radius: 45px;
  width: 33px;
  height: 33px;
  line-height: 30px;
}

.btn-social-icon li:hover {
  background-color: #ffffff;
  border: 1px solid #bbbaba;
}

.btn-social-icon li:hover a {
  color: #00776d;
}

.btn-social-icon li a {
  color: #ffffff;
}

@media (max-width: 576px) {
  .bg-account-pages .home-btn {
    display: none;
  }

  .bg-account-pages .plan-line::before {
    display: none;
  }

  .bg-account-pages .plan-line::after {
    display: none;
  }
}

.footer {
  color: white;
  font-size: 15px;
  background-color: rgba(37, 45, 49, 0.9);
}

.footer-alt {
  background-color: rgba(37, 45, 49, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon .list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.social-icon li a {
  color: white;
  border: 1px solid white;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  border-radius: 7px;
}

.social-icon li a:hover {
  background-color: white;
  color: #00776d;
}

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


.team-card-text-2 .btn {
  padding: 5px 15px !important;
}

.about-page .navbar-nav .nav-item .nav-link.active {
  color: #000;
}




.search-container {
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.search-box {
  display: flex;
  align-items: center;
}

input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

i {
  margin-left: 10px;
  color: #555;
  cursor: pointer;
}


@media (max-width: 992px) {
  .parentbox {
    flex-direction: column;
  }

  .top-rated-product-item .blog_1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .parentbox .row {
    padding-top: 3rem;
  }

}

/*  Button cart  */

@media (max-width: 991px) {
  .cartNavbar {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .cartMobile {
    display: none;
  }
}
.cta2 {
    position: relative;
    background: linear-gradient(rgba(37, 45, 49, 0.7), rgba(37, 45, 49, 0.7)), url(../images/home-4.jpeg) fixed no-repeat;
    color: #ffffff;
}
.blogheading{color: #000;font-size: 18px;font-weight: 600;
  line-height: 1.2;margin-bottom: .5rem;}
  .news-item-text {
    padding: 25px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  overflow: hidden;margin-bottom: 5%;
}
.blog-section {
  padding: 6rem 0;
  background: #f6f6f6;
}
p.text-body-text22 {
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-family: "Noto Sans", sans-serif;
}</pre></body></html>