.language-selector {
    color: #fff;
    font-size: 14px;
}

.language-selector option {
    padding: 10px;
}

.navigation-bar {
    /* background-color: #7a7400; */
    background-color: #E6F6D1;
}

.logo-area img {
    width: 300px;
}

.header-contact-box ul {
    list-style: none;
    margin-bottom: 0;
}

.header-contact-box .header-contact-group {
    display: flex;
}

.header-contact-box .header-contact-group .header-contact-icon span {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background-color: #62853C;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.header-contact-box .header-contact-info {
    display: flex;
    flex-direction: column;
}

.header-contact-box .header-contact-info a {
    font-weight: bold;
    color: #7a7400;
}

.header-contact-box .header-contact-info span {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    line-height: 1;

    color: #62853C;
}

.right-side-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.right-side-header .img-box {
    border: 1px solid lightgray;
    margin-left: 40px;
}

.latest-news-box {
    display: flex;
    align-items: center;
}

.latest-news-box .latest-news-heading {
    width: 150px;
    background-color: #62853C;
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 9;
}

.latest-news-box .latest-news-heading::after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #62853C;
}

.latest-news-box .latest-news-heading p {
    color: #fff;
    margin: 0;
    line-height: normal;
}

.latest-news-box h1.main-title {
    color: #b7050a;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: underline;
    margin-bottom: 0;
    line-height: 1.6;

}

.banner-slide {
    position: relative;
}

.banner-slide .banner-slide-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.829);
    width: 80%;
}

.banner-slide .banner-slide-content h1 {
    font-size: 25px;
    color: #fff;
    line-height: normal;
    margin: 0;
    padding: 20px 10px;
    font-weight: 400;

}

#banner-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

#banner-slider .owl-nav .owl-prev,
#banner-slider .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #62853C;
    display: grid;
    place-content: center;
    border-radius: 0;
    margin: 0;

}

#banner-slider .owl-nav .owl-prev {
    border-right: 1px solid #fff;
}

#banner-slider .owl-nav .owl-prev:hover,
#banner-slider .owl-nav .owl-next:hover {
    background-color: #7a7400;
}

/* 
.banner-wrapper{
   display: flex;   
} */

.banner-wrapper-container {
    display: grid;

    /* grid-template-columns: 65% 35%; */
    grid-template-columns: 1fr;
    column-gap: 0px;
}


.nav-pills-custom .nav-link {
    background: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    /* padding: 10px 15px 10px 15px; */
    padding: 20px 15px;
    color: #62853C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #62853C;
}

.nav-pills .nav-link {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-pills .nav-link i {
    font-size: 40px;
    margin-bottom: 15px;
}

.nav-pills .nav-link span {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #62853C;
    position: relative;
}

.nav-pills-custom .nav-link.active::after {
    position: absolute;
    content: "";
    /* border: 10px solid #0400f6; */
    border-left: 15px solid #62853C;
    border-right: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 50%;
    right: -14px;
    z-index: 9999;
    transform: translateY(-50%);
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.tab-links .link-container {
    list-style: none;
    /* padding-top: 20px; */
    padding: 0;

}

.tab-links .link-container li {
    width: 100%;
    color: #103158;
    padding: 10px 5px;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
}

/*.link-container li:last-child {*/
/*  margin-bottom: 28px;*/
/*}*/
.tab-links .link-container li.blank {
    background-color: transparent;
}

.tab-links .link-container li a {
    color: #333;
}

.nav-pills .nav-tab-box {
    padding: 17px;
}

.tab-links .tab-content {
    flex-grow: 1;
}

.notice-container {
    position: relative;
    min-height: 100%;
    /* box-shadow: 0px 0px 10px 0px rgb(84 123 255 / 98%); */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    padding: 10px;
}


.notice-board-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    min-height: 358px;
    max-height: 358px;
    overflow-y: auto;
}

.notice-board-container .notice-link {
    margin-left: 30px;
    list-style: none;
}

.notice-board-container .notice-link li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 5px;
}

.notice-board-container .notice-link li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #2d532c;
    position: absolute;
    left: -30px;
}

.notice-board-container .notice-link li a {
    font-size: 14px;
    color: #555;
}

.notice-board-container .notice-link li p {
    margin: 0px;
    font-size: 12px;
    color: #2d532c;
}

.notice-board-title h3.notice-title {
    background-color: #7a7400;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

.important-link-container ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    margin: 0;
}

.important-link-container ul li .important-link-items {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.important-link-container ul li {
    border: 1px solid lightgray;
}

.important-link-container ul li:nth-child(even) {
    /* background-color: #62853C; */
    background-color: #E6F6D1;
}

.important-link-container ul li:nth-child(odd) {
    background-color: #7a7400;
    /* background-color: #7a74008f; */
}

.important-link-container ul li:nth-child(even) img {
    filter: brightness(1) invert(1);
}

.important-link-container ul li:nth-child(even) .important-link-title h2 {
    color: #222;
}

/* .important-link-container ul li .important-link-icon img{
filter: brightness(1) invert(1);
} */
.important-link-container ul li .important-link-title h2 {
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
    /* color: #333; */
    color: #fff;
    font-weight: 400;
}

.section-heading h2 {
    text-align: center;
    margin: 0;
    line-height: normal;
}

.section-heading h2 {
    background-color: #62853C;
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    margin: 20px auto;
    font-weight: 300;
    color: #fff;
    position: relative;
}

.section-heading h2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -54px;
    border-top: 27px solid transparent;
    border-right: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 27px solid #62853C;
}

.courses-box a {
    border: 1px solid lightgray;
    padding: 2%;
    display: inline-block;
}

.courses-box a .courses-title h3 {
    margin: 0;
    line-height: normal;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.about-area-start {
    margin: 0 0 20px 0;
}

.text-justify {
    text-align: justify;
}

.footer-callto-action-area {
    /* background-color: #62853C; */
    background-color: #282c23;
    background-image: url('../images/bg/map.svg');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 130px;
    position: relative;
    margin-top: 50px;

}

.f-logo {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);

}

.f-logo a {
    width: 200px;
    height: 200px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 3%;
    border: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.f-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-copyright ul li a {

    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.social-copyright a.facebook {
    background-color: #1877F2;
}

.social-copyright a.instagram {
    background-color: #E4405F;
}

.social-copyright a.linkedin {
    background-color: #0A66C2;
}

.social-copyright a.pinterest {
    background-color: #BD081C;
}

.social-copyright a.youtube {
    background-color: #CD201F;
}

.rts-feedback-area {
    margin-top: 20px;
}

.anouncement_list ul {
    padding-left: 0;
}

.anouncement_list ul>li {
    list-style: none;
}

.anouncement_list ul>li>a {
    color: #000;
    padding: 14px 0;
    display: block;
    border-bottom: 1px solid #c7c7c7;
    font-size: var(--font-15);
    font-weight: 500;
    display: flex
}

.anouncement_list ul>li>a img {
    width: 32px;
    margin-left: 5px;
}

.anouncement_list ul>li:last-child>a {
    border-bottom: 0;
}


.becom-instructor-tabs-area-wrapper .nav-tabs .nav-item.show .nav-link,
.becom-instructor-tabs-area-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #7a7400;
    border-color: #dee2e6 #dee2e6 #fff;
}

.becom-instructor-tabs-area-wrapper .nav-tabs .nav-link.active i {
    color: #fff;
}

.important-group ul {
    /* padding-left: 0; */
    list-style: none;
}

.important-group ul li:not(:last-child) a {
    border-bottom: 1px solid lightgray;


}

.important-group ul li a {
    display: flex;
    align-items: center;
    padding: 5px 0px;

}

.important-group ul li a .im_date {
    background-color: #7a7400;
    width: 80px;
    height: 80px;
    display: grid;
    place-content: center;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}

.important-group ul li a p {
    width: 80%;
    font-size: 15px;
}

.brand-area-one {
    margin-top: 20px;
}

.header-one.header--sticky.sticky .header-top-one-wrapper {
    display: none;
}

@media(max-width:1300px) {
    .main-nav-one ul li>a {
        padding: 19px 15px;
    }
}

@media(min-width:768px) {
    .menu-btn {
        display: none;
    }
}

@media(max-width:768px) {
    .logo-area img {
        width: 220px;
    }

    .section-heading h2 {

        font-size: 16px;
        margin: 10px auto;
    }

    .important-link-container ul {

        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        margin: 0;
    }

    .important-link-container ul li {
        margin-bottom: 0;
    }

    .important-link-container ul li .important-link-title h2 {

        font-size: 18px;
    }

    .right-side-header .img-box {
        display: none;
    }

    .right-side-header {
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .header-contact-box ul {
        padding-left: 0;
        display: flex;
        margin: 0;
    }

    .header-contact-box ul li {
        width: 50%;
    }

    .section-heading h2::after {
        content: '';
        position: absolute;
        top: 0;
        right: -38px;
        border-top: 19px solid transparent;
        border-right: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-left: 19px solid #62853C;
    }

    .header-contact-box .header-contact-group .header-contact-icon span {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .header-contact-box .header-contact-group .header-contact-icon span i {
        font-size: 10px;
    }

    .header-contact-box .header-contact-info a {
        font-size: 14px;
    }

    .header-contact-box .header-contact-info span {
        font-size: 9px;
    }

    .banner-wrapper-container {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 10px;
    }

    #banner-slider .owl-nav .owl-prev,
    #banner-slider .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }

    .banner-slide .banner-slide-content h1 {
        font-size: 13px;
        color: #fff;
        line-height: normal;
        margin: 0;
        padding: 10px;
        font-weight: 400;
    }

    .important-group.myWrapper ul {
        padding-left: 0;
    }

    .latest-news-box h1.main-title {

        font-size: 18px;
    }

    .becom-instructor-tabs-area-wrapper {
        padding: 0;
    }

    .menu-btn {
        display: block;
        margin-right: 20px;
    }

    .left-side-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .title-area-left-style p {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        line-height: 24px;
    }

    .rts-btn {
        padding: 8px 25px;
        font-size: 15px;
        max-width: 160px;
    }

    .header-one.header--sticky.sticky .logo-area img {
        width: 110px;
    }

    .copyright-area-one p {
        text-align: center;
        font-size: 10px;
        line-height: 1.6;
    }

    .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li {
        margin-bottom: 0;
    }

    .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a {
        font-size: 15px;

    }

    .important-group ul li a p {
        width: 80%;
        font-size: 14px;
        line-height: 22px;
    }
}

.contact-info-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-info-container .title-area-center-style {
    margin-bottom: 30px;
}

.single-maptop-info.contact-info-box {
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.single-maptop-info.contact-info-box .contact-info-title {
    font-size: 20px;
    font-weight: 600;
    color: #62853C;
}

.contact-page-form .group-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}

.rts-contact-area {
    margin-bottom: 150px;
}

.page-top-bottom-gap {
    margin: 50px 0 150px;
}

.gallery-box {
    border: 1px solid lightgray;
    padding: 1%;
    background-color: #62853C;
}

.video-gallery-section {
    margin-top: 20px;
}

.semester-section .table thead th {
    background-color: #7a7400;
    color: #fff;
}

.semester-section .table thead th,
.semester-section .table tbody td {
    padding-left: 10px;
}

.semester-section .table tbody td .semester-download-link {
    text-decoration: none;
}

.courses-box a .courses-title h3 {
    margin: 0;
    line-height: normal;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    min-height: 50px;
    max-height: 50px;
    overflow: auto;
}

.faculties-container .accordion-item {
    margin-bottom: 10px;
}

.faculties-container .accordion-header button {
    font-size: 18px !important;
    color: #222;
    background-color: lightgray;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.faculties-container .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #62853C;
}

.faculties_wrapper p {
    text-align: justify;
    padding-right: 30px;
    margin-bottom: 0;
}

.faculties_wrapper ol {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
}

.faculties_wrapper ol li {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.faculties_wrapper ol li::before {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 0;
    left: 0;
}

.faculties_wrapper h3 {
    margin-bottom: 5px;
}

.admission-step-box {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    padding: 30px;
    position: relative;
    margin-bottom: 100px;
    min-height: 165px;
}

.admission-step-box.line::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 1px;
    /* background-color: #000; */
    border: 1px dashed lightgray;
}

.admission-step-box.admission-step-one::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '1';
    font-size: 70px;
    color: #2d532c3f;
}

.admission-step-box .bottom-line::after {
    content: '';
    position: absolute;
    top: 167px;
    left: 50px;
    width: 1px;
    height: 45px;
    /* background-color: #000; */
    border: 1px dashed lightgray;

}

.admission-step-box .bottom-line::before {
    content: '';
    position: absolute;
    top: 203px;
    left: 40px;
    width: 20px;
    height: 20px;
    background-color: orangered;
    border-radius: 50%;
    z-index: 9;
}

.admission-step-box .top-line::after {
    content: '';
    position: absolute;
    bottom: 167px;
    right: 50px;
    width: 1px;
    height: 45px;

    border: 1px dashed lightgray;

}

.admission-step-box .top-line::before {
    content: '';
    position: absolute;
    bottom: 208px;
    right: 40px;
    width: 20px;
    height: 20px;
    background-color: rgb(0, 68, 255);
    border-radius: 50%;
    z-index: 9;
}


.admission-step-box.admission-step-two::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '2';
    font-size: 70px;
    color: #2d532c3f;
}

.admission-step-box.admission-step-three::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '3';
    font-size: 70px;
    color: #2d532c3f;
}

.admission-step-box.admission-step-four::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '4';
    font-size: 70px;
    color: #2d532c3f;
}

.admission-step-box.admission-step-five::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '5';
    font-size: 70px;
    color: #2d532c3f;
}

.admission-step-box.admission-step-six::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '6';
    font-size: 70px;
    color: #2d532c3f;
}

.admission-step-box .admission-step-box-heading h5 {
    color: #62853C;
}

.admission-step-box .admission-step-box-para p {
    margin-bottom: 0;
    padding-right: 40px;
    color: #000;
}

.instruction-content {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    padding: 30px;
    margin-bottom: 50px;
}

.instruction-content h3 {
    font-size: 25px;
}

.instruction-content p {
    text-align: justify;
    margin-bottom: 20px;
    color: #222;
}

.instruction-content li {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
    color: #222;
}

.rules label {
    font-size: 16px !important;
}