@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,400;1,500&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #424242;
	line-height: 22px;
	overflow-x: hidden;
	min-width: 320px
}
.loader {
	display: inline-block;
	width: 80px;
	position: fixed;
	height: 80px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ec1f28;
  border-color: #ec1f28 transparent #ec1f28 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


a {
	color: #F2783A;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

a:hover {
	color: #ec1f28;
	text-decoration: underline
}

img {
	border: 0;
	outline: none
}

strong,
b {
	font-weight: 600
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 500;
}

h2 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 500;
}

h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 40px;
}

h4 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 36px;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 34px;
}

h6 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 32px;
}

img {
	max-width: 100%;
	height: auto
}

p {
	padding-bottom: 20px;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	opacity:0;
}

.home {
	background: #424242
}

header {
	background: url(../images/header-bg.png) no-repeat center center;
	background-size: cover;
	padding: 20px;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10
}

.logo {
	font-size: 0;
	line-height: 0
}

nav {
	flex-grow: 1;
}

nav ul {
	list-style-type: none;
	text-align: right
}

nav ul li {
	padding: 0 10px;
	font-size: 14px;
	display: inline-block
}

nav ul li a {
	color: #fff;
}

nav ul li a:hover {
	text-decoration: none;
	color: #fff
}

nav ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	margin-top: 4px;
	transition: width .3s ease, background-color .5s ease;
}

nav ul li a:hover:after,
nav ul li a.active:after {
	width: 100%;
	background: #EC1F28;
}

.bannerContainer {
	position: relative;
	font-size: 0;
	line-height: 0
}

.bannerContainer img {
	width: 100%
}

.bannerContent {
	position: absolute;
	max-width: 60%;
	margin: 0 auto;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	z-index: 1;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
}

.bannerContent>h1>span {
	color: #ec1f28
}

.readMore {
	border: 1px solid #ec1f28;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	transition: all 200ms linear
}

.readMore:hover {
	background: #ec1f28;
	color: #fff
}

.moreContent {
	display: none
}

.aboutUslink {
	position: absolute;
	bottom: 80px;
	right: 110px;
	font-size: 18px;
	line-height: 24px;
	width: 100px;
	height: 100px;
}

.aboutUslink a:before {
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: #ec1f28 1px solid;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.aboutUslink a:after {
	content: "";
	border: solid #ec1f28;
	border-width: 0 2px 2px 0;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 8px;
	transform: rotate(45deg) translateX(60px);
	-webkit-transform: rotate(45deg) translateX(60px);
}

.aboutUslink a:hover {
	text-decoration: none
}

.aboutUslink a {
	color: #fff;
	padding-left: 30px;
	display: block;
	white-space: nowrap
}

.greyContainer {
	background: #e8e8e8;
	border-radius: 0 0 50px 50px;
	padding-bottom: 100px
}

.aboutUs {
	padding: 100px 0 0
}

.aboutUs h2 {
	color: #ec1f28;
	margin-bottom: 40px;
	border-bottom: 1px solid #ec1f28;
	padding-bottom: 10px;
	display: inline-block;
	float: right;
	width: 30%
}

.missionVisionBlock {
	display: flex;
	clear: both;
	padding: 0 50px
}

.missionVisionBlock>div {
	width: 33.33%;
	background-color: #ec1f28;
	color: #fff;
	padding: 35px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	border-radius: 40px;
}

.missionVisionBlock>div:nth-child(2) {
	padding: 0;
	font-size: 0;
	line-height: 0;
	transform: translateY(50px);
	border-radius: 0;
	background: none
}

.missionVisionBlock>div:nth-child(2) img {
	width: 100%
}

.missionVisionBlock>div:nth-child(3) {
	transform: translateY(100px);
}

.missionVisionBlock>div:nth-child(1)>p:before,
.missionVisionBlock>div:nth-child(3)>p:before {
	display: block;
	content: '""';
	margin-left: -10px;
}

.missionVisionBlock>div:nth-child(1)>p:after,
.missionVisionBlock>div:nth-child(3)>p:after {
	display: block;
	content: '""';
	padding-top: 10px;
	text-align: right;
	margin-right: -10px
}


.aboutusGreyblock {
	margin-top: 200px;
	display: flex
}

.aboutusGreyblock>div {
	width: 50%;
	padding: 50px;
	position: relative
}

.aboutusGreyblock>div:first-child {
	padding-right: 0
}

.auscon {
	padding-right: 50px;
}

.aboutusGreyblock h4 {
	margin-bottom: 40px;
	border-bottom: 1px solid #424242;
	padding-bottom: 10px;
	display: inline-block;
	float: right;
	width: 100%
}

.aboutusGreyblock>div:last-child {
	background: #424242;
	color: #fff
}

.aboutusGreyblock>div:last-child:before {
	content: "";
	border-left: 5px solid #fff;
	position: absolute;
	left: -5px;
	width: 100%;
	height: calc(100% - 30px);
	top: 30px;
	z-index: 0;
	border-bottom: 5px solid #fff;
}

.blockRgt ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #e8e8e8;
	border-radius: 10px
}

.blockRgt ul li {
	width: 50%;
	text-align: center;
	padding: 20px;
	border-right: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
	transition: all 200ms linear
}

.blockRgt ul li:hover {
	color: #ec1f28
}

.blockRgt ul li:nth-child(2),
.blockRgt ul li:nth-child(4) {
	border-right: 0
}

.blockRgt ul li:nth-child(3),
.blockRgt ul li:nth-child(4) {
	border-bottom: 0
}

.blockRgt ul li span {
	display: block
}


.whyChooseUs {
	padding: 50px 0 0;
	font-size: 14px
}

.whyChooseUs h2 {
	color: #ec1f28;
	margin-bottom: 40px;
	border-bottom: 1px solid #ec1f28;
	padding: 0 0 10px 20px;
	display: inline-block;
	float: left;
	width: 30%
}

.whyCuBlk {
	clear: both;
	display: flex;
	padding: 20px 40px
}

.whyCuBlk>div {
	width: 50%
}

.block1 {
	width: 70%
}

.block2 {
	padding: 50px 0 0 50px;
	width: 90%
}

.block3 {
	padding: 0 0 0 32%;
}

.block4 {
	padding: 0 0 0 35%;
}


.whyCuBlk>div:last-child {
	padding: 50px 0 0
}

.whyCuBlk>div.whycucircle {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 2px solid #bababa;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.whycucircle>span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ec1f28;
	color: #fff;
	position: absolute;
	line-height: 40px;
	text-align: center;
	font-weight: 500
}

.whycucircle>span:first-child {
	right: 5px;
	top: 47px;
}

.whycucircle>span:nth-child(2) {
	right: -5px;
	bottom: 60px;
}

.whycucircle>span:nth-child(3) {
	left: 25px;
	bottom: 23px;
}

.whycucircle>span:nth-child(4) {
	left: 45px;
	top: 0;
}


footer .midContainer {
	padding: 30px 20px;
	color: #fff;
	display: flex;
	font-size: 14px;
}

footer .midContainer img {
	width: 200px;
	margin-bottom: 10px;
}

footer ul {
	list-style: none
}

footer ul li {
	padding-bottom: 10px
}

footer ul li:last-child,
footer .midContainer>div:nth-child(2)>p {
	padding: 0
}

footer svg {
	width: 50px;
	height: 50px
}

footer .midContainer>div {
	width: 30%;
	padding: 0 30px
}

footer .midContainer>div:nth-child(2)>p {
	padding-bottom: 10px;
}

footer .midContainer>div:last-child {
	width: 10%;
	display: flex;
	align-items: flex-end;
}

footer a {
	color: #fff
}

footer svg .s0 {
	fill: #fff;
	transition: all 200ms linear
}

footer svg .s1 {
	fill: #424242;
	transition: all 200ms linear
}

footer a:hover svg .s1 {
	fill: #ec1f28
}

.joinusCon {
	background: #e8e8e8
}

.joinusCon .joineUs {
	background: #424242;
	border-radius: 0 0 50px 50px
}

.joineUs {
	display: flex;
	padding: 180px 0 50px;
	color: #fff;
	align-items: center;
}

.joineUs>div {
	width: 50%;
	padding: 0 50px
}

.joinusimg {
	text-align: right;
}

.joinusimg img {
	width: 80%
}

.sayHelloBtn {
	text-align: center;
}

.sayHelloBtn img {
	width: 100px
}

.contactBanner {
	font-size: 0;
	line-height: 0;
	background: url(../images/contactus.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 30px;
	text-align: center;
	color: #fff
}


.contactUs {
	background: #e8e8e8
}

.contactUs .greyContainer {
	background: #424242
}

.contactUs footer .midContainer,
.joinusCon footer .midContainer {
	background: #e8e8e8;
	color: #585858
}

.contactUs footer .midContainer a,
.joinusCon footer .midContainer a {
	color: #585858
}

.contactUs footer .midContainer a:hover,
.joinusCon footer .midContainer a:hover {
	color: #ec1f28
}

.contactUs footer svg .s0,
.joinusCon footer svg .s0 {
	fill: #424242
}

.contactUs footer svg .s1,
.joinusCon footer svg .s1 {
	fill: #fff;
	transition: all 200ms linear
}

.contactUs footer a:hover svg .s0,
.joinusCon footer a:hover svg .s0 {
	fill: #ec1f28
}

.contactUs footer a:hover svg .s1,
.joinusCon footer a:hover svg .s1 {
	fill: #fff
}


.sayHelloBlock {
	display: flex;
	text-align: center;
	padding: 100px 50px 0;
	color: #fff
}

.sayHelloBlock>div {
	width: 33.33%;
	border-right: 1px solid #fff
}

.sayHelloBlock>div:last-child {
	border: 0
}

.sayHelloBlock img {
	margin-bottom: 10px;
}

.sayHelloBlock a {
	color: #fff
}

.sayHelloBlock a:hover {
	color: #ec1f28
}

.mapContainer {
	position: relative;
	padding-bottom: 25.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 900px;
	margin: 80px auto 0;
}

.mapContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.serviceMainSec {
	display: flex;
	padding: 200px 50px 0;
}

.ServiceLft {
	width: 30%;
	border-right: 1px solid #424242;
	padding: 20px 0
}

.dropdown {
	display: none;
}

.ServiceLft ul {
	list-style: none
}

.ServiceLft ul li {
	margin: 0 0 20px;
	position: relative;
	cursor: pointer;
	transition: all 200ms linear
}

.ServiceLft ul li.active {
	font-weight: 500
}

.ServiceLft ul li:hover {
	color: #ec1f28
}

.ServiceLft ul li.active:after {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #ec1f28;
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
}

.ServiceRgt {
	width: 70%;
	padding-left: 50px;
	height: 100%
}

.serviceimgdes {
	display: none;
}

.serviceimgdes.active {
	animation: opacity 1s;
	display: flex;
}

.ServiceRgt:hover .serviceImg {
	-webkit-box-shadow: 10px 10px 0px 0px #ec1f28;
	-moz-box-shadow: 10px 10px 0px 0px #ec1f28;
	box-shadow: 10px 10px 0px 0px #ec1f28;
}

.serviceImg {
	height: 100%;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
	font-size: 0;
	line-height: 0;
	border-radius: 32px;
	width: 50%;
	transition: all 200ms linear
}

.serviceDes {
	padding-left: 40px;
	width: 50%
}
.servicesFullpage .ServiceLft ul li{ pointer-events:none}


@keyframes opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}