body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
    text-align: left;
}



#h2 {
    margin-left: 65px;
    font-weight: 500;
    font-family: 'kepler-std-condensed-subhead', serif;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: .00875rem;
}


#eupper {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
    /* margin-left: 5px;
    margin-right: 10px; */
    margin: auto;


}

#eupper>div {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding-left: 10px;
    padding-right: 10px;
}

#eupper>div>img {
    height: 250px
}

img {
    width: 100%;
}

.edate {
    font-size: 12px;
    color: #e0031b;
    text-align: left;
}

.ehometitle {
    color: #050505;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.ehometitle:hover {
    color: red;
}


.edescription {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
    color: #464646;
    text-align: left;
}



#ebiggerbox {
    display: flex;
    width: 90%;
    margin: auto;
}


#elower {
    margin-top: 20px;
    /* border: 10px rgb(0, 255, 225) solid; */
    width: 76%;
}

#ecaresol1 {
    width: 25%;
    border: 5px solid red;
}

#ebusspic {
    margin-left: 250px;
    height: 130px;
    width: 140px;
    margin-left: 200px;
}

.ebuss {
    height: 155px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 95%;
    /* border: 10px solid green; */
    margin: auto;
    margin-top: 10px;
}

.ebusstitle {
    margin-left: 350px;
    margin-top: -140px;
    color: #050505;
    font-size: 18px;
}

.ebusstitle:hover {
    color: red;
}

.ebussdisc {
    margin-left: 350px;
    margin-top: -0px;
    line-height: 1.5;
    color: #464646;
    font-size: 14px;

}

.ebussdate {
    width: 100px;
    margin-left: 10px;
    margin-top: -80px;
    font-size: 13px;
    color: #8e8d8d;
}

#sliderbox {
    margin-top: 20px;
    width: 24%;
}


.h2 {
    position: relative;
    font-size: 30px;
    color: #D2051E;
    font-family: 'kepler-std-condensed-subhead', serif;
    text-transform: uppercase;
    font-weight: 400;
}



.container {
    position: relative;
}


.mySlides {
    display: none;
}


.cursor {
    cursor: pointer;
}


.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.column {
    float: left;
    width: 30%;
}


/* .demo {
    opacity: 0.6;
} */

.active,
.demo:hover {
    opacity: 1;
}


#ediv10 {

    margin-top: 20px;
    margin: auto;
    width: 90%;
    min-height: 283px;
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #efeaea;
    padding: 25px 10px;
    margin-bottom: 20px;
}
















#ediv6 {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
    gap: 10px;
    margin: auto;
}

#ediv7 {
    width: 60%;
    margin: auto;
}

#ediv8 {
    width: 60%;
    margin: auto;
}

#ediv9 {
    width: 60%;
    margin: auto;
}