
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#menu ul {
    border: 0px solid black;
    list-style: none;
    position: fixed;
    width: 100%;
    z-index: 10;
}

#menu ul li {
    border: 0px solid white;
    background-color: #02A237;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: white;
    float: left;
    position: relative;
}

#menu ul li a:hover {
    text-decoration: none;
    color: white;
    display: block;
}

#menu ul li:hover {
    background-color: orange;
}

#menu ul li ul li {
    width: 320px;
}

#menu ul ul {
    position: absolute;
    display: none;
}

#menu ul li:hover > ul {
    display: block;
}

.Container {
    background-color: #f5f0f0;
    border: 0px solid black;
    height: 100vh;
    display: flex;
}

.Container .Container-Left {
    border: 0px solid black;
    width: 40%;
    margin-top: 15%;
    height: 95%;
    text-align: center;
}

.Container .Container-Right {
    border: 0px solid black;
    width: 60%;
    margin-top: 2.5%;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Container .Container-Right img {
    width: 40%;
    animation: round 25s infinite linear;
    margin-top: -9%;
}

@keyframes round{

    0%
    {
        transform: translate(0deg);
    }
    100%
    {
    
        transform : translate(.0%, .0% ) rotate(360deg);
    }
}

.Container .Container-Left button {
    width: 100px;
    height: 40px;
    font-size: 15px;
    border-radius: 50px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    box-shadow: 5px 5px 50px gray;
}

.featured-outer {
    border: px solid red;
    padding: 8px;
    width: 75%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.featured-icon {
    border: 0px solid black;
    width: 145px;
    height: 145px;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px rgb(223, 207, 207);
    border-radius: 100px 0px 100px 0px;
    transition: 2.5s;
    font-size: xx-large;

}

.featured-icon p {
    font-size:27px;
    font-weight: bold;
    margin-top: 8px;
}

.featured-icon:hover {
    transform: rotate(360deg);
}

hr {
    width: 40%;
    height: 5px;
    background-color: #02A237;
    margin-top: 5px;
    border: 4px dashed white;
}
.featured-outer1 img {
    border: 3px solid black;
    width: 68%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.featured-img {
    border: 0px solid rgb(238, 234, 234);
    width: 435px;
    height: 210px;
    float: left;
    margin:5px;
    transition: 1s;
    overflow: hidden;
    display: flex;
    justify-content:space-around;
    box-shadow:  #303130;
    
}
.featured-outer1 img {
    width: 330px;
    height: 210px;
}

.featured-img:hover{
    transform: scale(1.1);
}


.content {
    border: 0px solid rgb(199, 34, 34);
    width: 100%;
    height: 300px;
    padding: 30px;
    display: flex;
    box-shadow: 9px 9px 9px 9px rgb(48, 47, 47);
    
}

.content .left {
    border: 0px solid rgb(12, 180, 130);
    height: 100vh;
    width: 30%;
    float: left;
}

.content .right {
    border: 0px solid black;
    height: 100vh;
    width: 70%;
    
    
}

.content .left img {
    width: 100%;
    
}  

.content .right p {
    font-size: 19px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.newsletter {
    border: 0px solid red;
    height: 500px;
    background: url(images/slider6.jpeg) center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.newsletter .email-box {
    border: 3px solid #ebecb0;
    width: 900px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100px 0px 100px 0px;

}

.newsletter .email-box input[type="email"] {
    width: 600px;
    height: 70px;
    border-radius: 50px;
    padding: 5px;
    font-size: 25px;
    outline: none;
    border: 3px solid #ecec08;

}

.newsletter .email-box input[type="submit"]{
    width: 200px;
    height: 70px;
    border-radius: 50px;
    background-color:#ecec08;
    outline: none;
    border: 3px solid yellow;
    font-size: 30px;

}

.footer {
    border: 0px solid red;
    width: 100%;
    height: 350;
    text-align: center;
    display: flex;
    margin-top: 3px;
    background-color: #cfcdcd;
    box-shadow: 5px 5px 5px 5px gray;
    
}

.footer-content {
    border: 0px solid green;
    height: 350px;
    width: 25%;
    padding: 10px;
    
}

.footer-content p {
   text-align: left;
   padding: px;
   margin-top: 15px;
   font-size: 20px;

}

.footer-content p i {
    font-size: 25px;
    color: green;
}

.Container .Container-Right1 {
    border: 0px solid black;
    width: 40%;
    margin-top: 2.5%;
    margin-left: 10%;
    height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Container .Container-Right1 img {
    width: 68%;
    margin-top: -5%;
    padding: 40px;
}


.featured-img1:hover{
    transform: scale(1.2);
}

.featured-img1 {
    border: 0px solid rgb(238, 234, 234);
    width: 435px;
    height: 210px;
    float: left;
    margin:5px;
    transition: 1s;
    overflow: hidden;
    display: flex;
    justify-content:space-around;
    box-shadow:  #0da30d;
    border-radius: 50%;
    
}



.content .left1 {
    border: 0px solid rgb(12, 180, 130);
    height: 100vh;
    width: 30%;
    float: left;
}

.content .right1 {
    border: 0px solid black;
    height: 100vh;
    width: 70%;
    text-align: left;
    
    
}

.content .left1 img {
    width: 45%;
    
}  

