
body {
    font-family: 'Roboto', sans-serif;
    background: #eff6f0;
    color: #343434;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.body-px {
    padding: 0px 110px;
}

.main-header {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

    .main-header .head-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .main-header .head-nav .websitename {
            margin-bottom: 0px;
            font-size: 18px;
        }

        .main-header .head-nav img {
            height:80px
        }

.welcome-area {
    padding: 70px 0px;
}

.wel-content span {
    margin-bottom: 15px;
    display: inline-block;
}

.wel-content h2 {
    color: #305534;
    font-size: 50px;
    margin-bottom: 20px;
}

.wel-content p {
    line-height: 35px;
}

.welcome-area .btn-primary {
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    min-width: 170px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #305534;
    border: none;
}

    .welcome-area .btn-primary:hover {
        background-color: #121212;
    }

    .welcome-area .btn-primary:focus {
        box-shadow: none;
    }

.proposals-area {
    background-color: #ffffff;
}

.pro-padding {
    padding: 50px 110px;
}

.proposals-items h3 {
    font-size: 30px;
    margin-bottom: 35px;
    color: #305534;
}

.proposals-items .proposlas-list {
    padding: 0px;
    margin: 0px;
}

.proposlas-list li {
    list-style-type: none;
    margin-bottom: 20px;
}

    .proposlas-list li:last-child {
        margin-bottom: 0px;
    }

    .proposlas-list li a {
        font-size: 20px;
        display: flex;
        align-items: center;
        color: #000;
    }

        .proposlas-list li a span {
            border: 1px solid #444444;
            height: 55px;
            width: 55px;
            border-radius: 5px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 20px;
        }

.downloads-links {
    background-color: #305534;
    color: #fff;
}

    .downloads-links h3 {
        color: #ffff;
    }

    .downloads-links .proposlas-list li a {
        color: #fff;
    }

        .downloads-links .proposlas-list li a img {
            width: 27px;
            margin-right: 15px;
        }

.footer-bg {
    background-image: url(../img/footer-bg.png);
    height: 85px;
    background-size: cover;
    background-position: center;
}

.model-login-popup h4 {
    text-align: center;
    color: #305534;
    margin-bottom: 15px;
}

.model-login-popup .form-label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #343434;
}

.model-login-popup .form-control {
    font-size: 16px;
    border-radius: 0px;
    border: 1px solid #e3e3e3;
    height: 54px;
}

    .model-login-popup .form-control:focus {
        box-shadow: none;
    }

.form-check {
    font-size: 16px;
    color: #343434;
}

.form-check-input:checked {
    background-color: #305534;
    border-color: #305534;
}

.form-check-input {
    border-radius: 0px !important;
    height: 22px;
    width: 22px;
    margin: 0px;
    margin-right: 11px;
}

.model-login-popup .modal-header {
    border: none;
    padding: 0px;
}

.form-check-input:focus {
    box-shadow: none;
}

.model-login-popup .btn-primary {
    background: #305534;
    border: none;
    width: 100%;
    border-radius: 0px;
    height: 54px;
    font-size: 18px;
}

    .model-login-popup .btn-primary:hover {
        background: #121212;
    }

.model-login-popup a.login-anchor {
    font-size: 16px;
    color: #343434;
}

.model-login-popup hr {
    border-top: 1px solid #dae1e3;
    opacity: 1;
    margin: 10px 0px;
}

.model-login-popup button.btnclose {
    background-color: #305534;
    border: none;
    font-size: 22px;
    padding: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.model-login-popup .modal-content {
    border-radius: 0px;
    padding: 20px;
}

/* registration-form */
.form-section {
    border: 1px solid #e1e2e1;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}

.registration-form h4 {
    color: #305534;
    margin: 20px 0px;
}

.registration-form .form-title {
    background: #ebebeb;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 6px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 20px;
        z-index: 1;
        bottom: 13px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #fff;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
                border-color: #d6d6d6;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f030";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 5px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 18px;
                }

    .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 4px solid #cecece;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.registration-form .form-control, .registration-form .form-select {
    height: 51px;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    font-size: 18px;
}

.registration-form label.form-label {
    font-size: 18px;
    margin-bottom: 3px;
}

    .registration-form label.form-label span {
        color: red;
    }

.registration-form button {
    height: 54px;
    min-width: 180px;
    font-size: 18px;
    background-color: #305534;
    border: none;
}

    .registration-form button:hover {
        background-color: #121212;
    }

@media only screen and (max-width:1600px) {
    .body-px {
        padding: 0px 80px;
    }

    .pro-padding {
        padding: 50px 80px;
    }

    body {
        font-size: 16px;
    }

    .wel-content h2 {
        font-size: 40px;
    }

    .welcome-area .btn-primary {
        padding: 12px 30px;
    }

    .welcome-area {
        padding: 50px 0px;
    }

    .wel-content p {
        line-height: 30px;
    }

    .welcome-area .btn-primary {
        font-size: 18px;
    }
}

@media only screen and (max-width:991px) {
    .body-px {
        padding: 0px 25px;
    }

    .pro-padding {
        padding: 50px 25px;
    }

    .header-logo img {
        width: 280px;
    }

    .main-header .head-nav .websitename {
        font-size: 15px;
    }

    .welcome-area {
        padding: 50px 0px;
    }

    .wel-content h2 {
        font-size: 35px;
    }

    .wel-content p {
        margin-bottom: 30px !important;
    }

    .proposals-items h3 {
        font-size: 25px;
        margin-bottom: 26px;
    }

    .proposlas-list li a {
        font-size: 16px;
    }

    .proposlas-list li {
        list-style-type: none;
        margin-bottom: 15px;
    }

    .downloads-links .proposlas-list li a img {
        width: 21px;
        margin-right: 11px;
    }

    .proposlas-list li a p {
        width: 77%;
    }
}

@media only screen and (max-width:767px) {
    .main-header .head-nav {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .main-header .body-px {
        padding: 0px;
    }

    .main-header .head-nav .websitename {
        font-size: 14px;
        background-color: #305534;
        color: #fff;
        line-height: 18px;
        padding: 8px;
        width: 100%;
    }

    .welcome-area {
        padding: 35px 0px;
    }

    .wel-content h2 {
        font-size: 24px;
    }

    body {
        font-size: 16px;
    }

    .wel-content p {
        line-height: 29px;
    }

    .pro-padding {
        padding: 40px 20px;
    }

    .footer-bg {
        height: 50px;
    }

    .wel-content span {
        margin-bottom: 10px;
    }

    .welcome-area .btn-primary {
        padding: 12px 24px;
        font-size: 18px;
    }

    .model-login-popup .modal-content {
        padding: 0px;
    }
}
