/*
Theme Name: AJML Group 2022
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/slicknav.css');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;700&display=swap');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Libre Franklin', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	font-weight:700;
	margin:0 0 30px 0;
	line-height:42px;
}
h2 {
	font-size:28px;
	font-weight:700;
	margin:0 0 30px 0;
	line-height:38px;
}
h3 {
	font-size:24px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:34px;
}
h4 {
	font-size:20px;
	margin:0 0 20px 0;
	line-height:30px;
	font-weight:700;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#386b9f;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1200px;
}
.container2 {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1400px;
}
.slicknav_menu {
	display:none;
}
#top-header {
	width:100%;
	position:relative;
	z-index:998;
	padding:8px 0;
	height:24px;
	color:#fff;
	background:#16407c;
}
.email {
	margin:0;
	float:right;
	color:#fff;
	font-size:15px;
}
#top-header i {
	margin:0 5px 0 0;
}
.phone {
	margin:0 0 0 30px;
	float:right;
	color:#fff;
	font-size:15px;
}
.mobile {
	margin:0 0 0 30px;
	float:right;
	color:#fff;
	font-size:15px;
}
#top-header a {
	color:#fff;
}
.address {
	margin:0;
	float:left;
	color:#fff;
	font-size:15px;
}
#header {
	position:relative;
	width:100%;
	z-index:999;
	height:100px;
	background:#fff;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	position:relative;
	margin:12px 0 0 0;
}
#header .menu {
	list-style-type:none;
	margin:45px 0 0 0;
	position:relative;
	float:right;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 25px;
}
#header .menu li a {
	color:#16407c;
	text-decoration:none;
	font-size:20px;
	font-weight:300;
}
#header .menu li.current-menu-item a {
	font-weight:700;
}
#header .menu li ul {
	position:absolute;
	display:block;
	width:200px;
	top:25px;
	left:-10px;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	display:none;
}
#header .menu li ul li {
	display:block;
	margin:0 0 0 0;
	line-height:20px;
}
#header .menu li ul li a {
	color:#fff;
	background: #f47521;
	padding:5px 5%;
	width:90%;
	display:block;
	border-bottom:1px solid #f08945;
	font-size:15px;
	line-height:20px;
	transition:all .5s;
}
#header .menu li ul li a:hover {
	background:#da6517;
}
#header .menu li:hover ul {
	display:block;
}
#header .menu li.current-menu-item ul li a {
	font-weight:400 !important;
}
img {
	max-width:100%;
	height:auto;
}
#slider {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
	top:-140px;
	margin:0 0 -140px 0;
}
.banner {
	position:absolute;
	top:50%;
	left:0;
	margin:0;
	width:100%;
	text-align:center;
	z-index:500;
}
.banner p {
	color:#fff;
	font-size:22px;
	line-height:30px;
	font-weight:300;
	width:900px;
	margin:0 auto;
}
#slider .cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
#slider .cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide1.jpg) no-repeat top center fixed;
	background-size:cover;
}
#slider video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position:relative;
	z-index:0;
}
#slider .overlay {
	background:rgba(0,0,0,0.65);
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:400;
}
#inner {
	width:100%;
	clear:both;
	height:125px;
	background:url(images/inner.jpg) no-repeat center center;
	background-size:cover;
	padding:75px 0 0 0;
	color:#fff;
	position:relative;
	z-index:0;
}
#inner img {
	width:350px;
	float:right;
}
.inner h1, .inner h3 {
	float:left;
	color:#fff;
	font-size:40px;
	line-height:1em;
	padding:15px 0 0 0;
	display:inline-block;
	font-weight:300;
}
#content {
	padding:75px 0;
	position:relative;
	z-index:300;
}
#services {
	width:100%;
	padding:100px 0;
	position:relative;
	z-index:0;
	background:#f3f3f3;
	text-align:center;
	overflow:hidden;
}
#services h2 {
	font-weight:400;
	font-size:40px;
	margin:0 0 50px 0;
}
.serv {
	width:27.33%;
	float:left;
	padding:45px 1%;
	text-align:center;
	margin:0 2%;
	background:#fff;
}
.serv img {
	margin:0 0 10px 0;
}
.serv h3 {
	font-size:24px;
}
.serv1 p {
	padding:0 30px;
}
.serv2 p {
	padding:0 10px;
}
.serv3 p {
	padding:0 30px;
}
.serv a {
	color:#333;
}
#testimonials {
	padding:120px 0 200px 0;
	width:50%;
	float:left;
	position:relative;
	background:url(images/testimonials.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
	overflow:hidden;
}
.testimonials {
	padding:0 120px;	
}
.testimonials h2 {
	margin:0 0 50px 0;
	font-size:32px;
}
#about {
	padding:120px 0;
	width:50%;
	float:right;
	position:relative;
	overflow:hidden;
}
.about {
	padding:0 120px;
	text-align:right;
}
.about h2 {
	margin:0 0 50px 0;
	font-size:32px;
}
ul.tabs {
	position:relative;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	left:0;
	z-index:991;
}
ul.tabs li {
	background: #f3f3f3;
	border-bottom:1px solid #ccc;
	position:relative;
	color: #333;
	display: inline-block;
	cursor: pointer;
	padding:0 30px;
	height:50px;
	line-height:50px;
	margin:0 10px 0 0;
	float:left;
}
ul.tabs li.current {
	background:#f47521;
	color: #fff;
	font-weight:700;
}
.tab-content {
	clear:both;
	display: none;
	padding:50px 0;
}
.tab-content.current {
	display: inherit;
}
.tab-content h3 {
	font-size:20px;
	line-height:28px;
	margin:0 0 15px 0;
}
.col-sm-l {
	width:55%;
	float:left;
	margin:0 0 25px 0;
}
.col-sm-r {
	width:42%;
	float:right;
	margin:0 0 25px 0;
}
.col-sm-r ul {
	float:left;
	display:block;
	clear:both;
	list-style-type:none;
	margin:0 0 20px 0;
}
.col-sm-r ul li {
	width:47%;
	float:left;
	padding:0;
	margin:0 3% 5px 0;
}
.testimonial {
	padding:30px 0;
	border-bottom:1px dashed #ccc;
	margin:0 0 30px 0;
}
.services-content {
	width:70%;
	float:right;
}
.aside {
	width:26%;
	float:left;
}
.aside h3 {
	background:#16407c;
	font-weight:400;
	color:#fff;
	width:90%;
	padding:10px 5%;
	margin:0;
}
.aside ul {
	margin:0;
	list-style-type:none;
}
.aside ul li {
	display:block;
}
.aside ul li a {
	display:block;
	color:#333;
	padding:10px 5%;
	width:90%;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
}
.aside ul li.current-menu-item a {
	font-weight:700;
}
.set {
	position: relative;
	width: 100%;
	height: auto;
	margin:15px 0px;
}
.set a.toggle {
	position: relative;
	color:#333;
	display: block;
	padding: 5px 40px 5px 10px;
	text-decoration: none;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	background:#fff;
	border:1px solid #ddd;
}
.set a.toggle i {
	position:absolute;
	top:10px;
	right:10px;
}
.content a {
	text-decoration:underline;
	display:block;
	padding:0 0 5px 0;
}
.content {
	display:none;
	padding:10px 10px;
}
#stats {
	padding:75px 0;
	background:#f3f3f3;
}
.stat {
	width:17%;
	float:left;
	background:#fff;
	padding:40px 2%;
	text-align:center;
	margin:0 2% 0 2%;
	height:270px;
}
.stat span {
	display:block;
	font-size:50px;
	padding:5px 0 20px 0;
	color:#f08945;
	font-weight:700;
}
.stat .first {
	min-height:90px;
}
.stat .morethan {
	font-weight:700;
}
.stat .last {
	font-weight:700;
}
.alignright, .wp-post-image {
	float:right;
	margin:0 0 50px 70px;
}
.alignleft {
	float:left;
	margin:0 70px 50px 0;
}
#top-footer {
	padding:75px 0;
	background:#131313;
	color:#fff;
}
.fcol-1 {
	width:33.33%;
	float:left;
	margin:0 0 0 0;
	text-align:center;
}
.fcol-3 {
	width:33.33%;
	float:right;
	margin:0 0 0 0;
	text-align:center;
}
.fcol-1 ul {
	margin:0;
	list-style-type:none;
}
.fcol-1 ul li {
	padding:0;
	width:100%;
	text-align:center;
	margin:0 0 0px 0;
}
.fcol-1 ul li ul {
	display:none;
}
.fcol-1 ul li a {
	color:#fff;
	text-decoration:none;
}
.fcol-2 {
	width:33.33%;
	float:left;
	margin:0 0;
	text-align:center;
}
.fcol-2 img {
	max-width:320px;
	height:auto;
	margin:40px 0 0 0;
}
.fcol-3 a {
	color:#fff;
	text-decoration:none;
}
#footer {
	padding:25px 0;
	background:#fff;
	color:#999;
}
#footer p {
	font-size:13px;
	text-align:center;
	width:100%;
	margin:0 0 0 0;
}
#footer p a {
	color:#999;
	text-decoration:none;
}
#form {
	width:55%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:40%;
	float:right;
	margin:40px 0 30px 0;
}
.map {
	width:100% !important;
	height:350px;
	margin:15px 0 0 0;
	border: 1px solid #eee !important;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height:200px;
	margin:0 0 15px 0;
	font-family: inherit !important;  
}
.wpcf7 p {
    color: #333;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"]{
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
}
.wpcf7 select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:100%;
	padding:10px 5px;
	margin:0 0 5px 0;
	height:50px;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#16407c;
	font-size:16px;
	display:block;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {

}
.main {
	width:65%;
	float:left;
}
.main .post h2 {
	font-size:26px;
	line-height:36px;
	margin:0 0 20px 0;
}
.sidebar {
	width:27%;
	padding:30px 1.5%;
	background:#f3f3f3;
	float:right;
	border: 1px solid #ccc;
}
.sidebar h3 {
	font-size:24px;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.post {
	margin:0 0 30px 0;
}
.share {
	display:block;
	margin:15px 0;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#16407c;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
@media only screen and (max-width: 1200px) {

	
	
}

@media only screen and (max-width: 1024px) {
	#header .menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#top-header {
		display:none;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
		height:auto;
		background-image:none;
	}	
	.logo {
		float:none;
		margin:20px 0;
		max-width:250px;
		height:auto;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.mblock {
		display:block;
	}
	.alignright, .alignleft, .wp-post-image {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}	
	#services, #content {
		text-align:center;
		padding:40px 0;
	}
	#inner h1, #inner h3 {
		text-align:center;
	}
	#testimonials {
		padding:70px 0 70px 0;
		width:100%;
		float:none;
		min-height:450px;
	}
	.testi p {
		font-size: 15px;
		margin: 0 0 15px 0;
		line-height: 20px;
	}
	.testimonials {
		padding:0 50px;
		text-align:center;
	}
	.testimonials h2 {
		margin:0 0 30px 0;
		font-size:26px;
	}
	#about {
		padding:70px 0;
		width:100%;
		float:none;
		position:relative;
	}
	.about {
		padding:0 50px;
		text-align:center;
	}
	.about h2 {
		margin:0 0 30px 0;
		font-size:26px;
	}
	.services-content {
		width:100%;
		float:none;
	}
	.aside {
		display:none;
	}
	.stat {
		width:42%;
		margin:0 2% 20px 2%;
		height:320px;
	}
	.stat span {
		font-size:40px;
		font-weight:700;
	}
}
@media only screen and (max-width: 800px) {
	#top-footer {
		padding:50px 0;
	}
	.fcol {
		width:96%;
		float:left;
		margin:0 2% 25px 2%;
		text-align:center;
	}
	.fcol ul {
		margin:0;
		list-style-type:none;
	}
	.fcol ul li {
		width:100%;
		float:none;
		text-align:center;
		padding:0;
		margin:0 0 5px 0;
	}
	.main, #form, #details {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
		border: none;
	}
	.sidebar ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	.sidebar ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}
	#slider {		
		height:600px;
	}
	#slider .cycle-slideshow {
		height:600px;
	}
	#slider .cycle-slideshow #slide1 {
		height:600px;
		background:url(images/slide1.jpg) no-repeat right center scroll;
		background-size:1064px 600px;
	}
	.share {
		display:inline-block;
		margin:0 auto;
	}
	.inner h1, .inner h3 {
		text-align:center;
	}	
	.fcol-2 img {
		max-width: 250px;
		height: auto;
		margin: 0 0 0 0;
	}
	.banner {
		position:absolute;
		bottom:10%;
		left:0;
		margin:0 5%;
		width:85%;
		padding:20px 2.5% 20px 2.5%;
		text-align:center;
		z-index:500;
	}
	#inner {
		text-align:center;
	}
	.banner p {
		font-size:16px;
		line-height:24px;
		width:90%;
	}
	.serv {
		width:96%;
		float:left;
		padding:45px 1%;
		margin:0 1% 25px 1%;
	}
	.serv1 p {
		padding:0 10px;
	}
	.serv2 p {
		padding:0 10px;
	}
	.serv3 p {
		padding:0 10px;
	}
	#inner {
		text-align:center;
	}
	#inner img {
		display:none;
	}
	.inner h1, .inner h3 {
		float:none;
		color:#fff;
		font-size:40px;
		line-height:1em;
		padding:0;
		display:block;
		font-weight:300;
		text-align:center;
	}
	#content ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	#content ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}
	.col-sm-l {
		width:100%;
		float:none;
		margin:0 0 25px 0;
	}
	.col-sm-r {
		width:100%;
		float:none;
		margin:0 0 25px 0;
	}
	.col-sm-r ul {
		float:none;
	}
	.col-sm-r ul li {
		width:100%;
		float:none;
		padding:0;
		margin:0 0 5px 0;
	}
	
}
@media only screen and (max-width: 500px) {
	.stat {
		width:92%;
		margin:0 2% 20px 2%;
		height:auto;
	}
}