/*
/*-----------------------------------------------------------
* Template Name    : Kerri | Responsive Bootstrap 5 Personal Template
* Author           : SRBThemes
* Version          : 1.0.0
* Created          : March 2018
* File Description : Main css file of the template
*------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Nunito:400,600,700");
@font-face {
  font-family: Americana;
  src: url('../../assets/fonts/americana-bold.woff2');
}
@font-face {
  font-family: FrutigerLTStd-Light;
  src: url('../../assets/fonts/FrutigerLTStd-Light.woff2');
}
@font-face {
  font-family: FrutigerLTStd-Roman;
  src: url('../../assets/fonts/FrutigerLTStd-Roman.woff2');
}
html,
body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-48 {
  font-size: 48px !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Americana", "Montserrat", sans-serif;
  color: #143025;
}

p, li, div {
  font-family: "FrutigerLTStd-Light", "Montserrat", sans-serif;
  color: #231815;
  font-size: 18px;
}

body[lang="hk"].sub-page .content-wrap p,
body[lang="hk"].sub-page .content-wrap li,
body[lang="hk"].sub-page .content-wrap div {
  font-size: 16px;
}


strong, b {
  font-family: "FrutigerLTStd-Roman", "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
}


.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #143025;
}

.text-shadow {
  text-shadow: 0px 1px 5px #FFF;
}

.foreword-info {
  font-family: FrutigerLTStd-Roman;
  color: #143025;
}

.h-100vh {
  height: 100vh;
}

.z-index {
  z-index: 2;
}

.clippath_none {
  clip-path: none !important;
}

.section-subtitle {
  max-width: 500px;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}
.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}

#color-switcher {
  background: none repeat scroll 0 0 white;
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  border: 1px solid #e9e9e9;
  padding: 8px 10px;
}
#color-switcher div {
  padding: 5px 10px;
}
#color-switcher div h3 {
  font-size: 16px;
  margin: 8px 3px 12px;
  color: #000;
}
#color-switcher .bottom {
  background: none repeat scroll 0 0 #fff;
  color: #252525;
  padding: 0;
}
#color-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #2b2424;
  display: block;
  border-radius: 0px 5px 5px 0px;
  height: 41px;
  position: absolute;
  right: -40px;
  top: -1px;
  width: 40px;
  padding: 3px;
}
#color-switcher .bottom a.settings i {
  margin-left: 5px;
  color: #fff;
  font-size: 24px;
  position: absolute;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 16px 16px 0;
  margin: 5px;
}
ul.pattern .color1 {
  background: #e65f78;
}
ul.pattern .color2 {
  background: #37b8df;
}
ul.pattern .color3 {
  background: #31b164;
}
ul.pattern .color4 {
  background: #5d69f6;
}
ul.pattern .color5 {
  background: #87ceeb;
}
ul.pattern .color6 {
  background: #f2b31a;
}

.btn {
  padding: 15px 32px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  color: #fff;
  box-shadow: none !important;
  text-transform: uppercase;
  outline: none !important;
}

.btn-round {
  border-radius: 30px;
}

.btn-custom {
  border: 1px solid;
}
.btn-custom:hover {
  color: #f3f3f3;
  color: #f3f3f3;
}
.btn-custom:focus {
  color: #f3f3f3;
  color: #f3f3f3;
}
.btn-custom:active {
  color: #f3f3f3;
  color: #f3f3f3;
}

.btn-custom.active {
  color: #f3f3f3;
}

.btn-custom.focus {
  color: #f3f3f3;
}

.open > .dropdown-toggle.btn-custom {
  color: #f3f3f3;
}

.btn-outline-custom {
  border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.about-social li a {
  color: #000;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
  line-height: 38px;
  transition: all 0.5s;
  text-align: center;
}

.form-kerri .form-control {
  box-shadow: none !important;
  height: 50px;
  margin-bottom: 14px;
  border: 2px solid #e0e0e0;
}
.form-kerri textarea.form-control {
  height: auto;
}

.contact_detail-title {
  font-size: 18px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ec5f79;
}

.error_msg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #ec5f79;
  font-weight: 700;
}

.gig_loader {
  display: none;
}

#success_msg {
  text-align: center;
  margin-bottom: 20px;
}

#success_msg h3 {
  color: #64d674;
  font-size: 22px;
}

/*FOOTER*/
.footer {
  padding: 50px 0px;
  background-color: #132f24 !important
}
.footer .footer-alt p {
  font-size: 16px;
}
.footer .footer-alt ul li a {
  border-radius: 50%;
  transition: all 0.5s;
  background-color: rgba(241, 241, 241, 0.08);
  width: 44px;
  height: 44px;
  display: block;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.footer .footer-alt ul li a i {
  color: #ababab;
  transition: all 0.5s;
}

.copyright_content {
  color: #FFFFFF;
}
.copyright_content:hover {
  color: #FFFFFF;
}

/*.header-bg-img {*/
/*  background-image: url(../images/header-bg.jpg);*/
/*  position: relative;*/
/*  background-size: cover;*/
/*  background-position: center center;*/
/*}*/

.header-content {
  max-width: 800px;
}

.header-name {
  font-size: 54px;
}

.header-desc {
  max-width: 500px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75) !important;
}

.scroll_down {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}
.scroll_down i {
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 44px;
  width: 28px;
  line-height: 54px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.scroll_down i:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 11px;
  border-radius: 2px;
  z-index: -1;
  bottom: 0px;
  transition: all 0.2s;
  height: 10px;
  width: 3px;
  background: #fff;
}

/*HOME 4*/
.curv-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
.curv-img svg {
  display: block;
}

/*HOME 7*/
.clip-home {
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  position: relative;
}

/*DEMO 16*/
.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wave_sec svg {
  height: 180px;
}

/*LOGIN PAGE*/
.account_page_logo {
  background-image: url(../images/login_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 100vh;
  padding: 80px 0;
  z-index: 2;
}
.account_page_logo .overlay_account {
  background: rgba(13, 15, 20, 0.23);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  backdrop-filter: saturate(1) blur(10px) !important;
  z-index: -1;
}
.account_page_logo img {
  height: 40px;
}
.account_page_logo .account_box {
  background-color: #fff;
  padding: 40px 32px;
  max-width: 450px;
  border-radius: 12px;
}
.account_page_logo .account_box form label {
  margin-bottom: 0.5rem;
}
.account_page_logo .account_box form .form-control {
  height: 48px;
  box-shadow: none !important;
}
.account_page_logo .account_box form .col-lg-12 {
  padding: 0px !important;
}

.form-check-input.form-check-input:checked {
  background-color: #0aa195;
  border: #0aa195;
  box-shadow: none;
}

.form-check-input:focus {
  box-shadow: none;
}

.custom-control-label::before {
  box-shadow: none !important;
}

.custom-nav {
  background-color: transparent;
  padding: 10px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.custom-nav .navbar-nav li a {
  color: #fff !important;
  font-size: 15px;
  background-color: transparent !important;
  margin: 0 7px;
  letter-spacing: 0.05em;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 500;
}
.custom-nav .navbar-brand .logo-light {
  height: 33px;
}
.custom-nav .navbar-brand .logo-dark {
  height: 33px;
}

.logo .logo-light {
  display: inline-block;
}

.stickyadd .logo .logo-dark {
  display: inline-block;
}
.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}

.custom-nav .navbar-brand {
  color: #fff !important;
  text-transform: uppercase;
}

.custom-nav .navbar-toggler {
  color: #fff;
  font-size: 35px;
  padding: 4px;
  border: none;
  vertical-align: middle;
}

.custom-nav.stickyadd {
  background-color: #132f24 !important;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  padding: 5px 0px;
  border-bottom-left-radius: 30px !important;
}

.custom-nav.stickyadd .navbar-nav li a {
  color: #000 !important;
}

.logo-full {
  position: absolute;
  top: 12px;
  left: 12px;
  max-height: 40px;
}

.main-page .custom-nav .logo {
  display: none;
}

.main-page .custom-nav.sticky.stickyadd .logo {
  display: block;
}

.sub-page h4 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.sub-page .content-wrap img {
  max-height: 70vh;
  display: block;
  margin: 35px auto;
}

.h-50vh {
  max-height: 50vh !important;
}

.h-30vh {
  max-height: 30vh !important;
}


@media (min-width: 200px) and (max-width: 768px) {
  .custom-nav {
    /*background-color: #fff !important;*/
    padding: 5px 0px !important;
  }
  .custom-nav .navbar-toggler {
    color: #FFF;
    font-size: 32px;
    border: none;
  }
  .custom-nav .logo .logo-dark {
    display: inline-block;
  }
  .custom-nav .navbar-nav li a {
    color: rgba(0, 0, 0, 0.6) !important;
  }
  .custom-nav .logo .logo-light {
    display: none;
  }
  /*.h-100vh {*/
  /*  height: auto;*/
  /*  padding: 120px 0 150px;*/
  /*}*/
  /*.header-bg-img {*/
  /*  clip-path: none;*/
  /*  padding: 120px 0 150px;*/
  /*}*/
  .wave-home.h-100vh {
    height: auto;
    padding: 120px 0 190px;
  }
  .custom-nav .navbar-nav li a {
    margin: 0 0px;
    line-height: 15px;
  }
  .header-name {
    font-size: 38px;
  }
  .clip-home {
    clip-path: none;
  }
}
@media (max-width: 2560px) {
  .home-bg .curv-img {
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}



.services-boxes {
  border: 1px solid #e8e8e8;
}

.services-boxes .services-boxes-icon i {
  font-size: 44px;
}

.services-boxes .services-title-border {
  height: 2px;
  width: 40px;
  margin: 15px auto;
  transition: all 0.5s;
}

.services-boxes:hover .services-title-border {
  width: 60px;
}

.service-box {
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.services-boxes h5 {
  font-weight: 600;
}

.service-box .service-content h5 {
  font-size: 20px;
  font-weight: 700;
}

.service-box .service-content p {
  font-size: 15px;
}

.testi_boxes {
  max-width: 1200px;
}

.client_review {
  font-size: 18px;
}

.client_name {
  font-size: 16px;
}

.img_testi img {
  max-width: 110px;
}

.testi_boxes .tam_testi_icon {
  font-size: 50px;
}

.testi_boxes h4 span {
  font-family: "FrutigerLTStd-Light";
  font-size: 16px;
}


.owl-dots {
  text-align: center;
}

.owl-dots button.owl-dot {
  margin: 20px 0px;
}

.owl-dots button.owl-dot.active span {
  width: 20px;
  opacity: 1;
}

.owl-dots button.owl-dot span {
  display: block;
  width: 12px;
  height: 6px;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.5s;
  background: #000;
}

.owl-nav {
  position: absolute;
  top: 50%;
  font-size: 46px;
  width: 100%;
}

button.owl-prev span, button.owl-next span {
  text-shadow: 0 0 2px #FFF;
  color: #000000;
  font-size: 80px;
}

button.owl-prev {
  position: absolute;
  left: -24px;
}

button.owl-next {
  position: absolute;
  right: -24px;
}

.work_menu li a {
  cursor: pointer;
  display: block;
  color: #000;
  border-radius: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 16px;
  transition: all 0.5s;
  margin-top: 5px;
}
.work_menu li a.active, .work_menu li a:hover {
  color: #fff !important;
}

.work_item {
  position: relative;
  padding: 15px;
}

.work_box {
  overflow: hidden;
  position: relative;
}
.work_box:hover .work_detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.work_box:hover .work_img:after {
  background: rgba(0, 0, 0, 0.8);
}
.work_box:hover .work_img > img {
  transform: scale(1.05);
}
.work_box .work_detail {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work_box .work_detail h4 {
  font-size: 18px;
}
.work_box .work_detail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.work_box .work_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.work_box .work_img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work_box .work_img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}/*# sourceMappingURL=style.css.map */



section#home, section#about {
  background: #143025;
}

#anni-logo {
  max-height: 600px;
}

section#about > .container-fluid {
  background-size: cover;
  background: url('../../assets/images/bg.jpg');
  border-bottom-right-radius: 380px;
}

.text-gray {
  color: #595757;
}

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

/*.cover {*/
/*  max-width: 1000px;*/
/*  background: #132f24;*/
/*}*/

/*.cover .border-bottom-right {*/
/*  border-bottom-right-radius: 50%;*/
/*}*/

/*.section-intro {*/
/*  max-width: 600px;*/
/*}*/

.section.bg-light > .wrap {
  width: 95%;
  border-bottom: 60px solid #143025;
}

.section.bg-dark {
  background-color: #143025 !important;
}

.section.bg-dark > .wrap {
  width: 95%;
  border-top: 60px solid #edf6ee;
  background: #edf6ee;
}

.section.bottom-right-radius > .wrap {
  border-bottom-right-radius: 33% 50%;
}

.section.bottom-left-radius > .wrap {
  border-bottom-left-radius: 33% 50%;
}

.section.top-right-radius > .wrap {
  border-top-right-radius: 33% 50%;
}

.section.top-left-radius > .wrap {
  border-top-left-radius: 33% 50%;
}

.section > .wrap > .inner {
  width: 100%;
}

.cover {
  max-width: 60%;
  background-size: cover !important;
}

.section.bottom-right-radius .cover img {
  border-bottom-right-radius: 50%;
}

.section.bottom-left-radius .cover img {
  border-bottom-left-radius: 50%;
}

.section.top-right-radius .cover img {
  border-top-right-radius: 50%;
}

.section.top-left-radius .cover img {
  border-top-left-radius: 50%;
}


.content {
  width: 40%;
}

.btn-read-more {
  background: #143025;
  padding: 8px 20px;
  border-radius: 0;
}

.btn-bottom-left-radius {
  border-bottom-left-radius: 25px;
}

.btn-read-more:hover {
  background: #143025;
  color: #FFFFFF;
}

.btn-bottom-right-radius {
  border-bottom-right-radius: 25px;
}

ul.menu-links > li > a {
  color: #143025;
  font-size: 26px;
}

ul.sub-menu {
  padding-left: 70px;
}

ul.sub-menu > li > a {
  line-height: 33px;
  border-left: 1px solid #c5a44d;
  padding-left: 12px;
  color: #c5a44d;
}

ul.menu-links a.active {
  color: #000000 !important;
  border-color: #000000 !important;
  text-decoration: underline !important;
}

div#staticBackdrop {
  background: url(../images/bg-menu-web.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.btn-close {
  background-color: #FFF;
  opacity: 1;
  padding: 10px;
}

.offcanvas-body ul.menu-links {
  width: 95%;
  max-height: calc(100vh - 150px);
  height: 80vh;
  overflow: auto;
  padding-bottom: 60px;
}

/*.red-leaf-block {*/
/*  max-width: 250px;*/
/*  position: relative;*/
/*}*/

.red-leaf-block {
  position: relative;
  text-align: center;
}

.red-leaf-block img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  right: -10px;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.section-intro {
  position: relative;
  min-height: 250px;
}

.left-border {
  position: absolute;
  top: 0;
  left: 0;
}

.right-border {
  position: absolute;
  bottom: 0;
  right: 0;
}

.paragraph-title {
  font-family: 'FrutigerLTStd-Light';
  font-size: 100px;
  line-height: 100px;
  height: 90px !important;
  color: #b4901b;
  float: left;
  margin-right: 3px;
}

body[lang="hk"] .paragraph-title {
  font-size: 60px;
  line-height: 70px;
  height: 70px !important;
}


.bg-light-green {
  background: #eef6ee !important;
}

body[lang="hk"] .subsection p.section-intro {
  font-size: 16px;
}


@media (max-width: 1024px) {
  .left-leaf-container h2.title, .right-leaf-container h2.title {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  p, li, div, strong, b {
    font-size: 16px;
  }

  .cover, .content {
    max-width: 100%;
    width: 100%;
  }

  .section > .wrap {
    width: 100% !important;
    border: none !important;
  }

  .section.top-right-radius > .wrap {
    border-top-right-radius: 56% 33%;
  }

  .section.top-left-radius > .wrap {
    border-top-left-radius: 56% 33%;
  }

  /*.section.bg-dark > .wrap {*/
  /*  background: #143025;*/
  /*}*/

  .section.bottom-right-radius .cover {
    padding-right: 20px;
  }

  .section.bottom-left-radius .cover {
    padding-left: 20px;
  }

  .section.bottom-right-radius .cover > img,
  .section.bottom-left-radius .cover > img {
    border-bottom: 60px solid #143025;
  }

  .section.top-right-radius .cover > img,
  .section.top-left-radius .cover > img {
    /*border: none;*/
    border-top: 60px solid #edf6ee; /*#edf6ee*/
  }


  .foreword-info {
    font-size: 16px !important;
  }

  /*.h-100vh {*/
  /*  height: auto !important;*/
  /*}*/

  /*.section.bottom-right-radius .cover img {*/
  /*  border-bottom-right-radius: 33% 56%;*/
  /*}*/


}

@media (min-width: 200px) and (max-width: 768px) {
  section#about > .container-fluid {
    border-bottom-right-radius: 280px;
  }


  ul.menu-links > li > a {
    color: #143025;
    font-size: 20px;
  }

  ul.sub-menu {
    padding-left: 50px;
  }

  /*.list-unstyled {*/
  /*  max-height: 75vh;*/
  /*  overflow: auto;*/
  /*}*/

  div#staticBackdrop {
    background: url(../images/bg-menu-mobile.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
  }


}


.left-leaf-container, .right-leaf-container {
  position: relative;
}

.left-leaf-container .leaf-image {
  max-height: 250px;
  min-height: 250px;
  position: relative;
  left: -33px;
  top: 15px;
}

.left-leaf-container .title {
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*font-size: 24px; !* Set your desired font size *!*/
  /*color: white; !* Set your desired text color *!*/
}

.right-leaf-container .leaf-image {
  max-height: 250px;
  min-height: 250px;
  position: relative;
  right: -33px;
  top: 15px;
}

.right-leaf-container .title {
  position: absolute;
  top: 50%;
  right: 0;
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*font-size: 24px; !* Set your desired font size *!*/
  /*color: white; !* Set your desired text color *!*/
}

@media (max-width: 991px) {
  .cover {
    position: relative;
  }

  .cover > .left-leaf-container,
  .cover > .right-leaf-container {
    position: absolute;
    bottom: 60px;
    width: 100%;
  }

  .cover > .left-leaf-container .leaf-image,
  .cover > .right-leaf-container .leaf-image {
    max-height: 160px;
    min-height: 160px;
    position: relative;
  }

  .cover > .left-leaf-container .leaf-image {
    left: -33px;
    top: 15px;
  }

  .cover > .right-leaf-container .leaf-image {
    right: 0px;
    top: 15px;
  }

  .cover > .left-leaf-container .title,
  .cover > .right-leaf-container .title {
    top: 36%;
  }

  /*.cover > .left-leaf-container .title span,*/
  /*.cover > .right-leaf-container .title span {*/
  /*  color: #FFFFFF;*/
  /*}*/

  p.section-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .subsection .content {
    /*top: -60px;*/
    position: relative;
  }

  #highlights .left-leaf-container .leaf-image,
  .subsection .left-leaf-container .leaf-image,
  .subsection .right-leaf-container .leaf-image {
    max-height: 160px;
    min-height: 160px;
    position: relative;
  }

  body:not([lang="hk"]) section#about.h-100vh,
  body:not([lang="hk"]) section#about .h-100vh {
    height: auto;
    padding-bottom: 0;
  }

  body:not([lang="hk"]) section#about > .h-100vh {
    padding-top: 100px;
    padding-bottom: 100px;
  }


}

