*{
    margin: 0;
    padding: 0;
    font-family: 'Overpass', sans-serif;
}
@font-face {
    font-family: punjabi;
    src: url(../font/AnmolLipi_Bold.ttf);
}
.punjabi-lan{ 
    font-family: punjabi;
}
.english-lan{
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
}
p,a,li,em{ font-size: 1.3vw;}
h1{ font-size: 3vw;}
h2{font-size: 2.6vw;}
h3{ font-size: 2.4vw;}
h4{ font-size: 2.2vw;}
h5{ font-size: 2vw;}
h6{ font-size: 1.8vw;}

#new-gif{ height: 3vh;}

.every-top-heading{
    transition: 300ms;
    font-weight: 900;
    text-align: center;
    margin: 5vh 0vh;
    font-size: 2.6vw;
}
.every-top-heading:hover{
    color: #dd3333;
}
.textalign-center{
    text-align: center;
}
/******************Top-box***************/
.top-box{
    background-color: #dd3333;
    font-size: 1vw;
}
.icons{
    height: 4vh;
    margin: 0.5vh 0vh;
}
.top-box *{
    color: #fff;
    text-decoration: none;
    transition: 300ms;
}
.top-box *:hover{
    color: #ffb3b3;
}
/****************Header navbar*************/
.menu-hide{
    margin: 0;
}
#gtb-logo{
    width: auto;
}
.top-header{
    background-color: #dd3333 !important;
    color:#fff !important;
    font-weight: 600;
}
.header-data{
    margin-bottom: 2vh;
}
.top-header a{
    color: #fff;
}
.header-item{
    margin-left: 1vw;
}
.header-item h3 {
    font-family: punjabi;
    font-size: 2.9vw;
    margin: 0;
}
.header-item h1 {
    font-size: 2.5vw;
    margin: 0;
    font-weight: 600;
}
.header-item p{
    margin: 0;
    font-size: 2vw;
}
.header-item em {
    font-size: 2vw;
    background-color: #dd3333;
    padding: 3px 7px;
    border-radius: 5px;
    color: #fff;
}
/****************First section (col-3 part)*****************/
.master-box{
    margin-top: 1vh;
    padding: 2vh;
    border-radius: 10px;
    background-color: #f4dbdb;
}
.master-box h3{
    background-color: #ffb3b3;
    border-left: 10px solid #dd3333;
    padding: 5px 0px 3px 10px;
    font-size: 22px;
    font-weight: 600;
}
.master-box a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: 300ms;
}
.master-box img{
    height: 15px;
    margin-right: 1vw;
}
.master-box a:hover{
    color: #dd3333;
}

/****************Marquee Tag Area*****************/
/* .marquee{
    display: flex;
} */
/****************Second section (col-6 part)*****************/
.currousal img{
    height: 70vh;
    width: 100%; 
}
/****************Third section (col-3 part)*****************/


/********************success story********************/
.success-stories{
    background-color: #dd3333;
    color: #fff;
    padding: 6vh;
}
.success-stories h3{
    text-align: center;
    margin-bottom: 6vh;
    font-weight: 900;
}
.story-item{
    border: 1px solid #fff;
    padding: 5vh;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    transition: 500ms;
}
#student-img{
    margin-right: 1vw;
    padding: 3vh 1vh;
}
#student-img img{
    width: 10vw;
    border-radius: 50%;
}
#student-img *{
    text-align: center;
}
.story-center{
    width: 100%;
}
#story-text-center{
    text-align: center;
}
/********************top recruters********************/

/********************Our Courses********************/
.bg-red{
    background-color: #dd3333;
    color: #fff;
    padding: 6vh;
}
.courses-sec h4{
    font-size: 2.2vw;
    font-weight: 900;
}
#red-heading{
    font-weight: 900;
}
.courses{
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    margin: 1vw;
    transition: 500ms ease-out;
}
.course-outer{
    width: 100%;
    height: 220px;
}
.course-outer img{
    height: 100%;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.course-data{
    position: relative;
    text-align: center;
}
.course-data h6{
    position: absolute;
    top: -14px;
    left: 0;
    color: #fff;
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 5px;
    font-size: 1.3vw;
}
.course-data{
    padding: 3.3vw 1vw 0vw 1vw;
    min-height: 25vh;
}
.course-data h4{
    font-size: 2vw;
}
.course-data i,p{
    display: inline-block;
}
.course-data a{
    text-decoration: none;
    color: #000;
}

/* chemical */
.chemical-text{
    background-color: #4a57e8;
}
.chemical:hover{
    background-color: #4a57e8;
    color: #fff;
}
/* CSE */
.cse-item{
    background-color: #d64ae8;
}
.cse:hover{
    background-color: #d64ae8;
    color: #fff;
}
/* ME */
.me-item{
    background-color: #d8b83a;
}
.me:hover{
    background-color: #d8b83a;
    color: #fff;
}
/* CE */
.ce-item{
    background-color: #34d2d2;
}
.ce:hover{
    background-color: #34d2d2;
    color: #fff;
}
/* ECE */
.ece-item{
    background-color: #d23461;
}
.ece:hover{
    background-color: #d23461;
    color: #fff;
}
/* EE */
.ee-item{
    background-color: #20de7c;
}
.ee:hover{
    background-color: #20de7c;
    color: #fff;
}
/****************************************
loaction section
****************************************/
.location iframe{
    width: 100%;
    height: 60vh;
}
/****************************************
Footer
****************************************/
.footer{
    background-color: #dd3333;
    padding: 8vh 5vh 2vh 5vh;
    color: #fff;
}
.footer-links{
    margin-bottom: 2vh;
}
.footer-links a{
    text-decoration: none;
    color: #fff;
    transition: 300ms;
}
.footer a:hover{
    color: #ffb3b3;
}
/*****************************************************
Principal Message Page
*****************************************************/
.p-item{
    text-align: center;
    font-style: italic;
    margin: 0;
}
.p-message{
    display: flex;
    flex-direction: column;
}
.p-message h6{
    font-weight: 600;
    font-size: 1.5vw;
}
.p-message img {
    margin: auto;
}
.text-right{
    text-align: right;
}
/*****************************************************
mandaotry-disclosure
*****************************************************/
.mandaotry-disclosure h3{
    text-align: center;
}
.mandaotry-disclosure img{
    height: 4vh;
}
.md-heading{
    background-color: #dd3333 !important;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.md-point{
    width: 25vw;
    background-color: #dd3333 !important;
    color: #fff;
    padding: 1vh 3vh;
    font-size: 16px;
}
/*****************************************************
Principal message
*****************************************************/
.p-message p{
    text-align: justify;
}
/*********************************
Contact us
**********************************/
.contact-us{
    border: 1px solid #dd3333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2vw 0vw 1vw 0vw;
    box-sizing: border-box;
    transition: 300ms;
    border-radius: 5px;
}
.contact-us:hover{
    box-shadow: 0px 5px #dd3333;
    border-radius: 5px;
    background-color: #f6f1f1;
}
.contact-us a{
    text-decoration: none;
}
.contact-heading{
    color: #000;
    transition: 300ms;
    font-weight: 600;
}
.contact-heading:hover{
    color: #dd3333;
}
.images{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dd3333;
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    outline: 10px solid #f4eeee;
}
.images img{
    height: 5vw;
    width: 5vw;
}
/********************************
committee-img
********************************/
.committee-img{
    display: flex;
    justify-content: center;
}
.committee-img img{
    width: 70vw;
}
/********************************
all departments images
*********************************/
.dep-img img{
    height: 210px;
    width: 100%;
    transition: 400ms;
}
.dep-img img:hover{
    transform: scale(1.4, 1.4);
    box-shadow: 0px 1px 5px;
}
/***********************
faculty-box
************************/
.faculty-box {
    position: relative;
    width: 100%;
    border: 1px solid #dd3333;
    border-radius: 10px;
    padding: 0vh 0vh 3vh 0vh;
    margin: 3vh 0vh;
    transition: .5s ease;
  }
  
  .faculty-image {
    display: block;
    width: 100%;
    height: 260px;
    padding: 5vh 5vh 2vh 5vh;
    border-radius: 50%;
  }
  
  .faculty-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dd3333;
    overflow: hidden;
    width: 100%;
    height: 0;
    border-radius: 10px;
    transition: .5s ease;
  }
  
  .faculty-box:hover .faculty-overlay {
    height: 50%;
    box-shadow: 0px 7px 10px;
  }
  .faculty-box:hover{
    height: 50%;
    box-shadow: 0px 7px 10px;
  }
  
  #faculty-back {
    text-align: center;
    white-space: nowrap; 
    color: white;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .modal-heading{
    font-size: 2vw;
}