.btn-group>.btn,
.col-xs-6 {
	float: left
}

.clear,
.container:after,
.row:after {
	clear: both
}

.btn,
.modal-header,
.text-center {
	text-align: center
}

@font-face {
	font-family: Proxima Nova;
	src: url(../fonts/ProximaNova_200.woff);
	font-weight: 200;
	font-style: normal
}

@font-face {
	font-family: Proxima Nova;
	src: url(../fonts/ProximaNova_400.woff);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Proxima Nova;
	src: url(../fonts/ProximaNova_600.woff);
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Proxima Nova;
	src: url(../fonts/ProximaNova_700.woff);
	font-weight: 700;
	font-style: normal
}

@media (max-width:767px) {
	html {
		position: relative;
		min-height: 100%
	}

	body {
		margin: 0 0 60px
	}

	#floatcta {
		background-color: #00d1d0;
		border-top: 1px solid #e7e7e7;
		border-bottom-left-radius: 1px solid #e7e7e7;
		text-align: center;
		position: fixed;
		left: 0;
		bottom: 0;
		height: 49px;
		width: 100%;
		z-index: 300;
		box-shadow: 0 3px 35px -5px #000
	}

	#floatcta div {
		height: 100%;
		font-size: 16px
	}

	#floatcta div>div {
		padding-top: 12px;
		padding-bottom: 12px
	}

	#floatcta #floatctaleft {
		border-right: 1px solid #e7e7e7;
		position: relative;
		left: 5px
	}

	#floatcta #floatctaright {
		position: relative;
		left: -5px
	}

	#floatcta #floatctaleft,
	#floatcta #floatctaright {
		padding: 0
	}

	#floatcta a {
		color: #fff
	}
}

hr,
img {
	border: 0
}

.btn-group,
.btn-group>.btn {
	position: relative
}

section {
	display: block
}

a {
	background: 0 0
}

.form-control,
body {
	background-color: #fff
}

h1 {
	margin: .67em 0
}

h1,
h3,
hr {
	margin-top: 20px
}

img {
	vertical-align: middle
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 20px;
	border-top: 1px solid #eee
}

button,
input {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143
}

button,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

h1,
h3 {
	line-height: 1.1;
	margin-bottom: 10px
}

h1 {
	font-size: 36px
}

h3 {
	font-size: 24px
}

p {
	margin: 0 0 10px
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-12,
.col-lg-3,
.col-lg-6,
.col-lg-8,
.col-md-2,
.col-md-3,
.col-md-6,
.col-md-8,
.col-sm-10,
.col-sm-12,
.col-sm-3,
.col-sm-6,
.col-sm-8,
.col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.btn,
.form-control {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none
}

@media (min-width:768px) {

	.col-sm-10,
	.col-sm-12,
	.col-sm-3,
	.col-sm-6,
	.col-sm-8 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-3 {
		width: 25%
	}
}

@media (min-width:992px) {

	.col-md-2,
	.col-md-3,
	.col-md-6,
	.col-md-8 {
		float: left
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}
}

@media (min-width:1200px) {

	.col-lg-12,
	.col-lg-3,
	.col-lg-6,
	.col-lg-8 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-3 {
		width: 25%
	}
}

label {
	display: inline-block;
	margin-bottom: 5px
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.btn,
.btn-group {
	display: inline-block;
	vertical-align: middle
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.btn {
	margin-bottom: 0;
	font-weight: 400;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn-lrg {
	color: #fff;
	background-color: #ccc;
	border-color: #bababa
}

.btn-lrg.active,
.btn-lrg:active,
.btn-lrg:focus,
.btn-lrg:hover {
	color: #fff;
	background-color: #00d1d0;
	border-color: #00acab
}

.fade {
	opacity: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

a,
a:active,
a:hover {
	color: #00d1d0;
	text-decoration: none
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	background: 0 0;
	border: 0
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.btn-large,
.modal-body,
.modal-content,
.modal-dialog,
.relative {
	position: relative
}

.modal-dialog {
	width: auto
}

.modal-content {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
	min-height: 16.43px;
	padding: 15px
}

.modal-header .close {
	margin-top: -2px
}

.modal-body {
	padding: 20px
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px
	}
}

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.hidden,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

.hidden {
	visibility: hidden !important
}

@-ms-viewport {
	width: device-width
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	.hidden-xs {
		display: none !important
	}
}

a,
body,
h1,
h3,
html,
input,
label,
p {
	font-family: 'Proxima Nova', Lato, Helvetica, sans-serif;
	font-weight: 400
}

body,
h1,
h3,
html,
input,
label,
p {
	color: #777
}

a {
	-o-transition: color .2s ease-out, background 2s ease-in;
	-ms-transition: color .2s ease-out, background 2s ease-in;
	-moz-transition: color .2s ease-out, background 2s ease-in;
	-webkit-transition: color .2s ease-out, background 2s ease-in;
	transition: color .2s ease-out, background 2s ease-in
}

.white-link,
.white-text {
	color: #fff
}

.white-link:active,
.white-link:hover {
	color: #e8e8e8;
	text-decoration: none
}

.light-grey-text {
	color: #666
}

.blue-text {
	color: #00d1d0
}

.float-left {
	float: left
}

.padding-none {
	padding: 0
}

.center {
	margin: 0 auto
}

.space {
	border-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px
}

.font-16 {
	font-size: 16px
}

.font-18 {
	font-size: 18px
}

.font-20 {
	font-size: 20px
}

.font-22 {
	font-size: 22px
}

.font-23 {
	font-size: 23px
}

.font-24 {
	font-size: 24px
}

.light {
	font-family: Lato;
	font-weight: 300
}

.semi-light {
	font-family: Lato;
	font-weight: 300
}

.btn-green {
	background: #4cd233;
	color: #fff
}

.btn-large {
	width: 276px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 15px 26px -10px rgba(0, 0, 0, .68);
	-moz-box-shadow: 0 15px 26px -10px rgba(0, 0, 0, .68);
	box-shadow: 0 15px 26px -10px rgba(0, 0, 0, .68);
	border: none;
	font-size: 20px;
	font-family: Lato;
	-webkit-transition: .6s;
	transition: .6s;
	overflow: hidden
}

.btn-large:after,
.btn-large:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	display: block
}

.text_black {
	color: #212529
}

.btn-large:before {
	background: rgba(255, 255, 255, .5);
	width: 60px;
	left: 0;
	opacity: .5;
	-webkit-filter: blur(30px);
	filter: blur(30px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
	transform: translateX(-100px) skewX(-15deg)
}

.btn-large:after {
	background: rgba(255, 255, 255, .2);
	width: 30px;
	left: 30px;
	opacity: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
	transform: translateX(-100px) skewX(-15deg)
}

.page-section-1,
.page-section-1 .container {
	position: relative
}

.btn-large:hover:before {
	-webkit-transform: translateX(300px) skewX(-15deg);
	transform: translateX(300px) skewX(-15deg);
	opacity: .6;
	-webkit-transition: .7s;
	transition: .7s
}

.btn-large:hover:after {
	-webkit-transform: translateX(300px) skewX(-15deg);
	transform: translateX(300px) skewX(-15deg);
	opacity: 1;
	-webkit-transition: .7s;
	transition: .7s
}

.modal-header {
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px
}

.modal-body {
	padding-left: 25px;
	padding-right: 25px
}

.modal {
	overflow-y: auto
}

.button-default {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: none;
	border-left: none;
	border-color: transparent
}

.btn-large-home {
	font-size: 28px;
	width: 420px
}

.btn-large-home:active,
.btn-large-home:focus {
	border: none;
	outline: 0
}

.margin_bottom_20 {
	margin-bottom: 20px
}

.page-section-1 {
	width: 100%;
	display: block;
	background: url(../images/hero/lrg_hero_small-business_desktop_darker.jpg) 50% -45px no-repeat #fff;
	background-size: cover;
	padding-bottom: 18px;
	position: relative;
	margin-top: 40px
}

.background_image_3 {
	background-image: url(../images/hero/AdobeStock_203267618_edited.jpg);
	background-position: 50% 0
}

.page-section-1.background_gradient:before {
	content: '';
	position: absolute;
	background: #008aff;
	background: -moz-linear-gradient(45deg, rgba(50, 127, 128, .32) 0, rgba(47, 213, 205, .32) 100%);
	background: -webkit-linear-gradient(45deg, rgba(50, 127, 128, .32) 0, rgba(47, 213, 205, .32) 100%);
	background: linear-gradient(45deg, rgba(50, 127, 128, .62) 0, rgba(47, 213, 205, .32) 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.bg_image_sydney {
	background-image: url(../images/hero/location-sydney.jpg);
	background-position: center center;
	background-repeat: no-repeat
}

.bg_image_brisbane {
	background-image: url(../images/hero/location-brisbane.jpg);
	background-position: center center;
	background-repeat: no-repeat
}

.bg_image_melbourne {
	background-image: url(../images/hero/location-melbourne.jpg);
	background-position: center center;
	background-repeat: no-repeat
}

.bg_image_canberra {
	background-image: url(../images/hero/location-canberra2.jpg);
	background-position: center center;
	background-repeat: no-repeat
}

.bg_image_adelaide {
	background-image: url(../images/hero/location-adelaide.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.bg_image_perth {
	background-image: url(../images/hero/location-perth.jpg);
	background-position: center center;
	background-repeat: no-repeat
}

.navbar-right {
	margin: 8px 6px 10px 3px
}

@media (max-width:767.98px) {
	.navbar-right {
		margin: 4px 0 0 0
	}
}

.navbar-right a {
	color: #00d1d0 !important;
	font-size: 12px;
	transition: color .3s ease-out, background .3s ease-in
}

.navbar-right h5 {
	margin: 0;
	font-weight: 400
}

.navbar-right .call_now {
	float: right;
	margin-top: 0;
	margin-left: 8px
}

.navbar_phone a {
	padding: 6px 12px !important
}

.navbar_phone h5 {
	font-size: 16px;
	margin-top: 2px
}

.client_login_button {
	border: 1px solid #00d1d0;
	border-radius: 5px;
	padding: 6px 12px !important;
	font-size: 12px
}

@media (max-width:767.98px) {
	.navbar_login {
		position: relative;
		top: 10px
	}
}

.navbar-right a:hover {
	text-decoration: none;
	background: #eee
}

.navbar-right a:active,
.navbar-right a:focus {
	text-decoration: none
}

.wrap-banner-slogan h1 {
	font-size: 75px;
	margin-top: 25px;
	line-height: 90px
}

.list-slogan {
	margin-top: 15px
}

.list-slogan p {
	font-size: 20px;
	margin-bottom: 15px
}

.list-slogan img {
	margin-top: -4px;
	max-width: 16px
}

.wrap-banner-content {
	margin: 52px 0 70px;
	padding-top: 70px
}

@media (max-width:767.98px) {

	.page-section-1,
	.wrap-banner-content {
		margin-top: 0
	}

	.wrap-banner-content {
		padding-top: 24px
	}
}

.header .text-right img {
	width: 20px
}

.page-section-2 {
	padding-top: 70px;
	padding-bottom: 80px
}

.page-section-2 .sectitle {
	font-size: 48px;
	margin-bottom: 67px
}

.page-section-2 .sectlabel {
	margin-bottom: 20px;
	color: #464646;
	font-size: 22px
}

.wrap-section-content .why-icon-box {
	min-height: 78px;
	margin-bottom: 40px;
	position: relative
}

.wrap-section-content .why-icon-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.card1,
.card2 {
	top: -29px;
	left: 298px;
	opacity: 0
}

.wrap-section-content.box2 {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-delay: .5s
}

.wrap-section-content.box3 {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s
}

.wrap-section-content.box4 {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s
}

#desktop_form .debt_numbers {
	padding: 0 !important;
	margin: 0 0 10px !important
}

#desktop_form .debt_numbers>div:nth-child(1) {
	padding: 0 4px 0 0
}

#desktop_form .debt_numbers>div:nth-child(2) {
	padding: 0 0 0 4px
}

#desktop_form2,
#mobile_form2 {
	display: none;
}

#mobile_form .debt_numbers {
	padding: 0 !important;
	margin: 0 0 10px !important
}

#mobile_form .debt_numbers>div:nth-child(1) {
	padding: 0 4px 0 0
}

#mobile_form .debt_numbers>div:nth-child(2) {
	padding: 0 0 0 4px
}

.page-section-3 {
	background: #00adba;
	background: -moz-linear-gradient(45deg, rgba(0, 173, 186, 1) 0, rgba(0, 200, 191, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 173, 186, 1) 0, rgba(0, 200, 191, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 173, 186, 1) 0, rgba(0, 200, 191, 1) 100%);
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

.page-section-3>div {
	background-image: url(../images/background-polygons-2x.png);
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px
}

.page-section-3 .font-24 {
	font-weight: 500
}

@media (max-width:767px) {
	.page-section-3>div {
		padding-top: 0;
		padding-bottom: 0
	}
}

.page-section-3 .sectitle {
	font-size: 48px
}

.page-section-3 .btn-green {
	width: 300px
}

.page-section-4 {
	padding-top: 70px;
	padding-bottom: 60px
}

.page-section-4 .sectitle {
	font-size: 48px;
	margin-bottom: 25px
}

.page-section-4 .secdescription {
	margin-bottom: 20px;
	font-weight: 300
}

.australia-map img {
	width: 500px
}

.australia-map {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px
}

@media (max-width:767px) {
	.australia-map {
		padding-bottom: 0
	}

	.page-section-4 .col-xs-12 {
		margin: 0;
		padding: 0
	}

	#industry img {
		width: 85px
	}
}

.page-section-5 {
	padding-top: 105px;
	padding-bottom: 60px;
	background: url(../images/hero/AdobeStock_125754741.jpg) center no-repeat fixed;
	background-size: cover
}

.page-section-5 .sectitle {
	font-size: 48px;
	margin-bottom: 105px
}

.sectestidescriptxt {
	font-size: 24px;
	line-height: 43px;
	margin-bottom: 0
}

@media (max-width:970px) {
	.sectestidescriptxt {
		font-size: 19px;
		line-height: 33px;
		margin-bottom: 0
	}
}

#industry img {
	filter: brightness(0) invert(1)
}

.page-section-5 .wrap-testi-description {
	margin-bottom: 70px
}

@media (max-width:767px) {
	.page-section-5 .wrap-testi-description {
		margin-bottom: 35px
	}
}

.page-section-6 {
	padding-top: 88px;
	padding-bottom: 88px;
	position: relative
}

.card1,
.card2,
.card3 {
	position: absolute
}

.page-section-6 .sectitle {
	font-size: 48px;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:991px) {
	#recommendText {
		padding-top: 8px
	}
}

@media (min-width:1200px) {
	#recommendText {
		padding-top: 30px
	}
}

@media (max-width:767px) and (min-width:514px) {
	#recommendText {
		padding-top: 32px
	}

	.page-section-6 .sectitle {
		font-size: 36px !important
	}
}

.single-chart {
	width: 110%;
	justify-content: space-around
}

.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 190%;
	max-height: 130px
}

.circle-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 3.8
}

.circle {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards
}

@keyframes progress {
	0% {
		stroke-dasharray: 0 100
	}
}

.circular-chart.orange .circle {
	stroke: #ff9f00
}

.circular-chart.green .circle {
	stroke: #4cc790
}

.circular-chart.blue .circle {
	stroke: #00d1d0
}

.percentage {
	fill: #00d1d0;
	font-family: Lato, Helvetica, sans-serif;
	font-size: .8em;
	text-anchor: middle
}

.page-section-7 {
	padding-top: 146px;
	padding-bottom: 146px;
	background: url(../images/bg-section4.jpg) center;
	background-size: cover
}

.page-section-7 .sectitle {
	font-size: 48px;
	margin-bottom: 45px;
	line-height: 32px
}

@media (min-width:767px) {
	.page-section-7 .sectitle {
		line-height: 50px
	}
}

.page-section-8 {
	padding-top: 73px;
	padding-bottom: 83px
}

.page-section-8 .sectitle {
	font-size: 48px;
	margin-bottom: 70px
}

.page-section-8 .sectlabel {
	margin-bottom: 28px
}

.wrap-footer {}

.footer {
	padding: 20px 0 70px
}

.footer .legal {
	text-align: right
}

.sec6item {
	padding: 30px 0 0
}

@media (max-width:767px) {
	.copyright {
		font-size: 14px
	}

	.sec6item {
		padding: 10px
	}

	.sec6item .font-24 {
		font-size: 20px !important
	}

	.sec6item .font-20 {
		font-size: 16px !important
	}
}

.card1 {
	z-index: 30
}

.card2 {
	z-index: 20
}

.card3 {
	left: 300px;
	top: -30px;
	z-index: 10
}

.card1_animation {
	-webkit-animation-name: screenAnimation;
	animation-name: screenAnimation;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.card2_animation {
	-webkit-animation-name: screen2Animation;
	animation-name: screen2Animation;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes screenAnimation {
	0% {
		top: -29px;
		left: 298px;
		opacity: 0
	}

	50% {
		top: 14px;
		left: 152px;
		opacity: 0
	}

	100% {
		top: 56px;
		left: 0;
		opacity: 1
	}
}

@keyframes screenAnimation {
	0% {
		top: -29px;
		left: 298px;
		opacity: 0
	}

	50% {
		top: 14px;
		left: 152px;
		opacity: 0
	}

	100% {
		top: 56px;
		left: 0;
		opacity: 1
	}
}

@-webkit-keyframes screen2Animation {
	0% {
		top: -29px;
		left: 298px;
		opacity: 0
	}

	100% {
		top: 14px;
		left: 152px;
		opacity: 1
	}
}

@keyframes screen2Animation {
	0% {
		top: -29px;
		left: 298px;
		opacity: 0
	}

	100% {
		top: 14px;
		left: 152px;
		opacity: 1
	}
}

.wrap-footer {
	padding-bottom: 0;
	background: #f7f7f7
}

@media(max-width:1425px) {
	.page-section-1 {
		background-size: cover;
		background-position: center
	}
}

@media (max-width:1199px) {
	.page-section-6 .sectitle {
		font-size: 42px
	}

	.card1,
	.card2,
	.card3 {
		max-width: 250px;
		left: 254px;
		top: -27px
	}
}

@media (max-width:991px) {
	.page-section-3 {
		background-size: inherit
	}

	.australia-map img {
		width: 610px
	}

	.australia-map {
		margin-bottom: 10px
	}

	.page-section-6 {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.page-section-6 .sectitle {
		margin-top: 0
	}

	.card1,
	.card2,
	.card3 {
		max-width: 200px;
		left: 204px;
		top: -10px
	}
}

@media (max-width:767px) {

	.page-section-2 .sectlabel,
	.page-section-4 .secdescription {
		font-family: Lato
	}

	.card1,
	.card2 {
		animation-fill-mode: inherit
	}

	.wrap-footer {
		padding-bottom: 60px;
		padding-top: 0;
		background: #fff
	}

	.page-section-3,
	.page-section-5 {
		background-attachment: inherit;
		background-size: cover
	}

	.wrap-section-content .why-icon-box {
		margin-bottom: 5px
	}

	.page-section-3 .sectitle {
		margin-bottom: -4px
	}

	.page-section-2 .sectitle {
		margin-bottom: 30px
	}

	.box4 .sectlabel {
		margin-top: -5px
	}

	.page-section-2 .sectlabel {
		margin-bottom: 10px
	}

	.footer {
		padding-bottom: 50px;
		margin-top: 20px
	}

	.footer .legal {
		text-align: left
	}

	.font-20 {
		font-size: 18px
	}

	body {
		overflow-x: hidden !important
	}

	.wrap-banner-content {
		margin-bottom: 22px
	}

	.wrap-banner-slogan h1 {
		text-align: center;
		font-size: 28px;
		line-height: 28px;
		margin-top: 15px;
		font-weight: 600;
		margin-bottom: 5px
	}

	.logo-device {
		width: 95px
	}

	.btn-large-home {
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 21px;
		width: 310px
	}

	.btn-large-home:active,
	.btn-large-home:focus {
		border: none;
		outline: 0
	}

	.page-section-2 {
		padding-top: 29px;
		padding-bottom: 40px
	}

	.wrap-section-content {
		margin-bottom: 30px
	}

	.wrap-section-content.last {
		margin-bottom: 0
	}

	.page-section-3 {
		padding-top: 40px;
		padding-bottom: 50px
	}

	.page-section-3 img {
		margin-top: -5px
	}

	.page-section-4 {
		padding-top: 40px;
		padding-bottom: 35px
	}

	.page-section-5 {
		padding-top: 60px
	}

	.page-section-5 .sectitle {
		margin-bottom: 50px
	}

	.sectestidescriptxt {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 22px
	}

	.page-section-6 {
		min-height: inherit;
		background: #fff
	}

	.page-section-6 .sectitle {
		font-size: 20px;
		text-align: left;
		font-family: Lato
	}

	.page-section-7 {
		padding-top: 92px;
		padding-bottom: 102px
	}

	.page-section-7 .sectitle {
		font-size: 28px;
		margin-bottom: 25px
	}

	.btn-large {
		width: 200px;
		font-size: 16px
	}

	.page-section-2 .sectitle,
	.page-section-3 .sectitle,
	.page-section-4 .sectitle,
	.page-section-5 .sectitle {
		font-size: 42px;
		line-height: 50px
	}

	.secdescription {
		font-family: Lato;
		color: #666
	}

	.font-23.semi-light,
	.sectitle.semi-light {
		font-family: Lato
	}

	.mobileScreen {
		height: 280px;
		display: block;
		width: 275px;
		margin: -28px auto 0
	}

	.card1,
	.card2,
	.card3 {
		max-width: 140px
	}

	.card1 {
		left: 15px;
		top: 53px
	}

	.card2 {
		left: 87px;
		top: 30px
	}

	.card3 {
		left: 159px;
		top: 8px
	}

	.card1,
	.card2 {
		opacity: 1
	}

	.sectitle.semi-light {
		font-size: 26px;
		line-height: 36px
	}
}

@media (max-width:320px) {

	.btn-large-home,
	.page-section-1 .header,
	.wrap-banner-content {
		margin-bottom: 0
	}

	.page-section-1 {
		min-height: inherit
	}

	.page-section-1 .header {
		padding-bottom: 0
	}

	.wrap-banner-slogan h1 {
		margin-top: 0
	}

	.btn-large-home {
		margin-top: 0;
		font-size: 19px;
		width: auto;
		padding-left: 15px;
		padding-right: 15px
	}
}

#desktop_form_wrapper .btn:focus,
#desktop_form_wrapper .btn:hover,
.modal-dialog .btn:focus,
.modal-dialog .btn:hover {
	color: #fff
}

#desktop_form_wrapper .form_intro h3 {
	color: #fff;
	margin: 0 0 8px
}

#desktop_form_wrapper .form_intro p {
	color: #fff;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 18px
}

#modal_form .form_intro p {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 18px
}

.number_with_border {
	position: absolute;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	background: 0 0;
	vertical-align: middle;
	padding-top: 0;
	border-radius: 50%;
	font-size: 26px;
	top: -4px;
	left: 0;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 700;
	padding: 3px 0 0
}

.page-section-3 .section3_content {
	position: relative;
	padding-left: 60px;
	padding-top: 0
}

.page-section-1 .list-slogan>p,
.page-section-1 h1 {
	text-shadow: 0 0 10px #333
}

.list-slogan img {
	box-shadow: 0 0 10px #666;
	border-radius: 50%
}

.section6 .client_logos {
	margin-top: 70px
}

.client_logos .row>div {
	margin-bottom: 30px;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%)
}

.section6 .client_logos img.img-responsive {
	max-height: 64px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:320px) {
	.section6 .client_logos img.img-responsive {
		max-height: 36px
	}
}

@media (min-width:320.02px) and (max-width:575.98px) {
	.section6 .client_logos img.img-responsive {
		max-height: 42px
	}
}

.navbar-default {
	background: #fff;
	border: 0;
	margin-bottom: 0;
	box-shadow: 0 0 30px #a6a69b;
	border-radius: 0;
	padding: 8px 0
}

.navbar-brand {
	height: auto
}

@media (max-width:767.98px) {
	.navbar-brand {
		padding-left: 0
	}
}

.navbar-brand>img {
	max-height: 26px
}

.text_white {
	color: #fff !important
}

.text_underline {
	text-decoration: underline !important
}

.footer_logo_wrapper {
	margin-top: 12px
}

.footer_logo_wrapper img {
	margin-bottom: 20px
}

.footer_logo_wrapper h4 {
	font-weight: 400;
	font-size: 20px
}

@media (max-width:991.98px) {
	.footer_logo_wrapper img {
		max-width: 240px;
		display: inline
	}
}

.footer_list_wrapper h4 {
	padding-left: 40px
}

@media (max-width:991.98px) {
	.footer_list_wrapper h4 {
		padding-left: 0
	}
}

.footer_list,
.footer_list li {
	list-style-type: none
}

.footer_list {
	padding: 0;
	margin: 0 0 0 40px;
	text-align: left
}

@media (max-width:991.98px) {
	.footer_list {
		padding: 0;
		margin: 0
	}
}

.footer_list li {
	padding: 0;
	margin-bottom: 4px;
	font-size: 14px
}

.footer_contact_wrapper {
	padding-left: 40px
}

@media (max-width:991.98px) {

	.footer_about_wrapper,
	.footer_contact_wrapper,
	.footer_list_wrapper,
	.footer_logo_wrapper {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 18px
	}
}

@media (min-width: 768px) {
	.col-sm-offset-1_5 {
		margin-left: 12.5%;
	}
}

.footer_row_1 {
	padding-bottom: 14px;
	border-bottom: 1px solid #e8e8e8;
}

.footer_row_2 {
	padding-top: 20px;
}