/*//////////////////////////////////////////////////////////////////

[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}


/*//////////////////////////////////////////////////////////////////

[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.newclass-body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}


/*---------------------------------------------*/

.newclass-body a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #6675df;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

.newclass-body p {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

label {
    display: block;
    margin: 0;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////

[ utility ]*/


/*==================================================================

[ Text ]*/

.txt1 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #555555;
}

.txt2 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}


/*==================================================================

[ Size ]*/

.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}


/*==================================================================

[ Background ]*/

.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}


/*//////////////////////////////////////////////////////////////////

[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: stretch; */
    /* flex-direction: row-reverse; */
    background-size: cover;
    height: 100vh;
    position: relative;
}


/*==================================================================

[ login more ]*/

.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}


/*==================================================================

[ Form ]*/

.login100-form {
    width: 430px;
    display: block;
    background-color: #ffffff;
    padding: 103px 25px 30px 25px;
    margin: 7% auto;
    box-shadow: 1px 1px 7px #00000057;
    position: relative;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}


/*------------------------------------------------------------------

[ Input ]*/

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 53px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 20px;
    background: white;
}

.label-input100 {
    font-family: Montserrat-Regular;
    font-size: 14px;
    /* color: #999999; */
    color: #0099d0;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 10px;
    left: 0;
    top: -10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100 {
    display: block;
    width: 100%;
    background: white !important;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #555555;
    line-height: 1.2;
    padding: 0 10px;
    height: 33px !important;
}

input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input100:focus {
    height: 48px;
}

.input100:focus+.focus-input100+.label-input100 {
    top: -9px;
    font-size: 14px;
    color: #027cc1;
    font-weight: bold;
    width: auto;
    background: white;
    padding: 0;
    left: 8px;
}

.has-val {
    height: 33px !important;
    font-size: 14px;
}

.has-val+.focus-input100+.label-input100 {
    top: -9px;
    font-size: 14px;
    color: #027cc1;
    font-weight: bold;
    width: auto;
    background: white;
    padding: 0;
    left: 8px;
}


/*==================================================================

[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #6675df;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #6675df;
}


/*------------------------------------------------------------------

[ Button ]*/

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(to right, #09b2ee 30%, #1967e5) !important;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #0056b3 !important;
}


/*------------------------------------------------------------------

[ Responsive ]*/

@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}


/*------------------------------------------------------------------

[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/*==================================================================

[ Social ]*/

.login100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
}

.login100-form-social-item:hover {
    background: #333333;
    color: #fff;
}

.input100:-internal-autofill-selected {
    background-color: white !important;
}

.logo-containerr {
    box-shadow: 1px 1px 4px #00000024;
    position: absolute;
    z-index: 99;
    background: white;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: table;
    vertical-align: middle;
    padding: 10px;
    top: -16%;
    left: 32%;
}

.logo-containerrr {
    display: table-cell;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
}

.headingg-blkk {
    text-align: center;
}

.headingg-blkk h3 {
    font-weight: BOLD;
    MARGIN: 0 0 19px 0;
    color: #1698d4;
}

.inputt-2344 {
    margin-bottom: 4%;
    text-align: right;
}

.inputt-2344 a {
    font-size: 12px;
    color: #0099d0;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.modal .modal-content {
    padding: 20px 20px 20px 20px;
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s;
}

@-webkit-keyframes modal-animation {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes modal-animation {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .modal:before {
        height: auto;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .modal-dialog {
        max-height: revert !important;
    }

    .modal-backdrop.show {
        height: 100%;
        width: 100%;
    }
}

.modal-content {
    padding: 0 0 !important;
}

.modal label {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1%;
}

.modal-header {
    background: #004ac1;
    color: white;
}

.modal-header h4 {
    font-size: 17px;
}

.modal-header button {
    color: white;
    opacity: 1;
}

.modal input {
    font-size: 14px;
}

.border-lesss {
    border: 0;
    border-bottom: 2px solid #a0a0a0 !important;
    border-radius: 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.form-control:focus {
    border-color: #004ac1 !important;
}

.button-submitt {
    background: #004ac1;
    color: white;
    padding: 10px 32px;
    border-radius: 4px;
    margin: 14px 0 0;
    cursor: pointer;
}

.dropdown-menu {
    min-width: 18rem;
}

.image-logo img {
    height: 52px;
}

.main-header1 {
    box-shadow: 1px 1px 5px #00000012;
    background: #edfaff !important;
}

.nav-item.dropdown .far {
    font-size: 17px;
}

.input-group-append {
    background: #1698d4;
    color: white;
}

.input-group-append i {
    color: white;
}

.center-portionn {
    min-height: 541px;
}

.main-footer1 {
    background: #1698d4;
    color: white;
    font-size: 15px;
    padding: 13px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.center-portionn {
    padding: 2% 0 0% 0;
    margin-right: 1%;
}

.newclass-body .top-bxx .card-body {
    padding: 9px 11px;
    display: table-cell;
    vertical-align: middle;
}

.newclass-body .top-bxx .v11 {
    float: left;
    width: 100%;
}

.newclass-body .redbx {
    background: #bd2c2cb8;
}

.newclass-body .greenbx {
    background: #266f26a6;
}

.newclass-body .bluebx {
    background: #2a6079b3;
}

.newclass-body .orangebx {
    background: #ed8454d9;
}

.newclass-body .v12 {
    float: left;
    width: 30%;
}

.newclass-body .top-bxx {
    height: 84px;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.newclass-body .v13 {
    float: left;
    width: 70%;
    color: white;
}

.newclass-body .top-bxx h5 {
    font-size: 18px;
    margin: 4px 0;
}

.newclass-body .top-bxx p {
    color: white;
    margin: 0;
}

.card-body12 {
    padding: 2% 0 0 !important;
}

.newclass-body .top-bxx {
    margin-bottom: 4%;
}

.newclass-body .modulebx {
    margin: 5% 0;
    box-shadow: 1px 1px 5px #00000038;
    background: #f7f7f7;
}

.newclass-body .modulebx .card-body {
    padding: 18px 10px;
    text-align: center;
}

.newclass-body .v21 {
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 3%;
    box-shadow: 1px 1px 4px #0000005e;
}

.newclass-body .redbbx .v21 {
    background: #e91e63c4;
    border: 1px solid #ec5085;
}

.newclass-body .purplebbx .v21 {
    background: #9b369bcc;
    border: 1px solid white;
}

.newclass-body .peacockbbx .v21 {
    background: #76a3f5;
    border: 1px solid #76a3f5;
}

.newclass-body .v22 p {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.newclass-body .welcme-msg h4 {
    font-size: 18px;
    margin: 0 30px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 28px;
}

.newclass-body .v21 img {
    height: 83px;
}

.newclass-body .modulebx:hover {
    background: #15498a;
}

.newclass-body .modulebx:hover .v21 {
    background: #15498a;
    box-shadow: 1px 1px 4px #fff;
    border: 1px solid #fff;
}

.newclass-body .modulebx:hover p {
    color: white;
}

.newclass-body .events-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 29px;
    font-family: lato;
    text-transform: capitalize;
    color: #fff;
}

.newclass-body .events-text {
    background: #f2fafd;
    padding: 15px;
    border: 1px solid #c2dfec;
}

.newclass-body div#content1 {
    max-height: 340px;
    overflow: hidden;
}

.newclass-body .media {
    border-bottom: 1px solid #c2dfec;
    overflow: hidden;
    margin-top: 10px;
}

.newclass-body .media-body,
.newclass-body .media-left {
    display: table-cell;
    vertical-align: top;
}

.newclass-body .media-left {
    padding: 10px;
}

.newclass-body h4.media-heading {
    font-size: 17px;
    margin: 0;
    padding: 0;
    color: #000000 !important;
    font-weight: 600;
    font-family: lato
}

.ticker_links {
    color: #000000 !important;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

p.detail {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    font-family: lato;
    margin-bottom: revert;
}

ul.pagination {
    margin: 20px 0px 0px 0px;
}

button#upBtn,
button#downBtn {
    background: #005075;
    border: none;
    height: 30px;
    width: 30px;
}

.la-chevron-up,
.la-chevron-down {
    color: white;
}

button#downBtn {
    border-left: 2px solid white;
}

button#upBtn {
    border-right: 2px solid white;
}

p.media-object {
    background: #005075;
    font-family: lato;
    padding: 3px 0px 3px;
    text-align: center;
    width: 56px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.events-wrapper {
    background: #005075;
}

.events {
    margin: 4% 0 0;
}

.attendance-bx {
    border: 0;
    text-align: center;
    font-family: sans-serif;
}

.attendance-bx h2 {
    font-size: 23px;
    color: #698fa1;
    font-weight: 600;
}

.attendee li {
    display: inline-block;
    width: 32%;
    margin: 0;
}

.attendee li i {
    font-size: 52px;
}

.attendee li h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0 0 !important;
}

.attendee li:first-child h3 {
    color: #00de00;
}

.attendee li:last-child h3 {
    color: orange;
}

.attendee li:nth-child(2) h3 {
    color: red;
}

.profile-bx .card-body {
    padding: 0;
}

.profile-bx {
    text-align: center;
    border: none;
}

.profilee-pic img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 0 3%;
}

.profilee-contentt {
    font-family: sans-serif;
}

.profilee-contentt h3 {
    font-size: 20px;
    color: #008dce;
    font-weight: bold;
}

.profilee-contentt h4 {
    font-size: 18px;
    margin: 6px 0 0;
}

.welcme-msg {
    width: 56%;
    text-align: center;
}

.image-logo {
    width: 30%;
}

ul.navbar-nav.ml-auto {
    width: 30%;
}

.newclass-body .li-class-mod {
    display: inline-block;
    width: 22.7% !important;
    margin: 0 1%;
}

.ul-class-mod {
    text-align: center;
}

.welcme-msg h4 span {
    font-size: 25px;
    color: #0c3f97;
    font-weight: 900;
}

.attendance-bx {
    box-shadow: none !important;
}

.profile-bx {
    box-shadow: none !important;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(2.25rem + 2px) !important;
    background: white !important;
    border: 1px solid #cecece !important;
}

.input-group-append button {
    padding: 0 13px !important;
    background: #0379ac !important;
}

.navbar-badge {
    right: -2px !important;
    top: 16px !important;
}

.attendee p {
    margin: 0;
}

.profile-bx {
    margin: 0;
}

.redbx {
    margin: 0 !important;
}

.greenbx {
    margin: 0 !important;
}

.attendance-bx {
    margin: 0;
}

.center-bxes .col-md-6 {
    padding: 0 15px;
}

@media (min-width:1400px) and (max-width:1940px) {
    .welcme-msg {
        width: 80% !important;
    }
}

.card-body {
    min-height: 0px !important;
}