html, body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    background-color: #ffffff;
}
.nav {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 3px rgba(12,13,14,0.1), 0 4px 20px rgba(12,13,14,0.035), 0 1px 1px rgba(12,13,14,0.025);
}

.course-block{
    position: relative;
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(123, 123, 123, 0.6);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px 5px rgba(224, 224, 224, 0.6);
    -o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
}
.clearfix{
    clear: both;
}
.course-block .col-6{
    display: table-cell;
    float: none;

}
.course-block mtec{
    margin-top: 40px;
}
.course-block .col-6.bg{
        background: url(images/mtech-bg1.jpg);
    background-size: cover !important;
    position: relative;
}
.course-block .col-6.bg:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.course-block.mba{
    width: 70vw;
    position: relative;
}
.course-block.mba .col-6.bg{
    background: url(images/mba-bg.jpg);
}
.course-block.mba .col-6{
    width: 70vw;
    position: relative;
}
.course-block.mba .col-6:last-child{
    padding: 20px;
}
.course-block.mtech .col-6:last-child{
        padding: 20px;
    }

.course-block.btech .col-6:last-child{
    padding: 20px;
}
.course-block.btech .col-6.bg{
    background: url(images/btech-bg.jpg);

    
}


.course-block.mtech .col-6.bg{
    background: url(images/mtech-bg1.jpg);
    
    
}
.course-block.edge{
    margin-bottom: 40px;
}
.course-block.edge .col-6.bg{
    background: url(images/grade-bg.png);
}
.course-block.edge .col-6:last-child{
    padding: 20px;
    
}



.course-block .course-header{
    font-size: 26px;
    margin-bottom: 10px;
    color: #106e93;
    font-weight: 500;
    text-transform: uppercase;
}

#client-logo {
    float: left;
}
#client-logo, #collegedunia-logo, #client-info {
    display: inline-block;
    height: 60px;
}
#collegedunia-logo {
    float: right;
}
#client-info > h1, #client-info > span {
    font-weight: 500;
    margin: 0;
    color: #fb8c00;
}
#client-info > span {
    font-weight: 400;
    color: #4b4949;
}
#client-logo img, #collegedunia-logo img {
    vertical-align: middle;
    display: inline-block;
    max-height: 124%;
   /* width: fit-content;*/
}
.main{
	padding: 0 30px;
	display: block;
}
.content{
	display: inline-block;
	width: 73%;
	float: left;
}
.form{
	display: inline-block;
	width: 25%;
	float: right;
}
#brochureForm > h2{
	text-transform: capitalize;
    font-size: 32px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 18px;
}
#brochureForm{
background-color:rgb(38, 57, 74);
	position: fixed;
	top: 0;
	bottom: 0;
	width: 300px;
	padding: 150px 25px 0 25px;
    z-index: 1;
}
.form-group {
    display: block;
    position: relative;
    margin-top: 15px;
    box-sizing: border-box;
}
.form-group > input, .form-group > select {
    width: 100%;
    background: #fff;
    display: block;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    color: #222;
    letter-spacing: 0.5px;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: all 0.3s ease-in-out;
}
.form-group > #formsubmit:hover, .form-group > #finalsubmit:hover {
    background: #3f51b5;
}
.form-group > #formsubmit, .form-group > #finalsubmit {
    font-size: 13px;
    background: #425f9c;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.content {
    margin: 0 auto;
}

.content .client {
    display: inline-block;
    font-size: 25px;
    color: #f44336;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.content > ul {
    padding-left: 20px;
}
.content > ul > li {
    padding: 5px;
}
.college_hero{
	margin-top: 115px;
    padding-right: 0px;
    position: relative;
    margin-bottom: 20px;
}
.college_hero img{
	height: 370px;
	// -webkit-filter: brightness(60%);
}
.floating-banner {
    /*margin-top: 130px;*/
    text-align: center;
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0px;
}
.floating-banner h2 {
    color: #555;
    margin: 0;
    font-weight: 300;
}
.floating-banner .banner-body {
    /*background: #fff;*/
    display: block;
    display: flex;
    justify-content: center;
}

.banner-body .col-3 {
    padding: 20px;
    width: 20%;
    margin: 0;
    display: inline-block;
    min-height: 100%;
    box-sizing: border-box;
    color: #fff;
    flex: 1;
    align-self: stretch;
}
.banner-body .col-3:nth-child(1) {background: #352b2300;}
.banner-body .col-3:nth-child(2) {background: #98523c00;}
.banner-body .col-3:nth-child(3) {background: #da562e00;}
.banner-body .col-3:nth-child(4) {background: #da562e00;}
.banner-body .col-3:nth-child(5) {background: #98523c00;}
.banner-body .col-3:nth-child(6) {background: #352b2300;}

.banner-body .col-3 > span{
    font-weight: 400;
    font-size: 36px;
}

.banner-body .col-3 > p{
    font-size: 17px;
    margin: 10px 0;
}

.banner-body .col-3 > a{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.col-3 {
    width: 29.333333333333336%;
    float: left;
    margin: 10px 3%;
    display: block;
}
.col-3:nth-of-type(3n+1) {
    margin-left: 0;
}
.col-3:nth-of-type(3n+3) {
    margin-right: 0;
}

.program {
    /*background: #f7f7f7;*/
    /*margin: 0 -15px;*/
    padding:0 30px 0 0;
}
.program .col-3 {
    display: block;
}

.program h2 {
    color: #3b5ca1;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #3b5ca1;
}

.program ul {
    padding-left: 15px;
}
.program li {
    list-style-type: circle;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ddd;
}
.program li strong {
    font-weight: 400;
}
.clearfix::after, .clearfix::before {
    content: " ";
    clear: both;
    display: table;
}
.table-container {
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

.table {
    border: none;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    width: 100%;
}
.table tr {
    transition: background 0.2s ease-in-out;
}
.table tr:hover {
    background: #f6f6f6;
}
.table td{
    border: 1px solid #ddd;
    padding: 8px;
}
footer {
    text-align: center;
    padding: 15px;
    background: #555;
    color: #fff;
    letter-spacing: 0.5px;
    z-index: 2;
    margin-right: 30px;
}
.recruiter-logo {
    font-size: 0;
}

.recruiter-logo > .col-5 {
    font-size: 16px;
    display: inline-block;
    width: 20%;
    padding: 0 15px;
    margin: 10px 0;
    vertical-align: middle;
    box-sizing: border-box;
}
.recruiter-logo > .col-5 > img {
    max-width: 100%;
    height: auto;
}
/*===========================================================================*/
/* Popup                                                             */
/*===========================================================================*/

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.popup {
    width: 250px;
    background: #000;
    color: #fff;
    padding: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 14px;
}

.popup .form-group {
    float: none;
    margin-top: 10px;
}

/*===========================================================================*/
/* MEDIA QUERIES                                                             */
/*===========================================================================*/

@media screen and (max-width: 768px) {
	body{
		width: 100%;
		overflow-x: hidden;
	}
    .nav {
        padding: 5px 10px;
        width: 100%;
        position: inherit;
    }
    #client-logo , #collegedunia-logo {
        display: inline-block;
        height: 35px;
        margin-bottom: 5px;
    }
    #collegedunia-logo img, #client-logo img{
        max-height: 64px;
        max-width: 369px;
    }

    #client-info {
        height: initial;
        margin: 5px 20px;
    }
    #client-info > h1 {
        font-size: 20px;
    }
	.content{
		width: 100%;
		top:auto; bottom:0;
	}
    .course-block.mba{
        width: 95vw !important;
    }
    .course-block.mba .col-6{
        width: 95vw !important;
    }
    .course-block.mtech{
        width: 95vw !important;
        margin-left: 10px;
        position: relative;
    }
    .course-block.mtech .col-6{
        width: 95vw !important;
        margin-left: 5px;
        position: relative;
    }
	.form{
		width: 100% !important;
		top: 0; bottom: auto;
	}
    #banner {
        padding-bottom: 0;
    }
    #banner .form-wrapper {
        display: block;
        margin: 0 auto;
        max-width: 420px;
    }
    .floating-banner {
        margin-top: 0;
    }
    .banner-heading h2 {
        color: #555;
        font-size: 20px;
        margin: 30px 0 15px;
    }
    .banner-body {
        flex-direction: column;
        margin: 0;
    }
    .banner-body .col-3 {
        width: 100%;
        margin: 0;
    }

    .program .col-3 {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
	#brochureForm{
		position: inherit;
		display: block;
		padding: 20px 20px 8px 20px;
		width: 100% !important;
		background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	    background-size: cover;
	    background-attachment: fixed;
	}
    .table-container{
        width: 100% !important;
    }
    .table-container img{
        position: relative;
        width: 20vw !important;
        padding-right: 10px;
        padding-left: 10px !important;
    }
    .recruiter-logo > .col-5 {
        width: 25%;
    }
    .main{
    	padding: 0;
    }
    .hand_img{
    	display: none;
    }
    .college_hero{
    	margin-top: 0px;
    	padding-right: 0px;
    	margin-bottom: 0px;
    }
    .college_hero img{
    	display: inline-block;
    }
    .floating-banner{
    	padding-right: 0;
    	width: 100%;
    	position: initial;
	    transform: inherit;
	    left: initial; 
	    bottom: initial;
    }
    .program{
    	padding: 0 10px 0 10px;
    }
    footer{
    	margin-right: 0;
    }
}

@media screen and (max-width: 420px) {
    #banner .col-2 {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .recruiter-logo > .col-5 {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {

    .banner-body .col-3 > span{
        font-weight: 400;
        font-size: 30px;
    }
    .banner-body .col-3 > p{
        font-size: 14px;
    }
    .floating-banner .banner-body{
        width: 95%;
    }
    .floating-banner{
        width: 95%;
    }
}