.highlight-text {
    line-height: 1.9;
    font-size: 25px;
}

.magnify-modal {
    position: absolute;
    z-index: 9!important;
    width: 320px;
    height: 320px;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    cursor: default
}

.magnify-maximize {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.magnify-toolbar {
    font-size: 0
}

.magnify-header {
    position: relative;
    z-index: 2;
    height: 40px;
    color: #fff
}

.magnify-header .magnify-toolbar {
    float: right
}

.magnify-title {
    padding: 13px 10px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.magnify-stage {
    position: absolute;
    top: 40px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    z-index: 1;
    border: 1px solid #ccc;
    overflow: hidden
}

.magnify-stage.stage-ready {
    text-align: center;
    font-size: 0
}

.magnify-stage.stage-ready:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    overflow: hidden
}

.magnify-image {
    position: relative;
    display: inline-block
}

.magnify-image.image-ready {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.magnify-footer {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center
}

.magnify-footer .magnify-toolbar {
    display: inline-block
}

.magnify-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #ccc;
    line-height: 1;
    text-align: center;
    background: none;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none
}

.magnify-button:hover {
    color: #fff
}

.magnify-button svg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.magnify-button-close:hover {
    background-color: #ff4545
}

.magnify-button-maximize:hover {
    background-color: #525252
}

.magnify-button-minimize:hover {
    background-color: #525252
}

.magnify-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #333
}

.magnify-loader::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    vertical-align: middle;
    -webkit-animation: magnifyLoading 1s infinite linear;
    animation: magnifyLoading 1s infinite linear
}

.magnify-loader::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    overflow: hidden
}

@-webkit-keyframes magnifyLoading {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0)
    }
}

@keyframes magnifyLoading {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0)
    }
}

.magnify-resizable-handle {
    position: absolute;
    z-index: 10
}

.magnify-resizable-handle-e {
    top: 0;
    right: -5px;
    bottom: 0;
    left: auto;
    width: 10px;
    cursor: e-resize
}

.magnify-resizable-handle-s {
    top: auto;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 10px;
    cursor: s-resize
}

.magnify-resizable-handle-w {
    top: 0;
    right: auto;
    bottom: 0;
    left: -5px;
    width: 10px;
    cursor: w-resize
}

.magnify-resizable-handle-n {
    top: -5px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 10px;
    cursor: n-resize
}

.magnify-resizable-handle-se {
    top: auto;
    right: -5px;
    bottom: -5px;
    left: auto;
    width: 10px;
    height: 10px;
    cursor: se-resize
}

.magnify-resizable-handle-sw {
    top: auto;
    right: auto;
    bottom: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    cursor: sw-resize
}

.magnify-resizable-handle-nw {
    top: -5px;
    right: auto;
    bottom: auto;
    left: -5px;
    width: 10px;
    height: 10px;
    cursor: nw-resize
}

.magnify-resizable-handle-ne {
    top: -5px;
    right: -5px;
    bottom: auto;
    left: auto;
    width: 10px;
    height: 10px;
    cursor: ne-resize
}

:-webkit-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
    display: none
}

:-webkit-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:-moz-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
    display: none
}

:-moz-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:-ms-fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
    display: none
}

:-ms-fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:full-screen .magnify-header,
:full-screen .magnify-footer,
:full-screen .magnify-resizable-handle {
    display: none
}

:full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:-webkit-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:-moz-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:-ms-fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

:-webkit-full-screen .magnify-header,
:-webkit-full-screen .magnify-footer,
:-webkit-full-screen .magnify-resizable-handle {
    display: none
}

:-moz-full-screen .magnify-header,
:-moz-full-screen .magnify-footer,
:-moz-full-screen .magnify-resizable-handle {
    display: none
}

:-ms-fullscreen .magnify-header,
:-ms-fullscreen .magnify-footer,
:-ms-fullscreen .magnify-resizable-handle {
    display: none
}

:fullscreen .magnify-header,
:fullscreen .magnify-footer,
:fullscreen .magnify-resizable-handle {
    display: none
}

:-webkit-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:-moz-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:-ms-fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

:fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000
}

::-webkit-backdrop {
    background-color: #000
}

::backdrop {
    background-color: #000
}

::-ms-backdrop {
    background-color: #000
}

.is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}


/* Author Style Starts */

body {
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2 {
    font-size: 6em;
    font-weight: 100;
    line-height: .9;
}


/*  */

.individual-proj-row .featured-thumb-block {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    margin-bottom: 2em;
}

.individual-proj-row .featured-thumb-block:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 40%);
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: bottom 0.5s ease;
    border-radius: 18px;
}

.individual-proj-row .featured-thumb-block:hover:after {
    bottom: 0;
}

.individual-proj-row .featured-thumb-block img {
    width: 100%;
    height: auto;
    display: block;
}

.individual-proj-row .featured-thumb-block .shutter-overlay {
    position: absolute;
    bottom: 0;
    /* Start hidden below the container */
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 20%);  */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* transition: all 0.5s ease;  */
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 99;
}


/* .individual-proj-row .featured-thumb-block:hover .shutter-overlay {
    background: rgb(0 0 0 / 40%);
} */

.individual-proj-row .shutter-overlay .shutter-content {
    padding: 0 3em;
}


/* .individual-proj-row .shutter-overlay .shutter-content .proj-logo {
    margin-bottom: 1em;
}
.individual-proj-row .shutter-overlay .shutter-content .proj-logo img{
    width: 200px;
} */

.individual-proj-row .shutter-overlay .shutter-content h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    /* text-shadow: 2px 2px #212529; */
}

.individual-proj-row .shutter-overlay .shutter-content h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2px;
    text-transform: uppercase;
    display: none;
}

.individual-proj-row .shutter-overlay .shutter-content h6 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.projects-listing-tabs .individual-proj-row .shutter-overlay .shutter-content p {
    font-size: 15px;
}

.individual-proj-row .shutter-overlay .shutter-content .brochure-link {
    color: #B3812C;
    border: 1px solid #B3812C;
    border-radius: 5px;
    padding: 8px 70px 8px 14px;
    display: inline-block;
    margin: 1em 0 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.individual-proj-row .shutter-overlay .shutter-content .brochure-link:after {
    position: absolute;
    content: "\2192";
    right: 15px;
    top: -2px;
    color: #b3812c;
    font-size: 25px;
}


/*  */

.slick-dots {
    list-style-type: none;
    position: absolute;
    right: 7.5em;
    bottom: 0.5em;
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 38px;
    height: 2px;
    background: #fff;
    color: transparent;
    cursor: pointer;
    border: none;
}

.slick-dots li.slick-active button {
    opacity: .5;
}

.slick-arrow {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    background: 0;
    box-shadow: none;
    border: 0;
    color: transparent;
    z-index: 9;
    background-size: 40px;
    background-repeat: no-repeat;
}

.slick-prev {
    background-image: url('/wp-content/uploads/2024/03/next.png');
    transform: rotate(180deg);
    left: 0;
}

.slick-next {
    background-image: url('/wp-content/uploads/2024/03/next.png');
    right: 0;
}

/* .social-lists li {
    margin: 0 5px;
}

.social-lists li a {
    border: 2px solid #b3812c;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
} */

.social-lists li a img {
    height: 38px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    font-weight: 200;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    color: #2D2C2C;
    height: 36px;
    font-size: 15px;
}

input:focus,
textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
    background: transparent;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

form p {
    margin-bottom: 1.75em;
}

textarea {
    resize: none;
}

input[type="submit"] {
    box-shadow: none;
    border: none;
    background: #B3812C;
    text-transform: uppercase;
    color: #000;
    padding: 10px 55px;
    margin: 2em 0 0;
    font-weight: 700;
}

.wpcf7-spinner {
    display: block;
    text-align: center;
    margin: auto;
}
input::placeholder {
  color: #000;
}

textarea::placeholder {
  color: #000;
}


/* Header Block Starts */

header {
    padding: 1em 0 0.3125em;
    position: fixed;
    z-index: 9;
    width: 100%;
}

header .logo {
    width: 140px;
}

header .sticky-logo {
    width: 140px;
    display: none;
}

header .menu-icon {
    cursor: pointer;
}

header .menu-icon img {
    width: 40px;
}

header .sticky-menu-icon {
    display: none;
}

header.sticky {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 999;
    /* transition: .5s all ease-in-out; */
}

header.sticky .logo {
    display: none;
}

header.sticky .sticky-logo {
    display: inline-block;
}

header.sticky .sticky-menu-icon {
    display: inline-block;
}

header.sticky .white-menu-icon {
    display: none;
}

.offcanvas-end {
    width: 285px!important;
    height: 100vh;
    background: #B3812C;
    z-index: 999999999;
}

.offcanvas-end .btn-close {
    position: absolute;
    right: 1em;
    top: 1em;
    color: #720000!important;
    opacity: 1;
}

.offcanvas-end .btn-close:focus {
    box-shadow: none;
}

.offcanvas-end .btn-close:focus-visible {
    outline: none;
}

.offcanvas-end .navbar-nav {
    text-align: left;
    margin: 2em 1em 0;
}

.offcanvas-end .navbar-nav .menu-item a {
    color: #fff;
}

.sub-menu-toggle {
    display: none;
}

/* .dropdown-menu {
    position: relative !important;
    margin-top: -3em !important;
    margin-bottom: 2.5em !important;
    background: #212529;
    height: auto;
    padding: 0;
    border: 1px solid #212529;
} */

/* .dropdown-menu li {
    display: block;
} */

.offcanvas-end .navbar-nav .menu-item a.dropdown-item {
    padding: 0.5rem 1rem;
    color: #fff;
}

.offcanvas-end .navbar-nav .menu-item a.dropdown-item:hover {
    color: #fff;
    background: transparent;
}

.offcanvas-end .navbar-nav .menu-item a.dropdown-item:active {
    background: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff!important;
    background: transparent;
}

.dropdown-menu li:nth-child(1) .dropdown-item {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* Header Block Ends */

.banner-block {
    /* height: 660px; */
    /* height: calc(100vh - 96px); */
    height: 100vh;
}

.banner-block .bannerItems {
    /* height: 660px; */
    /* height: calc(100vh - 96px); */
    height: 100vh;
}

.banner-block .bannerItems .slick-arrow {
    top: inherit;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.banner-block .bannerItems .slick-prev {
    right: 2.65em;
}

.banner-block .bannerItems .slick-next {
    left: 2.65em;
}

.banner-block .bannerItems .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.banner-block .bannerItems .bannerItem {
    /* height: 660px; */
    /* height: calc(100vh - 96px); */
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    /* background-position: center; */
    background-position: bottom;
    background-size: cover;
    color: #fff;
}

.banner-block .bannerItems .bannerItem .bannerlinkImg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-type-archive-projects .banner-block .bannerItems .bannerItem,
.page-template-page-projects-category .banner-block .bannerItems .bannerItem,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem {
    align-items: center;
}

.post-type-archive-projects .banner-block .bannerItems .bannerItem .bannerlinkImg img,
.page-template-page-projects-category .banner-block .bannerItems .bannerItem .bannerlinkImg img,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .bannerlinkImg img {
    width: 100%;
}

.banner-block .bannerItems .bannerItem.bannerItem-1 {
    background-position: center;
}


/* .banner-block .bannerItems .bannerItem.bannerItem-1 .banner-contents{
    display: none;
} */


/*.banner-block .bannerItems .bannerItem:after{
	position: absolute;
	content: "";
	background: rgb(0 0 0 / 65%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}*/

.banner-block .bannerItems .bannerItem .banner-contents {
    position: relative;
    z-index: 99;
    /* background: rgb(0 0 0 / 50%); */
    padding: 1em;
    margin-bottom: 8em;
}

.banner-block .bannerItems .bannerItem .banner-contents .proj-logo {
    height: 100px;
    margin-bottom: 1em;
}

.banner-block .bannerItems .bannerItem .banner-contents .prithvi_logo {
    height: 100px;
    margin-bottom: 1em;
}

.banner-block .bannerItems .bannerItem .banner-contents .anthem_logo {
    height: 85px;
    margin-bottom: 1em;
}

.banner-block .bannerItems .bannerItem .banner-contents .urban_logo {
    height: 80px;
    margin-bottom: 1em;
}

.banner-block .bannerItems .bannerItem .banner-contents p {
    font-weight: 100;
    /* margin-bottom: 3em; */
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-block .bannerItems .bannerItem .banner-contents p span {
    font-weight: bold;
}

.banner-block .bannerItems .bannerItem .banner-contents p img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.banner-block .bannerItems .bannerItem .banner-contents .viewlink {
    display: inline-block;
    background: rgb(0 0 0 / 33%);
    padding: 6px 10px 6px;
    color: #fff;
    font-size: 14px;
}

.banner-block .bannerItems .bannerItem .banner-contents .viewlink img {
    display: inline-block;
    width: 12px;
    margin-left: 10px;
}


/* .slick-initialized .slick-slide .banner-contents h1{
    animation: fadeOutLeft 3s both;
    -webkit-animation-name: fadeOutLeft 3s both 3s;
}
.slick-initialized .slick-slide.slick-active .banner-contents h1{
    animation: fadeInDown 3s both 2s;
    -webkit-animation-name: fadeInDown 3s both 3s;
}
.slick-initialized .slick-slide .banner-contents p{
    animation: fadeOutLeft 2s both;
    -webkit-animation-name: fadeOutLeft 2s both 4s;
}
.slick-initialized .slick-slide.slick-active .banner-contents p{
    animation: fadeInRight 2s both 2s;
    -webkit-animation-name: fadeInDown 2s both 4s;
} */

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.about-block {
    padding: 8em 0 6.5em;
}

.about-block h1 {
    color: #B3812C;
    margin-bottom: 35px;
}

.about-block p {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 1.5rem;
}

.testimonial-block {
    background: #B3812C;
    color: #fff;
    padding: 8em 0;
}

.testimonial-block h1 {
    font-size: 5.5em;
}

.testimonial-block .testimonials-slider {
    padding: 2em 0;
}

.testimonial-block .testimonials-slider .testi-slide {
    padding: 0 2em;
}

.testimonial-block .testimonials-slider .testi-slide img {
    margin: 0 auto 2em;
    width: 185px;
    height: auto;
}

.testimonial-block .testimonials-slider .testi-slide p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.testimonial-block .testimonials-slider .testi-slide h3 {
    font-weight: 100;
    margin-bottom: 0;
    opacity: .9;
}

.testimonial-block .testimonials-slider .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -4em;
}

.location-block .map-wrapper {
    position: relative;
}

.location-block .map-wrapper iframe {
    position: relative;
    width: 100%;
    height: 100vh;
}

.location-block .map-wrapper .map-head {
    position: absolute;
    left: 7.5em;
    bottom: 2em;
    background: #fff;
    padding: .5em;
}

.location-block .map-wrapper .map-head h1 {
    color: #B3812C;
    font-size: 4.75em;
    margin-bottom: 0;
}

.projects-block {
    padding: 5em 0;
    overflow: hidden;
}

.projects-block h1 {
    font-size: 5.5em;
    color: #B3812C;
    margin-bottom: 30px;
}

.projects-block .project-items {
    padding: 0 3em;
}

.projects-block .project-items .projestc-item {
    padding: 0 .75rem;
    position: relative;
    color: #3D3D3D;
    font-weight: 200;
}

.projects-block .project-items .projestc-item .proj-contents {
    background: #F8F8F8;
    padding: 1em;
    position: relative;
    top: -10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.projects-block .project-items .projestc-item .pro-image {
    display: inline-block;
    position: relative;
}

.projects-block .project-items .projestc-item .pro-image img {
    height: 380px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*box-shadow: 5px 5px 5px rgb(0 0 0 / 35%);*/
    object-fit: cover;
    object-position: bottom;
}


/*.projects-block .project-items .projestc-item .pro-top{
    position: absolute;
    top: 2em;
    left: 2em;
}*/

.projects-block .project-items .projestc-item span {
    font-size: 12px;
    text-transform: uppercase;
}

.projects-block .project-items .projestc-item span.status-tag {
    top: 1em;
}


/*.projects-block .project-items .projestc-item a{
    color: #fff;
}*/

.projects-block .project-items .projestc-item a h4 {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #B3812C;
}


/*.projects-block .project-items .projestc-item .pro-bottom{
    position: absolute;
    bottom: 2em;
    left: 2em;
}*/

.projects-block .project-items .projestc-item span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}

.projects-block .project-items .projestc-item span.bhk-meta {
    font-weight: 400;
}

.projects-block .project-items .projestc-item span.rera-meta {
    min-height: 68px;
}

.projects-block .project-items .projestc-item span i {
    width: 26px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.projects-block .project-items .projestc-item span img {
    display: inline-block;
    height: 26px;
}

.contact-block {
    background: rgb(232 232 232 / 30%);
    padding: 2em 0;
}

.contact-block .logo {
    width: 160px;
    margin-bottom: 1em;
}

.contact-block .partner_logo {
    padding: .5em 0 0;
}

.contact-block .partner_logo img {
    height: 65px;
    margin: 0 1em;
}

.contact-block .partner_logo img:first-child {
    filter: invert(1);
}

.contact-block h3 {
    font-size: 1.5rem;
    margin: 2em 0;
    font-weight: 500;
}

.footer-top {
    background: #A8711D;
    padding: 3em 0;
}
.footer-top .footer-logo{
    width: 145px;
    margin-bottom: 4em;
}

.footer-top .logo {
    margin-bottom: 1em;
}

.footer-top .menu li {
    display: block;
    margin-bottom: 10px;
}

.footer-top .menu li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-top .menu li.bold-text a {
    font-weight: 600;
}

/* .footer-top .footer-3 {
    text-align: right;
} */

.footer-top .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.footer-top .textwidget {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-top .textwidget p {
    margin-bottom: 5px;
}

.footer-top .textwidget a {
    color: #fff;
}

.footer-bottom {
    background: #A8711D;
    padding: 2em 0;
}

.footer-bottom p {
    margin-bottom: 0;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
}
.footer-bottom p strong{
    font-weight: 500;
}

.footer-bottom p a {
    color: #fff;
}

.footer-bottom p a img {
    width: 28px;
    position: relative;
    top: -2px;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
    text-align: left;
    margin: 5px 0 0;
}

.inner-banner-block {
    height: 680px;
    background-size: cover;
    /* background-position: bottom center;*/
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.inner-banner-block .banner-contents {
    margin-bottom: 2em;
}

.inner-banner-block .banner-contents h4 {
    margin-bottom: 0;
}

.inner-banner-block .banner-contents h4 .year {
    font-family: "Rajdhani", sans-serif;
    font-size: 10em;
    display: inline-block;
    line-height: .7;
}

.inner-banner-block .banner-contents h4 .exp {
    font-weight: 200;
    font-size: 30px;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: -10px;
    left: -2px;
}

.inner-banner-block .banner-contents h5 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.inner-banner-block .banner-contents p {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 1px;
}

.inner-banner-block .qr-code {
    position: absolute;
    width: 70px;
    right: 1em;
    bottom: 1em;
}

.page-template-page-about .about-block h1 {
    margin-bottom: 10px;
}

.page-template-page-about .about-block h3 {
    color: #B3812C;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 300;
}

.team-block {
    padding-bottom: 3em;
}

.team-block .team-member {
    padding-bottom: 3em;
}

.team-block .team-member .member-img {
    position: relative;
    margin-bottom: 1em;
}

.team-block .team-member .member-img h4 {
    position: absolute;
    background: #B3812C;
    color: #fff;
    font-weight: 300;
    bottom: 0;
    right: 0;
    padding: 5px 10px 5px 5px;
    margin-bottom: 0;
    font-size: 22px;
}

.team-block .team-member .member-img h4:before {
    position: absolute;
    content: "";
    border-bottom: 36px solid #b3812c;
    border-left: 20px solid transparent;
    left: -20px;
    bottom: 0;
}

.team-block .team-member h5 {
    font-weight: bold;
    color: #000000;
    font-size: 1.3rem;
}

.team-block .team-member p {
    color: #000000;
    font-weight: 300;
    margin-bottom: 0;
    min-height: 96px;
}

.getintouch-block {
    padding: 6em 0;
}

.getintouch-block h3 {
    color: #B3812C;
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 300;
}

.getintouch-block .getintouch-inner {
    position: relative;
    padding-bottom: 5em;
}

.getintouch-block .getintouch-inner .btm-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 180px;
}

.getintouch-block .getintouch-inner .main-content {
    margin-bottom: 3em;
}

.getintouch-block .getintouch-inner .main-content p {
    font-size: 18px;
    color: #3D3D3D;
}

.getintouch-block .getintouch-inner form {
    position: relative;
    padding-right: 5em;
}

.getintouch-block .getintouch-inner form:after {
    position: absolute;
    content: "";
    background: #B3812C;
    width: 1px;
    height: 140px;
    right: 1.5em;
    top: 20%;
}

.getintouch-block .getintouch-inner form p {
    margin-bottom: 1em;
}

.getintouch-block .getintouch-inner form textarea {
    height: 80px;
}

.getintouch-block .getintouch-inner form input[type="submit"] {
    margin: 1em 0 0;
}

.getintouch-block .getintouch-inner h4 {
    font-size: 18px;
    font-weight: 600;
    color: #101010;
    padding-left: 28px;
}

.getintouch-block .getintouch-inner .address-block p {
    font-weight: 600;
    margin-bottom: 3em;
    line-height: 1.4;
}

.getintouch-block .getintouch-inner .address-block p a {
    color: #212529;
}

.getintouch-block .getintouch-inner .address-block p img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 6px;
}

.getintouch-block .getintouch-inner .address-block p img.phone {
    top: 0;
}

.getintouch-block .getintouch-inner .address-block p span {
    display: inline-block;
    vertical-align: top;
}

.testimonial-lists-block {
    padding: 5em 0;
}

.testimonial-lists-block .single-testimonial-item .testimonial-image {
    position: relative;
}

.testimonial-lists-block .single-testimonial-item .testimonial-image:after {
    position: absolute;
    content: "";
    background: #B3812C;
    width: 1px;
    height: 150px;
    left: 0;
    right: 0;
    bottom: -150px;
    margin: auto;
}

.testimonial-lists-block .single-testimonial-item .testimonial-image img {
    width: 180px;
    height: auto;
}

.testimonial-lists-block .single-testimonial-item .testimonial-contents {
    padding-bottom: 3em;
}

.testimonial-lists-block .single-testimonial-item .testimonial-contents .testimonial-brief {
    min-height: 306px;
}

.testimonial-lists-block .single-testimonial-item .testimonial-contents .testimonial-brief p {
    color: #000;
    font-size: 17px;
    margin-bottom: 1.5em;
}

.testimonial-lists-block .single-testimonial-item .testimonial-contents h5 {
    color: #B3812C;
    font-weight: 600;
    font-size: 22px;
}

.testimonial-lists-block .single-testimonial-item .testimonial-contents h5 img {
    height: 50px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.single-projects .inner-banner-block {
    background-position: bottom;
    position: relative;
}

.single-projects .inner-banner-block .banner-contents {
    padding: 1em;
    background: rgb(0 0 0 / 50%);
}

.single-projects .inner-banner-block .banner-contents h1 {
    text-transform: uppercase;
}

.single-projects .inner-banner-block .banner-contents p {
    margin-bottom: 5px;
}

.single-projects .inner-banner-block .banner-contents p strong {
    font-weight: bold;
    display: block;
}

.single-projects .inner-banner-block .banner-contents span {
    font-size: 20px;
    font-weight: 200;
    display: block;
}

.single-projects h3 {
    color: #B3812C;
    margin-bottom: 25px;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}

.amenities-block {
    background-size: cover;
    background-position: center;
    padding: 5em 3em;
}

.amenities-block .amenities-inner {
    padding: 2em;
    background: rgb(179 129 44 / 90%);
    border-radius: 35px;
    color: #fff;
}

.amenities-block .amenities-inner h3 {
    color: #fff;
    margin-bottom: 38px;
}

.amenities-block .amenities-inner .amenities-item {
    margin-bottom: 2em;
}

.amenities-block .amenities-inner .amenities-item .amenities-img {
    margin-bottom: 1em;
}

.amenities-block .amenities-inner .amenities-item .amenities-img img {
    height: 50px;
}

.amenities-block .amenities-inner .amenities-item h6 {
    font-weight: 200;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 54px;
}

.specifications-block {
    padding: 5em 0;
}

.specifications-block .specifications-inner {
    background: rgb(232 232 232 / 30%);
    padding: 4em 3em;
    border-radius: 20px;
}

.accordion-item,
.nav-tabs {
    border: none;
    background: transparent;
    align-items: end;
}

.nav-tabs .nav-item {
    padding-right: 1em;
    margin-bottom: 10px;
}

.nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.nav-tabs .nav-item .nav-link {
    padding: 0;
    color: #707070;
    font-weight: 300;
    border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    outline: 0;
}

.nav-tabs .nav-link:focus-visible {
    box-shadow: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    font-weight: bold;
    color: #B3812C;
    font-size: 20px;
    position: relative;
}

.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    background: #B3812C;
    width: 50px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.accordion-body {
    padding: 3em 0 0;
}

.accordion-body ul li {
    font-size: 21px;
    margin-bottom: 1em;
}

.single-projects .accordion-body ul li {
    padding-left: 1em;
    position: relative;
    display: block;
}

.single-projects .accordion-body ul li:before {
    position: absolute;
    content: "";
    background: #212529;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.floorplans-block {
    padding: 6em 0 0;
}

.floorplans-block .nav-tabs .nav-item .nav-link {
    background: grey;
    color: #fff;
    border-radius: 3px;
    padding: 8px 20px;
}

.floorplans-block .nav-tabs .nav-item .nav-link.active {
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.floorplans-block .nav-tabs .nav-item.show .nav-link:after,
.floorplans-block .nav-tabs .nav-link.active:after {
    display: none;
}

.floorplans-block .floorplan-items .floorplan-item img {
    margin: auto;
}

.floorplans-block .floorplan-items .slick-arrow {
    top: 45%;
}

.floorplans-block .accordion-body {
    padding-top: 0;
}

.gallery-block {
    padding: 5em 0 0;
}

.gallery-block .gallery-items {
    padding: 0 3.5em 3em;
}

.gallery-block .gallery-items .slick-slide {
    transform: scale(0.8);
    padding: 2em 0;
}

.gallery-block .gallery-items .slick-slide,
.gallery-block .gallery-items .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
}

.gallery-block .gallery-items .slick-center,
.gallery-block .gallery-items .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.gallery-block .gallery-items .slick-current.slick-active {
    transform: scale(1.1);
}

.gallery-block .gallery-items .slick-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-block .slick-dots {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.gallery-block .slick-dots li {
    margin-right: 6px;
}

.gallery-block .slick-dots li button {
    background: #B3812C;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    opacity: .5;
}

.gallery-block .slick-dots li.slick-active button {
    opacity: 1;
}

.custom-gallery-block {
    padding: 0 0 6em;
}

.custom-gallery-block .gallery-inner {
    padding-left: 4em;
}

.custom-gallery-block .gallery-inner .c-gallery-items .item-slick {
    margin: 0 10px;
}

.projlocation-block {
    padding: 5em 0;
}

.projlocation-block iframe {
    width: 100%;
    height: 480px;
}

.relatedprojects-block {
    padding-bottom: 5em;
}

.relatedprojects-block .related-post-item {
    background: rgb(232 232 232 / 30%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.relatedprojects-block .related-post-item .rel-image {
    display: block;
    position: relative;
}

.relatedprojects-block .related-post-item .rel-image img {
    height: auto;
}

.relatedprojects-block .related-post-item .rel-image span {
    position: absolute;
    top: 2em;
    left: 0;
    background: #fff;
    padding: 5px;
    color: #000000;
    font-size: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.relatedprojects-block .related-post-item .rel-image span img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.relatedprojects-block .related-post-item .rel-contents {
    padding: 2em 1em;
}

.relatedprojects-block .related-post-item .rel-contents h4 {
    color: #B3812C;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.125rem;
}

.relatedprojects-block .related-post-item .rel-contents h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    text-transform: uppercase;
    min-height: 34px;
}

.relatedprojects-block .related-post-item .rel-contents small {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    min-height: 36px;
}

.relatedprojects-block .related-post-item .rel-contents p {
    font-size: 13px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents {
    background: transparent;
    color: #fff;
    /* margin-top: 2em; */
    padding: 1em 0 3em;
}

.page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents .status-tag,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents .status-tag,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents .status-tag {
    bottom: 0;
    left: 0;
    padding: 5px 15px 5px;
    border-radius: 5px;
    right: inherit;
}

.page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents .status-tag:after,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents .status-tag:after,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents .status-tag:after {
    display: none;
}

.page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents span img,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents span img,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents span img {
    filter: invert(1);
}

.page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents a h4,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents a h4,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents a h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.65em;
}

.page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents h1,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents h1,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents h1 {
    text-transform: uppercase;
}


/* .page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents h5,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents h5,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents h5{
    font-size: 1.65rem;
    font-weight: bold;
} */


/* .page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents h6,
.page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents h6,
.post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents h6{
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
} */

.featured-item-block {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.featured-item-block .featured-proj-item {
    background: #fff;
    padding: 2em;
    border-radius: 15px;
    position: relative;
}

.status-tag {
    position: absolute;
    background: #B3812C;
    color: #fff;
    padding: 5px 15px 5px 10px;
    text-transform: uppercase;
    right: -5px;
    font-weight: 600;
    font-size: 17px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 99;
}

.status-tag:after {
    position: absolute;
    content: "";
    border-top: 5px solid #b3812c;
    border-right: 5px solid transparent;
    bottom: -5px;
    right: 0;
}

.featured-item-block .featured-proj-item .proj-logo {
    margin-bottom: 1em;
}

.featured-item-block .featured-proj-item .proj-logo img {
    width: 125px;
    height: auto;
}

.featured-item-block .featured-proj-item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.featured-item-block .featured-proj-item small {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
}

.featured-item-block .featured-proj-item small img {
    width: 15px;
    margin-right: 10px;
}

.featured-item-block .featured-proj-item h6 {
    margin: 20px 0 10px;
    font-weight: 600;
    font-size: 15px;
}

.featured-item-block .featured-proj-item span {
    margin: 0 0 5px;
    font-size: 16px;
    /*color: #000;*/
    display: flex;
}

.featured-item-block .featured-proj-item span img {
    margin-right: 10px;
    height: 25px;
}

.featured-item-block .featured-proj-item ul li {
    position: relative;
    padding-left: 2.25em;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
}

.featured-item-block .featured-proj-item ul li:before {
    position: absolute;
    content: "\2192";
    left: 0;
    top: -10px;
    color: #b3812c;
    font-size: 25px;
}

.featured-item-block .featured-proj-item .brochure-link {
    color: #B3812C;
    border: 2px solid #B3812C;
    border-radius: 5px;
    padding: 8px 12px;
    display: inline-block;
    margin: 2em 0 0;
    font-size: 14px;
    cursor: pointer;
}

.projects-listing-tabs {
    padding: 5em 0;
}

.projects-listing-tabs .nav-tabs .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #1C1C1C;
}

.projects-listing-tabs .nav-tabs .nav-item.show .nav-link,
.projects-listing-tabs .nav-tabs .nav-link.active {
    font-weight: 500;
    /* font-size: 24px; */
    color: #B3812C;
}

.projects-listing-tabs .nav-tabs .nav-item.show .nav-link:after,
.projects-listing-tabs .nav-tabs .nav-link.active:after {
    display: none;
}


/* .projects-listing-tabs .individual-proj-row {
    background: rgb(232 232 232 / 30%);
    margin-bottom: 2em;
    border-radius: 20px;
} */

.projects-listing-tabs .individual-proj-row .featured-thumb-block {
    position: relative;
    display: block;
}

.projects-listing-tabs .individual-proj-row .featured-thumb-block img {
    height: auto;
    border-radius: 20px;
    width: 100%;
}

.projects-listing-tabs .individual-proj-row .featured-thumb-block .status-tag {
    top: 1em;
    background: #fff;
    padding: 7px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #B3812C;
    font-weight: 300;
}


/* .projects-listing-tabs .individual-proj-row .content-block {
    padding: 0 3em;
}
.projects-listing-tabs .individual-proj-row .content-block .proj-logo {
    margin-bottom: 1em;
}
.projects-listing-tabs .individual-proj-row .content-block .proj-logo img{
    width: 200px;
}
.projects-listing-tabs .individual-proj-row .content-block .proj-logo h4{
    color: #B3812C;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 2px 2px #212529;
}
/* .projects-listing-tabs .individual-proj-row .content-block h5{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.projects-listing-tabs .individual-proj-row .content-block h6{
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.projects-listing-tabs .individual-proj-row .content-block p{
    font-size: 15px;
}
.projects-listing-tabs .individual-proj-row .content-block .brochure-link{
    color: #B3812C;
    border: 1px solid #B3812C;
    border-radius: 5px;
    padding: 8px 70px 8px 14px;
    display: inline-block;
    margin: 1em 0 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}
.projects-listing-tabs .individual-proj-row .content-block .brochure-link:after{
    position: absolute;
    content: "\2192";
    right: 15px;
    top: -2px;
    color: #b3812c;
    font-size: 25px;
}  */

.inner-page-accordion-block {
    padding: 5em 0;
}

.inner-page-accordion-block h2 {
    font-size: 5.5em;
    color: #B3812C;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.inner-page-accordion-block .accordion-item {
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.inner-page-accordion-block .accordion-item:last-of-type {
    border-bottom: 1px solid #dee2e6;
}

.accordion-button {
    background: #b3812c;
    color: #fff;
}

.accordion-button:after,
.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2024/04/dropdown-arrow.png');
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #b3812c;
    box-shadow: none;
}

.inner-page-accordion-block .accordion-button:focus {
    box-shadow: none;
}

.inner-page-accordion-block .accordion-body {
    padding: 2.5em 2em 1em;
}

.inner-page-accordion-block .accordion-body p {
    font-weight: 300;
}

.inner-page-accordion-block .accordion-body ul li {
    font-size: 16px;
    margin-bottom: 1em;
    position: relative;
    padding-left: 2em;
    display: block;
    font-weight: 300;
}

.inner-page-accordion-block .accordion-body ul li:after {
    position: absolute;
    content: "\2192";
    left: 0;
    top: -10px;
    color: #b3812c;
    font-size: 25px;
}

.boilerplatecontents-block {
    padding-bottom: 4em;
    text-align: center;
}

.boilerplatecontents-block h3 {
    text-align: center;
    font-size: 3em;
    color: #B3812C;
    margin-bottom: 18px;
}

.boilerplatecontents-block p {
    font-weight: 300;
}

.toolstab-block {
    padding: 5em 0;
    color: #707070;
}

.toolstab-block p {
    margin-bottom: 30px;
    font-weight: 300;
}

.toolstab-block label {
    font-size: 15px;
    font-weight: 300;
}

.toolstab-block input {
    margin-bottom: 1em;
}

.toolstab-block a.button {
    background: #B68400;
    color: #fff;
    margin: 1em 0 0;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
}

.single-post .inner-banner-block,
.page-template-page-blog .inner-banner-block {
    height: 400px;
    position: relative;
}

.single-post .inner-banner-block:after,
.page-template-page-blog .inner-banner-block:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-post .inner-banner-block h2,
.page-template-page-blog .inner-banner-block h2 {
    position: relative;
    z-index: 999;
}

.blog-detail-content {
    padding: 5em 0;
}

.blog-detail-content h1 {
    color: #B3812C;
    text-align: center;
    font-size: 4em;
    font-weight: 100;
    margin-bottom: 30px;
}

.blog-detail-content p {
    font-weight: 300;
}

.blog-detail-content p strong {
    font-weight: 600;
}

.blog-detail-content p a {
    color: #212529;
}

.blog-detail-content p a:hover {
    text-decoration: underline;
}

.blog-detail-content h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

.blog-detail-content ul,
.blog-detail-content ol {
    margin-bottom: 1em;
}

.blog-detail-content ul li,
.blog-detail-content ol li {
    position: relative;
    padding-left: 2em;
}

.blog-detail-content ul li:before,
.blog-detail-content ol li:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 8px;
    background: #212529;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.featured-blog-block {
    padding: 5em 0 3em;
}

.featured-blog-block h4 {
    margin-bottom: 15px;
    color: #B3812C;
    font-weight: 600;
}

.featured-blog-block .fblog-item {
    position: relative;
}

.featured-blog-block .fblog-item .blog-thumb {
    height: 225px;
}

.featured-blog-block .fblog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.featured-blog-block .fblog-item h5 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
    line-height: 1;
}

.featured-blog-block .fblog-item h5 a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.blog-lists-block {
    padding: 5em 0;
}

.blog-lists-block .single-blog-item {
    margin-bottom: 2em;
}

.blog-lists-block .single-blog-item .blog-img {
    display: block;
    margin-bottom: 1em;
    height: 300px;
}

.blog-lists-block .single-blog-item .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.blog-lists-block .single-blog-item span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.blog-lists-block .single-blog-item a h4 {
    font-size: 22px;
    color: #212529;
    line-height: 1;
}

.processing {
    display: none;
}

.processing img {
    width: 50px;
}

#pagination {
    text-align: center;
    margin: 1em 0 0;
}

#pagination li {
    margin: 0 5px;
}

ul#pagination li a,
ul#pagination li span {
    padding: 3px 10px;
    background: #b3812c;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.page-template-page-standard .inner-banner-block {
    height: 485px;
}

.boilerplate-contents {
    padding: 5em 0;
}

.modal .modal-content {
    padding-top: 4em;
}

.modal h3 {
    color: #B3812C;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal .btn-close {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #b3812c !important;
    background-image: none !important;
    width: auto;
    opacity: 1;
    font-weight: 600;
    cursor: pointer;
}


/* Media Query Starts */

@media only screen and (min-width: 1400px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .about-block h1,
    .testimonial-block h1,
    .projects-block h1 {
        font-size: 5em;
    }
    .about-block p {
        font-size: 20px;
    }
    .projects-block .project-items .projestc-item .pro-image img {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1025px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 1024px) {
    .getintouch-block .getintouch-inner .btm-right {
        display: none;
    }
    .getintouch-block .getintouch-inner .address-block p span {
        width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (max-width: 991px) {
    .specifications-block .specifications-inner {
        padding: 1em;
    }
    .accordion-body {
        padding: 1em;
    }
    .accordion-body ul li {
        font-size: 14px;
    }
    .accordion-button {
        padding: .5em 1em;
        background: #B3812C;
        color: #fff;
        font-weight: 400;
    }
    .accordion-button:not(.collapsed) {
        background: #B3812C;
        color: #fff;
        box-shadow: none;
    }
    .accordion-button:focus {
        box-shadow: none;
    }
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .highlight-text {
        line-height: 1.9;
        font-size: 25px;
        display: block;
    }
    .floorplans-block {
        padding: 2em 0 0;
    }
    .floorplans-block .floorplan-items {
        padding-bottom: 2em;
    }
    .floorplans-block .floorplan-items .slick-arrow {
        top: inherit;
        bottom: 0;
    }
    header {
        padding: 1rem .5rem;
    }
    .slick-dots {
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0;
        text-align: center;
    }
    .slick-dots li {
        margin-right: 5px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 0;
    }
    header .menu-icon img {
        width: 30px;
    }
    h1,
    h2,
    .testimonial-block h1,
    .location-block .map-wrapper .map-head h1,
    .projects-block h1 {
        font-size: 2.125em;
    }
    .social-lists li {
        margin: 0 3px;
    }
    .social-lists li a img {
        height: 18px;
    }
    .banner-block,
    .banner-block .bannerItems,
    .banner-block .bannerItems .bannerItem {
        height: 600px;
        background-position: bottom;
    }
    /* .banner-block .bannerItems .bannerItem .banner-contents{
        background-color: #B3812C;
        height: 220px;
    } */
    .banner-block .bannerItems .bannerItem .banner-contents p {
        font-size: 18px;
        margin-bottom: 10px;
        /* min-height: 82px; */
    }
    .banner-block .bannerItems .bannerItem .banner-contents .prithvi_logo {
        height: 65px;
    }
    .banner-block .bannerItems .bannerItem .banner-contents .anthem_logo {
        height: 50px;
    }
    .about-block {
        padding: 2em 0 1em;
    }
    .about-block h1 {
        margin-bottom: 15px;
    }
    .about-block p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    .testimonial-block {
        padding: 2em 0;
    }
    .testimonial-block .testimonials-slider {
        padding: 1em 0 2em;
    }
    .testimonial-block .testimonials-slider .testi-slide img {
        margin: 0 auto 1em;
        width: 150px;
    }
    .testimonial-block .testimonials-slider .testi-slide p {
        font-size: 16px;
        line-height: 1.4;
    }
    .location-block .map-wrapper iframe {
        height: 480px;
    }
    .location-block .map-wrapper .map-head {
        left: 0;
    }
    .projects-block {
        padding: 2em 0;
    }
    .projects-block .project-items {
        padding: 0 0 2em;
    }
    .projects-block .project-items .projestc-item {
        padding: 0 .5em;
    }
    .slick-arrow {
        top: inherit;
        bottom: 0;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .slick-prev {
        left: -35px;
        right: 0;
        margin: auto;
    }
    .slick-next {
        left: 0;
        right: -35px;
        margin: auto;
    }
    .projects-block .project-items .projestc-item .pro-image img {
        height: 280px;
    }
    .projects-block .project-items .projestc-item span.rera-meta {
        min-height: 95px;
    }
    .contact-block {
        padding: 2em 0 0;
    }
    .contact-block h3 {
        margin: .5em 0;
        font-size: 1.25rem;
    }
    .contact-block .form-wrapper {
        padding: 1em 1em 0;
    }
    input[type="submit"] {
        margin: 1em 0 0;
    }
    footer {
        text-align: center;
    }
    .footer-top {
        padding: 2em 0;
    }
    .footer-top .text-end {
        text-align: center!important;
    }
    .footer-top .footer-3 {
        text-align: center;
    }
    .footer-top .menu {
        margin-bottom: 1em;
    }
    .footer-top .menu li {
        margin-bottom: 8px;
    }
    .footer-top .menu li a {
        font-size: 16px;
    }
    .footer-top .textwidget {
        font-size: 16px;
        line-height: 1.2;
    }
    .footer-bottom {
        padding: 1em 0;
    }
    .inner-banner-block {
        height: 280px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .single-projects .inner-banner-block {
        height: auto;
        background-image: none!important;
    }
    .inner-banner-block .banner-contents {
        margin-bottom: 1em;
    }
    .single-projects .inner-banner-block .banner-contents {
        background: #B3812C;
        text-align: center;
    }
    /* .inner-banner-block .banner-contents .qr-code{
        margin: 1em auto 0;
    } */
    .inner-banner-block .banner-contents h4 .year {
        font-size: 4em;
    }
    .inner-banner-block .banner-contents h4 .exp {
        font-size: 18px;
        top: -5px;
        left: 0;
    }
    .inner-banner-block .banner-contents h5 {
        font-size: 20px;
    }
    .inner-banner-block .banner-contents p {
        font-size: 18px;
    }
    .page-template-page-about .about-block h3 {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .team-block {
        padding-bottom: 2em;
    }
    .team-block .team-member {
        padding-bottom: 1em;
    }
    .team-block .team-member .member-img h4 {
        font-size: 16px;
    }
    .team-block .team-member .member-img h4:before {
        border-bottom: 30px solid #b3812c;
        border-left: 15px solid transparent;
        left: -15px;
    }
    .team-block .team-member h5 {
        font-size: 1.15rem;
    }
    .team-block .team-member p {
        min-height: inherit;
        line-height: 1.3;
    }
    .getintouch-block {
        padding: 2em 0;
    }
    .getintouch-block h3 {
        font-size: 26px;
    }
    .getintouch-block .getintouch-inner {
        padding-bottom: 0;
    }
    .getintouch-block .getintouch-inner .main-content p {
        font-size: 16px;
    }
    .getintouch-block .getintouch-inner .main-content {
        margin-bottom: 1em;
    }
    .getintouch-block .getintouch-inner form {
        padding-right: 0;
    }
    .getintouch-block .getintouch-inner form:after {
        display: none;
    }
    .getintouch-block .getintouch-inner form input[type="submit"] {
        margin: 0;
    }
    .getintouch-block .getintouch-inner .address-block p span {
        width: 90%;
    }
    .getintouch-block .getintouch-inner .address-block p {
        margin-bottom: 1em;
    }
    .testimonial-lists-block {
        padding: 2em 0 0;
    }
    .testimonial-lists-block .single-testimonial-item .testimonial-image {
        margin-bottom: 1em;
    }
    .testimonial-lists-block .single-testimonial-item .testimonial-image:after {
        display: none;
    }
    .testimonial-lists-block .single-testimonial-item .testimonial-contents {
        padding-bottom: 1em;
        text-align: center;
        border-bottom: 1px solid #B3812C;
        margin-bottom: 2em;
    }
    .testimonial-lists-block .single-testimonial-item .testimonial-contents .testimonial-brief {
        min-height: inherit;
    }
    .testimonial-lists-block .single-testimonial-item .testimonial-contents .testimonial-brief p {
        margin-bottom: 1em;
        font-size: 15px;
    }
    .testimonial-lists-block .single-testimonial-item .testimonial-contents h5 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .gallery-block .gallery-items {
        padding: 0 1em 3em;
    }
    .gallery-block .gallery-items .slick-slide {
        transform: scale(1);
        padding: 0;
    }
    .gallery-block .gallery-items .slick-slide,
    .gallery-block .gallery-items .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
        transform: scale(1);
    }
    .gallery-block .gallery-items .slick-center,
    .gallery-block .gallery-items .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
        transform: scale(1);
    }
    .gallery-block .gallery-items .slick-current.slick-active {
        transform: scale(1);
    }
    .single-projects .inner-banner-block .banner-contents span {
        font-size: 15px;
    }
    .single-projects h3 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }
    .amenities-block {
        padding: 2em 0;
    }
    .specifications-block {
        padding: 2em 0;
    }
    .gallery-block {
        padding: 2em 0 0;
    }
    .projlocation-block {
        padding: 2em 0;
    }
    .relatedprojects-block {
        padding-bottom: 0;
    }
    .relatedprojects-block .related-post-item {
        margin-bottom: 2em;
    }
    .relatedprojects-block .related-post-item .rel-contents h4 {
        margin-bottom: 1em;
    }
    .relatedprojects-block .related-post-item .rel-contents h6,
    .relatedprojects-block .related-post-item .rel-contents small {
        min-height: inherit;
    }
    .post-type-archive-projects .slick-dots {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: -10px;
    }
    .post-type-archive-projects .slick-dots li button {
        background: #000;
    }
    .projects-listing-tabs {
        padding: 2em 0;
    }
    .projects-listing-tabs .individual-proj-row .content-block {
        padding: 1em;
    }
    .projects-listing-tabs .individual-proj-row .content-block .brochure-link {
        padding: 8px 50px 8px 14px;
    }
    .projects-listing-tabs .individual-proj-row .content-block h5 {
        font-size: 18px;
    }
    .projects-listing-tabs .individual-proj-row .content-block h6 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .inner-page-accordion-block {
        padding: 2em 0;
    }
    .inner-page-accordion-block h2 {
        font-size: 2.5em;
    }
    .inner-page-accordion-block .accordion-body {
        padding: 1.5em 1em 1em;
    }
    .boilerplatecontents-block {
        padding-bottom: 1em;
    }
    .boilerplatecontents-block h3 {
        font-size: 2em;
    }
    .toolstab-block {
        padding: 2em 0;
    }
    .single-post .inner-banner-block {
        height: 215px;
    }
    .blog-detail-content {
        padding: 2em 0;
    }
    .blog-detail-content h1 {
        font-size: 2em;
        font-weight: 200;
        line-height: 1.1;
    }
    .featured-blog-block {
        padding: 2em 0;
    }
    .featured-blog-block .fblog-item {
        margin-bottom: 1em;
    }
    .blog-lists-block .single-blog-item a h4 {
        font-size: 20px;
        line-height: 1.1;
    }
    .blog-lists-block .single-blog-item p {
        font-size: 15px;
    }
    #pagination {
        margin: 0;
    }
    #pagination li {
        margin: 0 3px;
    }
    .blog-lists-block {
        padding: 3em 0;
    }
    .projects-listing-tabs .individual-proj-row .content-block .proj-logo h4 {
        font-size: 22px;
    }
    .bannerItems .featured-item-block {
        height: auto;
    }
    .bannerItems .featured-item-block .featured-proj-item {
        width: 100%;
    }
    .featured-item-block .featured-proj-item .brochure-link {
        margin: 1em 0;
    }
    .inner-banner-block .qr-code {
        width: 40px;
        right: 12px;
        bottom: 116px;
    }
    .slick-initialized .slick-slide .banner-contents h1 {
        animation: none;
    }
    .slick-initialized .slick-slide.slick-active .banner-contents h1 {
        animation: none;
    }
    .slick-initialized .slick-slide .banner-contents p {
        animation: none;
    }
    .slick-initialized .slick-slide.slick-active .banner-contents p {
        animation: none;
    }
    /* .banner-block .bannerItems .bannerItem{
        flex-flow: column;
    } */
    .banner-block .bannerItems .bannerItem .bannerlinkImg {
        position: initial;
    }
    .zoomable {
        position: relative;
        overflow: hidden;
        /* border-radius: 30px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); */
    }
    .zoomable__img {
        transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
        transition: transform 0.15s linear;
    }
    .zoomable--zoomed .zoomable__img {
        cursor: zoom-in;
        transform: scale(var(--zoom, 2));
    }
    .page-template-page-standard .inner-banner-block {
        background-image: none!important;
        height: auto;
    }
    .page-template-page-standard .inner-banner-block .banner-contents {
        margin-bottom: 0;
        background: #b5872c;
        padding: 1em;
    }
    .page-template-page-standard .inner-banner-block .banner-contents h1 {
        margin-bottom: 0;
        font-size: 1.5em;
    }
    .boilerplate-contents {
        padding: 1em 0 2em;
    }
    .page-template-page-standard .boilerplate-contents p {
        word-break: break-all;
    }
    .contact-block .logo {
        width: 115px;
    }
    .banner-block .bannerItems .bannerItem {
        align-items: flex-start;
    }
    .banner-block .bannerItems .bannerItem .banner-contents br {
        display: none;
    }
    .banner-block .bannerItems .bannerItem .banner-contents {
        padding: 8em 2em 0;
    }
    .page-template-page-projects-category .banner-block .bannerItems .bannerItem .banner-contents,
    .page-template-page-projects-location .banner-block .bannerItems .bannerItem .banner-contents {
        padding-top: 2em;
    }
    /* .post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents {
        padding-top: 10em;
    } */
    .post-type-archive-projects .banner-block .bannerItems .bannerItem .banner-contents .proj-logo {
        height: auto;
        margin: auto;
        text-align: left;
    }
    .banner-block .bannerItems .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .banner-block .bannerItems .slick-prev {
        right: 0;
    }
    .banner-block .bannerItems .slick-next {
        left: 0;
    }
    .featured-item-block .featured-proj-item span {
        font-size: 13px;
    }
    .status-tag {
        font-size: 13px;
    }
    .individual-proj-row .shutter-overlay .shutter-content h4 {
        font-size: 22px;
    }
    .individual-proj-row .shutter-overlay .shutter-content h6 {
        font-size: 15px;
    }
    .individual-proj-row .shutter-overlay .shutter-content {
        padding: 0 1em;
    }
    .amenities-block .amenities-inner {
        background: rgb(179 129 44 / 50%);
    }
}


/* New Project Styling */

@font-face {
    font-family: 'alternate_gothic_no.2regular';
    src: url('../fonts/alternate_gothic_no.2_regular-webfont.woff2') format('woff2'), url('../fonts/alternate_gothic_no.2_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.project-custom-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #B3812C;
    background-size: cover;
    background-position: center;
}

.project-custom-image-banner {
    /* color: #B3812C; */
    color: #fdf8c9;
}

/* .bannerimg-overlay {
    position: relative;
}
.bannerimg-overlay:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.project-custom-image-banner .main-banner {
    width: 100%;
}

.project-custom-image-banner .positioned-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}

.project-custom-image-banner .proj-logo {
    width: 150px;
    margin-bottom: 1em;
}

.project-custom-image-banner h4 {
    color: #fdf8c9;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 1em 0;
}

.project-custom-image-banner h5 {
    color: #fdf8c9;
    font-size: 15px;
    /* font-family: "Advent Pro", sans-serif; */
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 1px;
}

.project-custom-image-banner .banner-config {
    margin: 2em 0;
}

.project-custom-image-banner .banner-config h3 {
    font-family: 'alternate_gothic_no.2regular';
    color: #fdf8c9;
    font-size: 34px;
    margin-bottom: 0;
}

.project-custom-image-banner .banner-config h6 {
    font-weight: 300;
}

.project-custom-image-banner .custom-qr {
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1em;
    background: rgb(0 0 0 / 50%);
}
.project-custom-image-banner .custom-qr small{
    font-size: 16px;
}

.project-custom-image-banner .custom-qr img {
    width: 50px;
    margin-left: 5px;
}

.custom-project-about h2 {
    color: #B3812C;
}

.custom-luxury-block {
    /* height: 100vh; */
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: end;
}

.custom-luxury-block .positioned-content {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 3em;
}

.custom-luxury-block .main-img {
    width: 100%;
}

.custom-luxury-block h3 {
    font-size: 4em;
    font-weight: 100;
    line-height: .9;
    color: #FFFFFF;
    margin-bottom: 0;
}

.custom-luxury-block .custom-luxury-icon-block {
    margin-top: 2em;
}

.custom-luxury-block .custom-luxury-icon-block .custom-luxury-icon {
    margin-bottom: 10px;
}

.custom-luxury-block .custom-luxury-icon-block .custom-luxury-icon img {
    height: 35px;
}

.custom-luxury-block .custom-luxury-icon-block h6 {
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 200;
    /* font-family: "Advent Pro", sans-serif; */
}

.custom-convenience-block {
    background: #050907;
    color: #fff;
    padding: 6em 0;
}

.custom-convenience-block h3 {
    font-size: 4em;
    font-weight: 100;
    line-height: .9;
    color: #fff;
    margin-bottom: 25px;
}

.custom-convenience-block h5 {
    color: #EFC885;
    /* font-family: "Advent Pro", sans-serif; */
    font-weight: 600;
    margin-bottom: 15px;
}

.custom-convenience-block .custom-convenience-icon-block {
    margin-bottom: 2em;
}

.custom-convenience-block .custom-convenience-icon-block .custom-convenience-icon {
    margin-bottom: 10px;
}

.custom-convenience-block .custom-convenience-icon-block .custom-convenience-icon img {
    height: 35px;
}

.custom-convenience-block .custom-convenience-icon-block h6 {
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 200;
    /* font-family: "Advent Pro", sans-serif; */
}

.custom-convenience-block ul li {
    position: relative;
    color: #FFFFFF;
    font-weight: 200;
    padding-left: 1.25em;
    margin-bottom: 5px;
    /* font-family: "Advent Pro", sans-serif; */
    font-size: 15px;
    margin-bottom: 1em;
}

.custom-convenience-block ul li:before {
    position: absolute;
    content: "+";
    color: #EFC885;
    top: -7px;
    left: 0;
    font-size: 25px;
}

.custom-convenience-block .scroll-to {
    color: #EFC885;
    /* font-family: "Advent Pro", sans-serif; */
    font-weight: 600;
    left: 0;
    right: 0;
    bottom: 1em;
    margin: auto;
    text-align: center;
    position: absolute;
    font-size: 20px;
    text-transform: uppercase;
}

.custom-convenience-block .scroll-to img {
    width: auto;
    display: block;
    margin: auto;
}

.custom-location-block {
    background: rgb(239 200 133 / 16%);
    padding: 6em 0;
}

.custom-location-block h3 {
    font-size: 4em;
    font-weight: 100;
    line-height: .9;
    color: #B3812C;
    margin-bottom: 25px;
}

.custom-location-block p {
    font-weight: 200;
}

.custom-location-block h4 {
    color: #B3812C;
    margin: 1em 0;
}

.custom-location-block .custom-location-icon-block {
    margin-bottom: 3em;
}

.custom-location-block .custom-location-icon-block .custom-location-icon {
    margin-bottom: 10px;
}

.custom-location-block .custom-location-icon-block .custom-location-icon img {
    height: 35px;
}

.custom-location-block .custom-location-icon-block h6 {
    margin-bottom: 0;
    /* font-family: "Advent Pro", sans-serif; */
}

.custom-location-block .custom-location-icon-block h6 strong {
    display: block;
}

.custom-masterplan {
    padding: 6em 0;
}

.custom-masterplan h3 {
    font-size: 4em;
    font-weight: 100;
    line-height: .9;
    color: #B3812C;
    margin-bottom: 1em;
}

.custom-floorplan {
    background: rgb(239 200 133 / 16%);
    padding: 6em 0;
}

.custom-floorplan h3 {
    font-size: 4em;
    font-weight: 100;
    line-height: .9;
    color: #B3812C;
    margin-bottom: 10px;
}

.custom-floorplan p {
    line-height: 1;
    margin-bottom: 20px;
}

.custom-floorplan-form {
    position: relative;
    display: inline-block;
    width: 40%;
    margin-bottom: 30px;
}

.custom-floorplan-form select {
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* font-family: "Advent Pro", sans-serif; */
    border: 2px solid #B3812C;
    color: #B3812C;
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
}

.custom-floorplan-form::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    background: linear-gradient(45deg, #b3812d, #b3812d);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: translateY(-50%);
}

.custom-floorplan select:focus {
    outline: none;
}

.type-box {
    display: none;
}


/* .type-box img { max-width: 300px; display:block; } */

.custom-specifications-block {
    padding: 6em 0;
}

.custom-specifications-block h3 {
    font-size: 4em;
    font-weight: 100;
    line-height: .9;
    color: #B3812C;
    margin-bottom: 15px;
}

.nav-tabs .nav-item .nav-link {
    font-family: 'Advent Pro';
    font-size: 18px;
}

.custom-specifications-block .info-counter p {
    font-weight: 300;
    line-height: 1;
}

.custom-specifications-block .info-counter .counter-name {
    font-family: 'alternate_gothic_no.2regular';
    color: #EFC885;
    font-size: 34px;
    margin-bottom: 5px;
    display: block;
}

.custom-gallery-block h3 {
    font-weight: 500;
}

.aurelia-logo {
    height: 115px;
}

.banner-block .bannerItems .bannerItem .banner-contents h5 {
    font-weight: 200;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
    letter-spacing: 2px;
}

.banner-block .bannerItems .bannerItem .banner-contents p img {
    width: 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.newlauch-inner {
    background: #F8F8F8;
    border-radius: 20px;
    margin: 2em 0;
}

.newlauch-inner .status-tag {
    top: 1em;
}

.newlauch-inner .proj-contents {
    text-align: center;
}

.newlauch-inner .proj-contents a h4 {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #B3812C;
}

.newlauch-inner .proj-contents img {
    display: block;
    height: 100px;
    margin: 0 auto 1em;
}

.newlauch-inner .proj-contents {
    padding: 0 2em;
    text-align: center;
}

.units-lists {
    margin: 1em;
}

.units-lists li {
    position: relative;
    padding-left: 15px;
    margin-right: 2em;
}

.units-lists li:before {
    position: absolute;
    content: "";
    background: #B3812C;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
}


/* .bannerItem.bannerItem-0{
    display: none!important;
} */

@media (min-width: 768px) and (max-width: 1280px) {
    h1,
    h2 {
        font-size: 5em;
    }
    .custom-luxury-block h3 {
        font-size: 3.5em;
    }
}

@media (max-width: 767.98px) {
    .custom-convenience-block .custom-convenience-icon-block h6 {
        font-size: 14px;
    }
    .custom-convenience-block ul li {
        font-size: 14px;
    }
    .banner-block .bannerItems .bannerItem .banner-contents .proj-logo {
        margin: 0 auto 10px;
    }
    .custom-convenience-block ul li:before {
        top: -5px;
        font-size: 20px;
    }
    .custom-location-block .custom-location-icon-block {
        margin-bottom: 1em;
    }
    .banner-block .bannerItems .bannerItem .banner-contents {
        text-align: center;
    }
    .banner-block .bannerItems .bannerItem .banner-contents .prithvi_logo {
        display: block;
        margin: auto;
    }
    .banner-block .bannerItems .bannerItem .banner-contents .anthem_logo {
        height: 80px;
        display: block;
        margin: auto;
    }
    .project-custom-image-banner .main-banner {
        background-image: none;
        /* height:500px; */
        object-fit: cover;
        object-position: center;
        /* background-image: url('/wp-content/uploads/2025/12/Bnr-01-mob.jpg'); */
    }
    .project-custom-image-banner .proj-logo {
        width: 80px;
        margin-bottom: 0;
    }
    .project-custom-image-banner .positioned-content {
        top: 15%;
    }
    .project-custom-image-banner .banner-config {
        margin: 0.75em 0 0;
    }
    .project-custom-image-banner h4 {
        font-size: 13px;
        margin: 5px 0 0;
    }
    .project-custom-image-banner h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .project-custom-image-banner .custom-qr {
        bottom: 5px;
        right: 5px;
        text-align: center;
    }
    .project-custom-image-banner .custom-qr small {
        font-size: 13px;
        vertical-align: bottom;
        color: #fff;
    }
    .project-custom-image-banner .custom-qr img {
        width: 35px;
    }
    .custom-project-about h2 {
        font-weight: 200;
    }
    .project-custom-image-banner .banner-config h3 {
        font-size: 22px;
    }
    .project-custom-image-banner .banner-config h6 {
        font-size: 14px;
    }
    .custom-luxury-block {
        height: auto;
        /* padding: 10em 0 2em; */
        /* text-align: center; */
        background-color: #000;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        display: flex;
        flex-direction: column;
        padding-bottom: 2em;
    }
    .custom-luxury-block .positioned-content {
        position: initial;
    }
    .custom-luxury-block h3 {
        font-size: 2.125em;
        margin-bottom: 5px;
        text-align: left;
        /* padding: 3em 0 0; */
        font-weight: 200;
    }
    .custom-luxury-block .custom-luxury-icon-block {
        margin-top: 1em;
    }
    .custom-convenience-block {
        padding: 2em 0 3em;
    }
    .custom-convenience-block h3 {
        font-size: 2.125em;
        margin-bottom: 20px;
        text-align: left;
        font-weight: 200;
    }
    .custom-convenience-block h5 {
        font-size: 1rem;
    }
    /* .custom-convenience-block .custom-convenience-icon-block{
        text-align: center;
    } */
    .custom-location-block {
        padding: 2em 0;
    }
    .custom-location-block h3 {
        font-size: 2.125em;
        margin-top: 1em;
        margin-bottom: 20px;
        font-weight: 200;
    }
    .custom-location-block p {
        font-size: 14px;
    }
    .custom-location-block .custom-location-icon-block h6 {
        font-size: 14px;
    }
    .custom-luxury-block .custom-luxury-icon-block h6 {
        font-size: 13px;
    }
    .custom-floorplan p {
        font-size: 15px;
    }
    .custom-floorplan-form select {
        font-size: 14px;
    }
    .custom-convenience-block .custom-convenience-icon-block {
        margin-bottom: 1em;
    }
    .units-lists li {
        font-size: 14px;
    }
    .custom-masterplan {
        padding: 2em 0;
    }
    .custom-masterplan h3 {
        font-size: 2.125em;
        margin-bottom: 20px;
        font-weight: 200;
    }
    .custom-floorplan {
        padding: 2em 0;
    }
    .custom-floorplan h3 {
        font-size: 2.125em;
        margin-bottom: 20px;
    }
    .custom-floorplan-form {
        width: 70%;
        margin-bottom: 10px;
    }
    .units-lists li {
        margin-right: 0;
    }
    .custom-specifications-block h3 {
        font-size: 2.125em;
        margin-bottom: 20px;
        font-weight: 200;
    }
    .custom-specifications-block {
        padding: 2em 0;
    }
    .custom-gallery-block {
        padding: 0 0 2em;
    }
    .custom-gallery-block .gallery-inner {
        padding-left: 0;
    }
    .custom-gallery-block .gallery-inner .c-gallery-items .item-slick {
        margin: 0;
    }
    .aurelia-logo {
        display: block;
        margin: auto;
    }
    .custom-specifications-block .info-counter .counter-name {
        display: none;
    }
    .custom-specifications-block .info-counter p {
        position: relative;
        padding-left: 15px;
    }
    .custom-specifications-block .info-counter p:before {
        position: absolute;
        content: "";
        background: #000;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        left: 0;
        top: 2px;
    }
    .newlauch-inner .proj-contents {
        padding: 1em 2em;
    }
    .newlauch-inner .proj-contents h5 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 5px;
    }
}

.individual-proj-row .qr-details{
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: 100%;
    text-align: right;
    z-index: 99;
}
.individual-proj-row .qr-details span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.individual-proj-row .qr-details img.qr-code {
    width: 50px !important;
    border-radius: 0 !important;
    display: inline-block !important;
    margin-left: 5px;
}
@media (max-width: 767.98px) {
    .individual-proj-row .qr-details span {
        font-size: 12px;
    }
    .individual-proj-row .qr-details img.qr-code {
        width: 35px !important;
        margin-left: 3px;
    }
    .project-custom-image-banner .custom-qr small{
        font-size: 13px;
    }
}
.homepage-project-items .slick-arrow{
    bottom: 1.5em;
    top: initial;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.homepage-project-items .slick-prev{
    background-image: url(/wp-content/themes/ppd/assets/images/left-arrow.png);
    transform: none;
    left: -3.5em;
}
.homepage-project-items .slick-next{
    background-image: url(/wp-content/themes/ppd/assets/images/right-arrow.png);
    right: -3em;
}
.homepage-project-item {
    background-position: center;
    background-size: cover;
}
.homepage-project-item .banner-contents{
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 3em;
}
.homepage-project-item .banner-contents h2{
    font-size: 1.75em;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.homepage-project-item .banner-contents h3{
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.homepage-project-item .banner-contents h6{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: 200;
}
.revamp-relationships {
    padding: 8em 0;
    background: #F0EFEB;
}
.revamp-relationships img{
    width: 60px;
}
.revamp-relationships p{
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
}
.revamp-relationships h3{
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.45em;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.revamp-projects-block{
    padding: 6em 0;
    background: #A8711D;
    color: #fff;
}
.revamp-projects-block h2{
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}
.revamp-projects-block .projestc-item{
    display: block;
    color: #fff;
    margin: 0 6px;
    position: relative;
}
.revamp-projects-block .projestc-item .projestc-item-top-contents{
    top: 1.5em;
    left: 1.5em;
    position: absolute;
}
.revamp-projects-block .projestc-item .projestc-item-top-contents h4{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #fff;
}
.revamp-projects-block .projestc-item .projestc-item-top-contents .pro-meta{
    letter-spacing: 2px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.revamp-projects-block .projestc-item .projestc-item-top-contents .status{
    background: #F0EFEB;
    color: #937656;
    padding: 3px 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.revamp-projects-block .projestc-item .top-left-logo{
    position: absolute;
    left: 2em;
    top: 2em;
}
.revamp-projects-block .projestc-item .top-left-logo img{
    width: 110px;
}
.revamp-projects-block .projestc-item .top-right-qr{
    position: absolute;
    right: 2em;
    top: 2em;
}
.revamp-projects-block .projestc-item .top-right-qr img{
    width: 60px;
}
.revamp-projects-block .projestc-item .top-right-qr span{
    font-size: 14px;
    font-weight: 200;
    display: block;
    margin-top: 5px;
}
.revamp-projects-block .projestc-item .bottom-contents {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2em;
}
.revamp-projects-block .projestc-item .bottom-contents .bottom-main-contents h3{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.45rem;
    margin-bottom: 5px;
}
.revamp-projects-block .projestc-item .bottom-contents .bottom-main-contents h4{
    letter-spacing: 2px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.revamp-projects-block .projestc-item .bottom-contents .bottom-main-contents h6{
    font-weight: 200;
    letter-spacing: 2px;
}
.revamp-projects-block .projestc-item .bottom-contents .bottom-main-contents span{
    background: #F0EFEB;
    color: #937656;
    padding: 3px 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.revamp-projects-block .projestc-item .bottom-contents .info-item h5{
    letter-spacing: 2px;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.revamp-projects-block .projestc-item .bottom-contents .info-item h6{
    font-weight: 300;
    letter-spacing: 2px;
}
.revamp-projects-block .project-items{
    margin-top: 10px;
}
.revamp-projects-block .project-item{
    margin: 0 6px;
}
.revamp-projects-block .projestc-item .pro-image img{
    height: 360px;
}
.revamp-testimonials{
    padding: 6em 0;
    background: #F0EFEB;
}
.revamp-testimonials h3{
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.45em;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.revamp-testimonials h4{
    text-transform: uppercase;
    font-size: 1.25em;
}
.revamp-testimonials p{
    font-weight: 300;
}
.revamp-testimonials a{
    color: #D8AC7B;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}
.revamp-testimonials a img{
    width: 16px;
}
.revamp-testimonials .testimonial-item{
    background: #fff;
    padding: 2em;
    margin-bottom: 10px;
}
.revamp-testimonials .testimonial-item img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.revamp-testimonials .testimonial-item h5{
    font-weight: 700;
    text-transform: uppercase;
}
.revamp-testimonials .testimonial-item p{
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}
.revamp-location {
    padding: 6em 0;
    background: #A8711D;
    color: #fff;
}
.revamp-location h3{
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.45em;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.revamp-location h4{
    font-weight: 300;
    font-size: 1.25em;
}
.revamp-location address{
    font-weight: 200;
}
.revamp-location iframe{
    width: 100%;
    height: 350px;
}
.revamp-contact{
    padding: 6em 0;
    background: #F0EFEB;
}
.revamp-contact h2{
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.45em;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.revamp-contact p{
    font-weight: 300;
}
.navbar-nav{
    display: block;
    margin-top: 1em;
}
.navbar-nav li{
    display: inline-block;
    padding: 0 10px;
}
.navbar-nav a{
    text-transform: uppercase;
    font-weight: 200;
    font-size: 15px;
}
.navbar-nav a,.navbar-nav a:hover{
    color: #fff;
    display: inline-block;
}
header.sticky .navbar-nav a,
header.sticky .navbar-nav a:hover{
    color:#A8711D;
}
.footer-logo-lists li {
    margin: 0 10px;
}
.footer-logo-lists li img {
    height: 65px;
}
.revamp-projects-block .projestc-item .proj-contents{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1em;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.revamp-projects-block .projestc-item .proj-contents .rera-meta{
    font-weight: 200;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}
.page-template-page-newhome .dropdown-menu{
    background: #fff;
}
.page-template-page-newhome .dropdown-menu ul li a{
    color: #A8711D;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
}
header.sticky .navbar-nav .nav-link.active, 
header.sticky .navbar-nav .nav-link.show{
    color: #A8711D;
}
.dropdown-menu .dropdown-item:focus, 
.dropdown-menu .dropdown-item:hover, 
.dropdown-menu .dropdown-item{
    color: #000!important;
    background-color: none!important;
}
.revamp-projects-block .slick-dots{
    position: absolute;
    bottom: -2.5em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.revamp-projects-block .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
}
@media (min-width: 1400px) {
    .revamp-projects-block .projestc-item .pro-image img{
        height: 525px;
    }
}
@media (max-width: 767.98px) {
    .homepage-project-item .banner-contents{
        padding: 0 1em
    }
    .revamp-relationships{
        padding: 3em 0;
    }
    .revamp-relationships img{
        display: block;
        margin:0 auto 5px;
    }
    .revamp-relationships h3{
        margin-bottom: 10px;
    }
    .revamp-projects-block .projestc-item .bottom-contents{
        position: initial;
        padding: 0;
    }
    .revamp-projects-block .projestc-item .bottom-contents .bottom-main-contents{
        margin: 1em 0;
    }
    .navbar-nav li{
        display: block;
    }
    .dropdown-menu {
        position: relative !important;
        margin-top: -3em !important;
        margin-bottom: 2.5em !important;
        background: #212529;
        height: auto;
        padding: 0;
        border: 1px solid #212529;
    }
    .dropdown-menu li {
        display: block;
    }
    header.sticky .navbar-nav a, header.sticky .navbar-nav a:hover{
        color: #fff;
    }
    header.sticky .navbar-nav .nav-link.active, header.sticky .navbar-nav .nav-link.show{
        color: #fff;
    }
}