.innerbg{

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

	padding: 4% 5% 2% 5%;

	margin: 0 20px;

}



/** Contact Page */

.contact-content strong{

	font-size: 44px;

	line-height: 1.48;

	color: #fff;

	font-family: "Afacad", sans-serif;

	font-weight: bold;

}

.contact-content strong a{

	color: #ffc600;

	font-family: "Afacad", sans-serif;

	font-weight: bold;

	text-decoration: none;

}

/** Services Page */

.page-template-services .header_content, .tax-service-category .header_content{
	text-align: center;
}
.service-boxes-two-columns, .categorypage .two-blocks{
	margin-top: 0;
}


/** Testimonial Page */

.testimonialpage .content_block{

	margin:10px 0;

}

.testimonialpage .testimonials li{

	display: inline-block;

	flex: none;

}

.testimonialpage .testimonials ul{

	column-count: 2;

	column-gap: 20px;

	display: block;

	flex-wrap: none;

}



/* Blog Listing Page */

.blogpage{

	margin-top: 30px;

}

.blog_list{

	width:67%;

	float:left;

	margin-right:2%;

	color: #fff;

}

.blog_list h3{

	display: inline-block;

    font-size: 45px;

    line-height: 1;

}

.blog_list p{

	font-size: 18px;

    line-height: 1.6;

    font-style: italic;

}

.blog_list .more-link{

	background-position: right 40% bottom 59.5%;

    background-size: 15px;

    font-style: normal;

    padding-top: 21%;

	font-size: 24px;

}

.blog_info img{

	border-radius: 10px;

}

#sidebar{

	width:31%;

	display: inline-block;

	border-radius: 10px;

	border: 1px solid #fff;

	padding:30px;

	background: #07455d;

}

#sidebar h2{

	font-size: 48px;

	line-height: 1;

}

#sidebar ul{

	margin: 0;

	list-style: none;

}

#sidebar li{

	font-size: 18px;

	line-height: 1.3;

	border-bottom: 2px solid #16648d;

	padding: 15px 0;

}

#sidebar li:last-child{

	border-bottom: 0px solid #16648d;

}

#sidebar li a{

	text-decoration: none;

	text-transform: uppercase;

	color: #aaccd9;

}
#sidebar li a:hover{
	color: #ffc600;
	font-weight: bold;
}

#sidebar li a[aria-current="page"]{

	color: #ffc600;

}



/** Blog Details */

.blogdetailpage .blog_info .post-date, .blogdetailpage .blog_info{

	border-bottom: 2px solid #16648d;

	margin-bottom: 25px;

	padding-bottom: 20px;

}

.servicedetailpage .blog_info .post-date, .blogdetailpage .blog_info{

	border-bottom: 0px solid #16648d;

}

.blogdetailpage .blog_list p{

	font-size: 30px;

    line-height: 1.3;

    font-style: normal;

	color: #aaccd9;

}

.blogdetailpage .blog_list p strong{

	color: #fff;

}



@media screen and (max-width: 1370px) {

	.contact-content strong {

		font-size: 34px;

	}

}



@media screen and (max-width: 1024px) {



}



@media screen and (max-width: 768px) {



}



@media screen and (max-width: 600px) {

	.testimonialpage .testimonials ul{

		column-count: 1;

	}

	.contact-content strong {

        font-size: 28px;

    }

	.blog_list, #sidebar{

		width:100%;

		float:none;

		margin-right:0;

	}

}