#main .hero {
	background-image: url('/wp-content/uploads/2019/12/hero-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -25px;
}

#main .hero .overlay {
	background-image: linear-gradient(to right, transparent, #fafafa);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#main .hero .contain {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 25px 0 0 0;
}

#main .hero .content {
	position: absolute;
	top: 51%;
	left: 425px;
	transform: translateY(-50%);
}

#main .hero img {
	float: left;
	max-width: 400px;
	width: 100%;
}

#main .hero h1 {
	font-family: "goudy-bookletter-1911", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 250%;
	line-height: 100%;
	margin: 0 0 10px 0;
	white-space: nowrap;
}

#main .hero p {
	font-size: 100%;
	line-height: 125%;
	margin: 0 0 10px 0;
}

#main .hero .spacer {
	padding: 10px;
}

#main .hero p a,
#main .hero-mobile p a {
	color: #222;
	display: inline-block;
	border-bottom: 1px solid #e8b638;
	line-height: 75%;
	text-decoration: none;
	transition: all 0.4s;
}

#main .hero p a:hover,
#main .hero-mobile p a:hover {
	color: #e8b638;
	transition: all 0.4s;
}

#main .hero .cta-btn a {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	color: #fafafa;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	transition: all 0.4s;
	background: linear-gradient(to right, #E8872C, #E8872C);
	background-repeat: no-repeat;
	background-size: 0 100%;
	background-color: #F58E2F;
}

#main .hero .cta-btn a:hover,
#main .hero .cta-btn a:focus {
	text-decoration: none;
	transition: all 0.4s;
	background-size: 100% 100%;
	outline: none;
}

#main .hero .mobile-content,
#main .hero-mobile {
	display: none;
}

#main .clients {
	background-color: #fafafa;
	padding: 50px 15px;
	text-align: center;
}

#main .clients img {
	opacity: 0.85;
	max-width: 1000px !important;
	width: 100% !important;
}

#main h2 {
	text-align: center;
	font-family: "goudy-bookletter-1911", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	line-height: 100%;
	margin: 0 0 10px 0;
}

#main hr.heading {
	margin: 0 auto;
	border: none;
	border-top: 8px solid #e8b638;
	width: 65px;
}

#main .services {
	padding: 50px 15px 35px 15px;
}

#main .services .contain {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

#main .services .slider .slick-track {
	display: flex;
}

#main .services .slider .slick-slide {
	height: inherit;
}

#main .services .slider .slick-slide:focus {
	outline: none;
}

#main .services .slider .box {
	background-color: #fafafa;
	margin: 30px 15px 15px 15px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	text-align: center;
}

#main .services .slider .box img {
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
}

#main .services .slider .box h3 {
	font-size: 150%;
	line-height: 100%;
	font-weight: 600;
	margin: 15px 0 10px 0;
}

#main .services .slider .box p {
	font-size: 100%;
	line-height: 125%;
	margin: 0;
}

#main .services .slider .box p a {
	color: #222;
	display: inline-block;
	border-bottom: 1px solid #e8b638;
	line-height: 75%;
	text-decoration: none;
	transition: all 0.4s;
}

#main .services .slider .box p a:hover {
	color: #e8b638;
	transition: all 0.4s;
}

#main .services .slider .slick-prev,
#main .services .slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border: 0;
	background-color: transparent;
	font-size: 300%;
	line-height: 100%;
	font-weight: 600;
	transition: all 0.4s;
}

#main .services .slider .slick-prev:hover,
#main .services .slider .slick-next:hover {
	opacity: 0.5;
	transition: all 0.4s;
}

#main .services .slider .slick-prev:focus,
#main .services .slider .slick-next:focus {
	outline: none;
}

#main .services .slider .slick-prev {
	left: -45px;
}

#main .services .slider .slick-next {
	right: -45px;
}

#main .services .slider button.slick-arrow {
	color: #222 !important;
}

#main .course {
	text-align: center;
	color: #fafafa;
	background-image: url('/wp-content/uploads/2019/12/writing-course-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 63%;
}

#main .course .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px 15px;
}

#main .course .contain {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#main .course p {
	font-size: 100%;
	line-height: 125%;
	margin: 30px 0;
}

#main .course .cta-btn a {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	color: #fafafa;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	transition: all 0.4s;
	background: linear-gradient(to right, #333a4b, #333a4b);
	background-repeat: no-repeat;
	background-size: 0 100%;
	background-color: #40495e;
}

#main .course .cta-btn a:hover,
#main .course .cta-btn a:focus {
	text-decoration: none;
	transition: all 0.4s;
	background-size: 100% 100%;
	outline: none;
}

#main .newsletter {
	text-align: center;
}

#main .newsletter .contain {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
}

#main .newsletter p {
	font-size: 100%;
	line-height: 125%;
	margin: 30px 0;
}

#main .newsletter input[type='text'],
#main .newsletter input[type='email'] {
	border: 0;
	background-color: #fafafa;
	font-weight: 600;
	color: #222;
	padding: 15px 15px 12px 15px;
	font-size: 100%;
	line-height: 100%;
	border-bottom: 4px solid #e8b638;
	max-width: 250px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0 5px;
	transition: all 0.4s;
}

#main .newsletter input[type='text']::placeholder,
#main .newsletter input[type='email']::placeholder {
	color: #666;
	text-transform: uppercase;
}

#main .newsletter input[type='text']:focus,
#main .newsletter input[type='email']:focus {
	outline: none;
	border-bottom: 4px solid #40495e;
	transition: all 0.4s;
}

#main .newsletter input[type='submit'],
#main .newsletter button[type='submit'] {
	font-size: 100%;
	line-height: 100%;
	margin: 0 5px;
	color: #fafafa;
	padding: 16px 25px 15px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.4s;
	background: linear-gradient(to right, #333a4b, #333a4b);
	background-repeat: no-repeat;
	background-size: 0 100%;
	background-color: #40495e;
	border: 0;
}

#main .newsletter input[type='submit']:hover,
#main .newsletter input[type='submit']:focus,
#main .newsletter button[type='submit']:hover,
#main .newsletter button[type='submit']:focus {
	text-decoration: none;
	transition: all 0.4s;
	background-size: 100% 100%;
}

#main .blogs {
	background-color: #fafafa;
}

#main .blogs .contain {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
}

#main .blogs .container-fluid {
	margin: 30px 0 0 0;
}

#main .blogs .img-container {
	position: relative;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background-color: #000;
}

#main .blogs .img-container .title {
	position: absolute;
	left: 0;
	bottom: 10px;
	max-width: 75%;
}

#main .blogs .img-container a .title {
	color: #222;
	background-color: rgba(250, 250, 250, 0.8);
	font-size: 100%;
	line-height: 100%;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: all 0.4s;
}

#main .blogs .img-container:hover a .title {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	transition: all 0.4s;
}

#main .blogs .img-container img {
	object-fit: cover;
	object-position: 50% 50%;
	max-width: 100%;
	width: 100%;
	height: 175px;
	opacity: 0.9;
	transform: scale(1);
	transition: all 0.4s;
}

#main .blogs .img-container:hover img {
	transition: all 0.4s;
	transform: scale(1.1) perspective(0);
	opacity: 0.7;
}

#main .blogs .cta-btn {
	text-align: center;
	margin: 30px 0 0 0;
}

#main .blogs .cta-btn a {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	color: #fafafa;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	transition: all 0.4s;
	background: linear-gradient(to right, #333a4b, #333a4b);
	background-repeat: no-repeat;
	background-size: 0 100%;
	background-color: #40495e;
}

#main .blogs .cta-btn a:hover,
#main .blogs .cta-btn a:focus {
	text-decoration: none;
	transition: all 0.4s;
	background-size: 100% 100%;
	outline: none;
}

#main .mobile-only {
	display: none;
}

#main .mobile-hide {
	display: inline;
}

@media only screen and (max-width: 1400px) {
	#main .services .contain {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	#main .services .slider .slick-list {
		max-width: 95%;
		width: 100%;
		margin: 0 auto;
	}

	#main .services .slider .slick-prev {
		left: 0;
		padding: 0;
	}

	#main .services .slider .slick-next {
		right: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 1100px) {
	#main .services .slider .slick-list {
		max-width: 92%;
	}
}

@media only screen and (max-width: 1050px) {
	#main .hero .content {
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 991px) {
	#main .hero .content {
		display: none;
	}

	#main .hero .mobile-content {
		display: block;
		position: absolute;
		top: 50%;
		left: 265px;
		transform: translateY(-50%);
		margin: 0 25px 0 0;
	}

	#main .hero img {
		max-width: 250px;
	}

	#main .hero .contain {
		max-width: 600px;
	}

	#main .hero p {
		font-size: 150%;
		line-height: 115%;
	}

	#main .hero-mobile {
		display: block;
		background-color: #fafafa;
		padding: 15px;
	}

	#main .hero-mobile p {
		font-size: 115%;
		line-height: 125%;
		margin: 5px 0;
	}

	#main .hero-mobile .cta-btn {
		display: none;
	}
	
	#main h2 {
		font-size: 175%;
		line-height: 100%;
		margin: 0 0 10px 0;
	}

	#main hr.heading {
		margin: 0 auto;
		border: none;
		border-top: 6px solid #e8b638;
		width: 50px;
	}

	#main .clients {
		padding: 10px 15px 25px 15px;
	}

	#main .services {
		padding: 25px 15px 10px 15px;
	}

	#main .services .slider .box {
		margin: 20px 15px 15px 15px;
	}

	#main .services .slider .box img {
		max-width: 125px;
	}

	#main .services .slider .box h3 {
		font-size: 125%;
		line-height: 100%;
	}

	#main .course {
		background-position: 50% 50%;
	}

	#main .course .overlay {
		padding: 25px 15px;
	}

	#main .course p {
		margin: 25px 0;
	}

	#main .newsletter .contain {
		padding: 25px 15px;
	}

	#main .newsletter p {
		margin: 25px 0;
	}

	#main .blogs .contain {
		padding: 25px 7.5px;
	}

	#main .blogs .container-fluid {
		margin: 0;
	}

	#main .blogs .img-container {
		margin: 25px 0 0 0;
	}

	#main .blogs [class*="col-"] {
		padding: 0 7.5px;
	}

	#main .blogs .cta-btn {
		text-align: center;
		margin: 25px 0 0 0;
	}
}

@media only screen and (max-width: 700px) {
	#main .hero {
		background-image: url('/wp-content/uploads/2019/12/hero-background-mobile.jpg');
	}

	#main .newsletter input[type='text'],
	#main .newsletter input[type='email'] {
		max-width: 100%;
		width: 100%;
		margin: 0 0 15px 0;
		display: block;
	}

	#main .newsletter input[type='submit'],
	#main .newsletter button[type='submit'] {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 575px) {
	#main .hero img {
		max-width: 200px;
	}

	#main .hero h1 {
		font-size: 200%;
		line-height: 100%;
	}

	#main .hero p {
		font-size: 115%;
		line-height: 115%;
	}

	#main .hero .cta-btn a {
		display: none;
	}

	#main .hero .contain {
		max-width: 500px;
	}

	#main .hero .mobile-content {
		left: 215px;
		margin: 0 15px 0 0;
		top: calc(50% + 20px);
	}

	#main .hero-mobile p {
		font-size: 100%;
		line-height: 125%;
		margin: 5px 0;
	}

	#main .services .slider .slick-list {
		max-width: 85%;
	}

	#main .blogs .row [class*="col-"]:nth-of-type(even) .img-container .title {
		left: auto;
		right: 0;
	}
	
	#main .hero-mobile .cta-btn {
		display: block;
		text-align: center;
	}

	#main .hero-mobile .cta-btn a {
		font-size: 100%;
		line-height: 100%;
		margin: 10px 0 0 0;
		color: #fafafa;
		padding: 13px 20px;
		text-transform: uppercase;
		display: inline-block;
		font-weight: 600;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
		transition: all 0.4s;
		background: linear-gradient(to right, #E8872C, #E8872C);
		background-repeat: no-repeat;
		background-size: 0 100%;
		background-color: #F58E2F;
	}

	#main .hero-mobile .cta-btn a:hover,
	#main .hero-mobile .cta-btn a:focus {
		text-decoration: none;
		transition: all 0.4s;
		background-size: 100% 100%;
		outline: none;
	}
}

@media only screen and (max-width: 475px) {
	#main .hero img {
		max-width: 150px;
		margin: 0 0 0 15px;
	}

	#main .hero h1 {
		font-size: 175%;
		line-height: 100%;
	}

	#main .hero p {
		font-size: 100%;
		line-height: 115%;
	}

	#main .hero .contain {
		max-width: 400px;
		padding: 25px 0 0 0;
	}

	#main .hero .mobile-content {
		left: 180px;
	}

	#main .hero .cta-btn a {
		font-size: 90%;
		line-height: 100%;
		padding: 13px 20px 10px 20px;
	}

	#main .mobile-only {
		display: inline;
	}

	#main .mobile-hide {
		display: none;
	}
}

@media only screen and (max-width: 410px) {
	#main .hero h1 {
		font-size: 150%;
		line-height: 100%;
	}

	#main .hero p {
		font-size: 90%;
		line-height: 115%;
	}

	#main .hero img {
		max-width: 125px;
		margin: 0;
	}

	#main .hero .mobile-content {
		left: 130px;
	}

	#main .hero .contain {
		max-width: 350px;
	}
}

.ml-form-successContent {
	font-weight: bold;
}