@charset "utf-8";
/*
Theme Name: AU Digital
Theme URI: 
Author: AU Digital
Author URI: http://audigital.com.au
Description: AU Digital  Theme
Version: 2.0

 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

body {font: 1rem/1.55em 'Inter', sans-serif; color: #444;}

a {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {text-decoration: none; outline: none;}

.button.is-danger {
	background-color: #e11e26; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: .9rem;
	border-radius: 0;
	}

.padding-section {padding: 4rem 0;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.tick li {
	text-indent: -30px;
	margin-left: 30px;
	line-height: 2em;
	list-style: none;
}
ul.tick li:before {
	content: '\f00c';
	color: #DACEC3;
	font-family: "FontAwesome";
	margin-right: 10px;
}

img.alignleft {float: left; margin: 0 30px 30px 0;}
img.alignright {float: right; margin:  0 0 30px 30px;}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	}
header.sticky {position: fixed; background: #FFF;}

header .container {
	display: flex;
	align-items: flex-end;
}

#logo {	padding: .5rem 0; }
#logo img {max-width: 150px; height: auto;}

header nav {flex: 1 1 auto;}
header .widgets {padding: .5rem 0;}
header .widgets a {
	color: #666;
	display: inline-block;
	padding: 0 1rem;
}
header .widgets a i, header .widgets a:hover {color: #e11e26}


nav ul {margin: 0; padding: 0;}
nav li {position: relative; list-style: none;}
nav li a {display: block;}

nav ul ul, nav ul li:hover ul ul, nav ul ul li:hover ul ul {display: none;}
nav ul li:hover ul, nav ul ul li:hover ul, nav ul ul ul li:hover ul {display: block;}

#menu-main-menu {display: flex; justify-content: flex-end; }
#menu-main-menu > li > a {
	color: #111;
	text-transform: uppercase;
	padding: .8rem 1rem ;
	border: 2px solid transparent;
}
#menu-main-menu > li:hover > a {background: #e11e26; color: #FFF; border-bottom-color: #111;}

#main-menu ul ul{
	position: absolute;
	width: 240px;
}
#main-menu li li a {
	text-transform: uppercase;
	padding: 0 2rem;
	line-height: 2em;
}
#main-menu li li a:hover {}

.page-title {
	padding: 5rem 0 ;
	text-align: center;
}
.page-title h1 {
	margin: 0;
	font-size: 3rem;
	text-transform: uppercase;
}


.content h3 {color: #e11e26; font-size: 1.8rem; }
.content .dark-bg h3 {color: #FFF;}
.content .dark-bg p {color: #FFF;}
.content .dark-bg .frm_message p {color: #333}
.copyright {
	text-align: center;
	padding: 1rem 0;
	background: #f0f0f0;
	font-size: .8rem;
}

.home .content h3.widget-title {margin: 0 0 3rem; font-weight: 300; text-transform: uppercase}

#banner {padding-top: 105px; min-height: 70vh; }
#banner .caption {
	padding: 2.5rem;
	background: rgba(0,0,0,0.6)
}
#banner .cta {display: flex; align-items: center;}
#banner * {color: #FFF;}
#banner h1 {
	line-height: 1.3em;
	font-weight: 300;
	font-size: 1.8rem;
	color: #FFF;
}
#banner h1 strong {color: #E55325}
#banner h2 {margin: 0 0 2rem; font-size: 1.3rem;}

#why-choose-us img {max-height: 100px; width: auto;}

#services .lsow-services .lsow-service {text-align: left !important;}
#services h3.lsow-title {position: relative; padding: 0 0 8px;}
#services h3.lsow-title:after {
	content: '';
	bottom: 0;
	height: 1px;
	background: #e11e26;
	width: 40px;
	position: absolute;
	left: 0;
}

#faq .lsow-accordion.style1 .lsow-panel .lsow-panel-title:after, #faq  .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {color: #e11e26}

#special-offer > div {position: relative}
#special-offer img {
	position: absolute;
	right: 1rem;
	bottom: 0;
}

.contact-form {position: relative}
.contact-form:after {
	content: '';
	position: absolute;
	left: -220px;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 5000px;
	z-index: 1;
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
#contact-us .frm_form_widget {position: relative; z-index: 99}