@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #ef8d32;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    background-image: url("https://www.transparenttextures.com/patterns/church.png");
}
.container{
    max-width: 470px;
    margin:0 auto;
}
header{
    text-align: center;
    margin-bottom: 23px;
}

header a{
   display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #aa2b1d;
    border-bottom: 4px dashed #65482e;

}
header a span{
       color: #dde01d;
    font-weight: bold;
    margin-right: 3px;
}
header a b{
        color: #fff;
}
header h1 {
    display: block;
    padding: 13px;
    color: #191919;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.9em;
    background: #ffffff;
    border: 2px solid #aa2b1d;
    border-radius: 10px;
    margin-top: -10px;
}
header h1 div{
    color: #099a0f;
    border-top: 2px solid #e0dede;
    padding: 2px 0;
    border-radius: 50%;
    margin-top: 6px;
}
.online-box {
   position: absolute;
    top: 5%;
    padding: 3px 20px;
    background: #ffffff;
    z-index: 9999;
    font-size: 0.9em;
    border-radius: 10px;
    right: 5%;
}
.online-box strong.Online{
    color: #259629;
    }
.online-box strong.Ofline{
    color: #8c4a73;
}

.img-content {
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    z-index: 999;
}
.img-content img {
    width: 95%;
    position: relative;
    z-index: 9999;
}
footer {
    margin-top: 24px;
    background: #aa2b1d;
}
#footer{
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #fdfcfc;
}
#copyright {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background: #8c2014;
    color: #fff;
}
.list {
    width: 90%;
    margin: 10px auto;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
}
.list a{
	text-decoration: none;
    color: #333;
}
.text-content {
    display: inline-block;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #aa2b1d;
    position: relative;
    z-index: 9999;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.name {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    width: 40%;
    font-size: 1.2em;
}
.phone-text {
    display: inline-block;
    font-weight: bold;
    color: #f7ab67;
    font-size: 1em;
    z-index: 9999;
    width: 60%;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}
.phone-text i{
	display: none;
}
.click {
  padding: 12px 10px;
    background: #ffc107;
    color: #000;
    font-size: 0.9em;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.click i{
	    margin: 0 3px;
}
.onof{
    width: 25%;
    text-align: center;
    color: #fff;
}
.ileft {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    padding-left: 11px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.iright {
    width: 100%;
    background: #8a2014;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.trc{
    width: 25%;
    text-align: center;
    color: #fff;
}