/*--------------------------------------------------------------
  # Hero form
  --------------------------------------------------------------*/

#hero_project {
    width: 100%;
    height: 100vh;
    background: url("../img/course/5.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    /* padding-top: 82px; */
}

#hero_project:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero_project h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

#hero_project h1 span {
    margin-top: 100px;
    font-size: 55px;
    font-weight: 700;
    color: rgb(236, 18, 18);
}

#hero_project h2 {
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 24px;
}


/* hero form
     */

#hero_project .email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 25px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 252, 176);
}

#hero_project .email-form button[type="submit"] {
    background: #e03a3c;
    border: 0;
    margin-top: 10px;
    padding: 10px 42px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-weight: 500;
    transition: 0.5s;
    border: 2px solid #e03a3c;
}

#hero_project .email-form button[type="submit"]:hover {
    background: transparent;
    border-color: #fff;
}

@media (max-height: 500px) {
    #hero_project {
        height: 130vh;
    }
}


/*************Project List****************/

.news {
    position: relative;
    width: 380px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}

.news1 {
    width: 380px;
    margin: auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.top {
    text-align: center;
    background: #ffffff;
    color: rgb(78, 81, 250);
    border-bottom: 1px solid #9696a0;
    border-top: 1px solid #9696a0;
    padding: 2px 0px;
}

.move-body {
    padding: 4px;
    height: 200px;
    behavior: scroll;
}

.topp {
    margin-top: 8px;
    border: 1px solid #b9b6b6;
    background: rgb(212, 211, 211);
}

.m-par {
    padding: 4px;
    border-bottom: 1px dashed #1671da;
}

.other {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    color: #111111;
    font-style: oblique;
    font-weight: 600;
}


/******button******/

.btn {
    background-color: #1c47d6;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
    padding: 8px 6px;
    text-transform: uppercase;
    transition: 650ms;
    color: rgb(196, 50, 50);
}

.ctn {
    color: #f03d3d;
}

.ctn:hover {
    color: #d80c0c;
}

.btn:hover {
    background-color: #1c47d6;
    transform: translate(20px);
}


/******button******/


/*************Project List****************/