.logo-header-inner img {
    height: 90px;
}

.custom-setting {
    background-position: 50% 100px;
    background-size: contain;
}

.copyrights-text a {
    color: #F5BF23;
}

.invalid-feedback {
    color: rgb(231, 24, 24);
}

.input-animate .invalid-feedback {
    margin-left: 60px;
    color: rgb(231, 24, 24) !important;
}

.whatsappbutton {
    background-color: #7ACC72;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 100%;
    padding: 10px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    right: 70px;
    bottom: 15px;
    position: fixed;
}

.whatsappbutton span {
    vertical-align: text-bottom !important;
}

.contact-one .form-control {
    font-family: 'Roboto', sans-serif;
}

/*  Carrer Form */

:focus {
    outline: none;
}

.form-group {
    position: relative;
}

.effect-9 {
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: 0.4s;
}

.effect-9~.focus-border:before,
.effect-9~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #F5BF23;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.effect-9~.focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.effect-9~.focus-border i:before,
.effect-9~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #F5BF23;
    transition: 0.2s;
}

.effect-9~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.effect-9:focus~.focus-border:before,
.effect-9:focus~.focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.effect-9:focus~.focus-border:after {
    transition-delay: 0.2s;
}

.effect-9:focus~.focus-border i:before,
.effect-9:focus~.focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.effect-9:focus~.focus-border i:after {
    transition-delay: 0.4s;
}

.contact-image-text {
    position: inherit;
    top: 70%;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
}


.logo-text {
    height: 100%;
    align-items: center;
    color: yellowgreen;
    font-weight: 800;
    margin-top: 1em;
}

.logo-text p {
    margin-bottom: 0px !important;
}

.logo-text .text-1 {
    color: #89c53e;
    font-weight: 400;
}

.logo-text .text-2 {
    font-family: 'FontAwesome';
    font-size: 2em;
    color: #81a431;
}

.mb-none {
    margin-bottom: 0px !important;
}

.text-bold{
    font-weight: bold;
}

.our-project .image-hover-block img{
    opacity: 0.5;
}

.our-project .image-hover-block:hover img {
    opacity: 1;
}

.our-project .image-hover-block:before,
.our-project .image-hover-block:after{
    opacity: 1;
}

.our-project .image-hover-block:hover:before,
.our-project .image-hover-block:hover:after {
    opacity: 0;
}

.image-hover-block:before{
    width: 40px;
}

.image-hover-block:after {
    height: 40px;
}

.image-hover-block:hover:before {
    width: 0px;
}

.image-hover-block:hover:after {
    height: 40px;
}

.our-project .image-hover-block .mt-info .mt-tilte{
    opacity: 1;
}

.our-project .image-hover-block:hover .mt-info .mt-tilte {
    opacity: 0;
}

.project-list li:before{
    font-size: 22px;
}

.project-list a{
    font-size: 20px;
    font-weight: 600;
}

.custom-outline-btn {
    border: 2px solid #F5BF23;
    border-radius: 25px;
    color: #000;
    background-color: transparent;
}

.custom-outline-btn:hover {
    background-color: #F5BF23;
    color: #fff;
}

.rera-reg-no{
    font-size: 20px;
}

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

@media only screen and (max-width: 480px) {
    .logo-header {
        width: 200px;
    }

    .logo-text {
        font-size: 12px;
    }

    .logo-header-inner img {
        height: 60px;
        width: 75px;
    }

    .logo-text .text-2 {
        font-size: 1.5em;
    }
}
