@font-face {
    font-family: "Poppins-Thin";
    src: url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.otf') format('otf'), url('../fonts/Poppins-Thin.ttf') format('ttf');
}

@font-face {
    font-family: "Poppins-Light";
    src: url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.otf') format('otf'), url('../fonts/Poppins-Light.ttf') format('ttf');
}

@font-face {
    font-family: "Poppins-Regular";
    src: url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.otf') format('otf'), url('../fonts/Poppins-Regular.ttf') format('ttf');
}

@font-face {
    font-family: "Poppins-Medium";
    src: url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.otf') format('otf'), url('../fonts/Poppins-Medium.ttf') format('ttf');
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.otf') format('otf'), url('../fonts/Poppins-SemiBold.ttf') format('ttf');
}

@font-face {
    font-family: "Poppins-Bold";
    src: url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.otf') format('otf'), url('../fonts/Poppins-Bold.ttf') format('ttf');
}

html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

* {
    font-family: "Poppins-Regular";
    margin: 0px;
    padding: 0px;
    color: #787878;
    font-size: 16px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins-Bold";
    color: #2c2c2c;
}

header {
    padding: 15px 0px;
}

/*.co-logo img{animation: header-logo-animation 5s infinite;     opacity: 0.3;}*/

@keyframes header-logo-animation {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

.page-content {
    display: flex !important;
    height: 100vh;
    flex-direction: column;
    background-image: url("../img/home-bottom-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom, center;
}

.row-full {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
}

.half-col {
    width: 49%;
}

.login-form {
    max-width: 65%;
    margin: 0 auto;
}

.login-heading {
    text-align: left;
    margin: 40px 0px 20px;
}

.login-heading h6 {
    font-size: 1.5rem;
    color: #787878;
    font-family: "Poppins-Regular";
}

.login-heading h2 {
    font-size: 2.8rem;
}

.login-form form input {
    font-size: 1rem;
    font-family: "Poppins-Regular";
}

.login-form form input[type="submit"] {
    background-color: #0069d9;
    color: #fff;
    font-family: "Poppins-Bold";
    border: 1px solid #0069d9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.login-form form input[type="submit"]:hover,
.login-form form input[type="submit"]:active,
.login-form form input[type="submit"]:focus {
    background-color: #fff;
    color: #0069d9;
}

.login-form form input:focus {
    outline: none;
    box-shadow: none;
}

.login-form form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #afafaf;
}

.login-form form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #afafaf;
}

.login-form form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #afafaf;
}

.home-slider-fig img {
    margin: 0 auto;
    max-width: 100%;
}

.home-page-slider .slick-prev {
    left: 0px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.home-page-slider .slick-prev:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border-right: 2px solid #787878;
    border-top: 2px solid #787878;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.home-page-slider .slick-next {
    right: 0px;
    width: 40px;
    height: 40px;
}

.home-page-slider .slick-next:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border-right: 2px solid #787878;
    border-top: 2px solid #787878;
    transform: rotate(45deg);
}

.student-data-profile {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d5d2d2;
}

.student-data-table table {
    width: 100%;
    border: 1px solid #e2e2e2;
}

.student-data-table table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.student-data-table table tr:nth-child(even) {
    background-color: #fff;
}

.student-data-table table tr td,
.student-data-table table tr th {
    padding: 5px 10px;
    font-size: 16px;
    color: #2c2c2c;
}

.student-data-table table tr th {
    font-family: "Poppins-SemiBold";
}

.sudent-head-detail {
    justify-content: unset;
}

.student-data-table button.form-control {
    background-color: #f5bb00;
    border: 1px solid #f5bb00;
    color: #fff;
}

.student-data-table button.form-control:hover,
.student-data-table button.form-control:active,
.student-data-table button.form-control:focus {
    background-color: #fff;
    border: 1px solid #f5bb00;
    color: #f5bb00;
}

@media screen and (max-width: 1199px) {
    .login-form {
        max-width: 85%;
    }
    .login-heading h2 {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 1025px) {
    .half-col {
        width: 49%;
    }
    .login-form {
        max-width: 80%;
        margin-top: 50px;
    }
    .co-logo img {
        height: 50px;
    }
    .page-content {
        height: unset;
    }
    .home-page-slider .slick-next:before {
        width: 25px;
        height: 25px;
    }
    .home-page-slider .slick-prev:before {
        width: 25px;
        height: 25px;
    }
    .student-fig-detail img {
        height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .login-heading h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .half-col {
        width: 100%;
    }
    .login-heading h2 {
        font-size: 2.2rem;
    }
    .student-data-profile {
        padding: 15px;
    }
}

@media screen and (max-width: 639px) {
    .login-heading h2 {
        font-size: 2.1rem;
    }
    .home-icon-logo img {
        width: 80px;
    }
    .login-form {
        max-width: 100%;
    }
}