
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Goldman:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Inter", sans-serif !important;
}

.rbt-header .logo a img {
   max-height: 110px;
    object-fit: cover;
}

.rbt-banner-6.variation-03 {
    height: 634px;
    display: flex;
    align-items: center;
}

.email_p{
    color: #fff;
    font-size: 14px;
    i{
        margin-right: 10px;
    }
}

.abt_us_img{
    max-width: 100%;
    width: 520px;
}


.latest-news {
    background-color:rgb(3, 71, 149);
    width: 100%;
    padding: 3px 0 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rbt-information-list li a {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #0a3087;
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-weight: 400;
}

.left-news-box {
    width: 15%;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b005;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.left-news-box .polygon {
    position: absolute;
    width: 15px;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #f7b005;
    clip-path: polygon(0% 0, 100% 50%, 0% 100%);
}

.news-contents {
    width: 81%;
    margin-right: 20px;
    height: 100%;
    display: flex;
}

.notice_marquee a::before {
    content: "➡️ ";
}

.notice_marquee a {
    color: white;
    font-weight: 300;
    margin-right: 60px;
    font-size:16px
}

.top_header{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #2b3990 !important;
}

.rbt-information-list li a{
    color: #fff;
}

.rbt-information-list li a:hover {
    color: #fda41b;
}

strong {
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 50%;
    background:#f7b005;
    padding: 0px 7px;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
}

@keyframes blink {
    0% {
    color: blue;
}
100% {
    color: rgb(118, 0, 0);
}
}

.custom_ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;

    li{
        list-style: none;
        height: 44px;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
}


.about-style-4 .about-thumb .shape-2 {
    position: absolute;
    top: -64px;
    right: 3px;
    z-index: -1;
    opacity: 0.5;
}

.member_section{
    background: #09095c;
    position: relative;
}

.member_section:after {
    content: "";
    background-image: url('../image/pattern.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.member_img{
    width: 304px;
    height: 406px;
    object-fit: cover;
}

.swiper-slide .team-style-default.style-three {
    margin: 0px;
}

.memb_img{
    width: 260px !important;
    height: 260px !important;
    object-fit: cover !important;
}

.member_row .inner{
    border: 1px dashed #09095c42;
}

.service_img{
    width: 355px;
    height: 240px;
    object-fit: cover;
}

.social-default li a {
    width: 35px;
    height: 35px;
    line-height: 32px;

    i{
        font-size: 14px;
    }

}

.custom_footer{
    background-color: #0d3d70;
}

.footer-style-1 .ft-title {
    color: #ffc107fa;
    margin-bottom: 20px;
}

.footer-widget .ft-link li a {
    color: #ffffff;
    display: inline-block;
    position: relative;
}


.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
    color: #ffffff !important;
    background: rgb(43 57 144);
}

.large_submenu{
    width: 400px;
}

.header-left{
    padding-right: 25px;
    border-right: 1px solid #e8e8e7;
}

.rbt-header .mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.mob_num{
    font-size: 16px;
}

    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 16px;
    }
 
.social-img{
    width: 16px;
}

.social-icon li a img {
  transition: filter 0.3s ease, transform 0.3s ease;
}

.social-icon li a:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);

}

.bottom_logo_div{
    background-color: #fff;
    border-radius: 3px;
}

.logo a img {
    max-height: 75px;
    object-fit: cover;
}

.copyright-style-1 .copyright-link li a {
    color: #fdfdff;
    transition: 0.4s;
}

.copyright-style-1 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}


.rbt-card.variation-04 {
    padding: 15px;
}

.rbt-card.variation-04 .rbt-card-body {
    padding-top: 10px;
}

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 22px;
}

.rbt-card .rbt-card-body .rbt-card-text{
    font-size: 15px;
}

.stud_event{
    height: 348px;
}

.partners-wrap-one {
    background: #ffffff;
    position: relative;
    z-index: 9;
    border: dashed 1px #929292;
    padding: 12px;
    margin: 0;
}

.features-col {
    text-align: center;
}

.features-wrap {
    background: #f1f1f1;
    width: calc(100% / 9 - 5px);
    display: inline-block;
    margin: 0 0px;
    padding: 16px 5px 12px;
}

.feat-img-box {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.features-wrap img {
    width: 50px;
  
}

.features-wrap h4 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    margin-bottom: -2px;
}

.features-wrap:hover {
    background: #36348e;
    box-shadow: 0px 0px 12.3px 5px rgba(0, 0, 0, 0.15);
    z-index: 9;
    position: relative;
    h4{
        color: #fff;
    }
}

.features-wrap .arrow-btn {
    color: #e6bb2e;
}


.rbt-cat-box-1 .inner .icons img {
    max-height: 100px;
}

.parent_grid{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


.instagram-grid{
        width: calc(100% / 5 - 15px);
    display: inline-block;
}

.width-container{
    width: 95%;
}

.instagram-grid a .user-info .user-name {
    font-size: 24px;
    font-weight: 500;
}

.rbt-card {
    z-index: 9;
}

.rbt-card{
    box-shadow: none !important;
}

.social-default li a {
    
    background-color: #7b88d669;
}

.social-icon li a img{
    filter: invert(1);
    -webkit-filter: invert(1);
}

.card_one{
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(255, 226, 229);
     /* background-color: rgb(250, 90, 125); */

    /* .feat-img-box{
        background-color: rgb(250, 90, 125);
    } */
}

.card_one:hover{
    background-color: rgb(250, 90, 125);
}


.card_two{
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(255, 244, 222);

    /* background-color:rgb(255, 148, 122); */
     /* .feat-img-box{
        background-color:rgb(255, 148, 122);
    } */
}

.card_two:hover{
     background-color:rgb(255, 148, 122);
}

.card_three{
    box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(220, 252, 231);

     /* background-color: rgb(60, 216, 86); */
     /* .feat-img-box{
           background-color: rgb(60, 216, 86);
    } */
}

.card_three:hover{
     background-color: rgb(60, 216, 86);
}

.card_four{
      box-shadow: rgba(238, 238, 238, 0.5) 0px 4px 20px 0px;
    background-color: rgb(243, 232, 255);

     /* background-color: rgb(191, 131, 255); */
     /* .feat-img-box{
           background-color: rgb(191, 131, 255);
    } */
}

.card_four:hover{
     background-color: rgb(191, 131, 255);
}

.card_five{
    background-color: rgb(224, 242, 255); 
    
     /* background-color: rgb(96, 165, 250); */
    /* .feat-img-box{
        background-color: rgb(96, 165, 250);   
    } */
}

.card_five:hover{
    background-color: rgb(96, 165, 250); 
}


.card_six{
    background-color: rgb(229, 250, 245); 
    
     /* background-color: rgb(45, 212, 191); */
    /* .feat-img-box{
        background-color: rgb(45, 212, 191);
    } */
}

.card_six:hover{
     background-color: rgb(45, 212, 191);
}

.card_seven{
    background-color: rgb(255, 250, 205);  
    /* background-color: rgb(251, 191, 36);        */
    /* .feat-img-box{
        background-color: rgb(251, 191, 36);   
    } */
}

.card_seven:hover{
     background-color: rgb(251, 191, 36);  
}

.card_eight{
    background-color: rgb(255, 240, 250); 
    
     /* background-color: rgb(244, 114, 182); */
    /* .feat-img-box{
        background-color: rgb(244, 114, 182); 
    } */
}

.card_eight:hover{
   background-color: rgb(244, 114, 182); 
} 

.card_nine{
    background-color: rgb(243, 244, 246); 
    
      /* background-color: rgb(34, 211, 238); */
    /* .feat-img-box{
        background-color: rgb(34, 211, 238);  
    } */
}

.card_nine:hover{
      background-color: rgb(34, 211, 238);  
}

.features-wrap .arrow-btn:hover{
    color: #fff !important;
}

/* .rbt-breadcrumb-default{
    background-image: url('../image/bg-breadcrumb.png');
} */

.rbt-breadcrumb-default {
    background-image: url('../image/bg-breadcrumb.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 310px;
}

.rbt-breadcrumb-default .title{
    color: #fff;
}

.page-list li a{
    color: #fff;
}

.rbt-breadcrumb-item .active{
    color: #fff; 
}

.page-list li.active{
      color: #fff;
      opacity: unset; 
}






/* Responsive for large screen */


@media (max-width: 1400px) {
  .rbt-header .logo a img {
    max-height: 110px;
    object-fit: cover;
}  

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 18px;
}

.left-news-box {
    width: 15%;
    padding: 5px 10px;
    text-align: center;
    background-color: #f7b005;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.rbt-header .mainmenu-nav .mainmenu > li > a{
    font-size: 14px;
}

.abt_us_img {
    max-width: 100%;
    width: 450px;
}

p{
    font-size: 16px;
}

}


/* Responsive for tablet screen */

@media (max-width: 768px) {

   

    .memb_img{
        width: 100% !important;
    }

        .rbt-header .logo a img {
        max-height: 85px;
        object-fit: cover;
    }

    .left-news-box {
        width: 26%;
        padding: 5px 10px;
        text-align: center;
        background-color: #f7b005;
        position: relative;
        font-weight: bold;
        color: #000;
        font-size: 14px;
    }
    .news-contents {
    width: 69%;
    }
    .about-style-4 .about-thumb {
        text-align: center;
    }

    .features-wrap {
    background: #f1f1f1;
    width: calc(100% / 4 - 5px);
      margin-bottom: 5px;
    }

       .instagram-grid {
        max-width: 230px;
    }

    .instagram-grid {
    width: calc(100% / 3 - 15px);
    display: inline-block;
}



    
}

/* Responsive for Mobile screen */


@media (max-width: 480px) {
   .rbt-btn.btn-sm {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.instagram-grid {
    width: calc(100% / 2 - 15px);
    display: inline-block;
}




 .about-row{
            flex-direction: column-reverse;
        }

    .rbt-header .rbt-header-wrapper .header-left {
        flex-basis: 100%;
    }

    .header-left {
    padding-right: 10px;
    border-right: 1px solid #e8e8e7;
            }

                .left-news-box {
        width: 45%;
        padding: 5px 10px;
        text-align: center;
        background-color: #f7b005;
        position: relative;
        font-weight: bold;
        color: #000;
        font-size: 12px;
                }

                    .news-contents {
        width: 45%;
    }

    .notice_marquee a {
    color: white;
    font-weight: 300;
    margin-right: 60px;
    font-size: 12px;
}

    .features-wrap {
        margin-bottom: 5px;
        background: #f1f1f1;
        width: calc(100% / 2 - 5px);
    }


.rbt-About-area{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    h2, .h2 {
        font-size: 26px;
    }

    .rbt-btn {
   
    height: 40px;
    line-height: 40px;
 
    font-size: 14px;
    }

    .memb_img{
        width: 100% !important;
    }

    .cutsom-slide-new{
        padding: 0px 25px !important;
    }

    .custom-padding-section{
        margin-bottom: 20px !important;
    }

    .custom-rbt-section-gapBottom{
        padding-bottom: 0px !important;
    }
}