@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
	margin: 0px;
	padding: 0px;
	background-color: #BFB9A0;
	font: 15px Open Sans, sans-serif;
	color: #404040;
}
p{
  font: 15px Open Sans, sans-serif;
}
.section-wrap {
	margin-top: 50px;
	
}
.container-wrap{
border-radius: 10px;
border: 1px solid rgb(222, 218, 197);
-webkit-box-shadow: 2px 1px 78px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 1px 78px -12px rgba(0,0,0,0.75);
box-shadow: 2px 1px 78px -12px rgba(0,0,0,0.75);
border-bottom:0;	
}
.darkBg{
	background-color: rgb(104, 101, 82);
}
.section-padding {
	padding: 50px 0px 50px 0px;
}
.marketing h1 {
	background: #ffffff;
	padding: 10px 0;
	color: #404040;
	font: 36px Open Sans, sans-serif;
}
.marketing h2 {
	padding: 10px 0;
	color: #FFFFFF;
	font: 30px Open Sans, sans-serif;
}
.ez-speech p {
	color: #FFFFFF;
	font: 20px Open Sans, sans-serif;
}
.ez-speech h6 {
	color: #FFFFFF;
	font: 30px Open Sans, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}
.jumbotron {
	background-color: #494424;
	text-align: center;
	margin-bottom: 0px;
	border-radius: 0px;
}
.container .jumbotron {
	border-radius: 6px 6px 0px 0px ;
}
.jumbotron img {
	margin: 0 auto;
}
.user-comment {
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding: 30px 15px;
}
.user-comment h4 {
	color: #FFFFFF;
	font: 24px Open Sans, sans-serif;
}
.user-comment p, .user-comment i {
	color: #FFFFFF;
	font: 14px Open Sans, sans-serif;
}
.img-block {
	margin: 0 auto;
	text-align: center;
}
.img-block img {
	margin: 0 auto;
	text-align: center;
}
.from-block {
	background-color: #FFFFFF;
	padding: 50px 30px;
	margin: 0 15px;
}
.from-block .mybtn{
	margin: 0 auto;
    display: block;
	/*background-color: rgb(104, 101, 82);*/
	background-color: #60AF3D;
	font-weight: bold;
	color:#ffffff;
	border-color:rgb(104, 101, 82);
        font-size: 24px !important;
}
.footer {
	background-color: #FFFFFF;
	padding: 30px 30px;
}
.footer-link{
	padding: 15px 0px;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li{
	display:inline-block;
	color:#8d9095;
	position: relative;
}
.footer ul li:after{
	content: "|";
	padding: 0 5px;
}
.footer ul li:last-child:after{
	content: "";
	padding: 0 5px;
}
.footer ul li a{
	display:inline-block;
	color:#8d9095;
	text-decoration: none;
}
.footer ul li a:hover{
	color:#8d9095;
}
.footer-text{
	font:600 14px Open Sans, sans-serif;
	margin-bottom: 25px;
}
.footer .f-logo ul li{ 
	padding: 10px 15px;
}
.footer .f-logo ul li:after{
	content: "";
}
.whiteBg{
	background-color: #FFFFFF;
}
form .form-section, .portlet-form .form-section {
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
    padding-bottom: 5px;
}
/*file upload btn*/
.custom-file-input {
  color: transparent;
	width:100px;
	height: 40px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'File Upload';
  color: #fff;
  display: inline-block;
  background:rgb(104, 101, 82);
  border: 1px solid rgb(104, 101, 82);
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: rgb(104, 101, 82);
}
.about-pro strong{
	font:600 18px Open Sans, sans-serif;
	margin-bottom: 15px;
	display: block;
}

.title h4{
	font:600 22px Open Sans, sans-serif;
}
.review-footer{
	border-top: 1px solid #ccc;
}
.review-title h1{
	margin-bottom: 30px;
}
.red{
	color:#F80105;
	font-weight: 600;
}
.redbtn,.redbtn:hover,.redbtn:focus{
	background-color:#F80105;
	color:#fff;
	text-transform: uppercase;
	display:block;
	margin:0 auto;
	padding: 10px 20px;
	border:0 none;
	outline:none;
}
.form-horizontal .control-label {
	text-align: left;
}
.step-two-title p,.step-two-title h6{
	font:700 16px Open Sans, sans-serif;
	margin-bottom:20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	text-align: center;
}
.services .table>tbody>tr>td,.services  .table>tbody>tr>th,.services  .table>tfoot>tr>td,.services .table>tfoot>tr>th,.services  .table >thead>tr>td, .services .table>thead>tr>th{
	text-align: left;
}
.tb-active{
	color:#0066FF;
}
.step-three-content h1{
	margin: 20px 0;
	font:600 22px Open Sans, sans-serif;
}
.table thead tr th strong{
	font:700 18px Open Sans, sans-serif;
}
.man-img{
	float:right;
}
.thanku-note h2{
	font:600 18px Open Sans, sans-serif;
	color:#E06410;
	text-align: center;
}
.thanku-note p{
	font:600 16px Open Sans, sans-serif;
	text-align: center;
}
.logo-block img{
	margin-bottom: 10px;
}
.logo-block img{
	margin-bottom: 10px;
}
.center-block{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
img.last-img{
	margin-bottom: 0px;
}
.blue-txt{
	color:#0000FF;
}
.step-three-title{
	text-align:center;
}
.step-three-title p{
	font-weight: 600;
}
.step-three-title h6{
	font:600 18px Open Sans, sans-serif;
}
.pt20px{
	padding-top: 20px;
}
.control-label .required, .form-group .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}
.step-one-title{
	text-align:center;	
}
.offer-block{
	position: relative;
	padding: 60px 0 100px 0;
}
.offer-block h4{
	font:600 22px Open Sans, sans-serif;
	text-align: center;
}
.left-block{
	float:left;
}
.left-block ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.left-block li{
	position: relative;
	padding: 10px 65px;
}
.left-block li:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 49px;
	height: 59px;
	background: url('../images/document2.gif') no-repeat left top;
}
.right-block{
	position: absolute;
	right:0;
}
.step-one-title ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.step-one-title ul li{
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 30px;
}
.offer-code {
	 text-align: center;
	padding: 15px 0;
	margin:0 auto;
}
.offer-code h5{
	font:600 20px Open Sans, sans-serif;
}
.offer-code .left-offer{
	display: inline-block;
}
.offer-code .right-offer{
		display: inline-block;
}
.right-offer h5{
	color:#66B70B;
}
.thanks-block{
	padding: 20px 0;
}
.thanks-block h5{
	font:600 20px Open Sans, sans-serif;
}
.box{
       
        padding: 20px 0px;
        display: none;
        margin-top: 20px;
    }
.radio-btn input{
	margin-right: 10px;
}
.order-two p,.order-two h2,.order-two h3,.order-two h4, .order-two h5 {
	color: #FFFFff;
}
.order-two h4{
	margin:30px 0;
	font:600 20px Open Sans, sans-serif;
}
.order-two h3{
	margin:50px 0 0 0;
	font:600 22px Open Sans, sans-serif;
}
.order-two button{
	margin-bottom:20px;
}
.order-two p{
	font:600 15px Open Sans, sans-serif;
}
.white-block{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
.comments{
	min-height: 500px;
	border:1px solid #404040;
	margin-top: 50px;
	position: relative;
}
.order-block{
	text-align: center;
	padding:30px 15px;
}
.order-block strong{
	margin-bottom: 30px;
	font:600 18px Open Sans, sans-serif;
	display: block;

}
.comments .address {
	bottom: 20px;
	margin: 0;
	position: absolute;
	right: 20px;
}
.comments .address p{
	margin:0;
	text-align: right;
}
.floatleft{
	display: inline-block;
}
.floatleft img{
	margin-top:-50px;
}
.name{
	color:#b26706;
}
.comments .address .left-block{
	padding: 0px 20px;
	text-align: right;
	float: none;
	display: inline-block;
}
.white-bg{
background-color:#ffffff;
}
  .order-two .marketing   h3,.order-two .marketing  h2,.marketing  .btn-default, .order-two .marketing  p,.order-two .marketing  h4{
color:#404040;
}
.marketing  .btn-default{
    margin-top: 15px;
}
.order-two .marketing h3{
margin-top:0
}
@media(max-width:991px){
	.man-img,.logo-block{
	float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
	}
    .footer {
        padding: 30px 15px;
    }
    .footer .f-logo ul li{
    height:inherit;
   }
   .white-block .testimonialsmain .testimonial {
       width: 100% !important;
       float: none important;
       margin-left: 0 !important;
   }
}
@media(max-width:767px){
	.footer {
		padding: 30px 15px;
	}
	.table thead tr th strong{
	font:700 16px Open Sans, sans-serif;
}
	.center-block {
    height: 100px;
}
	.footer .f-logo ul li{ 
	display:block;
	padding: 0 0px;	
}
	.floatleft{
	display: block;
}
.floatleft img{
	margin-top:20px;
	text-align: right;
}


}
.img-wrap .img-block{
    display:inline-block;
    padding-right: 20px;
}

/* testimonial page css*/
.testimonial {
    border: 1px solid #e6e4e4;
    padding: 12px;
	width:195px;	
	float: left;
    margin-left: 30px;
    min-height: 550px;
}
.testimonial {
    border-bottom: 1px solid #e6e4e4;
    margin-bottom: 60px;
    margin-top: 20px;
    position: relative;
}
.testimonial .testimonial-name {
    float: none;
    margin-right: 85px;
   
    text-align: right;
	position:absolute;
	padding-right:10px;
}
.testimonial .testimonial-name {
    float: right;
    height: 20px;
    text-align: right;
	position:absolute;
	padding-right:10px;
	bottom: 55px;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
.testimonial blockquote {
    color: #2e2d2d;
    font-family: "Noticia Text",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
	border: medium none;
}
.testimonial blockquote {
    background: url("../images/small-quote.png") no-repeat scroll 0 15px transparent;
    margin-bottom: 0;
   /* padding: 20px 35px;*/
   padding: 20px 10px 20px 35px;
}

.testimonial .thumbnail img {
    
    padding-bottom: 0;
    padding-right: 0;
    
}
.testimonial .thumbnail img {
    border-radius: 0;
 
    max-width: none;
    padding: 11px;
	padding-bottom:0px;
    position: relative;
    
}
.testimonial .testimonial-text {
    margin: 0 0 15px;
    min-height: 0;
    width: 100%;
}
.testimonial .thumbnail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 28px;
    box-shadow: none;
    left: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: auto;
}
.testimonial .thumbnail {
    
  
    padding-top: 0;
    position: absolute;
    
}
.thumbnail {
 
    border-radius: 4px;
  
    display: block;
    line-height: 20px;
   margin-bottom:0px;
    transition: all 0.2s ease-in-out 0s;
}

.testimonial .testimonial-name a.website, .testimonial .testimonial-name span.website, .testimonial-page .testimonial-name a.website, .testimonial-page .testimonial-name span.website {
    color: #7e7d7d;
    font-family: "Noticia Text",sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}
.testimonial .testimonial-name a.website, .testimonial .testimonial-name span.website {
    float: none;
    line-height: 1.6em;
}
.testimonial .testimonial-name .name, .testimonial .testimonial-name .website {
    clear: both;
    display: block;
}
 span.stars, span.stars span {
            display: block;
            background: url('../images/stars.png') 0 -16px repeat-x;
            width: 84px;
            height: 16px;
        }
    
        span.stars span {
            background-position: 0 0;
        }
        @media(max-width:767px){
            .from-block .mybtn{
                font-size:12px !important;
            }
        }