body {
    color: #000;
    background: url(https://beetroute.s3.af-south-1.amazonaws.com/production/static/petmark/image/bg-images/home-4/slider-1.jpg) top center no-repeat;
}
body::before{
background: rgb(247 247 247 / 80%)
}
#header h1{
color: #0393d4;
font-size:70px;
text-align: center;
    line-height: normal;
}
#header h2{
color:#3c3c3c;
text-align: center;
}
#header .subscribe h4{
color:#3c3c3c;
text-align: center;
}
.header-logo.white {
    filter: none;
}
#header .social-links a{
color: #0393d4;
}

button, button:hover, button:active {
color: #0393d4;
}
.section-title h2{
margin-top:25px;
}

.contact .info i{
color: #0393d4;
font-size: 45px;
}

.form-input-group{
width:100%
}

#footer {
    background: rgb(255 255 255 / 40%);
    color: #000;
}
form .buttons-row{
    justify-content: center;
}