
.slicknav_nav {
    clear: both;
    margin: 0;
    /*background: #009F93 !important;*/
}


.s128 form .inner-form .row {
    margin-top: 0
}

.s128 form .inner-form .row .input-field {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /*color: #009F93;*/
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.s128 form .inner-form .row .input-field input {
    height: 40px;
    width: 40px;
    border: 0;
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    /*color: #009F93*/
}

.s128 form .inner-form .row .input-field input.placeholder {
    /*color: #009F93;*/
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.s128 form .inner-form .row .input-field input:-moz-placeholder {
    /*color: #009F93;*/
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.s128 form .inner-form .row .input-field input::-webkit-input-placeholder {
    /*color:#009F93;*/
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.s128 form .inner-form .row .input-field input:hover, .s128 form .inner-form .row .input-field input:focus {
    box-shadow: none;
    outline: 0
}

.s128 form .inner-form .row .input-field.first .clear {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease-out
}

.s128 form .inner-form .row .input-field.first .clear svg {
    /*fill: #009F93;*/
    width: 18px;
    height: 22px;
    /*color: #009F93;*/
}

.s128 form .inner-form .row .input-field.first .clear:hover, .s128 form .inner-form .row .input-field.first .clear:focus {
    box-shadow: none;
    outline: 0
}

/*.s128 form .inner-form .row .input-field.first .clear:hover svg, .s128 form .inner-form .row .input-field.first .clear:focus svg {*/
/*    fill: #009F93;*/
/*    color: #009F93;*/
/*}*/

/*#scrollUp{*/
/*    background-color: #009F93;*/
/*}*/


/*#scrollUp:hover{*/
/*    background-color:  #2A3F79 !important;*/
/*    color: white !important;*/
/*}*/


.s128 form .inner-form .row .input-field.first input {
    padding: 10px 0 10px 60px;
    border-radius: 30px;
    width: 60px;
    transition: width .2s ease-in;
    /*color: #009F93;*/
    background-position: 14px 14px;
    background-repeat: no-repeat;
    /*background-color: #fff;*/
    background-size: 74px 74px
}

.s128 form .inner-form .row .input-field.first input:focus {
    width: 100%;
    padding-right: 60px
}

.s128 form .inner-form .row .input-field.first input.isFocus {
    width: 100%
}

.s128 form .inner-form .row .input-field.first input.isFocus ~ .clear {
    opacity: 1
}

.s128 form .inner-form .row .input-field.second input {
    padding: 10px 60px 10px 0;
    border-radius: 3px;
    width: 40px;
    transition: width .3s;
    background-image: url("../images/search.svg");
    background-position: calc(100% - 18px) 8px;
    background-repeat: no-repeat;
    /*background-color: #fff;*/
    background-size: 26px 26px;
    /*color: #009F93;*/
}

.s128 form .inner-form .row .input-field.second input.placeholder {
    /*color: #009F93;*/
    transition: opacity .1s
}

.s128 form .inner-form .row .input-field.second input:-moz-placeholder {
    /*color: #009F93;*/
    transition: opacity .1s
}

.s128 form .inner-form .row .input-field.second input::-webkit-input-placeholder {
    /*color:#009F93;*/
    transition: opacity .1s
}

.s128 form .inner-form .row .input-field.second input:focus {
    width: 100%;
    padding-left: 15px
}

.s128 form .inner-form .row .input-field.second input:focus.placeholder {
    opacity: 1
}

.s128 form .inner-form .row .input-field.second input:focus:-moz-placeholder {
    opacity: 1
}

.s128 form .inner-form .row .input-field.second input:focus::-webkit-input-placeholder {
    opacity: 1
}

.fact-images {
    /*background-color: #009F93;*/
}

/*.home-slider{*/
/*    background: #009F93;*/
/*}*/


.events-date {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    /*background-color:  #009F93;;*/
    /*color: #fff;*/
    padding: 12px 20px 8px 20px;
    text-transform: uppercase
}

.event-time li {
    display: inline-block;
    margin-right: 20px
}

.event-time li:last-child {
    margin-right: 0
}

.event-time li i {
    /*color: #59c17a*/
}

.event-block {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48)
}

.event-block ul li i {
    /*color: #59c17a*/
}

@media screen and (max-width: 1199px) {
    .event-date {
        padding: 10px 18px 6px 18px
    }
}

@media screen and (max-width: 575px) {
    .event-date {
        padding: 8px 15px 4px 15px
    }

    .events-date {
        padding: 10px 15px 6px 15px
    }
}

.position-relative {
    position: relative !important;
}

.margin-40px-bottom {
    margin-bottom: 40px;
}

.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-size22 {
    font-size: 22px;
}

.text-theme-color {
    /*color: #192f59;*/
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.margin-10px-right {
    margin-right: 10px;
}

/*.const-college .clg-title {*/
/*    margin-top: 30px;*/
/*    margin-left: 35px;*/
/*    line-height: 0px;*/
/*    color: #fff;*/
/*}*/
/*.const-college .clg-title {*/
/*    margin-top: 0px;*/
/*    margin-left: 0px;*/
/*    line-height: 10px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/


.footer {
    /*background-image: url('../images/banners/rak_footer_bg.jpg') !important;*/
    background-image: none !important;
    /*background-color:#black;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-top: 0px !important;

}

.footer::before {
    opacity: 9;
}


/*.testimonials .main-content::before {*/
/*    left: 0;*/
/*    top: -33px;*/
/*    content: ""*/
/*}*/

/*.testimonials .main-content::after {*/
/*    right: 0;*/
/*    bottom: -33px;*/
/*    content: ""*/
/*}*/

/*.new-socail  ol li a img:hover{*/
/*    background-color: white  !important;*/
/*    opacity: 10%;*/
/*    color:white !important;*/
/*}*/

/*.new-socail  ol li a{*/
/*    background-color: #2A3F79  !important;*/
/*}*/


.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}


body, p, a, span, li {
    font-family: 'Poppins', sans-serif;

}

.single-event .event-date, .event-dd, .position-relative .event-date, .div22 {
    /*background-color: #009F93 !important; ;*/
}


.div22:hover {

}


.a-link {
    background: white !important;
}

.more-news-btn, .more-news-btn:hover {
    margin-bottom: 10px;
    background: #b5111b;
    color: #fff;
}


.more-news-btn-link, .more-news-btn-link:hover {
    margin: 20px !important;
    background: #b5111b !important;
    color: #fff !important;
}


.span-link {
    color: #b5111b !important;
}


.single-event .event-date:hover, .event-dd:hover {
    /*background-color:#2A3F79 !important; ;*/

}


.jssorb032 .iav .b {
    /*fill: #2A3F79 ;*/
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: 0.25;
}


/*@media (max-width: 576px) {*/
/*    .mt-50-on-mobile {*/
/*        margin-top: 150px !important;*/
/*    }*/
/*}*/
/*@media (min-width: 768px) and (max-width: 1500px) {*/
/*    .mt-50-medium {*/
/*        margin-top: 150px !important;*/
/*    }*/
/*}*/
/*.margin-top-custom{*/
/*    padding-top: 30px !important;*/
/*}*/


@media (max-width: 992px) {
    #about-section {
        padding-top: 50px;
    }

}

.fa-phone:before {
    color: white;
}

.fa-phone:after {
    color: white;
}


.single-service {
    width: 100% !important;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
}

.second ol li:hover, .second ol li a:hover, .breadcrumb-item:hover {

    color: white !important;
    text-decoration: underline !important;

    background-color: white !important;

}

.footer .useful-links ul li a:hover {
    /*background-color: white !important;*/
    color: white !important;

}


.second ol li a {

    text-decoration: none; /* Optional: Removes underline from links */
}


.event-title, .btn-read-more {
    color: #b5111b;
}


.const-college .clg-content-rakcoms {
    position: relative !important;

}

.text-xs {
    font-size: xx-small !important; /* Equivalent to 12px */
}

.separate {
    margin: 0px;
}


.department-name {
    background-color: white !important;
    color: black !important;
}


.const-college {
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
    padding: 10px;
    margin: 10px;

}

.team-department-container {
    display: ruby-text;
}

.testimonials {
    background-image: url(../images/testimonial_bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}


/*.testimonials .single-testimonial {*/
/*    min-height: 425px !important;*/
/*    display: flex;*/
/*    align-items: center !important;*/
/*    align-content:space-evenly !important;;*/
/*    justify-content: center;*/
/*    text-align: left; !* Adjust based on your preference *!*/
/*    padding: 20px; !* Optional: Add padding for better spacing *!*/
/*    background-color: #f9f9f9; !* Optional: Add a background color for visibility *!*/
/*    border-radius: 10px; !* Optional: Add rounded corners *!*/
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); !* Optional: Add a subtle shadow *!*/
/*    margin: 15px !important; !* Space between cards *!*/
/*}*/


@media (max-width: 768px) {
    .course-search {
        margin: 0px !important;
        padding: 0px !important;
    }
}

@media (max-width: 576px) {
    /* Adjustments for small screens */
    .btn-responsive {
        font-size: 12px; /* Optional: Make text smaller on small screens */
        padding: 10px 5px; /* Adjust padding for smaller buttons */
        white-space: normal; /* Allow text to wrap if needed */
    }
}


/*.single-testimonial {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    min-height: 300px; !* Adjust this value based on your tallest card *!*/
/*    padding: 20px; !* Consistent padding inside cards *!*/
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*    margin-bottom: 15px; !* Control spacing between cards *!*/
/*    background-color: #fff; !* Optional: Add a background for uniformity *!*/
/*}*/

/*.main-content {*/
/*    text-align: center;*/
/*}*/

/*.testimonial-slider {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 15px; !* Space between cards *!*/
/*}*/

/*.section-title {*/
/*    margin-bottom: 20px; !* Reduce top and bottom spacing of the title *!*/
/*}*/


/*.testimonials .single-testimonial {*/
/*    min-height: 320px;*/
/*    margin-top: 5px!important;*/
/*    padding-top: 5px!important;*/
/*padding-bottom: 5px!important;*/
/*    margin-bottom: 5px!important;*/
/*}*/
/*.testimonials .main-content {*/
/*    !*position: relative;*!*/
/*    z-index: 4;*/
/*    margin: 5px 0;*/
/*    min-height: 5px;*/
/*    align-items: center !important;*/
/*    horiz-align: center;*/
/*    vertical-align: center;*/
/*}*/


.useful-links {
    margin-top: 0px !important;
}


.useful-links-header {
    /*font-size: 20px;*/
    /*margin-bottom: 20px;*/
    /*padding-bottom: 16px;*/
    color: #fff;
    position: relative;
}

.single-testimonial {
    vertical-align: center !important;
    min-height: 420px !important;
}

.title-big {
    line-height: initial;
}










