.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-restro, .bgimg-room, .bgimg-room2, .bgimg-room3, .bgimg-contact, .bgimg-lawn, .bgimg-restro2, .bgimg-restro3 {
    position: relative;
    /*    opacity: 0.65;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("../img/about-img.jpg");
    min-height: 390px;
}

.bgimg-2 {
    background-image: url("../img/service-img.jpg");
    min-height: 390px;
}

#bgimg-overlay{
    background: rgba(0, 0, 0, 0.5);
    min-height: 390px;
}


#bgimg-overlay2{
    background: rgba(0, 0, 0, 0.5);
    min-height: 370px;
}

.bgimg-restro {
    background-image: url("../images/slider/nook.jpg");
    min-height: 470px;
}
.bgimg-room {
    background-image: url("../images/slider/room.jpg");
    min-height: 470px;
}
.bgimg-room2 {
    background-image: url("../images/slider/room2.jpg");
    min-height: 370px;
}
.bgimg-room3 {
    background-image: url("../images/slider/room3.jpg");
    min-height: 370px;
}
.bgimg-contact {
    background-image: url("../images/slider/contact.jpg");
    min-height: 470px;
}
.bgimg-lawn {
    background-image: url("../images/slider/lawn-area.jpg");
    min-height: 370px;}
.bgimg-restro2 {
    background-image: url("../images/restro/hero-bg.jpg");
    min-height: 370px;
}
.bgimg-restro3 {
    background-image: url("../images/restro/hero-bg2.jpg");
    min-height: 370px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: rgba(25, 158, 184, 0.66);
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
.heading {
    color: #777;
    background-color:white;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
}
.heading h3 {
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;

}


.form-padding{
    padding: 15px;
}

.form-element .form-element-padding .form-group,
.form-element .form-element-padding .input-group {
    padding: 15px;
}

.form-element .form-element-padding select,.form-element .form-element-padding .select2{
    margin-top: 30px;
}


.form-animate-radio .radio {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 10px;
    cursor: pointer;
    margin-top: 0px;
}

.form-animate-radio .radio:hover .inner {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
}

.form-animate-radio .radio input {
    width: 1px;
    height: 1px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.form-animate-radio .radio input:checked + .outer .inner {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation: ripple 0.2s;
    -moz-animation: ripple 0.2s;
    -ms-animation: ripple 0.2s;
    -o-animation: ripple 0.2s;
    animation: ripple 0.2s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.form-animate-radio .radio input:checked + .outer {
    border: 3px solid #FF6656;
}

.form-animate-radio .radio input:focus + .outer .inner {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation: ripple 0.2s;
    -moz-animation: ripple 0.2s;
    -ms-animation: ripple 0.2s;
    -o-animation: ripple 0.2s;
    animation: ripple 0.2s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background-color: #FF6656;
}

.form-animate-radio .radio .outer {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #fff;
}

.form-animate-radio .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF6656;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.form-animate-checkbox label {
    font-weight: 100;
    font-size: 18px;
}

.form-animate-checkbox .checkbox {
    position: relative;
    top: -0.375rem;
    float: left;
    margin: 0 1rem 0 0;
    margin-top: 5px;
    cursor: pointer;
}

.form-animate-checkbox .checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ddd;
}

.form-animate-checkbox .checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1rem;
    border-color: #009688;
    border-top-style: none;
    border-right-style: none;
}

.form-animate-checkbox .checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    background: #fff;
    cursor: pointer;
}

.form-animate-text .form-text,.form-animate-text .form-text:focus {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 10px;
}
.form-animate-text2 .form-text,.form-animate-text2 .form-text:focus {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 10px;
}

.ripple-form {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0px;
    z-index: 99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: rippleForm 0.5s linear;
    -moz-animation: rippleForm 0.5s linear;
    -ms-animation: rippleForm 0.5s linear;
    -o-animation: rippleForm 0.5s linear;
    animation: rippleForm 0.5s linear;
}

.form-group.form-animate-text {
    position: relative;
    margin-bottom: 30px;
}
.form-group.form-animate-text2 {
    position: relative;
}

.form-group.form-animate-text .form-text {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    background:none;
    border-bottom: 1px solid #757575;
}
.form-group.form-animate-text2 .form-text {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    background:none;
    border-bottom: 1px solid #757575;
}

.form-group.form-animate-text .form-text:focus {
    outline: none;
}
.form-group.form-animate-text2 .form-text:focus {
    outline: none;
}

.form-group.form-animate-text label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.form-group.form-animate-text2 label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form-group.form-animate-text.form-animate-error label{
    color:#FF968B !important;
}
.form-group.form-animate-text2.form-animate-error label{
    color:#FF968B !important;
}


.form-group.form-animate-text.form-animate-error .bar:before,.form-group.form-animate-text.form-animate-error .bar:after{
    background-color: #FF968B !important;
    width: 50%;
}
.form-group.form-animate-text2.form-animate-error .bar:before,.form-group.form-animate-text2.form-animate-error .bar:after{
    background-color: #FF968B !important;
    width: 50%;
}
.form-group.form-animate-text.form-animate-error .form-animate-error-msg{
    color:#FF968B !important;
    font-size: 16px;
    display: none;
}
.form-group.form-animate-text2.form-animate-error .form-animate-error-msg{
    color:#FF968B !important;
    font-size: 16px;
    display: none;
}
.form-group.form-animate-text .form-text:focus ~ label,
.form-text:valid ~ label {
    top: -10px;
    font-size: 14px;
    color: #999C9E;
}

.form-group.form-animate-text .bar {
    position: relative;
    display: block;
    width: 100%;
}

.form-group.form-animate-text .bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #46b6e8;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form-group.form-animate-text .bar:before {
    left: 50%;
}

.form-group.form-animate-text .bar:after {
    right: 50%;
}

.form-group.form-animate-text .form-text:focus ~ .bar:before,
.form-text:focus ~ .bar:after {
    width: 50%;
}

.form-group.form-animate-text .form-text:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
.form-group.form-animate-text2 .form-text:focus ~ label,
.form-text:valid ~ label {
    top: -10px;
    font-size: 14px;
    color: #999C9E;
}

.form-group.form-animate-text2 .bar {
    position: relative;
    display: block;
    width: 100%;
}

.form-group.form-animate-text2 .bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #46b6e8;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.form-group.form-animate-text2 .bar:before {
    left: 50%;
}

.form-group.form-animate-text2 .bar:after {
    right: 50%;
}

.form-group.form-animate-text2 .form-text:focus ~ .bar:before,
.form-text:focus ~ .bar:after {
    width: 50%;
}

.form-group.form-animate-text2 .form-text:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    -ms-animation: inputHighlighter 0.3s ease;
    -o-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@keyframes rippleForm {
    from {
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-opacity: 0.8;
        -o-opacity: 0.8;
        opacity: 0.8;
        filter: alpha(opacity=80);
        background-color: #ddd;

    }
    to {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}



