/*
Theme Name: Finance Loan LP 5
Template Name: Finance Loan LP 5
Author: LeadForest
Author URI: http://leadforest.com/
Description: Finance & Loan - Single Finance & Loan Landing page HTML5 Template.
Version: 1.0
Tags: Single page, Bootstrap, responsive, html5, css3

*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#BANNER
#ABOUT
#FEATURE INFORMATION 
#VIDEO
#TESTIMONIAL
#FOOTER
#RESPONSIVE STYLE
*/



body, html {
	height: 100%;
	width: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #555555;
	display:block !important;
}
/** Heading **/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
	color: #132333;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
	font-weight: 600;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 18px
}
/**Link hover**/
a {
	color: #fdd358;
}
a:focus, a:hover {
	outline: none;
	color: #fff;
	text-decoration: none;
}
/**Paragraphic**/
p {
	font-size: 14px;
	line-height: 28px;
	font-weight: 200;
	margin-bottom: 30px;
	padding: 0;
}
p:last-child {
	margin: 0;
}
p a {
	color: #38c695;
}
/**Images**/
img {
	<!--width: 100%;-->
	height: auto;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}
/**listing**/
ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
}
ul li {
	list-style: disclosure-closed;
	padding: 0 0 20px 30px;
	position: relative;
	width: 100%;
	font-size:16px;
}

/**Form **/
input, select, textarea {
	-webkit-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;	
	outline: none;
	border: none;
}
select::-ms-expand {
 display: none;
}
::-webkit-input-placeholder {
 color:#fff;
 opacity:1
}
:-moz-placeholder { /* Firefox 18- */
 color:#fff;
 opacity:1
}
::-moz-placeholder {  /* Firefox 19+ */
 color:#fff;
 opacity:1
}
:-ms-input-placeholder {
 color:#fff;
 opacity:1
}

.button {
	width: auto;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #4dac52;
	-webkit-box-shadow: 2px 3px 10px rgba(77,172,82,.2);
	-moz-box-shadow: 2px 3px 10px rgba(77,172,82,.2);
	box-shadow: 2px 3px 10px rgba(77,172,82,.2);
}
.button:hover {
	background: #33af84;
}
/**Banner area css**/
.banner-section {
	width: 100%;
	height: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px;
	display: block;
	background: url(../img/banner1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner-section .polygon-shape-up {
	max-width: 400px;
	width: 100%;
	height: 100%;
	background: rgba(253,211,88,0.5);
	position: absolute;
	top: 0;
	right: 0;
}
.banner-section .polygon-shape-up:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 1100px solid rgba(253,211,88,0.5);
	border-left: 400px solid transparent;
	position: absolute;
	right: 100%;
	top: 0;
}
.banner-section .polygon-shape-down {
	max-width: 400px;
	width: 100%;
	height: 100%;
	background: rgba(253,211,88,0.5);
	position: absolute;
	bottom: 0;
	right: 0;
}
.banner-section .polygon-shape-down:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 1100px solid rgba(253,211,88,0.5);
	border-left: 400px solid transparent;
	position: absolute;
	right: 100%;
	bottom: 0;
}
/**Header css**/
header {
	padding: 50px 50px 0 50px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
header .logo {
	width: 100%;
	max-width: 232px;
	display: inline-block;
}
/**Banner container css**/
.banner-container {
	display: inline-block;
	    margin: 0px 45px;
    background: none;
}

.banner-container .call-us {
	width: auto;
	background: #4dac52;
	padding: 8px 12px;
	font: normal 30px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0 5px;
	float: left;
}
.banner-container .call-us a {
	font-weight: bold;
}
.banner-container h1 {
	font-size: 40px;
	color: #fff;
	text-align: left;
}
.banner-container h1 b {
	font: bold 100px/100% 'Oswald', sans-serif;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	display: inline-block;
	margin: 20px 0 10px;
}
/**Banner form css*/
.banner-form {
	width: 100%;
	max-width: 480px;
	float: right;
	background: #d71345;
	padding: 50px 40px;
	margin: -25px 0 0 0;
}
.banner-form h2 {
	font: 500 40px/100% 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-weight: 700;
}
.banner-form h2:before {
	content: '';
	border-bottom: 6px solid #298acb;
	position: absolute;
	left: -55px;
	bottom: 0;
	width: 113%;
}
.banner-form fieldset {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.banner-form fieldset:last-child {
	margin: 0 auto;
}
.banner-form fieldset span {
	/*width: 47%;*/
	width: 100%;
	float: left;
}
.banner-form fieldset span:nth-child(2n) {
	float: right;
}
.banner-form fieldset input, .banner-form fieldset textarea {
	width: 100%;
	padding: 15px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,.1);
	border: solid 2px rgba(255,255,255,.4);
}
.banner-form fieldset input.button {
	width: 100%;
	padding: 10px 25px;
	font-size: 30px;
	font-weight: bold;
	background: #132333;
	cursor: pointer;
	color: #f3cb55;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 27px 3px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 27px 3px rgba(0,0,0,.15);
	box-shadow: 0 0 27px 3px rgba(0,0,0,.15);
}
.banner-form fieldset input.button:hover {
	background: #172b3e;
	color: #fff;
}
.banner-form fieldset .error {
	border: 2px solid #FF0000 !important;
}
.banner-form fieldset label.error {
	display: none !important;
}
.banner-form fieldset .success-msg {
	color: #fff !important;
	text-align: center;
	margin: 20px auto 0;
}
/**Features area css**/
.features-section {
	background: #f7f7f7;
	padding: 70px 0 20px;
	display: block;
	text-align: center;
}
.features-section i {
	font-size: 60px;
	color: #4ca951;
	line-height: 100%;
}
.features-section h2 {
	margin: 30px auto;
	font-size: 20px;
	text-transform: uppercase;
}
.features-section p {
	margin: 0 auto 50px;
	font-size:16px;
}
/**Video section css**/
.video-section {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow-x: hidden;
        overflow-y: hidden;
}
.video-section .video-area {
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
}
.video-section .video-content {
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
}
.video-content .video-details {
	padding:15px 13% 25px;
}
.video-details h2 {
	font-size: 35px;
	font-weight: 500;
}
.video-details p {
	margin: 0 0 30px 0;
	font-size:16px;
}
.youtube-video-section {
	float: right !important;
}
.video-section .video-area a {
	background: #4dac52 none repeat scroll 0 0;
	border-radius: 50px;
	bottom: 0;
	display: inline-block;
	height: 100px;
	left: 0;
	line-height: 105px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100px;
}
.video-section .video-area a i {
	color: #fff;
	font-size: 60px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
.YouTubePopUp-Wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9999999999999;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: YouTubePopUp;
	animation-name: YouTubePopUp;
}

body.logged-in .YouTubePopUp-Wrap { /* For WordPress */
	top: 32px;
	z-index: 99998;
}
.YouTubePopUp-Content {
	max-width: 680px;
	display: block;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.YouTubePopUp-Content iframe {
	max-width: 100% !important;
	width: 100% !important;
	display: block !important;
	height: 480px !important;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.YouTubePopUp-Hide {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: YouTubePopUpHide;
	animation-name: YouTubePopUpHide;
}

.YouTubePopUp-Close {
	position: absolute;
	top: 0;
	cursor: pointer;
	bottom: 550px;
	right: 0px;
	margin: auto 0;
	width: 40px;
	height: 40px;
	background: url(./assets/images/close.png) no-repeat;
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
}
.YouTubePopUp-Close:hover {
	opacity: 0.5;
}
/**Testimonial section css**/
.testimonial-section {
	width: 100%;
	display: inline-block;
	background: #f7f7f7;
	margin: 0 auto;
	display: block;
	padding: 70px 0;
}
.mis-stage, .mis-slider, .mis-slide, .mis-container, .mis-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: auto !important;
}
.mis-stage, .mis-slider {
	position: relative;
	overflow: hidden;
}
.mis-stage {
	width: 100%; /*  Set stage width as desired */
	text-align: center; /*  Center list navigation */
}
.mis-slider {
	list-style: none;
	overflow: visible;
	height: 100%;
	margin-top: 0;
}
.mis-slide {
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	overflow: visible !important;
}
.js .mis-slide {
	display: none;
	opacity: 0;
}
.mis-slider {
	margin: 0 auto 40px;
}
.mis-slider li span img {
	max-width: 150px;
	border-radius: 135px;
	border: none;
	-webkit-transition: width 2s linear 1s; /* For Safari 3.1 to 6.0 */
	transition: width 2s linear 1s;
}
.mis-slide {
	width: 360px;
}
.mis-slide.mis-current {
	z-index: 100;
	display: block;
	width: 100%;
}
.mis-container {
	display: block;
	width: auto;
	height: auto;
	border: 0;
}
.mis-container figcaption {
	visibility: hidden;
	text-align: center;
	margin: 40px auto 0;
}
.mis-container figcaption h3 {
	font: italic 25px/30px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	display: inline-block;
}
.mis-container figcaption ul {
	list-style: none;
	padding: 0;
	margin: 30px auto;
	width: auto;
}
.mis-container figcaption ul li {
	text-align: center;
	width: auto;
	display: inline-block
}
.mis-container figcaption ul li:before {
	display: none
}
.mis-container figcaption ul li i {
	font-size: 20px;
	color: #4dac52;
	font-style: normal
}
.mis-container figcaption b {
	width: 100%;
	font-size: 14px;
	color: #132333;
	display: inline-block;
}
.mis-current figcaption {
	visibility: visible;
}
/*  Style list navigation */
.mis-nav-list {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto; /* center it */
	z-index: 300;
	padding: 0;
	display: none;
}
.mis-nav-list li {
	display: inline-block;
	margin: 0;
}
.mis-nav-list li a {
	display: block;
	width: 11px;
	height: 11px;
	text-indent: 100%; /* Replace text */
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #eee;
	border-radius: 7px; /* Make items round */
	opacity: .3;
	-webkit-box-shadow: inset 0 0 2px #333;
	box-shadow: inset 0 0 2px 2px #333;
	margin: 0 3px;
}
.mis-nav-list li.mis-current a, .mis-nav-list li a:hover {
	background: #333;
}
.mis-nav-buttons {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	top: 30px !important;
	bottom: 0 !important;
	margin: auto;
	display: block;
	position: absolute;
	z-index: 9;
	opacity: 1 !important;
}
.mis-nav-buttons a {
	position: absolute;
	color: #132333;
}

.mis-nav-buttons a:hover {
	color: #172b3e;
}
.mis-nav-buttons a.mis-next {
	left: auto;
	right: 0;
}
.mis-nav-buttons a.mis-prev {
	left: 0;
	opacity: 1;
}
.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	content: "\02C2";
	font-family: "Ionicons";
	display: block;
	font-size: 50px;
	text-indent: 0;
}
.mis-nav-buttons a.mis-next:after {
	content: "\02C3"; /* right single angle quote */
}
/**Client section css**/
.client-section {
	width: 100%;
	padding: 70px 0;
	display: block;
	margin: 0 auto;
}
.client-section .item {
	margin: 0 50px;
}
.client-section .owl-controls {
	display: none
}
/*Footer section css*/
footer {
	background: #132333;
	padding: 22px 0;
	margin: -5px auto;
	color: #fff;
	display: inline-block;
	width: 100%;
}
footer .design-by {
	float: right;
	text-align: right;
}
footer p a {
	color: #4dac52;
}
footer i {
	font-size: 20px;
}
.scrollup {
	text-align: center;
	margin: 0 auto;
}
.scrollup a {
	color: #ada8a8;
}
.scrollup a:hover {
	color: #38c695;
}


/**************Developer Css******************/
/* contact Form 7 */
.banner-form fieldset span.wpcf7-form-control-wrap.mobile { width: 47%; }
.banner-form fieldset span.wpcf7-form-control-wrap.zip-code { width: 47%; }
.wpcf7-not-valid {border: 1px solid #f00 !important;}
span.wpcf7-not-valid-tip {display: none;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 1px solid #f00 !important; margin-top: 0px; text-align: center; clear: both; color: #fff;}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {border: 2px solid #f00; text-align: center; width: 96%; margin-top: 0px; color: #fff;}
div.wpcf7-mail-sent-ok {border: 1px solid #398f14;margin-top: 0;text-align: center; width:96%; color: #fff;}
.banner-form .last {margin: 0 auto;}
.ajax-loader {top: -42px;position: relative;left: 18px;}

/*******404-page*******/
.error-img { text-align: center; }
.error-img img { padding-bottom: 30px; max-width: 100%; width:auto; }
.error-img p { font-size: 18px; }

/* Place holder */
input::-webkit-input-placeholder{color: #fff !important;font-size: 14px !important;}
input::-moz-placeholder{color: #fff !important;font-size: 14px !important;}
input:-ms-input-placeholder{color: #fff !important;font-size: 14px !important;}
input:-moz-placeholder  {color: #fff !important;font-size: 14px !important;}

.features-section .or-row-container{ padding:0; }

.features-box-3 .or_column_inner.or_col-sm-12 {padding: 0;}/* CSS Document */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

#age {
    width: 100%;
    padding: 15px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255,255,255,.1);
    border: solid 2px rgba(255,255,255,.4);
}
option {
    color: black;
}
.selectcon {
    background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 9px;
}

.form-button {
    border: 1px solid #b4302d;
    background-color: #B4302D;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 63px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: 'Roboto Slab', serif;
    padding: 0 15px;
    width: auto;
}
.form-button:hover {
    border: 1px solid #4a893a;
    background-color: #4a893a;
    color: #fff;
}
.clear {
  clear: both;
}