/* header start */
.header-top {
    background-color: #890c25;
    display: block;
}

.header-location, .header-container, .navigation-bar {
    display: flex;
}
.single-additional-active img{
    height:250px;
    width:350px;
}

.header-container {
    justify-content: space-around;
}
.insta-qr img{
    border-radius:20px;
}
.navigation-social {
    display: flex;
}

.social-icon {
    margin-top: 15px;
    color: white;
}

.social-icon::before {
    margin: 0 10px;
    content: "";
    width: 1px;
    height: 17px;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
}

.navigation-bar li a {
    color: rgb(218, 216, 216);
}

.navigation-bar li a:hover {
    color: white;
}

.header-location .location a:hover, .social-icon a:hover {
    color: unset;
}

.header-container ul li {
    margin-top: unset;
    margin-bottom: unset;
}

@media (min-width: 896px) and (max-width: 984px) {
    .header-top {
        font-size: 14px;
    }
}

@media (min-width: 780px) and (max-width: 896px) {
    .header-top {
        font-size: 13px;
    }
}

@media (min-width: 403px) and (max-width: 780px) {
    .header-top {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .header-top {
        display: none;
    }
}

/* header end */

/* member start */
.member {
    position: relative;
}

.member::before {
    content: "";
    position: absolute;
    width: 255px;
    height: 3px;
    background-color: #890c25;
    bottom: -10px;
}

.rts-testimonial-box .swiper-slide a {
    display: flex;
    justify-content: end;
    font-size: 20px;
    color: #890c25;
}

@keyframes animate {
    0% {
        width: 100px;
    }

    50% {
        width: 200px;
    }

    100% {
        width: 100px;
    }

}

.member-main {
    height: 46vh;
    display: flex;
    align-items: center;
}

.profile-card {
    position: relative;
    height: 250px;
    background-color: #890c25 !important;
    padding: 24px;
}

.profile-card .img {
    width: 100%;
    height: 30%;
    translate: 0 -150px;
}

.img img {
    width: 100%;
}

.caption {
    text-align: center;
}

.caption h5 {
    margin-bottom: unset;
    padding-bottom: 10px;
}

.caption span {
    font-size: 20px;
}

.social-link i {
    font-size: 20px;
    margin-top: 10px;
}

.social-link a:hover {
    color: black;
}

/* member start */
.activities {
    background-color: rgb(240, 239, 239);
}

.activities_bg_img {
    height: 400px;
}

.activities-slider {
    height: 400px;
    background-color: rgba(10, 9, 10, 0.8);
    padding-left: 60px;
    padding-right: 60px;
}

.activities-item, .news-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
}

.activities-img {
    height: 410px;
    display: block;
    object-fit: cover;
}

.activities-img:hover {
    transform: scale(1.1);
    height: 410px;
}

.activities-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255);
    padding: 10px;
    width: 100%;
    margin-bottom: unset;
}

.list_style {
    list-style: none;
}

.policy-style {
    display: flex;
    justify-content: space-evenly;
}

.rts-campus-tour {
    background-color: rgb(243, 242, 242);
}

.step-border {
    border-bottom: 1px solid;
    border-color: #890c25;
    margin-left: 110px;
    margin-right: 110px;
}

.steps {
    display: flex;
}

.steps h3, .step-heading h5, .step-text p {
    color: #fff;
}

.step-content {
    margin: 20px;
}

.code-conduct {
    /* margin-top: -50px; */
    max-width: 1050px;
    background: white;
    position: relative;
    /* z-index: 1; */
    /* box-shadow: 0 4px 8px 0 rgba(19, 18, 18, 0.27), 0 6px 20px 0 rgb(236 217 218 / 15%); */
    /* border-radius: 10px; */
    /* border-left: 5px solid #ec1c243b; */
}

.rotate-icon {
    transform: rotate(90deg);
    color: #890c25;
}

.conduct-content {
    padding: 20px;

}

.scholarship {
    max-width: 1050px;
}

.conduct-points {
    display: flex;
}

.conduct-rule {
    margin-left: 20px;
    margin-bottom: 20px;
    color: black;
}

.contact-information {
    background-color: #890c25;
    padding: 20px;
    margin-right: 50px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.single-contact {
    padding-bottom: 20px;
}

.single-contact .icon i {
    font-size: 40px;
    align-items: center;
}

.form-content {
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.contact_form input, .contact_form textarea {
    border: 2px solid;
    color: #dddcdc;
}

.contact_form textarea {
    height: 150px;
    font-size: 16px;
}

.contact_form .btn:hover {
    background-color: #890c25;
    color: white;
}

.single-container {
    display: flex;
    justify-content: space-between;
}

.single-container .program-img {
    position: relative;
    overflow: hidden;
}

.program-text {
    /* padding-top: 100px; */
}

.single-container .program-img img {
    width: 700px;
    height: 300px;
    object-fit: cover;
}



.rts-about-details .col-lg-4 {
    width: 32.2%;
}

@media (max-width: 768px) {
    .container-1 {
        flex-direction: column-reverse;
    }

    .single-container .program-img,
    .single-container .program-text {
        width: 100%;
    }

    .single-container .program-img img {
        width: 100%;
        height: auto;
    }

    .program-text {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .rts-about-details .col-lg-4 {
        width: unset;
    }
}



.register-form {
    padding: 40px 20px;
}

.form-heading {
    text-align: center;
    font-weight: bold;
}

.form-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgba(137, 12, 37, 0.5)
}

.admission-form {
    padding: 20px;
    width: 100%;
}

.admission-form .forms-group {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.form-group-heading {
    margin-bottom: 15px;
    font-weight: bold;
}

.admission-form .forms-group ul {
    padding: 0;
    margin-bottom: 0;
}

.forms-group input, .forms-group select {
    height: 35px;
}

.admission-form .forms-group ul li {
    margin-bottom: 15px;
}

.admission-form label {
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    color: black;
}

.admission-form input,.admission-form select {
    border: 2px solid #dddcdc !important;
}.admission-form select {
    height: 40px;
}
.forms-group textarea {
    border: 2px solid #dddcdc !important;
}


.gender-box {
    display: flex;
}

.gender-input {
    margin-right: 20px;
}

.gender-input label, .services label, .agreed label {
    font-size: unset !important;
}

.group-divider>div {
    border-right: 1px solid #890c25;
    padding-right: 40px;
}

.group-divider>div:last-child {
    border: none;
    padding-right: 0;
    padding-left: 40px;
}

.conform-form {
    border: 2px solid #890c25;
    padding: 10px;
}

.services {
    display: flex;
}

.agreed {
    margin-top: 10px;
}

.submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: white;
}

.justify-content-center {
    display: flex;
    justify-content: center !important;
}

/* index-learning-ssns start*/
.learning-ssns-bg {
    background-color: #890c25;
}

.learning-wrapper img {
    width: 450px;
    height: 400px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.learning-wrapper:hover img {
    transform: scale(1.1);
}

.learning-wrapper {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}


.learning-text {
    position: absolute;
    top: 77%;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    padding: 20px 20px;
}

.learning-text h6 {
    margin-bottom: unset;
}

/* index-learning-ssns end*/

/* primary start */

.primary-team {
    background-color: rgb(240, 239, 239);
}

.message-heading {
    display: flex;
    justify-content: center;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.primary-img img {
    height: 250px;
    width: 250px;
    display: inline !important;
    box-shadow: 0 4px 8px 0 rgb(137 12 50 / 57%);
    border-radius: 50%;
}

.column-img-text {
    margin-top: 35px;
}

.column-img-text h5 {
    line-height: 1.2rem;
}

.column-img-text p {
    text-transform: capitalize;
    line-height: 1.2rem;
}

.head-quote {
    display: flex;
}

.primary-member {
    height: 300px;
    align-items: center;
    position: relative;
}

.primary-profile-card {
    position: relative;
    height: 200px;
    width: 300px;
    text-align: center;
}

.primary-profile-card .primary-img {
    width: 100%;
    height: 30%;
    translate: 0 -100px;
}

.curriculum-section {
    background-color: #890c25;
}

.curriculam-content-wrapper .row .col-md-7 p {
    color: white;
}

.curriculam-content-wrapper .col-md-5 img {
    height: 400px;
    object-fit: cover;
}

.achievement-img img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}

#policy {
    /* background-color: rgb(240, 239, 239); */
}

.policies-content .col-lg-4, .registration-content .col-lg-4 {
    cursor: pointer;
    padding: 20px;
}

.policy-container {
    background-color: #b7070fbf;
}

.pdf-link {
    display: flex !important;
}

.pdf-link i {
    font-size: 40px;
    padding: 20px;
    border-right: 2px solid;
    color: white;
}
.registration-container h5 {
    padding: 20px;
    color: #890c25;
    font-weight: 600;
    font-family: var(--font-primary);
}
.pdf-link h5 {padding: 20px;color: white;}
.gallery {
    position: relative;
    display: inline-block;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
}

.popup-img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: auto;
    margin-top: 10%;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

/* popup end */

/* primary end */

/* inquire start */
.inquire-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.row-container {
    margin-left: -15px;
    margin-right: -15px;
}

.column-container {
    padding-left: 0;
    padding-right: 0;
}

.column-container>.column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.column-text {
    padding-left: 25px;
    padding-right: 100px;
}

.custom {
    padding-top: 70px;
    padding-bottom: 70px;
}

.custom-color {
    background: #fff;
    position: relative;
}

.custom-color::before {
    position: absolute;
    left: 0%;
    content: "";
    top: 0;
    z-index: -2;
    background: #fff;
    height: 100%;
    width: 50%;
}

.contact-block {
    margin-bottom: 20px;
    display: flex;
}

.contact-block i {
    font-size: 25px;
    margin-top: 3px;
    margin-right: 10px;
    color: #890c25;
}

.custom-bg-color {
    background: #890c25;
}
.bg-gray{
    background: rgb(204 204 204 / 25%);
}
/* 
.custom-bg-color::before {
    position: absolute;
    right: 0%;
    content: "";
    top: 200px;
    bottom: 0;
    z-index: -10;
    background: #890c25;
    height: 70%;
    width: 50%;

} */

.contact-block span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-left: 40px;
}


.form-list {
    list-style: none;
}

.inquire-text .inquire-input {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding-left: 0;
    font-size: 15px;
}

.form-list label, .form-list input, .form-list textarea {
    color: white;
}

.form-list textarea:active, .form-list textarea:focus, .form-list input:active, .form-list input:focus {
    border-color: #fff !important;
}

.form-list textarea {
    border: 1px solid var(--rt-border);
}

.submit-btn a ,.inquire-btn{
    background-color: #fff !important;
    color: #890c25 !important;
}
.inquire-btn:hover{
    color:#890c25 !important;
    border:2px solid #c20127;
    
}

/* inquire end */
/* admission start */
.inquiry-btn {
    border-radius: 4px;
}

.policy {
    position: relative;
    /* padding-left: 510px;
    padding-right: 510px; */
    /* background-color: #dddddd; */
}

.pdf-single-view {
    cursor: pointer;
}

.pdf-single-view img {
    width: 1000px;
    height: 400px;
    object-fit: cover;
}

.pdf-content {
    height: 59.1875px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    padding: 20px 15px 20px;
    text-align: center;
    font-size: 14px;
    color: #444444;
}

.admission-policy-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    overflow: hidden;
}

.panel-container {
    font-size: 1rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.dropdown-btn, .dropdown-btn-learning {
    display: flex;
    justify-content: space-between;
}

.faq-container {
    max-width: 1020px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-btn i {
    font-size: 16px;
    font-weight: 400;
    top: 5px;
    padding: 8px 13px;
    color: #fff;
    background: var(--rt-primary-2) !important;
    pointer-events: none;
    cursor: pointer;
}

.panel-title-text {
    padding-right: 20px;
}

.panel-content {
    display: none;
}

.panel-content p {
    padding-right: 86px;

}

.dropdown-btn.active.panel-content {
    display: block;
}

#registration {
    background-color: #890c25;
}

.registration-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgb(110 107 110) 0px 7px 29px 0px;
}

/* admission end */
/* outdoor learning start */
.dropdown-btn-learning h6 {
    color: #fff;
}

.dropdown-btn-learning i {
    font-size: 16px;
    font-weight: 400;
    top: 5px;
    padding: 8px 13px;
    color: var(--rt-primary-2) !important;
    background: #fff;
    pointer-events: none;
    cursor: pointer;
}

/* outdoor learning end */
/* safeguard start */
.safeguard-paragraph p {
    color: #000;
}

/* safeguard end */
/* news start */
.news-container {
    background-color: #890c25;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.news-container a img {
    object-fit: cover;
}

.news-content {
    padding: 25px;
    color: #fff;
}

/* news end */
/* notice start */
.single-notice {
    padding: 20px;
    margin: 20px;
    background: #890c25;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.notice-date {
    border-right: 1px solid #fff;
    background: #8b011d;
}

.modal__container span {
    color: #000;
}

.modal__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    overflow-y: auto;

}

.modal__container {
    background: #fff;
    width: 560px;
    max-width: 90%;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
}

.modal-top-content-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__container h2 {
    margin-bottom: 10px;
}

.modal__container p {
    line-height: 1.6;
}

.modal__container button.close-notice {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #000;
    width: unset;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 25px;
}

.modal__container button.close-notice:hover {
    color: #890c25;
}

.active {
    opacity: 1;
    pointer-events: auto;
}

.modal__wrapper.active .modal__container {
    transform: translateY(0px)
}

/* notice end */
/* news content start */
.news_bg_img {
    height: 326px;
}

.news-slider {
    height: 326px;
    background-color: rgba(10, 9, 10, 0.8);
}
.news-item a img{
    width: 100%;
    height: 285px;
    display: block;
    object-fit: cover;
}

.news-item a img:hover{
    transform: scale(1.1);
    height: 285px;
}


.news-item .news-content .news-date {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #890c25;
    padding: 10px;
    width: 100%;
    margin-bottom: unset;
}


/* news content end */
/* calendar start */
.calender-container {
    position: relative;
    width: 1200px;
    min-height: 850px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    background-color: #890c25;
}

.left {
    width: 90%;
    padding: 20px;
}

.calendar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #878895;
    border-radius: 5px;
    background-color: #fff;
}

.calendar::before,
.calendar::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 12px;
    height: 97%;
    border-radius: 0 5px 5px 0;
    background-color: #d3d5d6d7;
    transform: translateY(-50%);
}

.calendar::before {
    height: 94%;
    left: calc(100% + 12px);
    background-color: rgb(153, 153, 153);
}

.calendar .month {
    width: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
}

.calendar .month .prev,
.calendar .month .next {
    cursor: pointer;
}

.calendar .month .prev:hover,
.calendar .month .next:hover {
    color: #890c25;
}

.calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.calendar .weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.calendar .days .day {
    width: 14.28%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #890c25;
    border: 1px solid #f5f5f5;
}

.calendar .day:not(.pre-date, .next-date):hover {
    color: #fff;
    background-color: #890c25;
}

.calendar .days .prev-date,
.calendar .days .next-date {
    color: #b3b3b3;
}

.calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: #890c25;
}

.calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10 px 2px #890c25;
}

.calendar .days .today {
    font-size: 2rem;
}

.calendar .days .event {
    position: relative;
}

.calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: #890c25;
}

.calendar .event:hover::after {
    background-color: #fff;
}

.calendar .active.event::after {
    background-color: #fff;
    bottom: 20%;
}

.calendar .active.event {
    padding-bottom: 10px;
}

.calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #890c25;
}

.calendar .goto-today .goto {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #890c25;
}

.calendar .goto-today .goto input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: #890c25;
    border-radius: 5px;
}

.calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid #890c25;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: #890c25;
    width: unset;
}

.calendar .goto-today button:hover {
    color: #fff;
    background-color: #890c25;
}

.calendar .goto-today .goto button {
    border: none;
    border-left: 1px solid #890c25;
    border-radius: 0;
}

/* calendar end */

@media (max-width: 767px) {
    .group-divider>div {
        border-right: none;
        padding-right: unset;
    }

    .group-divider>div:last-child {
        padding-left: unset;
    }

    .panel-content p {
        padding-right: 49px;
    }

    .achive-img {
        padding-top: 20px;
    }

}

@media (max-width: 575px) {
    .member-main {
        width: 100%;
    }

    .img img {
        width: 200px;
        height: 230px;
    }

    .profile-card {
        margin-left: 100px;
    }

    .form-content {
        margin-top: 50px;
    }

    .contact-information {
        margin-right: unset;
    }
}

@media (min-width: 302px) and (max-width: 425px) {
    .column-text {
        padding-left: unset;
        padding-right: unset;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .img img {
        width: 600px;
        height: 230px;
    }

    .form-content {
        margin-top: 50px;
    }

    .contact-information {
        margin-right: unset;
    }

}

@media (min-width: 991px) and (max-width: 1200px) {
    .img img {
        width: 600px;
        height: 210px;
    }
}

@media (max-width: 1200px) {
    .inquire-details::before {
        top: 1000px;
    }
}

/*new css  */
body,html {
    overflow-x: hidden!important;
}
html {
    /* font-size: 14px; */
    scroll-behavior: smooth!important
}::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 13px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #890c25
}
.social-icon a{
    padding-right:5px;
}
.section_tl {    margin-bottom: 60px;}

@media (max-width:1201px){
    .header__right {
        display:block;
    }
    .header-top{
        display: none;
    }
}
@media (min-width:1201px){
    .header__right {
        display:none;
    }
}
ul.header-location li,ul.navigation-bar li{
    font-size:14px;
}
.method a:hover{
    color:#40010d;
}
@media (min-width:1346px) and (max-width:1600px){
    a.header__logo--link img{margin-left:-80px; margin-right:20px;}.navigation__menu ul {  gap: 40px;   margin-right:-70px;}
}
@media (min-width:1200px) and (max-width:1346px){
    a.header__logo--link img{margin-left:-90px; margin-right:10px; width:345px; }.navigation__menu ul {  gap: 38px;   margin-right:-90px;.navigation__menu--item__link {
   font-size: 14px;}
}}

#button.show {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
        z-index: 9999999;
 }
 #button {
    width: 45px;
    height: 45px;
    bottom: 30px;
    right: 30px;
    position: fixed;
    background: #890c25;
    border-radius: 50%;
    visibility: hidden;

 }
 #button::after {
    content: "\f077";
    font-family: FontAwesome;
    line-height: 50px;
    padding: 15px;
    color: white;
 }
 .rts-scholarship-info:hover{
    opacity: 0.8;
}.program-text a h3:hover{
    color:#890c25;
}

.blog-block{
   box-shadow: rgb(137 12 37 / 25%) 0px 5px 15px;
    padding:50px;
}
.padding-left{
    padding-left: 20px;
}
.learning-block ul li {
    position: relative;
    font-size: 16px;
    line-height:40px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.learning-block ul li::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    left: -35px;
    top: 9px;
    background-repeat: no-repeat;
    background-image: url('../images/hand.png');
}button.btn-links {
    padding:20px;
    margin-bottom:20px;
    border:2px solid #ee6c71;
    border-radius:20px;
}.btn-links:hover{background:#890c25 !important; color:white;} .btn-links.active {
    background:#890c25; color:white;
}
.quotes::before,.quotes::after{
    content: "";
    position: absolute;
    height: 40px;
    width: 50px;    background-repeat: no-repeat;    top: -1px;}
    .quotes::before {
    left: -56px;
    background-image: url('../images/testimonial/quote-2.png');
    }.d-flex{display:flex;}.mr-4{margin-right:10px;}
.quotes::after{
    right: -53px;
    background-image: url('../images/testimonial/quote.png');
}
.learning-block h3{text-align: center;}span.panel-title-text h6{
    font-family:var(--font-primary);
    font-size:18px;
}.box-yellow{
    background:#f9bb54;}.box-yellows{
        background: #f9bb54a6;
        }
    .box-yellow h4,.box-yellows p{color:#890c25;font-weight: 600;}.box-yellows p{font-size: 18px;}.box-yellows span,.box-yellows ol li{color: #000000b8;font-weight:600;}
.agree span{color:#890c25; font-weight:unset;}.care-input input[type=radio]{
    width:10%;
}
textarea.form-control {height:150px;}input.form-control,select.form-control,textarea.form-control{
    font-size:15px;
}.form-section {
    display: none;
}.form-section.active {
    display: block;
}button.btn-pag {
    font-size:18px;
}.form-section h5{
    font-size:20px;
    font-family: var(--font-primary);
}.agree input[type=checkbox]{
    opacity: 1;
    width: 28px;
    position: unset;
    height: 15px;
}
.rt-icon.play-youtube {
    display:flex;
    justify-content:space-between;
}


