@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Jost:wght@300;400;500;600;700&display=swap");

.main-head {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}
.title-content p {
    font-size: 16px !important;
    font-weight: normal;
}
.sub-head2{
margin-bottom: 8px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #262626 !important;
}

.list-head {
    font-size: 20px;
    color: #262626 !important;
    font-weight: 600;
        margin-left: 15px;
        margin-bottom: 20px !important;
}
.list-head span{
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
}
.sub-head {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 8px !important;
}
.btn-m{
    width: 140px;
}
.btn-outline-success {
    color: #03834b;
    border-color: #03834b;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #03834b;
    border-color: #03834b;
}
.register-card{
        background: rgba(228, 228, 228, 0.5);
    padding: 30px;
    /* max-height: 360px;
    min-height: 360px; */
    border: 1px solid #ddd;
        min-height: 400px;
}
.register-card .sub-head1{
    color: #03834b;
    font-size: 22px;
}
.border-success{
        border: 1px solid #03834b;
}
.text-success{
    color: #03834b;
}
.register-card .form-control{
    background: transparent;
}
.register-card .form-control::placeholder{
    color: #03834b;
}
.inner-ol li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.inner-ol1 li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.sub-head3 {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #262626 !important;
}
.code-con .btn-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.code-con .card-header {
    padding: 0.35rem 1rem;
    margin-bottom: 0;
    background-color: #800000;
    border-bottom: 1px solid #800000;
}
.code-con ul{
    margin-bottom: 10px;
    position: relative;

}
.code-con ul li{
    padding-left: 15px;
}
.code-con ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-top: 10px;
}
.news-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #03834b;
}
.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    max-height: 200px;
}
.news-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.news-block .lower-content {
    position: relative;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.news-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}
.news-block h4 a {
    color: #222;
    transition: 0.5s;
}
.news-block .inner-box:hover .lower-content {
    background: transparent linear-gradient(293deg, #03834b 0%, #ff802e00 100%) 0% 0% no-repeat padding-box;
}
.video-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #03834b;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
}
.sub-head-bg {
    background: #03834b;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px !important;
    position: relative;
}

.inner-card {
    position: relative;
    transition: 0.7s;
    margin: 0 0 30px 0;
}

.iner-par {
    overflow: hidden;
    position: relative;
    transition: 0.7s;
    border: 1px solid #800000;
    border-radius: 10px;

}
.inner-card img {
   
    width: 100%;

    transition: 0.7s;

}
.inner-card:hover img {
    transform: scale(1.1);

}

.inner-card-overlay {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #800000;
    padding: 8px 5px;
    transition: 0.3s;
    height: auto;
    border: 1px solid #800000;
    border-radius: 4px;
}
.inner-card-overlay h5,
.inner-card-overlay a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.inner-card-overlay a:hover {
    color: #800000;
}
.inner-box-card {
    /* background: linear-gradient(73deg, #800000 0%, #8b8a8a 100%);
    box-shadow: 0 5px 20px rgb(128 0 0 / 8%);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 30px; */
   
}
.inner-box-card li{
        color: #fff;
            background: linear-gradient(73deg, #800000 0%, #8b8a8a 100%);
            margin-bottom: 15px;
            border-radius: 6px;
               padding: 6px 10px;

}
.inner-box-card li {
    color: #fff;
    /* border-bottom: 1px solid #fff;
        padding-bottom: 9px; */
}
.inner-box-card span.first1 {

    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    /* position: absolute; */
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0px;
    margin-right: 7px;
}
.fee-table table tr td {
    border: 1px solid;
}
/* ---------------------- */
.card-two {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-width: 300px;
    background: #fff;
    box-shadow: 7px 7px 7px -5px rgb(96 96 96 / 40%), -7px -7px 7px -5px rgb(96 96 96 / 40%);
    margin: 0 auto 30px auto;
}
.card-two .epta-header {
    border-top-right-radius: 12px;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #808080;
}
.card-two .epta-header::after {

    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.card-two .epta-header .avatar {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -50px;
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    border: 3px solid #fff;
}
.card-two .epta-header .avatar img {
  width: 100px;
    height: 100%;
    transition: 0.3s;
}
.card-two:hover .avatar img{
    transform: scale(1.2);
}
.card-two h3 {
    position: relative;
    margin: 80px 0 30px;
    text-align: center;
        font-size: 18px;
}
.card-two h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #800000;
}
.card-two .desc {
    padding: 0 16px 32px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.card-two .contacts {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}

.card-two .epta-footer {
    border-bottom-left-radius: 12px;
    position: relative;
    height: 45px;
    background-color: #5d0909;
    text-align: center;
}
.card-two .epta-footer p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
        color: #fff;
        font-size: 16px !important;
}

.card-two .epta-footer::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.fs-3 {
    font-size: 23px !important;
}
.card-two2 {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-width: 300px;
    background: #fff;
    box-shadow: 7px 7px 7px -5px rgb(96 96 96 / 40%), -7px -7px 7px -5px rgb(96 96 96 / 40%);
    margin: 0 auto 30px auto;
}
.card-two2 .epta-header {
    border-top-right-radius: 12px;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #808080;
}
.card-two2 .epta-header::after {

    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.card-two2 .epta-header .avatar {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -50px;
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    border: 3px solid #fff;
}
.card-two2 .epta-header .avatar img {
  width: 100px;
    height: 100%;
    transition: 0.3s;
}
.card-two2:hover .avatar img{
    transform: scale(1.2);
}
.card-two2 h3 {
    position: relative;
    margin: 80px 0 30px;
    text-align: center;
        font-size: 18px;
            min-height: 45px;
}
.card-two2 h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #800000;
}
.card-two2 .desc {
    padding: 0 16px 0px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
        min-height: 48px;
}

.card-two2 .contacts {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 35px;
}

.card-two2 .epta-footer {
    border-bottom-left-radius: 12px;
    position: relative;
    height: 45px;
    background-color: #5d0909;
    text-align: center;
}
.card-two2 .epta-footer p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
        color: #fff;
        font-size: 15px !important;
}

.card-two2 .epta-footer::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}