*,
*::after,
*::before {
	font-family: 'Yantramanav', sans-serif;
}

h1 {
	font-weight: 100;
	color: #333333;
	margin-bottom: 20px;
}

h2 {
	font-weight: 500;
	color: #4d4d4d;
	margin-bottom: 15px;
}

h3 {
	font-weight: 500;
	color: #4d4d4d;
	margin-bottom: 15px;
}

h4 {
	font-weight: 500;
	color: #4d4d4d;
	margin-bottom: 12px;
}

p {
	font-size: 20px;
}

body::before {
	width: 100%;
	height: 8px;
	background: #024065;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #024065, #4088ae);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	content: '';
	display: block;
}

.blockquote {
	background: linear-gradient(to right, #024065, #4088ae);
	padding: 3px;
	margin-bottom: 40px;
}

blockquote {
	background-color: #f9f9f9;
	padding: 30px;
	text-align: left;
	color: #848484;
	font-size: 20px;
	position: relative;
	line-height: 1.8;
}

blockquote span {
	color: #ababab;
	display: block;
	font-size: 16px;
}

blockquote::before {
	content: '"';
	position: absolute;
	display: block;
	font-size: 80px;
	top: -30px;
	left: 0;
	color: #d2d2d2;
}

blockquote::after {
	content: '"';
	position: absolute;
	display: block;
	font-size: 80px;
	right: 15px;
	margin-top: -35px;
	color: #d2d2d2;
}

.content {
	float: right;
	margin-bottom: 100px;
}

.content p {
	line-height: 1.5;
	color: #999;
	margin-bottom: 25px;
}

.content ul {
	margin-left: 15px;
	font-size: 20px;
	margin-bottom: 15px;
	color: #777;
}

.content input {
	width: 100%;
	height: 35px;
	border: none;
	margin-bottom: 10px;
	font-size: 20px;
	background-color: rgb(247, 247, 247);
	text-indent: 1%;
}

.content textarea{
	width: 100%;
	height: 70px;
	border: none;
	margin-bottom: 10px;
	font-size: 20px;
	background-color: rgb(247, 247, 247);
	text-indent: 1%;
}

.content select {
	width: 95%;
	font-size: 20px;
	background-color: rgb(247, 247, 247);;
}

.content input[type=radio] {
	width: auto;
	margin-bottom: 0;
}

.content input[type=radio] + label {
    position: relative;
    top: -10px;
    left: 10px;
}

.content button {
	border: none;
	background: #024065;
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	background: linear-gradient(to right, #024065, #4088ae);
	color: white;
	font-size: 24px;
	margin: 15px auto;
	display: block;
	padding: 2px 30px;
	border-radius: 2px;
}

.content button:hover {
	opacity: .8;
	cursor: pointer;
}
.content .btn {
	border: none;
	background: #024065;
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	background: linear-gradient(to right, #024065, #4088ae);
	color: white;
	font-size: 24px;
	margin: 15px auto;
	display: block;
	padding: 2px 30px;
	border-radius: 2px;
	width: auto;
}

.content .btn:hover {
	opacity: .8;
	cursor: pointer;
}

.content option {
	color: #757575;
    padding: 5px;
}

.sidecol {
	float: left;
}

.headercontainer {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
	background: url('../img/headerbackground-01.png') top center no-repeat;
	background-size: cover;
}

.contact {
	float: right;
	font-size: 20px;
	text-align: right;
	line-height: 1;
	margin-top: 10px;
}

.phone a {
	font-size: 36px;
	font-weight: 900;
}

.logo {
	float: left;
}

.clear {
	clear: both;
}

.nav {
	background: #024065;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #024065, #4088ae);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.nav ul {
	list-style-type: none;
	text-align: center;
}

.nav ul li {
	display: inline-block;
	color: white;
	font-size: 20px;
	position: relative;
}

.nav a {
	padding: 15px 20px;
	display: inline-block;
	transition: .2s all ease;
}

.nav i {
	padding: 15px 20px;
}

.nav a:hover {
	background-color: #4088ae;
}

.bodycontainer {
	max-width: 1200px;
	margin: 0 auto;
}

.footercontent {
	max-width: 1200px;
	margin: 0 auto;
	color: white;
	padding-top: 20px;
}

#footer2 {
	background-color: #2b2b2b;
}

#footer .footerconter {
	padding: 10px 0;
}

.footercontent h4 {
	margin-bottom: 10px;
	color: #dedede;
}

.footercontent p {
	color: #aaa;
	font-size: 16px;
	font-weight: 300;
}

.footercontainer {
	width: 100%;
	background-color: #333333;
	padding-bottom: 20px;
}

.footercontainer::before {
	width: 100%;
	height: 5px;
	background: #024065;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #024065, #4088ae);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	content: '';
	display: block;
}

.contentpad {
	padding: 0 40px;
}

.sidesection {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}

.sidesection h2 {
	color: white;
	font-size: 30px;
	text-align: center;
	position: relative;
	top: 40px;
	line-height: 1.2;
}

.sidetop {
	background-image: url(../img/sidesectiontop.png);
	height: 102px;
}

.sidepad {
	padding: 10px;
	background-color: #f2f2f2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.reviews p {
	color: #666666;
	font-size: 18px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.servicearea li {
	display: inline;
	margin-right: 2px;
	padding-right: 5px;
	border-right: 1px solid #666;
	color: #aaa;
}

.servicearea li:last-child {
	border-right: none;
}

.service {
	text-align: left;
}

.service .btn {
	border: none;
	background: #024065;
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	background: linear-gradient(to right, #024065, #4088ae);
	color: white;
	font-size: 24px;
	margin: 15px auto;
	display: block;
	padding: 2px 30px;
	border-radius: 2px;
	width: auto;
}

.service .btn:hover {
	opacity: .8;
	cursor: pointer;
}

.service input {
	width: 100%;
	height: 35px;
	border: none;
	margin-bottom: 10px;
	font-size: 20px;
	text-indent: 1%;
}

.service textarea {
	width: 100%;
	height: 70px;
	border: none;
	margin-bottom: 10px;
	font-size: 20px;
	text-indent: 1%;
}

.service h4 {
	color: #333333;
}

.service p {
	color: #4d4d4d;
	font-weight: 300;
}

.servicepad {
	margin: 5px;
	padding: 15px;
	background-color: #eee;
	border-radius: 5px;
}

.socialnav {
	list-style-type: none;
}

.socialnav li {
	display: inline;
}

.servicearea {
	list-style-type: none;
}

.servicearea li {}

.subnav {
	display: none;
	opacity: 0;
	position: absolute;
	background-color: #024065;
	width: 100%;
	transition: .2s all ease;
	z-index: 1;
	text-align: center;
}

.subnav li {
	width: 100%;
}

.subnav li a {
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
}

.subnavparent:hover .subnav {
	display: block;
	opacity: 1;
}

.newsletter {
	text-align: left;
}

.newsletter .btn {
	border: none;
	background: #024065;
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	background: linear-gradient(to right, #024065, #4088ae);
	color: white;
	font-size: 24px;
	margin: 15px auto;
	display: block;
	padding: 0px 30px;
	border-radius: 2px;
}

.newsletter .btn:hover {
	opacity: .8;
	cursor: pointer;
}

.newsletter input {
	width: 100%;
	height: 35px;
	border: none;
	margin-bottom: 10px;
	font-size: 20px;
}

.services {
	text-align: center;
}

.services img {
	border-radius: 50%;
	object-fit: cover;
	width: 120px;
	height: 120px;
	margin: 5px;
}

.services .btn {
	border: none;
	background: #024065;
	background: -webkit-linear-gradient(to right, #024065, #4088ae);
	background: linear-gradient(to right, #024065, #4088ae);
	color: white;
	font-size: 24px;
	margin: 15px auto;
	display: block;
	padding: 2px 30px;
	border-radius: 2px;
	width: 100%;
	max-width: 110px;
	transition: .2s all ease;
}

.services .btn:hover {
	opacity: .8;
	cursor: pointer;
}

.copy {
	padding-bottom: 15px;
}

.gallerypad {
	padding: 15px;
}

.gallery img {
	width: 100%;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.33);
	margin: 0 0 20px;
}

.links ul {
	margin-left: 15px;
}

.links ul li {
	color: #aaa;
	font-size: 16px;
}

.key {
	color: white;
	font-weight: 900;
	font-size: 40px;
	position: relative;
}

.key h3 {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	margin-bottom: 0;
}

.servicesection section {
	background-color: #f7f7f7;
	padding: 20px;
	margin: 30px auto;
}

.servicesection section a {
	font-size: 24px;
	font-weight: 700;
	color: #347da9;
	float: right;
}

article {
	padding: 30px 20px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

article span {
	font-size: 16px;
	color: #b9b9b9;
    font-weight: 300;
    border: 1px solid #f1f1f1;
    padding: 2px 5px;
}

article .material-icons {
	top: 4px;
    position: relative;
    font-size: 18px;
    margin: 0 4px 0 0;
    color: #d4d4d4;
}

article h3 {
	margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
}

article p {
    margin-top: 5px;
	margin-bottom: 0;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
	margin: 0 auto;
}

#mc_embed_signup .mc-field-group input {
	border: none;
	border-radius: 0px;
}

@media only screen and (max-width: 1100px) {
	.sidesection h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.logo {
		float: none;
	}

	.logo img {
		margin: 0 auto;
		display: block;
		width: 100%;
	}

	.nav ul li {
		display: block;
	}

	#drop {
		display: none;
	}
}
