html {
    scroll-behavior: smooth;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Syne-SemiBold;
    src: url(../fonts/Syne-SemiBold.ttf);
}

@font-face {
    font-family: Syne-Medium;
    src: url(../fonts/Syne-Medium.ttf);
}

@font-face {
    font-family: Syne-Regular;
    src: url(../fonts/Syne-Regular.ttf);
}

@font-face {
    font-family: Syne-Bold;
    src: url(../fonts/Syne-Bold.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

body {
    font-family: Poppins-Regular;
}

#more {
    display: none;
}

.container {
    max-width: 85%;
}

.custom-heading-dark {
    font-family: 'Poppins-Bold', sans-serif;
    color: #1b1b1b;
    font-size: 54px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.custom-navbar-and-slider-section .navbar {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 12;
}

.custom-navbar-and-slider-section .nav-link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Poppins-Regular';
}

.custom-navbar-and-slider-section .nav-item {
    margin: 20px;
}

.custom-navbar-and-slider-section .developer-logo-img {
    width: auto;
    height: 100px;
    filter: brightness(0) invert(1);
}

.custom-navbar-and-slider-section div#collapsibleNavbar {
    width: 89%;
    margin-left: 5%;
}

.custom-navbar-and-slider-section .navbar-brand {
    position: relative;
    left: 60px;
    color: #fff;
}

.custom-navbar-and-slider-section .sub-nav-img {
    width: auto;
    height: 20px;
    filter: invert(1);
    margin-left: 3px;
    transform: rotate(90deg);
    position: relative;
    top: -3px;
    right: -5px;
}

.custom-navbar-and-slider-section .navbar .nav-item.sub-menu {
    position: relative;
}

.custom-navbar-and-slider-section .navbar .sub-nav {
    position: absolute;
    top: 25px;
    left: 0;
    width: 250px;
    color: #000;
    list-style: none;
    transform: translate(0px, 50px);
    opacity: 0;
    transition: all .5s linear;
    visibility: hidden;
    z-index: 99;
}

.custom-navbar-and-slider-section .navbar.sub-nav li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    padding-top: 5px;
}

.custom-navbar-and-slider-section .navbar .sub-nav li a {
    color: #000 !important;
    text-align: center;
}

.custom-navbar-and-slider-section .nav-item.number-li {
    margin-left: 92px;
}

.custom-navbar-and-slider-section .nav-item.number-li a {
    font-family: 'Poppins-Bold';
    font-size: 22px;
}

.custom-navbar-and-slider-section .navbar.navbar-expand-md .nav-item.sub-menu:hover .sub-nav {
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.custom-navbar-and-slider-section .navbar .sub-nav li {
    margin-bottom: 5px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
}

.custom-navbar-and-slider-section .navbar .sub-nav {
    padding: 5px;
    margin-top: 10px;
    padding-top: 30px;
}

.custom-navbar-and-slider-section .navbar .sub-nav li a {
    font-size: 16px;
}

.custom-navbar-and-slider-section .navbar .sub-nav .sub-nav-2 {
    background-color: #fff;
    color: #000;
}

.custom-navbar-and-slider-section .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-left: unset;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f1f1f1;
}

.custom-navbar-and-slider-section .fixed-header .developer-logo-img {
    width: auto;
    height: 54px;
    filter: unset !important;
}

.custom-navbar-and-slider-section .fixed-header .nav-link {
    font-size: 16px;
    color: #676a6a;
}

.custom-navbar-and-slider-section .fixed-header .sub-nav-img {
    filter: unset !important;
}

.custom-navbar-and-slider-section .fixed-header .nav-item.number-li a {
    font-family: 'Poppins-Bold';
    font-size: 16px;
}

.sub-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    background-color: #ffff;
    padding: 30px;
    list-style: none;
    width: 349px;
    opacity: 0;
    visibility: hidden;
    right: -349px;
    transition: .5s linear;
    padding-bottom: 0;
}

.sub-nav li {
    margin-bottom: 11px;
    border-bottom: 1px solid #ededed;
}

.sub-nav li a {
    color: #000;
}

.sub-nav .sub-menu-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 250px;
    object-fit: cover;
}

.sub-nav .submenu-heading {
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-top: 0;
}

.sub-nav li a {
    font-family: 'Poppins-Bold';
    font-size: 18px;
}

.sub-nav button.btn.btn-close {
    padding: 12px 24px;
    font-size: 18px;
    background-color: #d3a05d;
    color: #fff;
    position: absolute;
    left: -64px;
    border-radius: 0;
}

.sub-nav.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sub-nav-2 {
    overflow: scroll;
    height: 100%;
}

.sub-nav-2::-webkit-scrollbar-thumb {
    background: #d3a05d;
}

.sub-nav-2::-webkit-scrollbar {
    width: 5px;
}

.custom-slider {
    height: 100vh;
}

.custom-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    animation: zoom-out 10s linear infinite;
    transform: scale(1.2);
}

.custom-slider .carousel-inner {
    height: 100%;
}

.custom-slider .carousel-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    z-index: 9;
}

.custom-slider .slider-content {
    position: absolute;
    top: 48%;
    left: 28%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    text-align: left;
}

.custom-slider .slider-content .demo-heading {
    font-size: 64px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.custom-slider .slider-content .sub-heading {
    font-size: 18px;
    margin-top: 25px;
}

.custom-slider .slider-content .explore-heading {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    color: #000 !important;
    font-size: 14px;
    line-height: 100px;
    position: relative;
    top: 34px;
    font-family: 'Poppins-Bold';
    outline: 1px solid #fff;
    outline-offset: 5px;
}

.custom-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.custom-slider .carousel-indicators {
    bottom: 30px;
}

.custom-slider .carousel-control-prev {
    width: 80px;
    height: 80px;
    top: 42%;
    left: 2%;
    opacity: 9;
    z-index: 12;
    border-radius: 50%;
    border: 1px solid #fff;
}

.custom-slider .carousel-control-next {
    width: 80px;
    height: 80px;
    top: 42%;
    right: 2%;
    opacity: 9;
    z-index: 12;
    border-radius: 50%;
    border: 1px solid #fff;
}

.custom-slider .Residential-heading-top {
    position: absolute;
    bottom: 10%;
    z-index: 13;
    color: #fff;
    left: 21%;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #fff;
}

.custom-slider .Commercial-heading-top {
    position: absolute;
    bottom: 10%;
    z-index: 13;
    color: #fff;
    right: 21%;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #fff;
}

.top-sub-heading {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.custom-slider .slider-content .explore-heading a {
    color: #000;
    display: block;
}

@keyframes zoom-out {
    100% {
        transform: unset;
    }
}

.custom-slider .starting-price-heading {
    font-size: 30px;
    width: fit-content;
    letter-spacing: .5px;
    margin-top: 35px;
    border: 1px solid #ffff;
    padding: 15px 20px;
    padding-right: 0;
    font-family: 'Poppins-Bold';
    background-color: #fff;
    color: #000;
}

.custom-slider .starting-price-heading span {
    background-color: #2c4b9c;
    color: #fff;
    padding: 16px 25px;
    position: relative;
    right: -2px;
    font-family: 'Poppins-Bold';
}

.custom-slider .typology-heading-custom {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 15px;
    margin-bottom: 34px;
    background-color: #fff;
    color: #000;
    width: fit-content;
    padding: 6px 20px;
    font-family: 'Poppins-Bold';
}

.custom-slider .slider-content .demo-heading span {
    display: block;
    font-size: 22px;
}

.custom-slider .key-highlights {
    margin-top: 25px;
    list-style: none;
}

.custom-slider .key-highlights li {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: .5px;
    font-family: 'Poppins-Bold';
    letter-spacing: .5px;
    display: flex;
    align-items: center;
}

.custom-slider .key-highlights .star-icon-img {
    width: auto;
    height: 24px;
    filter: invert(1);
    margin-right: 15px;
}

.custom-slider .gold-3-img {
    all: unset;
    position: absolute;
    top: 41%;
    width: auto;
    height: 300px;
    left: 54%;
    z-index: 10;
}

.mircosite-form {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: #fff;
    padding: 40px;
    width: 350px;
}

.mircosite-form .top-form-heading {
    font-family: 'Poppins-Bold';
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mircosite-form .form-group {
    position: relative;
}

.mircosite-form i.fa {
    color: #afafaf;
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 10px;
}

.mircosite-form .form-control {
    height: 58px;
    border-radius: 0;
    padding-left: 35px;
}

.mircosite-form .btn-custom {
    border: none;
    padding: 12px 26px;
    background-color: #2c4b9c;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}

.overview-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.overview-container .overview-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.overview-container .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #080707;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.overview-containerr .left-col p {
    background-color: #D3A05D;
    width: fit-content;
    padding: 16px 36px;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 34px;
    position: absolute;
    bottom: 0;
    right: 6%;
}

.overview-container .left-col {
    position: relative;
}

.overview-container .right-col p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
}

.overview-container .left-col p {
    background-color: #080808c4;
    width: fit-content;
    padding: 16px 36px;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 34px;
    position: absolute;
    bottom: 0;
    right: 6%;
}

.overview-container .overview-projectname {
    font-family: 'Poppins-Bold';
    margin-bottom: 25px;
    margin-top: 30px;
}

.overview-container .right-col .overview-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    margin-top: 42px;
    list-style: none;
}

.overview-container .right-col .overview-ul li {
    font-family: Syne-Bold, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.overview-container .overview-img-icon {
    width: auto;
    height: 65px;
    margin-right: 22px;
}

.overview-container .right-col .overview-ul li span {
    text-align: center;
}

.overview-container .count-custom {
    font-size: 40px;
}

.overview-container .overview-img-icon.expertise-icon {
    opacity: .9;
}

.pricelist-container {
    padding-bottom: 90px;
    padding-top: 100px;
    background-color: #232323;
    background-image: url(../images/decor-key.png);
    background-position: 95% -100%;
    background-repeat: no-repeat;
    background-size: inherit;
}

.pricelist-container .text-center {
    margin-bottom: 60px;
}

.pricelist-container .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 3px;
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pricelist-container .custom-heading {
    font-family: 'Poppins-Bold', sans-serif;
    color: #fff;
    font-size: 54px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.pricelist-container p {
    color: #fff;
}

.pricelist-container .pricebox {
    color: #fff;
    text-align: center;
    display: flex;
    position: relative;
    z-index: 2;
}

.pricelist-container .pricebox p.typology {
    font-size: 30px;
}

.pricelist-container .pricebox p.size-p {
    font-size: 30px;
}

.pricelist-container .box-1 {
    width: 50%;
    padding: 20px;
}

.pricelist-container .box-2 {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-left: 1px solid #979797;
    justify-content: center;
}

.pricelist-container .pricelist {
    text-align: center;
    color: #fff;
    font-size: 31px;
    border-top: 1px solid #979797;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px;
}

.pricelist-container .pricelist span {
    font-size: 22px;
}

.pricelist-container .pricelist-box-main {
    border: 1px solid #979797;
    box-shadow: 1px 0 16px 0 #201c1c;
    background-color: #201f1f;
    position: relative;
    z-index: 9;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pricelist-container .typology span {
    display: block;
    font-size: 22px;
    width: fit-content;
    padding: 5px 15px;
    margin: 0 auto;
    color: #818181;
}

.pricelist-container .size-p span {
    display: block;
    font-size: 22px;
    width: fit-content;
    padding: 5px 15px;
    margin: 0 auto;
    color: #818181;
}

.pricelist-container .pricelist-box-main .rupee-icon-img.hithere {
    width: auto;
    height: 30px;
    filter: brightness(100);
}

.pricelist-container .pricelist-1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    color: #f1f1f1;
    margin-top: 15px;
}

.pricelist-container .pricelist-box-main .rupee-icon-img {
    width: auto;
    height: 35px;
}

.pricelist-container .pricelist.pricelist-2 {
    color: #fff;
}

.pricelist-container .btn-custom {
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    font-size: 22px;
    border-radius: 0;
    padding: 13px 25px;
    background-color: #2c4b9c;
    color: #fff;
    font-family: 'Poppins-Bold';
    border-top: 1px solid #646262;
    border-bottom: 1px solid #646262;
}

.highlights-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.highlights-container .highlights-img {
    width: 90%;
    height: 92%;
    object-fit: cover;
}

.highlights-container .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #080707;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.highlights-container .left-col p {
    background-color: #D3A05D;
    width: fit-content;
    padding: 16px 36px;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 34px;
    position: absolute;
    bottom: 0;
    right: 6%;
}

.highlights-container .left-col {
    position: relative;
}

.highlights-container .highlights-ul {
    list-style: none;
    margin-top: 39px;
}

.highlights-container .highlights-ul li {
    display: flex;
    margin-bottom: 25px;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    border-bottom: 1px solid silver;
    padding-bottom: 20px;
    width: 88%;
}

.highlights-container .highlights-ul li span {
    color: #afafaf;
    font-size: 24px;
    margin-right: 15px;
}

.amenities-container {
    padding-top: 100px;
    background-color: #232323;
    padding-bottom: 20px;
}

.amenities-container .custom-heading {
    font-family: Syne-Bold, sans-serif;
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.amenities-container p {
    color: #fff;
}

.amenities-container .left-col {
    position: relative;
}

.amenities-container .left-col .left-amenities-img {
    padding-top: 30px;
    max-width: 900px;
    position: relative;
    left: -23%;
}

.amenities-container .left-col .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.amenities-container-box .amenities-img {
    width: auto;
    height: 75px;
    margin-bottom: 15px;
}

.amenities-container-box p {
    font-size: 22px;
    font-family: 'Poppins-Bold';
    letter-spacing: .5px;
}

.amenities-container-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.amenities-container-box .amenity-box {
    width: calc(47%);
    margin-bottom: 40px;
    padding: 25px;
    border: 1px solid #2e2e2e;
}

.amenities-container-box .amenity-p-content {
    font-size: 14px;
    margin-top: 20px;
    color: #dad3d3;
}

.location-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.location-container .highlights-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.location-container .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #080707;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.location-container .left-col p {
    background-color: #D3A05D;
    width: fit-content;
    padding: 16px 36px;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 34px;
    position: absolute;
    bottom: 0;
    right: 6%;
}

.location-container .left-col {
    position: relative;
}

.location-container .highlights-ul {
    list-style: none;
    margin-top: 20px;
}

.location-container .highlights-ul li {
    margin-bottom: 25px;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    border-bottom: 1px solid silver;
    padding-bottom: 20px;
    width: 88%;
}

.location-container .highlights-ul li span {
    color: #afafaf;
    font-size: 24px;
    margin-right: 15px;
}

.location-container .para-content {
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 0;
}

.floorplan-container {
    padding-top: 100px;
    background-color: #232323;
    padding-bottom: 20px;
}

.floorplan-container .custom-heading {
    font-family: Syne-Bold, sans-serif;
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.floorplan-container p {
    color: #fff;
}

.floorplan-container .left-col {
    position: relative;
}

.floorplan-container .left-col .left-amenities-img {
    padding-top: 30px;
    max-width: 900px;
    position: relative;
    left: -23%;
}

.floorplan-container .left-col .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.floorplan-container-box .floorplan-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    filter: blur(4px);
}

.floorplan-container-box p {
    font-size: 22px;
    font-family: 'Poppins-Bold';
    letter-spacing: .5px;
}

.floorplan-container-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.floorplan-container-box .floorplan-box {
    width: calc(47%);
    border: 1px solid #2e2e2e;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

.floorplan-container-box .floorplan-p-content {
    font-size: 14px;
    margin-top: 20px;
    color: #dad3d3;
}

.floorplan-container-box .floorplan-heading {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}

.gallery-container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.gallery-container .custom-heading {
    font-family: Syne-Bold, sans-serif;
    color: #fff;
    font-size: 54px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.gallery-container .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #f9f9f9;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.gallery-container .with-caption.image-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 9;
}

.gallery-container .content-section-headings {
    position: absolute;
    top: 100px;
    left: 180px;
    color: #fff;
    z-index: 9;
}

.gallery-container .with-caption.image-link {
    height: 100%;
}

.gallery-container .left_col a.with-caption.image-link img {
    width: 100%;
    height: 103vh;
    object-fit: cover;
    position: relative;
}

.gallery-container .col-sm-12.col-md-6.col-lg-6 {
    padding: 0;
    overflow: hidden;
}

.gallery-container .row {
    margin: 0;
    height: 100%;
}

.gallery-container .gallery-img {
    height: 100%;
    object-fit: cover;
}

.gallery-container .gallery-img-name {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 20px;
    color: #fff;
    z-index: 9;
    font-family: 'Poppins-Bold';
    letter-spacing: .5px;
    border-bottom: 1px solid #fff;
}

.gallery-container .with-caption.image-link img {
    transition: .5s linear;
}

.gallery-container .with-caption.image-link:hover img {
    transform: scale(1.2);
}

.contact-container {
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #232323;
}

.contact-container .container .row {
    /* border-bottom: 1px solid #535353; */
    padding-bottom: 27px;
}

.contact-container .custom-heading {
    font-family: Syne-Bold, sans-serif;
    color: #fff;
    font-size: 54px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.contact-container .left-col .sub-heading-top {
    font-family: 'Poppins-Bold';
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 16px;
}

.contact-container .left-col p {
    color: #fff;
}

.contact-container .contact-us-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.contact-container .contact-us-footer .form-group {
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 20px;
}

.contact-container .contact-us-footer .form-control {
    border-radius: 0;
    height: 65px;
    background-color: #393838;
    border: none;
    color: #fff;
    padding-left: 50px;
}

.contact-container .contact-us-footer .form-control::placeholder {
    color: #afafaf;
}

.contact-container .contact-us-footer i.fa {
    color: #afafaf;
    font-size: 20px;
    position: absolute;
    top: 22px;
    left: 21px;
}

.contact-container .contact-us-footer .btn-custom {
    border: none;
    padding: 15px 30px;
    background-color: #2c4b9c;
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    margin-top: 15px;
    display: block;
    cursor: pointer;
}

.footer-container-section {
    padding-top: 50px;
    padding-bottom: 15px;
    background-color: #232323;
    color: #fff;
}

.footer-container-section .container h4 {
    font-family: 'Poppins-Bold';
    font-size: 19px;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.footer-container-section .container .col-sm-12.text.text-center {
    font-size: 14px;
    /*border-top: 1px solid #585858;
        padding-top: 25px;
        margin-top: 60px;*/
}

.footer-container-section .first_col p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .5px;
}

.footer-container-section .first_col {
    padding-right: 30px;
}

.footer-container-section li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-container-section li a {
    color: #fff;
}

.footer-container-section .rera-img-pdf {
    height: 100px;
    overflow: auto;
    display: inline-flex;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.footer-container-section .rera_certificate img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.footer-container-section .rera_certificate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container-section .rera_certificate a {
    width: calc(50% - 5px);
}

.modal-body .modal-form {
    padding: 35px;
}

.modal-body .close {
    position: absolute;
    right: 21px;
    top: 21px;
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.modal-form .top-form-heading {
    font-family: 'Poppins-Bold';
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.modal-form .form-group {
    position: relative;
}

.modal-form i.fa {
    color: #afafaf;
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 10px;
}

.modal-form .form-control {
    height: 58px;
    border-radius: 0;
    padding-left: 35px;
}

.modal-form .btn-custom {
    border: none;
    padding: 12px 26px;
    background-color: #2c4b9c;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}

.modal-form .project-logo-modal {
    font-family: 'Poppins-Bold';
    font-size: 26px;
    margin-bottom: 20px;
}


.mobile-section-1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0d0d0c;
    z-index: 99;
    display: none;
}

.mobile-section {
    display: flex;
    justify-content: center;
}

.mobile-section-1 a.btn.btn-success.btn-block {
    font-size: 14px;
    background-color: #e82835;
    width: 100%;
    border: none;
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}


.custom-navbar-and-slider-section .nav-link:hover {
    border-bottom: 0.5px solid #fff;
    padding-bottom: 5px;
}

.sub-nav a {
    color: #000000e3 !important;
}

.sub-nav a:hover {
    text-decoration: none;
    color: #0000;
}

@media(max-width: 1600px) {
    .container {
        max-width: 95%;
    }

    .amenities-container p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .highlights-container p {
        font-size: 15px;
    }

    .pricelist-container p {
        font-size: 15px;
        width: 59%;
        display: block;
        margin: 0px auto;
    }

    .head1 {
        font-size: 20px;
        width: 100%;
        color: #1b1b1b;
        margin-bottom: 20px;
        text-align: center;
    }

    .location-container .para-content {
        font-size: 15px;
    }

    .floorplan-container p {
        font-size: 15px;
    }

    .custom-slider .slider-content .sub-heading {
        font-size: 16px;
        margin-top: 18px;
    }

    .custom-slider .slider-content .explore-heading {
        width: 80px;
        height: 80px;
        font-size: 13px;
        line-height: 80px;
        top: 34px;
    }

    .custom-navbar-and-slider-section .developer-logo-img {
        height: 65px;
    }

    .custom-navbar-and-slider-section .navbar {
        top: 0;
        padding-top: 0px;
    }

    .custom-navbar-and-slider-section .nav-link {
        font-size: 16px;
    }

    .custom-slider .ivr-number {
        top: 47px;
        right: 106px;
        font-size: 20px;
    }

    .custom-navbar-and-slider-section .nav-item {
        margin: 12px;
    }

    .custom-navbar-and-slider-section .nav-link {
        font-size: 15px;
    }

    .custom-navbar-and-slider-section .nav-item.number-li a {
        font-size: 17px;
    }

    .custom-navbar-and-slider-section .nav-item.number-li {
        margin-left: 50px !important;
    }

    .custom-navbar-and-slider-section .fixed-header {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .custom-navbar-and-slider-section .fixed-header .developer-logo-img {
        width: auto;
        height: 60px;
        filter: unset !important;
    }

    .custom-navbar-and-slider-section .fixed-header .nav-item {
        margin: 10px;
    }

    .custom-navbar-and-slider-section .fixed-header .nav-link {
        font-size: 15px;
    }

    .custom-slider .slider-content .demo-heading {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .top-sub-heading {
        font-size: 16px;
    }

    .custom-slider .slider-content {
        top: 55%;
        left: 30%;
    }

    .custom-slider .carousel-control-prev {
        width: 70px;
        height: 70px;
    }

    .custom-slider .carousel-control-next {
        width: 70px;
        height: 70px;
    }

    .custom-slider .starting-price-heading {
        font-size: 23px;
        margin-top: 25px;
        padding: 10px 20px;
        padding-right: 0;
    }

    .custom-heading-dark {
        font-size: 28px;
    }

    .custom-slider .slider-content .demo-heading span {
        font-size: 18px;
        padding-top: 5px;
    }

    .custom-slider .typology-heading-custom {
        font-size: 17px;
        margin-bottom: 25px;
        margin-top: 2px;
    }

    .custom-slider .key-highlights li {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .custom-slider .starting-price-heading span {
        padding: 12px 25px;
    }

    .custom-slider .key-highlights .star-icon-img {
        height: 20px;
    }

    .custom-slider .gold-3-img {
        all: unset;
        position: absolute;
        top: 12%;
        width: auto;
        height: 140px;
        object-fit: unset;
        left: 69%;
        transition: unset;
        z-index: 10;
        margin-right: 26px;
        margin-left: 12%;
    }

    .mircosite-form {
        top: 60%;
        right: 0;
        padding: 25px;
        width: 310px;
    }

    .mircosite-form .form-control {
        height: 45px;
        border-radius: 0;
        padding-left: 35px;
    }

    .mircosite-form i.fa {
        font-size: 18px;
        position: absolute;
        top: 14px;
        left: 10px;
    }

    .mircosite-form .top-form-heading {
        font-size: 20px;
        text-align: center;
    }

    .mircosite-form .btn-custom {
        padding: 8px 26px;
        font-size: 17px;
        width: 100%;
        margin-top: 10px;
    }

    .mircosite-form .form-group {
        position: relative;
        margin-bottom: 10px;
    }

    .mircosite-form .form-control::placeholder {
        font-size: 15px;
    }

    .overview-container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .overview-container .right-col p {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: .5px;
        text-align: justify;
        margin-top: 20px;
    }

    .overview-container .left-col p {
        padding: 13px 36px;
        /*font-size: 30px;*/
        bottom: 0;
        right: 6%;
    }

    .overview-container .overview-img {
        width: 96%;
        height: 100%;
        object-fit: cover;
    }

    .overview-container .right-col .overview-ul {
        width: 90%;
        margin-top: 30px;
    }

    .overview-container .overview-img-icon {
        height: 58px;
        margin-right: 22px;
    }

    .overview-container .count-custom {
        font-size: 36px;
    }

    .pricelist-container {
        padding-bottom: 50px;
        padding-top: 80px;
        background-position: 97% -503%;
    }

    .price {
        flex: 0 0 60%;
        text-align: center;
        margin: 0 auto;
    }

    .pricelist-container .custom-heading {
        font-size: 48px;
    }

    .pricelist-container .pricebox p.typology {
        font-size: 26px;
        width: 100%;
    }

    .pricelist-container .pricebox p.size-p {
        font-size: 24px;
        width: 100%;
    }

    .pricelist-container .pricelist {
        font-size: 28px;
    }

    .highlights-container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .highlights-container .highlights-ul li {
        display: flex;
        margin-bottom: 20px;
        font-size: 18px;
        padding-bottom: 20px;
        width: 90%;
    }

    .highlights-container .highlights-img {
        width: 100%;
    }

    .amenities-container {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .amenities-container .custom-heading {
        font-size: 35px;
    }

    .amenities-container .left-col .left-amenities-img {
        padding-top: 19px;
        max-width: 650px;
        left: -50px;
    }

    .amenities-container-box .amenity-box {
        width: calc(49%);
        margin-bottom: 20px;
        padding: 20px;
    }

    .floorplan-container {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .floorplan-container .left-col .left-amenities-img {
        padding-top: 19px;
        max-width: 650px;
        left: -50px;
    }

    .floorplan-container .custom-heading {
        font-size: 48px;
    }

    .floorplan-container-box .floorplan-box {
        margin-bottom: 25px;
    }

    .location-container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .location-container .highlights-ul li {
        margin-bottom: 20px;
        font-size: 18px;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .amenities-container .highlights-ul li {
        margin-bottom: 5px;
        font-size: 15px;
        padding-bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .amenities-container .highlights-ul li span {
        color: #fff;
        font-size: 15px;
        margin-right: 15px;
    }

    .gallery-container .custom-heading {
        font-size: 35px;
    }

    .gallery-container .content-section-headings {
        top: 100px;
        left: 65px;
    }

    .contact-container {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .contact-container .custom-heading {
        font-size: 48px;
    }
}

@media(max-width:1366px) {
    .custom-slider .gold-3-img {
        left: 55%;
        height: auto;
        top: 16%;
    }
}

@media(max-width:1280px) {
    .custom-slider .gold-3-img {
        left: 48%;
    }
}



@media(max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .custom-navbar-and-slider-section .navbar {
        top: 0;
        padding-top: 0;
    }

    .custom-navbar-and-slider-section .navbar-brand {
        left: 5px;
        color: #fff;
    }

    .custom-navbar-and-slider-section .developer-logo-img {
        height: 60px;
    }

    .navbar-toggler {
        background-color: #2c4b9c;
        padding: 8px 14px;
        font-size: 18px;
        color: #fff;
        border-radius: 0;
    }

    .custom-navbar-and-slider-section div#collapsibleNavbar {
        width: 100%;
        margin-left: 0;
        background-color: #ffff;
        color: #000;
    }

    .custom-navbar-and-slider-section .nav-link {
        font-size: 15px;
        color: #000;
    }

    .custom-navbar-and-slider-section .sub-nav-img {
        height: 16px;
        filter: unset;
        margin-left: 3px;
        top: -3px;
        right: -5px;
    }

    .sub-nav .submenu-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sub-nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        padding: 25px;
        list-style: none;
        width: 80%;
        right: -80%;
    }

    .sub-nav li {
        margin-bottom: 10px;
    }

    .sub-nav li a {
        font-size: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .sub-nav button.btn.btn-close {
        padding: 8px 18px;
        font-size: 18px;
        left: -51px;
    }

    .custom-navbar-and-slider-section .fixed-header .nav-item {
        margin: 7px;
        padding-left: 15px;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 10px;
    }

    .custom-navbar-and-slider-section .nav-item {
        margin: 7px;
        padding-left: 15px;
    }

    .custom-navbar-and-slider-section .nav-item.number-li {
        margin-left: 0 !important;
    }

    .custom-slider .slider-content {
        top: 20%;
        left: 20px;
        right: 20px;
        transform: unset;
    }

    .custom-slider .carousel-control-prev {
        display: none;
    }

    .custom-slider .carousel-control-next {
        display: none;
    }

    .top-sub-heading {
        font-size: 14px;
        margin-top: -20px;
    }

    .custom-slider .slider-content .demo-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .custom-slider .slider-content .demo-heading span {
        font-size: 15px;
        padding-top: 5px;
    }

    .custom-slider .typology-heading-custom {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .custom-slider .starting-price-heading {
        font-size: 15px;
        margin-top: 20px;
        padding: 11px 15px;
        padding-right: 0;
    }

    .custom-slider .key-highlights li {
        margin-bottom: 10px;
        font-size: 14px;
        align-items: baseline;
    }

    .custom-slider .key-highlights .star-icon-img {
        height: 13px;
        margin-right: 8px;
    }

    .custom-slider .starting-price-heading span {
        padding: 12px 10px;
        font-size: 18px;
    }

    .custom-heading-dark {
        font-size: 28px;
    }

    .custom-slider .gold-3-img {
        left: 5%;
        top: 78%;
        height: auto;
    }


    .mircosite-form {
        top: 0;
        right: 0;
        padding: 25px;
        position: relative;
        width: 100%;
        transform: unset;
    }
    

    .overview-container .overview-projectname {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 24px;
        line-height: 28px;
        color: #e44a4c;
        text-align: center;
    }

    .overview-container .right-col .overview-ul {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .overview-container .sub-heading-top {
        padding-top: 20px;
    }

    .overview-container .right-col .overview-ul li {
        width: calc(50% - 5px);
        font-size: 14px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .overview-container .overview-img-icon {
        height: 50px;
        margin: 0 auto;
    }

    .overview-container .right-col .overview-ul li {
        font-size: 14px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .overview-container .overview-projectname span {
        display: block;
        font-size: 16px;
        padding-top: 5px;
        color: #000;
    }

    .overview-container .right-col p {
        font-size: 15px;
        margin-top: 0;
    }

    .overview-container .right-col .overview-ul li span {
        width: 100%;
    }

    .overview-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .overview-container .overview-img {
        width: 100%;
    }

    .overview-container .left-col p {
        padding: 10px 20px;
        font-size: 15px;
        bottom: 0;
        right: 4%;
    }

    .pricelist-container {
        padding-bottom: 25px;
        padding-top: 40px;
        background-position: 97% -10%;
        background-size: 21%;
    }

    .price {
        flex: 0 0 98%;
        text-align: center;
        margin: 0 auto;
    }

    .pricelist-container .custom-heading {
        font-size: 28px;
    }

    .pricelist-container p {
        font-size: 14px;
        width: 100%;
    }

    .projects-head h4,
    .projects-head h3 {
        color: #f89e16;
        font-size: 1rem;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 5px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pricelist-container .text-center {
        margin-bottom: 35px;
    }

    .pricelist-container .pricelist-box-main {
        margin-left: 0;
        margin-right: 0;
    }

    .pricelist-container .pricebox p.typology {
        font-size: 20px;
    }

    .pricelist-container .typology span {
        font-size: 16px;
        padding: 5px 15px;
    }

    .pricelist-container .box-1 {
        padding: 10px;
    }

    .pricelist-container .size-p span {
        font-size: 16px;
        padding: 5px 15px;
    }

    .pricelist-container .pricebox p.size-p {
        font-size: 20px;
    }

    .pricelist-container .box-2 {
        padding: 10px;
    }

    .pricelist-container .pricelist-1 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .pricelist-container .pricelist {
        font-size: 20px;
        padding: 10px;
    }

    .pricelist-container .pricelist span {
        font-size: 18px;
    }

    .pricelist-container .btn-custom {
        margin-top: 10px;
        font-size: 18px;
        padding: 15px 25px;
    }

    .highlights-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .highlights-container .highlights-ul li {
        margin-bottom: 20px;
        font-size: 16px;
        padding-bottom: 20px;
        width: 100%;
    }

    .highlights-container .highlights-ul li span {
        font-size: 20px;
        margin-right: 15px;
    }

    .highlights-container p {
        font-size: 14px;
    }

    .amenities-container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .amenities-container .custom-heading {
        font-size: 28px;
    }

    .amenities-container p {
        font-size: 14px;
    }

    .amenities-container .left-col .left-amenities-img {
        padding-top: 15px;
        max-width: 100%;
        display: none;
    }

    .amenities-container-box .amenities-img {
        height: 56px;
    }

    .amenities-container-box .amenity-box {
        width: calc(100%);
        margin-bottom: 10px;
        padding: 10px;
    }

    .amenities-container .col-sm-12.col-md-6.col-lg-6.right-col {
        padding-top: 40px;
    }

    .location-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pricelist-container .custom-heading {
        font-size: 28px;
    }

    .location-container .sub-heading-top {
        margin-top: 40px;
    }

    .location-container .highlights-ul li {
        margin-bottom: 20px;
        font-size: 16px;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: baseline;
    }

    .location-container .highlights-ul li span {
        font-size: 20px;
        margin-right: 15px;
    }

    .locationb-img {
        /*height: 100%;
        width: 100%;
        object-fit: cover;*/
        filter: blur(2px);
    }

    .head1 {
        font-size: 15px;
        width: 100%;
        color: #1b1b1b;
        margin-bottom: 20px;
        text-align: center;
    }

    .floorplan-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .floorplan-container .left-col .left-amenities-img {
        padding-top: 15px;
        max-width: 100%;
        left: 0;
        display: none;
    }

    .floorplan-container .custom-heading {
        font-size: 28px;
    }

    .floorplan-container p {
        font-size: 14px;
    }

    .floorplan-container-box {
        margin-top: 20px;
    }

    .floorplan-container-box .floorplan-box {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .floorplan-container-box .floorplan-heading {
        font-size: 15px;
    }

    .gallery-container .custom-heading {
        font-size: 28px;
    }

    .gallery-container .content-section-headings {
        top: 40px;
        left: 20px;
    }

    .contact-container .custom-heading {
        font-size: 28px;
    }

    .contact-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-container .contact-us-footer .form-group {
        width: calc(100% - 0px);
        margin-bottom: 20px;
    }

    .contact-container .left-col p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 24px;
    }

    .footer-container-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-container-section .first_col p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .footer-container-section .second_col ul {
        margin-bottom: 30px;
    }

    .footer-container-section .container h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-container-section .first_col {
        padding-right: 0;
    }

    .footer-container-section .container .col-sm-12.text.text-center {
        padding-bottom: 60px;
        font-size: 12px;
    }

    .mobile-section-1 {
        display: block;
    }

    .modal-form .project-logo-modal {
        font-size: 24px;
    }

    .modal-body .modal-form {
        padding: 10px;
    }

    .modal-form .form-control {
        height: 50px;
        padding-left: 38px;
    }

    .modal-form i.fa {
        font-size: 18px;
        top: 16px;
        left: 10px;
    }

    .modal-form .top-form-heading {
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
}




.philosophy_list {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
}

.philosophy_item {
    width: 450px;
    border-radius: 50%;
    background: #c5baa9;
    height: 450px;
    display: grid;
    place-content: center;
    padding: 60px;
    margin: 0 -15px;
    color: #463f38;
    border: 1px solid #c1c1c1;
}

.philosophy_item:nth-child(1) {
    width: 350px;
    border-radius: 50%;
    background: #d4cdc0;
    height: 350px;
    color: #463f38;
    z-index: 1;
}

.philosophy_item:nth-child(3) {
    width: 350px;
    background: #d4cdc0;
    height: 350px;
    color: #463f38;
    z-index: 1;
}

.philosophy_item h4 {
    font-size: 28px;
}

.philosophy {
    background: #efe9e6;
}

.philosophy .philosophy_ele1 {
    bottom: -200px;
    width: 400px;
}

.philosophy .philosophy_ele2 {
    bottom: 2%;
    width: 220px;
    left: 25%;
    z-index: 1;
}

.philosophy .philosophy_ele3 {
    top: 15%;
    width: 330px;
    right: 18%;
    z-index: 0;
}

.philosophy .philosophy_ele4 {
    top: 70px;
    width: 180px;
    right: 6%;
    z-index: 1;
}

.philosophy .philosophy_ele5 {
    left: 18%;
    z-index: 0;
    bottom: 18%;
    width: 220px;
}



/*projects boxed*/
.projects-box {
    width: 100%;
    position: relative;
    /*padding:25px;*/
    transition: all .3s ease;
    float: left;
}

.projects-box .project-info {
    background: #fff;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 2px 7px rgba(163, 163, 163, .37);
    box-shadow: 2px 2px 7px rgba(163, 163, 163, .37)
}

.projects-box .project-info a {
    color: #005aab !important;
    text-decoration: none;
}

.projects-box2 {
    width: 50%;
    position: relative;
    padding: 25px;
    transition: all .3s ease;
    float: left;
}

.projects-box2 .project-info {
    background: #fff;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 2px 7px rgba(163, 163, 163, .37);
    box-shadow: 2px 2px 7px rgba(163, 163, 163, .37)
}

.projects-box2 .project-info a {
    color: #005aab
}

.projects-head {
    padding: 20px 0 0;
    text-align: center;
}

.projects-head .protitle,
.projects-head h4,
.projects-head h3 {
    color: #f89e16;
    font-size: 1.5rem;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects-head p {
    font-weight: 400;
    color: #222;
    font-size: .85em;
    margin-bottom: 10px
}

.pricing {
    margin: 0 15px -24px 15px;
    text-align: center;
    display: flex;
    z-index: 2;
    position: relative;
    list-style: none;
    background: rgb(0, 90, 171);
    background: linear-gradient(0deg, rgba(0, 90, 171, 1) 0%, rgba(77, 184, 72, 1) 100%) !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, .8)
}

.pricing li {
    display: block;
    font-size: .9em;
    list-style: none;
    flex: 1;
    -ms-flex: 1;
    padding: 5px 0;
    line-height: 1.3 !important;
    color: #fff
}

.pricing li:first-child {
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.pricing li small {
    font-size: .8em;
    font-weight: 700
}

.rera {
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 10px 25px;
    bottom: 74px;
    background: rgba(0, 0, 0, .7);
    font-size: .75em;
    color: #fff
}

.details {
    padding: 15px 25px;
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222
}


/*------New Footer Design-----*/

.main-footer {
    position: relative;
    color: #999b9f;
    background: #0291d1;
}

.main-footer .tag1 a {
    color: #fff;
    margin-left: 15px;
}

.main-footer .contact-info {}

.main-footer .widgets-section {
    position: relative;
    padding: 90px 0px 90px;
}

.main-footer.normal-padding .widgets-section {
    padding: 120px 0px 70px;
}

.main-footer .column {
    position: relative;
    margin-bottom: 35px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.main-footer h6 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
}

.main-footer .logo-widget .logo img {
    height: 34px;
}

.main-footer .logo-widget .text {
    position: relative;
    display: block;
    margin: 0 0 30px;
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 3px;
}

.main-footer .widget-content ul li {
    position: relative;
    cursor: pointer;
    color: #fff;
    line-height: 30px;
    /*text-transform: capitalize;*/
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .widget-content ul li:hover {}

.main-footer .widget-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li:last-child {
    margin: 0;
}

.main-footer .links-widget ul li a {
    position: relative;
    color: #999b9f;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-footer .links-widget ul li a:hover {
    color: #ffffff;
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    /* background: #1c1e22; */
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .social-links li a span {
    vertical-align: middle;
}

.main-footer .social-links li a:hover {
    color: #000;
    /*background: var(--thm-base);*/
    background: #feed00;
}

.main-footer .info-widget ul li {
    position: relative;
    display: block;
    line-height: 32px;
    /* padding-left: 30px; */
    margin-bottom: 5px;
}

.main-footer .info-widget ul li.address {
    margin-bottom: 20px;
}

.main-footer .info-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    color: var(--thm-base);
}

.main-footer .info-widget ul li:last-child {
    margin: 0;
}

.main-footer .info-widget ul li a {
    position: relative;
    color: #fff;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .info-widget ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--thm-base);
    text-decoration-color: var(--thm-base);
}

.main-footer .newsletter-widget .text {
    position: relative;
    display: block;
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 32px;
}

.main-footer .newsletter-form {
    position: relative;
}

.main-footer .newsletter-form form {
    position: relative;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    margin: 0;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 15px 20px 15px;
    height: 30px;
    margin: 15px 0px;
    display: block;
    font-size: 18px;
    /*background: #1c1e22;*/
    background: #fff;
    color: #222429;
    border-radius: 5px;
    /*font-family: var(--thm-b-font);*/
    /* border: 1px solid #1c1e22; */
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus {
    border-color: var(--thm-base);
}

.btn-style-one {
    border-radius: 5px;
    border: 1px;
    background: #fff;
}


/* .btn-style-one:hover {
                    background: var(--thm-base);
                    background: #0b286d;
                    color: #fff;
                } */

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    /* background: var(--thm-black); */
    background: #0b286d;
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 13px 30px;
    z-index: 1;
}

.main-footer .widget-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ftr,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mwidth {
    max-width: 100%;
}


/*---Review Slider------------------*/

.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #232323;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #232323;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.testimonial .testimonial-content:after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #232323;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #0291d1;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #0291d1;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #fff;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #0291d1;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #0291d1;
}

/*---Review Slider------------------*/


/* Dropdown Button */
li a, .dropbtn {
    display: inline-block;
    color: #676a6a;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
  }
  
  /* li a:hover, .dropdown:hover .dropbtn {
    background-color: #0291d1;
  } */
  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #a2c8da;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #e7dccd}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }



    .element {
        padding: 10px 20px;
        margin:10px 0;
        height: 250px;
        background-color: rgba(255, 255, 255, 1);
        color: #000;
        border-radius: 10px;
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.09),
                    0px 4px 2px 0px rgba(0,0,0,0.09),
                    0px 8px 4px 0px rgba(0,0,0,0.09),
                    0px 16px 8px 0px rgba(0,0,0,0.09),
                    0px 32px 16px 0px rgba(0,0,0,0.09);
      }
  