@font-face {
  font-family: "quicksandbold";
  src: url("../fonts/quicksand_bold-webfont.woff2") format("woff2"), url("../fonts/quicksand_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "quicksandbook";
  src: url("../fonts/quicksand_book-webfont.woff2") format("woff2"), url("../fonts/quicksand_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "quicksandlight";
  src: url("../fonts/quicksand_light-webfont.woff2") format("woff2"), url("../fonts/quicksand_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nature Beauty Personal Use";
  src: url("../fonts/NatureBeautyPersonalUse.woff2") format("woff2"), url("../fonts/NatureBeautyPersonalUse.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #363636;
  padding: 0 !important;
  font-family: "quicksandbook";
  overflow: hidden;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #000000;
}
body::-webkit-scrollbar-thumb {
  background-color: #00aeef;
}
@media (max-width: 575px) {
  body {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 500ms all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1 {
  font-size: 90px;
  font-family: "quicksandbold";
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 44px;
  font-family: "quicksandbold";
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 33px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 20px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 0px 0px;
  width: 100%;
  display: flex;
  z-index: 99;
  justify-content: space-between !important;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1199px) {
  .header {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .header {
    position: relative;
    background-color: #000000;
  }
}
.header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 500ms all;
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header .logo {
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .header .logo {
    text-align: left;
  }
}
.header .logo a {
  display: inline-block;
}
.header .logo a img {
  max-width: 150px;
}
@media (max-width: 991px) {
  .header .logo a img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .header .logo a img {
    width: 70px;
  }
}
.header .nav-wrap {
  position: relative;
  z-index: 1;
  transition: 400ms all;
}
@media (max-width: 991px) {
  .header .nav-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    top: 19px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap {
    padding: 5px 0 0;
    top: 69px;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap {
    padding: 0;
    top: 74px;
  }
}
.header .nav-wrap .head-top {
  margin: 20px 0 30px;
  transition: 400ms all;
}
@media (max-width: 991px) {
  .header .nav-wrap .head-top {
    padding-right: 55px;
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .head-top {
    padding-right: 55px;
    margin-right: 12px;
    display: none;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .head-top {
    width: 100%;
  }
}
.header .nav-wrap .head-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -6px;
}
.header .nav-wrap .head-top ul li {
  padding: 0 6px;
}
.header .nav-wrap .head-top ul li a {
  padding: 10px 25px 12px;
  background-color: #00aeef;
  color: #ffffff;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  line-height: 24px;
  font-family: "quicksandbold";
  border-radius: 6px;
}
@media (max-width: 991px) {
  .header .nav-wrap .head-top ul li a {
    padding: 6px 15px;
    margin-right: 10px;
  }
}
.header .nav-wrap .head-top ul li a:hover {
  background: #7fbc03;
  color: #ffffff;
}
.header .nav-wrap .navbar {
  width: 100%;
  background-color: transparent !important;
  padding: 0;
}
.header .nav-wrap .navbar .navbar-toggler {
  background-color: #00aeef;
  box-shadow: none;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-toggler {
    position: absolute;
    right: 12px;
    top: -37px;
    padding: 6px 8px 8px;
    border: none;
    border-radius: 0;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-toggler {
    right: 12px;
    top: -53px;
  }
}
.header .nav-wrap .navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) invert(1);
  width: 1.3em;
  height: 0.9em;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    padding: 30px 30px 8px;
    background-color: #ffffff;
    margin-top: 34px;
    background: #00a197;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    margin-top: 6px;
    padding: 30px 15px 15px;
  }
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav {
    margin-top: 0;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    margin-bottom: 12px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-right: 10px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
  font-size: 26px;
  padding: 0 10px 20px;
  color: #ffffff;
  font-family: "quicksandbold";
  position: relative;
}
@media (max-width: 1199px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 24px;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  height: 5px;
  border-radius: 3px;
  background: url(../images/underline.png);
  background-size: 170px;
  background-repeat: no-repeat;
  display: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
  background: transparent;
  color: #00aeef;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a:hover::before {
  display: block;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active {
  color: #00aeef;
  position: relative;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active::after {
  display: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.active::before {
  display: block;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.more-btn {
  display: none;
  background-color: #00aeef;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.more-btn {
    display: inline-block;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item a.more-btn:hover {
  background-color: #7fbc03;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.donate {
  display: none;
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.donate {
    display: inline-block;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.search {
  position: relative;
  width: calc(100% - 12px);
  display: none;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.search {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.search {
    width: 100%;
  }
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.search img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 13px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.search input {
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  padding: 10px 40px 10px 15px;
  font-size: 20px;
  width: 100%;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 20px 0px;
  background-color: #00aeef;
  border: none;
  border-radius: 0;
  min-width: 200px;
  transform: translateX(-50%);
  left: 50%;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li {
  margin: 0px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
  transition: all 400ms linear;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link:hover {
  opacity: 0.8;
  color: #000;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before,
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link::before {
  display: none;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.menu-item-has-children:hover .mega-menu, .header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item:hover .mega-menu {
  display: flex;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:not(.drop-mega).menu-item-has-children:hover .dropdown-menu {
  display: block;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega {
  position: static;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu {
  position: absolute;
  width: 100%;
  gap: 0px 15px;
  flex-wrap: wrap;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu * a {
  text-align: left !important;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu > li {
  flex: 1;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu > li > a {
  font-size: 22px !important;
  position: relative;
  color: #fff !important;
  opacity: 1 !important;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #28c4ff;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second {
  padding: 0px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second li a.dropdown-item {
  text-align: left;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second {
  padding-left: 20px;
  line-height: 15px;
  font-size: 15px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second li {
  position: relative;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 0px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second li a {
  font-size: 16px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second li a:hover {
  color: #000;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second ul.menu-second {
  padding-left: 20px;
  line-height: 14px;
  font-size: 14px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second ul.menu-second li {
  position: relative;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second ul.menu-second li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 50%;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second ul.menu-second li a {
  font-size: 15px;
}
.header .nav-wrap .navbar .navbar-collapse .navbar-nav .nav-item.drop-mega .mega-menu ul.menu-second ul.menu-second ul.menu-second li a:hover {
  color: #000;
}
.header.sticky-nav {
  top: 0px;
  position: fixed;
  border-bottom: none;
  transition: 500ms all;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.header.sticky-nav::before {
  height: 100%;
}
.header.sticky-nav .nav-wrap .head-top {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .header.sticky-nav .nav-wrap .head-top {
    margin-bottom: 0;
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 23, 54, 0.1);
}
.banner .flexslider {
  background-color: #000000;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .banner .flexslider {
    border-radius: 20px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .banner .flexslider {
    border-radius: 15px;
  }
}
.banner .flexslider .flex-direction-nav {
  display: none;
}
.banner .flexslider li {
  height: 100vh;
  background-color: #000000;
}
@media (max-width: 767px) {
  .banner .flexslider li {
    height: 300px;
  }
}
.banner .flexslider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .flexslider li .inner {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .banner .flexslider li .inner {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .banner .flexslider li .inner {
    justify-content: center;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
}
.banner .flexslider li .inner h1 {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .banner .flexslider li .inner h1 {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner .flexslider li .inner h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner .flexslider li .inner h1 {
    font-size: 30px;
  }
}
.banner .flexslider li .inner h1 span {
  font-size: 170px;
  font-family: "Nature Beauty Personal Use";
}
@media (max-width: 991px) {
  .banner .flexslider li .inner h1 span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .banner .flexslider li .inner h1 span {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .banner .flexslider li .inner h1 span {
    font-size: 50px;
  }
}
.banner .flexslider li .inner a {
  color: #ffffff;
  text-underline-offset: 4px;
  padding: 10px 25px 14px;
  background-color: #7fbc03;
  color: #ffffff;
  font-size: 24px;
  font-family: "quicksandbold";
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media (max-width: 767px) {
  .banner .flexslider li .inner a {
    font-size: 20px;
    padding: 8px 15px 10px;
  }
}
@media (max-width: 575px) {
  .banner .flexslider li .inner a {
    font-size: 18px;
    padding: 6px 10px 8px;
  }
}

.project-updates {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .project-updates {
    margin-top: 0;
    padding-top: 50px;
  }
}
.project-updates .updates-wrap {
  display: flex;
  justify-content: center;
}
.project-updates .updates-wrap .inner {
  max-width: 960px;
  padding: 50px 100px;
  border: 20px solid #ffffff;
  background-color: #00aeef;
  border-radius: 100px 0 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .project-updates .updates-wrap .inner {
    padding: 20px;
    border-radius: 20px;
    border: none;
  }
}
.project-updates .updates-wrap .inner .shape {
  position: absolute;
  left: 0;
  top: 99%;
}
@media (max-width: 767px) {
  .project-updates .updates-wrap .inner .shape {
    display: none;
  }
}
.project-updates .updates-wrap .inner h2 {
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  font-size: 40px;
}
.project-updates .updates-wrap .inner p {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 25px;
  line-height: 36px;
  font-family: "quicksandbook";
}
@media (max-width: 767px) {
  .project-updates .updates-wrap .inner p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .project-updates .updates-wrap .inner p {
    font-size: 18px;
  }
}
.project-updates .updates-wrap .inner a {
  float: right;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 575px) {
  .project-updates .updates-wrap .inner a {
    float: none;
  }
}

.services {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .services {
    padding: 70px 0 46px;
  }
}
@media (max-width: 575px) {
  .services {
    padding: 50px 0 26px;
  }
}
.services .container .row {
  margin: 0 -25px;
}
@media (max-width: 1300px) {
  .services .container .row {
    margin: 0 -12px;
  }
}
.services .container .row .service-box {
  padding: 0 25px;
}
@media (max-width: 1300px) {
  .services .container .row .service-box {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .services .container .row .service-box {
    margin-bottom: 24px;
  }
}
.services .container .row .service-box .inner {
  overflow: hidden;
  position: relative;
  transition: 400ms all;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .services .container .row .service-box .inner {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .services .container .row .service-box .inner {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.services .container .row .service-box .inner h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms all;
  font-family: "quicksandbold";
}
@media (max-width: 1199px) {
  .services .container .row .service-box .inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .services .container .row .service-box .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .services .container .row .service-box .inner h2 {
    font-size: 18px;
  }
}
.services .container .row .service-box .inner h2 span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.services .container .row .service-box .inner img {
  transition: 600ms all;
  width: 100%;
}
.services .container .row .service-box .inner:hover img {
  transform: scale(1.2);
}
.services .container .row .service-box .inner:hover h3 {
  background-color: rgba(127, 188, 3, 0.7);
}

.mission {
  text-align: center;
}
.mission .inner {
  margin: 0px auto;
}
.mission h2 {
  font-size: 40px;
  color: #363636;
  line-height: 70px;
}
@media (max-width: 991px) {
  .mission h2 {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .mission h2 {
    line-height: 50px;
  }
}
.mission h2.title {
  background: url(../images/underline.png) no-repeat bottom center;
  padding-bottom: 30px;
  margin-bottom: 80px;
  font-size: 44px;
}
@media (max-width: 575px) {
  .mission h2.title {
    background-size: 100%;
  }
}
@media (max-width: 991px) {
  .mission h2 br {
    display: none;
  }
}
.mission h2 span {
  font-size: 54px;
  font-family: "Nature Beauty Personal Use";
}
@media (max-width: 991px) {
  .mission h2 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .mission h2 span {
    font-size: 40px;
  }
}
.mission h2 span:first-child {
  color: #7fbc03;
}
.mission h2 span:nth-of-type(2) {
  color: #009999;
}
.mission h2 span:nth-of-type(3) {
  color: #00aeef;
}

.education {
  padding: 50px 0;
}
.education .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0px auto;
}
.education .inner .left {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .education .inner .left {
    width: 100%;
    text-align: center;
  }
}
.education .inner .right {
  width: 60%;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .education .inner .right {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .education .inner .right {
    width: 100%;
    padding: 0;
  }
}
.education .inner .right .wrap {
  background-color: #00a197;
  border-radius: 0 30px 30px 0;
  height: 100%;
  padding: 70px 70px 70px 40px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1199px) {
  .education .inner .right .wrap {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .education .inner .right .wrap {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}
.education .inner .right .wrap::before {
  position: absolute;
  content: "";
  right: 100%;
  height: 100%;
  width: 25%;
  top: 0;
  background-color: #00a197;
}
@media (max-width: 991px) {
  .education .inner .right .wrap::before {
    display: none;
  }
}
.education .inner .right .wrap h2 {
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 8px solid #ffffff;
}
.education .inner .right .wrap p {
  color: #ffffff;
  font-family: "quicksandbook";
}
.education .inner .right .wrap a {
  background-color: #7fbc03;
  padding: 10px 15px 12px;
  font-family: "quicksandbold";
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 24px;
  float: right;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .education .inner .right .wrap a {
    float: none;
    display: inline-block;
  }
}

.news {
  text-align: center;
  padding-bottom: 100px;
}
.news h2 {
  color: #363636;
  line-height: 70px;
  background: url(../images/underline.png) no-repeat bottom center;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news h2 {
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .news h2 {
    background-size: 100%;
  }
}
.news .news-wrap {
  max-width: 1100px;
  margin: 0px auto;
}
.news .image .inner {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news .image .inner {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .news .image .inner {
    border-radius: 20px;
  }
}
.news .image .inner img {
  width: 100%;
}
.news .details {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .news .details {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .news .details {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .news .details {
    text-align: center;
  }
}
.news .details h4 {
  font-family: "quicksandbold";
}
.news .details ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 25px;
  padding-bottom: 10px;
  position: relative;
}
.news .details ul::after {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 0;
  width: 50px;
  height: 5px;
  background-color: #000000;
}
@media (max-width: 575px) {
  .news .details ul::after {
    right: 0;
    margin: auto;
  }
}
.news .details ul li {
  padding: 6px;
  font-style: italic;
  font-size: 12px;
}
.news .details P {
  font-size: 14px;
  font-family: "quicksandbook";
}
.news .details a {
  padding: 8px 25px 10px;
  color: #ffffff;
  font-family: "quicksandbold";
  background-color: #00a197;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.widget {
  padding: 50px;
  background-color: #7fbc03;
  text-align: center;
}
@media (max-width: 575px) {
  .widget {
    padding: 50px 12PX;
  }
}
.widget h2 {
  margin-bottom: 25px;
  color: #ffffff;
}
.widget h2 span img {
  width: 40px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.widget ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.widget ul li {
  padding: 0 12px;
  width: 25%;
}
@media (max-width: 575px) {
  .widget ul li {
    width: 50%;
    padding: 12PX;
  }
}

.testimonials {
  background-color: #0099cc;
  text-align: center;
  padding: 50px 0;
}
.testimonials h2 {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .testimonials h2 {
    margin-bottom: 20px;
  }
}
.testimonials .testi-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials .testi-wrap {
    display: block;
  }
}
.testimonials .testi-wrap .inner {
  max-width: 900px;
}
.testimonials .owl-testimonials {
  padding: 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials .owl-testimonials {
    padding: 0 40px;
  }
}
.testimonials .owl-testimonials .item p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .testimonials .owl-testimonials .item p {
    font-size: 18px;
  }
}
.testimonials .owl-testimonials .item p span {
  font-weight: 600;
  font-size: 14px;
}
.testimonials .owl-testimonials .item p:last-child {
  margin-bottom: 0;
}
.testimonials .owl-nav {
  font-size: 36px;
  font-family: "quicksandbold";
  color: #ffffff;
}
.testimonials .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
}
@media (max-width: 575px) {
  .testimonials .owl-nav .owl-prev {
    width: 20px;
    height: 20px;
  }
}
.testimonials .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
}
@media (max-width: 575px) {
  .testimonials .owl-nav .owl-next img {
    width: 20px;
    height: 20px;
  }
}

.contact {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 30px 0;
  }
}
.contact .container {
  position: relative;
  z-index: 1;
}
.contact .container .contact-box {
  display: flex;
  justify-content: center;
}
.contact .container .contact-box .inner {
  max-width: 800px;
  background-color: #cccccc;
  padding: 50px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .contact .container .contact-box .inner {
    border-radius: 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact .container .contact-box .inner {
    border-radius: 20px;
  }
}
.contact .container .contact-box .inner h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  color: #ffffff;
}
.contact .container .contact-box .inner form .cog-field {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "quicksandbook";
}
@media (max-width: 767px) {
  .contact .container .contact-box .inner form .cog-field {
    margin-bottom: 12px;
  }
}
.contact .container .contact-box .inner form .cog-field input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  height: 55px;
  padding: 10px 25px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
.contact .container .contact-box .inner form .cog-field textarea {
  width: 100%;
  border: none;
  padding: 10px 25px;
  box-shadow: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 0;
  display: block;
  min-height: 150px !important;
}
.contact .container .contact-box .inner form .radio {
  display: flex;
}
@media (max-width: 767px) {
  .contact .container .contact-box .inner form .radio {
    flex-wrap: wrap;
  }
}
.contact .container .contact-box .inner form .radio input {
  height: 15px;
  padding: 0;
  width: 15px;
  border: none;
}
.contact .container .contact-box .inner form .radio div p {
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact .container .contact-box .inner form .radio div label {
  font-weight: 200;
  font-size: 14px;
}
.contact .container .contact-box .inner form .radio div:first-child {
  padding-right: 30px;
}
.contact .container .contact-box .inner form .radio div ul li {
  display: flex;
  align-items: flex-start;
}
.contact .container .contact-box .inner form .radio div ul li input {
  margin-top: 8px;
  margin-right: 10px;
}

.cog-button--submit {
  width: auto;
  background-color: #7fbc03;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0px auto;
  height: auto;
  float: right;
  border: 0px;
}
.cog-button--submit:hover {
  background-color: #00aeef;
}

footer {
  background: #00aeef url(../images/footer-bg.png) no-repeat center;
  padding: 50px 0;
  font-size: 14px;
  font-family: "quicksandbook";
  line-height: 22px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer h6,
footer p,
footer a {
  color: #ffffff;
}
footer strong {
  font-family: "quicksandbold";
}
footer a:hover {
  color: #000000;
}
footer h6 {
  margin-bottom: 20px;
  font-family: "quicksandbold";
  background: url(../images/foot-underline.png) no-repeat bottom left;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  footer h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  footer h6 {
    background-position: bottom center;
  }
}
footer p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer p a.investor {
  text-decoration: none;
  background-color: #00aeef;
  padding: 10px 15px 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  margin-top: 15px;
}
footer p a.investor:hover {
  color: #ffffff;
  background-color: #7fbc03;
}
@media (max-width: 991px) {
  footer img {
    width: 100px;
  }
}
@media (max-width: 575px) {
  footer img {
    margin-bottom: 25px;
  }
}
footer .foot-logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  footer .copy {
    margin-top: 35px;
  }
}
footer .copy .inner {
  text-align: right;
}
@media (max-width: 991px) {
  footer .copy .inner {
    text-align: left;
  }
}
@media (max-width: 575px) {
  footer .copy .inner {
    text-align: center;
  }
}
footer .copy .inner p {
  margin-bottom: 0;
  font-size: 11px;
}
footer .copy .inner a {
  font-weight: 600;
  text-transform: uppercase;
}
footer .copy .inner ul {
  display: flex;
  margin: 0 -12px;
  justify-content: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  footer .copy .inner ul {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  footer .copy .inner ul {
    justify-content: center;
  }
}
footer .copy .inner ul li {
  padding: 0 12px;
}
footer .copy .inner ul li a {
  display: inline-block;
}
footer .copy .inner ul li a img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  footer .copy .inner ul li a img {
    width: 40px;
    height: 40px;
  }
}

.inner-banner {
  height: 450px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .inner-banner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    height: 120px;
  }
}
.inner-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-page {
    padding: 50px 0;
  }
}
.about-page .abt-left .inner {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .about-page .abt-left .inner {
    padding-right: 0;
  }
}
.about-page .abt-left .inner h2 {
  color: #00aeef;
  line-height: 50px;
  background: url(../images/underline.png) no-repeat bottom left;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-page .abt-left .inner h2 {
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .about-page .abt-left .inner h2 {
    background-size: 100%;
  }
}
.about-page .abt-left .inner h6 {
  font-family: "quicksandbold";
}
.about-page .abt-left .inner .map .large-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .about-page .abt-left .inner .map .large-btn {
    justify-content: center;
  }
}
.about-page .abt-left .inner .map .large-btn a {
  background-color: #00a197;
  padding: 10px 25px;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 20px;
  display: inline-block;
  font-family: "quicksandbold";
  float: right;
}
.about-page .abt-left .inner .map .wrap {
  margin-top: 25px;
}
.about-page .abt-left .inner .btn-wrap {
  width: 100%;
  display: flex;
  margin: 25px 0;
}
@media (max-width: 575px) {
  .about-page .abt-left .inner .btn-wrap {
    justify-content: center;
  }
}
.about-page .abt-left .inner .btn {
  background-color: #7fbc03;
  padding: 10px 25px;
  color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 20px;
  display: inline-block;
  font-family: "quicksandbold";
}
@media (max-width: 767px) {
  .about-page .abt-right {
    margin-top: 20px;
  }
}
.about-page .abt-right .inner {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-page .abt-right .inner {
    margin-left: 0;
  }
}
.about-page .abt-right .inner .side-img-wrap {
  margin-bottom: 24px;
}
.about-page .abt-right .inner .side-img-wrap .inner {
  overflow: hidden;
  position: relative;
  transition: 400ms all;
  border-radius: 50px;
  overflow: hidden;
  display: block;
}
.about-page .abt-right .inner .side-img-wrap .inner h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms all;
  font-family: "quicksandbold";
}
.about-page .abt-right .inner .side-img-wrap .inner h3 span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 100%;
}
.about-page .abt-right .inner .side-img-wrap .inner img {
  transition: 600ms all;
  width: 100%;
}
.about-page .abt-right .inner .side-img-wrap .inner:hover img {
  transform: scale(1.2);
}
.about-page .abt-right .inner .side-img-wrap .inner:hover h3 {
  background-color: rgba(127, 188, 3, 0.7);
}

.news-page {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .news-page {
    padding: 50px 0;
  }
}
.news-page h2 {
  color: #363636;
  line-height: 70px;
  background: url(../images/underline.png) no-repeat bottom left;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news-page h2 {
    margin-bottom: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .news-page h2 {
    background-size: 100%;
  }
}
.news-page .news-wrap {
  margin: 0px auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 5px solid #cccccc;
  display: none;
}
.news-page .image .inner {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-page .image .inner {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .news-page .image .inner {
    border-radius: 20px;
  }
}
.news-page .image .inner img {
  width: 100%;
}
.news-page .details {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .news-page .details {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .news-page .details {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .news-page .details {
    text-align: center;
  }
}
.news-page .details h4 {
  font-family: "quicksandbold";
}
.news-page .details ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 25px;
  padding-bottom: 10px;
  position: relative;
}
.news-page .details ul::after {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 0;
  width: 50px;
  height: 5px;
  background-color: #000000;
}
@media (max-width: 575px) {
  .news-page .details ul::after {
    right: 0;
    margin: auto;
  }
}
.news-page .details ul li {
  padding: 6px;
  font-style: italic;
  font-size: 12px;
}
.news-page .details P {
  font-size: 15px;
  font-family: "quicksandbold";
}
.news-page .details a {
  font-family: "quicksandbold";
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news-page .more-btn {
  font-size: 18px;
  font-family: "quicksandbold";
  background-color: #00a197;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: inline-block;
  float: right;
}
@media (max-width: 575px) {
  .news-page .more-btn {
    float: none;
  }
}
.news-page .more-btn p {
  margin-bottom: 0;
}

.contact-page {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .contact-page {
    padding: 50px 0;
  }
}
.contact-page .contact-left h2 {
  color: #363636;
  line-height: 70px;
  background: url(../images/underline.png) no-repeat bottom left;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-page .contact-left h2 {
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .contact-page .contact-left h2 {
    background-size: 100%;
  }
}
.contact-page .contact-left p {
  margin-bottom: 0;
}
.contact-page .contact-left p strong {
  display: block;
  margin-top: 20px;
  font-family: "quicksandbold";
}
@media (max-width: 991px) {
  .contact-page .contact-right {
    margin-top: 40px;
  }
}
.contact-page .contact-right .inner {
  background-color: #cccccc;
  padding: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media (max-width: 991px) {
  .contact-page .contact-right .inner {
    border-radius: 30px;
    padding: 30px;
  }
}
.contact-page .contact-right .inner h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}
.contact-page .contact-right .inner input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  height: 55px;
  padding: 10px 25px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
.contact-page .contact-right .inner input.btn {
  width: auto;
  background-color: #7fbc03;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0px auto;
  height: auto;
  float: right;
}
.contact-page .contact-right .inner input.btn:hover {
  background-color: #00aeef;
}
.contact-page .contact-right .inner textarea {
  width: 100%;
  border: none;
  padding: 10px 25px;
  box-shadow: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 0;
  display: block;
}
.contact-page .map {
  margin-top: 80px;
}
.contact-page .map iframe {
  float: left;
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .contact-page .map iframe {
    height: 400px;
  }
}

ul.wp-block-list {
  padding-left: 20px;
}

ul.wp-block-list li {
  list-style: circle;
}

h5.wp-block-heading {
  font-weight: 700;
}

.about-page .abt-left .inner a {
  color: #00aeef;
}

h3.wp-block-heading {
  font-weight: 700;
  margin-bottom: 10px;
}/*# sourceMappingURL=styles.css.map */