* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

marquee {
    font-size: 20px;
    font-family: sans-serif;
}

.unite {
    width: 100%;
    height: 50%;
}

.small {
    width: 30%;
    height: 100%;
    float: left;
}

.large {
    width: 68%;
    height: 40%;
    float: right;
    clear: both;
}

.header {
    text-align: center;
    font-size: 20px;
    color: sandybrown;
    line-height: 20px;
    min-height: 9vh;
    width: 100%;
    background-color: rgb(76, 152, 240);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav {
    display: flex;
    padding: 3% 3%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 165px;
    height: 150px;
    display: inline-block;
    justify-content: space-between;
    position: relative;
}

.nav-links {
    flex: l;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 80%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    font-size: 42px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}

.hero-btn1 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 102px;
    font-size: 33px;
    background-color: tomato;
    position: relative;
    cursor: pointer;
}

.hero-btn1:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn2 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 91px;
    font-size: 32px;
    background-color: orange;
    position: relative;
    cursor: pointer;
}

.hero-btn2:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn3 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 110px;
    font-size: 33px;
    background-color: dodgerblue;
    position: relative;
    cursor: pointer;
}

.hero-btn3:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn4 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 101px;
    font-size: 33px;
    background-color: mediumseagreen;
    position: relative;
    cursor: pointer;
}

.hero-btn4:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn5 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 80px;
    font-size: 30px;
    background-color: gray;
    position: relative;
    cursor: pointer;
}

.hero-btn5:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn6 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 76px;
    font-size: 33px;
    background-color: slateblue;
    position: relative;
    cursor: pointer;
}

.hero-btn6:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn7 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 85px;
    font-size: 33px;
    background-color: violet;
    position: relative;
    cursor: pointer;
}

.hero-btn7:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn8 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 24px 60px;
    font-size: 33px;
    background-color: #663300;
    position: relative;
    cursor: pointer;
}

.hero-btn8:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn9 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 68px;
    font-size: 33px;
    background-color: #ff00ff;
    position: relative;
    cursor: pointer;
}

.hero-btn9:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn10 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 87px;
    font-size: 33px;
    background-color: #660000;
    position: relative;
    cursor: pointer;
}

.hero-btn10:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn11 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 24px 70px;
    font-size: 33px;
    background-color: #ffff00;
    position: relative;
    cursor: pointer;
}

.hero-btn11:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn12 {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    padding: 40px 100px;
    font-size: 33px;
    background-color: lightgray;
    position: relative;
    cursor: pointer;
}

.hero-btn12:hover {
    border: 1px solid #000000;
    background: #000000;
    transition: 0.5s;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: rgb(73, 73, 73);
    border: 1px solid rgb(0, 0, 0);
    padding: 13px 30px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border-radius: 0%;
    border: 1px solid #000000;
    background: #000000b3;
    transition: 0.5s;
}

nav.fa {
    display: none;
}

@media(max-width: 700px) {
    .text-box h1 {
        font-size: 20px;
    }
    .nav-links ul li {
        display: block;
    }
    .nav-links {
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul {
        padding: 30px;
    }
}


/*------ Course ------*/

.course {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
}

p {
    color: #000000;
    font-size: 14px;
    font-weight: 300px;
    line-height: 22px;
    padding: 10px;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.course-col {
    flex-basis: 31%;
    background: #8ab4f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #000000;
}

.course-col:hover {
    box-shadow: 0 0 25px 0px #4d4d4d;
    /*Courses we offers - hover color*/
}

@media(max-width: 700px) {
    .row {
        flex-direction: column;
    }
}


/*------Campus------*/

.campus {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.campus-col {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.campus-col img {
    width: 100%;
    display: block;
}

.layer {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.layer:hover {
    background: #8ab4f3;
}

.layer h3 {
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50;
    transform: translateX(0%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3 {
    bottom: 49%;
    opacity: 1;
}

.campusss {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}

.campus-coll {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.campus-coll img {
    width: 100%;
    display: block;
}

.layerr {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.layerr:hover {
    background: #8ab4f3;
}

.layerr h3 {
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50;
    transform: translateX(0%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layerr:hover h3 {
    bottom: 49%;
    opacity: 1;
}

.campu {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}

.campu-co {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.campu-co img {
    width: 100%;
    display: block;
}

.laye {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.laye:hover {
    background: #8ab4f3;
}

.laye h3 {
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50;
    transform: translateX(0%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.laye:hover h3 {
    bottom: 49%;
    opacity: 1;
}

.camp {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
}

.camp-co {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.camp-co img {
    width: 100%;
    display: block;
}

.lay {
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.lay:hover {
    background: #8ab4f3;
}

.lay h3 {
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50;
    transform: translateX(0%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.lay:hover h3 {
    bottom: 49%;
    opacity: 1;
}


/*------benefits------*/

.facilities {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.facilities {
    width: 80;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}

.facilities-col {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    background: #8ab4f3;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.facilities-col img {
    width: 100%;
    border-radius: 10px;
}

.facilities-col p {
    padding: 0;
}

.facilities-col h3 {
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.facilities-col:hover {
    box-shadow: 0 0 25px 0px #4d4d4d;
}


/*faculty*/

.faculty {
    width: 80%;
    margin: auto;
    padding-top: 0px;
    text-align: center;
}

.faculty-col {
    flex-basis: 27%;
    border-radius: 10px;
    margin-bottom: 0%;
    text-align: left;
    padding: 20px 12px;
    background: #8ab4f3;
    display: flex;
    box-sizing: border-box;
    transition: 0.5s;
}

.faculty-col img {
    display: table-row;
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.faculty-col p {
    padding: 75;
}

.faculty-col h3 {
    margin-top: 10px;
    text-align: left;
}

.faculty-col:hover {
    box-shadow: 0 0 25px 0px #4d4d4d;
}

@media(max-width: 700px) {
    .faculty-col img {
        margin-left: 0px;
        margin-right: 15px;
    }
}


/*------cta------*/

.cta {
    margin: 0px auto;
    width: 100%;
    background-color: #8ab4f3;
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    text-align: center;
    padding: 10px 0;
}

.cta h1 {
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width: 700px) {
    .cta h1 {
        font-size: 24px;
    }
}


/*------footer------*/

.footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #6d6868;
}

.footer h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons .fa {
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 5px 0;
}

.fa-heart-o {
    color: #f44336;
}