body {
  font-family: "Open Sans", Helvetica, sans-serif !important;
	overflow: hidden;
	overflow-y: scroll;
	font-size:14px;
  color:rgb(39, 39, 39);
}
p { margin: 0 0 10px;
   }
/*=====================
2-General Styles
======================*/

.lt-ie9 .animated {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important;
	transform: none !important;
}

section{ padding:60px 0 55px 0;}

img {
	max-width: 100%;
	height: auto;
}
.borderbottomimg {
  margin:10px 0 25px 0;
}
ul{
	margin:0;
}
a { outline: none !important; color:rgb(17, 85, 204); }
a:hover{color: inherit;}
h1, h2, h3, h4, h5, h6, p {
	margin:15px 0;
}

h1, h2, h3 {
  font-family: "Playfair Display", Helvetica, sans-serif;
}

h1 { font-size: 90px; line-height:1.2em; }
h2 { font-size: 48px; line-height:1.3em; }
h3 { font-size: 34px; line-height:1.3em; }
h4 { font-size: 26px; line-height:1.3em;}
h5 { font-size: 20px; line-height:1.3em;}
h6 { font-size: 18px; line-height:1.3em;}
p { font-size: 22px;line-height:1.45em; color:#2f2f2f; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center!important; }
.text-center p { text-align: center!important;}
.touch-text h4{
    margin:10px 0!important;
}


.img-round {
  border-radius:50%;
}

.bookpage {
  border-top:21px solid rgb(106, 163, 113);
}

.bookpage p {
  font-size:18px;
}

form {
  margin-top:30px;
}


.logobg p {
  text-align:center;
  margin:25px 0;
}

.sbtn {
  margin-top:40px;
}


.color-black {
  color: #111!important;
}


.modal-header .close {
    margin-top: -20px;
    font-size:32px;
    margin-right:-10px;
}


.modal-header {
  background:rgb(1, 116, 199);
  padding:30px 30px 15px 30px;
}

.modal-title {
  color: #fff;
  text-align:center;
  font-weight:700;
}

.modal-body {
  padding:15px 20px 20px 20px;
}

.lead-form-area {
  max-width:800px;
  margin:0 auto;
  padding:0px 35px 80px 35px;
}

.modal p  {
  color: #fff;
  text-align: center;
}

.lead-form-area .button {
    outline: none;
    display: block;
    background-color: rgb(106, 163, 113);
    width: 100%;
    border: 0;
    padding: 20px 30px;
    color: #FFF;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top:0px;
    box-shadow: rgb(0 0 0 / 30%) 0px 8px 30px 0px;
    font-size:24px;
    border-radius:10px;
}

.modal label {
    display: block;
    width: 100%;
    margin:18px 0 0px 0;
    color:rgb(54 115 61);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align:left;
}

.modal input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px;
  color: #999;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:4px;
}




.margin-right-25 {


  margin-right: 25px !important;


}



input[name="name_here_goes"]{
    display: none;
}


input[name="name_here"]{
    display: none;
}


.ftst {
  margin-top:40px;
}


.faqheader {
  margin-bottom:30px;
}


.faqarea {
  padding-right:10px;
}


.faqarea h5 {
  text-transform:uppercase;
  font-weight:600;
}


.opensans {
  font-family: 'Open Sans', sans-serif!important;
}

.sans {
      font-family: sans-serif;
}

.faqarea p {
  font-weight:400;
  font-family: 'Open Sans', sans-serif;
}

.aboutexts p {
  font-weight:400;
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom:30px;
  line-height:1.5em;
}

.faq {
  margin-bottom:30px;
}


.personalimg {
  margin-top:-60px;
  margin-left:-60px;
}

.img-logo {
  max-width:180px;
  height:auto;
  margin-top:8px;
}

.btn{
        white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
	padding:18px 5px;
	border-radius:5px;
    text-align: center;
    border:none;
	text-transform:inherit;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight:700;
    transition:all 0.5s;
}
.btn-color{   
    background:#87b337;
    border:0!important;outline:0!important}
.btn-color:hover{    background:#79a132;}

.btn-wide{
    width:100%;
}

.btn:hover,.btn:focus,.btn:visited,.btn:active{
    color: #fff!important;
}

.lendam {
  border:1px solid #333;
  padding:12px;
  max-width:400px;
  margin:0 auto 20px auto;
}

.text-extralight{font-weight:100 !important;}
.text-light{font-weight:300 !important;}
.text-semibold{font-weight:600 !important;}
.text-bold{font-weight:700 !important;}
.text-extrabold{font-weight:800 !important;}
.text-uppercase{text-transform:uppercase !important;}
.text-lowercase{text-transform:lowercase !important;}
/*===============================================
Form Styling
=================================================*/


input[type="text"],input[type="tel"],input[type="number"],input[type="email"],input[type="password"],select,textarea{
      background-color: #ffffff;
    color: #6a6a6a;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    font-size: 16px;
    height:44px;
    padding-left: 11px;
    padding-right: 9px;
    margin-bottom:12px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(130,137,150,0.23),0 1px 0 rgba(255,255,255,0.95) !important;
}
input[type="text"].tranparent,input[type="tel"].tranparent,input[type="email"].tranparent,input[type="password"].tranparent,textarea.tranparent{
  background:none;
  border:1px solid #7cbf1d;
  color:#7cbf1d;
}
textarea{
  height:60px;
    padding-left: 11px;
    padding-right: 9px;
}
label{
    font-size: 14px;
    margin-bottom:5px;
    color: #fff;
    font-weight:500;
}
label.tranparent{
  color:#8e9297;
}


.inform {
  margin-top:20px;
  background:rgba(0,0,0,0.15);
  padding:13px 25px 15px 25px;
  margin-bottom:-1px;
}

.inform p {
  margin:8px 0;
  font-size:12px;
  line-height:1.4em;
}

.inform h6 {
  font-size:18px;
}


.black {
    color: rgb(58, 58, 58);
}

.fw700 {
  font-weight:700;
}

.fw800 {
  font-weight:800;
}


.fw900 {
  font-weight:900;
}

.teal {
  color: rgb(42, 169, 213);
}

.green {
  color:rgba(40, 132, 74, 0.96);
}


.fw600 {
  font-weight:600;
}

.fw500 {
  font-weight:500;
}

.wlcomefncy {
    background: #00A4D5;
    padding: 20px 40px 48px 40px;
}

.doublelistt {
  padding-left:20px;
}

.nopadd {
  padding:0;
}

.ourlist {
  padding-left:0px;
}

.inputrow {
  margin-bottom:13px;
}


.lendersarea .col-sm-4 {
  padding:0;
}

.landcont {
    box-shadow: rgba(0,0,0,0.15) 0 5px 10px 0, rgba(0,0,0,0.3) 3px 3px 10px 0;
    margin-top:15px;
}

.profilen {
    background-color: #a0cd4e;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 18px 10px 19px 10px;
    font-size:20px;
    text-align:center;
}

.detailed {
    background-color: #555555;
    color: #fff;
    font-weight:500;
    position: relative;
    padding: 18px 10px 19px 10px;
    font-size:20px;
    text-align:center;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}


/*==============================================
Spacing Helping Classes
===============================================*/
.mb-10{ margin-bottom:10px;}
.mb-5{ margin-bottom:5px!important;}
.mb-0{ margin-bottom:0px!important;;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}
.mb-35{ margin-bottom:35px;}
.mb-40{ margin-bottom:40px;}
.mb-45{ margin-bottom:45px;}
.mb-50{ margin-bottom:50px;}
.mt-10{ margin-top:10px;}
.mt-5{ margin-top:5px!important;}
.mt-0{ margin-top:0px!important;;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-45{ margin-top:45px;}
.mt-50{ margin-top:50px;}
.pt-0 {
  padding-top:0!important;
}
.pb-0 {
  padding-bottom:0!important;
}

/*==========================
parallax
==========================*/

.navtop {
  padding:10px 0 11px 0;
}

.parallax {
  background:rgb(106, 163, 113);
  padding:70px 80px 100px 80px;
  position: relative;
  }

  .buttonarea {
    background:rgb(228, 59, 44);
  }


.text-black {
  color: #000!important;
}


.tstmn {
  margin-bottom:70px;
}


.stext {
  background:#ffffff;
    -webkit-box-shadow: -2px 7px 86px 0px rgb(47 47 47 / 28%);
    -moz-box-shadow: -2px 7px 86px 0px rgba(47, 47, 47, 0.28);
    box-shadow: -2px 7px 86px 0px rgb(47 47 47 / 28%);
  padding:15px 70px 60px 70px;
}



.rcont {
  margin-top:50px;
}


.stext p {
  font-size:20px;
  margin-top:0px;
}


.stext p {
  font-size:20px;
  margin-top:-40px;
  margin-bottom:20px;
}


.tstmn .col-sm-4 {
  padding:0 15px;
}

.authname {
  margin-top:10px!important;
  font-size:16px!important;
}


.btnlinkto {
  margin-top:40px;
}


.topbard {
    background:#E03F10;
    padding:20px 10px 30px 10px;
    }

.topbard h6 {
    line-height:1.5em;
    margin:5px 0 9px 0;
    }

.color-fresh {
    color:rgb(50, 171, 238);
}

.rcont p {
  color: rgb(102, 102, 102);
  font-size:18px;
}

.color-gray {
    color:rgba(47, 47, 47, 0.82);
}

.color-black {
    color: #000;
}

.color-brand {
    color:rgb(54 115 61);
}

.brand-bg {
    background:#E03F10!important;
}

.fsz14 {
    font-size:14px!important;
}

.tshad-forwhite {
        text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.headerp p {
  font-size:16px;
}


.gradientbtn {
  background-image: linear-gradient(to right, #85b135 0%, #a0cd4e 100%, #85b135 100%);
  width:100%;
  padding:12px 40px 13px 40px;
  border-radius:40px;
  font-size:18px;
  border:0!important;
  outline:0!important;
}


.gradientbtn:hover { background-image: linear-gradient(to right, #a0cd4e 0%, #85b135 100%, #a0cd4e 100%); background-position: right center!important; }

.bluebtn {
  background:#0272b9;
  padding:17px 50px 17px 50px;
  border-radius:40px;
  font-size:16px;
  border:0!important;
  outline:0!important;
  font-weight:600;
  margin-top:30px;
}

.frame {
  border:5px solid rgb(54 115 61);
}

.info {
  max-width:800px;
  margin:0 auto 35px auto;
}

.embed-container { 
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin-bottom:40px; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.taglinebg {
  background:rgb(54 115 61);
  padding:10px 0 15px 0;
}

.taglinebg p {
  font-size:20px;
  margin:0;
  font-weight:200;
}


.logobg {
    padding-top: 50px;
    padding-bottom: 100px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.95);    
    background-image: url(../../img/crossword.png);
    background-position-y: -3px;
    border: none !important;
}

.topborder {
  max-width:800px;
  margin:0 auto;
}




.parallax2 {
  padding:40px 10px 40px 10px;
  position: relative;
}

.hirebox {
  border-right:3.5px solid rgb(218, 42, 39);
  border-left:3.5px solid rgb(218, 42, 39);
  border-top:3.5px solid rgb(218, 42, 39);
  max-width:800px;
  margin:-18px auto -21px auto;
  height:220px;
  padding:35px 50px 25px 50px;
}

.boxbottom {
  margin-top:35px;
}

.lrborder {
  margin:0;
  line-height:2em;
  padding:0;
  color:#333;
  position:relative;
  overflow:hidden;
  text-align:center;
}
.lrborder:before,.lrborder:after {
  content:" ";
  position:absolute;
  top:50%;
  margin-left:-999em;
  height:2px;
  width:998em;
  border-top:3.4px solid rgb(218, 42, 39);
  background:rgb(218, 42, 39);
}
.lrborder:after {
  left:auto;
  width:999em;
  margin:0 0 0 1em;
}


.dload {
  color: #fff;
  font-size:12px;
  text-align:center;
  font-weight:600;
  margin-top:0px;
}

.dload a {
  color: #fff;
  text-decoration:none;
  text-align:center;
  font-weight:600;
  margin-top:0px;
}

.bluebtn:hover {background:#00609E;}
.bluebtn:active,.bluebtn:focus,.bluebtn:visited {background:#00609E!important;}

.bottomstats p {
font-weight:400!important;
font-size:16px;
margin-top:0px!important;
}

.bottomstats h5 {
  margin-top:5px;
}

.bottomstats .tickimg {
  padding-right:10px;
}

blockquote {
    font-size:22px;
    font-style:italic;
    color: #eee!important;
    border:none!important;
    line-height:1.7em;
  }

.indicator-anchor {
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 50px;
  border-left-width: 50px;
  border-bottom: 50px solid rgba(168, 214, 26,0.7);
}
.scroll-indicator {
  position: absolute;
  top:30px;
  left:-13px;
  font-size: 28px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  color:#ddd;
}


@-webkit-keyframes bounce {
  0% {
    top: 0%;
  }
  50% {
    top: 10%;
  }
  50% {
    top: 0%;
  }
}
@keyframes bounce {
  0% {
    top: 0%;
  }
  50% {
    top: 10%;
  }
  50% {
    top: 0%;
  }
}



.scndplacing {
    border-top:10px solid #ffffff;
}


.sectionbtn {
  padding:35px 10px 120px 10px!important;
  position:relative;
  margin-top:100px;
}



#clockdiv{
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 38px;
}

#clockdiv > div{
    margin:5px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #000;
    display: inline-block;
    width:110px;
}

.smalltext{
    padding-top: 5px;
    font-size: 20px;
    color: #000;
}

.cdown {
    box-shadow: 0 0 24px #c9c9c9;
    text-align:center;
    background:#fff;
    padding:25px 15px;
    border-radius:5px;
    margin:5px 20px 50px 20px;
}

.services-offered2 {
    background:#f4f4f4!important;
}

.eventboxx {
    box-shadow: 0 0 24px #c9c9c9;
    background:#fff;
    padding:25px 40px;
}

.eventboxx .fa {
    padding-right:6px;
}

.maptextz {
    padding-left:5px!important;
}

.content {
    margin-top:15px;
}

.panel-default {
  border:0;
  margin-bottom:20px!important;
}
.panel,.panel-heading {
  background: transparent!important;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h4 a {
  background: transparent!important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
  color: #fff;
  border-bottom:1px solid #eee;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
}
.panel-group .panel .panel-heading h4 a i {
  color: #fff;
  border:1px solid #fff;
  border-radius:50%;
  padding:6px;
  font-size:12px;
}
.panel-group .panel .panel-body {
  padding:0;
}
.panel-body p{
    color: #fff;
    font-size:16px;
}

.panel-body a{
    color: yellow;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}


.offered_texts {
  max-width:800px;
  margin:0 auto 0 auto;
}

.duocontents {
  margin-top:40px;
  margin-bottom:20px;
}

.col-centered {
    margin:0 auto;
    float:none;
}

.benefit-ul {
    list-style: none;
    margin-top:30px;
    padding-left:0;
    margin-left:5px;
}

.benefit-ul li {
    margin:15px 0;
}

.benefit-ul li .fa {
    color: #fff;
    margin-right: 5px;
}

.benefit-ul li p {
    font-weight:700;
}

.goldicon .fa {
    color: #FFDF00!important;
}

.leftimg {
  display:inline;
  margin-top:-3px;
  margin-right:5px;
}

.inlndisplay {
  display:inline;
  font-size:16px;
  font-weight:500;
}

.benefit-ul2 {
    list-style: none;
    margin-top:20px;
    padding-left:0;
    margin-left:5px;
}

.benefit-ul2 li {
    margin:15px 0;
}

.benefit-ul2 li .fa {
    margin-right: 5px;
}

.no-padd {
  padding:0;
}


.benefit-ul2 li p {
    color: #424345;
}

.announcebox {
  box-shadow: inset 0 1px 2px rgba(130,137,150,0.23),0 1px 0 rgba(255,255,255,0.95) !important;
  background:#fff;
  padding:20px 20px 10px 20px;
  margin-top:20px;
 }

 .fw900 {
  font-weight:900;
 }


.headright {
  margin-top:1%;
}

.extratxtspcing span {
  font-size:24px;
  color: #7ad0ff;
}

.zerodollar {
  color: #7ad0ff;
  font-size:50px;
  padding-right:2px;
}


.button-bottom {
    margin-bottom:40px;
}

.btn2 {
    background:red;
}



.optin-form {
    margin-top:30px;
}

.optin-form button {
    margin-top:-12px;
    outline:none!important;
    border:none!important;
}

@media only screen and (max-width: 767px) {



.taglinebg p {
    font-size:16px;
}

.logobg {
  padding:25px 0 40px 0;
}



.faqheader {
    margin-bottom:10px;
}

.faq {
    margin-bottom:25px;
}

.faqarea h5 {
  margin-bottom:8px;
}

.qimage {
  padding:0 30px 10px 30px;
}

.faqarea p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-top:0px!important;
}

.fbn {
  line-height:1.5em;
  font-weight:300;
}


.button span {
    font-size:12px;
    color:#ccc;
    line-height:2em;
}


.parallax2 {
  padding:20px 5px 0px 5px;
  position: relative;
}


.lendersarea {
  padding:0 15px;
}


.frame {
  border:4px solid rgb(54 115 61);
}

.info {
  max-width:320px;
  margin:0 auto 35px auto;
}

.logobg h3 {
  margin-bottom:8px;
}

.embed-container { 
  margin-bottom:20px;
}

.fixsub {
    font-size: 14px;
    margin-top:0px;
  }

.landcont {
    box-shadow:none;
    margin-top:0px;
    margin-bottom:-8px;
}

.lendersarea .col-sm-4 {
  margin:12px 0px;
  box-shadow: rgba(0,0,0,0.15) 0 5px 10px 0, rgba(0,0,0,0.3) 3px 3px 10px 0;
}


.lendam {
  margin:0 auto 2px auto;
}

.hirebox {
    border-right: 3.2px solid #fff;
    border-left: 3.2px solid #fff;
    max-width: 510px;
    margin: -12px auto -15px auto;
    height: 195px;
    padding:60px 20px 25px 20px;
}


.callbutton {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}


.floatnone {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section {
    padding:15px 0 28px 0;
}

.stext .redc {
  font-size:60px;
}

.tstmn {
    margin-bottom:20px;
}

.aboutexts {
  margin-top:20px;
  margin-bottom:-30px;
}

.lead-form-area {
    padding: 0px 0px 0px 0px;
}

form {
  margin-top:10px;
}

.stext {
    padding:5px 50px 30px 50px;
}

.lead-form-area .button {
    padding:20px 30px 20px 30px!important;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top:0px!important;
    font-size:20px!important;
    margin-bottom:50px;
}


.inputrow {
  margin-bottom:0px;
}


.sectionbtn {
  padding:20px 10px 30px 10px!important;
  position:relative;
  margin-top:55px;
  margin-bottom:40px;
}

.sectionbtn .col-md-12 {
  padding:0;
}


.pbtm {
  padding:0 110px;
}


p {
    font-size:16px;
}

.extratxtspcing span {
  font-size:16px;
  }

  .vdoareahead .col-sm-6 {
    padding:0;
  }


.navtop {
  padding:10px 0 12px 0;
}

.info .mt-40 {
  margin-top:5px;
}


.personalimg {
  margin-top:8px;
  margin-left:0px;
}

 
.parallax {
    padding:25px 0px 60px 0px;
}

.logo-post {
  max-width:120px!important;
  margin-top:4px;
}

.gradientbtn {
  padding:12px 25px 13px 25px;
  font-size:12px;
}

.bluebtn {
  padding:17px 30px 17px 30px;
  font-size:14px;
  margin-top:10px;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    color: #eee!important;
    border: none!important;
    line-height: 1.4em;
}

.handimg {
  margin:10px 0;
}

.borderbottomimg {
    margin: 10px 0 10px 0;
}

.truckpost {
  margin-bottom:20px;
}

.onlypc-mt80, .onlypc-mt50 {
  margin-top:20px;
}

.bttons {
    margin-top:10px!important;
    margin-bottom:5px!important;
}

p { font-size: 18px;line-height:1.3em; }

.buttonsupper {
  height:100%;
}

.onlymobilemb-10 {
  margin-bottom:10px!important;
}

.sec-row {
    margin-top:30px;
}
.button-bottom {
    margin-bottom:30px;
}
.brand-logo-class {
    max-width:170px!important;
    margin-top:2px!important;
    height:auto;
}
.optin-form button {
    margin-top:10px;
}
.optin-form .field-input {
    margin:10px 0;
}
}

.reqtext {
  font-size:14px;
}

@media only screen and (min-width: 768px) {
.services-head h3 {
    padding-top:0;
    margin-top:-5px;
}

.sngtst {
  min-height:250px;
}


.aboutexts {
  margin-top:-20px;
}


.qimage {
  margin-top:50px;
}


.onlypctp {
  padding-top:15px;
}

.tqpage {
  margin-top:10%!important;
}



.handimg {
  margin-top:15%;
}

.onlypc-mt80 {
  margin-top:80px;
}


.readytexts {
  padding-left:0px;
  margin-left:0px;
  margin-top:60px;
}

.readytexts p {
  font-size:22px;
  font-weight:700;
  margin:0;
  margin-top:0px;
  padding-left:1px;
}

.readytexts .clearfix {
  margin:10px 0;
}

.tickimg {
  padding-right:10px;
}

.onlypc-mt50 {
  margin-top:50px;
}


.wlcomefncy {min-height:710px;}

.right-col {
    padding-left:5px!important;
    padding-right:0;
}

.mid-col {
  padding-right:3px;
  padding-left:3px;
}

.left-col {
    padding-right:5px!important;
    padding-left:0;
}
.optin-form .col-sm-3 {
    padding:0 10px;
}
}

.text-shadow-foot {
    text-shadow:1px 1px #686969;
}

.foot-text {
    font-size: 17px;
}

.text-shadow {
    text-shadow:2px 2px #000;
}

.overlay-head {
    background: rgba(0,0,0,0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay-foot {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay {
	background: rgba(50,58,69,0.95);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
/*=======MAin=======*/
.color-white{color: #fff;}
.homes header{background: transparent; padding: 15px 0;}
.homes header .contact{
    font-size: 18px;
    color: #5d717c;
    text-align: center;
}
.homes header .contact span{
    font-size: 24px;
    display: block;
    color: rgb(48, 179, 78);
}

.homes .signup-form {
    padding:30px 40px 45px 40px;
    background:#333;
}

.homes .signup-form h5{
    color: #333;
}

.homes .signup-form h5 span{    color: #f3f3f3;}
.homes .sign-up .subscribe{
    font-size: 22px;
    position: relative;
    margin-top: 20px;
    color: #000;
}
.homes .sign-up .subscribe .fa{
    font-size: 35px;
    position: absolute;
    right: -50px;
    top: 12px;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  margin:0 5px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}


.vdoareahead {
  margin-bottom:40px;
}

.extratxtspcing {
    letter-spacing:-1px!important;
    -webkit-transition: all 250ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 250ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 250ms ease-in;
    -moz-transform: scale(1);
    transition: all 250ms ease-in;
    transform: scale(1); 
}

.extratxtspcing:hover {
    z-index: 2;
    -webkit-transition: all 250ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 250ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 250ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 250ms ease-in;
    transform: scale(1.3);
}


.homes .features figure{position: relative; margin-bottom: 10px;}
.homes .features figcaption{
    color: #686969;
    width: 100%;
    padding: 10px 10px 15px 10px;
}
.homes .features figcaption p {
    font-weight:500;
}
.homes .video-demo iframe{width: 100%; margin-top: 50px; border: 0;}
.homes .promo{background: #337ab7; color: #fff;}
.homes .testimonial{
    position: relative;
    padding-left: 168px;
    margin-top: 50px;
}
.homes .testimonial figure{
    position: absolute;
    left: 0;
    top: 8px;
}
.homes .testimonial q,.homes .testimonial span{ 
    font-size: 16px;
    color:#424345;
    display: block;
    line-height: 30px;
}
.homes .testimonial span{margin-top: 15px;}


.homes footer li{
    display: inline-block;
    margin-left: 18px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}
.titled-featured {
    background:#E03F10;
}
.welcome {
    padding-top:25px;
}
.head-sub {
    text-align:center;
    background:#EDEDED;
    padding:25px 5px;
}
.head-sub h3 {
    margin-top:0;
}

.bold-black {
    font-weight:bold;
}
.bold-blue {
    font-weight:bold;
    color: #0565C4;
}

.icon-profile {
    height:98px;
    width:98px;
    border-radius:50%;
    padding:22px;
    margin-bottom:2px;
}
.ic1 {
    background:#FFFFFF;
    border:1px solid rgb(42, 169, 213);
}
.ic2 {
    background:#EC4A15;
}
.ic3 {
    background:#FFFFFF;
    border:1px solid #EC4A15;
}

.ic2 h2 {
    color:#fff!important;
}

.featuresrow {
  margin-top:37px;
}

.icon-profile img {
    text-align:center;
    font-size:32px;
    font-weight:normal;
    padding:0;
    color: #EC4A15;
    max-width:50px;
    margin:0 auto;
}

.testimonials {
    background:#006799;
}

hr {
    padding:1px 0!important;
    margin:20px auto 20px auto!important;
    max-width:150px;
    background:rgb(218, 42, 39);
}

.redc {
  color:rgb(218, 42, 39);
}


.radio {
    margin-top:2px;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -1px;
  margin-right:7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio label, .checkbox label {
    padding:0;
}
.seclabel {
    padding-left:15px!important;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


.services-head h3 span {
    color: #0565C4;
}


.testi-content {
    float: right;
}


.testi-content h4 span {
    color: #98CD32;
    font-weight:600;
}

.phone {
    
}

.picon h5 {
    padding-top:3px;
    color: #51CF7F;
    text-align:center;
}
.picon h5 a {
    color: #51CF7F!important;
}

.container {
    width:1170px;
}


.fcont {
  padding:0 0px 0 130px;
}

.scont {
  padding:0 50px 0 30px;
}

.aboutcont {
  padding-right:20px;
  margin-top:20px;
}


.imgcont {
  padding:10px 40px 0 150px;
}

.imgcont2 {
  padding:0 125px 0 115px;
}


.meimg {
  padding:30px 75px 0 75px;
}



.controw {
  margin-top:35px;
  margin-bottom:30px;
}

.controw2 {
  margin-top:35px;
  margin-bottom:70px;
}

.controw3 {
  margin-top:50px;
  margin-bottom:50px;
}

.controw5 {
  margin-top:40px;
  margin-bottom:50px;
}


.sngtst p {
    color:#fff;
    font-size:16px;
}


.sngtst {
    background-color: rgb(106, 163, 113);
    border-radius: 10px;
    padding:10px 20px;
}


.stst {
  margin-top:30px;
}


.rcont .fa {
  margin-right:10px;
}


.rcont em {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.rcont span {
    margin: 0 0 0 20px;
    display: block;
}


.aboutcont p {
  font-size:20px;
  margin:30px 0;
}


.secabout h3 {
  margin-bottom:50px;
}

.secabout p {
  font-size:20px;
  margin:30px 0;
}


.small {
  font-size:12px!important;
  margin-top:-15px!important;
}




.pbtm {
  padding-top:20px;
}


footer{
    background: #fff;
    padding: 25px 10px 35px 10px;
}

footer p {
    font-size:14px;
}


footer p a {
    margin-right:20px;
}

footer p span {
    font-size:12px;
    margin-top:-10px!important;
}

.legal a {
  color:rgb(136, 136, 136);
}


footer .fa {
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 38px;
    margin-top:20px;
}



/*=========================
Responsive
==========================*/
/*===Break Point===*/
@media (max-width: 1199px) {
    .container{width: 100%;}
    
}
/*===Break Point===*/
@media (max-width: 991px) {
.brand-logo-class {
    max-width:180px!important;
    margin-top:1px;
    height:auto;
}

.leftbotmm {
  margin-top:20px;
}
}
/*===Break Point===*/
@media (max-width: 990px) {
    h1{font-size: 46px;}
    h2{font-size: 36px;}
h3 { font-size: 30px; }

.zerodollar {
  font-size:44px;
}

h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
}
/*===Break Point===*/
@media (max-width: 767px) {


.ftst {
    margin-top:0px;
}


.controw {
  margin-bottom:0px;
}

.controw2 {
  margin-top:0px;
  margin-bottom:30px;
}

.controw3 {
    margin-top: 50px;
    margin-bottom:10px;
}

.secabout h3 {
    margin-bottom:20px;
}

.controw5 {
    margin-top:0px;
    margin-bottom:30px;
}

.stst {
    margin-top:0px;
}

.sngtst {
  margin-top:20px;
}

.rcont {
    margin-top: 30px;
}

.imgcont {
  padding:0 50px;
}

.imgcont2 {
  padding:0 10px;
}


.meimg {
  padding:0 10px;
}

.fcont {
  padding:0 10px;
}

.scont {
  padding:0 10px;
}






.sbtn {
    margin-top:-5px!important;
}



.paddedimg {
  padding:0 20px;
}

.readytexts {
  margin-left:0px;
}

.tickimg {
  padding-right:10px;
}

.readytexts p {
  margin-top:0px;
}

.duocontents {
    margin-top: 20px;
    margin-bottom: 20px;
}

.duocontents .col-sm-6 {
  padding:0 5px;
}


.btn {
    font-size:14px;
}

label {
  font-size:14px;
}


.homes .signup-form{margin-bottom:20px;}

.legal-text p {
    font-size:10px!important;
    margin-top: 20px!important;
}


    .service-img {
        margin-bottom:10px;
    }
}
/*===Break Point===*/
@media (max-width: 600px) {
    h4{font-size: 20px;}
   .homes .signup-form{max-width: 100%;}
    .homes .signup-form{padding:20px 28px 30px 28px;}
    .icon-profile {
    height:100px;
    width:100px;
    border-radius:50%;
    padding:20px;
}
.icon-profile h2 {
    text-align:center;
    font-size:42px;
    line-height:30px;
}



input[type="text"],input[type="tel"],input[type="number"],input[type="email"],input[type="password"],select,textarea{
    margin-bottom:15px;
  }

#clockdiv{
    font-size: 18px;
}

#clockdiv > div{
    margin:5px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #000;
    display: inline-block;
    width:60px;
}

.smalltext{
    padding-top: 5px;
    font-size: 14px;
    color: #000;
}



.cdown {
    padding:20px 5px;
    margin:5px 20px 30px 20px;
}

.eventboxx {
    padding: 15px 25px;
}

.eventboxxbtm {
    margin-right:20px!important;
    margin-left:20px!important;
}

.eventboxxp p {
    font-size:14px!important;
}

.scndplacing {
    border-top:5px solid #ffffff;
}

.panel-group .panel .panel-heading h4 a {
    font-size: 16px;
}

.panel-body p {font-size:14px;}


.panel-default {
  margin-bottom:10px!important;
}

}
@media (max-width:560px){


.button {
    width:100%!important;
    height:auto;
    padding:20px 40px 20px 40px!important;
    display:block;
    border:none;
    font-size:24px!important;
    transition: background 0.5s;
    outline:none;
    font-weight:600;
}

.boxbottom {
    margin-top: 25px;
}


.icon-profile {
    height:110px;
    width:110px;
    border-radius:50%;
    padding:25px;
    margin-bottom:2px;
}
.ic1 {
    background:#FFFFFF;
    border:1px solid rgb(42, 169, 213);
}
.ic2 {
    background:#EC4A15;
}
.ic3 {
    background:#FFFFFF;
    border:1px solid #EC4A15;
}

.ic2 h2 {
    color:#fff!important;
}

.featuresrow {
  margin-top:37px;
}

.icon-profile img {
    text-align:center;
    font-size:28px;
    font-weight:normal;
    padding:0;
    color: #EC4A15;
    max-width:38px;
    margin:0 auto;
}



.featuresrow {
  margin-top:30px;
}

.btnlinkto {
  margin-top:0px;
}


.wlcomefncy {
    padding: 20px 25px 30px 25px;
}

    h1{font-size: 38px;}
    h2{font-size: 30px;}
h3 { font-size: 26px; }


h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

    .icon-profile {
    height:80px;
    width:80px;
    border-radius:50%;
    padding:20px;
}
.icon-profile h2 {
    text-align:center;
    font-size:28px;
}
.benefit-ul {
    margin-top:30px;
}
.benefit-ul li {
    margin:15px 0;
}
.vdo-box {
    padding:15px;
}

.vdo-boxxxx {
  padding:15px 10px!important;
}

.announcebox {
     padding: 15px 15px 5px 15px;
}
.optin-area {
    padding: 20px 10px 30px 10px!important;
}
footer {
    padding:20px 0!important;
}


    .homes .sign-up .subscribe{font-size: 20px;}
    .homes header a.logo,.homes header .contact{text-align: center; float: none !important; display: block;}
    .homes header a.logo{margin-bottom: 10px;}
    .homes .testimonials{text-align: center;}
    .homes .testimonial span{margin-top: 5px;}
    figure{position: relative; margin-bottom: 20px;}
    .homes .testimonial{padding-left: 0; text-align: center; margin-top: 10px; margin-bottom: 20px;}

.quote-icon {
    position: relative;
}

blockquote {
    margin-left:0px;
}
}

/*===Break Point===*/
@media (max-width: 360px) {

}

/*===Custom CSS===*/

.logo-brand {
    padding-top:0!important;
    margin-top:0!important;
}
.brand-logo-class {
    max-width:190px;
    margin-top:0px;
    height:auto;
}
.call-us h5 {
    padding:0;
    color: #fff;
    margin:0;
}
.nav_text h4 {
    text-align: center;
    color: #fff!important;
}
.form-head {
    font-weight:900;
    padding-bottom:30px;
}
.features-texts p {
    font-size:16px;
    color: #686969;
}
.features-texts span {
    color: #02619B;
}
.img {
    width:100%!important;
    height:100%!important;
}

.header-list {
    margin-left:-20px!important;
}
.header-list li {
    list-style:disc;
    color: #686969;
} 

.content-foot figcaption {
    border:1px solid #C1C1C1;
    padding:20px!important;
}

.testimonial_texts {
    color: #fff;
    padding-bottom:40px;
}
.content-foot {
    padding:50px 0 60px 0!important;
}

.gotoform {
    background:#1eacc7;
    padding:55px 10px 40px 10px;
}
.gotoform h3 {
    color:#F9F4F3;
    text-align: center;
    margin:0!important;
}