/*-----------------------------------------------------------------------------------

 Theme Name: Digital Hub Solution
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary-background: #1a4845;
    --white-background: #fff;
    --black-background: #000;
    /* --primary-color:#1a4845; */
    --primary-color: #b2a16d;
    --black-color: #000;
    --white-color: #fff;
    --theme-color: #cd400d;
    --font-weight-100: 100;
    --font-weight-200: 200;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --font-weight-900: 900;
    --font-10: 10px;
    --font-11: 11px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-17: 17px;
    --font-18: 18px;
    --font-19: 19px;
    --font-20: 20px;
    --font-21: 21px;
    --font-22: 22px;
    --font-23: 23px;
    --font-24: 24px;
    --font-25: 25px;
    --font-26: 26px;
    --font-27: 27px;
    --font-28: 28px;
    --font-29: 29px;
    --font-30: 30px;
    --font-31: 31px;
    --font-32: 32px;
    --font-33: 33px;
    --font-34: 34px;
    --font-35: 35px;
    --font-36: 36px;
    --font-37: 37px;
    --font-38: 38px;
    --font-39: 39px;
    --font-40: 40px;
    --font-41: 41px;
    --font-42: 42px;
    --font-43: 43px;
    --font-44: 44px;
    --font-45: 45px;
    --font-46: 46px;
    --font-47: 47px;
    --font-48: 48px;
    --font-49: 49px;
    --font-50: 50px;
    --font-60: 60px;
    --font-70: 70px;
    --font-80: 80px;
    --font-90: 90px;
    --font-100: 100px;
    --justify-center: center;
    --justify-space: space-between;
    --juistfy-end: flex-end;
    --align-center: center;
    --primary-display: block;
    --secondary-display: flex;
    --display-inline: inline-block;
    --text-uppercase: uppercase;
    --text-capital: capitalize;
    --text-center: center;
    --width: 100%;
    --height: 100%;
    --border-full-radius: 50px;
    --filter: contrast(51%) sepia(1) hue-rotate(-11deg) saturate(1000%);
    --sec-padding: 70px 0px;
}

body {
    font-family: var(--primary-font-family);
}

p {
      font-family: "Plus Jakarta Sans", sans-serif;
}

h1 {
      font-family: "Plus Jakarta Sans", sans-serif;
}

h2 {
      font-family: "Plus Jakarta Sans", sans-serif;
}

h3 {
      font-family: "Plus Jakarta Sans", sans-serif;
}

h4 {
      font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 0;
}

h5 {
      font-family: "Plus Jakarta Sans", sans-serif;
}

h6 {
      font-family: "Plus Jakarta Sans", sans-serif;
}

a {
      font-family: "Plus Jakarta Sans", sans-serif;
}

li {
      font-family: "Plus Jakarta Sans", sans-serif;
}

div {
      font-family: "Plus Jakarta Sans", sans-serif;
}

span {
      font-family: "Plus Jakarta Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.is-sticky {
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*========================header css end===========================*/

/*========================main banner css start===========================*/

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

.banner-logo img {
    width: auto;
    height: auto;
}

.main-banner-wrapp {
    position: relative;
}

.banner-inner {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000000ad;*/
    background: linear-gradient(89.8deg, #010101 0.15%, rgba(1, 1, 1, 0.3) 99.81%);
        /*background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 50%) 100%);*/
}

.banner-logo {
    text-align: center;
    padding-top: 30px;
}

.banner-form-content {
    padding-top: 0px;
}

.banner-con h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    width: 67%;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.banner-con h1 span {
    color: #DFC679;
}

.banner-con h3 {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    text-transform: capitalize;
}

.banner-con h3 span {
    color: #dfc679;
}

.banner-con p {}

.banner-con p span {
    background-color: #dfc679;
    color: #fff;
    padding: 4px 16px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
}

.banner-con p {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    padding-right: 20px;
    margin-top: 11px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dfc679;
    border: 2px solid #dfc679;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    color: #ffff;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

/*#multi-step-form{overflow-x: hidden; }*/
.banner-right-form {
    background-color: #000000ad;
    padding: 20px 0px;
    border-radius: 20px;
    position: relative;
}

.banner-right-form .progress-bar {
    background-color: #dfc679;
}

.banner-form-head {
    text-align: center;
    margin-bottom: 30px;
}

.banner-form-head h2 {
    font-weight: 600;
    font-size: 30px;
    color: #dfc679;
}

.banner-form-head h3 {
    color: #fff;
    font-size: 19px;
}

.banner-right-form form input {
    padding: 15px 20px;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.banner-right-form .step {
    text-align: center;
}

.banner-right-form form select {
    padding: 15px 20px;
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.btn-div {
    margin: 20px 0px 20px;
}

.btn-div button {
    background-color: #B2A16D;
    border: none;
    border-radius: 50px;
    padding: 9px 50px;
    font-size: 18px;
}

.btn-div button:hover {
    background-color: #B2A16D;
    border: none;
    border-radius: 50px;
    padding: 9px 50px;
    font-size: 18px;
}

.btn-div button.prev-step {
    background-color: #b3b2b2;
    color: #000;
}

.banner-con {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-con-inner {
    width: 100%;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

/*========================main banner css end===========================*/

/* =======top head css======== */
.top-bar {
    background-color: #fff;
    padding: 0px;
}

.top-left ul {
    display: var(--secondary-display);
    align-items: var(--align-center);
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.top-left ul li {
    margin-right: 20px;
    font-size: var(--font-15);
    position: relative;
}
.top-left ul li:last-child{margin-right: 0px;}
.top-left ul li:last-child:after{display: none;}

.top-left ul li:after{
       content: '';
    width: 1px;
    height: 56px;
    background-color: #dedede;
    position: absolute;
    top: -17px;
    right: -11px;
}

.top-left ul li ul li:after{display: none;}

.top-left ul li i {
    color: var(--primary-color);
    font-weight: var(--font-weight-600);
    margin-right: 5px;
    font-size: var(--font-20);
}

.top-left ul li a {
    text-decoration: none;
    color: #000;
}


.top-right ul {
    list-style-type: none;
    padding-left: 0px;
    display: var(--secondary-display);
    margin-bottom: 0px;
    justify-content: flex-end;
    align-items: center;
}

.top-right ul li {
    margin-right: 20px;
}

.top-right ul li h5 {
    color: var(--primary-color);
    font-size: var(--font-15);
    margin-bottom: 0px;
    margin-right: 0px;
}

.top-right ul li i {
    color: #af9d68;
    font-size: 18px;
}

.top-right ul li a {
    text-decoration: none;
}

/*========================landing page css start===========================*/

.about-section-wrapp {
    padding: 40px 0px;
}

.abt-sec-heaad h2 {
    text-align: center;
    margin-bottom: 17px;
    font-weight: 600;
    color: #b2a16d;
    font-size: 36px;
}

.abt-sec-heaad p {
    text-align: center;
    font-size: 15px;
    color: #000;
}

.abt-bottom-con h2 {
    text-align: left;
    margin-bottom: 9px;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 40px;
}

.abt-bottom-con h2 span {
    color: #b2a16d;
}

.about-bottom {
    margin-top: 0px;
}

.abt-bottom-con p {
    text-align: justify;
    font-size: 15px;
    color: #000;
    margin-bottom: 11px;
}

.abt-bttom-img img {
    width: 100%;
    width: 100%;
    border: 6px solid #b2a16d;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.abt-bottom-con {
    display: flex;
    align-items: center;
    height: 100%;
}

/*========================landing page css end===========================*/


.our-process-wrapp {
    /*background-color: #f2f7fa;*/
        background-color: #b2a16d17;
    padding: 50px 0px 25px;
}

.our-pro-head {
    text-align: center;
    margin-bottom: 20px;
}

.our-pro-head h3 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #b2a16d;
    font-size: 28px;
    line-height: 40px;
}

.our-pro-head p {
    text-align: center;
    font-size: 15px;
    color: #000;
    width: 60%;
    margin: 0 auto;
}

.tab-con-img {
    width: 80px;
    height: 80px;
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    z-index: 9;
}

.tab-con-img img {
    width: 50%;
}

.tab-but-con h3 {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.our-process-tabs ul li button {
    padding: 0px;
    background-color: unset;
}

.our-process-tabs ul li button.active {
    background-color: unset !important;
}

.our-process-tabs ul {
    justify-content: center;
    position: relative;
    margin-bottom: 60px !important;
}

.our-process-tabs ul li {
    margin-right: 75px;
}

.our-process-tabs ul li button.active .tab-con-img {
    background-color: #b2a16d;
}

.our-process-tabs ul .tab-but-con:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #E8E8E8;
    position: absolute;
    top: 40%;
    right: -77px;
}

.our-process-tabs ul .tab-but-con {
    position: relative;
    z-index: 9;
}

.our-process-tabs ul li:last-child button .tab-but-con:after {
    display: none;
}

.tab-detail-img img {
    width: 100%;
}

.tab-detail-content {
    display: flex;
    height: 100%;
    align-items: center;
}

.tab-detail-content h3 {
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 40px;
}

.tab-detail-content h3 span {
    color: #b2a16d;
}

.tab-detail-content p {
    text-align: left;
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
}


.partner-head {
    text-align: center;
}

.partner-head h4 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 40px;
}

.partner-head h4 span {
    color: #b2a16d;
}

.partner-wrapp {
    padding: 50px 0px;
}

.partner-head p {
    font-size: 15px;
    color: #000;
}

/*===============================counter sec css start=============================*/

#counter {
    background: unset;
    padding: 15px 0px 0px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

#counter li {
    flex: 1;
    text-align: center;
    font-size: 30px;
    color: #b2a16d;
    font-weight: 800;
    display: block;
}

#counter span.percent:after {
    /*content: "%";*/
    display: inline-block;
}

.counter-main {
    background-size: cover;
    background-position: 80%;
    padding: 21px;
    margin-top: 51px;
}

#counter li p {
    font-size: 15px;
    margin-top: 0px;
    color: #000;
}

.count-icon img {
    width: 12%;
    margin-bottom: 8px;
}

.counter-bottom {
    background-color: #F2F7FA;
    padding: 20px;
    margin-top: 40px;
}

.counter-bottom p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
}

/*===============================counter sec css End=============================*/

.our-serv-wrapp {
    padding: 0px 0px;
}

.our-serv-head h4 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 40px;
}

.our-serv-head h4 span {
    color: #b2a16d;
}

.our-serv-head p {
    text-align: center;
    font-size: 15px;
    color: #000;
}

.our-serv-head {
    margin-bottom: 50px;
}

/*====================================New Launch Sec css start===================================*/
.new-launch-head {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

.new-launch-head h4 {
    font-size: 28px;
    font-weight: 700;
    color: #b2a16d;
    text-transform: uppercase;
}

.new-launch-wrapp {
    padding: 50px 0px;
}

.new-launvh-box {
    position: relative;
}

.new-launvh-box img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.new-launvh-box h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b2a16d;
    padding: 11px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600);
}

.pro-list-add-div a {
    text-decoration: none;
    color: #000;
}

/* .error{
  border: 1px solid red !important;

} */

/*====================================New Launch Sec css end===================================*/


.book-consult-inner {
    background-color: #F2F7FA;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    margin: 30px;
    position: relative;
}

.book-consult-head h4 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 40px;
}

.book-consult-head h4 span {
    color: #b2a16d;
}

.book-consult-head p {
    text-align: center;
    font-size: 15px;
    color: #000;
}

.book-form form input {
    border: 1px solid #E2E2E2;
    color: #000;
    font-size: 15px;
    padding: 13px 20px;
    border-radius: 50px;
}

.book-form form select {
    border: 1px solid #E2E2E2;
    color: #000;
    font-size: 15px;
    padding: 13px 20px;
    border-radius: 50px;
}

.book-form .form-group {
    margin-bottom: 15px;
}

.book-form .form-group h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    margin-bottom: 29px;
}

.radio-custom {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.radio-custom label {
    margin-right: 24px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.book-form form {
    width: 85%;
    margin: 45px auto 0px;
}

.book-form form input:focus {
    border: 1px solid #b2a16d;
    outline: none;
    box-shadow: none;
}

.book-form form select:focus {
    border: 1px solid #b2a16d;
    outline: none;
    box-shadow: none;
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0 !important;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
    background-color: #b2a16d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-check:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked~.checkmark {
    background-color: #b2a16d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.book-form form img {
    margin-top: 40px;
}

.book-submit {
    text-align: center;
    margin-top: 4px;
}

.book-submit button {
    display: inline-block;
    padding: 9px 30px;
    background-color: #b2a16d;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 13px;
}

.book-submit p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}

.book-submit p a {
    color: #b2a16d;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 13px;
    display: inline-block;
}

.disclaimer h5 {
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: #000;
}

footer {
    padding: 0px 0px 0px;
}

.disclaimer p {
    color: #000;
    font-size: 15px;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer-bottom ul li a {
    color: #b2a16d;
    font-size: 16px;
    text-decoration: none;
}

.footer-bottom ul li i {
    color: #b2a16d;
    margin-right: 10px;
    font-weight: 600;
}

.footer-bottom ul li p {
    color: #b2a16d;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0px;
}

.footer-bottom {
    background-color: #000;
    padding: 20px;
    margin-top: 0px;
}

.footer-bottom ul li p a {
    margin-left: 16px;
}




.faq-wrapp {
       background-color: unset;
    padding: 30px 0px 36px;
    margin-top: 0;
}

.faq-img img {
    width: 100%;
    border-radius: 15px;

    object-fit: cover;
}

.faq-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.faq-left .accordion{width: 100%;}
.faq-left .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ccc !important;
    border-radius: 7px !important;
}

.faq-left .accordion-button {
     border-radius: 7px !important;
    padding: 11px 10px;
    background-color: #b2a16d;
    color: #fff;
}

.faq-left .accordion-button:focus {
    box-shadow: unset !important;
}

.faq-left .accordion-button:not(.collapsed) {
       color: #fff !important;
    background-color: #b2a16d !important;
    box-shadow: unset !important;
    border: none !important;
    padding: 11px 10px;
    font-size: 15px;
    font-weight: 600;
}

.faq-left .accordion-body {
      padding: 11px 21px 11px;
}

.faq-left .accordion-body p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}

.faq-wrapp .web-procedure-head h4 {
        text-align: center;
    margin-bottom: 35px;
    font-weight: 800;
    color: #000;
    font-size: 29px;
    line-height: 40px;
}

.faq-wrapp .web-procedure-head h4 span {
    color: #b2a16d;
}


.main-head-wrapp {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 90px;
    padding: 10px 0px;
}

.head-inner-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-logo {
    padding: 0;
    text-align: left;
    width: 63%;
}

.banner-logo img {
    width: 100%;
}

.header-contact p {
    margin-bottom: 0;
    font-size: 20px;
}

.header-contact p i {
    color: #b2a16d;
    font-size: 23px;
    margin-right: 13px;
}

.header-contact p a {
    color: #b2a16d;
    text-decoration: none;
}

.error-page {
    padding: 50px 0px;
    text-align: center;
}


.error-page-inner h1 {
    font-size: 100px;
    font-weight: 600;
    color: #000;
}

.error-page-inner h1 i {
    color: #af9d68;
}

.error-page-inner span {
    display: block;
    margin-bottom: 17px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.error-page-inner p {
    color: #000;
    font-size: 15px;
}

.error-page-inner a {
    background-color: #af9d68;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 60px;
    font-size: 16px;
    text-decoration: none;
}

/*  lader css  
*/

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* Hide loader by default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Ensure the loader is on top of other elements */
}

/* Loader spinner */
.loader {
    border: 9px solid #f3f3f3;
    border-top: 9px solid #ddc878;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

.loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error input {
    border-color: red;
    border-width: 2px;
}

.success input {
    border-color: green;
    border-width: 2px;
}

.error span {
    color: red;
}

.success span {
    color: green;
}

span.error {
    color: red;
}

i {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.border-important {
    border: 1px solid red !important;
}




.our-pro-box {
    border: 1px solid #b2a16d;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    height: 326px;
    overflow: hidden;
}

.our-pro-icon {
    width: 70px;
    height: 70px;
    background-color: #b2a16d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.our-pro-box h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.our-pro-box p {
    font-size: 14px;
    color: #000;
}

.our-pro-icon img {
    width: 100%;
}



.js-cookie-consent {
    position: fixed;
    background-color: #fff;
    color: #fff;
    text-align: center;
    bottom: 15px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 10px #ccc;
    left: 14px;
    border-radius: 19px;
    z-index: 999;
}

.js-cookie-consent .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 20px;
}

.js-cookie-consent p {
    margin: 0px;
    color: #000;
    font-size: 13px;
    text-align: left;
}

.js-cookie-consent button {
    margin-left: 0px;
    background-color: #b1a26c;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    padding: 6px 14px !important;
}

.js-cookie-consent .mt-2 {
    margin-top: 0 !important;
}

.js-cookie-consent-disagree {

    margin-left: 17px;
    background-color: #fff !important;
    color: #b1a26c !important;
    border-radius: 50px;
    padding: 8px 34px !important;
    border: 1px solid #b1a26c !important;
}

.button-width-class {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.text-width-class {
    max-width: 565px;
}

.mobile-form-sty .input-group-text {
    padding: 0;
    line-height: 0;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}


.mobile-form-sty .input-group-text select {
    margin-bottom: 0;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    padding: 15px 31px;
    border-radius: 0;
}

.mobile-form-sty input {
    margin-bottom: 0 !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}



.our-pro-ol ol {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    flex-wrap: wrap;
}

.our-pro-ol li {
width: 100%;
    border-bottom: unset;
    padding: 3px 0px;
    text-align: center;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    font-weight: 600;
    color: #000;
}

.our-pro-ol li i{
    color: #b2a16d;
    margin-right: 10px;
    font-size: 18px;
}


.aminities-slider-land .aminities-box img {
    margin-bottom: 20px;
    border-radius: 20px;
}

.aminities-slider-land .aminities-box p {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.aminities-slider-land .owl-nav {
    display: var(--secondary-display) !important;
    /*  position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;*/
    margin: 0 auto;
    width: 100%;
    justify-content: var(--justify-center)
}

.aminities-slider-land .owl-nav .owl-prev {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-right: 10px;
    position: absolute;
    top: 37%;
    left: -23px;
}

.aminities-slider-land .owl-nav .owl-next:hover,
.aminities-slider-land .owl-nav .owl-prev:hover {
    background: var(--black-background) !important;
    color: var(--white-color)
}

.aminities-slider-land .owl-nav .owl-next {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-left: 10px;
    position: absolute;
    top: 37%;
    right: -23px;
}

.aminities-slider-land .owl-nav .owl-next,
.aminities-slider-land .owl-nav .owl-prev {
    background: #b2a16d !important;
    display: block;
    z-index: 1000;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    opacity: 1;
    cursor: pointer;
    color: #000 !important;
}

.book-consult-head h5 {
    color: #b2a16d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 11px;
}

.book-consult-head h2 {
    color: #000;
    font-size: 21px;
    text-align: center;
}

.book-submit {
    text-align: left;
}

.book-submit button {
    width: 70%;
    margin-top: 18px;
}

.g-recaptcha {
    transform: scale(0.93);
    transform-origin: 0 0;
}

#error-captcha-1 {
    font-size: 14px;
}

/*
.is-sticky-topbar{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1);}
.is-sticky-topbar{animation: smoothScroll 1s forwards; }
*/
.is-sticky-head {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    background-color: #000;
}

.is-sticky-head {
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
    }
}

.head-inq-btn {
    display: none;
}

.is-sticky-topbar.top-bar {
    padding: 13px;
}

.is-sticky-head .top-left ul li a {
    color: #fff;
}

.is-sticky-head .head-inq-btn {
    display: block;
}

.our-pro-head p {
    text-align: left;
    font-size: 15px;
    color: #000;
    width: 100%;
    margin: 0 auto 10px;
}

.new-sec-deaign h3 {
    text-align: left;
    color: #000;
}

.new-sec-deaign h3 span {
    color: #b2a16d;
}

.new-sec-image img {
    width: 100%;
    border: 6px solid #b2a16d;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.faq-img img {
    width: 100%;
    border: unset;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 0px;
}

.home-about-slider {
    padding: 0px 50px;
}





.home-about-slider .owl-nav {
    display: var(--secondary-display) !important;
    /*  position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;*/
    margin: 0 auto;
    width: 100%;
    justify-content: var(--justify-center)
}

.home-about-slider .owl-nav .owl-prev {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-right: 10px;
    position: absolute;
    top: 37%;
    left: 27px;
}

.home-about-slider .owl-nav .owl-next:hover,
.home-about-slider .owl-nav .owl-prev:hover {
    background: var(--black-background) !important;
    color: var(--white-color)
}

.home-about-slider .owl-nav .owl-next {
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-left: 10px;
    position: absolute;
    top: 37%;
    right: 27px;
}

.home-about-slider .owl-nav .owl-next,
.home-about-slider .owl-nav .owl-prev {
    background: #b2a16d !important;
    display: block;
    z-index: 1000;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff !important;
}

.home-about-slider .aminities-box img {
    border-radius: 20px;
    height: 440px;
    object-fit: cover;
    object-position: center;
}


.dev-logo-img {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

.dev-logo-img img {
    width: 100%;
    border-radius: 12px;
}

.pop-btn-div {
    margin-top: 35px;
    text-align: left;
}

.pop-btn-div button {
    background-color: #000;
    border: none;
    border-radius: 50px;
    padding: 9px 50px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}

.banner-con-inner bdi span {
    padding: 0;
    margin-right: 0;
    background-color: unset;
    color: #dfc679;
    font-size: 19px;
}

.banner-con-inner {
        width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.modal-head-pop {
    text-align: center;
    width: 90%;
    margin: 18px auto 18px;
}

.modal-head-pop button {
    background: unset;
    background-color: #000;
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    opacity: 1;
    padding: 10px;
}

.modal-head-pop button:hover {
    background-color: #b2a16d;
    opacity: 1;
    color: #fff;
}

.modal-head-pop button i {}

.modal-head-pop h5 {
    font-weight: 900;
    color: #b2a16d;
    font-size: 24px;
    margin: 0px 0px 10px;
}

.modal-head-pop p {
    font-size: 15px;
    color: #fff;
}

.modal-head-pop img {
    width: 60%;
    margin-bottom: 10px;
}

.pop-landing-page {}

.pop-landing-page .book-submit {
    text-align: center;
}

.pop-landing-page .book-submit button {
    padding: 12px 20px;
}

.pop-landing-page .book-submit button:hover {
    background-color: #fff;
    color: #000;
}

.pop-landing-page .modal-content {
    border-radius: 0px;
    background-color: #000;
}

.pop-landing-page form {}

.pop-landing-page form input {
    border: none;
    background-color: unset;
    border-radius: 50px;
    padding: 12px 20px;
    margin-bottom: 18px;
    color: #000;
    font-size: 15px;
    border: 1px solid #e7e7e7;
}

.pop-landing-page form input:focus {
    border-color: #b2a16d;
    outline: none;
    box-shadow: unset;
}

.pop-landing-page form input:focus{outline: none; box-shadow: unset;}

.pop-landing-page form input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}




.mobile-banner {
    display: none;
}


.contact-icons {
    position: fixed;
    bottom: 90px;
    right: 12px;
    display: grid;
    gap: 15px;
    z-index: 9;
}

.contact-icons a {
    display: inline-block;
}

.contact-icons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.contact-icons a {
    text-decoration: none;
}

.contact-icons a i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.contact-icons a.whatsapp i {
    background-color: #25D366;
}

.contact-icons a.email i {
    background-color: #b2a16d;
}

.contact-icons a.phone i {
    background-color: #000;
    font-size: 22px;
}

.contact-icons img:hover {
    transform: scale(1.1);
}

.banner-button {
       background-color: #B2A16D;
    border: none;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}


.banner-con-inner h5{
    font-weight: 400;
    font-size: clamp(13px, 0.84vw, 16px);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: clamp(10px, 1.26vw, 24px);
    display: inline-block;
}

.banner-con-inner h3{
    font-size: clamp(30px, 4.25vw, 100px);
    font-weight: 900;
    line-height: 117%;
    letter-spacing: -0.02em;
    margin-bottom: clamp(7px, 0.89vw, 17px);
    max-width: 86%;}
.banner-con-inner p{
        font-size: clamp(16px, 1.16vw, 22px);
    margin-bottom: clamp(20px, 2.89vw, 55px);
    max-width: 88%;
}

.top-left.top-right{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;}



.top-stripe{
background-color: #000;
    text-align: center;
    color: #fff;
    padding: 6px;}
.top-stripe p{
    margin-bottom: 0;
    font-size: 15px;}
.banner-form{}
.banner-form form{
background-color: #00000070;
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(15px);}
.banner-form form input{
    margin-bottom: 16px;
    padding: 9px 18px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background-color: unset;
    color: #fff;}

.banner-form form input:focus{box-shadow: unset; outline: none; background-color: unset; border-color: #af9d68; color: #fff; }

.banner-form form select{
    margin-bottom: 16px;
    padding: 9px 18px;
    border-radius: 50px;
    border: 1px solid #ccc;
    background-color: unset;
    color: #fff;
   }

.banner-form form select:focus{box-shadow: unset; outline: none; background-color: unset; border-color: #af9d68; }

.banner-form form select option{color: #000;}

.banner-form form button{
background-color: #b2a16d;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: block;
    padding: 6px 22px;}
.banner-form form button:focus{outline: none; box-shadow: unset;}

.banner-form form input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.banner-form form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.banner-form-cont h3{
color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    width: 72%;
    margin: 0 auto 12px;}
    .banner-form-cont h3 span{color: #af9d68;}
.banner-form-cont p{
font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;}


.abt-bottom-con h5{
font-weight: 700;
    font-size: clamp(13px, 0.84vw, 16px);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: clamp(10px, 1.26vw, 12px);
    display: inline-block;
    color: #af9d68;}

.abt-bottom-con h3{
    font-weight: 800;
    color: #000;
    font-size: 31px;}
.abt-bottom-con h3 span{ color: #af9d68;}

.new-counter-sec-div{position: relative;    padding: 29px 0px 16px;}
.new-counter-sec-div .new-sec-image img{

        top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: calc(50% - 31px);
    background-size: cover;
        border: unset;
    border-radius: 0;
        object-position: bottom;
}

.new-counter-sec-div .our-pro-head h3{

    font-size: 31px;
    line-height: 46px;
        font-weight: 800;

}


.new-counter-sec-div #counter li {
    flex: 1;
    text-align: center;
    font-size: 30px;
    color: #b2a16d;
    font-weight: 800;
    display: block;
    border: 1px solid #b2a16d;
    border-radius: 10px;
    padding: 10px;
}

.new-counter-sec-div .count-icon img {
    width: 30%;
    margin-bottom: 3px;
}


.new-counter-sec-div #counter li p {
    font-size: 12px;
    margin-top: 0px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
.new-counter-sec-div #counter{padding: 0px;}
.new-counter-sec-div .pop-btn-div {margin-top: 25px; text-align: left; }
.new-counter-sec-div .pop-btn-div button {
    padding: 8px 21px;
    font-size: 15px;
}

.new-counter-sec-div.our-pro-ol li{width: 48%; font-size: 15px;}
.developer-logo-wrapp{padding-bottom: 50px;}
.damac-prop-sec{padding: 50px 0px 60px;}
.damac-prop-head{display: flex; align-items: center; height: 100%;}
.damac-prop-head .our-serv-head h4 {text-align: left; margin-bottom: 15px; font-weight: 800; color: #000; font-size: 31px; line-height: 43px; }
.damac-prop-head .our-serv-head p {text-align: left; font-size: 15px; color: #000; margin-bottom: 6px; }
#our-services-slider .owl-dots {display: block!important;}
#our-services-slider .owl-dots button{border: 3px solid #b2a16d!important;width: 17px;height: 17px;border-radius: 50px;margin-right: 10px;margin-bottom: 9px;background-color: #fff;}
#our-services-slider .owl-dots button.active{background-color: #b2a16d!important;height: 17px;}
#our-services-slider .owl-dots{justify-content: center;margin-top: 0px;margin-bottom: 0px;position: absolute;display: block;bottom: -35px;right: 0;left: 0;text-align: center;}
#our-services-slider .owl-dots button:focus{outline: none; box-shadow: none;}
.damac-prop-head .our-serv-head{margin-bottom: 0px;}
.damac-prop-head .btn-div button {background-color: #000; border: none; border-radius: 50px; padding: 6px 20px; font-size: 15px; }
.damac-prop-head .btn-div {margin: 12px 0px 9px !important; }


.bottom-image-sec{background-color: #b2a16d17;padding: 23px 0px;}
.bottom-image-sec .btn-div {margin: 12px 0px 9px !important; }
.bottom-image-sec .our-serv-head h4 {text-align: center; margin-bottom: 15px; font-weight: 600; color: #000; font-size: 30px; line-height: 42px; font-weight: 800; width: 45%; margin: 0 auto 12px; }
.bottom-image-sec .our-serv-head p {text-align: center; font-size: 15px; color: #000; width: 69%; margin: 0 auto; }
.bottom-image-sec .btn-div button {
    background-color: #000;
    border: none;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 16px;
}