@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: Bold;
    font-style: normal;
}
body {
    font-family: 'Inter-Regular';
}
.login {
    height: 100vh;
    display: flex;
    align-items: center;
}
.login-form {
    margin: auto;
    text-align: center;
    width: 455px;
    background: #FFFFFF;
    border: 1px solid #00A14C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 25px;
}
.logo-wrap img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.login-form form {
    width: 100%;
    margin: 30px  auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form form input.form-control {
    width: 335px;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-left: 55px;
}
.login-form .form-group {
    margin-bottom: 30px;
    position: relative;
}
button.eye {
    background: transparent;
    border: none;
    position: absolute;
    right: 15px;
    top: 16px;
}
.login-form input#email {
    background-image: url(../images/message.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15px center;
}
.login-form input#pwd {
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15px center;    
}
.login-form p {
    margin-bottom: 0px;
}
.login-form a.forget {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}
button.btn.btn-primary.login-btn {
    width: 335px;
    height: 46px;
    background: #00A14C;
    border-radius: 10px;
    border-color: #00A14C;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
ul.social-media {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
ul.social-media li {
    margin: 0 5px;
}
.continue {
    margin-top: 35px;
}
.login-form .continue p {
    margin-bottom: 20px;
}
a.signup {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    height: 46px;
    background: #00A14C;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0 5px;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #00A14C;
    font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #00A14C;
    font-weight: 700;
}
header.header {
    background: #fff;
    border-bottom: 1px solid #00A14C;
}
button.btn.btn-primary.dropdown-toggle.profileBtn {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 15px;
}
button.btn.btn-primary.dropdown-toggle.profileBtn::after {
    display: none;
}
/* Dashboard CSS Start */ 
.pageWrapper {
    background: rgb(183 183 183/50%);
}
.bannerSection {
    background: #FFFFFF;
    border: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 10px;
    margin-top: 48px;
    padding: 10px 48px;
}
.bannerSection h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
}
.projectlist {
    margin: 30px 0 40px;
}
.projectlist .col {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.projectlist .row {
    margin-right: -8px;
    margin-left: -8px;
}
.bannerSection h1 span {
    color: #00A14C;
}
.bannerLeftSide h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.gridCheck {
    margin-right: 90px;
}
.gridCheck input.form-check-input {
    margin-left: 5px;
}
.projectBlock {
    background: #FFFFFF;
    border: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.projectBlock h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 0 0 10px 10px;
}
.projectList {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}
.projectList h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
p.redText {
    font-size: 14px;
    line-height: 17px;
    color: #FF0000;
}
p.greenText {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #00A14C;
}
.projectList ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.projectList ul li {
    margin: 0 5px;
}
p.date {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
}
.projectNew button {
    border: none;
    background: transparent;
    margin: 40px 0;
}
.projectNew button:hover,.projectNew button:focus,.projectNew button:active,
.projectNew .btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    box-shadow: none;
}
button.close {
    margin-top: 25px;
    margin-right: 25px;
}
.addprojectModal input {
    height: 60px;
    left: 43px;
    top: 102px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.modal .modal-header,
.modal .modal-footer {
    border: none;
}
.addprojectModal .modal-body, .addprojectModal .modal-header {
    padding-left: 45px;
    padding-right: 45px;
}
.addprojectModal  .modal-footer {
    justify-content: center;
    margin-bottom: 60px;
}
.addprojectModal button.btn.btn-danger {
    background: #00A14C;
    border-radius: 10px;
    border-color: #00A14C;
    padding: 16px 32px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
/* .modal button.btn.btn-success {
    background: #00A14C;
    border-radius: 10px;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
} */
.projectList button.btn.btn-primary {
    background: transparent;
    border: none;
    padding: 0;
}
.modal button.btn.btn-cancel {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;  
    border: 1px solid #00A14C; 
    color: #000000;
}
.deleteModal button.btn.btn-success {
    margin-right: 15px;
}
.deleteModal button.btn.btn-cancel {
    margin-left: 15px;
}
.projectBlock.projectAdd {
    margin-top: 55px;
}
/* Dashboard CSS End */ 
/* Footer HTML Start */
footer.footer {
    background: #2F4858;
    padding: 40px 0 0px 0;
}
.footerlogo p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-width: 510px;
    margin: 25px 0;
}
ul.socialMedia {
    padding: 0;
    list-style: none;
    display: flex;
}
ul.socialMedia li {
    margin-right: 10px;
}
.copyright {
    background: #09273A;
    color: #fff;
    padding: 15px 0;
    margin-top: 90px;
}
.shareEnquries h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
ul.feelFree {
    list-style: none;
    padding: 0;
}
ul.feelFree li a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
ul.feelFree li  {
    margin: 8px 0;
}
ul.feelFree li img {
    margin-right: 15px;
}

/* Footer HTML End */

/* Media Query Start */
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }
    .addprojectModal .modal-dialog {
        max-width: 550px;
    }
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
    .login {
        height: auto;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 991px) {
.projectlist .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media only screen and (max-width: 767px) {
    .login {
        height: 100vh;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 479px) {
    .login-form {
        width: 100%;
    }
}
.solver-text {
    background: #FFFFFF;
    border: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 10px;
    margin: 10px 0;
}
.solver-text p {
    font-style: normal;
    
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 10px;
    
    margin: 10px 0;
    height: 68px;
    position: relative;
    top: 20px;
}
.solver-text p span{
    color:  #00A14C;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.lower-section{
    margin: 30px 0 20%;
}
.slp-tbl{
    background-color: #FFFFFF;
}

.slp-tbl thead , .btn-accordion{
    
    background: #2F4858;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.navbar-dark .navbar-nav .active>.nav-link{
   color: #00A14C;
}

/* Data Table Admin section CSS */
.spl-row {
    margin-top: 2%;
    
}
.spl-row h4{
    padding-bottom: 2%;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    border-bottom: 1px solid #00A14C;
}
.paginate_button.current{
    background-color: #00A14C !important;
    border-color:  #00A14C !important;
}
.dataTables_filter{
    margin-bottom: 1%;
}
#myTable_paginate{
    margin-top: 1%;
    margin-bottom: 1%;
    border: 1px solid  #00A14C;
    padding: 0;
}
#myTable_paginate a{
    border: 1px solid  #00A14C;
    margin: 0;
}
.table td{
    vertical-align: middle;
}
.form-check-label{
    position: relative;
    right: 40px;
}
.add-project-btn{
    position: relative;
    bottom: 40%;
}
.register-form {
    max-width: 750px;
    width: 100%;
    border: 1px solid #00A14C;
    border-radius: 10px;
    padding: 30px;
    margin: 20px auto;
}
.btns-wrap button.btn.btn-primary, .btns-wrap a.signup {
    width: 115px;
    margin: 0 5px;
    text-transform: capitalize;
}
button.btn.btn-primary.login-btn {
   
    height: 46px;
    background: #00A14C;
    border-radius: 10px;
    border-color: #00A14C;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
button.btn.btn-primary.login-btn a {
   
   color: #fff;
}
.upload-btn button{
    position: relative;
    margin: 15px;
    width: 217px;
    background: #00A14C;
    border: 1px solid #00A14C;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    height: 46px;
}
.register-form h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.spl-row-second h4 {
    padding-bottom: 2%;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-top: 2.8%;
    
}
.swal-button{
    background-color:#00A14C !important;
    border-color: #00A14C !important;
}

.long-arrow-right{
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.long-arrow-right{
 transform: rotate(135deg);
}
.long-arrow-right::after{
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background-color: black;
    transform: rotate(-45deg) translate(15px, 4px);
    left: 0;
    top: 0;
}
.conditionBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conditionBlock-solution{
    display: flex;
    align-items: center;
    justify-content: center;
}
.solutionconditionBlock {
    display: flex;
    align-items: center;
   
}
.blockProblem {
    width: 215px;
}
.imgWrp {
    margin: 0 15px 15px;
}
.imgWrp img {
    border-radius: 10px;
}

/* Relationship Page css Start */
.relationshipPage .mainTitle {
    padding: 25px 0;
    border-bottom: 1px solid #00A14C;
}
.relationshipPage .mainTitle h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-right: 10px;
    font-family: 'Inter-Bold';
    margin-bottom: 0;
}
.relationshipPage .mainTitle select {
    border: 1px solid #00A14C;
    border-radius: 10px;
    height: 50px;
    /* width: 285px; */
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: 'Inter-Regular';
}
.relationshipContent {
    margin: 25px 0;
}
.relationshipContent h1 {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.relationshipContent p {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.principleRelation {
    margin: auto;
}
.principleRelation .principleSelector {
    width: 216px;
    height: 312px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 10px;
    margin-bottom: 16px;
}
.principleSelectorInner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.principleSelectorInner ul li {
    padding: 5px;
}
.principleSelectorInner ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #00A14C;
}
.principleSelectorInner label {
    font-family: 'Inter-Bold';
    border-bottom: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 10px;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.principleRelationWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.principleSelectorInner ul.communicate {
    height: calc(284px - 51px);
}
.principleSelectorInner ul.communicate li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.questionWrap h2 {
    font-family: 'Inter-Bold';
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.questionWrap h3 {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.questionWrap ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 0;
    color: #000000;
}
.questionWrap ul  {
    padding-left: 18px;
}
/* Relationship Page css End */
.solutioone-card{
    display: flex;
    border: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 10px;
    background: #FFFFFF;
}


.solutioone-card h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 161, 76, 0.5);
    border-radius: 0 0 10px 10px;
}
.swal-text{
    color: #000;
    font-size:20px;
}



.carousel-caption{
        
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 10% !important;
    color: #000;
    text-align: center;
    left: 0%;
    margin-top: 15%;
}
.projectBlock.text-center.sepration-step {
        height:80%;
}
.carousel-indicators.custom{
background-color: #198754;
}
.transitionPhrase{
    position: relative;
    font-size: 15px !important;
    color: rgba(0, 161, 76, 0.5) !important;
    top:30px;
}

/* Relationshp design */
.connection_up{
    width:40%;
    border-top: 6px solid #00A14C;
    position: relative;
    border-right: 5px solid #00A14C;
    height: 10rem;
    top:150px; 
}
.arrow-down{
    width: 27px;
    height: 27px;
    border-left: 5px solid #00A14C;
    border-top: 5px solid #00A14C;
    transform: rotate(225deg) skew(0, 0);
    position: relative;
    top: 17.5rem;
    right: 16px;
}
.connection_down{
    width:40%;
    border-bottom: 6px solid #00A14C;
    position: relative;
    border-right: 5px solid #00A14C;
    height: 10rem;
    top:3rem;

}
.arrow-up{
    width: 27px;
    height: 27px;
    border-left: 5px solid #00A14C;
    border-top: 5px solid #00A14C;
    transform: rotate(46deg) skew(0, 0);
    position: relative;
    top:3rem;
    right: 16px;
}
.related {
    border: 5px solid #00A14C;
    border-radius: 52px;
    height: 80px;
    width: 7.3%;
    position: relative;
    top: 19.5rem;
    right: 6.2%;
    background: #00A14C;
    color: #fff;
    text-align: center;
    padding-top: 2%;
}
.related_side{
    border-top: 5px solid #00A14C;
    width: 17%;
    top: 22rem;
    position: relative;
    right: 7.5%;
}
.arrow-side{
    width: 27px;
    height: 27px;
    border-left: 5px solid #00A14C;
    border-top: 5px solid #00A14C;
    transform: rotate(130deg) skew(0, 0);
    position: relative;
    top: 21.3rem;
    right: 10%;
}
.communication_rel{
    min-height: 250px;
}
.box-shadow-error{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}


.quizformborder{
    border-radius: 15px;
}

.question-block_student { display: none; }
.question-block_student.active { display: block; }

.result{
	font-family: Arial, Helvetica, sans-serif;
}