@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i');

body {
	color: #000000;
	font-family: 'Crimson Text', serif;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

a,
a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

img {
	max-width: 100%;
}

.footer-contact a,
.main-page-title {
	font-family: 'Crimson Text';
}

.rss-summary-title {
	font-family: 'Crimson Text', serif;
	color: #39325a;
}

.z-t-36 {
	font-family: 'Crimson Text', serif;
}

.crimson-font {
	font-family: 'Crimson Text', serif;
}

.open-sans {
	font-family: 'Open Sans', sans-serif;
}

header {
	background-image: url(../images/header-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	border-top: 7px #b0945c solid;
	margin-bottom: -22px;
	background-size: cover;
}

header .main-menu ul li {
	display: inline-block;
	background-image: url(../images/menu-bg.png);
	background-position: left top;
	/*  background-repeat: no-repeat;  */
	background-repeat: repeat-y;
	padding: 73px 6px 10px 6px;
	border-bottom: 11px #b0945c solid;
	background-size: cover;
}

header .logo img {
	max-width: 90% !important;
}

header .main-menu ul li a {
	color: #FFF;
	font-size: 21px;
	text-decoration: none;
	padding: 73px 4px 10px 0px;
	vertical-align: -webkit-baseline-middle;
}

.rss-summary-readmore:link,
.rss-summary-readmore:visited {
	color: #C00;
}

h1,
h2,
h3 {
	font-family: 'Crimson Text', serif;
	color: #39325a;
}

h2 {
	font-size: 36px;
}

header .main-menu ul li:hover {
	background-color: rgba(51, 51, 51, 0.7);
	background-image: none;
}

header .main-menu {
	width: 55%;
}

.advantages-page-header {
	background-image: url(../images/advantages-sec-one-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 52px;
}

.outcome-page-header {
	background-image: url("../images/outcome-page-header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
}

.main-body-content {
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;

}

footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: center top;
	border-top: 7px #bba270 solid;
	background-repeat: repeat;
}

.footer-logo {
	width: 25%;
	float: left;
}

.footer-menu {
	float: left;
	margin-left: 5%;
	width: 15%;
}

.footer-menu ul li {
	margin: 0 0 8px 0;
}

.footer-menu ul li a {
	color: #FFF;
	text-decoration: none;
}

.footer-menu ul li a:hover {
	color: #ccc;
	text-decoration: none;
}

.footer-add {
	width: 34%;
	float: left;
	color: #FFF;
}

.contact-btn {
	background-image: url(../images/contact-btn-bg.jpg) !important;
	background-position: center top;
	background-size: cover;
	padding: 10px 55px !important;
	background-size: cover !important;
}

.contact-btn a {
	text-decoration: none;
}

.contact-btn:hover {
	background-color: #333 !important;
	background-image: none !important;
}

.footer-contact {
	float: left;
	/*background-color: #000;
    background-color: rgba(0, 0,0, 0.29) !important;*/
	padding: 20px;
	width: 20%;
}

.copyright-bg {
	background-color: rgba(0, 0, 0, 0.33);
}

.footer-link {
	text-decoration: none;
}

.footer-link:hover {
	color: #ddd !important;
	text-decoration: none;
}

.contact .zinquiry-form-table th {
	font-size: 20px;
}

.rss-summary-title,
.rss-summary-text a,
.rss-summary-box a {
	color: #000;
	text-decoration: none;
}

.rss-summary-title:hover,
.rss-summary-text a:hover,
.rss-summary-box a:hover {
	color: #2e284e;
}




.zModalOverlayDiv2 {
	padding: 0 !important;
}

.outcome-sec-three .white-box ul {
	list-style: none;
}

.pill-button {
	background-color: #000;
	border: none;
	color: #FFF;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 16px;
}


@media screen and (max-width: 1362px) {


	header .main-menu ul {
		font-size: 20px !important;
	}

	header .logo {
		width: 19%;
	}

	header .main-menu {
		width: 63%;
	}

	header .main-menu ul li {
		padding: 73px 5px 10px 5px;
	}

	header .main-menu ul li a {
		font-size: 20px;
	}

	.footer-add {
		width: 27%;
	}

	.footer-contact {
		width: 26%;
	}
}

@media screen and (max-width: 1200px) {
	header .main-menu ul li a {
		font-size: 18px;
	}
}

@media screen and (max-width: 992px) {

	.main-menu {
		display: none;
	}

	.z-mobileMenuDiv,
	.z-mobileMenuDiv a,
	.z-mobileMenuButton {
		background-color: #443d64 !important;
		color: #FFF !important;
	}

	header {
		margin-bottom: 0;
	}

	header .logo {
		width: 45%;
	}

	.footer-menu {
		margin-left: 3%;
	}

	.footer-add {
		width: 28%;
		margin-left: 2%;
	}

	.footer-contact {
		width: 27%;
	}

	.contact-btn {
		padding: 10px 32px !important;
	}

	hr {
		display: none;
	}

	.main-page-title {
		font-size: 50px !important;
	}
}

@media screen and (max-width: 767px) {

	.main-page-title {
		font-size: 40px !important;
	}

	.z-mobileMenuDiv,
	.z-mobileMenuDiv a,
	.z-mobileMenuButton {
		z-index: 999;
	}

	.years-logo {
		float: right;
		width: 18%;
	}

	.footer-menu ul li a {
		font-size: 20px;
	}

	.footer-logo {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer-menu {
		float: none;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.footer-add {
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.footer-contact {
		width: 100%;
		margin-top: 20px;
	}

	.copyright-text {
		padding: 0 30px;
	}
}

@media screen and (max-width: 479px) {

	.main-page-title {
		font-size: 30px !important;
	}

	header .logo {
		width: 100%;
	}

	.years-logo {
		display: none;
	}

	.footer-contact {
		width: 100%;
		margin-top: 20px;
	}

	.footer-logo {
		width: 100%;
		float: none;
	}

	.footer-menu {
		width: 100%;
		float: none;
	}

	.footer-add {
		width: 100%;
		text-align: center;
		margin: 0;
	}
}