 @charset "utf-8";
/* CSS Document */



body {
	margin:0;
	padding:0;
	font-family: 'Poppins-Regular';
}
 @font-face {
 font-family: 'EBGaramond';
 src: url('../fonts/EBGaramond.eot');
 src: url('../fonts/EBGaramond.eot?#iefix') format('embedded-opentype'), url('../fonts/EBGaramond.woff2') format('woff2'), url('../fonts/EBGaramond.woff') format('woff'), url('../fonts/EBGaramond.ttf') format('truetype'), url('../fonts/EBGaramond.svg#EBGaramond') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'AcademicM54';
 src: url('../fonts/AcademicM54.eot');
 src: url('../fonts/AcademicM54.eot?#iefix') format('embedded-opentype'), url('../fonts/AcademicM54.woff2') format('woff2'), url('../fonts/AcademicM54.woff') format('woff'), url('../fonts/AcademicM54.ttf') format('truetype'), url('../fonts/AcademicM54.svg#AcademicM54') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Poppins-MediumItalic';
 src: url('../fonts/Poppins-MediumItalic.eot');
 src: url('../fonts/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff'), url('../fonts/Poppins-MediumItalic.ttf') format('truetype'), url('../fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic') format('svg');
 font-weight: 500;
 font-style: italic;
}
 @font-face {
 font-family: 'Poppins-Regular';
 src: url('../fonts/Poppins-Regular.eot');
 src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Poppins-Medium';
 src: url('../fonts/Poppins-Medium.eot');
 src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
 font-weight: 500;
 font-style: normal;
}
 @font-face {
 font-family: 'Poppins-Bold';
 src: url('../fonts/Poppins-Bold.eot');
 src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
}
 @font-face {
 font-family: 'Poppins-BoldItalic';
 src: url('../fonts/Poppins-BoldItalic.eot');
 src: url('../fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg');
 font-weight: bold;
 font-style: italic;
}
 @font-face {
 font-family: 'Poppins-Italic';
 src: url('../fonts/Poppins-Italic.eot');
 src: url('../fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff'), url('../fonts/Poppins-Italic.ttf') format('truetype'), url('../fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');
 font-weight: normal;
 font-style: italic;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
img {
	border:0;
	outline:0;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.display {
	display:none;
}
.clear {
	clear: both;
}
.container {
	width:100%;
	max-width:1080px !important;
}
.banner {
	position:relative;
	z-index:3
}
img.img_full {
	display: block;
	width: 100%;
}
.b_con {
	position: absolute;
	top: 35%;
	width: 100%;
	z-index: 99999;
}
.b_con h2, h3, h4, h5 {
	text-align:center;
	padding:3px 0;
	letter-spacing:1px;
}
.b_con h2 {
	font-size:48px;
	color:#fff;
	font-family: 'Poppins-Bold';
}
.b_con h3 {
	font-size:30px;
	color:#a1da89;
	font-family: 'Poppins-Medium';
}
.b_con h4 {
	font-size:24px;
	color:#fff;
	font-family: 'EBGaramond';
}
.b_con h5 {
	font-size:18px;
	color:#fff;
	font-family: 'Poppins-Medium';
}
.banner_buttons {
	text-align:center;
	width:100%;
	margin:10px 0 0 0;
}
a.btn_green {
	width:auto;
	display:inline-block;
	background:#a1da89;
	font-size:18px;
	color:#3f5138;
	padding:10px 50px;
	font-family: 'Poppins-Medium';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:0 5px;
}
a.btn_green:hover {
	background:#7aa667;
	text-decoration:none;
}
a.btn_blue {
	width:auto;
	display:inline-block;
	background:#baeacf;
	font-size:18px;
	color:#526058;
	padding:10px 50px;
	font-family: 'Poppins-Medium';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:0 5px;
}
a.btn_blue:hover {
	background:#9dbfac;
	text-decoration:none;
}
.img_welcome {
	width:100%;
	margin: 0 auto;
	padding:0;
}
.img_welcome img {
	width:100%;
}
.welcome_txt {
	padding:0 3%;
}
.welcome_txt h2 {
	font-size:28px;
	color:#1f1a17;
	padding:0 0 5px 0;
	font-family: 'Poppins-Bold';
}
.welcome_txt a.btn_green {
	width:auto;
	display:inline-block;
	background:#fff;
	border:1px solid #89bc74;
	font-size:18px;
	color:#89bc74;
	padding:10px 50px;
	font-family: 'Poppins-Medium';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:0 5px;
}
.welcome_txt a.btn_green:hover {
	background:#89bc74;
	color:#fff;
}
.welcome_txt h3 {
	font-size:24px;
	color:#8abd74;
	font-family: 'Poppins-Medium';
	padding:0 0 5px 0;
	text-align:left;
}
.welcome_txt p {
	font-size:17px;
	color:#3b3b3a;
	line-height:30px;
	margin:0 0 25px 0;
}
section.services {
	background:url(../images/img_services.jpg) repeat;
	padding:64px 0;
}
section.services h2 {
	width:100%;
	text-align:center;
	font-size:36px;
	color:#fff;
	font-family: 'Poppins-Medium';
	padding:0 0 64px 0;
}
.services p {
	width:100%;
	margin:0 0 10px 0;
}
.services p img {
	width:100%;
	margin:0 0 2px 0;
}
.services p span {
	width:100%;
	font-size:20px;
	color:#baeacf;
	font-family: 'Poppins-Medium';
}
.services p span a {
	color:#baeacf;
}
.services p span a:hover {
	text-decoration:none;
	color:#fff;
}
section.services .view_services {
	width:100%;
	text-align:center;
	margin:50px 0 0 0;
}
section.services .view_services a {
	width:auto;
	display:inline-block;
	background:none;
	border:1px solid #fff;
	font-size:18px;
	color:#fff;
	padding:10px 50px;
	font-family: 'Poppins-Medium';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
section.services .view_services a:hover {
	text-decoration:none;
	background:#fff;
	color:#1f1a17;
}
section.testimonial {
	width:100%;
	background:url(../images/white_pattren.jpg) repeat;
	padding:65px 0;
}
section.testimonial h2 {
	text-align:center;
	font-size:36px;
	color:#1f1a17;
	font-family: 'Poppins-Medium';
}
/*testimonial*/

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 15px auto;
	padding: 0 50px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 210px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
	font-size:20px;
	color:#1f1a17;
	font-family: 'Poppins-MediumItalic';
	line-height:30px;
}
.carousel .overview {
	font-size:18px;
	color:#b0b1b1;
}
.carousel .overview b {
	color: #a1da89;
	font-size:20px;
}
.carousel .carousel-control {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 8px;
	border-radius: 50%;
}
.carousel-indicators li {
	background: #e6e6e6;
	border-color: transparent;
}
.carousel-indicators li.active {
	background: #bde4ad;
}
/*testimonials*/


.bottom_con {
	width:100%;
	background:#baeacf;
	padding:20px 0;
}
.help {
	background:url(../images/icon_phone.png) no-repeat left center;
	padding:0 0 0 77px;
}
.help h2 {
	width:100%;
	font-size:30px;
	color:#718a7c;
	font-family: 'Poppins-Bold';
}
.help h2 span {
	color:#5c5c5c;
	padding:0 0 0 10px;
}
.help p {
	width:100%;
	font-size:15px;
	color:#718a7c;
	font-family: 'Poppins-Medium';
}
a.white_btn {
	width:auto;
	display:inline-block;
	background:#fff;
	font-size:18px;
	color:#3f5138;
	padding:10px 50px;
	font-family: 'Poppins-Medium';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.white_btn:hover {
	text-decoration:none;
	background:#1f1a17;
	color:#fff;
}
.footer {
	width:100%;
	background:url(../images/footer_img.jpg) repeat-x bottom right;
	padding:70px 0 80px 0;
	text-align:center;
}
.footer .logo {
	width:100%;
}
.footer ul {
	width:100%;
	padding:20px 0 0 0;
}
.footer ul li {
	width:auto;
	display:inline-block;
	padding:0 20px;
	background:url(../images/icon_sep.png) no-repeat left center;
}
.footer ul li.reset {
	background:none;
	padding-left:0;
}
.footer ul li a {
	font-size:16px;
	color:#938f8f;
}
.footer ul li a:hover, .footer ul li#active a {
	color:#1f1a17;
	text-decoration:none;
}
.footer span.bottom_txt {
	width:100%;
	text-align:center;
	display:inline-block;
	padding:10px 0 0 0;
	font-size:13px;
	color:#938f8f;
}
.view {
	cursor: default;
	overflow: hidden;
	position: relative;
}
.header {
	width:100%;
	padding:20px 0;
}
.navbar-brand {
	width:auto;
}
ul.p_link li {
	padding:0 0 0 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size:24px;
	color:#3b3737;
	font-family: 'AcademicM54';
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:#a1da89;
}
.navbar-collapse {
	flex-grow:inherit;
}
.navbar-light .navbar-brand {
	margin-right:auto;
}
.contact_bar {
	width:97%;
	text-align:right;
	position:absolute;
	top:20px;
	z-index:99;
}
.ph_top {
	width:200px;
	background:url(../images/icon_p.png) no-repeat left top;
	padding:0 0 0 55px;
	display:inline-block;
}
.ph_top h2 {
	font-size:18px;
	color:#8fc37a;
	font-family:'Poppins-Medium';
	text-align:left;
}
.ph_top p {
	font-size:16px;
	color:#1e1a17;
	text-align:left;
}
.email_top {
	width:230px;
	background:url(../images/icon_mail.png) no-repeat left top;
	padding:0 0 0 55px;
	display:inline-block;
}
.email_top h2 {
	font-size:18px;
	color:#a4c9b4;
	font-family:'Poppins-Medium';
	text-align:left;
}
.email_top p {
	font-size:16px;
	color:#1e1a17;
	text-align:left;
}
.email_top p a {
	color:#1e1a17;
}
.navbar {
	padding:0rem 0rem 0.5rem 1rem;
}
#navbarSupportedContent {
	position:relative;
	top:40px;
}
.navbar-toggler {
	margin:78px 0 0 0;
}
#navbarSupportedContent {
	top:40px;
}
.inner_banner {
	width:100%;
	background: url(../images/inner_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:30px 0;
	text-align:center;
	font-size:36px;
	color:#ffffff;
	font-family:'Poppins-Medium';
}
.inner_con {
	width:100%;
	padding:60px 0;
}
.about img {
	margin:0 0 40px 0;
	width:100%;
}
.about h2 {
	width:100%;
	font-size:24px;
	color:#a1da89;
	font-family:'Poppins-Medium';
}
.about p {
	color: #3b3b3a;
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 18px;
}
.service_block {
	width:100%;
	margin:0 0 20px 0;
}
.service_block img {
	width:100%;
	margin:0 0 10px 0;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.service_block h2 {
	color: #1f1a17;
	font-family: "Poppins-Medium";
	font-size: 24px;
	width: 100%;
}
.contact h2 {
	font-size:18px;
	color:#878686;
	text-align:center;
	line-height:25px;
}
.contact_form {
	width:100%;
	margin:20px 0 0 0;
}
.contact_form_holder {
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}
.contact_form_holder p {
	width:50%;
	display:inline-block;
	margin:0;
	text-align:left;
}
.contact_form_holder p label {
	width:100%;
	float:left;
	font-size:20px;
	color:#1f1a17;
	font-family: "Poppins-Medium";
}
.contact_form_holder p label span {
	color:#ff0000;
}
.contact_form_holder p input {
	width:96%;
	display:inline-block;
	background:#f9f9f9;
	border:1px solid #e6e5e5;
	border-bottom:5px solid #e6e5e5;
	padding:2% 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#b3b3b3;
}
.contact_form_holder.service {
	width:100%;
	margin:0 0 30px 0;
	text-align:center;
}
.contact_form_holder.service h2 {
	width:100%;
	display:inline-block;
	font-size:20px;
	color:#1f1a17;
	font-family: "Poppins-Medium";
	text-align:left;
	padding:0;
}
.form_fields_h {
	width:100%;
	display:inline-block;
	margin:0 0 10px 0;
	float:left;
}
.form_fields_h p {
	width:22%;
	display:inline-block;
	float:left;
}
.form_fields_h p input {
	width:10px;
	height:10px;
}
.form_fields_h p span {
	width:180px;
	display:inline-block;
	font-size:14px;
	color:#797979;
}
.contact_form_holder p.question {
	width:100%;
}
.contact_form_holder p.question textarea {
	width:97.5%;
	display:inline-block;
	background:#f9f9f9;
	border:1px solid #e6e5e5;
	border-bottom:5px solid #e6e5e5;
	padding:2% 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#b3b3b3;
	min-height:200px;
}
.contact_form_holder input.submit {
	width:auto;
	background:#a1da89;
	padding:10px 50px;
	font-family:"Poppins-Medium";
	border:0;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:20px 0 0 0px;
	float:left;
}
.contact_form_holder input.submit:hover {
	background:#7aa667;
}
.contact_form_holder p.rt {
	float:right;
}
ul.p_link li.active a {
	color:#a1da89 !important;
}
 @media only screen and (max-width: 1024px) {
 #navbarSupportedContent {
 top: 0px;
}
 .b_con {
 top: 20%;
}
 .welcome_txt {
padding:15px 15px;
}
 ul.p_link li {
background:#f1f1f1;
border-bottom:1px solid #fff;
}
.form_fields_h p {
 display: inline-block;
 float: left;
 margin: 0 0 0 0px;
 width: 47%;
}
.form_fields_h.reset {
margin:0 0 20px 0;
}
.form_fields_h {
 margin: 0;
}
}
 @media only screen and (max-width: 850px) {
 .b_con h2 {
font-size:25px;
}
.b_con h3 {
font-size:25px;
}
.b_con h4 {
display:none;
}
 section.services, section.testimonial {
 padding: 20px 0;
}
 section.services h2 {
 padding: 0 0 20px;
}
.carousel {
 padding: 0 10px;
}
 .center_txt {
text-align:center;
margin:10px 0 0 0;
}
 .contact_bar {
position:relative;
text-align:right;
margin:0 0 20px 0;
}
.welcome_txt {
padding:20px 3%;
}
 .contact_form_holder input.submit {
margin:20px 0 0 0;
}
.contact_form_holder.service h2 {
width:96%;
}
.form_fields_h.reset p {
margin:0;
width:51%;
}
}
 @media only screen and (max-width: 480px) {
.footer ul li {
width:100%;
background:none;
}
section.testimonial h2 {
font-size:20px;
}
.carousel .testimonial {
 color: #1f1a17;
 font-size: 14px;
 line-height: 26px;
 padding: 15px 0 10px;
}
.carousel .overview b, .carousel .overview {
 font-size: 16px;
}
section.testimonial {
padding:25px 0;
}
 .ph_top h2, .email_top h2 {
font-size:14px;
text-align:center;
}
.ph_top p, .email_top p {
font-size:13px;
text-align:center;
}
.ph_top {
 padding: 0 0 0 0px;
 width: 110px;
 background:none;
}
 .email_top {
width:145px;
background:none;
padding:0;
}
 .b_con h5 {
font-size:10px;
}
.b_con h3 {
font-size:13px;
}
.b_con h2 {
font-size:16px;
}
.b_con h4 {
display:none;
}
.b_con {
 top: 6%;
}
 a.btn_green, a.btn_blue {
 font-size: 14px;
 padding: 4px 13px;
}
 .img_welcome {
display:none;
}
.carousel {
 padding: 0 10px;
margin:0;
}
.welcome_txt h2 {
font-size:20px;
}
.welcome_txt h3 {
font-size:18px;
}
.welcome_txt p {
 color: #3b3b3a;
 font-size: 15px;
 line-height: 26px;
 margin: 0 0 11px;
}
 section.services, section.services h2 {
padding:15px 0;
}
section.services .view_services {
margin:10px 0 0 0;
}
.help h2 {
font-size:16px;
}
 section.testimonial {
 padding: 25px 0 38px 0;
}
#navbarSupportedContent {
 top:0px;
}
 .contact_bar {
text-align:center;
}
 .form_fields_h p {
 display: inline-block;
 float: left;
 margin: 0 0 0 12px;
 width: 96%;
}
.contact_form_holder input.submit {
margin:9px 0 0 0;
}
.contact_form_holder p {
width:96%;
float:left;
margin:0 0 10px 0;
}
.contact h2 br {
display:none;
}
.contact_form_holder {
margin:0;
}
.form_fields_h {
 display: inline-block;
 margin: 0;
 width: 100%;
}
.form_fields_h.reset {
margin:0;
}
.form_fields_h.reset p {
margin:0 0 10px 0;
width:90%;
}
.contact_form_holder.service h2 {
width:100%
}
.contact_form_holder p.rt {
 float: left;
}
}
