

.sections{
	padding: 60px 0px;
}
/*============================

==============================*/

#slide-img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 90vh;
	background-color: #999;
}
.demo-inner-content {
	position: relative;
	z-index: 2;
	margin: auto;
	padding-top: 220px;
	max-width: 800px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content h1 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
}
.demo-inner-content p{
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.5;
}



/*============================

==============================*/
.home-banner{
	width: 100%;
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 30px;
	background-color: #111;
}
.home-banner h1{
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 140px;
}
.home-banner p{
	font-size: 1.3rem;
	line-height: 1.3;
	margin-bottom: 15px;
}
.home-banner a{
	color: #fff;
	display: block;
	font-size: 1.1rem;
	padding: 12px;
	font-weight: 600;
	text-align: center;
	border-radius: 30px;
	background-color: #FF005F;
	border-bottom: 3px solid #AA003F;
}

/*============================

==============================*/
.home-intro{}
.home-intro img{
	display: block;
	font-weight: 100%;
}
.home-intro h2{
	font-size: 2.5rem;
	color: #222;
	font-weight: 700;
	margin-top: 10px;
}
.home-intro p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
}





/*============================

==============================*/
.home-services{
	background-color: #efefef;
}
.home-services h3{
	color: #222;
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 40px;
	font-weight: 700;
}
.home-services small{
	display: block;
	font-size: 1rem;
	text-align: center;
	font-weight: 600;
	color: #4CAD51;
	text-transform: uppercase;
}
.home-services .contents{
	padding: 20px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.home-services .wrap img{
	display: block;
	width: 100%;
	height: 210px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.home-services .wrap h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
	margin: 0px;
	text-transform: uppercase;
}
.home-services .wrap p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
}
.home-services a{
	color: #fff;
	display: block;
	font-size: 1.2rem;
	padding: 12px;
	text-align: center;
	border-radius: 30px;
	font-weight: 600;
	background-color: #4CAD51;
	border-bottom: 3px solid #337336;
}

/*============================

==============================*/
.home-testimonials{}
.home-testimonials small{
	display: block;
	font-size: 1rem;
	text-align: center;
	font-weight: 600;
	color: #4CAD51;
	text-transform: uppercase;
}
.home-testimonials h2{
	font-size: 2.5rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 50px;
	text-align: center;
}
.home-testimonials p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin: 0px;
	margin-bottom: 10px;
	font-style: italic;
}
.home-testimonials img{
	display: block;
	width: 150px;
	height: 150px;
	margin: auto;
	margin-top: 10px;
	border-radius: 50%;
}
.home-testimonials h5{
	margin: 0px;
	font-weight: 700;
	color: #222;
	font-size: 1.2rem;
}
.home-testimonials span i{
	color: #E8B400;
	font-size: 1.3rem;
	letter-spacing: -5px;
}


/*============================

==============================*/
.action-call{
	padding-top: 20px;
	padding-bottom: 60px;
}
.action-call .wrap{	
	background-color: #eee;
}
.action-call .wrap .contents{
	padding: 60px;
	text-align: center;
}
.action-call .wrap h3{
	font-size: 1.6rem;
	font-weight: 700;
	color: #222;
}
.action-call .wrap p{
	color: #333;
	margin-bottom: 20px;
}
.action-call .wrap a.p1{
	color: #fff;
	display: block;
	font-size: 1.2rem;
	padding: 12px;
	font-weight: 600;
	margin: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #4CAD51;
	border-bottom: 3px solid #337336;
}
.action-call .wrap a.p2{
	color: #fff;
	display: block;
	font-size: 1.2rem;
	padding: 12px;
	font-weight: 600;
	text-align: center;
	border-radius: 30px;
	background-color: #FF005F;
	border-bottom: 3px solid #AA003F;
}




/*============================

==============================*/
.main-banner{
	width: 100%;	
	background-color: #eee;
	background-position: top;
	background-size: cover;
}
.main-banner .wrap{
	padding-top: 180px;
	padding-bottom: 100px;
	background: rgba(0, 0, 0, .7);
}
.main-banner h1{
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
}
.main-banner .breadcrumb-nav{
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
}
.main-banner .breadcrumb-nav a{
	color: #4CAD51;
}
.main-banner .breadcrumb-nav span{
	display: inline-block;
	margin: 0px 10px;
}





/*============================

==============================*/
.about-section{}
.about-section .title-heading{
	padding: 15px 20px;
	background-color: #000;
}
.about-section .title-heading h3{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
}
.about-section .title-heading small{
	color: #ccc;
	display: block;
	margin-bottom: 6px;
}
.about-section .title-heading a{
	display: inline-block;
	font-size: .80rem;
	padding: 6px 12px;
	color: #fff!important;
	background-color: #4CAD51;
	border-radius: 3px;
}
.about-section p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin: 15px 0px;
}


.team-section{}
.team-section small{
	display: block;
	font-size: 1rem;
	text-align: center;
	font-weight: 600;
	color: #4CAD51;
	text-transform: uppercase;
}
.team-section h2{
	font-size: 2.5rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 30px;
	text-align: center;
}
.team-section .wrap{
	padding: 10px 20px;
	background-color: #000;
	background-size: cover;
	margin-bottom: 30px;
}
.team-section .wrap span{
	display: block;
	color: #ccc;
	font-size: .70rem;
	margin-bottom: 6px;
}
.team-section .wrap h4{
	font-size: 1rem;
	font-weight: 700;
	margin: 0px;
	color: #fff;
}
.team-section .wrap a{
	display: inline-block;
	font-size: .80rem;
	padding: 6px 12px;
	color: #fff!important;
	background-color: #4CAD51;
	border-radius: 3px;
}
/*============================

==============================*/
.review-section{}

.review-section h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	margin-bottom: 30px;
	text-align: center;
}
.review-section .wrap{
	padding: 30px 0px;
}
.review-section .clientname{
	width: 60%;
}
.review-section .clientrate{
	width: 40%;
	text-align: right;
}
.review-section .clientname h4{
	font-weight: 700;
	font-size: 1.3rem;
	color: #222;
}
.review-section .clientrate span{
	display: block;
}
.review-section .clientrate span i{
	color: #E8B400;
	font-size: 1.3rem;
	letter-spacing: -5px;
	display: inline-block;
}
.review-section .wrap p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin: 0px;
	padding-top: 6px;
}
/*============================

==============================*/
.approach-section{}
.approach-section h2{
	font-size: 2rem;
	line-height: 1.3;
	color: #222;
	font-weight: 700;
}
.approach-section p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin: 15px 0px;
}
.approach-why{
	background-color: #eee;
}
.approach-why h2{
	font-size: 2rem;
	line-height: 1.3;
	color: #222;
	font-weight: 700;
	text-align: center;
}
.approach-why p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin: 15px 0px;
}
/*============================

==============================*/
.services-section{}
.services-section .wrap{
	padding: 20px;
	margin-bottom: 35px;
	text-align: center;
	background-color: #eee;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.services-section .wrap h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
	margin: 0px;
}
.services-section .wrap p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
}
.services-section .wrap a{
	width: 60%;
	margin: auto;
	color: #222;
	border-radius: 30px;
	font-size: 1.1rem;
	display: block;
	padding: 10px 30px;
	font-weight: 600;
	border: 1px solid #222;
}
.services-section img{
	display: block;
	width: 100%;
	height: 200px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
/*============================

==============================*/
.contact-section {
	padding-top: 50px;
}
.contact-section hr{
	width: 30%;
	margin-left: 0px;
}
.contact-section h2{
	font-size: 2.5rem;
	color: #222;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-section h3{
	font-size: 1.8rem;
	color: #222;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: center;
}
.contact-section h3 a{
	display: block;
	margin: 6px 0px;
	color: #222;
}
.contact-section h3 a u{
	color: #4CAD51;
}
.contact-section .wrap{
	margin-bottom: 20px;
	padding: 30px 20px;
	border-radius: 15px;
	border: 1px solid #222;
}
.contact-section h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}

.contact-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	text-align: center;
}

.map-section{
	padding-top: 20px;
	padding-bottom: 60px;
}
.map-section .wrap{
	border-radius: 15px;
}

.clines{
	width: 100%;
	height: 60px;
	margin-top: -50px;
	background-color: #fff;
	position: relative;
	margin-bottom: 0px;
}
/*============================

==============================*/
.loan-section{}
.loan-section h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	text-align: center;
}
.loan-section span{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	display: block;
	text-align: center;
}
.loan-section .wrap{
	margin-top: 40px;
	text-align: center;
	padding: 30px;
	border-radius: 15px;
	border: 1px solid #333;
}
.loan-section .wrap h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
}
.loan-section .wrap p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}

.why-sections{
	background-color: #eee;
}
.why-sections .wrap{
	margin-top: 30px;
	text-align: center;
}
.why-sections h3{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	text-align: center;
}
.why-sections h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
}
.why-sections p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}

.application-section{}
.application-section h3{
	font-size: 2.5rem;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin-bottom: 30px;
}
.application-section article{
	margin-top: 35px;
}
.application-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.application-section h4{
	font-size: 1.6rem;
	font-weight: 700;
	color: #222;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #222;
}
/*============================

==============================*/
.venture-section1{}
.venture-section1 h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
}
.venture-section1 h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
}
.venture-section1 p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	margin-bottom: 15px;
}


/*============================

==============================*/
.invest-planning h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
	margin: 0px;
	margin-top: 20px;
}
.invest-planning h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
}
.invest-planning p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	margin-top: 15px;
}
.planing-process{
	background-color: #eee;
}
.planing-process h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
}
.planing-process p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	margin-top: 15px;
}
.planing-process p strong{
	display: block;
}

.assest-section{}
.assest-section h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	text-align: center;
}
.assest-section .wrap{
	padding: 30px;
	margin: 20px 0px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #222;
}
.assest-section .wrap h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #4CAD51;
	line-height: 1.4;
}
.assest-section .wrap p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.assest-section .wrap p strong{
	display: block;
	margin-top: 10px;
}
/*============================

==============================*/
.career-section{
	text-align: center;
}
.career-section h2{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
}
.career-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}

.career-section2{}
.career-section2 .wrap{
	padding: 50px 0px;
	background: rgba(0, 0, 0, .8);
}
.career-section2 h3{
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}
.career-section2 p{
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
}
.career-section2 ul{
	margin-top: 30px;
}
.career-section2 ul li{
	font-size: 1.2rem;
	color: #fff;
	margin: 10px 0px;
	line-height: 1.5;
}
.career-section2 ul li strong{
	display: block;
}

.career-section3{}
.career-section3 h3{
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin-bottom: 20px;
}
.career-section3 .accordion h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
}
.career-section3 .accordion p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.career-section3 .accordion h2 button{
	font-size: 1.2rem!important;
	font-weight: 700!important;
	color: #222!important;
}
/*============================

==============================*/
.footer-section{
	background-color: #111;
}
.footer-section .footer-1{}
.footer-section .footer-1 p{
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.5;
	width: 95%;
	margin-top: 10px;
}
.footer-section .footer-1 h4{
	font-size: 1.1rem;
	font-weight: 700;
	color: #4CAD51;
	margin-bottom: 20px;
}
.footer-section .footer-1 ul{
	margin: 0px;
	padding: 0px;
}
.footer-section .footer-1 ul li{
	margin: 10px 0px;
	font-size: 1rem;
	color: #fff;
}
.footer-section .footer-1 ul li a{
	color: inherit;
}


.social-network{
	margin: 15px 0px;
}
.social-network a{
	font-size: 1.5rem;
	color: #fff;
	margin-right: 6px;
}

.copyright-section{
	margin-top: 40px;
	padding-top: 40px;
	text-align: center;
	border-top: 1px dotted #444;
}
.copyright-section span{
	display: block;
	color: #fff;
}
@media all and (max-width : 768px){
.sections{
	padding: 50px 0px;
}
.demo-inner-content {
	padding-top: 170px;
	color: #fff;
	width: 80%;
	margin: auto;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content h1 {
	color: #fff;
	font-size: 2.3em;
	margin: 0;
}
.demo-inner-content p{
	font-size: 1.2rem;
}
/*============================

==============================*/
.home-intro{
	text-align: center;
}
.home-intro h2{
	font-size: 2rem;
	margin-top: 0px;
}
.home-services h3,
.home-testimonials h2{
	font-size: 2rem;
	margin-bottom: 20px;
}
.home-services .wrap img{
	height: 240px;
}
/*============================

==============================*/
.home-testimonials{
	text-align: center;
}
.home-testimonials p{
	margin: 10px 0px;
}
.action-call{
	padding-top: 0px;
	padding-bottom: 50px;
}
.action-call .wrap .contents{
	padding: 30px 50px;
}
.action-call .wrap{
	border-radius: 15px;
}
/*============================

==============================*/
.main-banner{
	background-color: #111;
	background-position: top center!important;
	background-image: url(../images/banner.png)!important;
}
.main-banner .wrap{
	padding-top: 180px;
	padding-bottom: 50px;
	text-align: left;
	background: rgba(0, 0, 0, .7);
}
.main-banner h1{
	font-size: 1.6rem;
}
.main-banner .breadcrumb-nav{
	margin-bottom: 10px;
	font-size: .80rem;
	font-weight: 300;
}
.main-banner .breadcrumb-nav span{
	margin: 0px 5px;
}
/*============================

==============================*/
.about-section .title-heading{
	text-align: center;
}
.about-section .title-heading a{
	display: block;
	width: 100%;
}
.about-section p{
	text-align: center;
}
.about-section{
}
.team-section{
	border-top: 1px solid #ccc;
}
.team-section h2{
	font-size: 2rem;
}
/*============================

==============================*/
.approach-section,
.approach-why{
	text-align: center;
}

.services-section img{
	height: 230px;
}


/*============================

==============================*/
.contact-section{
	text-align: center;
}
.contact-section hr{
	width: 100%;
	margin-left: 0px;
}
.contact-section h2{
	font-size: 2rem;
	margin-bottom: 10px;
}
.contact-section h3 a{
	font-size: 1.3rem;
}



/*============================

==============================*/
.footer-section .footer-1 a img{
	display: block;
}
.footer-section .footer-1 p{
	width: 100%;
}
.footer-section .footer-1 h4{
	font-size: 1.4rem;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
}
}