@charset "utf-8";

/* CSS Document */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
  
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  
  



/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ul li{
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}


p {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height:25px;
	font-weight:300;
}
body {
	margin: 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}

.container {
	width: 1200px;
}

/*header start*/

.header{
	width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px 0;
}
.logo{
	
}
.nav{
	float:right;
	padding-top: 30px;
}
.nav ul li{
	display: inline-block;
}
.nav ul li a{
	font-size: 14px;
	color: #fff;
	padding: 18px;
	display:inline-block;
}
.nav ul li a:hover{
	color:#88c540;
}
.nav ul li.rvwbtn a{
	background: #88c540;
	border-radius: 6px;
	text-transform: uppercase;
	padding: 12px 20px;
	font-weight: 600;
	margin-left: 12px;
}
.nav ul li.rvwbtn a:hover{
	background:#3ebded;
	color:#fff;
}
.nav ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
}
.nav ul li > ul.sub-menu {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 2;
    text-align: left;
    color: #000;
    background: #fff;
    /*width: max-content;*/
    transform: translate(0px, 30px);
    transition: 0.5s;
    opacity: 0;
	/*min-width:197px;*/
	width:280px;
	border-top:2px solid #3ebded;
}
.nav ul li > ul.sub-menu > li {
    display: block;
    margin: 0;
	border-bottom:1px dashed #3ebded;
	padding-left:10px;
	padding-right:10px;
	transition:0.5s ease;
}

.nav ul li > ul.sub-menu > li a{ padding:10px; font-size:14px; display:block; text-transform:capitalize; color:#000; }

.nav ul li > ul.sub-menu > li:last-child a{ border-bottom:none; }

.nav ul li > ul.sub-menu > li:hover{ background:#3ebded; }
.nav ul li > ul.sub-menu > li:hover a{
	color:#fff;
}
.nav ul li.dropdown > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

.nav ul li.dropdown:hover > a::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}
.sub {
	left: 230px;
}
.active2{
	color:#d59e30;
}
.mob_header {
    display: none;
}
.headsocial{
	padding-left: 20px;
  float: left;
  position: relative;
}
.headsocial::before{
	content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 1px;
  height: 56%;
  background: #d59e30;
}
.headsocial ul{
	margin:0;
	padding:0;
}
.headsocial ul li{
	display:inline-block;
	padding:14px 2px;
}
.transletter{
	float:left;
	margin-right:20px;
	border-radius:0;
}
.transletter .goog-te-combo{
	background: transparent;
  padding: 4px 0;
  border: none;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size:14px;
  border-radius:0 !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0 0 0;
  padding: 16px 0 0 0;
}
.transletter .goog-te-combo option{
	background:#000;
	border-radius:0 !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.goog-te-gadget span{
	display:none !important;
}







/*banner start*/

.banner{
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
}

.each_banner{
	background:url("../images/banner1.jpg") no-repeat;
	width: 100%;
	position: relative;
	background-size: cover;
}
.banner img{
	width: 100%;
}
.banner_text{
	margin-top: 198px;
	margin-bottom: 120px;
}
.banner_img img{
	width:100%;
	
}
.banner_text h1{
	font-size:59px;
	color:#fff;
	text-align:left;
	font-weight:300;
	margin-bottom:15px;
}
.banner_text p{
	font-size:18px;
	color:#fff;
	text-align:left;
	margin-bottom:30px;
}
.banner_text a{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:#3ebded;
	padding:15px 20px;
	border-radius:5px;
	display:inline-block;
	font-weight:500;
	transition:0.5s ease;
}
.banner_text a:hover{
	background:#88c540;
}
.banner_text a i{
	margin-left:10px;
}


#banner_slider .owl-dots{
	display: none;
}
#banner_slider .owl-nav{
	position: absolute;
	top:50%;
	z-index: 2;
	width: 100%;
}
#banner_slider .owl-nav button{
	background: #000;
	width:40px;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	
}
#banner_slider .owl-nav button span::before{
	font-size: 18px;
	font-family: 'Font Awesome\6 Free';
	font-weight: 800;
	color: #fff;
	
}
#banner_slider .owl-nav button.owl-prev span::before{
	content:'';
	
}
#banner_slider .owl-nav button.owl-next span::before{
	content:'';
}
#banner_slider .owl-nav button.owl-prev{
	position: absolute;
	left:4%;
	
	
}
.owl-pre span{
	background-image:url("../images/arr.png") no-repeat;
}
#banner_slider .owl-nav button.owl-next{
	position: absolute;
	right:4%;
}
.howitworks{
	padding:70px 0;
	text-align:center;
	background:#efefef;
}
.howitworks h2{
	font-size:36px;
	color:#01204e;
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.howitworks h2::before{
	content:"";
	width: 100px;
    height: 3px;
	background:#3ebded;
    transform:translate(-50%, -50%);
	position:absolute;
	bottom:0;
	left:50%;
}
.howitworks .container{
	position:relative;
}
.howitworks .container::before{
	content: "";
	background: url(../images/dash.png) 0 0;
	background-repeat: repeat-x;
	position: absolute;
	left: 110px;
	bottom: 57%;
	color: #000;
	height: 3px;
	width: 80%;
}
.howblurb img{
	padding-bottom:15px;
}
.howblurb h3{
	font-size:20px;
	color:#01204e;
	font-weight:500;
	padding-bottom:10px;
}
.howblurb p{
	line-height:24px;
}

.services{
	padding:70px 0;
	
}
.services h2{
	font-size:36px;
	color:#01204e;
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}
.services h2::before{
	content:"";
	width: 100px;
    height: 3px;
	background:#3ebded;
    transform:translate(-50%, -50%);
	position:absolute;
	bottom:0;
	left:50%;
}
.each_price{
	width:100%;
	border:1px solid #3ebded;
	background:#f2fafd;
	padding:22px;
	border-radius:20px;
	text-align:center;
	min-height: 624px;
}
.each_price h3{
	font-size:24px;
	font-weight:500;
	padding:10px;
	background:#3ebded;
	display:block;
	color:#fff;
	border-radius:13px;
	margin-bottom:20px;
}
.each_price h4{
	font-size:48px;
	font-weight:700;
	color:#3ebded;
}
.each_price h5{
	font-size:16px;
	font-weight:600;
	color:#464646;
	position:relative;
	padding-bottom:18px;
	margin-bottom:18px;
}
.each_price h5::before{
	content:"";
	background:url("../images/pricedivider.png") no-repeat 0 0;
	width:100%;
	height:2px;
	position:absolute;
	bottom:0;
	left: 50%;
    transform: translate(-50%, -50%);
}
.each_price h6{
	font-size:16px;
	font-weight:600;
	color:#01204e;
	padding-bottom:18px;
}
.each_price ul{
	margin:0;
	padding:0;
}
.each_price ul li{
	font-size:16px;
	line-height:16px;
	font-weight:300;
	color:#262727;
	background:url("../images/tick.png") no-repeat 0 0;
	padding:3px 0 10px 30px;
	text-align:left;
}
.each_price a{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:#3ebded;
	padding:15px 20px;
	border-radius:5px;
	display:inline-block;
	font-weight:500;
	margin-top:30px;
	transition:0.5s ease;
}
.each_price a:hover{
	background:#88c540;
}
.each_price a i{
	margin-left:10px;
}
.ep_green{
	border:1px solid #88c540;
	background:#fafef5;
}
.ep_green a:hover{
	
	background:#3ebded;
}
.ep_green h3{
	background:#88c540;
}
.ep_green h4{
	color:#88c540;
}
.ep_green h5::before{
	background:url("../images/greendvdr.png") no-repeat 0 0;
}
.ep_green a{
	background:#88c540;
}

.whyuse{
	text-align:left;
	padding-top:70px;
	
}
.whyuse h2{
	text-align:left;
	padding-bottom:0;
	margin-bottom:15px;
}
.whyuse h2::before{
	display:none;
}
.whyuse h3{
	font-size:20px;
	color:#1c94d2;
	font-weight:600;
	line-height:25px;
	margin-bottom:10px;
}
.whyuse ul{
	margin:20px 0 15px;
	padding:0;
}
.whyuse ul li{
	font-size:16px;
	line-height:16px;
	font-weight:300;
	color:#262727;
	background:url("../images/tick.png") no-repeat 0 0;
	padding:3px 0 10px 30px;
	text-align:left;
}
.whyuse img{
	width:100%;
}
.about{
	padding:70px 0;
	background:url("../images/aboutbg.jpg") no-repeat 0 0;
	background-size:cover;
}
.about img{
	border-radius:13px;
}
.about h2{
	font-size:36px;
	color:#fff;
	padding-bottom:0;
	margin-bottom:15px;
	text-transform:uppercase;
}
.about h3{
	font-size:20px;
	color:#fff;
	font-weight:600;
	line-height:25px;
	margin-bottom:10px;
}
.about p{
	color:#fff;
	padding-bottom:15px;
}
.about a{
	font-size:16px;
	text-transform:uppercase;
	color:#0b2752;
	background:#fff;
	padding:15px 20px;
	border-radius:5px;
	display:inline-block;
	font-weight:500;
	transition:0.5s ease;
}
.about a i{
	margin-left:10px;
}
.about a:hover{
	background:#88c540;
	color:#fff;
}
.testimonials{
	padding:70px 0;
	background:#ededed;
}
.testimonials h2{
	font-size:36px;
	color:#01204e;
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}
.testimonials h2::before{
	content:"";
	width: 100px;
    height: 3px;
	background:#3ebded;
    transform:translate(-50%, -50%);
	position:absolute;
	bottom:0;
	left:50%;
}
.tstbtn{
	text-align:center;
}
.tstbtn a{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:#3ebded;
	padding:15px 20px;
	border-radius:5px;
	display:inline-block;
	font-weight:500;
	margin-top: 40px;
	transition:0.5s ease;
}
.tstbtn a:hover{
	background:#88c540;
}
.tstbtn a i{
	margin-left:10px;
}

.testimonials .owl-carousel .owl-item img {
	max-width:60px;
}
.testimonials .owl-nav{
	display:none;
}
.testimonials .owl-theme .owl-dots {
  margin-top: 0px;
}
.each_testi{
	padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  margin: 20px 10px;
  background:#fff;
}
.each_testi ul li{
	display:inline-block;
	margin:0 6px 10px 0;
}
.each_testi p{
	color:#5d5d5d;
}
.each_testi i{
	color:#3ebded;
	font-size:20px;
	margin-right: 4px;
}
.member{
	border-top:1px solid #d7d7d7;
	padding-top:20px;
	margin-top:20px;
}
.member h4{
	color: #88c540;
	font-size: 20px;
	margin-top: 7px;
	font-weight: 600;
}
.member img{
	float:left;
	border-radius:50%;
	width:60px;
	margin-right:10px;
}
.faq{
	padding:70px 0;
}
.faq h2{
	font-size:36px;
	color:#01204e;
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}
.faq h2::before{
	content:"";
	width: 100px;
    height: 3px;
	background:#3ebded;
    transform:translate(-50%, -50%);
	position:absolute;
	bottom:0;
	left:50%;
}
.accordion {
  background-color: #f3f3f3;
  color: #424343;
  cursor: pointer;
  padding: 13px 20px 11px 20px;
  width: 100%;
  border: 1px solid #cbcbcb;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
  border-radius: 8px;
  font-weight: 600;
  margin: 10px 0;
}
.faq_area p{
	font-size:16px;
}

.faq .active, .accordion:hover {
  background-color: #3ebded; 
  color:#fff;
}
.faq .active{
	margin: 5px 0 0 0;
	border-radius:5px 5px 0 0;
}
.accordion:after {
  content: '\002B';
  color: #3ebded;
  font-size:20px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.faq .active, .accordion:hover:after{
	color:#fff;
}
.faq .active:after {
  content: "\2212";
  color:#fff;	
}
.panel {
  padding:10px 18px;
  display: none;
  overflow: hidden;
  font-weight:300;
  background:#f2fafd;
  border-radius:0 0 5px 5px;
}
.panel a{
	color:#383838;
	text-decoration:underline;
}

.review{
	padding:70px 0;
	background:url("../images/callbg.jpg") no-repeat 0 0;
	background-size:cover;
	text-align:center;
}
.review h2{
	font-size:36px;
	color:#fff;
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.review h2::before{
	content:"";
	width: 100px;
    height: 3px;
	background:#3ebded;
    transform:translate(-50%, -50%);
	position:absolute;
	bottom:0;
	left:50%;
}
.review h3{
	font-size:36px;
	color:#fff;
	padding-bottom: 7px;	
}
.review h4{
	font-size:24px;
	color:#fff;
	font-weight:300;
	padding-bottom:35px;
}
.review a{
	font-size:16px;
	text-transform:uppercase;
	color:#0b2752;
	background:#fff;
	padding:15px 20px;
	border-radius:5px;
	display:inline-block;
	font-weight:500;
	transition:0.5s ease;
}
.review a i{
	margin-left:10px;
}
.review a:hover{
	background:#3ebded;
	color:#fff;
}

.footer{
	padding:70px 0 0 0;
	background:#000d13;
	position:relative;
}
.foot_link h4{
	font-size: 24px;
	color: #a8d055;
	position:relative;
	margin-bottom:16px;
	padding-bottom:15px;
    font-weight: 600;
}
.foot_link h4::before{
	content: "";
  width: 50px;
  height: 3px;
  background: #3ebded;
  position: absolute;
  bottom: 0;
  left: 0;
}
.foot_link ul{
	margin:0;
	padding:0;
}
.foot_link ul li a{
	color:#ffffff;
	font-size:16px;
	line-height: 30px;
	font-weight:300;
}
.foot_link ul li a:hover{
	color:#88c540;
}
.foot_cont ul li{
	background: url("../images/f1.png") no-repeat 0 4px;
  padding-left: 27px;
  color: #fff;
  font-size: 16px;
  padding-bottom: 7px;
  font-weight: 300;
}
.footer p{
	color:#fff;
	margin-top: 20px;
}
.foot_cont ul li:nth-child(2){
	background:url("../images/f2.png") no-repeat 0 4px;
}
.foot_cont ul li:nth-child(3){
	background:url("../images/f3.png") no-repeat 0 8px;
}
.social ul{
	margin:20px 0 0 0;
	padding:0;
}
.social ul li i{
	font-size:14px;
	color:#fff;
}
.social ul li{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	margin-right: 4px;
	transition:0.5s ease;
}
.social ul li:hover{
	background:#fff;
}
.social ul li:hover i{
	color:#000d13;
}
.copyright{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 60px;
	border-top: 1px solid #475055;
	padding: 30px 0;
}
.copyright a{
	color:#a8d055;
}
.copyright a.pro{
	color:#6f6f6f;
}
.copyright a:hover{
	color:#fff;
}

/*--------------------inner page css-------------------------*/

.servicesbann{
	background: url("../images/innbann.jpg") no-repeat 0 0;
}
.innerban_text{
	margin-top: 228px;
}
.innercontact{
	padding:70px 0;
}
.contbann{
	background: url("../images/contbann.jpg") no-repeat 0 0;
}
.cont_details{
	border: 2px solid #88c540;
  border-radius: 20px;
  padding: 80px 60px 40px 60px;
}
.cont_details ul{
	margin:0;
	padding:0;
}
.cont_details ul li{
	color:#3ebded;
	font-size:20px;
	text-transform: uppercase;
	list-style:none;
	position:relative;
	margin-bottom:60px;
	font-weight:600;
}
.cont_details ul li span{
	font-size: 16px;
	color: #000;
	font-weight: 300;
	display: block;
	text-transform: full-size-kana;
}
.cont_details ul li span a{
	color:#000;
}
.cont_details ul li span a:hover{
	color:#88c540;
}
.cont_details ul li:nth-child(2){
	padding-top: 14px;
	padding-bottom: 12px;
}
.cont_details ul li:nth-child(3){
	padding-top: 14px;
	padding-bottom: 12px;
}
.cont_details ul li:nth-child(4){
	padding-top: 15px;
}
.cont_details ul li::before{
	content:"";
	position:absolute;
	width:80px;
	height:84px;
	background:url("../images/location.png") no-repeat 0 0;
	top:0;
	left:-100px;
}
.cont_details ul li:nth-child(2)::before{
	background:url("../images/call.png") no-repeat 0 0;
}
.cont_details ul li:nth-child(3)::before{
	background:url("../images/mail.png") no-repeat 0 0;
}
.cont_details ul li:nth-child(4)::before{
	background:url("../images/review.png") no-repeat 0 0;
}
.cont_form{
	padding:40px;
	background:#ededed;
	border-radius:20px;
}
.cont_form h2{
	font-size:36px;
	color:#000;
	padding-bottom:10px;
	text-transform:uppercase;
}
.cont_form p{
	color:#88c540;
	font-size:18px;
	margin-bottom:40px;
}
.cont_form input[type=text],input[type=email],input[type=phone],textarea{
	background: #fff;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	padding: 20px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
	color: #797979;
}
.cont_form textarea{
	min-height: 154px;
}
#submit{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	background:url("../images/btnarr.png") no-repeat 87px 21px #3ebded;
	padding:15px 50px 15px 20px;
	border-radius:5px;
	display:inline-block;
	font-weight:500;
	transition:0.5s ease;
	border: none;
	position:relative;
}
#submit:hover{
	background:url("../images/btnarr.png") no-repeat 87px 21px #88c540;
}
.churchbann{
	background: url("../images/cbann.jpg") no-repeat 0 0;
}
.innerchurch{
	padding:70px 0;
}
.innerchurch h2 {
  font-size: 36px;
  color: #01204e;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.innerchurch .whyuse{
	padding-top:0;
}
.innerhelp{
	padding:70px 0;
	text-align:center;
}
.innerhelp h2{
	font-size:36px;
	color:#01204e;
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}
.innerhelp h2::before{
	content:"";
	width: 100px;
    height: 3px;
	background:#3ebded;
    transform:translate(-50%, -50%);
	position:absolute;
	bottom:0;
	left:50%;
}
.helpblurb{
	border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s ease;
  min-height: 142px;
  display: grid;
}
.helpblurb i{
	font-size: 38px;
	color: #88c540;
	margin-bottom: 10px;
}
.bicon i{
	color:#3ebded;
}

.helpblurb h3{
	font-size: 16px;
}
.helpblurb:hover{
	background:#88c540;
	color:#fff;
}
.bicon:hover{
	background:#3ebded;
	color:#fff;
}
.helpblurb:hover i{color:#fff;}
.innerhelp p{
	width:60%;
	margin: 30px auto 0 auto;
}
.churchbg{
	background:url("../images/church.jpg") no-repeat 0 0;
	background-size:cover;
}
.innerwhat{
	background:#f2fafd;
	padding:70px 0;
}
.eachwhat h2{
	font-size:36px;
	color:#000;
	padding-bottom:10px;
	text-transform:uppercase;
}
.eachwhat h3 {
  font-size: 20px;
  color: #1c94d2;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}
.eachwhat ul {
  margin: 20px 0 15px;
  padding: 0;
}
.eachwhat ul li {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #262727;
  background: url("../images/tick.png") no-repeat 0 0;
  padding: 3px 0 10px 30px;
  text-align: left;
}
.eachwhat img{
	border-radius:13px;
}
.pt-0{
	padding-top:0;
}












#backToTop {
    display: inline-block;
    background: url(../images/up_arw.png) no-repeat center #a8d055;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	border-radius:50%;
  }

  #backToTop:hover {
    cursor: pointer;
    background-color: #3ebded;
  }
  #backToTop:active {
    background-color: #3ebded;
  }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }
  






/*responsive css*/  
  
  
@media only screen and (max-width:1250px) {
	 
	 
	 
}


 @media only screen and (max-width:1199px) {
    
	.container {
         max-width: 1024px !important;
         margin: 0 auto;
		 width:90%;
		 
    }
	.howitworks .container::before{display:none;}
	.cont_details{
	padding: 90px 40px 0px 40px;
	text-align: center;
}
.cont_details ul li{
	margin-bottom:70px;
}
.cont_details ul li:nth-child(3){
	margin-bottom: 60px;
}
.cont_details ul li:nth-child(4){
	padding-top: 27px;
}
.cont_details ul li::before{
	width:40px;
	height:44px;
	top:-22px;
	left:50%;
	transform: translate(-50%, -50%);
	background-size: 40px;
}
.cont_details ul li:nth-child(2)::before{
	background-size: 40px;
	top: -8px;
}
.cont_details ul li:nth-child(3)::before{
	background-size: 40px;
	top: -10px;
}
.cont_details ul li:nth-child(4)::before{
	background-size: 40px;
	top: 3px;
}
.helpblurb h3 {
  font-size: 14px;
}
}



 @media screen and (max-width: 1024px) {
   
	
	.container {
         max-width: 980px !important;
         margin: 0 auto;
		 width:90%;
    }
	.logo {
		width: 142px;
	}
	.nav ul li a {
		padding: 18px 9px;
	}
	.helpblurb {
  min-height: auto;
  margin-bottom: 15px;
}
.innerhelp p {
  width: 100%;
  margin: 10px auto 0 auto;
}
.innerchurch .whyuse img {
  width: auto;
}
.churchbg img{
	margin-bottom: 20px;
}
.eachwhat{
	margin: 20px 0;
}
.innerwhat {
  padding: 50px 0;
}
}

 @media screen and (max-width: 980px) {
    
	 .container {
         max-width: 700px !important;
         margin: 0 auto;
		 width:90%;
      }
	  p {
  font-size: 14px;
  line-height: 24px;
}
 	
	
	  
	
	 /*responsive menu start*/
	 
	 .nav{
		 display: none;
	 }
	 .menu_sec{
		display:none;
	}
	
     .mob_header {
         display: block;
		 float: right;
    }
	
    .col-lg-3.col-md-3.col-sm-12.col-xm-12.logo_sec_info {
         display: inline-block;
    }
	
    .logo_sec img {
        
         margin-bottom: 0px;
    }
	
    .menu_btn_open {
        float: right;
		margin-top: 0;
		margin-right: 0;
		position: relative;
		top: 35px;
		z-index: +1;
		right: 0px;
    }
	
      .menu_open {
    font-size: 30px !important;
    color: #fff;
    cursor: pointer;
    transition: .5s ease;
    margin-top: 1px;
  }
	
	.menu_open:hover{ color:#88c540; }
	
    .menu_btn_close {
         float: right;
         margin-right:50px;
         margin-top: 8px;
    }
	
    .fa.fa-times.menu_close {
         font-size: 21px;
         color: #ffffff;
         cursor: pointer;
		 transition:.5s ease;
    }
	
	.fa.fa-times.menu_close:hover{ color:#88c540; }
	
    .topnav.mob_menu.active{
         right: 0%;
         top: 0px;
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
    }
	
    .site_hp.active {
         overflow-y: hidden;
    }
	
    .mob_menu {
         position: fixed;
         right: -100%;
         top: 0px;
         background-color: #000;
         width: 402px;
         z-index: +999;
         height: auto;
         display: block;
    }
	
    .mob_menu ul {
         width: 100%;
    }
	
    .mob_menu li {
         padding: 10px 24px;
         border-bottom: 1px solid #1b1b1b;
         list-style: none;
    }
	.mob_menu li.dropdown > button {
	    background: transparent;
	    border: 0;
	    color: #fff;
		transition:.5s ease;
	}
	
	.mob_menu li.dropdown > button:hover{ color:#060644; }
	
	.mob_menu li.dropdown > ul.dropdown-menu {
	    width: max-content;
	    transform: translate(25px, 0px);
	    padding: 10px 0;
	    border-radius: 0;
	    border: 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li {
	    padding: 2px 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li > a:hover {
	    background: transparent;
	    color: #e6148a;
	}
	.mob_menu li.dropdown > button::after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 600;
	    font-size: 12px;
	    margin-left: 10px;
	}
    .mob_menu a {
         color: #ffffff;
		 display: block;
         font-size: 16px;
         text-align: left;
    }
    
    .mob_menu li.active a {
         color: #ffffff;
         font-weight: 600;
    }
	
    .mob_menu {
         width: 100%;
         height: 100%;
    }
	
	.mob_menu a:hover {
		color: #88c540;
	}
	
	.mod_logo_section{
		display:block;
	}
	
	.logo_section{
		display:none;
		    margin-top: 15px;
	}
	
	.mod_logo_section img {
		width: 100%;
		height: auto;
	}
	
    /*responsive menu*/
	
	.whyuse img {
		margin-top: 20px;
	}
	.about {
  text-align: center;
}
	.about img {
  margin-bottom: 40px;
}
	
	.footer {
		padding: 50px 0 0 0;
	}
	.foot_link{
		min-height:270px;
	}
	.foot_cont{
		min-height:auto;
	}
	.cont_details {
    margin-bottom: 30px;
  }
}


 @media screen and (max-width: 767px) {
    
	 .container {
         max-width: 400px !important;
         margin: 0 auto;
		 width:90%;
    }
	    p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner_text {
  margin-top: 148px;
  margin-bottom: 70px;
}
  .banner_text h1 {
  font-size: 34px;
}
     .mob_header {
    float: right;
  }
   .menu_btn_open {
    margin-top: -110px;
  }
	#encouraging_apparel .owl-nav {
   
    display: none;
}
.howitworks {
  padding: 50px 0 30px 0;
}
.howitworks h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.howblurb{
	padding-bottom:20px;
}
.services {
  padding: 50px 0;
}
.services h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.each_price {
  min-height: auto;
  margin-bottom: 20px;
}
.whyuse {
  padding-top: 30px;
}
.whyuse h3 {
  font-size: 18px;
  line-height: 22px;
}
.about {
  padding: 50px 0;
}
.about h2 {
  font-size: 30px;
}
.about h3 {
  font-size: 18px;
  line-height: 22px;
}
.testimonials {
  padding: 50px 0;
}
.testimonials h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.faq {
  padding: 50px 0;
}
.faq h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.review {
  padding: 50px 0;
}
.review h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.review h3 {
  font-size: 26px;
}
.review h4 {
  font-size: 16px;
  padding-bottom: 15px;
}
 .foot_link {
    min-height: auto;
    margin-bottom: 30px;
  }
.banner_text a {
  font-size: 14px;
  padding: 10px 20px;
}
.each_price a{
	font-size: 14px;
  padding: 10px 20px;
}
.about a{
	font-size: 14px;
  padding: 10px 20px;
}
.review a{
	font-size: 14px;
  padding: 10px 20px;
}
.innercontact {
  padding: 50px 0;
}
.innerchurch {
  padding: 50px 0;
}
.churchbg{
	padding-bottom:30px;
}
.innerhelp {
  padding: 50px 0;
}
.innerwhat {
  padding: 50px 0;
}
.cont_form h2 {
  font-size: 30px;
}
.cont_form p {
  font-size: 16px;
  margin-bottom: 20px;
}
.innerchurch h2 {
font-size: 30px;
}
.innerhelp h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.eachwhat h2 {
  font-size: 30px;
}
.eachwhat h3 {
  font-size: 18px;
  line-height: 20px;
}
	
}
 @media only screen and (max-width: 480px) {
    
	 .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% ;
    }  
.banner_text p {
  font-size: 15px;
  margin-bottom: 20px;
}

	
}



 @media only screen and (max-width: 360px) {
    
	 
.container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% ;
    } 	 
	 
	
	 
}
 

 @media only screen and (max-width: 320px) {
    
	
	
	
} 