*{
    margin: 0;

    padding: 0;

    box-sizing: border-box;
}
.jit_parant{
    max-width: 1140px;
    margin: auto;
    
}
 .jit_sub_heading h1{
    font-size: 2.5vmax;
    text-align: center;
    padding: 15px 0px;
    color: teal;
    /* margin-top: 48px; */
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.main .background{
    background-image:url(/user/images/admission.webp);
    background-size: cover;  
}
.main .background .rgba{
    background: rgba(0,0,0,0.8);
}
.main .background .rgba .heading{
    padding: 8% 3%;
    color: white;
    font-size: 1.8vmax;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}
.jit_text_heading h5{
    color: #26469c;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5em;
}
.main .background .rgba .heading h1{
    /* font-size: 45.4px; */
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

.jit_button{
    background: rgb(240, 240, 240);
    margin-left:1vw;  
}
*{
    margin: 0;
    padding: 0;
}
.section-title{
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}
.section-title h2{
    text-transform: capitalize;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.section-title h2 span{
    color: red;
}
.section-title h2::before{
    position: absolute;
    left: 50%;
    content: "";
    width: 100px;
    height: 1.5px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.section-title h2::after{
    position: absolute;
    left: 50%;
    content: "";
    width: 100px;
    height: 1px;
    background: #666;
    bottom: -6px;
    margin-left:-63px;
}

/* .container{
    background: aliceblue;
} */
.container .hr2{
    height: 2px;
    width: 10%;
}
.container .hr3{
    height: 2px;
    width: 10%;
    margin-left: 46%;
}
.jit_button:hover{
    background-color: #1f507c;
}
.jit_button:hover span{
    color: white;
}
.jit_button span{
    height:5vh;
    display: flex;
    align-items: center;
    margin:1vh;
    color: rgb(40, 73, 170);
    font-size: 3vmin;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
}

.jit_buttonn{
    background-color: #1f507c;
}

.jit_buttonn span{
    height:5vh;
    display: flex;
    align-items: center;
    margin:1vh;
    color: white;
    /* color: rgb(40, 73, 170); */
    font-size: 3vmin;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
}


.jit_child{
    display: flex;
    justify-content:center;
    padding: 17px 0px 0px 0px;
}
.container .jit_text_heading{
    text-align: center;
    margin-top:30px;

}       
   
.jit_text_heading h5{
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
 
}
.jit_p_text p{
    font-size: 18px;
    line-height:1.2;
    letter-spacing: 1px;
    font-family:'Poppins', sans-serif !important;
    color: #202020;
    font-family: 'Poppins', sans-serif !important;
    margin: 19px 0px 11px;
}
.jit_chake_link1{
    font-size: 18px;
    line-height:1.8;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif !important;
}
.jit_chake_link1 i{
    color: rgb(29, 29, 171);
}