body {
	background: #fff;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
img {
	max-width: 100%;
	height: 0 auto;
}
header {
	background: #fff;
	float: left;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
header.sticky {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.top-bar {
	background: #046dbe;
	padding: 10px 0;
}
.top-contact {
}
.top-contact ul {
	margin: 0;
	padding: 0;
}
.top-contact ul li {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
}
.top-contact ul li img {
	float: left;
	margin-right: 7px;
}
.top-contact ul li a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-contact ul li a:hover {
	color: #ebcf10;
}
.top-social {
	text-align: right;
}
.top-social ul {
	margin: 0;
	padding: 0;
}
.top-social ul li {
	display: inline-block;
	margin-left: 10px;
}
.top-social ul li .fa {
	background: #ebcf10;
	border-radius: 50px;
	color: #046dbe;
	font-size: 17px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	width: 25px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-social ul li .fa:hover {
	background: #fff;
	color: #046dbe;
}
.header-bottom {
	padding: 20px 0;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .header-bottom {
	padding: 10px 0;
}
.logo {
}
.logo img {
	width: 335px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sticky .logo img {
	width: 75%;
	margin-top: 5px;
}
.top-book-btn {
	margin-right: 15px;
}
.top-book-btn a {
	background: #ebcf10;
	border-radius: 3px;
	color: #202020;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 12px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-book-btn a:hover {
	background: #046dbe;
	color: #fff;
}
.menu {
	margin-right: 15px;
	width: 50%;
}
.menu ul {
	float: right;
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	height: 44px;
	line-height: 44px;
}
.menu ul li a {
	display: inline-block;
	color: #202020;
	font-size: 16px;
	font-weight: 500;
	padding: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu ul li a:hover, .menu ul li.active a {
	color: #046dbe;
}
.fixed-call-btn {
	position: fixed;
	top: 30%;
	right: -37px;
	transform: rotate(90deg);
	z-index: 9999;
}
.fixed-call-btn a {
	background: #046dbe;
	border-radius: 0 0 3px 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding: 9px 18px 13px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fixed-call-btn a:hover {
	background: #ebcf10;
	color: #2f2e2e;
}
.fixed-book-btn {
	position: fixed;
	top: 52%;
	right: -43px;
	transform: rotate(90deg);
	z-index: 9999;
}
.fixed-book-btn a {
	background: #ebcf10;
	border-radius: 0 0 3px 3px;
	color: #2f2e2e;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding: 9px 18px 13px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fixed-book-btn a:hover {
	background: #046dbe;
	color: #fff;
}
.banner {
	margin-top: 129px;
	position: relative;
}
.ms-slide-info {
	position: absolute;
	top: 220px;
	right: 9%;
	width: 38% !important;
	/*background: rgba(213, 223, 232, 0.7);
	padding: 15px;*/
	height: 32%;
}
.ms-skin-default .ms-bullet {
	width: 16px !important;
	height: 16px !important;
	margin: 4px !important;
	background-position: -31px -114px !important;
}
.ms-skin-default .ms-bullet-selected {
	background-position: -31px -81px !important;
}
.banner-heading {
	background: rgba(213, 223, 232, 0.7);
	color: #242525;
	font-family: 'Russo One', sans-serif;
	font-size: 34px;
	line-height: 45px;
	padding: 10px 15px;
}
.blue-text {
	color: #046dbe;
}
.banner-btn {
	background: rgba(213, 223, 232, 0.7);
	padding: 5px 15px 25px;/*margin-top: 15px;*/
}
.banner-btn a {
	background: #ebcf10;
	border-radius: 3px;
	color: #2f2e2e;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding: 11px 18px 12px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s !important;
	-ms-transition: all 0.5s ease 0s !important;
	-o-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner-btn a:hover {
	background: #046dbe;
	color: #fff;
}
.home-welcome {
	padding: 60px 0 70px;
}
.home-welcome-left {
	margin-top: 70px;
	margin-bottom: 35px;
	padding-right: 50px;
}
.home-welcome-heading {
	color: #4f4f4f;
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
}
.home-welcome-heading::before {
	background: #9bc5e5;
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	height: 12px;
	width: 12px;
}
.home-welcome-heading::after {
	background: #046dbe;
	content: "";
	position: absolute;
	top: 16px;
	left: 12px;
	height: 12px;
	width: 12px;
}
.home-welcome-details {
	color: #383939;
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 25px;
}
.home-welcome-btn {
}
.home-welcome-btn a {
	background: #ebcf10;
	border-radius: 3px;
	color: #2f2e2e;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-right: 5px;
	padding: 9px 12px 10px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-welcome-btn a:hover {
	background: #046dbe;
	color: #fff;
}
.home-welcome-btn a.contact-btn {
	background: #046dbe;
	color: #fff;
}
.home-welcome-btn a.contact-btn:hover {
	background: #ebcf10;
	color: #2f2e2e;
}
.home-welcome-image img {
	float: right;
}
.home-choose {
	background: rgba(0, 0, 0, 0) url("../images/hm-choose-bg.jpg") no-repeat fixed 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 45px 0 20px;
}
.home-choose-heading {
	color: #fff;
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
	margin-bottom: 35px;
	padding-left: 55px;
}
.home-choose-heading::before {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	position: absolute;
	top: 16px;
	left: 15px;
	height: 12px;
	width: 12px;
}
.home-choose-heading::after {
	background: #fff;
	content: "";
	position: absolute;
	top: 16px;
	left: 27px;
	height: 12px;
	width: 12px;
}
.yellow-text {
	color: #ebcf10;
}
.home-choose-item {
	margin-bottom: 35px;
	position: relative;
}
.home-choose-item-icon {
	float: left;
	margin-right: 10px;
}
.home-choose-item-right {
	float: left;
	margin-top: 28px;
}
.home-choose-item-text {
	color: #ebcf10;
	font-size: 16px;
}
.home-choose-item-heading {
	color: #fff;
	font-size: 23px;
	line-height: 28px;
}
.home-choose-item:nth-child(3) {
	padding-left: 75px;
}
.home-choose-item:nth-child(3)::before {
	background: #fff;
	content: "";
	position: absolute;
	top: 22px;
	left: 30px;
	height: 55px;
	width: 1px;
}
.home-choose-item:nth-child(3)::after {
	background: #fff;
	content: "";
	position: absolute;
	top: 22px;
	right: -3px;
	height: 55px;
	width: 1px;
}
.home-choose-item:last-child {
	padding-left: 40px;
}
.home-service {
	padding: 50px 0 70px;
}
.home-service .home-welcome-heading {
	margin-bottom: 30px;
}
.home-service .home-welcome-heading::before {
	left: 430px;
}
.home-service .home-welcome-heading::after {
	left: 442px;
}
.home-service-inner {
	padding: 0 47px;
}
.home-service-item {
	margin-bottom: 35px;
	padding: 0 12px;
}
.home-service-item-inner {
	background: #eee;
	color: #373737;
	font-family: 'Russo One', sans-serif;
	font-size: 20px;
	height: 225px;
	padding: 30px 0;
	position: relative;
}
.home-service-item-inner img {
	margin-bottom: 15px;
}
.home-service-item-inner::before, .home-service-item:nth-child(5) .home-service-item-inner::before, .home-service-item:nth-child(9) .home-service-item-inner::before {
	background: #fff;
	border-radius: 50px;
	content: "";
	position: absolute;
	top: -13px;
	left: 35px;
	height: 27px;
	width: 27px;
}
.home-service-item:nth-child(2) .home-service-item-inner::before, .home-service-item:nth-child(6) .home-service-item-inner::before, .home-service-item:nth-child(10) .home-service-item-inner::before {
	top: 30px;
	left: -12px;
}
.home-service-item:nth-child(3) .home-service-item-inner::before, .home-service-item:nth-child(7) .home-service-item-inner::before, .home-service-item:nth-child(11) .home-service-item-inner::before {
	left: 230px;
	top: 35px;
}
.pr .sr::before {
    left: 344px !important;
}
.home-service-item:nth-child(4) .home-service-item-inner::before, .home-service-item:nth-child(8) .home-service-item-inner::before, .home-service-item:nth-child(12) .home-service-item-inner::before {
	left: 180px;
}
.home-service-btn {
}
.home-service-btn a {
	background: #046dbe;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 22px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-service-btn a:hover {
	background: #ebcf10;
	color: #2f2e2e;
}
.home-contact-info {
	background: #046dbe;
	padding: 30px 0 35px;
}
.home-contact-info-heading {
	color: #fff;
	font-family: 'Russo One', sans-serif;
	font-size: 35px;
	margin-bottom: 5px;
}
.home-contact-info-btn {
}
.home-contact-info-btn a {
	background: #ebcf10;
	border-radius: 3px;
	color: #161616;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 22px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-contact-info-btn a:hover {
	background: #fff;
	color: #046dbe;
}
.home-review {
	padding: 65px 0 125px;
}
.home-review .home-welcome-heading {
	margin-bottom: 30px;
}
.home-review .home-welcome-heading::before {
	left: 408px;
}
.home-review .home-welcome-heading::after {
	left: 420px;
}
.home-review-inner {
}
#wonderplugincarousel-1 {
	max-width: 100% !important;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	background: rgba(235, 235, 235, 0.69);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	min-height: 215px;
	margin-bottom: 45px;
	padding: 20px;
	position: relative;
}
#wonderplugincarousel-1 .amazingcarousel-text::before {
	background: rgba(0, 0, 0, 0) url("../images/hm-review-arrow.png") no-repeat scroll 0 0;
	content: "";
	position: absolute;
	bottom: -39px;
	left: 70px;
	width: 34px;
	height: 41px;
}
.hm-review-star {
	text-align: left;
	margin-bottom: 10px;
}
.hm-review-date {
	color: #444;
	font-size: 12px;
}
.footer-top {
	background: #2f2f2f;
	padding: 35px 0 0;
}
.footer-item {
	margin-bottom: 30px;
}
.footer-item-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.footer-item-details {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}
.footer-item-details a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-item-details a:hover {
	color: #ebcf10;
}
.footer-item:first-child {
	padding-right: 0;
}
.footer-item:nth-child(2) {
	padding-left: 45px;
}
.footer-item:nth-child(2) .footer-item-details {
	line-height: 22px;
}
.footer-item:nth-child(2) .footer-item-details span {
	width: 45px;
	display: inline-block;
}
.footer-item:nth-child(4) {
	padding-left: 35px;
}
.footer-menu {
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	margin-bottom: 2px;
}
.footer-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-menu ul li a:hover {
	color: #ebcf10;
}
.footer-social {
	margin-top: 15px;
}
.footer-social ul {
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	display: inline-block;
}
.footer-social ul li .fa {
	background: #fff;
	border-radius: 50px;
	color: #2f2f2f;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-social ul li .fa:hover {
	background: #046dbe;
	color: #fff;
}
.footer-zip {
    color: #fff;
    font-weight: bold;
}
.footer-bottom {
	background: #000;
	padding: 15px 0;
}
.copyright {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #ebcf10;
}
.abn {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: right;
}
.abn a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.abn a:hover {
	color: #ebcf10;
}
.page .entry-header {
	background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 0 -125px;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 350px;
	margin-top: 129px !important;
	margin-bottom: 50px !important;
}
.page .entry-title {
	position: absolute;
	top: 130px;
	text-align: center;
	width: 100%;
}
.page .breadcrumb-container {
	position: absolute;
	top: 305px;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.page .breadcrumb-container li {
	font-weight: 300;
}
.thankyou-content {
	font-size: 24px;
	font-weight: bold;
}
.thankyou-image {
	margin: 0 0 15px;
}
.thankyou-btn a {
	background: #046dbe;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 25px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou-btn a:hover {
	background: #ebcf10;
	color: #2f2e2e;
}
.error404 #content {
	margin: 165px 0 50px;
}
.booking-part {
	float: left;
	width: 100%;
}
.booking-part-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	padding: 25px 15px 25px 25px;
	float: left;
	width: 100%;
}
.contact-form {
	float: left;
	padding: 0 15px 0 0;
	margin-bottom: 15px;
}
.contact-form input {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	height: 45px;
	padding: 13px 10px;
	width: 100%;
}
.contact-form input::placeholder {
 color: #000;
 font-size: 15px;
}
.contact-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url("../images/down-arrow.png") no-repeat scroll 98% 10px / 22px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	height: 45px;
	padding: 11px 25px 11px 7px;
	width: 100%;
}
.contact-form textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	height: 125px;
	padding: 13px 10px;
	width: 100%;
}
.contact-form textarea::placeholder {
 color: #000;
 font-size: 15px;
}
.contact-form-btn {
	float: left;
	width: 100%;
}
.contact-form-btn input {
	background: #046dbe !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	padding: 12px 27px !important;
	margin-left: 15px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-form-btn input:hover {
	background: #ebcf10 !important;
	color: #2f2e2e !important;
}
.booking-part-inner div.wpcf7-response-output {
	float: left;
	width: 98%;
}
.booking-part-inner span.wpcf7-not-valid-tip {
	font-weight: 300;
}
.inner-content-heading {
	color: #4f4f4f;
	font-family: 'Russo One', sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
	text-align: left;
}
.inner-content-heading::after {
	background: #046dbe;
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	height: 10px;
	width: 10px;
}
.inner-content-heading::before {
	background: #9bc5e5;
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	height: 10px;
	width: 10px;
}
.contact-left, .contact-right {
	margin-bottom: 45px;
}
.contact-left .contact-form-btn {
	padding-left: 0;
}
.contact-left .contact-form-btn input {
	margin-left: 0;
}
.contact-details {
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 50px;
	position: relative;
}
.contact-details img {
	position: absolute;
	left: 0;
	width: 38px;
	top: 3px;
}
.contact-details-heading {
	color: #046dbe;
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
}
.contact-details a {
	color: #2b2b2b;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-details a:hover {
	color: #046dbe;
}
.inner-content {
	margin-bottom: 25px;
	text-align: justify;
}
.margintop40 {
	margin-top: 40px;
}
.about-image {
	margin-bottom: 35px;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 360px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 348px;
}
.page-id-14 .home-service {
	padding-bottom: 0;
}
.inner-content ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}
.inner-content ul li {
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}
.inner-content ul li::before {
	background: #046dbe;
	content: "";
	position: absolute;
	height: 11px;
	width: 11px;
	left: 0;
	top: 6px;
}
.pr .inner-content ul li {
	display: inline-block;
    width: 32.8%;
    font-size: 14px;
    font-weight: 500;
}
.sr .inner-content ul li {
    display: inline-block;
    width: 19%;
	font-size: 14px;
    font-weight: 500;
}
.inner-content .contact-form-btn {
	padding-left: 0;
}
.inner-content .contact-form-btn input {
	margin-left: 0;
}
.contact-form label {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}
.page-id-102 .home-welcome-heading::after {
	left: 248px;
}
.page-id-102 .home-welcome-heading::before {
	left: 236px;
}
.inner-content-item {
	border-left: 4px solid #046dbe;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
	height: 100%;
	padding: 25px 25px 10px;
}
.sitemap-part {
	margin-bottom: 25px;
}
.sitemap-inner {
	background: #046dbe;
	height: 100%;
	padding: 25px 25px 15px;
}
.sitemap-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sitemap-inner ul li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.sitemap-inner ul li a {
	color: #fff;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sitemap-inner ul li a:hover {
	color: #ebcf10;
}
.sitemap-inner ul ul {
	margin-top: 10px;
	padding-left: 20px;
}
.pr .home-welcome-heading {
    font-size: 26px;
}
/*new csss */
.page-id-211 .breadcrumb-container.theme2 {
    display: none;
}
.absolute_content {
    position: absolute;
    top: 325px;
    text-align: center;
    width: 100%;
    z-index: 9;
    color: #000000;
    font-weight: normal;
}

@media only screen and (max-width : 320px) {
header {
	position: static;
}
header.sticky {
	box-shadow: none;
}
.top-bar {
	padding: 5px 0;
}
.top-contact {
	text-align: center;
}
.top-contact ul li {
	margin-right: 0;
}
.top-contact ul li img {
	float: none;
	margin-right: 2px;
}
.top-social {
	text-align: center;
	margin-top: 5px;
}
.header-bottom {
	padding: 10px 0;
}
.logo {
	margin-bottom: 7px;
}
.logo img, .sticky .logo img {
	width: 80%;
	margin-top: 0;
}
.top-book-btn {
	margin-left: 15px;
	order: unset;
	display: none;
}
.top-book-btn a {
	font-size: 14px;
	padding: 8px 10px;
}
.menu {
	margin-right: 0;
	float: left;
	width: 100%;
}
.menu ul {
	float: none;
}
.menu-toggle {
	margin: 108px 0 0 0 !important;
}
.menu ul li {
	display: block;
	height: auto;
	line-height: 30px;
}
.menu ul li a {
	font-size: 14px;
	padding: 0 17px;
}
.fixed-call-btn {
	top: 39%;
	right: -27px;
}
.fixed-call-btn a {
	font-size: 12px;
	padding: 4px 10px 7px;
}
.fixed-book-btn {
	top: 58%;
	right: -31px;
}
.fixed-book-btn a {
	font-size: 12px;
	padding: 4px 10px 7px;
}
.banner {
	margin-top: 0;
}
.ms-bullets.ms-dir-h.ms-align-bottom {
	bottom: 5px !important;
}
.ms-slide-info {
	top: 15px;
	width: 46% !important;
	min-height: 85px !important;
	height: 90px;
}
.banner-heading {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 5px 0;
}
.banner-heading-2, .banner-heading-3 {
	display: none;
}
.banner-btn {
	padding: 5px;
}
.banner-btn a {
	font-size: 12px;
	padding: 5px 7px 3px;
}
.banner-btn-2, .banner-btn-3 {
	margin: 30px 0 0 -44px;
	display: inline-block;
}
.home-welcome {
	padding: 30px 0;
}
.home-welcome-left {
	margin-top: 0;
	padding-right: 35px;
}
.home-welcome-heading {
	font-size: 24px;
}
.home-welcome-heading::after, .home-welcome-heading::before {
	top: 12px;
}
.home-service .home-welcome-heading::before {
	left: 43px;
}
.home-service .home-welcome-heading::after {
	left: 55px;
}
.home-choose-heading {
	font-size: 26px;
}
.home-choose-heading::after, .home-choose-heading::before {
	top: 14px;
}
.home-review .home-welcome-heading::after {
	left: 40px;
}
.home-review .home-welcome-heading::before {
	left: 28px;
}
.home-choose-item:nth-child(3) {
	padding-left: 15px;
}
.home-choose-item:nth-child(3)::before, .home-choose-item:nth-child(3)::after {
	display: none;
}
.home-choose-item:last-child {
	padding-left: 15px;
}
.home-choose-item-icon {
	margin-right: 10px;
	width: 65px;
}
.home-choose-item-right {
	float: left;
	margin-top: 0;
	width: 74%;
}
.home-service-inner {
	padding: 0 40px;
}
.home-contact-info-heading {
	font-size: 30px;
}
.footer-item:nth-child(2), .footer-item:nth-child(4) {
	padding-left: 15px;
}
.footer-item-heading {
	text-align: center;
}
.footer-item:first-child .footer-item-heading {
	text-align: left;
}
.footer-item:nth-child(2) .footer-item-details {
	padding: 0 65px;
}
.footer-menu {
	text-align: center;
}
.copyright, .abn {
	text-align: center;
}
.page .entry-header {
	background-position: 0 -26px;
	height: 115px;
	margin-top: 0 !important;
}
.page .entry-title {
	top: 28px;
	font-size: 20px;
}
.page .breadcrumb-container {
	top: 55px;
}
.page .breadcrumb-container li a {
	font-size: 12px !important;
}
.margintop40 {
	margin-top: 0;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 55px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 43px;
}
.booking-part-inner {
	padding: 25px 10px 25px 25px;
}
.page-id-102 .home-welcome-heading::before {
	left: 10px;
}
.page-id-102 .home-welcome-heading::after {
	left: 22px;
}
.pr .inner-content ul li {
    width: 100%;	
}
.sr .inner-content ul li {
    width: 49%;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
header {
	position: static;
}
header.sticky {
	box-shadow: none;
}
.top-bar {
	padding: 5px 0;
}
.top-contact {
	text-align: center;
}
.top-contact ul li {
	margin-right: 0;
}
.top-contact ul li img {
	float: none;
	margin-right: 2px;
	margin-top: -2px;
}
.top-social {
	text-align: center;
	margin-top: 5px;
}
.header-bottom {
	padding: 10px 0;
}
.logo {
	margin-bottom: 7px;
}
.logo img, .sticky .logo img {
	width: 80%;
	margin-top: 0;
}
.top-book-btn {
	margin-left: 15px;
	order: unset;
	display: none;
}
.top-book-btn a {
	font-size: 14px;
	padding: 8px 10px;
}
.menu {
	margin-right: 0;
	float: left;
	width: 100%;
}
.menu ul {
	float: none;
}
.menu-toggle {
	margin: 94px 0 0 0 !important;
}
.menu ul li {
	display: block;
	height: auto;
	line-height: 30px;
}
.menu ul li a {
	font-size: 14px;
	padding: 0 17px;
}
.fixed-call-btn {
	top: 43%;
	right: -27px;
}
.fixed-call-btn a {
	font-size: 12px;
	padding: 4px 10px 7px;
}
.fixed-book-btn {
	top: 61%;
	right: -31px;
}
.fixed-book-btn a {
	font-size: 12px;
	padding: 4px 10px 7px;
}
.banner {
	margin-top: 0;
}
.ms-bullets.ms-dir-h.ms-align-bottom {
	bottom: 5px !important;
}
.ms-slide-info {
	top: 30px;
	width: 45% !important;
	height: 85px;
	min-height: 85px !important;
}
.banner-heading {
	font-size: 13px;
	line-height: 18px;
	padding: 5px 5px 0;
}
.banner-heading-2, .banner-heading-3 {
	display: none;
}
.banner-btn {
	padding: 5px;
}
.banner-btn a {
	font-size: 12px;
	padding: 5px 7px 3px;
}
.banner-btn-2, .banner-btn-3 {
	padding: 5px;
	display: inline-block;
	margin: 22px 0 0 -45px;
}
.home-welcome {
	padding: 30px 0;
}
.home-welcome-left {
	margin-top: 0;
	padding-right: 35px;
}
.home-welcome-heading {
	font-size: 24px;
}
.home-welcome-heading::after, .home-welcome-heading::before {
	top: 12px;
}
.home-service .home-welcome-heading::before {
	left: 66px;
}
.home-service .home-welcome-heading::after {
	left: 78px;
}
.home-choose-heading {
	font-size: 26px;
}
.home-choose-heading::after, .home-choose-heading::before {
	top: 14px;
}
.home-review .home-welcome-heading::after {
	left: 60px;
}
.home-review .home-welcome-heading::before {
	left: 48px;
}
.home-choose-item:nth-child(3) {
	padding-left: 15px;
}
.home-choose-item:nth-child(3)::before, .home-choose-item:nth-child(3)::after {
	display: none;
}
.home-choose-item:last-child {
	padding-left: 15px;
}
.home-choose-item-icon {
	margin-right: 10px;
	width: 65px;
}
.home-choose-item-right {
	float: left;
	margin-top: 0;
	width: 74%;
}
.home-service-inner {
	padding: 0 60px;
}
.home-contact-info-heading {
	font-size: 30px;
}
.footer-item:nth-child(2), .footer-item:nth-child(4) {
	padding-left: 15px;
}
.footer-item-heading {
	text-align: center;
}
.footer-item:first-child .footer-item-heading {
	text-align: left;
}
.footer-item:nth-child(2) .footer-item-details {
	padding: 0 85px;
}
.footer-menu {
	text-align: center;
}
.copyright, .abn {
	text-align: center;
}
.page .entry-header {
	background-position: 0 -26px;
	height: 115px;
	margin-top: 0 !important;
}
.page .entry-title {
	top: 28px;
	font-size: 20px;
}
.page .breadcrumb-container {
	top: 55px;
}
.page .breadcrumb-container li a {
	font-size: 12px !important;
}
.margintop40 {
	margin-top: 0;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 55px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 43px;
}
.booking-part-inner {
	padding: 25px 10px 25px 25px;
}
.page-id-102 .home-welcome-heading::before {
	left: 10px;
}
.page-id-102 .home-welcome-heading::after {
	left: 22px;
}
.pr .inner-content ul li {
    width: 100%;	
}
.sr .inner-content ul li {
    width: 49%;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.fixed-book-btn {
	top: 60%;
}
.ms-slide-info {
	width: 49% !important;
	height: 100px;
	min-height: 100px !important;
}
.banner-btn-2, .banner-btn-3 {
	margin: 22px 0 0 -30px;
}
.home-service-inner {
	padding: 0 70px;
}
.footer-item:nth-child(2) .footer-item-details {
	padding: 0 95px;
}
.page .entry-header {
	height: 140px;
}
.page .entry-title {
	top: 40px;
	font-size: 22px;
}
.page .breadcrumb-container {
	top: 70px;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 24px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 12px;
}
.page-id-102 .home-welcome-heading::after {
	left: 44px;
}
.page-id-102 .home-welcome-heading::before {
	left: 32px;
}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.banner-heading {
	font-size: 16px;
	line-height: 20px;
}
.banner-btn-2, .banner-btn-3 {
	margin: 35px 0 0 -27px;
}
.fixed-call-btn {
	top: 45%;
}
.home-service-inner {
	padding: 0 88px;
}
.footer-item:nth-child(2) .footer-item-details {
	padding: 0 115px;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 36px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 24px;
}
.page-id-102 .home-welcome-heading::after {
	left: 60px;
}
.page-id-102 .home-welcome-heading::before {
	left: 48px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
header {
	position: static;
}
header.sticky {
	box-shadow: none;
}
.top-bar {
	padding: 5px 0;
}
.top-contact {
	text-align: center;
}
.top-contact ul li {
	margin-right: 0;
}
.top-contact ul li img {
	float: none;
	margin-right: 2px;
	margin-top: -2px;
}
.top-social {
	text-align: center;
	margin-top: 5px;
}
.header-bottom {
	padding: 10px 0;
}
.logo {
	float: left;
	width: 55%;
}
.logo img, .sticky .logo img {
	width: 100%;
	margin-top: 0;
}
.top-book-btn {
	margin-left: 15px;
	order: unset;
	display: none;
}
.top-book-btn a {
	font-size: 14px;
	padding: 8px 10px;
}
.menu {
	margin-right: 0;
	float: left;
	width: 100%;
}
.menu ul {
	float: none;
}
.menu-toggle {
	margin: 92px 35px 0 0 !important;
}
.menu ul li {
	display: block;
	height: auto;
	line-height: 30px;
}
.menu ul li a {
	font-size: 14px;
	padding: 0 17px;
}
.fixed-call-btn {
	top: 32%;
	right: -27px;
}
.fixed-call-btn a {
	font-size: 12px;
	padding: 4px 10px 7px;
}
.fixed-book-btn {
	top: 61%;
	right: -31px;
}
.fixed-book-btn a {
	font-size: 12px;
	padding: 4px 10px 7px;
}
.banner {
	margin-top: 0;
}
.ms-bullets.ms-dir-h.ms-align-bottom {
	bottom: 5px !important;
}
.ms-slide-info {
	top: 90px;
	width: 50% !important;
	height: 115px;
	min-height: 115px !important;
}
.banner-heading {
	font-size: 22px;
	line-height: 24px;
}
.banner-heading-2, .banner-heading-3 {
	display: none;
}
.banner-btn-2, .banner-btn-3 {
	display: inline-block;
	padding: 8px 10px;
	margin: 10px 0 0 -8px;
}
.banner-btn a {
	font-size: 12px;
	padding: 5px 7px 3px;
}
.home-welcome {
	padding: 30px 0;
}
.home-welcome-left {
	margin-top: 0;
	padding-right: 35px;
}
.home-welcome-heading {
	font-size: 24px;
}
.home-welcome-heading::after, .home-welcome-heading::before {
	top: 12px;
}
.home-welcome-image img {
	float: none;
}
.home-service .home-welcome-heading::before {
	left: 153px;
}
.home-service .home-welcome-heading::after {
	left: 165px;
}
.home-choose-heading {
	font-size: 26px;
}
.home-choose-heading::after, .home-choose-heading::before {
	top: 14px;
}
.home-review .home-welcome-heading::after {
	left: 146px;
}
.home-review .home-welcome-heading::before {
	left: 134px;
}
.home-choose-item {
	float: left;
	width: 50%;
}
.home-choose-item:last-child {
	width: 100%;
}
.home-choose-item:nth-child(3) {
	padding-left: 15px;
}
.home-choose-item:nth-child(3)::before, .home-choose-item:nth-child(3)::after {
	display: none;
}
.home-choose-item:last-child {
	padding-left: 15px;
}
.home-choose-item-icon {
	margin-right: 10px;
	width: 65px;
}
.home-choose-item-right {
	float: left;
	margin-top: 0;
	width: 67%;
}
.home-service-inner {
	padding: 0 15px;
}
.home-service-item {
	float: left;
	width: 50%;
}
.footer-item {
	float: left;
	width: 50%;
}
.footer-item:nth-child(2), .footer-item:nth-child(4) {
	padding-left: 45px;
}
.copyright, .abn {
	text-align: center;
}
#wpfront-scroll-top-container {
	bottom: 30px !important;
}
.page .entry-header {
	background-position: 0 -30px;
	height: 200px;
	margin-top: 0 !important;
}
.page .entry-title {
	top: 65px;
	font-size: 26px;
	width: 91%;
}
.page .breadcrumb-container {
	top: 100px;
}
.page .breadcrumb-container li a {
	font-size: 12px !important;
}
.margintop40 {
	margin-top: 0;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 96px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 84px;
}
.booking-part-inner {
	padding: 25px 10px 25px 25px;
}
.page-id-102 .home-welcome-heading::before {
	left: 58px;
}
.page-id-102 .home-welcome-heading::after {
	left: 70px;
}
.sitemap-part {
	float: left;
	width: 50%;
}
.pr .inner-content ul li {
    width: 49%;	
}
.sr .inner-content ul li {
    width: 29%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
header {
	position: static;
}
header.sticky {
	box-shadow: none;
}
.sticky .header-bottom {
	padding: 20px 0;
}
.sticky .logo img {
	width: 335px;
	margin-top: 0;
}
.top-book-btn {
	order: unset;
}
.menu {
	margin-right: 0;
	float: left;
	width: 100%;
}
.menu ul {
	float: none;
}
.menu-toggle {
	margin: 64px 27px 0 0 !important;
}
ul#primary-menu {
	margin-top: 20px !important;
}
.menu ul li {
	display: block;
	height: auto;
	line-height: 35px;
}
.menu ul li a {
	padding: 0 17px;
}
.fixed-call-btn {
	top: 37%;
}
.banner {
	margin-top: 0;
}
.ms-slide-info {
	top: 125px;
	right: 7%;
	width: 47% !important;
	height: 140px;
}
.banner-heading {
	font-size: 24px;
	line-height: 30px;
	padding: 8px 10px 10px;
}
.banner-btn {
	padding: 0 10px 15px;
}
.home-welcome {
	padding: 60px 0 40px;
}
.home-welcome-left {
	margin-top: 0;
	padding-right: 15px;
}
.home-welcome-image {
	margin-top: 110px;
}
.home-choose-item:nth-child(3) {
	padding-left: 35px;
}
.home-choose-item:nth-child(3)::before {
	left: 0;
}
.home-choose-item:last-child {
	padding-left: 15px;
}
.home-choose-item:nth-child(3)::after {
	display: none;
}
.home-service .home-welcome-heading::after {
	left: 233px;
}
.home-service .home-welcome-heading::before {
	left: 221px;
}
.home-service-inner {
	padding: 0 105px;
}
.home-review .home-welcome-heading::after {
	left: 212px;
}
.home-review .home-welcome-heading::before {
	left: 200px;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	min-height: 235px;
}
.footer-item:nth-child(4) {
	padding-left: 45px;
}
.page .entry-header {
	background-position: 0 -30px;
	height: 300px;
	margin-top: 0 !important;
}
.page .entry-title {
	top: 105px;
	width: 92%;
	font-size: 30px;
}
.page .breadcrumb-container {
	top: 155px;
}
.margintop40 {
	margin-top: 0;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 145px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 133px;
}
.page-id-102 .home-welcome-heading::after {
	left: 35px;
}
.page-id-102 .home-welcome-heading::before {
	left: 23px;
}
.contact-right {
	padding-right: 0;
}
.pr .inner-content ul li {
    width: 49%;
	    text-align: left;
}
.sr .inner-content ul li {
    width: 29%;
	    text-align: left;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.top-contact {
	max-width: 70%;
	flex: unset;
}
.top-social {
	max-width: 30%;
}
.logo {
	max-width: 25%;
	margin-top: 7px;
}
.top-book-btn a {
	font-size: 15px;
}
.menu {
	width: 56%;
}
.menu ul li a {
	font-size: 15px;
}
.fixed-book-btn {
	top: 49%;
}
.ms-slide-info {
	top: 135px;
	right: 5%;
	width: 48% !important;
	height: 190px;
}
.banner-heading {
	font-size: 32px;
}
.home-welcome-left {
	margin-top: 20px;
}
.home-service .home-welcome-heading::after {
	left: 350px;
}
.home-service .home-welcome-heading::before {
	left: 338px;
}
.home-service-inner {
	padding: 0;
}
.home-service-item:nth-child(3) .home-service-item-inner::before, .home-service-item:nth-child(7) .home-service-item-inner::before, .home-service-item:nth-child(11) .home-service-item-inner::before {
	left: 210px;
}
.home-review .home-welcome-heading::after {
	left: 327px;
}
.home-review .home-welcome-heading::before {
	left: 315px;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	min-height: 255px;
}
.footer-item:nth-child(2) {
	padding-left: 25px;
}
.copyright {
	max-width: 60%;
	flex: unset;
}
.abn {
	max-width: 40%;
}
.page .entry-title {
	width: 94%;
}
.margintop40 {
	margin-top: 0;
}
.page-id-14 .home-service .home-welcome-heading::after {
	left: 260px;
}
.page-id-14 .home-service .home-welcome-heading::before {
	left: 248px;
}
.home-service-inner {
	padding: 0;
}
}

@media screen and (min-width: 1424px) {
.ms-slide-info {
	top: 240px;
	right: 11%;
	width: 36% !important;
}
}

@media screen and (min-width: 1624px) {
.ms-slide-info {
	top: 300px;
	right: 16%;
	width: 32% !important;
	height: 27%;
}
.page .entry-header {
	height: 415px;
}
.page .entry-title {
	top: 160px;
}
.page .breadcrumb-container {
	top: 335px;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
	top: 365px;
	right: 21%;
	width: 27% !important;
	height: 23%;
}
.page .entry-header {
	height: 520px;
}
.page .entry-title {
	top: 215px;
}
.page .breadcrumb-container {
	top: 390px;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
	top: 415px;
	right: 23%;
	width: 26% !important;
	height: 22%;
}
.page .entry-header {
	height: 520px;
}
.page .entry-title {
	top: 215px;
}
.page .breadcrumb-container {
	top: 390px;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
	top: 465px;
	right: 28%;
	width: 21% !important;
	height: 17%;
}
.page .entry-header {
	height: 680px;
}
.page .entry-title {
	top: 315px;
}
.page .breadcrumb-container {
	top: 490px;
}
}
