/* ##########################################################  
-------------------------------------------------------------
					FONTS 
-------------------------------------------------------------
########################################################## */
@import url('../plugins/fontawesome/css/all.min.css');
@font-face {
	font-family: 'HWTArtz';
	src: url('../plugins/fonts/HWTArtz.eot');
	src: url('../plugins/fonts/HWTArtz.eot?#iefix') format('embedded-opentype'),          /*url('../plugins/fonts/HWTArtz.woff2') format('woff2'),*/
         url('../plugins/fonts/HWTArtz.woff') format('woff'),  url('../plugins/fonts/HWTArtz.ttf') format('truetype'),  url('../plugins/fonts/HWTArtz.svg#HWTArtz') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans500';
	src: url('../plugins/fonts/MuseoSansRounded-500.eot');
	src: url('../plugins/fonts/MuseoSansRounded-500.eot?#iefix') format('embedded-opentype'),          /*url('../plugins/fonts/MuseoSansRounded-500.woff2') format('woff2'),*/
         url('../plugins/fonts/MuseoSansRounded-500.woff') format('woff'),  url('../plugins/fonts/MuseoSansRounded-500.ttf') format('truetype'),  url('../plugins/fonts/MuseoSansRounded-500.svg#MuseoSansRounded-500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans700';
	src: url('../plugins/fonts/MuseoSansRounded-700.eot');
	src: url('../plugins/fonts/MuseoSansRounded-700.eot?#iefix') format('embedded-opentype'),          /*url('../plugins/fonts/MuseoSansRounded-700.woff2') format('woff2'),*/
         url('../plugins/fonts/MuseoSansRounded-700.woff') format('woff'),  url('../plugins/fonts/MuseoSansRounded-700.ttf') format('truetype'),  url('../plugins/fonts/MuseoSansRounded-700.svg#MuseoSansRounded-700') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ##########################################################  
-------------------------------------------------------------
					GLOBAL CSS
-------------------------------------------------------------
########################################################## */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'MuseoSans500', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
a, p, img, div, ul, li, span, h1, h2, h3, h4, h5, h6, form, input, select, hr, header, footer, section, article, nav, iframe {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	background: none;
	border: none;
}
a {
	color: #FF6B00;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
a:hover, a:focus {
	color: #666666;
	text-decoration: none;
	outline: none !important;
}
.text-orange {
	color: #FF6B00;
}
.text-grey {
	color: #999999;
}
.text-sm {
	font-size: 14px;
	line-height: 20px;
}
hr {
	height: 1px;
	margin: 30px 0;
	border: none;
	background: #CCCCCC;
}
.main {
	margin: 0;
	padding: 0;
}
section {
	position: relative;
	padding: 120px 0;
	background: #fff;
}
@media screen and (max-width:1366px) {
section {
	padding: 90px 0;
}
}
@media screen and (max-width:767px) {
section {
	padding: 60px 0;
}
}
/* ########## Margins CSS ########## */
.m0 {
	margin: 0;
}
.p0 {
	padding: 0;
}
.mauto {
	margin: 0 auto !important;
}
.mb0 {
	margin-bottom: 0;
}
.mb1 {
	margin-bottom: 10px;
}
.mb2 {
	margin-bottom: 20px;
}
.mb3 {
	margin-bottom: 30px;
}
.mb4 {
	margin-bottom: 40px;
}
.mb5 {
	margin-bottom: 50px;
}
.mb6 {
	margin-bottom: 60px;
}
.mb9 {
	margin-bottom: 90px;
}
.mb12 {
	margin-bottom: 120px;
}
.pt0 {
	padding-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
@media screen and (max-width:1200px) {
.mb0-lg {
	margin-bottom: 0;
}
.mb1-lg {
	margin-bottom: 10px;
}
.mb2-lg {
	margin-bottom: 20px;
}
.mb3-lg {
	margin-bottom: 30px;
}
.mb4-lg {
	margin-bottom: 40px;
}
.mb5-lg {
	margin-bottom: 50px;
}
.mb6-lg {
	margin-bottom: 60px;
}
.pb0-lg {
	padding-bottom: 0;
}
}
@media screen and (max-width:992px) {
.mb0-md {
	margin-bottom: 0;
}
.mb1-md {
	margin-bottom: 10px;
}
.mb2-md {
	margin-bottom: 20px;
}
.mb3-md {
	margin-bottom: 30px;
}
.mb4-md {
	margin-bottom: 40px;
}
.mb5-md {
	margin-bottom: 50px;
}
.mb6-md {
	margin-bottom: 60px;
}
.pb0-md {
	padding-bottom: 0;
}
}
@media screen and (max-width:767px) {
.mb0-sm {
	margin-bottom: 0;
}
.mb1-sm {
	margin-bottom: 10px;
}
.mb2-sm {
	margin-bottom: 20px;
}
.mb3-sm {
	margin-bottom: 30px;
}
.mb4-sm {
	margin-bottom: 40px;
}
.mb5-sm {
	margin-bottom: 50px;
}
.mb6-sm {
	margin-bottom: 60px;
}
.pb0-sm {
	padding-bottom: 0;
}
}
@media screen and (max-width:576px) {
.mb0-xs {
	margin-bottom: 0;
}
.mb1-xs {
	margin-bottom: 10px;
}
.mb2-xs {
	margin-bottom: 20px;
}
.mb3-xs {
	margin-bottom: 30px;
}
.mb4-xs {
	margin-bottom: 40px;
}
.mb5-xs {
	margin-bottom: 50px;
}
.mb6-xs {
	margin-bottom: 60px;
}
.pb0-xs {
	padding-bottom: 0;
}
}
/* ########## Headings CSS ########## */
h1, h2, h3, h4, h5, h6 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: 'HWTArtz', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	background: none;
	border: none;
	font-smooth: always;
}
h1 {
	font-size: 60px;
	line-height: 60px;
}
h2 {
	font-size: 36px;
	line-height: 36px;
}
h3 {
	font-size: 30px;
	line-height: 30px;
}
h4 {
	font-size: 24px;
	line-height: 24px;
}
h5 {
	font-size: 20px;
	line-height: 20px;
}
h6 {
	font-size: 18px;
	line-height: 18px;
}
@media screen and (max-width: 1366px) {
h1 {
	font-size: 48px;
	line-height: 48px;
}
}
@media screen and (max-width: 1024px) {
h1 {
	font-size: 42px;
	line-height: 42px;
}
}
@media screen and (max-width: 576px) {
h1 {
	font-size: 36px;
	line-height: 36px;
}
h2 {
	font-size: 32px;
	line-height: 32px;
}
h3 {
	font-size: 28px;
	line-height: 28px;
}
}
@media screen and (max-width: 360px) {
h1 {
	font-size: 32px;
	line-height: 32px;
}
}
/* ########## Form Elements CSS ########## */
form {
	margin: 0 !important;
	padding: 0 !important;
}
label {
	margin: 0 0 5px 20px;
}
.form-group {
	margin: 0 !important;
	margin-bottom: 15px !important;
	padding: 0 !important;
}
.form-control {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 15px 20px;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #999999;
	font-family: 'MuseoSans500', 'Open Sans', Arial, Helvetica, sans-serif !important;
	background: none;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	vertical-align: middle;
}
.form-control:focus {
	color: #666666 !important;
	border-color: #FF6B00 !important;
	outline: 0;
}
.form-control::placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-ms-input-placeholder {
 color: #999999;
}
.select {
	position: relative;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.select:after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #CCCCCC;
	right: 30px;
	top: 13px;
	padding: 0;
	position: absolute;
	pointer-events: none;
}
.select:before {
	content: '';
	/*right:4px; top:0px;
    width:23px; height:18px;*/
	background: none;
	position: absolute;
	pointer-events: none;
	display: block;
}
.btn {
	min-width: auto !important;
	position: relative;
	display: inline-block;
	padding: 23px 60px;
	margin: 0;
	white-space: nowrap;
	font-weight: 400;
	text-transform: none;
	vertical-align: middle;
	font-family: 'MuseoSans500', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 18px !important;
	color: #fff;
	text-align: center !important;
	text-decoration: none !important;
	background: #FF6B00 !important;
	border: none !important;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
	outline: none !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none !important;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff !important;
	background: #666666 !important;
}
.btn a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
}
.btn:hover a {
	color: #fff !important;
	text-decoration: none !important;
}
.btn-bordered {
	padding: 6px 30px;
	color: #666666;
	background: none !important;
	border: 2px solid #FF6B00 !important;
}
.btn-bordered a {
	color: #666 !important;
}
.btn-bordered:hover, .btn-bordered:focus, .btn-bordered.focus {
	color: #fff !important;
	background: #FF6B00 !important;
}
.btn-bordered-white {
	padding: 6px 30px;
	color: #fff;
	background: none !important;
	border: 2px solid #FF6B00 !important;
}
.btn-bordered-white:hover, .btn-bordered-white:focus, .btn-bordered-white.focus {
	color: #fff !important;
	background: #FF6B00 !important;
}
.btn-big {
	padding: 23px 100px;
}
.btn-sm {
	padding: 10px 70px;
}
.btn-sm2 {
	padding: 10px 30px;
}
.btn-block {
	display: block;
}
.custom-control label {
	color: #999999;
	padding-left: 5px;
}
.custom-checkbox .custom-control-input~.custom-control-label::before {
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	top: 2px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background: none;
	outline: none !important;
	box-shadow: none !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");*/
	background: url("../imgs/icon-check-mark.png") 50% 0 no-repeat !important;
	position: absolute;
	left: -20px;
	top: -1px;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #FF6B00;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");*/
	background: url("../imgs/icon-check-mark.png") 50% 0 no-repeat !important;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(255,107,0,.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(255,107,0,.5);
}
.custom-radio .custom-control-label::before {
	width: 19px !important;
	height: 19px !important;
	top: 2px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	width: 19px;
	height: 19px;
	background-color: #FF6B00;
	outline: none !important;
	box-shadow: none !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
	top: 2px;
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(255,107,0,0);
}
.inputfile {
	width: 70%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 26px;
	z-index: 1;
	margin: 2px 0 0 0;
	padding: 8px 30px;
	text-align: center;
	color: #666666;
	border: 2px solid #FF6B00;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	text-indent: -9999px;
}
.inputfile: + label {
 text-overflow: ellipsis;
 white-space: nowrap;
 cursor: pointer;
 display: block;
 overflow: hidden;
 position: relative;
}
.no-js .inputfile + label {
	display: block;
}
.inputfile:focus + label, .inputfile.has-focus + label {
	outline: none;
}
.inputfile-1 + label {
	width: 79%;
	margin: 2px 0 0 0;
	text-align: center;
	color: #666666;
	background-color: #fff;
	border: 2px solid #FF6B00;
	padding: 10px 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
/*.inputfile-1:focus + label,
.inputfile-1.has-focus + label,*/
.inputfile-1:hover + label {
	color: #fff;
	background-color: #FF6B00;
	outline: none !important;
	cursor: pointer;
}
/* ########## Header CSS ########## */
#header {
	width: 100% !important;
	margin: 0 !important;
	padding: 15px 0 !important;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	background: #fff !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
#header .container-fluid {
	padding-right: 90px;
	padding-left: 90px;
}
#header.header-shrink {
	padding: 10px 0 !important;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.navbar {
	padding: 0;
}
.navbar-brand {
	margin: 0;
	margin-right: 160px;
	padding: 0;
}
.navbar {
	font-family: 'HWTArtz', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 20px;
	color: #666666;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav.navbar-right li {
	margin-right: 20px;
}
.navbar-nav li.call {
	margin-right: 60px;
}
.navbar-nav li a {
	color: #666666;
	text-decoration: none !important;
}
.navbar-nav li a:hover {
	color: #FF6B00;
}
.navbar-nav i.icon-logo img {
	width: 20px;
	height: 20px;
}
.dropdown-menu {
	position: absolute !important;
	right: 0;
	padding: 10px 0;
}
.dropdown-menu .dropdown-item {
	padding: 5px 15px;
}
.dropdown-menu .dropdown-item:hover {
	background: none;
}
.nav-button {
	position:relative; 
	z-index:1111; 
	display:block;
	margin: 0; 	
	padding:0;
}
.nav-button #nav-icon {
	width:24px;
	height:16px;	
	display:inline-block;
	position:relative;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
.nav-button #nav-icon span {
	display:block;
	position:absolute;
	height:3px;
	width:100%;
	background:#666;
	overflow: hidden;
	opacity:1;
	left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
.nav-button:hover #nav-icon span {
	background: #FF6B00;
}
.nav-button #nav-icon span:nth-child(1) {
	top: 0;
}
.nav-button #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 7px;
}
.nav-button #nav-icon span:nth-child(4) {
	top: 14px;
}
.nav-open #nav-icon {
	position: fixed;
	right: 30px;
	top: 30px; 
}
.nav-open #nav-icon span, .nav-open #nav-icon:hover span {
	background: #fff;
}
.nav-open #nav-icon span:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%;
}
.nav-open #nav-icon span:nth-child(2) {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.nav-open #nav-icon span:nth-child(3) {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.nav-open #nav-icon span:nth-child(4) {
	top:9px;
	width:0;
	left:50%;
}
.main-menu {
	width: 100%; 
	height: 100%; 
	opacity: 0; 
	visibility: hidden;
}
.nav-open .main-menu {
	opacity: 1; 
	visibility: visible; 
	background: #FF6B00;
}
.main-menu .nav {
	display: block;
	padding: 90px 60px;
	opacity: 1; 
}
.main-menu .nav li { 
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}
.main-menu .nav li:last-child { 
	display: block;
	margin-bottom: 10px;
}
.main-menu .nav li h1 {
	font-size: 90px;
	line-height: 90px;
	margin-bottom: 10px; 
}
.main-menu .nav li a { 
	display: inline-block;
	color:#fff; 
}
.main-menu .nav li a:hover { 
	color:#000; 
}
@media screen and (max-width: 1600px) {
.main-menu .nav {
	padding: 60px; 
}
.main-menu .nav li h1 {
	font-size: 72px;
	line-height: 72px;
}
}
@media screen and (max-width: 1200px) {
#header .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
}
@media screen and (max-width: 992px) {
.navbar-brand {
	margin-right: 0;
}	
.navbar-left {
		display: none;
}
.navbar-right li.call {
	display: none;
}
.main-menu {
	overflow-y: scroll;
}
.main-menu .nav li h1 {
	font-size: 48px;
	line-height: 48px;
}
}
@media screen and (max-width: 360px) {
.navbar-brand img {
	width: auto;
	height: 35px;
}	
.main-menu .nav {
	padding: 30px; 
}	
.main-menu .nav li h1 {
	font-size: 36px;
	line-height: 36px;
}
}
/* ########## Footer CSS ########## */
footer {
	position: relative;
	margin: 0;
	padding: 120px 0;
}
ul.footer-links {
	margin: 0;
	padding: 0;
}
ul.footer-links li {
	display: block;
	margin-bottom: 5px;
}
ul.footer-links li:last-child {
	display: block;
	margin-bottom: 0;
}
ul.footer-links li a {
	color: #666666;
}
ul.footer-links li a:hover {
	color: #FF6B00;
}
@media screen and (max-width: 767px) {
footer h6, footer ul.footer-links {
	text-align: center;
}
}
/* ##########################################################  
-------------------------------------------------------------
					HOMEPAGE CSS
-------------------------------------------------------------
########################################################## */

/* ########## BOTTOM BAR CSS ########## */
.bottom-bar {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 10px 0 !important;
	background: #fff !important;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.bottom-bar.nbn .navbar-brand {
	display: none;
}
.bottom-bar .navbar-collapse {
	width: 100% !important;
}
.bottom-bar .navbar-nav {
	width: 100%;
	float: none;
}
.bottom-bar .navbar-nav li {
	margin: 0 !important;
	padding: 0 !important;
}
.bottom-bar .navbar-nav li.row {
	width: 100%;
	margin: 0 !important;
	font-family: 'MuseoSans500', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
}
.navbar-nav li a {
	border-bottom: none;
}
a.chat {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	width: 60px;
	height: 60px;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	background: #FF6B00;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
a.chat img {
	margin: 0 auto;
	display: block;
}
a.chat {
	color: #fff;
}
a.chat:hover {
	background: #666666;
}
@media screen and (max-width: 992px) {
a.chat {
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	font-size: 10px;
	line-height: 16px;
}
a.chat img {
	width: auto;
	height: 12px;
}
.bottom-bar {
	min-height: 40px;
}
.bottom-bar .navbar-nav {
	padding-top: 20px;
}
.bottom-bar .navbar-toggler {
	/*float: left !important;*/	
	position: absolute;
	left: -30px;
	top: -4px;
	outline: none !important;
}
.bottom-bar .navbar-brand {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.bottom-bar.nbn .navbar-brand {
	display: block;
}
}
@media screen and (max-width: 1024px) {
.bottom-bar.nbn .text-sm, .bottom-bar.nbn h6 {
	text-align: center;
}
}
@media screen and (max-width: 767px) {
.bottom-bar, .bottom-bar .text-right, .bottom-bar h3, .bottom-bar h6 {
	text-align: center !important;
}
}
@media screen and (max-width: 360px) {
.bottom-bar .navbar-brand {
	font-size: 20px;
}
}
/* ########## BANNER CSS ########## */
.banner {
	margin: 0;
	padding: 0;
	width: 100%:;
	height: 100vh;
}
.banner .banner-text {
	display: table;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}
.banner .banner-text .col-md-12 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.banner-img {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(-50px, -50%);
	-webkit-transform: translate(-50px, -50%);
	-moz-transform: translate(-50px, -50%);
	-o-transform: translate(-50px, -50%);
	-ms-transform: translate(-50px, -50%);
}
.search-bl {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 18px;
	text-align: left;
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.search-bl i {
	position: absolute;
	left: 18px;
	top: 12px;
}
.search-bl .form-control {
	padding-left: 56px;
	border: none;
}
.search-bl .search-box:focus + .search-result {
	display: block;
}
.address-list {
	display: block;
	position: relative;
}
.autocomplete-suggestions {
	width: 100%;
	height: 150px !important;	
	min-height: 150px !important;
	max-height: 150px !important;
	margin-top: 10px;
	padding-right: 10px !important;
	background: #fff; 
	cursor: default; 
	overflow: auto;
	position: relative;
}
.autocomplete-suggestion {
	padding: 10px 5px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 10px 3px 0;
	padding: 15px 20px 15px 70px;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #333333;
	font-family: 'MuseoSans500', 'Open Sans', Arial, Helvetica, sans-serif !important;
	background: #fff;
	border: 1px solid #FF6B00;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	cursor: pointer;
}
.autocomplete-selected, .autocomplete-suggestion:hover {
	color: #fff;
	background: #FF6B00;
}
@media screen and (max-width: 1440px) {
.banner-img img {
	width: auto;
	height: 300px;
}
}
@media screen and (max-width: 1280px) {
.banner {
	height: auto;
	padding: 120px 0;
	display: block !important;
}
.banner-img {
	position: relative;
	top: auto;
	right: auto;
	text-align: center;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
.banner-img img {
	margin: 0 auto 15px auto;
	width: auto;
	height: 200px;
}
.banner .banner-text {
	display: block;
	width: 100%;
	height: auto;
}
.banner .banner-text .col-md-12 {
	display: block;
}
}
@media screen and (max-width: 992px) {
.banner-img img {
	height: 150px;
}
}
@media screen and (max-width: 768px) {
.autocomplete-suggestion {
	padding: 15px 20px;
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.autocomplete-suggestions {
	padding-right: 20px !important;
}
}
/* ########## INTRO CSS ########## */
.intro {
	padding: 0;
	display: block;
}
ul.ratings {
}
ul.ratings li {
	display: inline-block;
	margin-right: 8px;
}
ul.ratings li:last-child {
	margin-right: 0;
}
ul.ratings li i {
	font-size: 30px;
	color: #FF6B00;
}
 @media screen and (max-width: 992px) {
.img-intro {
	width: auto !important;
	height: 300px !important;
}
}
@media screen and (max-width: 767px) {
.intro, .intro .text-right, .intro h3 {
	text-align: center !important;
}
}
/* ########## PRODUCT REVIEW CSS ########## */
.product-review {
}
.product-review .btn {
	font-family: 'MuseoSans700', 'Open Sans', Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
}
.product-review .btn i {
	margin: 0 5px;
}
.product-review .btn:hover svg path {
	fill: #fff !important;
}
/* ##########################################################  
-------------------------------------------------------------
					NBN PAGE CSS
-------------------------------------------------------------
########################################################## */

/* Pricing Plans CSS */
.pricing-plans {
	display: block;
}
.pricing-plans .heading-bl {
	display: block;
	clear: both;
	padding: 20px;
	background: #EEEEEE;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.pricing-plans .col-lg-4 {
	display: block;
	align-self: flex-end;
}
.plans {
	text-align: center;
}
.plans .plan-btn, .plans label {
	/*min-width: 100% !important;*/
	position: relative;
	display: block !important;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px !important;
	color: #666 !important;
	background: none !important;
	border: none !important;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	overflow: visible;
	outline: none !important;
	text-overflow: ellipsis !important;
  	white-space: nowrap !important;
  	white-space:normal !important;
	word-wrap:break-word !important;
}
.plans .plan-btn:hover {
	color: #666666 !important;
}
.plans .plan-btn input[type=radio] {
	opacity: 0;
}
.plans .plan-btn.active {
	outline: none !important;
}
.plans .plan-btn .plan-bl-inner {
	border: 2px solid #999999;
}
.plans .plan-btn.active .plan-bl-inner {
	border-color: #FF6B00;	
}
.plans .plan-btn .plan-bl .popular-plan {
	background: #999999;
}
.plans .plan-btn.active .plan-bl .popular-plan {
	background: #FF6B00;	
}
.pricing-plans .plan-bl {
	/*width: 350px;*/
	position: relative;
	top: 0;
	display: block !important;
	margin: 0 auto !important;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.plan-bl:hover {
	top: -5px;
}
.plan-bl-inner {
	position: relative;
	display: block;
	padding: 50px 40px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.plan-bl:hover .plan-bl-inner {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
/*.pricing-plans .plan-bl-inner.selected {
	border: 2px solid #FF6B00;
}*/
.plan-bl.popular .plan-bl-inner {
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
	-ms-border-radius: 0 0 30px 30px;
}
.plan-bl .popular-plan {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 15px 15px 10px 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	/*background: #FF6B00;*/
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
}
.plan-bl h1, .plan-bl h3 {
	text-align: center;
}
.plan-bl p i {
	position: relative;
	left: -4px;
}
.plan-bl p a i {
	color: #666666;
}
.plan-bl p a i:hover {
	color: #FF6B00;
}
.plan-bl .fa-question-circle {
	margin-left: 10px;
	font-size: 18px;
}
.plan-bl ul {
	display: block;
	width: 90%;
	margin: 20px auto !important;	
}
.plan-bl ul li {
	position: relative;
	padding-left: 28px;
	text-align: left;
	color: #FF6B00;
}
.plan-bl ul li i {
	position: absolute;
	left: 0;
	top: 2px;
	color: #FF6B00;
}
.plan-bl h1 span {
	font-size: 18px;
}
.plan-bl .text-sm {
	text-align: center;
	color: #999999;
}
@media screen and (max-width: 1024px) {
.plan-bl-inner {
	padding: 25px !important;
}
}
@media screen and (max-width: 576px) {
.pricing-plans .heading-bl h3 {
	font-size: 
}	
.plan-bl .btn-sm {
	padding: 10px 30px;
}
}
/* Your Order CSS */
.your-order {}
.your-order .img-mascot {
	width: auto;
	height: 180px;
}
ul.order-list {
}
ul.order-list li {
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}
ul.order-list li:first-child {
	padding-top: 0;
}
ul.order-list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
@media screen and (max-width: 576px) {
ul.order-list li .text-right {
	text-align: left !important;
}
ul.order-list li h3 {
	margin-bottom: 5px !important;
}
}
/* Order Total CSS */
.order-total {
	display: block;
	background: #666666;
}
.order-total, .order-total h1, .order-total h3 {
	color: #fff;
}
.order-total .btn:hover {
	color: #FF6B00 !important;
	background: #fff !important;
}
.order-total .btn-sm2:hover {
	color: #fff !important;
	background: #FF6B00 !important;
}
.promo-bl {
	width: 100%;
	display: inline-block;
	height: 60px;
	padding: 5px 8px;
	background: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.promo-bl .form-control {
	border: none;
}
@media screen and (max-width: 992px) {
.order-total, .order-total .text-right, .order-total h3 {
	text-align: center !important;
}
.order-total .btn {
	display: block;
	width: 100%;
}
}
/* Accordion CSS */
.card {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 0;
}
.card.first {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
.card-header {
	margin: 0;
	padding: 20px 20px 10px 0;
	background: none;
	border-bottom: none;
}
.card-header h5 {
	position: relative;
	font-size: 18px;
	color: #666666;
	text-transform: none;
	cursor: pointer;
	font-family: 'MuseoSans700', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-weight: 700;
}
.card-header h5::before {
	font-family: 'Font Awesome 5 Free' !important;
	content: "\f107";
	float: right;
	color: #CCCCCC;
	font-size: 20px !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.card-header.active h5:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 30px 10px 0;
}
@media screen and (max-width: 1024px) {
.card-header h5 {
	font-size: 16px;
	line-height: 24px;
}
}
/* Why Us CSS */
.whyus {
	display: block;
}
.whyus-item {
	display: block;
	text-align: center;
}
.whyus-item i {
	font-size: 40px;
	color: #FF6B00;
}
.whyus-item h6 {
	text-align: center;
}
.whyus-item p {
	font-size: 14px;
	line-height: 18px;
}
/* ##########################################################  
-------------------------------------------------------------
					MODALS CSS
-------------------------------------------------------------
########################################################## */
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background: rgba(0,0,0,.3);
}
.modal-backdrop.show {
	opacity: 1
}
.modal-content {
	border: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,.1);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.modal-body {
	padding: 90px 120px;
}
.close {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 30px;
	color: #000;
	text-shadow: none;
	opacity: 1;
	z-index: 9;
}
.close:hover {
	color: #FF6B00 !important;
	opacity: 1;
}
@media screen and (max-width: 992px) {
.modal-body {
	padding: 60px;
}
}
@media screen and (max-width: 576px) {
.modal-body {
	padding: 30px;
}
}
/* ##########################################################  
-------------------------------------------------------------
						CHECTOUT PAGES CSS
-------------------------------------------------------------
########################################################## */
.forgot-pass {
	padding-right: 20px;
}
.page-checkout {
	padding-top: 200px !important;
}
@media screen and (max-width: 576px) {
.page-checkout header .navbar-brand {
	float: none !important;
}
.page-checkout header .navbar-brand img {
	width: auto;
	height: 30px;
}
}
.checkout {
}
/* Progress Bar CSS */
ul.progressbar {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	counter-reset: step;
}
ul.progressbar li {
	position: relative;
	width: 25%;
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
ul.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
	text-indent: -99999px;
	background: #CCCCCC;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
ul.progressbar li.active:before {
	background: #FF6B00;
}
ul.progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #CCCCCC;
	position: absolute;
	left: -50%;
	top: 10px;
	z-index: -1;
}
ul.progressbar li:first-child:after {
	content: none;
}
ul.progressbar ul {
	width: 65%;
	position: absolute;
	top: 5px;
	left: 65%;
	right: 0;
}
ul.progressbar li ul li:before {
	width: 12px;
	height: 12px;
	margin: 0 auto;
}
ul.progressbar li ul li:after {
	top: 5px;
}
@media screen and (max-width: 576px) {
ul.progressbar li:before {
	width: 16px;
	height: 16px;
}
ul.progressbar li:after {
	height: 1px;
	top: 8px;
}
ul.progressbar ul {
	top: 4px;
}
ul.progressbar li ul li:before {
	width: 10px;
	height: 10px;
}
}
/* Order Summary CSS */
@media screen and (max-width: 992px) {
#sidebar {
	padding-top: 0 !important;
}
}
.order-summary {
	padding: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.summary-list {
	display: block;
}
/*.summary-list .price {
	padding-right: 5px;
}
.summary-list.finish .price {
	padding-right: 0;
}*/
.summary-list .price i {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 14px;
	color: #CCCCCC;
}
.btn-back {
	margin: 7px 0;
	font-size: 18px;
	vertical-align: middle;
}
.error {
	color: #FF0000;
}
.form-control.error {
	border-color: #FF0000;
}
.add {
	position: relative;
	min-height: 30px;
	padding-left: 40px
}
.add i {
	position: absolute;
	left: 0;
	top: -5px;
	vertical-align: middle;
}
.add i.fa-plus-circle {
	font-size: 30px;
}
@media screen and (max-width: 576px) {
.order-summary {
	padding: 30px;
}
}

.nested-form {
	display: none;
	margin: 0 0 0 30px;
}


