/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.about-service {
	width: 100%;
	float: left;
	background: #F8F8F8;
	padding: 15px;
}

.about-home {
	width: 49%;
	float: left;
	background: #EFEFEF;
	padding: 15px;
	margin-right: 5px;
	font-size: 16px;
}

.service-home {
	width: 49%;
	float: right;
	background: #EFEFEF;
	padding: 15px;
	margin-left: 5px;
	font-size: 16px;
}

.service-inside {
	float: left;
	width: 100%;
	background: #F8F8F8;
	padding: 10px;
	box-sizing: border-box;
	margin: 25px 0 0;
}

.three-blocks {
	width: 32.1%;
	float: left;
	padding: 15px 10px;
	font-size: 16px;
	background: #fff;
	margin: 10px 5px;
	min-height: 305px;
	border-radius: 10px;
}

.about-home h3, .service-home h3 {
	font-size: 20px;
	margin: 0 0 15px;
}

.three-blocks h3 {
	font-size: 20px;
	margin: 0 0 10px;
}

.service-inside .three-blocks:nth-child(4) {
	clear: both;
}

.custom-logo {
	max-width: 150px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #C1262C;
}

.four-blocks {
	float: left;
	width: 100%;
	margin: 0 0 55px;
}

.block-four {
	float: left;
	width: 25%;
	margin: auto;
	justify-content: center;
	align-items: center;
	align-self: center;
	display: flex;
}

.block-four a {
	float: left;
	text-align: center;
	height: 130px;
	line-height: 130px;
	background: #828282;
	border-radius: 50%;
	border: 2px solid #828282;
	width: 130px;
	margin: auto;
	color: #fff;
	font-size: 16px;
}

.block-four a:hover {
	background: transparent;
	color: #3f3e3e;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.entry-hero {
	height: 50vh;
	min-height: 50vh;
}

#tertiary .widget-footer-area.widget-footer-top-area.column-1 {
	padding: 20px 0 5px;
}

#tertiary .widget {
	padding-bottom: 0;
}

#tertiary .widget-footer-top-area {
	background-color: #828282;
}

.site-header {
	padding-bottom: 5px !important;
}

.custom-logo {
	max-width: 100px;
}

.site-branding {
	margin-top: 8px;
}

.main-navigation {
	margin-top: 5px;
}

#post-250 {
	height: 50vh;
}

#post-191 {
	height: 50vh;
}

.site .testimonial-entry-content {
	min-height: 270px;
}

.testimonial-entry-title {
	min-height: 60px;
}

.whiteintext {
	color: #fff !important;
	box-shadow: none !important;
}

.whiteintext:hover {
	color: #d82620 !important;
}

#post-2 {
	height: 50vh;
}

#post-4 {
	height: 50vh;
}

.entry-header .entry-title {
	margin: 0 0 10px;
}

p.cpntact-para {
	margin: 0 0 5px;
	line-height: 20px;
}

.shift-left {
	float: left;
	width: 50%;
	line-height: 20px;
	margin: 0 0 5px;
}

.shift-right {
	float: left;
	width: 50%;
	line-height: 20px;
	margin: 0 0 5px;
}

div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	clear: both;
	display: none;
}

.shift-upfooter {
	position: relative;
	top: -20px;
}

.home-black {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.1719;
	margin: 0 0 1.875rem;
	font-weight: 700;
	font-family: Poppins, sans-serif;
}

#colophon {
	display: none;
}
.strong-view.modern .testimonial-content { 
	font-size: 20px !important;
	font-style: normal !important;
	text-align: center; 
}
.strong-view.modern .testimonial-heading {
	font-weight: 600;
	margin-top: 0;
	font-style: normal;
	font-size: 24px;
}
@media only screen and (max-width:767px) {
	.block-four {
		float: left;
		width: 50%;
		margin: auto;
		justify-content: center;
		align-items: center;
		align-self: center;
		display: flex;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width:640px) {
	.about-home, .service-home {
		width: 100%;
	}
}