@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




@font-face {
  font-family: 'Beliau';
  src: url('beliau/Beliau.otf') format('opentype'),
       url('beliau/Beliau.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  #seo-content-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
h4, h2,  h3{
  font-family: "Beliau", sans-serif;
}
body, html {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #2b2a2a;
    margin: 0;
    padding: 0;
}

.service-icon img {
  width: 61px !important;
  filter: invert(1);
  margin: 0px auto;
  filter: brightness(2) saturate(0%) !important;
}
.serviceBox {
  text-align: center;
  position: relative;
}

.serviceBox .service-icon {
  width: 130px;
  height: 140px;
  line-height: 145px;
  background: linear-gradient(to bottom, transparent 49%, #d4af4a  50%);
  margin: 0 auto 15px;
  font-size: 45px;
  color: #fff;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  transition: all 0.3s ease 0s;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.serviceBox:hover .service-icon {
  font-size: 60px;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
  content: "";
  width: 93%;
  height: 93%;
  background: #17361E;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: translate(-50%, -50%);
}

.serviceBox .service-icon:after {
  width: 85%;
  height: 85%;
  background: #17361E;
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon:after {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
}

.serviceBox .title {
  font-size: 16px;
  color: #505050;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .title {
  color: #000;
}

.serviceBox .title:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #17361E;
  background: #17361E;
  box-shadow: 0 0 0 3px #fff inset;
  position: absolute;
  top: -50px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .title:before {
  opacity: 1;
  top: -24px;
}

.serviceBox .description {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}

.serviceBox.blue .service-icon {
  background: linear-gradient(to bottom, transparent 49%, #1b87a4 50%);
}

.serviceBox.blue .service-icon:after {
  background: #1b87a4;
}

.serviceBox.blue:hover .title {
  color: #1b87a4;
}

.serviceBox.blue .title:before {
  border-color: #1b87a4;
  background: #1b87a4;
}

.serviceBox.darkblue .service-icon {
  background: linear-gradient(to bottom, transparent 49%, #4c3f8f 50%);
}

.serviceBox.darkblue .service-icon:after {
  background: #4c3f8f;
}

.serviceBox.darkblue:hover .title {
  color: #4c3f8f;
}

.serviceBox.darkblue .title:before {
  border-color: #4c3f8f;
  background: #4c3f8f;
}

.serviceBox.purple .service-icon {
  background: linear-gradient(to bottom, transparent 49%, #9f2369 50%);
}

.serviceBox.purple .service-icon:after {
  background: #9f2369;
}

.serviceBox.purple:hover .title {
  color: #9f2369;
}

.serviceBox.purple .title:before {
  border-color: #9f2369;
  background: #9f2369;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom: 10px;
  }
}

/*---------------------------*/

.serviceBox4 {
  color: var(--main-color);
  font-family: "Poppins", sans-serif;
  padding-left: 110px;
  position: relative;
}

.serviceBox4 .service-icon4 {
  color: var(--main-color);
  background-color: #eee;
  font-size: 40px;
  text-align: center;
  line-height: 90px;
  height: 90px;
  width: 90px;
  box-shadow: 5px 5px var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
}

.serviceBox4 .title4 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.serviceBox4 .description4 {
  color: #555;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0;
}

.loc-para p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  position: relative;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.serviceBox4.pink {
  --main-color: #ff0282;
}

.serviceBox4.purple {
  --main-color: #8154a2;
}


@media only screen and (max-width: 771.98px) {
    .navbar {
        padding: 20px .5rem 0 .5rem !important;
    }
}

.section{
  position: relative;
}

.flower_top_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(270deg);
}


.flower_top_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.flower_wrap img {
  max-width: 100%;
  height: auto;
}


.flower {
    width: 12vw;
    height: auto;
    animation: swing ease-in-out 2s infinite alternate;
    transform-origin: center -20px
}

.flower.blur {
    filter: blur(7px);
    opacity: .9
}

@keyframes swing {
    0% {
        transform: rotate(3deg)
    }

    100% {
        transform: rotate(-3deg)
    }
}


.aboutvtp .section-heading{
  justify-items: left!important;
}


.type{
    font-size: 27px;
}
.typology{
  font-size: 23px; 
      font-weight: 400;
}

.navbar-expand-lg .navbar-collapse{
  justify-content: space-between;
}

.highlight{
  color: #17361E;
    background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
    border-radius: 20px;
    width: fit-content;
    padding: 0px 10px;
}

.price{
    background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
    padding: 5px;
    width: fit-content;
    border-radius: 2px;
        margin-bottom: 10px;
}


.custom-inline-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px; /* Space between fields */
    background-color: black;
    padding: 10px;
}

.custom-inline-form input,
.custom-inline-form button {
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    width: 260px!important;
}

.custom-inline-form input {
    background-color: #fff;
    color: #000;
}

.custom-inline-form button {
    background: linear-gradient(270deg, #AE8625, #F7EF8A, #D2AC47);
    background-size: 200% 200%;
    background-position: left center;
    color: #17361E;
    cursor: pointer;
    transition: all 0.5s ease;
}

.custom-inline-form button:hover {
    background-position: right center;
    color: #17361E;
}




hr{
  margin-top: 5px;
    margin-bottom: 5px;
    
    border-top: 1px solid #d4af4a;
}

.owl-nav, .owl-dots{
  display: none;
}

 .form-border, .form-control.form-border:focus {
            border-color: red !important;
        }
        .navbar-default {
            background: rgba(0,0,0,.8);
            border: none;
        }
        .navbar-default .navbar-nav>li>a {
            color: #fff;
            font-size: 12pt;
        }
        .navbar-default .navbar-nav>li>a:hover {
            color: #ccc;
            background-color: transparent;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-toggle:hover {
            background-color: rgba(0,0,0,0);
        }
        .modal-header {
            padding: 0 15px 15px 0;
            border-bottom: 1px solid #e5e5e5;
        }
        td, th {
            text-align: left;
            padding: 8px;
            font-size: 12pt;
            color: #000;
        }
        .dropdown-item {
            display: block;
            width: 100%;
            padding: .25rem 1rem;
            clear: both;
            font-weight: 400;
            color: #212529;
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            border: 0;
        }
        .navbar-nav>li>.dropdown-menu {
            margin-top: 3px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }



.properties_section {
  padding: 70px 0;
}

.properties_section .flexdiv {
  gap: 38px 0;
  padding: 10px;
}

.properties_section .proj-heading {
  font-size: 45px;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
}

/* .properties_section .custom-col{} */
.properties_section .inner-col {
  box-shadow: rgb(0 0 0 / 22%) 0px 7px 10px 0px;
  padding: 0;
  background: #f8f8f8;
  border-radius: 10px;
}

.properties_section .inner-col img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* .properties_section .custom-col:nth-child(3n){margin-right: 0;} */
.properties_section .cotnetdiv {
  padding: 15px 0;
  text-align: center;
}

.properties_section .pro-add {
  font-size: 18px;
  margin-bottom: 4px;
}

.properties_section .pro-name {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}

.properties_section .proj-typology {
      display: block;
    margin: 10px 0;
    background: #a27b33;
    font-weight: 400;
    font-size: 17px;
    padding: 3px 10px;
    border-radius: 0;
    color: #000000;
}

.properties_section .pro-price {
  
  font-size: 25px;
  margin-top: 15px;
}

.properties_section .btnsdiv .appbtn {
  display: block;
  padding: 8px 17px;
  font-size: 15px;
}

.properties_section .stickydiv {
  position: absolute;
  top: -39px;
  left: -33px;
}
.copyright p{
  color: rgb(204, 204, 204);
}
p{
  font-size: 16px;
}
body {
  position: relative;
}

::-moz-selection {
  background: #292f36;
  color: #fff;
}

::selection {
  background: #292f36;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.rera{position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 0%);
    color: #fff;
    font-size: 10px;
    padding: 5px;
}

/* ---------------------------------------------------------------- */
/* Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 2.9rem;
}

h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  line-height: 1.5;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/*  Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section .section-heading {
  /* text-align: left; */
  margin-bottom: 30px;
  justify-items: center;
}

.section-heading h2 ,.section-heading h3{
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
}



.section .section-heading h2 span {
  color: #070707;
}

.section .section-heading h4 {
  font-family:'roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7C7885;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}
.white{
  color: white!important;
}
.black{
  color: #000000;
}
.inner-header-title:after {
  width: 100%;
  background: rgba(255, 255, 255, .2);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #a27b33;
}

.bg-grey {
  background: #17361E;
    color: white;
}

.bg-white {
  background: #ffffff;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-overlay {
  z-index: 1;
  padding: 80px 0 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.bg-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.4;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 1.5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #121212;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: none;
  width: 25px;
  height: 7px;
  margin: 0 5px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading h2 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/*  Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
  font-weight: 500;
  padding: 16px 35px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #000 !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.white-btn:hover {
  background: transparent;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: pulseWhite 1s 1 ease-in-out forwards;
          animation: pulseWhite 1s 1 ease-in-out forwards;
}
.primary-btn {
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  border: 0px;
  border-radius: 20px;
  display: inline-block;
  background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
  background-size: 200% 200%;
  background-position: left center;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #17361E !important;
  margin: 10px 0;
  box-shadow: rgb(0 0 0 / 49%) 0px 7px 10px 0px;
}

.primary-btn:hover {
  color: #17361E !important;
  background-position: right center;
  animation: pulseGold 1s ease-in-out;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: #0000008e;
}
.outline-btn {
  font-weight: 500;
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px ;
  border: 1px solid #fff;
  color: #fff !important;
}

.outline-btn:hover {
  font-weight: bold;
  background: #a27b33;
  border: 1px solid #a27b33;
  color: #000000 !important;
  -webkit-animation: pulsePrimary 1s ease-in-out forwards;
          animation: pulsePrimary 1s ease-in-out forwards;
}
.filled-btn {
  font-weight: bold;
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px ;
  border: 1px solid #a27b33;
  color: #32012F!important;
}

.filled-btn:hover {
  background: #ffffff00;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  -webkit-animation: pulsePrimary 1s ease-in-out forwards;
          animation: pulsePrimary 1s ease-in-out forwards;
}

.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 144;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #121212;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}
@-webkit-keyframes pulseGold {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(162, 123, 51, 0.4);
            box-shadow: 0 0 0 0 rgba(162, 123, 51, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(162, 123, 51, 0);
            box-shadow: 0 0 0 20px rgba(162, 123, 51, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(162, 123, 51, 0);
            box-shadow: 0 0 0 0 rgba(162, 123, 51, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
            box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal .modal-content {
  background: transparent;
}

.custom-modal .modal-content .modal-header {
  padding: 10px 30px;
      background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
  border-radius: 4px 4px 0 0;
}

.custom-modal .modal-content .modal-header .modal-title {
  color: #17361E;
    font-weight: 600;
    font-size: 15px;
    margin-left: 5px;
    align-items: center;
    vertical-align: middle;
}
.modal-body .form-control{
  margin-bottom: 15px;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  color: #17361E;
}
.form-popup-inner p{
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
}
.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  height: 60px;
  outline: none;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #ffffff;
  background: #fff;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #a27b33;
}

.custom-modal .modal-content .modal-body .popup-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a27b33;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 18px 20px 18px 60px !important;
}



body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
.dnone{display: none !important;}
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
 
  .none{display: none !important;}
  .dnone{display: block !important;}
}


/* ---------------------------------------------------------------- */
/* Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#preloader-wrap .gooey {
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  position: absolute;
  -webkit-filter: contrast(20);
          filter: contrast(20);
  margin: -20px 0 0 -71px;
  background: #fff;
}

#preloader-wrap .gooey .dot {
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  background: #000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
          animation: dot 2.8s infinite;
}

#preloader-wrap .gooey .dots {
  margin-top: 12px;
  margin-left: 31px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dots 2.8s infinite;
          animation: dots 2.8s infinite;
}

#preloader-wrap .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  background: #000;
}
/* -------------------------------------------------*/
/*  Seperate Header
/*-------------------------------------------------- */

.fixed-top .ftco-navbar-light {
  background-color: #00000091;
  z-index: 3;
  padding: 0;
}
.header-shrink .ftco-navbar-light {
  background: #ffffff00 !important;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light {
      position: relative;
      top: 0;
      padding: 10px 15px;
  }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px;
  }
}
.fixed-top .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  opacity: 1 !important;
}
.header-shrink .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fbd341;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.7rem;
      padding-bottom: 0.7rem;
      color: rgba(255, 255, 255, 0.7);
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff;
  }
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  border-radius: 4px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: #4e9525;
  color: #fff;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
      display: block !important;
      background: #000000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      color: rgba(255, 255, 255, 0.8);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #fbd341;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #fff;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}

/* ---------------------------------------------------------------- */
/* Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);

}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: block;
}
.navbar-nav li{
  display: block;
  margin: 0 auto;
}
.header .navbar-brand {
  padding: 0;
  color: #a27b33;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
}

.header .navbar-brand img {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: inline;

}

.header .nav-item .nav-link {
  color: #a27b33;
  font-weight: 600;
  padding: 18px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  font-size: 16px;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #a27b33;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #a27b33;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item:hover > a {
  color: #516b3a;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
          box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #3e3e3b;
  border-bottom-color: #3e3e3b;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0; 
  padding: 0 0px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

/* Header Shrink */
.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #ffffff !important;
}
.header-shrink .nav-item:hover .nav-link {
  color: #a27b33;
}

.header-shrink .nav-item .default-nav-btn {
  border-color: #a27b33;
}

.header-shrink .nav-item .default-nav-btn span {
  z-index: 1;
  color: #a27b33;
}

.header-shrink .nav-item .default-nav-btn:hover {
  color: #a27b33;
}

.header-shrink .nav-item .default-nav-btn:hover span {
  color: #a27b33;
}

.header-shrink .nav-item .default-nav-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header-shrink .nav-item .default-nav-btn:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  background: #3e3e3b;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header-shrink .nav-item .nav-link {
  color: #a27b33;
  opacity: 1;
  font-weight: 700;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
  color: #a27b33;
}

.header-shrink .nav-item .nav-link:after {
  background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
}

.header-shrink .nav-item .nav-link:not(.active):after {
      background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #a27b33;
}

.header-shrink .white-btn {
  color: #fff !important;
  background: #3e3e3b;
  border: 1px solid #3e3e3b;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
          box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
}

.header-shrink .white-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #444445;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
          animation: pulsePrimary 1s 1 ease-in-out forwards;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .modal-header {
    display: block;
  }
  .modal-header img{
    margin: 0 auto;
    display: block;
  }
  .close {
    position: absolute;
    right: 20px;
    top: 20px;
}



.btn-group{
  margin-bottom: 20px;
  padding-bottom: 40px;
}
  .hero-banner {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/poster.webp);
    margin-left:0px;
  }

  .col-xs-6 {
    width: 50%!important;
}
.div-line {
  border-right: 1px solid #fff;
}

.m-banner {
  display: block;
}
.fixed-footer-cust a:hover {
  color: #e0e0e0;
  }
.fixed-footer-cust {
  background: #17361E;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: white;
  box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  z-index: 99;
}
.fixed-footer-cust .btn {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0;
  min-height: auto;
}
.fixed-footer-cust a {
  color: white;
}
.fixed-footer-cust .icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
    display: block;
    margin: auto;
}
.fixed-footer-cust .btn .icon_bg {
  height: 40px;
  width: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-top: -10px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);
  box-shadow: 0 -1px 15px rgb(0 0 0 / 7%);

}
.d_sm_flex {
  display: flex!important;
}
  .header .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
    display: inline;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .main-menu .navbar-nav {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .header .main-menu .navbar-nav .nav-link {
    color: #ffffff;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }
  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #a27b33;
    color: #fff !important;
    border-color: #a27b33;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #a27b33;
    color: #fff !important;
    border-color: #a27b33;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #edeffe;
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #a27b33;
  }
  .header .dropdown-toggle:before {
    top: 22px !important;
    right: 20px !important;
  }
  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }
  .header.header-shrink .search-btn-mobile {
    color: #ffffff;
  }
  .header .search-btn-resp {
    display: none;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #a27b33;
  }
  .header-shrink .nav-item .nav-link {
    color: #ffffff;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #a27b33;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #a27b33;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #a27b33;
  }
  .header-shrink .togler-icon-inner span {
    background-color: #ffffff;
  }
}
.fixed-top .dnone{
  display: none;
}
.blur-effect{
  filter: blur(1.3px);

}
.blur{
  filter: blur(3px);
}
.blur:hover{
  filter: blur(2px);
  opacity: 0.75;
}
.opa{
  opacity: 0.75;
}
.opa:hover{
  opacity: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {

  .about li {
  font-size: 18px;
  
        padding-top: 5px;
        padding-bottom: 5px;
}

  .modal-dialog {
    max-width: 500px;
    margin: 6.75rem auto;
  }
  .section {
    padding: 80px 0;
  }
  .embed-responsive {
   border: 3px solid #a27b33;
    height: 510px;
  }
  .cntb {
    margin-top: 120px;
}
.black-overlay {
  margin-top: 120px;
  margin-right: 70px;
}
.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  /* background: #ffffff; */
}
.hero-banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/poster.webp);
  margin-left:0px;
}
  .m-banner{
    display: none;
  }
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    color: #ffffff;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }
  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/*  Hero                                              
/* ---------------------------------------------------------------- */


.hero-banner .hero-inner h6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.hero-banner .hero-inner h1 {
  margin-bottom: 30px;
  color: #fff;
}
.hero-banner .hero-inner h3{
 
  color: #fff;
}
.hero-banner .hero-inner h4{
  font-size: 20px;
  color: #32012F;
  
}
.hero-banner .hero-inner h2 {
  text-shadow: none;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* fallback */
}

.hero-banner .hero-inner h3 {
  text-shadow: none;
  padding-top: 0px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 20px;
}
.hero-banner .hero-inner .btn-group .outline-btn {
  margin-right: 20px;
}

.hero-img {
  position: relative;
  text-align: right;
}

.hero-img img {
  text-align: right;
  display: inline-block;
}

#hero_video {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  z-index: 35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-inner ul li {
    font-size: 21px;
    color: white;
}
ul{
    list-style-position: inside;

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media (min-width: 772.98px) {
  .btn-group{
    margin-top: 20px;
    padding-bottom: 10px;
  }
  
  #contactus .bg{
   
    padding-right:10px;
  
   }
   .bg .offset-lg-5 , .bg .col-lg-3{
    padding-right: 5px;
    padding-left: 5px;
   }
  .price_row{
    position: relative;
  }
  .line{
    border: 1px solid #a27b33 ;
    position: absolute;
    top: 45%;
        left: 35px;
        width: 95%;
        z-index: -1;
  }
  .companylogo{
    width: 62px!important;
    display: inline;
  }
  .partnerlogo{
    width: 90px!important;
    display: inline;
  }
  .header-shrink .top-nav{
    display: none;
  }
  .logo3{
    width: 100px;
  }
  .fixed-top .ftco-navbar-light .logo3{
    display: none;
  }
  .header-shrink .ftco-navbar-light .logo3{
    display: block;
            width: 170px;
  }
  .mt-desk{
    margin-top: 20px;
  }

  .header-shrink .logo2 {
    width: 100px;
    filter: invert(1);
  }
  .fixed-top .logo2 {
    width: 80px;
    margin-bottom: 10px;
  }
  .header-shrink .logo1 {
    width: 186px;
  
  }
  .fixed-top .logo1 {
    width: 186px;
    filter: invert(0);
    float: left;
    padding-bottom: 5px;
    
  }
 .m-banner{
      display:none!important;
  } 

    
}
@media only screen and (max-width: 771.98px) {
  .mobile-center{
    text-align: center;
  }
  .flower {
    width: 21vw;}
  .price_col{
    margin-bottom: 30px;
  }
  .price_row{
    position: relative;
  }
  .line{
    border: 1px solid #a27b33;
    position: absolute;
    top: 47%;
    width: 500px;
    transform: rotate(90deg);
    z-index: -1;
  }

.navbar-collapse .navbar-nav .logo3{
display: none;
}
.fixed-top .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  color: #383838;
}
.fixed-top .ftco-navbar-light {
border: none;
background: none;
}
  .logo3{
            display: none;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 8.75rem auto;
  }
  #amenities .owl-next {
    top: 90% !important;
    left: 17% !important;
  }
  #amenities .owl-prev{
    top: 90% !important;
    left: 70% !important;
  }
  #projects .col-lg-6{
    margin-right: 15px;
  }
  
  .contact .info-box{
    margin-top: 30px;
   box-shadow: none!important;
   padding: 15px 0 15px 0;
   background: #a27b33;
   border-radius: 10px;
  }
  
  #contactus .col-lg-6,#contactus .col-lg-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* .navbar {
    padding: 2.3rem .5rem 0 .5rem !important;
} */
    .call .icon-c {
    border: 2px solid black;
    border-radius: 50%;
    height: 30px!important;
    width: 30px!important;
        font-size: 13px!important;
    display: inline-block;
    color: black;
    text-align: center;
    line-height: 26px!important;
    margin-right:10px!important;
    }
    .call a,.call .icon-c{
            display: inline-block!important;
    }
    .call{
            padding: 15px 0px !important;
    }
    .bg-overlay:before {
           opacity: 1;
    background: #000000;
}
    
    .call a ,.call a span{
    
    font-size: 20px!important;
    }
    .scroll-top-btn {
    bottom: 0;
    opacity: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    }
    .footer {
    background: #060606;
    margin-bottom: 40px;
    font-size: 14px;
}
.footer p{
  font-size: 14px;
}

    .highlight-inner p {
  
    margin: 13px 0px!important;
    }
    .fixed-top {
    
    background: #ffffff;
}
/* .card-price{
  
  margin-bottom: 20px;
} */


.embed-responsive {
  position: static;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.card-price .col-lg-6{
  padding: 0px 15px;
}
.cntb {
  background: rgb(255 255 255 / 89%);
  color: #000000;
  padding: 25px;
}
.black-overlay {
  background: rgb(255 255 255 / 50%);
  color: #000000;
  padding: 15px;
}
.header-shrink .logo2 {
  width: 180px;
  filter: invert(1);
}
.fixed-top .logo2 {
  width: 71px;
  filter: invert(0);
  float: left;
}
.header-shrink .logo1 {
  width: 180px;
  filter: invert(1);
}
.fixed-top .logo1 {
  width: 180px;
  filter: invert(0);
  float: left;
  padding-bottom: 0px;
  margin-top: -12px;
}
.header .navbar-toggler {
  display: inline;
  float: right;
}
.companylogo{
  width: 42px!important;
  display: inline;
}
.header-shrink .partnerlogo{
  filter: invert(1);
}
.partnerlogo{
  width: 70px!important;
  display: inline;
  filter: invert(1);
}
.header{
  padding: 0px 0!important;
}
.banner1{
  margin-top: 46px;
}
  .d-banner{
      display:none!important;
  }
 
  .hero-img-resp {
    display: none;
  }
  .hero-banner {
    display: none;
    min-height: 90vh;
    place-items: center;
  }

  .mobile-hide{
    display: none!important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
.banner{
  display: none;
}
@media only screen and (max-width: 575.98px) {
 #contactus .bg{
  padding-right: 0px;
  padding-left: 0x;
 }
  .bg-dark{
    padding: 30px 0px;
  }
.section {
    padding: 30px 0px!important;
}
  .bg-overlay {
    z-index: 1;
    padding: 0px 10px;
        height: 0px;
        position: static;
        background-attachment: fixed;
        background-position: top;
        background-size: cover;
        margin-top: 90px;
}
  .banner{
    display: block;
    background-image: url(../img/bg/bg-hero-mob.jpg);
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    height: 158vh;
    position: relative;
  }
  .hero-banner .hero-inner h1 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 449.98px) {
  .hero-banner .btn-group {
    display: none!important;
  }

  .custom-inline-form{
    padding-bottom: 50px;
  }
  .black-overlay {
    padding: 15px!important;
}
  .hero-banner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hero-banner .hero-inner h2 {
    text-shadow: none;
    padding-top: 5px;
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 40px;
    color: #a27b33;
  }
  .hero-banner .hero-inner h3 {
    text-shadow: none;
  padding-top: 0px;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 34px;
  }
  .hero-banner .hero-inner h4 {
    font-size: 15px;
    
}
.hero-inner ul li
 {
    font-size: 18px;
}
}
.single-service {
  padding: 10px;
  position: relative;
}
.single-service img {
  display: block;
  height: 220px;
  object-fit: cover;
  width: 100%;
  margin: auto;
}
.single-service p{
  position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #a27b33;
    border: 1px solid black;
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
}

/* ---------------------------------------------------------------- */
/*  Location                                           
/* ---------------------------------------------------------------- */

.highlights-row h5{
  padding-top: 20px;
}
.highlights-item{
  text-align: center;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 10px;
}

.specific {
  border: 1px solid #3b3b3b;
  overflow-y: hidden;
}
.webkit__scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #474747;
}
.webkit__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color:#868686;
}
.specific .other-info {
  max-height: 370px;
  overflow-y: auto;
  margin: 10px;
}
.location-inner {
  width: 100%;
  overflow-x: hidden;
}
.loc-list {
  padding-left: 17px;
  list-style: circle;
}
.loc-list li {
  margin-bottom: 8px;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 7px;

}

.timeline-item {
  display: -webkit-box;
  margin-bottom: 10px;
  padding: 20px;
  border: 2px solid #a27b33;
}
.timeline-item h3 {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 35px;
  width: 26%;
  vertical-align: middle;

  text-align: center;
  font-weight: 500;
}
.timeline-item i {
  font-size: 30px;
  text-align: center;
}
.location-inner p {
  font-size: 12pt;
  padding-left: 7px;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 40px;
  width: 100%;
}
/* ---------------------------------------------------------------- */
/*  About                                           
/* ---------------------------------------------------------------- */
.about-img {
  text-align: right;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .specific .other-info {
    max-height: 100%;
  }
  .about-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .offer-inner p {
    color: #fff;
    font-size: 15pt;
    
    margin: 3px 0px;
    padding: 11px;
    text-align: left;
  }
}



/* ---------------------------------------------------------------- */
/*  Watch Video                                   
/* ---------------------------------------------------------------- */
.video{
  width: 100%;
  height: 450px;
}


/* ---------------------------------------------------------------- */
/*  Contact Us              
/* ---------------------------------------------------------------- */


.custom-form-group .captcha-input {
  padding-left: 90px !important;
}

.custom-form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  line-height: 60px;
  background: #a27b33;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}

.google-map {
  line-height: 0;
}

.google-map iframe {
  min-height: 610px;
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .google-map {
    margin-bottom: 30px;
  }
  .video{
    width: 100%;
    height: 250px;
  }
}

/* ---------------------------------------------------------------- */
/*  Footer                    
/* ---------------------------------------------------------------- */
.footer {
  background: #000000;
}

.footer .footer-top {
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-desc {
  color: #fff;
  opacity: 0.75;
  margin-bottom: 40px;
}

.footer .footer-top .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
}

.footer .footer-top .footer-widget .footer-title:after {
  content: "";
  display: block;
  background: #fff;
  margin-top: 10px;
  width: 50px;
  height: 2px;
}

.footer .footer-top .footer-widget .footer-social-links a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 20px;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #a27b33 !important;
  background: #fff;
  -webkit-animation: pulseWhite 1s 1 ease-in-out;
          animation: pulseWhite 1s 1 ease-in-out;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
  margin-bottom: 18px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li h6 {
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  font-weight: 700;
  margin-right: 15px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-top .footer-widget .footer-links li:hover:before {
  width: 20px;
}
.footer h5{
  color: #d5d5d5;
  font-size: 13px;
 }
.footer .copyright {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/*  Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #a27b33;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
  text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .mpb{
    text-align: center!important;
  }
  .padding-minus-10 {
    padding-bottom: 90px;
  }
 
  .sidebar-pb-resp {
    padding-bottom: 90px;
  }
 
}


/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .intro-hero-section .intro-hero-title {
    font-size: 1rem;
  }
  .intro-hero-section .intro-hero-title span {
    font-size: 2rem;
  }
  .call{
    position: relative;color:#000000 !important;
  }
  .togler-icon-inner{
    margin-top: 10px;
  }
  .header .navbar-toggler .togler-icon-inner span {
    height: 3px;
    margin: 5px;
    width: 30px;
    display: block;
    background: #a27b33;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* .header-shrink .navbar-toggler .togler-icon-inner span{
  background: #ffffff!important;
} */
.spm{margin-top: 25px;}
.px-5{margin-left: -62px !important;}

td, th {
  text-align: left;
  padding: 14px 0px  !important;
  font-size: 10px !important;
  color: #ffffff;
  font-weight: bolder;
}
td, th {
  text-align: center!important;
  
}
}

.px-5{margin-left: 65px;}

/*# sourceMappingURL=style.css.map */
.navbar {
  padding: 0.3rem 1rem 0 1rem;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.call{
  font-weight: 500;
  padding: 15px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  color:#646464;
  font-size: 14px;
}
.cntb{   
   background: rgb(255 255 255 / 89%);
  color: #000000;
  padding: 25px;
}
  .black-overlay {
    background: rgb(0 0 0 / 72%);
    color: #ffffff;
    padding: 25px;
  }

  label {
    display: inline-block;
    margin: 0.5rem 0;
}
.tblfnt{
  font-weight: 400;
  font-size: 20px;
}
td, th {
  text-align: left;
  padding: 8px 0;
  font-size: 15px !important;
  color: #ffffff;
}

.highlight-inner ul{
  margin-bottom: 20px;
}
.highlight-inner li {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.418);
  margin: 5px 10px;
  padding: 6px 0px;
  text-align: left;

}
.highlight-inner li:before{
  content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    line-height: 20px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    color: white;
    background: #a27b33;
    border-radius: 100%;
    padding: 0px 6px;
    margin-right: 10px;
    margin-top: 9px;
}
.black{
  color: black;
}
.highlight-inner li .fa{
  color: white;
  padding: 8px 9px;
  background-color: #a27b33;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 10px;
}
.disc{
        text-align: justify;
}
 .disc label ,.disc label a{
    display: contents!important;
    font-size: 12px;
    color: #a1a1a1;

}
.disc input{
   display: inline-block;
   width: 10px;
   height: 10px;
   color: #a1a1a1;
}
.whatsapp-pop {
  position: fixed;
  top: 90%;
  left: 30px;
  z-index: 9;
}
.whatsapp-pop a {
  border-radius: 50%;
  text-align: center;
  padding: 23px 10px;
  transition: 0.5s all;
}
.whatsapp-pop a img {
  max-width: 46px;
  margin-bottom: 5px;
}
.whatsapp-mini-text-img span {
      background: linear-gradient(270deg, #AE8625 0%, #F7EF8A 56%, #D2AC47 100%);
  color: black;
  padding: 15px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 8;
}

.contact-box{
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  align-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #000;
}
.visit-form label{
  display: block;
  margin: 0.5rem 0;
  text-align: left;
  font-weight: 600;
}
.contact .info-box {
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #a27b33;
}
.contact .info-box i {
  font-size: 32px;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px 9px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box a {
  color: #ffffff;
  text-decoration: none;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.column{
  flex: 25%;
  max-width: 33%;
}
.img-hover-zoom{
  height: auto;
  overflow: hidden;
  border: 1px solid #a27b33;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}


.cover{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .7;

}

.abs{
  position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: max-content;
    padding: 5px 20px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-weight: 500;
    color: #fff;
    font-weight: 600;
}
.img-hover-zoom .w-100{
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  transition:  transform .5s ease;
}
.img-hover-zoom:hover .w-100{
  transform: scale(1.1);
}
.img-hover-zoom img{
  height: 250px;
  object-fit: cover;

}
.abs{
 
    font-size: 40px;
    font-weight: 600;
}


@media screen and (max-width: 500px) {


  .single-service img {
    height: 130px;
   
}
  .specific {
    border: none;
    overflow-y: auto;
}
  .timeline-item {
    display: flow !important;
    margin-bottom: 25px;
}
.timeline-item h3 {
  text-align: center;
  width: 100%;
  display: block;
}
.location-inner p {
  margin-left: 10px;
}
  .primary-btn {
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: capitalize;
    border-radius: 20px;
    margin: 10px 0;
}

  .highlight-inner li {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    /* padding-bottom: 10px; */
    border: 0px solid;
    margin: 5px;
    list-style: circle;
    display: flex;
    padding: 2px 5px;
    text-align: left;
}

.img-hover-zoom img{
  height: 220px;
  object-fit: cover;
}
.abs{

    font-size: 20px;
    font-weight: 600;
}
}
.card-price h6{
  font-size: 15px;
  margin-bottom: 7px;
  color: white;
}
.mb-10{
  margin-bottom: 7px;
}
.mt-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.card-price{
 padding: 20px;
 justify-items: center;
}
.card-price h4{
  margin-bottom: 20px;
}
.card-price .img-card{
  width: 100%;
  height: 300px;
  object-fit: cover;
  background-size: cover;
  border: 3px solid #a27b33;
}
table{
  width: 100%;
}
table tr td, table th{
text-align: center;
}
.Light-blue{
  background: #94b37a2e; 
  padding: 50px 0px;
}
.cardblack {
  color: black;
  float: right;
  line-height: 60px;
  font-weight: 800;
}
.price_section .container {
  position: relative;
  z-index: 9;
}

.price_section .price_row {
  margin: auto;
  justify-content: center;
  color: #ffffff;
}

.content .title {
  font-size: 18px;
  margin: 20px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.price_section .single_price {
 text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.price_col {
    color: #000000;
    border-radius: 10px;
    padding: 30px 0;
    z-index: 9;
    background: 
      linear-gradient(white, white) padding-box,
      linear-gradient(270deg, #e5c98f 0%, #a27b33 56%, #b89f70 100%) border-box;
    border: 5px solid transparent;
}


.price{
  color: white;
}

.onw{
  font-size: 18px;  
}
.sizes p{
  font-size: 23px;
}
.price_c {
  margin-bottom: 18px;
}