
.feature-one {
    position: relative;
    display: block;
    padding: 45px 0 20px;
    z-index: 10;
}
.feature-one__single-inner ul li a {
    color: black;
    text-decoration:none;
}
.feature-one__single-inner:hover ul li a {
    color: #fff;
}
.feature-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
    
}

.feature-one__single-inner {
    position: relative;
    display: block;
    padding: 0 25px 15px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #2ab97e;
    z-index: 1;
}

.feature-one__single-inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #191a1c;
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.feature-one__single:hover .feature-one__single-inner:before {
    opacity: 1;
    transform: translateY(0px);
}

.feature-one__shape-1 {
    position: absolute;
    bottom: -200px;
    right: -200px;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-one__shape-1 img {
    width: auto;
}

.feature-one__single:hover .feature-one__shape-1 {
    bottom: 0px;
    right: 0px;
    opacity: .30;
    transition-delay: 300ms;
}

.feature-one__icon-and-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 25px;
    border-bottom: 1px dashed #79cfab59;
    margin-bottom: 5px;
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background-color: #2ab97e;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 53px;
}

.feature-one__title a {
    color: #000;
    text-decoration: none;
}

.feature-one__single:hover .feature-one__title a {
    color: #fff;
}

.feature-one__text {
    margin: 23px 0 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
    color: #fff;
}

.feature-one__read-more {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.feature-one__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
    color: #000;
    text-align: center;
}

.feature-one__single:hover .feature-one__read-more a {
    color: #2ab97e;
}

.feature-one__read-more a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #2ab97e;
    border-radius: 50%;
    font-size: 7px;
    color: #fff;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.feature-two__shape-1 {
    position: absolute;
    top: 200px;
    left: -400px;
    opacity: 0.10;
    z-index: -1;
}

.feature-two__shape-1 img {
    width: auto;
}

.feature-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__single:hover {
    transform: translateY(-10px);
}

.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color:#fff;
    border: 10px solid rgba(var(--fixpro-base-rgb), .20);
    border-radius: var(--fixpro-bdr-radius);
    margin-left: 30px;
    z-index: 2;
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: #fff;
}

.feature-two__content {
    position: relative;
    display: block;
    background-color: rgba(var(--fixpro-base-rgb), 0.05);
    border-radius: var(--fixpro-bdr-radius);
    padding: 50px 30px 30px;
    margin-top: -35px;
    border: 2px solid rgba(var(--fixpro-base-rgb), 0.30);
    overflow: hidden;
    z-index: 1;
}

.feature-two__single-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: -20px;
    bottom: 0;
    opacity: 0.03;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.feature-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
}

.feature-two__title a {
    color: #000;
}

.feature-two__title a:hover {
    color: #2ab97e;
}


ul.pricing-one__price-list li {
    display: flex;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px dashed #2ab97e40;
    padding: 10px 0px;
}


span.icon-check i {
    color: #2ab97e;
    margin-right: 10px;
}
ul.pricing-one__price-list li p {
    margin-bottom: 0;
}
.feature-one__read-more a i {
    color: #2ab97e;
    font-size: 16px;
}
.text h3 {
    color: #2ab97e;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 30px;
}

.text {
    margin: 11px 9px 0px;
}

.text h5 {
    font-size: 17px;
    margin: 0;
    line-height: 26px;
    text-align: center;
    color: #656565;
}

.text h6 {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #656565;
}


.marq {
  background: #2ab97e;
  padding: 6px 0;
}

.notice-list {
  display: flex;            
  list-style: none;           
  margin: 0;
  padding: 0 20px;
  gap: 40px;                 
  white-space: nowrap;        
}

.notice-list li {
  display: inline-flex;
}

.notice-list a {
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}

    .notice-list i {
        margin-right: 6px;
        color: #ffffff;
        /* font-weight: 400; */
    }
.header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /*height: 142px;*/
    border-bottom: 1px solid #2ab97e;
}
section.footer {
    background: #2ab97e;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 0px;
    border-top: 1px solid #009688 !important;
}

section.footer p {
    margin: 0;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
}
nav.navbar.navbar-expand-sm {
    padding-top: 30px;
}

a.nav-link.active {
    color: #2ab97e !important;
    font-weight: bold;
}

a.nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px;
}
.dept {
    background: #2ab97e14;
    color: #000 !important;
    border-radius: 20px;
    border: 1px dashed #2ab97e;
}
.navbar{
    float:right;
}

html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  /*min-height: 100vh;  */      /* full viewport height */
  display: flex;
  flex-direction: column;
}

.main-content {
    flex: 1;
    background: url(../content/images/h-bg.jpg);
    background-size: contain;
    min-height: 77.2vh !important;
}
.inner::before{
    content: unset !important;
}
.feature-one__single:hover .inner h3 a {
    color: #000 !important;
}
.inner .feature-one__icon-and-title{
    display: block !important;
    text-align: center !important;
    border-bottom: 1px dashed #2ab97e;
}
.inner .feature-one__title {
    font-size: 20px;
    font-weight: 500;
}
.register h3 {
    font-size: 16px;
    border-top: 1px dashed #a7e1c9;
    padding: 7px 0px;
    border-bottom: 1px dashed #a7e1c9;
    background: #b7f9de29;
    text-align: center;
    margin: 25px 0px;
}
table.table.edu-table thead th {
    background: #2ab97e !important;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
table.table.edu-table tbody td {
    border: 1px solid #2ab97e40;
}
.login{
     padding: 0px 35px;
}
form.login i {
    color: #009688;
    margin: 0px 5px;
}

form.login {}

form.login label {
    color: #000;
    font-weight: 500;
}

form.login .form-control {
    border: 1px solid #28b07866;
}
button.btn {
    background: #2ab97e;
    color: #fff;
    font-weight: 700;
    width: 160px;
    margin-top: 25px;
}
button.btn:hover {
    background: green;
    color: #fff;
}
form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

thead.table-th th {
    background: #2ab97e;
    color: #fff;
    text-align: center !important;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #2ab97e;
    border-color: #2ab97e;
}

.dashboard .feature-one__single p {
    margin: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #2ab97e;
}

.dashboard .feature-one__icon {
    width: 50px !important;
    height: 50px !important;
}

.dashboard .feature-one__title {
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 0px;
}

.dashboard .feature-one__icon span {
    font-size: 25px;
}

.d2 .feature-one__single-inner {
    border-top: 3px solid #239eff;
}

.d2 .feature-one__icon {
    background-color: #2196F3;
}

.d2 .feature-one__icon-and-title {
    /* background: #2196f30f !important; */
}

.d2 .feature-one__icon-and-title {
    border-bottom: 1px dashed #2196f3;
}

.d2 p {
    color: #2196f3 !important;
}

.d3 .feature-one__icon {
    background-color: #FF9800;
}

.d3 .feature-one__icon-and-title {
    /* background: #2196f30f !important; */
}

.d3 .feature-one__single-inner {
    border-top: 3px solid #FF9800;
}

.d3 .feature-one__icon-and-title {
    border-bottom: 1px dashed #FF9800;
}

.d3 p {
    color: #ff9800 !important;
}


.d4 .feature-one__icon {
    background-color: #7e3fef;
}

.d4 .feature-one__single-inner {
    border-top: 3px solid #7e3fef;
}

.d4 .feature-one__icon-and-title {
    border-bottom: 1px dashed #7e3fef;
}

.d4 p {
    color: #7e3fef !important;
}


.d5 .feature-one__icon {
    background-color: #e33470;
}

.d5 .feature-one__single-inner {
    border-top: 3px solid #e33470;
}

.d5 .feature-one__icon-and-title {
    border-bottom: 1px dashed #e33470;
}

.d5 p {
    color: #e33470 !important;
}


.d6 .feature-one__icon {
    background-color: #4e69ff;
}

.d6 .feature-one__single-inner {
    border-top: 3px solid #4e69ff;
}

.d6 .feature-one__icon-and-title {
    border-bottom: 1px dashed #4e69ff;
}

.d6 p {
    color: #4e69ff !important;
}


.d7 .feature-one__icon {
    background-color: #e5a631;
}

.d7 .feature-one__single-inner {
    border-top: 3px solid #e5a631;
}

.d7 .feature-one__icon-and-title {
    border-bottom: 1px dashed #e5a631;
}

.d7 p {
    color: #e5a631 !important;
}


.d8 .feature-one__icon {
    background-color: #f95aed;
}

.d8 .feature-one__single-inner {
    border-top: 3px solid #f95aed;
}

.d8 .feature-one__icon-and-title {
    border-bottom: 1px dashed #f95aed;
}

.d8 p {
    color: #f95aed !important;
}

.dashboard .feature-one__single-inner {
    padding: 0px !important;
}

.dashboard {
    padding: 0px 20px;
}

.feature-one__count {
    font-family: 'DS-Digital', monospace;
    font-size: 38px;
    font-weight: normal;
    color: #ffffff; /* white like screenshot */
    margin-top: 10px;
    line-height: 1;
}

.form-label {
    margin-bottom: 5px;
}

.form-control {
    border: 1px solid #2ab97e8c !important;
}

.form-select {
    border: 1px solid #2ab97e8c !important;
}

th {
    cursor: pointer;
    user-select: none;
}

.col-md-6.web1 table thead tr:first-child th {
    background: #0d65ab;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.col-md-6.web1 table thead tr:nth-child(2) th {
    background: #2196F3;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

.col-md-6.web1 table tr td {
    font-size: 13px;
    font-weight: 500;
}

.col-md-6.web2 table thead tr:first-child th {
    background: #0b8754;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.col-md-6.web2 table thead tr:nth-child(2) th {
    background: #16cb81;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

.col-md-6.web2 table tr td {
    font-size: 13px;
    font-weight: 500;
}

.web1 .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var( --bs-table-striped-color);
    --bs-table-bg-type: rgb(33 150 243 / 5%);
}

.web2 .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var( --bs-table-striped-color);
    --bs-table-bg-type: rgb(22 203 129 / 4%);
}

.col-md-6.web1 table {
    width: 100%;
}

.col-md-6.web2 table {
    width: 100%;
}

    .col-md-6.web1 table tr td, .col-md-6.web2 table tr td {
        vertical-align: middle;
        background: transparent;
        border: 1px solid #b5b5b5;
    }

        .col-md-6.web1 table tr td:first-child {
            text-align: center;
            background: #0d65ab;
            color: #fff;
            font-size: 17px;
        }

        .col-md-6.web2 table tr td:first-child {
            text-align: center;
        }

        .col-md-6.web1 table tr td:nth-child(2) {
            text-align: center;
        }

        .col-md-6.web2 table tr td:nth-child(2) {
            text-align: center;
        }

        .col-md-6.web1 table tr td:last-child {
            vertical-align: middle;
            text-align: center;
        }

    .col-md-6.web2 table tr td {
        vertical-align: middle;
        text-align: center;
    }

        .col-md-6.web2 table tr td:nth-child(3) {
            vertical-align: middle;
            text-align: left;
        }

        .col-md-6.web2 table tr td:nth-child(5), .col-md-6.web2 table tr td:nth-child(6), .col-md-6.web2 table tr td:nth-child(7) {
            background: #0b8754;
            color: #fff;
        }

tr.col1 {
    background: #efffdc;
}

tr.col2 {
    background: #03a9f447;
}

tr.col3 {
    background: #9c27b02e;
}