@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bebas+Neue&family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Darker+Grotesque:wght@300;400;500;600;700;800;900&family=Dosis:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@300;400;500;600;700;800&family=Rajdhani:wght@300;400;500;600;700&display=swap');


/*
font-family: 'Abril Fatface', cursive;
font-family: 'Bebas Neue', cursive;
font-family: 'Carlito', sans-serif;
font-family: 'Darker Grotesque', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Rajdhani', sans-serif;
*/
.z-index {
    z-index: 7;
}

.btn {
    text-transform: uppercase;
}

.shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -51px;
    height: 150px;
    z-index: 9;
    transform: scaleY(.5);
}


.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.shape .shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin-bottom: 0px;
    padding: 0px;
}

.container {
    max-width: 1300px;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0 auto;
    /*    font-size: 14px;*/
    scroll-behavior: smooth;
    /*    box-sizing: border-box;*/
}

a {
    text-decoration: none !important;
}

section {
    position: relative;
    width: 100%;
    float: left;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px
}

.pb-180 {
    padding-bottom: 180px
}
.pt-150 {
    padding-top: 150px
}

header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0px;
    left: 0px;
}

header .logo a img {
    width: 100px;
}

._nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

._nav ul li {
    display: inline-flex;
    margin: 0px 10px;
    position: relative;
}

.call {
    margin-left: 30px;
}

.call a,
._nav ul li a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 28px 5px;
}

._nav ul li a:hover {
    background-color: rgb(255 255 255 / 38%);
    color: #000
}

._nav {
    margin-left: auto;
}

._nav ul li .submenu.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0px)
}

._nav ul li .submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    min-width: 235px;
    background-color:rgb(32 127 179 / 74%);
    top: 80px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in;
    left: 0px;
    width: auto;
    transform: translateX(10px)
}

._nav ul.submenu li {
    border-bottom: 1px solid #207fb3;
    margin: 0px;
}

._nav ul.submenu li a {
    display: block;
    width: 100%;
    color: #ffffff !important;
    padding: 15px;
    font-size: 15px;

}

._nav ul.submenu li:nth-last-child(1) {
    border-bottom: 1px solid #207fb3;
}

/*slider home*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
/*
    justify-content: center;
    align-items: center;
*/
}


@-webkit-keyframes zoom-a {
    0% {
        background-size: 120% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@-moz-keyframes zoom-a {
    0% {
        background-size: 120% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@-o-keyframes zoom-a {
    0% {
        background-size: 120% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@keyframes zoom-a {
    0% {
        background-size: 120% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

.image-container {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
    -webkit-animation: zoom-a 30s linear infinite alternate;
    /* Safari 4+ */
    -moz-animation: zoom-a 30s linear infinite alternate;
    /* Fx 5+ */
    -o-animation: zoom-a 30s linear infinite alternate;
    /* Opera 12+ */
    animation: zoom-a 30s linear infinite alternate;
    /* IE 10+, Fx 29+ */
}

.home-slider {
    position: relative;
    width: 100%;
}

.home-slider::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 70px;
    background-image: url(../images/shape.png);
    width: 100%;
    z-index: 8;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-caption p {
    margin: 25px 0px;
}

.slider-caption {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    background-color: rgb(0 0 0 / 45%);
}

.inner-caption h2 {
    color: white;
    font-size: 60px;
    font-weight: 700;
}

.inner-caption p {
    color: white;
    font-size: 20px;
}

.btn-homez {
    background: #207fb3;
    border: 0px;
    padding: 20px 40px;
    border-radius: 5px;
    color: white;
    transform: .3s all ease-in-out;
    border: 1px solid #207fb3;
}

.btn-homez:hover {
    background: #62b75b;
    color: white;
      border: 1px solid #62b75b;
}


.btn-homez-outline {
    background: trasparent;
    border: 0px;
    padding: 20px 40px;
    border-radius: 5px;
    color: white;
    transform: .3s all ease-in-out;
    border: 1px solid #fff;
}

.btn-homez-outline-dark {
    background: trasparent;
    border: 0px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #207fb3;
    transform: .3s all ease-in-out;
    border: 1px solid #207fb3;
}

.btn-homez-outline:hover {
    background: #207fb3;
    color: white;
}

.feature-index {
    display: grid;
    grid-template-columns: auto auto auto;
}

.feature-box {
    text-align: center;
    margin-bottom: 30px;
}

.feature-box .icon i {
    color: #207fb3;
    font-size: 50px;
}

.feature-box p {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 0px;
}

.abt-com h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

a.link {
    font-size: 18px;
    font-weight: 500;
    color: #207fb3;
}

.edge-image {
    margin-left: -15px;
    min-height: 640px;
    object-fit: cover;
}


.edge-overlap h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: white;
}

.edge-overlap p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 30px;
    color: white;
}

.section_title p {
    font-size: 20px;
}

.section_title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.edge-overlap {
    background: #207fb3;
    padding: 60px;
    min-width: 520px;
    transform: translate(-120px, 80px);
    position: relative;
    z-index: 2;
}

.section_title h3 span {
    color: #207fb3;
}

.modalSlider .swiper-slide{
    display: block !important;
}
.bg-secondry {
/*    background: #f8f8f8;*/
    background: #083d58;
}
.bg-light {
background: #f8f8f8;
}

.bg-secondry .section_title{
    color:white
}

.homes {
    width: 100%;
}

.item-dtl {
    text-align: left;
    padding: 15px;
}

.more_dtl ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    place-content: space-between;
    width: 100%;
}

.item.listing {
    margin-bottom: 30px;
}

.listing .more_dtl ul {
    display: grid;
    grid-template-columns: auto auto;
}

.listing .items-slider {
    max-width: 100%;
}

.item-dtl h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

.item-dtl h4 a {
    color: black;
}

.more_dtl ul li {
    font-size: 16px;
}

.more_dtl ul li span {
    color: #207fb3;
}

.section_title {
    margin-bottom: 70px;
}

.section_title .line {
    width: 10%;
    background: #207fb3;
    height: 3px;
    margin-bottom: 30px;
}

.items-slider {
    max-width: 400px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 900;
    color: #207fb3;
}

.home-item-images {
    position: relative;
}

span.tag {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    background: rgb(0 0 0 / 48%);
    font-size: 12px;
    color: white;
    padding: 2px 5px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #207fb3;
}

/*
.shape-section-bottom::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    height: 70px;
    background-image: url(../images/shape.png);
    width: 100%;
    z-index: 8;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
.shape-section-bottom::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0px;
    height: 60px;
    width: 100%;
    z-index: 8;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/shape.png);
}

.shape-section::after {
    position: absolute;
    content: '';
    top: -62px;
    left: 0px;

    height: 70px;
    background-image: url(../images/shape.png);
    width: 100%;
    z-index: 8;
    background-repeat: no-repeat;
    background-size: cover;
}

.shape-section-float::after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0px;
    height: 100px;
    background-image: url(../images/shape-float.png);
    width: 100%;
    z-index: 8;
    filter: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
}

.ser-dtl h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -1px;
    color: black;
    padding: 20px 0px;
}

.ser-dtl h4 a {
    color: black;
}


.sticky{
    position: sticky;
    top: 0;
    -webkit-position: sticky;
}
.ser-dtl p {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.full-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wid-icon {
    background: #207fb3;
    text-align: center;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.contact-widget {
    text-align: center;
}

.contact-widget h4 {
    font-size: 20px;
    padding: 15px 0px;
}

.contact-widget a {
    color: black;
}

.contact-widget {
    background: #ebebeb;
    padding: 20px;
    min-height: 210px;
    margin-bottom: 30px;
}
.cta {
    background: white;
    padding: 80px;
}

.cta h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.cta p {
    margin-bottom: 20px;
}

.review {
    text-align: center;
    margin-bottom: 30px;
}

.rev_img img {
    border-radius: 50%;
    width: 110px;
    margin-bottom: 20px;
}

.review-content p {
    padding-bottom: 20px;
    font-size: 14px;
}

.abt-rev span {
    font-style: italic;
}

.partners {
    border-top: 1px solid #e3e3e3;
    padding: 30px 0px;
}

footer {
    background-image: url(../images/image-6.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0px 70px;
    width: 100%;
    float: left;
    position: relative;
}

footer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgb(0 35 61 / 87%) 0%, rgb(32 127 179) 100%);
}

.cta-footer h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: white;
}

.cta-footer p {
    color: white;
    font-size: 19px;
    padding-bottom: 25px;
}

.footer-social ul {
    display: inline-flex;
    list-style: none;
    margin: 0pa;
}

.footer-social ul li a {
    color: white;
}

.footer-social ul li {
    margin-right: 25px;
}


.footer-social {
    text-align: center;
    margin-top: 50px;
}

.toggle {
    display: none;
}

.toggle span {
    width: 40px;
    height: 1px;
    display: block;
    background: #fff;
    margin: 8px 0;
}




.mobile-menu {
    width: 220px;
    height: 100vh;
    background: white;
    position: fixed;
    z-index: 9;
    left: 0;
    transform: translateX(-100%);
    transition: .3s all ease-in-out;
}

.mobile-menu .__nav ul li {
    display: flex;
    flex-direction: column;
}

.mobile-menu .__nav ul li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: black;
    border-bottom: 1px solid #e7e7e7;
}

.mobile-menu.open,
.mobile_overlay.open {
    transform: translateX(0%);
}

.mobile_overlay {
    position: fixed;
    background: rgb(20 20 20 / 55%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    transition: .3s all ease-in-out;
    transform: translateX(-100%);
}

.item {
    background: white;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 0 auto;
}

.page_header {
    width: 100%;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    /* place-content: center; */
    place-items: center;
    padding-top: 100px;
}

.page-title h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: white;
}

.page-title ul {
    list-style: none;
    display: inline-flex;
}

.page-title ul li a {
    color: #fff;
}

.page-title ul li {
    color: white;
    margin-right: 10px;
}

.page-title,
.page-title ul {
    padding-left: 30px;
}

.page-title h4 {
    line-height: 1;
    border-left: 8px solid #207fb3;
    padding-left: 20px;
    margin-bottom: 10px;
}

.area-image img {
    /* max-width: 440px; */
    margin-left: auto;
    display: block;
    padding: 70px;
    transform: translate(-20px, -16px);
}

.area-image {
    position: relative;

}

.area-image::before {
    position: absolute;
    content: '';
    width: 480px;
    height: 480px;
    background: #207fb3;
    top: 0;
    left: 0;
}

.content h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.content ul {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.content h6 {
    color: #207fb3;
    padding-bottom: 20px;
}

.content p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.flex-row-reverse .content {
    text-align: right;
    padding-right: 40px;
    padding-left: 0px;
}

.flex-row-reverse .area-image::before {
    right: 0px;
    left: auto;
}

.content {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.flex-row-reverse .area-image img {
    /* max-width: 440px; */
    margin-left: auto;
    display: block;
    padding: 70px;
    transform: translate(-2px, -17px);
}



.__toggle {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    color: #111130;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
}

._content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.wrapper {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0px;
}

.page_header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    top: 0;
}

.header-light {
    background: white;
    border-bottom: 1px solid black;
}

.header-light .call a,
.header-light ._nav ul li a {
    color: black;
}


.gallery {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 1px;
    row-gap: 1px;
    padding-top: 80px;
}

.listing-title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -2px;
}

.listing-title h6 {
    font-size: 22px;
    padding: 10px 0px;
}

.listing-title p {
    font-size: 16px;
    padding-bottom: 20px;
}

.listing-title {
    padding: 130px;
}

.abt-hm {
    background: #207fb3;
    padding: 70px 0px;
    color: white;
}

.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    padding-bottom: 20px;
}

.feature-ul {
    width: 100%;
    list-style: none;
    display: flex;
    place-content: space-between;
}

.project-assets {
    display: flex;
    position: relative
}

.assets-img {
    min-width: 280px;
    overflow: hidden;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
}

.layer__ {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 38%);
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: .3s all ease;
}

.layer__:hover {
    background: rgb(0 0 0 / 10%);
}

.grid-item-subtitle {
    color: white;
    font-size: 14px;
}

.grid-item-title {
    color: white;
    font-size: 25px;
}

.assets-img img {
    width: 260px;
    height: 400px;
    object-fit: cover;
}

.grid-item-text-link {
    padding: 124px 0px;
}

.feature-ul li .list-feature .f-icon {
    font-size: 28px;
}

.feature-ul li .list-feature p {
    font-weight: 400;
    color: black;
    font-size: 20px;
}

.project_detail_list ul {
    list-style: none;
    width: 100%;
}

.project_detail_list ul li {
    display: flex;
}

.project_detail_list ul li {
    display: flex;
    place-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.grid-item-icon {
    color: white;
    text-align: right;
    font-size: 30px;
}

.plan-image img {
    border-radius: 5px;
}

.accordian {
    padding: 15px 0px;
    border-bottom: 1px solid #d5d5d5;
}

.padding-left-40 {
    padding-left: 40px;
}

.class-energy-list li {
    clear: both;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 10px;
    line-height: 40px;
    display: flex;
    place-content: space-between;
}

.class-energy-indicator:nth-child(1) {
    background-color: #33a357;
}

.indicator-energy {
    font-size: 13px;
    line-height: 30px;
    top: 18px;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
    position: absolute;
}

.indicator-energy:before {
    content: "";
    border-top: 10px solid #999;
    right: auto;
    left: 0;
    border-right: 10px solid transparent;
    top: 30px;
    position: absolute;
}

.class-energy-indicator span {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.class-energy-indicator:nth-child(1) {
    background-color: #33a357;
}

.class-energy-indicator:nth-child(2) {
    background-color: #79b752;
}

.class-energy-indicator:nth-child(3) {
    background-color: #c3d545;
}

.class-energy-indicator:nth-child(4) {
    background-color: #fff12c;
}

.class-energy-indicator:nth-child(5) {
    background-color: #edb731;
}

.class-energy-indicator:nth-child(6) {
    background-color: #d66f2c;
}

.class-energy-indicator:nth-child(7) {
    background-color: #cc232a;
}

.class-energy-indicator:nth-child(8) {
    background-color: #cc232a;
}

.class-energy-indicator:nth-child(9) {
    background-color: #cc232a;
}

.class-energy-indicator:nth-child(10) {
    background-color: #cc232a;
}

.class-energy {
    clear: both;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    position: relative;
}

.class-energy-indicator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
}

.listing-gallery .container-fluid {
    padding: 0px;
}

.close {
    float: right;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 0px !important;
}

.modal-row {
    display: flex;
}

.modal-slider {
    width: 70%;
    position: relative;
}

.form-cta {
    width: 30%;
    position: relative;
    padding: 20px;
}

.scale-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    place-content: center;
    place-items: center;
}

.scale-btn i {
    transform: rotate(45deg);
}

.hz-terms-of-use {
    font-size: 12px;
    padding-left: 4px;
}

.hz-terms-of-use input {
    margin-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 0px 0px black !important;
    outline: none !important;
}

width-100 {
    width: 100%;
}

.btn-sm {
    padding: 10px 39px !important;
}

.form-cta.hide {
    display: none;
}

.modal-slider.full {
    width: 100%;
}



select option:hover {
    background-color: #62b75b
}



.modal-header {
    place-items: center;
}

.listing .item {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.86em + 1.75rem + 0px);
    padding: 0.375rem 0.75rem;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.86;
    color: #696969;
    background-color: #ebebeb;
    background-clip: padding-box;
    border: 2px solid #ededed !important;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.checkbox_lit {
    list-style: none;
    padding: 0px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
}

.filters {
    padding: 18px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    margin-top: 9px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #207fb3;
    background-color: #207fb3;
}

.content img {
    border-radius: 4px;
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.widget {
    position: relative;
    padding: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 5px;
    border-bottom: 8px solid #dfdfea;
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}

.widget .widget-title {
    font-size: 22px;
    margin-bottom: 23px;
}

.widget-categories ul li {
    margin-bottom: 11px;
    width: 100%;
}

.widget-categories ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding: 20px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #207fb3;
    transition: all 0.3s linear;
    display: block;
    width: 100%;
}

aside {
    position: sticky;
    top: 0;
    -webkit-position: sticky;
}

.ser-image a img {
    width: 100%;
    min-height: 210px;
    object-fit: cover;
}



















































@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 .container {
   max-width: 1140px;
}
  
}


@media(max-width:1024px){
    .home-item-images {
    position: relative;
    max-width: 310px;
    margin: 0 auto;
}
     .container {
   max-width: 960px ;
}
    .items-slider {
    max-width: 330px;
}
    .inner-caption h2 {
    color: white;
    font-size: 43px;
    font-weight: 700;
}
}



@media(max-width:990px) {
    
    .partner {
    text-align: center;
}
    .drop_down a {
        display: flex !important;
        place-content: space-between;
        place-items: center;
    }

    ul._submenu {
        display: none;
    }

    ul._submenu.open {
        display: block;
    }

    .np-inner [class^='col'] {
        padding: 0px;
    }

    .edge-image {
        margin-left: 0;
        min-height: 360px;
        object-fit: cover;
    }

    .edge-overlap {
        background: #207fb3;
        padding: 40px;
        min-width: auto;
        transform: translate(0px, 0px);
        position: relative;
        z-index: 2;
    }

    .edge-overlap h3 {
        font-size: 32px;
    }

    .abt-com {
        margin-bottom: 30px;
    }

    .abt-com h3 {
        font-size: 30px;
    }

    .inner-caption h2 {
        color: white;
        font-size: 49px;
        font-weight: 700;
    }

    header .logo a img {
        width: 90px;
        padding: 10px;
        margin-left: 10px;
    }

    .toggle span {
        width: 40px;
        height: 1px;
        display: block;
        background: #000;
        margin: 8px 0;
    }

    .call a,
    ._nav ul li a {
        color: black;
        font-family: 'Montserrat', sans-serif;
        padding: 28px 5px;
    }

    header {
        background: white;
    }

    .toggle {
        display: block;
    }

    .call {
        margin-left: auto;
        /* margin: initial; */
    }

    ._nav {
        margin-left: auto;
        display: none;
    }

    .swiper-slide .item {
        background: white;
        margin: 0 auto;
    }

    .cta {
        background: white;
        padding: 49px;
    }

    .cta h4 {
        font-size: 41px;
    }
}

@media(max-width:820px) {
    .form-cta.slide {
        transform: translateX(0%);
        transition: .3s all ease;
    }

    .modal-body {
        overflow: hidden;
        background: #343a40;
    }

    .form-cta {
        width: 100%;
        position: absolute !important;
        padding: 20px;
        background: white;
        left: 0;
        top: 0;
        z-index: 9;
        transform: translateX(100%);
        transition: .3s all ease;
        height: 100%;
    }

    .modal-content {
        height: 100vh;
        overflow-y: scroll;
    }

    .scale-btn {
        display: none;
    }

    .mail-toggle {
        color: white;
        font-size: 20px;
    }

    .modal-slider {
        width: 100%;
        position: relative;
        margin: 30% 0%;
    }

    .modal-row {
        display: flex;
        flex-direction: column;
    }

    .form-cta {
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0;
        pointer-events: none;
        max-width: 100% !important;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0;
        pointer-events: none;
    }

    .__content {
        margin-bottom: 30px;
    }

    .assets-img {
        min-width: 360px;
        overflow: hidden;
        margin-left: 20px;
        border-radius: 5px;
        position: relative;
    }

    .plan-image img {
        width: 100%;
        margin-bottom: 30px;
    }

    .padding-left-40 {
        padding-left: 0;
    }

    .listing-gallery .container-fluid {
        padding: 0px 15px;
    }

    .listing-title {
        padding: 50px;
    }

    .homes {
        width: 96%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .hide-mobile{
        display: none
    }
    .mobile-logo {
    display: block !important;
}
    .service-item {
    margin-bottom: 30px;
}
    .container {
        padding: 0px 30px;
    }

    .items-slider {
        max-width: 340px;
    }


    .assets-img {
        min-width: 240px;
        margin-left: 20px;
    }

    .form-cta.slide {
        transform: translateX(0%);
        transition: .3s all ease;
    }

    .modal-body {
        overflow: hidden;
        background: #343a40;
        overflow-y: scroll;
    }

    .form-cta {
        width: 100%;
        position: absolute !important;
        padding: 20px;
        background: white;
        left: 0;
        top: 0;
        z-index: 9;
        transform: translateX(100%);
        transition: .3s all ease;
        height: 100%;
    }

    .modal-content {
        height: 100vh;
        overflow-y: scroll;
    }

    .scale-btn {
        display: none;
    }

    .mail-toggle {
        color: white;
        font-size: 20px;
    }

    .modal-slider {
        width: 100%;
        position: relative;
        margin: 30% 0%;
    }

    .modal-row {
        display: flex;
        flex-direction: column;
    }

    .form-cta {
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0;
        pointer-events: none;
        max-width: 100% !important;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0;
        pointer-events: none;
    }

    @-webkit-keyframes zoom-a {
        0% {
            background-size: 280% auto;
        }

        100% {
            background-size: 200% auto;
        }
    }

    @-moz-keyframes zoom-a {
        0% {
            background-size: 280% auto;
        }

        100% {
            background-size: 200% auto;
        }
    }

    @-o-keyframes zoom-a {
        0% {
            background-size: 280% auto;
        }

        100% {
            background-size: 200% auto;
        }
    }

    @keyframes zoom-a {
        0% {
            background-size: 280% auto;
        }

        100% {
            background-size: 200% auto;
        }
    }




    .home-slider::after {
        position: absolute;
        content: '';
        bottom: -3px;
        left: 0px;
        height: 30px;
        width: 100%;
        z-index: 8;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .inner-caption h2 {
        color: white;
        font-size: 29px;
        font-weight: 700;
    }

    .image-container {
        height: 560px;
        -webkit-animation: zoom-ab 30s linear infinite alternate;
        /* Safari 4+ */
        -moz-animation: zoom-ab 30s linear infinite alternate;
        /* Fx 5+ */
        -o-animation: zoom-ab 30s linear infinite alternate;
        /* Opera 12+ */
        animation: zoom-ab 30s linear infinite alternate;
        /* IE 10+, Fx 29+ */
    }

    .partner img {
        width: 100px;
        margin-bottom: 20px;
    }

    .cta-footer h3 {
        font-size: 36px;
    }

    .area-image::before {
        width: 340px;
        height: 360px;
    }

    .__toggle {
        font-size: 16px;
        text-align: left;
    }

    .footer-social ul {
        list-style: none;
        grid-template-columns: auto auto auto;
        display: grid;
    }
}

.mobile-logo {
    display: none
}
.header-light .hide-mobile{
    display: none
}
.header-light .mobile-logo{
    display: block
}
@media(max-width:480px) {
    .edge-overlap p {
        font-size: 14px;
    }

    .section_title h3 {
        font-size: 29px;
    }

    .edge-overlap h3,
    .abt-com h3 {
        font-size: 29px;
    }

    .section_title p {
        font-size: 15px;
    }


    .feature-box p {
        font-size: 13px;
        font-weight: 600;
        margin: 0px;
        padding: 10px 0px;
    }

    .hide-mobile {
        display: none;
    }

    .mobile-logo {
        display: block
    }

    .call a,
    ._nav ul li a {
        color: black;
        font-family: 'Montserrat', sans-serif;
        padding: 12px 5px;
        font-size: 12px;
    }

    .shape-section-bottom::after {
        bottom: -3px;
        height: 19px;
        width: 100%;
    }

    .inner-caption p {
        color: white;
        font-size: 16px;
    }

    .page-title h4 {
        font-size: 40px;
    }

    .padding-left-40 {
        padding-left: 0;
        padding-top: 20px;
    }

    .listing-gallery .container-fluid {
        padding: 0px 15px;
    }

    .assets-img {
        min-width: 100%;
        margin-top: 30px;
        margin-left: 0px;
    }

    .project-assets {
        flex-direction: column;
    }


    .project_detail_list ul li span {
        text-align: right;

    }

    .project_detail_list ul li {
        font-size: 14px;
    }

    .feature-ul {
        padding-right: 85px;
    }

    .feature-ul li .list-feature .f-icon {
        font-size: 20px;
    }

    .feature-ul li .list-feature p {
        font-weight: 400;
        color: black;
        font-size: 16px;
    }

    .gallery {
        padding-top: 73px;
    }

    .listing-title {
        padding: 30px;
    }

    .feature-ul {
        width: 100%;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 20px;
        row-gap: 30px;
    }

    .flex-row-reverse .content {
        text-align: left;
        padding-right: 0px;
        padding-left: 0px;
    }

    .flex-row-reverse .area-image img {
        /* max-width: 440px; */
        margin-left: auto;
        display: block;
        padding: 28px;
        transform: translate(-11px, 13px);
    }

    .content h3 {
        font-size: 28px;
    }

    .area-image img {
        /* max-width: 440px; */
        margin-left: auto;
        display: block;
        padding: 29px;
        transform: translate(10px, 14px);
    }

  .area-image::before {
    width: 279px;
    height: 190px;
}

    .item-dtl {
        text-align: left;
        padding: 35px;
    }

    .homes {
        width: 100%;
        padding: 10px;
    }

    .cta h4 {
        font-size: 30px;
    }

    .service-item {
        margin-bottom: 50px;
    }

    .more_dtl ul {
        display: grid;
        grid-template-columns: auto auto;
    }

    .more_dtl ul li {
        margin-bottom: 10px;
    }

    .item-dtl h4 {
        padding-bottom: 15px;
    }

    .footer-social ul {
        list-style: none;
        grid-template-columns: auto auto;
        display: grid;
    }

    .feature-index {
        display: grid;
        grid-template-columns: auto auto;
    }

    .items-slider {
        max-width: 320px;
    }

    .btn-homez-outline {
        padding: 20px 34px;
        font-size: 14px;
    }

    .cta {
        background: white;
        padding: 27px;
    }

    .btn-homez {
        font-size: 14px;
        padding: 20px 32px;
    }

    .cta-footer h3 {
        font-size: 27px;
    }

    .content p {
        font-size: 16px;
    }

    .title {
        font-size: 27px;
    }
}

@media(min-width:1500px) {
    .edge-overlap {
        background: #207fb3;
        padding: 60px;
        min-width: 690px;
    }
}