﻿/* @font-face{ font-family:Effra_Std_Rg; src:url(../fonts/Effra_Std_Rg.ttf);} */
:root{
    --orage:#ff962d;
}
body {
    font-family: 'Mukta-Medium;', serif;
    font-family: 'Mukta-Regular', sans-serif;
    background: #fff;
    font-weight: 300;
    color: #333;
    line-height: 1.8em;
}

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

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

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

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

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

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

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

p {
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 15px;
    color: #000;
    font-family: OpenSans-Regular;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

body button:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h3, .h3 {
    font-size: 48px;
}

b, strong {
    font-weight: bold;
}

html, body {
    padding: 0;
    margin: 0;
    background: #fff;
}


section {
    /* z-index: 9999999999999999 !important; */
    position: relative;
}

.slider-sec {
    position: relative;
}

.slider-sec .carousel-inner{
    z-index: 0;
}

.slider-sec .carousel-inner .carousel-item:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(#00000020, #00000094);
}

.slider-sec .carousel-inner .carousel-item:nth-child(1):before{
    background-image: linear-gradient(#00000059, #00000080);
}

.slider-sec .carousel-inner .carousel-item:nth-child(3):before{
    background-image: linear-gradient(#00000050, #00000080);
}

    .slider-sec .header_area {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        z-index: 99999999;
    }

    .slider-sec .nav-menus-wrapper {
        margin-top: 30px;
    }

.rs-parallax-wrap {
    position: absolute;
    bottom: 35%;
    right: 0;
    width: 5%;
    z-index: 9999;
}

    .rs-parallax-wrap li {
        display: block;
        margin-bottom: 40px;
    }

        .rs-parallax-wrap li a {
            color: #fff;
        }

.slider-sec .carousel.slide h3 {
    z-index: 15;
    font-family: Open Sans;
    visibility: visible;
    text-align: left;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    border-color: rgb(255, 255, 255);
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 228px;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.banner-text {
    position: absolute;
    bottom: 28%;
    left: 0;
    text-align: center;
    width: 100%;
}
    .banner-text span {
        text-align: center;
        color: #fff;
        font-size: 60px;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 80px;
    }

    .banner-text h2 {
        text-transform: uppercase;
        visibility: visible;
        line-height: 70px;
        letter-spacing: 0px;
        font-weight: 800;
        font-size: 70px;
        font-family: OpenSans-Bold;
        text-align: center;
        color: var(--orage);
        -webkit-text-stroke-width: 0.3px;
        -webkit-text-stroke-color: rgb(255 255 255 / 80%);
    }

        .banner-text h2 span {
            display: block;
            color: #fff;
        }

    .banner-text p {
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        margin: 20px 0 0 0;
    }

.read-more {
    margin: 35px auto 0;
}

    .read-more a {
        letter-spacing: 0px;
        font-weight: 400;
        border-color: rgb(255, 255, 255);
        border-width: 1px;
        margin: 0px;
        border-radius: 0px;
        padding: 15px 55px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border: 1px solid #fff;
        text-decoration: none;
        position: relative;
        z-index: 99;
        font-family: OpenSans-Bold;
    }

        .read-more a::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 99%;
            height: 0%;
            transition: 0.2s;
            content: "";
            background: #fff;
            z-index: -1;
        }

        .read-more a i {
            position: absolute;
            top: 18px;
            right: 30px;
            vertical-align: middle;
            transition: 0.2s;
        }

        .read-more a:hover i {
            right: 26px;
            transition: 0.2s;
        }

        .read-more a:hover::before {
            height: 100%;
            transition: 0.2s;
        }

        .read-more a:hover {
            color: #000;
        }

.slider-sec .carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: unset;
    top: unset;
}

.slider-sec .carousel-control-prev-icon {
    background: #fff;
    width: 75px;
    height: 75px;
}

.slider-sec .carousel-control-next-icon {
    background: #fff;
    width: 75px;
    height: 75px;
}

.slider-sec .carousel-control-prev {
    left: unset;
    right: 76px;
}

.slider-sec .carousel-control-prev-icon i {
    color: #000;
    padding-top: 33px;
    font-size: 20px;
}

.slider-sec .carousel-control-next-icon i {
    color: #000;
    padding-top: 33px;
    font-size: 20px;
}

.slider-sec .carousel-control-prev-icon:hover {
    background: #000;
    transition: 0.2s;
}

    .slider-sec .carousel-control-prev-icon:hover i {
        color: #fff;
    }

.slider-sec .carousel-control-next-icon:hover {
    background: #000;
    transition: 0.2s;
}

    .slider-sec .carousel-control-next-icon:hover i {
        color: #fff;
    }

.slider-sec .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000;
}

.about-sec {
    z-index: 9999;
    padding: 80px 0px;
}

.about-text h3 {
    color: var(--orage);
    font-family: Mukta-Bold;
    font-weight: 700;
    margin: 30px 0 15px 0px;
}

    .about-text h3 span {
        display: block;
        color: #181818;
    }

.about-colm-img img {
    transition: 0.3s;
}

    .about-colm-img img:hover {
        -webkit-transform: translateY(-10px) !important;
        -moz-transform: translateY(-10px) !important;
        -ms-transform: translateY(-10px) !important;
        -o-transform: translateY(-10px) !important;
        transform: translateY(-10px) !important;
    }

.about-colm-img {
    padding: 30px 0px;
}

.about-sec .read-more a {
    color: #000;
    border: 1px solid #000;
}

    .about-sec .read-more a::before {
        background: #000;
        width: 100%;
    }

    .about-sec .read-more a:hover {
        color: #fff;
    }

.about-right-colm img {
    max-width: 400px;
}

.blog-colm-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-right-colm .image-absolute {
    max-width: 86% !important;
    z-index: -1;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 40px;
    top: 18%;
    right: 35px;
}

.modern-sec {
    background-color: #F3F3F3;
    padding: 100px 0px;
}

.modern-colm h3 {
    color: var(--orage);
    font-family: Mukta-Bold;
    font-weight: 700;
    margin-bottom: 30px;
}

    .modern-colm h3 span {
        display: block;
        color: #181818;
    }

.modern-colm .read-more a {
    color: #000;
    border: 1px solid #000;
}

    .modern-colm .read-more a::before {
        background: #000;
        width: 100%;
    }


.ltx-bg-header {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
}

.card .side a {
    text-decoration: none;
    color: #000;
}

.modern-colm .read-more a:hover {
    color: #fff;
}

.modern-flip {
    padding: 46px 40px;
}

.modern-sec .card-container {
    text-align: center;
    background: #fff;
}

.modern-sec .modern-colm {
    margin-bottom: 30px;
}

.modern-sec .card .side h5 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0px;
    font-family: Mukta-SemiBold;
}

.modern-sec .card-container {
    cursor: pointer;
    height: 350px;
    perspective: 600;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.modern-sec .card {
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
    width: 100%;
    border: none;
    border-radius: 0;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: rgb(255 255 255 / 90%);
    padding: 10px;
}

.sticky .nav-menu > li > a{
    color:#181818;
}

.sticky .nav-menu > li > a:hover{
    color:#181818;
}

.sticky .submenu-indicator-chevron{
    border-color:#181818;
}

    .sticky + .content {
        padding-top: 102px;
    }

.modern-sec .card:hover {
    transform: rotateY(180deg);
}

.modern-sec .card .side {
    backface-visibility: hidden;
    border-radius: 0px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.modern-sec .card .back {
    background: #eaeaed;
    color: #0087cc;
    text-align: center;
    transform: rotateY(180deg);
    padding: 0;
}

.descr {
    font-size: 14px;
    line-height: 24px;
}

.modern-sec .side.back a img {
    height: auto;
}

.modern-sec .side.back img {
    height: 400px;
}

.modern-sec .side.back a {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000db;
    height: 100%;
    padding: 40px 16px;
}

.modern-sec .side.back a {
    color: #fff;
}

    .modern-sec .side.back a h5 {
        color: #fff;
    }

.portfolio-sec {
    background: #6d5947;
    position: relative;
}

.portfolio-center {
    text-align: center;
    margin-bottom: 200px;
}

.relative-text {
    position: relative;
    top: 102px;
    text-align: center;
}

.portfolio-center .ltx-bg-header {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    z-index: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(198, 198, 198, 0.1);
}

.relative-text h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    font-family: Mukta-Bold;
}

.relative-text h3 {
    font-family: PinyonScript-Regular;
    font-size: 30px !important;
    color: var(--orage);
}


.portfolio-slider2 .item-img {
    overflow: hidden;
    margin-bottom: 40px;
}

    .portfolio-slider2 .item-img img {
        transition: 0.3s
    }

    

.portfolio-slider2 .item {
    text-align: center;
}

    .portfolio-slider2 .item a {
        text-decoration: none;
        color: #fff;
    }

    .portfolio-slider2 .item .item-text h4 {
        font-weight: 500;
        font-family: Mukta-Bold;
        font-size: 24px;
        color: #fff;
    }

    .portfolio-slider2 .item .item-text h5 {
        color: var(--orage);
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        font-family: Mukta-Bold;
    }

.portfolio-slider2 .owl-nav {
    text-align: center;
}

    .portfolio-slider2 .owl-nav button {
        background: #fff !important;
        width: 70px;
        height: 70px;
        position: relative;
        margin-right: 1px;
    }

        .portfolio-slider2 .owl-nav button span {
            font-size: 55px;
            position: absolute;
            top: 18px;
            left: 0;
            width: 100%;
            text-align: center;
        }

.portfolio-slider2 .owl-dots {
    display: none;
}

.portfolio-slider2 .owl-carousel .owl-stage-outer {
    margin-bottom: 60px;
}

.portfolio-slider2 .owl-nav button:hover {
    background: #000 !important;
    transition: 0.2s;
    color: #fff !important;
}


.proj-slider .item-img {
    overflow: hidden;
    margin-bottom: 40px;
}

    .proj-slider .item-img img {
        transition: 0.3s
    }



.proj-slider .item {
    text-align: center;
}

    .portfolio-slider2 .item a {
        text-decoration: none;
        color: #fff;
    }

.proj-slider .item .item-text h4 {
    font-weight: 500;
    font-family: Mukta-Bold;
    font-size: 24px;
    color: #fff;
}

.proj-slider .item .item-text h5 {
    color: var(--orage);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: Mukta-Bold;
}

.proj-slider .owl-nav {
    text-align: center;
    margin:20px auto;
}

    .proj-slider .owl-nav button {
        background: #fff !important;
        width: 70px;
        height: 70px;
        position: relative;
        margin-right: 1px;
    }

        .proj-slider .owl-nav button span {
            font-size: 55px;
            position: absolute;
            top: 18px;
            left: 0;
            width: 100%;
            text-align: center;
        }

.proj-slider .owl-dots {
    display: none;
}

.portfolio-slider2 .owl-carousel .owl-stage-outer {
    margin-bottom: 60px;
}

.proj-slider .owl-nav button:hover {
    background: #000 !important;
    transition: 0.2s;
    color: #fff !important;
}

.details-proj-slider .item-img {
    overflow: hidden;
    margin-bottom: 40px;
}

    .details-proj-slider .item-img img {
        transition: 0.3s
    }



.details-proj-slider .item {
    text-align: center;
}

.portfolio-slider2 .item a {
    text-decoration: none;
    color: #fff;
}

.details-proj-slider .item .item-text h4 {
    font-weight: 500;
    font-family: Mukta-Bold;
    font-size: 24px;
    color: #fff;
}

.details-proj-slider .item .item-text h5 {
    color: var(--orage);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: Mukta-Bold;
}

.details-proj-slider .owl-nav {
    text-align: center;
    margin: 20px auto;
}

    .details-proj-slider .owl-nav button {
        background: #000 !important;
        width: 70px;
        height: 70px;
        position: relative;
        margin-right: 1px;
    }

        .details-proj-slider .owl-nav button span {
            font-size: 55px;
            position: absolute;
            top: 18px;
            left: 0;
            width: 100%;
            text-align: center;
        }

.details-proj-slider .owl-dots {
    display: none;
}

.details-proj-slider .project-colm-text {
    padding:10px;
    letter-spacing:1px;
}
    .details-proj-slider .project-colm-text h5{
        font-size:16px;
        font-weight:500;
    }

    .details-proj-slider .project-colm-text a {
        position: relative;
        bottom: 0px;
        left: 0;
        width: 100%;
        text-align: center;
        background: var(--orage);
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 10 px 0 px;
        display: block;
    }


.details-proj-slider .owl-nav button:hover {
    background: #ccc !important;
    transition: 0.2s;
    color: #fff !important;
}


.details-proj-slider .owl-dots {
    display: block;
    text-align:center;
    margin-top:10px;
}

.details-proj-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}



.team-about{
    display:grid;
    grid-template-columns:250px 1fr;
    grid-column-gap:25px;
    
}
.team-about .about-content h3 {
    font-size: 24px ;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.about-content p{
font-size: 14px;
letter-spacing: 1px;
line-height: 25px;
text-align: justify;
margin-bottom: 10px;

}
.team-about .team-img {
    margin-bottom:10px;
}



.trend-colm-left h3 {
    color: var(--orage);
    font-family: Mukta-Bold;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 64px;
}

    .trend-colm-left h3 span {
        display: block;
        color: #181818;
    }

.trend-colm-left p {
    font-size: 17px;
    color: rgb(24, 24, 24);
    padding-left: 100px;
    line-height: 30px;
    font-family: Mukta-Bold;
}

.trend-sec {
    padding: 100px 0px;
}

.trend-colm-left {
    padding-top: 150px;
}


.project-sec {
    background: url(../images/tariff-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
    padding: 100px 0px 0 0;
    margin-bottom: 30px;
    position:relative;
}

.project-sec:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(255 255 255 / 50%);
}

.project-colm-center h3 {
    color: var(--orage);
    font-family: Mukta-bold;
    font-weight: 800;
    line-height: 64px;
    margin-bottom: 15px;
}

    .project-colm-center h3 span {
        display: block;
        color: #181818;
    }

.project-colm-center {
    text-align: center;
}

    .project-colm-center p {
        color: rgb(0 0 0 / 80%);
        font-weight: 300;
        margin: 0;
        max-width: 60%;
        display: inline-table;
        text-align: center;
    }

.project-peice-colm {
    background: #fff;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.41);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.41);
    position: relative;
     
}
.proj-slider{
    margin-top:25px;
}

.project-peice-colm h5 {
    color: var(--orage);
    font-size: 24px;
    font-weight: 500;
    font-family: Mukta-SemiBold;
}

    .project-peice-colm .price {
        font-size: 64px;
        font-weight: 600;
        color: #000;
        position: relative;
        line-height: 1em;
        margin-bottom: 50px;
    }

        .project-peice-colm .price span {
            vertical-align: super;
            display: inline-block;
            font-size: 32px;
        }

    .project-peice-colm li {
        padding: 10px 0;
        margin: 0 0 0 -15px;
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
    }

    .project-peice-colm ul {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .project-peice-colm .read-more a {
        background: #181818;
        color: #fff;
        padding: 15px 43px;
        border: none;
        display:block;

      
    }

        .project-peice-colm .read-more a i {
            top: 20px;
        }

        .project-peice-colm .read-more a::before {
            width: 100%;
            background: var(--orage);
        }

        .project-peice-colm .read-more a:hover {
            color: #fff;
        }

.project-sec .row .col-md-3:nth-child(3) .project-peice-colm {
    background: url(../images/tariff-bg-item.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
}

    .project-sec .row .col-md-3:nth-child(3) .project-peice-colm .price {
        color: #fff;
    }

    .project-sec .row .col-md-3:nth-child(3) .project-peice-colm li {
        color: #fff;
        border-bottom: 1px solid rgba(164, 162, 162, 0.1);
    }

    .project-sec .row .col-md-3:nth-child(3) .project-peice-colm .read-more a {
        background: var(--orage);
        border: none;
    }

        .project-sec .row .col-md-3:nth-child(3) .project-peice-colm .read-more a::before {
            background: #fff;
            border: none;
        }

        .project-sec .row .col-md-3:nth-child(3) .project-peice-colm .read-more a:hover {
            color: var(--orage);
        }

.easy-step-sec {
    padding: 170px 0px;
    overflow: hidden;
    position: relative;
}

.easy-step-center h3 {
    color: var(--orage);
    font-family: Mukta-bold;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 64px;
    text-align: center;
}

    .easy-step-center h3 span {
        display: block;
        color: #181818;
    }

.easy-step-colm {
    text-align: center;
    position: relative;
}

    .easy-step-colm h3 {
        font-size: 120px !important;
        line-height: 100px;
        margin-bottom: 40px;
        transition: all 0.3s ease;
        font-weight: 800;
        font-family: OpenSans-Bold;
        color: var(--orage);
    }

    .easy-step-colm:hover h3 {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .easy-step-colm h4 {
        margin: 12px 0 0 0;
        font-weight: 700;
        font-family: Mukta-bold;
    }

    .easy-step-colm p {
        font-family: OpenSans-Regular;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 20px 0;
    }

    .easy-step-colm img {
        position: absolute;
        top: 0;
        right: -39px;
    }

.left-bg {
    position: absolute;
    top: 0;
    left: -200px;
    z-index: -1;
    opacity: 0.2;
}

.right-bg {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -1;
    opacity: 0.2;
}


.we-pay-sec-bg {
    position: relative;
}

    .we-pay-sec-bg img {
        width: 100%;
    }

.we-pay-text {
    position: absolute;
    top: 26%;
    left: 9.5%;
    width: 35%;
    background: url(../images/dots-grid-1.png);
    background-repeat: no-repeat;
    background-position: right;
}

    .we-pay-text h2 {
        font-size: 40px;
        font-weight: 700;
        font-family: OpenSans-Bold;
        color: var(--orage);
        line-height: 55px;
        margin-bottom: 20px;
    }

        .we-pay-text h2 span {
            display: block;
            color: #000;
        }

    .we-pay-text .read-more a {
        background: #181818;
        color: #fff;
    }

        .we-pay-text .read-more a::before {
            width: 100%;
        }

        .we-pay-text .read-more a:hover {
            color: #000;
        }


.circle-counting-sec {
    background: url(../images/BG_fs.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

.year-timer-counter {
    text-align: center;
}

.timer {
    text-align: center;
    position: relative;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 150px;
    background: rgba(255, 255, 255, 0.05);
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    border-radius: 100px;
    padding-right: 45px;
    margin-bottom: 50px;
    outline: 5px solid var(--orage);
    -moz-outline-radius: 100px;
    outline-offset: 18px;
}

.year-timer-counter span {
    position: absolute;
    top: 62px;
    right: 92px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.year-timer-counter h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}


.team-sec .ltx-bg-header {
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.53);
}

.team-sec .relative-text h4 {
    color: #000;
}

.team-img {
    padding: 30px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .team-img img {
        width: 100%;
        /* -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%); */
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .team-img:hover img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.team-colm {
    text-align: center;
}

.team-img:hover {
    border-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-colm a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s
}

-

.team-colm a:hover {
    color: var(--orage);
    transition: 0.3s
}

.team-colm p {
    font-size: 14px;
    color: var(--orage);
    margin: 0px 0 0 0;
}

.team-sec {
    padding: 30px 0 100px 0px;
    background: url(../images/BG_white.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.testimonial-sec {
    background: url(../images/BG_white.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 150px 0px 0px 0px;
}

    .testimonial-sec .carousel-caption {
        position: unset;
    }

.carousel-control-prev-icon {
    background: none;
}

.testimonial-sec .carousel-caption p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 10px 30px 20px;
    margin-bottom: 0;
    line-height: 1.8em;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-family: OpenSans-Bold;
    margin-bottom: 30px;
}

.testimonial-sec .carousel {
    text-align: center;
}

.testimonial-sec .carousel-control-prev-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #000;
}

.testimonial-sec .carousel-control-next-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #000;
}

.testimonial-sec .carousel-control-next {
    opacity: 1;
    width: unset;
    position: unset;
    display: inline-block;
}

.testimonial-sec .carousel-control-prev {
    opacity: 1;
    width: unset;
    position: unset;
    display: inline-block;
}

.testimonial-sec .carousel-control-prev-icon i {
    color: #000;
    padding-top: 33px;
    font-size: 20px;
}

.testimonial-sec .carousel-control-next-icon i {
    color: #000;
    padding-top: 33px;
    font-size: 20px;
}

.testimonial-sec .carousel-control-prev-icon:hover {
    background: #000;
    transition: 0.2s;
    color: #fff;
}

.testimonial-sec .carousel-control-next-icon:hover i {
    color: #fff;
}

.testimonial-sec .carousel-control-next-icon:hover {
    background: #000;
    transition: 0.2s;
    color: #fff;
}

.testimonial-sec .carousel-control-prev-icon:hover i {
    color: #fff;
}

.client-img img {
    border-radius: 50%;
    display: block !important;
    max-width: 80px;
    margin-bottom: 15px;
}

.client-img .header {
    font-size: 18px;
    margin: 0px auto 0px;
    position: relative;
    color: #181818;
    font-weight: 600;
}

.client-img .subheader {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 5px;
    color: var(--orage);
}

.testimonial-sec .carousel-inner {
    margin-bottom: 40px;
}



.blog-sec {
    padding: 30px 0 100px 0px;
}

    .blog-sec .ltx-bg-header {
        -webkit-text-stroke: 1px rgba(200, 200, 200, 0.53);
    }

    .blog-sec .relative-text h4 {
        color: #000;
    }

.blog-colm-img img {
    width: 100%;
}

.blog-colm-text .ltx-header, .header {
    font-family: 'Mukta', serif;
    font-family: var(--font-headers), serif;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-colm-text a {
    text-decoration: none;
}

.blog-colm-text .ltx-post-headline .ltx-date {
    color: #181818;
    color: var(--black);
    display: inline-block;
    font-size: 12px;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.blog-colm-text {
    padding: 15px 0 0 0;
}

    .blog-colm-text .ltx-cats a {
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        color: var(--orage);
        padding: 0px 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-family: OpenSans-Regular;
    }

    .blog-colm-text .ltx-post-headline .ltx-date + .ltx-cats {
        display: inline-block;
        margin-left: 10px;
    }

    .blog-colm-text a h3 {
        font-size: 18px !important;
        font-weight: 600;
        margin: 14px 0px;
        color: #000;
        font-family: OpenSans-Regular;
        transition: 0.3s;
    }

        .blog-colm-text a h3:hover {
            color: var(--orage);
        }

.blog-colm li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    color: var(--orage);
}

    .blog-colm li i {
        margin-right: 10px;
    }

.blog-colm-img img {
    transition: 0.3s
}

.blog-colm-img {
    overflow: hidden;
}

.blog-colm:hover .blog-colm-img img {
    transform: scale(1.1);
}


main {
    background: url(../images/subscribe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 60px 0px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15), 0 3px 20px rgba(0,0,0,0.15);
    color: white;
    position:relative;
}

main:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    left:0;
    top:0;
    background:rgb(98 98 98 / 94%)
}

.subsicribe-colm h4 {
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

    .subsicribe-colm h4 span {
        display: block;
        color: #fff;
    }

.subsicribe-colm .form-control {
    height: 60px;
    border-radius: 0;
    padding: 20px 30px;
    font-size: 14px;
    position: relative;
    border: none;
}

.subsicribe-colm .form-group {
    margin-bottom: 20px;
}

.subsicribe-colm .btn.btn-primary {
    border-radius: 0;
    padding: 18.7px 54px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: OpenSans-Bold;
    background: var(--orage);
    border: none;
    z-index: 1;
    position: relative;
    margin-top: 15px;
}

.subsicribe-colm .form-control:focus {
    box-shadow: none;
}

.ltx-footer-wrapper {
    position:relative;
    background: #fff;
    padding: 120px 0px 0 0;
    
}

.ltx-footer-wrapper:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:url('../images/footer_bg.jpg') no-repeat center center;
    background-size:cover;
    opacity:0.1;
}

.footer-widget-area .textwidget a {
    margin-bottom: 30px;
    display: block;
}

.footer-widget-area .textwidget p {
    color: rgb(0 0 0 / 60%);
    font-size: 14px;
}

.footer-widget-area .textwidget {
    max-width: 360px;
}

.footer-widget-area .widget-ltx-icons li a {
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    font-family: Mukta-Medium;
    text-decoration: none;
}

.footer-widget-area .widget-ltx-icons li {
    display: block;
    color: var(--orage);
    position: relative;
    padding-left: 40px;
}

.widget-ltx-icons li i {
    font-size: 25px;
    position: absolute;
    top: 2px;
    left: 0;
}

.widget-ltx-icons {
    margin: 30px 0px 40px 0;
}

.copyright-block.copyright-layout-default {
    margin: 0;
    background: var(--orage);
    display: block;
    text-align: left;
    padding: 25px 0;
    overflow: hidden;
    /* background-color: rgba(0, 0, 0, 0.25); */
    margin-top: 60px;
    position: relative;
}

    .copyright-block.copyright-layout-default p {
        margin: 0;
        color: #fff;
    }

    .copyright-block.copyright-layout-default p a{
        color: #fff;
         
    }

    .copyright-block.copyright-layout-default a {
        text-decoration: none;
        color: var(--orage);
    }

.social-icons-list li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}

    .social-icons-list li a {
        color: #fff;
        text-decoration: none;
        color: var(--orage);
    }

.header-widget::after {
    content: "";
    border-bottom: 2px solid var(--orage);
    border-color: var(--orage);
    position: absolute;
    display: block;
    width: 100px;
    bottom: 0;
}

.footer-widget-area .header-widget::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 220px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget-area .header-widget {
    padding: 0px 0px 6px;
    margin: 0px 0 40px 0;
    font-size: 24px !important;
    line-height: 1.2em;
    text-align: left;
    font-family: 'Mukta-Medium', serif;
    font-weight: 700;
    display: block;
    color: var(--orage);
    position: relative;
    text-transform: none;
    letter-spacing: 0.8px;
}

.footer-widget-area .menu-footer-menu ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-widget-area .menu-footer-menu li a {
    color: #181818;
    text-decoration: none;
    font-weight: 500;
    display: block;
}

    .footer-widget-area .menu-footer-menu li a i {
        margin-right: 10px;
        font-size: 13px;
        color: var(--orage);
        font-weight: 700;
    }

.menu-footer-menu h3 {
    font-size: 25px !important;
    color: #fff;
    line-height: 0;
}

.subsicribe-colm .btn.btn-primary::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    transition: 0.2s;
    content: "";
    background: #000;
    z-index: -1;
}

.subsicribe-colm .btn.btn-primary:hover::before {
    height: 100%;
    transition: 0.2s;
}


/********About**********/

.slider-sec.internal-banner .banner-text h2 {
    font-size: 40px;
    color: #fff;
    text-transform: unset;
}

.slider-sec.internal-banner .banner-text li {
    display: inline-block;
    color: #fff;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 500;
    font-family: OpenSans-Bold;
}

    .slider-sec.internal-banner .banner-text li span {
        margin-left: 4px;
    }

    .slider-sec.internal-banner .banner-text li a {
        text-decoration: none;
        color: #f9f9f9;
    }

.about-sec.internal-about .about-text h4 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    font-family: Mukta-Bold;
    margin: 20px 0px 10px 0px;
    color: var(--orage);
}

.internal-about-content {
    padding: 0 0 80px 0px;
}

.internal-about-content-text h3 {
    color: var(--orage);
    font-family: Mukta-Bold;
    font-weight: 700;
    margin-bottom: 30px;
}

.internal-about-content-text p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    margin-bottom: 15px;
}

/********about-end********/

.price-top ul {
    margin: 0;
}

.price-top li {
    display: inline-block;
    font-size: 22px;
    vertical-align: top;
    margin-right: 30px;
    line-height: 26px;
    border-right: 1px solid #333;
}

    .price-top li:last-child {
        border: none;
    }

    .price-top li:first-child {
        padding-right: 15px;
    }

    .price-top li h3 {
        font-size: 30px !important;
        font-weight: 600;
    }

.available-property-sec {
    padding: 100px 0px 30px 0;
}

.price-top li span {
    display: block;
    font-size: 14px;
    color: #333;
}

    .price-top li span a {
        text-decoration: none;
        border-bottom: 1px solid #000;
        color: #333;
    }

.agent-right li span:last-child {
    display: block;
    font-size: 16px;
}

.agent-right li strong {
    font-weight: 300;
    color: #797373;
    margin-right: 10px;
}

.spn-bg {
    background: #f0dab9;
    padding: 0 12px;
    color: #000;
}

.agent-right li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 45px;
}

.agent-right li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding-left: 60px;
    line-height: 24px;
    vertical-align: bottom;
    text-align: left;
}

    .agent-right li a {
        font-size: 13px;
        border-bottom: 1px solid var(--orage);
        line-height: 0;
        color: var(--orage);
        text-decoration: none;
        font-family: OpenSans-Bold;
    }

.available-property-menu li {
    display: inline-block;
    margin-right: 30px;
}

    .available-property-menu li:last-child {
        margin: 0;
        float: right;
        font-size: 12px;
        vertical-align: bottom;
    }

    .available-property-menu li a {
        text-decoration: none;
        font-size: 13px;
        color: #000;
        padding: 0 5px;
        font-family: OpenSans-Bold;
    }

.available-property-mrg {
    margin-bottom: 20px;
}

.available-property-sec .col-md-12.bg-colm {
    background: #f0dab9;
    padding: 4px 15px;
    margin-bottom: 15px;
}

.firstFoldDisplay span {
    display: block;
}

.firstFoldDisplay p {
    color: #666;
    font-size: 12px;
    padding-bottom: 3px;
    line-height: 20px;
    font-weight: 600;
}

    .firstFoldDisplay p span {
        font-size: 13px;
        color: #000;
        font-weight: 400;
    }

        .firstFoldDisplay p span a {
            text-decoration: underline;
            color: #000;
        }

.area-color {
    margin-top: 2px;
    font-size: 11px !important;
}

.firstFoldDisplay {
    margin-bottom: 3px;
}

.agent-save-colm li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.project-shedow {
    padding: 15px;
    box-shadow: 0 0px 6px 2px #dbdbdb;
    margin-bottom: 40px;
}

.agent-save-colm li a {
    color: var(--orage);
    text-decoration: none;
    font-size: 14px;
    padding: 3px 18px;
    border: 1px solid var(--orage);
    border-radius: 2px;
    transition: 0.3s;
}

.agent-save-colm li:first-child a {
    background: var(--orage);
    color: #fff;
    padding: 3px 18px;
    border-radius: 2px;
}

.agent-save-colm li:last-child a {
    border: none;
    padding: 0;
}

.agent-save-colm li a:hover {
    background-color: var(--orage);
    border-color: var(--orage);
    color: #fff;
}

.agent-save-colm li:last-child a {
    background: none;
}

.agent-save-colm-right a {
    text-decoration: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid hsla(0, 0%, 56.1%, 0.75);
    color: #606060;
}

    .agent-save-colm-right a i {
        margin-right: 10px;
    }

.agent-save-colm-right p a {
    border: none;
    font-size: 12px;
    padding: 8px 0 0 0;
    color: #000;
    border-bottom: 1px solid #000;
}

.agent-save-colm-right p {
    margin: 8px 0 0 0;
}

.hide {
    display: none;
}

.news p a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.disclaimer-colm h4 {
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin: 0 0 14px 0;
}

.disclaimer-colm {
    padding: 15px;
    box-shadow: 0 0px 6px 2px #dbdbdb;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

    .disclaimer-colm .p-infoRow li {
        display: block;
        border-top: 1px dashed #ddd;
        padding: 8px 0px;
    }

        .disclaimer-colm .p-infoRow li span {
            color: #999;
            font-size: 15px;
            width: 168px;
            float: left;
        }

    .disclaimer-colm .p-infoRow li {
        color: #333;
        font-size: 15px;
    }

        .disclaimer-colm .p-infoRow li img {
            width: 80px;
            border: 1px solid #ccc;
            padding: 4px;
        }

.alliance-bnr {
    padding-left: 166px;
}

.property-detail-form .form-control:focus {
    box-shadow: none;
}

.alliance-bnr img {
    border: none !important;
    padding: 0 !important;
}

.alliance-bnr a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.alliance-bnr {
    padding-left: 166px;
    margin-top: 5px;
}

.disclaimer-colm .p-infoRow li .p_value {
    float: left;
    width: 740px;
}

.amenities li {
    display: inline-block !important;
    border: none !important;
    width: 30%;
}

.disclaimer-colm p {
    color: #333;
    font-size: 14px;
}

.description-colm p {
    color: #333;
    font-size: 14px;
}

.ctaReport {
    float: left;
    width: 100%;
    border-top: 1px dashed #ddd;
    padding-top: 12px;
}

    .ctaReport .report li {
        display: inline-block !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 8px;
    }

        .ctaReport .report li span {
            width: auto !important;
            float: unset !important;
        }

.report li a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}

    .report li a:hover {
        color: #000;
    }

.ctaReport .report li span {
    color: #666;
    font-size: 14px;
}

.ctaReport .cta a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 18px;
    border-radius: 2px;
    transition: 0.3s;
    background: var(--orage);
}

.property-detail-agent p {
    position: relative;
    padding-left: 65px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

    .property-detail-agent p img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .property-detail-agent p span {
        color: #666;
        font-size: 12px;
        font-weight: 600;
        display: block;
    }

    .property-detail-agent p a {
        display: block;
        text-decoration: none;
        font-weight: 600;
        color: #999;
        font-size: 14px;
        margin-bottom: 10px;
    }

.agnt {
    padding: 5px 16px;
    border-radius: 2px;
    transition: 0.3s;
    background: var(--orage);
    display: unset !important;
    color: #fff !important;
    font-size: 13px !important;
}

.property-detail-agent {
    box-shadow: 0 0px 5px 2px #dbdbdb;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
}

.property-detail-form {
    box-shadow: 0 0px 5px 2px #dbdbdb;
    padding: 20px;
}

    .property-detail-form p {
        font-size: 12px;
    }

    .property-detail-form .form-group .form-control {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #ccc;
        padding-left: 0;
        font-size: 14px;
        height: 45px;
    }

    .property-detail-form .btn.btn-primary {
        border: 1px solid var(--orage);
        background: none;
        color: var(--orage);
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 10px;
        transition: 0.3s;
    }

        .property-detail-form .btn.btn-primary:hover {
            background: var(--orage);
            color: #fff;
            transition: 0.3s;
        }

    .property-detail-form p a {
        font-size: 12px;
        color: #606060;
        text-decoration: underline;
    }

.property-service img {
    width: 100%;
}

.schedule-contact {
    padding: 15px;
    box-shadow: 0 0px 6px 2px #dbdbdb;
    margin-bottom: 30px;
    clear: both;
}

.property-service {
    margin-bottom: 30px;
}

.schedule-contact p {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 70px;
    display: inline-block;
    vertical-align: middle;
}

    .schedule-contact p img {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
    }

    .schedule-contact p span {
        font-weight: normal;
        display: block;
        font-size: 16px;
    }

.schedule-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 18px;
    border-radius: 2px;
    transition: 0.3s;
    background: var(--orage);
    margin-left: 30px;
}

.tool-colm a {
    text-decoration: none;
    color: #999;
    position: relative;
    display: block;
}

    .tool-colm a i {
        position: absolute;
        top: 0;
        right: 0;
    }

    .tool-colm a h5 {
        color: #000;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .tool-colm a p {
        color: #000;
        font-size: 13px;
    }

.tool-colm {
    box-shadow: 0 0px 4px 3px #e6e6e6;
    padding: 20px;
    border-bottom: 2px solid #6b86cb;
    border-radius: 3px;
}

.row .col-md-4:nth-child(2) .tool-colm {
    border-bottom: 2px solid #36bac2;
}

.tool-colm a i {
    position: absolute;
    top: 30px;
    right: 0;
}

.marketed-sec {
    padding-bottom: 30px;
}

.marketed-sec-colm a {
    text-decoration: none;
}

.marketed-sec-colm h4 {
    font-size: 14px;
    color: #000;
    margin-top: 4px;
}

    .marketed-sec-colm h4 span {
        display: block;
        font-size: 11px;
        padding: 0px 0px 0px 0;
        color: #333;
    }

.marketed-sec-colm h5 {
    font-size: 12px;
    color: #000;
}

    .marketed-sec-colm h5 span {
        font-size: 12px;
        color: #333;
    }

.marketed-sec-colm a p span {
    background: #fc3;
    color: #000;
    padding: 1px 8px;
    font-size: 11px;
}

.marketed-sec-colm p {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.marketed-sec-colm {
    box-shadow: 0 0px 4px 3px #e6e6e6;
    padding-right: 12px;
}

    .marketed-sec-colm .col-md-4.pd0 {
        padding-left: 0;
        padding-right: 0;
    }

    .marketed-sec-colm .contact-btn {
        background: #000;
        border: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.2px;
        padding: 0px 14px;
        border-radius: 2px;
    }

.disclaimer-colm.exclusively-colm h4 span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: 8px;
}

.exclusively-img img {
    width: 100%;
    height: 250px;
}

.exclusively-img {
    position: relative;
}

    .exclusively-img h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        border: none;
        color: #fff;
        width: 100%;
        text-align: center;
        background: #95754dd1;
        padding: 8px 0px;
        font-size: 16px;
    }

        .exclusively-img h4 span {
            display: inline-block !important;
            margin: 0 !important;
        }

.exclusively-project-info h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.exclusively-project a {
    text-decoration: none;
}

.exclusively-project-info li {
    display: inline-block;
    font-size: 12px;
    color: #666;
    border-right: 1px solid #666;
    padding: 0 6px;
    line-height: 12px;
}

.exclusively-project-info {
    padding: 20px;
    position: relative;
}

.exclusively-project {
    box-shadow: 0 0px 4px 3px #e6e6e6;
}

.exclusively-project-info li:last-child {
    border: none;
}

.exclusively-project-info li:first-child {
    padding-left: 0;
}

.exclusively-project-info p {
    font-size: 12px;
    margin: 0;
}
.exclusively-project-info .contact-btn {
    color: var(--orage);
    background: none;
    border: 1px solid var(--orage);
    padding: 2px 16px;
    border-radius: 3px;
    transition: 0.2s;
    display: block;
    text-align: center;
    margin-top: 15px;
}

    .exclusively-project-info .contact-btn:hover {
        background: var(--orage);
        color: #fff;
        transition: 0.2s;
    }

.disclaimer-colm.project-detail .media-body h5 {
    font-size: 25px;
}

.disclaimer-colm.project-detail .media-body p a {
    text-decoration: underline;
    color: #333;
}

.disclaimer-colm.project-detail .media-body p {
    margin: 0;
}

.flw-project a {
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 3px 14px;
    border-radius: 2px;
    text-decoration: none;
}

.flw-project {
    padding-top: 15px;
}

.review-colm {
    margin-top: 15px;
}

    .review-colm .checked {
        color: #fc3;
    }

    .review-colm p {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

        .review-colm p a {
            background: rgba(216,35,42,.1);
            border: none;
            color: var(--orage);
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 1.2px;
            padding: 10px 20px;
            border-radius: 2px;
            text-decoration: none;
            margin-left: 30%;
        }

.review-colm {
    margin-top: 30px;
}

.colm4 h5 {
    font-size: 16px;
}

    .colm4 h5 span {
        display: block;
        font-size: 14px;
        color: #666;
        text-transform: uppercase;
        margin: 5px 0px;
    }

.review-colm {
    margin: 30px 0 35px 0px;
}

.highlight-sec {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    margin-top: 30px;
}

.highlight-colm li {
    list-style: disclosure-closed;
    color: #666;
    margin-bottom: 6px;
}

.highlight-colm ul {
    padding-left: 15px;
}

.highlight-sec .highlight-colm h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px 0px;
    border: none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.compare-colm h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 15px 0px;
    border: none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.compare-colm .form-group {
    margin-bottom: 0;
}

.compare-colm span {
    display: block;
    text-align: center;
    margin: 4px 0px;
    font-size: 18px;
}

.compare-colm .form-control {
    height: 40px;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #999;
}

.compare-colm {
    background: #896c4a82;
    padding: 15px;
    margin-bottom: 30px;
}

    .compare-colm .form-control:focus {
        box-shadow: none;
    }

    .compare-colm .btn.btn-primary {
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        border-radius: 0;
        background: #644825;
        border: none;
        padding: 8px 15px;
    }

.popular-colm {
    padding: 15px;
    border: 1px solid #999;
}

    .popular-colm h5 {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 0 15px 0px;
        border: none;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

.highlight-colm {
    margin-bottom: 30px;
}

.popular-colm li {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .popular-colm li a {
        text-decoration: none;
        color: #333;
    }

.available-property-img .carousel-indicators li {
    height: 12px;
    border-radius: 100px;
    border: none;
    width: 12px;
}

.available-property-img .carousel-indicators {
    bottom: 10px;
}

.main-blog-sec {
    padding: 100px 0px 70px 0px;
}

    .main-blog-sec .blog-colm {
        margin-bottom: 30px;
    }

    .main-blog-sec .blog-colm-text a h3 {
        font-size: 30px !important;
        font-weight: bold;
        font-family: OpenSans-Bold;
    }

.blog-list-right .form-control {
    height: 60px;
    border-radius: 0;
    border: 1px solid #000;
    position: relative;
    border-color: rgba(0, 0, 0, 0.5);
}

    .blog-list-right .form-control:focus {
        box-shadow: none;
    }

.blog-list-right .btn-primary {
    position: absolute;
    top: 5px;
    right: 21px;
    padding: 0;
    background: none;
    border: none;
    color: #333;
    width: 48px;
    height: 48px;
    display: block;
}

    .blog-list-right .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #000 !important;
        background-color: none !important;
        border-color: none !important;
    }

    .blog-list-right .btn-primary:hover {
        border: none;
        background: none;
        color: #999;
    }

.categorie-colm h3 {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    display: block;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.search-colm {
    margin-bottom: 45px;
}

.categorie-colm {
    margin-bottom: 50px;
}

.blog-about p {
    font-size: 14px;
    line-height: 1.8em;
    margin: 20px 0px;
}

.categorie-colm li a {
    padding: 0px 0 12px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.categorie-colm li {
    display: block;
    color: rgba(0, 0, 0, 0.5);
}

.blog-about .read-more a::before {
    background: #000;
    width: 100%;
}

.blog-about .read-more a:hover {
    color: #fff;
}

.blog-about .read-more a {
    color: #000;
    border: 1px solid #000;
    padding: 15px 30px;
}

.blog-about .media-body a {
    text-decoration: none;
}

    .blog-about .media-body a h4 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: var(--orage);
        text-decoration: none;
        margin-bottom: 10px;
    }

    .blog-about .media-body a h6 {
        font-size: 13px;
        line-height: 1.5em;
        color: #000;
        font-weight: 500;
        font-family: OpenSans-Bold;
        margin: 10px 0px;
    }

.blog-about .media-body:hover a h6 {
    color: var(--orage);
    transition: 0.2s;
}

.blog-about .media-body span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

.blog-about .media {
    margin-bottom: 30px;
}

.tagcloud li {
    display: inline-block;
    list-style: none;
    margin: 0 3px 6px 0;
}

    .tagcloud li a {
        border: 2px solid #ccc;
        text-decoration: none;
        margin: 0;
        padding: 2px 18px;
        font-size: 14px;
        transition: 0.3s;
    }

        .tagcloud li a:hover {
            background: #000;
            color: #fff;
            transition: 0.3s;
            border: 2px solid #000;
        }

.pagination-colm {
    text-align: center;
}

    .pagination-colm .page-link {
        border-radius: 0;
        color: #000;
        border: none;
        width: 80px;
        height: 80px;
        padding-top: 30px;
        margin: 0 0 0 10px;
        font-size: 20px;
        font-weight: 600;
        background: #f3f3f3;
        text-align: center;
        transition: 0.3s;
    }

        .pagination-colm .page-link:hover {
            background: #000;
            color: #fff;
            transition: 0.3s;
        }

    .pagination-colm .page-item:first-child .page-link {
        background: #000;
        color: #fff;
        border-radius: 0;
    }

    .pagination-colm li {
        display: inline-block;
    }

    .pagination-colm .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.blog-colm-text .ltx-post-info li {
    display: inline-block;
    list-style: none;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--orage);
}

.blog-detail-sec .blog-colm-text .ltx-post-info li i {
    margin-right: 5px;
}

.blog-detail-sec .blog-colm-text {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.blog-detail-sec img {
    width: 100%;
}

.blog-detail-sec p {
    font-size: 16px;
    line-height: 30px;
}

.blog-detail-sec h4 {
    font-size: 36px;
    font-weight: 700;
    margin: 30px 0 20px 0px;
    font-family: Mukta-SemiBold;
}

.blog-detail-sec .check {
    padding-left: 40px;
    margin-bottom: 25px;
}


    .blog-detail-sec .check li i {
        margin-right: 10px;
        color: var(--orage);
    }

    .blog-detail-sec .check li {
        display: block;
        margin-bottom: 10px;
    }

.related-post-sec h5 {
    font-size: 30px;
    font-weight: bold;
    font-family: OpenSans-Bold;
    text-align: center;
    padding: 50px 0px 20px 0px;
}

.related-post-sec .blog-colm-text {
    border: none;
}

    .related-post-sec .blog-colm-text a h3 {
        font-size: 20px !important
    }

.slider-sec.internal-banner {
    position:relative;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    height: 400px;
    background-position: center, bottom !important;
}

.slider-sec.internal-banner:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    left:0;
    top:0;
    background-image:linear-gradient(to bottom, rgba(0 0 0 / 30%), transparent)
}

.comment-colm {
    background: #f3f3f3;
    padding: 50px;
}

    .comment-colm p {
        text-align: center;
        color: #d12329;
        font-size: 14px;
    }

    .comment-colm .form-group .form-control {
        border-radius: 0;
        height: 58px;
        border: none;
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

    .comment-colm .form-control:focus {
        box-shadow: none;
    }

    .comment-colm textarea.form-control {
        height: auto !important;
    }

    .comment-colm .btn-primary {
        border-radius: 0;
        padding: 18px 54px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: OpenSans-Bold;
        background: var(--orage);
        border: none;
        margin-top: 14px;
        transition: 0.2s;
    }

        .comment-colm .btn-primary:hover {
            background: #000;
        }

.contact-sec {
    padding: 100px 0px;
}

.main-contact-text img {
    transition: 0.2s;
}

.main-contact-text:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.main-contact-text {
    text-align: center;
}

    .main-contact-text h5 {
        font-size: 20px;
        font-weight: 600;
        margin: 16px 0;
    }

    .main-contact-text p a {
        text-decoration: none;
        color: #000;
    }

    .main-contact-text p:hover a {
        color: var(--orage);
    }

.map-sec {
    line-height: 0;
}

    .map-sec iframe {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.feature-project-section {
    padding: 100px 0px;
}

.project-colm-text {
    padding: 25px 25px 40px 25px;
    box-shadow: 0 3px 13px 0px #c8c8c8;
    position: relative;
}

    .project-colm-text h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

    .project-colm-text h6 {
        text-align: center;
        margin: 10px 0 15px 0px;
        font-size: 14px;
        color: #333;
    }

    .project-colm-text a {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        text-align: center;
        background: var(--orage);
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 10px 0px;
    }

.feature-project-section .projetc-img {
    position: relative;
     
}

.feature-project-section .projetc-img img {
 
    width: 100%;
}

    .feature-project-section .projetc-img .img-logo img{
        width:auto;
    }

    .feature-project-section .projetc-img .img-logo {
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        box-shadow: 0 2px 11px 3px #62626263;
        text-align:center;
    }

.room-info-warp p {
    margin: 0;
    padding: 15px 0px;
    border-top: 1px dashed #909090;
}

.project-colm-text h6 i {
    color: var(--orage);
    margin-right: 5px;
}

.room-info-warp p strong {
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
}

.nri-sec {
    padding: 100px 0px;
}

    .nri-sec .accordion .card {
        margin-bottom: 20px;
        border: 1px solid var(--orage);
        border-radius: 0;
        padding: 20px;
    }

    .nri-sec .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border: 1px solid var(--orage);
    }

    .nri-sec .accordion .card h2 {
        background: url(../../cdn0.iconfinder.com/data/icons/entypo/91/574345.png) no-repeat calc(100% - 10px) center;
        background-size: 20px;
        cursor: pointer;
        font-size: 20px;
    }

        .nri-sec .accordion .card h2.collapsed {
            background-image: url(../../cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/690037.png);
        }

    .nri-sec .accordion .card-body {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid var(--orage);
        margin-top: 20px;
    }

    .nri-sec .accordion .accordion > .card:first-of-type {
        padding-bottom: 30px;
    }


.career-sec {
    padding: 100px 0px;
}

.career-form {
    background: #f3f3f3;
    padding: 40px;
}

    .career-form h3 {
        color: var(--orage);
        font-family: Mukta-Medium;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .career-form .form-group .form-control {
        border: none;
        border-radius: 0;
        height: 55px;
        background: #fff;
    }

    .career-form .form-control:focus {
        box-shadow: none;
    }

    .career-form textarea.form-control {
        height: auto !important;
    }

    .career-form .btn.btn-primary {
        border-radius: 0;
        padding: 18.7px 54px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: OpenSans-Bold;
        background: var(--orage);
        border: none;
        z-index: 1;
        position: relative;
    }

        .career-form .btn.btn-primary::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            transition: 0.2s;
            content: "";
            background: #000;
            z-index: -1;
        }

        .career-form .btn.btn-primary:hover::before {
            height: 100%;
            transition: 0.2s;
        }

    .career-form .form-group {
        margin-bottom: 20px;
    }

.project-sec .project-peice-colm {
    padding: 0;
    
}

.project-peice-colm .projetc-img {
    position: relative;
}

.project-sec .project-colm-text {
    padding: 30px 0 0 0;
    box-shadow: none;
}

.project-sec .projetc-img .img-logo {
    position: absolute;
    bottom: -6px;
    left: 30%;
    width: 45%;
    box-shadow: 0 0px 9px 3px #000;
}

    .project-sec .projetc-img .img-logo img {
        width: 100%;
    }

.circle-counting-sec h4 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

    .circle-counting-sec h4 a {
        letter-spacing: 0px;
        font-weight: 400;
        margin: 0px;
        border-radius: 0px;
        padding: 14px 35px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: none;
        position: relative;
        z-index: 99;
        font-family: OpenSans-Bold;
        background: var(--orage);
        margin-left: 30px;
        position: relative;
        top: -10px;
    }

        .circle-counting-sec h4 a:hover {
            color: var(--orage);
        }

        .circle-counting-sec h4 a::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 97%;
            height: 0%;
            transition: 0.2s;
            content: "";
            background: #fff;
            z-index: -1;
        }

        .circle-counting-sec h4 a:hover::before {
            height: 100%;
            transition: 0.2s;
        }

.subsicribe-colm .portfolio-center .ltx-bg-header {
    top: 26%;
    -webkit-text-stroke: 1px rgba(198, 198, 198, 0.15);
    width: 100%;
    font-size: 150px;
}

.subsicribe-colm .portfolio-center {
    margin-bottom: 150px;
}

.subsicribe-colm .relative-text {
    top: 70px;
}




.modal {
    z-index: 99999999999999999999 !important;
    /* background: #000000a8; */
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #000;
    padding: 0;
    opacity: 1;
    color: #fff;
}

.modal-header {
    padding: 0;
    display: block;
    border: none;
}

.modal-content {
    border: none;
}

.modal-dialog {
    max-width: 400px;
}

.modal-header h4 {
    text-align: center;
    margin: 20px 0px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.modal-header h4 {
    text-align: center;
    margin: 10px 0px;
    letter-spacing: 1.1px;
    font-family: Mukta-Bold;
    color: var(--orage);
}

.modal-content .form-control {
    height: 40px;
    border: none;
    background: #e7e7e7;
    border-radius: 30px;
    padding: 0 30px 0 28px;
    font-size: 15px;
}

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

.form-call-whatsapp {
    text-align: center;
    margin-top: 20px;
}

.modal-body .btn-primary {
    background: var(--orage);
    border: none;
    padding: 8px 40px;
    border-radius: 30px;
    font-family: Mukta-Bold;
    transition: 0.2s;
}

    .modal-body .btn-primary:hover {
        background: #000;
        transition: 0.2s;
    }

.form-call-whatsapp a {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    background: #6c2ac4;
    margin: 0 5px;
    padding: 4px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    width: 38%;
    transition: 0.2s;
}

    .form-call-whatsapp a:hover {
        background: #ffb171;
        transition: 0.2s;
    }

.modal-body .form-control:focus {
    box-shadow: none;
}

.team-sec.inner-page-team .team-colm {
    margin-bottom: 30px;
}

.inner-team-detail {
    padding: 80px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

    .inner-team-detail .media-body h4 {
        font-size: 36px;
        font-weight: 700;
        font-family: Mukta-Bold;
    }

        .inner-team-detail .media-body h4 span {
            color: var(--orage);
            display: block;
            font-size: 18px;
            margin: 4px 0 0px 0px;
            font-weight: 600;
        }

    .inner-team-detail .media-body p {
        margin: 20px 0px 20px 0px;
    }

    .inner-team-detail .media-body h6 {
        font-family: OpenSans-Regular;
        font-size: 14px;
        margin-bottom: 10px;
    }

.team-call-mail {
    margin: 24px 0px;
}

    .team-call-mail li {
        display: block;
        font-family: OpenSans-Bold;
        font-size: 15px;
        margin-bottom: 10px;
    }

        .team-call-mail li img {
            width: 25px;
            margin-right: 10px;
        }

.team-social li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

    .team-social li a {
        display: block;
        background: #000;
        width: 42px;
        height: 42px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        transition: 0.3s;
        padding-top: 8px;
    }

        .team-social li a:hover {
            background: #000 !important;
            transition: 0.3s;
        }

    .team-social li:first-child a {
        background: #4e71a8;
    }

    .team-social li:nth-child(2) a {
        background: #1cb7eb;
    }

    .team-social li:nth-child(3) a {
        background: #ca3737;
    }

    .team-social li:nth-child(4) a {
        background: #444444;
    }

.team-detail-colm-form {
    background: #f3f3f3;
    padding: 30px;
}

    .team-detail-colm-form .form-group .form-control {
        border-radius: 0;
        height: 50px;
        border: none;
        font-size: 15px;
        font-weight: 500;
        color: #000;
    }

.form-control:focus {
    box-shadow: none;
}

.team-detail-colm-form .form-control::placeholder {
    color: #979797;
}

.team-detail-colm-form h5 {
    text-align: center;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-detail-colm-form textarea.form-control {
    height: auto !important
}

.team-detail-colm-form .btn.btn-primary {
    font-size: 14px;
    padding: 16px 38px;
    transition: 0.5s;
    width: 100%;
    border-radius: 0;
    background: var(--orage);
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    font-family: OpenSans-Bold;
}

    .team-detail-colm-form .btn.btn-primary:hover {
        background: #000;
        transition: 0.2s;
    }

.wpb_row-sec-colm h4 {
    line-height: 1.3em;
    font-size: 36px;
    margin-bottom: 18px;
    font-family: Mukta-Bold;
    font-weight: 500;
}

.row.wpb_row-sec {
    margin-top: 60px;
}

.wpb_row-sec-colm p {
    font-size: 14px;
    margin-bottom: 30px;
}

.wpb_row-sec-colm .read-more a::before {
    width: 100%;
    background: #000;
}

.wpb_row-sec-colm .read-more a:hover {
    color: #fff;
}

.wpb_row-sec-colm .read-more a {
    font-weight: 300;
    color: #000;
    border: 1px solid #000;
    font-family: OpenSans-Regular;
    padding: 15px 45px;
}

    .wpb_row-sec-colm .read-more a i {
        right: 20px;
    }

    .wpb_row-sec-colm .read-more a:hover i {
        right: 16px;
    }


.wpb_row-sec-colm .accordion .card {
    margin-bottom: 20px;
    border: 1px solid var(--orage);
    border-radius: 0;
    padding: 20px;
}

.wpb_row-sec-colm .card-body {
    padding: 15px;
}

.wpb_row-sec-colm .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border: 1px solid var(--orage);
}

.wpb_row-sec-colm .accordion .card h2 {
    background: url(../../cdn0.iconfinder.com/data/icons/entypo/91/574345.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: OpenSans-Bold;
    transition: 0.2s;
}

    .wpb_row-sec-colm .accordion .card h2.collapsed {
        background-image: url(../../cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/690037.png);
    }

.wpb_row-sec-colm .accordion .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    padding: 0;
}

.wpb_row-sec-colm .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border: none;
}

.wpb_row-sec-colm .accordion .accordion > .card:first-of-type {
    padding-bottom: 30px;
}

.wpb_row-sec-colm .card-head {
    background: #f3f3f3;
    padding: 15px;
}

.wpb_row-sec-colm .card {
    padding: 15px;
}

.wpb_row-sec-colm .card-head:hover h2 {
    color: var(--orage);
    transition: 0.2s;
}

.team-skill h5 span {
    float: right;
}

.team-skill {
    margin-bottom: 30px;
}

    .team-skill h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.wpb_row-sec-colm .skills {
    color: #000;
    height: 8px;
    background: var(--orage);
}

.feature-project-section.property-list .feature-projetc-colm {
    margin-bottom: 30px;
}


/******projetc-detail**********/

.project-detail-sec {
    padding: 100px 0px;
}

.project-page-slider .carousel-item img {
    width: 100%
}

.project-slider-text p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #5d5d5d;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
section.available-property-detail-sec .project-shedow .available-property-img div#demo3 .carousel-item img {
    width: 100%;
    height: 250px;
}
    .project-slider-text p strong {
        margin-right: 5px;
    }

.project-logo {
    margin-bottom: 20px;
}

.project-detail-text h3 {
    color: var(--orage);
    font-family: Mukta-Bold;
    font-weight: 700;
    margin-bottom: 15px;
}

.project-detail-text {
    box-shadow: 0 3px 15px 0px #c8c7c7;
    padding: 20px;
    margin: 30px 0px;
}

    .project-detail-text p {
        margin-bottom: 15px;
    }

    .project-detail-text p {
        font-family: OpenSans-Regular;
        font-size: 14px;
        margin-bottom: 15px;
    }

.project-price-colm p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #5d5d5d;
}

    .project-price-colm p strong {
        display: block;
    }

.project-price-colm {
    position: relative;
}

    .project-price-colm .read-more a {
        color: #000;
        border-color: #000;
    }

.project-price-colm {
    position: relative;
    box-shadow: 0 3px 15px 0px #c8c7c7;
    padding: 20px 20px 38px 20px;
}

    .project-price-colm a {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        text-align: center;
        background: #000;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding: 5px 0px;
        text-decoration: none;
    }

.project-detail-text li i {
    margin-right: 5px;
    color: var(--orage);
    font-size: 14px;
}

.project-detail-text li {
    display: inline-block;
    width: 49%;
    margin-bottom: 14px;
}

.highlights-colm li {
    display: block;
    width: 100%;
}

.project-detail-form {
    margin-top: 30px;
    box-shadow: 0 3px 15px 0px #c8c7c7;
    padding: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
}

    .project-detail-form h3 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .project-detail-form .form-control {
        border-radius: 0;
        height: 46px;
        border: 1px solid #999;
        font-weight: 600;
        font-size: 16px;
    }

    .project-detail-form .btn-primary {
        border: none;
        border-radius: 0;
        width: 100%;
        padding: 12px 0px;
        font-weight: 600;
        background: #000;
    }

.viewer-container.viewer-fixed.viewer-fade.viewer-transition.viewer-in {
    z-index: 99999999999999999999999999 !important;
}

.floor-colm {
    box-shadow: 0 3px 15px 0px #c8c7c7;
}

.project-detail-text ul.floor {
    margin-bottom: 20px;
}

    .project-detail-text ul.floor li {
        display: inline-block;
        width: unset;
        background: #000;
        margin: 0;
        color: #fff;
        padding: 4px 20px;
        font-weight: 600;
        letter-spacing: 1.5px;
        cursor: pointer;
    }

.gallery-colm img {
    width: 100%;
}

.gallery-colm {
    overflow: hidden;
    height: 200px;
    margin-bottom: 30px;
}

h6.bhk-head li {
    width: unset;
    display: block;
    margin: 0;
    border-bottom: 1px solid #dab689;
    padding: 6px 0px;
}

h6.bhk-head {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    background: var(--orage);
    color: #fff;
}

    h6.bhk-head li i {
        color: #fff;
    }

    h6.bhk-head li strong {
        margin-right: 10px;
        letter-spacing: 1.5px;
    }

.nri-text ol, ul {
    padding-left: 15px;
    margin: 10px 0px;
}

.nri-text h4 {
    font-size: 18px;
    margin: 10px 0px 5px 0px;
}

.nri-text p {
    text-align: justify;
    margin-bottom: 10px;
}

.nri-text li {
    line-height: 26px;
    margin-bottom: 12px;
}


/****your-property-type*****/

.nri-sec.property-list .accordion h3 {
    color: var(--orage);
    font-family: Mukta-Bold;
    font-weight: 700;
    margin-bottom: 30px;
}

.custom-radios li {
    display: inline-block;
    width: 13.8%;
    text-align: center;
    border: 1px solid #000;
    position: relative;
    height: 159px;
    vertical-align: bottom;
    padding: 14px 10px 20px 10px;
    word-wrap: initial;
}

.custom-radios input[type=radio] {
    display: none;
}

    .custom-radios input[type=radio] + label {
        color: #333;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
.custom-radios li p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.custom-radios input[type=radio] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-radios input[type=radio]#Apartment + label span {
    background: url(../images/readio1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type=radio]#Independent + label span {
    background: url(../images/readio2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type=radio]#villa + label span {
    background: url(../images/readio3.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type=radio]#Independenthouse + label span {
    background: url(../images/readio4.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type=radio]#Penthouse + label span {
    background: url(../images/readio5.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type=radio]#Studio + label span {
    background: url(../images/readio6.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type=radio]#Plot + label span {
    background: url(../images/readio7.png);
    background-repeat: no-repeat;
    background-position: center;
}

.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
    background: #ff972e;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    padding: 8px;
    position: absolute;
    right: 24px;
}

.city-location h4 {
    font-size: 14px;
    margin: 0 0 15px 0px;
    font-weight: 600;
}
.property-feature .nav-pills .nav-link label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight:500;letter-spacing:1.5px;
}
.custom-radios ul {
    margin-bottom: 30px;
    padding-left: 0;
}

.custom-radios .from-group {
    position: relative;
}

    .custom-radios .from-group::before {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        content: "";
        background: url(../images/location-icon.html);
        background-repeat: no-repeat;
    }

.custom-radios .form-control {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding-left: 0;
    font-weight: 400;
    -webkit-appearance: none;
    font-size: 15px;
}

.custom-radios .select-sq {
    position: relative;
}

    .custom-radios .select-sq::before {
        position: absolute;
        right: -11px;
        bottom: 0;
        width: 30px;
        height: 18px;
        content: "";
        background: url(../images/arrow-down.html);
        background-repeat: repeat;
        background-repeat: no-repeat;
    }

.custom-radios .from-group.price-colm::before {
    content: "₹";
    background: none;
    color: var(--orage);
    font-size: 20px;
}

.custom-radios {
    margin-bottom: 30px;
}

.description .city-location .form-control {
    border-radius: 0;
    border: 1px solid #000;
}

.city-location span {
    text-align: right;
    display: block;
    font-size: 12px;
}

.list-property-form .form-control {
    border-radius: 0;
    border: 1px solid #000;
    height: 44px;
    color: #000;
}
    .uploader label {
        clear: both;
        width: 100%;
        padding: 30px;
        text-align: center;
        background: #fff;
        border-radius: 7px;
        border: 3px solid var(--orage)82;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .uploader label:hover {
            border-color: var(--orage);
        }

        .uploader label.hover {
            border: 3px solid #454cad;
            box-shadow: inset 0 0 0 6px #eee;
        }

            .uploader label.hover #start i.fa {
                transform: scale(0.8);
                opacity: 0.3;
            }

    .uploader #start {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #start.hidden {
            display: none;
        }

        .uploader #start i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            transition: all 0.2s ease-in-out;
        }

    .uploader #response {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #response.hidden {
            display: none;
        }

        .uploader #response #messages {
            margin-bottom: 0.5rem;
        }

    .uploader #file-image {
        display: inline;
        margin: 0 auto 0.5rem auto;
        width: auto;
        height: auto;
        max-width: 180px;
    }

        .uploader #file-image.hidden {
            display: none;
        }

    .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #notimage.hidden {
            display: none;
        }

    .uploader progress,
    .uploader .progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden;
    }

        .uploader .progress[value]::-webkit-progress-bar {
            border-radius: 4px;
            background-color: #eee;
        }

        .uploader .progress[value]::-webkit-progress-value {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

        .uploader .progress[value]::-moz-progress-bar {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

    .uploader input[type=file] {
        display: none;
    }

    .uploader div {
        margin: 0 0 0.5rem 0;
        color: #5f6982;
    }

    .uploader .btn {
        display: inline-block;
        margin: 0.5rem 0.5rem 1rem 0.5rem;
        clear: both;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        text-transform: initial;
        border: none;
        border-radius: 0.2rem;
        outline: none;
        padding: 0 1rem;
        height: 36px;
        line-height: 36px;
        color: #fff;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        background: var(--orage);
        border-color: var(--orage);
        cursor: pointer;
    }

    .uploader h4 {
        font-size: 18px;
        margin: 0 0 15px 0px;
    }

.available-property-detail-sec {
    padding: 100px 0px;
}

.header_area.menu.cloned {
    background: #000;
    padding: 10px 0px;
    z-index: 99999999999 !important;
}

.property-feature h1 {
    font-size: 24px;
}

.property-feature h4 {
    font-size: 18px;
    margin: 15px 0px;
}

.property-feature .nav-pills .nav-link {
    border-radius: .25rem;
    border: 1px solid #000;
    margin-right: 8px;
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
}

.project-slider-text .detail-btn {
    float: right;
    background: #ae9775;
    text-decoration: none;
    color: #fff;
    padding: 5px 16px;
    font-weight: 600;
}

.available-property-detail-sec .available-property-img {
    position: relative;
}

    .available-property-detail-sec .available-property-img h3 {
        position: absolute;
        top: -26px;
        left: 0;
        width: 100%;
        font-size: 16px !important;
        text-align: center;
        margin: 0;
        padding: 8px 0px;
        background: #ae9775;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1.5px;
    }



/* home_loan_page */

.home_loan_page {
    padding: 80px 0;
}

    .home_loan_page input[type="range"] {
        -webkit-appearance: none;
        margin: 10px 0;
        width: 100%;
    }

        .home_loan_page input[type="range"]:focus {
            outline: none;
        }

        .home_loan_page input[type="range"]::-webkit-slider-runnable-track {
            width: 100%;
            height: 6px;
            cursor: pointer;
            background: #e3b08b;
            border-radius: 10px;
        }

        .home_loan_page input[type="range"]::-webkit-slider-thumb {
            box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
            border: 5px solid #ffffff;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #e3b08b;
            cursor: pointer;
            margin-top: -6px;
            -webkit-appearance: none;
        }

        .home_loan_page input[type="range"]:focus::-webkit-slider-runnable-track {
            background: #b3b3b3;
        }

        .home_loan_page input[type="range"]::-moz-range-track {
            width: 100%;
            height: 6px;
            cursor: pointer;
            background: #e3b08b;
            border-color: transparent;
            border-width: 16px 0;
            color: transparent;
            border-radius: 10px;
        }

        .home_loan_page input[type="range"]::-moz-range-thumb {
            box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
            border: 5px solid #ffffff;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #e3b08b;
            cursor: pointer;
            margin-top: -6px;
        }

        .home_loan_page input[type="range"]::-ms-track {
            width: 100%;
            height: 6px;
            cursor: pointer;
            background: #e3b08b;
            border-color: transparent;
            border-width: 16px 0;
            color: transparent;
            border-radius: 10px;
        }

        .home_loan_page input[type="range"]::-ms-fill-lower {
            background: #e3b08b;
            border-radius: 5px;
        }

        .home_loan_page input[type="range"]::-ms-fill-upper {
            background: #e3b08b;
            border-radius: 5px;
        }

        .home_loan_page input[type="range"]::-ms-thumb {
            box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
            border: 5px solid #ffffff;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #e3b08b;
            cursor: pointer;
            margin-top: -6px;
        }

        .home_loan_page input[type="range"]:focus::-ms-fill-lower {
            background: #e3b08b;
        }

        .home_loan_page input[type="range"]:focus::-ms-fill-upper {
            background: #e3b08b;
        }

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


    .home_loan_page #price {
        color: #130f31;
        font-size: 25px;
    }

    .home_loan_page .loan-details {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
    }

    .home_loan_page #price-container {
        color: #e3b08b;
        margin-top: 50px;
    }

        .home_loan_page #price-container::before {
            content: "Monthly Payable:";
            font-size: 12px;
            display: block;
        }

    .home_loan_page .view .single {
        margin-bottom: 15px;
    }

    .home_loan_page .input_amt {
        position: relative;
        max-width: 200px;
        width: 100%;
        height: 40px;
    }


        .home_loan_page .input_amt::before {
            position: absolute;
            content: 'â‚¹';
            left: 0;
            top: 0;
            height: 100%;
            z-index: 1;
            display: flex;
            align-items: center;
        }

        .home_loan_page .input_amt input {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            font-weight: 500;
            width: 100%;
            height: 100%;
            border: none;
            border-bottom: 1px solid #ced4da;
            outline: none;
            padding-left: 15px;
        }

    .home_loan_page input[type=number]::-webkit-outer-spin-button,
    .home_loan_page input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .home_loan_page input[type=number] {
        -moz-appearance: textfield;
    }

    .home_loan_page .container {
        max-width: 65%;
    }



    .associated-brands { padding-top: 80px;padding-bottom: 60px;}
    .associated-brands .col-6.col-sm-12.col-md-3.col-lg-3 {margin-bottom: 40px;}
    .associated-brands .associated-brands-img {padding: 20px; box-shadow: 0px 2px 8px 0px #c4c4c4;}


.area_converter_page form{padding:60px;background-color:#fff;border-radius:5px;outline:1px solid #000;outline-style:dashed;outline-offset:-15px}
.area_converter_page{background-color:#efefef}
.area_converter_page{padding:60px 0}
.area_converter_page form .entry_title{text-transform:uppercase;font-size:18px}
.area_converter_page .entry_input::-webkit-outer-spin-button,.area_converter_page .entry_input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.area_converter_page .entry_input{-moz-appearance:textfield;height:46px;border-radius:0;font-size:14px;color:#000;min-width:200px;margin:30px 0;border-color:#000}
.area_converter_page .form-control:focus{border:1px solid #000}
.area_converter_page .sub_head{text-transform:uppercase;font-size:16px;font-weight:400;letter-spacing:.5px;margin-bottom:20px}
.area_converter_page form ul{display:flex;flex-wrap:wrap;list-style-type:none;margin-left:-5px;margin-right:-5px;margin-bottom:21px}
.area_converter_page form li{padding:5px;flex-grow:1}
.area_converter_page form .single{border:none;padding:10px;height:-webkit-fill-available;text-align:center;display:block;cursor:pointer;font-weight:600;border-radius:5px;border:1px solid #7e7e7e;border-style:dashed}
.area_converter_page .container{max-width:70%}
.area_converter_page .single p{font-size:12px;letter-spacing:.5px;text-transform:uppercase;line-height:16px;height:35px;color:#838080}
.area_converter_page .single p span{display:block}
.area_converter_page .btns{margin-bottom:30px}
.area_converter_page .btns .btn{height:46px;border-radius:0;padding:5px 30px;font-size:13px;text-transform:uppercase;letter-spacing:2px}
.area_converter_page .btns .btn_reset{margin-left:10px;background: #ddd!important;}
.area_converter_page .result_box{padding:10px 20px;border-radius:0;font-size:14px;color:#000;width:100%;height:100px;margin:10px 0 0;border:1px solid #000;font-size:20px;letter-spacing:.5px}
.area_converter_page input[type=radio]{display:none}
.area_converter_page input[type=radio]:checked + label p{color:#fff}
.area_converter_page input[type=radio]:checked + label{background-color:#000;box-shadow:0 0 10px 1px #c3c3c3;transform:translateY(-2px);border:0 solid #fff}
.area_converter_page input[type=radio]:checked + label p{color:#fff}
.area_converter_page .btns .btn {background-color: #000;color:#fff;}
.area_converter_page .btns .btn_reset {background: #ddd!important; color: #000;}


#mycustomModal .modal-body{padding:20px 0 30px;box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);color:#fff;position:relative;z-index:99;padding:0}
#mycustomModal .head-img-content{background:url(../images/subscribe.jpg);background-repeat:no-repeat;background-size:cover;padding-top:20px;padding-bottom:20px;text-align:center; position:relative;}
#mycustomModal .head-img-content:before{position:absolute; content:'';height:100%; width:100%; left:0;top:0; background:rgba(255 255 255 / 80%)}
#mycustomModal .modal-body .form-control{height:44px;border-radius:0;padding:20px 10px;font-size:16px;position:relative;border:none;background-color:transparent;border:1px solid #9d9d9d;color:#000}
#mycustomModal .modal-body .btn.btn-primary{border-radius:0;padding:18.7px 54px;font-size:15px;text-transform:uppercase;font-weight:400;font-family:OpenSans-Bold;background:var(--orage);border:none;z-index:1;position:relative;margin-top:15px;padding:9.8px 60px}
#mycustomModal .modal-body .row{padding:20px}
#mycustomModal .modal-body button.close{opacity:1;color:#000;background-color:#fff;width:40px;height:40px;position:absolute;right:0; z-index: 9;}
#mycustomModal .modal-body h4{font-weight:500;letter-spacing:.5px;width:fit-content;margin:0 auto;margin-top:15px;padding:5px;font-size:18px; position:relative; color: #181818;}
#mycustomModal .modal-body .modal-logo{width:40%; position: relative;}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
