*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: 0;
}
.form .form-group input.form-control, .form .form-group select.form-control {
  height: 45px;
}
.form .form-group label {
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

.banner-ProjDet .flex {
  display: flex;
  --colbsize: 466px;
}
@media only screen and (max-width: 1024px) {
  .banner-ProjDet .flex {
    --colbsize: 40%;
  }
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .flex {
    --colbsize: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .flex {
    --colbsize: 100%;
    flex-wrap: wrap;
  }
}
.banner-ProjDet .flex .colA {
  flex: calc(100vw - var(--colbsize));
  max-width: calc(100vw - var(--colbsize));
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.banner-ProjDet .flex .colB {
  max-width: var(--colbsize);
  flex: 0 1 var(--colbsize);
  width: 100%;
  background: #37adf6;
}
.banner-ProjDet .flex .banner-wrap {
  width: 100%;
  height: 100%;
}
.banner-ProjDet .owl-carousel {
  height: 100%;
}
.banner-ProjDet .owl-carousel .owl-stage-outer, .banner-ProjDet .owl-carousel .owl-stage, .banner-ProjDet .owl-carousel .owl-item, .banner-ProjDet .owl-carousel .img {
  height: inherit;
}
.banner-ProjDet .owl-carousel .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 675px) {
  .banner-ProjDet .owl-carousel .img img {
    height: 340px;
  }
}
.banner-ProjDet .owl-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.568627451), transparent);
  z-index: 1;
}
.banner-ProjDet .sharproduct {
  z-index: 1;
  right: 25px;
  top: 25px;
}
.banner-ProjDet .sharproduct .icon img {
  display: block;
  filter: grayscale(1) brightness(0) invert(1);
}
.banner-ProjDet .premlink {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1;
}
.banner-ProjDet .premlink ul li a, .banner-ProjDet .premlink ul li span {
  color: #fff;
}
.banner-ProjDet .banner-link {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 25px;
  z-index: 1;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .banner-link {
    padding: 0 10px;
  }
}
.banner-ProjDet .linkFlex {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .linkFlex {
    gap: 10px;
  }
}
.banner-ProjDet .linkFlex .link_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #fff;
  padding: 8px 15px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  height: 43px;
  border: none;
  color: #fff;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .linkFlex .link_btn .btn {
    padding: 8px;
  }
}
@media only screen and (max-width: 520px) {
  .banner-ProjDet .linkFlex .link_btn .btn {
    width: 43px;
    border-radius: 50%;
  }
}
.banner-ProjDet .linkFlex .link_btn .btn img, .banner-ProjDet .linkFlex .link_btn .btn span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .linkFlex .link_btn .btn span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  .banner-ProjDet .linkFlex .link_btn .btn span {
    display: none;
  }
}
.banner-ProjDet .linkFlex .link_btn .btn img {
  margin-right: 8px;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 520px) {
  .banner-ProjDet .linkFlex .link_btn .btn img {
    margin-right: 0;
  }
}
.banner-ProjDet .linkFlex .link_btn .btn:hover {
  color: #fff;
  border-color: #37adf6;
}
.banner-ProjDet .linkFlex .link_btn .btn:hover img {
  filter: grayscale(1) brightness(0) invert(1);
}
.banner-ProjDet .bannerSlNav {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .bannerSlNav {
    top: auto;
    bottom: calc(100% + 130px);
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .bannerSlNav {
    top: 0;
    bottom: auto;
    flex-direction: initial;
  }
}
.banner-ProjDet .bannerSlNav button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .bannerSlNav button {
    width: 40px;
    height: 40px;
  }
}
.banner-ProjDet .bannerSlNav button img {
  display: block;
  filter: invert(0.4);
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .bannerSlNav button img {
    width: 16px;
  }
}
.banner-ProjDet .banner-content .wrap {
  padding: 38px;
}
@media only screen and (max-width: 1024px) {
  .banner-ProjDet .banner-content .wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-ProjDet .banner-content .wrap {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .banner-ProjDet .banner-content .wrap {
    padding: 30px 20px;
  }
}
.banner-ProjDet .banner-content .wrap .projectName {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
.banner-ProjDet .banner-content .wrap .loc {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
}
.banner-ProjDet .banner-content .wrap .line {
  border-top: 1px solid #D9D9D9;
  margin: 20px 0;
}
.banner-ProjDet .banner-content .wrap .pric {
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 35px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .banner-content .wrap .projFetu {
    display: flex;
    flex-wrap: wrap;
  }
}
.banner-ProjDet .banner-content .wrap .projFetu .li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .banner-content .wrap .projFetu .li {
    flex: 1;
  }
}
.banner-ProjDet .banner-content .wrap .projFetu .icon {
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #F9F9F9;
}
.banner-ProjDet .banner-content .wrap .projFetu .icon img {
  filter: grayscale(1) brightness(0) invert(1);
}
.banner-ProjDet .banner-content .wrap .projFetu .label {
  font-weight: 500;
  color: #F9F9F9;
}
.banner-ProjDet .banner-content .wrap .projFetu ul.uni {
  display: flex;
}
.banner-ProjDet .banner-content .wrap .projFetu ul.uni li {
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  color: #F9F9F9;
}
.banner-ProjDet .banner-content .wrap .projFetu ul.uni li:not(:last-child) {
  margin-right: 20px;
}
.banner-ProjDet .banner-content .wrap .projFetu ul.uni li:not(:last-child)::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.banner-ProjDet .banner-content .wrap .rara {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .banner-content .wrap .rara {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .banner-ProjDet .banner-content .wrap .rara {
    text-align: left;
    margin: 20px 0;
  }
}
.banner-ProjDet .banner-content .wrap .banneLink {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .banner-ProjDet .banner-content .wrap .banneLink {
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .banner-ProjDet .banner-content .wrap .banneLink {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 520px) {
  .banner-ProjDet .banner-content .wrap .banneLink .whats, .banner-ProjDet .banner-content .wrap .banneLink .call {
    flex: 1;
    white-space: nowrap;
  }
}
.banner-ProjDet .banner-content .wrap .banneLink .whats a, .banner-ProjDet .banner-content .wrap .banneLink .call a {
  display: block;
  padding: 8px 18px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 1007px) {
  .banner-ProjDet .banner-content .wrap .banneLink .whats a, .banner-ProjDet .banner-content .wrap .banneLink .call a {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.banner-ProjDet .banner-content .wrap .banneLink .whats a svg, .banner-ProjDet .banner-content .wrap .banneLink .whats a span, .banner-ProjDet .banner-content .wrap .banneLink .call a svg, .banner-ProjDet .banner-content .wrap .banneLink .call a span {
  display: inline-block;
  vertical-align: middle;
}
.banner-ProjDet .banner-content .wrap .banneLink .whats a svg, .banner-ProjDet .banner-content .wrap .banneLink .call a svg {
  width: 20px;
  height: 20px;
}
.banner-ProjDet .banner-content .wrap .banneLink .whats a svg path, .banner-ProjDet .banner-content .wrap .banneLink .call a svg path {
  fill: #fff;
}
.banner-ProjDet .banner-content .wrap .banneLink .whats a {
  background: #000000;
}
.banner-ProjDet .banner-content .wrap .banneLink .call a {
  background: #fff;
  color: #000;
}
.banner-ProjDet .banner-content .wrap .banneLink .call a svg path {
  fill: #000;
}

.SectionStrip {
  position: sticky;
  background: #fff;
  padding: 6px 0;
  top: 69.2px;
  z-index: 2;
  box-shadow: 0px 9px 13.5px -5px rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 675px) {
  .SectionStrip {
    display: none;
  }
}
.SectionStrip .strip {
  display: flex;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}
.SectionStrip .strip .li {
  display: block;
  padding: 12px 12px;
  color: #000;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.SectionStrip .strip .li::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: #37adf6;
  width: 0;
  transition: 0.5s ease;
}
.SectionStrip .strip .li.active {
  color: #37adf6;
}
.SectionStrip .strip .li.active::after {
  width: 100%;
  bottom: 0;
}

.projDetail .ProjectListing {
  padding: 60px 0 60px;
}
@media only screen and (max-width: 1007px) {
  .projDetail .ProjectListing {
    padding: 25px 0 40px;
  }
}
@media only screen and (max-width: 675px) {
  .projDetail .ProjectListing {
    padding: 25px 0 10px;
  }
}
.projDetail .ProjectListing .listSideBar {
  top: 160px;
}
.projDetail .ProjectListing h2, .projDetail .ProjectListing h3, .projDetail .ProjectListing h4, .projDetail .ProjectListing h5, .projDetail .ProjectListing h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
.projDetail .ProjectListing h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BDB8B8;
}
.projDetail .ProjectListing h3 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}
.projDetail .ProjectListing h4 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 15px;
}
.projDetail .ProjectListing h5 {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
}
.projDetail .ProjectListing p, .projDetail .ProjectListing li {
  color: #666;
  line-height: 1.5;
}
.projDetail .ProjectListing p {
  margin-bottom: 24px;
  text-align: justify;
}
.projDetail .ProjectListing ul {
  margin-bottom: 30px;
}
.projDetail .ProjectListing ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}
.projDetail .ProjectListing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #37adf6;
}
.projDetail .ProjectListing .owl-carousel .item {
  border: 1px solid #E4E4E4;
  padding: 14px;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
.projDetail .ProjectListing .owl-carousel .item .icon {
  margin-bottom: 10px;
}
.projDetail .ProjectListing .owl-carousel .item .icon img {
  width: auto;
  display: block;
  margin: 0 auto;
  filter: invert(54%) sepia(77%) saturate(749%) hue-rotate(172deg) brightness(96%) contrast(95%);
}
.projDetail .ProjectListing .owl-carousel .item p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.projDetail .ProjectListing .cusNav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.projDetail .ProjectListing .cusNav.disabled {
  display: none;
}
.projDetail .ProjectListing .cusNav button {
  background: transparent;
  border: 0;
  outline: none;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projDetail .ProjectListing .map iframe {
  width: 100%;
  height: 342px;
  filter: grayscale(1);
  border-radius: 10px;
}
.projDetail .ProjectListing .map .link_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projDetail .ProjectListing .map .link_btn .btn {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.projDetail .ProjectListing .map .link_btn .btn.btn-red:hover {
  background: #37adf6;
  color: #fff;
}
.projDetail .ProjectListing .advantAgeWrap {
  padding-top: 35px;
}
.projDetail .ProjectListing .advantAgeWrap .wrap {
  display: flex;
}
@media only screen and (max-width: 675px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap {
    flex-wrap: wrap;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTab {
  width: 196px;
}
@media only screen and (max-width: 675px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTab {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 2rem;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab {
  padding: 10px 16px;
  border-radius: 5px 0px 0px 5px;
  background: #eee;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media only screen and (max-width: 675px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab {
    white-space: nowrap;
    border-radius: 4px;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab.current, .projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab:hover {
  background: #37adf6;
  color: #fff;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent {
  flex: 1;
  padding: 30px;
  border: 1px solid #B1B1B1;
  border-radius: 0px 10px 10px 10px;
}
@media only screen and (max-width: 675px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent {
    padding: 20px;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .item:not(:first-child) {
  display: none;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis h5 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li {
  padding: 10px 0;
  padding-left: 45px;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li::before {
  display: none;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li:not(:last-child) {
  border-bottom: 1px solid #bdb8b8;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li .icon {
  position: absolute;
  left: 0;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li p {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li p {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 520px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li p {
    padding-right: 0;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li .dest {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 520px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li .dest {
    position: unset;
    margin-top: 12px;
  }
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn .btn {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  width: 193px;
  font-size: 14px;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn .btn img {
  width: auto;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn .btn.btn-red:hover {
  background: #37adf6;
  color: #fff;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item {
  background: #fff;
  border-color: #A8A8A8;
  position: relative;
  padding-bottom: 44px;
  overflow: hidden;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item .img img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  filter: blur(0);
  transition: 0.5s ease;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item p {
  text-align: center;
  color: #000;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  padding: 8px 0;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item:hover .link_btn {
  opacity: 1;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item:hover .img img {
  filter: blur(2px);
}

@media only screen and (max-width: 675px) {
  .HomeSecA.project-detail-sec .SliderAHome {
    padding: 0;
  }
}

:root {
  --headerfixed: 89.3px;
  --projectdetailstrip: 60px;
}/*# sourceMappingURL=detail.css.map */