@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
html {
    height: 100%
}

body {
    font-size: 16px;
    background: #fff;
    color: #000;
    overflow-x: unset;
    font-family: 'Poppins', sans-serif, Arial, Helvetica;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
    min-height: 100%
}

img {
    max-width: 100%;
    height: auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

p {
    font-size: 1rem;
    margin-bottom: .5rem
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    color: #886F2F;
    box-shadow: none
}

button:hover,
button:focus,
.accordion-button:focus {
    outline: none;
    box-shadow: none
}

ul,
li,
ol {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.light-text {
    font-weight: 300
}

.medium-text {
    font-weight: 500
}

.semibold-text {
    font-weight: 600
}

.bold-text {
    font-weight: 700
}

.italic-text {
    font-style: italic
}

.small-text {
    font-size: .875rem
}

.text-underline {
    text-decoration: underline
}

.form-control:focus {
    outline: none;
    border-color: #dee2e6;
    box-shadow: none
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1dda3d
}

.owl-theme * {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.mfp-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px
}

.mfp-arrow:before {
    content: none
}

.mfp-arrow:after {
    border-top-width: 8px;
    border-bottom-width: 8px
}

.mfp-arrow:before,
.mfp-arrow:after {
    margin-top: 4px
}

.mfp-arrow-left {
    left: 5px
}

.mfp-arrow-right {
    right: 5px
}

.mfp-arrow-right:after {
    border-left: 14px solid #FFF;
    margin-left: 15px
}

.mfp-arrow-left:after {
    border-right: 14px solid #FFF;
    margin-left: 8px
}

.mfp-arrow:active {
    margin-top: -20px
}

button.mfp-arrow {
    background: #1dda3d;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #1dda3d;
    border: 1px solid #1dda3d;
    padding: 0;
    right: 0;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.mfp-image-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus {
    color: #1dda3d;
    background: #fff;
    border-color: #1dda3d
}

.mfp-figure.counter-none .mfp-counter {
    display: none
}

.mfp-figure.close-right .mfp-close {
    top: 40px
}

.mfp-zoom-out-cur {
    cursor: default
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    line-height: 1.2
}

body.mfp-zoom-out-cur {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

.mfp-arrow:after {
    color: #fff;
    border-width: 0
}

.mfp-arrow:before,
.mfp-arrow:after {
    line-height: .8
}

.mfp-arrow-left {
    left: 5px
}

.mfp-arrow-right {
    right: 5px
}

.mfp-arrow-left:after {
    margin-left: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
    font-size: 1.25rem
}

.mfp-arrow-right:after {
    margin-left: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 1.25rem
}

.btnPlay {
    display: none;
    border: 0
}

.orientation {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    text-align: center;
    display: none
}

.orientation img {
    max-width: 150px;
    height: auto
}

.orientation p {
    font-size: 1rem;
    font-weight: 400;
    color: #1dda3d;
    letter-spacing: 3px;
    text-transform: uppercase
}

.portrait-only {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.portrait-only img {
    margin-bottom: 1rem
}

.btn-be-primary {
    background: #fff;
    color: #1dda3d;
    border: 1px solid #1dda3d;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    text-align: center
}

.btn-be-primary i {
    margin-left: 5px
}

.btn-be-primary.ico-left i {
    margin-left: 0;
    margin-right: 5px
}

.btn-be-primary:hover,
.btn-be-primary:focus {
    background: #1dda3d;
    color: #fff;
    border-color: #1dda3d
}

.btn-be-secondary {
    background: #1dda3d;
    color: #fff;
    border: 1px solid #1dda3d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase
}

.btn-be-secondary.ico-left i {
    margin-right: 5px
}

.btn-be-secondary.ico-right i {
    margin-left: 5px
}

.btn-be-secondary:hover,
.btn-be-secondary:focus {
    background: #fff;
    color: #1dda3d;
    border-color: #1dda3d
}

.btn-search {
    background: #693760;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    cursor: pointer
}

.btn-search:hover,
.btn-search:focus {
    background: #1dda3d;
    color: #fff
}

.btn-block {
    display: block
}

.be-accordion.acc-primary .accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf
}

.be-accordion.acc-primary .accordion-item:last-child {
    border-bottom: 0
}

.be-accordion.acc-primary .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 18px 0;
    box-shadow: none
}

.be-accordion.acc-primary .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff
}

.be-accordion.acc-primary .accordion-item .accordion-button:hover,
.be-accordion.acc-primary .accordion-item .accordion-button:focus {
    color: #000
}

.be-accordion.acc-primary .accordion-body {
    padding: 18px 0;
    border-top: 1px solid #dfdfdf
}

.be-accordion.acc-primary .accordion-body strong,
.be-accordion.acc-secondary .accordion-body strong {
    font-weight: 500
}

.be-accordion.acc-primary .accordion-body p,
.be-accordion.acc-secondary .accordion-body p {
    margin-bottom: 10px
}

.be-accordion.acc-primary .accordion-body .acc-img,
.be-accordion.acc-secondary .accordion-body .acc-img {
    text-align: center;
    padding: 5px 0;
    max-width: 800px;
    margin: 0 auto
}

.be-accordion.acc-secondary .accordion-item {
    background-color: #f4f4f4;
    margin-bottom: 10px;
    border-bottom: 0
}

.be-accordion.acc-secondary.acc-light .accordion-item {
    background-color: #fbfbfb;
    margin-bottom: 5px
}

.be-accordion.acc-secondary.acc-light .accordion-item .accordion-button {
    background: #fbfbfb
}

.be-accordion.acc-secondary.acc-white .accordion-item {
    background-color: #fff;
    margin-bottom: 8px
}

.be-accordion.acc-secondary.acc-white .accordion-item .accordion-button {
    background-color: #fff
}

.be-accordion.acc-secondary .accordion-item:last-child {
    margin-bottom: 0
}

.be-accordion.acc-secondary .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #f4f4f4;
    box-shadow: none
}

.be-accordion.acc-secondary .accordion-item .accordion-button:hover,
.be-accordion.be-accordion.acc-secondary .accordion-item .accordion-button:focus {
    color: #000
}

.be-accordion.acc-secondary .accordion-body {
    padding-top: 0
}

.accordion-button::after {
    width: 30px;
    background-position-x: center
}

.be-listing li {
    position: relative;
    padding: 4px 0 4px 20px
}

.be-listing li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1dda3d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px
}

.pages-redirection {
    padding: 2rem 0
}

.pages-redirection a {
    display: inline-block;
    color: #1dda3d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1dda3d;
    margin-bottom: 1.5rem
}

.pages-redirection a:hover,
.pages-redirection a:focus {
    color: #693760;
    border-color: #693760
}

.pages-redirection a span {
    display: inline-block;
    width: 33px;
    height: 17px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    overflow: hidden;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.pages-redirection .link-prev span {
    background: url(../images/link-prev.png) no-repeat 0 0;
    margin-right: 12px
}

.pages-redirection .link-next span {
    background: url(../images/link-next.png) no-repeat -33px 0;
    margin-left: 12px
}

.pages-redirection .link-prev:hover span,
.pages-redirection .link-prev:focus span {
    background-position: -33px 0
}

.pages-redirection .link-next:hover span,
.pages-redirection .link-next:focus span {
    background-position: 0 0
}

.pages-redirection .col-right {
    text-align: right
}

.disable-btn,
.disable-btn:hover,
.disable-btn:focus {
    cursor: default;
    background: #919191;
    color: #fff
}

.be-form .form-control::-webkit-input-placeholder {
    color: #1B1D24
}

.be-form .form-control:-moz-placeholder {
    color: #1B1D24
}

.be-form .form-control::-moz-placeholder {
    color: #1B1D24
}

.be-form .form-control:-ms-input-placeholder {
    color: #1B1D24
}

.be-form .form-control {
    height: 50px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000
}

.be-form textarea.form-control {
    height: auto;
    min-height: 50px
}

.be-form select {
    height: 50px;
    border-radius: 0;
    border-color: #404248;
    background: url(../images/select-arrow-down.png) no-repeat right 10px center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #000;
    padding-right: 2rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.be-form select::-ms-expand {
    display: none
}

.has-error {
    border-color: #ba0c15 !important
}

.has-error::-webkit-input-placeholder {
    color: #ba0c15
}

.has-error:-moz-placeholder {
    color: #ba0c15
}

.has-error::-moz-placeholder {
    color: #ba0c15
}

.has-error:-ms-input-placeholder {
    color: #ba0c15
}

::-ms-clear {
    display: none
}

.be-error {
    color: #dc2126;
    padding-top: .2rem;
    margin: 5px 0 0;
    display: none
}

.thankyou {
    color: #00950b;
    padding-top: .2rem;
    margin-bottom: 0;
    display: none;
    font-size: 1.125rem;
    font-weight: 700
}

.form-group,
.input-group {
    margin-bottom: 20px
}

.form-select:focus {
    box-shadow: none;
    outline: 0
}

.be-form .file-upload .input-group {
    margin-bottom: 0
}

.be-form .help-text {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 8px
}

.be-form .custom-file-button .form-control {
    border-bottom: 0
}

.be-form .custom-file-button {
    border-bottom: 1px solid #000
}

.be-form .custom-file-button .input-group-text {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ac8a4a;
    border-radius: 0;
    height: 40px;
    margin-left: 0 !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.be-form .custom-file-button .input-group-text:hover,
.be-form .custom-file-button .input-group-text:focus {
    background: #ac8a4a;
    color: #fff
}

.be-form .custom-file-button input[type=file] {
    margin-left: -2px !important
}

.be-form .custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none
}

.be-form .custom-file-button input[type=file]::file-selector-button {
    display: none
}

.be-form .custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer
}

.form-check .form-check-input {
    border: 1px solid #dfdfdf
}

.form-check-input:checked {
    background-color: #850d70;
    border-color: #850d70
}

.form-check-input:focus {
    border-color: #fdd5f6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(105, 55, 96, .25);
}

.lg-container {
    width: 100%;
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto
}

.be-container {
    width: 100%;
    max-width: 1250px;
    margin-right: auto;
    margin-left: auto
}

.lg-container,
.be-container,
.container-fluid {
    padding-right: 30px;
    padding-left: 30px
}

.sm-container {
    max-width: 1000px;
    margin: 0 auto
}

.be-wrapper {
    padding-top: 0;
    overflow: hidden
}

.inner-wrapper {
    padding-top: 88px
}

.section {
    padding: 1.7rem 0;
    overflow: hidden
}

.row-30 {
    --bs-gutter-x: 30px
}

.scrollToTop {
    position: fixed;
    background: #1dda3d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #1dda3d;
    padding: 4px 12px;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 15
}

.scrollToTop i {
    margin-left: 5px
}

.scrollToTop:hover,
.scrollToTop:focus {
    background: #fff;
    color: #1dda3d;
    border-color: #1dda3d
}

.inner-page .scrollToTop {
    left: auto;
    right: 0
}

.be-modal .modal-content {
    border-radius: 0
}

.be-modal .modal-header,
.be-modal .modal-body {
    padding: 20px 30px
}

.modal-profile .modal-header .profile-head h5 {
    font-size: 1.25rem;
    margin-bottom: 5px
}

.modal-profile .modal-header .profile-head p {
    margin-bottom: 0
}

.modal-sustainability h5 {
    margin-bottom: 15px
}

.be-breadcrumb {
    padding: 20px 0
}

.be-breadcrumb .breadcrumb {
    margin-bottom: 0;
    display: block
}

.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400
}

.breadcrumb li a {
    color: #000
}

.breadcrumb li a:hover {
    color: #ceb186
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    font-size: 16px;
    font-weight: 900;
    line-height: 21px;
    float: none
}

.be-heading {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 3rem
}

.be-heading span {
    font-weight: 500
}

.be-heading.center {
    text-align: center
}

.be-heading.white {
    color: #fff
}

.be-heading-sm {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 3rem
}

.be-heading-sm span {
    font-weight: 500
}

.be-heading-sm.center {
    text-align: center
}

.be-heading-sm.white {
    color: #fff
}

.be-intro {
    text-align: center;
}

.be-intro .be-heading {
    margin-bottom: 20px
}

.be-intro .be-intro-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

.be-intro p {
    color: #616161;
    line-height: 2;
    margin-bottom: 0
}

.be-controls .owl-nav {
    margin-top: 0
}

.be-controls .owl-nav button.owl-prev,
.be-controls .owl-nav button.owl-next {
    display: inline-block;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.be-controls .owl-nav [class*=owl-]:hover {
    background: #1dda3d
}

.be-controls .owl-nav button.owl-prev:hover,
.be-controls .owl-nav button.owl-prev:focus,
.be-controls .owl-nav button.owl-next:hover,
.be-controls .owl-nav button.owl-next:focus {
    background: transparent
}

.be-controls .owl-nav button.owl-prev {
    left: 5px
}

.be-controls .owl-nav button.owl-next {
    right: 5px
}

.be-controls .owl-dots {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    margin-top: 10px
}

.counter-enable .owl-dots .owl-dot span {
    display: none;
}

.counter-enable .owl-dots {
    counter-reset: slides-num;
    margin-top: 50px;
    display: none !important;
}

.counter-enable .owl-dots:after {
    content: "/"counter(slides-num);
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0
}

.counter-enable .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 0
}

.counter-enable .owl-dots .owl-dot span {
    display: none
}

.counter-enable .owl-dots .owl-dot.active:before {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #693760;
    font-weight: 600
}

.counter-enable .owl-nav button.owl-prev,
.counter-enable .owl-nav button.owl-next {
    top: auto;
    z-index: 1;
    bottom: -12px;
    display: none !important;
}

.slider-counter {
    font-size: 20px;
    color: #693760;
    font-weight: 600;
    position: relative;
    margin-top: 40px
}

.slider-counter span {
    font-size: 12px;
    font-weight: 400;
    color: #616161
}

.slider-counter.center {
    text-align: center
}

.be-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    background: #000;
    transition: all .9s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 10000
}

.be-reveal.active {
    left: -100%
}

.be-reveal {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    transition-delay: .6s
}

.be-reveal-2 {
    background: #1dda3d;
    background: #ccc;
    transition-delay: .4s
}

.be-reveal-3 {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    transition-delay: .2s
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.be-header {
    background: black
}

.be-header .navbar-nav .nav-item {
    border-right: 1px solid #7f7f7f
}

.be-header .navbar-nav .nav-item:last-child {
    border-right: 0
}

.be-header .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 15px;
}

.be-header .navbar-nav .nav-link:hover,
.be-header .navbar-nav .nav-link:focus,
.be-header .navbar-nav .nav-link.active {
    color: #ac8a4a
}

.be-header .nav-left .menu-toggler,
.be-header .nav-left .header-search,
.be-header .nav-left .aditya-birla-group {
    display: inline-block;
    vertical-align: middle
}

.be-header .nav-left .aditya-birla-group img {
    width: 57px;
    height: auto
}

.be-header .nav-left .nl-item {
    margin-left: 20px
}

.be-header .nav-left .nl-item:first-child {
    margin-left: -57px;
}

/*.be-header .nav-left .menu-toggler,.be-header .nav-left .aditya-birla-group{margin-left:20px}*/

.be-header .nav-left .header-search a {
    color: #191919;
    font-size: 22px
}

.be-header .nav-left .header-search a:hover,
.be-header .nav-left .header-search a:focus {
    color: #1dda3d
}

.be-header .nav-left .book-site-visit {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #868686;
    color: #fff;
    border: 1px solid #868686
}

.be-header .nav-left .book-site-visit i {
    margin-left: 5px
}

.be-header .nav-left .book-site-visit:hover,
.be-header .nav-left .book-site-visit:focus {
    background: #fff;
    color: #1dda3d;
    border: 1px solid #1dda3d
}

.side-menu-expand {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    right: -100%;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}

.side-menu-expand .sme-overlay {
    position: absolute;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s
}

.side-menu-expand .sme-close {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: transparent;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 40px 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 2
}

.side-menu-expand .sme-close span {
    display: inline-block;
    line-height: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg)
}

.side-menu-expand .sme-close:hover,
.side-menu-expand .sme-close:focus {
    background: rgba(255, 255, 255, 0.8);
    color: #ba9753;
    border-color: #ba9753
}

.side-menu-expand .sme-close:hover span,
.side-menu-expand .sme-close:focus span {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.side-menu-expand .sme-innner {
    background: #ac8a4a;
    padding: 0 10%;
    width: 50%;
    height: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1
}

.side-menu-expand .sme-innner .sme-menu {
    position: relative;
    padding-right: 10px;
    height: 90%;
    overflow: hidden;
    overflow-y: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.side-menu-expand .sme-innner .sme-logo {
    margin-bottom: 4rem
}

.menu-list ul li {
    padding: 16px 0;
    color: #ba9753;
    
}

.menu-list ul li {
    border-bottom: 1px solid #ba9753
}

.menu-list ul li:last-child {
    border-bottom: 0
}

.menu-list ul li ul.sub-menu li {
    border-bottom: 0;
    padding: 0
}

.menu-list a,
.menu-list h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 400
}

.menu-list a i,
.menu-list h6 i {
    font-size: 16px;
    position: relative;
    top: -2px
}

.menu-list ul li ul.sub-menu li a {
    font-size: 14px
}

.menu-list a:hover,
.menu-list a:focus {
    color: #693760
}

.menu-list .proj-navigation {
    display: none
}

.project-page .menu-list .proj-navigation {
    display: block
}

.side-menu-expand.search-expand .sme-innner {
    padding: 0 5% 0 10%
}

.side-menu-expand.search-expand .sme-innner .sme-menu {
    height: auto
}

.search-expand .search-field {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ba9753;
    margin-bottom: 30px
}

.search-expand .form-control {
    background-color: #e3e3e3;
    height: 50px;
    border-radius: 30px;
    padding: .375rem 3.25rem .375rem 1.5rem;
    font-size: 14px
}

.search-expand .btn-search {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #1dda3d;
    border: 1px solid #1dda3d;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    padding: 8px
}

.search-expand .btn-search:hover,
.search-expand .btn-search:focus {
    background: #fff;
    color: #1dda3d;
    border-color: #1dda3d
}

.search-expand .cities .gx-custom {
    --bs-gutter-x: 10px
}

.search-expand .cities h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.search-expand .cities .cities-list {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.search-expand .cities .cities-list img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.search-expand .cities .cities-list p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 1
}

.search-expand .cities .cities-list p span {
    display: inline-block;
    padding: 4px 20px;
    background: rgba(0, 0, 0, 0.3)
}

.search-expand .cities .cities-list:hover img,
.search-expand .cities .cities-list:focus img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

/* scrollbar */

.side-menu-expand .sme-innner .sme-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.side-menu-expand .sme-innner .sme-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.side-menu-expand .sme-innner .sme-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(186, 151, 83, 0.8)
}

.side-menu-expand .sme-innner .sme-menu::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3)
}

.side-menu-expand.isExpanded {
    right: 0
}

.side-menu-expand.isExpanded .sme-overlay {
    width: 100%
}

.be-footer {
    background: #fff;
    color: #715f6e;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.be-footer .request-callback {
    padding: 3rem 0 1.5rem;
    background: #000;
    background: #000
}

.be-footer .footer-navigation {
    padding: 3rem 0;
    background: #3a1233;
    background: #fff
}

.be-footer .footer-links {
    margin-bottom: 1rem
}

.be-footer .footer-links h4,
.be-footer .footer-links h4 a {
    font-size: 18px;
    font-size: 18px;
    text-transform: uppercase
}

.be-footer .footer-links a {
    font-size: 14px;
    color: #715f6e
}

.be-footer .footer-links a:hover,
.be-footer .footer-links a:focus {
    color: #1dda3d
}

.be-footer .footer-copy {
    padding: 0 0 3rem
}

.be-footer .footer-copy p {
    font-size: 13px
}

.be-footer .footer-social {
    text-align: right
}

.be-footer .footer-social a {
    font-size: 1.5rem;
    color: #715f6e;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.be-footer .footer-social a:last-child {
    margin-right: 0
}

.be-footer .footer-social a:hover,
.be-footer .footer-social a:focus {
    color: #1dda3d
}

.request-callback .form-control,
.ef-footer .form-control {
    background-color: #e3e3e3;
    border: 0;
    height: 50px;
    border-radius: 30px;
    padding: .375rem 1.5rem
}

.ef-footer .form-control {
    background-color: #e3e3e3 !important;
    border: 0 !important;
    height: 50px !important;
    border-radius: 30px !important;
    padding: .375rem 1.5rem !important
}

.request-callback .form-select,
.ef-footer .form-select {
    background-position: right 1.125rem center
}

.request-callback .rc-contact .form-select,
.ef-footer .rc-contact .form-select {
    min-width: 95px;
    max-width: 95px;
    ;
    border-radius: 30px 0 0 30px
}

.request-callback .rc-contact .control-phone,
.ef-footer .rc-contact .control-phone {
    padding-left: 0;
    border-radius: 0 30px 30px 0
}

.request-callback .hidden-field,
.ef-footer .hidden-field {
    display: none;
    pointer-events: none
}

.request-callback .form-check label,
.ef-footer .form-check label {
    color: #fff;
    font-size: 14px
}

.request-callback p.note,
.ef-footer p.note {
    color: #a1a1a1;
    font-size: 12px;
    text-align: center;
    margin-top: 1rem
}

.request-callback .wa-update,
.ef-footer .wa-update {
    text-align: center
}

.request-callback .wa-update .form-check,
.ef-footer .wa-update .form-check {
    display: inline-block
}

.request-callback .request-callback-cta,
.ef-footer .request-callback-cta {
    text-align: center;
    margin-top: 2rem
}

.request-callback .btn-request-callback,
.ef-footer .btn-request-callback {
    padding: 13px 40px;
    display: inline-block;
    background: #1dda3d;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: center
}

.request-callback .btn-request-callback:hover,
.request-callback .btn-request-callback:focus,
.ef-footer .btn-request-callback:hover,
.ef-footer .btn-request-callback:focus {
    background: #fff;
    color: #1dda3d
}

.bg-grey {
    background: #f8f8f8
}

.imgReferenceNote {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: relative;
    top: 0;
    z-index: 2
}

.imgReferenceNote.refOver {
    top: -21px
}

.side-links {
    position: fixed;
    height: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 3
}

.side-links a {
    display: block;
    width: 50px;
    height: 50px;
    background: #1dda3d;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #000
}

.side-links a:last-child {
    border-bottom: 0
}

.side-links a img {
    max-width: 30px
}

.side-links a:hover,
.side-links a:focus {
    background: #1dda3d
}

.be-home {
    position: relative;
    overflow: hidden
}

.be-home video {
    width: 100%;
    height: auto;
    display: block
}

.be-home .home-slider {
    display: block
}

.be-home .be-controls .owl-dots {
    position: absolute;
    margin-top: 0
}

.home-slider .banner-info {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 80%
}

.home-slider .banner-info h2,
.home-slider .banner-info h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 4px
}

.home-slider .banner-info h2 {
    text-transform: uppercase
}

.home-slider .banner-info h2 span {
    font-weight: 600;
    text-transform: uppercase
}

.home-slider video {
    width: 100%;
    height: 100%
}

.inner-home {
    position: relative
}

.inner-home::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .5
}

.inner-home.overlay-hide::before {
    opacity: 0
}

.inner-home .banner-content {
    font-family: 'Montserrat', sans-serif, Arial, Helvetica;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.inner-home .banner-content .banner-text {
    display: inline-block;
    padding: 20px 0
}

.inner-home .banner-content h1,
.inner-heading h1 {
    font-size: 3.125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 12px
}

.inner-home .banner-content h1 span,
.inner-heading h1 span {
    font-weight: 600
}

.inner-home .banner-content p,
.inner-heading p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0
}

.inner-home .banner-content.white {
    color: #fff
}

.inner-heading {
    text-align: center
}

.project-home {
    position: relative
}

.proj-banner-content {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.proj-banner-content .proj-banner-text {
    display: inline-block;
    padding: 20px 30px;
    background: rgba(1, 1, 1, 0.714)
}

.proj-banner-text h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff
}

.proj-banner-slider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
}

.proj-features {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 2
}

.proj-features .hpf-list {
    color: #fff;
    padding-bottom: 20px
}

.proj-features .hpf-list img {
    width: auto
}

.proj-features .hpf-list p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0
}

.proj-features .hpf-list p span {
    display: block;
    font-size: 16px;
    font-weight: 600
}

.proj-features-inner {
    max-width: 1000px;
    margin: 0 auto
}

.sl-proj-features .owl-stage {
    margin: 0 auto
}

.project-home .rera-no {
    display: inline-block;
    font-size: 10px;
    word-break: break-all;
    color: #fff;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 88px;
    z-index: 2
}

.search-property .search-filter {
    border-radius: 30px;
    border: 1px solid #dddddd;
    background: #f9f9f9;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 5px;
    position: relative
}

.search-property .search-filter .form-group {
    margin-bottom: 0;
    padding-left: 32px;
    position: relative;
    border-right: 1px solid #dddddd
}

.search-property .search-filter .form-group.property-type {
    border-right: 0
}

.search-property .search-filter .form-group::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    font-size: 1rem;
    text-align: center;
    color: #727272;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.search-property .search-filter .form-group.search::before {
    content: "\f002";
    font-size: 1rem;
    color: #727272
}

.search-property .search-filter .form-group.location::before {
    content: "\f3c5";
    font-size: 1rem;
    color: #850d70
}

.search-property .search-filter .form-group.property-type::before {
    content: "\f4b8";
    font-size: 1rem;
    color: #850d70
}

.search-property .form-control {
    font-size: 16px;
    color: #585858;
    background-color: #f9f9f9;
    border-radius: 0;
    border: 0;
    height: 60px
}

.search-property .form-select {
    font-size: 16px;
    color: #585858;
    background-color: #f9f9f9;
    border-radius: 0;
    border: 0;
    height: 60px
}

.search-check {
    margin-bottom: 0.125rem
}

.search-check .input-check input {
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.search-check label {
    vertical-align: middle;
    margin-left: 4px
}

.search-property.bg-grey .search-filter {
    background: #fff
}

.search-property.bg-grey .form-control,
.search-property.bg-grey .form-select {
    background-color: #fff
}

.inner-intro {
    text-align: center
}

.inner-intro h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0
}

.inner-intro h2 span {
    font-weight: 600
}

.inner-intro p {
    margin: 1rem 0 0
}

.project-intro h2 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto
}

.project-intro h2 span {
    font-weight: 600
}

.project-intro p {
    max-width: 1100px;
    margin: 1rem auto 0
    
}

.project-intro h6 {
    max-width: 1100px;
    margin: 2.5rem auto 0
}

.project-phases {
    margin-top: 3rem
}

.project-phases .nav .nav-item {
    margin-right: 30px
}

.project-phases .nav .nav-item:last-child {
    margin-right: 0
}

.project-phases .nav .nav-link {
    padding: 10px 50px;
    background: #e5e5e5;
    color: #808080;
    font-size: 20px;
    font-weight: 500
}

.project-phases .nav .nav-link:hover,
.project-phases .nav .nav-link:focus,
.project-phases .nav .nav-link.active {
    background: #343434;
    color: #fff
}

.project-phases .nav .nav-link.active {
    pointer-events: none
}

.sl-pj-hgts .projhl-content {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    /*top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%)*/
    bottom: 20%
}

.sl-pj-hgts .projhl-content h3 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.75rem;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.sl-projhl-wrapper .imgReferenceNote.refOver {
    top: -101px
}

.project-gallery.section {
    padding-bottom: 0;
    position: relative;
    overflow: hidden
}

.pg-accordion {
    width: 100%;
    height: 600px;
    overflow: hidden
}

.pg-accordion ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0
}

.pg-accordion ul li {
    display: flex;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
    overflow: hidden
}

.pg-accordion ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: .3s
}

.pg-accordion ul li p {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.pg-accordion ul li p span {
    text-transform: none
}

.pg-accordion ul li .pg-video {
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.pg-accordion ul li .pg-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.pg-accordion ul li {
    background-repeat: no-repeat;
    background-size: cover
}

.navya .pg-accordion ul li:nth-child(1) {
    background-image: url(../images/gallery/Bedroom-Area.png)
}

.navya .pg-accordion ul li:nth-child(2) {
    background-image: url(../images/gallery/Green-Biophilic-Design.png)
}

.navya .pg-accordion ul li:nth-child(3) {
    background-image: url(../images/gallery/Highways-Unparalleled-Connectivity.png)
}

.navya .pg-accordion ul li:nth-child(4) {
    background-image: url(../images/gallery/Mini-Theatre.png)
}
.navya .pg-accordion ul li:nth-child(5) {
    background-image: url(../images/gallery/Modern-Marvel-Bathroom.png)
}
.navya .pg-accordion ul li:nth-child(6) {
    background-image: url(../images/gallery/Multipurpose-Hall.png)
}
.navya .pg-accordion ul li:nth-child(7) {
    background-image: url(../images/gallery/Pool-Area.png)
}

.pg-accordion ul li.isOpen {
    width: 80%
}

.pg-accordion li.isOpen::before {
    opacity: 0
}

.pg-accordion ul li.isOpen .pg-video {
    opacity: 1
}

.location-highlights {
    overflow: hidden
}

.project-aminities .pa-list {
    text-align: center;
    margin-bottom: 5rem
}

.project-aminities .pa-list img {
    width: auto;
    margin: 0 auto
}

.project-aminities .pa-list p {
    text-transform: uppercase;
    margin: 10px 0 0;
    line-height: 1.2
}

.sl-aminities .item .pa-list:last-child {
    margin-bottom: 2rem
}

.project-aminities .cta-db {
    text-align: center;
    margin-top: 1rem
}

.project-aminities .slider-counter {
    opacity: 0
}

.project-highlights.section {
    padding-bottom: 0
}

.pd-list {
    position: relative;
    overflow: hidden;
    cursor: default
}

.pd-list img {
    width: 100%
}

.pd-list::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ededed;
    top: 0;
    left: 0;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.project-highlights .col-6:nth-child(even) .pd-list::before {
    background: #f5f5f5
}

.pd-list .pd-list-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.pd-list .pd-list-content .pdl-count {
    font-size: 8rem;
    font-weight: 600;
    line-height: .9;
    background: url(../images/projects/bg-res-proj-detail-01.webp) no-repeat center center;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.navya .pd-list .pd-list-content .pdl-count.count-1 {
    background: url(../images/projects/navya/bg-res-proj-detail-01.webp) no-repeat center center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navya .pd-list .pd-list-content .pdl-count.count-2 {
    background: url(../images/projects/navya/bg-res-proj-detail-02.webp) no-repeat center center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navya .pd-list .pd-list-content .pdl-count.count-3 {
    background: url(../images/projects/navya/bg-res-proj-detail-03.webp) no-repeat center center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navya .pd-list .pd-list-content .pdl-count.count-4 {
    background: url(../images/projects/navya/bg-res-proj-detail-04.webp) no-repeat center center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pd-list .pd-list-content .pdl-count span {
    font-size: 6rem;
    vertical-align: top
}

.pd-list .pd-list-content p {
    font-size: 24px;
    color: #616161;
    line-height: 1.2;
    margin-bottom: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.pd-list:hover::before {
    opacity: 0
}

.pd-list:hover .pd-list-content .pdl-count {
    background: none;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6)
}

.pd-list:hover .pd-list-content p {
    color: #fff !important
}

.floor-plans .fp-cta {
    text-align: center;
    margin-top: 3rem
}

.floor-plans .fp-cta a {
    margin: 5px
}

.fp-tabs {
    margin-bottom: 3rem
}

.fp-tabs .nav-tabs {
    border: 0
}

.fp-tabs .nav-link {
    padding: 10px 30px;
    background: #d0d0d0;
    color: #000;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 5px
}

.fp-tabs .nav-link:last-child {
    margin-right: 0
}

.fp-tabs .nav-link:hover,
.fp-tabs .nav-link:focus,
.fp-tabs .nav-link.active {
    background: #000;
    color: #fff
}

.fp-tabs .nav-link.active {
    pointer-events: none
}

.fp-sub-tabs .nav-tabs {
    border: 0
}

.fp-sub-tabs .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.fp-sub-tabs .nav-link {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000;
    background: transparent;
    border: 0;
    text-align: left;
    padding: 10px 20px;
    transition: none
}

.fp-sub-tabs .nav-link:hover,
.fp-sub-tabs .nav-link:focus,
.fp-sub-tabs .nav-link.active {
    color: #1dda3d;
    background: transparent
}

.fp-sub-tabs .nav-link.active {
    font-weight: 500;
    pointer-events: none
}

.selected-list {
    color: #000;
    text-align: left;
    position: relative;
    padding: 10px 20px;
    background: #e5e5e5;
    display: none
}

.selected-list::after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.selected-list.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.sl-pj-sustainability .owl-stage {
    margin: 0 auto
}

.sustainability-list {
    position: relative
}

.sustainability-list .caption-content {
    padding: 30px;
    background: #fff;
    position: relative;
    width: 70%;
    left: 0;
    bottom: 0;
    margin-top: -100px
}

.sustainability-list .caption-content h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px
}

.sustainability-list .caption-content p {
    font-size: 12px;
    margin-bottom: 0
}

.sustainability-list a {
    display: block;
    background: #1dda3d;
    color: #fff;
    border: 1px solid #1dda3d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative
}

.sustainability-list a i {
    position: absolute;
    top: 13px;
    right: 15px
}

.sustainability-list a:hover,
.sustainability-list a:focus {
    background: #fff;
    color: #1dda3d;
    border-color: #1dda3d
}

.sustainability-list .caption-content,
.sustainability-list a {
    width: 90%;
    margin-left: 20px
}

.construction-status .cs-wrapper {
    text-align: center;
    padding: 0 20px;
    max-width: 650px;
    margin: 0 auto
}

.construction-status .cs-wrapper .cs-content {
    display: inline-block;
    padding: 20px 30px 20px 60px;
    background: #fff;
    text-align: left;
    margin-top: 20px;
    position: relative
}

.construction-status .cs-wrapper .cs-content h3 {
    color: #1dda3d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.construction-status .cs-wrapper .cs-content p {
    font-size: 15px;
    font-weight: 400
}

.construction-status .cs-wrapper .cs-content::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f005";
    color: #000;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.cs-slider.be-controls .owl-nav button.owl-prev,
.cs-slider.be-controls .owl-nav button.owl-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #1dda3d;
    border: 1px solid #1dda3d;
    margin: 0;
    top: 37%
}

.cs-slider.be-controls .owl-nav button.owl-prev {
    left: -20px
}

.cs-slider.be-controls .owl-nav button.owl-next {
    right: -20px
}

.cs-slider.be-controls .owl-nav button.owl-prev:hover,
.cs-slider.be-controls .owl-nav button.owl-prev:focus,
.cs-slider.be-controls .owl-nav button.owl-next:hover,
.cs-slider.be-controls .owl-nav button.owl-next:focus {
    background: #fff;
    color: #1dda3d
}

.partners-with-us {
    text-align: center
}

.partners-with-us p {
    font-size: 12px;
    line-height: 1.6;
    color: #525252;
    margin: 3rem 0 0;
    font-weight: 500;
}

.partners-with-us p a {
    text-decoration: none
}

.partners-with-us p a:hover,
.partners-with-us p a:focus {
    text-decoration: underline
}

.partners-wrapper {
    margin-left: 4px
}

.partners-wrapper .pa-col {
    margin-left: -1px;
    margin-top: -1px
}

.pa-logo {
    text-align: center;
    border: 1px solid #999999
}

.pa-logo img {
    width: auto;
    margin: 0 auto
}

.reach-us .form-intro,
.modal-db .db-heading {
    text-align: center;
    /* margin-bottom: 3rem */
}

.reach-us .form-intro .be-heading,
.modal-db .db-heading .be-heading {
    margin-bottom: 0
}

.reach-us .form-intro p,
.modal-db .db-heading p {
    margin-top: 10px
}

.reach-us-form {
    max-width: 720px;
    margin: 0 auto
}

.reach-us-form .wa-update,
.be-external-form .wa-update {
    margin-top: 10px
}

.reach-us-form .wa-update label,
.be-external-form .wa-update label {
    font-size: 14px
}

.reach-us-form p.note,
.be-external-form p.note {
    font-size: 12px;
    text-align: center;
    margin-top: 1rem
}

.reach-us-form h6,
.be-external-form h6 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #616161;
    margin-top: 2.5rem
}

.be-external-form h6 {
    margin-top: 1rem
}

.reach-us-form .ru-form-cta,
.be-external-form .ru-form-cta {
    text-align: center;
    margin-top: 25px
}

.reach-us-form .ru-form-cta .btn-be-secondary,
.be-external-form .ru-form-cta .btn-be-secondary {
    padding: 10px 40px
}

.reach-us.bg-grey .form-control {
    background-color: #f8f8f8
}

.be-external-form,
.ef-footer {
    padding-left: 15px;
    padding-right: 15px
}

.external-form iframe {
    width: 100%;
    height: 245px;
    border: none
}

.be-external-form .hidden-field {
    display: none
}

.be-captcha {
    text-align: center;
    margin-top: 1rem
}

.be-captcha .validation-msg {
    font-size: 14px;
    font-weight: 400;
    color: #eb273b
}

.ef-footer-wrapper iframe {
    width: 100%;
    height: 340px;
    border: none
}

.modal-db .modal-header {
    border: 0
}

.modal-db .modal-body {
    padding: 0 20px 20px 20px
}

.privacy-policy {
    padding-bottom: 3rem
}

.privacy-policy p,
.privacy-policy h6 {
    margin-bottom: 20px
}

.privacy-policy h6 {
    padding-top: 15px
}

.privacy-policy .be-listing {
    margin-bottom: 20px
}

.location-highlights {
    position: relative
}

.location-highlights h2 {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    z-index: 1
}

.map-hld {
    position: relative;
    width: 100%;
    padding-bottom: 49.48%
}

.circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: #1dda3d 1.5px solid;
    border-radius: 100%
}

.circle-1 {
    width: 7%;
    padding-bottom: 7%
}

.circle-2 {
    width: 18%;
    padding-bottom: 18%
}

.circle-3 {
    width: 30%;
    padding-bottom: 30%
}

.circle-4 {
    width: 42%;
    padding-bottom: 42%
}

.circle-5 {
    width: 54%;
    padding-bottom: 54%
}

.circle-6 {
    width: 66%;
    padding-bottom: 66%
}

.circle-7 {
    width: 78%;
    padding-bottom: 78%
}

.distance-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.04vw;
    color: #ceb186;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    z-index: 1
}

.distance-count span {
    font-size: 2.08vw;
    font-weight: 500;
    text-transform: none
}

.loc-pointer {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.loc-pointer .loc-icon {
    position: relative/*;width:3.75vw;height:3.75vw*/
}

.loc-pointer .loc-icon img {
    max-width: 45px;
    border-radius: 50%;
    border: #fff 1px solid;
    box-shadow: 0 4px 61px -17px rgba(0, 0, 0, 0.9)
}

.loc-pointer p {
    font-size: .83vw;
    color: #000;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    margin: 0
}

.loc-pointer i {
    font-size: 25px;
    color: #d3b281
}

.row-reverse {
    flex-direction: row-reverse
}

.row-reverse p {
    text-align: right;
    padding: 0 5px 0 0
}

.loc-pointer .loc-icon img.no-shadow {
    box-shadow: none;
    border: 0
}

@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 12rem;
    /* --fg: #1dda3d; */
    --bg: transparent;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg)calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
}

div[role="progressbar"]::before {
    display: none;
    counter-reset: percentage var(--value);
    content: counter(percentage) '%'
}

.loc-vijaynagarmetost {
    left: 33%;
    bottom: 45%
}

.loc-ointschool {
    right: 25%;
    bottom: 45%
}

.loc-fortishosp {
    right: 22%;
    bottom: 60%
}

.loc-orionmall {
    left: 27%;
    bottom: 57%
}

.loc-majbust {
    left: 25%;
    bottom: 75%
}

.loc-wtcrajnagar {
    right: 22%;
    bottom: 75%
}

.loc-intedge {
    right: 18%;
    bottom: 75%
}

.logo-on-form{
    background-color: rgb(0, 0, 52);
}

@media (-webkit-min-device-pixel-ratio:1.25) {
    .pd-list .pd-list-content .pdl-count {
        font-size: 6.5rem
    }
}

@media screen and (max-width:1499.98px) {
    .lg-container {
        max-width: 1200px
    }
    .request-callback .form-control,
    .ef-footer .form-control {
        font-size: 14px
    }
    .pd-list .pd-list-content .pdl-count {
        font-size: 6rem
    }
    .pd-list .pd-list-content .pdl-count span {
        font-size: 4rem;
    
        color: #1dda3d;
    }
    .pd-list .pd-list-content p {
        font-size: 18px
    }
    .pg-accordion {
        height: 500px
    }
    .pg-accordion ul li {
        height: 500px
    }
    .inner-home .banner-content h1,
    .inner-heading h1 {
        font-size: 3rem
    }
    .inner-home .banner-content p,
    .inner-heading p {
        font-size: 1.25rem
    }
}

@media screen and (max-width:1199.98px) {
    .sm-container {
        max-width: 920px
    }
    .be-heading {
        font-size: 30px
    }
    .be-heading-sm {
        font-size: 26px
    }
    .be-accordion.acc-primary .accordion-item .accordion-button,
    .be-accordion.acc-secondary .accordion-item .accordion-button {
        font-size: 16px
    }
    .side-menu-expand .sme-close {
        width: 100px;
        height: 100px;
        padding: 14px 0
    }
    .request-callback .form-control,
    .request-callback .rc-contact .control-phone,
    .ef-footer .form-control,
    .ef-footer .rc-contact .control-phone {
        min-width: 100%;
        max-width: 100%
    }
    .request-callback .be-captcha,
    .ef-footer .be-captcha {
        text-align: center
    }
    .rl-list video {
        opacity: 1
    }
    .inner-home .banner-content h1,
    .inner-heading h1 {
        font-size: 2.5rem
    }
    .inner-home .banner-content p,
    .inner-heading p {
        font-size: 1.125rem
    }
    .pd-list .pd-list-content .pdl-count {
        font-size: 6rem
    }
    .pd-list .pd-list-content .pdl-count span {
        font-size: 3rem
    }
    .pd-list .pd-list-content p {
        font-size: 16px
    }
    .pg-accordion ul li p {
        font-size: 14px
    }
    .sustainability-list .caption-content {
        padding: 20px
    }
    .sustainability-list .caption-content h3 {
        font-size: 16px
    }
    .sustainability-list .caption-content,
    .sustainability-list a {
        width: 90%
    }
    .home-slider .banner-info h2,
    .home-slider .banner-info h3 {
        font-size: 32px
    }
}

@media screen and (max-width:991.98px) {
    .side-menu-expand .sme-innner {
        width: 70%
    }
    .side-menu-expand .sme-close {
        left: 30%
    }
    .side-menu-expand .sme-innner {
        padding: 0 15%
    }
    .btn-search {
        padding: 10px 30px
    }
    .search-property .form-control {
        font-size: 14px;
        height: 50px
    }
    .search-property .form-select {
        font-size: 14px;
        height: 50px
    }
    .proj-banner-text h1 {
        font-size: 1.5rem
    }
    .inner-intro h2,
    .project-intro h2,
    .our-objectives h2 {
        font-size: 1.5rem
    }
    .project-phases .nav .nav-item {
        margin-right: 20px
    }
    .project-phases .nav .nav-link {
        font-size: 18px;
        padding: 10px 30px
    }
    .proj-features {
        bottom: 25px
    }
    .proj-features .hpf-list {
        padding-bottom: 10px
    }
    .project-highlights .col-6:nth-child(even) .pd-list::before {
        background: #ededed
    }
    .project-highlights .col-6:nth-child(3n+1) .pd-list::before {
        background: #f5f5f5
    }
    .sl-pj-hgts .projhl-content h3 {
        font-size: 1.5rem
    }
    .pg-accordion {
        height: 700px
    }
    .pg-accordion ul {
        height: 100%;
        flex-direction: column
    }
    .pg-accordion ul li {
        display: flex;
        width: 100%;
        height: 15%
    }
    .pg-accordion ul li::before {
        opacity: 0.6
    }
    .pg-accordion ul li p {
        font-size: 16px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }
    .pg-accordion ul li.isOpen {
        width: 100%;
        height: 85%
    }
    .pg-accordion ul li.isOpen p {
        opacity: 0
    }
    .fp-tabs {
        margin-bottom: 2rem
    }
    .fp-sub-tabs {
        background: #fff
    }
    .fp-sub-tabs .nav-link {
        font-size: 16px
    }
    .fp-sub-tabs .nav-item:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }
    .be-list-ddl {
        max-width: 340px;
        margin: 0 auto 2rem
    }
    .selected-list {
        display: block
    }
    .inner-listing {
        display: none
    }
    .sustainability-list .caption-content {
        padding: 15px
    }
    .sustainability-list .caption-content h3 {
        font-size: 15px
    }
    .sustainability-list .caption-content,
    .sustainability-list a {
        margin-left: 15px
    }
    .search-result .search-result-wrapper {
        margin-top: 2rem
    }
    .search-header h6 {
        display: none
    }
    .search-filter {
        margin-top: 20px
    }
    .circle-1 {
        width: 10%;
        padding-bottom: 10%
    }
    .circle-2 {
        width: 24%;
        padding-bottom: 24%
    }
    .circle-3 {
        width: 38%;
        padding-bottom: 38%
    }
    .circle-4 {
        width: 52%;
        padding-bottom: 52%
    }
    .circle-5 {
        width: 66%;
        padding-bottom: 66%
    }
    .circle-6 {
        width: 80%;
        padding-bottom: 80%
    }
    .circle-7 {
        width: 94%;
        padding-bottom: 94%
    }
    .distance-count {
        font-size: 16px;
        line-height: 1.1
    }
    .distance-count span {
        display: block;
        font-size: 20px;
        font-weight: 500
    }
    .loc-pointer .loc-icon img {
        max-width: 40px
    }
    .loc-pointer p {
        font-size: 10px
    }
    .loc-vijaynagarmetost {
        left: 29%;
        bottom: 35%
    }
    .loc-ointschool {
        right: 20%;
        bottom: 35%
    }
    .loc-fortishosp {
        right: 15%;
        bottom: 50%
    }
    .loc-orionmall {
        left: 23%;
        bottom: 50%
    }
    .loc-majbust {
        left: 18%;
        bottom: 75%
    }
    .loc-wtcrajnagar {
        right: 22%;
        bottom: 75%
    }
    .row-properties .row-30 {
        --bs-gutter-x: 20px
    }
    .ef-footer-wrapper iframe {
        height: 420px
    }
    .modal-db .modal-dialog {
        max-width: 700px
    }
}

@media screen and (max-width:767.98px) {
    .side-menu-expand .sme-innner {
        width: 80%
    }
    .side-menu-expand .sme-close {
        width: 80px;
        height: 80px;
        padding: 5px 0;
        left: 20%
    }
    .sl-hc-content .sl-happy-clients::before {
        left: -40px;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5)
    }
    .sl-hc-content .sl-happy-clients::after {
        right: -40px;
        bottom: 0;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5)
    }
    .sl-hc-content .sl-happy-clients .owl-stage-outer .item {
        padding: 40px
    }
    .sl-happy-clients.counter-enable .owl-dots {
        margin-top: 30px
    }
    .inner-home .banner-content h1,
    .inner-heading h1 {
        font-size: 2.25rem;
        letter-spacing: 8px
    }
    .inner-home .banner-content p,
    .inner-heading p {
        font-size: 1rem
    }
    .search-property .search-filter {
        border-radius: 10px;
        padding: 10px 20px
    }
    .search-property .search-filter .btn-search {
        margin: 15px 0 10px 0
    }
    .search-property .search-filter .form-group {
        border-right: 0
    }
    .search-property .search-filter .form-group {
        border-bottom: 1px solid #dddddd
    }
    .project-intro.section {
        text-align: left
    }
    .proj-banner-content {
        top: 42%
    }
    .proj-banner-text h1 {
        font-size: 1.5rem
    }
    .proj-features .hpf-list {
        text-align: center
    }
    .proj-features .hpf-list img {
        margin: 0 auto;
        width: 28px;
    }
    .inner-intro h2,
    .project-intro h2,
    .our-objectives h2 {
        font-size: 1.25rem
    }
    .project-aminities .slider-counter {
        opacity: 1
    }
    .sl-pj-hgts .projhl-content {
        transform: none;
        top: auto;
        bottom: 10%
    }
    .home-slider .banner-info {
        top: 20%;
        transform: translate(-50%, 0%)
    }
    .banner-content p br {
        display: none
    }
    .construction-status .cs-wrapper .cs-content h3 {
        font-size: 16px
    }
    .location-highlights h2 {
        position: relative;
        transform: none;
        top: 0;
        left: 0
    }
    .map-hld {
        padding-bottom: 50%
    }
    .circle-1 {
        width: 22.5%;
        padding-bottom: 22.5%
    }
    .circle-2 {
        width: 45%;
        padding-bottom: 45%
    }
    .circle-3 {
        width: 67.5%;
        padding-bottom: 67.5%
    }
    .circle-4 {
        width: 90%;
        padding-bottom: 90%
    }
    .circle-5,
    .circle-6,
    .circle-7 {
        display: none
    }
    .loc-pointer .loc-icon img {
        max-width: 35px
    }
    .distance-count span {
        font-size: 26px
    }
    .loc-nh44 {
        left: 25%;
        bottom: 50%
    }
    .loc-kgAirport {
        right: 15%;
        top: 80%
    }
    .loc-tajBengaluru {
        right: 6%;
        top: 46%
    }
    .loc-tajBengaluru.loc-pointer p {
        max-width: 68px
    }
    .loc-techPark {
        right: 1%;
        top: 1%
    }
    .loc-techPark.loc-pointer p {
        max-width: 68px
    }
    .loc-clarksExotica {
        left: 15%;
        bottom: -3%
    }
    .loc-collinsAerospace {
        left: 7%;
        top: 4%
    }
    .modal-db .modal-dialog {
        max-width: var(--bs-modal-width)
    }
    .external-form iframe {
        height: 530px
    }
}

@media screen and (max-width:575.98px) {
    .be-container,
    .lg-container,
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }
    .section {
        padding: 2rem 0
    }
    .inner-wrapper {
        padding-top: 69px
    }
    .be-heading {
        font-size: 26px;
        margin-bottom: 2rem
    }
    .be-heading-sm {
        font-size: 20px;
        margin-bottom: 2rem
    }
    .counter-enable .owl-dots {
        margin-top: 20px;
        display: none !important;
    }
    .be-intro p,
    .about-us-intro p,
    .about-vm .avm-row p,
    .our-legacy-timeline .our-legacy-intro p {
        line-height: 1.6
    }
    .pages-redirection {
        padding-bottom: 1rem
    }
    .pages-redirection a {
        font-size: 14px
    }
    .pages-redirection a span {
        width: 20px;
        height: 10px
    }
    .pages-redirection .link-prev span {
        background-size: 40px;
        margin-right: 5px;
        background-position: 0 0
    }
    .pages-redirection .link-next span {
        background-size: 40px;
        margin-left: 5px;
        background-position: -20px 0
    }
    .pages-redirection .link-prev:hover span,
    .pages-redirection .link-prev:focus span {
        background-position: -20px 0
    }
    .pages-redirection .link-next:hover span,
    .pages-redirection .link-next:focus span {
        background-position: 0 0
    }
    .be-header .navbar-brand img {
        max-width: 90px
    }
    .be-header .nav-left .nl-item {
        margin-left: 10px
    }
    .be-header .nav-left .book-site-visit {
        font-size: 10px;
        padding: 4px 10px
    }
    .be-header .nav-left .aditya-birla-group {
        position: fixed;
        width: 100%;
        padding: 2px 0;
        background: #fff;
        text-align: center;
        bottom: 0;
        left: 0;
        margin: 0
    }
    .be-header .nav-left .aditya-birla-group img {
        width: 160px;
        height: auto
    }
    .side-menu-expand .sme-close {
        font-size: 2rem;
        left: 10%;
        width: 50px;
        height: 50px;
        padding: 0
    }
    .side-menu-expand .sme-innner {
        padding: 0 30px 0 50px;
        width: 90%
    }
    .search-expand .form-control {
        font-size: 12px;
        height: 42px;
        padding: 5px 30px 5px 18px
    }
    .search-expand .btn-search {
        width: 38px;
        height: 38px;
        font-size: 15px;
        padding: 7px
    }
    .search-expand .cities h6 {
        font-size: 14px
    }
    .menu-list ul li {
        padding: 14px 0
    }
    .menu-list a,
    .menu-list h6 {
        font-size: 16px
    }
    .side-links a {
        width: 40px;
        height: 40px;
        padding: 5px
    }
    .side-links a img {
        max-width: 25px
    }
    .be-footer .footer-copy {
        text-align: center
    }
    .be-footer .footer-social {
        text-align: center;
        margin-bottom: 10px
    }
    .request-callback .be-captcha,
    .ef-footer .be-captcha {
        text-align: left
    }
    .request-callback .wa-update,
    .ef-footer .wa-update {
        text-align: left
    }
    .request-callback .wa-update .form-check,
    .ef-footer .wa-update .form-check {
        display: block
    }
    .request-callback .form-check label,
    .ef-footer .form-check label {
        font-size: 12px
    }
    .inner-home .banner-content h1,
    .inner-heading h1 {
        font-size: 1.5rem;
        letter-spacing: 7px
    }
    .inner-home .banner-content p br,
    .inner-heading p br {
        display: none
    }
    .proj-features .hpf-list {
        padding-bottom: 0
    }
    .proj-features .hpf-list p {
        line-height: 1.4
    }
    .search-property .search-filter {
        padding: 0 15px
    }
    .inner-intro h2,
    .project-intro h2 {
        font-size: 1.125rem
    }
    .inner-intro p,
    .project-intro p {
       hyphens: auto;
    word-break: break-word;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 0.95em;

    text-align: justify;
    }
    .project-phases .nav .nav-item {
        margin-right: 5px
    }
    .project-phases .nav .nav-link {
        font-size: 14px;
        padding: 5px 10px
    }
    .project-home .rera-no {
        font-size: 7px;
        top: 77px
    }
    .proj-banner-text h1 {
        font-size: 1.25rem
    }
    .proj-banner-text h1 br {
        display: none
    }
    .proj-banner .imgReferenceNote {
        font-size: 9px;
        padding: 2px 8px;
        top: -18px
    }
    .proj-banner-slider::after {
        height: 30%
    }
    .sl-proj-features .owl-nav.disabled+.owl-dots {
        margin-top: 20px
    }
    .project-aminities .pa-list {
        margin-bottom: 3rem
    }
    .sl-pj-hgts .projhl-content h3 {
        font-size: 1.125rem
    }
    .sl-projhl-wrapper .imgReferenceNote.refOver {
        top: -71px
    }
    .pg-accordion {
        height: 400px
    }
    .pg-accordion ul li::before {
        opacity: 0.6
    }
    .pg-accordion ul li p {
        font-size: 12px
    }
    .pd-list .pd-list-content .pdl-count {
        font-size: 4rem
    }
    .pd-list .pd-list-content .pdl-count span {
        font-size: 2rem
    }
    .pd-list .pd-list-content p {
        font-size: 12px
    }
    .fp-tabs .nav-link {
        font-size: 14px;
        padding: 5px 15px
    }
    .sustainability-list .caption-content h3 {
        font-size: 14px
    }
    .properties-list h4 {
        font-size: 20px
    }
    .properties-list h4 span {
        font-size: 16px
    }
    .partners-with-us .proj-partner {
        padding: 0 2rem
    }
    .partners-with-us p {
        font-size: 11px;
        margin-top: 2rem
    }
    .reach-us .form-intro,
    .modal-db .db-heading {
        margin-bottom: 2rem
    }
    .be-modal .modal-header,
    .be-modal .modal-body {
        padding: 20px
    }
    .modal-profile .modal-header .profile-head p {
        font-size: 14px
    }
    .modal-sustainability h5 {
        font-size: 1.125rem
    }
    .external-form iframe {
        height: 560px
    }
    .ef-footer-wrapper iframe {
        height: 535px
    }
    .project-highlights .imgReferenceNote {
        font-size: 8px
    }
    .home-slider .banner-info {
        width: 90%
    }
    .sustainability-list .caption-content {
        margin-top: -40px
    }
    .location-highlights .be-heading {
        margin-bottom: 3rem
    }
    .circle-1 {
        width: 30%;
        padding-bottom: 30%
    }
    .circle-2 {
        width: 60%;
        padding-bottom: 60%
    }
    .circle-3 {
        width: 90%;
        padding-bottom: 90%
    }
    .circle-4,
    .circle-5,
    .circle-6,
    .circle-7 {
        display: none
    }
    .loc-pointer p {
        font-size: 9px
    }
    .loc-pointer .loc-icon img {
        max-width: 30px
    }
    .loc-vijaynagarmetost {
        left: 15%;
        bottom: 20%
    }
    .loc-ointschool {
        right: 12%;
        bottom: 25%
    }
    .loc-fortishosp {
        right: 6%;
        bottom: 60%
    }
    .loc-orionmall {
        left: 10%;
        bottom: 50%
    }
    .loc-majbust {
        left: 8%;
        bottom: 87%
    }
    .loc-wtcrajnagar {
        right: 17%;
        bottom: 70%
    }
}

@media screen and (max-width:355.98px) {
    .home-slider .banner-info h2,
    .home-slider .banner-info h3 {
        font-size: 28px
    }
}

@media screen and (min-width:480px) and (max-width:990px) and (orientation:landscape) and (min-aspect-ratio:13/9) {
    .orientation {
        display: block
    }
}

.proj-banner {
    width: 100%;
    aspect-ratio: 135/64
}

@media screen and (max-width:640px) {
    .proj-banner {
        /* aspect-ratio: 360/506.25 */
    }
}