.body{
    font-family: Poppins;
}

.banner{
   background-image:url('../image/institutes-banner.jpg');
   background-size: 100%;
   background-repeat: no-repeat;
   
}
.top-bar{
    border-bottom: 1px solid #808282 !important;
}
.top-bar, .header-container{
    background: #494c4c;
}
.header-detail-par p{
font-size: 14px;
}
.copy{
    background:#0f245d;
}
.copy p{
    font-size: 14px;
}
.phone-div{
    display: grid;
    align-items: center;
    justify-content: end;
}
.footer-div{
    background-image: url('../image/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-div h4 {
    font-size: 26px;
    color: #fc6b2a !important;
    font-weight: 200;
    margin: 0 0 20px 0;
}
.footer-div p {
    font-size: 14px;
}
.header-detail-div{
    display: grid;
    align-items: center;
}

.bannerheading{
    font-size: 60px;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    
}
.button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.bannerpadding{
    padding: 70px 0 70px 0;
}
.button{
 
 background-color: #fc6b2a;
 color: white;
 padding: 13px 27px 13px 27px;
 font-size: 18px;
 font-weight: 400;
 text-decoration: none;
}
.border-heading{
    border-bottom: 1px solid #808282 !important;
}
.heading{
    font-size: 24px;
    font-weight: 300;
    color: white;
    line-height: 22px;

}
.content{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    margin-top: 20px 0px 20px 0px;
   

    
}
.section2{
    background-color: #494c4c;
    padding-bottom: 40px;
    padding-top:40px;
}
.section3{
    background-image: url(../image/college-bg.jpg);
    background-position: center bottom;
    background-size: cover;
    min-height: 300px;
}
.headingtwo{
    font-size: 24px;
    font-weight: 700;
    color:#000;
}
.contentsection3{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 20px;

}
/*logo text*/
.logo-txt{
    display: flex !important;
    align-items: center;
}
.logo-txt{
    background: #0f245d;
    padding: 5px 10px 2px 15px;
    margin: 10px 0px 0px 0px;
    height: 57px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.logo-div{
    border: 1px solid #dadada;
    padding: 5px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}
.logo-txt p{
    font-size: 14px;
}
.logo-div img {
    margin: 0px 15px 5px 10px;
}
.logo-div img{
    display: block;
    max-width: 100%;
    height: auto;
}
@media (min-width: 1200px){
    /*global*/
.container {
    width: 1170px !important;
}
}
@media(max-width: 1200px){
    /*global*/
.container {
    width: 100% !important;
    max-width: 100% !important;
}
}
@media(min-width:999px) and (max-width:1024px){
    .about-img-sec img{
        max-width: 100%;
    }
    .logo-div{
        height: 155px;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
    }
    .logo-txt{
        height: 71px;
    }
    .header-detail-div {
        padding-left: 106px !important;
    }
}
@media(min-width:768px) and (max-width:999px){
    /*footer*/
    .footer-div .col-xl-1{
        width: 4.333333%;
    }
    .footer-div .col-xl-1{
        width: 4.333333%;
    }
  /*logo section*/
  .logo-container {
    padding: 20px 0px 6px 0px;
}
  .logo-container .col-lg-4.col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}  
.logo-div img{
    max-width: 91%;
}
.about-img-sec img{
    width: 290px;
}
.logo-txt p {
    font-size: 10px;
}
.about-img-sec{
    display: flex;
    align-items: center;
}
.logo-div{
    height: 142px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.section2{
    padding-top: 50px;
}
.header-detail-div {
    padding-left: 106px !important;
}
}
@media(max-width:768px){
    .banner{
        background-size: cover;
    }
}
@media(max-width:767px){
    .header-container .container{
        padding-left: 4px !important;
    }
    .header-detail-div {
        padding-left: 59px !important;
    }
    .header-detail-par p {
        font-size: 10px;
    }
    .bannerheading{
        margin-bottom: 45px;
        
    }
    .headingtwo{
        margin-top: -6px;
    }
    .section2{
        padding-bottom: 40px;
        padding-top: 52px;
    }
    .bannerpadding a {
        font-size: 14px;
    }
    .bannerheading{
        font-size: 36px;
    }
    .banner{
        background-size: cover;
    }
    .about-img-sec img{
        max-width: 100% !important;
        width: 100%;
    }
    .logo-txt{
        width: 100%;
    }
    .logo-container {
        padding: 30px 0px 15px 0px;
    }
}
@media(max-width:320px){
    .header-detail-div {
        padding-left: 33px !important;
    }
}