@font-face {
	font-family: 'danielbk';
	src: url('../fonts/danielbk.ttf');
	/* IE9 Compat Modes */
}

html body {
	color: #606062;
	font-family: centurygothic, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: centurygothic, sans-serif !important
}

.danielbk {
    font-family: danielbk;
}

a {
	transition: .4s ease-out;
}

.top_bar {
	background-color: #ed8600;
	color: white;
	padding: 5px;
}

.top_bar a {
	color: white;
}

.social_text {
	font-family: bebasneue;
	font-size: 24px;
	vertical-align: middle;
}

.socials {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.socials li {
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 2px solid white;
	text-align: center;
	border-radius: 30px;
	line-height: 23px;
	margin-left: 20px;
}

.header_content {
	font-family: bebasneue;
	color: #fcb040;
	font-size: 29px;
	//margin-top: 30px;
	margin-top: 5px;
}

.header_content p {
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 10px;
}

.top_right {
	border-bottom: 2px solid #333333
}

.header_phone {
	font-family: bebasneue;
	margin-bottom: 10px;
}

.header_phone a {
	color: #333333;
	display: inline-block;
}

.header_phone i {
	font-size: 38px;
	//display: block;
}

.header_phone_number {
	font-size: 40px;
	display: block;
	line-height: 50px;
}

.header_phone_content {
	font-size: 33px;
	display: block;
	line-height: 43px;
}

.top-bar {
	padding: 0px 0 0 !important;
}

.top_menu {
	display: none;
}

.top_menu .top-bar-right>ul>li {
	padding: 0 2px;
}

.top_menu .top-bar-right>ul>li:last-child {
	padding: 0 0 0 5px;
}

.top_menu .top-bar-right>ul>li>a {
	background-color: #152635;
	color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.top_menu .top-bar-right .current-menu-item>a {
	background-color: #EDF2F6;
	background-image: url('../images/menuitem.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #333333;
	font-weight: bold;
}

.top_menu .top-bar-right .submenu .current-menu-item a {
	color: #333333;
}

.top_menu .top-bar-right .submenu>li a {
	background-color: #152635;
	color: white;
	line-height: 1.5;
}

.top_menu .top-bar-right .dropdown.menu .submenu {
	border: none;
	padding: 0 2px;
	margin-top: 0
}

.home_banner_inner {
	background-image: url('../images/headerback.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EDF2F6;
	display: inline-block;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
	background-position: top center;
}

.home_banner_heading {
	font-family: bebasneue;
	font-size: 50px;
	color: #152635;
	margin-top: 50px;
}

.home_banner_heading p {
	line-height: 62px;
	margin-bottom: 0
}

.short_hr {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #ed8600;
}

.home_banner_content {
	color: #152635;
}

.yellow_button {
	background-color: #ed8600;
	color: white;
	border-radius: 8px;
	padding: 10px 15px 4px;
	font-family: bebasneue;
	font-size: 37px;
	display: inline-block;
	line-height: 37px;
	margin-bottom: 20px;
}

.img_cover {
	overflow: hidden;
}

.img_cover img {
	margin-top: 86px;
}

.wpcf7-form h2 {
	font-family: bebasneue !important;
	color: #152635;
	font-size: 42px !important;
	margin: 10px 45px 0 0;
}

.textwidget .wpcf7-form h2 {
	margin: 10px 15px 0 0;
}

.wpcf7-form h2 span {
	font-size: 28px;
	vertical-align: text-top;
}

.wpcf7-form input, .quote-button a {
	font-family: bebasneue !important;
	font-size: 16px;
	border: 2px solid #9aa2a3;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 83%;
	border-left: none;
	margin: 0 0 5px 0;
}

.wpcf7-form input:focus {
	border: 2px solid #9aa2a3;
	border-left: none;
	transition: none;
}

.wpcf7-form .moving-from:before {
	content: '';
	background: url('../images/truck.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form .moving-to:before {
	content: '';
	background: url('../images/truckcopy.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form .moving-date:before {
	content: '';
	background: url('../images/calendar.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form .your_name:before {
	content: '';
	background: url('../images/user.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form .your_email:before {
	content: '';
	background: url('../images/mail.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form .your_phone:before {
	content: '';
	background: url('../images/call.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form select {
	font-family: bebasneue;
	font-size: 16px;
	border: 2px solid #9aa2a3;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 62%;
	border-left: none;
	margin: 0 0 5px 0;
}

.wpcf7-form .your_rooms:before {
	content: '';
	background: url('../images/bed.png') no-repeat center;
	float: left;
	background-color: white;
	width: 37px;
	height: 39px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #9aa2a3;
	border-right: none;
}

.wpcf7-form .wpcf7-submit, .quote-button a {
	border-radius: 5px;
	border: 2px solid #ed8600;
	color: white;
	background-color: #ed8600;
	padding: 1px 15px;
	display: block;
	//width: 96%;
	width: 100%;
	font-size: 26px;
	line-height: 35px;
}

.special_bar .row {
	background: linear-gradient(#86ecff, #58cee3);
	border-radius: 5px;
}

.special_bar {
	font-family: bebasneue;
	color: white;
	margin-bottom: 20px;
}

.special_bar p {
	margin-bottom: 0
}

.special_bar .columns {
	padding: 0;
}

.special_image {
	background-color: #faaf40;
	padding: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.home_banner {
	margin-bottom: 20px;
}

.special_heading {
	font-size: 42px;
	margin: 20px 0 0 25px;
}

.special_heading p {
	line-height: 42px
}

.special_content {
	font-size: 32px;
	margin: 0px 0 0 25px;
}

.special_content p {
	line-height: 32px;
}

.special_link a {
	font-size: 40px;
	margin: 20px 0 10px;
	padding: 18px 28px 11px;
}

.content_section {
	margin-bottom: 40px;
}

.content_heading {
	font-family: bebasneue;
	color: #ed8600;
	//font-size: 50px;
	font-size: 43px;
}

.content_heading p {
	margin-bottom: 0
}

.home_content h2 {
	color: #152635;
	font-size: 28px;

}

.home_content h3 span {
	font-size: 25px;
	font-weight: bold
}

.home_slogan_section .row {
	//background: linear-gradient(#86ecff, #58cee3);
	background-color: #ed8600;
	border-radius: 5px;
	padding: 10px 0;
}

.home_slogan_section {
	color: white;
}

.home_slogan_heading {
	color: white;
}

.package_item>.row {
	background-color: #152635;
	border-radius: 5px;
	margin: 10px 0px !important;
	border: 1px solid #d5d6d7;
}

.package_item>.row .area_package_content {
	margin: 15px auto;
}

.package_heading {
	font-family: bebasneue;
	color: #ed8600;
	display: inline-block;
	font-size: 60px;
}

.area_package_content .package_heading {
	font-size: 75px;
	line-height: 60px;
	//padding: 20px 0;
    padding: 40px 0 0;
}

.package_heading p {
	margin-bottom: 0;
	border-bottom: 2px solid #55cce1;
	line-height: 35px;
	margin-bottom: 15px;
}

.package_size {
	font-family: bebasneue;
	background-image: url('../images/transport.png');
	font-size: 40px;
	padding: 25px 0px 40px 35px;
	background-repeat: no-repeat;
	background-size: contain;
	color: #ed8600;
}

.home_packages .home_packages_left .tabs-title:last-child .package_size {
	//background-image: url('../images/transportsmall.png');
	//padding: 65px 0px 40px 35px;
}

#panell2 .package_left {
	padding: 5px 0;
}

.package_content {
	font-weight: bold
}

.package_content p {
	margin-bottom: 0;
}

.home_feature_left li {
	background-color: #152635;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px 40px;
}

.price_gst {
	font-family: bebasneue;
	float: right;
	color: #000;
	font-size: 12px;
}

.package_item .large-4 {
	//background: url('../images/price.png') no-repeat -3px;
	//background-size: contain;
}

.home_bottom_heading {
	color: #ed8400;
}

.home_bottom_heading p {
	line-height: 50px;
}

.home_bottom_sub_heading {
	color: #152635;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
}

.home_bottom_left ol {
	margin-left: 50px;
}

.home_bottom_left li {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	z-index: 1
}

.home_bottom_left li span {
	color: #152635;
	margin-left: 10px;
	display: block;
	font-weight: bold;
}

.home_bottom_left li:before {
	content: "";
	background: url('../images/tool.png') no-repeat center;
	position: absolute;
	width: 50px;
	height: 40px;
	left: -50px;
	z-index: 0;
	top: 0;
}

.home_bottom_right {
	color: #0e6d9e;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

.flex-video {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	overflow: hidden;
}

.home_feature_left {
	position: relative;
	color: white;
	font-family: bebasneue;
	font-size: 20px;
	margin: 0;
}

.home_feature_left ul {
	margin: 0
}

.home_feature_left li {
	background-color: #152635;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px 40px;
	width: 100%;
}

.home_feature_row {
	border-bottom: 1px solid #575757;
	margin-bottom: 20px;
}

.home_feature_right {
	//margin-bottom: 40px;
}

.foot_logo {
	margin-bottom: 20px;
}

.footer {
	margin-top: 0 !important;
	background-color: #dedfe0;
	color: #152635;
	padding: 30px 0;
}

.footer_contact {
	font-size: 13px;
	color: #152635;
	font-weight: bold;
}

.footer_links_heading {
	font-family: bebasneue !important;
	font-size: 25px;
}

.footer_links_content a {
	margin-left: 20px;
	color: #152635;
	font-weight: bold;
}

.footer_links_content li {
	font-size: 13px;
	list-style-image: url('../images/list_icon.png');
	line-height: 25px;
}

.footer_social li {
	margin-left: 0;
	margin-right: 15px;
	font-size: 20px;
	width: 39px;
	height: 39px;
	line-height: 35px;
	border-color: #ED8600;
}

.footer_social li a {
	color: #ED8600;
}

.copyright {
	font-size: 13px;
	margin-bottom: 0;
	font-weight: bold;
}

.top-bar, .top-bar ul {
	background-color: transparent !important;
}

.title-bar {
	display: none
}

#inner-content {
	padding-top: 0 !important
}

#text-2 {
	display: inline-block;
	margin-bottom: 20px;
	border-bottom-right-radius: 5px;
	background-image: url('../images/contactback.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EDF2F6;
}

.no_padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.page_heading {
	font-family: bebasneue !important;
	font-size: 62px;
	color: #152635;
	padding: 10px 0 0px 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
	background-image: url('../images/innerheaderback.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EDF2F6;
	text-align: center;
}

.page_heading:after {
	//content: "";
	/*	background: url('../images/after_innerheading.png') no-repeat center;
	position: absolute;
	width: 90px;
	height: 67px;
	margin: 10px 0 0 20px;*/
}

.package_left {
	//padding: 15px 0;
	padding: 25px 0;
}

#text-2 .wpcf7-form select {
	width: 61%;
	font-size: 13px;
}

.packae_inner {
	padding-right: 40px;
}

.inner_package_content {
	color: white;
}

.packae_inner .package_heading {
	color: #faaf40;
	font-size: 62px;
	//text-decoration: underline;
}

.package_top_content {
	color: #55cce1;
}

.gallery-item {
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px;
}

.offer_heading {
	font-family: bebasneue;
	font-size: 33px;
	color: #0e6d9e;
}

.price_back {
	//background: url('../images/price.png') no-repeat -3px;
	//background-size: contain;
}

.packae_inner .package_people_text, .package_truck_text {
	//font-size: 25px;
	margin-bottom: 20px;
}

.packae_inner .package_price {}

.includes_inner {
	border: 1px solid #d5d5d5;
	padding: 10px;
	background: linear-gradient(#fff, #d9d8d8);
	border-radius: 5px;
	margin-bottom: 20px;
}

.packge_includes_heading {
	font-family: bebasneue;
	font-size: 30px;
	color: #0e6d9e;
}

.packge_includes_content {
	color: #faaf40;
	font-weight: bold
}

.package_bottom_content h2 {
	font-family: bebasneue !important;
	color: #0e6d9e;
	padding-top: 5px;
	font-size: 33px;
}

.footer_package h2 {
	color: #faaf40;
	font-family: bebasneue !important;
	font-size: 33px;
	margin-bottom: 0;
}

.footer_package h3 {
	color: #55cce1;
	font-family: bebasneue !important;
	font-size: 33px;
	margin-bottom: 0;
}

.footer_package a {
	color: #faaf40;
}

.footer_package_item .large-4 {
	background: linear-gradient(#25a6dd, #0e6e9e)
}

.footer_package_item .package_price {
	padding: 52px 0 0 85px;
}

.footer_package_item .large-8 {
	padding: 10px 0 0 40px;
}

.page_content {
	margin-top: 40px;
}

.page_content h2 {
	color: #0e6d9e;
	font-family: bebasneue !important;
	font-size: 47px;
}

.area_package_heading {
	font-size: 37px;
	font-weight: bold;
	border-bottom: 2px solid #b7b7b7;
	margin-bottom: 10px;
}

.area_package_sub_heading {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 600;
	margin-bottom: 50px;
}

.area_package_top_content {
	font-weight: 600;
}

.tabs-title a p {
	color: white;
	//font-size: 18px;
	margin-bottom: 0;
	text-align: center
}

.tabs-title span {
	font-size: 20px;
	font-weight: bold
}

.area_package_price {
	padding: 98px 0 0 100px !important;
}

.area_package_before {
	margin-bottom: 40px;
	color: #faaf40;
	font-weight: bold;
}

.packages>.row {
	//background-color: #152635;
}

.home_packages_left {
	border: none !important;
}

.home_packages_left li {
	background-color: #dedfe0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.home_packages_left li:nth-child(n+2) {
	margin-top: 10px;
}

.home_packages_left .home_packages_left_link {
	background-color: #dedfe0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 30px 10px;
}

.home_packages_left .home_packages_left_link:hover {
	background-color: inherit;
}

.home_packages_left .is-active .home_packages_left_link {
	background-color: #152635;
}

.home_packages_left .is-active .package_heading {
	color: #fff;
}

.home_packages_left .is-active .package_size {
	color: #152635;
}

.home_feature_right.tabs-content.vertical {
	border: none;
}

.home_packages_right .is-active {
	background-color: #152635;
	border-radius: 5px;
	border-top-left-radius: 0;
}

.minimun_price {
	font-size: 11px;
	color: white;
	font-weight: bold
}

.package_price {
	font-family: bebasneue;
	color: #fff;
	display: inline-block;
	//font-size: 75px;
	font-size: 60px;
	background-image: url('../images/orange_box.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 55px;
	height: 180px;
	line-height: 80px;
	white-space: nowrap;
}

.package_price span {
	font-size: 25px
}

.package_people_text, .package_truck_text {
	font-size: 35px;
	font-weight: bold;
	color: white;
}

.package_work_hour {
	font-size: 24px;
	font-weight: bold;
	color: #ed8600;
	height: 35px;
}

.home .package_inner_right {
    padding-top: 50px;
}

.package_inner_right {
	//padding-top: 20px;
}

.home_feature_left li.is-active {
	background-color: #ed8600;
	position: relative;
}

.home_feature_left li.is-active .arrow {
	visibility: visible;
}

.arrow {
	visibility: hidden;
	//display: none;
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-left: 17px solid #ed8600;
	position: absolute;
	right: -15px;
	top: 0;
}

.tabs li.is-active #panel1-label {
	background-color: white;
	border-left: 5px solid #ffe400;
}

.tabs li.is-active a p {
	//color: black;
	//font-size: 18px;
	//font-style: italic;
	font-weight: bold;
}

.tabs li.is-active a span {
	font-size: 25px;
	font-weight: bold;
}

#panel1-label {
	background-color: #ffe400;
}

#panel1 .area_package_heading, #panel1 .area_package_top_content {
	color: #ffe400;
}

#panel1-label p:before {
	/*content: "";
	max-width: 256px;
	max-height: 256px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDU1MS44NTIgNTUxLjg1MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTUxLjg1MiA1NTEuODUyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTU0NS45MzMsMTA2LjU3NWwwLjM3Ny0wLjk5OUwyNzYuMDQ5LDBMNi4yMjgsMTA2LjY3MWwtMC44ODEtMC4zNXYwLjY4NGwtMC4wMzgsMC4wMjFsMC4wMzgsMC4xMTV2MzM4LjY1MSAgIGwyNzAuNTc5LDEwNi4wNTlsMjcwLjYxNy0xMDYuMDY0VjEwNi4zMjZMNTQ1LjkzMywxMDYuNTc1eiBNMjc1Ljc5NywyMC43NTVsOTEuNjY2LDMyLjgyOUwxMTcuNTc4LDE1MC42bC04NC42NDctMzMuMzkgICBMMjc1Ljc5NywyMC43NTV6IE0yNjYuMjgxLDUyNy45MjdMMTY0Ljk0LDQ4Ny4wMTNsLTUwLjg1OS0xOS4xMDdsLTg5LjM5Ni0zNS4yNjdWMTM0LjczN2w4OC40OTksMzQuOTA5djc0LjQ5bDcuODg3LTIuMjAyICAgbDUuMzMsNy4zMjRsNy40MjEtMS43MzJsNy4xODcsNy41OTJsNi4yNzItMi4xNjFsMTAuMTI1LDEwLjA0MXYtNzUuOTExbDcuODc3LDMuMTFsMTAwLjk5OSwzOS44MzRWNTI3LjkyN0wyNjYuMjgxLDUyNy45Mjd6ICAgIE0yNzUuOTQ4LDIxMy4wNzdsLTk4LjgwOC0zOC45ODNMNDIwLjgzMiw3NS4zM2wxMDAuNTA0LDQwLjk0NEwyNzUuOTQ4LDIxMy4wNzd6IE01MjcuMjE4LDQzMi42MzlsLTI0MS42MTIsOTUuMjg4VjIzMC4wMzIgICBsMjQxLjU4OS05NS4zMDF2Mjk3LjkwMUw1MjcuMjE4LDQzMi42MzlMNTI3LjIxOCw0MzIuNjM5eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	width: 100%;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
}

.tabs li.is-active #panel2-label {
	background-color: white;
	border-left: 5px solid #d50057;
}

.area_package_content {
	padding: 10px;
	border: 2.5px dotted white;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	margin: 0 auto 10px
}

.home_feature_right .is-active .row:last-child .area_package_content {
	margin-bottom: 0
}

#panel2-label {
	background-color: #d50057;
}

#panel2 .area_package_heading, #panel2 .area_package_top_content {
	color: #d50057;
}

#panel2-label p:before {
	/*content: "";
	max-width: 256px;
	max-height: 256px;
	background-image: url(../images/few.png);
	width: 100%;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
}

.tabs li.is-active #panel3-label {
	background-color: white;
	border-left: 5px solid #b80b11;
}

#panel3-label {
	background-color: #b80b11;
}

#panel3 .area_package_heading, #panel3 .area_package_top_content {
	color: #b80b11;
}

#panel3-label p:before {
	/*content: "";
	max-width: 256px;
	max-height: 256px;
	background-image: url(../images/one.png);
	width: 100%;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
}

.tabs li.is-active #panel4-label {
	background-color: white;
	border-left: 5px solid #1173ba;
}

#panel4-label {
	background-color: #1173ba;
}

#panel4 .area_package_heading, #panel4 .area_package_top_content {
	color: #1173ba;
}

#panel4-label p:before {
	/*content: "";
	max-width: 256px;
	max-height: 256px;
	background-image: url(../images/two.png);
	width: 100%;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
}

.tabs li.is-active #panel5-label {
	background-color: white;
	border-left: 5px solid #1fa860;
}

#panel5-label {
	background-color: #1fa860;
}

#panel5 .area_package_heading, #panel5 .area_package_top_content {
	color: #1fa860;
}

#panel5-label p:before {
	/*content: "";
	max-width: 256px;
	max-height: 256px;
	background-image: url(../images/three.png);
	width: 100%;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
}

.tabs li.is-active #panel6-label {
	background-color: white;
	border-left: 5px solid #f7941d;
}

#panel6-label {
	background-color: #f7941d;
}

#panel6 .area_package_heading, #panel6 .area_package_top_content {
	color: #f7941d;
}

#panel6-label p:before {
	/*content: "";
	max-width: 256px;
	max-height: 256px;
	background-image: url(../images/four.png);
	width: 100%;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
}

.tabs li.is-active #panel7-label {
	background-color: white;
	border-left: 5px solid purple;
}

#panel7-label {
	background-color: purple;
}

#panel7 .area_package_heading, #panel7 .area_package_top_content {
	color: purple;
}

.package_footer .wpcf7-form input {
	font-family: centurygothic, sans-serif;
	width: 100%;
	border: 2px solid #9aa2a3;
	border-radius: 5px;
}

.package_footer .wpcf7-form textarea {
	border: 2px solid #9aa2a3;
	border-radius: 5px;
}

.package_footer .wpcf7-form .wpcf7-submit {
	width: auto;
	margin: auto;
	font-size: 19px;
	font-weight: bold;
	padding: 1px 40px;
}

.package_item .package_price {
	//font-size: 63px;
	font-size: 55px;
}

.tabs-content .includes_inner {
	background: linear-gradient(#25a3d9, #0f71a1);
	color: #f7931e;
	font-weight: bold;
	//text-shadow: 1px 1px 2px #313131;
}

.content_section .package_item:last-child {}

.tabs-content {
	border-left: none;
}

.tabs {
	border-right: none !important;
}

.tabs-content.vertical {
	border: none !important;
}

.suburb_list li {
	width: 33%;
	float: left;
}

#wpcf7-f575-o1 p {
	margin-bottom: 0
}

#wpcf7-f575-o1 span {
	display: inline-block;
}

#wpcf7-f575-o1 input {
	border: none;
	border-radius: 0;
	width: 165px;
	margin-bottom: 0;
	height: 35px;
}

#wpcf7-f575-o1 .wpcf7-submit {
	display: inline-block;
	width: 90px;
	margin-bottom: 0;
	vertical-align: top;
	padding: 2px 15px;
}

.package_item .yellow_button {
	font-size: 26px;
	padding: 4px 20px 1px;
	line-height: normal;
}

.contact_details img {
	margin-right: 20px;
	width: 20px;
	vertical-align: top;
}

.contact_details span {
	display: inline-block;
}

.contact_details .wpcf7 span {
	display: block;
}

.contact_details input {
	width: 100%;
	border: none;
	border-radius: 0;
	background-color: #ebebeb;
	font-family: centurygothic, sans-serif;
}

.contact_details input:focus {
	border: 2px solid #9aa2a3;
}

.contact_details textarea {
	background-color: #ebebeb;
}

.contact_details .wpcf7-submit {
	width: 200px;
}

.padding_right {
	padding-right: 50px;
}

.page-template-template-pageakges-page .package_item>.row .area_package_content{
    padding: 20px 10px 10px;
}

.page-template-template-pageakges-page .packae_inner .package_heading {
	//color: #0e6d9e;
	text-decoration: none;
    //font-size: 36px;
    font-size: 55px;
    padding: 0;
}

.page-template-template-pageakges-page .packae_inner .package_size {
	//padding: 20px 0 50px 10px;
}

.page-template-template-pageakges-page .packae_inner .package_work_hour {
	height: auto;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top:-10px;
}

.page-template-template-pageakges-page .packae_inner .package_price{
    line-height: 1;
    //height: auto;
    
    height: 180px;
    font-size: 60px;
}

.page-template-template-pageakges-page .packae_inner .package_left {
	padding: 0;
}

.page-template-template-pageakges-page .packae_inner .package_content {
	font-size: 18px
}

.page-template-template-pageakges-page .package_item .yellow_button {
	//font-size: 21px
}

.popup_placeholder {
	display: none;
}

.right_specials {
	position: fixed;
	right: 0;
	top: 30%;
}

.default_popup {
	//height: 254px;
	//display: block;
}

.right_special_heading {
	transform: rotate(-90deg);
	transform-origin: right bottom 0;
	padding: 10px 20px;
	background-color: lightgreen;
	color: white;
	height: 45px;
	text-align: center;
}

.right_special_heading p {
	margin-bottom: 0;
}

.right_special_content {
	position: absolute;
	top: 20%;
	overflow: auto;
	color: white;
}

.right_special_content_open {
	//transform: translate3d(0, 0, 0);
}

.st-menu p:nth-child(1) img {
	//margin-top: 75%
}

.mobile_menu {
	display: none
}

.home_feature .tabs-title>a {
	background-color: transparent !important;
	text-align: left;
	padding: 0;
	font-size: 20px;
}

.home_feature .tabs-content.vertical {
	border: none !important
}

.home_feature .tabs {
	border: none !important
}

.home_feature .row.collapse>.column, .home_feature .row.collapse>.columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.home_feature .tabs-panel {
	padding: 0
}

.package_links {
	clear: both;
	display: table;
	width: 100%;
}

.package_link {
	text-align: center;
	padding: 0!important;
	display: table-cell;
}

.package_link a {
	color: white;
	padding: 10px 25px;
	border: 1px solid #9aa2a3;
	display: block;
}

.package_link a:hover {
	color: black;
	background-color: white !important;
}

.package_link:nth-child(1) a {
	background-color: #ffe400;
}

.package_link:nth-child(2) a {
	background-color: #d50057;
}

.package_link:nth-child(3) a {
	background-color: #b80b11;
}

.package_link:nth-child(4) a {
	background-color: #1173ba;
}

.package_link:nth-child(5) a {
	background-color: #1fa860;
}

.package_link:nth-child(6) a {
	background-color: #f7941d;
}

.package_link:nth-child(7) a {
	background-color: purple;
}

.small_content_only {
	display: none;
}

.testimonial_content:before {
	//content: "";
	border-top: 10px solid rgba(206, 29, 29, 0);
	border-bottom: 10px solid rgba(210, 12, 12, 0);
	position: absolute;
	left: 0;
	border-right: 10px solid #eeeeee;
	margin-left: -14px;
}

.page-template-templatetemplate-innerpage-php .page_content .row:nth-child(even) .testimonial_content:after {
	//content: "";
	border-top: 10px solid rgba(206, 29, 29, 0);
	border-bottom: 10px solid rgba(210, 12, 12, 0);
	position: absolute;
	right: -14px;
	border-left: 10px solid #eeeeee;
}

.page-template-templatetemplate-innerpage-php .page_content .row:nth-child(even) .testimonial_content:before {
	content: none
}

.big_slider {
	padding: 30px 0 30px 16%;
}

.home_bottom_left {
	padding-top: 50px;
}

.wpcf7-form .moving-time select {
	width: 87%;
}

.package_before_price {
	color: #ed8600;
	font-weight: bold;
	font-family: bebasneue;
	font-size: 22px;
}

#text-2 .wpcf7-form .moving-time select, .wpcf7-form .moving-time select {
	width: 90%;
	border-left: 2px solid #9aa2a3;
	border-radius: 5px;
	font-size: 16px;
}

.wpcf7-form .moving-time select {
	width: 87%;
}

.testimonial_content {
	border: 5px solid #EEEEEE;
	padding: 4%;
	margin-bottom: 20px;
	position: relative;
}

#menu-main-1 .submenu li:nth-child(1) {
	display: none;
}

@media (max-width: 64em) {
	#menu-main-1 .submenu li:nth-child(1) {
		display: block;
	}
	.package_link {
		display: block;
	}
	.mobile_menu {
		display: block;
	}
	.top-bar li {
		display: block !important;
	}
	.top-bar-right {
		float: none !important;
	}
	.top_menu .top-bar-right>ul>li>a {
		border-radius: 0;
		background-color: #fcb040
	}
	.top_menu .top-bar-right>ul>li:last-child {
		padding: 0 2px;
	}
	.title-bar {
		margin-bottom: 20px;
	}
	.suburb_list li {
		width: 100%;
	}
	.package_heading {
		//font-size: 23px;
	}
	.package_content {
		margin-bottom: 10px;
	}
	.package_price {
		//padding: 35px 0 0 35px;
		//font-size: 49px;
		//line-height: 150px;
	}
	.mobile_menu {
		background-color: #0E6D9E;
	}
	.top-bar .mobile_menu a {
		color: white;
		font-weight: bold
	}
	.off-canvas {
		background-color: #FDC46F !important
	}
	.off-canvas a, .off-canvas a:hover, .off-canvas a:focus {
		color: white;
	}
	.off-canvas-wrapper {
		background-color: #FDC46F
	}
	.current-menu-item {
		background-color: #7FD9E8
	}
	.off-canvas li, .off-canvas li a {
		outline: 0 !important;
	}
	.home_packages_left .package_size {
		text-align: center;
		background-position: 50%;
		padding-right: 70px;
	}
	.wpcf7-form .moving-time select {
		width: 80.9%;
	}
}

@media (max-width: 40em) {
	.page-id-288 .page_content .medium-2 .wp-caption {
		display: none;
	}
	.big_slider {
		display: none;
	}
	.top_bar {
		text-align: center
	}
	.small_content_only {
		display: block;
	}
	.packae_inner {
		padding: 0 10px;
	}
	#wpcf7-f575-o1 input {
		width: 140px;
	}
	#wpcf7-f575-o1 .wpcf7-submit {
		font-size: 17px;
		width: 51px;
		padding: 2px 0px;
	}
	.top_bar>.row>.medium-6:nth-child(2) {
		text-align: center;
	}
	.right_special_heading {
		display: none;
	}
	.top_header {
		text-align: center
	}
	.header_content {
		font-size: 22px;
		text-align: center;
	}
	.header_content p {
		margin-bottom: 1px;
	}
	.header_phone {
		text-align: center;
	}
	.title-bar {
		margin-bottom: 0
	}
	.home_banner_inner>.large-8>.row>.medium-7 {
		//display: none;
	}
	.home_banner_heading {
		margin-top: 10px;
		font-size: 52px;
	}
	.home_banner_heading br {
		display: none;
	}
	.home_banner_inner>.large-8>.row>.medium-5 a {
		margin: auto;
		width: 100%;
		text-align: center;
	}
	.wpcf7-form input {
		width: 85%;
	}
	.wpcf7-form select {
		width: 85%;
	}
	.wpcf7-form .wpcf7-submit {
		width: 98%
	}
	.special_link {
		text-align: center;
	}
	.package_price {
		text-align: center;
		margin: auto;
		display: block;
		width: 150px;
	}
	.package_left {
		padding: 0;
	}
	.content_heading {
		font-size: 32px;
	}
	.minimun_price {
		text-align: center
	}
	.content_heading p {
		line-height: 1;
	}
	.content_section {
		margin-bottom: 20px;
	}
	.home_bottom_sub_heading p {
		line-height: 1;
	}
	.footer>.row>.medium-6 {
		text-align: center;
	}
	#wpcf7-f575-o1 span {
		font-size: 14px;
	}
	.wpcf7-form .moving-time select {
		width: 91.5%;
	}
	.package_heading {
		text-align: center;
		display: block;
	}
	.package_content p {
		font-size: 12px;
	}
	.package_content {
		margin-bottom: 14px;
	}
	.package_item .yellow_button {
		font-size: 18px;
		padding: 4px 10px 1px;
	}
	.price_back {
		margin-top: 25px;
	}
	.footer_social {
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
	.copyright {
		text-align: center
	}
	.sidebar .textwidget {
		padding: 10px;
	}
	.home_bottom_promot img {
		margin-bottom: 10px;
		width: 100%;
	}
	.home_bottom_left {
		padding: 0 20px;
	}
	.package_button .yellow_button {
		margin: 0 auto 20px;
		display: block;
		text-align: center;
	}
	.page-id-288 .page_content .wp-caption {
		margin: 0 auto 10px;
	}
}

@font-face {
	font-family: 'bebasneue';
	src: url('BebasNeue.otf');
	/* IE9 Compat Modes */
}

@font-face {
	font-family: 'centurygothic';
	src: url('CenturyGothicRegular.ttf');
	/* IE9 Compat Modes */
}

.top_header .logo {
	max-height: 130px;
	//height: 130px;
}

.moving-from input, .moving-to input, .moving-date input, .your_name input, .your_email input, .your_phone input {
	width: 83%;
}

/*.quote-button {
	max-width: 42%;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 22px !important;
	margin-left: 16px;
	background-color: #ed8600;
	border-radius: 5px;
}*/

.quote-submit {
	max-width: 55%;
	padding-right: 0px;
}

.quote-submit input {
	width: 96% !important;    
}

	/*home testimonial*/
#home_testi .shadow-title {
    font-size: 100px;
    display: block;
    margin: 0 0 -.45em;
    color: #e2ded8;
    font-family: museo-slab,Georgia,Times New Roman,Times,serif;
    font-weight: 700;
        font-family: bebasneue !important;
}

#home_testi .testimonial {
    border-top-left-radius: 90px;
    //padding: 60px 25% 60px 60px;
    //width: 75%;
        padding: 40px 25% 20px 60px;
    width: 70%;
    margin: 0 auto 50px;
    position: relative;
    background-color: #ed8600;
    color: #f7f6f4;
}

#home_testi #e2wget5sectionbadge{
    background-color: transparent;
        border: none;
}

#home_testi .e2w-new-theme #e2w-average .e2w-arating{
        background-color: transparent;
        border: none;
}

#home_testi #e2w-bigstar{
        display: inline-block;
}

#home_testi .testimonial_rating {
    width: 300px;
    height: 300px;
        right: 0;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    transform: translate(50%,50%);
        position: absolute;
        text-align: center;
    background-color: #fff;
    color: #00426a;
    border: 10px solid #ed8600;
        border-radius: 50%;
}

#home_testi .testimonial_rating h2 {
    display: none !important;
}

#home_testi .testimonial_rating .e2waverage {
    font-size: 110px !important;
    margin: 5px -30px -15px 39px;
    float: left;
    letter-spacing: -2px;
}

#home_testi .testimonial_rating .e2woutof {
    padding-top: 60px;
    display: block;
    font-weight: 700;
}

#home_testi .testimonial-content h3{
    color: white;
        font-size: 36px;
}

#home_testi .read_more a{
    color: #152635;
}

@media (max-width: 40em) {
    #home_testi .shadow-title{
        display: none;
    }
    #home_testi .testimonial{
        padding: 50px 10% 15%;
            margin: 0 auto 150px;
    }
    
    #home_testi .testimonial-content h3{
        font-size: 20px;
    }
    
    #home_testi .testimonial_rating{
    right: 50%;
    bottom: -6%;
        width: 200px;
    height: 200px;
    }
    
    #home_testi .testimonial_rating .e2waverage{
    margin: 0 -10px -15px 10px;
    font-size: 80px !important;
    }
    
    #home_testi .testimonial_rating .e2woutof{
            left: 58%!important;
    top: -3px!important;
    margin: 0!important;
    }
    
    #home_testi #e2w-bigstar{
            transform: scale(0.6);
    width: 260px;
    margin: -1px 0px -27px -50px;
    }
    
    #home_testi #e2w-add-paddingbadge{
            padding: 0;
    }
    
    #home_testi #e2w-add-paddingbadge #e2wget5poweredbybadge{
            font-size: 10px;
    margin: -10px 0 0 -35px;
    }
    
}