html, body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p {
    font-family: 'Roboto', sans-serif;
}

img {
    width: 100%;
    height: 100%;
}

footer {
    text-align: center;
    background: #555;
    color: #fff;
    letter-spacing: 0.5px;
}

.form input, .form select {
margin-bottom: 8px;
}

.container {
    padding: 0 15px;
}

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

/*===========================================================================*/
/* NAV                                                                    */
/*===========================================================================*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #9e9e9e00 !important;
  margin: 5% auto !important; /* 15% from the top and centered */
  padding: 15px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: 0px solid #fff !important;
  /* width: 50% !important;  */
  /* Could be more or less, depending on screen size */
  /*border-radius: 10px !important;*/
}
form#leadform-1{
    margin-right: 0 !important;
}
form#leadform-2{
    margin-right: 0 !important;
}
form#leadform-3{
    margin-right: 0 !important;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.nav {
    display: block;
    text-align: center;
    padding: 15px 20px 20px;
}

#client-logo , #collegedunia-logo, #client-info {
    display: inline-block;
    height: 60px;
}

#client-logo img, #collegedunia-logo img {
    vertical-align: middle;
    display: inline-block;
    width: auto;
}
#client-logo {
    float: left;
}
#collegedunia-logo {
    float: right;
}
#client-info > h1, #client-info > span {
    font-weight: 300;
    margin: 0;
    color: #3b5b9c;
}
#client-info > span {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

/*===========================================================================*/
/* BANNER                                                                    */
/*===========================================================================*/

#banner {
    background-image: url(../images/Slider.png);
    background-size: cover;
    background-attachment: fixed;
    margin: 0 -15px;
    position: relative;
    padding: 40px 20px 120px;
    text-align: center;
    z-index: 0;
}

#banner::after {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.4);
}

.col-2 {
    width: calc(50% - 0px);
    float: left;
    max-width: initial !important;
    flex: initial !important;
}
/* .col-2:nth-child(even) {
    margin-left: 12px;
}
.col-2:nth-child(odd) {
    margin-right: 12px;
} */

#banner .form-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

.form-wrapper h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
}

#banner .form-group {
    display: block;
    position: relative;
    margin-top: 10px;
    box-sizing: border-box;
}
.error {
    color: #fff;
    clear: both;
}
.form-group > input.error-field{
    border: 1px solid #f00;
    color: #f00;
}

.form-group > input, .form-group > select {
    width: 100%;
    background: #fff;
    display: block;
    height: 40px;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 2px;
    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 > input:focus, .form-group > select:focus {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.0.1);
}

.form-group > #formsubmit, .form-group > #finalsubmit {
    font-size: 13px;
    background: #F44336;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
.form-group > #formsubmit:hover , .form-group > #finalsubmit:hover{
    background: #be141b;
}

/*===========================================================================*/
/* CONTENT                                                                   */
/*===========================================================================*/

.content {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.floating-banner {
    margin-top: -213px;
    position: relative;
    text-align: center;
}
.floating-banner h2 {
    color: #fff;
    margin: 0;
    font-size: 35px;
    font-weight: 300;
}
.floating-banner .banner-body {
    /*background: #fff;*/
    display: block;
    display: flex;
    justify-content: center;
}

.banner-body .col-3 {
    padding: 20px;
    width: 33.3333333334%;
    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: #4CAF50;}
.banner-body .col-3:nth-child(2) {background: #2196F3;}
.banner-body .col-3:nth-child(3) {background: #3455a0;}

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

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

.content .client {
    display: inline-block;
    font-size: 25px;
    color: #f44336;
    padding-right: 5px;
    vertical-align: text-bottom;
}

.table-container {
    display: block;
    overflow-x: hidden;
    max-width: 100%;
}

.table {
    border: none;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    width: 100%;
    overflow-x: auto;
}
.table tr {
    transition: background 0.2s ease-in-out;
}
.table tr:hover {
    background: #f6f6f6;
}
.table td{
    border: 1px solid #ddd;
    padding: 8px;
}

.content > ul {
    padding-left: 20px;
}
.content > ul > li {
    padding: 5px;
}

.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 15px;
}
.program .col-3 {
    display: block;
}

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

.program ul {
    padding-left: 15px;
}
.program li {
    list-style-type: circle;
    padding: 7px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    border-bottom: 1px solid #ddd;
}
.program li strong {
    font-weight: 400;
}

.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: 1000px) {
    .banner-body .col-3 > span{
        font-weight: 400;
        font-size: 30px;
    }
    .banner-body .col-3 > p{
        font-size: 14px;
    }
}

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

    .nav {
        padding: 5px 0px 5px;
    }
    #client-logo , #collegedunia-logo {
        display: inline-block;
        height: 35px;
        margin-bottom: 5px;
    }
    #collegedunia-logo img, #client-logo img{
        max-height: 35px;
    }

    #client-info {
        height: initial;
        margin: 5px 20px;
    }
    #client-info > h1 {
        font-size: 20px;
    }

    #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 -15px;
    }
    .banner-body .col-3 {
        width: 100%;
        margin: 0;
    }

    .program .col-3 {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

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

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

    .content {
        width: 100%;
    }
    .modal_title {
        font-size: 16px !important;
    }
    .modal-content {
        width: 100% !important;
    }

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