*
{
    padding: 0;
    margin: 0;

}
body{
    background-color: white;
    font-family: 'Raleway', sans-serif;
}

.menu_bar{
    background: rgba(106, 106, 106, 1);
    text-align: center;
    margin: auto;
    border-color:rgb(157, 12, 9);
    border-bottom-style: solid;
    font-family: 'Raleway', sans-serif;
}

.menu_bar table{
    background: rgba(93, 169, 255, 0);
    text-align: center;
    margin: auto;
}

.menu_bar ol{
    display: inline-flex;
    list-style: none;
    width: 70%;
    padding-top: 5px;
}

.menu_bar ul{
    display: inline-flex;
    list-style: none;
    color: rgb(209, 210, 212);
    width: 80%;
}

.menu_bar ul li{
    width: 20%;
    margin: 15px;
    padding: 15px;
    font-size: 20px;
    margin: auto;
}

.menu_bar ul li a{
    text-decoration: none;
    color: rgb(209, 210, 212);
}

.menu_bar ul li:hover{
    background-color: rgb(61, 61, 61);
    border-radius: 20px;
}

.HeadContent h1{
    color: rgb(209, 210, 212);
    text-shadow: -1px -1px 0 rgb(157, 12, 9),
      1px -1px 0 rgb(157, 12, 9),
      -1px 1px 0 rgb(157, 12, 9),
       1px 1px 0 rgb(157, 12, 9);
    text-align: center;
    font-size: 80px;
    font-family: 'Bebas Neue', 'cursive';
    width: 100%;
    margin-top: 0px;
}

.HeadContent{
    background-color: rgba(209, 210, 212, 0);
    border-color: rgba(157, 12, 9, 0);
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 3px;
}

.cus-div-head{
    width: 100%;
    height: 120px;
}

#pt1{
    background: url(bg.jpg);
    background-size: cover;
    background-position: center center;
    color: black;
    padding: 105px 0px;
    border-bottom: rgb(61, 61, 61);
    border-bottom-style:solid;
}

#ptIntro{
    text-align: center;
    background-color: rgb(61, 61, 61);
}

.infocontent{
    color: rgb(209, 210, 212);
}

.infocontent i{
    padding-top: 35px;
    padding-bottom: 15px;
    font-size: 30px;
}

.infocontent h1{
    padding-top: 40px;
    padding-bottom: 10px;
}

.card img{
    width: 75%;
    height: auto;

}

.wrap{
    width: 1000px;
    margin: auto;
    margin-top: 100px;
    overflow: auto;
}

.card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
    width: 300px;
    background: #fff;
    text-align: center;
    float: left;
    margin: 10px;
}

.container{
    padding: 10px;
}
.wa-icon{
    position: fixed;
    bottom: 15px;
    right: 25px;
}