@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body {
    font-family: "Poppins" !important;
}

.img-fluid {
    width: 100%;
}
button#install-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #F44336;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
}
section.homedescription {
    padding: 60px 0px;
    background: #eeeeee6b;
}
a.downlaod-btn.thr {
    top: 365px;
    background: #2196F3;
}
h2.mainhead {
    color: #0062cc;
    margin-bottom: 5px;
    padding-top: 5px;
}

h3.mainhead {
    color: #ff9c08;
    margin-bottom: 5px;
    padding-top: 10px;
}

section.homemotto {
    padding: 50px 0px;
}

span.hightheading {
    font-weight: 600;
    color: #0762cc;
}

section.society {
    padding: 60px 0px;
    background: #3696ff;
}

h1.mainheading {
    color: #fff;
    text-align: center;
    font-size: 34px;
}
.social {
    text-align: center;
    color: #fff;
}
.social i.fa {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 55%;
    width: 30px;
    height: 30px;
}
.churches {
    width: 100%;
    display: flex;
}
a.downlaod-btn.sec {
    top: 238px;
    background: #4CAF50;
}
.card-block {
    padding: 10px;
}

h4.churches.head {
    font-size: 20px;
    display: flex;
    padding-top: 10px;
}

a.church.btnn {
    background: #f99b0a;
    color: #fff;
    padding: 10px;
    width: 170px;
    border-radius: 5px;
}

.sechurch {
    margin-top: 15px;
}

img.img-fluid.cross {
    padding-top: 18px;
}

footer {
    padding: 50px 0px;
    background: #2a2a2a;
}

.download-sec h3 {
    padding-bottom: 0px;
    line-height: 46px;
    margin-bottom: 0px;
}
.download-sec {
    display: flex;
    justify-content: space-around;
}
.download-sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #d1e3f7;
    padding-left: 10px;
}
a.download-btn {
    background: #0062cc;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}
a.downlaod-btn {
    color: #fff;
    background: #f99b0a;
    padding: 10px;
    position: fixed;
    box-shadow: 3px 4px 7px 1px #7e7e7e;
    border-radius: 10px;
    top: 300px;
    border: 0px;
    right: 2px;
    font-size: 20px;
    z-index: 99;
}

a.downlaod-btn:hover {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .churches {
        width: 100%;
        display: block;
    }
    a.church.btnn {
        display: flex;
        margin-top: 10px;
    }
    h1.mainheading {
        color: #fff;
        text-align: center;
        font-size: 26px;
    }
    h2.mainhead {
        font-size: 28px;
    }
    img.img-fluid.cross {
        padding-top: 18px;
        padding-bottom: 15px;
    }
}