::selection {
    color: #fff;
    background: #274c77;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
    margin: 0;
}

#CtSpinner, #CtSpinner2, #CtSpinner3{
    display: none;
}

.pal_navbar a {
  color:#fff !important;
  text-decoration: none;
}

footer a {
    color:#000 !important;
    text-decoration: none;
}

.bg-primary-ct 
{
    background-color: #274c77 !important;
}
.bg-primary-ct p, .bg-primary-ct a
{
    color: #fff !important;
}

.dropdown-menu a {
    color:#000 !important;
    text-decoration: none;
  }

#enquirenowbtn{
    display: flex;
    display: none;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 30000;
    background: #000000db;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.closeenqbtn{
    position: absolute;
    right: 20px;
    top: 20px;
}
.closeenqbtn i{
    font-size: 26px!important;
}

#enquirenowbtn form{
    position: relative;
    width: 35%;
    margin: auto;
    border: 1px;
    padding: 25px;
    background: #fff;
}

#enquirenowbtn form h2{
    font-size: 26px!important;
    color: #274c77;
}
#enquirenowbtn form input, #enquirenowbtn form textarea, #enquirenowbtn form button{
    font-size: 16px!important;
}

h1
{
    font-size: 3rem;
}
h2
{
    font-size: 2.6rem !important;
}
h3
{
    font-size: 1.8rem !important;
}
h4
{
    font-size: 1.5rem !important;
}
h5
{
    font-size: 1.3rem !important;
}
h6
{
    font-size: 1rem !important;
}

a
{
    color: inherit;
    text-decoration: none;
}

p
{
    text-align: justify;
    /* padding: 5px 0px; */
}

footer #f_items a:hover
{
    text-decoration: underline;
}

.bg-primary
{
    /* background-color: #2e3093 !important; */
    background-color: #274c77 !important;
}
.bg-cream
{
    /* background-color: #f9f6ef !important; */
    background-color: #e7ecef !important;
}
.text-primary
{
    /* color: #181953 !important; */
    color: #274c77 !important;
}

.text-info
{
    color: #6096ba !important;
}

.btn-primary
{
    /* background-color: #2e3093 !important; */
    background-color: #274c77 !important;
    border: 0;
}

.btn-primary:hover
{
    /* background-color: #1c1d5e !important; */
    background-color: #1c3857 !important;
}

#pagebtn
{
    font-size: 22px;
    font-weight: 550;
}

.border-dark
{
    border-color: #000 !important;
}

#pal_subtitle
{
    font-size: 20px;
    line-height: 35px;
    padding-left: calc(50% - 436.666666667px);
    padding-right: calc(50% - 436.666666667px);
}

.f_link li a:hover, .footer_links li a:hover
{
    text-decoration: underline;
}

#footer_logo
{
    height: 120px;
}

.footer_links
{
    list-style: none;
    margin: 0px;
    padding: 0;
}

.footer_links li
{
    display: inline;
    margin-right: 30px;
}

#displayFlex
{
    display: flex;
}

.f_link
{
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    color: #274c77;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.f_link li
{
    font-size: 18px;
    font-weight: 400 !important;
    margin: 10px 0px;
    color: #000;
    text-transform: capitalize;
}

#main__menu
{
    position: fixed;
    top: 0; left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.828), rgba(0, 0, 0, 0.653), rgba(0, 0, 0, 0));
    z-index: 10000;
    color: #fff;
}

.menu__active
{
    transition: 0.4s ease;
    background: rgb(255, 255, 255) !important;
    color: #000 !important;
    box-shadow: 0px 1px 12px 0px rgba(36, 36, 36, 0.17);
}

#navFlex
{
    display: flex;
    justify-content: space-between;
}

.pal_navbar
{
    list-style: none;
    margin: 0;
}

.pal_navbar .topbar__navLinks--list
{
    display: inline;
    margin: 0px 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1rem;
    cursor: pointer;
}

.pal_navbar .topbar__navLinks--list:hover .nav__item
{
    border-bottom: 3px solid #f9c700;
}

.nav__active
{
    border-bottom: 3px solid #f9c700;
}

.topbar__navLinks--list
{
    height: 100px;
    padding: 20px 10px;
    /* border: 1px solid red; */
}

#fullName
{
    text-transform: uppercase; 
    color: #fff; 
    font-size: 1.3rem; 
    font-weight: 400; 
    letter-spacing: 3px; 
    text-shadow: 1px 0px 44px rgba(0,0,0,0.47); 
    transform: scaleY(1.05);
}

#nav_mobile
{
    display: none;
}

#navToggleBtn
{
    display: none;
}

.banner
{
    height: 78vh;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: sticky;
    top: 0; left: 0; right: 0;
}

#pctm__text
{
    font-size: 8rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    text-shadow: 1px 0px 44px rgba(0,0,0,0.47);
}

#ft_courses h3
{
    font-size: 22px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
}

.deptoffer
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.deptoffer li
{
    display: inline;
    margin: 0px 10px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #2e5f93;
}
.deptoffer li a:hover
{
    text-decoration: underline;
}

.glide__arrow
{
    background: #000000bd !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
}

.gal-img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.counterNum
{
    font-size: 3rem;
    font-weight: 600;
}

#client_image
{
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s;
}

#client_image:hover
{
    filter: grayscale(0%);
}

.page_banner
{
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page_bannerOverlay
{
    background-color: #00000070;
}


.scrollspy-example-2 {
    height: 80vh;
    overflow: auto;
}

.nav-pills .nav-link
{
    color: #1c1d5e;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.nav-pills
{
    flex-direction: column;
}

.nav-pills .active
{
    background-color: #274c77 !important;
}

.page_image
{
    height: auto;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
    margin: 20px 0px;
}

#counter_text
{
    font-size: 1.3rem !important;
    font-weight: 400;
}

.counter_number
{
    font-size: 2rem;
    font-weight: 700;
}

.courseActive
{
    border-bottom: 4px solid #181953;
    color: #181953;
    font-weight: 600;
}

#bottomQuote
{
    width: 40%;
    font-size: 2rem;
}

.dropdown-menu
{
    border: none;
    box-shadow: 0px 1px 22px 0px rgba(0,0,0,0.11);
}

.gallerySectionList
{
    list-style: none;
    padding: 0;
}

.gallerySectionList ul li
{
    margin-left: 10px;
}

.gallerySectionList li button
{
    border-bottom: 1px solid #eee;
    padding: 10px;
    border-radius: 0;
    width: 100%;
    text-align: start;
}

.gallerySectionList li button:hover
{
    background: #e7ecef;
}

.galleryCard
{
    border: 1px solid #e7ecef;
}

.galleryCard:hover
{
    background: #e7ecef;
    /* font-weight: 550; */
    letter-spacing: 0.1px;
    transition: 0.1s ease;
}

.galleryBtnActive
{
    background-color: #e7ecef;
}

#galleryImg:hover
{
    transform: scale(1.1);
    transition: 0.3s ease;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, 0.17);
}

.breadcrumb-item+.breadcrumb-item::before
{
    color: #fff !important;
}

.breadcrumb-item:hover
{
    color: #fff704;
}

.postImage
{
    height: auto;
}

.myModalBg
{
    position: fixed;
    top: 0; left: 0;
    height: 100vh; width: 100%;
    background: #171717a3;
    z-index: 15000;
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-form-label
{
    font-size: 12px;
}

.sitemap ul li
{
    padding-top: 5px;
}

.sitemap ul li ul li
{
    padding-top: 4px;
}

.sitemap a
{
    color: #274c77;
    text-decoration: underline;
}
.sitemap a:hover
{
    text-decoration: none;
}

#mobileNavBtn
{
    background: #fff;
}

.dropdown-menu:active
{
    --bs-dropdown-link-active-bg: #274c77 !important;
}

#video
{
    width: 100%;
}

#youtubeIframe
{
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

#admissionCover
{
    background: url('/assets/images/used/banner.webp') top center/cover no-repeat;
    overflow-x: hidden;
}

.modalSubs
{
    position: fixed;
    z-index: 29000;
    right: 20px;
    bottom: 20px;
    width: 500px;
    padding: 6px 10px;
    background-color: #ffc720;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.069);
}

.modalSubs{
    background-color: #274c77!important;
}
.modalSubs p,.modalSubs span, .modalSubs div{
    color:#fff!important;
}

.modalSubs button
{
    background: #ffc107!important;
    border-color: #ffc107!important;
    color: #000!important;
    font-weight: bold!important;
}

.page-12 .course-title
{
    color: #274c77;
    font-size: 24px!important;
    text-decoration: underline;
}
.page-12 .course-title:hover{
    text-decoration: none;
}
.page-12 .right-arrow-2
{
    color: #274c77;
    font-size: 18px!important;
}

.cec-section .cec-head{
    text-align: start!important;
}
.blog-page .p-title{
    color: #274c77;
    font-size: 22px!important;
    line-height: 32px!important;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 12px!important;
}
.blog-page .p-title:hover{
    text-decoration: none!important;
}
.blog-page .main-clm:hover .p-title{
    text-decoration: none!important;
}
.blog-page .blog-content
{
    background: #f1f1f1!important;
    padding: 20px!important;
}
.single-blog-page h1{
    color: #274c77;
    font-size: 40px!important;
    line-height: 55px!important;
    font-weight: bold;
}
.single-blog-page .recent-post-title{
    color: #274c77;
    font-size: 32px!important;
    line-height: 45px!important;
    font-weight: bold;
}
.single-blog-page .recent-title{
    line-height: 22px!important;
}
.single-blog-page .recent-title a{
    font-size: 16px!important;
    text-decoration: underline;
}
.single-blog-page .recent-title a:hover{
    text-decoration: none;
}

.single-blog-page .recent-title a{
    font-size: 16px!important;
}
.single-blog-page p, .single-blog-page ul{
    font-size: 16px;
}
.single-blog-page img{
    width:100%!important;
    margin-bottom: 15px!important;
}
.single-blog-page .recent-blogs-img{
    width:60px!important;
    margin-bottom: 0px!important;
}
.breadcrumb-all
{
    font-size: 18px!important;
    line-height: 32px!important;
}
.breadcrumb-all a:hover{
    color: #ffc107!important;
}
@media only screen and (max-width:1100px){
    .facultyimglogo{
        height: 150px!important;
    }
    .single-blog-page .recent-blogs-img{
        height: 42px !important;
        width: auto !important;
        object-fit: cover !important;
    }
    .cec-section .meet-our-team img{
        width: 120px!important;
        height: 120px!important;
    }
    .page-12 .course-img{
        height: 260px!important;
    }
    .page-13 h1{
        font-size: 1.6rem!important;
    }
    .page-13 h3{
        font-size: 1.5rem!important;
        margin-bottom: 15px!important;
    }
    .page-13 table{
        width: 100%!important;
    }
    .page-13 table td{
        padding: 20px!important;
    }
    .page-13 table blockquote{
        margin:0px!important;
    }
    .cec-section .h-title{
        font-size: 1.5rem!important;
    }
    .contact-us-section .h-title{
        font-size: 1.5rem!important;
    }
    .video-gallery-section,.video-gallery-section #page_bannerOverlay{
        height: 40vh!important;
    }
    .blog-page .postImage{
        height: auto!important;
    }
    #enquirenowbtn form {
       position: relative;
       width: 65%;
   }
}
@media only screen and (max-width:767px){
    .single-blog-page h1, .single-blog-page .recent-post-title {
        font-size: 26px!important;
        line-height: 36px!important;
    }
    .blog-page .p-title{
        font-size: 18px!important;
    }
    .cec-section .h-title{
        font-size: 1.3rem!important;
        margin-top: 15px!important;
    }
    .cec-section .meet-our-team img{
        width: 150px!important;
        height: 150px!important;
    }
    .page-13 table td{
        padding: 10px!important;
    }
     .page-12 .course-img{
        height: auto!important;
    }
    .whatsapp-now{
        bottom: 10px !important;
        width: 40px !important;
        right: 10px !important;
    }
    .footer_links-1 li {
        width: 100%!important;
   }
   .address-br br{
       display: none!important;
   }
   .copyright-section img{
       height: 18px!important;
   }
   .modalSubs .ms-heading{
       font-size:20px!important;
       margin-bottom: 6px!important;
   }
   .f_link li {
      font-size: 16px;
   }
   .d-heading{
       font-size: 2rem!important;
   }
   #enquirenowbtn form {
    position: relative;
    width: 95%;
   }
}


@media only screen and (max-width: 1200px) {
    .hideonmobile
    {
        display: none;
    }
    #footer_logo
    {
        margin-bottom: 10px;
    }

    #displayFlex
    {
        display: block;
    }

    .pal_nav_items, #apply__div
    {
        display: none;
    }
    .footer_links {
        font-size: 16px!important;
    }
    #footer_logo {
       height: 100px;
       padding-right: 5px;
    }

    .footer_links li
    {
        /*display: block;*/
        margin: 5px 0px;
        /*text-align: center;*/
    }
    .footer_links-1 li{
        display: inline-block;
        width: 48%;
    }
    #copyright
    {
        text-align: center;
    }
    .banner
    {
        height: 75vh;
        background-attachment:scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        position:static;
    }
    #pctm__text, #pctm__text1
    {
        font-size: 4rem;
    }
    #fullName
    {
        text-align: center;
        padding: 10px 20px;
        font-size: 1rem !important;
        word-spacing: 3px !important;
        letter-spacing: 2px;
    }
    #pal_subtitle
    {
        font-size: 16px;
        line-height:20px;
        padding-left: calc(50% - 436.666666667px);
        padding-right: calc(50% - 436.666666667px);
    }
    #navFlex
    {
        padding: 0px 10px;
        justify-content: space-between;
    }
    #navToggleBtn
    {
        display: block;
    }
    .pal_nav_items_mobile
    {
        color: #000;
        list-style: none;
        padding: 15px;
        margin: 0;
    }
    .pal_nav_items_mobile li
    {
        padding: 5px;
    }
    .deptoffer li
    {
        display: block;
        text-align: center;
        margin: 10px 0px;
        font-size: 1.3rem;
    }
    .gal-img
    {
        height: 100px;
    }
    .page_banner
    {
        height: 45vh;
        background-position: start;
    }
    .nav-pills
    {
        flex-direction: row;
    }
    .nav-pills .nav-link
    {
        border: 1px solid #ddd;
    }
    .faculty_name
    {
        text-align: center;
    }
    .faculty_cont_icon i
    {
        display: none;
    }
    #bottomQuote
    {
        width: 100%;
        font-size: 1.8rem;
    }
    .page_banner
    {
        height: 40vh !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #page_bannerOverlay
    {
        padding: 0px 20px;
    }
    #page_bannerOverlay h1
    {
        font-size: 2rem;
    }
    .courseHeadline
    {
        font-size: 1.3rem !important;
        line-height: 32px;
    }
    .postImage
    {
        height: 250px;
    }
    .post_title
    {
        font-size: 2rem;
    }
    #displayOpp
    {
        flex-direction: column-reverse;
    }
    .singleFacultyName
    {
        font-size: 1.9rem !important;
    }
    #noticeHeading
    {
        font-size: 1.3rem !important;
    }
    #leftSidebarCourse
    {
        padding: 0px 13px !important;
    }
    #youtubeIframe
    {
        height: 250px;
    }
    
    .galleryCard
    {
        font-size: 13px;
    }
    .scrollspy-example-2 {
        height: fit-content;
        overflow: auto;
    }
    .gallerySectionList 
    {
        height: 300px;
        overflow-y: auto;
    }

    #admissionCover
    {
        height: 282px;
    }

    .modalSubs
    {
        width: 100%;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-height: 500px)
{
   .page_banner 
   {
      height: 66vh !important;
   }
   .video-gallery-section,.video-gallery-section #page_bannerOverlay{
         height: 66vh !important;
    }
}


@media only screen and (max-width:768px){
    .table-container
    {
        overflow: hidden;
        overflow-x: scroll;
    }
    .table-container table{
        width: 700px;
    }
}

