/*
Theme Name: Sydney and West
Author: Move Ahead Media Co.,Ltd.
*/
/* latin */
@font-face {
	font-family: 'Abel';
	font-style: normal;
	font-weight: 400;
	src: local('Abel Regular'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v8/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media all and (min-width: 1540px) {
	.container {
		max-width: 1540px;
	}
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
a, a.gray:hover {
	color: #333;
}
a:hover {
	color: #17629e;
	text-decoration: none;
}
.gray {
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #17629e;
	font-weight: bold;
}
h4, h5, h6 {
	color: #333;
}
div#site-title {
	background-color: #e9e8e8;
	height: 100%;
}
.tri_border_left {
	overflow: hidden;
}
.tri_border_left:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0 0 100px;
	border-color: transparent transparent transparent #e9e8e8;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.border-oblique:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 5rem;
	background-color: #dee2e6;
	top: -1.7rem;
	left: 0;
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	pointer-events: none;
}
.border-oblique:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 5rem;
	background-color: #dee2e6;
	top: -1.7rem;
	right: 0;
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
	pointer-events: none;
}
.contact-top h4 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.bg-menu {
	background-color: #f05246;
}
menu.menu {
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
/*header#header menu#menu-main-menu span {
padding: 0 5%;
}*/
menu.menu > item > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0 65px;
}
menu.menu item a, menu.menu item a:hover {
	color: #333;
	text-transform: uppercase;
}
item {
	position: relative;
}
body.is-sticky:not(.home) item[class*="current"] > a, item:hover > a {
	color: #fff !important;
	background: #17629e;
}

.bg-main {
	min-height: 50vh;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom:0 !important;
}
.full-height {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.header-section {
	-webkit-flex: 1;
	flex: 1;
}
.header-top-section {
	max-height: min-content;
	-webkit-flex: 0;
	flex: 0;
}
.header-bottom-section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	position:relative;
}
.main-form .quform-label, .quform-edit-form {
	display: none;
}
.main-form .quform-element-submit {
	margin: 0;
}
.readmore-btn a {
	color: #333;
}
.readmore-btn a:hover {
	color: #17629e;
}
.equal-height p {
	color: #666;
}
.vc_row.container {
	margin-left: auto;
	margin-right: auto;
}
.over-container {
	background-color: #333;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 50vh;
}
.over-container h1, .over-container h2, .over-container h3, .over-container h4, .over-container h5, .over-container h6 {
	color: #fff;
}
.over-container .container > div {
	padding: 0 15px;
}
.over-container .container > div .quform-label {
	display: none;
}
.body-form .quform-theme-bootstrap .quform-form-title {
	color: #fff;
	text-transform: uppercase;
}
.body-form .quform-theme-bootstrap {
	color: #fff;
}
.body-form .quform-theme-bootstrap p.quform-form-description {
	color: #fff;
	margin-bottom: 1rem !important;
}
.over-container.top {
	background-position: left center;
	background-size: 50% auto;
}
.over-container.bottom {
	background-position: right center;
	background-size: calc(50% + 150px) auto;
}
.over-container.top:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 50%;
	border-style: solid;
	border-width: 0 150px 540px 0;
	border-color: transparent #333333 transparent transparent;
	pointer-events: none;
}
.over-container.bottom:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 50%;
	border-style: solid;
	border-width: 540px 150px 0 0;
	border-color: #333333 transparent transparent transparent;
	pointer-events: none;
}
.testimonials-carousel .aio-icon-description {
	background-color: #fff;
	color: #333;
	font-style: italic;
	padding: 15px 15px 35px;
	background-image: url(http://mamdevsite.com/template/wp-content/uploads/2018/02/icon-TESTIMONIALS.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) calc(100% - 15px);
	background-size: 30px;
}
.testimonials-carousel .aio-icon-component {
	padding: 0 15px;
	position: relative;
	outline: none;
}
.testimonials-carousel .aio-icon-header {
	background-color: #f05246;
	padding: 15px 20px;
	position: absolute;
	bottom: -25px;
	left: 15px;
}
.testimonials-carousel .aio-icon-header h3 {
	color: #fff;
	text-transform: uppercase;
}
.testimonials-carousel .aio-icon-header:before {
	content: '';
	border-style: solid;
	border-width: 49px 0 0 15px;
	border-color: transparent transparent transparent #f05246;
	position: absolute;
	left: 100%;
	top: 0;
}
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}
.testimonials-carousel ul.slick-dots > li button {
	display: none;
}
.testimonials-carousel ul.slick-dots > li {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 100%;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
}
.testimonials-carousel ul.slick-dots {
	padding: 0;
	list-style: none;
	text-align: center;
	padding: 10px 0;
}
.testimonials-carousel ul.slick-dots > li.slick-active, .testimonials-carousel ul.slick-dots > li:hover {
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75), 0 2px 5px rgba(0, 0, 0, 0.25);
}
.footer-items h5 {
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.footer-heading {
	border-bottom-color: #f05246 !important;
	text-align:center;
	padding-top:15px;
	color:#17629E;
	font-size:2rem;
}
header#header .hidden-header, footer#footer .hidden-footer {
	display: none;
}
ul.menu {
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.menu li {
	position: relative;
	margin-bottom: 5px;
}


ul.menu li a {
	color: #333;
	text-transform: uppercase;
}
.is-sticky menu.menu > item > a {
	height: 40px;
}
ul.footer-contact {
	padding: 0;
	list-style: none;
	text-align:center;
}
ul.footer-contact li a {
	display: inline-block;
	vertical-align: top;
}
ul.footer-contact i {
	margin-right: 6px;
	min-width: 16px;
}
ul.menu li a:hover {
	color: #f05b44;
}
.jui-widget .ui-selectmenu-button {
	outline: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	color: #555;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	width: 100%;
	padding: 14px;
	font-size: 110%;
	line-height: 1.5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #eee;
	background: #17629E;
}
.ui-icon-triangle-1-s {
	background-position: -65px -10px;
}
.jui-widget button.ui-button {
	background-color: #17629e;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 110%;
	border: 0;
	line-height: 1.5;
}
.jui-widget button.ui-button:hover {
	background-color: #000;
}
ul.footer-contact li {
	margin-bottom: 10px;
}
.is-sticky item.menu-item-home:before {
	background-color: #fff;
	left: -10px;
	width: calc(100% + 20px);
}
item.phone-sticky {
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
}
.is-sticky item.phone-sticky {
	position: relative;
	overflow: unset;
	opacity: 1;
	max-width: 100% !important;
}
.contact-top * {
	white-space: nowrap;
}
menu.sub-menu {
	position: absolute;
	background-color: #333;
	top: 100%;
	left: -15px;
	margin: 0;
	padding: 0;
	min-width: calc(100% + 60px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	pointer-events: none;
	z-index: 999999;
}
menu.sub-menu item a {
	color: #fff;
}
item:hover > menu.sub-menu {
	opacity: 1;
	pointer-events: initial;
}
menu.sub-menu item {
	display: block;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}
menu.sub-menu item > a {
	display: block;
	padding: 5px 15px;
}
menu.sub-menu item[class*="current"]:before, menu.sub-menu item:hover:before {
	width: 100%;
	left: 0;
}
.is-sticky menu.sub-menu {
	left: -11px;
}
.sticky-wrapper {
	min-height: auto;
}
.menu-overlap-top {
	position: relative;
	top: -40px;
}
.social-item {
	background-color: #fff;
	color: #333;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.social-item:hover {
	background-color: #17629e;
	color: #fff;
	box-shadow: 0 0 0px 3px #f05246;
}
menu.sub-menu item:hover > a {
	background-color: #17629e;
	color: #fff;
}
.is-sticky item.menu-item-home {
	background-color: #fff;
	padding: 0 5px;
}
.main-form .quform-element.quform-element-row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.phone-sepbar {
	display: none;
}
.is-sticky .phone-sepbar {
	display: inline-block;
}
.get_in_touch {
	border: 2px solid #17629E;
	padding: 3px 15px;
	color:#17629E;
}
.is-sticky .sticky-row {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	border-bottom: 1px solid #17629e;
}
.is-sticky .sticky-row:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: -1px;
	width: 100%;
	background-color: #fff;
	pointer-events: none;
	border-bottom: 1px solid #17629e;
}
.is-sticky .sticky-row:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: -1px;
	width: 100%;
	background-color: #fff;
	pointer-events: none;
	border-bottom: 1px solid #17629e;
}
.textleft {
	position: absolute;
	background: #fff;
	top: -50px;
	border: 1px solid #17629e;
	padding: 30px;
	width: 35%;
	margin-left: 10%;
	height: 60vh;
}
.textshort{
	padding: 100px 25px !important;
}   
.textright {
	position: absolute;
	background: #fff;
	top: -55px;
	border: 1px solid #17629e;
	height: 60vh;
	width: 35%;
	right: 0;
	margin-right: 10%;
	padding: 100px 25px;
}
.switch-blue{
	padding: 145px 30px;
	/*color: #fff;
	background: #17629e;*/
}

footer#footer {
	background-color: #333;
	color: #fff;
}
footer#footer a, footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 {
	color: #fff;
}
footer#footer #menu-main-menu-2 a:hover {
	text-decoration: underline;
}
footer#footer .hidden-header {
	display: none;
}
footer#footer .menu-item-home {
	display: block;
}
.footer-social a {
	display: inline-flex;
	display: -webkit-inline-flex;
	width: 50px;
	height: 50px;
	padding: 0 !important;
	border: 1px solid;
	border-radius: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 5px;
}
.hide-label label {
	display: none !important;
}
.quform-form-title-description {
	margin-bottom: 15px;
}
.header-bottom {
	padding-bottom: 10px;
}
@media all and (max-width: 767px) {
	.header-bottom {
		padding-bottom: 15px;
	}
}
.slicknav_menu {
	background-color: transparent;
	padding: 0;
	pointer-events: none;
	float: right;
}
.slicknav_btn {
	margin: 5px 0;
	pointer-events: all;
	background-color: transparent;
	padding: 0;
}
.slicknav_nav {
	background-color: #17629e;
	pointer-events: all;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: 5px;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #17629e;
	width: 30px;
	height: 4px;
}
.slicknav_menu .slicknav_icon {
	width: auto;
	height: auto;
}
.responsive-menu {
	position: relative;
	padding: 5px 0;
}
.cta-btn {
	display: inline-block;
	text-align: center;
	background-color: #17629e;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 7px;
	border-radius: 5px;
	letter-spacing: -0.5px;
	max-width: 120px;
	margin-right: 5px;
}
.cta-btn:hover {
	background-color: #000;
	color: #fff;
}
ul.footer-contact > li, footer#footer ul.menu li {
	white-space: nowrap;
}

@media all and (min-width: 768px) {
	.footer-heading {
		text-transform: capitalize;
	}
}
@media all and (max-width: 1539px) {
	.is-sticky menu.menu item a, .is-sticky menu.menu item a:hover {
		text-transform: capitalize;
		font-size: 14px;
	}
	.header-bottom {
		padding-bottom: 20px;
	}
	.textleft .textscroll{
		overflow: scroll;
		height: 60vh;
	}
	.textleft {
		height: 70vh !important;
		padding: 30px !important;
		width: 40% !important;
		margin-left: 5% !important;
		top: -45px !important;	
	}
	.switch-blue {
		padding: 30px;
		height: 70vh;    
		top: -45px;

	}
	.textright {
		top: -45px !important;
		height: 70vh !important;
		padding: 30px !important;
		margin-right: 5% !important;
		width: 40%;
	}
}
@media all and (max-width: 1199px) {
	menu.menu item a, menu.menu item a:hover {
		text-transform: capitalize;
	}
	menu.menu {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	menu.menu > * {
		line-height: 30px;
	}
	.is-sticky menu.menu > item > a {
		height: auto;
	}
	.header-bottom {
		padding-bottom: 5px;
	}
	.textright {
		top: -35% !important;
		height: 60vh;
	}
	.textleft {
		top: -35% !important;
	}
}
@media all and (max-width: 767px) {
	.cta-icon {
		background-color: #17629e;
		color: #fff;
		border-radius: 100%;
		width: 35px;
		height: 35px;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 5px;
	}
	.cta-icon:hover {
		color: #fff;
		background-color: #000;
	}
	.mobile-newline {
		display: block;
		font-size: 65%;
		font-weight: lighter;
	}
	.jui-widget button.ui-button {
		padding: 5px 10px;
		font-size: 100%;
	}
	.jui-widget .ui-selectmenu-button {
		padding: 5px 10px;
		font-size: 100%;
	}
	ul.footer-contact i {
		color: #fff;
	}
	.footer-heading {
		font-size: 20px;
	}
	h1, .h1 {
		font-size: 30px;
	}
	h2, h3, .h2, .h3 {
		font-size: 22px;
	}
	h4, h5, h6, .h4, .h5, .h6 {
		font-size: 20px;
	}
	footer#footer hr {
		border-top-color: #fff;
	}
	.footer-social a {
		background-color: #17629e;
		border: 0;
	}
	.footer-social a:hover {
		background-color: #000;
		color: #fff !important;
	}
	.mobile-heading-white h1, .mobile-heading-white h2, .mobile-heading-white h3, .mobile-heading-white h4, .mobile-heading-white h5, .mobile-heading-white h6 {
		color: #fff !important;
	}
	.mobile-carousel {
		padding-bottom: 45px;
	}
	.mobile-carousel button.slick-arrow {
		position: absolute;
		bottom: 25px;
		width: 35px;
		height: 35px;
		background-color: transparent;
		border: 0;
		text-indent: -9999px;
		padding: 0;
		left: calc(50% - (35px / 2));
		border: 1px solid #fff;
		border-radius: 100%;
		z-index: 9;
		outline: none;
	}
	.mobile-carousel button.slick-arrow.slick-prev {
		left: calc((50% - (35px /2)) - 25px);
	}
	.mobile-carousel button.slick-arrow.slick-next {
		left: calc((50% - (35px /2)) + 25px);
	}
	.mobile-carousel button.slick-arrow:before {
		content: '';
		font-family: FontAwesome;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-indent: 0;
		color: #fff;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-carousel button.slick-arrow.slick-prev:before {
		content: '\f053';
	}
	.mobile-carousel button.slick-arrow.slick-next:before {
		content: '\f054';
	}
	.mobile-carousel button.slick-arrow:hover {
		background-color: #ebc582;
		cursor: pointer;
	}
	.quform-element-name .quform-element-row > .quform-element-column {
		width: 100%;
		margin-bottom: 15px;
	}
	.mobile{
		display:none;
	}
}
.quform-spacer {
	padding: 0 !important;
}
.formhead {
	background: rgba(255, 255, 255, 0.75) !important;
	padding: 0;
}
.formhead h2 {
	background: #17629e;
	color: #fff;
	font-weight: 100;
	padding: 15px 25px;
	font-size: 36px;
}

.formhead > div {
	padding: 10px 25px;
}
.texth4 a, .carousel-star{
	color: #17629e !important;
}
/*footer#footer ul#menu-main-menu-2 li[class*=current]:not(.stay)>a {
color: #ebc582;
}*/
footer#footer ul#menu-main-menu-2 li[class*="current"] > a {
	text-decoration: underline;
}
.is-sticky .img-fluid {
	width: 100px;
	height: auto;
	position: absolute !important;
	left: 20px;
}
.bg-white {
	border-bottom: 1px solid #17629e;
}
@media all and (max-width: 767px) {

	.textleft {
		position: relative !important;
		background: none !important;
		border: none !important;
		margin-left: 0 !important;
		padding: 5px !important;
		top: 0 !important;
		width: 100% !important;
	}
	.footer-items {
		margin-top: 25px;
	}
	.textright {
		background: none !important;
		position: initial !important;
		color: #000 !important;
		width: 100% !important;
		border: 0 !important;
		padding: 0 !important;
		height: 100% !important;	
	}

}
.is-sticky item.menu-item-home a{
	border: 1px solid transparent;
}
.is-sticky item.menu-item-home a:hover{
	border: 1px solid #17629e;
	background-color:#fff!important;
}
menu.menu item.phone-sticky a {
	color: #fff;
	text-transform: uppercase;
	background-color: #17629E;
}
.wpb_wrapper h4 a {
	color: #17629E !important;
}

/*------ Home banner Form --------*/

@media all and (max-width: 1539px) {
	.step1.jui-widget .col-sm-10{
		max-width:78% !important;
	}
}
@media all and (max-width: 1199px) {
	.step1.jui-widget .col-sm-10 {
		max-width: 74% !important;
	}
}
@media all and (max-width: 990px){
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

.ui-button{height:50px !important;}
.step-action{
	background:rgba(255,255,255,0.5);
	padding:15px;
}
.form-control{
	margin-bottom:7px;
	height:50px !important;
}
.step1 .col-sm-3{padding-left:10px;}
.step2 button.ui-button, .alt-step2 button.ui-button {
	box-shadow: 0 1px 0 #ea4527;
	width: 100%;
}
.step2 button.ui-button:hover, .alt-step2 button.ui-button:hover {
	box-shadow: 0 1px 0 #000;
}

.homepage-slideshow{
	position:absolute;
	width:100%;
	display:block;
	top:0;
	height:450px;
}
.header-section.header-bottom-section,
.forcefullwidth_wrapper_tp_banner,
.fullwidthbanner-container,
.fullwidthbanner-container .rev_slider{height:450px !important;}
.main-form {
	min-height:450px !important;
	padding: 40px 0;
	top:0;
	left:0;
}
.checkbox-group {
	background-color: #fff;
	display: inline-block;
	width: calc(100% - 30px);
	padding: 0 15px;
	margin: 0 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.checkbox-group h4 {
	font-weight: bold;
	color: #555;
}
.cbox {
	display: inline;
}
.cbox * {
	cursor: pointer;
}
.alt-step2 textarea.form-control {
	outline: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	color: #555;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	width: 100%;
	padding: 14px;
	font-size: 110%;
	line-height: 1.5;
	height: auto;
}
.step-back {
	padding: 10px 15px 7px !important;
	width: auto !important;
	display: inline-block;
	line-height: 1 !important;
}
.step-action button.ui-button {
	box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	outline: none;
	position: relative;
	top: -2px;
	left: -2px;
	background:#17629e;
	color:#fff;
	font-size: 100%;
	padding-left:10px !important;
	padding-right:10px !important;
	border: 0;
	white-space: nowrap;
	width: 100%;
}
.step-action button.ui-button:hover {
	background-color: #17629e !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
}
.step-action button.ui-button:after {
	content: '';
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	pointer-events: none;
}
.single-post-form .iphorm-elements input {
	background-color: #fff;
	border: 0 !important;
	margin: 0;
	color: #333 !important;
	padding: 10px !important;
	box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
}
.single-post-form .iphorm-elements label {
	left: 0;
	margin: 0 !important;
	padding: 13px !important;
	text-transform: uppercase;
}
.single-post-form .iphorm-submit-wrap button * {
	border-radius: 5px !important;
	line-height: 41px;
}
.single-post-form h3.iphorm-title {
	margin-bottom: 15px;
}
.single-post-form {
	padding: 10vh 0;
}
.single span.h3.cat-links a {
	color: #ea4527 !important;
}
.single h1.entry-title {
	margin-top: 0;
}
.single section.entry-meta, img.single-post-thumb, .single-recent-post {
	margin-bottom: 35px;
}
.single blockquote {
	border-color: #ea4527;
}
.single .addtoany_shortcode {
	text-align: center;
}
.single .addtoany_shortcode a > span {
	border-radius: 100% !important;
	width: 40px;
	height: 40px;
	padding: 5px;
}
.single-recent-thumb {
	margin: 0 -15px;
	min-height: 125px;
	background-size: cover;
	background-position: center center;
}
.recent-outer {
	border: 1px solid #e1e1e1;
	padding: 0 15px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.recent-outer:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.single-recent-post h4 {
	color: #333;
	font-weight: bold;
}
p.recent-excerpt {
	color: #333;
	max-height: 65px;
	overflow: hidden;
}
.recent-content {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}
.recent-counter {
	color: #333;
	margin-bottom: 10px;
}
.height-slide{
	min-height: 40vh;
	width:100%;
}
.no-right-padding {
	padding-right: 0;
}

@media all and (max-width: 1200px){
	.is-sticky menu.menu>item>a{padding:0 35px;}
	.site-logo:after{margin-left:0px !important; background-position:left center !important;}
	menu.menu>item>a{padding:0 20px !important;}
	.footer-heading{
		font-size:24px;
		line-height:29px;
	}
	menu.menu {
		padding: 0;
		margin: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content:flex-end;
		justify-content: flex-end;
		-webkit-align-items: flex-end;
		align-items: center;
	}
	.area a{display:inline-block !important;}
}

@media all and (max-width: 1539px) and (min-width: 992px) {
	.step-action button.ui-button {
		width: 100%;
	}
	.step-action {
		max-width: 50% !important;
		flex: auto;
	}
}
@media all and (max-width: 991px) and (min-width: 768px) {
	.step-action button.ui-button {
		width: 100%;
	}
	.step-action {
		max-width: 70% !important;
		flex: auto;
	}
	menu.menu>item>a{padding:0 20px !important;}
	.footer-heading{
		font-size:24px;
	}
}
@media all and (max-width: 575px) {
	.no-right-padding {
		padding-right: 15px;
	}
	ul.footer-contact li a{
		display: inherit;
		white-space: pre-wrap;
	}
	ul.footer-contact li a.gray{
		font-size:11.5px !important;
	}
}

@media all and (max-width: 375px) {
	.site-logo:after{background-size:220px auto !important;}
}

.testimonials-wrapper{
	position:relative;
	max-width:750px;
	display:block;
	text-align:center;
	margin:0 auto;
}
.site-logo{position:relative;}
.site-logo:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	height:45px;
	/*width:286px;*/
	width:375px;
	display:block;
	/*background:url(https://sydneyandwestpaintingandropeaccess.com.au/wp-content/uploads/2018/07/partner-logo2.jpg) center center no-repeat;*/
	background:url(https://sydneyandwestpaintingandropeaccess.com.au/wp-content/uploads/2019/07/banner_new.jpg) center center no-repeat;
	z-index:9;
	margin-left: 32px;
    margin-top: 7px;
}
@media all and (max-width: 767px){
	.site-logo:after{position:relative;}
	.step-action{
		display:none;
	}
}

.sticky-wrapper{
	margin-top:50px !important;
	height:50px;
}