html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #7a7a7a;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #674433;
    ;
    background-color: #fff;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}


/* #comman
================================================== */

.title {
    text-align: center;
    margin-bottom: 50px;
}

.title h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #141413;
}

.header-title {
    position: relative;
}

.header-title h4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff;
    padding-left: 150px;
}

.header-title h4:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #fff;
    left: 15px;
    top: 50%;
    position: absolute;
}

.comman-header {
    background: url(/images/comman-header.png) top center;
    background-size: cover;
    padding: 120px 0;
    margin-bottom: 80px;
    position: relative;
}

button.sub-btn {
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #E2AA2E;
    border: none;
    padding: 12px 20px;
}

/* #header
================================================== */
.top-header {
    background-color: 262949;
}

header ul li.nav-item {
    display: flex;
}

header ul li h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    font-family: mont-semibold;
}

header ul li h5 span {
    color: #684434;
}

header ul li h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    font-family: mont-semibold;
    padding-top: 8px;
    padding-right: 15px;
}

header .collapse {
    justify-content: space-between;
}

header .navbar {
    box-shadow: none;
}

/* #home
================================================== */

.home .slider-sec {
    margin-bottom: 80px;
}

.home .about-group {
    margin-bottom: 50px;
}

.home .about-group .title-box h4 {
    font-size: 50px;
    line-height: 1.05;
    color: #333;
    font-weight: 700;
    text-align: right;
}

.home .about-group .subtitle-box p {
    font-size: 14px;
    line-height: 2.86;
    color: #141413;
    font-weight: 500;
}

.home .about-group .subtitle-box p span {
    color: #686868;
    font-weight: 400;
}

.home .about-group .subtitle-box button.sub-btn {
    margin-top: 20px;
}

.home .about-group .img-box {
    padding-bottom: 20px;
    text-align: center;
}

.home .about-group .img-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 3;
    color: #333;
}

@media (min-width: 768px) {
    .home .about-group .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 29%;
        max-width: 29%;
    }
}

.home .project-sec {
    background-color: 262949;
    padding: 70px 0 20px;
    margin-bottom: 80px;
}

.home .project-sec .title {
    text-align: center;
}

.home .project-sec .title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.home .project-sec .project-box .pro-name h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.home .project-sec .project-box .pro-name p {
    font-size: 20px;
    line-height: 1;
    color: #E2AA2E;
}

.home .project-sec button.sub-btn {
    display: block;
    margin: 0 auto;
}

.testimonial-sec {
    margin-bottom: 80px;
}

.testimonial-sec .testimonial-title h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #141413;
    margin-bottom: 20px;
    margin-left: 0px;
    z-index: 1;
    position: relative;
}

.testimonial-sec .txt-box img {
    padding-bottom: 15px;
}

.testimonial-sec .txt-box p {
    font-size: 17px;
    color: #3d3d3d;
    line-height: 1.5;
    padding-bottom: 20px;
}

.testimonial-sec .txt-box h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #3d3d3d;
}

.testimonial-sec .txt-box h6 {
    font-size: 18px;
    color: #3d3d3d;
}

.home .home-contact-sec {
    background: url(/images/home/contact-back.png)no-repeat;
    text-align: center;
    padding: 60px 0;
    background-size: cover;
}

.home .home-contact-sec .txt-box h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 20px;
}

/* #about
================================================== */
.about .about-group {
    margin-bottom: 80px;
}

.about .about-group .title-box h4 {
    font-size: 50px;
    line-height: 1.05;
    color: #333;
    font-weight: 700;
    text-align: right;
}

.about .about-group .subtitle-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    color: #141413;
}

.about .growth-value {
    margin-bottom: 80px;
}

.about .growth-value .heading {
    position: relative;
    margin-bottom: 50px;
}

.about .growth-value .heading h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #333;
    text-align: center;
}

.about .growth-value .heading h4:before {
    content: "";
    display: block;
    width: 240px;
    height: 2px;
    background: #d9d9d9;
    left: 0px;
    top: 22%;
    position: absolute;
}

.about .growth-value .heading h4:after {
    content: "";
    display: block;
    width: 240px;
    height: 2px;
    background: #d9d9d9;
    right: 0px;
    top: 22%;
    position: absolute;
}

.about .growth-value .txt-box h6 {
    font-size: 24px;
    font-weight: 600;
    color: #141413;
    padding-bottom: 8px;
}

.about .growth-value .txt-box p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.63);
    max-width: 270px;
}

.about .vission-sec {
    background-color: 262949;
}

.vission-sec .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

.vission-sec .row {
    margin-right: 0;
}

.vission-sec .txt-box {
    text-align: center;
    padding: 20px;
}

.vission-sec .txt-box h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: #E2AA2E;
}

.vission-sec .txt-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #fff;
    max-width: 400px;
    margin: 0 auto;
}

.about .founder-sec .img-box {
    border: solid 1px #000;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.about .founder-sec .img-box .founder-img {
    position: relative;
    margin-bottom: 40px;
}

.about .founder-sec .img-box .camera-icon {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -24px;
}

.about .founder-sec .img-box h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #000;
}

.about .founder-sec .img-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #686868;
    padding-bottom: 8px;
}

.about .founder-sec .sub-txt-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #686868;
    padding-bottom: 10px;
}

/* #project
================================================== */
.project .gallery-sec {
    margin-bottom: 80px;
}

.project .gallery-sec .txt-box {
    margin-bottom: 30px;
}

.project .gallery-sec .txt-box h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #141413;
}

.project .gallery-sec .txt-box .add-box {
    border-radius: 8px;
    border: solid 1px #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #141413;
    padding: 5px 10px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.project .project-detail {
    margin-bottom: 80px;
}

.project .project-detail .box {
    border-radius: 12px;
    border: solid 1px #262626;
    background-color: 262949;
    padding: 30px;
}

.project .project-detail .box.sub {
    padding: 30px 7px 22px 30px;
}

.project .project-detail .box h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 20px;
}

.project .project-detail .box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #999;
}

.project .project-detail .box .amenities-box {
    border-left: solid 1px #E2AA2E;
    background-image: linear-gradient(to right, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #999;
    padding: 15px 15px;
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    height: 58px;
}

.project .brochure-sec {
    background: url(/images/project/back.png) top center no-repeat;
    background-size: cover;
    padding: 110px 50px;
    margin-bottom: 80px;
}

.project .brochure-sec h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.project .brochure-sec button.brochure-btn {
    border-radius: 50px;
    background-color: #E2AA2E;
    font-size: 18px;
    font-weight: 500;
    color: #141413;
    border: none;
    padding: 15px 30px;
}

@media (min-width: 768px) {
    .project .brochure-sec .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 18.466667%;
        max-width: 18.466667%;
    }
}

.project .location-sec {
    margin-bottom: 80px;
}

.project .location-sec .box {
    position: relative;
    border-radius: 10px;
    border: solid 1px #262949;
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
}

.project .location-sec .box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #141413;
}

.project .location-sec .redirect img {
    position: absolute;
    right: 34px;
    top: 20px;
}

/* #Emi calculator
================================================== */

.emi-calciulate .title {
    text-align: center;
    margin-bottom: 40px;
}

.emi-calciulate .title h2 {
    font-size: 50px;
    line-height: 1.25;
    color: #292f36;
    font-family: DM Serif Display;
    font-weight: 400;
}

.emi-calciulate .emi-sec .homeEmicalculator {
    background-color: 262949;
    border-radius: 70px;
    margin-bottom: 80px;
}

.emi-calciulate .emi-sec .homeEmicalculator .line {
    border-top: 2px solid #fff;
}

.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper {
    padding: 100px 100px 30px;
    margin-bottom: 30px;
}

.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .left {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
}

.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .right {
    float: right;
}

.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .ticker {
    font-size: 14px;
    margin-top: 0px;
    color: #333;
    padding: 5px;
}

.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .right input, .homeEmicalculator .rangeSliderWrapper .right input:focus {
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 1.5;
    width: 120px;
    padding: 5px 3px 5px 8px;
    text-align: right;
    outline: none;
}

.emi-calciulate .emi-sec .homeEmicalculator .range {
    display: block;
    width: 100%;
    margin: 0;
    height: 50px;
    cursor: pointer;
    accent-color: #E2AA2E;
}

.emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper .right span, .homeEmicalculator .rangeSliderWrapper .right span:focus {
    font-size: 22px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    width: 120px;
    text-align: right;
    outline: none;
}

.emi-calciulate .emi-sec .emiWrapper {
    padding: 50px 100px;
}

.emi-calciulate .emi-sec .emiWrapper .left {
    float: left;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}

.emi-calciulate .emi-sec .emiWrapper .right {
    float: right;
}

.emi-calciulate .emi-sec .emiWrapper .right input {
    border: none;
    width: 120px;
    text-align: right;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
}

.emi-calciulate .emi-sec .emiWrapper .rec {
    padding-bottom: 10px;
}

.emi-calciulate .emi-sec .emiWrapper .total {
    margin-top: 10px;
}

.emi-calciulate .emi-sec .emiWrapper .total .left {
    margin-top: 4px;
}

.emi-calciulate .emi-sec .emiWrapper .right span {
    border: none;
    text-align: right;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
}

/* #blog
================================================== */
.blog .blog-sec {
    margin-bottom: 50px;
}

.blog .blog-sec .blog-box {
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    margin-bottom: 30px;
}

.blog .blog-sec .blog-box .txt-box {
    padding: 30px;
}

.blog .blog-sec .blog-box .txt-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

.blog .blog-sec .blog-box .txt-box h6 {
    font-size: 14px;
    line-height: 1.5;
    color: #E2AA2E;
    padding-bottom: 15px;
}

.blog .blog-sec .blog-box .txt-box h6 span {
    color: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
}

.blog .blog-sec .blog-box .txt-box p {
    font-size: 18px;
    line-height: 1.67;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    padding-bottom: 25px;
}

/* #blog-detail
================================================== */
.blog-detail .blog-detail-sec {
    margin-bottom: 80px;
}

.blog-detail .blog-detail-sec .heading {
    margin-bottom: 20px;
}

.blog-detail .blog-detail-sec .heading h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.blog-detail .blog-detail-sec .heading h6 {
    font-size: 20px;
    line-height: 1.50;
    color: #E2AA2E;
}

.blog-detail .blog-detail-sec .heading h6 span {
    color: rgba(0, 0, 0, 0.5);
}

.blog-detail .blog-detail-sec p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.blog-detail .blog-detail-sec .line {
    border-bottom: 1px solid #E2AA2E;
    margin: 35px 0;
}

.blog-detail .blog-detail-sec .share {
    font-size: 24px;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 20px;
}

.blog-detail .blog-detail-sec ul li {
    margin: 0 5px;
}

/* #Contact
================================================== */

.contact .about-contact {
    margin-bottom: 80px;
}

.contact .about-contact .title-box h4 {
    font-size: 50px;
    line-height: 1.05;
    color: #333;
    font-weight: 700;
    text-align: right;
}

.contact .about-contact .subtitle-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    color: #686868;
}

.contact .about-contact .contact-box {
    background-color: 262949;
    padding: 40px;
    border-radius: 12px;
    border: solid 1px #262626;
}

.contact .about-contact .contact-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 5px;
}

.contact .about-contact .contact-box h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 30px;
}

.contact .about-contact .contact-box .box {
    padding: 14px 15px;
    border-radius: 28px;
    border: solid 1px #262626;
    background-color: #262f35;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact .about-contact .contact-box button {
    padding: 12px 24px;
    border-radius: 10px;
    background-color: #E2AA2E;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.31;
    color: #fff;
}

.contact .about-contact .contact-box button a {
    color: #fff;
}

.contact .about-contact .contact-box button:hover {
    background-color: #000;
}

.contact .contact-form {
    background: url(/images/contact/form-back.png) top center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.contact .contact-form .txt-box h4 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.03;
    text-align: right;
    color: 262949;
    padding-top: 100px;
}

.contact .contact-form .form-data {
    background-color: rgba(38, 41, 73, 0.8);
    padding: 100px 60px;
}

.contact .contact-form .form-data .form-group {
    margin-bottom: 25px;
}

.contact .contact-form .form-data .form-group label {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.contact .contact-form .form-data .form-group input {
    border-radius: 8px;
    border: solid 1px #747474;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.contact .contact-form .form-data .form-group textarea {
    border-radius: 8px;
    border: solid 1px #747474;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.contact .contact-form .form-data button.more-btn {
    border-radius: 8px;
    background-color: #E2AA2E;
    border: none;
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
    padding: 10px 20px;
}

.contact .explore-contact .box {
    background: url(/images/contact/explore-back.png) top center;
    background-size: cover;
    margin-bottom: 80px;
    padding: 50px;
    border-radius: 10px;
}

.contact .explore-contact .txt-box h4 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 7px;
}

.contact .explore-contact .txt-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #999;
}


/* #footer
================================================== */

.footer-sec {
    background-color: #262949;
    padding-top: 80px;
}

.footer-sec .logo-box {
    text-align: center;
}

.footer-sec .box h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.footer-sec .box p {
    font-size: 17px;
    color: #fff;
    line-height: 2;
    max-width: 310px;
}

.footer-sec .box ul li a {
    font-size: 17px;
    color: #fff;
    line-height: 2;
    opacity: 0.8;
}

.footer-sec .box ul li a:hover {
    font-weight: 600;
    opacity: 1;
}

.footer-sec .box input {
    border-radius: 100px;
    border: solid 2px rgba(255, 255, 255, 0.11);
    background-color: transparent;
    font-size: 17px;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
}

.footer-sec .box input:focus {
    outline: none;
}

.footer-sec .box input::placeholder {
    color: #fff !important;
}

.footer-sec .box .input-field {
    position: relative;
}

.footer-sec .box button.sub-btn {
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    /*    background-color: #E2AA2E;*/
    border: none;
    padding: 6px 15px;
    position: absolute;
    right: 6px;
    top: 6px;
    min-height: 33px !important;
}


@media (min-width: 768px) {
    .footer-sec .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 20.333333%;
        max-width: 20.333333%;
    }

    .footer-sec .col-md-3 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 29.333333%;
        max-width: 29.333333%;
    }

}

.footer-sec .footer-bottam {
    border-top: 2px solid #fff;
    padding: 8px 0;
}

.footer-sec .footer-bottam p {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.footer-sec .footer-bottam ul {
    display: flex;
    align-items: center;
}

.footer-sec .footer-bottam ul li {
    display: flex;
    margin: 0 15px;
}

.footer-sec .footer-bottam ul li a.fb {
    background: url(/images/fb.png)no-repeat;
    height: 28px;
    width: 28px;
}

.footer-sec .footer-bottam ul li a.fb:hover {
    background: url(/images/fb-hover.png)no-repeat;
}

.footer-sec .footer-bottam ul li a.tr {
    background: url(/images/tr.png)no-repeat;
    width: 25px;
    height: 20px;
}

.footer-sec .footer-bottam ul li a.tr:hover {
    background: url(/images/tr-hover.png)no-repeat;
}

.footer-sec .footer-bottam ul li a.ig {
    background: url(/images/ig.png)no-repeat;
    height: 25px;
    width: 25px;
}

.footer-sec .footer-bottam ul li a.ig:hover {
    background: url(/images/ig-hover.png)no-repeat;
}

.footer-sec .footer-bottam ul li a.yt {
    background: url(/images/yt.png)no-repeat;
    height: 19px;
    width: 27px;
}

.footer-sec .footer-bottam ul li a.yt:hover {
    background: url(/images/yt-hover.png)no-repeat;
}

.cus-flex {
    justify-content: center;
    align-items: center;
}

.our-project .project-sec {
    margin-bottom: 80px;
}

.our-project .project-sec .tab-sec .tab-data .box {
    position: relative;
}

.our-project .project-sec .tab-sec .tab-data .box img {
    padding-bottom: 10px;
}

.our-project .project-sec .tab-sec .tab-data .box h4 {
    font-size: 21px;
    line-height: 1;
    color: #000;
    font-family: mont-semibold;
    padding-bottom: 5px;
    text-align: center;
}

.our-project .project-sec .tab-sec .tab-data .box p {
    font-size: 14px;
    font-family: mont-semibold;
    line-height: 1.39;
    color: #7f7f7f;
    text-align: center;
}

.our-project .project-sec .project-detail {
    position: absolute;
    top: 6%;
    left: 7%;
}

.our-project .project-sec .project-detail h2 {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.43;
    color: #592c27;
    font-family: mont-semibold;
    margin-bottom: 10px;
    padding: 7px 13px;
}

.our-project .project-sec .project-detail h3 {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.43;
    color: #592c27;
    font-family: mont-semibold;
    margin-bottom: 10px;
    padding: 7px 13px;
    max-width: 99px;
}

.tab-container {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 30px;
}

.tab-container .tab {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-family: mont-semibold;
    cursor: pointer;
    text-align: center;
    color: #000;
    margin: 0 25px;
}

.tab-container .tab.active {
    color: #684434;
    border-bottom: 1px solid #684434;
}

.tab-data {
    display: none;
}

.tab-data.active {
    display: block;
}

@media (max-width: 768px) {
    .home .slider-sec .box {
        margin-left: -209px
    }

    .home .slider-sec .box h1 {
        font-size: 66px;
    }

    .home .slider-sec .box p {
        font-size: 38px;
    }

    .home .about-group .title-box h4 {
        text-align: left;
    }

    .footer-sec .box {
        padding-bottom: 40px;
    }

    .footer-sec .logo {
        text-align: left;
        padding-bottom: 40px;
    }

    .footer-sec .box.center {
        margin: 0;
    }

    .home .about-company .box {
        padding: 35px 0;
    }

    .tab-container .tab {
        font-size: 18px;
        margin: 0 10px;
    }

    .spinoza-enclave .about-project .pic {
        height: 357px;
    }

    .emi-calciulate .emi-sec .homeEmicalculator .rangeSliderWrapper {
        padding: 30px;
    }

    .emi-calciulate .emi-sec .emiWrapper {
        padding: 30px;
    }

    .spinoza-enclave .location-sec .map-street h6 {
        font-size: 12px;
    }

    .spinoza-enclave .location-sec .map-street {
        max-width: 300px;
        padding: 15px;
    }

    .spinoza-enclave .location-sec .location-content {
        padding-left: 0px;
    }

    .navigation-bar .call {
        display: none;
    }

    #colorlib-main-nav .colorlib-manu-bar .pic {
        display: none;
    }

    .menu-show #colorlib-main-nav {
        padding: 0px;
    }

    .colorlib-manu-bar {
        height: 100%;
    }

    .colorlib-manu-bar .menu-item {
        padding-top: 200px;
    }

    #colorlib-main-nav .colorlib-nav-toggle.show {
        right: 50px;
    }

    .contact .contact-detail .add {
        left: 3%;
    }

    .contact .contact-detail .contact-form {
        padding: 40px;
    }

    .header-title h4:before {
        display: none;
    }

    .header-title h4 {
        padding-left: 0;
        text-align: center;
    }

    .about .growth-value .heading h4:before {
        display: none;
    }

    .about .growth-value .heading h4:after {
        display: none;
    }

    .about .about-group .title-box h4 {
        text-align: left;
    }

    .contact .about-contact .title-box h4 {
        text-align: left;
    }

    .contact .about-contact .contact-box {
        padding: 25px;
    }

    .contact .contact-form .txt-box h4 {
        text-align: left;
    }

    .contact .contact-form .form-data {
        padding: 50px 30px;
    }
}

@media (min-width: 768px) {
    .home .working-sec .col-md-2 {
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
    }
}


/* #header
================================================== */

#colorlib-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
    /*    overflow-y: scroll; */
    padding: 40px;
}

.colorlib-manu-bar {
    background-color: #000;

}

.colorlib-manu-bar .menu-item {
    padding-bottom: 80px;
}

.colorlib-manu-bar .menu-item ul li a {
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.colorlib-manu-bar .menu-item ul li a:hover {
    color: #E2AA2E;
}

.colorlib-manu-bar .cus-flex {
    justify-content: start;
    align-items: center;
}

.colorlib-manu-bar .links h6 {
    font-family: mont-semibold;
    font-size: 1.2rem;
    color: #949494;
    padding-bottom: 20px;
}

.colorlib-manu-bar .links ul {
    display: flex;
    align-items: center;
}

.colorlib-manu-bar .links ul li {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.colorlib-manu-bar .links ul li a.ig {
    background: url(/images/ig.png)no-repeat;
    height: 25px;
    width: 25px;
}

.colorlib-manu-bar .links ul li a.ig:hover {
    background: url(/images/ig-hover.png)no-repeat;
}

.colorlib-manu-bar .links ul li a.fb {
    background: url(/images/fb.png)no-repeat;
    height: 28px;
    width: 28px;
}

.colorlib-manu-bar .links ul li a.fb:hover {
    background: url(/images/fb-hover.png)no-repeat;
}

.colorlib-manu-bar .links ul li a.tr {
    background: url(/images/tr.png)no-repeat;
    height: 19px;
    width: 25px;
}

.colorlib-manu-bar .links ul li a.tr:hover {
    background: url(/images/tr-hover.png)no-repeat;
}

.colorlib-manu-bar .links ul li a.yt {
    background: url(/images/yt.png)no-repeat;
    height: 19px;
    width: 27px;
}

.colorlib-manu-bar .links ul li a.yt:hover {
    background: url(/images/yt-hover.png)no-repeat;
}

.column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/*#colorlib-main-nav .colorlib-table {
    display: table;
    width: 100%;
}*/
#colorlib-main-nav .colorlib-table .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

#colorlib-main-nav .colorlib-table .img:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}

#colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 75px;
    right: 75px;
    padding: 20px;
    height: 44px;
    width: 44px;
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #colorlib-main-nav .colorlib-nav-toggle {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#colorlib-main-nav .colorlib-nav-toggle i {
    top: 18px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    text-indent: 0;
}

#colorlib-main-nav .colorlib-nav-toggle.show {
    visibility: visible;
    opacity: 1;
}

#colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
}

.menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-: scroll;
}

.colorlib-table {
    background-color: #000;
}

@media (max-width: 767.98px) {
    #colorlib-main-nav ul {
        padding: 20px 0 0 0;
    }

    .page .navigation-bar .logo img {
        height: 40px;
    }

    .nav-toggle .js-colorlib-nav-toggle img {
        height: 20px;
    }

    .colorlib-manu-bar .links {
        padding-bottom: 80px;
    }

    .menu-show #colorlib-main-nav {
        overflow-x: hidden;
        overflow-: scroll;
    }

    .vission-sec .txt-box {
        padding: 40px;
    }
}

#colorlib-main-nav .logo img {
    width: 200px;
}


.navigation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.nav-toggle {
    display: flex;
}

.navigation-bar .call h5 {
    font-size: 17px;
    line-height: 1;
    color: #fff;
}

.navigation-bar .logo {
    margin-right: 130px;
}

.navigation-bar .call h5 span {
    color: #684434;
}

.navigation-bar .nav-toggle h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    font-family: mont-semibold;
    padding-top: 8px;
    padding-right: 15px;
}

header .colorlib-navbar-brand {
    float: left;
    position: absolute;
    z-index: 9;
}

header .colorlib-navbar-brand a img {
    width: 70px;
}

#colorlib-main-nav ul li a.title {
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

#colorlib-main-nav ul li a.titles {
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

#colorlib-main-nav ul li a.title:hover {
    color: #684434;
}

#colorlib-main-nav ul li a.txt {
    font-size: 20px;
    display: flex;
}

#colorlib-main-nav ul li .accordion1 .header:after {
    content: url(/images/dropdown.png);
    position: absolute;
    margin-top: 28px;
    margin-left: 20px;
}

#colorlib-main-nav ul li .accordion1 .header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: url(/images/dropdown.png);
    position: absolute;
    margin-top: 28px;
    margin-left: 20px;
}

#colorlib-main-nav ul li .accordion2 .header:after {
    content: url(/images/dropdown.png);
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
}

#colorlib-main-nav ul li .accordion2 .header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: url(/images/dropdown.png);
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
}

.colorlib-nav-toggle p {
    display: inline-block;
    position: relative;
    bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-right: 20px;
    margin-top: 28px;
}

.colorlib-nav-toggle .pic {
    width: 35px;
}

.colorlib-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.menu-show .colorlib-nav-toggle i {
    background: #fff;
    color: #fff;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.2s;
}

.menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
    background: #fff;
}

.colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
    background: #fff;
    transition: 0.2s;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.colorlib-nav-toggle {
    float: right;
    z-index: 1003;
    position: relative;
    top: 15px;
    right: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .project-sec .col-md-4 {
        flex: 0 0 30.5555555%;
        max-width: 33.333333%;
    }

    .project-sec .col-md-4:first-child {
        padding-left: 0px
    }

    .project-sec .col-md-4:last-child {
        padding-right: 0px
    }
}

@media (min-width: 768px) {
    .project-sec .col-md-5 {
        flex: 0 0 38.6999999%;
        max-width: 41.666667%;
    }
}

.project-sec .project-box1 {
    background: url(/images/01.png);
    height: 500px;
    background-size: cover;
}

.project-sec .project-box2 {
    background: url(/images/25.png);
    height: 500px;
    background-size: cover;
}

.project-sec .project-box3 {
    background: url(/images/02.png);
    height: 500px;
    background-size: cover;
}

@media (min-width: 768px)and (max-width:991px) {
    .contact .contact-detail .add {
        position: absolute;
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        bottom: 40%;
        left: 9%;
        right: 8%;
    }

    .page .navigation-bar .logo img {
        height: 70px;
    }
}

.modal {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, .4);
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.modal-body {
    flex: 0 0 auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.modal .modal-content .close {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1111;
}

.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 950px;
    }
}

.gallery-sec .carousel-inner img {
    width: 100%;
    border-radius: 10px;
}

#myCarousel .carousel-indicators {
    position: static;
    margin-top: 0px;
    padding: 15px;
    border-radius: 12px;
    border: solid 1px #262626;
    background-color: #141414;
    margin-bottom: 40px;
}

#myCarousel .carousel-indicators>li {
    width: 100px;
    height: 72px;
    background-color: transparent;
    border: none;
}

.carousel-indicators {
    margin-right: 0;
    margin-left: 0;
}

#myCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.7
}

#myCarousel .carousel-indicators li.active img {
    opacity: 1
}

#myCarousel .carousel-indicators li:hover img {
    opacity: 0.8;
}

@media (max-width: 768px) {
    #myCarousel .carousel-indicators>li {
        height: 25px;
    }

}

.slider-container {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    position: relative;
}

.slider-container .range-slider {
    width: 30%;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 10px;
    left: 11%;
    padding: 2px;
}

input[type=range]::-webkit-slider-thumb {
    height: 4px;
    width: 50px;
    background: blue;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 2px;
    border-radius: 10px;
    outline: none;
}

input[type=range]:focus::-webkit-slider-thumb {
    outline: none !important);
    ;
}


.go-me {
    position: absolute;
    top: 0px;
    right: 0px;
}

.back-me {
    position: absolute;
    top: 0px;
    left: 0px;
}

/*img hover effect*/
.img_effect01 {
    position: relative
}

.img_effect01:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .35s ease 0s
}

.img_effect01:hover:before {
    opacity: 1;
}

.img_effect01:hover .box-content {
    background: rgba(255, 255, 255, .25);
}

.img_effect01 img {
    width: 100%;
    height: auto
}

.img_effect01 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;

}

.img_effect01 .box-content:after,
.img_effect01 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s
}

.img_effect01 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    transform-origin: 0 0 0
}

.img_effect01 .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0
}

.img_effect01:hover .box-content:after,
.img_effect01:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}


.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff;
}

.page .menu {
    transition: all 200ms linear;
    background-color: transparent;
}

.page .dropdown-menu {
    min-width: 13.5rem;
    padding: 7px !important;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #222222;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 3px;
    transition: all 200ms linear;
}

.colorlib-manu-bar .menu-item ul li a.dropdown-item {
    line-height: 1.5;
    padding: 5px 15px 5px 8px;
    color: #fff;
    border-radius: 2px;
    transition: all 200ms linear;
    text-transform: uppercase;
    font-size: 18px;
}

.page .dropdown-item:hover, .page .dropdown-item:focus {
    color: #fff;
    background-color: rgba(229, 229, 229, 0.11);
}

.page .dropdown-submenu {
    position: relative;
}

.page .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 108%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.page .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 4px;
    top: 17px;
}

.page li .dropdown-toggle:after {
    transition: all 0.5s;
}

.page li.show>.dropdown-toggle:after {
    transform: rotate(180deg);
}

.page li li.show>.dropdown-toggle:after {
    transform: rotate(90deg);
}

.nav-link {
    padding: 0;
}

/* #button-css
================================================== */
.button {
    align-items: center;
    background-color: #E2AA2E;
    border: none;
    color: #fff;
    ;
    display: inline-flex;
    overflow: hidden;
    padding: 4vw;
    position: relative;
    border-radius: 50px;
    transition: color .3s cubic-bezier(.65, 0, .35, 1);
    z-index: 0
}

@media (min-width: 601px) {
    .button {
        min-height: 50px;
        padding: 4px 2vw
    }
}

.button:before {
    background-color: #171a21;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: var(--x) var(--y);
    transition: transform .3s cubic-bezier(.65, 0, .35, 1);
    width: 0;
    z-index: 0;
}

.button:hover {
    background-color: #171a21;
    color: #fff;
}

.button:hover:before {
    background-color: #171a21;
    transform: translate(-50%, -50%) scale(1)
}

@media (min-width: 769px) {
    .button {
        min-height: 45px;
    }
}

.button__box {
    display: block;
    position: relative;
    z-index: 1;
}

.button__box--icon {
    padding-right: 24px;
}

.button__box--icon:after, .button__box--icon:before {
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: transform .2s, opacity .2s;
    width: 12px;
}

.button__box--icon:before {
    color: #32c0ca;
    content: url(/images/arrow-down-hover.png);
    left: -0px;
    opacity: 0;
    transform: translate(-12px, -12px);
    margin-top: -6px;
}

.button:hover .button__box--icon:before {
    opacity: 1;
    transform: translate(0);
}

.button__box--icon:after {
    content: url(/images/arrow-down-hover.png);
    opacity: 1;
    right: -2px;
    transform: translate(0);
    margin-top: -6px;
}

.button:hover .button__box--icon:after {
    opacity: 0;
    transform: translate(12px, 12px);
}

.button__text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    position: relative;
    transform: translateX(0);
    transition: transform .2s;
}

.button:hover .button__text {
    color: #fff;
}

@media (min-width: 769px) {
    .button__text {
        font-size: 18px;
    }
}

.button:hover .button__box--icon .button__text {
    transform: translateX(24px)
}

@keyframes arrowPrev-1e8c1290 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext-1e8c1290 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.review-carousel.owl-carousel .owl-item img {
    width: auto;
}

.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: absolute;
    left: 22px;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span {
    background: #E2AA2E;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    background: #858585;
}

@media (max-width: 768px) {
    .page .dropdown-menu {
        min-width: 9.5rem;
    }

    .colorlib-manu-bar .menu-item ul li a.dropdown-item {
        font-size: 14px;
    }

    .colorlib-manu-bar .menu-item ul li a {
        font-size: 32px;
    }

    .testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px;
        position: absolute;
        left: 5px;
    }
}




input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}

textarea {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}

.floating-form {
    border: 1px solid rgba(232, 232, 232, 0.15);
    padding: 40px 30px;
}

.floating-label {
    position: relative;
    margin-bottom: 30px;
}

.floating-input, .floating-select {
    font-size: 18px;
    padding: 20px 17px 2px 0px;
    display: block;
    width: 100%;
    height: 48px;
    background: transparent;
    color: #5c5b5b;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #c1c1c1;
}

.floating-input:focus, .floating-select:focus {
    outline: none;
}

.floating-input:disabled {
    background-color: #fff6bd;
}

.floating-form .floating-label label {
    color: #999;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label, .floating-input:not(:placeholder-shown)~label {
    top: 7px;
    font-size: 12px;
    color: #999;
    margin-top: 0;
    left: 0px;
}

.floating-select:focus~label, .floating-select:not([value=""]):valid~label {
    top: 7px;
    font-size: 12px;
    color: #999;
    left: 9px;
}

.floating-select option {
    background-color: #051017;
    color: #fff;
}

/* active state */
.floating-input:focus~.bar:before, .floating-input:focus~.bar:after, .floating-select:focus~.bar:before, .floating-select:focus~.bar:after {
    width: 50%;
}

.floating-textarea {
    min-height: 150px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus~.highlight, .floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.calendly-badge-widget {
    display: inline-table !important;
}




.download-modal .modal-footer {
    border-top: none;
    padding-bottom: 40px;
    justify-content: center;
}

.download-modal .modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
}

.download-modal .modal-header {
    border-bottom: none;
    text-align: center;
    display: block;
    padding: 0px 0 0 0;
}

.download-modal .download-modal .modal-header .modal-title {
    padding-top: 30px;
}

.download-modal .modal-header .modal-title {
    line-height: 1.3;
}

.download-modal .modal-header .modal-title h4 {
    font-size: 36px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}

.download-modal .modal-header .modal-title p {
    font-size: 18px;
    color: #999;
    text-align: center;
}

.download-modal .modal-content {
    background-color: #fff;
}

.download-modal .modal-body {
    padding: 40px 40px 0;
}

.download-modal .modal-body p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
}

.download-modal .modal .floating-form {
    border: none;
    padding: 0px;
}

/*.contact .contact-detail .floating-form button{
    justify-content: center;
    display: flex;
    margin:  0 auto;
}*/
.download-modal .modal button {
    justify-content: center;
    display: flex;
}

.download-modal .modal .close {
    background: url(/images/cross.png)no-repeat;
    position: absolute;
    top: 27px;
    right: 20px;
}

.download-modal .modal .close:hover {
    background: url(/images/cross-hover.png)no-repeat;
}

.floating-form .floating-label label span {
    color: #EF7F1A;
}

.brochure-btn {
    font-size: 15px;
    color: #051017;
    background-color: #ef7f1a;
    padding: 15px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.brochure-btn:hover {
    background-color: #fff;
}

.brochure-btn span {
    padding: 0 12px 0 0;
}

.close {
    position: absolute;
    right: 10px;
    top: 0px;
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .5;
}

@media (min-width: 576px) {
    .download-modal .modal-dialog {
        width: 550px;
        margin: 1.75rem auto;
        max-width: 100%;
    }
}