.home {
    position: relative;
    background: url(../iimbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 575px;
}

.IIM-rothak{
    position: relative;
    background: url(../iimbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 575px;
}


.home:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.home .home-content {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.home .home-content h1 {
    font-size: 53px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px 0;
}

.home .home-content ul li {
    background: gray;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

.home .home-content form.home-search {
    margin: 30px 0 50px 0;
    position: relative;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.centersearch{
    position: relative;
    left: 15%;
}

@media (max-width: 767px) {
    .centersearch{
        position: relative;
        left: 0%!important;
    }   
}

.home .home-content form.home-search input {
    width: 100%;
    height: 60px;
    background: #fff;
    border: 0 none;
    padding: 0 75px 0 20px;
    font-size: 18px;
    font-style: italic;
}

.home .home-content form.home-search button {
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 0;
    color: #fff;
    background: #93b50c;
    border: 0 none;
    height: 60px;
    padding: 0 25px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

