*{
padding: 0;
margin: 0;
outline: 0;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
ol,ul{
    list-style-type: none;
}
body{

}
.demo_web{
    width: 100%;
    height: 80px;
    background: #1e8675;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.logo{
    width: 150px;
    margin: 0px 15px;
    float: left;
    height: 80px;
}
.logo a img{
    width: 50%;
    padding: 3px 0px;
}
.menu{
    width: 960px;
    margin: 0px 15px;
    float: left;
    height: 80;
    
}

.menu ul{
    float: right;
}
.menu ul li{
    float: left;
    margin-left: 30px;
}
.menu ul li a{
    display: block;
    padding: 13px 14px;
    font-size: 20px;
    font-family: 20px;
    font-weight: 700;
    color: azure;
    text-transform: capitalize;
    transition: 0.4s;
}
.menu ul li:hover a {
    color: rgb(204, 20, 20);
}
.banner_part{
    width:100%;
    height:500px;
    background-color: chocolate;
}
.banner_content h1{
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: Geneva;
    font-weight: blod;
    padding-bottom: 20px;
    text-align: center;
}
.banner_content h2{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: poppins;
    font-weight: blod;
    padding-bottom: 20px;
    text-align: center;
}
.banner_content P{
    color: black;
    font-size: 18px;
    font-family: poppins;
    padding-bottom: 5px;
    line-height: 1.0;
}
.banner_content a{
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 400;
    border-radius: 40px;
    text-align: center;
    margin-left: 350px;
}
.card_part{
    width:100%;
    height: 400px;
    background-color: #1e8675;
    padding: 50px 0px;
    
}

.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.card_item{
    width: 190.5px;
    margin: 0px 35px;
    height: 400px;
    background: #fff;
    border-radius: 15px;
     overflow: hidden;
    padding: 15px 15px;
}
.card_item_img{
    height: 280px;
    width: 100%;
    padding-bottom: 10px;
}
.card_item_img img{
    width: 100%;
}
.card_item h4{
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
}

.card_item a{
color: rgb(141, 65, 14);
background: #50c7c1;
display: inline-block;
padding: 5px 20px;
font-size: 16px;
text-transform: uppercase;
font-family: sans-serif;
font-weight: 400;
border-radius: 40px;
margin-left: 30px;
margin-top: 15px;
}

.banner_part .container{
  width: 80%;
  margin: auto;
  font-size: 18px;
} 
@media (max-width: 768px) {
  .banner_part.container {
    width: 90%;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
.banner_part.container {
    width: 100%;
    font-size: 14px;
  }
}








