/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

.section-padding {
    padding: 55px 0;
}

a:hover {
    text-decoration: none
}

.header-area {}

.container.header {
    margin-top: 8px;
    margin-bottom: 8px;
}

.logo {}

.logo img {
    width: 50%;
}

.phone {
    float: right;
}

.phone p {
    background:url("images/old-phone.png") no-repeat scroll 1px center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    padding: 0 0 0 40px;
    color: #fc7802;
}

.nav-bg {
    background: #3daf2c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    min-height: 60px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 3px #333;
    padding: 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav li a:hover, .current{
    color:#ffffff;
    background: #61b854;
    opacity: 0.8;
}
.overly-area {
    position: relative;
}
.overly-area .overlay {
    position: absolute;
    top: -51px;
    left: 0px;
}
.overlay img {
    width: 100%;
}
.overly-text {
    float: right;
    left: 44%;
    position: absolute;
    top: 66px;
    width: 455px;
}
.overly-text h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 23px;
}
.overly-text span {
    color: #770002;
    font-weight: 700;
}
.form-area {
    background: #fd9335 none repeat scroll 0 0;
    opacity: 0.83;
    position: relative;
    top: 196px;
}
.form-text {}
.form-text p {
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #fff;
}
.form-input {}
.form-input input {
    border: 0 none;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 13px 0 13px 15px;
    width: 100%;
}
.submit-btn {
    border: 0;
    background: #7D0206;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    padding: 10px;
}
.submit-btn-bottom {
    border: 0;
    background: #7D0206;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    padding: 10px;
    display: none;
}

.radio-area {
    background: #e2e1e1;
    position: relative;
    top: 195px;
}
.color-bg{
    background: #FE7802;
    top:-20px;
}
.radio-text {
    padding-top: 25px;
    position: relative;
}
.radio-text p {
    background: url("images/radio.png") no-repeat;
    padding: 9px 0 14px 52px;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
}
.shadow {
    background: url("images/shadow-cut.png") no-repeat;
    height: 100%;
    left: 190px;
    position: absolute;
    top: 99%;
    width: 80%;
}
.content-area {
    position: relative;
    top: 255px;
}
.content-side:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(images/side-key.png);
    background-repeat: no-repeat;
    left: 0;
    top: 148px;
}
.content-text {}
.content-text p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.main-content-area {
    position: relative;
    top: 300px;
}
.content-head {
    text-align: center;
}
.content-head p {
    color: #7d0206;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.m-content-title {}
.m-content-title h4 {
    padding: 21px 0 28px 75px;
    font-weight: 700;
    color: #248f14;
    font-size: 24px;
    position: relative;
    margin-bottom: 0;
}
.icon-one {
    background: url("images/clip-icon.png") no-repeat;
}
.icon-two {
    background: url("images/speark-icon.png") no-repeat;
}
.icon-three {
    background: url("images/yes-icon.png") no-repeat;
}
.icon-four {
    background: url("images/cross-icon.png") no-repeat;
}
.icon-five {
    background: url("images/money-icon.png") no-repeat;
}
.icon-six {
    background: url("images/man-icon.png") no-repeat;
    position: relative;
}
.bonus::after {
    background: url("images/bonus.png") no-repeat;
    content: "";
    height: 100%;
    left: 82px;
    position: absolute;
    top: -15px;
    width: 100%;
}
.m-content-title h4::after {
    background: #e2e1e1;
    content: "";
    left: 10px;
    min-height: 45px;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: -1;
}
.m-content-title p {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.m-content-title span a {
    color: #FC7802;
}
.before-footer-area {
    background: #248F14;
    position: relative;
}
.before-footer-area {
    background: #248f14;
    position: relative;
    text-align: center;
    top: 318px;
    padding: 15px 0;
}
.footer-text-area h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding-top: 10px;
}
.footer-text-area p {
    font-family: 'Satisfy', cursive;
    font-size: 50px;
    color: #ffffff;
    transform: rotate(-8deg);
    text-shadow: 2px 2px #0f6103;
}
.footer-area {
    background: #4b4b4b none repeat;
    padding: 28px 0;
    position: relative;
    top: 311px;
}
.after-footer-area{
    position: relative;
    top:338px;
}
.bottom-text {}
.bottom-text p {
  color: #3c3c3c;
  font-size: 16px;
  padding-bottom: 45px;
  padding-top: 15px;
}


/*first-page*/

.overly1-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 260px;
  width: 100%;
}
.overly1-text {
  position: relative;
  text-align: center;
  top: -260px;
}
.ovt-01{
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    color: #fc7802;
    font-size: 60px;
}

.ovt-02{
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    color: #3DAF2C;
    font-size: 60px;
}
.over-image {
  position: relative;
  top: -3px;
}
.over-image img {
  width: 100%;
}
.overly1-text h3 {
  left: 37%;
  position: absolute;
  text-align: left;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    color: #fc7802;
    font-size: 60px;
}
.all-content-area {
  position: relative;
  top: 292px;
}
.all-content-text{}
.all-content-text p{font-size: 16px;color:#3c3c3c;}

.post-title {
  color: #289318;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list-item{padding-left: 15px;}
/*first-page*/


/*second-page*/

.single-text {
  position: relative;
  top: -326px;
}
.single-another{top:73px;}
.single-text p{font-weight: 700;color: #FE7802;font-size: 48px;}
.single-text span{color:#3DAF2C;}

/*second-page*/







.footer-text {
    text-align: center;
}
.footer-text p {
    color: #ee8e39;
    font-weight: 400;
    padding-top: 15px;
}
. {}
. {}
. {}