@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
/*************************
*******Typography******
**************************/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color:#FFFFFF !important;
}
html, body {
	overflow-x: hidden;
	width: 100%;
}
p {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #2d2d2d;
	font-size: 16px;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #676767;
	font-size: 14px;
}
a:focus {
	text-decoration: none;
}
span {
	display: -webkit-inline-box;
	display: -moz-inline-box;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html, html a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
.padding-left-z {
	padding-left: 0px;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 40px;
	text-transform: capitalize;
}
.alert .message-icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #9F9F9F;
	border-radius: 50%;
	line-height: 30px;
}

/*Placeholder style*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-family: 'Roboto', sans-serif;
 color: #4c4c4c !important;
 font-size:16px !important;
}
::-moz-placeholder { /* Firefox 19+ */
 font-family: 'Roboto', sans-serif;
 color: #4c4c4c !important;
 font-size:16px !important;
}
:-ms-input-placeholder { /* IE 10+ */
 font-family: 'Roboto', sans-serif;
 color: #4c4c4c !important;
 font-size:16px !important;
}
:-moz-placeholder { /* Firefox 18- */
 font-family: 'Roboto', sans-serif;
 color: #4c4c4c !important;
 font-size:16px !important;
}
/*************************
*******header******
**************************/
header {
	background-color: #FFFFFF;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}
.header-right {
	display: -webkit-inline-box;
}
.logo {
	margin-top: 15px;
}
.colum-1 { 
	padding: 25px 32px 0px 0px;
	border-right: 1px solid #dbdbdb;
	display: flex;
}
.colum-1 p {
	padding: 15px 0px 0px 20px;
	font-weight:500;
}

	
.colum-2 img {
	padding: 35px 35px;
}
/*************************
*******banner******
**************************/

#banner {
	padding: 85px 0px 50px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: 55%;
}
.banner-text {
	text-align: left;
}
.banner-text h1 {
	margin-top: 50px;
	margin-bottom: 15px;
	color: #000;
}
.banner-text h3 {
	font-size: 26px;
	color: #2d2d2d;
	font-weight: normal;
}
/*************************
*******form******
**************************/
.form-padding {
	padding-left: 30px;
}
.form {
	position: relative;
}
.form input {
	border-radius: 3px !important;
	height: 43px;
	padding-left: 33px;
	width: 100% !important;
}
.form-inline .input-group {
	width: 27%;
	margin: 0 3px;
}
.input-group i {
	color: #77b127;
	font-size: 16px;
	left: 13px;
	position: absolute;
	top: 14px;
	z-index: 99;
}
.form-container {
	font-family: 'Roboto', sans-serif;
	background-color: #505050;
	border-radius: 10px;
	display: inline-block;
	padding-bottom: 28px;
	position: relative;
	width: 100%;
}
.form-head {
	background-color: #ff9800;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
}
.form-para {
	padding: 30px 0px;
}
.form-para span {
	font-size: 18px;
	color: #2e9802;
	text-align: center;
	display: block;
}
.form-para h2 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 4px solid #ff9800;
	margin: 0 15px;
	height: 33px;
	display: block;
}
.form-head h1 {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	margin: 0px;
	font-weight: 500;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
}
#signUp-form .form-group {
	color: #FFFFFF;
	margin-bottom: 20px;
}
.form-group label {
	font-size: 18px;
	padding: 0;
	font-weight: normal;
}
#signUp-form .form-control {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	border-radius: 0px;
	border: none;
	color: #000;
	height: 37px;
}
#signUp-form textarea.form-control {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	border-radius: 0px;
	border: none;
	color: #000;
	height: 100px;
}
.submit-section {
	margin-top: 5px;
}

.inner-addon {
	position: relative;
}
/* style fa */
.inner-addon .fa{
	
	position: absolute;
	padding: 12px 9px;
	pointer-events: none;
	color:#000;
}
/* align fa */
.left-addon .fa {
	left: 0px;
}
.right-addon .fa {
	right: 0px;
}
/* add padding  */
.left-addon select{
	padding-left: 30px;
}
select.right-addon {
	padding-right: 30px;
}
#signUp-form .btn-submit:hover {
	background: #ffffff;
	color: #ff8f00;
	transition: all 0.3s ease 0s;
}
#signUp-form .btn-submit {
	background: #ff8f00;
	font-weight: bold;
	font-size: 33.73px;
	margin: 0px;
	display: inline-block;
	color: #ffffff;
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	border-radius: 3px;
	padding: 3px;
	font-style:normal;
	border: none;
	transition: all 0.3s ease 0s;
}
label.error {
	font-family: 'Roboto', sans-serif;
	color: #ff8f00;
	text-align: left;
	display: block;
	margin-top: 2px;
	margin: 0px;
}

.alert .message-icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: left;
	border: 1px solid #9F9F9F;
	border-radius: 50%;
	line-height: 30px;
}
.form-control.error {
	border-color: none !important;
	-webkit-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	-moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
}

#submit-control{
	color:#FFFFFF;
	font-style:italic;
	font-size:large;
}
/*************************
*******work******
**************************/
#work {
	background-color: #505050;
}
.work_base_block {
}
.work_block {
	padding: 70px 0px;
	transition: all 0.3s ease 0s;
}
.work_block:hover {
	transition: all 0.3s ease 0s;
	background-color: #ff8200;
}
.work_heading {
	display: block;
	position: relative;
	background-color: #333333;
	border-radius: 50%;
	height: 105px;
	margin: 0 auto;
	width: 105px;
}
.outer-surface {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	height: 125px;
	margin: 0 auto;
	width: 125px;
	line-height: px;
	padding: 10px 0px;
	background-color: #3f3f3f;
}
.work_heading h2 {
	color: #fff;
	font-size: 77.85px;
	line-height: 105px;
}
.work_block h4 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 25px;
}
.work_block p {
	color: #fff;
}
/*************************
*******story******
**************************/
#story {
	padding: 80px 0px;
}
.content-section1 h3 {
	font-weight: bold;
	font-size: 30px;
	color: #505050;
	margin-bottom: 30px;
}
.content-section1 p {
	color: #2d2d2d;
	margin-bottom: 30px;
}
.content-section1 p:last-child {
	margin-bottom: 60px;
}
.content-section2 h3 {
	font-weight: bold;
	font-size: 30px;
	color: #505050;
	margin-bottom: 30px;
}
.content-section2 p {
	color: #2d2d2d;
	margin-bottom: 30px;
}
.content-section2 p:last-child {
	margin-bottom: 0px;
}
.content-section2 .btn-cash:hover {
	background: #fff;
	border: 1px solid #ff7e00;
	color: #ff7e00;
	transition: all 0.3s ease 0s;
}
.content-section2 .btn-cash {
	width: 370px;
	height: 70px;
	-webkit-border-radius: 2px/3px;
	-moz-border-radius: 2px/3px;
	border-radius: 2px/3px;
	background-color: #ff7e00;
	background-image: -webkit-linear-gradient(bottom, #ff1e00, #ff4b4b);
	background-image: -moz-linear-gradient(bottom, #ff1e00, #ff4b4b);
	background-image: -o-linear-gradient(bottom, #ff1e00, #ff4b4b);
	background-image: -ms-linear-gradient(bottom, #ff1e00, #ff4b4b);
	background-image: linear-gradient(to top, #ff1e00, #ff4b4b);
	font-weight: bold;
	font-size: 33.73px;
	margin: 0px;
	display: inline-block;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;
	padding: 10px;
	border: none;
	transition: all 0.3s ease 0s;
}

.panel-box-1, .panel-box-2, .panel-box-3 {
	margin-bottom: 25px;
	display: block;
}
.panel-body {
	border: 1px solid #c7c7c7;
	padding: 20px 17px;
}
.panel-title {
	padding: 12px 20px;
	height: 41px;
	background-color: #ff7e00;
	background-image: -webkit-linear-gradient(bottom, #ff7e00, #ff9c00);
	background-image: -moz-linear-gradient(bottom, #ff7e00, #ff9c00);
	background-image: -o-linear-gradient(bottom, #ff7e00, #ff9c00);
	background-image: -ms-linear-gradient(bottom, #ff7e00, #ff9c00);
	background-image: linear-gradient(to top, #ff7e00, #ff9c00);
}
.panel-title h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.panel-box-1 .panel-body .panel-img, .panel-box-2 .panel-body .panel-img {
	float: left;
}
.panel-box-1 .panel-body .panel-text {
	display: block;
}
.panel-box-1 .panel-body .panel-text p {
	padding-left: 87px;
	color: #000;
}
.panel-box-2 .panel-body .panel-text p {
	padding-left: 132px;
	color: #000;
	padding-top: 3px;
	font-size: 22.19px;
}
.panel-box-3 .panel-body .panel-img, .panel-box-3 .panel-body .panel-img .img-detail {
	display: -webkit-inline-box;
	padding-bottom: 20px;
}
.panel-box-3 .panel-body .panel-img .img-detail {
	padding-left: 15px;
	padding-bottom: 0;
	display: block;
}
.panel-box-3 .panel-body .panel-img h5 {
	padding-top: 15px;
	font-weight: bold;
	color: #505050;
}
.panel-box-3 .panel-body .panel-img span {
	font-weight: normal;
	color: #727272;
}
/*************************
*******terms******
**************************/
#terms {
	padding: 50px 45px;
	background-color: #3b3b3b;
	text-align: center;
}
#terms p {
	color: #bebebe;
}
/*************************
*******footer-nav******
**************************/

#footer-nav {
	padding: 30px 0px;
	background-color: #ff9500;
	text-align: center;
}
#footer-nav p, #footer-nav p a {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px
}
/*************************
*******copyRight******
**************************/
#copyRight {
	background-color: #3b3b3b;
	padding: 30px 0;
}
#copyRight p {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 14px
}

.landing .btn-primary {
	font-size: 20px;
	font-weight: 900;
	border: none;
	margin-bottom: 70px;
	color: #202020;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 36px;
	font-family: 'Raleway', sans-serif;
	background-image: -webkit-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -moz-linear-gradient(top, #ffc600, #F2B900);
  	background-image: -ms-linear-gradient(top, #ffc600, #F2B900);
 	background-image: -o-linear-gradient(top, #ffc600, #F2B900);
 	background-image: linear-gradient(to bottom, #ffc600, #F2B900);
}
.landing .btn-primary:hover, .landing .btn-primary:active{
	color: #F2B900;
	background-image: -webkit-linear-gradient(top, #000, #202020);
  	background-image: -moz-linear-gradient(top, #000, #202020);
  	background-image: -ms-linear-gradient(top, #000, #202020);
 	background-image: -o-linear-gradient(top, #000, #202020);
 	background-image: linear-gradient(to bottom, #000, #202020);
}

.tinted-image {
  background:  
    linear-gradient(
      rgba(31, 30, 30, 0.75), 
      rgba(31, 30, 30, 0.75)
    ),
    url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
}