@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@font-face {
  font-family: "Aperto";
  src: url("webfonts/Aperto.eot");
  src: url("webfonts/Aperto.eot?#iefix") format("embedded-opentype"), url("webfonts/Aperto.woff2") format("woff2"), url("webfonts/Aperto.woff") format("woff"), url("webfonts/Aperto.ttf") format("truetype"), url("webfonts/Aperto.svg#Aperto") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Normal.eot");
  src: url("webfonts/Futura-Normal.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Normal.woff2") format("woff2"), url("webfonts/Futura-Normal.woff") format("woff"), url("webfonts/Futura-Normal.ttf") format("truetype"), url("webfonts/Futura-Normal.svg#Futura-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Medium.eot");
  src: url("webfonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Medium.woff2") format("woff2"), url("webfonts/Futura-Medium.woff") format("woff"), url("webfonts/Futura-Medium.ttf") format("truetype"), url("webfonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Futura, .button.type-01, .header .navbar-start .project-nav h4, .eqTitle {
  font-family: "Raleway";
}

.Aperto {
  font-family: "Aperto";
}

.Lato {
  font-family: "Lato";
}

.color-primary {
  color: #363636;
}

.color-primary-light {
  color: #d8b256;
}

.color-secondary {
  color: #f3efeb;
}

.color-secondary-light {
  color: #f1f1f1;
}

.color-tertiary {
  color: #fae09f;
}

.color-quaternary {
  color: #fae09f;
}

.is-white {
  color: #fff;
}

.is-black {
  color: #000;
}

.is-dark {
  color: #1f1f1f;
}

.is-gray {
  color: #575757;
}

.is-dark-gray {
  color: #747474;
}

.is-light-gray {
  color: #969696;
}

.is-lightest-gray {
  color: #FFF8F8;
}

.is-light-gray-1 {
  color: #eaeaea;
}

.color-green {
  color: #67ae45;
}

.color-1 {
  color: #474747;
}

.color-2 {
  color: #383533;
}

.color-3 {
  color: #caba90;
}

.color-4 {
  color: #caba90;
}

.is-bg-primary {
  background-color: #363636;
}

.is-bg-secondary {
  background-color: #f3efeb;
}

.is-bg-secondary-light {
  background-color: #f1f1f1;
}

.is-bg-tertiary {
  background-color: #fae09f;
}

.is-bg-quaternary {
  background-color: #fae09f;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-dark {
  background-color: #1f1f1f;
}

.is-bg-gray {
  background-color: #575757;
}

.is-bg-color-4 {
  background-color: #e9f3f6;
}

.container.extra-small {
  width: 1140px !important;
  max-width: none !important;
}
@media screen and (min-width: 1201px) {
  .container.fullhd {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-hd {
    max-width: 85% !important;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1500px !important;
  }
  .container.fullhd {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.fullhd.small {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 40px);
  }
  .container.fullhd {
    width: 100%;
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-small {
    width: 90% !important;
    max-width: none !important;
  }
  .container.m-full-w {
    width: 100% !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .container.fullhd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.fullhd.small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
i {
  letter-spacing: -3px;
}
@media screen and (max-width: 1700px) {
  i {
    letter-spacing: -1px;
  }
}

.border-radius-01 {
  border-radius: 400px;
}

.top-bottom-padding {
  padding-top: 140px;
  padding-bottom: 100px;
}
.top-bottom-padding.small-padding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 1700px) {
  .top-bottom-padding {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .top-bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-bottom-padding.small-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-bottom-padding.mob-top-padding-0 {
    padding-top: 0;
  }
  .top-bottom-padding.mob-bottom-padding-0 {
    padding-bottom: 0;
  }
}

.right-left-padding {
  padding-left: 6%;
  padding-right: 6%;
}
.right-left-padding.rl-padding-02 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .right-left-padding.rl-padding-02 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.inner-top-bottom-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-top-bottom-padding.small-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1700px) {
  .inner-top-bottom-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-top-bottom-padding.small-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-top-bottom-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .inner-top-bottom-padding.small-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top-bottom-padding.mob-top-padding-0 {
    padding-top: 0;
  }
  .inner-top-bottom-padding.mob-bottom-padding-0 {
    padding-bottom: 0;
  }
}

.button {
  font-family: "Lato";
}
.button.type-01 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 26px;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.button.type-01:before {
  width: 120%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.type-01 span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.type-01 .span-1 {
  transition: transform 0.3s ease;
}
.button.type-01 .span-2 {
  position: absolute;
  left: 0%;
  top: 100%;
  z-index: 1;
  transition: top 0.3s ease;
}
.button.type-01.is-enquire-now:before {
  content: "Enquire Now";
}
.button.type-01.is-big {
  font-size: 24px;
  padding: 40px;
  border-radius: 40px;
}
.button.type-01.is-white {
  color: #fff;
  border-color: #fff;
}
.button.type-01.is-white:before,
.button.type-01.is-white .span-2 {
  background-color: #fff;
  color: #000;
}
.button.type-01.is-black {
  color: #000;
  border-color: #000;
}
.button.type-01.is-black:before,
.button.type-01.is-black .span-2 {
  background-color: #000;
  color: #fff;
}
.button.type-01.is-dark {
  color: #f3efeb;
  border-color: #f3efeb;
  background-color: transparent;
}
.button.type-01.is-dark:before,
.button.type-01.is-dark .span-2 {
  background-color: #f3efeb;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
  color: #fff;
}
.button.type-01.is-gray {
  color: #575757;
  border-color: #575757;
  background-color: transparent;
}
.button.type-01.is-gray:before,
.button.type-01.is-gray .span-2 {
  background-color: #000;
  color: #fff;
}
.button.type-01.is-green {
  color: #363636;
  border-color: #67ae45;
  background-color: transparent;
}
.button.type-01.is-green:before,
.button.type-01.is-green .span-2 {
  background-color: #67ae45;
  color: #fff;
}
.button.type-01.is-primary-fill {
  color: #fff;
  border-color: #363636;
  background-color: #363636;
}
.button.type-01.is-primary-fill:before,
.button.type-01.is-primary-fill .span-2 {
  color: #363636;
  border-color: #363636;
  background-color: #363636;
}
.button.type-01.is-black-fill {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.button.type-01.is-black-fill:before,
.button.type-01.is-black-fill .span-2 {
  color: #000;
  border-color: #dc865f;
  background-color: #dc865f;
}
.button.type-01.is-white-fill {
  color: #1f1f1f;
  border-color: #fff;
  background-color: #fff;
}
.button.type-01.is-white-fill:before,
.button.type-01.is-white-fill .span-2 {
  color: #fff;
  border-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.button.type-01.is-black-fill {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.button.type-01.is-black-fill:before,
.button.type-01.is-black-fill .span-2 {
  color: #fff;
  border-color: #dc865f;
  background-color: #dc865f;
}
.button.type-01.is-gray-fill {
  color: #fff;
  border-color: #575757;
  background-color: #575757;
}
.button.type-01.is-gray-fill:before,
.button.type-01.is-gray-fill .span-2 {
  color: #fff;
  border-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.button.type-01.is-green-fill {
  color: #fff;
  border-color: #67ae45;
  background-color: #67ae45;
}
.button.type-01.is-green-fill:before,
.button.type-01.is-green-fill .span-2 {
  color: #fff;
  border-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.button.type-01.is-black-transparent {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.button.type-01.is-gradient-fill {
  color: #fff;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.button.type-01.is-gradient-fill:before,
.button.type-01.is-gradient-fill .span-2 {
  color: #fff;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.button.type-01.is-color-3-fill {
  color: #1f1f1f;
  border-color: #caba90;
  background-color: #caba90;
}
.button.type-01.is-color-3-fill:before,
.button.type-01.is-color-3-fill .span-2 {
  color: #caba90;
  border-color: #caba90;
  background-color: #caba90;
}
.button.type-01.is-loading {
  background-color: #f3efeb;
  color: #fff;
  transition: top 0.3s ease;
}
.button.type-02 {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  width: 7.5vw;
  height: 7.5vw;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 60px;
}
.button.type-02:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  right: 65%;
  top: 0;
}
.button.type-02:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #f3efeb;
  border-radius: 100%;
}
.button.type-02 span {
  position: relative;
  z-index: 1;
}
.button.type-02.is-white {
  color: #fff;
}
.button.type-02.color-primary {
  color: #363636 !important;
}
.button.type-02.color-primary:before {
  border: 1px solid #363636;
}
.button.type-02.color-primary-light {
  color: #363636 !important;
}
.button.type-02.color-primary-light:before {
  border: 1px solid #d8b256;
}
.button.type-03 {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
}
.button.type-03 .text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.button.type-03 .line-arrow {
  position: relative;
  display: flex;
  align-items: center;
}
.button.type-03 .line-arrow .span-1 {
  content: "";
  background-color: #000;
  width: 50px;
  height: 1px;
  display: inline-block;
  margin: 0 10px;
}
.button.type-03 .line-arrow .span-2 {
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  display: inline-block;
}
.button.type-03.is-black .text {
  color: #000;
}
.button.type-04 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 26px;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.button.type-04:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1;
}
.button.type-04.is-enquire-now:before {
  content: "Enquire Now";
}
.button.type-04.is-big {
  font-size: 24px;
  padding: 40px;
  border-radius: 40px;
}
.button.type-04.is-green {
  color: #1f1f1f;
}
.button.type-04.is-green:before {
  background-color: #67ae45;
}
.button.type-04.is-loading {
  background-color: #f3efeb;
  color: #fff;
  transition: top 0.3s ease;
}
.button:hover.type-01 {
  color: #000;
}
.button:hover.type-01 span.span-1 {
  transform: translateY(-40px);
}
.button:hover.type-01 span.span-2 {
  top: 0;
}
.button:hover.type-01.iswhite:before {
  top: 0;
}
.button:hover.type-01.is-black {
  color: #fff;
}
.button:hover.type-01.is-black:before {
  top: 0;
}
.button:hover.type-01.isdark {
  color: #363636;
  border-color: #363636;
}
.button:hover.type-01.isdark:before {
  top: 0;
}
.button:hover.type-01.isdark img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.button:hover.type-01.isgray:before {
  top: 0;
}
.button:hover.type-01.isgray img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.button:hover.type-01.isprimary-fill {
  color: #fff;
  background-color: #f3efeb;
}
.button:hover.type-01.isblack-fill:before {
  top: 0;
}
.button:hover.type-01.iswhite-fill:before {
  top: 0;
}
.button:hover.type-01.isblack-fill {
  color: #fff;
}
.button:hover.type-01.isblack-fill:before {
  top: 0;
}
.button:hover.type-01.isgray-fill {
  color: #fff;
}
.button:hover.type-01.isgray-fill:before {
  top: 0;
}
.button:hover.type-01.isgradient-fill {
  color: #fff;
}
.button:hover.type-01.isgradient-fill:before {
  top: 0;
}
.button:hover.type-01.iscolor-3-fill {
  color: #fff;
  background-color: #f3efeb;
}
.button:hover.type-04:before {
  bottom: 100%;
}
.button:hover.type-04.is-green {
  color: #fff;
}
@media only screen and (max-width: 1700px) {
  .button.type-01 {
    padding: 17px 18px 14px;
    font-size: 12px;
    line-height: 10px;
  }
  .button.type-01.is-big {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
  }
  .button.type-03 .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .button.type-01 {
    padding: 12px 14px 10px;
    font-size: 10px;
    line-height: 8px;
  }
  .button.type-02 {
    width: 100px;
    height: 100px;
  }
  .button.type-02:after {
    width: 6px;
    height: 6px;
  }
  .button.type-03 .text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .button.type-01.is-big {
    font-size: 12px;
    padding: 17px 20px;
  }
  .button.type-02 {
    width: 80px;
    height: 80px;
  }
  .button.type-02:after {
    width: 5px;
    height: 5px;
  }
}

.popup-button {
  margin: 10px;
  padding: 1em 3em;
  background-size: 200% auto !important;
  color: white;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}
.popup-button:hover {
  background-position: right center;
}

.circle-fade-in {
  position: relative;
  overflow: hidden;
}
.circle-fade-in:before {
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 1;
  border-radius: 50%;
  transform: scale(1) translateY(100%);
}
.circle-fade-in img {
  position: relative;
  z-index: 2;
}
.circle-fade-in.is-white:before {
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.circle-fade-in.is-black:before {
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.circle-fade-in.is-black-fill:before {
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.circle-fade-in.is-gradient-fill:before {
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.circle-fade-in:hover:before {
  transform: scale(1);
}
.circle-fade-in:hover.is-white img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.close-burger-btn {
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  display: none;
  overflow: hidden;
  transition-delay: 0s;
}
.close-burger-btn:before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 100%;
  z-index: 1;
  background-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.close-burger-btn span {
  height: 2px;
  width: 20px;
  transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.close-burger-btn span:nth-child(1) {
  top: calc(50% - 8px);
}
.close-burger-btn span:nth-child(2) {
  top: calc(50% - 0px);
}
.close-burger-btn span:nth-child(3) {
  top: calc(50% + 8px);
}
.close-burger-btn span:nth-child(1) {
  top: calc(50% - 5px);
  transform: translateY(5px) rotate(45deg);
}
.close-burger-btn span:nth-child(2) {
  opacity: 0;
}
.close-burger-btn span:nth-child(3) {
  top: calc(50% + 5px);
  transform: translateY(-5px) rotate(-45deg);
}
.close-burger-btn.is-white {
  background-color: #fff;
}
.close-burger-btn.is-white span {
  background-color: #1f1f1f;
}
.close-burger-btn.is-active {
  display: block;
}
.close-burger-btn:hover {
  transition-delay: 1s;
}
.close-burger-btn:hover:before {
  top: 0;
}
.close-burger-btn:hover span {
  width: 12px;
}
.close-burger-btn:hover.is-white span {
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .close-burger-btn {
    height: 20px;
    width: 20px;
    right: 15px;
    top: 50px;
  }
  .close-burger-btn span {
    height: 2px;
    width: 16px;
  }
  .close-burger-btn:hover span {
    width: 16px;
  }
}

.box-menu {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.box-menu span {
  background-color: #363636;
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}

.line-menu {
  width: 30px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line-menu span {
  background-color: #363636;
  width: 100%;
  height: 4px;
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: none;
}

.transition-all-03s-ease, .footer .p-text, .footer .a-link, .home-banner-wrp .follow-us a, .header .navbar-burger.is-active, .header .navbar-burger span, .header .navbar-menu .navbar-start > .navbar-item,
.header .navbar-menu .navbar-start > div,
.header .navbar-menu .navbar-start hr, .header .navbar-menu, .normal-video *, .list-wrp.product-list-02, .list-wrp.product-list, .underline-btn, .play-btn-circle span, .button.type-01:before, .button.type-02, .button.type-02:before, .button.type-04:before, .close-burger-btn:before {
  transition: all 0.3s ease;
}

.transition-all-1s-ease, .home-banner-wrp > .left-wrp > div p, .header .search-header-wrp, .img-zoom img, .img-wrp.border-img:after, .button.type-01, .button.type-04, .circle-fade-in:before, .circle-fade-in img, .close-burger-btn, .close-burger-btn span {
  transition: all 0.4s ease;
}

.animation-delay-1s {
  animation-delay: 1s;
}

html.scroll-none-inner-page {
  overflow: hidden;
}
@media only screen and (max-width: 380px) {
  html {
    min-width: auto;
  }
}

body {
  font-family: "Raleway";
  font-weight: 400;
  overflow: hidden;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
body.scroll-none {
  overflow: hidden;
}
body.scroll-none .slider-main.owl-carousel .owl-item {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
body.anim-active-mob .footer {
  left: 0;
  bottom: 0;
  width: 100%;
}
section.is-af-bg-tertiary {
  position: relative;
}
section.is-af-bg-tertiary > * {
  position: relative;
  z-index: 1;
}
section.is-af-bg-tertiary:after {
  content: "";
  background-color: #fae09f;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
}

div.is-bg-white {
  position: relative;
  z-index: 1;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: difference;
}

#cursor-border {
  --size: 30px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 99999;
  mix-blend-mode: difference;
}

@media (hover: none) {
  #cursor,
#cursor-border {
    display: none;
  }
}
.btn-circle-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-circle {
  position: relative;
  font-size: 32px;
  line-height: 40px;
  display: inline-block;
  width: 220px;
}
.btn-circle:before {
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid #34adc680;
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
}
.btn-circle:after {
  content: "";
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.btn-circle.color-primary {
  color: #363636;
}
.btn-circle.color-primary:before {
  border-color: #363636;
}
.btn-circle.color-primary:after {
  background: #f3efeb;
}
@media only screen and (max-width: 1023px) {
  .btn-circle {
    font-size: 22px;
    line-height: 30px;
    width: 180px;
  }
  .btn-circle:before {
    width: 100px;
    height: 100px;
    left: -30px;
  }
  .btn-circle:after {
    right: -10%;
    width: 5px;
    height: 5px;
  }
}
.btn-circle-wrp-01 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-circle-01 {
  position: relative;
  display: inline-block;
  margin: 3vw 0 3.5vw 18.5vw;
  font-family: "Lato";
}
.btn-circle-01:after, .btn-circle-01:before {
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18vw;
  height: 18vw;
  transition: all 0.3s ease;
  transform: translate(0%, -42%);
  position: absolute;
  left: -10vw;
  top: 0;
}
.btn-circle-01:after {
  transform: translate(0%, -42%) scale(0);
}
.btn-circle-01 .arrow {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: -50%;
  bottom: 5px;
}
.btn-circle-01 .arrow:before {
  content: "";
  background-color: white;
  width: 100%;
  height: 1px;
  position: absolute;
}
.btn-circle-01 .arrow:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  transition: all 0.3s ease;
  transform: translate(0%, 0%) rotate(-45deg);
}
.btn-circle-01 .text {
  font-size: 24px;
  color: #363636;
  font-weight: 600;
  position: relative;
}
.btn-circle-01 .text:before {
  content: "";
  background-color: #363636;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.btn-circle-01.is-primary:before {
  border-color: #363636;
  opacity: 0.4;
}
.btn-circle-01.is-primary:after {
  background-color: #67ae45;
}
.btn-circle-01.is-primary .arrow:before {
  background-color: #363636;
}
.btn-circle-01.is-primary .arrow:after {
  border-color: #363636;
}
.btn-circle-01.is-primary .text {
  color: #363636;
}
.btn-circle-01.is-primary .text:before {
  background-color: #363636;
}
.btn-circle-01.is-primary:hover .arrow:before {
  background-color: #fff;
}
.btn-circle-01.is-primary:hover .arrow:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.btn-circle-01:hover:after {
  transform: translate(0%, -42%) scale(1);
}
.btn-circle-01:hover .arrow {
  z-index: 1;
}
.btn-circle-01:hover .text {
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .btn-circle-01:after, .btn-circle-01:before {
    width: 14vw;
    height: 14vw;
    transition: all 0.8s ease;
    position: absolute;
  }
  .btn-circle-01 .arrow {
    left: -85px;
    bottom: 6px;
  }
  .btn-circle-01 .arrow:before {
    height: 1px;
  }
  .btn-circle-01 .arrow:after {
    border-width: 0 1px 1px 0;
    padding: 6px;
  }
  .btn-circle-01 .text {
    font-size: 16px;
  }
  .btn-circle-01 .text:before {
    height: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .btn-circle-01 {
    margin: 6vw 0 4.5vw 13.5vw;
  }
  .btn-circle-01:after, .btn-circle-01:before {
    width: 160px;
    height: 160px;
    left: -99px;
  }
  .btn-circle-01 .arrow:after {
    padding: 4px;
  }
  .btn-circle-01 .text {
    font-size: 14px;
  }
  .btn-circle-01 .text:before {
    bottom: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-circle-01 {
    margin: 40px 0 60px 90px;
  }
  .btn-circle-01:after, .btn-circle-01:before {
    width: 100px;
    height: 100px;
    left: -79px;
    transform: translate(0%, -35%);
  }
  .btn-circle-01:after {
    transform: translate(0%, -42%) scale(0);
  }
  .btn-circle-01 .arrow {
    width: 30%;
    left: -40%;
  }
  .btn-circle-01 .text {
    font-size: 12px;
  }
}

.play-btn-circle {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5vw;
  height: 5.5vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease;
}
.play-btn-circle span {
  width: 0px;
  height: 0px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn-circle.small-btn {
  width: 4vw;
  height: 4vw;
}
.play-btn-circle.is-black {
  background-color: transparent;
  border-color: #000;
}
.play-btn-circle.is-black span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #000;
}
.play-btn-circle.is-black-fill {
  background-color: #000;
  border-color: #000;
}
.play-btn-circle.is-black-fill span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
.play-btn-circle.is-white {
  background-color: transparent;
  border-color: #fff;
}
.play-btn-circle.is-white span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
.play-btn-circle.is-white-fill {
  background-color: #fff;
  border-color: #fff;
}
.play-btn-circle.is-white-fill span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #000;
}
.play-btn-circle.is-gradient-fill {
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.play-btn-circle.is-gradient-fill span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
.play-btn-circle.is-transparent-primary {
  background: transparent;
  border-color: #363636;
}
.play-btn-circle.is-transparent-primary span {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #363636;
}
.play-btn-circle:hover {
  transform: scale(1.2);
}
.play-btn-circle:hover.is-black span {
  border-left-color: #fff;
}
@media only screen and (max-width: 1700px) {
  .play-btn-circle span {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .play-btn-circle span {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .play-btn-circle {
    font-size: 9px;
    width: 10vw;
    height: 10vw;
  }
  .play-btn-circle:before {
    width: 110%;
    height: 110%;
    top: 0;
    right: 0;
  }
  .play-btn-circle span {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 2px;
  }
  .play-btn-circle.small-btn {
    width: 10vw;
    height: 10vw;
  }
}

.underline-btn {
  position: relative;
}
.underline-btn:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  background-color: #1f1f1f;
}
.underline-btn.color-green:before {
  background-color: #67ae45;
}
.underline-btn:hover {
  letter-spacing: 4px !important;
}

.tabcontent {
  display: flex;
  display: none;
}
.tabcontent:first-child {
  display: flex;
}
.tabcontent.tabcontent-on-load {
  display: flex;
}

.letter-spacing--03 {
  letter-spacing: -3px !important;
}
@media only screen and (max-width: 767px) {
  .letter-spacing--03 {
    letter-spacing: 0 !important;
  }
}

.letter-spacing--02 {
  letter-spacing: -2px !important;
}

.letter-spacing--01 {
  letter-spacing: -1px !important;
}

.letter-spacing-0 {
  letter-spacing: 0px !important;
}

.letter-spacing-1, .allprojects-filter-wrp .formControl select, .footer .copyright p, .footer .copyright a, .tab-accordion .accordion-section-content p, .tab-accordion .accordion-section-content ul li, .tab-accordion .accordion-section-content {
  letter-spacing: 1px !important;
}

.letter-spacing-2, .tab-wrp .tab, .sub-nav-link-wrp .tab, .sub-nav-wrp .tab {
  letter-spacing: 1px !important;
}

.letter-spacing-3 {
  letter-spacing: 1px !important;
}

.letter-spacing-10 {
  letter-spacing: 10px !important;
}
@media only screen and (max-width: 1700px) {
  .letter-spacing-10 {
    letter-spacing: 6px !important;
  }
}
@media only screen and (max-width: 767px) {
  .letter-spacing-10 {
    letter-spacing: 2px !important;
  }
}

.font-w-400 {
  font-weight: 400;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.line-height-normal {
  line-height: normal !important;
}

.width-height-100 {
  width: 100%;
  height: 100%;
}

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

.event-date {
  position: absolute;
  background-color: white;
  width: 50px;
  height: 50px;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  color: black;
  top: 5px;
  right: 6px;
  font-size: 10px;
  padding: 10px;
  color: #747474;
}
.event-date.big-img-event-date {
  width: 60px;
  height: 60px;
  font-size: 12px;
  top: 20px;
  right: 22px;
}
@media only screen and (max-width: 1024px) {
  .event-date {
    left: 260px;
  }
  .event-date.big-img-event-date {
    left: 340px !important;
  }
  .event-date.event-section-date {
    left: 190px;
    font-size: 10px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .event-date {
    left: 350px;
  }
  .event-date.big-img-event-date {
    left: 460px !important;
  }
  .event-date.event-section-date {
    left: 580px;
    font-size: 14px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .event-date.event-section-date {
    left: 410px;
  }
}
@media only screen and (max-width: 480px) {
  .event-date {
    left: 280px;
  }
  .event-date.big-img-event-date {
    left: 280px !important;
  }
  .event-date.event-section-date {
    left: 210px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

.select {
  margin-left: 10px;
}
.select select {
  font-size: 18px;
  font-weight: 500;
  padding: 0 60px 0 20px !important;
  background: transparent;
  border: 1px solid #363636;
  height: 100%;
}
.select select option {
  color: #1f1f1f;
}
.select:not(.is-multiple) {
  height: 90px;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-width: 0;
  top: 52%;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #363636;
  transform: rotate(0deg);
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-top-color: #424141;
  border-left-color: transparent;
  border-right-color: transparent;
}
.select.is-primary select {
  border-color: #363636;
  color: #363636;
}
.select.is-primary:not(.is-multiple):not(.is-loading)::after {
  border-top-color: #363636;
}
.select.border-select select {
  background-color: transparent;
  border-width: 2px;
  border-radius: 30px;
}
.select.border-select.red select {
  border-color: #000;
  color: #000;
}
.select.border-select.white select {
  border-color: #fff;
  color: #fff;
}
.select.border-bottom select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}
.select.border-bottom.white select {
  border-color: #4F6182;
  color: #93A2BC;
}
.select.group-border-select {
  margin-left: 0;
  height: 60px;
}
.select.group-border-select select {
  width: 170px;
  height: 100%;
  background-color: transparent;
  border-width: 1px;
}
.select.group-border-select:first-child select {
  border-radius: 30px 0 0 30px;
}
.select.group-border-select:last-child select {
  border-radius: 0 30px 30px 0;
  border-left: 0;
}
.select.group-border-select.red select {
  border-color: #000;
  color: #000;
}
.select.group-border-select.white select {
  border-color: #fff;
  color: #fff;
}
.select.big:not(.is-multiple) {
  height: 70px;
}
.select.big select {
  font-size: 25px;
  height: 70px;
}
@media only screen and (max-width: 1700px) {
  .select select {
    font-size: 12px;
    padding: 0 40px 0 12px;
  }
  .select:not(.is-multiple) {
    height: 50px;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    top: 63%;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #363636;
  }
  .select.group-border-select select {
    width: 120px;
  }
  .select.big:not(.is-multiple) {
    height: 50px;
  }
  .select.big select {
    font-size: 15px;
    height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .select select {
    font-size: 10px;
    padding: 0 20px 0 8px;
    border-radius: 0;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #363636;
  }
}
@media only screen and (max-width: 1023px) {
  .select select {
    font-size: 14px;
    padding: 0 20px 0 8px;
    border-radius: 0;
  }
  .select:not(.is-multiple) {
    height: 40px;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    top: 75%;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .select:not(.is-multiple) {
    height: 32px;
  }
}

.input:not(.is-multiple) {
  height: 50px;
}
.input.border-bottom {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  box-shadow: none;
}
.input.border-bottom.dark-gray {
  border-color: #747474;
  color: #747474;
}
.input.border-bottom.dark-gray::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #747474;
}
.input.border-bottom.dark-gray::-moz-placeholder {
  /* Firefox 19+ */
  color: #747474;
}
.input.border-bottom.dark-gray:-ms-input-placeholder {
  /* IE 10+ */
  color: #747474;
}
.input.border-bottom.dark-gray:-moz-placeholder {
  /* Firefox 18- */
  color: #747474;
}
.input.border-bottom.gray {
  border-color: #575757;
  color: #575757;
}
.input.border-bottom.gray::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #575757;
}
.input.border-bottom.gray::-moz-placeholder {
  /* Firefox 19+ */
  color: #575757;
}
.input.border-bottom.gray:-ms-input-placeholder {
  /* IE 10+ */
  color: #575757;
}
.input.border-bottom.gray:-moz-placeholder {
  /* Firefox 18- */
  color: #575757;
}
.input.border-bottom.white {
  border-color: #fff;
  color: #fff;
}
.input.border-bottom.white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.input.border-bottom.white::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.input.border-bottom.white:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.input.border-bottom.white:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .input {
    font-size: 12px;
  }
  .input:not(.is-multiple) {
    height: 32px;
  }
}

.textarea {
  resize: none;
}

@media screen and (max-width: 1700px) {
  .label:not(:last-child) {
    margin-bottom: 0em;
  }
}

.radio,
.checkbox {
  display: inline-flex;
  align-items: center;
}
.radio input,
.checkbox input {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .radio,
.checkbox {
    width: 100%;
    margin-right: 0px;
    margin-left: 0 !important;
  }
}

.radio + .radio {
  margin-left: 1.5em;
}

.checkbox + .checkbox {
  margin-left: 1.5em;
}

.form-btn-wrp .container {
  padding: 0 12%;
}
.form-btn-wrp .column:last-child .btn-big-cricle-wrp {
  margin: 5% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .form-btn-wrp .container {
    padding: 0 5%;
  }
}

.file.has-name .file-cta {
  width: 35%;
}
.file.has-name .file-name {
  width: 65%;
  max-width: none;
}
.file.file-01 {
  width: 100%;
}
.file.file-01 .file-label {
  width: 100%;
  height: 70px;
}
.file.file-01 .file-name {
  height: 100%;
}
.file.file-01 .file-cta {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 1700px) {
  .file.file-01 .file-label {
    height: 50px;
  }
  .file.file-01 .file-cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .file.file-01 {
    margin-top: 0 !important;
  }
  .file.file-01 .file-label {
    height: 40px;
  }
}

.heading-01, .innerbanner h1 {
  font-size: 4.5vw;
  line-height: 4.5vw;
  font-weight: 400;
}
.heading-01.margin-b, .innerbanner h1.margin-b {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .heading-01, .innerbanner h1 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .heading-01.margin-b, .innerbanner h1.margin-b {
    margin-bottom: 20px;
  }
}

.heading-02 {
  font-size: 70px;
  line-height: 74px;
  letter-spacing: 1px;
}
.heading-02.small {
  font-size: 60px;
  line-height: 64px;
}
@media only screen and (max-width: 1700px) {
  .heading-02 {
    font-size: 40px;
    line-height: 44px;
  }
  .heading-02.small {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-02 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px !important;
  }
  .heading-02.small {
    font-size: 20px;
    line-height: 24px;
  }
}
.heading-03 {
  font-size: 40px;
  line-height: 44px;
}
.heading-03.small {
  font-size: 35px;
  line-height: 45px;
}
.heading-03.big {
  font-size: 60px;
  line-height: 70px;
}
.heading-03 .logo-icon {
  width: 85px;
  margin: 0 0 -12px;
}
@media only screen and (max-width: 1700px) {
  .heading-03 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-03 {
    font-size: 18px;
    line-height: 22px;
  }
  .heading-03.small {
    font-size: 25px;
    line-height: 35px;
  }
  .heading-03.big {
    font-size: 50px;
    line-height: 50px;
  }
  .heading-03 .logo-icon {
    width: 65px;
    margin: 0 0 -9px;
  }
  .heading-03.is-uppercase {
    font-size: 16px;
    line-height: 20px;
  }
}

.para-01, .sec-eq.static .formControl input,
.sec-eq.static .formControl textarea,
.sec-eq.static .formControl select {
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 1700px) {
  .para-01, .sec-eq.static .formControl input,
.sec-eq.static .formControl textarea,
.sec-eq.static .formControl select {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1500px) {
  .para-01, .sec-eq.static .formControl input,
.sec-eq.static .formControl textarea,
.sec-eq.static .formControl select {
    font-size: 12px;
    line-height: 16px;
  }
  .para-01.is-uppercase, .sec-eq.static .formControl input.is-uppercase,
.sec-eq.static .formControl textarea.is-uppercase,
.sec-eq.static .formControl select.is-uppercase {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .para-01.is-uppercase, .sec-eq.static .formControl input.is-uppercase,
.sec-eq.static .formControl textarea.is-uppercase,
.sec-eq.static .formControl select.is-uppercase {
    font-size: 10px;
    line-height: 16px;
  }
}

.para-02, .header .search-header-wrp .button {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 1700px) {
  .para-02, .header .search-header-wrp .button {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  .para-02, .header .search-header-wrp .button {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .para-02, .header .search-header-wrp .button {
    font-size: 12px;
    line-height: 18px;
  }
  .para-02 br, .header .search-header-wrp .button br {
    display: none;
  }
}

.para-03, .footer .p-text, .footer .a-link {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1700px) {
  .para-03, .footer .p-text, .footer .a-link {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .para-03, .footer .p-text, .footer .a-link {
    font-size: 10px;
    line-height: 16px;
  }
  .para-03.is-uppercase, .footer .is-uppercase.p-text, .footer .is-uppercase.a-link {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 67px) {
  .para-03, .footer .p-text, .footer .a-link {
    font-size: 16px;
    line-height: 20px;
  }
}

.para-04 {
  font-size: 18px;
  line-height: 34px;
}
@media only screen and (max-width: 1700px) {
  .para-04 {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .para-04.is-uppercase {
    font-size: 10px;
    line-height: 14px;
  }
}

.heading-wrp {
  width: 100%;
  margin: auto;
  padding: 6vw 0 2vw;
}
.heading-wrp.padding-t-1 {
  padding-top: 3vw !important;
}
.heading-wrp.padding-b-1 {
  padding-bottom: 85px !important;
}
.heading-wrp.w-80 {
  width: 80%;
}
.heading-wrp.center {
  text-align: center;
}
.heading-wrp .margin-l {
  margin-left: 9vw;
}
@media only screen and (max-width: 1700px) {
  .heading-wrp.padding-b-1 {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-wrp.padding-b-1 {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .heading-wrp .margin-l {
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .heading-wrp.w-80 {
    width: 100%;
  }
  .heading-wrp .margin-l {
    margin-left: 30px;
  }
  .heading-wrp .margin-b-1 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 20px !important;
  }
}

.main-wrapper {
  width: 90vw;
  margin-left: auto;
}

.owl-nav-wrp .owl-nav [class*=owl-] {
  background: transparent;
  color: #34adc6;
  text-transform: uppercase;
  font-size: 0;
  font-weight: 600;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav-wrp .owl-nav [class*=owl-]:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  right: -107px;
  top: -54px;
  z-index: 0;
}
.owl-nav-wrp .owl-nav [class*=owl-]:after {
  content: "";
  background: url("../images/right-arrow.png") center no-repeat;
  width: 33px;
  height: 16px;
  position: absolute;
  right: -70px;
  top: -10px;
}
.owl-nav-wrp .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #3b95d1;
}
.owl-nav-wrp .owl-nav .owl-prev {
  left: -4%;
}
.owl-nav-wrp .owl-nav .owl-prev:before {
  left: -99px;
}
.owl-nav-wrp .owl-nav .owl-prev:after {
  transform: rotate(180deg);
  left: -70px;
}
.owl-nav-wrp .owl-nav .owl-next {
  right: -4%;
}
.owl-nav-wrp .owl-nav .disabled {
  opacity: 0 !important;
}
.owl-nav-wrp.is-white-btn .owl-nav [class*=owl-] {
  background-color: #fff;
  box-shadow: 0px 4px 20px 3px #ffffff85;
}
.owl-nav-wrp.is-white-btn .owl-nav [class*=owl-]:before {
  content: "";
  background-color: #555;
}
.owl-nav-wrp.is-white-btn .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #555;
  border-width: 0 1px 0px 0;
}
.owl-nav-wrp.is-white-btn .owl-nav [class*=owl-]:not(.disabled):hover:before {
  background-color: #fff;
}
.owl-nav-wrp.is-white-btn .owl-nav [class*=owl-]:not(.disabled):hover:after {
  border: solid #fff;
  border-width: 0 1px 0px 0;
}
@media screen and (max-width: 1700px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 80px;
    height: 80px;
    right: -47px;
    top: -46px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    background-size: cover;
    width: 30px;
    height: 13px;
    right: -22px;
    top: -10px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:before {
    left: -60px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    left: -36px;
  }
}
@media screen and (max-width: 1500px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 80px;
    height: 80px;
    right: -42px;
    top: -128px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    width: 22px;
    height: 9px;
    right: -12px;
    top: -90px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:before {
    left: -36px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    left: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .owl-nav-wrp .owl-nav .owl-prev {
    left: -1%;
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: -1%;
  }
}
@media screen and (max-width: 1024px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 60px;
    height: 60px;
    right: -35px;
    top: -22px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    width: 16px;
    height: 8px;
    right: -16px;
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav .owl-prev {
    left: 4%;
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .owl-nav-wrp .owl-nav [class*=owl-] {
    font-size: 0;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:before {
    content: "";
    width: 40px;
    height: 40px;
    right: -35px;
    top: -22px;
  }
  .owl-nav-wrp .owl-nav [class*=owl-]:after {
    content: "";
    width: 16px;
    height: 8px;
    right: -22px;
    top: -5px;
  }
  .owl-nav-wrp .owl-nav .owl-prev:after {
    left: -22px;
  }
}
@media screen and (max-width: 480px) {
  .owl-nav-wrp .owl-nav .owl-prev {
    left: 4px;
  }
  .owl-nav-wrp .owl-nav .owl-next {
    right: 4px;
  }
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 14px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #363636;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.owl-carousel.active-primary .owl-dot span {
  background-color: #000;
}
.owl-carousel.active-primary .owl-dot.active span, .owl-carousel.active-primary .owl-dot:hover span {
  background-color: #363636 !important;
}
.owl-carousel.active-white .owl-dot span {
  background-color: #000;
}
.owl-carousel.active-white .owl-dot.active span, .owl-carousel.active-white .owl-dot:hover span {
  background-color: #fff;
}
.owl-carousel.active-red .owl-dot span {
  background-color: #969696;
}
.owl-carousel.active-red .owl-dot.active span, .owl-carousel.active-red .owl-dot:hover span {
  background-color: #000;
}
.owl-carousel.verticle.owl-carousel .owl-nav.disabled + .owl-dots {
  top: 50%;
  bottom: inherit;
  left: inherit;
  right: -11.5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.owl-carousel.verticle.owl-carousel .owl-nav.disabled + .owl-dots .owl-dot span {
  margin: 16px 5px;
}
@media only screen and (max-width: 1700px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
  }
  .owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .owl-carousel.verticle.owl-carousel .owl-nav.disabled + .owl-dots {
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: -11.5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }
  .owl-carousel.verticle.owl-carousel .owl-nav.disabled + .owl-dots .owl-dot span {
    margin: 16px 5px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: #bdbaba;
}

.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  text-transform: uppercase;
  color: #ffffff80;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: white;
  width: 24px;
  height: 4px;
  right: 4px;
  transform: translateX(20%);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  transition: all 0.3s ease;
  transform: translate(-70%, 0%) rotate(-45deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -7%;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev:before {
  transform: translateX(30%);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev:after {
  transform: translate(-82%, 0%) rotate(135deg);
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -7%;
}
.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].disabled {
  opacity: 0;
}
.slider-btn-arrow-circle.is-primary.owl-theme .owl-nav [class*=owl-] {
  border-color: #2f2f2f66;
}
.slider-btn-arrow-circle.is-primary.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #363636;
}
.slider-btn-arrow-circle.is-primary.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #363636;
}
.slider-btn-arrow-circle.is-primary.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.slider-btn-arrow-circle.is-dark.owl-theme .owl-nav [class*=owl-] {
  border-color: #2f2f2f66;
}
.slider-btn-arrow-circle.is-dark.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #f3efeb;
}
.slider-btn-arrow-circle.is-dark.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #f3efeb;
}
.slider-btn-arrow-circle.is-black.owl-theme .owl-nav [class*=owl-] {
  border-color: #000;
}
.slider-btn-arrow-circle.is-black.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #000;
}
.slider-btn-arrow-circle.is-black.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #000;
}
.slider-btn-arrow-circle.is-black.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn-arrow-circle.is-black.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #fff;
}
.slider-btn-arrow-circle.is-black.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: #fff;
}
.slider-btn-arrow-circle.is-primary-fill.owl-theme .owl-nav [class*=owl-] {
  border-color: transparent;
  background-color: #363636;
}
.slider-btn-arrow-circle.is-primary-fill.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #fff;
}
.slider-btn-arrow-circle.is-primary-fill.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #fff;
}
.slider-btn-arrow-circle.is-primary-fill.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #d8b256;
}
.slider-btn-arrow-circle.is-primary-fill.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #000;
}
.slider-btn-arrow-circle.is-primary-fill.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: #000;
}
.slider-btn-arrow-circle.is-white-fill.owl-theme .owl-nav [class*=owl-] {
  border-color: transparent;
  background-color: #fff;
}
.slider-btn-arrow-circle.is-white-fill.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #000;
}
.slider-btn-arrow-circle.is-white-fill.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #000;
}
.slider-btn-arrow-circle.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn-arrow-circle.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #fff;
}
.slider-btn-arrow-circle.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: #fff;
}
.slider-btn-arrow-circle.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 2%;
}
.slider-btn-arrow-circle.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 2%;
}
.slider-btn-arrow-circle.top-align.owl-theme .owl-nav [class*=owl-] {
  top: 34%;
}
@media only screen and (max-width: 1500px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 1200px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7%;
  }
  .slider-btn-arrow-circle.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0%;
  }
  .slider-btn-arrow-circle.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7.5%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -13%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -13%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.35);
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -20%;
  }
  .slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -20%;
  }
}

.slider-btn-arrow.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 80px;
}
.slider-btn-arrow.owl-theme .owl-nav [class*=owl-]:before {
  content: "";
  background-color: white;
  width: 100%;
  height: 2px;
  right: 4px;
}
.slider-btn-arrow.owl-theme .owl-nav [class*=owl-]:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #363636;
  transition: all 0.3s ease;
}
.slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -7%;
  transform: translateY(-50%) rotate(180deg);
}
.slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -7%;
}
.slider-btn-arrow.owl-theme .owl-nav [class*=owl-].disabled {
  opacity: 1;
}
.slider-btn-arrow.is-primary.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #363636;
}
.slider-btn-arrow.is-primary.owl-theme .owl-nav [class*=owl-]:after {
  border-color: transparent transparent transparent #363636;
}
.slider-btn-arrow.is-primary.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.slider-btn-arrow.is-primary.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #363636;
}
.slider-btn-arrow.is-primary.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: transparent transparent transparent #363636;
}
.slider-btn-arrow.is-secondary.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #f3efeb;
}
.slider-btn-arrow.is-secondary.owl-theme .owl-nav [class*=owl-]:after {
  border-color: transparent transparent transparent #f3efeb;
}
.slider-btn-arrow.is-secondary.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.slider-btn-arrow.is-secondary.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #363636;
}
.slider-btn-arrow.is-secondary.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: transparent transparent transparent #363636;
}
.slider-btn-arrow.is-black.owl-theme .owl-nav [class*=owl-] {
  border-color: #000;
}
.slider-btn-arrow.is-black.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #000;
}
.slider-btn-arrow.is-black.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #000;
}
.slider-btn-arrow.is-black.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn-arrow.is-black.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #fff;
}
.slider-btn-arrow.is-black.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: #fff;
}
.slider-btn-arrow.is-white-fill.owl-theme .owl-nav [class*=owl-] {
  border-color: transparent;
  background-color: #fff;
}
.slider-btn-arrow.is-white-fill.owl-theme .owl-nav [class*=owl-]:before {
  background-color: #000;
}
.slider-btn-arrow.is-white-fill.owl-theme .owl-nav [class*=owl-]:after {
  border-color: #000;
}
.slider-btn-arrow.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn-arrow.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover:before {
  background-color: #fff;
}
.slider-btn-arrow.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover:after {
  border-color: #fff;
}
.slider-btn-arrow.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 2%;
}
.slider-btn-arrow.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 2%;
}
.slider-btn-arrow.top-align.owl-theme .owl-nav [class*=owl-] {
  top: 34%;
}
@media only screen and (max-width: 1200px) {
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.8);
  }
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7%;
    transform: translateY(-50%) scale(0.8) rotate(180deg);
  }
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7%;
  }
  .slider-btn-arrow.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0%;
  }
  .slider-btn-arrow.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7.5%;
  }
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -13%;
  }
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -13%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -30%;
  }
  .slider-btn-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -30%;
  }
}

.slider-text-wrp {
  position: relative;
}
.slider-text-wrp .para-02, .slider-text-wrp .header .search-header-wrp .button, .header .search-header-wrp .slider-text-wrp .button {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  background: #fff;
  padding: 6px 12px;
}
@media only screen and (max-width: 1700px) {
  .slider-text-wrp .para-02, .slider-text-wrp .header .search-header-wrp .button, .header .search-header-wrp .slider-text-wrp .button {
    bottom: 12px;
    padding: 4px 8px;
  }
}

.slider-btn.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  padding: 0;
}
.slider-btn.owl-theme .owl-nav [class*=owl-] .button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 0;
  display: block;
}
.slider-btn.owl-theme .owl-nav [class*=owl-] .button span:before {
  content: "";
  background-color: white;
  width: 22px;
  height: 3px;
  right: 4px;
  transform: translateX(20%);
}
.slider-btn.owl-theme .owl-nav [class*=owl-] .button span:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease;
  transform: translate(-60%, 0%) rotate(-45deg);
}
.slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -7%;
}
.slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev .button span:before {
  transform: translateX(30%);
}
.slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev .button span:after {
  transform: translate(-96%, 0%) rotate(135deg);
}
.slider-btn.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -7%;
}
.slider-btn.owl-theme .owl-nav [class*=owl-].disabled {
  opacity: 0;
}
.slider-btn.owl-theme .owl-nav [class*=owl-]:hover .button .span-1 {
  transform: translateY(-100%);
}
.slider-btn.owl-theme .owl-nav [class*=owl-]:hover .button .span-2 {
  top: 0;
}
.slider-btn.is-black.owl-theme .owl-nav [class*=owl-] .button {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.slider-btn.is-black.owl-theme .owl-nav [class*=owl-] .button span:before {
  background-color: #000;
}
.slider-btn.is-black.owl-theme .owl-nav [class*=owl-] .button span:after {
  border-color: #000;
}
.slider-btn.is-black.owl-theme .owl-nav [class*=owl-] .button .span-2 {
  color: #fff;
  border-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn.is-black.owl-theme .owl-nav [class*=owl-] .button .span-2:before {
  background-color: #fff;
}
.slider-btn.is-black.owl-theme .owl-nav [class*=owl-] .button .span-2:after {
  border-color: #fff;
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-] .button {
  color: #1f1f1f;
  border-color: #fff;
  background-color: #fff;
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-] .button span:before {
  background-color: #000;
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-] .button span:after {
  border-color: #000;
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-] .button .span-2 {
  color: #fff;
  border-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-] .button .span-2:before {
  background-color: #fff;
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-] .button .span-2:after {
  border-color: #fff;
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover .button .span-1 {
  transform: translateY(-100%);
}
.slider-btn.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover .button .span-2 {
  top: 0;
}
.slider-btn.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 2%;
}
.slider-btn.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 2%;
}
.slider-btn.top-align.owl-theme .owl-nav [class*=owl-] {
  top: 34%;
}
@media only screen and (max-width: 1500px) {
  .slider-btn.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.7);
  }
}
@media only screen and (max-width: 1200px) {
  .slider-btn.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7%;
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7%;
  }
  .slider-btn.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0%;
  }
  .slider-btn.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7.5%;
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-btn.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -13%;
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -13%;
  }
}
@media only screen and (max-width: 480px) {
  .slider-btn.owl-theme .owl-nav [class*=owl-] {
    transform: translateY(-50%) scale(0.5);
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -30%;
  }
  .slider-btn.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -30%;
  }
}

.slider-btn-arrow-01 {
  padding-bottom: 100px;
}
.slider-btn-arrow-01.owl-theme .owl-nav {
  position: absolute;
  right: -120px;
  bottom: -100px;
  background: #edce82;
  width: 30%;
  height: 90px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  position: static;
  transform: none;
  font-size: 0px;
  padding: 0;
  margin: 0;
}
.slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] .button {
  height: 90px;
  width: 60px;
  padding: 0;
  display: block;
  border: none;
}
.slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] .button span:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  transition: all 0.3s ease;
  transform: translate(-60%, 0%) rotate(-45deg);
}
.slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-].owl-prev .button span:before {
  transform: translateX(30%);
}
.slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-].owl-prev .button span:after {
  transform: translate(40%, 0%) rotate(135deg);
}
.slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-].disabled {
  opacity: 0;
}
.slider-btn-arrow-01.owl-theme .owl-nav.disabled {
  display: none !important;
}
.slider-btn-arrow-01.is-black.owl-theme .owl-nav [class*=owl-] .button {
  color: #000;
  background-color: transparent;
}
.slider-btn-arrow-01.is-black.owl-theme .owl-nav [class*=owl-] .button span:before {
  background-color: #000;
}
.slider-btn-arrow-01.is-black.owl-theme .owl-nav [class*=owl-] .button span:after {
  border-color: #000;
}
.slider-btn-arrow-01.is-black.owl-theme .owl-nav [class*=owl-] .button .span-2:before {
  background-color: #fff;
}
.slider-btn-arrow-01.is-black.owl-theme .owl-nav [class*=owl-] .button .span-2:after {
  border-color: #fff;
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-] .button {
  color: #1f1f1f;
  border-color: #fff;
  background-color: #fff;
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-] .button span:before {
  background-color: #000;
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-] .button span:after {
  border-color: #000;
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-] .button .span-2 {
  color: #fff;
  border-color: #000;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-] .button .span-2:before {
  background-color: #fff;
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-] .button .span-2:after {
  border-color: #fff;
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover .button .span-1 {
  transform: translateY(-100%);
}
.slider-btn-arrow-01.is-white-fill.owl-theme .owl-nav [class*=owl-]:hover .button .span-2 {
  top: 0;
}
.slider-btn-arrow-01.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 2%;
}
.slider-btn-arrow-01.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 2%;
}
.slider-btn-arrow-01.top-align.owl-theme .owl-nav [class*=owl-] {
  top: 34%;
}
@media only screen and (max-width: 1700px) {
  .slider-btn-arrow-01 {
    padding-bottom: 80px;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav {
    height: 50px;
    right: 0;
    bottom: 0;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] .button {
    height: 50px;
    width: 40px;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] .button span:after {
    padding: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-btn-arrow-01 {
    padding-bottom: 60px;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav {
    right: 0px;
    height: 30px;
    width: 220px;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] .button {
    height: 30px;
    width: 20px;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-] .button span:after {
    padding: 3px;
    border-width: 0 1px 1px 0;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -7%;
  }
  .slider-btn-arrow-01.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -7%;
  }
  .slider-btn-arrow-01.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 0%;
  }
  .slider-btn-arrow-01.inner-arrow.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0%;
  }
}
.list-wrp-parent.img-list-parent {
  margin-top: 12%;
}
.list-wrp-parent.img-list-parent .item {
  padding: 1.6%;
}
.list-wrp-parent.product-list-parent .item {
  padding-left: 4%;
}
.list-wrp-parent.product-list-parent .item:nth-child(2n-1) {
  padding-left: 0;
  padding-right: 4%;
}
.list-wrp-parent.product-list-02-parent {
  margin-top: 7%;
}
.list-wrp-parent.product-list-02-parent .item {
  padding: 0 7%;
}
.list-wrp-parent.product-list-02-parent .item:nth-child(2n-1) {
  margin-top: -7%;
}
.list-wrp-parent.product-list-02-parent .item:nth-last-child(n+3) {
  margin-bottom: 14%;
}
.list-wrp-parent.item-slider-01 .owl-item .item {
  padding: 0 12%;
}
.list-wrp-parent.item-slider-01 .owl-item:nth-child(2n-1) .item {
  margin-top: 12%;
}
@media screen and (min-width: 1024px) {
  .list-wrp-parent.img-list-parent .item:not(:nth-child(3n-1)) {
    margin-top: -7%;
  }
}
@media screen and (max-width: 1023px) {
  .list-wrp-parent {
    display: flex;
  }
  .list-wrp-parent.img-list-parent .item {
    width: 50%;
    flex-basis: auto;
    margin-top: -50px;
  }
  .list-wrp-parent.img-list-parent .item:not(:nth-child(2n-1)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-wrp-parent.img-list-parent {
    margin-top: 70px;
  }
  .list-wrp-parent.img-list-parent .item {
    width: 50%;
    flex-basis: auto;
    margin-top: -50px;
  }
  .list-wrp-parent.img-list-parent .item:not(:nth-child(2n-1)) {
    margin-top: 0;
  }
}

.list-wrp {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-wrp.margin-right .heading-wrp {
  margin-right: 20%;
}
.list-wrp.margin-right .img-wrp {
  width: 70px;
}
.list-wrp.tick span {
  margin-left: 15px;
}
.list-wrp.tick p:not(:last-child) {
  margin-bottom: 15px;
}
.list-wrp.disc span {
  display: block;
  margin-left: 15px;
}
.list-wrp.disc p {
  position: relative;
  padding-left: 24px;
}
.list-wrp.disc p:before {
  content: "";
  background-color: #747474;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 8px;
}
.list-wrp.disc p:not(:last-child) {
  margin-bottom: 5px;
}
.list-wrp.img-list {
  position: relative;
}
.list-wrp.img-list .img-wrp img {
  display: block;
}
.list-wrp.img-list .img-wrp.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #141E30 -0.05%, rgba(20, 30, 48, 0) 40.62%);
}
.list-wrp.img-list .content-wrp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4% 6%;
}
.list-wrp.product-list {
  padding-bottom: 4vw;
}
.list-wrp.product-list .full-img {
  width: 100%;
}
.list-wrp.product-list .heading-02 {
  padding: 2.4vw 0px 1.4vw;
}
.list-wrp.product-list-02 .full-img {
  width: 100%;
}
.list-wrp.two-columns > .item {
  padding-bottom: 3vw;
  padding-right: 1.5vw;
}
.list-wrp.two-columns > .item:nth-child(2n) {
  padding-left: 1.5vw;
  padding-right: 0;
}
.list-wrp.three-columns .img-wrp.center {
  margin: 0 auto 20px;
}
.list-wrp.three-columns > .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
}
.list-wrp.three-columns > .item:nth-child(3n) {
  margin-right: 0%;
}
.list-wrp.three-columns.image-0-1-0 > .item:nth-child(3n-1) {
  margin-top: 80px;
}
@media screen and (max-width: 1700px) {
  .list-wrp.margin-right .heading-wrp {
    margin-right: 12%;
  }
  .list-wrp.margin-right .img-wrp {
    width: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .list-wrp.product-list {
    padding: 6%;
  }
  .list-wrp.three-columns.image-0-1-0 > .item:nth-child(3n-1) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .list-wrp.margin-right {
    flex-basis: auto;
  }
  .list-wrp.disc p {
    padding-left: 18px;
  }
  .list-wrp.disc p:before {
    width: 3px;
    height: 3px;
    left: 4px;
    top: 7px;
  }
  .list-wrp.three-columns > .item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .list-wrp.three-columns > .item:nth-child(3n) {
    margin-right: 4%;
  }
  .list-wrp.three-columns > .item:nth-child(2n) {
    margin-right: 0;
  }
  .list-wrp.three-columns.image-0-1-0 > .item:nth-child(3n-1) {
    margin-top: 0px;
  }
  .list-wrp.three-columns.image-0-1-0 > .item:nth-child(2n) {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .list-wrp.margin-right {
    width: 100%;
  }
  .list-wrp.margin-right .heading-wrp {
    margin-right: 0;
  }
  .list-wrp.product-list {
    padding: 20px 20px 30px;
  }
  .list-wrp.three-columns > .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .list-wrp.three-columns.image-0-1-0 > .item {
    margin-top: 10px !important;
  }
  .list-wrp.three-columns.image-0-1-0 > .item:nth-child(3n-1), .list-wrp.three-columns.image-0-1-0 > .item:nth-child(2n) {
    margin-top: 10px !important;
  }
}

.two-column-wrp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.two-column-wrp:not(:last-child) {
  margin-bottom: 6vw;
}
.two-column-wrp .wrp-1 {
  width: 43%;
}
.two-column-wrp .wrp-2 {
  width: 57%;
  padding-left: 4%;
}
.two-column-wrp.swipe {
  flex-direction: row-reverse;
}
.two-column-wrp.swipe .wrp-2 {
  padding-left: 4%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .two-column-wrp {
    flex-wrap: wrap;
  }
  .two-column-wrp .wrp-1,
.two-column-wrp .wrp-2 {
    width: 100%;
  }
  .two-column-wrp .wrp-1 {
    padding: 0 0px 40px;
  }
  .two-column-wrp .wrp-2 {
    padding: 0px 20px !important;
  }
}

.box-line {
  position: absolute;
  left: 17%;
  top: -20%;
  width: 150%;
  height: 140%;
  pointer-events: none;
}
.box-line .top {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-top: 1px solid #363636;
  position: absolute;
}
.box-line .top:before {
  content: "";
  background-color: #363636;
  width: 1px;
  height: 12%;
  position: absolute;
  left: 0;
  top: 0;
}
.box-line .top:after {
  content: "";
  background-color: #363636;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.box-line .bottom {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #363636;
  position: absolute;
}
.box-line .bottom:before {
  content: "";
  background-color: #363636;
  width: 1px;
  height: 11%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box-line .bottom:after {
  content: "";
  background-color: #363636;
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.98;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}

.section-dot {
  position: relative;
}
.section-dot:after {
  content: "";
  background-color: #363636;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .section-dot:after {
    width: 7px;
    height: 7px;
  }
}

.section-line {
  position: relative;
}
.section-line:before {
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.section-line > * {
  position: relative;
  z-index: 2;
}

.golden-bg-01 {
  background-image: url("../images/golden-bg-01.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 33%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 0;
}
.golden-bg-01 ~ * {
  position: relative;
  z-index: 1;
}

.golden-bg-02 {
  background-color: #f8f3e5;
  background-image: url("../images/golden-bg-02.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 33%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 0;
}
.golden-bg-02 ~ * {
  position: relative;
  z-index: 1;
}

.left-right-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left-right-wrp .heading-wrp {
  width: auto;
  margin: 0;
}

.tab-wrp-parent {
  position: sticky;
  top: 52px;
  background: #fff;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.tab-wrp-parent.tab-wrp-parent--hidden {
  top: -30px;
}
.tab-wrp-parent.nav-down {
  top: 54px;
}
.tab-wrp-parent.is-bg-white {
  position: sticky;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .tab-wrp-parent.tab-wrp-parent--hidden {
    top: 0px;
    padding-top: 46px;
  }
  .tab-wrp-parent.nav-down {
    top: 72px;
    padding-top: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .tab-wrp-parent.nav-down {
    top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-wrp-parent.nav-down {
    top: 54px;
  }
}

.tab-wrp, .sub-nav-link-wrp, .sub-nav-wrp {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636;
  border-radius: 0;
  margin: 0 0 60px;
  display: block;
  border: none;
}
.tab-wrp:before, .sub-nav-link-wrp:before, .sub-nav-wrp:before {
  height: 1px;
  width: 68%;
  background-color: #00000080;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.tab-wrp > div, .sub-nav-link-wrp > div, .sub-nav-wrp > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tab-wrp .tab, .sub-nav-link-wrp .tab, .sub-nav-wrp .tab {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 12px 22px;
  margin: 0 8px;
  position: relative;
  flex: 1 1 auto;
  cursor: pointer;
}
.tab-wrp .tab:before, .sub-nav-link-wrp .tab:before, .sub-nav-wrp .tab:before {
  content: "";
  background-color: #1f1f1f;
  width: 0%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.tab-wrp .tab:not(:last-child):after, .sub-nav-link-wrp .tab:not(:last-child):after, .sub-nav-wrp .tab:not(:last-child):after {
  content: "";
  background-color: #969696;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-wrp .tab:first-child, .sub-nav-link-wrp .tab:first-child, .sub-nav-wrp .tab:first-child {
  margin-left: 0;
}
.tab-wrp .tab:nth-child(3n+1), .sub-nav-link-wrp .tab:nth-child(3n+1), .sub-nav-wrp .tab:nth-child(3n+1) {
  animation-delay: 0.2s;
}
.tab-wrp .tab:nth-child(3n+2), .sub-nav-link-wrp .tab:nth-child(3n+2), .sub-nav-wrp .tab:nth-child(3n+2) {
  animation-delay: 0.4s;
}
.tab-wrp .tab:nth-child(3n+3), .sub-nav-link-wrp .tab:nth-child(3n+3), .sub-nav-wrp .tab:nth-child(3n+3) {
  animation-delay: 0.6s;
}
.tab-wrp .tab:nth-child(3n+4), .sub-nav-link-wrp .tab:nth-child(3n+4), .sub-nav-wrp .tab:nth-child(3n+4) {
  animation-delay: 0.8s;
}
.tab-wrp .tab:nth-child(3n+5), .sub-nav-link-wrp .tab:nth-child(3n+5), .sub-nav-wrp .tab:nth-child(3n+5) {
  animation-delay: 1s;
}
.tab-wrp .tab:nth-child(3n+6), .sub-nav-link-wrp .tab:nth-child(3n+6), .sub-nav-wrp .tab:nth-child(3n+6) {
  animation-delay: 1.2s;
}
.tab-wrp .tab:nth-child(3n+7), .sub-nav-link-wrp .tab:nth-child(3n+7), .sub-nav-wrp .tab:nth-child(3n+7) {
  animation-delay: 1.4s;
}
.tab-wrp .tab:nth-child(3n+8), .sub-nav-link-wrp .tab:nth-child(3n+8), .sub-nav-wrp .tab:nth-child(3n+8) {
  animation-delay: 1.6s;
}
.tab-wrp .tab:nth-child(3n+9), .sub-nav-link-wrp .tab:nth-child(3n+9), .sub-nav-wrp .tab:nth-child(3n+9) {
  animation-delay: 1.8s;
}
.tab-wrp .tab:nth-child(3n+10), .sub-nav-link-wrp .tab:nth-child(3n+10), .sub-nav-wrp .tab:nth-child(3n+10) {
  animation-delay: 2s;
}
.tab-wrp .tab:nth-child(3n+11), .sub-nav-link-wrp .tab:nth-child(3n+11), .sub-nav-wrp .tab:nth-child(3n+11) {
  animation-delay: 2.2s;
}
.tab-wrp .tab:nth-child(3n+12), .sub-nav-link-wrp .tab:nth-child(3n+12), .sub-nav-wrp .tab:nth-child(3n+12) {
  animation-delay: 2.4s;
}
.tab-wrp .tab:hover, .sub-nav-link-wrp .tab:hover, .sub-nav-wrp .tab:hover, .tab-wrp .tab.active, .sub-nav-link-wrp .tab.active, .sub-nav-wrp .tab.active {
  color: #363636;
}
.tab-wrp .tab:hover:before, .sub-nav-link-wrp .tab:hover:before, .sub-nav-wrp .tab:hover:before, .tab-wrp .tab.active:before, .sub-nav-link-wrp .tab.active:before, .sub-nav-wrp .tab.active:before {
  background-color: #000;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1700px) {
  .tab-wrp .tab, .sub-nav-link-wrp .tab, .sub-nav-wrp .tab {
    margin: 0 4px;
  }
  .tab-wrp .tab:not(:last-child):after, .sub-nav-link-wrp .tab:not(:last-child):after, .sub-nav-wrp .tab:not(:last-child):after {
    width: 3px;
    height: 3px;
    right: -6px;
  }
}
@media only screen and (max-width: 1023px) {
  .tab-wrp .tab, .sub-nav-link-wrp .tab, .sub-nav-wrp .tab {
    font-size: 10px;
    padding: 8px 10px 6px;
    margin: 0 4px;
  }
}

.box-shadow, .three-img-slider .owl-item .item img {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}

.iframe-wrp iframe {
  width: 100%;
  height: 100%;
}

.video-item {
  position: relative;
  display: block;
}
.video-item .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
@media only screen and (max-width: 1700px) {
  .video-item .play-btn {
    width: 44px;
  }
}

.normal-video {
  position: relative;
}
.normal-video .iframe-wrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.normal-video .iframe-wrp iframe {
  width: 100%;
  height: 100%;
}
.normal-video .video-thumb {
  display: block;
  cursor: pointer;
}
.normal-video .thumb {
  display: block;
}
.normal-video .play-btn-wrp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.normal-video .play-btn-wrp.btn-01 {
  width: 27px;
}
.normal-video .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.normal-video .pause-button:before {
  position: absolute;
  right: 14px;
  top: 14px;
  background-color: #fff;
  color: #563636;
  font-size: 2vw;
  line-height: 0vw;
  padding: 1.2% 0.5%;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: none;
  transition-delay: 0s;
}
.normal-video.active .iframe-wrp {
  display: block;
}
.normal-video.active .video-thumb {
  opacity: 0;
  pointer-events: none;
}
.normal-video.active .pause-button {
  pointer-events: all;
}
.normal-video.active .pause-button:before {
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 1s;
}
@media only screen and (max-width: 1700px) {
  .normal-video .play-btn-wrp.btn-01 {
    width: 16px;
  }
}

.img-wrp-parent:hover .img-wrp.border-img:after {
  width: 100%;
  height: 100%;
}

.img-wrp {
  width: 100%;
}
.img-wrp img {
  width: 100%;
  display: block;
}
.img-wrp .img-auto {
  width: auto !important;
}
.img-wrp.curve-img-01 {
  border-radius: 400px;
  overflow: hidden;
}
.img-wrp.border-img {
  position: relative;
}
.img-wrp.border-img:after {
  content: "";
  width: 92%;
  height: 92%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #1f1f1f;
}
.img-wrp.border-img img {
  padding: 14px;
  position: relative;
  z-index: 1;
}
.img-wrp.border-img ~ .content-wrp {
  padding-left: 14px;
}
.img-wrp.border-img-02 img {
  border: 1px solid #363636;
  padding: 60px;
  border-radius: 400px;
}
.img-wrp.circle-img img {
  border-radius: 50%;
}
.img-wrp.overlay-img {
  position: relative;
}
.img-wrp.overlay-img:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.img-wrp.overlay-img > * {
  position: relative;
  z-index: 2;
}
.img-wrp.img-disclaimer-wrp {
  position: relative;
}
.img-wrp.img-disclaimer-wrp .img-disclaimer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  display: contents;
}
.img-wrp.img-disclaimer-wrp .img-disclaimer:before {
  background: #00000078;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #b5b5b5;
  padding: 3px 10px;
  font-size: 12px;
}
.img-wrp.img-disclaimer-wrp .img-disclaimer.artist-impression:before {
  content: "Artist Impression";
}
@media only screen and (max-width: 1700px) {
  .img-wrp.border-img img {
    padding: 8px;
  }
  .img-wrp.border-img ~ .content-wrp {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .img-wrp.border-img img {
    padding: 6px;
  }
  .img-wrp.border-img ~ .content-wrp {
    padding-left: 6px;
  }
  .img-wrp.border-img-02 img {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .img-wrp.border-img-02 img {
    padding: 25px;
  }
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.logo-icon {
  width: 45px;
  margin-right: 4px;
}
.logo-icon.para-icon {
  margin: 0 4px -7px 0;
}
.logo-icon.big {
  margin-bottom: -5px;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .logo-icon.big {
    width: 30px;
    margin-bottom: -2px;
  }
  .logo-icon.big.para-icon {
    margin: 0px 4px -6px 0;
  }
}

.capsule-parent-wrp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.capsule-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 110%;
  padding: 30px;
  border: 1px solid #B09454;
  border-radius: 900px;
}
.capsule-wrp .img-wrp {
  width: 48%;
}
.capsule-wrp .content-wrp {
  width: 32%;
  margin-left: 10%;
}
.capsule-wrp.left-wrp {
  margin-left: -25%;
  padding-left: 25%;
}
.capsule-wrp.right-wrp {
  margin-right: -25%;
  padding-right: 25%;
}
.capsule-wrp.swipe {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .capsule-wrp {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .capsule-wrp {
    justify-content: flex-end;
    width: 150%;
    position: relative;
    margin-bottom: 100px;
  }
  .capsule-wrp .img-wrp {
    width: 65%;
  }
  .capsule-wrp .content-wrp {
    position: absolute;
    top: calc(100% + 40px);
    text-align: center;
    margin: 0 0 0 36%;
    padding: 0;
    width: 100vw;
    left: 0;
    right: 0;
  }
  .capsule-wrp.left-wrp {
    margin-left: -55%;
    padding-left: 12%;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.aspect-ratio-9-41 {
  aspect-ratio: 9/4.1;
}

.aspect-ratio-16-12 {
  aspect-ratio: 16/12;
}

.tab-accordion {
  padding: 20px 0;
  border-bottom: 1px solid #969696;
  position: relative;
}
.tab-accordion .accordion-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tab-accordion .accordion-section-title:after {
  content: "";
  display: none;
}
.tab-accordion .accordion-section-title p, .tab-accordion .accordion-section-title .para-03, .tab-accordion .accordion-section-title .footer .p-text, .footer .tab-accordion .accordion-section-title .p-text, .tab-accordion .accordion-section-title .footer .a-link, .footer .tab-accordion .accordion-section-title .a-link, .tab-accordion .accordion-section-title h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  pointer-events: none;
}
.tab-accordion .accordion-section-title .icon {
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
  display: inline-flex;
}
.tab-accordion .accordion-section-title .icon:after {
  content: "+";
  font-size: 60px;
  position: absolute;
  top: 0;
  transform: translateY(0);
}
.tab-accordion .accordion-section-title.active p {
  pointer-events: none;
}
.tab-accordion .accordion-section-title.active .icon {
  pointer-events: none;
}
.tab-accordion .accordion-section-title.active .icon:after {
  content: "-";
}
.tab-accordion .accordion-section-content {
  display: none;
  padding: 2vw 0 10px;
  font-size: 20px !important;
  color: #575757;
}
.tab-accordion .accordion-section-content ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 12px;
}
.tab-accordion .accordion-section-content ul li {
  line-height: 1.4;
  color: #575757;
}
.tab-accordion .accordion-section-content p {
  margin-bottom: 10px;
  line-height: 1.4;
  display: initial;
  color: #575757;
}
.tab-accordion .accordion-section-content li, .tab-accordion .accordion-section-content p {
  font-size: 20px !important;
}
.tab-accordion .accordion-section-content.open {
  display: block;
}
.tab-accordion:last-child {
  border-bottom: 0;
}
.tab-accordion.question {
  padding-left: 60px;
}
.tab-accordion.question:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #67ae45;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}
.tab-accordion.plus-minus-bg .accordion-section-title {
  padding-right: 50px;
}
.tab-accordion.plus-minus-bg .accordion-section-title .icon {
  background-color: transparent;
  color: #67ae45;
  border-radius: 50%;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tab-accordion.plus-minus-bg .accordion-section-content {
  padding-right: 50px;
}
.tab-accordion.plus-minus-bg.is-primary .accordion-section-title .icon {
  background-color: transparent;
  color: #363636;
}
.tab-accordion.plus-minus-bg.is-dark .accordion-section-title .icon {
  background-color: #1f1f1f;
  color: #fff;
}
.tab-accordion.plus-minus-bg.is-white .accordion-section-title .icon {
  background-color: transparent;
  color: #fff;
}
.tab-accordion.border-light {
  border-color: #969696;
}
@media screen and (max-width: 1700px) {
  .tab-accordion .accordion-section-title p, .tab-accordion .accordion-section-title .para-03, .tab-accordion .accordion-section-title .footer .p-text, .footer .tab-accordion .accordion-section-title .p-text, .tab-accordion .accordion-section-title .footer .a-link, .footer .tab-accordion .accordion-section-title .a-link, .tab-accordion .accordion-section-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .tab-accordion .accordion-section-title .icon:after {
    font-size: 30px;
  }
  .tab-accordion .accordion-section-content {
    font-size: 16px !important;
  }
  .tab-accordion .accordion-section-content li, .tab-accordion .accordion-section-content p {
    font-size: 16px !important;
  }
  .tab-accordion.question {
    padding-left: 46px;
  }
  .tab-accordion.question:before {
    top: 14px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .tab-accordion .accordion-section-title p, .tab-accordion .accordion-section-title .para-03, .tab-accordion .accordion-section-title .footer .p-text, .footer .tab-accordion .accordion-section-title .p-text, .tab-accordion .accordion-section-title .footer .a-link, .footer .tab-accordion .accordion-section-title .a-link, .tab-accordion .accordion-section-title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .tab-accordion .accordion-section-title .icon:after {
    font-size: 22px;
  }
  .tab-accordion .accordion-section-content {
    font-size: 13px !important;
  }
  .tab-accordion .accordion-section-content li, .tab-accordion .accordion-section-content p {
    font-size: 13px !important;
  }
  .tab-accordion.question {
    padding-left: 38px;
  }
  .tab-accordion.question:before {
    top: 18px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tab-accordion .accordion-section-title .icon:after {
    font-size: 18px;
  }
  .tab-accordion .accordion-section-content ul li {
    line-height: 1.8;
  }
  .tab-accordion .accordion-section-content p {
    line-height: 1.8;
  }
  .tab-accordion.question {
    padding-left: 34px;
  }
  .tab-accordion.question:before {
    width: 20px;
    height: 21px;
    font-size: 12px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-title {
    padding-right: 40px;
  }
  .tab-accordion.plus-minus-bg .accordion-section-content {
    padding-right: 40px;
  }
}

.link-accordion .accordion-section-title:after {
  content: "";
  display: none;
}
.link-accordion .accordion-section-title span {
  width: 40px;
  height: 20px;
  position: relative;
  right: 0;
  display: inline-flex;
}
.link-accordion .accordion-section-title span:after {
  content: "+";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.link-accordion .accordion-section-title.active span:after {
  content: "-";
}

.border-all-side {
  border: 1px solid #747474;
}

@media screen and (max-width: 1200px) {
  .mob-dropdown {
    background-color: transparent;
    width: 100%;
    max-width: 500px;
    transition: all 1s ease;
    border: none;
    border-radius: 20px 20px;
    padding: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 9;
    text-transform: uppercase;
  }
  .mob-dropdown:before {
    content: attr(data-before);
    background-color: #eeeeee;
    height: 35px;
    width: 100%;
    padding: 8px 4% 0;
    text-align: left;
    font-size: 12px;
    color: #1f1f1f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 30px;
  }
  .mob-dropdown:before span {
    font-weight: 400;
    display: block;
    padding: 0 0 10px;
    border-bottom: 2px solid transparent;
    margin: 0 2.4rem;
    color: #969696;
    position: relative;
    font-size: 1rem;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .mob-dropdown:after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transition: all 0.3s ease;
    transform: translate(-60%, 0%) rotate(45deg);
    right: 10px;
    top: 10px;
    z-index: 9;
    margin: 0 0 0 auto;
    position: absolute;
    transform-origin: center;
  }
  .mob-dropdown > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 35px 0 0;
  }
  .mob-dropdown .tab {
    width: 100%;
    margin: 0;
    animation: none;
    transition: all 0.3s ease;
    transform: none;
    opacity: 1;
    background-color: #1f1f1f !important;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    margin: 0 !important;
  }
  .mob-dropdown .tab:after {
    display: none;
  }
  .mob-dropdown .tab .icon {
    display: none;
  }
  .mob-dropdown .tab:first-child {
    padding-top: 20px;
    border-radius: 20px 20px 0 0;
  }
  .mob-dropdown .tab:last-child {
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
  }
  .mob-dropdown.open {
    background: #fff;
  }
  .mob-dropdown.open:after {
    transform: translate(-60%, 0%) rotate(225deg);
    top: 14px;
  }
  .mob-dropdown.open > div {
    display: flex;
  }
}

.two-image-slider-wrp {
  display: flex;
  justify-content: space-between;
}
.two-image-slider-wrp > div {
  position: static;
}
.two-image-slider-wrp > div:nth-child(1) {
  z-index: 9;
}
.two-image-slider-wrp > div:nth-child(2) .owl-nav {
  display: none;
}
.two-image-slider-wrp > div:nth-child(2) .owl-dots {
  display: none;
}
.two-image-slider-wrp > div:nth-child(3) .owl-nav {
  display: none;
}
.two-image-slider-wrp > div:nth-child(3) .owl-dots {
  display: none;
}
.two-image-slider-wrp .two-image-slider {
  width: 88%;
  margin: 0 auto 0;
}
.two-image-slider-wrp .two-image-slider.left {
  margin: 0 auto 0 0;
}
.two-image-slider-wrp .two-image-slider .owl-stage {
  transition-delay: 1s !important;
}
.two-image-slider-wrp .two-image-slider .owl-item {
  overflow: hidden;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.8s all ease;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  animation: b_line_01_bg_before 1s ease forwards;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.border-img:after, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.border-img:after {
  left: 10px;
  top: 10px;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.border-img:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.border-img:before {
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  top: 14px;
  left: 14px;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-secondary, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-secondary {
  background-color: transparent;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-secondary:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-secondary:before {
  background: #f3efeb;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-secondary-light, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-secondary-light {
  background-color: transparent;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-secondary-light:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-secondary-light:before {
  background: #f1f1f1;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-quaternary, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-quaternary {
  background-color: transparent;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-quaternary:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-quaternary:before {
  background: #fae09f;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-color-4, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-color-4 {
  background-color: transparent;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-color-4:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-color-4:before {
  background: #e9f3f6;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-tertiary, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-tertiary {
  background-color: transparent;
}
.two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.is-bg-tertiary:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.is-bg-tertiary:before {
  background: #fae09f;
}
@keyframes b_line_01_bg_before {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes b_line_01_before {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
.two-image-slider-wrp .two-image-slider .owl-item .item .content-wrp {
  opacity: 0;
  animation: b_line_01_text_before 1.3s ease 0s forwards;
}
@keyframes b_line_01_text_before {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.two-image-slider-wrp .two-image-slider .owl-item.active-item .item .no-img-wrp:before, .two-image-slider-wrp .two-image-slider .owl-item.active-item .item .img-wrp:before {
  animation: b_line_01_bg 1s ease 0s forwards;
}
.two-image-slider-wrp .two-image-slider .owl-item.active-item .item .no-img-wrp img, .two-image-slider-wrp .two-image-slider .owl-item.active-item .item .no-img-wrp iframe, .two-image-slider-wrp .two-image-slider .owl-item.active-item .item .img-wrp img, .two-image-slider-wrp .two-image-slider .owl-item.active-item .item .img-wrp iframe {
  animation: b_line_01 0s ease 0s forwards;
}
.two-image-slider-wrp .two-image-slider .owl-item.active-item .item .no-img-wrp.border-img:after, .two-image-slider-wrp .two-image-slider .owl-item.active-item .item .img-wrp.border-img:after {
  animation: b_line_01_after 1s ease 0.3s forwards;
}
@keyframes b_line_01_bg {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes b_line_01 {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
@keyframes b_line_01_after {
  0% {
    top: 10px;
    left: 10px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
.two-image-slider-wrp .two-image-slider .owl-item.active-item .item .content-wrp {
  animation: b_line_01_text 0.8s ease 0s forwards;
}
@keyframes b_line_01_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.two-image-slider-wrp .two-image-slider .owl-nav [class*=owl-] {
  top: 40%;
}
.two-image-slider-wrp .two-image-slider .owl-nav [class*=owl-].owl-prev {
  left: 40px;
}
.two-image-slider-wrp .two-image-slider .owl-nav [class*=owl-].owl-next {
  right: -220%;
  top: 20%;
}
.two-image-slider-wrp.image0-1-0 .two-image-slider .owl-item.active-item:nth-child(3n-1) {
  margin-top: 80px;
}
.two-image-slider-wrp.image0-1--1 .two-image-slider .owl-item.active1 {
  transform: translateY(0);
}
.two-image-slider-wrp.image0-1--1 .two-image-slider .owl-item.active2 {
  transform: translateY(80px);
}
.two-image-slider-wrp.image0-1--1 .two-image-slider .owl-item.active3 {
  transform: translateY(-100px);
}
.two-image-slider-wrp .progress-bar-container {
  position: absolute;
  bottom: 23px;
  right: 43px;
  width: 23%;
  height: 2px;
  background-color: #cba444;
  z-index: 9;
}
.two-image-slider-wrp .progress-bar-container > div {
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: all 1s ease;
}
@media only screen and (max-width: 1700px) {
  .two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.border-img:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.border-img:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .two-image-slider-wrp.image-01-0 > div:nth-child(2) {
    margin-top: 40px;
  }
  .two-image-slider-wrp.image-01--1 > div:nth-child(1) {
    margin-top: 0;
  }
  .two-image-slider-wrp.image-01--1 > div:nth-child(2) {
    margin-top: 40px;
  }
  .two-image-slider-wrp.image-01--1 > div:nth-child(3) {
    margin-top: -60px;
  }
  .two-image-slider-wrp .progress-bar-container {
    bottom: 14px;
    right: 24px;
    height: 1px;
    width: 174px;
  }
}
@media only screen and (max-width: 1023px) {
  .two-image-slider-wrp .two-image-slider .owl-item .item .no-img-wrp.border-img:before, .two-image-slider-wrp .two-image-slider .owl-item .item .img-wrp.border-img:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
  .two-image-slider-wrp .two-image-slider .owl-nav [class*=owl-].owl-prev {
    left: -10px;
    top: 30%;
  }
  .two-image-slider-wrp .two-image-slider .owl-nav [class*=owl-].owl-next {
    right: -130%;
    top: 50%;
  }
}

.two-image-slider-2 {
  width: 88%;
  margin: 0 auto 0;
}
.two-image-slider-2.left {
  margin: 0 auto 0 0;
}
.two-image-slider-2 .owl-item .item.text-wrp a:before {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.two-image-slider-2 .owl-item .item.text-wrp div {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 30px 40px;
  opacity: 0;
  pointer-events: none;
}
.two-image-slider-2 .owl-item.active .item.text-wrp div {
  opacity: 1;
  pointer-events: all;
}
.two-image-slider-2.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  top: -15%;
}
.two-image-slider-2.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 0%;
}
.two-image-slider-2.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0%;
}
@media only screen and (max-width: 1700px) {
  .two-image-slider-2 .owl-item .item.text-wrp div {
    width: 60%;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .two-image-slider-2 .owl-item .item.text-wrp .para-02, .two-image-slider-2 .owl-item .item.text-wrp .header .search-header-wrp .button, .header .search-header-wrp .two-image-slider-2 .owl-item .item.text-wrp .button {
    bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .two-image-slider-2 {
    width: 100%;
  }
  .two-image-slider-2 .owl-item .item {
    padding: 0;
  }
  .two-image-slider-2 .owl-item .item.text-wrp div {
    width: 90%;
    padding: 10px 20px;
  }
  .two-image-slider-2 .owl-item .item.text-wrp div .para-01, .two-image-slider-2 .owl-item .item.text-wrp div .sec-eq.static .formControl input, .sec-eq.static .formControl .two-image-slider-2 .owl-item .item.text-wrp div input,
.two-image-slider-2 .owl-item .item.text-wrp div .sec-eq.static .formControl textarea,
.sec-eq.static .formControl .two-image-slider-2 .owl-item .item.text-wrp div textarea,
.two-image-slider-2 .owl-item .item.text-wrp div .sec-eq.static .formControl select,
.sec-eq.static .formControl .two-image-slider-2 .owl-item .item.text-wrp div select {
    font-size: 12px;
    line-height: 16px;
  }
  .two-image-slider-2 .owl-item .item.text-wrp div .margin-b-1 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .two-image-slider-2.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -5%;
  }
  .two-image-slider-2.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -5%;
  }
}

.three-image-slider {
  width: 98%;
  margin: 0 auto 0;
}
.three-image-slider .owl-item .item.text-wrp a:before {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.three-image-slider .owl-item .item.text-wrp div {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 30px 40px;
  opacity: 0;
  pointer-events: none;
}
.three-image-slider .owl-item.active .item.text-wrp div {
  opacity: 1;
  pointer-events: all;
}
.three-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-] {
  top: -15%;
}
.three-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 0%;
}
.three-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0%;
}
@media only screen and (max-width: 1700px) {
  .three-image-slider .owl-item .item.text-wrp div {
    width: 60%;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .three-image-slider .owl-item .item.text-wrp .para-02, .three-image-slider .owl-item .item.text-wrp .header .search-header-wrp .button, .header .search-header-wrp .three-image-slider .owl-item .item.text-wrp .button {
    bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider {
    width: 100%;
  }
  .three-image-slider .owl-item .item {
    padding: 0;
  }
  .three-image-slider .owl-item .item.text-wrp div {
    width: 90%;
    padding: 10px 20px;
  }
  .three-image-slider .owl-item .item.text-wrp div .para-01, .three-image-slider .owl-item .item.text-wrp div .sec-eq.static .formControl input, .sec-eq.static .formControl .three-image-slider .owl-item .item.text-wrp div input,
.three-image-slider .owl-item .item.text-wrp div .sec-eq.static .formControl textarea,
.sec-eq.static .formControl .three-image-slider .owl-item .item.text-wrp div textarea,
.three-image-slider .owl-item .item.text-wrp div .sec-eq.static .formControl select,
.sec-eq.static .formControl .three-image-slider .owl-item .item.text-wrp div select {
    font-size: 12px;
    line-height: 16px;
  }
  .three-image-slider .owl-item .item.text-wrp div .margin-b-1 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .three-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -5%;
  }
  .three-image-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -5%;
  }
}

.three-image-slider-2-wrp,
.project-amenities-slider-wrp {
  position: relative;
}
.three-image-slider-2-wrp .progress-bar-container,
.project-amenities-slider-wrp .progress-bar-container {
  position: absolute;
  bottom: -55px;
  right: -60px;
  width: 23%;
  height: 2px;
  background-color: #cba444;
  z-index: 1;
}
.three-image-slider-2-wrp .progress-bar-container > div,
.project-amenities-slider-wrp .progress-bar-container > div {
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: all 1s ease;
}
@media only screen and (max-width: 1700px) {
  .three-image-slider-2-wrp .progress-bar-container,
.project-amenities-slider-wrp .progress-bar-container {
    bottom: -37px;
    right: -16px;
  }
}
@media only screen and (max-width: 1200px) {
  .three-image-slider-2-wrp .progress-bar-container,
.project-amenities-slider-wrp .progress-bar-container {
    bottom: -45px;
    right: -36px;
    height: 1px;
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .three-image-slider-2-wrp .progress-bar-container,
.project-amenities-slider-wrp .progress-bar-container {
    bottom: -26px;
    right: -8px;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .three-image-slider-2-wrp .progress-bar-container,
.project-amenities-slider-wrp .progress-bar-container {
    bottom: -26px;
    right: 17%;
    width: 67%;
  }
}

.lr-text-wrp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lr-text-wrp p {
  color: #fff;
  font-family: "Aperto";
  position: absolute;
  text-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
}
.lr-text-wrp .l-text {
  font-size: 52vw;
  line-height: 38vw;
  left: 3vw;
  top: -8vw;
}
.lr-text-wrp .l-text.small {
  font-size: 42vw;
  line-height: 31vw;
}
.lr-text-wrp .l-text.right-top {
  right: 3vw;
  left: initial;
  top: -17vw;
}
.lr-text-wrp .f-text {
  font-size: 52vw;
  line-height: 38vw;
  left: 3vw;
  top: -8vw;
}
.lr-text-wrp .f-text.small {
  font-size: 42vw;
  line-height: 31vw;
}
.lr-text-wrp .f-text.right-top {
  right: 3vw;
  left: initial;
  top: -17vw;
}
.lr-text-wrp .r-text {
  font-size: 47.5vw;
  line-height: 35vw;
  right: 3vw;
  top: 24vw;
}
.lr-text-wrp .r-text.small {
  font-size: 37.5vw;
  line-height: 28vw;
}
.lr-text-wrp .r-text.right-bottom {
  right: 3vw;
  left: initial;
  top: initial;
  bottom: -10vw;
}
.lr-text-wrp .i-text {
  font-size: 47.5vw;
  line-height: 35vw;
  right: 3vw;
  top: 24vw;
}
.lr-text-wrp .i-text.small {
  font-size: 37.5vw;
  line-height: 28vw;
}
.lr-text-wrp .i-text.right-bottom {
  right: 3vw;
  left: initial;
  top: initial;
  bottom: -10vw;
}
.lr-text-wrp .e-text {
  font-size: 47.5vw;
  line-height: 35vw;
  right: 3vw;
  top: 24vw;
}
.lr-text-wrp .e-text.small {
  font-size: 37.5vw;
  line-height: 28vw;
}
.lr-text-wrp .e-text.right-bottom {
  right: 3vw;
  left: initial;
  top: initial;
  bottom: -10vw;
}
.lr-text-wrp.right-top .l-text {
  right: 0;
  left: initial;
  top: -17vw;
}
.lr-text-wrp.right-top .f-text {
  right: 0;
  left: initial;
  top: -17vw;
}
.lr-text-wrp.right-top .r-text {
  font-size: 47.5vw;
  line-height: 35vw;
  right: 3vw;
  top: 24vw;
}
.lr-text-wrp.right-top .i-text {
  font-size: 47.5vw;
  line-height: 35vw;
  right: 3vw;
  top: 24vw;
}
.lr-text-wrp.right-top .e-text {
  font-size: 47.5vw;
  line-height: 35vw;
  right: 3vw;
  top: 24vw;
}
@media only screen and (max-width: 1700px) {
  .lr-text-wrp .l-text {
    font-size: 42vw;
    line-height: 31vw;
  }
  .lr-text-wrp .l-text.small {
    font-size: 32vw;
    line-height: 25vw;
  }
  .lr-text-wrp .l-text.right-top {
    right: 1vw;
    top: -14vw;
  }
  .lr-text-wrp .f-text {
    font-size: 42vw;
    line-height: 31vw;
  }
  .lr-text-wrp .f-text.small {
    font-size: 32vw;
    line-height: 25vw;
  }
  .lr-text-wrp .f-text.right-top {
    right: 1vw;
    top: -14vw;
  }
  .lr-text-wrp .r-text {
    font-size: 37.5vw;
    line-height: 28vw;
  }
  .lr-text-wrp .r-text.small {
    font-size: 27.5vw;
    line-height: 21vw;
  }
  .lr-text-wrp .i-text {
    font-size: 37.5vw;
    line-height: 28vw;
  }
  .lr-text-wrp .i-text.small {
    font-size: 27.5vw;
    line-height: 21vw;
  }
  .lr-text-wrp .e-text {
    font-size: 37.5vw;
    line-height: 28vw;
  }
  .lr-text-wrp .e-text.small {
    font-size: 27.5vw;
    line-height: 21vw;
  }
}

.life-text-wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.life-text-wrp p {
  color: #fff;
  font-family: "Aperto";
  text-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
  font-size: 39vw;
  line-height: 39vw;
  position: absolute;
  left: 2vw;
  top: 18vw;
}
.life-text-wrp p.small {
  font-size: 42vw;
  line-height: 31vw;
}
.life-text-wrp p.right-top {
  right: 3vw;
  left: initial;
  top: -17vw;
}
.life-text-wrp.right-top .p {
  right: 0;
  left: initial;
  top: -17vw;
}
@media only screen and (max-width: 1700px) {
  .life-text-wrp .l-text {
    font-size: 42vw;
    line-height: 31vw;
  }
  .life-text-wrp .l-text.small {
    font-size: 32vw;
    line-height: 25vw;
  }
  .life-text-wrp .l-text.right-top {
    right: 1vw;
    top: -14vw;
  }
  .life-text-wrp .r-text {
    font-size: 37.5vw;
    line-height: 28vw;
  }
  .life-text-wrp .r-text.small {
    font-size: 27.5vw;
    line-height: 21vw;
  }
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  content: "";
  background: url("../images/pattern.png") center center repeat;
  background-blend-mode: multiply;
  background-size: 100%;
  position: absolute;
  width: 35.6vw;
  opacity: 0.4;
  right: 0;
  top: 0;
  height: 100%;
}
.bg-pattern.is-bg-primary:before {
  background-color: #363636;
}
.bg-pattern.is-bg-secondary:before {
  background-color: #f3efeb;
}
.bg-pattern-02 {
  position: relative;
}
.bg-pattern-02:before {
  content: "";
  background: url("../images/pattern-02.png") center center repeat;
  background-size: 100%;
  background-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35vw;
  z-index: 0;
}
.bg-pattern-02.is-bg-primary:before {
  background-color: #363636;
}
.bg-pattern-02.is-bg-secondary:before {
  background-color: #f3efeb;
}
.bg-pattern-02.is-bg-tertiary:before {
  background-color: #fae09f;
}
.bg-pattern-02.is-bg-color-4:before {
  background-color: #e9f3f6;
}

.tag-date {
  display: flex;
  align-items: center;
}

.small-circle {
  background-color: #eaeaea;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
  margin: 0 18px;
}
@media only screen and (max-width: 1700px) {
  .small-circle {
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

#pageloader {
  background: #191919;
  display: block;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  top: 0;
}
#pageloader #loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
#pageloader #loading img {
  width: 300px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(-100px);
  transition: all 0.8s ease;
  background-color: transparent;
  padding: 0px 40px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header > * {
  animation-delay: 2s !important;
}
.header.hide {
  transform: translateY(0);
}
.header.home-header .navbar-brand .navbar-item {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.header.home-header .navbar-burger span {
  color: #1f1f1f;
}
.header.home-header .navbar-burger p {
  color: #1f1f1f;
}
.header.home-header .search-header-wrp.active {
  border-bottom-color: #fff;
}
.header.home-header .search-header-wrp.active .button {
  color: #fff;
}
.header.header--hidden {
  -webkit-transform: translateY(-171px);
  -ms-transform: translateY(-171px);
  transform: translateY(-171px);
}
.header.header--hidden .navbar-item .white-logo {
  display: none;
}
.header.header--hidden .navbar-item .black-logo {
  display: block;
}
.header.nav-down {
  position: fixed;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
  /*padding-top: 10px;
  padding-bottom: 10px;*/
}
.header.nav-down .navbar-brand .navbar-item img {
  height: 80px;
}
.header.nav-down .navbar-item .white-logo {
  display: none;
}
.header.nav-down .navbar-item .black-logo {
  display: block;
}
.header.nav-down .navbar-end .navbar-item a, .header.nav-down .navbar-end .navbar-item p {
  color: #f3efeb;
}
.header.nav-down .enquire-button {
  background-color: #1f1f1f;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
  color: #fff !important;
}
.header.nav-down .navbar-phone-icon img {
  filter: none;
}
.header.nav-down .navbar-burger span {
  color: #1f1f1f;
}
.header.nav-down .navbar-burger p {
  color: #1f1f1f;
}
.header.nav-down .search-header-wrp.active {
  border-bottom-color: #383533;
}
.header.nav-down .search-header-wrp.active .button {
  color: #383533;
}
.header.header-top {
  background-color: transparent;
  box-shadow: none;
}
.header.header-top .navbar-item .white-logo {
  display: block;
}
.header.header-top .navbar-item .black-logo {
  display: none;
}
.header.header-top .navbar-end .navbar-item a, .header.header-top .navbar-end .navbar-item p {
  color: #f3efeb;
}
.header.header-top .enquire-button {
  background-color: #1f1f1f;
  color: #fff !important;
}
.header.header-top .navbar-phone-icon {
  background-color: #1f1f1f;
}
.header.header-top .navbar-phone-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.header.header-top .navbar-burger span {
  color: #1f1f1f;
}
.header.navbar.is-dark {
  background-color: #3b3948;
}
.header .navbar-item img {
  max-height: none;
}
.header .navbar-start {
  margin-left: 0;
  margin-right: 0;
}
.header .navbar-start .project-nav {
  margin-bottom: 2vw;
}
.header .navbar-start .project-nav h4 {
  padding-bottom: 16px;
}
.header .navbar-start .project-nav h4 a {
  font-size: inherit;
  padding-left: 0;
}
.header .navbar-start .project-nav a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  line-height: 22px;
  padding: 6px 0;
}
.header .navbar-start .project-nav a b {
  font-weight: inherit;
  font-size: 140%;
  line-height: 100%;
  margin-bottom: 4px;
}
.header .navbar-start .project-nav a span {
  font-weight: 300;
  margin-bottom: 12px;
}
.header .navbar-start .project-nav > div {
  padding-left: 20px;
}
.header .navbar-start .two-level-nav ul {
  position: relative;
}
.header .navbar-start .two-level-nav li {
  position: relative;
}
.header .navbar-start .two-level-nav li > div {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.header .navbar-start .two-level-nav li:hover > h4 a {
  color: #0E3178;
}
.header .navbar-start .two-level-nav li:hover > div {
  opacity: 1;
  pointer-events: all;
}
.header .navbar-end {
  margin-left: 0;
  align-items: center;
}
.header .navbar-end .navbar-item .control {
  margin: 0;
}
.header .navbar-end .navbar-item a, .header .navbar-end .navbar-item p {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
}
.header .navbar-end .nav-divider {
  margin: 0 30px;
}
.header .navbar-brand {
  align-items: center;
}
.header .navbar-brand .navbar-item {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.header .navbar-brand .navbar-item:hover{
    background-color: #fff;
}
.header .navbar-brand .navbar-item img {
  left: 0;
  top: 0;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.header .navbar-brand .white-logo {
  display: block;
}
.header .navbar-brand .black-logo {
  display: none;
}
.header .enquire-button {
  background-color: #fff;
  color: #000 !important;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 300;
}
.header .enquire-button:hover {
  color: #fff !important;
}
.header .header-enquire-btn {
  font-weight: 400 !important;
}
.header .navbar-phone-icon {
  width: 42px;
  height: 42px;
  margin: 0 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .navbar-phone-icon span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar-phone-icon img {
  width: 30px !important;
  margin: auto;
}
.header .navbar-phone-icon .span-1 {
  transition: transform 0.3s ease;
}
.header .navbar-phone-icon .span-2 {
  position: absolute;
  left: 0%;
  top: 100%;
  z-index: 1;
  transition: top 0.3s ease;
  border-color: #fff;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.header .navbar-phone-icon .span-2 img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.header .navbar-phone-icon:hover .span-1 {
  transform: translateY(-100%);
}
.header .navbar-phone-icon:hover .span-2 {
  top: 0;
}
.header .navbar-menu {
  background-color: transparent;
  flex-grow: inherit;
  display: flex;
  align-items: center;
  box-shadow: none;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
.header .navbar-menu .navbar-start {
  background: #383533;
  background: linear-gradient(270deg, #383533 0%, rgba(56, 53, 51, 0.8491771709) 87%, rgba(56, 53, 51, 0.7) 100%);
  margin: 0 0 0 auto;
  padding: 0 20px 0 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62%;
  height: 100%;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: all 1s ease;
}
.header .navbar-menu .navbar-start::-webkit-scrollbar {
  width: 2px;
  border-radius: 16px;
}
.header .navbar-menu .navbar-start::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
  outline: 0.5px solid #FFF8F8;
  border-radius: 16px 16px;
}
.header .navbar-menu .navbar-start::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 16px;
}
.header .navbar-menu .navbar-start > .navbar-item,
.header .navbar-menu .navbar-start > div,
.header .navbar-menu .navbar-start hr {
  transition-delay: 1s;
  opacity: 0;
}
.header .navbar-menu .navbar-start .navbar-item {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin: 4px 0;
}
.header .navbar-menu .navbar-start .navbar-item:hover {
  background-color: transparent;
}
.header .navbar-menu .navbar-start hr {
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  margin: 2.2vw 0 3vw;
}
.header .navbar-menu .navbar-start .extra-content {
  color: #969696;
  width: 50%;
  position: absolute;
  bottom: 30px;
  transition: 0.8s all ease;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0 !important;
}
.header .navbar-menu .navbar-start .extra-content:before {
  content: "";
  background: #ffffff57;
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
}
.header .navbar-menu .navbar-start .extra-content.img-wrp-active {
  opacity: 1 !important;
}
.header .navbar-menu .navbar-start .img-wrp {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 36%;
  overflow: hidden;
  display: block;
  overflow: hidden;
  transition: 0.8s all ease;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0 !important;
}
.header .navbar-menu .navbar-start .img-wrp:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: b_line_01_bg_before 1s ease forwards;
}
.header .navbar-menu .navbar-start .img-wrp.border-img:after {
  left: 10px;
  top: 10px;
}
.header .navbar-menu .navbar-start .img-wrp.border-img:before {
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  top: 14px;
  left: 14px;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-secondary {
  background-color: transparent;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-secondary:before {
  background: #f3efeb;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-secondary-light {
  background-color: transparent;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-secondary-light:before {
  background: #f1f1f1;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-quaternary {
  background-color: transparent;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-quaternary:before {
  background: #fae09f;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-color-4 {
  background-color: transparent;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-color-4:before {
  background: #e9f3f6;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-tertiary {
  background-color: transparent;
}
.header .navbar-menu .navbar-start .img-wrp.is-bg-tertiary:before {
  background: #fae09f;
}
@keyframes b_line_01_bg_before {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes b_line_01_before {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
.header .navbar-menu .navbar-start .img-wrp.img-wrp-active {
  z-index: 3;
  opacity: 1 !important;
}
.header .navbar-menu .navbar-start .img-wrp.img-wrp-active:before {
  animation: b_line_01_bg 1s ease 0s forwards;
}
.header .navbar-menu .navbar-start .img-wrp.img-wrp-active img, .header .navbar-menu .navbar-start .img-wrp.img-wrp-active iframe {
  animation: b_line_01 0s ease 0s forwards;
}
.header .navbar-menu .navbar-start .img-wrp.img-wrp-active.border-img:after {
  animation: b_line_01_after 1s ease 0.3s forwards;
}
@keyframes b_line_01_bg {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes b_line_01 {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
@keyframes b_line_01_after {
  0% {
    top: 10px;
    left: 10px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
.header .navbar-menu .navbar-item,
.header .navbar-menu h4 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #979797;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s ease;
}
.header .navbar-menu .navbar-item:not(:last-child):after,
.header .navbar-menu h4:not(:last-child):after {
  background: #5a5671;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  right: -3px;
}
.header .navbar-menu .navbar-item:hover, .header .navbar-menu .navbar-item:focus,
.header .navbar-menu h4:hover,
.header .navbar-menu h4:focus {
  background-color: transparent;
  color: #fff;
}
.header .navbar-menu .navbar-item {
  padding: 10px 0;
}
.header .navbar-menu.is-active {
  background: url("../images/menu-bg.jpg") center no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  transition: all 1s ease;
  z-index: 9;
  opacity: 1;
  pointer-events: all;
}
.header .navbar-menu.is-active .navbar-start {
  opacity: 1;
  transform: translateX(0%);
}
.header .navbar-menu.is-active .navbar-start > * {
  opacity: 1;
}
.header .navbar-menu.is-active .close-btn {
  display: flex;
  position: absolute;
  top: 5vw;
  right: 4vw;
  font-size: 3vw;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .navbar-menu.is-active .navbar-end {
  display: none;
}
.header .navbar-menu.is-active .tab-accordion {
  padding: 0;
  border: 0;
  transition-delay: 0s;
  z-index: 1;
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-title {
  justify-content: flex-start;
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-title .icon {
  position: relative;
  right: -30px;
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-title .icon:after {
  line-height: normal;
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-title.active {
  background-color: #332f2e;
  width: 50%;
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-title.active .navbar-item {
  pointer-events: none;
  padding-left: 10px;
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-content {
  background: #332f2e;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-35%);
}
.header .navbar-menu.is-active .tab-accordion .accordion-section-content.open {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .navbar-menu.is-active .tab-accordion.plus-minus-bg .accordion-section-content {
  padding-left: 40px;
}
.header .navbar-burger {
  z-index: 99;
  display: block;
  margin: 0;
}
.header .navbar-burger span {
  height: 4px;
  width: 32px;
  color: #1f1f1f;
  left: 0;
  right: 0;
  margin: auto;
}
.header .navbar-burger span:nth-child(1) {
  top: calc(50% - 14px);
}
.header .navbar-burger span:nth-child(2) {
  top: calc(50% - 0px);
}
.header .navbar-burger span:nth-child(3) {
  top: calc(50% + 14px);
}
.header .navbar-burger p {
  margin: 50% 0 0 -90px;
  transform: translateY(-50%);
  color: #1f1f1f;
}
.header .navbar-burger.text-circle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.header .navbar-burger.text-circle:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.header .navbar-burger.text-circle p {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.header .navbar-burger.text-circle p:first-child {
  display: block;
}
.header .navbar-burger.text-circle p:last-child {
  display: none;
}
.header .navbar-burger:hover {
  background-color: transparent;
}
.header .navbar-burger:hover span:nth-child(1) {
  top: calc(50% - 11px);
}
.header .navbar-burger:hover span:nth-child(3) {
  top: calc(50% + 11px);
}
.header .navbar-burger.is-active span {
  width: 34px;
  color: #fff !important;
}
.header .navbar-burger.is-active span:nth-child(1) {
  top: calc(50% - 5px);
}
.header .navbar-burger.is-active span:nth-child(3) {
  top: calc(50% + 5px);
}
.header .navbar-burger.is-active p {
  opacity: 0;
}
.header .navbar-burger.is-active.text-circle {
  position: absolute;
  right: 3vw;
  top: 3vw;
}
.header .navbar-burger.is-active.text-circle p:first-child {
  display: none;
}
.header .navbar-burger.is-active.text-circle p:last-child {
  display: block;
}
.header .navbar-burger.is-active.destop-hover:hover {
  transform: rotate(180deg);
}
.header .follow-us {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0px 80px 30px;
}
.header .follow-us a {
  margin: 0 0 0 26px;
  display: flex;
}
.header .search-header-wrp {
  border-bottom: 0px solid transparent;
  margin: 6px 0 0;
  width: 42px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .search-header-wrp form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .search-header-wrp .navbar-phone-icon {
  margin: 0;
  cursor: pointer;
}
.header .search-header-wrp .formControl {
  width: calc(100% - 80px);
  margin: 0;
}
.header .search-header-wrp .formControl input {
  min-height: 70px;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.header .search-header-wrp .button {
  font-weight: 600;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: 0;
  width: 0;
  overflow: hidden;
}
.header .search-header-wrp.active {
  border-bottom: 0px solid #383533;
  width: 220px;
}
.header .search-header-wrp.active .button {
  width: auto;
}
.header.dark-header .navbar-item .white-logo {
  display: none;
}
.header.dark-header .navbar-item .black-logo {
  display: block;
}
.header.dark-header .navbar-end .navbar-item a, .header.dark-header .navbar-end .navbar-item p {
  color: #f3efeb;
}
.header.dark-header .enquire-button {
  background-color: #1f1f1f;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
  color: #fff !important;
}
.header.dark-header .navbar-phone-icon {
  background-color: #1f1f1f;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
}
.header.dark-header .navbar-phone-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.header.dark-header .navbar-burger span {
  color: #1f1f1f;
}
.header.active {
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.header.active .navbar-item img {
  filter: invert(44%) sepia(90%) saturate(7114%) hue-rotate(344deg) brightness(84%) contrast(96%);
}
.header.active .navbar-end .navbar-item a, .header.active .navbar-end .navbar-item p {
  color: #f3efeb;
}
.header.active .enquire-button {
  background-color: #1f1f1f;
  color: #fff !important;
}
.header.active .navbar-phone-icon {
  background-color: #1f1f1f;
}
.header.active .navbar-phone-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.header.active .navbar-burger span {
  color: #1f1f1f;
}
@media only screen and (max-width: 1700px) {
  .header {
    padding: 0 20px;
  }
  .header.nav-down .navbar-brand .navbar-item img {
    height: 60px;
  }
  .header .navbar-brand .navbar-item img {
    height: 80px;
  }
  .header .navbar-start .project-nav h4 {
    padding-bottom: 16px;
  }
  .header .navbar-start .project-nav a {
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0;
  }
  .header .navbar-menu .navbar-item,
.header .navbar-menu h4 {
    font-size: 24px;
  }
  .header .navbar-menu .navbar-item:not(:last-child):after,
.header .navbar-menu h4:not(:last-child):after {
    width: 5px;
    height: 5px;
  }
  .header .navbar-menu .navbar-item {
    padding: 5px 0;
  }
  .header .navbar-menu .navbar-start {
    padding: 0 20px 0 100px;
  }
  .header .navbar-menu .navbar-start .navbar-item {
    font-size: 14px;
    margin: 2px 0;
  }
  .header .navbar-end .navbar-item a img, .header .navbar-end .navbar-item p img {
    width: 100px;
  }
  .header .navbar-end .control {
    margin: 0 !important;
  }
  .header .navbar-end .nav-divider {
    margin: 0 14px;
  }
  .header .enquire-button {
    padding: 8px 16px 6px;
    font-size: 12px !important;
  }
  .header .navbar-phone-icon {
    width: 36px;
    height: 36px;
    margin: 0 8px;
  }
  .header .navbar-phone-icon img {
    width: 20px !important;
  }
  .header .navbar-burger span {
    height: 3px;
    width: 22px;
  }
  .header .navbar-burger span:nth-child(1) {
    top: calc(50% - 10px);
  }
  .header .navbar-burger span:nth-child(3) {
    top: calc(50% + 10px);
  }
  .header .navbar-burger p {
    margin-left: -50px;
  }
  .header .follow-us a {
    margin: 0 0 0 20px;
  }
  .header .follow-us a img {
    width: 20px;
  }
  .header .search-header-wrp .formControl {
    width: calc(100% - 40px);
  }
  .header .search-header-wrp .formControl input {
    min-height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1300px) {
  .header .navbar-menu.is-active .navbar-start {
    padding: 0 20px 0 40px;
  }
  .header .navbar-menu.is-active .navbar-start .img-wrp-parent {
    bottom: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .header .navbar-menu.is-active .tab-accordion .accordion-section-content {
    left: 230px;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 500px) {
  .header .navbar-start .project-nav {
    margin-bottom: 1vw;
  }
  .header .navbar-menu.is-active .follow-us {
    position: static;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .header .navbar-menu .navbar-item {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    z-index: 9999;
  }
  .header .navbar-burger {
    display: block;
  }
  .header .navbar-start .project-nav > div {
    padding-left: 20px;
  }
  .header .navbar-menu .navbar-item {
    font-size: 14px;
    padding: 2px 10px;
    margin: 2px 0;
  }
  .header .navbar-menu .navbar-item:after {
    display: none;
  }
  .header .navbar-menu.is-active {
    padding: 0;
    background-position: 24%;
  }
  .header .navbar-menu.is-active .navbar-start {
    padding-left: 50px;
    overflow: auto;
  }
  .header .navbar-menu.is-active .navbar-start .extra-content {
    padding: 0 0 0 10px;
    width: 100%;
    display: none;
  }
  .header .navbar-menu.is-active .navbar-start .img-wrp-parent {
    display: none;
  }
  .header .navbar-menu.is-active .navbar-start .img-wrp {
    display: none;
  }
  .header .navbar-menu.is-active .tab-accordion .accordion-section-title.active {
    background-color: transparent;
  }
  .header .navbar-menu.is-active .tab-accordion .accordion-section-title > .navbar-item {
    padding-left: 0 !important;
  }
  .header .navbar-menu.is-active .tab-accordion .accordion-section-content {
    position: static;
    transform: translateY(0);
    background-color: transparent;
  }
  .header .navbar-menu.is-active .tab-accordion .accordion-section-content.open {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .navbar-start,
.header .navbar-end {
    margin: 0;
  }
  .header .navbar-end {
    display: flex;
  }
  .header .follow-us {
    padding: 20px 40px 40px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0px 10px 0px 10px;
    min-height: auto;
  }
  .header.nav-down .navbar-brand .navbar-item img {
    height: auto;
    width: 70px;
  }
  .header .navbar-brand {
    transition: all 0.3s ease;
    min-height: auto;
  }
  .header .navbar-brand .navbar-item img {
    height: auto;
    width: 90px;
  }
  .header .navbar-brand.search-header-active {
    margin-left: -130px;
  }
  .header .navbar-start .project-nav {
    margin-bottom: 20px;
  }
  .header .navbar-start .project-nav h4 {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .header .navbar-start .project-nav a {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 10px;
    margin: 4px 0;
  }
  .header .navbar-start .two-level-nav li {
    margin-bottom: 20px;
  }
  .header .navbar-start .two-level-nav li > h4 a {
    padding-left: 0;
  }
  .header .navbar-start .two-level-nav li > div {
    position: static;
    width: 100%;
    opacity: 1;
    pointer-events: all;
  }
  .header .navbar-menu .navbar-item {
    font-size: 14px;
    padding: 3px 10px;
  }
  .header .navbar-menu .navbar-item:after {
    display: none;
  }
  .header .navbar-menu.is-active {
    padding: 0;
  }
  .header .navbar-menu.is-active .navbar-start {
    flex-wrap: wrap;
    padding: 0px 30px;
    margin: 0;
    width: 100%;
  }
  .header .navbar-menu.is-active .navbar-start > div {
    width: 100%;
    height: auto;
  }
  .header .navbar-menu.is-active .navbar-start .navbar-item img {
    width: 60px;
    margin: 0 0 -10px;
  }
  .header .navbar-menu.is-active .tab-accordion .accordion-section-title .icon {
    right: 0px;
  }
  .header .navbar-menu.is-active .tab-accordion .accordion-section-title .icon:after {
    top: 50%;
    transform: translateY(-40%);
  }
  .header .navbar-menu.is-active .tab-accordion.plus-minus-bg .accordion-section-content .navbar-item {
    font-size: 12px;
  }
  .header .navbar-menu.is-active .tab-accordion.plus-minus-bg .accordion-section-content .navbar-item img {
    width: 44px;
    margin: 0 0 -6px;
  }
  .header .navbar-end .navbar-item .control .button.type-02:before {
    right: 0;
  }
  .header .navbar-phone-icon {
    width: 18px;
    height: 18px;
  }
  .header .navbar-burger {
    width: 44px;
    height: 44px;
    margin: 0 0 0 6px;
    transition: all 0.3s ease;
  }
  .header .navbar-burger span {
    width: 20px;
  }
  .header .navbar-burger span:nth-child(1) {
    top: calc(50% - 6px);
  }
  .header .navbar-burger span:nth-child(3) {
    top: calc(50% + 6px);
  }
  .header .navbar-burger p {
    margin-left: -34px;
  }
  .header .navbar-burger.is-active span {
    width: 22px;
  }
  .header .navbar-burger.search-header-active {
    margin-left: 70px;
  }
  .header .follow-us {
    padding: 0px 20px 20px;
  }
  .header .follow-us a {
    margin: 0 0 0 16px;
  }
  .header .follow-us a img {
    width: 16px;
  }
  .header .search-header-wrp {
    margin: 4px 0 0;
    width: 18px;
  }
  .header .search-header-wrp.active {
    width: 96vw;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .header .navbar-end .navbar-item {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .navbar-end .navbar-item .control .button.type-02 {
    width: 80px;
    height: 80px;
    padding-right: 45px;
  }
  .header .navbar-end .navbar-item .control .button.type-02:after {
    width: 4px;
    height: 4px;
  }
  .header .navbar-end .navbar-item .nav-divider {
    display: none;
  }
}

.header-space {
  width: 100%;
  height: 159px;
}
@media only screen and (max-width: 1023px) {
  .header-space {
    height: 136px;
  }
}
@media only screen and (max-width: 767px) {
  .header-space {
    height: 96px;
  }
}

.enquire-button-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: rotate(90deg) translate(0, -104px);
  background: #ec726c;
  color: #fff;
  padding: 14px 30px 10px;
  font-size: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0px 0px 10px 10px;
  height: auto;
}
@media only screen and (max-width: 1500px) {
  .enquire-button-fixed {
    transform: rotate(90deg) translate(0, -76px);
    padding: 13px 24px 10px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .enquire-button-fixed {
    transform: rotate(90deg) translate(0, -67px);
    padding: 9px 24px 8px;
    font-size: 18px;
    line-height: 18px;
  }
}

.header-enquire-now .textarea-formControl textarea {
  padding: 18px 0 0;
  height: 55px;
}
@media only screen and (max-width: 767px) {
  .header-enquire-now .textarea-formControl textarea {
    padding: 8px 0 0;
    height: auto;
  }
}

.three-img-slider {
  width: 76%;
  margin: 0 auto 0;
}
.three-img-slider .owl-item .item {
  padding: 5vw 0 4vw;
}
.three-img-slider .owl-item .item img {
  filter: grayscale(1);
}
.three-img-slider .owl-item .item.text-wrp a {
  position: relative;
  text-align: center;
}
.three-img-slider .owl-item .item.text-wrp a:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.three-img-slider .owl-item .item.text-wrp .para-02, .three-img-slider .owl-item .item.text-wrp .header .search-header-wrp .button, .header .search-header-wrp .three-img-slider .owl-item .item.text-wrp .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
}
.three-img-slider .owl-item.active .item img {
  filter: grayscale(0);
}
.single-image-slider-wrp {
  display: flex;
  justify-content: space-between;
}
.single-image-slider-wrp > div {
  position: static;
}
.single-image-slider-wrp > div:nth-child(1) {
  z-index: 9;
}
.single-image-slider-wrp > div:nth-child(2) .owl-nav {
  display: none;
}
.single-image-slider-wrp > div:nth-child(2) .owl-dots {
  display: none;
}
.single-image-slider-wrp > div:nth-child(3) .owl-nav {
  display: none;
}
.single-image-slider-wrp > div:nth-child(3) .owl-dots {
  display: none;
}
.single-image-slider-wrp.image-0-1-0 > div:nth-child(2) {
  margin-top: 80px;
}
.single-image-slider-wrp.image-0-1--1 > div:nth-child(1) {
  margin-top: 0;
}
.single-image-slider-wrp.image-0-1--1 > div:nth-child(2) {
  margin-top: 80px;
}
.single-image-slider-wrp.image-0-1--1 > div:nth-child(3) {
  margin-top: -100px;
}
.single-image-slider-wrp .single-image-slider {
  width: 30%;
}
.single-image-slider-wrp .single-image-slider .owl-item {
  overflow: hidden;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.8s all ease;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: b_line_01_bg_before 1s ease forwards;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.border-img:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.border-img:before {
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  top: 14px;
  left: 14px;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-secondary, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-secondary {
  background-color: transparent;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-secondary:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-secondary:before {
  background: #f3efeb;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-secondary-light, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-secondary-light {
  background-color: transparent;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-secondary-light:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-secondary-light:before {
  background: #f1f1f1;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-quaternary, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-quaternary {
  background-color: transparent;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-quaternary:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-quaternary:before {
  background: #fae09f;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-color-4, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-color-4 {
  background-color: transparent;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-color-4:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-color-4:before {
  background: #e9f3f6;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-tertiary, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-tertiary {
  background-color: transparent;
}
.single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.is-bg-tertiary:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.is-bg-tertiary:before {
  background: #fae09f;
}
@keyframes b_line_01_bg_before {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes b_line_01_before {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
.single-image-slider-wrp .single-image-slider .owl-item.active .item .no-img-wrp:before, .single-image-slider-wrp .single-image-slider .owl-item.active .item .img-wrp:before {
  animation: b_line_01_bg 1s ease 1s forwards;
}
.single-image-slider-wrp .single-image-slider .owl-item.active .item .no-img-wrp img, .single-image-slider-wrp .single-image-slider .owl-item.active .item .no-img-wrp iframe, .single-image-slider-wrp .single-image-slider .owl-item.active .item .img-wrp img, .single-image-slider-wrp .single-image-slider .owl-item.active .item .img-wrp iframe {
  animation: b_line_01 0s ease 1.5s forwards;
}
@keyframes b_line_01_bg {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes b_line_01 {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
.single-image-slider-wrp .single-image-slider .owl-nav [class*=owl-] {
  top: 40%;
}
.single-image-slider-wrp .single-image-slider .owl-nav [class*=owl-].owl-prev {
  left: 40px;
}
.single-image-slider-wrp .single-image-slider .owl-nav [class*=owl-].owl-next {
  right: -220%;
  top: 20%;
}
.single-image-slider-wrp .progress-bar-container {
  position: absolute;
  bottom: 23px;
  right: 43px;
  width: 23%;
  height: 2px;
  background-color: #cba444;
  z-index: 9;
}
.single-image-slider-wrp .progress-bar-container > div {
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: all 1s ease;
}
@media only screen and (max-width: 1700px) {
  .single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.border-img:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.border-img:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-image-slider-wrp.image-0-1-0 > div:nth-child(2) {
    margin-top: 40px;
  }
  .single-image-slider-wrp.image-0-1--1 > div:nth-child(1) {
    margin-top: 0;
  }
  .single-image-slider-wrp.image-0-1--1 > div:nth-child(2) {
    margin-top: 40px;
  }
  .single-image-slider-wrp.image-0-1--1 > div:nth-child(3) {
    margin-top: -60px;
  }
  .single-image-slider-wrp .progress-bar-container {
    bottom: 14px;
    right: 24px;
    height: 1px;
    width: 174px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-image-slider-wrp > div:nth-child(1) {
    margin-top: 0;
    z-index: 9;
  }
  .single-image-slider-wrp > div:nth-child(2) {
    margin-top: 60px;
  }
  .single-image-slider-wrp > div:nth-child(3) {
    display: none;
  }
  .single-image-slider-wrp .single-image-slider {
    width: 46%;
  }
  .single-image-slider-wrp .single-image-slider .owl-item .item .no-img-wrp.border-img:before, .single-image-slider-wrp .single-image-slider .owl-item .item .img-wrp.border-img:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
  .single-image-slider-wrp .single-image-slider .owl-nav [class*=owl-].owl-prev {
    left: -10px;
    top: 30%;
  }
  .single-image-slider-wrp .single-image-slider .owl-nav [class*=owl-].owl-next {
    right: -130%;
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .single-image-slider-wrp > div:nth-child(2) {
    display: none;
  }
  .single-image-slider-wrp .single-image-slider {
    width: 100%;
  }
}

.single-image-slider-01-wrp {
  display: flex;
  justify-content: space-between;
}
.single-image-slider-01-wrp > div {
  position: static;
}
.single-image-slider-01-wrp > div:nth-child(1) {
  z-index: 9;
}
.single-image-slider-01-wrp > div:nth-child(2) .owl-nav {
  display: none;
}
.single-image-slider-01-wrp > div:nth-child(2) .owl-dots {
  display: none;
}
.single-image-slider-01-wrp > div:nth-child(3) .owl-nav {
  display: none;
}
.single-image-slider-01-wrp > div:nth-child(3) .owl-dots {
  display: none;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-stage,
.single-image-slider-01-wrp .single-image-slider-02 .owl-stage {
  transition-delay: 1s !important;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item {
  overflow: hidden;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp {
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.8s all ease;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  animation: b_line_01_bg_before 1s ease forwards;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.border-img:after, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.border-img:after,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.border-img:after,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.border-img:after {
  left: 10px;
  top: 10px;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.border-img:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.border-img:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.border-img:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.border-img:before {
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  top: 14px;
  left: 14px;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-secondary, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-secondary,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-secondary,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-secondary {
  background-color: transparent;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-secondary:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-secondary:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-secondary:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-secondary:before {
  background: #f3efeb;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-secondary-light, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-secondary-light,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-secondary-light,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-secondary-light {
  background-color: transparent;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-secondary-light:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-secondary-light:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-secondary-light:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-secondary-light:before {
  background: #f1f1f1;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-quaternary, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-quaternary,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-quaternary,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-quaternary {
  background-color: transparent;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-quaternary:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-quaternary:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-quaternary:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-quaternary:before {
  background: #fae09f;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-color-4, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-color-4,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-color-4,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-color-4 {
  background-color: transparent;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-color-4:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-color-4:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-color-4:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-color-4:before {
  background: #e9f3f6;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-tertiary, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-tertiary,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-tertiary,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-tertiary {
  background-color: transparent;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.is-bg-tertiary:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.is-bg-tertiary:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.is-bg-tertiary:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.is-bg-tertiary:before {
  background: #fae09f;
}
@keyframes b_line_01_bg_before {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes b_line_01_before {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .content-wrp,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .content-wrp {
  opacity: 0;
  animation: b_line_01_text_before 1.3s ease 0s forwards;
}
@keyframes b_line_01_text_before {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .no-img-wrp:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .img-wrp:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .no-img-wrp:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .img-wrp:before {
  animation: b_line_01_bg 1s ease 0s forwards;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .no-img-wrp img, .single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .no-img-wrp iframe, .single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .img-wrp img, .single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .img-wrp iframe,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .no-img-wrp img,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .no-img-wrp iframe,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .img-wrp img,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .img-wrp iframe {
  animation: b_line_01 0s ease 0s forwards;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .no-img-wrp.border-img:after, .single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .img-wrp.border-img:after,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .no-img-wrp.border-img:after,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .img-wrp.border-img:after {
  animation: b_line_01_after 1s ease 0.3s forwards;
}
@keyframes b_line_01_bg {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes b_line_01 {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
@keyframes b_line_01_after {
  0% {
    top: 10px;
    left: 10px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-item.active-item .item .content-wrp,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item.active-item .item .content-wrp {
  animation: b_line_01_text 0.8s ease 0s forwards;
}
@keyframes b_line_01_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-nav [class*=owl-],
.single-image-slider-01-wrp .single-image-slider-02 .owl-nav [class*=owl-] {
  top: 40%;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-nav [class*=owl-].owl-prev,
.single-image-slider-01-wrp .single-image-slider-02 .owl-nav [class*=owl-].owl-prev {
  left: 40px;
}
.single-image-slider-01-wrp .single-image-slider-01 .owl-nav [class*=owl-].owl-next,
.single-image-slider-01-wrp .single-image-slider-02 .owl-nav [class*=owl-].owl-next {
  right: -220%;
  top: 20%;
}
.single-image-slider-01-wrp.image0-1-0 .single-image-slider-01 .owl-item.active-item:nth-child(3n-1) {
  margin-top: 80px;
}
.single-image-slider-01-wrp.image0-1--1 .single-image-slider-01 .owl-item.active1 {
  transform: translateY(0);
}
.single-image-slider-01-wrp.image0-1--1 .single-image-slider-01 .owl-item.active2 {
  transform: translateY(80px);
}
.single-image-slider-01-wrp.image0-1--1 .single-image-slider-01 .owl-item.active3 {
  transform: translateY(-100px);
}
.single-image-slider-01-wrp .progress-bar-container {
  position: absolute;
  bottom: 23px;
  right: 43px;
  width: 23%;
  height: 2px;
  background-color: #cba444;
  z-index: 9;
}
.single-image-slider-01-wrp .progress-bar-container > div {
  height: 100%;
  width: 0;
  background-color: #fff;
  transition: all 1s ease;
}
@media only screen and (max-width: 1700px) {
  .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.border-img:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.border-img:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.border-img:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.border-img:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-image-slider-01-wrp.image-01-0 > div:nth-child(2) {
    margin-top: 40px;
  }
  .single-image-slider-01-wrp.image-01--1 > div:nth-child(1) {
    margin-top: 0;
  }
  .single-image-slider-01-wrp.image-01--1 > div:nth-child(2) {
    margin-top: 40px;
  }
  .single-image-slider-01-wrp.image-01--1 > div:nth-child(3) {
    margin-top: -60px;
  }
  .single-image-slider-01-wrp .progress-bar-container {
    bottom: 14px;
    right: 24px;
    height: 1px;
    width: 174px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .no-img-wrp.border-img:before, .single-image-slider-01-wrp .single-image-slider-01 .owl-item .item .img-wrp.border-img:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .no-img-wrp.border-img:before,
.single-image-slider-01-wrp .single-image-slider-02 .owl-item .item .img-wrp.border-img:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
  }
  .single-image-slider-01-wrp .single-image-slider-01 .owl-nav [class*=owl-].owl-prev,
.single-image-slider-01-wrp .single-image-slider-02 .owl-nav [class*=owl-].owl-prev {
    left: -10px;
    top: 30%;
  }
  .single-image-slider-01-wrp .single-image-slider-01 .owl-nav [class*=owl-].owl-next,
.single-image-slider-01-wrp .single-image-slider-02 .owl-nav [class*=owl-].owl-next {
    right: -130%;
    top: 50%;
  }
}

.video-slider .owl-item .item {
  position: relative;
}
.video-slider .owl-item .item .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  display: block;
  margin: auto;
  z-index: 9;
}
@media only screen and (max-width: 1700px) {
  .video-slider .owl-item .item .play-btn {
    width: 50px;
  }
}

.home-banner-wrp {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.home-banner-wrp > .left-wrp {
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 1;
  animation-delay: 2s !important;
}
.home-banner-wrp > .left-wrp > div {
  transform: rotate(-90deg);
  transform-origin: center;
  position: relative;
  width: 200px;
  height: 20px;
  overflow: hidden;
}
.home-banner-wrp > .left-wrp > div p {
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-banner-wrp > .left-wrp > div p:first-child {
  transform: translateY(0px);
}
.home-banner-wrp > .left-wrp > div p:last-child {
  transform: translateY(20px);
}
.home-banner-wrp > .left-wrp > div p:hover {
  letter-spacing: 2px;
}
.home-banner-wrp > .left-wrp > div.active p:first-child {
  transform: translateY(-20px);
}
.home-banner-wrp > .left-wrp > div.active p:last-child {
  transform: translateY(0px);
}
.home-banner-wrp > .right-wrp {
  position: absolute;
  right: -80px;
  top: 50%;
  z-index: 1;
  animation-delay: 2s !important;
}
.home-banner-wrp > .right-wrp > div {
  transform: rotate(90deg);
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-banner-wrp > .right-wrp > div img {
  width: 20px !important;
  margin: 0 20px;
  transform: rotate(-90deg);
  cursor: pointer;
  animation: scroll_to_explore 3s ease infinite 1.3s;
}
.home-banner-wrp > .right-wrp > div p {
  cursor: pointer;
}
.home-banner-wrp .bottom-wrp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 70px 50px;
  animation-delay: 2s !important;
}
.home-banner-wrp .bottom-wrp h2 {
  font-size: 3.5vw;
  line-height: 2.5vw;
  letter-spacing: -0.3px;
  color: #fff;
}
.home-banner-wrp .bottom-wrp p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
}
.home-banner-wrp .bottom-wrp .p1 {
  font-size: 20px;
}
.home-banner-wrp .bottom-wrp .p2 {
  font-size: 24px;
}
.home-banner-wrp .follow-us {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 70px;
}
.home-banner-wrp .follow-us a {
  margin: 0 0 0 40px;
  display: flex;
}
.home-banner-wrp .follow-us a:hover {
  transform: scale(1.1);
}
.home-banner-wrp.inner-video-banner .right-wrp {
  left: 0;
  right: 0;
  top: inherit;
  bottom: 20px;
}
.home-banner-wrp.inner-video-banner .right-wrp > div {
  transform: rotate(180deg);
}
.home-banner-wrp.inner-video-banner .right-wrp > div p {
  transform: rotate(-180deg);
}
@keyframes scroll_to_explore {
  0%, 100% {
    transform: rotate(-90deg) translateX(0%);
    opacity: 1;
  }
  49% {
    opacity: 1;
    transform: rotate(-90deg) translateX(110%);
  }
  50% {
    opacity: 0;
    transform: rotate(-90deg) translateX(110%);
  }
  51% {
    opacity: 0;
    transform: rotate(-90deg) translateX(-110%);
  }
  52% {
    opacity: 1;
    transform: rotate(-90deg) translateX(-110%);
  }
}
@media only screen and (max-width: 1700px) {
  .home-banner-wrp > .left-wrp > div {
    width: 150px;
  }
  .home-banner-wrp > .right-wrp {
    right: -70px;
  }
  .home-banner-wrp > .right-wrp > div img {
    width: 14px !important;
    margin: 0 12px;
  }
  .home-banner-wrp .bottom-wrp {
    padding: 0px 32px 30px;
  }
  .home-banner-wrp .bottom-wrp .p1 {
    font-size: 14px;
  }
  .home-banner-wrp .bottom-wrp .p2 {
    font-size: 18px;
  }
  .home-banner-wrp .follow-us a {
    margin: 0 0 0 30px;
    width: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-banner-wrp > .right-wrp {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 30px;
    animation: anim_b_t_t_for_down_arrow 1s ease forwards !important;
    animation-delay: 3s !important;
  }
  .home-banner-wrp > .right-wrp > div {
    transform: rotate(0deg);
  }
  @keyframes anim_b_t_t_for_down_arrow {
    0% {
      transform: translateY(40px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  .home-banner-wrp .follow-us {
    display: none;
  }
}

.home-banner-slider {
  width: 100%;
  height: 100%;
}
.home-banner-slider .owl-stage-outer,
.home-banner-slider .owl-stage,
.home-banner-slider .owl-item {
  width: 100%;
  height: 100%;
}
.home-banner-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #fff;
  animation-delay: 0s !important;
}
.home-banner-slider .item:before {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.home-banner-slider .item > * {
  position: relative;
  z-index: 2;
}
.home-banner-slider .item iframe {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-banner-slider .item h2 {
  font-size: 4.8vw;
  line-height: 5vw;
  letter-spacing: -0.3px;
}
.home-banner-slider .item p {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-banner-slider .item .p1 {
  font-size: 28px;
}
.home-banner-slider .item .p2 {
  font-size: 34px;
}
.home-banner-slider .item .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64%;
}
.home-banner-slider .item .content-wrapper .left-wrp {
  transform: translateY(-50%);
  margin-right: 2vw;
}
.home-banner-slider .item .content-wrapper .left-wrp .text-1 {
  width: 61.5%;
  margin-bottom: 10px;
  margin-left: auto;
  animation-delay: 0.3s;
}
.home-banner-slider .item .content-wrapper .left-wrp .text-2 {
  width: 100%;
  animation-delay: 0.5s;
}
.home-banner-slider .item .content-wrapper .right-wrp {
  transform: translateY(50%);
  margin-left: 2vw;
}
.home-banner-slider .item .content-wrapper .right-wrp .text-1 {
  width: 59.7%;
  margin-bottom: 10px;
  animation-delay: 0.3s;
}
.home-banner-slider .item .content-wrapper .right-wrp .text-2 {
  width: 100%;
  animation-delay: 0.5s;
}
.home-banner-slider .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.home-banner-slider .item .img-wrp {
  position: absolute;
  left: 0;
  top: 0;
}
.home-banner-slider .item .desktop-banner,
.home-banner-slider .item .mobile-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.home-banner-slider .item .desktop-banner {
  display: block;
}
.home-banner-slider .item .mobile-banner {
  display: none;
}
.home-banner-slider.owl-carousel .owl-dots {
  bottom: 15px !important;
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 4%;
}
.home-banner-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 4%;
}
@media only screen and (max-width: 1700px) {
  .home-banner-slider .item h3 {
    font-size: 40px;
    line-height: 3vw;
  }
  .home-banner-slider .item .pricing-section {
    margin: 1.5vw 0;
    padding: 1.5vw 0;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner-slider .b1 {
    background-image: url("../images/home-banner-img-mobile.png");
  }
  .home-banner-slider .item h3 {
    font-size: 30px;
  }
  .home-banner-slider.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -6%;
  }
  .home-banner-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -6%;
  }
}
@media only screen and (max-width: 1023px) {
  .home-banner-slider {
    width: 100%;
    margin-top: 0%;
  }
  .home-banner-slider .item h3 {
    font-size: 34px;
    line-height: 4.5vw;
  }
  .home-banner-slider .item .desktop-banner {
    display: none;
  }
  .home-banner-slider .item .mobile-banner {
    display: block;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 2.5vw;
  }
  .home-banner-slider.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 5%;
  }
  .home-banner-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 5%;
  }
  .home-banner-slider.owl-carousel .owl-dots {
    bottom: -3% !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner-slider {
    width: 100%;
  }
  .home-banner-slider .item h3 {
    font-size: 32px;
    line-height: 5vw;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home-banner-slider .item > div .digit {
    font-size: 6vw !important;
  }
  .home-banner-slider .item h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .home-banner-slider .item h2 img {
    width: 80% !important;
    margin: 0 auto;
  }
  .home-banner-slider .item p {
    padding: 0px 30px;
  }
  .home-banner-slider .item .pricing-section .pricing-content {
    font-size: 16px;
  }
}

.footer-img {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 50vh;
  position: relative;
}
.footer-img:before {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
}
.footer-img.no-disclaimer:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer-img {
    height: 40vh;
    background-size: 160%;
  }
}
@supports (-webkit-touch-callout: none) {
	.footer-img {
	  background-attachment: local;
	}
}

.footer {
  padding: 40px 0 30px;
  width: 100%;
  background: #474747;
}
.footer .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer .footer-logo-wrp {
  width: 128px;
  margin: 0 0 60px;
}
.footer .line {
  background-color: #979797;
  width: 1px;
  height: 100%;
  margin: 0 56px;
}
.footer .dash {
  background: #ffffff;
  width: 34px;
  height: 8px;
  display: block;
  margin: 20px 0;
}
.footer .p-heading {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.footer a.p-heading:hover {
  color: white;
}
.footer .p-text, .footer .a-link {
  color: #dbd7d7;
  padding: 2px 0;
  display: block;
}
.footer .p-text:hover, .footer .a-link:hover {
  text-decoration: underline;
}
.footer .item {
  width: 25%;
  padding-right: 10px;
}
.footer .wrp-01 {
  display: flex;
  justify-content: space-between;
}
.footer .wrp-01 > div:last-child .para-03, .footer .wrp-01 > div:last-child .p-text, .footer .wrp-01 > div:last-child .a-link {
  color: #dbd7d7;
}
.footer .wrp-01 li {
  line-height: 20px;
}
.footer .right-wrp {
  display: flex;
  width: 700px;
}
.footer .right-wrp .content-box {
  margin-bottom: 10px;
}
.footer .right-wrp .content-box p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.footer .right-wrp .content-box p span {
  font-weight: 600;
}
.footer .right-wrp .item {
  display: flex;
  flex-wrap: wrap;
}
.footer .right-wrp .item > p {
  width: 100%;
}
.footer .right-wrp .item .content-box {
  margin-right: 40px;
}
.footer .right-wrp .newsletter {
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .right-wrp .newsletter input {
  width: 47%;
  min-height: 40px;
  outline: 0;
  padding: 0 10px 0 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0px;
  color: #ffffff;
}
.footer .right-wrp .newsletter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979797 !important;
}
.footer .right-wrp .newsletter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797 !important;
}
.footer .right-wrp .newsletter input:-ms-input-placeholder {
  /* IE 10+ */
  color: #979797 !important;
}
.footer .right-wrp .newsletter input:-moz-placeholder {
  /* Firefox 18- */
  color: #979797 !important;
}
.footer .right-wrp .newsletter img {
  width: 27%;
  margin: 16px auto 0 6%;
}
.footer .right-wrp .newsletter > div {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.footer .right-wrp .newsletter .button {
  padding: 4px 14px;
  height: 30px;
}
.footer .follow-us {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .follow-us a {
  margin: 0 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer .follow-us p {
  font-size: 24px;
  color: #f3efeb;
  font-weight: 600;
}
.footer .end-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #757575;
}
.footer .end-content .p-rera {
  font-size: 20px;
  color: #717171;
  font-weight: 500;
}
.footer .copyright p, .footer .copyright a {
  color: #969696;
}
.footer .copyright a:hover {
  text-decoration: underline;
}
.footer .button.type-02:before {
  right: 100%;
}
.footer .button.type-02:after {
  right: -40%;
}
.footer .subscribe-wrp {
  position: relative;
}
.footer .subscribe-wrp ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d9d9d;
}
.footer .subscribe-wrp ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9d9d;
}
.footer .subscribe-wrp :-ms-input-placeholder {
  /* IE 10+ */
  color: #9d9d9d;
}
.footer .subscribe-wrp :-moz-placeholder {
  /* Firefox 18- */
  color: #9d9d9d;
}
.footer .subscribe-wrp .subscribe-button {
  background: transparent;
  border: none;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .subscribe-wrp .subscribe-button:before {
  content: "";
  background-color: white;
  width: 14px;
  height: 2px;
  right: 4px;
  transform: translateX(20%);
}
.footer .subscribe-wrp .subscribe-button:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition: all 0.3s ease;
  transform: translate(-70%, 0%) rotate(-45deg);
}
.footer .subscribe-input {
  width: 100%;
  min-height: 50px;
  outline: 0;
  padding: 0 60px 0 30px;
  background: transparent;
  border: 1px solid #9d9d9d;
  border-radius: 60px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.footer.footer-seo {
  position: relative;
  border-bottom: 1px solid #f3efeb;
  padding: 0;
  z-index: 1;
}
.footer.footer-seo .wrp-01 {
  padding: 4vw 0;
}
.footer.footer-seo .wrp-01 .inner-left:first-child {
  width: 460px;
}
.footer.footer-seo .wrp-02 {
  padding-bottom: 4vw;
}
.footer.footer-seo .wrp-02 h2 {
  color: #c1bfbf;
  font-size: 14px;
  line-height: 18px;
}
.footer #vw-more {
  color: #363636;
  font-size: 10px;
  text-transform: uppercase;
  background: #fae09f;
  background-size: 100% 100%;
  width: 60px;
  padding: 8px 10px 24px;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  z-index: 99;
}
.footer #vw-more:after {
  position: absolute;
  content: "";
  background: url("../images/down-arrow.png") no-repeat;
  transform: rotate(180deg);
  background-size: 100% 100%;
  width: 14px;
  height: 9px;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.footer #vw-more.less:after {
  transform: none;
}
.footer .v-more em {
  display: inline-block;
  margin-top: 5px;
}
.footer .ftrmain-outr {
  position: relative;
  background: #f0f0f0;
}
.footer .vw-more-innr {
  position: absolute;
  top: 0;
  right: 60px;
  transform: translateY(-50%);
  background: #000;
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .footer .footer-logo-wrp {
    width: 88px;
    margin: 0 0 20px;
  }
  .footer .dash {
    width: 16px;
    height: 2px;
    margin: 16px 0;
  }
  .footer .p-heading {
    font-size: 15px;
    line-height: 15px;
  }
  .footer .p-text, .footer .a-link {
    padding: 0;
    font-size: 12px;
  }
  .footer .wrp-01 li {
    line-height: 14px;
  }
  .footer .right-wrp {
    width: 600px;
  }
  .footer .right-wrp .content-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .footer .right-wrp .item .content-box {
    margin-right: 20px;
  }
  .footer .right-wrp .newsletter input {
    min-height: 26px;
    font-size: 12px;
  }
  .footer .right-wrp .newsletter img {
    width: 20%;
    margin: 12px auto 0 6%;
  }
  .footer .right-wrp .newsletter > div {
    margin: 14px auto 0;
  }
  .footer .right-wrp .newsletter .button {
    padding: 4px 10px;
    height: 22px;
  }
  .footer .follow-us a {
    margin: 0 0 0 10px;
  }
  .footer .follow-us a img {
    width: 16px;
  }
  .footer .copyright p, .footer .copyright a {
    font-size: 14px;
  }
  .footer .end-content {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer .end-content .p-rera {
    font-size: 12px;
  }
  .footer .subscribe-wrp .subscribe-button {
    width: 40px;
  }
  .footer .subscribe-wrp .subscribe-button:before {
    width: 10px;
    height: 1px;
  }
  .footer .subscribe-wrp .subscribe-button:after {
    border-width: 0 1px 1px 0;
    padding: 3px;
  }
  .footer .subscribe-input {
    min-height: 40px;
    padding: 0 30px 0 16px;
    font-size: 14px;
  }
  .footer.footer-seo .wrp-01 .inner-left:first-child {
    width: 384px;
  }
}
@media only screen and (max-width: 1400px) {
  .footer.footer-seo .wrp-01 .inner-left:first-child {
    width: 368px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer .container {
    width: 100%;
    padding: 0 30px;
  }
  .footer .container .line {
    margin: 0 40px;
  }
  .footer .footer-logo-wrp {
    width: 58px;
    margin: 0 0 30px;
  }
  .footer .p-heading {
    font-size: 12px;
    line-height: normal;
  }
  .footer .right-wrp {
    width: 500px;
  }
  .footer .end-content .button.type-02 {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding: 60px 0;
  }
  .footer .end-content {
    flex-direction: column;
    text-align: center;
  }
  .footer .end-content .button.type-02 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer.footer-seo .wrp-01 {
    padding: 40px 0;
  }
  .footer .vw-more-innr {
    right: 13px;
  }
  .footer #vw-more {
    width: 70px;
    padding: 10px 15px 28px;
  }
  .footer #vw-more:after {
    bottom: 14px;
    width: 12px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container .line {
    display: none;
  }
  .footer .dash {
    display: none;
  }
  .footer .wrp-01 {
    flex-wrap: wrap;
  }
  .footer .wrp-01 > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .wrp-01 > div:nth-child(3) br {
    display: none;
  }
  .footer .left-wrp {
    flex-wrap: wrap;
  }
  .footer .left-wrp > div {
    width: 100%;
  }
  .footer .left-wrp .call-no {
    font-size: 25px;
  }
  .footer .right-wrp {
    flex-wrap: wrap;
  }
  .footer .right-wrp .item .content-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .right-wrp .newsletter input {
    width: 100%;
  }
  .footer .right-wrp .newsletter img {
    width: 40%;
    margin: 12px auto 0 0%;
  }
  .footer .right-wrp .newsletter > div {
    text-align: left;
  }
  .footer .right-wrp > div:first-child {
    margin: 0 16% 0 0;
  }
  .footer .follow-us a:first-child {
    margin-left: 0;
  }
  .footer .end-content {
    flex-wrap: wrap;
    margin: 20px 0 40px;
  }
  .footer .footer-accordion-title {
    position: relative;
  }
  .footer .footer-accordion-title:before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 0px;
    color: #c1bfbf;
    font-size: 22px;
    line-height: 22px;
  }
  .footer .footer-accordion-title.active:before {
    content: "-";
  }
  .footer .footer-accordion-content {
    display: none;
  }
  .footer.footer-seo {
    position: relative !important;
  }
  .footer.footer-seo .p-heading {
    margin-top: 0;
  }
  .footer.footer-seo .left-wrp .inner-left:first-child .item {
    margin-bottom: 0 !important;
  }
  .footer.footer-seo .left-wrp .inner-left:last-child p {
    display: none;
  }
  .footer.footer-seo .right-wrp .inner-left {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .footer .follow-us {
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .follow-us > p {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .end-content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .footer .end-content span {
    padding: 10px 3px 13px 3px;
    font-size: 12px;
  }
  .footer .end-content .social-icon-end {
    margin: 20px 0;
  }
  .footer .copyright p, .footer .copyright a {
    font-size: 12px;
  }
  .footer .copyright-section .column {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .copyright-section .column p {
    font-size: 8px;
  }
}

#back_to_top {
  background: #4c4c4c;
  width: 44px;
  height: 44px;
  position: fixed;
  right: 140px;
  bottom: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(60px);
}
#back_to_top:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
  margin: 8px 0 0;
}
#back_to_top:hover {
  background: #3b95d1;
}
#back_to_top.show {
  transform: translateY(0px);
}

.g-map, .s-map {
  display: none;
  width: 100%;
}

.g-map.active, .s-map.active {
  display: block;
}

.enquire-now-section {
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .enquire-now-section .content-wrp {
    background-size: 56%;
    padding-bottom: 190px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p1 {
    font-size: 20px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p2 {
    font-size: 20px;
  }
  .enquire-now-section .content-wrp .wrp-02 {
    padding: 4vw 0;
  }
  .enquire-now-section .content-wrp .wrp-02 p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .enquire-now-section .content-wrp .wrp-02 img {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .enquire-now-section .content-wrp {
    background-size: 50%;
    padding-bottom: 150px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p1 {
    font-size: 16px;
  }
  .enquire-now-section .content-wrp .wrp-01 .p2 {
    font-size: 16px;
  }
  .enquire-now-section .content-wrp .wrp-02 {
    padding: 50px 0 30px;
  }
  .enquire-now-section .content-wrp .wrp-02 p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .enquire-now-section .content-wrp .wrp-02 img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .enquire-now-section .content-wrp .wrp-01 > div {
    margin-bottom: 10px;
  }
  .enquire-now-section .content-wrp .wrp-01 > div:after {
    content: "";
    display: none;
  }
}

.contact-form-section {
  position: relative;
  padding: 5vw 0 9vw;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact-form-section:before {
  content: "";
  background: url("../images/home/contact-form-bg-01.png") left top no-repeat;
  background-size: 22.5%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 35.7vw;
  top: 4vw;
  z-index: -1;
}
.contact-form-section .heading-wrp {
  margin-left: 11%;
}
.contact-form-section .form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 82%;
  margin: 0 auto;
}
.contact-form-section .form-section .form-input,
.contact-form-section .form-section .intl-tel-input {
  width: 45%;
  margin: 20px 20px;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid black;
  color: #bdbdbd;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}
.contact-form-section .form-section .form-input[name=phone],
.contact-form-section .form-section .intl-tel-input[name=phone] {
  width: 100%;
  margin-left: 0px;
}
.contact-form-section .form-section .intl-tel-input {
  padding: 0 !important;
  border-bottom: none;
}
.contact-form-section .form-section .form-input-5 {
  width: 94%;
  margin: 20px 20px;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid black;
  color: #bdbdbd;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}
.contact-form-section .form-section .btn-circle {
  margin-left: auto;
  margin-right: 6%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.contact-form-section .form-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
}
.contact-form-section .form-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
}
.contact-form-section .form-section :-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
}
.contact-form-section .form-section :-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
}
.contact-form-section .form-section .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}
.contact-form-section .form-close-btn {
  position: absolute;
  right: 4vw;
  top: 1vw;
  font-size: 3vw;
  cursor: pointer;
  opacity: 0;
}
.contact-form-section input::-webkit-outer-spin-button,
.contact-form-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form-section input[type=number] {
  -moz-appearance: textfield;
}
.contact-form-section.form-02 {
  display: none;
}
.contact-form-section.is-active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 3vw 0;
  display: flex;
  align-items: center;
}
.contact-form-section.is-active .heading-wrp {
  margin-top: 0px;
  margin-bottom: 1vw;
}
.contact-form-section.is-active .form-close-btn {
  opacity: 1;
}
@media only screen and (max-width: 1500px) {
  .contact-form-section .heading-wrp {
    margin-left: 16%;
  }
  .contact-form-section .form-section .form-input,
.contact-form-section .form-section .intl-tel-input {
    width: 40%;
    font-size: 14px;
    margin: 10px 10px;
    padding: 20px 0;
  }
  .contact-form-section .form-section .form-input-5 {
    width: 82%;
    font-size: 14px;
    margin: 10px 10px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-form-section .form-section .form-input,
.contact-form-section .form-section .form-input-5,
.contact-form-section .form-section .intl-tel-input {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .contact-form-section .form-section .btn-circle {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-section {
    padding: 10vw 0 12vw;
  }
  .contact-form-section .heading-wrp {
    margin-left: 2%;
  }
  .contact-form-section .form-section {
    width: 100%;
  }
  .contact-form-section .form-section .form-input,
.contact-form-section .form-section .intl-tel-input {
    font-size: 9px;
    width: 100%;
    margin: 5px 2%;
    padding: 14px 0;
  }
  .contact-form-section .form-section .form-input-5 {
    font-size: 9px;
    width: 96%;
    margin: 5px 0 20px;
    padding: 14px 0;
  }
  .contact-form-section .form-close-btn {
    font-size: 28px;
  }
  .contact-form-section.is-active .heading-wrp {
    width: 87%;
    margin: 0 auto;
  }
  .contact-form-section.is-active .form-section {
    width: 90%;
  }
  .contact-form-section.is-active .form-section .form-input,
.contact-form-section.is-active .form-section .intl-tel-input {
    width: 100%;
  }
}

.eq-btn-mobile,
.call-btn-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .eq-btn-mobile,
.call-btn-mobile {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    background: #363636;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    z-index: 99;
  }
}

.call-btn-mobile {
  left: 50%;
  border-left: 1px solid #fff;
  display: none;
}
.call-btn-mobile span {
  padding: 0 10px;
}

.dwnBro {
  width: 165px;
  height: 34px;
  display: flex;
  background-repeat: no-repeat;
  background-color: #232e5b;
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateY(66px);
  z-index: 11;
  align-items: center;
  justify-content: center;
  background-position: 6px 6px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

.disclaimer-wrp {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100%;
  z-index: 9999;
  padding: 8px 0;
}
.disclaimer-wrp .container {
  width: 90%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 1;
  transform-origin: center;
  transform: translate(-50%, -50%);
  padding: 3%;
  animation-name: upSlide;
  -webkit-animation-name: upSlide;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.disclaimer-wrp h2 {
  color: #000;
}
.disclaimer-wrp hr {
  background-color: #969696;
  height: 1px;
}
.disclaimer-wrp p {
  font-weight: 300;
}
.disclaimer-wrp form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.disclaimer-wrp .closeIcon {
  display: none;
}
.disclaimer-wrp.active {
  display: flex;
}
.disclaimer-wrp.active .closeIcon {
  display: flex;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 10px;
  color: #fff;
  transform: rotate(45deg);
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
  cursor: pointer;
  padding-bottom: 3px;
}
@media only screen and (max-width: 1023px) {
  .disclaimer-wrp .container {
    padding: 6%;
  }
  .disclaimer-wrp hr {
    margin: 14px 0;
  }
}

.breadcrumbs {
  width: 100%;
  margin: 16px 0 0;
  font-size: 13px;
}
.breadcrumbs a {
  color: #545454;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs p {
  color: #545454;
  display: inline-block;
}
.breadcrumbs span {
  margin: 0 5px;
}

.innerbanner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.innerbanner .desktop-banner,
.innerbanner .mobile-banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.innerbanner .desktop-banner:before,
.innerbanner .mobile-banner:before {
  background-color: #0000004d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.innerbanner .desktop-banner {
  display: block;
}
.innerbanner .mobile-banner {
  display: none;
}
.innerbanner:before {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.innerbanner > * {
  z-index: 2;
}
.innerbanner h1 {
  margin-bottom: 1vw;
}
.innerbanner p {
  width: 24%;
  font-weight: 300;
}
.innerbanner .capsule-wrp {
  position: relative;
  padding: 40px;
  width: 122%;
  margin-left: -32%;
  padding-left: 42%;
}
.innerbanner .capsule-wrp .img-wrp {
  width: 100%;
}
.innerbanner .capsule-wrp .img-wrp img {
  border-radius: 900px;
}
.innerbanner .content-wrp {
  position: absolute;
  top: 50%;
  right: 7%;
  width: auto;
  margin: 0;
  transform: translateY(-50%);
}
.innerbanner .content-wrp h2 {
  font-size: 56px;
  line-height: 52px;
  color: #363636;
}
.innerbanner .scroll-wrp {
  display: flex;
  align-items: center;
  position: absolute;
  transform: rotate(90deg) translateY(550%);
}
.innerbanner .scroll-wrp p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f3efeb;
  width: 220px;
}
.innerbanner .scroll-wrp .down-arrow {
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  padding: 0;
  margin: 0;
  height: 40px;
  width: 80px;
  animation: anim_b_t_t_for_down_arrow 2s ease infinite 1.3s;
}
.innerbanner .scroll-wrp .down-arrow:before {
  content: "";
  background-color: #f3efeb;
  width: 100%;
  height: 2px;
  right: 4px;
}
.innerbanner .scroll-wrp .down-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f3efeb;
  transition: all 0.3s ease;
}
.innerbanner .scroll-wrp .down-arrow.owl-prev {
  left: -7%;
  transform: translateY(-50%) rotate(180deg);
}
.innerbanner .scroll-wrp .down-arrow.owl-next {
  right: -7%;
}
.innerbanner .scroll-wrp .down-arrow.disabled {
  opacity: 1;
}
.innerbanner .logo-icon {
  width: 120px;
  margin: 0px 2px -15px 0;
}
.innerbanner .golden-ball {
  z-index: 9;
}
.innerbanner .golden-ball:nth-child(1) {
  left: 75vw;
  top: 11vw;
}
.innerbanner .golden-ball:nth-child(2) {
  left: 8vw;
  top: 25vw;
}
.innerbanner.left-align .capsule-wrp {
  margin-left: 8%;
  padding-left: 40px;
  padding-right: 42%;
}
.innerbanner.left-align .content-wrp {
  right: inherit;
  left: 7%;
}
.innerbanner.left-align .content-wrp.right-align {
  right: calc(42% - 4%);
  left: inherit;
}
.innerbanner.left-align .scroll-wrp {
  transform: rotate(90deg) translateY(620%);
}
@keyframes anim_b_t_t_for_down_arrow {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
}
@media only screen and (max-width: 1200px) {
  .innerbanner .logo-icon {
    width: 70px;
    margin: 0px 2px -10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .innerbanner .capsule-wrp {
    padding: 30px;
    margin-left: -28%;
    padding-left: 34%;
  }
  .innerbanner .content-wrp h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .innerbanner .scroll-wrp {
    display: none;
  }
  .innerbanner.left-align .capsule-wrp {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .innerbanner {
    padding: 30px 0 20px;
    padding-bottom: 100px;
  }
  .innerbanner .desktop-banner {
    display: none;
  }
  .innerbanner .mobile-banner {
    display: block;
  }
  .innerbanner p {
    width: 60%;
  }
  .innerbanner .capsule-wrp {
    padding: 14px;
    margin-left: -29%;
    padding-left: 4%;
    width: 126%;
    margin-bottom: 0;
  }
  .innerbanner .content-wrp {
    right: 0;
    left: 25%;
    top: 130%;
    bottom: inherit;
    width: 75%;
  }
  .innerbanner .content-wrp.right-align {
    right: 0;
    left: 0;
  }
  .innerbanner.left-align .capsule-wrp {
    margin-right: -29%;
    padding-right: 4%;
    padding-left: 14px;
  }
  .innerbanner.left-align .content-wrp.right-align {
    right: 0;
    left: 0;
    width: 67%;
  }
}
@media only screen and (max-width: 480px) {
  .innerbanner p {
    width: 90%;
  }
}

.inner-banner {
  width: 100%;
  background: center top no-repeat #f1f1f1;
  background-size: 100%;
  position: relative;
  z-index: 3;
}
.inner-banner .banner-overlay {
  background: #e9f3f6;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  transition: all 1s ease;
}
.inner-banner .banner-overlay.hide {
  opacity: 0;
}
.inner-banner .anim_b_t_t_wrp {
  animation-delay: 0.8s;
}
.inner-banner .container > .content-wrp {
  text-align: center;
  padding: 30vw 0 100px;
}
.inner-banner .img-wrp {
  position: relative;
}
.inner-banner .lr-text-wrp .r-text {
  top: initial;
  bottom: -8vw;
}
@media only screen and (max-width: 1700px) {
  .inner-banner .container > .content-wrp {
    padding: 15vw 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .inner-banner .container > .content-wrp {
    padding: 54vw 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-banner {
    background-image: url("../images/home/main-banner-mobile.png");
  }
}
@media only screen and (max-width: 767px) {
  .inner-banner .container > .content-wrp {
    padding: 60vw 0 40px;
  }
  .inner-banner .container > .content-wrp .para-02, .inner-banner .container > .content-wrp .header .search-header-wrp .button, .header .search-header-wrp .inner-banner .container > .content-wrp .button {
    font-size: 14px;
    letter-spacing: 2px !important;
  }
}

.inner-second-sec {
  padding-top: 7vw;
}

.footer-banner {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
@media only screen and (max-width: 1200px) {
  .footer-banner {
    height: 40vh;
    background-attachment: unset;
  }
}

#sidebar {
  height: 0;
  position: fixed;
  padding: 0;
  margin-right: 0;
  top: 38%;
  right: -3px;
  bottom: 0;
  z-index: 10;
  transform: translateY(-50%);
}

.social {
  display: flex;
  align-items: center;
  position: relative;
  right: -76px;
  width: 100%;
  padding: 0 15px 0 0;
  margin-bottom: 1px;
  cursor: pointer;
  background: #4c4c4c;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: 0.5s ease;
  border: 1px solid rgba(250, 225, 163, 0.3);
}
@media only screen and (min-width: 1200px) {
  .social:hover {
    right: -3px;
    background: #000;
    color: #67ae45;
  }
  .social:hover a {
    text-decoration: none;
    color: #67ae45;
  }
}
.social a {
  width: 100%;
  display: flex;
}
.social p {
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.social p img {
  margin: 0 6px 0 2px;
}
.social img {
  padding: 10px;
  width: 34px;
  color: #fff;
  line-height: 28px;
  transition: 0.5s ease-in-out;
}

.listing-page.home-project-section {
  padding-top: 0;
  min-height: 400px;
}
.listing-page.home-project-section:before {
  display: none;
}
.listing-page.home-project-section .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.listing-page.home-project-section .item {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 5%;
}
.listing-page.home-project-section .item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .listing-page.home-project-section .item {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 10%;
  }
  .listing-page.home-project-section .item:nth-child(3n) {
    margin-right: 10%;
  }
  .listing-page.home-project-section .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .listing-page.home-project-section .container {
    justify-content: center;
  }
  .listing-page.home-project-section .item {
    width: 80%;
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
}

.currency-converter-section .calculator-wrp .amount-convert input {
  border: none;
  padding: 14px 20px;
  width: 230px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 20px;
  color: #100f0f;
  opacity: 1;
  border-bottom: 1px solid #d1d6db;
}
.currency-converter-section .calculator-wrp .amount-convert input::-webkit-input-placeholder {
  color: #100f0f;
}
.currency-converter-section .calculator-wrp .amount-convert input::-moz-placeholder {
  color: #100f0f;
}
.currency-converter-section .calculator-wrp .amount-convert input:-ms-input-placeholder {
  color: #100f0f;
}
.currency-converter-section .calculator-wrp .amount-convert input:-moz-placeholder {
  color: #100f0f;
}
.currency-converter-section .calculator-wrp select {
  background: url(../images/webp/arrow.webp) right 0 center/16px 10px no-repeat content-box border-box #f0f0f0;
  border: none;
  padding: 6px 20px;
  width: 230px;
  border-radius: 30px;
  margin-left: 10px;
  font-size: 14px;
  color: #444;
  opacity: 1;
}
.currency-converter-section .calculator-wrp .wrp-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0;
}
.currency-converter-section .calculator-wrp .wrp-01 > div {
  width: 40%;
  text-align: left;
}
.currency-converter-section .calculator-wrp .wrp-01 label {
  color: #939598;
}
.currency-converter-section .calculator-wrp .wrp-01 select {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #d1d6db;
  padding-left: 0;
  margin: 0;
}
.currency-converter-section .calculator-wrp .wrp-02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.currency-converter-section .calculator-wrp .wrp-02 > div {
  width: 50%;
}
.currency-converter-section .calculator-wrp .wrp-02 input {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  padding-left: 0;
  margin: 0;
  font-size: 2.3vw;
}

.page-not-found {
  padding-top: 14vw;
}
.page-not-found .container {
  text-align: center;
  max-width: 800px;
}
.page-not-found h4 {
  margin: 40px 0 14px;
}
.page-not-found .btn {
  margin-top: 24px;
  display: inline-flex;
}
@media only screen and (max-width: 1200px) {
  .page-not-found {
    padding: 30vw 0 20vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-not-found img {
    width: 280px;
  }
}

.sec-eq {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: #707070;
  width: 100%;
  z-index: 1;
  padding: 8px 0;
}

.sec-eq .btn-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-eq .btn {
  background-color: #fff;
  color: #fae09f;
  font-weight: 600;
}

.sec-eq .btn.arrow:before {
  background: #fae09f;
}

.sec-eq .btn.arrow:after {
  border: 1px solid #fae09f;
  border-top: none;
  border-left: none;
}

.sec-eq .btn.arrow:hover::before {
  right: 12px;
}

.sec-eq .btn.arrow:hover::after {
  right: 12px;
}

.sec-eq form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.eqTitle {
  font-size: 2.6vw;
  line-height: 2vw;
  font-weight: 300;
  margin: 15px;
  color: #f3efeb;
}

.sec-eq .eqTitle {
  margin-left: 0;
}

.formControl {
  margin: 0 15px;
  width: 250px;
  width: 100%;
}

.formControl:last-child {
  width: auto;
  margin-right: 0;
}

.formControl input,
.formControl textarea,
.formControl select {
  width: 100%;
  min-height: 94px;
  outline: 0;
  padding: 0px 50px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(56, 53, 51, 0.35);
  color: #8f8e8e;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Raleway";
}

.formControl input.error,
.formControl textarea.error,
.formControl select.error {
  border-color: red;
}

.formControl.btn {
  width: 100px;
}

.textarea-formControl {
  width: 100%;
}
.textarea-formControl textarea {
  width: 100%;
  resize: none;
  padding-top: 30px;
}

.subBtn {
  border: 0;
  outline: 0;
  font-weight: bold;
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error_bottom {
  border-bottom: 2px solid red !important;
}

.mobEq {
  display: none;
}

.closeBtn {
  display: none;
}

.sec-eq .intl-tel-input {
  width: 100%;
  color: #232e5b;
}

.intl-tel-input {
  width: 100%;
}

.selected-dial-code {
  color: #363636;
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 99999;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  left: 50px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 134px;
}

.sec-eqMobile {
  display: none;
}

.closeIcon {
  display: none;
}

.sec-eq.show {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11111;
}

@keyframes upSlide {
  from {
    transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.sec-eq.show .container {
  background: #fff;
  width: 90%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform-origin: center;
  transform: translate(-50%, -50%);
  padding: 3% 4%;
  animation-name: upSlide;
  -webkit-animation-name: upSlide;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.sec-eq.show .closeIcon {
  display: flex;
  position: absolute;
  right: 3%;
  font-size: 80px;
  font-weight: 100;
  top: 3%;
  color: #1f1f1f;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
  cursor: pointer;
  padding-bottom: 3px;
  z-index: 2;
}

.sec-eq.show .eqTitle {
  width: 100%;
  margin: 15px 0 60px;
  text-align: center;
}

.sec-eq.show form {
  justify-content: space-between;
}

.sec-eq.show .formControl {
  width: 100%;
  margin: 0 0 15px 0;
}

.sec-eq.show .formControl input,
.sec-eq.show .formControl textarea,
.sec-eq.show .formControl select {
  color: #363636;
  min-height: 70px;
  font-family: "Raleway";
  font-weight: 400;
  color: #8f8e8e;
}

.sec-eq.show .formControl.btn-wrp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec-eq.show .formControl.btn-wrp button {
  margin: 50px 0 30px;
}

.sec-eq.show .formControl.btn-wrp .disclaimer-text {
  font-size: 25px;
  color: #575757;
  text-align: center;
}

.sec-eq.show .img-wrp {
  display: none;
}

.sec-eq.static {
  position: relative;
  background-color: transparent;
}

.sec-eq.static .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec-eq.static .container > .img-wrp {
  width: 39.4%;
  margin-bottom: 100px;
}

.sec-eq.static .eqTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 60px;
  line-height: 70px;
  color: #363636;
  text-align: center;
}

.sec-eq.static form {
  justify-content: space-between;
  border: 1px solid #f3efeb;
}

.sec-eq.static .formControl {
  margin: 10px 0px;
  width: 49%;
}

.sec-eq.static .intl-tel-input {
  width: 100%;
}

.sec-eq.static .selected-dial-code {
  color: #363636;
}

.sec-eq.static .formControl.message-input {
  width: 94%;
}

.sec-eq.static .formControl.textarea-formControl {
  width: 100%;
}

.sec-eq.static .btn-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.sec-eq.static .btn-wrp .btn {
  background-color: #363636;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 36px;
  font-size: 18px;
  margin-top: 16px;
}
.sec-eq.static .btn-wrp .btn:before, .sec-eq.static .btn-wrp .btn:after {
  display: none;
}

.sec-eq.static .button.type-01 {
  padding: 30px 40px 28px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 1700px) {
  .formControl input,
.formControl textarea,
.formControl select {
    min-height: 50px;
    padding: 0px 20px;
  }

  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 14px;
  }

  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    padding-left: 94px;
  }

  .textarea-formControl textarea {
    padding-top: 20px;
  }

  .sec-eq.show .closeIcon {
    font-size: 40px;
  }

  .sec-eq.show .eqTitle {
    width: 100%;
    margin: 10px 0 20px;
  }

  .sec-eq.show .formControl {
    margin: 0 0 8px 0;
  }

  .sec-eq.show .formControl input,
.sec-eq.show .formControl textarea,
.sec-eq.show .formControl select {
    min-height: 50px;
    font-size: 14px;
  }

  .sec-eq.show .formControl.btn-wrp button {
    margin: 10px 0 0px;
  }

  .sec-eq.show .formControl.btn-wrp .disclaimer-text {
    font-size: 15px;
  }

  .sec-eq.static .container > .img-wrp {
    margin-bottom: 50px;
  }

  .sec-eq.static .btn-wrp {
    margin: 10px 0 40px;
  }

  .sec-eq.static .btn-wrp .btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .sec-eq.static .button.type-01 {
    padding: 20px 30px 18px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .eqTitle {
    font-size: 16px;
  }

  .formControl {
    width: 180px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .formControl input,
.formControl textarea,
.formControl select {
    min-height: 40px;
    padding: 0px 16px;
    font-size: 14px;
  }

  .sec-eq.static form,
.sec-eq.static .container > .img-wrp {
    width: 100%;
  }

  .sec-eq.static .formControl {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .formControl {
    width: 140px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-eq.static form {
    padding: 20px 0px;
  }

  .sec-eq.static .formControl {
    width: 100%;
    margin: 8px 0px;
  }

  .sec-eq.static .formControl input,
.sec-eq.static .formControl textarea,
.sec-eq.static .formControl select {
    min-height: 40px;
    padding: 0px 16px;
  }

  .sec-eq.static .formControl.textarea-formControl {
    width: 100%;
  }

  .sec-eq.static .formControl.textarea-formControl textarea {
    padding-top: 10px;
  }

  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 8px;
  }

  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    padding-left: 88px;
  }

  .sec-eq.static .button.type-01 {
    padding: 20px 30px 18px;
    font-size: 14px;
  }

  .sec-eq form {
    flex-direction: column;
  }

  .formControl {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .sec-eqMobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #000;
    background: #fff;
    width: 100%;
    padding: 10px 0 6px;
    text-align: center;
    z-index: 99;
  }

  .closeIcon {
    display: flex;
    display: none;
  }

  .sec-eq.show .formControl {
    width: 100%;
  }

  .sec-eq.show .formControl input,
.sec-eq.show .formControl textarea,
.sec-eq.show .formControl select {
    min-height: 32px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .sec-eq.show .formControl textarea {
    padding-top: 10px;
  }

  .sec-eq.show .closeIcon {
    font-size: 40px;
    top: 16px;
  }

  .sec-eq.show .formControl.btn-wrp button {
    margin: 10px 0 20px;
  }

  .sec-eq.show .formControl.btn-wrp .disclaimer-text {
    font-size: 10px;
  }
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8f8e8e;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8f8e8e;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8f8e8e;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #8f8e8e;
}

.sec-eq.static input::-webkit-input-placeholder {
  color: #8f8e8e;
}

.sec-eq.static input::-moz-placeholder {
  color: #8f8e8e;
}

.sec-eq.static input:-ms-input-placeholder {
  color: #8f8e8e;
}

.sec-eq.static input:-moz-placeholder {
  color: #8f8e8e;
}

.checkbox-wrp {
  width: 100%;
}
.checkbox-wrp .sub-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
  cursor: pointer;
  color: #8f8e8e;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrp .sub-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-wrp .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}
.checkbox-wrp .sub-container:hover input ~ .checkmark {
  background-color: #959398;
  border-color: #959398;
}
.checkbox-wrp .sub-container input:checked ~ .checkmark {
  background-color: #959398;
  border-color: #959398;
}
.checkbox-wrp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-wrp .sub-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-wrp .sub-container .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.default-form-show .sec-eq.static {
  display: block;
}
.default-form-show.border-none .sec-eq.static {
  display: block;
}
.default-form-show.border-none .sec-eq.static form {
  border: none;
}
.default-form-show.show {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  opacity: 1;
}

.search-form-wrp form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-form-wrp .formControl {
  width: calc(32.6% - 32px);
  margin-left: 0;
}
.search-form-wrp .formControl.btn-wrp {
  width: auto;
  display: inline-block;
}
.search-form-wrp .formControl.btn-wrp button {
  border: none;
}
.search-form-wrp .formControl.btn-wrp img {
  width: 30px;
}
@media only screen and (max-width: 1200px) {
  .search-form-wrp .formControl.btn-wrp img {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-form-wrp .formControl {
    width: 92%;
  }
  .search-form-wrp .formControl.btn-wrp {
    margin: 0 auto;
  }
}

.other-pages-section .container {
  font-family: "Raleway";
}
.other-pages-section .container p {
  font-size: 14px;
  line-height: 18px;
  color: #363636;
  letter-spacing: 1px;
  font-weight: 500;
}
.other-pages-section .container h2 {
  font-size: 35px;
  line-height: 45px;
  color: #363636;
  font-family: "Aperto";
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.other-pages-section .container h3 {
  font-size: 18px;
  color: #363636;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}
.other-pages-section .container h3:before {
  content: "";
  background-color: #363636;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 7px;
}
.other-pages-section .container ul {
  padding-left: 30px;
  margin-bottom: 30px;
  list-style-type: none;
}
.other-pages-section .container ul li {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #363636;
  padding-left: 22px;
  position: relative;
  list-style-type: none;
}
.other-pages-section .container ul li:before {
  content: "";
  background-color: #363636;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 10px;
}
.other-pages-section .container a {
  color: #363636;
}
@media only screen and (max-width: 1023px) {
  .other-pages-section .container p {
    font-size: 16px;
    line-height: 26px;
  }
  .other-pages-section .container h2 {
    font-size: 27px;
    line-height: 37px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .other-pages-section .container h3 {
    font-size: 14px;
    padding-left: 22px;
  }
  .other-pages-section .container h3:before {
    width: 6px;
    height: 6px;
    left: 2px;
    top: 7px;
  }
  .other-pages-section .container ul {
    padding-left: 22px;
    margin-bottom: 22px;
  }
  .other-pages-section .container ul li {
    font-size: 14px;
    padding-left: 22px;
  }
  .other-pages-section .container ul li:before {
    width: 4px;
    height: 4px;
    top: 10px;
  }
}

.four-side-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.margin-auto {
  margin: auto;
}

.margin-b-1 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 1700px) {
  .margin-b-1 {
    margin-bottom: 24px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .margin-b-1 {
    margin-bottom: 16px !important;
  }
}

.margin-b-2 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 1700px) {
  .margin-b-2 {
    margin-bottom: 16px !important;
  }
}

.margin-b-3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1700px) {
  .margin-b-3 {
    margin-bottom: 10px !important;
  }
}

.margin-b-4 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1700px) {
  .margin-b-4 {
    margin-bottom: 8px !important;
  }
}

.margin-t-1 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 1700px) {
  .margin-t-1 {
    margin-top: 24px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .margin-t-1 {
    margin-top: 16px !important;
  }
}

.margin-t-2 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 1700px) {
  .margin-t-2 {
    margin-top: 16px !important;
  }
}

.margin-t-3 {
  margin-top: 15px;
}
@media only screen and (max-width: 1700px) {
  .margin-t-3 {
    margin-top: 10px !important;
  }
}

.margin-t-4 {
  margin-top: 10px;
}
@media only screen and (max-width: 1700px) {
  .margin-t-4 {
    margin-top: 8px !important;
  }
}

.padding-b-1 {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-b-1 {
    padding-bottom: 24px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .padding-b-1 {
    padding-bottom: 16px !important;
  }
}

.padding-b-2 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-b-2 {
    padding-bottom: 16px !important;
  }
}

.padding-b-3 {
  padding-bottom: 15px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-b-3 {
    padding-bottom: 10px !important;
  }
}

.padding-b-4 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-b-4 {
    padding-bottom: 8px !important;
  }
}

.padding-t-1 {
  padding-top: 30px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-t-1 {
    padding-top: 24px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .padding-t-1 {
    padding-top: 16px !important;
  }
}

.padding-t-2 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-t-2 {
    padding-top: 16px !important;
  }
}

.padding-t-3 {
  padding-top: 15px !important;
}
@media only screen and (max-width: 1700px) {
  .padding-t-3 {
    padding-top: 10px !important;
  }
}

.padding-t-4 {
  padding-top: 10px;
}
@media only screen and (max-width: 1700px) {
  .padding-t-4 {
    padding-top: 8px !important;
  }
}

/* Contact page start */
.address-section .map-wrp {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1700px) {
  .address-section .map-wrp {
    height: 400px;
  }
}

/* Contact page end */
/* about page start */
.awards-recognition-section .item {
  text-align: center;
}
.awards-recognition-section .item .award-info {
  margin-top: 20px;
}
.awards-recognition-section .item .award-info p {
  padding: 0;
}
/* about page end */
/****************************************************** Animation Start */
.no-delay [class*=anim_] {
  animation-delay: 0s !important;
}

.anim_r_t_l_wrp {
  transform: translateX(20%);
  opacity: 0;
}

.anim-active .anim_r_t_l {
  animation: anim_r_t_l 1.5s ease forwards;
  animation-delay: 0.5s;
}

.normal-anim-active .anim_r_t_l {
  animation-delay: 0s;
}

.anim-active-mob .anim_r_t_l {
  animation: anim_r_t_l 1.5s ease forwards;
}

@keyframes anim_r_t_l {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.anim_l_t_r_wrp {
  transform: translateX(-20%);
  opacity: 0;
}

.anim-active .anim_l_t_r {
  animation: anim_l_t_r 1.5s ease forwards;
  animation-delay: 0.5s;
}

.normal-anim-active .anim_l_t_r {
  animation-delay: 0s;
}

.anim-active-mob .anim_l_t_r {
  animation: anim_l_t_r 1.5s ease forwards;
}

@keyframes anim_l_t_r {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.anim_t_t_b_wrp {
  transform: translateY(-20%);
  opacity: 0;
}

.anim-active .anim_t_t_b {
  animation: anim_t_t_b 1.5s ease forwards;
  animation-delay: 0.5s;
}

.normal-anim-active .anim_t_t_b {
  animation-delay: 0s;
}

.anim-active-mob .anim_t_t_b {
  animation: anim_t_t_b 1.5s ease forwards;
}

@keyframes anim_t_t_b {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.anim_b_t_t_wrp {
  transform: translateY(20%);
  opacity: 0;
}

.anim-active .anim_b_t_t {
  animation: anim_b_t_t 1.5s ease forwards;
  animation-delay: 0.5s;
}

.normal-anim-active .anim_b_t_t {
  animation-delay: 0s;
}

.anim-active-mob .anim_b_t_t {
  animation: anim_b_t_t 1.5s ease forwards;
}

@keyframes anim_b_t_t {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.anim_t_t_t_wrp {
  transform: translateY(-20%);
  opacity: 0;
}

.anim-active .anim_t_t_t {
  animation: anim_t_t_t 1.5s ease forwards;
  animation-delay: 0.5s;
}

.normal-anim-active .anim_t_t_t {
  animation-delay: 0s;
}

.anim-active-mob .anim_t_t_t {
  animation: anim_t_t_t 1.5s ease forwards;
}

@keyframes anim_t_t_t {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.anim_fade_in_wrp {
  opacity: 0;
}

.anim-active .anim_fade_in {
  animation: anim_fade_in 1.5s ease forwards;
  animation-delay: 0.5s;
}

.normal-anim-active .anim_fade_in {
  animation-delay: 0s;
}

.anim-active-mob .anim_fade_in {
  animation: anim_fade_in 1.5s ease forwards;
}

@keyframes anim_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/****************************/
.mask-wrp {
  background-size: 0;
  position: relative;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3efeb;
  position: absolute;
  top: 0;
}

.mask-wrp .mask.hide {
  -webkit-mask: url("../images/mask-sprite.png");
  mask: url("../images/mask-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  -webkit-animation: mask-play 1.4s steps(22) forwards;
  animation: mask-play 1.4s steps(22) forwards;
}

@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.hover-a-translate-x {
  transform: translateX(0);
  transition-delay: 0s !important;
}
.hover-a-translate-x:hover {
  transform: translateX(10px);
}

.img-anim-01 {
  overflow: hidden;
  position: relative;
  display: table;
  transition: 0.8s all ease;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.img-anim-01:before {
  content: "";
  background: #fff;
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate3D(-101%, 0, 0);
  z-index: 1;
}
.img-anim-01 img, .img-anim-01 iframe {
  transform: translate3D(-100%, 0, 0);
}
.img-anim-01.active:before {
  animation: b_line_bg 1s ease forwards;
}
.img-anim-01.active img, .img-anim-01.active iframe {
  animation: b_line 0s ease 0.5s forwards;
}
@keyframes b_line_bg {
  0% {
    transform: translate3D(-101%, 0, 0);
  }
  50% {
    transform: translate3D(0%, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes b_line {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0%, 0, 0);
  }
}
.img-anim-01.is-before-tertiary:before {
  background: #fae09f;
}
.img-anim-01.is-before-secondary:before {
  background: #f3efeb;
}

/****************************************************** Animation End */
.media-grid .media-list-item .media-image-wrapper .media-board-info .caption {
  color: #000000 !important;
}

.snapwidget-widget-body {
  background: transparent;
}

.sub-nav-wrp .tab {
  font-size: 12px;
  padding: 12px 0;
  margin: 0 26px;
}
@media only screen and (max-width: 1700px) {
  .sub-nav-wrp .tab {
    font-size: 10px;
    padding: 6px 9px 6px;
    margin: 0 4px;
    letter-spacing: 1px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-nav-wrp .tab {
    white-space: nowrap;
  }
}

.sub-nav-link-wrp .tab {
  font-size: 12px;
  padding: 12px 0;
  margin: 0 26px;
}
@media only screen and (max-width: 1700px) {
  .sub-nav-link-wrp .tab {
    font-size: 10px;
    padding: 6px 9px 6px;
    margin: 0 4px;
    letter-spacing: 1px !important;
  }
}

.allprojects-filter-wrp .heading-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allprojects-filter-wrp .formControl select {
  min-height: 32px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .allprojects-filter-wrp .heading-wrp {
    padding: 0 20px 20px;
  }
  .allprojects-filter-wrp .formControl {
    margin-bottom: 0;
  }
  .allprojects-filter-wrp .formControl select {
    min-height: 24px;
    font-size: 10px;
  }
}

.sitemp-content {
  width: 90%;
  padding: 20px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.sitemp-content div {
  width: 28%;
}

.sitemp-content ul li {
  font-weight: 400;
  list-style-type: square;
  margin-bottom: 4px;
  line-height: 22px;
  list-style-position: outside;
  margin-left: 20px;
}

.sitemp-content > div > ul > li {
  font-weight: 700;
}

.sitemp-content > div > ul > li > a {
  margin-bottom: 5px;
  display: block;
}

.sitemp-content > div > ul > li ul li a, ul.sub_01 a {
  margin-bottom: 5px;
  display: block;
}

.sitemp-content {
  margin: 0;
  padding-left: 0;
  width: 100%;
  /*text-align: center;*/
}

@media screen and (max-width: 1023px) {
  .sitemp-content div {
    width: 90% !important;
    margin: auto;
  }
}
.js-cookie-consent {
  position: fixed;
  left: 0px;
  bottom: -50%;
  width: 100%;
  max-width: 100%;
  padding: 14px 10vw 10px 5vw;
  background: #222;
  color: #363636;
  font-size: 14px;
  border-radius: var(--rounded-normal);
  z-index: 10;
  opacity: 0;
  transition: all 0.4s;
  display: none;
  flex-wrap: wrap;
  background-color: #fae09f;
}

.js-cookie-consent.cookie-consent {
  opacity: 1;
  bottom: 0px;
}

.js-cookie-consent .cookie-consent__message {
  width: 100%;
}

.js-cookie-consent a {
  color: #363636;
  text-decoration: underline;
}

.js-cookie-consent .cookie-consent__agree,
.js-cookie-consent .cookie-consent__reject {
  min-width: 42px;
  height: 32px;
  padding: 0 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.js-cookie-consent .cookie-consent__reject {
  background: transparent;
  text-decoration: none;
  margin-left: 14px;
}

.js-cookie-consent .cookie-consent__reject:hover {
  background: #ffffff;
  color: #000;
}

.js-cookie-consent .closeIcon {
  display: flex;
  position: absolute;
  right: 6%;
  font-size: 40px;
  font-weight: 100;
  top: 10%;
  color: #fff;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 0px solid #fff;
  cursor: pointer;
  padding-bottom: 3px;
}

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