/*

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
*/
html{
    font-size: 62.5%
}

body{
     font-family:Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
}

main{
    max-width: 1920px;
    margin: auto;
   
}

button,div,section,input,textarea,address,.form-control,p{
    font-size: 1.6rem;
    text-decoration: none;
}


a, span{
    font-size: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 2rem;}
.fz22{font-size: 2.2rem;}
.fz24{font-size: 2.4rem;}
.fz26{font-size: 2.6rem;}
.fz28{font-size: 2.8rem;}
.fz30{font-size: 3rem;}
.fz32{font-size: 3.2rem;}
.fz34{font-size: 3.4rem;}
.fz36{font-size: 3.6rem;}
.fz38{font-size: 3.8rem;}
.fz40{font-size: 4rem;}
.fz42{font-size: 4.2rem;}
h1{font-size: 3.6rem;}
h2{font-size: 3.2rem;}
h3{font-size: 2.8rem;}
h4{font-size: 2.2rem;}
h5{font-size: 1.8rem;}
h6{font-size: 1.4rem;}
.fw100{font-weight: 100;}
.fw200{font-weight: 200;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
.fw900{font-weight: 900;}

a:hover{
    color: #da251c;
}
.rounded-0{
    border-radius: 0;
}
.rounded-2{
    border-radius: 2px;
}
.rounded-3{
    border-radius: 3px;
}
.rounded-4{
    border-radius: 4px;
}
.rounded-5{
    border-radius: 5px;
}

.container-fluid{
    padding-left: 110px;
    padding-right: 110px;
}
.container{
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
}



.orange-bg{
    background-color: #da251c;
}
.orange-color{
    color: #da251c;
}
.btn-group{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.common-btn{
    padding: 8px 24px;
    text-transform: uppercase;
    background-color:#291973 ;
    color: #fff;
    white-space: nowrap;
    font-size: 1.5rem;
    border: 0;
    display: inline-block;
    font-weight: 500;
    border-radius: 4px;
}

.common-btn:hover{  
    color: #fff;
    background-color: #da251c;
}

.common-btn.bg-orange{
    color: #000;
    background: #da251c;
}
.common-btn.bg-orange:hover{
    background-color: #291973;
    color: #fff;
}
.color-blue{
    color: #291973;
}

.color-333333{
    color: #333333;
}
.color-1c1c1c{
    color: #1c1c1c;
}
.common-btn.bg-white{
    color: #da251c;
    background-color: #fff;
}
.common-btn.bg-white:hover{
    background-color: #da251c;
    color: #fff;
}

.common-btn-outline{
    background-color: transparent;
    border: 1px solid #da251c;
    color: #da251c;
}


.bg-grey{
    background-color: #fafafa;
}
.common-btn i{
    vertical-align: middle;
    margin-left: 5px;
}


header{
    position: sticky;
    position: -webkit-sticky;
    transition: .3s;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    background-color: #fff;
}

header.active{
    background-color: transparent;
    position: fixed;
}
header.sticky{
    border-bottom: 1px solid #eee;
    background: #fff;
}
.logo{
    max-width: 300px;
    transition: .3s;
}

header.active .logo{
    max-width: 100%;
}
header.sticky .logo{
    max-width: 300px;
}
header.active:after{
    content: '';
    background: url(../images/header-bg.png) no-repeat;
    position: absolute;
    height: 335px;
    width: 100%;
    top: 0;
    z-index: -1;
    background-position-y: 40px;
}
header.sticky:after{
    display: none;
}
.header-top-strip{
   padding: 10px 0;
}

.primary-menu-links {
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}

.primary-menu-links  li{
    line-height: 0;
}
.primary-menu-links  li a{
    text-decoration: none;
    color: #fff;
    padding: 13px 15px;
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
}

.searchNada{
    background: #fff;
    color: #da251c;
    aspect-ratio: 1;
    min-width: 45px;
    border: 1px solid #da251c;
    justify-content: center;
    border-radius: 50%;
}
.searchNada.show .fa-search, .searchNada .fa-times{
    display: none;
}
.searchNada.show .fa-times{
    display: block;
}

.searchbar-div{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    background: #da251c;
    margin-top: 43px;
    display: flex;
    justify-content: center;
    padding: 35px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: .3s;
}
.searchbar-div.dropdown-menu.show{
   opacity: 1;
   visibility: visible;
   display: flex;
   transform: translate3d(0px, 0px, 0px) !important;
}
.searchbar-div .form-group{
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #fff; */
    /* max-width: 400px; */
}
.searchbar-div .form-control{
    text-align: left;
    background-color: transparent;
    /* border: 0; */
    color: #fff;
    padding-left: 0;
    outline: none;
    padding-right: 50px;
    padding: 22px;

    margin-bottom: 20px;
}

.searchbar-div .form-control::placeholder{
    color: #fff;
}

.searchbar-div .form-control:focus{
    box-shadow: none;
}
.searchbar-div .searchSubmit{
    color: #fff;
    border: 0;
    line-height: 0;
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 25px;
    bottom: 0;
    background: #da251c;
    height: 90%;
}
.lang-fontSize-social-media li{
    margin-left: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.lang-fontSize-social-media li a{
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.dec{
    font-size: 12px;
}

.incDecFont {
    color: #fff;
    font-weight: 500;
}
.incDecFont *{
    padding: 0 5px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.fontSize{
    font-size: 14px;    
}

.lang-fontSize-social-media .social-media a{
    font-size: 21px;
    margin-left: 5px;
    line-height: 0;
}
.lang-fontSize-social-media li:first-child{
    border-left: 0;
}

/* logo-mohatsav */

.menu-overlay{
    content: '';
    width: 100%;
    height: 100%;
    background: #00000052;
    position: fixed;
    top: 41px;
    z-index: 999;
    left: 0;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}


.menu-overlay.active{
    opacity: 1;
    visibility: visible;
}

.logo-menu nav ul li a{
    font-size: 2rem;
    color: #101010;
    position: relative;
    font-weight: bold;
}


.primary-menu-links li a::after,  .logo-menu nav > ul > li > a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    bottom: 7px;
    right: 0;
    transition: .3s ease;
}
.primary-menu-links li:first-child a::after{
    content: none;
}

.primary-menu-links li:hover a::after, .logo-menu nav ul li:hover a:after{
    left: 0;
    width: 100%;
}

.primary-menu-links li a.cursor:after , .logo-menu nav ul li a.cursor:after{
    left: 0;
    right: auto;
}
.primary-menu-links li:hover a.cursor:after , .logo-menu nav ul li:hover a.cursor:after{
    right: 0;
    left: auto;
}


.logo-menu nav li a{
    padding:33px 20px;
}

.logo-menu nav li a:after{
    bottom: 25px !important;
    height: 1px !important;
    background: #da251c !important;
}

.logo-menu nav ul ul li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    border-top: 1px solid #eee;
}
.logo-menu nav ul ul li:hover > a{
    background: #da251c !important;
    color: #fff;
}
.subMenu{
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 5px;

}
.logo-menu nav ul ul li{
    position: relative;
}

.mega-menu{
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 40px 50px;
    z-index: 99999;
    transform: translateY(44px);
    opacity: 0;
    box-shadow: 0 0 13px -2px #e7e7e7;
    transition: .3s;
    visibility:hidden ;
}

.mega-menu ul li{
    line-height: normal;
}

.mega-menu h4{
    font-size: 1.6rem;
    font-weight: 900;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mega-menu ul li a{
    font-size: 1.5rem;
    color: #1c1c1c;
    font-weight: 400;
    display: inline-block;
    padding: 5px 0;
}

.mega-menu ul li a:before{
    content: '\f105';
    font-size: 19px;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 14px;
    vertical-align: middle;
    color: #8d8d8d;
}
.mega-menu ul li a:hover, .mega-menu ul li a:hover:before{
    color: #da251c;
}
.primary-menu-links li.has-mega-menu > a{
    position: relative;
}
.primary-menu-links li.has-mega-menu > a::before{
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: #da251c transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    z-index: 100000;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    width: 20px;
    transition: .3s;
}
.primary-menu-links li.has-mega-menu:hover a::before{
    opacity: 1;
    bottom: -20px;
}


@media (min-width:1200px) {
    .primary-menu-links li.has-mega-menu:hover .mega-menu{
        transform: translateY(22px);
        visibility: visible;
        opacity: 1;
        
    }
    .logo-menu nav{
        display: block;
        background: transparent;
        position: static;
        border: 0;
        padding: 0;
    }
    .logo-menu nav ul li{
       position: relative;
    }
    .logo-menu nav ul ul{
        position: absolute;
        transition: .3s;
        left: 0;
        top: 10px;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        min-width: 235px;
        top: 65px;
        box-shadow: 0 0 5px 0 #eee;
    }
  
    header .logo-menu nav li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 35px;
    }    
    header.sticky .logo-menu nav li:hover > ul {        
        top: 57px;
    } 
    
   
    .logo-menu nav ul ul ul{
        left: 100%;
        top: 0 !important;
    }
    .logo-menu nav ul ul li .subMenu{
        right: 20px;
        top: 13px;
        pointer-events: none;    
    }
    .logo-menu nav ul ul li:hover  .subMenu{
        color: #fff;
    }
}

/* Home Banner */

.home-banner-content-wrap{
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    background: url(../images/banner-content-bg.png) no-repeat;
    width: 100%;
    height: 100%;
   max-width: 80%;
    display: flex;
    align-items: center;
}
.home-banner-content{
    max-width: 560px;
}
.home-banner-content  h3{
    font-size: 6.2rem;
    font-weight: 300;
    margin-bottom: 30px;
}
.home-banner-content  p{
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 30px;
}


.owl-carousel.cms_pg .owl-nav,
.home-banner-slider .owl-nav{
    position: absolute;
    font-size: 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 80px;
  
}

.owl-carousel.cms_pg .owl-nav button,
.home-banner-slider .owl-nav button {  
    width: 50px;
    border-radius: 50%;
    background: #0000007a !important;
    aspect-ratio: 1;
    pointer-events: all;
    border: 1px solid #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.cms_pg .owl-nav .owl-prev,
.home-banner-slider .owl-nav .owl-prev {
    outline: none;
    color: #fff;
}

.owl-carousel.cms_pg .owl-nav .owl-next,
.home-banner-slider .owl-nav .owl-next{
    margin-left: 30px;
    color: #fff;
    outline: none;
}

.owl-carousel.cms_pg .owl-nav i,
.home-banner-slider .owl-nav i{
    color: #fff;
    display: block;
}

.owl-carousel.cms_pg .owl-nav *:hover,
.home-banner-slider .owl-nav *:hover{
    opacity: 1;
}

.videoPlayImg{
    cursor: url(../images/video-icon.png), auto;
}

.videoPlayIcon{
    border: 0;    
    position: absolute;
    background: url(../images/video-icon.png) no-repeat;
    width: 69px;
    height: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.videoPlayImg.active .videoPlayIcon{
    background: url(../images/video-icon-pause.png) ;
}
.videoPlayImg:hover .videoPlayIcon{
    display: none;
}

.movingLetters{
    position: absolute;
    left: 20px;
    top: 19px;
    font-size: 22px;
    pointer-events: none;
    color: #fff;
}


  .ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }

  .popup-close-common{
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #fff;
    opacity: 1;
    padding: 5px;
    font-size: 16px;
}
  /* common-section */
  .common-section {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
  .common-section .main-heading{
      font-weight: 800;
      color: #101010;
      font-size: 2.8rem;
      margin-bottom: 40px;
      text-transform: uppercase;
      padding-left: 14px;
      position: relative;
  }
  .common-section .main-heading::before{
    content: '';
    height: 100%;
    display: inline-block;
    width: 4px;
    background: #291973;
    left: 0;
    position: absolute;
}
.common-section .main-desc{
    font-size: 2.4rem;
    text-align: center;
    max-width: 890px;
    color: #1c1c1c;
    font-weight: 400;
    margin: auto;
  }

  .common-section .inner-main-heading{
    font-weight: 800;
    color: #1c1c1c;
    font-size: 3.8rem;
    margin-bottom: 15px;
    text-transform: capitalize;    
  }

  .bread-crumb ul{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .bread-crumb li {
      color: #101010;
  }
  .bread-crumb li a{
      color: #da251c;
      font-weight: 700;
  }
  .bread-crumb li a:after{
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    margin: 0 5px;
    vertical-align: middle;
  }
  .bread-crumb:after{
      content: '';
      width: 50px;
      height: 6px;
      background-color: #cbcbcb;
      display: block;
      margin: auto;
      margin-top: 20px;
      border-radius: 5px;
  }

.inner-header-banner{
      overflow: hidden;
}
.inner-header-banner figure{
    margin-bottom: 0;
    min-height: 120px;
    display: flex;
    justify-content: center;
}
.inner-header-banner figure img{
    object-fit: contain;    
}
  
/* Abouts Us */
.yogah-karmasu{
    overflow: hidden;
    padding: 70px 0;
    background: rgb(62,64,143);
    background: -moz-linear-gradient(0deg, rgba(62,64,143,1) 0%, rgba(85,87,196,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(62,64,143,1) 0%, rgba(85,87,196,1) 100%);
    background: linear-gradient(0deg, rgba(62,64,143,1) 0%, rgba(85,87,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e408f",endColorstr="#5557c4",GradientType=1);
}
.yogah-karmasu h4{
    font-size: 3.8rem;
}
.yogah-karmasu h5{
    font-size: 5.5rem;
    font-weight: bold;
    color: #fff;    
    margin-top: 20px;
}
.ml15 .word {
    display: inline-block;
    line-height: 1em;
  }

  .mission-section .item{
    height: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 5px 0 #eee;
    border-radius: 8px;
  }
  .mission-section .item:hover{
    background-color: #da251c;
  }
  .mission-section .item:hover * {
      color: #fff;    
  }
  .mission-section h4{
      color: #1c1c1c;
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 20px;
  }
  .mission-section h4 i,  .vision-section .item i{
    color: #da251c;
    font-size: 4rem;
    margin-right: 15px;
  }
  .vision-section .item i{
      font-size: 3rem;      
  }

  .vision-section .item{
      height: auto;
      margin-bottom: 30px;
      align-items: center;
      display: flex;
  }
  .vision-section .item:hover *{
      color: initial;
  }
  .vision-section .item p{
      font-size: 1.7rem;
      margin-bottom: 0;
      color: #1c1c1c;
  }


  /* campus-life */
  .campus-life .item {
      display: flex;
      align-items: center;
  }
  .campus-life .item i{
    font-size: 3rem;
    color: #da251c;
    height: 50px;
    aspect-ratio: 1;
    border: 1px solid;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }
  .campus-life .item span{
    font-size: 1.7rem;
    color: #1c1c1c;
  }
  /* Footer */
.footer-address{
    padding: 0 30px;
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.footer-social a{
    font-size: 40px;
    color: #0e45b4;
    margin: 0 10px;
    display: inline-block;
    line-height: 0;
    transition: .3s;
}
.footer-social a:hover i{
    display: inline-block;
    transform: translateY(-5px);
}

/* footer */
.footer-main{
background: url(../images/footer-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 60px 0;
}

.footer-main  h4{
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-main *{
    color: #f6f6f6;
}
.footer-main p{

font-size: 15px;
}



.subcribe-here .form-control{
    height: 49px;
    border: 1px solid #fff;
    background: transparent;
    
    padding: 20px;
}
.subcribe-here .form-control::placeholder{
    color: #fff;
}

.footer-copyright{
    background-color: #000;
    padding: 20px 0;
}
.footer-copyright ul li a{
    display: block;
    font-size: 13px;
    color:#f6f6f6;
}
.footer-copyright ul li a:after{
    content: '|';
    margin: 0 5px;
}
.footer-copyright ul li a:hover{
    color: #da251c;
}
.viewby{
    color: #fff;
}
.viewby span{
    background-color: #333333;
    padding: 8px 20px;
    border-radius: 25px;
    margin-left: 10px;
}


.footer-links ul li a{
    display: block;
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid #1a1a1a;
    color: #f6f6f6;    
    font-size: 15px;
}
.footer-links ul li a:after{
    content: '';
    height: 1px;
    position: absolute;
    width: 0%;
    background-color: #da251c;
    right: 0;
    transition: .3s;
    bottom: 0;
}
.footer-links ul li:last-child a{
    border-bottom: 0;
}
.footer-main a:hover{
    color: #da251c;
}
.footer-main a:hover:after{
    width: 100%;
    left: 0;
}
.footer-nav{
    padding: 24px 0;
    margin-top: 50px;
    border-top: 1px solid #403e3d;
}

.footer-copyright p{
    font-size: 13px;
    color: #f6f6f6;
    margin-bottom: 0;
}



.online-voter-service{
    background-color: rgb(255 255 255 / 10%);
}
.online-voter-service li{
    color: #f6f6f6;
}
  /* research-startups-news-btns */
    .phd-result-annoucment{
        margin-top: -29px;
        position: relative;
        z-index: 998;
    }
  .research-startups-news-btns{
     gap: 0 ;
      margin-bottom: 40px;
     
  }
  .research-startups-news-btns a{
    flex: 1;
    font-size: 1.8rem;
    font-weight: bold;
    transition: .3s;
    padding: 16px 0;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #101010;
    background-color: #ffebdd;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: top;
    margin-left: 0 !;
  }
  .research-startups-news-btns a:nth-child(even){
      background-color: #da251c;
      color: #ffff;
      border-right: 1px solid #eee;
      border-left: 1px solid #eee;
  }


  .research-startups-news-btns  a:hover{    
    transform: rotateX(29deg) skewX(-6deg);
    /* perspective-origin: top left; */
    
  }
  .research-highlights figcaption {
    line-height: 30px;
  }

  .phd-result-annoucment-slider{
      max-width: 1100px;
      margin: auto;
      padding-bottom: 40px;
  }
  .phd-result-annoucment-slider .item{
      display: flex;
      align-items: center;
      
  }
  
  .phd-result-annoucment-slider .item span{
    background: #291973;
    color: #fff;
    display: block;
    border-radius: 35px;
    padding: 6px 20px;
    font-size: 13px;
    margin-right: 15px;
    white-space: nowrap;
    font-weight: 500;
    
    text-transform: uppercase;
    text-align: center;
  }

  .phd-result-annoucment-slider .owl-nav{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    top: 30%;
    transform: translateY(-50%);
  }

  .phd-result-annoucment-slider .owl-nav .owl-prev{
    margin-left: -50px;
    font-size: 28px !important;
    pointer-events:all;
    outline: none;
    font-weight: 600;
  }
  .phd-result-annoucment-slider .owl-nav .owl-next{
    margin-right: -50px;
    font-size: 28px !important;
    outline: none;
    pointer-events: all;
    font-weight: 600;
  }

  .about-iitkgp .bx-wrapper{
      border: 0;
      background-color: transparent;
      box-shadow: none;
  }

  .upcoming-events .item{
      border-radius: 5px;
  }
  .about-iitkgp{
      background-color: #fff1e8;
  }
  .about-iitkgp   .bx-wrapper{
      margin-bottom: 0;
  }
  .about-iitkgp   .bx-controls-direction {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 35px;
  }
  .about-iitkgp   .bx-controls-direction  a{
    text-indent: 0 !important;    
    color: #291973;
    opacity: .7;
    width: auto;
    font-size: 0;
    position: relative !important;
  }
  .about-iitkgp   .bx-controls-direction  a:hover{
      opacity: 1;
  }
   .bx-controls-direction  a:after{
        content: '\f104';
        font-size: 22px;
        font-family: 'Font Awesome 5 Pro';
   }
   .bx-controls-direction .bx-next:after{
    content: '\f105';
   }

  .about-iitkgp .bx-controls-direction .bx-prev {
  left: 0;
  }
  
  .about-iitkgp  .bx-controls-direction .bx-next {
   right: 0;
  }
/* study-iitk */
.recent-achievment-slider p{
    font-size: 2.6rem;
    font-weight: 300;
    color: #291973;
    margin-top: 20px;
}
.study-iitk{
    background: url(../images/courses-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.custom-tabs .nav-item{
    margin-right: 50px;
}

.custom-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 15px;

}
.custom-tabs .nav-link.active {
    background: transparent;
    color: #da251c;
    position: relative;
    border-bottom: 2px solid;
    font-weight: 600;
}
.custom-tabs .nav-link.active:after{
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #da251c transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 10px;
    margin: auto;
}

.study-iitk .studyWrap{
    position: relative;
}
.study-iitk .studyWrap .studyInnerContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.study-iitk .studyWrap .studyInnerContent a{
    color: #fff;
    transition: .3s;
}
.study-iitk .studyWrap .studyInnerContent a:hover{
   transform: scale(1.1);
}
.study-iitk .studyWrap img{
    transition: .3s;
}
.study-iitk .studyWrap figure{
    overflow: hidden;
}
.study-iitk .studyWrap:hover img{
    transform: scale(1.1);
}

.coundown-wrap{
    margin-top: 45px;
    padding: 30px 0;
    background-color: rgb(255 255 255);
}
.coundown-wrap .item{    
    display: flex;
    align-items: center;
    justify-content: center;
}
.coundown-wrap .item h4{
    font-size: 4.2rem;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 5px; 
}
.coundown-wrap .item h5{
   font-size: 2rem;
   font-weight: 500;
}
.coundown-wrap .item i{
   font-size: 6rem;
   margin-right: 15px;
   color: #da251c;
}

.default-slider-nav .owl-nav{
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.default-slider-nav .owl-nav button{
    pointer-events: all;
    font-size: 40px !important;
    color: #291973 !important;
}

.default-slider-nav .owl-nav button.owl-next{
    margin-right: -15px;
}
.default-slider-nav .owl-nav button.owl-prev{
    margin-left: -30px;
}



/* saket 22-04-22 */

p{
	margin-bottom:0.5rem;
}

.sep_blk + .sep_blk{
    padding-top:0;
}

.sep_blk{
	padding:30px 0;
}

.sep_blk_bg{
	padding:30px 0;
}

.sep_blk_b{
	padding-bottom:30px;
}

.sep_blk_t{
	padding-top:30px;
}


.left_pan_nav{
	height: 100%;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 5px 0 #eee;
	border-radius:3px;
	padding:15px;
}

h2.h2_ln{
	font-size: 2.8rem;
	font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}
h2.h2_ln:after{
	content: '';
	width: 50px;
	height: 6px;
	background-color: #cbcbcb;
	display: block;
	margin-top:15px;
	border-radius: 5px;
}

.bxcon01{
	background:#fff1e8;
	padding:20px 30px; 
	border-radius:3px;
}

.bxcon01 .ch_cir_l li {
    margin-bottom:20px;
}

.ch_cir_l li {
    position: relative;
    padding-left: 30px;
}

.ch_cir_l li:before {
    content: "\f058";
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: inline-block;
	color:#291973;
    vertical-align: middle;
    background-position: -290px 0px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.ch_cir_l.evbg li:nth-child(even){
	background:#f3f3f4;
}

.ch_cir_l.evbg li{
	margin-top:3px;
	margin-bottom:3px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:50px;
}

.ch_cir_l.evbg li:before {
    left: 26px;
	top:8px;
}

.left_pan_nav .accordion-button:not(.collapsed) {
    color: #da251c;
    background-color:transparent;
    box-shadow:none;
}

.left_pan_nav .accordion-anch,
.left_pan_nav .accordion-button{
	font-size:1.6rem;
	color:#111;
	font-weight:700;
	text-transform:uppercase;
}

.left_pan_nav .isactive {
    color: #da251c;
}

.left_pan_nav a{
	color:#111;
}

.left_pan_nav a:hover{
	color: #da251c;
}

.left_pan_nav .accordion-button,
.left_pan_nav .accordion-body {
    padding: 1.2rem 1rem;
	padding-right:1.5rem;
	align-items: start;
}

.left_pan_nav h2.h2_ln{
    margin-bottom: 30px;
}

.left_pan_nav .subcat a{
	font-size:1.4rem;
	line-height:1.5;
	font-weight:700;
	position:relative;
	display:block;
	padding-left:21px;
}

.left_pan_nav .subcat a i{
	font-size:1.7rem;
	padding-right:6px;
	position:absolute;
	left:0;
	top:2px;;
}

.left_pan_nav .subcat li{
	margin-bottom:12px;
}

.left_pan_nav .accordion-button::after{
	background-image:none;
	content:"\f107";
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	font-size:1.95rem;
}

.left_pan_nav .accordion-button::after{
	background-image:none;
	content:"\f107";
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	font-size:1.95rem;
	line-height:0.5;
	transform: translateY(3px);
}

.abt_cnt h4{
	font-size:2.6rem;
	font-weight:700;
	color:#1c1c1c;
	margin:15px 0;
}

img.round04{
	border-radius:4px;
}

.bread-crumb h1{
	text-transform:uppercase;
}

h4.sub4{
	font-size:1.9rem;
	font-weight:700;
	margin-bottom:20px;
}

.ad_u0 li{
	margin-bottom:15px;
}

.table-striped-iit>tbody>tr:nth-of-type(even) {
    background:#f4f3f8;
}

.table-striped-iit td, 
.table-striped-iit th {
	padding:1.2rem;
	border-bottom-width:0;
}

table.sty01 {
	border:1px solid #e0e0e0;
	box-shadow:0 0 3px rgba(0,0,0,0.12);
}

table.sty01 tr th{
	background:#291973;
	color:#fff;
}

table.sty01 tr td:first-child{
	font-weight:700;
	color:#da251c;
}

.nav-pills.sty01 .nav-link.active, .nav-pills .show>.nav-link {
    color: #da251c;
	border-bottom:2px solid #da251c;
    background-color:transparent;
}

.nav-pills.sty01 .nav-link.active:after{
	content:"";
	position:absolute;
	left:calc(50% - 5px);
	top:100%;
	border-top:9px solid #da251c;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
}

.nav-pills.sty01 .nav-link{
	font-size:2rem;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
}

.nav-pills.sty02 .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#da251c;
	border-radius:0;
}

.nav-pills.sty02 .nav-link{
	font-size:1.8rem;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	padding-top:0.9rem;
	padding-bottom:0.9rem;
}

.evnt_pg .bx{
	height:100%;
	box-shadow:0 0 3px rgba(0,0,0,0.12);
	border:1px solid #e1e1e1;
	border-radius:4px;
	padding:15px;
}

.srch_result img,
.about_pg img,
.evnt_pg .bx img{
	max-width:100%;
}

.evnt_pg .evntrow > *{
	margin-bottom:25px;
}

.evnt_pg .dt{
	color:#da251c;
	font-weight:700;
}

.hndg{
	font-size:1.8rem;
	font-weight:700;
	line-height: 1.2;
}

.hndg.c2{
	color:#291973;
}

.con_bk{
	display:flex;
	flex-direction:column;
	height:100%;
}

.evnt_pg .hndg{
	flex:1;
}

a.anch01{
	color:#291973;
	font-weight:700;
}

a.anch01:hover{
	color:#3817d0;
}


a.anch02{
	color:#da251c;
	font-weight:700;
}

a.anch02:hover{
	color:#f1711c;
}

.sel_sty01{
	border:1px solid #da251c;
	border-radius:3px;
	color:#da251c;
	padding:10px;
	min-width: 215px;
}

.serch_pan{
	border:1px solid #d1d1d1;
	border-radius:3px;
	padding:3px;
	min-width: 315px;
}

.serch_pan input{
	border:0;
	padding:8px;
	width:calc(100% - 33px);
}

button.trnsp{
	background:transparent;
	border:0;
}

.serch_pan button{
	color:#da251c;
}

.nav-pills.bg01{
	background:#fff1e8;
}

.nav-pills.fw100 > li{
	flex:1;
}

.nav-pills.fw100 .nav-link{
	width:100%;
	padding-left:15px;
	padding-right:15px;
	text-transform: none;
}

.srch_result .bx {
    height: 100%;
    box-shadow: 0 0 1px rgb(0 0 0 / 12%);
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 6px;
}

.srch_result .bx:hover{
	background:#da251c;
	color:#fff;
}

.srch_result > .row > [class*=col-]{
	margin-top:15px;
	margin-bottom:15px;
}

select.sty01{
	font-size:1.6rem;
	padding:12px 10px;
	color:#707070;
	border:1px solid #d1d1d1;
	border-radius:4px;
}

select:focus-visible {
  outline:1px solid #da251c;
}

select.sty01:focus{
	color:#da251c;
	border:1px solid #da251c;
}

.htx_sec01{
	font-size:2.4rem;
	font-weight:700;
}

.htx_sec02{
	font-size:1.7rem;
	font-weight:700;
}

.msg01{
	font-size:1.5rem;
	opacity:0.8;
	font-style:italic;
}

.filter_bx .accordion-button {
    padding: 1.5rem 0;
}

.filter_bx  .accordion-button {
    font-size: 1.7rem;
    color: #111;
    font-weight: 700;
}

.filter_bx .accordion-button:not(.collapsed) {
    color: #da251c;
    background-color: transparent;
    box-shadow: none;
}

.filter_bx .accordion-button::after {
    background-image: none;
	height:auto;
    content: "\f055";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 1.95rem;
	transform:none;
}

.filter_bx .accordion-button:not(.collapsed)::after {
    content: "\f056";
}

.filter_bx .bx {
    height: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 6px;
}

.filter_bx.row > [class*=col-] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter_bx .accordion-body {
    padding:0;
}

.bxcon02{
	background:#fffbd6;
	padding:20px 30px; 
	border-radius:3px;
}

.img_hlder01{
	width:154px;
	height:154px;
	border-radius:50%;
	margin:0;
	overflow:hidden;
}

.img_hlder{
	width:204px;
	height:204px;
	border-radius:50%;
	margin:0;
	overflow:hidden;
}

.fclty .ic_t{
	position:relative;
	padding-left:60px;
	min-height: 54px;
}

.fclty .ic_t span{
	display:inline-block;
	width:50px;
	height:50px;
	border:1px solid #da251c;
	border-radius:4px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}

.fclty .ic_t b{
	font-size:1.7rem;
	padding-top: 12px;
    display: block;
}

.fclty .ic_t span i{
	font-size:30px;
	color:#da251c;
	transform:translateY(7px);
}

.bxcon02.faculty{
	position:relative;
}

.bxcon02.faculty .ps_right a{
	font-weight:700;
	color:#291973;
}

.fclty_cont .ch_cir_l li{
	padding-bottom:12px;
}

.faculty .con_bk .tx01{
	line-height:1.7;
}

.faculty .con_bk .tx01 i{
	color:#da251c;
	padding-right:9px;
}

.bx.data01 {
    height: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%);
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 15px;
}

.my01 [class*=col-]{
	margin-top:15px;
	margin-bottom:15px;
}

.pagination_01 .pagination_selected {
    color: #fff;
    padding: 4px 12px;
    background: #291973;
    border: 1px solid #291973;
	border-radius:4px;
}

.pagination_01 .pagination_item {
	color:#111;
    background: #fff;
    padding: 4px 12px;
}

.pagination_01 .ty-pagination_items *{
	display:inline-block;
	margin-left:6px;
	margin-right:6px;
	vertical-align:middle;
	
}

.pagination_01 .ty-pagination_items a{
	color:#111;
}

.pagination_01 .pagination_arr{
	font-size:24px;
}

/* Dean */

.ofset_m_15{
	margin-top:-15px;
}

.stafllist .stfdetel .con_bk span{
	color:#111;
}

.stafllist .bx:hover span{
	color:#fff;
}

.stafllist .hndg {
    font-size:1.75rem;
}

.stafllist .tx01 i{
	display:inline-block;
	vertical-align:middle;
}

.stafllist .tx01,
.stafllist .tx22{
	font-size:1.4rem;
}

.stfdetel figure{
	max-height:140px;
	border-radius:4px;
	overflow:hidden;
}

.stfdetel figure img{
	max-height:100%;
}


.colr01{
	color: #da251c;
    font-weight: 500;
}

.colr01:hover{
	color: #291973;
}

.formSearch li{
	margin-bottom:9px;
}

@media (min-width:768px){
	
	.modal.sty01 .modal-header{
		padding:1.7rem 1.8rem;
	}
	
	.modal.sty01 .modal-body{
		padding:2.1rem 0;
	}
	

	.fclty .ic_t b {
		padding-top: 3px;
	}
	
	.bx.data01 {
		padding:21px;
	}
	
	.clm3{
		column-count:2;
	}
	
	.ch_cir_l.clm3 li{
		display: block;
	  border: 1px solid transparent; 
	  -moz-column-break-inside:avoid;
	  -webkit-column-break-inside:avoid;
	  column-break-inside:avoid;
	}
	
	.bxcon02.faculty .hndg{
		font-size:2.4rem;
	}

	.filter_bk select{
		margin-right:12px;
		flex:3;
	}
	
	.filter_bk button{
		flex:1;
	}
	
	.tp_cn .ml-3{
		margin-left:15px;
	}
	
	.hndg{
		font-size:2rem;
	}
	
	.evnt_pg .dt{
		font-size:1.8rem;
	}
	
	.ch_cir_l.cl2{
		column-count: 2;
		column-gap: 30px;
	}
	
	.ch_cir_l.cl3{
		column-count: 3;
		column-gap: 30px;
	}
	
	.sep_blk{
		padding:60px 0;
	}
	
	.sep_blk_bg{
    	padding:60px 0;
    }

	.sep_blk_b{
		padding-bottom:60px;
	}

	.sep_blk_t{
		padding-top:60px;
	}
	
}


@media (min-width:1200px){
	
	.bxcon02.faculty .ps_right{
		position:absolute;
		right:15px;
		top:30px;
	}
	
	.fclty .ic_t b {
		padding-top: 12px;
	}
	
	.fclty .ic_t + .ic_t{
		margin-left:30px;
	}
	
	
	.clm3{
		column-count:3;
	}
	
	.filter_bk .bxcon01{
		padding-right:90px;
	}
	
	.evnt_pg .bx{
		padding:24px;
	}
	
	.img_s1 .col-lg-8{
		flex:1;
	}
	.img_s1 .col-lg-4{
		width:auto;
	}
	
	/*.sep_blk {
		padding:80px 0;
	}
	
	.sep_blk_bg {
    	padding:80px 0;
    }

	.sep_blk_b {
		padding-bottom:80px;
	}

	.sep_blk_t {
		padding-top:80px;
	}*/
	
}

@media (min-width:1400px){
	
	.iitgx-4 {
		--bs-gutter-x: 4rem;
	}
	.iitgx-5 {
		--bs-gutter-x: 5rem;
	}
	.iitgx-6 {
		--bs-gutter-x: 6rem;
	}
}


@media (max-width:768px){
	
	.my-xs .sty01 + .sty01{
		margin-top:10px;
	}
	
	.fz42 {
		font-size:3.6rem;
	}
	
	.tp_cn .serch_pan{
		margin-top:12px;
	}
	
	.about_pg [class*=col-] + [class*=col-]{
		margin-top:30px;
	}
	
}

.col-red{
 color:red;
 font-weight: 800;
 margin-left:5px;
}
.form-group{
    margin-top:5px;
    padding-top:2px;

}
.form-title{  
 color:#333333;
 font-size: 18px !important;
 font-weight: bolder;  
 padding-top:2px;
}