@font-face {
    font-family: 'BEHATRICE';
    src: url('../fonts/BEHATRICE.eot');
    src: url('../fonts/BEHATRICE.eot') format('embedded-opentype'),
         url('../fonts/BEHATRICE.woff2') format('woff2'),
         url('../fonts/BEHATRICE.woff') format('woff'),
         url('../fonts/BEHATRICE.ttf') format('truetype'),
         url('../fonts/BEHATRICE.svg#BEHATRICE') format('svg');
}


*{
    margin:0;
    padding:0;
    text-transform: none;
}

html {
    -webkit-text-size-adjust: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:active{
    outline:none;
    border:none
}
a:focus{
    -moz-outline-style:none;
    outline:none
}

input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}

input[type="file"] {
	cursor:pointer; 
}

select{
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	cursor:pointer;
}
body select::-ms-expand {
  display: none;
}

input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, option::-moz-focus-inner, a::-moz-focus-inner, button,a {border:0;outline:none;}


html body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-top: 140px;
}

*::-moz-selection {
	color: #fff;
	background:#000;
}

*::-webkit-selection {
	color: #fff;
	background:#000;
}

*::-webkit-input-placeholder { 
	color: #666;
	opacity:1;
}

*:-moz-placeholder { 
	color: #666;
	opacity:1;
}

*::-moz-placeholder { 
	color: #666;
	opacity:1;
}

*:-ms-input-placeholder { 
	color: #666;
	opacity:1;
}

a, a:hover, a:active, a:focus, button{
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}

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

ul, ol {
  margin: 0;
  padding: 0;
  line-height: 1;
}

li {
  list-style: outside none none;
  position: relative;
}

body p {
    color: #545454;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.65;
}

body a {
  color: #000;
}

body a:hover {
  color: rgb(34, 83, 142);
}

body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}

body .clearfix{
	height:auto;
}

*{
	outline:none!important;
	text-decoration:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {
	clear:both;
	display:block;
	content:"";
}

div input, div select, div textarea, div button{
	font-family: 'Poppins', sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  margin: 0 0 15px;
}

img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	display: block;
}

p{
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}

p:empty{
	display: none;
	line-height:0;
}

p:last-child{
	margin:0;
}

p strong {
  font-weight: bold;
}

.hidden{
	display:none!important;
}

.container:after{
	content:"";
	display:block;
	clear:both;
}

body .container,
body .grve-container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	float:none;
	padding-left:15px;
	padding-right:15px;
}

body .container .container{
	width:100%;
	max-width:100%;
}

html.no-scroll body, html.no-scroll {
	overflow: hidden;
	/* height:100%; */
}

header .grve-container {
  padding: 0 15px;
  width: 100% !important;
}

/*-----------fx*/


div.grve-section:not(.slider-banner) {
  padding-bottom: 60px;
  padding-top: 60px;
}

div.grve-section {
  margin-bottom: 0 !important;
}

input[type="submit"]:hover {
  background-color: #029cdc;
}

footer .widget, footer .widgets {
  margin: 0;
}

div.wpb_content_element {
  margin-bottom: 0;
}

#grve-body form input:not([type="submit"]), #grve-body form textarea, #grve-body form select {
  background-color: #fff;
  border: 1px solid #ccc !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -ms-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
  color: #545454;
  display: block;
  float: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

#grve-body form textarea {
  height: 100px;
  padding: 15px;
  resize: none;
}

#grve-body form textarea::-webkit-input-placeholder, #grve-body form input::-webkit-input-placeholder { color: #545454;opacity:1; font-style: normal;}
#grve-body form textarea:-moz-placeholder, #grve-body form input:-moz-placeholder { color: #545454;opacity:1; font-style: normal;}
#grve-body form textarea::-moz-placeholder, #grve-body form input::-moz-placeholder { color: #545454;opacity:1; font-style: normal;}
#grve-body form textarea:-ms-input-placeholder, #grve-body form input:-ms-input-placeholder { color: #545454;opacity:1; font-style: normal;}


#grve-body form#tribe-bar-form input::-webkit-input-placeholder { font-weight:bold;}
#grve-body form#tribe-bar-form input:-moz-placeholder { font-weight:bold;}
#grve-body form#tribe-bar-form input::-moz-placeholder { font-weight:bold;}
#grve-body form#tribe-bar-form input:-ms-input-placeholder { font-weight:bold;}

#grve-body a.vc_btn3{
  margin: 0;
  font-size: 21px;
  color: #fff;
  padding: 14px 78px 14px 30px;
  position: relative;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

#grve-body form label {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

#grve-body .sec-contact-form form label span {
	display: block;
	margin-bottom: 25px;
	position: relative;
}

/* span[role="alert"] { */
  /* display: none !important; */
/* } */

#grve-body form label + span {
  display: block;
}

#grve-footer form input.wpcf7-not-valid, #grve-footer form textarea.wpcf7-not-valid {
  border: 1px solid red !important ;
}

#grve-body form input.wpcf7-not-valid, #grve-body form textarea.wpcf7-not-valid, #grve-body form select.wpcf7-not-valid{
  border-color: red !important;
}

form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 1px solid;
  color: red;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#grve-footer-area .wpcf7-response-output {
  bottom: -30px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}
#grve-footer-area .wpcf7-response-output.wpcf7-mail-sent-ok {
  bottom: -11px;
}

form div.wpcf7-mail-sent-ok {
  color: #008000;
}

#grve-main-content form textarea {
  height: 120px;
  line-height: 1.3;
  padding: 15px;
  resize: none;
}

img.ajax-loader {
  display: inline-block;
}

div.grve-text:not(.maintitle) {
  margin-bottom: 15px;
}


/*-----------fx*/

.error404 .grve-align-center *{
  text-align: center;
}

.error404 small {
      -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    color: #333;
    display: inline-block;
    font-size: 130px !important;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    -moz-text-shadow: 0 3px 2px #C01E2E;
    -webkit-text-shadow: 0 3px 2px #C01E2E;
    -ms-text-shadow: 0 3px 2px #C01E2E;
    -o-text-shadow: 0 3px 2px #C01E2E;
    text-shadow: 0 3px 2px #3ec2f4;
    font-family: 'Poppins', sans-serif;
}
.error404 h2.main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
}
html h1:not(.site-title):before,html h2:before{
	content:none; 
}
#grve-body.error404 #grve-content-area h2 {
  color: #333;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 0;
}

#grve-body.error404 #grve-content-area h2:before, #grve-body.error404 #grve-content-area h2:after{
  display: none;
}

.error404 p.grve-subtitle {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  text-align:center;
}
.error404 br {
    display: none;
}
.error-404 a.button {
        font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #333333;
    background-image: none;
    padding: 0 30px;
    border-color: transparent;
    width: auto;
    height: 50px;
    line-height: 50px;
    display: inline-block;
	    margin: 30px 0 0 0;
}
.error-404 a.button:hover{
	background-color: #3ec2f4;
}
.error-404 {
    text-align: center;
	    padding: 10% 0;
}
body.error404 #grve-main-content {
  background-color: #fff;
  background-image: url("../images/about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

/*------ arrow default*/

/*------ fancy-box*/

#grve-body .owl-carousel .owl-nav > div {
  background-image: url("images/sprite.png");
  background-position: 0 -108px;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 16px;
}

#grve-body .owl-carousel .owl-nav > div.owl-prev {
  left: -70px;
}

#grve-body .owl-carousel .owl-nav > div.owl-next {
  background-position: right -108px;
  right: -70px;
}

#grve-body .owl-carousel .owl-nav {
  text-align: center;
}

/* #grve-body .owl-carousel .owl-nav > div:hover { */
  /* background-position: 0 -155px; */
/* } */

/* #grve-body .owl-carousel .owl-nav > div.owl-next:hover { */
  /* background-position: right -155px; */
/* } */

/*------ /arrow default*/

.fancybox-lock div.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.fancybox-opened .fancybox-skin {
  background: #EEEEEE;
  border: 9px solid #fff;
  padding: 0 !important;
  border-radius: 0;
}

#grve-body .fancybox-prev, #grve-body .fancybox-next {
  background-image: url("images/sprite.png");
  background-position: 0 -256px;
  background-repeat: no-repeat;
  bottom: 0;
  height: 80px;
  left: -1px;
  margin: auto;
  top: 0;
  width: 50px;
}	

#grve-body .fancybox-next {
  left: auto;
  right: -1px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 0;
}

.fancybox-title-inside-wrap .fancy_title {
  color: #f42a41;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.fancybox-title-inside-wrap .fancy_caption {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 22px 0 10px;
}

a.fancybox-close, .close_mail {
  background-image: url("images/sprite.png");
  background-position: -1px -350px;
  background-repeat: no-repeat;
  background-size: auto auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  height: 30px;
  right: -25px;
  top: -25px;
  width: 30px;
  background-color: #DFB26E;
}

#grve-body .fancybox-prev:hover, #grve-body .fancybox-next:hover {
  opacity:0.8;
}

a.fancybox-close:hover, .close_mail:hover{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------ fancy-box*/

/*------------ other*/

#grve-body #grve-header #grve-inner-header {
  background-color: transparent;
  height: auto;
  left: auto;
  line-height: 1;
  padding: 0;
  position: relative !important;
  right: auto;
  text-align: right;
  top: auto !important;
}

#grve-body #grve-header #grve-header-wrapper {
  background-color: #333333;
  height: auto;
}

#grve-body .vc_btn3, #grve-body a.vc_btn3, #grve-body a.grve-btn, #grve-theme-wrapper input[type="submit"] {
  background-color: #ff8c00;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 40px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-family: 'Poppins', sans-serif;
  font-size: 20px !important;
  font-weight: normal;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  padding: 11px 16px;
  vertical-align: top;
  width: auto;
}

#grve-body .vc_btn3:hover, #grve-body a.vc_btn3:hover, #grve-body a.grve-btn:hover, #grve-theme-wrapper input[type="submit"]:hover {
  border: 1px solid transparent;
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  color: #fff;
}

form + .epic_results, form + .epic_results .errors, form .epic_results, form .epic_results .errors {
  line-height: 1;
  padding: 0;
}

form + .epic_results .error, form + .epic_results .success, form .epic_results .error, form .epic_results .success {
  background-color: #fff;
  border: 1px solid;
  color: red !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 15px 0 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

form + .epic_results .success, form .epic_results .success{
  color: #008000 !important;
}

 form + .epic_results, form .epic_results {
  clear: both;
  margin-top: 15px;
}

body #grve-main-menu-responsive {
  background-color: #fff;
  border-left: 2px solid #ff8c00;
}

body #grve-main-menu-responsive .grve-close-menu-button {
  background-color: #ff8c00;
  font-size: 18px;
  font-weight: bold;
}

body #grve-main-menu-responsive li a {
  background-color: transparent;
  color: #000;
  display: block;
  font-family: montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
}

body #grve-main-menu-responsive ul.grve-menu > li > a:hover, 
body #grve-main-menu-responsive ul.grve-menu > li.current_page_item > a, 
body #grve-main-menu-responsive ul.grve-menu > li.current-menu-item > a {
  color: #ff8c00;
}

body #grve-main-menu-responsive li {
  border-bottom: 1px solid #ccc;
}

/*------------ other*/






.main-navigation .main-menu > li > a {
        font-weight: 500;
    margin-right: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    height: 90px;
    display: inline-block;
    line-height: 90px;
    padding: 0 15px;
	position:relative;
	letter-spacing:0;
}
.main-navigation .main-menu > li > a:hover,.main-navigation .main-menu > li > a.active{
	color:#16C2F4;
	border-bottom: 3px solid #16C2F4;
	 
}
.main-navigation .main-menu > li > a.active{
	font-weight: 500;
}
.main-navigation .main-menu > li > a::before{
    content: '';
    width: 30px;
    height: 40px;
    background: url(../images/head-active.fw.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}

.main-navigation .main-menu > li > a:hover::before,.main-navigation .main-menu > li > a.active::before{
	opacity: 1;
}
.main-navigation .main-menu > li {
    display: inline-block;
    position: relative;
	    margin: 0 10px;

}
.main-navigation .main-menu > li:last-child {
    margin-right: 0;
}
html .site-logo .custom-logo-link{
	width:auto;
	height:auto;
	border-radius:0;
}
html .site-logo .custom-logo-link:hover, html .site-logo .custom-logo-link:active, html .site-logo .custom-logo-link:focus{
	box-shadow:none;
}
html .site-logo{
	position:static;
	    float: left;
	border-radius:0;
	padding:10px 0;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
body.page .main-navigation {
    float: right;
    margin: 0;
}
html .site-branding {
    margin: 0;
}
header.site-header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}
ul.smart-time>li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
	font-size:18px;
	position:relative;
	line-height:1.2;
}
ul.smart-time>li.smart-contry-sydny, ul.smart-time>li.smart-country-aus {
    font-size: 15px;
	position:relative;
	padding-left:45px;
	margin-top:2px;
}
ul.smart-time>li.smart-contry-sydny::before,ul.smart-time>li.smart-header-phone:before {
    content: "\f017";
    font-family: Fontawesome;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #3ec2f4;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 21px;
    border-radius: 50%;
	    position: absolute;
    left: 0;
    top: -8px;
}
ul.smart-time * {
    color: #fff;
}
ul.smart-time {
    background: #16C2F4;
    float: right;
    position: relative;
    padding: 14px 25px;
    padding-left: 50px;
    border-bottom-left-radius: 70px;

}
ul.smart-time>li.smart-country-aus {
        padding-left: 0;
    padding-right: 25px;
    margin-right: 15px;
   
}
ul.smart-time>li.smart-country-aus::after, ul.smart-time>li.smart-header-phone::after {
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -18px;
    background: url(../images/smart-sprite.fw.png);
    background-repeat: no-repeat;
    background-position: -73px -2px;
    z-index: 1;
}
ul.smart-time>li.smart-header-phone::after {
	right: -25px;
}
ul.smart-time>li.smart-header-phone:before {
    content: '\f095';
	top:-7px;
}
ul.smart-time>li.smart-header-phone {
    padding-left: 40px;
	    font-weight: 500;
}
.site-title {
    display: none;
}
ul.smart-time>li.smart-head-cont {
    margin-right: 7px;
	    font-weight: 500;
}
ul.smart-time::after {
    content: '';
    background: #3ec2f4;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 100%;
    top: 0;
}
header.site-header.sticky{
	top:-50px;
}

html .site-header.sticky .site-logo {
    min-height: inherit;
    max-width: 164px;
    margin-top: 42px;
    padding-bottom: 0;
}
.slider-image-wrap .banner-text h3 {
	font-size: 80px;
	margin:0;
	    line-height: 0.8;
    font-family: 'BEHATRICE';
	font-weight: normal;
}
.slider-image-wrap .banner-text .sub-title{
    font-size: 26px;
	color:#0BAEDF;
	font-weight:600;
	    margin-top: 15px;
    margin-bottom: 25px;

}
html .smart-btn{
	    display: inline-block;
    height: 54px;
    line-height: 54px;
    background: #0BAEDF;
    font-size: 18px;
    color: #fff;
    padding: 0 28px;
    border-radius: 50px;
	    position: relative;
    padding-right: 50px;
	cursor: pointer;
	    font-weight: 500;
}
html .smart-btn::after {
       content: '';
    width: 45px;
    height: 55px;
    background: url(../images/smart-sprite.fw.png);
    background-position: -8px -3px;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    right: -7px;
    z-index: 1;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
html .smart-btn:hover {
        background: #9b9b9b;
    color: #fff;
}
html .smart-btn:hover::after {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
html .slider-section, html .slider-image-wrap li:first-child {
    height: 660px;
}
html .navigation-baner .click-dot {
    border: 2px solid #000000 !important;
}
html .navigation-baner .click-dot:hover, html .navigation-baner .click-dot.current {
    background: #0BAFDF !important;
}
html .navigation-baner .click-dot {
    margin: 0 5px;
}
html .navigation-baner .click-dot.current {
    height: 16px;
    cursor: pointer;
    width: 16px;
}



.smart-home-head {
    text-align: center;
    font-size: 60px;
    position: relative;
    padding-bottom: 30px;
    line-height: 1.2;
    margin-bottom: 30px !important;
	font-family: 'BEHATRICE';
	font-weight: normal;
}
.smart-home-head b {
    font-weight: normal;
    color: #0BAFDF;
}
.smart-home-head::after{
	    content: '';
    height: 25px;
    background: url(../images/smart-sprite.fw.png);
    background-position: 0 -93px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 537px;

}
html .vc_row.wpb_row.vc_row-fluid.smart-home-slider {
    padding: 0;
}
html .vc_row.wpb_row.vc_row-fluid.smart-home-slider>.vc_column_container.vc_col-sm-12{
	    padding-left: 0;
    padding-right: 0;
    width: auto;
    margin: 0 auto;
    max-width: unset;
    float: inherit;
}
ul.slides>* {
    display: none;
}


.vc_row.wpb_row.vc_row-fluid>.vc_column_container.vc_col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    float: none;
}
.vc_row.wpb_row.vc_row-fluid {
    padding: 60px 0;
}
.smart-abt-content {
    font-size: 18px;
    font-weight: 600;
    color: #333;
	    margin-bottom: 15px;
    margin-top: -7px;
}
html .smart-wrap-abt .smart-read {
    margin-top: 30px;
}
html .smart-abt-img img{
    border: 4px solid #fff;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}
.smart-abt-pop-main {
    display: none;
}
html.show-popup .smart-abt-pop-main{
	display: block;
}









ul.smart-copyright_footer {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.smart-footer {
    background: #16C2F4;
    padding: 16px 0;
}
ul.smart-copyright_footer a {
    color: #fff;
}
ul.smart-copyright_footer a:hover {
    color: #333;
}
.smart-quick-contact li {
    display: inline-block;
    vertical-align: top;
}
.smart-quick-contact li a {
    display: inline-block;
    font-size: 0;
    width: 44px;
    background: #3ec2f4;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: #fff;
	font-family:Fontawesome;
}
.smart-quick-contact li.icon-fb a::after{
	content:"\f09a";
	font-size:20px;
}
.smart-quick-contact li.icon-linkedin a::after{
	content:"\f0e1";
	font-size:20px;
}
.smart-quick-contact li.icon-tw a::after{
	content:"\f099";
	font-size:20px;
}
/* .smart-quick-contact li.icon-youtube a::after{ */
	/* content:"\f167"; */
	/* font-size:20px; */
	/* font-family: "Font Awesome 5 Brands"; */
/* } */

.smart-quick-contact li.icon-youtube a::after {
    content: '';
    background: url(../images/you-tube-ico.fw.png);
    width: 20px;
    height: 14px;
    position: absolute;
    top: 15px;
    left: 12px;
    background-repeat: no-repeat;
}
.smart-quick-contact li a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #fff;
}
footer.site-footer {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	padding-bottom: 60px;
}
html textarea {
    height: 80px;
    resize: none;
}
section#text-2, section#text-3, section#text-4 {
    float: left;
    width: 33.33%;
}
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), select, textarea {
    border-color: transparent;
    border-radius: 3px;
    height: 40px;
	    font-size: 14px;
    color: #333;
	width: 100%;
}
.newsletter-email input#subnewsemail {
    width: 100%;
    max-width: 400px;
    height: 50px;
    border-radius: 50px;
    padding: 15px 25px;
	    margin-right: 10px;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #000;
    font-size: 18px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 50px;
    padding: 0 35px;
    text-align: center;
    display: inline-block;
    width: auto;
}
html .widget_epicwin_widget input {
    width: auto;
}
form#epicwin_subscription {
    overflow: hidden;
    background: #16C2F4;
    padding: 25px 47px;
	margin-top: -52px;
}
form#epicwin_subscription .email-form .smart.name {
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 4%;
	position: relative;
    padding-left: 70px;
}
form#epicwin_subscription .email-form .smart.name::before {
    content: '';
    height: 50px;
    width: 50px;
    background: url(../images/smart-sprite.fw.png);
    background-position: -462px 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.widget.widget_text h3 {
    color: #fff;
    font-family: 'BEHATRICE';
    font-weight: normal;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
	    text-align: left;
		letter-spacing: 0;
}
.widget.widget_text h3::after {
    content: '';
    width: 43px;
    height: 1px;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
}
.widget.widget_text h3::before {
    content: '';
    width: 91%;
    height: 1px;
    position: absolute;
    background: rgba(255,255,255,0.1);
    bottom: 0;
    left: 43px;
}
section#text-2 {
    padding-right: 8%;
}

span.wpcf7-form-control-wrap {
    display: block;
    width: 49%;
	margin-bottom: 10px;
}
span.wpcf7-form-control-wrap:nth-child(even) {
    float: right;
}
span.wpcf7-form-control-wrap:nth-child(odd) {
    float: left;
}
section#text-4 {
    text-align: center;
    width: 18.5%;
    float: right;
	    padding-top: 65px;
}
section#text-3 {
    width: 48%;
    padding-right: 9%;
}
.footer-info {
    margin-bottom: 45px;
    position: relative;
}
span.wpcf7-form-control-wrap.message {
    width: 100%;
    clear: both;
	    float: none;
}
section#text-4 p {
    line-height: 1;
    margin: 0 0 10px 0;
}
.smart-footr-cont ul li, .smart-footr-cont ul li p {
    color: #fff;
	text-align: left;
}
.smart-footr-cont ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
.smart-footr-cont ul li:last-child {
    margin-bottom: 0;
}
.smart-footr-cont ul li.smart-contry-sydny, .smart-footr-cont ul li.smart-country-aus {
    font-size: 14px;
	margin: 0;
}
.smart-footr-cont ul li:before {
    content: '';
    font-family: Fontawesome;
    font-size: 20px;
    position: absolute;
    top: -4px;
    left: 0;
	color:#16C2F4;
}
.smart-footr-cont li.icon.addr-icon:before {
    content: "\f041";
    font-size: 28px;
    top: -8px;
}
.smart-footr-cont li.icon.phone-icon:before {
    content: '\f095';
    font-size: 24px;
}
.smart-footr-cont li.icon.mail-icon:before {
    content: "\f0e0";
}
.smart-footr-cont li.icon.phone-icon a {
    font-size: 20px;
}
.smart-footr-cont a {
    color: #fff;
}
.smart-footr-cont a:hover {
    color: #3ec2f4;
}
.smart-footr-cont ul li.smart-contry-sydny:before{
	    content: "\f017";
    font-family: Fontawesome;
	font-size: 24px;
	    top: -8px;
}
div.wpcf7 .ajax-loader {
    background-color: #fff;
    border-radius: 50%;
    margin: -15px 0 0 4px;
}
.epicwin-subscription .email-subscribe  .loading {
    position: relative;
    top: 15px;
    right: -5px;
}
.smart-contact-form input[type="submit"]{
	background:#0BAFDF;
}
.smart-contact-form input[type="submit"]:hover {
    background: #666;
}
.smart-contact-form form.wpcf7-form {
    position: relative;
}
.smart-contact-form form.wpcf7-form .wpcf7-response-output {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0;
}
.footer-info .epic_results{
	right: 0px;
    display: block;
    position: absolute;
    left: 0px;
    top: 90%;
    max-width: 100%;
    margin: 0 auto;
}





html .smart-service-row {
    background: url(../images/serv-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
ul.smart-main-service-box>li {
  display: inline-block;
    vertical-align: top;
    width: 20%;
    width: 220px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.smart-serv-img {
    border-radius: 50%;
    overflow: hidden;
    height: 220px;
	border:5px solid #fff;
	position: relative;
}
.smart-serv-img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.smart-serv-img img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.smart-serv-date h3 {
    position: absolute;
    bottom: 25px;
    left: 45px;
    right: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
ul.smart-main-service-box {
    text-align: center;
}
.smart-serv-img::after {
    content: '';
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, black, transparent);
}
.vc_row.wpb_row.vc_row-fluid>.vc_column_container.vc_col-sm-12>.vc_column-inner {
    padding: 0 !important;
}
ul.smart-main-service-box>li:nth-child(5n) {
    margin-right: 0;
}
.smart-service-row .smart-home-head {
    color: #fff;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.smart-wrap-abt {
    padding: 0;
}





html .smart-test-row {
    position: relative;
}
html .smart-test-row:before{
	content:'';
    position: absolute;
	width:100%;
	height:300px;
	background:url('../images/test-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	top:0;
	left:0;
	right:0;
}
html .smart-test-row .smart-home-head{
	color:#fff;
}

/* .smart-review-image li.smart-box>div { */
    /* float: left; */
/* } */
/* .smart-review-image li.smart-box>div { */
    /* float: left; */
/* } */

.smart-review-image li.smart-box>div.smart-img {
    width: 41%;
	padding: 20px;
}
.smart-review-image li.smart-box>div.smart-testinomials-para {
    /* float: right; */
    /* width: 59%; */
	padding: 50px;
}
.smart-review-image li.smart-box {
    background: #fff;
    overflow: hidden;
}
.owl-nav {
    display: none;
}
.owl-dots button {
    background: transparent;
    border: 1px solid #000;
    width: 10px;
    font-size: 10px;
    padding: 0;
    height: 10px;
    margin: 0 10px;
}
button.owl-dot.active, button.owl-dot:hover{
    border-color: #0BAEDF;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
ul.smart-review-image .owl-stage-outer {
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
}
.smart-testinomials-para .smart-review-title {
    text-align: center;
    font-size: 20px;
    color: #0BAFDF;
    font-weight: 600;
}
.smart-testinomials-para p {
    text-align: center;
    font-style: italic;
    color: #535353;
}

.smart-review-image .owl-stage-outer::before,.smart-review-image .owl-stage-outer::after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 35px;
    line-height: 1;
    top: 0;
    background-image: url(../images/quote.png);
	background-repeat: no-repeat;
    width: 95px;
    height: 73px;
	z-index:1;
}
.smart-review-image .owl-stage-outer::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 35px;
    bottom: 0;
    top: auto;
}




.vc_row.wpb_row.vc_row-fluid.smart-map-row>.wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0 15px;
    max-width: unset;
}
.smart-map-row p{
	line-height:1; 
}
.smart-map-row iframe {
    width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.smart-map-row {
    padding: 0;
}
html .fancybox-prev::after, html .fancybox-next::after {
    line-height: 1;
    padding: 0;
    position: static;
}
html .fancybox-nav{
	    line-height: 50px;
    text-align: center;
}
html a.fancybox-close, .close_mail{
	background-color: #0BAEDF;
    line-height: 1;
}
html .fancybox-close:hover {
    background-color: #666;
}



/* ul.smart-choose-left li { */
    /* float: left; */
    /* width: 390px; */
    /* clear: both; */
	    /* margin-bottom: 90px; */
	    /* position: relative;	 */
/* } */
/* ul.smart-choose-left li:nth-child(2n) { */
    /* float: right; */
	/* clear: right; */
/* } */

/* ul.smart-choose-left li>div { */
    /* display: inline-block; */
    /* vertical-align: -webkit-baseline-middle; */
/* } */
/* ul.smart-choose-left li>div.why-text { */
    /* width: 71%; */
    /* padding-left: 10px; */
/* } */
/* .wedo-wrap { */
    /* position: relative; */
/* } */
/* .wedo-img { */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 3px; */
    /* margin: auto; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
    /* width: 320px; */
    /* height: 340px; */
    /* z-index: 1; */
/* } */
/* .wedo-wrap::after { */
    /* content: ''; */
    /* width: 320px; */
    /* height: 320px; */
    /* border: 8px solid #C4EFFC; */
    /* position: absolute; */
    /* top: -15px; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* border-radius: 50%; */
	    /* background: #fff; */
/* } */
/* ul.smart-choose-left li:nth-child(odd)>.why-img { */
    /* float: right; */
/* } */
/* ul.smart-choose-left li:nth-child(odd)>.why-text { */
    /* text-align: right; */
/* } */
/* ul.smart-choose-left li:nth-child(odd)>.why-text .smart-choose-content { */
    /* text-align: right; */
/* } */
/* .wedo-wrap { */
    /* margin-top: 80px; */
/* } */
ul.smart-choose-left .why-img {
    position: relative;
}
/* ul.smart-choose-left .why-img::after { */
       /* background: #535353; */
    /* border: 2px solid #535353; */
    /* border-radius: 50%; */
    /* box-shadow: 0 0 0 2px #fff inset; */
    /* content: ""; */
    /* display: block; */
    /* height: 14px; */
    /* position: absolute; */
        /* bottom: 25px; */
    /* width: 14px; */
    /* right: -65px; */
    /* z-index: 2; */
/* } */
/* ul.smart-choose-left .why-img::before { */
        /* border-top: 2px dashed #666666; */
    /* bottom: 55px; */
    /* z-index: -1; */
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* width: 40px; */
    /* right: -20px; */
/* } */
/* ul.smart-choose-left li::after { */
    /* border-top: 2px dashed #666666; */
    /* bottom: 33px; */
    /* z-index: -1; */
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* width: 65px; */
    /* right: -86px; */
    /* -webkit-transform: rotate(35deg); */
    /* transform: rotate(35deg); */
/* } */
/* ul.smart-choose-left li:nth-child(3) .why-img::after { */
        /* bottom: 83px; */
    /* right: -57px; */
/* } */
/* ul.smart-choose-left li:nth-child(3)::after { */
    /* -webkit-transform: rotate(-48deg); */
    /* transform: rotate(-48deg); */
    /* bottom: 89px; */
    /* right: -76px; */
/* } */
/* ul.smart-choose-left li:nth-child(2n) .why-img::before { */
    /* right: 0; */
    /* left: -23px; */
/* } */
/* ul.smart-choose-left li:nth-child(2n) .why-img::after { */
    /* left: -64px; */
/* } */
/* ul.smart-choose-left li:nth-child(2n)::after { */
    /* left: -80px; */
    /* right: auto; */
    /* -webkit-transform: rotate(-38deg); */
    /* transform: rotate(-38deg); */
    /* bottom: 36px; */
/* } */
/* ul.smart-choose-left li:nth-child(4) .why-img::after { */
      /* bottom: 81px; */
    /* left: -57px; */
/* } */
/* ul.smart-choose-left li:nth-child(4)::after { */
    /* -webkit-transform: rotate(48deg); */
    /* transform: rotate(48deg); */
    /* bottom: 83px; */
/* } */
.smart-call-btn {
    text-align: center;
	margin-top: 35px;
}
ul.smart-choose-left li:nth-child(3), ul.smart-choose-left li:nth-child(4) {
    margin-bottom: 0;
}


ul.smart-choose-left {
    text-align: center;
}
ul.smart-choose-left .why-img {
    width: 150px;
    height: 150px;
    background: #3ec2f4;
	    margin: auto;
    border-radius: 50%;
    text-align: center;
	position: relative;
	margin-bottom: 18px;
	
}
ul.smart-choose-left>li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 55px;
}
ul.smart-choose-left .why-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}
ul.smart-choose-left .smart-choose-head {
    font-size: 18px;
    margin-bottom: 5px;
	text-align: center;
}
ul.smart-choose-left .smart-choose-content {
    color: #535353;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}








.close-menu-button.icon-close {
    display: none;
}
input.wpcf7-not-valid:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), select, textarea.wpcf7-not-valid {
    border-color: #ff0000;
}
.newsletter-email input#subnewsemail.error,.newsletter-email input#subnewsemail.news_error {
    border-color: #ff0000;
}
nav#site-navigation {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    text-align: left;
}
.smart-abt-pop-main {
    position: fixed;
    top: 0;
    z-index: 11;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    bottom: 0;
}
.smart-pop {
       background: #fff;
    max-width: 600px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 20px;
    text-align: center;
    padding-top: 50px;
    
    border: 4px solid #16C2F4;
	height: 420px;
        overflow-y: auto;;
}
.smart_cross{
	position: absolute;
    right: 15px;
    top: 15px;
	width: 30px;
    height: 30px;
	background: #ccc;
	line-height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	    cursor: pointer;
}
.smart_cross::after {
    content: 'X';
    
    font-size: 20px;
}
.smart_cross:hover {
    background: #16C2F4;
    color: #fff;
}
.smart-abt-popup {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.smart-pop p{
	text-align:center;
}
html.show-popup {
    overflow: hidden;
}
.tp a.top-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    padding: 5px;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #3ec2f4;
	    z-index: 10;
}
.tp a.top-btn::after {
    content: "\f062";
    font-family: Fontawesome;
}
.tp a.top-btn:hover {
    background-color: #000;
}
form#epicwin_subscription .email-form .smart.name span {
    font-weight: bold;
}
.smart-footr-cont ul li.icon.addr-icon span {
    font-weight: 700;
    font-size: 18px;
}
.epicwin-subscription .email-subscribe .loading {
    position: absolute;
    top: 37%;
    right: 35px;
}
.main-navigation .main-menu > li:last-child > a{
  
    padding-right: 0;
}


.smart-about-head {
    position: relative;
    margin-bottom: 30px !important;
	    text-align: center;
}
.smart-about-head > * {
    display: inline-block;
    vertical-align: top;
}
.smart-about-head .smart-home-head {
    position: static;
    margin-bottom: 0 !important;
}
.smart-about-head img {
    margin-top: 20px;
    margin-left: 12px;
}
.slider-image-wrap .banner-text h3 span {
    font-family: 'Poppins', sans-serif;
    line-height: 0.1;
}
.smart-quick-contact li a:before {
    
    content: "\f16d";
    font-family: Fontawesome;
    font-size: 20px;
    color: #fff;
}
/**************contact-form**********/

.contact-form .smart-contact-form {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form form {
  margin: auto;
  max-width: 800px;
  padding: 0 15px;
}
.contact-form .smart-contact-form input:not([type="submit"]) {
  height: 50px !important;
  border-radius: 50px !important;
  padding: 0 30px;
  border: 1px solid #666 !important;
  background-color: #ffff;
}
.contact-form .smart-contact-form > span {
  margin-bottom: 17px;
}
.contact-form .smart-contact-form textarea {
  border: 1px solid #666 !important;
  border-radius: 12px;
  height: 150px;
  padding: 10px 30px;
}
.contact-form .smart-contact-form textarea.wpcf7-not-valid, .contact-form .smart-contact-form input.wpcf7-not-valid {
  border-color: red !important;
}
.contact-form .smart-contact-form .sub {
  width: 100%;
}
.contact-form-section {
  padding-bottom: 0 !important;
}
.contact-form .smart-contact-form + p {
  display: none;
}





/* fonts used */


/* font-family: 'Poppins', sans-serif; */
/* font-family: 'BEHATRICE'; */
/* font-family: 'Montserrat', sans-serif; */
