body {
  font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	font-size:14px;
  color:rgb(20, 30, 57);
}
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:70px 0;}

img {
	max-width: 100%;
	height: auto;
}
.borderbottomimg {
  margin:10px 0 25px 0;
}
ul{
	margin:0;
}
a { outline: none !important; color:#a1b75e; }
a:hover{color: inherit;}
h1, h2, h3, h4, h5, h6, p {
	margin:12px 0;
}
h1 { font-size: 50px;line-height:1.3em; }
h2 { font-size: 44px; line-height:1.3em; }
h3 { font-size: 32px; line-height:1.35em; }
h4 { font-size: 28px; line-height:1.3em; }
h5 { font-size: 22px; line-height:1.3em; }
h6 { font-size: 16px; line-height:1.45em; }
p { font-size: 16px;line-height:1.45em; }
.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;
}

.shadowed {
  box-shadow: 0 14px 34px -10px rgba(0,0,0,.15), 0 14px 34px -10px rgba(0,0,0,.15);
}


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


.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:20px 8px;
	border-radius:5px;
    text-align: center;
    border:none;
	text-transform:inherit;
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight:700;
    transition:all 0.5s;
}



.btn-color{   
    background:#000000;
    border:0!important;outline:0!important}
.btn-color:hover{    background:#222222;}

.btn-wide{
    width:100%;
}

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



.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: 3px;
    border:1px #bbbbbb solid;
    width: 100%;
    font-size: 14px;
    height:42px;
    padding-left: 11px;
    padding-right: 9px;
    margin-bottom:1px;
    background:#F6F6F6;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    margin-top:-1px;
}
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:180px;
  padding:25px 35px;
}
label{
    font-size: 15px;
    color: #fff;
}
label.tranparent{
  color:#8e9297;
}

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

.fw700 {
  font-weight:700;
}

.fw800 {
  font-weight:800;
}


.fw900 {
  font-weight:900;
}

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

.teal {
  color: #1B75BB;
}

.yellow {
  color: #fffa00;
}

.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:10px;
}


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


/*==============================================
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
==========================*/


/* SQUARED FOUR */
.squaredFour {
    width: 20px;    
    margin: 20px auto;
    position: relative;
    margin:0 3px 0 0px;
    display:inline-block;
}

input[type=checkbox] {
   height:10px!important;
}

.mrged {
    margin-left:12px;
    margin-top:8px;
    margin-bottom:2px;
}

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

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 19px;
    font-size:12px;
    height: 19px;
    top: 0;
    left: 0;
        border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #ffffff 40%, #bebebe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.chsks {
  color: #fff;
}


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


.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);
}

.color-gray {
    color: #4D4A4A;
}

.color-black {
    color: #000;
}

.color-brand {
    color:#0c6fa5;
}

.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;
}

.framed {
      -webkit-box-shadow:5px 10px 24px #B8B8B8;
    -moz-box-shadow:5px 10px 24px #B8B8B8;
    box-shadow:5px 10px 24px #B8B8B8;
}

.framedleft {
      -webkit-box-shadow:-10px 10px 24px #B8B8B8;
    -moz-box-shadow:-10px 10px 24px #B8B8B8;
    box-shadow:-10px 10px 24px #B8B8B8;
}

.modal-dialog {
  width:765px;
  margin:0 auto;
}

.gradientbtn {
  background-image: linear-gradient(to right, #1B75BB 0%, #25a6cd 100%, #1B75BB 100%);
  width:100%;
  padding:12px 40px 13px 40px;
  border-radius:40px;
  font-size:18px;
  border:0!important;
  outline:0!important;
  transition:all 1s!important; 
}


.gradientbtn:hover {background-image: linear-gradient(to right, #1d70b0 0%, #23a1c7 100%, #1d70b0 100%); background-position: right center!important;  
  transition:all 1s!important; 
}
.gradientbtn:active {background-image: linear-gradient(to right, #1d70b0 0%, #23a1c7 100%, #1d70b0 100%); }

.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;
}


.onetwothree p {
  font-weight:700!important;
}


.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:0px;
}

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;
}


.buttonsupper {
background:lightblue;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
transform: skewY(-4deg);
transform-origin: top left;
height:100%;box-shadow: 0 0 1px rgba(255,255,255,0);
}



.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;
}

form {
  margin-top:25px;
}

.modal-header {
  margin-top:0px;
}

form .col-md-6, form .col-sm-6 {
    padding:0;
}


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

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


.callbutton {
  margin-top:14px;
}


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

.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;
  margin-bottom:3px;
}

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

section {
    padding:20px 0 10px 0;
}



.inputrow {
  margin-bottom:5px;
}


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

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


.modal {
  padding:10px;
}

.modal-dialog {
  width:100%;
  margin:0 auto;
}

form {
  margin-top:20px;
}


p {
    font-size:16px;
}

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

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


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

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


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

 
.parallax {
    padding:30px 0px 30px 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: 16px;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;
}


.parallax {
background-image: url(../../img/bg.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
position: relative;
}

.parallax:before {
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.5);
}


.seclistt {
  margin-top:35px;
}

.seclistt li p {
  font-size:17px;
}


ul {
  list-style: none;
  padding-left:0;
  margin-left:0;
}



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


.info {
  margin-top:20px;
}


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

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}


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

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

.readytexts p {
  font-size:18px;
  margin:0;
  margin-top:5px;
  padding-left:3px;
}


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

.tickimg {
  padding-right:10px;
  padding-top:1px;
}

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


.wlcomefncy {min-height:710px;}

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

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

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

.text-shadow-foot {
    text-shadow:2px 2px #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{
    background: #0081ff;
    padding:20px 35px 45px 35px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.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{
    background: #000;
    color: #eee;
    padding: 25px 10px 25px 10px;
}
.homes footer a{
    color: #fff;
}
.homes footer span{
    display: block;
    margin-top: 12px;
    font-size:16px;
}
.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;
}

.fs14 {
  font-size:14px;
}

.inform {
  margin-top:10px;
  background:#1B75BB;
  padding:12px 25px 12px 25px;
  margin-bottom:5px;
}

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

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

.onetwothree {
  margin-top:40px;
}

.icon-profile {
    height:80px;
    width:80px;
    border-radius:50%;
    padding:15px;
}
.ic1 {
    background:#fff;
    border:1px solid #0081ff;
}
.ic2 {
    background:#0081ff;
}
.ic3 {
    background:#fff;
    border:1px solid #0081ff;
}

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

.icon-profile h2 {
    text-align:center;
    font-size:30px;
    font-weight:normal;
    padding:0;
    margin-top:5px;
    color: #1B75BB;
    line-height:40px;
}

.testimonials {
    background:#006799;
}

hr {
    padding:0!important;
    margin:10px auto -10px auto!important;
    max-width:300px;
}


.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:1120px;
}

/*=========================
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) {

.onetwothree {
  margin-top:15px;
  margin-bottom:5px;
}

.readytexts {
  margin-top:15px;
}


figure{margin-bottom: 10px;}

.onetwothree p {
  font-size:14px;
  font-weight:400!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;
}


    .homes .sign-up .subscribe .fa{display: none;}
    .homes .signup-form h4{margin-bottom: 18px;}

    .homes .welcome figure{max-width: 60%;margin:0 auto;float:none;}
    .homes .welcome{padding-bottom: 0;}
    .homes .features figure img{max-width: 100%;}
    .homes footer span,.homes footer ul{float: none !important;}
    .homes footer{text-align: center;}
    .homes footer ul{padding: 0; margin-top: 25px;}
    .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 22px 30px 22px;}

#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:250px!important;
    height:auto;
    padding:15px 10px!important;
    display:block;
    border:none;
    font-size:14px!important;
    transition: background 0.5s;
    outline:none;
}

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

    h1{font-size: 28px;}
    h2{font-size: 26px;}
h3 { font-size: 22px; }

.zerodollar {
  font-size:34px;
}

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

    .icon-profile {
    height:60px;
    width:60px;
    border-radius:50%;
    padding:5px;
}

.icon-profile h2 {
    text-align:center;
    font-size:24px;
}

.onetwothree p {
  font-size:13px;
  font-weight:400!important;
}


.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;
}
footer span {
    font-size:14px!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;}
    .homes .testimonial 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) {
.button {
    width:150px!important;
    height:auto;
    padding:15px 10px!important;
}
}

/*===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;
}