@charset "utf-8";


/*
 *Wealth.life landing page template
 *Author : Jitu chauhan
 *
*/

@import "../../jituchauhan.com/wealth-demo/medical/wealth-1/css/owl.carousel.css";
@import "../../jituchauhan.com/wealth-demo/medical/wealth-1/css/owl.theme.css";
@import url('../font-awesome/4.7.0/css/font-awesome.min.css');
/*--------------------
	Layout

	*Nav 		/ 	#nav
	*Intro 		/	#intro
	*About 		/	#about
	*Services	/ 	#services
	*Doctor 	/ 	#doctor
						-testimonals
						-client
	==================================
	
	*Contact	/	#contact
						-newsletter
	==================================
	
	*Footer		/   #footer
	
---------------------------------------------*/

/*--------------------------------------------
	  COLOR
	  			   primary : color:#f0f1ec;
	  				  body :
	h1, h2, h3, h4, h5, h6 : color:#034b81;
						 p : color:#72736e;
						 a : color:#004f35;
				   a:hover : color:#034b81;
				   
--------------------------------------------------------*/

/*--------------------------------------------------------
	  						FONT

	h1, h2, h3, h4, h5, h6 : font-family: 'Asap', sans-serif;
						 p : font-family: 'Asap', sans-serif;
					 ul li : font-family: 'Asap', sans-serif;
				   
--------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Asap:400,700);
@import url('../font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300&amp;display=swap');


/*--------------------
	  general
---------------------*/

strong{font-weight:400}
body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	
}
html {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-size:initial;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
	margin-top:0px;
	color:#f60d0e;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:20px;
}
p {
	font-size:16px;
	line-height:26px;
	color:#72736e;
	margin-bottom: 15px;
}
a{}
a:hover{text-decoration:none;}
ul {
	margin:0px;
	padding:0px;
}
ul li {
	line-height:26px;
	color:#72736e;
}
.green-icon {
	
	color:#004f35;
}
.green-icon i{
	margin-bottom:40px;
	
}
.green-icon:hover{
	/* margin-bottom:40px; */
	color:#034b81;
}
.fa-size{
	font-size:24px;
}
.block-title {
	margin-bottom: 60px;
	text-align: center;
}
.block {
	margin-bottom:50px;
}

/*--------------------
	  button
---------------------*/

.btn-orange {
	background-color:#000000;
	color:#fff;
	padding:10px 40px !important;
	font-size:18px !important;
	border: none;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	border-radius:50px !important;
	text-transform: capitalize !important;
	letter-spacing:inherit !important;
	/*-webkit-box-shadow: 0px 3px 0px 0px rgba(220, 85, 32, 0.9);
	-moz-box-shadow:    0px 3px 0px 0px rgba(220, 85, 32, 0.9);
	box-shadow:         0px 3px 0px 0px rgba(220, 85, 32, 0.9);*/
}
.btn-orange:hover {
	color:#fff;
	background-color:#000000;
}
/******* Buttons *******/

.btn {text-transform: uppercase; font-size: 12px; font-weight: 700; padding: 09px 20px; border-radius: 2px;}
.btn-default{border:1px solid #000000; background-color:#000000; color: #fff;/*-webkit-box-shadow: 0px 3px 0px -1px rgba(115,20,37,1);*/
-moz-box-shadow: 0px 3px 0px -1px rgba(115,20,37,1);
/*box-shadow: 0px 3px 0px -1px rgba(115,20,37,1);*/
}
.btn-default:hover {background-color: #000000; color: #fff; border: 1px solid #000000;}
.btn-primary {border:1px solid #e9e6e5; background-color:#e9e6e5; color: #b7acac;}
.btn-primary:hover {border:1px solid #de6d64; background-color:#de6d64; color: #fff;}
.btn-sm {padding: 6px 10px; font-size: 12px;}
.btn-lg {padding: 13px 50px; font-size: 16px; }
.btn-link{color: #292d2f; text-transform: uppercase; font-weight: 700;}
.btn-link:hover{color: #dc5520; text-decoration: none;}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

/***************
	nav
***************/
.navbar-nav {
	float: right;
	margin:8px 0;
	font-size: 18px;
}
.navbar-default {
	/*background-color: #f0f1ec;*/
	border-bottom:1px solid #dfe1d8;
}
.navbar-brand {
	float: left;
	/* padding: 10px 0px 10px 15px; */
	font-size: 18px;
    line-height: 20px;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	width:149px;
	height:67px;
	padding:0;
	background-size:149px;
}
.navbar-brand .logo-brand{margin-bottom:0;}
.navbar-default .navbar-nav>li>a {
	color: #000000;
	background-colpx;
	-webkit-font-smoothing: antialiased;
	float:left; text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #00000;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #009e71;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.dropdown-menu {background-color: #fff; border: none; padding: 20px 10px;}
.dropdown-menu>li>a {display: block; padding: 10px 20px; clear: both; line-height: 1.42857143; color: #72736e; white-space: nowrap; font-size: 14px; text-transform: uppercase; letter-spacing: 1px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color: #F1703D; text-decoration: none; background-color: transparent;}
/**** Mobile menu *****/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #004f35;
border-color: #004f35;
}
.navbar-default .navbar-toggle {
border-color: #034b81;
background-color: #034b81;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

.social {
	
}
.social a {
	padding: 10px 5px!important;
	margin-top:3px;
	color: #72736e;
}
.social i:hover {
	color:#034b81;
}
.logo {
	font-family: 'Pacifico', cursive;
	font-weight:400;
	text-transform:lowercase;
	color:#004f35;
}
.logo-brand {
	font-weight:700;
}
/******* General CSS *******/
.main-container {padding-top: 60px; padding-bottom: 100px;}
.listnone {list-style: none; padding-left: 0;}
/******* page header *******/

.page-header {background-color:#f0f1ec; padding-bottom: 200px; padding-top: 240px; margin: 0px; position: relative;background-repeat: none;
	background-attachment: scroll; background-position: center center; -webkit-background-size: cover;
	-moz-background-size: cover; background-size: cover; -o-background-size: cover;}
.page-title {text-align: center; font-size:48px;}
/***************
	intro
***************/
.intro-section {
	padding-top:30px;
	/*background: #f0f1ec;*/
}
.intro-caption {
	margin-top:10px;
}
.intro-caption p{font-size:20px;line-height:1.5}
.intro-title {
	font-size:48px;
}
.intro-title span {
	color:#281477;
}
.call-num {
	color:#afb0ad;
	font-weight:700;
	font-size:48px;
}
/***************
	about
***************/

.about-section {
	padding-top: 80px;
	background: #fff;
	padding-bottom:80px;
}
/* .about-section strong{
	color:#f1703d;
} */
.about-section .lead{
	font-size:18px;
	margin-bottom:40px;
	line-height:27px;
}
.appoinment-form h3 {
	margin-bottom:15px;font-weight:500;font-size:24px;
}
ul.appoinment li {
	list-style:none;
	font-size:16px;
	margin-bottom:35px;
}
ul.appoinment li i {
	margin-right:10px;
}
.appoinment strong {
	color:#f1703d;
}
.appoinment-form {
	padding: 30px 30px 30px 30px;
	background-color:#f0f1ec;
	border-radius:2px;
	box-shadow: 0px 3px 0px 0px rgba(203, 205, 198, 0.9);
}
.appoinment-form form .form-group label {
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	color:#4c4d46;
}
.appoinment-form form .form-group input {
	padding:15px 15px;
	height: 45px;
}
.btn-Submit {
	margin-top: 15px;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size:16px;
}
/***************
	services
***************/

.services-section {
	padding-top: 120px;
	background: #f9faf6;
	padding-bottom:120px;
}
/*.feature-block {
	text-align:center;
	background-color:#333;
	border-radius:100%;
}
*/
/*.feature-block .green-icon:hover {
	color:#034b81;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}*/
.box-ct{
	margin-top:30px;
}
.box-icon{
	height: 160px;
	width: 160px;
	-moz-border-radius: 35px;
	border-radius: 100%;
	padding: 55px;
	background-color: #f0f1ec;
	color: #034b81;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 15px;
}

.box-icon:hover{
	height: 160px;
	width: 160px;
	-moz-border-radius: 35px;
	border-radius: 100%;
	padding: 55px;
	background-color: #004f35;
	color:#fff;
	text-align: center;
	cursor:pointer;
}
.block:hover .box-icon{
	-moz-border-radius: 35px;
	border-radius: 100%;
	padding: 55px;
	background-color: #004f35;
	color:#fff;
	text-align: center;
	cursor:pointer;
}

/***************
	doctor
***************/
.doctor-section {
	padding-top:120px;
	padding-bottom:120px;
    border-top:1px solid #dfe1d8;
}
.doctor-profile {

}
.doctor-profile img {
	width: 100%;
}
.doctor-profile strong {
	color:#004f35;
	margin-bottom:10px;
	display:block;
}

.bg-profile{ background:#e8eae3; text-align: center; margin-bottom:20px; -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;}
.bg-profile:hover{ background-color:#004f35; cursor:pointer;}
.testimonials {
	background-color:#f9faf6;
	padding-top: 80px;
	padding-bottom:80px;
	margin-top: 120px;
}
.testimonials span {
	color:#0e577d;
	font-size:20px;
}
.testimonials span a {
	color:#004f35;
	font-size:14px;
}
.client {
	padding-top:80px;
}
.client-logo {
	margin-top:30px;
}
.client-logo .item img {
	opacity:0.5
}
.client-logo .item img:hover {
	opacity:1;
	cursor:pointer;
}
.client-circle {
	padding: 8px;
	background: #fff;
	border: 1px solid #ebece8;
}
/****************
	contact
****************/

.contact {
	padding-top:120px;
	padding-bottom:120px;
	background-color:#f9faf6;
}
.ct-block {
	padding-top: 80px;
	margin-bottom: 80px;
	padding-bottom:70px;
	border-bottom: 1px solid #e4e6dd;
	border-top: #e4e6dd solid 1px;
	margin-top: 80px;
}
.ct-info {
	text-align:center;
}
.ct-info h3 {
	font-size:30px;
	color:#72736e;
}
/****************
	newsletter
****************/

.newsletter {
	padding-top:60px;
	padding-bottom:60px;
}
.newsletter .form-control {
	height:48px;
	border-radius: 0px;
	border: 1px solid #c1c3bd;
}
.newsletter .btn-orange {
	padding-left:20px;
	padding-right:20px;
	display: block;
	font-weight:600;
}
/***************
	footer
***************/
.footer {
	background-color:#303335;
	padding:15px 0;
}
.social-icon {
	font-size:24px;
	color:#797c7e;
	
	margin-right: 15px;
}
.social-icon:hover {
	color:#004f35;
}
.ft p {
	font-size:17px;
	color:#797c7e;
	margin-bottom:0;
}

/******* Blog *******/

.content-right {margin-bottom: 30px;}
.sidebar {}
.post-block {margin-bottom:60px; border-bottom:1px solid #e4e6dd; padding-bottom:60px;} 
.post-well{}
.post-block p:last-child {margin-bottom: 0px;}
.post-sticky {position: absolute; background: url(../images/sticky.html) no-repeat; right: 50px; width: 38px; height: 60px; top: 0px;}
.post-caption{}
.post-title {line-height: 24px; color:#034b81;}
.post-img {margin-bottom: 30px; position:relative;}
.post-img img {width: 100%;}
.blogslider {}
.blogslider .owl-nav {text-align: center; width: 60px; margin: 0px auto;}
.blogslider .owl-nav i {font-size: 24px; color: #fff;}
.blogslider .owl-prev {position: absolute; top: 40%; left: 5%;}
.blogslider .owl-next {position: absolute; right: 5%; top: 40%;} 
.post-video {}
.share-option{}
#blog-gallery .owl-buttons{display: none;}
 
	/***** Blog Meta *****/

.meta-block{text-transform: uppercase; letter-spacing: 2px; color: #696f74; margin-bottom:30px;}
.post-meta {}
.meta-link{color: #696f74;}
.meta-date, .meta-comment, .meta-author {margin: 0 15px 0px 0px; font-size: 14px; font-weight: 500; color: #696f74;}
.post-meta i{color:#004f35;}
.meta-date {}
.meta-date .flat-icon {padding-right: 10px; color: #f44421;}
.meta-comment {}
.meta-author {text-transform:uppercase;}
.meta-tag{}


	/***** Blockquote *****/
.post-quote {}
.post-quote blockquote{ text-align:center; background-color:#f9faf6; padding:30px; border-top:1px solid #004f35;}
blockquote {font-size: 20px; border: none; font-weight: 500; margin: 0px; padding: 10px 0px; line-height:34px;}
blockquote p{margin-bottom:10px;}
.source-name {font-size:16px; font-weight:700;}

 
/******* Blog Details *******/	
	/***** alignment *****/
	
.alignleft {float: left; margin-right:20px; margin-bottom:20px;}
.alignright {float: right; margin-left:20px; margin-bottom:20px;}
.caption {font-size: 16px; background-color: #24dcfd; color: #33393d; padding: 10px; font-weight: 500;}
.share-post{margin-bottom: 20px; padding-bottom: 20px; margin-top: 48px;}

	/***** Related Post *****/

.related-post {margin-bottom: 60px; border-bottom: 1px solid #e4e6dd; padding-bottom: 59px;} 
.related-post-block{}
.related-post-title{margin-bottom:40px;}	
.related-img {margin-bottom: 20px;}
.related-desc{}
.related-title {margin-bottom: 20px;}

	/***** Prev Next Block *****/

.next-prev-block{margin-bottom: 60px;}
.prev-block{border-right:2px solid #e4e6dd;}
.prev-post{}
.prev-post h3, .next-block h3{margin-bottom: 0px;}
.prev-link, .next-link{margin-bottom: 30px; text-transform: uppercase; font-weight: 700; margin-top: 30px; display: inline-block;}
.next-block{}
.next-post{margin-left:15px;}



	/***** Author Post *****/
	
.author-post {margin-bottom: 80px; background-color: #f9faf6; border-bottom:2px solid #afc56d; padding: 30px;}
.author-portrait {}
.author-portrait img {margin: 0 auto;}
.author-info {}
.author-name{}
.social-icon { color: #72736e; font-size: 24px; margin-left: 5px;}	
.social-icon-link{color: #2cbff6;}
 

	/***** Comments *****/
	
.comments-area {margin-bottom:80px; border-bottom: 1px solid #e2e0da; padding-bottom: 50px;}
.comments-title {margin-bottom: 40px;}
.comment-title {margin-bottom: 10px;}
.comment-title span {}
.comment-list {}
.comment-frame {float: left; width: 110px; margin-bottom:30px;}
.comment-frame img {}
.user-comments {margin-left: 130px;}
.comment-body {padding-bottom: 39px; border-bottom: 1px solid #e2e0da; margin-bottom: 40px;}
.comment-body:last-child{padding-bottom: 0px; border-bottom: 0px solid transparent; margin-bottom: 0px;} 
.comment-body p{margin-bottom: 20px;}
.comment-body.listnone {}
.children {}
.leave-comments, .comment-post, .children {display: inline-block;}
.btn-comment{margin-top: 20px;}

	/***** Leave Reply *****/
.leave-reply{margin-bottom: 40px;}
.reply-title{margin-bottom: 35px;}



	/***** Blog sidebar *****/
		/*** Widget ***/


.widget {margin-bottom: 50px;}
.widget ul{margin-bottom: 0px;}
.widget-title {margin-bottom: 30px; border-bottom: 1px solid #e4e6dd; padding-bottom: 29px;}
		
		/*** Widget-Search ***/
		
.widget-search {}
.widget-search .form-control {height: 48px;}
.widget-search .btn{padding: 13px 20px;}

		/*** Widget-Category ***/

.widget-category {}
.widget-category ul li, .widget-archive ul li {margin-bottom:15px;}
.widget-category ul li:last-child, .widget-archive ul li:last-child{margin-bottom:0px;}
		/*** Widget-Archive ***/	
.widget-archive {}
.widget-archive strong {padding-left: 10px;}
		
		/*** Widget-Recent-Post ***/	

.widget-recent-post {}
.widget-recent-post ul li {}
.rec-post-block{margin-bottom:20px;}
.recent-post {}
.recent-post-img {margin-bottom: 10px;}
.recent-post-img img{width:100%;}
.recent-thumb {margin-bottom: 25px;}
.recent-post-desc {margin-bottom: 30px;}
.rec-title{margin-bottom: 15px; color:#1d1f20;}

		/*** Widget-tags ***/
.tags-widget {padding-bottom: 49px; border-bottom: 0px transparent;}
.tags-widget a {margin-bottom: 10px; padding:0px 11px; font-size: 10px; display: inline-block; text-transform: uppercase; color: #989fa2;  font-weight:700;
background-color: #f3f4ef; -webkit-box-shadow: 0px 3px 0px -1px rgba(230,231,225,0.99);    margin-right: 13px;
    padding: 8px 16px;
	-moz-box-shadow: 0px 3px 0px -1px rgba(230,231,225,0.99);
	box-shadow: 0px 3px 0px -1px rgba(230,231,225,0.99);}
.tags-widget a:hover {color: #fff; background-color: #f1703d; -webkit-box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);
-moz-box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);
box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);}

/******* pagination *******/

.st-pagination {margin-top: 70px;}
.st-pagination .pagination>li>a, .pagination>li>span {position: relative; float: left; padding: 7px 13px; text-transform: uppercase;
	margin-left: -1px; line-height: 1.42857143; color: #a2a6a9; text-decoration: none; font-size:14px; 
	background-color: #f3f4ef; border:1px solid #f3f4ef; margin-right: 5px; font-weight: 600; border-radius:3px;
	-webkit-box-shadow: 0px 3px 0px -1px rgba(230,231,225,0.99);
	-moz-box-shadow: 0px 3px 0px -1px rgba(230,231,225,0.99);
	box-shadow: 0px 3px 0px -1px rgba(230,231,225,0.99);}
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, 
.st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {z-index: 3; color: #fff; cursor: default; 
	background-color: #de6d64; border-color: #de6d64;
	-webkit-box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);
-moz-box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);
box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);}
.st-pagination .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {z-index: 2; color: #fff;
background-color: #de6d64; border-color: #de6d64;
-webkit-box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);
-moz-box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);
box-shadow: 0px 3px 0px -1px rgba(220,85,32,1);}

/******* thank you *******/

.thankyou{padding-top: 100px; padding-bottom: 100px; background-color: #f0f1ec;}
.thankyou-block{padding-bottom:100px; padding-top:100px;}
.thanku-logo{margin-top:90px;}
.thanks-title{font-size:95px; color: #034b81;}
.thanks-desc{color: #004f35; font-size: 26px;}


 @media(min-width:767px) {
 .navbar {
 padding: 10px 0;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
 .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
}
}

@media(max-width:767px) {
/****************
	nav
****************/

.navbar-nav {
float: left;
margin: 0 0;
}
.logo-brand {
font-weight: 700;
font-size: 24px;
margin-top: 12px;
}
/*******************
	intro-section
*******************/

.intro-section {
	background: #f0f1ec;
	padding:0px;
}
.call-num {
color: #afb0ad;
font-weight: 700;
font-size: 34px;
}
/********************
	about-section
********************/

.about-section {
padding-top: 60px;
background: #fff;
padding-bottom: 20px
}
.block {
margin-bottom: 0px;
}
.box-ct{
	text-align:center;
}
/****************
	services
****************/

.services-section {
padding-top: 60px;
background: #f9faf6;
padding-bottom: 20px;
}
.box-icon {
height: 160px;
width: 160px;
-moz-border-radius: 35px;
border-radius: 100%;
padding: 55px;
background-color: #f0f1ec;
color: #034b81;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin: 0 auto;
}
/****************
	doctor
****************/

.doctor-section {
padding-top: 60px;
padding-bottom: 20px;
}
/*******************
	testimonals
*******************/

.testimonials {
background-color: #f9faf6;
padding-top: 50px;
padding-bottom: 20px;
margin-top: 30px;
text-align:center;
}
/****************
	contact
****************/

.contact {
padding-top: 60px;
padding-bottom: 20px;
background-color: #f9faf6;
}
/****************
	newsletter
****************/

.newsletter {
padding-top: 60px;
padding-bottom: 20px;
}
.newsletter .btn-orange {
padding-left: 20px;
padding-right: 20px;
display: block;
font-weight: 600;
margin-top: 20px;
}
/****************
	footer
****************/

.social-icon {
font-size: 24px;
color: #797c7e;
margin-right: 15px;
padding-bottom: 30px;
}
}

body{padding-top:88px;}
.section-spacing{padding:60px 15px}
.section-spacing .alpha{list-style-type: lower-alpha}
.section-spacing ol{padding-left:15px;font-size:14px;}
.section-spacing ol .title{font-size:16px;}
.section-spacing ol li{margin-bottom:8px;line-height:1.5}
ul{margin-left:30px;margin-top:10px;margin-bottom:20px;}
.section-spacing ul li{margin-bottom:8px;line-height:1.5;font-size:14px;}

.mt-1{margin-top:20px;}

.learn-more{margin-bottom:15px;display: inline-block;font-size:16px;top:-8px;position: relative;}
.learn-more:after{content:"\f105";font-family:"FontAwesome";margin-left:8px;}



.contact-us {
	max-width: 1170px;
	padding: 0 15px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 15px;
  }
  
  .contact-us .getintouch {
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 10px #ddd;
			box-shadow: 0 0 10px #ddd;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: 35%;
  }
  
  .contact-us .getintouch ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  
  .contact-us .getintouch ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	margin-bottom: 20px;
  }
  
  .contact-us .getintouch ul li .icon {
	height: 70px;
	width: 70px;
	border-radius: 70px;
	font-family: "FontAwesome";
	text-align: center;
	line-height: 70px;
	font-size: 25px;
	background-color: #009e7138;
	color: #004f35;
  }
  
  .contact-us .getintouch ul li .icon.address:after {
	content: "\f279";
  }
  
  .contact-us .getintouch ul li .icon.phone:after {
	content: "\f095";
	font-size: 30px;
  }
  
  .contact-us .getintouch ul li .icon.email:after {
	content: "\f0e0";
  }
  
  .contact-us .getintouch ul li .copy {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	padding-left: 20px;
	padding-top: 10px;
  }
  
  .contact-us .getintouch ul li .copy a {
	color: #333;
  }
  
  .contact-us .getintouch ul li .copy p {
	margin-bottom: 0;
  }
  
  .contact-us .getintouch ul li:last-child {
	margin-bottom: 0;
  }
  
  @media (max-width: 820px) {
	.contact-us .getintouch {
	  width: 100%;
	  margin-bottom: 30px;
	}
  }
  
  .contact-us .form {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: 60%;
  }
  
  .contact-us .form input[type=text] {
	width: 70%;
  }
  
  @media (max-width: 820px) {
	.contact-us .form {
	  width: 100%;
	}
  }
  
  @media (max-width: 820px) {
	.contact-us {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }

  .call{padding-top:60px;border-top: 1px solid #dfe1d8;margin-top:60px;}

  .about-wrapper{max-width:1170px;margin:auto;display:flex;justify-content:space-between;padding:80px 15px;}
  .about-wrapper .copy{flex:0 0 52%;padding-right:30px;}
  .about-wrapper .copy h2{font-size:30px;font-weight:500;}
  .about-wrapper p{font-size:18px;line-height:1.7}
  .about-wrapper .image{overflow: hidden;}
  .about-wrapper .image img{object-fit: cover;height:500px;}
  .top-nav-collapse .navbar-brand{background-size:150px;background-position:center;}
  @media (max-width: 820px){
	  body{padding-top:78px;}
	  .navbar-brand{background-size:140px;background-position:center;}
	  .about-wrapper{flex-direction:column}
	  .about-wrapper .copy{margin-bottom:30px;}
	  .about-wrapper .image img{height:300px;}
	}
	
	.navbar-header{display:flex;align-items:center;justify-content:space-between;}
	.navbar-header .tagline{font-size:22px;margin-left:10px;font-style:italic;border-left: 1px solid #71736d;padding-left:20px;margin-left:20px;}
	@media (max-width:400px){
		body{padding-top:68px;}
		.navbar-default .navbar-brand{background-size:100%;width:130px;}
		.navbar-header .tagline{font-size:14px;padding-left:10px;margin-left:5px;max-width:120px;}
	}