/*G font s*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Noto+Sans+Gurmukhi:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*G font e*/

.my-style{
    font-family: 'Great Vibes', cursive!important;
}
.text-logo{
    color: #342760!important;
}
.text-logo-dark{
    color: #262626!important;
}
.bg-logo{
    background:#e42014!important;
}
.bg-logo-dark{
    background: #342760!important;
}
.border-right{
    border-right: 1px solid #e5e5e5;
}
.border-top{
    border-top: 1px solid #e5e5e5!important;
}
.bg-light-logo {
    background: #342760!important;
    color: #fff;
/*    font-weight: 100;*/
    font-size: 15px;
    border-radius: 20px;
}
.container-fluid{
    width: 93%!important;
}
.bg-parpal{
    background: #342760!important;
}
.bg-yello{
    background: #83b736!important;
}
.bg-red{
    background: #e21f18!important;
}
.bg-red-logo {
        background: #dd413b!important;
    color: #fff;
/*    font-weight: 100;*/
    font-size: 15px;
    border-radius: 20px;
}
.w-10{
    width: 11%;
}
.w-90{
    width: 89%;
}
.mt-k {
    padding: 17px 0px;
}
.text-justify{
    text-align: justify!important;
}
.bg-g{
    background: rgb(42,21,116);
    background: linear-gradient(90deg, rgb(47 31 102) 0%, rgb(216 64 58) 100%);
}
.lead{
    font-size: 18px!important;
    line-height: 28px;
    font-weight: 400;
}
.rounded-3{
    border-radius: 13px!important;
}
.f-box{
    padding: 10px 20px;
    border-radius: 12px;
    background: #f2f2f2!important;
    margin-bottom: 22px;
}
.bg-light{
    background: #f9f9f9!important;
}
span.number{
    width: 40px;
    height: 40px;
    padding: 2px 8px;
    border-radius: 30px;
    background: #fff!important;
    color: #000;
}

.bg-b{
    background: #342760!important;
}
.btn-danger{
    background: #e22017!important;
}
.counter__content.counter__content-2 {
    background: #f9f9f9 ;
    padding: 19px;
    border-radius: 8px;
}
.toppers-box{
    padding: 0px 15px;
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;

  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

::-webkit-scrollbar {
    width: 4px!important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: auto; 
    -webkit-border-radius: auto;
    border-radius: auto;
    background:auto;    
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:auto;
    border-radius:auto;
    background:#342760; 
    -webkit-box-shadow:auto; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: auto; 
}
::-webkit-scrollbar {
    all:unset;
}
.clip-css {    
    width: 190px;
   
    height: 190px;
    background-repeat: no-repeat;
    background-color: #e8dfd0;
    background-position: center center;
    background-size: cover;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index:0;
    margin: 0px auto!important;
}
.toppers-box{
      position: relative;
}
.clip-bg{
   z-index: -1;
    width: 190px;
    height: 190px;
    position: absolute;
    left: 17px;
    top: 0px;
    transform: rotate(4deg);
    background-repeat: no-repeat;
    background-color: #dd413b;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    margin: 0px auto!important;
}
.clip-bgg{
   z-index: -1;
    width: 190px;
    height: 190px;
    position: absolute;
    left: 17px;
/*    margin: 0px auto!important;*/
    top: 0px;
    transform: rotate(4deg);
    background-repeat: no-repeat;
    background-color: #342760;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    margin: 0px auto!important;
}


@media (max-width: 768px) {

    .tabds{
        display: none!important;
    }
}
@media (max-width: 1050px) {
    .bg-red-logo {
        background: #dd413b!important;
        color: #fff;
        /* font-weight: 100; */
        font-size: 10px;
        border-radius: 20px;
    }
    .bg-light-logo {
        background: #342760!important;
        color: #fff;
        /* font-weight: 100; */
        font-size: 10px!important;
        border-radius: 20px;
    }
    .main-menu ul li a {
        display: inline-block;
        font-size: 8.4px;
        color: #fff;
        padding: 4px 0;
    }
    .lead {
        font-size: 15px!important;
        line-height: 28px;
        font-weight: 400;
    }
    .footer__bottom-inner {
        padding: 13px 0!important;
        border-top: 1px solid rgba(3, 18, 32, 0.06);
    }
}
@media (max-width: 575px) {

    h2{
        font-size: 30px!important;
    }


    .nav-link {
        font-size: 13px!important;
    }
}
.text-light-red {
    color: #dd413b!important;
}
.bg-light-c {
    background: #34276014!important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #3726a3;
    text-decoration: none;
    font-weight: 700;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #e21f18;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.nav {
    display: flex;
     flex-wrap: nowrap; 
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.hidden { display: none;}
.readmore { margin: 0 5px;}
.limtcc::after{
    content: "..."!important;
}
.news-p-size{
    font-size: 14px!important;
    line-height: 22px;
}
.news-t-size{
    font-size: 18px!important;
}
.contact__area ul li span 
{
    font-weight: 600;
}
.line-height-padding li
{
    line-height: 20px;
    padding-bottom: 16px;
}
.breadcrumb__list span a:hover {
    color: #dcdcdc!important;
}
.value ul  
{
    margin-left: 25px;
    font-family: montserrat;
    margin-top: -10px;
    margin-bottom: 10px;
}
.alumni-table
{
    width: 200px;
}
.table-responsive
{
    width: 100%;
    overflow: auto;
}
@media (max-width:767px)
{
    .mathematics-department img 
    {
        width: 100%!important;
    }
}




/**********************************************************************************/
.houses-header-bar-section .house-header-bar ul
{
    padding: 15px;
}
.houses-header-bar-section .house-header-bar
{
    background: #342760!important;
    width: 100%;
}
.houses-header-bar-section .house-header-bar ul li
{
    display: inline-block;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-right: 2px solid #a7a7a7!important;

}
.link-underline
{
    text-decoration: underline;
}
.houses-header-bar-section .house-header-bar ul li:last-child
{
    border-right: none!important;
}
.f-21
{
    font-size: 21px;
}
.f-25
{
    font-size: 25px;
}
.f-29
{
    font-size: 29px;
}
.home-popup .modal-content
{
    background: none;
    border: none;
}
.home-popup .model-btn-section
{
    padding:100px 10px 0px 10px;
}
.home-popup .col-md-6
{
    padding-left: 0px;
}
.home-popup .modal-footer
{
    border-top: none;
    padding: 0;
}
.home-popup .modal-footer button
{
    margin-top: 80px;
    margin-right: 0px;
}
.home-popup h2
{
    font-size: 40px;
}
.home-popup a
{
    background: #dd413b!important;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    margin-top: 50px;
    border: 1px solid #dd413b;
}
.home-popup a:hover
{
    background: #fff!important;
    color: ##dd413b;
    border: 1px solid #dd413b;
}
@media (min-width:576px)
{
    .modal-dialog {
    max-width: 700px;
    margin: 2.00rem auto;
}

}
@media (max-width:576px)
{
    .modal-dialog {
    max-width: 200px;
    margin: 2.00rem auto;
    }
    .home-popup .pt-50
    {
        padding-top: 0px;
    }
    .home-popup h2
    {
        font-size: 22px!important;
        margin-top: 15px;
    }
    .home-popup h3
    {
        font-size: 15px;
    }
    .home-popup .model-btn-section
    {
        padding:25px 15px 0px 15px;
    }
    .home-popup .modal-content img 
    {
    /*    width: 50%;*/
        margin: auto;
    }
    .home-popup a
    {
        margin-top: 10px;
    }
    .home-popup .modal-footer button
    {
        margin-top: 10px;
        margin-right: 0px;
        padding: 5px;
        font-size: 10px;
    }
}
.secretary-msg ul li span
{
    position: relative;
}
.tab-pane ul li span i 
{
    font-size: 5px;
    position: absolute;
    top: 8px;
    left: -8px;
}