@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url(../images/login-bg.jpg) fixed;
    background-position: bottom center;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    background-size: cover;
    line-height: 1.5;
    height: 100vh;
    width: 100%;
}

.btn {
    font-weight: 600;
    font-size: 15px;
}

.btn-primary {
    background: linear-gradient(135deg, #91b37d, #2b3617);
    border-color: #2b3617;
}

    .btn-primary:hover {
        background: linear-gradient(115deg, #2b3617, #91b37d);
        border-color: #91b37d;
    }

.text-underline {
    text-decoration: underline;
}

a {
    color: #000;
}

.full-width {
    width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}




.login-container {
    width: 450px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-wrapper {
    /* background: #fff; */
    background: linear-gradient(352deg, #f1ffdf, #ffffff);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgb(0 0 0 / 13%);
    box-shadow: 8px 8px 2px rgb(0 0 0 / 10%);
}

.logo {
    text-align: center;
    margin-bottom: 15px;
}

    .logo h1 {
        font-weight: bold;
        font-size: 42px;
        color: #2b3617;
        margin: 0;
    }

    .logo img {
        width: 130px;
    }

    .logo p {
        color: #d69c06;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

.login-form-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ced4da;
}

.backArrow a {
    position: absolute;
    background: #afafaf;
    width: 28px;
    height: 28px;
    color: #fff !important;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    left: 0;
}

    .backArrow a:hover {
        background: #000;
    }


.login-form-footer {
    text-align: center;
    margin-top: 20px;
}

label {
    color: #000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    border: 1px solid #ced4da;
}

    .form-control::placeholder {
        color: #c1c1c1;
    }

.form-group {
    margin-bottom: 15px;
}





/* @media (max-width: 1024px) {
  .login-container {
    width: 95%;
  }
} */

@media (max-width: 700px) {

    .login-container {
        width: 94%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 20px 0;
        border-radius: 10px;
    }
}


.errorWrapper {
    margin-top: 8px;
}

    .errorWrapper .errorBodySuccess {
        background: #fff;
        padding: 2px 10px;
        border-radius: 30px;
        display: inline-block;
        color: #007f33;
    }

    .errorWrapper .errorBodyDanger {
        background: #fff;
        padding: 2px 10px;
        border-radius: 30px;
        display: inline-block;
        color: #ff0000;
    }

    .errorWrapper img {
        float: left;
        padding-top: 3px;
        margin-right: 5px;
    }

.errorContainer {
    width: 520px;
    margin: -20px auto 35px auto;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 30px;
    color: #f00;
    background: #fff;
}

    .errorContainer img {
        float: left;
        padding-top: 3px;
        margin-right: 5px;
    }

    .errorContainer li {
        list-style: none;
        padding: 5px 0;
        color: #f00;
    }

        .errorContainer li img {
            float: left;
            padding-top: 3px;
            margin-right: 5px;
        }






input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.otpnumber {
    font-size: 24px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 600;
}

.borderBox {
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 0.375rem;
    background: #fff;
}


.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }


.copyRight {
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
}



.modalWindow {
    background: rgb(0 0 0 / 65%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
}

.modalWindow-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    border-radius: 5px;
    background: #fff;
}

.modalWindow-head {
    padding: 10px 30px;
    background: linear-gradient(320deg, #694d5a, #a31e5e);
    color: #fff;
    font-size: 16px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

    .modalWindow-head .text {
        font-size: 24px;
        font-weight: 600;
    }

.modalWindow-body {
    padding: 30px;
    position: relative;
    font-size: 15px;
}

    .modalWindow-body P {
        margin-bottom: 10px;
    }

.modalWindow-close {
    position: absolute;
    right: -12px;
    top: -10px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 30px;
    padding-top: 7px;
    cursor: pointer;
    z-index: 1;
}

    .modalWindow-close:hover {
        opacity: 1;
    }

    .modalWindow-close:before,
    .modalWindow-close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 18px;
        width: 2px;
        background-color: #333;
    }

    .modalWindow-close:before {
        transform: rotate(45deg);
    }

    .modalWindow-close:after {
        transform: rotate(-45deg);
    }

@media only screen and (max-width: 575px) {
    .modalWindow-container {
        width: 88%;
    }

    .modalWindow-head {
        padding: 10px;
        font-size: 18px;
    }

    .modalWindow-body {
        overflow: auto;
        padding: 20px;
    }
}


video {
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 0;
    line-height: 1;
    border: none;
    border-radius: 15px;
    border: 4px solid #ff7a00;
}


.project-item-list {
    position: relative;
}

    .project-item-list ul {
        margin: 0;
        padding: 0;
    }

        .project-item-list ul li {
            list-style: none;
            display: block;
            margin: 5px 0;
        }

            .project-item-list ul li a {
                font-size: 15px;
                font-weight: 600;
                /*background: linear-gradient(81deg, #ff3030, #FF9800);
   border: 1px solid #000; 
	color: #fff;*/
                padding: 6px 20px;
                border-radius: 5px;
                text-align: center;
                display: block;
                color: #000;
                background: #f1f7ff;
                border: 2px solid rgb(0 0 0 / 16%);
            }

                .project-item-list ul li a:hover {
                    border-color: #058c2c;
                }
