@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/* font-family: 'Montserrat', sans-serif; */

body { background:#ffffff; padding:0px; margin:0px; font-size:16px; color:#707070; font-family: 'Montserrat', sans-serif; font-weight:400; line-height:22px; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }
a, img { border: medium none; }
div { margin: 0; padding: 0; }
p { font-size:14px; line-height:22px; padding:0px; margin:0px; } 
h1, h2, h3, h4, h5, h6 { font-weight:normal; padding:0px; margin:0px; }
a{ color: #3c3c3b; text-decoration: none; outline:none; }
a:hover { color: #ff6c2b; }
a:focus, :focus{ outline:none; }
ul,ol { list-style-type:none; padding:0px; margin:0px; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }
* { -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; }
.clear { clear: both; line-height: 1px; padding:0px; height:0px; font-size:1px; }
.left { float:left; }
.right { float:right; }
.anim { -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; }
form { margin: 0; padding: 0; }
.row { float:none; width:1160px; padding:0px; margin:0 auto; position:relative;}


/****  Header CSS  ****/
header { float:left; width:100%; background:#FFFFFF; position:relative; z-index:10; padding:0px; margin:0px; height:60px; }
.logo { float:left; position:absolute; padding:0px 0px 0px 0px; line-height:0px; }
.top-right { float:right; font-size:12px; color:#b3bcb6; margin:0px; }
.top-right img { vertical-align:middle; margin:0px 6px 0px 25px;  }
.top-right a { color:#b3bcb6;  } 
.top-right a:hover { color:#FFFFFF; } 
.mobNav  { display:none; position:fixed; right:0px; overflow:hidden;}
.m-menu { display:none; position:absolute; background:#ff6633; top:0; right:0; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; }
.m-menu a { display:block; text-align:right; outline:none; padding:14px 15px 19px; }
.m-menu a span { display:block; background:#ffffff; width:30px; height:3px; margin-top:6px; }
.m-menu a:hover {  background:#383838; }
.m-menu a:hover span { background:#ffffff;}
.mobi-logo {  background:#ffffff; float: left; padding:7px 0 0-; position: relative; text-align: center; width:100%; z-index: 99; height:110px; line-height:0px; }
.sticky-wrapper { float:left; width:100%; position:relative; z-index:99999; }
.is-sticky header { height:48px; }
.is-sticky .m-menu a { padding:7px 15px 14px; }
.is-sticky .logo { padding-top:3px; }
.is-sticky .logo img { width:175px; }
.is-sticky header { -webkit-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.2); box-shadow:0px 1px 10px rgba(0, 0, 0, 0.2); }
.is-sticky .ddsmoothmenu { margin-top:0px; }
.is-sticky .ddsmoothmenu ul li a { line-height:48px; }
.is-sticky .m-menu a { padding:7px 15px 14px; }
.banner { position:relative; float:left; width:100%; background:url(../img/loader.gif) no-repeat center center #ededeb; min-height:533px; }
.feature-banner { position:relative; float:left; width:100%; height:155px; background:url(../img/product-banner.jpg) no-repeat top center; padding:0; }

.home-product { float:left; width:100%; background:url(../img/btm-bg.png) bottom center repeat-x; padding:30px 0px 50px 0px; margin:0px 0px; font-size:14px; color:#383838; text-align:center; line-height:24px; }
.home-product h1 { display:inline-block; clear:both; position:relative; padding:10px 0px 20px; margin:0px 0px 15px; font-size:28px; color:#000000; font-weight:700; text-align:center; line-height:24px; }
.home-product h1::before {  border-bottom:1px solid #a4a4a4; bottom: -1px; content: ""; height: 1px; left: 50%; margin-left: -150px; position: absolute; width: 300px; }
.home-product h1::after { position:absolute; content:''; background:url(../img/img-star.png) no-repeat #FFFFFF; left:50%; bottom:-10px; margin-left:-25px; width:49px; height:18px; }
.home-product p { padding:10px 0px; margin:0px 0px; font-size:14px; color:#383838; text-align:center; line-height:26px; }
.home-product ul { float:left; width:100%; font-size:15px; color:#444343; font-weight:500; padding:30px 0px; margin:0px 0px; }
.home-product ul li { float:left; width:30%; padding:0px 0px; margin:0px 5% 0px 0px; text-align:center; }
.home-product ul li:last-child { margin-right:0px; }
.feature-img { float:left; width:100%; margin-bottom:10px; overflow:hidden; line-height:0px; }
.home-product ul li .feature-img img{transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; width:100%;}
.home-product ul li:hover .feature-img img{-ms-transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2);}
.view-btn { float:left; width:100%; text-align:center; padding:0px 0px; margin:0px 0px; }
.view-btn a { display:inline-block; background:#1d1d1b; font-size:12px; color:#FFFFFF; text-transform:uppercase; padding:10px 25px; border-radius:3px; }
.view-btn a:hover { background:#ff6633; }

.horange-box { float:left; width:100%; background:#ff6c2b; font-size:16px; font-weight:300; color:#FFFFFF; line-height:30px; padding:50px 0px 30px 0px; margin:0px 0px; }
.horange-box h2 { display:inline-block; clear:both; position:relative; padding:5px 0px; margin:0px 0px 20px 0px; font-size:30px; color:#FFFFFF; font-weight:700; text-transform:uppercase; line-height:28px;  }
.horange-box span { display:block; font-size:16px; font-weight:700; color:#FFFFFF; padding:0px 0px; margin:0px 0px 20px 0px; }
.horange-box ul { float:left; width:100%; padding:0px 0px; margin:0px 0px; }
.horange-box ul li { float:left; background:url(../img/arrow-bullet.png) 0px 8px no-repeat; padding:0px 0px 20px 30px; margin:0px 0px 0px 0px;  }
.hwhite-box { float:left; width:100%; background:#FFFFFF; font-size:14px; font-weight:300; color:#7c7c7c; line-height:24px; padding:30px 0px 20px 0px; margin:0px 0px; }
.hwhite-box ul { float:left; width:100%; padding:0px 0px; margin:0px 0px; }
.hwhite-box ul li { float:left; background:url(../img/arrow-bullet.png) 0px 8px no-repeat; width:29%; border-right:1px solid #e4e4e4; padding-right:5%; margin-right:5%;  }
.hwhite-box ul li .img-box { float:left; margin-right:20px; line-height:0px; }
.hwhite-box ul li span { display:inline-block; font-size:20px; color:#1d1d1b; font-weight:700; text-transform:uppercase; padding:20px 0px 0px 0px; margin:0px 0px 0px 0px;  }
.hwhite-box ul li:nth-child(2) { width:32%; }
.hwhite-box ul li:last-child { border-right:0px solid #e4e4e4; padding-right:0px; margin-right:0px; }

h1 { font-size:32px; color:#f1f1f1; padding:10px 0px; }
.feature-banner h1 { float: left; padding: 0px; line-height:36px; display: flex; align-items: center; justify-content: left;  height: 155px; width: 600px; }
.bredcum { float:right; padding:55px 0px 0; font-size:12px; color:#bababa; margin:10px 0px; }
.bredcum a { float:left; background:url(../img/barrow.png) right no-repeat; padding:0px 18px 0px 0px; margin:0px 10px 0px 0px; }
.bredcum img { margin:2px 0px 0px 0px; }
.maincontent { float:left; width:100%; padding:35px 0px; margin:0px 0px; }
.content { float:left; width:822px; font-size:14px; font-weight:300; padding:0px 0px; margin:0px 48px 0px 0px; }
.sidebar { float:left; width:290px; padding:12px 0px; margin:0px 0px; }
.content h2 { font-size:28px; color:#000000; font-weight:700; padding:10px 0px; margin:0px 0px 10px 0px; border-bottom:1px solid #d1d1d1; }
.content h3 { font-size:20px; color:#f16a37; font-weight:700; padding:0px 0px; margin:10px 0px 0px 0px; }
.content p { padding:10px 0px; margin:0px 0px; line-height:26px; }
.content ul { float:left; width:100%; padding:0px 0px; margin:0px 0px; }
.content ul li { float:left; background:url(../img/bullet.png) 5px 5px no-repeat; width:100%; padding:0px 0px 15px 20px; margin:0px 0px; }
.sidebar a{ color: #818181; text-decoration:underline; outline:none; }
.sidebar a:hover { color: #ff6c2b; text-decoration:none; }
.client-church { float:left; width:100%; margin-bottom:20px; }
.client-church a { display:block; width:100%; height:260px; background:url(../img/img-our-clients.jpg) no-repeat bottom center; background-size:100% auto; }
.client-church img { float:left; width:100%; display:none; }
.down { float:left; display:block; width:100%; height:388px; background:url(../img/img-download.jpg) no-repeat bottom center; background-size:100% auto; font-size:14px; color:#FFFFFF; font-weight:300; line-height:30px; text-transform:uppercase; text-align:center;  padding:145px 0px 0; margin-bottom:20px; }
.down span { display:block; font-size:28px; font-weight:700;  padding:5px 0px; margin:0px 0px; }
.down a { display:inline-block; background:#1a1a1a; font-size:12px; color:#FFFFFF; text-decoration:none;  padding:5px 10px; margin:10px 0px; border-radius:3px; }
.down a:hover { background:#FFFFFF; color:#000000; }
.reach-box { float:left; width:100%; background:#fdfdfd; padding:0px 0px; margin:0px 0px; border:1px solid #ededed;}
.reach-box h2 { background:#ededed; font-size:20px; color:#000000; font-weihgt:500; padding:12px 25px; margin:0px 0px 20px 0px; }
.reach-box ul { float:left; width:100%; padding:0px 23px; margin:0px 0px; }
.reach-box ul li { float:left; width:100%; font-size:14px; color:#818181; padding:0px 0px 20px 0px; margin:0px 0px; }
.reach-box ul li .img-box { float:left; width:34px; margin:5px 20px 0px 0px; line-height:0px; }
.reach-box ul li .txt-box { float:left; width:76%; margin:0px 0px 0px 0px; }

.tbl { float:left; width:100%; padding:0px 0px; margin:20px 0px 0px 0px; border:1px solid #192831; border-bottom:0px; border-right:0px; }
.tbl th { text-align:left; background:#192831; color:#FFFFFF; padding:5px 10px; }
span.mandry { font-family:Arial; color:#ff0000; font-weight:700; font-size:15px; }
.tbl td { border-right:1px solid #192831; border-bottom:1px solid #192831; padding:5px 10px; color:#000000;  }
.tbl th,.tbl td  { text-align:center; }
.tbl th:first-child,.tbl td:first-child  { text-align:left; }
.content strong { font-weight:600; }
a.lnk{ color: #3c3c3b; text-decoration:underline; outline:none; }
a.lnk:hover { color: #ff6c2b; }
.pfeature { float:left; width:100%; padding:0px 0px; margin:10px 0px 30px 0px; }


/*  Footer CSS  */
footer { float:left; width:100%; background:#31251b; color:#d3d3d3; line-height:30px; padding:35px 0px 25px 0px; text-align:center; }
.addr { width:100%; text-align:center; }
footer .addr span { display:inline-block; }
footer ul {float:none; width:132px; line-height:30px; padding:10px 0px 0px 0px; margin:0px auto; text-align:center; }
footer ul li{ float:left; padding:0px 5px 0px 5px; text-align:center; }
footer ul li a{ display:block; background:url(../img/social-links.png) no-repeat; width:34px; height:34px; text-indent:-99999px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }
footer ul li a.facebook { background-position:0px 0px;  }
footer ul li a.twitter { background-position:-34px 0px;  }
footer ul li a.google-plus { background-position:-68px 0px;  }
footer ul li a.facebook:hover { background-position:0px -34px;  }
footer ul li a.twitter:hover { background-position:-34px -34px;  }
footer ul li a.google-plus:hover { background-position:-68px -34px;  }
.copyright { display:block; clear:both; font-size:12px; color:#d3d3d3; font-weight:100; padding:10px 0px 0px; }
.copyright span { display:inline-block; }

.content.offer { width: 100%;}
.content.offer h2 { line-height: 32px; text-align:center;}
.content.offer h3 { float:left; color:#f16a37; margin:15px 0 20px; text-align:center; width:100%;}
.offer-img { float: left; margin: 0 auto; text-align: center; width: 100%; padding:20px 0;}
.offer-img img { float:none; margin: 0 10px; text-align:center; width:auto;}
.offer-reachus { float: left; width: 100%;}
.offer-reachus h4 {float:left; color:#f16a37; font-size:18px; font-weight:700; margin-bottom:15px; text-align:left; width:100%;}
.offer-reachus ul { float:left; width:100%; padding:0px 23px; margin:0px 0px; }
.offer-reachus ul li { float:left; background:rgba(0, 0, 0, 0) none repeat scroll 0 0; width:100%; font-size:14px; color:#818181; padding:0px 0px 20px 0px; margin:0px 0px; }
.offer-reachus ul li .img-box { float:left; width:34px; margin:5px 20px 0px 0px; line-height:0px; }
.offer-reachus ul li .txt-box { float:left; width:76%; margin:7px 0; }
#mc_embed_signup { float:left; display:block; width:100%; background-color:#ECECEC; border:1px solid #CCCCCC; padding:0px 0px; margin:20px 0px 30px; }
.mc-field-group input[type="text"], .mc-field-group input[type="email"] {  line-height: 28px; }
#mc_embed_signup .mc-field-group { padding-bottom:2%!important; }
#mc_embed_signup .button { margin-bottom:20px!important; margin-top: 5px!important;}
.content.offer a.lnk{ color: #0070c0; text-decoration:underline; outline:none; }
.content.offer a.lnk:hover { color: #ff6c2b; }
.is-sticky .clogo { padding-top:3px; }
.is-sticky .clogo img { width:175px; }

