@charset "UTF-8";
/*
Theme Name: Ferrybridge
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ferrybridge
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html,
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

* {
	box-sizing: border-box;
}

body {
	background-color: #ced1d1;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.3;
	font-family: 'Libre Baskerville', serif;
	color: #28293C;
	font-weight: 400;
}

h1 { font-size: 54px; }

h2 { font-size: 48px; }

h3 { font-size: 42px; }

h4 { font-size: 36px; }

h5 { font-size: 24px; }

h6 { font-size: 22px; }

p {
	color: #6E6E79;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
	margin: 0 0 20px 0;
}
p:last-of-type {
	margin: 0;
	padding-bottom: 20px;
}

hr {
	background-color: #767676;
	border: 0;
	height: 2px;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	color: #6E6E79;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1rem 1rem;
}

img {
	height: auto;
	max-width: 100%;
	position: relative;
}

figure {
	margin: 0;
}

blockquote,
.wp-block-quote {
	border-left: 2px solid #0073aa;
	margin-left: 0;
	padding: 0 0 0 1rem;
}

blockquote > p {
	margin: 0 0 1rem;
}

blockquote cite {
	color: #767676;
}

table {
	margin: 0 0 1rem;
	border-collapse: collapse;
	width: 100%;
}

table td,
table th {
	padding: 0.5em;
	border: 1px solid #767676;
	word-break: break-all;
}

/*-- Forms --*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	border-radius: 72px;
	padding: 20px 75px 20px 40px;
	height: 72px;
	width: 300px;
	background-color: #fff;
	border: 1px solid #87ACA3;
	color: #28293C;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	outline: none;
	text-decoration: none;
	text-align: left;
	background-image: url( 'images/input-button-arrow.png' );
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 72px;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	   -moz-transition: color 0.3s ease, background-color 0.3s ease;;
		 -o-transition: color 0.3s ease, background-color 0.3s ease;;
		-ms-transition: color 0.3s ease, background-color 0.3s ease;;
			transition: color 0.3s ease, background-color 0.3s ease;;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #87ACA3;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border: 1px solid #87ACA3;
	box-sizing: border-box;
	outline: none;
	padding: 14px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline-offset: 0;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #6f6d7a;
	line-height: 16px;
	border-radius: 25px;
	margin: 0 0 5px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	resize: vertical;
}

form p {
	margin: 1rem 0;
}

.wpcf7-form.invalid .wpcf7-not-valid-tip{ display: none; }
.wpcf7-not-valid {
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(255, 84, 84, 0.7);
	-moz-box-shadow: inset 0px 0px 16px 0px rgba(255, 84, 84, 0.7);
	box-shadow: inset 0px 0px 16px 0px rgba(255, 84, 84, 0.7);
	box-sizing:border-box;
}
.wpcf7-response-output{ clear:both;}
div.wpcf7-response-output{clear:both;}

/* Links */
a {
	transition: color 110ms ease-in-out;
	color: #0073aa;
	text-decoration: none;
}

a:visited {
	color: #0073aa;
}

a:hover,
a:active {
	color: #005177;
	outline: 0;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.large-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.aspect-ratio {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.aspect-ratio img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	object-fit: cover;

	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

/*- header -*/
header {
	background-color: #28293C;
	padding: 20px 0;
}

header .large-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.theme-logo {
	min-width: 300px;
	width: 300px;
	display: block;
}

.theme-logo img {
	display: block;
}

.theme-menu ul {
	display: flex;
	align-items: flex-end;
}

.theme-menu ul li {
	margin: 0 0 0 0;
}

.theme-menu ul li a {
	color: #fff;
	font-size: 17px;
	line-height: 1.4;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 25px;
	border-right: 1px solid #7ea9a0;
}

.theme-menu ul li:last-child a {
	padding-right: 0;
	border-right: 0;
}

.theme-menu ul li a:hover,
.theme-menu ul li.current-menu-item a {
	color: #7ea9a0;
}

/*front slider*/

.banner-item {
	position: relative;
	width: 100%;
}

.banner-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url( 'images/banner-overlay.png' );
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 2;
}

.banner-img {
	padding-top: 33.5%;
	z-index: 1;
}

.banner-content {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px 0 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	background-image: url( 'images/right-arrow.png' );
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 71px 130px;

	-webkit-transform: translate( -50%,-50% );
	   -moz-transform: translate( -50%,-50% );
	    -ms-transform: translate( -50%,-50% );
	     -o-transform: translate( -50%,-50% );
	        transform: translate( -50%,-50% );
}

.front-banner .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.front-banner .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	padding: 0;
	list-style: none;
}

.front-banner .slick-dots li button {
	background-color: #fff !important;
	font-size: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
}

.front-banner .slick-dots .slick-active button {
	background-color: #d6d5d5 !important;
}

.banner-text {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 600;
	font-style: italic;
}

.banner-text.leftspace {
	padding-left: 26px;
}

.content-section {
	max-width: 1400px;
	width: 100%;
	padding: 50px 0 0;
	margin: -100px auto 0;
	background-color: #fff;
	position: relative;
	z-index: 5;
}

/*welcome section*/
.welcome-section {
	padding: 0 0 35px;
}

.two-col-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.section-col1 {
	width: 100%;
}

/*
.section-col2 {
	width: 34%;
	min-width: 34%;
	margin-left: 7%;
}
*/
.section-col2 {
	width: 100%;
	margin-left: 5%;
}

/*image after welcome section*/
.content-image {
/*	padding-top: 29%; */
	padding-top: 25%;
	margin-bottom: 50px;
}

/*work with us*/
.work-withus-section {
	padding: 0 0 50px;
}

.work-withus-section h2 {
	border-bottom: 1px solid #87ACA3;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.work-withus-section .section-col2 {
	text-align: right;
}

.cta-btn {
	display: inline-flex;
	align-items: center;
	border-radius: 100px;
	padding: 20px 0 20px 30px;
	height: 100px;
	background: #fff;
	border: 1px solid #87ACA3;
	color: #28293C;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	outline: none;
	text-decoration: none;
	vertical-align: bottom;
	text-align: left;
	position: relative;
	z-index: 1;

	-webkit-transition: color 0.3s ease;
	   -moz-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	    -ms-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}

.cta-btn:after {
	content: '';
	position: relative;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background-color: #87ACA3;
	border-radius: 100px;
	margin-left: 30px;
	background-image: url( 'images/right-arrow-white.png' );
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.cta-btn:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background-color: #87ACA3;
	border-radius: 100px;
	z-index: -1;

	-webkit-transition: width 0.3s ease;
	   -moz-transition: width 0.3s ease;
	     -o-transition: width 0.3s ease;
	    -ms-transition: width 0.3s ease;
	        transition: width 0.3s ease;
}

a.cta-btn:visited {
	color: #28293C;
}
.cta-btn:hover {
	color: #fff;
}

.cta-btn:hover:before {
	width: 100%;
}

/*partners section*/
.partners-section {
	padding: 0 0 50px;
}

.partners {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #87ACA3;
	padding-top: 35px;
}

.partners .slick-track {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}

.partners .slick-track img {
	max-width: 90%;
}

.partner-logo {
	display: flex !important;
	padding: 0 50px;
	justify-content: center;
	align-items: center;
}

.empty-placeholder {
	margin: 0;
}

.partners-section .slick-dots {
	position: relative;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-section .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	padding: 0;
	list-style: none;
}

.partners-section .slick-dots li button {
	background-color: #87ACA3 !important;
	font-size: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
}

.partners-section .slick-dots .slick-active button {
	background-color: #28293C !important;
}

/*footer*/
footer {
	width: 100%;
	max-width: 1400px;
	padding: 60px 0;
	margin: 0 auto;
	background-color: #28293C;
}

footer a,
footer p {
	color: #fff;
}

footer a:hover {
	color: #87ACA3;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer-col {
	width: 25%;
	padding: 0 5%;
	border-left: 1px solid #4E595B;
}

.footer-col:first-child {
	padding-left: 0;
	border-left: 0;
}

.footer-col:last-child {
	padding-right: 0;
}

.footer-col ul {
	margin: 0;
	padding: 0;
}

.footer-col ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.footer-col ul li + li {
	margin-top: 15px;
}

.footer-col ul a {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	display: block;
	font-weight: 400;
}

.footer-col ul a:hover {
	color: #87ACA3;
}

footer p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.phone-no,
.phone-no a,
.contact-info a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.phone-no {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.phone-no a,
.contact-info a {
	color: #fff;
}

.contact-info {
	padding-top: 20px;
}

.name-ttl {
	display: inline-block;
	margin-right: 5px;
}

.footer-bottom {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.copyright {
	width: 60%;
}

.copyright p {
	color: #6D8993;
}

.copyright p a {
	color: #6A9F00;
}

.copyright p a:hover {
	color: #fff;
}

.copyright p + p {
	margin-top: 15px;
}

.social-media {
	width: 30%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.social-media li {
	margin: 0 0 0 20px;
	padding: 0;
}

.social-media li a {
	color: #87ACA3;
	font-size: 30px;
	display: block;
	line-height: 32px;
	font-family: FontAwesome;
}

.social-media li a:hover {
	color: #fff;
}

/* inner pages banner */
.inner-banner {
	padding-top: 27%;
	background-color: #333;
}

/*inner page style*/
.inner-page .content-section {
	margin-top: -250px;
/*	padding: 50px 0 35px; */
	padding: 50px 0 0 0;
}

.page-title {
	border-bottom: 1px solid #87ACA3;
	margin-bottom: 40px;
}

.content-section .content-image:last-child {
	margin-bottom: 0;
}

/*get in touch page*/
.form-block {
	display: flex;
	justify-content: space-between;
}

.form-block .left-section,
.form-block .right-section {
	width: 48%;
}

.form-block input:input[type="submit"],
.form-block input:input[type="button"] ,
.form-block input:input[type="reset"] {
	margin-bottom: 10px;
	width: 100%;
}

.form-block textarea {
	height: 148px;
	resize: none;
}

.form-block .right-section input {
	float: right;
}

.form-block .wpcf7-form-control-wrap {
	margin-bottom: 15px;
	display: block;
}

.map-section {
	padding: 50px 0 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.map-section h5 {
	width: 100%;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.map-block,
.addrerss-block {
	width: 50%;
}

.map-block iframe {
	width: 100%;
	height: 100%;
}

.addrerss-block {
	background-color: #28293d;
	padding: 45px;
}

.address-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.address-row + .address-row {
	margin-top: 25px;
}

.address-col1 {
	min-width: 90px;
	width: 90px;
	margin-right: 20px;
	color: #fff;
	font-weight: 400;
}

.address-col2 {
	width: 100%;
}

.address-col2 a,
.address-col2 .name-ttl {
	color: #fff;
	letter-spacing: 0.5px;
	display: block;
}

.address-col2 .name-ttl {
	margin-right: 15px;
}

.address-col2 .phone-no + .phone-no {
	margin-top: 15px;
}

.address-col2 .phone-no a {
}

.contact-address p {
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}

.page-ctnt-content ul,
.page-ctnt-content ol {
	margin: 0 0 25px 0;
	padding-left: 20px;
}

.page-ctnt-content ul li {
	list-style: disc;
}

/* responsive style*/
@media ( max-width: 1500px ) {

	.content-section,
	footer { max-width: 1200px; }

	.container,
	.large-container,
	.banner-content  { max-width: 1100px; }

	.inner-page .content-section { margin-top: -200px; }

}

@media ( max-width: 1300px ) {

	h1 { font-size: 48px; }

	h2 { font-size: 42px; }

	h3 { font-size: 36px; }

	h4 { font-size: 24px; }

	h5 { font-size: 22px; }

	h6 { font-size: 20px; }

	p { font-size: 16px; }

	.theme-menu ul li a { font-size: 16px; }

	.content-section,
	footer { max-width: 1100px; }

	.container,
	.large-container,
	.banner-content  { max-width: 1000px; }

	.cta-btn {
		font-size: 20px;
		border-radius: 75px;
		height: 75px;
	}
	.cta-btn:after {
		width: 75px;
		height: 75px;
		border-radius: 75px;
		margin-left: 20px;
		background-size: auto 50px;
	}

	.cta-btn:before {
		width: 75px;
		height: 75px;
		border-radius: 75px;
	}

	.banner-content {
		padding-left: 100px;
		background-size: 45px auto;
	}

	.banner-text { font-size: 32px; }

	.content-section { margin-top: -80px; }

	.front-banner .slick-dots { bottom: 100px; }

	.inner-page .content-section { margin-top: -180px; }

	.address-col2 a,
	.address-col2 .name-ttl,
	.address-col1,
	.address-col2 .phone-no a {
	}

	.address-col1 {
		min-width: 75px;
		width: 75px;
		margin-right: 15px;
	}

}

@media ( max-width: 1170px ) {

	.theme-logo {
		min-width: 270px;
		width: 270px;
	}

	h1 { font-size: 42px; }

	h2 { font-size: 36px; }

	h3 { font-size: 30px; }

	.theme-menu ul li a { font-size: 15px; }

	.content-section,
	footer { max-width: 980px; }

	.container,
	.large-container,
	.banner-content  { max-width: 900px; }

	.banner-text { font-size: 30px; }

	.cta-btn { padding-left: 20px; }

	.inner-page .content-section { margin-top: -150px; }

}

@media ( max-width: 1024px ) {

	header {
		padding: 15px 0;
	}

	h1 { font-size: 40px; }

	h2 { font-size: 32px; }

	h3 { font-size: 28px; }


	p { font-size: 15px; }

	.theme-menu ul li a { font-size: 15px; }

	.content-section,
	footer { max-width: 950px; }

	.container,
	.large-container,
	.banner-content  { max-width: 950px; }

	.content-section { margin-top: -50px; }

	.front-banner .slick-dots { bottom: 70px; }

	footer {
		padding: 45px 0;
	}

	.footer-col {
		padding: 0 2%;
		width: 23%;
	}

	.footer-col:last-child {
		width: 31%;
	}

	.inner-page .content-section { margin-top: -130px; }

	.addrerss-block { padding: 25px; }

	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 260px;
	}

}


@media ( max-width: 980px ) {

	.theme-logo {
		min-width: 250px;
		width: 250px;
	}

	h1 { font-size: 36px; }

	h2 { font-size: 30px; }

	h3 { font-size: 24px; }

	h4{ font-size: 22px; }

	h5 { font-size: 20px; }

	h6 { font-size: 18px; }

	p { font-size: 14px; }

	.theme-menu ul li a {
		font-size: 14px;
		padding: 0 15px;
	}

	.work-withus-section h2 {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.content-section,
	footer,
	.container,
	.large-container,
	.banner-content  { max-width: 95%; }

	.banner-content {
		padding-left: 70px;
		background-size: 30px auto;
	}

	.banner-text { font-size: 24px; }

	.content-section { margin-top: -40px; padding-top: 40px; }

	.front-banner .slick-dots { bottom: 60px; }

	footer { padding: 40px 0; }

	.two-col-content { flex-wrap: wrap; }

	.section-col2 {
		width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}

	.footer-col:first-child {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 35px;
	}

	.footer-col { padding: 0 2.5%; }

	.footer-col  { width: 30%; }

	.footer-col:last-child { width: 40%; }

	.footer-top { flex-wrap: wrap; }

	.footer-col:nth-child(2) {
		border-left: 0;
		padding-left: 0;
	}

	.footer-bottom { flex-wrap: wrap; padding-top: 30px; }

	.copyright,
	.social-media {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}

	.copyright p + p { margin-top: 10px; }

	.social-media { margin-top: 35px; }

	.social-media li { margin: 0 10px; }

	.inner-page .content-section { margin-top: -120px; }

	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 220px;
		padding-left: 25px;
	}

	.map-section { padding: 40px 0; }

	.map-block {
		height: 250px;
	}

	.map-block,
	.addrerss-block { width: 100%; }

}

@media ( max-width: 767px ) {

	.theme-logo {
		min-width: 200px;
		width: 200px;
	}

	h1 { font-size: 30px; }

	h2 { font-size: 26px; }

	.theme-menu ul li a {
		font-weight: 600;
	}

	.cta-btn {
		font-size: 18px;
		border-radius: 60px;
		height: 60px;
	}
	.cta-btn:after {
		width: 60px;
		height: 60px;
		border-radius: 60px;
		margin-left: 20px;
		background-size: auto 30px;
	}

	.cta-btn:before {
		width: 60px;
		height: 60px;
		border-radius: 60px;
	}

	.banner-text {
		font-size: 22px;
	}

	.front-banner .slick-dots li {
		width: 12px;
		height: 12px;
	}

	.front-banner .slick-dots {
		bottom: 40px;
	}

	.banner-content {
		padding-left: 60px;
		background-size: 25px auto;
	}

	.content-section {
		padding-top: 30px;
		margin-top: -30px;
	}

	footer {
		padding: 30px 0;
	}

	.footer-col ul a,
	.phone-no,
	.phone-no a,
	.contact-info a,
	footer p {
		font-size: 13px;
	}

	.section-col2 {
		margin-top: 10px;
	}

	.inner-page .content-section { margin-top: -90px; }

	.map-block {
		height: 200px;
	}

}

@media ( max-width: 640px ) {

	h1 { font-size: 28px; }

	h2 { font-size: 24px; }

	h3 { font-size: 22px; }

	h4{ font-size: 20px; }

	h5 { font-size: 18px; }

	h6 { font-size: 16px; }

	header .large-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cta-btn { font-size: 16px; }

	.content-section,
	footer,
	.container,
	.large-container,
	.banner-content {
		width: 100%;
		max-width: 100%;
	}

	.theme-menu {
		width: 100%;
		margin-top: 25px;
	}

	.theme-menu ul { justify-content: center; }

	.theme-menu ul li a { font-size: 12px; }

	.theme-menu ul li:last-child a { padding-right: 15px; }

	.content-section { margin-top: 0; }

	.banner-text { font-size: 18px; }

	.front-banner .slick-dots { bottom: 10px; }

	.banner-content {
		padding: 0 15px;
		background: none;
	}

	.banner-img { padding-top: 35%; }

	.page-title { margin-bottom: 30px; }

	.partners-section { padding-bottom: 20px; }

	/* .partner-logo {
		width: 42%;
		margin: 20px 0;
	} */

	.partners { padding-top: 20px; }

	.empty-placeholder { margin: 0; }

	.content-image { margin-bottom: 30px;}

	footer { padding: 30px 0; }

	.footer-col { text-align: center; }

	.footer-col,
	.footer-col:last-child {
		width: 100%;
		padding: 0;
	}

	.footer-col + 	.footer-col {
		border-left: 0;
		border-top: 1px solid #4E595B;
		padding-top: 25px;
		margin-top: 25px;
	}

	.footer-col:first-child { margin-bottom: 0; }

	footer .phone-no { justify-content: center; }

	.social-media li a { font-size: 24px; line-height: 28px; }

	.inner-page .content-section { margin-top: 0; }

	.form-block { flex-wrap: wrap; }

	.form-block .left-section,
	.form-block .right-section { width: 100%; }

	.address-col1 {
		min-width: 100%;
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #4E595B;
		padding-bottom: 7px;
		margin-bottom: 10px;
		color: #fff;
	}

	.address-col2 a,
	.address-col2 .name-ttl {
		color: #b4d6d7;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.5px;
		display: block;
	}

	.address-col2 .name-ttl { margin-right: 10px; }

	.address-col2 .phone-no + .phone-no { margin-top: 10px; }

	.address-col2 .phone-no a { font-size: 16px; }

	.address-row { flex-wrap: wrap; }

	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 200px;
		padding-left: 25px;
		height: 60px;
		background-size: auto 60px;
		padding: 15px 60px 15px 20px;
		font-size: 18px;
	}

}
