﻿@import '~bootstrap/dist/css/bootstrap.min.css';

html {
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    height: 100%;
}

button:focus {
    outline: none;
}
/*-----------------header--------------*/
.navbar {
    margin-bottom: 0;
    min-height: 90px;
    border: none;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    border: none;
}

footer.dash-footer {
    position: relative;
}

.mainpage-wrapper {
    background-image: url(../images/main-pagebg.png);
    min-height: calc(100vh - 30px);
    width: 100%;
    background-size: cover;
    padding: 28px 0px 59px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainpage-header ul {
    width: auto;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px 35px 0px;
}

    .mainpage-header ul li {
        list-style: none;
        display: inline-block;
        width: auto;
    }

        .mainpage-header ul li a {
            color: #fff;
            text-align: center;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            padding: 6px 28px;
        }

            .mainpage-header ul li a.login-link {
                border-right: 1px solid #fff;
            }

            .mainpage-header ul li a:hover {
                background-color: #2aa886;
            }

.mainpage-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

    .mainpage-logo img {
        max-height: 68px;
    }

.mainpage-body .main-head li {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 48px;
    margin-top: 0px;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    display: inline-block;
    padding: 0px 15px;
}

.mainpage-body {
    float: left;
    width: 100%;
    min-height: 0px;
    padding-top: 34px;
}

    .mainpage-body ul.main-head {
        padding: 0;
        margin: 0;
    }

    .mainpage-body p {
        color: #fff;
        text-align: center;
        font-size: 20px;
        line-height: 35px;
        margin-top: 20px;
        position: relative;
    }

    .mainpage-body a {
        display: inline-block;
        text-align: center;
        padding: 8px 35px;
        text-transform: uppercase;
        color: #2aa886;
        font-size: 26px;
        background-color: #fff;
        margin-top: 40px;
        transition: all 0.8s;
    }

        .mainpage-body a:hover {
            background-color: #2aa886;
            color: #fff;
        }

    .mainpage-body .mainpage-logo a {
        background: none;
        padding: 0 0px 20px;
    }

        .mainpage-body .mainpage-logo a:hover {
            background: bone;
        }

    .mainpage-body .main-head li:after {
        content: "";
        right: -3px;
        background: #fff;
        height: 31px;
        width: 2px;
        position: absolute;
        top: 28%;
    }

    .mainpage-body .main-head li:last-child:after {
        display: none;
    }

footer {
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: #5a5a5a;
    float: left;
    width: 100%;
}

    footer p {
        margin: 0;
        padding: 20px 0;
    }

.dash-footer {
    float: left;
    width: 100%;
    height: auto;
    background: #efefef;
    box-shadow: 3px 0px 10px #b0b0b0;
    -webkit-box-shadow: 3px 0px 10px #b0b0b0;
    -moz-box-shadow: 3px 0px 10px #b0b0b0;
    -ms-box-shadow: 3px 0px 10px #b0b0b0;
    -o-box-shadow: 3px 0px 10px #b0b0b0;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    padding: 0;
}

    .dash-footer ul {
        margin: 0;
    }

        .dash-footer ul li {
            display: inline-block;
        }

            .dash-footer ul li a {
                font-size: 13px;
                color: #202020;
                line-height: 30px;
                margin: 0px 15px;
                text-transform: capitalize;
            }

.pulse-image img {
    max-width: 400px;
    height: auto;
}

/*----------   About Us ----------------------------*/
a.static-link {
    padding: 25px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #2aa886;
}

    a.static-link span.glyphicon {
        padding-right: 6px;
    }

.mainpage-header.static-login ul {
    border: 2px solid #2aa886;
    margin: 17px 15px;
}

    .mainpage-header.static-login ul li a {
        color: #2aa886;
    }

        .mainpage-header.static-login ul li a:hover {
            color: #fff;
        }

        .mainpage-header.static-login ul li a.login-link {
            border-right: 1px solid #2aa886;
        }

    .mainpage-header.static-login ul li {
        padding: 0;
        margin: 0;
    }

.about-body {
    padding: 35px 0px;
    float: left;
    width: 100%;
    min-height: calc(100vh - 187px);
}

    .about-body p {
        text-align: justify;
        font-size: 14px;
        line-height: 26px;
    }

.footer-static ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

    .footer-static ul li {
        list-style: none;
        display: inline-block;
    }

        .footer-static ul li a {
            color: #fff;
            font-size: 15px;
            padding: 20px 8px;
            display: inline-block;
        }

.footer-static .copyright p {
    text-align: right;
}

.about-inner {
    float: left;
    width: 100%;
    padding: 0px 20px;
}

    .about-inner.about-why {
        border-left: 1px solid #ddd;
    }

    .about-inner h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        position: relative;
        color: #2aa886;
        margin-bottom: 28px;
    }

        .about-inner h2:after {
            content: "";
            position: absolute;
            background: #2aa886;
            height: 2px;
            width: 150px;
            left: 0;
            bottom: -8px;
            right: 0;
            margin: 0 auto;
        }

.contact-email span.glyphicon {
    background-color: #2aa886;
    color: #fff;
    margin-right: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
}

.about-inner.contact-form {
    border-top: 0px;
    padding: 0px 20px 0px;
    border-left: 0px;
    position: relative;
}

.contact-form .suggestion-form {
    padding-top: 0;
}

    .contact-form .suggestion-form .form-group.successfull-message button {
        border-radius: 0px;
        margin-bottom: 0;
    }

.about-inner.contact-form:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    height: 280px;
    width: 2px;
    left: 0;
    top: 9%;
}

.zin-modal .timing-modalinner.signup-popup {
    background-image: url(../image/explore-bg.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: -90px 0px;
}

.timing-modalright a.logo {
    margin-bottom: 28px;
    display: inline-block;
}

.zin-modal .signup-popup .timing-modalright a.profile-editbutton {
    background-color: #2aa886;
    margin-right: 15px;
    float: right;
    padding: 8px 20px;
}

.zin-modal .timing-modalinner.signup-popup .logo img {
    max-height: 55px;
}

.StaticPageheaderHead {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    background-color: #2aa886;
    padding: 11px;
}
p.revolution-bold {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width:767px) {
    /* about-us responsive */
    .navbar-header.navbar-headerstatic a.navbar-brand {
        height: auto;
        padding: 0;
    }

    .mainpage-header.static-login ul {
        margin: 9px 0 0 0;
    }

    .navbar.navbar-mainstatic {
        margin-bottom: 0;
        padding: 11px;
    }

    .navbar-header.navbar-headerstatic img {
        max-width: 100%;
    }

    .navbar.navbar-mainstatic .container-fluid {
        padding: 0;
    }

    .container-fluid .navbar-header.navbar-headerstatic {
        width: 50%;
        float: left;
        margin: 0;
    }

    .about-body {
        padding: 0px 0px;
    }

    .about-inner.about-why {
        border-left: 0px;
        border-top: 1px solid #ddd;
    }

    .about-inner {
        padding: 20px 0px;
    }
}

@media screen and (max-width:480px) {
    /* about-us responsive */
    .mainpage-header ul li a {
        padding: 6px 8px;
    }

    .navbar-header.navbar-headerstatic img {
        max-width: 140px;
    }

    .mainpage-header.static-login ul {
        margin: 0;
    }
}