@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&display=swap');

html {
    scroll-behavior: smooth;
}


body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Maven Pro", serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-weight: normal;
}

.error-msg1 {
    position: absolute;
    bottom: -12px;
    background: transparent;
    display: flex;
    line-height: 11px;
    background-color: #f00;
    color: #fff;
    font-size: 9px;
}

.overflow-visible {
    overflow: visible !important;
}

a {
    color: #666666;
}

a:hover {
    color: #1d57a3;
}

a,
button {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

/*** Modal CSS ***/
.theme-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    visibility: hidden;
}

.theme-modal.is-active {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.theme-modal-content {
    border: 0;
    border-radius: 0;
}

.theme-modal-card-head {
    background-color: transparent;
    border: 0;
    padding: 20px 30px;
    height: inherit;
    border-radius: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
    position: relative;
    top: calc(50% + 30px);
    max-width: 650px;
    width: 100%;
    padding: 30px;
    max-height: inherit;
    transition: all 0.3s linear;
    background-color: #fff;
    margin: 0 auto;
    transform: translateY(-50%);
}

.modal-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;    margin-bottom: 20px;
    text-align: center;
}

.theme-modal-card-body p{
    text-align: center;
    color: #fff;
}

#home.is-active {
    overflow: hidden;
}

html:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
    top: 50%;
}

.theme-modal-card-title {
    margin: 0;
    text-transform: uppercase;
}

.theme-modal-background {
    background-color: #000;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal-card-body {
    border: 0;
    position: relative;
    overflow: visible;
}

.theme-modal-card-body {
    padding: 30px;
    background-color: #4c94e8;
}

.close1,
.close {
    color: #037279;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    border: none;
    background-color: #ffffff;
    position: absolute;
    top: -22px;
    right: -22px;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    /* border-radius: 8px; */
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.close1:hover,
.close:hover {
    background-color: #fff3d9;
    opacity: 1;
    color: #00491e;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-modal-card-body:before {
    left: 0;
}

.theme-modal-card-body:after {
    right: 0;
}

.theme-modal-card-title {
    color: #020203;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.theme-modal-card-body img {
    margin: 0 auto;
    max-width: 350px;
}

.col-theme-modal .section-title {
    margin-bottom: 15px;
}

.theme-modal .section-title h2 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

/*** End Modal CSS ***/
.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
    font-family: Inter;
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
    font-family: Inter;
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
    font-family: Inter;
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
    font-family: Inter;
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
    font-family: Inter;
}

.theme-modal .col-form .sm-form-control::placeholder {
    font-family: Inter;
}
#section-contact .sm-form-control::placeholder{
    color: #544121;
}

.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}

ul:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.clear-both:after,
.clear-both:before {
    display: table;
    content: "";
    clear: both;
}

section,
.section {
    position: relative;
    overflow: hidden;   
}


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

.gray-bg {
    background-color: #f8f8f8;
}

.full-width {
    width: 100%;
}

.center {
    text-align: center;
}

.overflow-visible {
    overflow: visible !important;
}

.section-title h1,
.section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.section-title:last-child {
    margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
    color: #1d57a3;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff;
}

.dark p,
.dark span {
    color: #fff;
}

.title-white .title-tagline {
    color: #eee;
}

.theme-btn {
    position: relative;
    background: #062428;
    padding: 12px 80px;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: "Maven Pro", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: fit-content;
    margin: 0 auto;
    display: block;
    border: 1px solid transparent;
}

select {
    font-family: "Maven Pro", serif;
}

.theme-btn span {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover span {
    color: #00491e;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover::before {
    width: 100%;
    background-color: #fff3d9;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover {
    color: #00491e;
}

.theme-btn.white-btn {
    background: #fff;
    color: #001421;
    border: 1px solid #fff;
}

/* .theme-btn.white-btn:hover {
  background: #0076bc;
  color: #fff;
} */

.col-form {
    position: relative;
}

.theme-input {
    position: relative;
}

.col-middle {
    display: table;
    width: 100%;
}

.col-middle-inner {
    display: table-cell;
    vertical-align: middle;
}

button:focus {
    outline: 0;
}
.thankyou-msg {
    font-size: 16px !important;
    color: #000 !important;
    background: 0 0 !important;
    margin-bottom: 20px;
}

.thankyou-logo img {
    margin: 30px;
    height: 70px;
    width: auto;
    filter: invert(1);
}

.form-group,
.form-group-wrapper {
    position: relative;
}

label.error {
    color: #fff;
    background: red;
    font-size: 8px;
    position: absolute;
    left: 15px;
    bottom: -20px;
    line-height: 13px !important;
    top: auto;
    font-weight: bold;
}

.form-control.error {
    border-color: red;
}

.modal .form-control.error {
    margin-bottom: 30px;
}

.contact-form label.error {
    bottom: -16px;
    width: inherit;
}

.form-control {
    border-radius: 0;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.thankyou-block {
    height: 100vh;
}

.thankyou-block h1 {
    color: #000;
    font-size: 30px;
    line-height: 1.3 !important;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.list-point {
    padding: 0;
}

.list-point li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-point li:last-child {
    margin-bottom: 0;
}

.list-point li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 8px;
}

.sm-form-control {
    height: 40px;
    padding: 12px 52px;
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px #dee2e6;
    border-radius: 0.1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input#modal_firstname::placeholder,
input#modal_email::placeholder,
input#mobile::placeholder{
    font-family: 'Maven Pro';
    color: #fff;
}

.pl-80 {
    padding-left: 80px !important;
}

.modal-card-body {
    padding: 30px;
}

.col-form label span {
    color: #ff0000;
}

.title-tagline {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

.close-button {
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #065f9d;
    color: #ffffff;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.close-button svg {
    display: block;
}

.close-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.form-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}


.section-cms {
    margin-top: 94px;
}

.white-text {
    color: #fff !important;
}

.theme-padding {
    padding-left: 140px;
    padding-right: 140px;
}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-left {
    animation: fade-in-left 1s ease-in-out both;
}

.scrolled.fade-in-right {
    animation: fade-in-right 1s ease-in-out both;
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delay1 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.delay2 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.delay3 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay4 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.sticky-btn-enquire {
    position: fixed !important;
    top: 300px;
    right: -66px;
    font-size: 16px !important;
    padding: 12px 30px !important;
    z-index: 999 !important;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    background: #00491e;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    animation: slideShadow 1.5s ease-in-out infinite;

}

.sticky-btn-brochure {
    position: fixed !important;
    top: 300px;
    left: -102px;
    font-size: 16px !important;
    padding: 12px 30px !important;
    z-index: 999 !important;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    background: #00491e;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sticky-btn-enquire:hover,
.sticky-btn-brochure:hover {
    color: #00491e;
    border-color: #00491e;
}

.sticky-btn-enquire::before,
.sticky-btn-brochure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sticky-btn-enquire:hover::before,
.sticky-btn-brochure:hover::before {
    width: 100%;
    background-color: #fff3d9;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#scontactform h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
}

.sticky-bottom-form {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 0px 15px;
    width: 100%;
    z-index: 999;
    background: #1d57a3;
    max-width: 1344px;
    margin: 0 auto;
    right: 0;
    border: 1px solid rgb(255 255 255 / 60%);
    border-bottom: 0;
}

.sticky-bottom-form .col-form {
    position: relative;
    width: 20%;
    float: left;
    padding: 0 15px;
    margin: 0 0 10px !important;
}

.col-form-title {
    display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #b6dfeb;
    color: #fff;
    line-height: 19px;
}

.copyright-detail p {
    display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
    position: absolute;
    color: white;
    top: 50%;
    letter-spacing: 10px;
    font-size: 14px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.location-column {
    margin-top: 60px;
}

.location-block {
    padding: 0 0 0 60px;
}

#location-slider1 {
    margin-top: 40px;
}

.head-title {
    font-size: 35px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    color: #fff;

}
.location-details p{
    text-align: center;
    margin:15px 0 30px;
}
.animated-border.color-white:after,
.animated-border.color-white:before {
    background-color: #fff !important;
}


span.animated-border {
    width: 0%;
    height: 1px;
    border-bottom: 2px solid #fff;
    position: absolute;
    display: block;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animated-border:before {
    left: -3px;
}

.animated-border:after {
    right: -3px;
}

.animated-border:after,
.animated-border:before {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50px;
}

h3 {
    color: #fff3d9;
    font-family: "Maven Pro", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.location-list h3 {
    color: #28438c;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 52px;
}

.listed-points li {
    color: #333;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

.listed-points li:last-child {
    margin-bottom: 0;
}

.listed-points li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #28438c;
}

#location-slider1 .splide__arrows .splide__arrow {
    bottom: -40px;
    top: auto;
    transform: none;
    left: 60px;
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
    left: 100px;
}

#location-slider1 .splide__arrows .splide__arrow svg {
    font-size: 16px;
}

#location-slider1 .splide__arrows .splide__arrow path {
    fill: #28438c;
}

#location-slider1 .splide__arrow {
    opacity: 1;
    background: transparent;
}


.small {
    font-size: 12px;
}

.col-copyright:last-child {
    text-align: right;
}


.contact b {
    color: #28438c;
}

.theme-block-img {
    position: relative;
}

.theme-block-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #28438c;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: 9;
}

.theme-block .theme-block-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.theme-block:hover .theme-block-img:before {
    opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
    opacity: 1;
}

.section-cms {
    min-height: calc(100vh - 161px);
}

.sticky-notice {
    background-color: #b50000;
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.sticky-notice span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.about-company-item {
    padding: 30px;
    text-align: center;
    background-color: #eee;
}

.counter-block h3 {
    font-size: 32px;
    font-weight: 600;
}

.counter-block p {
    margin-top: 6px;
}

/* Accordion Css Start */

.collapse {
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
    transition-property: opacity, height;
    will-change: opacity, contents;
}

.collapse:not(.is-active) {
    height: 0;
    opacity: 0;
}

.accordion {
    background: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
    border: 1px solid #d9d9d9;
}

.accordion .card {
    overflow: hidden;
    margin: -1px -1px 1px;
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;
}

.accordion .card:last-child {
    margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
    border-bottom-color: transparent;
}

.accordion .card.is-active {
    background: #fff;
}

.accordion .card.is-active+.card {
    border-top-color: transparent;
}

.accordion .card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    margin: 0;
    margin-bottom: -1px;
    padding: 8px 20px;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion .card__title:hover .icon {
    opacity: 0.8;
}

.accordion .card__title.is-active .icon {
    transform: rotateX(180deg);
    opacity: 1;
}

.accordion .card__title .icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
    opacity: 0.3;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: -0.25rem;
}

.accordion .card__content {
    padding: 0 20px 20px;
}

a,
[data-toggle] {
    cursor: pointer;
}

/* Accordion Css End */

.theme-bg {
    background: #fff3d9;
}

.call-btn {
    position: fixed;
    bottom: 74px;
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 888;
    display: block;
    text-align: center;
    border-color: #1d57a3;
    background-color: #1d57a3;
    animation: theme-pulse 2s infinite;
    border-radius: 100%;
    padding: 0;
}

.call-btn svg {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 7px;
}

@keyframes theme-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(29 87 163);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.theme-img-animation>picture>img {
    filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.plan-inquire-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: fit-content;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.sticky-btn-enquire.sticky-brochure {
    top: 240px;
    right: -96px;
}

.header__menu-link.active {
    color: #28438c;
}

.justify-content-center {
    justify-content: center;
}

.scrollToTopBtn {
    position: fixed;
    bottom: 74px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 89;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
    border: 1px solid rgb(52 52 52 / 15%);
    background-color: #1F282F;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
}

.scrollToTopBtn:hover {
    background: #fff3d9;
    border-color: #1F282F;
}

.scrollToTopBtn.showBtn{
    opacity: 1;
    transform: translateY(0);
}
.banner-Sidebtn.showBtn, a.banner-rightbtn.showBtn {
    opacity: 1;
}

.tab-list li {
    list-style: none;
}

.tab-list .tab {
    position: relative;
    display: block;
    line-height: 1;
    padding: 14px 24px;
    border: 1px solid #000;
    text-align: center;
    width: 200px;
    background: transparent;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}

.tab-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
    background: #1d57a3;
    border: 1px solid #1d57a3;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


.tab-list .tab a {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
    color: #ffffff;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-block.theme-img-animation {
    overflow: hidden;
}

.stock-image,
.actual-image,
.artistic-impression {
    position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
    content: "Artistic Impression";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
    max-width: fit-content;
    z-index: 9;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
}

.stock-image::after {
    content: "Stock Image";
}

.actual-image::after {
    content: "Actual Image";
}

.tab-list-block {
    margin-bottom: 40px;
}

.splide__pagination {
    margin-top: 30px;
}

.social__icon {
    position: relative;
    display: block;
    max-width: 30px;
    transform: scale(1.0);
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.social-icons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social__icon:hover {
    transform: scale(1.2);
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.amenities-img img {
    height: 80px;
    width: 80px;
    margin: 0 auto 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.amenities-item {
    position: relative;
    text-align: center;
    padding:0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.amenities-content {
    max-width: 300px;
    margin: 0 auto;
}

.theme-color {
    color: #07628f;
}

.col-amenities:nth-child(3n + 3) {
    border-right: 0;
}

.col-amenities:nth-child(7),
.col-amenities:nth-child(8) {
    border-bottom: 0;
}

.col-amenities:last-child {
    border-bottom: 0;
}

.amenities-content p>.theme-color {
    font-weight: 700;
}

.theme-logo {
    max-width: fit-content;
    margin-left: auto;
}

#section-contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
/*    height: 19%;*/
    background: #f0ebf0;
}

.enquire-title {
    position: relative;
    z-index: 1;
    background: #00491e;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 100px;
        font-family: 'Libre Baskerville Italic' !important;

}

.contact-block-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.custom-select {
    position: relative;
}

.copyright-bar {
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ffffff;
}

.discalimer p {
    position: relative;
    text-align: justify;
}

.theme-modal-card .columns.row-register {
    margin-bottom: 0;
}

.scrollToTopBtn svg {
    color: #ffffff;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.scrollToTopBtn:hover svg {
    color: #00491e;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.dark a {
    color: #ffffff;
}

.dark a:hover {
    color: #00491e;
}

.footer-content p {
    position: relative;
    text-align: justify;
}

.developer-logo img {
    height: 70px;
    width: auto;
}

.responsive-logo {
    display: none;
}

.banner-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}


.compliance-table table tr,
.compliance-table table td {
    font-size: 15px;
    padding: 12px;
    color: #e5e7d6;
}

.compliance-table h4 {
    color: #e5e7d6;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px !important;
}

.compliance-table {
    margin-top: 60px;
}

.compliance-table table td {
    background-color: #fff;
    color: #00491e;
}

.compliance-table table {
    width: 100%;
    width: 100%;
    margin-bottom: 0;
    border-spacing: 10px;
    border-collapse: separate;
}

.compliance-table table tr th {
    background: #00491e;
    color: #fff;
    text-align: center;
    padding: 12px;
}

.pdf-icon img {
    width: 32px;
    margin: 0 auto;
}

.compliance-table:first-child {
    margin-top: 0px;
}

#privacy-policy .section-title h3 {
    line-height: 111px;
}

#compliance .approvals-list::-webkit-scrollbar-thumb:horizontal {
    border-top: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;
}



#compliance .approvals-list::-webkit-scrollbar {
    height: 5px;
}

#compliance .approvals-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

#compliance .approvals-list::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #d5ac68;
}

#compliance .approvals-list::-webkit-scrollbar-thumb:hover {
    background-color: #f1db9d;
}

#compliance .approvals-list::-webkit-scrollbar:vertical {
    display: none;
}

.section-compliance p {
    color: #000;
}

ul.footer-menu {
    display: block;
}

ul.footer-menu li {
    display: inline-block;
    padding: 0 10px;
}
/*#section-banner {
    margin-top: -76px;
}*/

.map {
    width: 100%;
    padding: 50px 15%;
    background-color: #f8f8f8;
    border-radius: 30px;
    margin-top: 40px;
}

.map p{
    text-align: center;
    margin:30px 0;
}
.imgBx img {
    height: 362px;
    object-fit: cover;
}
.Mob{
    display: none;
}

/* ============= Header Section CSS Start =========== */

header {
    background:transparent;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
}
header .navBX a img {
    width: 180px;
}
button#Toggel_Menu{
    display: none;
    cursor: pointer;
    border:0;
}
.menu {
    display: flex;
    gap: 40px;
}
.menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}
header .navBX {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background:linear-gradient(180deg, hsl(0deg 0% 0% / 50%), transparent);
}
.inputFlag{
    margin-bottom:30px;
}
.inputFlag {
    width: 100%;
    position: relative;
}
input.txt_mobile {
    padding-left: 50px;
}
.inputFlag img {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(10px, -50%);
}
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags{
    width: 100%;
}
.HeadCon {
    margin-left: 190px;
    background-color: rgb(247, 247, 247);
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.HeadCon a{
    padding: 30px;
}
.HeadCon i{
    color:#37403d;
}


/*================== Property Section  ================*/

.fp-container, .section-fp {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100svh;
}
/*.section-fp:first-child:after, .section-fp:first-child:before, .section-fp:nth-child(2):after, .section-fp:nth-child(2):before, .section-fp:nth-child(3):after, .section-fp:nth-child(3):before, .section-fp:nth-child(4):after, .section-fp:nth-child(4):before, .section-fp:nth-child(5):after, .section-fp:nth-child(5):before, .section-fp:nth-child(6):after, .section-fp:nth-child(6):before {
    background-color: rgba(0, 0, 0, .3);
}*/
.section-fp:before {
    transform: translateY(-100%);
}
.section-fp:after, .section-fp:before {
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    width: 100vw;
}
.second-section .section-bg {
    background-image: url(../../media/images/1_percent_block2_dk.f7461c15.png);
}
.logo2{
    width:200px;
    height: auto;
}
.section-fp .section-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    overflow: hidden;
    position: absolute;
    transform: scale(1);
    transition: all 20s ease-in-out;
}

.second-section .center-content {
    align-items: center;
    display: flex
;
    height: 100%;
    justify-content: flex-start;
    margin-top: 0;
    top: 0;
    width: 100%;
}
.center-content {
    animation-delay: .7s;
    color: #fff;
    font-family: Maven Pro, sans-serif;
    font-size: 2vw;
    left: 0;
    line-height: 3vw;
    z-index: 5;
    margin: 30px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    width: 70%;
}
.second-section .center-content p {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 26px;
    left: 85px !important;
    line-height: 1.5;
    padding: 30px;
    position: relative;
    right: auto;
    text-align: left;
    width: 32%;
}
.down-drop {
    margin: 16px auto 0;
    text-align: center;
    background-color: #0000008a;
    border: 1px dashed #e1e1e18a;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.down-drop h3 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}
.select-wrp {
    display: inline-block;
}
.second-section .select-wrp select {
    border-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 -960 960 960'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56z'/%3E%3C/svg%3E");
}
.select-wrp select {
    border: none;
    cursor: pointer;
    height: fit-content;
    outline: none;
    font-family: 'Maven Pro', sans-serif;
    font-size: 24px;
    margin-left: -3px;
    text-align: center;
    color: #4c94e8;
    font-weight: 500;
    background-color: transparent;
}
.BTNgroups {
    display: flex;
    justify-content: space-between;
}
.select-wrp select option {
    color: #000;
    font-family: Maven Pro, sans-serif;
    font-size:20px;
}
.second-section .select-wrp select:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
}
.select-wrp select:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 20%;
    transform: rotate(-45deg);
    width: 8px;
}
.second-section .down-arw {
    border: 2px solid #fff;
}
.down-arw {
    border: 2px solid #fff;
    border-radius: 20px;
    bottom: 8vh;
    cursor: pointer;
    height: 32px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 22px;
    z-index: 3;
}
.section-fp:after {
    transform: translateY(100%);
}
.section-fp:after, .section-fp:before {
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(0);
    width: 100vw;
}
.section-fp:first-child:after {
    background-color: rgba(0, 0, 0, .3);
}
.down-arw:before {
    animation: bounse 1s infinite;
    background: #fff;
    border-radius: 5px;
    content: "";
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 3px;
}
.second-section .down-arw:before {
    background: #fff;
}
@keyframes bounse {
    0% {
        opacity: 0;
        top: -30%
    }

    90% {
        opacity: 1;
        top: 65%
    }

    to {
        opacity: 0;
        top: 110%
    }
}
/*================== Property Section End ================*/


.fifth-section .section-bg {
    background-image: url(../../media/images/contact.39ad90bd.jpg);
}

.your-home .contact-center {
    animation: fadein 1s;
    width: 90%;
}
.center-content.contact-center {
    height: -moz-fit-content;
    justify-content: center;
    flex-wrap: wrap;
    display: flex
;
    height: fit-content;
    gap: 2rem;
    position: relative;
    top: 34%;
}

.section-fp.active .first-div {
    animation: fadedin 1.5s forwards;
}
.your-home .first-div {
    background-color: rgba(0, 0, 0, .685);
    border: 1px solid hsla(0, 0%, 100%, .4);
    display: flex;
    flex-direction: column;
    max-width: 25%;
    min-height: 140px;
    min-width: 304px;
    padding: 15px;
}

.top-cont.flex{
    display: flex;
    align-items: center;
}
.your-home .top-cont img {
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 10px;
    width: 30px;
}
.your-home .top-cont h4 {
    color: #fff;
    display: block;
    font-family: Maven Pro, sans-serif;
    font-size: calc(13px + .2vw);
    font-weight: 700;
    text-transform: uppercase;
}
.your-home .first-div p {
    font-size: calc(13px + .2vw);
    line-height: 1.3;
    padding-left: 30px;
    text-align: left;
}

.section-fp.active .fadeeup.heading {
    animation-delay: 2.4s;
}
.section-fp.active .fadeeup {
    animation: fadedup 1.5s .5s forwards;
    opacity: 0;
}
.heading {
    animation-delay: 1.6s;
    bottom: 0;
    color: hsla(0, 0%, 100%, .2);
    font-family: Maven Pro, sans-serif;
    font-size: 10vw;
    font-weight: 700;
    left: 0;
    line-height: 7.4vw;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}
@keyframes fadedup {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes zoomin {
    0% {
        transform: scale(1.4)
    }

    to {
        transform: scale(1)
    }
}

.details-page {
    background-color: #e2e2e2;
    height: 100%;
    width: 100%;
}
.footer-section .footer-innner {
    overflow: auto;
}
.footer-section .footer-innner .content-div {
    height: auto;
}
.content-div {
    margin: 0 auto;
    padding: 80px 0;
    width: 90%;
}
.content-div p {
    font-size: 12px;
    line-height: 22px;
    overflow-y: visible;
    padding-bottom: 8px;
}
.your-home-footer {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    width: 100%;
}
.your-home-footer .container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 90%;
}
.your-home-footer .container img {
    max-width: 180px;
}

section.property_box {
    padding: 50px 0;
    background-color: #fff;
}
.conBX {
    border: 1px dashed #d3d3d3;
    padding: 12px;
}
.containerCustom {
    width: 85%;
    margin:18px  auto 0;
}

.imgbx img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.containerCustom .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    margin-top:30px;
}
.containerCustom .row .col-lg-9 .row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.containerCustom .row .col-lg-9 .rowcustomSec {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 2229px;
    max-width: 100%;
    margin: 0 auto;
}


.rowCustom {
    overflow-x: scroll;
    padding-bottom: 30px;
}

/* width */
.rowCustom::-webkit-scrollbar {
  height:12px;
  border-radius: 30px;
}

/* Track */
.rowCustom::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 30px;
}
 
/* Handle */
.rowCustom::-webkit-scrollbar-thumb {
  background: #036878;
  border-radius: 30px;
  width:20px;
  height: 10px;
}

/* Handle on hover */
.rowCustom::-webkit-scrollbar-thumb:hover {
  background: #036878;
}

.containerCustom .down-drop{
    position: static;
}
.containerCustom .down-drop h3{
    font-size:20px;
    margin-bottom: 10px;
}
.containerCustom .down-drop select.arrow-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 -960 960 960'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56z'/%3E%3C/svg%3E") ;
}
.arrow-white {
    animation: zoomInOut 10s infinite ease-in-out;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.containerCustom .down-drop select {
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    appearance: none; /* Hides the default arrow */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; 
    print-color-adjust: exact;
}
.containerCustom .down-drop .select-wrp {
    bottom: 5%;
    display: block;
    left: 0;
    margin: 0 auto;
    position: static;
    right: 0;
    width: 80%;
    z-index: 3;
}

.spanName{
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}
.spanName span {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.spanName svg {
    height: 30px;
    cursor: pointer;
    width: 30px;
}

.spanName svg:hover {
    transform: rotate(314deg);
    transition: 0.3s all;
}

.headingTi h3 {
    color: #000;
    font-size:19.2px;
    font-weight: 500;
    line-height: 1;
}
.property-status {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    width: fit-content;
    border-radius: 4px;
    display: flex;
    padding: 3.2px 6.4px;
    align-items: center;
    margin-top: 12px;
}

.property-status .icon {
    height: 21px;
    margin-right: .25rem;
    width: 16px;
}
.property-status span {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 1.25;
    text-transform: uppercase;
}

.property-details{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:8px;
}
.property-details .mt-1 {
    font-size: 14px;
    color: #fff;
}
.property-details b {
    font-weight: 600;
    color: #000000!important;
}

span.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.property-details b {
    font-weight: 600;
}
.undefined{
    color: #000;
    font-size:14px;
}

.oneIMG2{
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .84);
    border-bottom: 40px solid rgba(0, 0, 0, .84);
    border-right: 15px solid rgba(0, 0, 0, .84);
    border-top: 40px solid rgba(0, 0, 0, .84);
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .25s ease-in-out 0s;
}
.oneIMG2.hover{
    animation: linear infinite alternate;
    animation-name: BottomToTop;
    opacity: 1;
    top: 0;
    duration: .25s;
}
.imgbx{
    position: relative;
    overflow: hidden;
}
a.circle {
    position: relative;
    z-index: 3;
}
.top-single{
    margin-top:16px;
    align-items: center;
    display: flex;
}
.top-single:first-child {
    margin-top: 0;
}
.top-left {
    flex-shrink: 0;
    font-weight: 500;
    letter-spacing: 1.025px;
    align-items: center;
    display: flex;
    max-width: 160px;
    width: 100%;
}
.overlay-top span.upppercase {
    color: #fff;
    font-size:10px;
}
.top-right span{
    font-size:10px;
    color: #fff;
}
.icon {
    height: 20px;
    margin-right: 11px;
    width: 20px;
}

.overlay-bottom {
    border-top: 1px solid #fff;
    margin-top: 1.25rem;
}
.bottom-single{
    display: flex;
    align-items: center;
    margin-top:16px;
}
.overlay-bottom .icon {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}

.overlay-bottom span {
    color: #fff;
    font-size:10px;
    font-weight: 500;
    letter-spacing: 1.025px;
}

.undefined span{
    font-size:14px;
}

.headingSec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.h2Line{
    padding: 0 16px;
    color: #27262e;
    font-size: 19.2px;
    line-height: 1.16;
    font-weight:600;
    text-transform: uppercase;
}
.lineBefore, .lineAfter {
    height: 1px;
    max-width: 250px;
    width: 100%;
    display: flex;
}

.lineBefore svg,
.lineAfter svg{
    height: 100%;
    width: 100%;
}
.headingSecPara{
    text-align: center;
    margin-top:-10px;
    font-size: 20px;
}
.contentForm {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 12px 14px 2px rgba(0, 0, 0, .05);
    padding: 19px;
    width: 90%;
    margin: 50px auto;
}
.FormSection{
    background-color: #f2eee8;
    padding: 38px 0;
}
.inputField label .fname,.inputField label .email,
.inputField label .number,.inputField label .country {
    padding: 12px 12px;
    border-bottom: 1px solid #cdcdcd;
}
.inputField label .country{
    padding: 0;
    appearance: auto;
}

select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.mainInputsFields {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#contactForm {
    display: grid;
    grid-template-columns: 78% 20%;
    gap: 20px;
    align-items: end;
}

.inputFieldSec span {
    cursor: pointer;
    padding-left: 4px;
    position: relative;
}
.inputField .sm-form-control{
    color: #000;
}




/*============= Home Page Banner CSS =================*/


.customRow{
    position: relative;
    overflow: hidden;
}
.imgBx:after {
    background:linear-gradient(to right, rgba(0, 0, 0, 0) -10%, rgb(0 0 0 / 40%) 50%, rgba(0, 0, 0, 0) 121%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}
.content {
    position: absolute;
    z-index:2;
    top: 50%;
    left: 0%;
    transform: translate(30px, -50%);
    width: 100%;
    text-align: center;
}

.content h2 {
    font-size: 56px;
    font-weight: 600;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    line-height: 62px;
    text-transform: uppercase;
}

@media (max-width:1250px){
section.property_box {
    padding: 50px 0;
}
}
@media (max-width:991px){
.FormSection {
    padding: 38px 10px;
}
.contentForm {
    width: 100%;
}
.down-drop h3 {
    font-size: 32px;
}
.select-wrp select {
    font-size: 32px;
}

}

@media (max-width:767px){

.Desk{
    display: none;
}
.Mob{
    display: block;
}

header{
    display: block;
}
button#Toggel_Menu {
    display: block;
    font-size: 15px;
    padding: 7px 17px;
}
.menu {
    flex-direction: column;
    position: absolute;
    gap: 20px;
    width: 100%;
    left: 0;
    height: 100vh;
    align-items: center;
    right: 0;
    top: 100%;
    z-index: 9;
    display: none;
}
header .navBX {
    background: linear-gradient(180deg, hsl(0deg 0% 0%), #000000);
}
.menu.active {
    opacity: 9;
    display: flex;
    background: rgb(0 0 0);
    padding: 30% 0;
}
.HeadCon {
    margin-left:0px;
}

#overview .container .row{
    flex-direction: column;
    gap:20px;
}
.col-md-4.footer-logo{
    text-align: left;
}
.section-title__title {
    font-size: 25px;
    text-align: center;
}
.lineBefore, .lineAfter {
    width: 20%;
}
.headingSecPara {
    font-size: 15px;
}
.contentForm{
    display: none;
}
.imgBx img {
    height: 300px;
    object-fit: cover;
}

.content {
    left: 0%;
    transform: translate(0px, -50%);
    padding: 0 14px;
}
.content h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
            margin-top: 40px;
}

}
