.pagination {
	justify-content: center
}

.pagination li {
	color: #999
}

.pagination li a {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	background-color: transparent;
	color: #002e3e;
	border: 0px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	padding-top: 10px
}

.pagination li a:hover,
.pagination li a:focus {
	color: #82be04;
	background-color: transparent;
	outline: none !important;
	box-shadow: none !important
}

.pagination .page-item a {
	color: #999
}

.pagination .page-item.active a {
	background-color: #82be04;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.nav-tabs .nav-link {
	color: #999;
	background-color: #e5e5e5;
	border: 0px;
	padding: 10px 60px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 17px;
	border-radius: 0px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	background-color: #ddd
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #333;
	background-color: #fff;
	position: relative
}

.nav-tabs .nav-link.active:before,
.nav-tabs .nav-item.show .nav-link:before {
	content: '';
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #0188cf;
	background: linear-gradient(to right, #0188cf 0%, #82be04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0188cf', endColorstr='#82be04', GradientType=1)
}

.tab-content {
	padding: 15px;
	background-color: #ffffff
}

.tab-content .tableHeader {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding-bottom: 20px
}

.tab-content .tableRow {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	border-bottom: solid 1px #ccc;
	padding: 15px 0px
}

.tab-content .tableRow i {
	color: #ccc
}

.tab-content .tableRow:last-child {
	border-bottom: 0px
}

@media (max-width: 767.98px) {
	.tab-content {
		padding: 5px 10px
	}
	.tableRow {
		padding-top: 5px !important
	}
}

@media (max-width: 575.98px) {
	.pagination li span {
		display: none
	}
	.tab-content {
		padding: 5px 10px
	}
	.tab-content .tableRow {
		font-size: 16px;
		line-height: 18px
	}
	.tab-content .tableRow i {
		display: none
	}
}

body {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #000
}

body strong {
	font-weight: 700
}

p,
.smallText {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #000
}

.content {
	padding: 50px 0px 70px 0px;
	min-height: 600px
}

body a {
	color: #002e3e;
	transition: all 0.4s
}

body a:hover,
body a:focus {
	color: #3b8686;
	text-decoration: none;
	outline: none
}

.index {
	min-height: 600px;
	padding-top: 100px
}

.index a {
	color: #82be04;
	font-size: 14px
}

.purple {
	color: #82be04
}

main {
	margin-left: 0px;
	background-color: #f5f5f5;
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1)
}

main p {
	margin-top: 20px;
	margin-bottom: 20px
}

main ul {
	margin-bottom: 0px
}

main a {
	font-weight: 700
}

.orderedList {
	counter-reset: item;
	margin-bottom: 0px
}

.orderedList li {
	display: block;
	text-indent: -20px;
	padding-bottom: 10px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000
}

.orderedList li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #82be04;
	font-weight: 700;
	padding-right: 0px
}

.unorderedList {
	margin-bottom: 0px
}

.unorderedList li {
	display: block;
	text-indent: -20px;
	padding-bottom: 10px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000
}

.unorderedList li:before {
	content: "\2022";
	color: #82be04;
	padding-right: 10px
}

.generic p {
	margin-top: 15px;
	margin-bottom: 15px
}

.generic h2,
.generic h3,
.generic h4,
.generic h5 {
	margin-top: 30px;
	margin-bottom: 10px
}

.backgroundcliptext .thankyou {
	text-align: center
}

.backgroundcliptext .thankyou h1,
.backgroundcliptext .thankyou .h1Span {
	background: url(../img/thankyou.jpg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 155px;
	line-height: 200px;
	display: inline-block
}

.backgroundcliptext .thankyou h1 {
	-webkit-animation: thankyouh1Anim 5s;
	animation: thankyouh1Anim 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.backgroundcliptext .thankyou .h1Span {
	margin-top: -120px;
	-webkit-animation: thankyouSpanAnim 5s;
	animation: thankyouSpanAnim 5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes thankyouh1Anim {
	0% {
		background-position: 100% top
	}
	100% {
		background-position: 60% top
	}
}

@keyframes thankyouh1Anim {
	0% {
		background-position: 100% top
	}
	100% {
		background-position: 60% top
	}
}

@-webkit-keyframes thankyouSpanAnim {
	0% {
		background-position: 100% bottom
	}
	100% {
		background-position: 60% bottom
	}
}

@keyframes thankyouSpanAnim {
	0% {
		background-position: 100% bottom
	}
	100% {
		background-position: 60% bottom
	}
}

.no-backgroundcliptext .thankyou {
	text-align: center
}

.no-backgroundcliptext .thankyou h1,
.no-backgroundcliptext .thankyou .h1Span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 155px;
	line-height: 200px;
	display: inline-block;
	color: #82be04
}

.no-backgroundcliptext .thankyou .h1Span {
	margin-top: -120px
}

@media (max-width: 767.98px) {
	main {
		margin-left: 0px
	}
	.content {
		padding: 40px 0px 70px 0px
	}
}

@media (max-width: 575.98px) {
	body {
		font-size: 18px;
		line-height: 24px
	}
	.thankyou h1,
	.thankyou .h1Span {
		font-size: 125px;
		line-height: 150px
	}
	.generic .content {
		text-align: center;
		padding-top: 20px
	}
	.sitemap .content {
		text-align: center
	}
}

@media (max-width: 420px) {
	.thankyou h1,
	.thankyou .h1Span {
		font-size: 90px;
		line-height: 110px
	}
}

.header {
	position: absolute;
	z-index: 40;
	width: calc(100% - 75px);
	top: 30px;
	left: 75px;
	-webkit-clip-path: inset(0% 0% 100%);
	clip-path: inset(0% 0% 100%)
}

.withBreadcrumb .header {
	top: 35px
}

.animate .header {
	-webkit-clip-path: inset(0% 0% 0%);
	clip-path: inset(0% 0% 0%);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.8s
}

.landscape {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7e3396;
	background: linear-gradient(to bottom, #7e3396 0%, #127dc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e3396', endColorstr='#127dc7', GradientType=0);
	z-index: 998
}

.landscape .landscape__text {
	position: absolute;
	left: 0px;
	top: calc(50% - 18px);
	width: 100%;
	color: #fff;
	font-size: 27px;
	line-height: 34px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700
}

.header__logo img {
	max-height: 101px
}

.header__search {
	text-align: right
}

.header__search a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	padding: 6px 25px;
	border: 1px solid #fff;
	border-radius: 30px;
	transition:  all 0.3s;
}
.header__search a:hover{background-color: #81bd03; border-color: #81bd03;}
.header__search a:before, .header__search a:after{display: none !important;}
.header__search a i{display: none;}

.header__search a:hover,
.header__search a:focus {
	color: #fff
}

.header__search i {
	padding-left: 10px;
	transform: rotate(90deg);
	position: relative;
	top: -5px;
	font-size: 15px;
}

.stickyMenu {
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 75px;
	padding: 25px 0px;
	text-align: center;
	overflow: hidden;
	border: 0px;
	outline: none;
	display: none;
}

.stickyMenu:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
	transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	z-index: 80
}

.stickyMenu__logo,
.stickyMenu__logoB {
	z-index: 90;
	position: relative
}

.stickyMenu__logoB {
	-webkit-animation: logoAnimateOut 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation: logoAnimateOut 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.stickyMenu__logo {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation: logoAnimateIn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation: logoAnimateIn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.stickyMenu__logo__img {
	width: 40px;
	height: 33px;
	background-size: cover;
	background-position: right;
	background-image: url("../img/logoSticky.png");
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	display: inline-block
}

.stickyMenu__logo__img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 33px;
	background-size: cover;
	background-position: left;
	background-image: url("../img/logoSticky.png");
	transition: all 0.4s;
	opacity: 1
}

.stickyMenu__logo:hover .stickyMenu__logo__img:after,
.stickyMenu__logoB:hover .stickyMenu__logo__imgB:after {
	transition: all 0.4s;
	opacity: 0
}

.stickyMenu__logo__imgB {
	width: 40px;
	height: 33px;
	background-size: cover;
	background-position: left;
	background-image: url("../img/logoStickyB.png");
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	position: relative;
	overflow: hidden;
	display: inline-block
}

.stickyMenu__logo__imgB:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	width: 40px;
	height: 33px;
	background-size: cover;
	background-position: right;
	background-image: url("../img/logoStickyB.png");
	transition: all 0.4s;
	opacity: 1
}

.stickyMenu__logoB,
.stickyMenu__burger__titleB {
	display: none;
	z-index: 90;
	position: relative
}

.stickyMenu__burger {
	position: absolute;
	top: calc(50% - 22px);
	width: 100%;
	text-align: center;
	z-index: 90
}

.stickyMenu__burger__title,
.stickyMenu__burger__titleB {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 10px;
	color: #333;
	z-index: 90;
	transition: color 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.stickyMenu__social {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 90
}

.stickyMenu__social a {
	display: block;
	color: #ccc;
	transition: all 0.4s;
	padding-bottom: 10px
}

.stickyMenu__social a:hover,
.stickyMenu__social a:focus {
	color: #82be04
}

.stickyMenu__search {
	display: none
}

#burgerIcon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer
}

#burgerIcon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #444444;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

#burgerIcon:hover {
	opacity: 0.5
}

#burgerIcon span:nth-child(1) {
	top: 0px
}

#burgerIcon span:nth-child(2),
#burgerIcon span:nth-child(3) {
	top: 6px
}

#burgerIcon span:nth-child(4) {
	top: 12px
}

#burgerIcon.open span:nth-child(1) {
	top: 6px;
	width: 0%;
	left: 50%
}

#burgerIcon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#burgerIcon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#burgerIcon.open span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%
}

@-webkit-keyframes logoAnimateIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes logoAnimateIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes logoAnimateOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes logoAnimateOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

body.megamenu-active .stickyMenu {
	background-color: transparent
}

body.megamenu-active .stickyMenu:after {
	-webkit-transform: translateX(101%) translateY(0%);
	transform: translateX(101%) translateY(0%)
}

body.megamenu-active .stickyMenu__logo {
	-webkit-animation: logoAnimateOut 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation: logoAnimateOut 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

body.megamenu-active .stickyMenu__logoB {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation: logoAnimateIn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation: logoAnimateIn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

body.megamenu-active .stickyMenu__burger__title,
body.megamenu-active .stickyMenu__burger__titleB {
	color: #fff
}

body.megamenu-active .stickyMenu__social a {
	color: #fff
}

body.megamenu-active .stickyMenu__social a:hover,
body.megamenu-active .stickyMenu__social a:focus {
	opacity: 0.5
}

body.megamenu-active #burgerIcon span {
	background-color: #fff
}

body.megamenu-active .stickyMenu__logo,
body.megamenu-active .stickyMenu__burger__title {
	display: none
}

body.megamenu-active .stickyMenu__logoB,
body.megamenu-active .stickyMenu__burger__titleB {
	display: block
}

@media (max-width: 840px) and (max-height: 420px) and (min-aspect-ratio: 13 / 9) {
	.touchevents.isLandscape .landscape {
		display: block
	}
}

@media (max-width: 767.98px) {
	body.megamenu-active .stickyMenu:after {
		-webkit-transform: translateX(0%) translateY(-100%);
		transform: translateX(0%) translateY(-100%)
	}
	.stickyMenu {
		z-index: 100;
		left: 0px;
		top: 0px;
		width: 100%;
		bottom: auto;
		text-align: left;
		-webkit-clip-path: inset(0% 0% 100%);
		clip-path: inset(0% 0% 100%);
		padding: 15px 0px 10px 0px
	}
	.animate .stickyMenu {
		-webkit-clip-path: inset(0% 0% 0%);
		clip-path: inset(0% 0% 0%);
		transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
		transition-delay: 0.8s
	}
	.stickyMenu__social {
		display: none
	}
	.stickyMenu__burger {
		top: 20px;
		right: 20px;
		width: auto
	}
	#burgerIcon {
		display: inline-block;
		vertical-align: middle
	}
	.stickyMenu__burger__title,
	.stickyMenu__burger__titleB {
		padding-right: 10px;
		float: left
	}
	.header__logo,
	.header__search {
		display: none
	}
	.stickyMenu__logo {
		display: inline-block
	}
	.stickyMenu__logo,
	.stickyMenu__logoB {
		padding-left: 25px
	}
	.stickyMenu__search {
		display: block;
		position: absolute;
		right: 30px;
		top: 20px;
		color: #333;
		z-index: 100
	}
	.stickyMenu__search a {
		color: #333
	}
}

@media (max-width: 575.98px) {
	.home__hero {
		text-align: center
	}
	.home__hero h1 {
		font-size: 36px;
		line-height: 40px
	}
}

.breadcrb {
	height: 100px;
	padding-top: 42px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	overflow: hidden;
	position: relative;
	background: #0188cf;
	background: linear-gradient(to right, #0188cf 0%, #82be04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0188cf', endColorstr='#82be04', GradientType=1)
}

.breadcrb li {
	display: inline-block
}

.breadcrb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #002e3e;
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 50
}

.breadcrb a {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #fff
}

.breadcrb a:hover,
.breadcrb a:focus {
	color: #fff
}

.breadcrb i {
	font-size: 15px;
	color: #fff;
	padding: 0px 7px
}

.breadcrb .breadcrb__links {
	position: absolute;
	left: 15px;
	z-index: 50
}

.animate .breadcrb:after {
	-webkit-transform: translateX(0%) translateY(100%);
	transform: translateX(0%) translateY(100%);
	transition-delay: 0.6s
}

.breadcrumb {
	padding-left: 0px
}

.breadcrumb-item .fa-angle-left {
	display: none
}

@media (max-width: 991.98px) {
	.pressrelease .breadcrumb-item:first-child,
	.pressrelease .breadcrumb-item:last-child,
	.blogarticle .breadcrumb-item:first-child,
	.blogarticle .breadcrumb-item:last-child {
		display: none
	}
	.pressrelease .breadcrumb-item .fa-angle-left,
	.blogarticle .breadcrumb-item .fa-angle-left {
		display: inline-block;
		padding-right: 10px
	}
	.pressrelease .breadcrumb-item .fa-angle-right,
	.blogarticle .breadcrumb-item .fa-angle-right {
		display: none
	}
	.pressrelease .breadcrumb-item:nth-child(2) {
		display: none
	}
	.breadcrumb-item:first-child,
	.breadcrumb-item:last-child {
		display: none
	}
	.generic .breadcrumb-item:first-child,
	.sitemap .breadcrumb-item:first-child {
		display: block
	}
	.breadcrumb-item .fa-angle-left {
		display: inline-block;
		padding-right: 10px
	}
	.breadcrumb-item .fa-angle-right {
		display: none
	}
}

@media (max-width: 767.98px) {
	.breadcrb {
		margin-top: 66px
	}
}

@media (max-width: 575.98px) {
	.breadcrb {
		padding-top: 40px
	}
	.breadcrb .breadcrb__links {
		width: 100%;
		left: 15px
	}
}

footer {
	background-image: url("../img/footerBack.jpg");
	background-position: 50% 20%;
	background-repeat: no-repeat;
	padding: 30px 0px 10px 0px;
	color: #ffffff;
	margin-left: 0px
}

footer a {
	color: #fff;
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	font-weight: 600
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: none
}

footer h5 {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px
}

footer h5 i {
	padding-right: 5px
}

footer .form-control {
	color: #fff;
	border: 0px;
	border-bottom: solid 1px #ffffff;
	padding-left: 0px
}

footer .form-control:focus {
	color: #fff;
	border: 0px;
	border-bottom: solid 1px #002e3e
}

footer .form-control::-webkit-input-placeholder {
	color: #fff !important
}

footer .form-control:-ms-input-placeholder {
	color: #fff !important
}

footer .form-control::-ms-input-placeholder {
	color: #fff !important
}

footer .form-control::placeholder {
	color: #fff !important
}

footer .form-group>label {
	color: #fff !important
}

footer .form-group>label {
	left: 0px;
	top: 26px
}

footer #submitNewsletter {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 14px
}

footer #submitNewsletter:hover,
footer #submitNewsletter :focus {
	color: #80d5f0
}

footer #submitNewsletter i {
	padding-left: 5px
}

footer .footer__privacy {
	text-align: left
}

footer .footer__privacy,
footer .footer__copyright {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif
}

footer .footer__privacy ul li,
footer .footer__copyright ul li {
	padding-left: 5px
}

footer .footer__privacy ul li:before,
footer .footer__copyright ul li:before {
	font-size: 8px;
	color: #fff !important
}

footer .footer__privacy a,
footer .footer__copyright a {
	font-size: 14px;
	font-family: "Nunito Sans", sans-serif;
	color: #82be04
}
footer .footer__copyright a {font-size: 18px; margin-left:20px; color: #fff; float: right;}
footer .footer__privacy a:hover,
footer .footer__privacy a:focus,
footer .footer__copyright a:hover,
footer .footer__copyright a:focus {
	color: #80d5f0
}

footer .footer__privacy .d-inline-block,
footer .footer__copyright .d-inline-block {
	margin-left: 0px;
	margin-right: 0px
}

footer .footer__copyright ul {
	padding-left: 20px
}

footer .footer__credits {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif
}

footer .footer__credits a {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #002e3e
}

footer .footer__credits a:hover,
footer .footer__credits a:focus {
	color: #80d5f0
}

footer hr {
	opacity: 0.1;
	border-bottom: solid 1px #ccc
}

.cookiePolicy {
	position: fixed;
	bottom: 0px;
	width: calc(100% - 75px);
	left: 75px;
	z-index: 110
}

.animate .cookiePolicy__back {
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.8s
}

.cookiePolicy__back {
	background-color: #ffffff;
	border: solid 1px #dddddd;
	padding: 24px 25px 19px 25px;
	font-size: 15px;
	line-height: 18px;
	opacity: 0
}

.cookiePolicy__back a {
	font-weight: 700
}

.footer__logo img {
	max-height: 48px
}

.footer__newsletter input,
.footer__newsletter input:focus {
	background-color: transparent;
	padding-right: 80px
}

@media (max-width: 1199.98px) {
	#submitNewsletter span {
		display: none
	}
	.footer__newsletter input,
	.footer__newsletter input:focus {
		padding-right: 20px
	}
}

@media (max-width: 767.98px) {
	.footer {
		text-align: center;
		background-size: cover;
		margin-left: 0px
	}
	.footer .footer__privacy {
		text-align: center
	}
	.footer__logo img {
		max-height: 101px
	}
	.footer__newsletter {
		padding-top: 40px
	}
	.footer__newsletter .form-group {
		display: inline-block
	}
	.footer__newsletter input {
		width: 300px
	}
	.cookiePolicy {
		left: 0px;
		width: 100%
	}
}

@media (max-width: 575.98px) {
	.footer__newsletter input {
		width: 280px
	}
	.footer__copyright .unorderedList {
		margin-top: 10px
	}
	.footer__copyright .unorderedList li:before {
		content: ""
	}
	.footer__copyright ul {
		padding-left: 0px
	}
}

h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 60px;
	letter-spacing: -1px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #333
}

h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #999;
	text-transform: uppercase
}

.h2--purple {
	color: #82be04
}

h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #333
}

h4 {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 0px;
	color: #333
}

h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #333
}

h6 {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #333
}

.hspan {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #000
}

@media (max-width: 575.98px) {
	h3 {
		font-size: 28px;
		line-height: 30px
	}
}

.buttonBlue {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	background-color: #002e3e;
	padding: 17px 60px;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	cursor: pointer;
	border: 0px;

}

.buttonBlue i {
	padding-right: 5px
}

.buttonBlue:hover,
.buttonBlue:focus {
	text-decoration: none;
	color: #fff
}

.buttonWhite {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #002e3e;
	background-color: #fff;
	padding: 17px 60px;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block
}

.buttonWhite:hover,
.buttonWhite:focus {
	text-decoration: none;
	color: #002e3e
}

.btn--smal {
	padding: 12px 50px
}

.animatedButton span {
	position: relative;
	pointer-events: none
}

.animatedButton:before {
	--size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #82be04, transparent);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: width .2s ease, height .2s ease
}

.no-touchevents .animatedButton:hover:before {
	--size: 400px;
	text-decoration: none;
	color: #fff
}

.animatedButton.buttonWhite:before {
	background: radial-gradient(circle closest-side, #ccc, transparent)
}

.home__hero__controls .animatedButton:before {
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%)
}

.home__hero__controls .animatedButton:before {
	background: radial-gradient(circle closest-side, #002e3e, transparent)
}

.no-touchevents .home__hero__controls .animatedButton:hover:before {
	--size: 150px
}



.underlineBtn {
	display: inline-block;
	border-radius: 0;
	color: #fff;
	position: relative;
	padding-bottom: 0px
}

.underlineBtn:before,
.underlineBtn:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 0
}

.underlineBtn:before {
	transition: width 0s ease, background .4s ease;
	left: 0;
	right: 0;
	bottom: 6px
}

.underlineBtn:after {
	right: 2.2%;
	bottom: 6px;
	background: #fff;
	transition: width .4s ease
}

.underlineBtn--black {
	color: #333
}

.underlineBtn--black:after {
	background: #333
}

.no-touchevents .underlineBtn:hover:before {
	width: 97.8%;
	background: #fff;
	transition: width .4s ease
}

.no-touchevents .underlineBtn:hover:after {
	width: 97.8%;
	background: 0 0;
	transition: all 0s ease
}

.no-touchevents .underlineBtn--black:hover:before {
	background: #333
}

.backButton a {
	font-family: "Poppins", sans-serif !important;
	font-weight: 600 !important;
	font-size: 17px !important;
	color: #333 !important
}

.backButton a i {
	font-size: 15px;
	padding-right: 5px
}

.backButton a:hover {
	color: #333
}

.form-group {
	position: relative;
	margin-bottom: 0px
}

.form-group>label {
	position: absolute;
	left: 12px;
	top: 19px;
	font-size: 14px;
	line-height: 14px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	color: #58595b;
	transition: all 0.2s ease-out;
	cursor: text
}

.form-group>label i {
	font-size: 7px;
	color: #82be04;
	vertical-align: top
}

.form-group.focused>label {
	top: 10px;
	font-size: 10px;
	line-height: 8px
}

.form-group.focused>label i {
	font-size: 5px
}

.form-control {
	padding: 19px 14px 2px 12px;
	height: 50px !important;
	border: solid 1px #dddddd;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border-radius: 0px;
	background-color: #ffffff
}

textarea.form-control {
	height: 200px !important
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff !important;
	color: #58595b !important
}

.form-control:focus {
	box-shadow: none !important;
	outline: none !important;
	border: solid 1px #002e3e;
	background-color: #ffffff;
	color: #000
}

.form-control::-webkit-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999 !important
}

.form-control:-ms-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999 !important
}

.form-control::-ms-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999 !important
}

.form-control::placeholder {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999 !important
}

input::-webkit-input-placeholder {
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

input:-ms-input-placeholder {
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

input::-ms-input-placeholder {
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

input::placeholder {
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

input:focus::-webkit-input-placeholder {
	opacity: 0
}

input:focus:-ms-input-placeholder {
	opacity: 0
}

input:focus::-ms-input-placeholder {
	opacity: 0
}

input:focus::placeholder {
	opacity: 0
}

.formTitle {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #82be04
}

.formSubtitle {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #000000
}

.formSubtitle i {
	font-size: 6px;
	color: #82be04;
	vertical-align: top
}

.formNote {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000
}

.formNote a {
	color: #002e3e;
	font-weight: 700
}

.bootstrap-select {
	width: 100% !important
}

.bootstrap-select .dropdown-toggle {
	border-radius: 0px !important;
	background-color: #fff !important;
	height: 50px !important;
	border: solid 1px #dddddd !important;
	font-family: "Nunito Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #000 !important;
	padding-top: 12px !important
}

.bootstrap-select .dropdown-toggle:focus {
	box-shadow: none !important;
	outline: none !important;
	border: solid 1px #002e3e !important;
	background-color: #ffffff !important;
	color: #000 !important
}

.bootstrap-select .dropdown-toggle::after {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	border: 0px;
	color: #002e3e
}

.bootstrap-select .dropdown-menu {
	margin-top: 0px;
	border-radius: 0px;
	border: solid 1px #002e3e;
	border-top: 0px;
	padding: 0px
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
	border-radius: 0px;
	background-color: #002e3e;
	color: #fff
}

.bootstrap-select .dropdown-item {
	transition: none;
	color: #000
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
	background-color: #002e3e;
	border-radius: 0px;
	color: #fff
}

.bootstrap-select.show .dropdown-toggle {
	border: solid 1px #002e3e !important
}

.bootstrap-select.show .dropdown-toggle::after {
	content: "\f106"
}

.input-group-text {
	background-color: #002e3e;
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	height: 50px
}

.input-group-text i {
	padding-right: 5px
}

.custom-file-input {
	height: 50px;
	cursor: pointer
}

.custom-file-label {
	height: 50px !important;
	border: solid 1px #dddddd;
	border-radius: 0px;
	background-color: #ffffff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding-top: 12px;
	box-shadow: none !important;
	outline: none !important;
	transition: none !important
}

.custom-file-label::after {
	height: 48px;
	padding-top: 12px
}

.custom-file-input.filled {
	box-shadow: none !important;
	outline: none !important;
	border: solid 1px #002e3e;
	background-color: #ffffff;
	color: #000
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: 'Upload';
	background-color: #002e3e;
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding-left: 30px;
	padding-top: 15px;
	transition: all 0.4s
}

.custom-file:hover .custom-file-label::after,
.custom-file:focus .custom-file-label::after {
	background-color: #82be04
}

.custom-file-input:lang(en)~.custom-file-label::before {
	content: "\f093";
	font-weight: 700;
	position: absolute;
	right: 66px;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	z-index: 20
}

.abc-checkbox label:before {
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}

.abc-checkbox label:hover:before {
	background-color: #cacaca
}

.abc-checkbox input[type="checkbox"]:checked+label::before {
	-webkit-animation: shrink-bounce 500ms cubic-bezier(0.4, 0, 0.23, 1);
	animation: shrink-bounce 500ms cubic-bezier(0.4, 0, 0.23, 1)
}

.abc-checkbox-primary input[type="checkbox"]:checked+label::after {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
	animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards
}

@-webkit-keyframes shrink-bounce {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	33% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes shrink-bounce {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	33% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes checkbox-check {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@keyframes checkbox-check {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
	100% {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

.preloader {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	z-index: 999
}

.preloader.hidden {
	-webkit-transform: translateX(-100%) translateY(0%);
	transform: translateX(-100%) translateY(0%)
}

.backgroundcliptext .letterE {
	display: block
}

.backgroundcliptext .spinner {
	display: none
}

.no-backgroundcliptext .preloader {
	background: #7e3396;
	background: linear-gradient(to bottom, #7e3396 0%, #127dc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e3396', endColorstr='#127dc7', GradientType=0)
}

.no-backgroundcliptext .letterE {
	display: none
}

.no-backgroundcliptext .spinner {
	display: block
}

.letterE {
	width: 80px;
	height: 80px;
	position: relative;
	display: none
}

.letterE h1 {
	font-size: 80px;
	color: #333;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	background: url(../img/preloaderBackground.png);
	background-position: left;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: preloaderAnimation 3.5s infinite;
	animation: preloaderAnimation 3.5s infinite;
	position: relative
}

.letterE h1:after {
	content: '';
	width: 17px;
	height: 12px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #fff
}

@-webkit-keyframes preloaderAnimation {
	0% {
		background-position: left
	}
	40% {
		background-position: center
	}
	60% {
		background-position: center
	}
	100% {
		background-position: 130%
	}
}

@keyframes preloaderAnimation {
	0% {
		background-position: left
	}
	40% {
		background-position: center
	}
	60% {
		background-position: center
	}
	100% {
		background-position: 130%
	}
}

.preloader img {
	max-height: 60px
}

.loaderContainer {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px)
}

.spinner {
	width: 60px;
	height: 60px;
	background-color: #fff;
	opacity: 1;
	margin: 0px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.megamenu {
	position: fixed;
	z-index: 90;
	pointer-events: none;
	left: 0;
	top: 0
}

.megamenu h2 {
	color: #fff;
	opacity: 0.5;
	margin-bottom: 10px
}

.megamenu:before,
.megamenu:after {
	content: "";
	position: fixed;
	width: 35vw;
	height: 100vh;
	background: rgba(234, 234, 234, 0.2);
	z-index: -1;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 1.2s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
	-webkit-transform: translateX(-100%) translateY(0%);
	transform: translateX(-100%) translateY(0%)
}

.megamenu:after {
	background: #7e3396;
	background: linear-gradient(to bottom, #7ba028 0%, #127dc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e3396', endColorstr='#127dc7', GradientType=0);
	transition-delay: 0s
}

.megamenu:before {
	transition-delay: .1s
}

.megamenu__content {
	position: fixed;
	top: 100px;
	width: 35%;
	text-align: center;
	font-weight: 200;
	cursor: pointer;
	padding-left: 75px
}

.megamenu__listItem {
	position: relative;
	display: inline-block;
	transition-delay: 1.2s;
	opacity: 0;
	transition: opacity 0.5s ease;
	text-align: left
}

.megamenu__listItem a {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
	transition: all 0.4s
}

.megamenu__listItem a:hover,
.megamenu__listItem a:focus {
	color: #fff;
	opacity: 0.5
}

body.megamenu-active .stickyMenu__search {
	display: none
}

body.megamenu-active .megamenu {
	visibility: visible;
	pointer-events: auto
}

body.megamenu-active .megamenu:before,
body.megamenu-active .megamenu:after {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

body.megamenu-active .megamenu:after {
	transition-delay: .1s
}

body.megamenu-active .megamenu:before {
	transition-delay: 0s
}

body.megamenu-active .megamenu__listItem {
	opacity: 1;
	transition: opacity .5s ease, color .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, transform .5s ease, color .5s ease;
	transition: opacity .5s ease, transform .5s ease, color .5s ease, -webkit-transform .5s ease
}

body.megamenu-active .megamenu__listItem:nth-child(0) {
	transition-delay: .5s
}

body.megamenu-active .megamenu__listItem:nth-child(1) {
	transition-delay: .65s
}

body.megamenu-active .megamenu__listItem:nth-child(2) {
	transition-delay: .8s
}

body.megamenu-active .megamenu__listItem:nth-child(3) {
	transition-delay: .95s
}

body.megamenu-active .megamenu__listItem:nth-child(4) {
	transition-delay: 1.1s
}

body.megamenu-active .megamenu__listItem:nth-child(5) {
	transition-delay: 1.25s
}

body.megamenu-active .megamenu__listItem:nth-child(6) {
	transition-delay: 1.4s
}

body.megamenu-active .megamenu__listItem:nth-child(7) {
	transition-delay: 1.55s
}

body.megamenu-active .megamenu__listItem:nth-child(8) {
	transition-delay: 1.7s
}

body.megamenu-active .megamenu__listItem:nth-child(9) {
	transition-delay: 1.85s
}

body.megamenu-active .megamenu__listItem:nth-child(10) {
	transition-delay: 2s
}

@media (max-width: 767.98px) {
	.megamenu__content {
		padding-left: 0px
	}
	.megamenu:before,
	.megamenu:after {
		-webkit-transform: translateX(0%) translateY(-100%);
		transform: translateX(0%) translateY(-100%)
	}
}

@media (max-width: 575.98px) {
	.megamenu__listItem {
		text-align: center
	}
	.megamenu__listItem a {
		font-size: 20px;
		line-height: 28px
	}
	.megamenu h2 {
		margin-bottom: 5px
	}
}

.search-active main {
	-webkit-transform: scale(0.95);
	transform: scale(0.95)
}

.searchmenu {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 0;
	z-index: 105;
	padding-top: 75px;
	pointer-events: none;
	background: #7e3396;
	background: linear-gradient(to bottom, #de8b3d 0%, #127dc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e3396', endColorstr='#127dc7', GradientType=0)
}

.searchmenu__logo {
	position: absolute;
	left: 25px;
	top: 25px
}

.searchmenu__form__text {
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 1s
}

.searchmenu__close {
	text-align: right;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.8s;
	-webkit-transform: translateX(0%) translateY(10px);
	transform: translateX(0%) translateY(10px);
	padding-right: 0px
}

.searchmenu__close a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	font-family: "Poppins", sans-serif
}

.searchmenu__close a:hover,
.searchmenu__close a:focus {
	color: #fff
}

.searchmenu__close i {
	padding-left: 10px;
	font-size: 22px;
	vertical-align: middle
}

.searchmenu__form {
	text-align: center;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 300px
}

.searchmenu__form__field {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.searchmenu__form__field:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transform: translateX(0%) translateY(-100%);
	transform: translateX(0%) translateY(-100%)
}

.searchmenu__form__field #searchIcon {
	cursor: pointer;
	font-size: 24px;
	padding-left: 10px;
	vertical-align: bottom;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 25px;
	opacity: 0
}

.searchmenu__form__field #searchIcon:hover,
.searchmenu__form__field #searchIcon:focus {
	opacity: 0.5
}

.searchmenu.active {
	opacity: 1;
	pointer-events: auto
}

.searchmenu.active .searchmenu__close {
	opacity: 1;
	-webkit-transform: translateX(0%) translateY(0px);
	transform: translateX(0%) translateY(0px)
}

.searchmenu.active .searchmenu__form__text {
	opacity: 1
}

.searchmenu.active .searchmenu__form__field #searchIcon {
	-webkit-animation: searchFieldAnimation 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	animation: searchFieldAnimation 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.searchmenu.active .searchmenu__form__field:after {
	-webkit-animation: searchFieldAfterAnimation 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	animation: searchFieldAfterAnimation 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.searchmenu.active #searchField {
	-webkit-animation: searchFieldAnimation 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	animation: searchFieldAnimation 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes searchFieldAfterAnimation {
	0% {
		-webkit-transform: translateX(0%) translateY(-100%);
		transform: translateX(0%) translateY(-100%)
	}
	33% {
		-webkit-transform: translateX(0%) translateY(-100%);
		transform: translateX(0%) translateY(-100%)
	}
	66% {
		-webkit-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%)
	}
	100% {
		-webkit-transform: translateX(0%) translateY(100%);
		transform: translateX(0%) translateY(100%)
	}
}

@keyframes searchFieldAfterAnimation {
	0% {
		-webkit-transform: translateX(0%) translateY(-100%);
		transform: translateX(0%) translateY(-100%)
	}
	33% {
		-webkit-transform: translateX(0%) translateY(-100%);
		transform: translateX(0%) translateY(-100%)
	}
	66% {
		-webkit-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%)
	}
	100% {
		-webkit-transform: translateX(0%) translateY(100%);
		transform: translateX(0%) translateY(100%)
	}
}

@-webkit-keyframes searchFieldAnimation {
	0% {
		opacity: 0
	}
	33% {
		opacity: 0
	}
	66% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes searchFieldAnimation {
	0% {
		opacity: 0
	}
	33% {
		opacity: 0
	}
	66% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

#searchField {
	width: 600px;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #7f8ac7;
	font-size: 28px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	position: relative;
	opacity: 0
}

#searchField:focus {
	outline: none
}

#searchField::-webkit-input-placeholder {
	font-size: 28px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	text-align: center
}

#searchField:-ms-input-placeholder {
	font-size: 28px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	text-align: center
}

#searchField::-ms-input-placeholder {
	font-size: 28px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	text-align: center
}

#searchField::placeholder {
	font-size: 28px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	text-align: center
}

.searchresults__content .articleBlock {
	margin-bottom: 25px
}

@media (max-width: 767.98px) {
	.searchmenu__logo {
		top: 15px
	}
	#searchField {
		width: 400px
	}
	.searchmenu__close {
		position: absolute;
		top: 15px;
		right: 15px
	}
}

@media (max-width: 575.98px) {
	#searchField {
		width: 275px
	}
}

@media (max-width: 360px) {
	#searchIcon {
		bottom: 30px
	}
}

.articleBlock__content {
	padding: 25px;
	background-color: #fff;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.articleBlock__image {
	position: relative
}

.articleBlock__image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #82be04;
	background: linear-gradient(to bottom, #82be04 0%, #0087cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82be04', endColorstr='#0087cf', GradientType=0);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}
.articleBlock__image:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	left: 32px;
	top: auto;
	bottom: -3px;
	transform: rotate(-90deg);
	right: auto;
}

.articleBlock__content__title {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333
}

.articleBlock__content__date {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #bbbbbb;
	text-align: left
}

.articleBlock__content_link {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #002e3e;
	text-align: right;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.articleBlock__content_link i {
	opacity: 0;
	padding-left: 5px;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transform: translateX(-10px) translateY(0px);
	transform: translateX(-10px) translateY(0px)
}

.articleBlock {
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
	margin-bottom: 25px;
}

.articleBlock:hover,
.articleBlock:focus {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25)
}

.articleBlock:hover .articleBlock__content,
.articleBlock:focus .articleBlock__content {
	background-color: #fff
}

.articleBlock:hover .articleBlock__content_link,
.articleBlock:focus .articleBlock__content_link {
	color: #82be04
}

.articleBlock:hover i,
.articleBlock:focus i {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px)
}

.articleBlock:hover .articleBlock__image,
.articleBlock:focus .articleBlock__image {
	position: relative
}

.articleBlock:hover .articleBlock__image:after,
.articleBlock:focus .articleBlock__image:after {
	opacity: 0.65
}

.touchevents .articleBlock__content i {
	display: none
}

.blogarticle__content h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700
}

.blogarticle__content__image {
	height: 375px;
	width: 100%;
	background-image: url("../img/blogArticle.jpg")
}

.blogarticle__content__date {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #999
}

.blogarticle__content__links {
	padding-top: 20px
}

.blogarticle__content__links a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 18px;
	color: #333
}

.blogarticle__content__links a:hover,
.blogarticle__content__links a:focus {
	color: #333
}

.at-icon {
	transition: color 0.4s
}

.at-icon:hover {
	fill: #82be04 !important
}

@media (max-width: 991.98px) {
	.articleBlock__content {
		padding: 20px 7px
	}
	.articleBlock__content__title {
		text-align: left
	}
	.articleBlock__content_link i {
		display: none
	}
}

@media (max-width: 575.98px) {
	.articleBlock__content {
		padding: 20px
	}
	.articleBlock__image img {
		width: 100%
	}
	.blogarticle__content__links .underlineBtn span {
		display: none
	}
	.blogarticle .content {
		text-align: center
	}
}

.hero {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 400px;
	padding-top: 160px;
	background-repeat: no-repeat
}

.hero h1,
.hero h2 {
	color: #fff
}
.hero h2 {display: none}

.hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #002e3e;
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 2
}

.animate .hero:after {
	-webkit-transform: translateX(0%) translateY(100%);
	transform: translateX(0%) translateY(100%);
	transition-delay: 0.6s
}

@media (max-width: 991.98px) {
	.hero {
		padding-top: 120px
	}
}

@media (max-width: 767.98px) {
	.hero {
		padding-top: 40px;
		margin-top: 66px;
		height: 220px
	}
}

@media (max-width: 575.98px) {
	.hero {
		padding-top: 70px;
		text-align: center
	}
	.hero h1 {
		font-size: 42px;
		line-height: 46px
	}
}

@media (max-width: 420px) {
	.hero h1 {
		font-size: 36px;
		line-height: 42px
	}
}

@media (max-width: 360px) {
	.hero h1 {
		font-size: 32px;
		line-height: 36px
	}
}

.home__hero {
	position: relative;
	height: 100vh;
	overflow: hidden;
	/* background-image: url("../img/heroScreenshot.jpg");
	background-size: cover */
}

.home__hero .home__hero__logo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	z-index: 20;
	-webkit-clip-path: inset(0% 0% 100%);
	clip-path: inset(0% 0% 100%)
}

.home__hero .home__hero__logo img {
	max-height: 60px
}

.home__hero .home__hero__video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	pointer-events: none;
	overflow: hidden
}

.home__hero .home__hero__video video {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.home__hero .home__hero__content {
	position: absolute;
	z-index: 30;
	width: 100%;
	top: 175px;
	left: 0px;
	-webkit-clip-path: inset(0% 0% 100%);
	clip-path: inset(0% 0% 100%)
}

.home__hero .home__hero__content__slider {
	color: #fff;
	padding: 180px 100px 0
}

.home__hero .home__hero__content__slider .hspan {
	color: #fff
}

.home__hero .home__hero__content__slider h1,
.home__hero .home__hero__content__slider h2 {
	color: #fff;
	margin-bottom: 15px
}

.home__hero .home__hero__content__slider .hspan,
.home__hero .home__hero__content__slider h1,
.home__hero .home__hero__content__slider h2,
.home__hero .home__hero__content__slider a {
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 0;
	-webkit-transform: translateX(0%) translateY(35px);
	transform: translateX(0%) translateY(35px)
}

.home__hero .home__hero__content__slider h1 {
	transition-delay: 0.15s
}

.home__hero .home__hero__content__slider .hspan {
	transition-delay: 0.3s
}

.home__hero .home__hero__content__slider a {
	transition-delay: 0.45s
}

.home__hero .home__hero__content__slider h1.active,
.home__hero .home__hero__content__slider h2.active,
.home__hero .home__hero__content__slider a.active,
.home__hero .home__hero__content__slider .hspan.active {
	opacity: 1;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

.home__hero .slick-slide:focus {
	outline: none
}

.home__hero .home__hero__controls {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 30;
	opacity: 0
}


.home__hero .home__hero__controls a,
.home__hero .home__hero__controls #heroPagination {
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 70px;
	padding-top: 25px;
	background-color: #5f8b13;
	color: #fff;
	margin-left: -2px;
	margin-right: -2px;
	border-left: solid 1px #5f8b13;
	vertical-align: bottom;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	font-weight: 600
}

.animate .home__hero__logo {
	-webkit-clip-path: inset(0% 0% 0%);
	clip-path: inset(0% 0% 0%);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.8s
}

.animate .home__hero__content {
	-webkit-clip-path: inset(0% 0% 0%);
	clip-path: inset(0% 0% 0%);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.8s
}

.animate .home__hero__controls {
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.9s;
	opacity: 1
}

.welcomesec{
	width: 100%; display: table;
	padding: 50px 0;
	background-color: #fff;
	position: relative;
}
.welcomesec:before{
	content: '';
	background-color: #f6f7f9;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.wecomein{
	position: relative;
	padding: 75px 75px 0px;
	width: 100%;
	display: table;
	background-color: #fff;
}
.welcomesec:after{
	content: "";
	position: absolute;
	top: 0px;
    left: -100px;
	width: 500px;
	height: 100%;
	z-index: 1;
	background: url(https://info.centrix.com.au/hubfs/images/green-square@2x.png) no-repeat center center/cover;
}
.intro-feat{
	float: right;
	display: inline-block;
	width: 100%;
	margin: 0 0 50px 6%;
	padding: 5px;
	background: #fff;
	position: relative;
	z-index: 9;
	box-shadow: 0px 0px 28px rgba(0,0,0,0.12);
}
.intro-feat img{width: 100%; display: block;}
.width50{float: left; display: inline-block; width: 50%;}
.width40{float: left; display: inline-block; width: 45%;}
.ml10{margin-left: 10%;}
.ml5{margin-left: 5%;}
.abtcont h4{text-transform: uppercase; color: #333333; font-size: 16px;}
.abtcont h2{font-size: 42px; font-weight: 700; color: #333333; margin-bottom: 50px;}

.home__section1 {
	background-image: url("../img/mainBackground.jpg");
	background-repeat: no-repeat;
	padding: 70px 0px 0;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px
}
a.servhma{text-decoration: none; color: #000; margin-bottom: 40px; display: inline-block;}
a.servhma1{margin-bottom: 0px; min-height: 250px;}
.mb20{margin-bottom: 30px;}

.home__section1__number {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 50px;
	color: #333
}

.home__section1__image {
	height: 350px;
	width: 100%;
	background-image: url("../img/homeImage1.jpg");
	background-position: center;
	text-align: center;
	padding-top: 60px;
	overflow: hidden
}

.home__section1__image h4 {
	color: #fff
}

.home__section1__icon {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #333
}

.home__section1__icon img {
	max-height: 100px
}

.news_cont{
	float: left; display: inline-block;
	width: 72%; padding-right: 40px;
}
.news_cont p{

}
.news_cont ul{list-style: none; padding: 0px; margin-top: 15px;}
.news_cont ul li{
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}
.news_cont ul li:before{
	color: #81bd03;
    content: "";
    width: 20px;
    height: 17px;
    background-image: url('../img/logoSticky.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 7px;
}
.news_right{
    float: right;
    display: inline-block;
    width: 28%;
    min-height: 200px;
    position: relative;
    background-color: transparent;
    padding: 21px;
    border: 4px solid #00273a;
}
.news_hd1 {
    color: #022c3c;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
}
.news_hd1:before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	height: 2px;
	width: 90px;
	background-color: #81bd03;
}
.news_right a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px;
}
.news_right a:after {
    color: #81bd03;
    content: "";
    width: 20px;
    height: 17px;
    background-image: url('../img/logoSticky.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 5px;
}
.news_right a:hover{color: #81bd03;}
.news_right a:active{color: #81bd03;}

.clients1{width: 100%; display: block; clear: both; padding: 50px 0;
	background-color: #fff;}

.animatedImage {
	position: relative
}

.animatedImage:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #002e3e;
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1)
}

.animatedImage .animatedContent {
	-webkit-clip-path: inset(0% 0% 100%);
	clip-path: inset(0% 0% 100%);
	transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1)
}

.animatedImage.active:after {
	-webkit-transform: translateX(0%) translateY(-100%);
	transform: translateX(0%) translateY(-100%)
}

.animatedImage.active .animatedContent {
	transition-delay: 400ms;
	-webkit-clip-path: inset(0% 0% 0%);
	clip-path: inset(0% 0% 0%)
}

.home__section2__image {
	height: 300px;
	width: 100%;
	background-image: url("../img/homeParallax.jpg")
}
.home__section2{width: 100%; display: table; padding: 50px 0; background-color: #fff;}
.home__section2 h2{font-size: 36px; font-weight: 700; color: #333; text-transform: capitalize;
margin-bottom: 30px;}
.home__section2 h2 a{float: right; font-size: 18px; font-weight: 600;}
.home__section2 h2 a i{float: right; font-size: 18px; font-weight: 400; margin-left: 10px;
margin-top: 2px;}
.s2wid45{
	float: left;
	display: inline-block;
	width: 45%;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
.s2wid55{
	float: left;
	display: inline-block;
	width: 55%;
	position: relative;
	padding: 0 10px;
}

.solution1 a img{width: 100%; display: block; transition: all 2s;}
.solution1 a{width: 100%; display: block; overflow: hidden;}
.solution1 a:hover img{transform: scale(1.1, 1.1);}
.sol1cont1{position: absolute; left: 0px; top: 40%;
width: 100%; z-index: 9; padding: 0 10%; }
.sol1cont1 h4{color: #fff; font-size: 36px; transition: all 0.3s; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding-bottom: 15px; margin-bottom: 20px;}
.sol1cont1 p{color: #fff; font-size: 18px; line-height: 32px;}
.solution1 a:hover h4{color: #82be04;}
.sec2bx2{width: 100%; display: block; margin-bottom: 20px;}
.sec2bx2 a{text-decoration: none; color: #000; border: 1px solid #e8e8eb;
width: 100%; display: table; transition: all 0.6s;}
.sec2bx2cont{float: left; display: inline-block; width: 40%; padding: 20px;}
.sec2bx2img{float: left; display: inline-block; width: 60%; position: relative;
overflow: hidden;}
.sec2bx2img img{width: 100%; display: block; transition: all 2s;}
.sec2bx2 p{margin: 10px 0 0;}
.sec2bx2 h5{margin: 45px 0 0; transition: all 0.3s;}
.sec2bx2img:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	left: 0;
	right: auto;
	transform: rotate(0deg);
	top: 32px;
	bottom: auto;
}
.sec2bx2 a:hover .sec2bx2img img{transform: scale(1.1, 1.1)}
.sec2bx2 a:hover h5{color: #82be04;}

h2.techno{padding-top: 15px; margin-top: 40px; display: inline-block; width: 100%; clear: both;
border-top: 2px solid #d9d9db; border-left: 2px solid #d9d9db; position: relative;
padding: 30px 0 0; padding-left: 30px; height: 70px;}
h2.techno:before{
	position: absolute;
	left: -18px; top: 25px;
	content: "";
	background-image: url('../img/logoSticky.png');
	background-size: 30px;
	background-repeat: no-repeat;
	width: 30px; height: 30px;
}
h2.techno a{color: #000; opacity: 0.3; transition: all 0.3s;}
h2.techno a:hover{color: #000; opacity: 1; transition: all 0.3s;}
ul.ultech{clear: both; width: 100%; display: table; margin:  0px; padding: 0px; margin-top: 10px; clear: both;
list-style: none;}
ul.ultech li{float: left; display: inline-block; padding: 15px; width: 25%;}
ul.ultech li a{text-decoration: none; color: #000; width: 100%; display: block;
	border: 1px solid #e1e1e6;
	padding: 30px 0 19px; text-align: center;
	background-color: #fff;
}
ul.ultech li a img{width: 150px; display: table; margin:  auto;}
ul.ultech li a h6{margin-bottom: 0px; margin-top: 15px; font-weight: 800; color: #333;
transition: all 0.3s;}
ul.ultech li a:hover h6{color: #ff9600;}

.home__section3 {
	text-align: center;
	padding: 50px 0px
}

@media (max-width: 767.98px) {
	.home__hero {
		background-image: url("../img/heroScreenshotMobile.jpg");
		background-size: cover;
		background-position: center;
	}
	.home__hero__logo {
		display: none
	}
	.home__section1__image {
		height: 310px
	}
}

@media (max-width: 575.98px) {
	.home__section1 {
		text-align: center
	}
	.home__section1__image {
		height: 310px;
		background-size: cover;
		padding: 40px 25px
	}
	.home__section1__image h4 {
		font-size: 20px
	}
	.home__section3,
	.home__section1 {
		padding: 30px 0px
	}
}

@media (max-width: 1024px) and (max-height: 1024px) {
	.home__hero {
		height: calc(100vh - 55px)
	}
}

@media (max-width: 1024px) and (max-height: 768px) {
	.home__hero__content {
		top: 80px !important
	}
}

@media (max-width: 767px) and (max-height: 900px) {
	.home__hero__content {
		top: 100px !important
	}
	.searchmenu__form {
		padding-top: 200px
	}
	.home__hero {
		height: calc(100vh - 55px)
	}
}

@media (max-width: 767px) and (max-height: 800px) {
	.home__hero__content {
		top: 80px !important
	}
	.megamenu__content {
		top: 100px
	}
}

@media (max-width: 767px) and (max-height: 700px) {
	.home__hero__content {
		top: 70px !important
	}
	.searchmenu__form {
		padding-top: 150px
	}
	.megamenu__content {
		top: 70px
	}
	.home__hero .home__hero__content__slider {
		padding-top: 100px
	}
}

@media (max-width: 767px) and (max-height: 600px) {
	.home__hero__content {
		top: 30px !important
	}
	.home__hero__content h1 {
		font-size: 24px;
		line-height: 30px
	}
	.home__hero__content .hspan {
		line-height: 24px
	}
	.searchmenu__form {
		padding-top: 120px
	}
	.megamenu__listItem a {
		font-size: 17px;
		line-height: 20px
	}
}


.wpb_wrapper {
    border-top: 1px solid #e8e8eb;
    text-align: center;
}
.wpb_wrapper h4 {
    text-align: center;
    font-size: 28px;
    padding: 14px 23px;
    position: relative;
    top: -25px;
    display: table;
    margin: auto; background-color: #fff;
    box-shadow: 0px -6px 9px 0px rgba(24, 32, 111, 0.1);
}
ul.ultech.ultech1{margin-top: 0px;}
ul.ultech.ultech1 li a{padding: 20px 0; background-color: #fff;}

.about__hero {
	background-image: url();
	background-size: cover;
	margin-top: 80px;
}

.about__background {
	background-image: url("../img/aboutBackground.jpg");
	background-repeat: no-repeat;
	padding: 70px 0px
}

.about__section1__icon {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center
}

.about__section1__icon img {
	max-height: 100px
}

.about__section2 {
	padding-top: 80px;
	overflow: hidden
}

.about__section2__strategy {
	width: 100%;
	background: #fff;
	padding: 35px;
	max-width: 555px;
	float: right;
	margin-top: 55px;
	height: 400px
}

.about__section2__image {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	height: 475px
}

.about__section3 {
	padding-top: 50px;
	overflow-y: hidden
}

.about__section3__name h4 {
	margin-bottom: 10px
}

.about__section3__position {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #666666
}

.about__section3__social a {
	font-size: 16px;
	padding-right: 10px
}

@media (max-width: 1199.98px) {
	.about__section2__strategy {
		max-width: 465px
	}
}

@media (max-width: 991.98px) {
	.about__background {
		padding: 30px 0px
	}
	.about__section2__strategy {
		max-width: 350px;
		height: 440px
	}
	.about__section2__image {
		height: 515px
	}
}

@media (max-width: 767.98px) {
	.about__background {
		padding: 50px 0px
	}
	.about__section2 {
		padding-top: 60px
	}
	.about__section3 {
		padding-top: 60px
	}
	.about__section2__strategy {
		max-width: 100%;
		height: auto;
		margin-top: 0px
	}
	.about__section3__name {
		padding-top: 15px
	}
}

@media (max-width: 575.98px) {
	.about {
		text-align: center
	}
	.about__section2 {
		padding-top: 35px
	}
	.about__section1__icon {
		padding-bottom: 40px
	}
	.about__section3__name {
		padding-top: 0px
	}
}


ul.careersul{list-style: none; width: 100%; display: table; padding: 0px; margin-top: 30px;}
ul.careersul li {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #eee;
	margin-top: 20px;
	position: relative;
	border-bottom: 6px solid #e5e5e5;
}
ul.careersul li h2 {
	padding: 10px 15px;
	color: #013243;
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
}
ul.careersul li h2 i {
	margin-right: 10px;
}
ul.careersul li .span, .job_nav .span {
	padding: 10px 15px;
}
ul.careersul li span, .job_nav span {
	float: left;
	width: 33.33%;
	color: #777;
	font-size: 14px;
	font-weight: 600;
}
.job_nav span {
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
ul.careersul li span b, .job_nav span b {
	margin-left: 15px;
	color: #000;
	font-weight: 600;
}
ul.careersul li a {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 5px 15px;
	background: #81bd03;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	transition: all .5s;
}
ul.careersul li a:hover {
	background: #002939;
	transition: all .5s;
}


.careers__hero {
	background-image: url("../img/heroCareers.jpg")
}

.careers__section1 {
	padding-top: 50px;
	padding-bottom: 50px
}

.careers__section1__position {
	background-color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 20px;
	color: #333;
	padding: 25px 20px;
	position: relative;
	margin-bottom: 1px
}

.careers__section1__position__button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px
}

.careers__section1__position__button a {
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 200px;
	height: 70px;
	background-color: #002e3e;
	color: #ffffff;
	padding-top: 25px;
	padding-left: 20px;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	transition: all 0.4s
}

.careers__section1__position__button a:hover {
	text-decoration: none;
	color: #fff;
	width: 265px
}

.careers__section1__position__button a:focus {
	text-decoration: none;
	color: #fff
}

.careers__section1__position__description {
	display: none;
	padding-top: 40px
}

.careers__section1__position__description strong {
	padding-bottom: 10px
}

.careers__section1__position__description ul {
	margin-top: 10px;
	margin-bottom: 20px
}

.careers__section1__position__description__content {
	transition: all 1s;
	opacity: 0;
	-webkit-transform: translateX(0%) translateY(50px);
	transform: translateX(0%) translateY(50px)
}

.active .careers__section1__position__description__content {
	opacity: 1;
	transition-delay: 0.4s;
	-webkit-transform: translateX(0%) translateY(0px);
	transform: translateX(0%) translateY(0px)
}

.careers__section1__position__button i {
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1)
}

.active .careers__section1__position__button i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.active .careers__section1__position__button a {
	width: 265px
}

.careers__section1__expand {
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
	color: #333
}

.careers__section1__expand i {
	font-size: 14px;
	padding-left: 5px
}

.careers__section2 {
	padding-bottom: 70px
}

@media (max-width: 991.98px) {
	.careers__section1__position__button a {
		padding-left: 27px;
		width: 70px;
		text-align: left
	}
	.careers__section1__position__button a:hover {
		width: 125px
	}
	.active .careers__section1__position__button a {
		width: 125px
	}
}

@media (max-width: 575.98px) {
	.careers {
		text-align: center
	}
	.careers__section1__position span {
		padding-right: 70px;
		display: block
	}
	.careers__section1__position {
		text-align: left
	}
	.g-recaptcha>div {
		margin: auto
	}
	.custom-file-label {
		text-align: left
	}
}

@media (max-width: 420px) {
	.careers__section1__position {
		min-height: 90px
	}
	.careers__section1__position__button a {
		height: 90px;
		padding-top: 35px
	}
}

.whatwedo__hero {
	background-image: url("../img/heroWhatwedo.jpg")
}

.whatwedo__background {
	background-image: url("../img/whatwedoBackground.jpg");
	background-repeat: no-repeat
}

.whatwedo__slider__icon img {
	max-height: 100px
}

.whatwedo__slider__image img {
	margin-left: auto
}

.whatwedo__slider .slick-slide:focus {
	outline: none
}

.whatwedo__slider .slick-prev:before,
.whatwedo__slider .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #002e3e
}

.whatwedo__slider .slick-prev:hover:before,
.whatwedo__slider .slick-next:hover:before {
	color: #82be04
}

.whatwedo__slider .slick-prev:before {
	content: '\f053'
}

.whatwedo__slider .slick-next:before {
	content: '\f054'
}

.whatwedo__slider .slick-dots {
	bottom: -60px
}

.whatwedo__slider .slick-prev {
	left: 0px;
	bottom: -60px;
	top: auto;
	z-index: 20
}

.whatwedo__slider .slick-next {
	right: 0px;
	bottom: -60px;
	top: auto;
	z-index: 20
}

.whatwedo__slider .slick-dots li button:before {
	content: '';
	background-color: #82be04;
	height: 4px;
	opacity: 1
}

.whatwedo__slider .slick-dots li.slick-active button:before {
	background-color: #002e3e
}

.whatwedo__slider__text,
.whatwedo__slider__icon,
.whatwedo__slider__title {
	transition: all 0.6s;
	opacity: 0;
	-webkit-transform: translateX(0%) translateY(35px);
	transform: translateX(0%) translateY(35px)
}

.whatwedo__slider__image {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1)
}

.whatwedo__slider__image img {
	width: 100%
}

.whatwedo__slider__image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #002e3e;
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1)
}

.active .whatwedo__slider__icon {
	opacity: 1;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

.active .whatwedo__slider__title {
	opacity: 1;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

.active .whatwedo__slider__text {
	opacity: 1;
	transition-delay: 0.2s;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

.active .whatwedo__slider__image {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}

.active .whatwedo__slider__image:after {
	transition-delay: 0.2s;
	-webkit-transform: translateX(100%) translateY(0%);
	transform: translateX(100%) translateY(0%)
}

.leaving .whatwedo__slider__text,
.leaving .whatwedo__slider__icon,
.leaving .whatwedo__slider__title {
	transition: opacity 0.8s;
	opacity: 0;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

.leaving .whatwedo__slider__image img {
	transition: all 0.8s;
	opacity: 0
}

.leaving .whatwedo__slider__image:after {
	transition-delay: 0.6s;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%)
}

@media (max-width: 991.98px) {
	.whatwedo__slider__image {
		margin-top: 40px
	}
	.whatwedo__slider .slick-dots {
		display: none !important
	}
	.whatwedo__slider .slick-prev {
		top: 150px;
		bottom: auto
	}
	.whatwedo__slider .slick-next {
		top: 150px;
		bottom: auto
	}
	.whatwedo__slider__title,
	.whatwedo__slider__text {
		text-align: center
	}
	.whatwedo__slider__icon img {
		margin: auto
	}
}

@media (max-width: 767.98px) {
	.whatwedo__slider .slick-dots {
		display: none !important
	}
	.whatwedo__slider .slick-prev {
		top: 150px;
		bottom: auto
	}
	.whatwedo__slider .slick-next {
		top: 150px;
		bottom: auto
	}
	.whatwedo__slider__title {
		padding: 0px 40px
	}
	.whatwedo__slider__image {
		margin-top: 20px
	}
	.whatwedo__background {
		text-align: center
	}
}

.investors__hero {
	background-image: url("../img/heroInvestorsOverview.jpg")
}

.investors__background {
	background-image: url("../img/investorsBackground.jpg");
	background-repeat: no-repeat
}

.investors__block__line {
	height: 2px;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
	background: #0188cf;
	background: linear-gradient(to right, #0188cf 0%, #82be04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0188cf', endColorstr='#82be04', GradientType=1)
}

.investors__block__content {
	background-color: #fff;
	padding: 25px 25px 70px 25px;
	position: relative
}

.investors__block__content h3 {
	margin-bottom: 20px;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.investors__block__content__description {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #000
}

.investors__block__content__link {
	position: absolute;
	left: 25px;
	bottom: 25px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #002e3e;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.investors__block__content__link i {
	opacity: 0;
	padding-left: 5px;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transform: translateX(-10px) translateY(0px);
	transform: translateX(-10px) translateY(0px)
}

.investors__block {
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.investors__block:hover,
.investors__block:focus {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25)
}

.investors__block:hover h3,
.investors__block:focus h3 {
	color: #82be04
}

.investors__block:hover .investors__block__line,
.investors__block:focus .investors__block__line {
	width: 150%
}

.investors__block:hover .investors__block__content,
.investors__block:focus .investors__block__content {
	background-color: #fff
}

.investors__block:hover .investors__block__content__link,
.investors__block:focus .investors__block__content__link {
	color: #82be04
}

.investors__block:hover i,
.investors__block:focus i {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px)
}

.investorsrelations__content h3 {
	margin-bottom: 10px
}

.investorsrelations__content h5 {
	margin-bottom: 5px
}

.investorsrelations__content a {
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	font-weight: 700
}

@media (max-width: 575.98px) {
	.investors__background {
		text-align: center
	}
	.investors__block__content__link {
		text-align: center;
		width: 100%;
		left: 0px
	}
	.investorsrelations__content {
		text-align: center
	}
}

.ourblog__hero {
	background-image: url("../img/heroOurBlog.jpg")
}

.ourblog__content .articleBlock {
	margin-bottom: 25px
}

@media (max-width: 575.98px) {
	.ourblog__content .articleBlock {
		margin-bottom: 35px
	}
}

.contact__hero {
	background-image: url("../img/heroContact.jpg")
}

.contact__content__social a {
	color: #002e3e;
	margin-right: 25px
}

#contactMap {
	width: 100%;
	height: 470px
}

.releaseBlock {
	margin-bottom: 25px
}

.releaseBlock__line {
	height: 2px;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
	background: #0188cf;
	background: linear-gradient(to right, #0188cf 0%, #82be04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0188cf', endColorstr='#82be04', GradientType=1)
}

.releaseBlock__content {
	background-color: #fff;
	padding: 25px;
	position: relative
}

.releaseBlock__content__pdf {
	position: absolute;
	left: 25px;
	bottom: 20px
}

.releaseBlock__content__pdf a {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #002e3e;
	text-align: right;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.releaseBlock__content__title {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333
}

.releaseBlock__content__date {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #bbbbbb;
	text-align: left
}

.releaseBlock__content_link {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #002e3e;
	text-align: right;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.releaseBlock__content_link i {
	opacity: 0;
	padding-left: 5px;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transform: translateX(-10px) translateY(0px);
	transform: translateX(-10px) translateY(0px)
}

.releaseBlock {
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.releaseBlock:hover,
.releaseBlock:focus {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25)
}

.releaseBlock:hover .releaseBlock__content,
.releaseBlock:focus .releaseBlock__content {
	background-color: #fff
}

.releaseBlock:hover .releaseBlock__content_link,
.releaseBlock:hover .releaseBlock__content__title,
.releaseBlock:focus .releaseBlock__content_link,
.releaseBlock:focus .releaseBlock__content__title {
	color: #82be04
}

.releaseBlock:hover i,
.releaseBlock:focus i {
	opacity: 1;
	-webkit-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px)
}

.releaseBlock:hover .releaseBlock__image,
.releaseBlock:focus .releaseBlock__image {
	position: relative
}

.releaseBlock:hover .releaseBlock__image:after,
.releaseBlock:focus .releaseBlock__image:after {
	opacity: 0.65
}

.pressrelease__content__date {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #bbbbbb;
	text-align: left;
	padding-top: 7px
}

.pressrelease__content__pdf {
	text-align: right
}

.pressrelease__content__pdf a {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #002e3e;
	text-align: right;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.pressrelease__content__pdf a i {
	padding-left: 5px
}

.pressrelease__content h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700
}

@media (max-width: 991.98px) {
	.releaseBlock__content {
		padding-bottom: 45px
	}
	.releaseBlock__content_link {
		text-align: left
	}
	.releaseBlock__content__pdf {
		width: 100%;
		text-align: left;
		left: 25px;
		bottom: 15px
	}
	.releaseBlock__content_link i {
		display: none
	}
}

@media (max-width: 575.98px) {
	.pressrelease__content {
		text-align: center
	}
}

.mediakit__hero {
	background-image: url("../img/heroMediakit.jpg")
}

.mediakit__note {
	font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #666666
}

.mediakit__note a {
	font-weight: 700
}

@media (max-width: 575.98px) {
	.mediakit .content {
		text-align: center
	}
}

.selectTab__openMobile a {
	color: #333;
	border-bottom: solid 1px #ccc;
	font-weight: 700;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 10px;
	display: block;
	width: 100%
}

.selectTab__openMobile a i {
	color: #002e3e
}

.selectTab__openMobile a:before {
	content: '';
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #0188cf;
	background: linear-gradient(to right, #0188cf 0%, #82be04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0188cf', endColorstr='#82be04', GradientType=1)
}

.selectTab__mobile {
	display: none
}

.selectTab__button {
	width: 100%
}

.selectTab__button a {
	color: #333;
	background-color: #fff;
	text-align: center;
	padding: 10px;
	width: 100%;
	display: block;
	font-weight: 700
}

.keyfigures .nav-item,
.reports .nav-item {
	width: 16%;
	text-align: center
}

.keyfigures .nav-tabs .nav-link,
.reports .nav-tabs .nav-link {
	padding: 10px
}

.pdfIcon {
	width: 32px;
	height: 32px;
	background-image: url("../img/pdfReport.png");
	background-size: cover;
	background-position: left
}

.representationIcon {
	width: 29px;
	height: 31px;
	background-image: url("../img/representationIcon.png");
	background-size: cover;
	background-position: left
}

.pdfIcon:hover,
.representationIcon:hover {
	background-position: right
}

.tableRow a {
	display: inline-block
}

@media (max-width: 575.98px) {
	.keyfigures .content,
	.reports .content {
		text-align: center
	}
	.keyfigures .tableHeader,
	.keyfigures .tableRow,
	.reports .tableHeader,
	.reports .tableRow {
		text-align: left
	}
}

.error404 {
	overflow: hidden
}

.error404 .content {
	text-align: center
}

.errorIcon1,
.errorIcon2,
.errorIcon3 {
	display: inline-block;
	position: relative;
	padding: 0px 20px;
	vertical-align: bottom
}

.errorIcon2a {
	position: absolute;
	left: 21px;
	bottom: 81px;
	-webkit-transform-origin: center;
	transform-origin: center
}

.errorIcon1b {
	position: absolute;
	right: -15px;
	bottom: 190px;
	opacity: 0
}

.errorIcon2c {
	position: absolute;
	left: -15px;
	bottom: 190px;
	opacity: 0
}

.error404 .content a {
	font-weight: 700
}

@media (max-width: 991.98px) {
	.errorIcon1,
	.errorIcon2a,
	.errorIcon2b,
	.errorIcon3 {
		width: 175px;
		padding: 0px 10px
	}
	.errorIcon1 img,
	.errorIcon2a img,
	.errorIcon2b img,
	.errorIcon3 img {
		width: 155px;
		height: auto
	}
	.errorIcon2a {
		position: absolute;
		left: 23px;
		bottom: 65px
	}
	.errorIcon2c {
		position: absolute;
		left: -10px;
		bottom: 120px;
		opacity: 0
	}
	.errorIcon2c img {
		width: 40px
	}
}

@media (max-width: 767.98px) {
	.errorIcon1,
	.errorIcon2a,
	.errorIcon2b,
	.errorIcon3 {
		width: 125px
	}
	.errorIcon1 img,
	.errorIcon2a img,
	.errorIcon2b img,
	.errorIcon3 img {
		width: 115px;
		height: auto
	}
	.errorIcon2a {
		position: absolute;
		left: 22px;
		bottom: 47px
	}
	.error404 h3 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 10px
	}
	.error404 .breadcrb,
	.thankyou .breadcrb,
	.searchresults .breadcrb {
		display: none
	}
	.error404 .content,
	.thankyou .content,
	.searchresults .content {
		padding-top: 120px
	}
}

@media (max-width: 575.98px) {
	.errorIcon1,
	.errorIcon2a,
	.errorIcon2b,
	.errorIcon3 {
		width: 85px
	}
	.errorIcon1 img,
	.errorIcon2a img,
	.errorIcon2b img,
	.errorIcon3 img {
		width: 75px;
		height: auto
	}
	.errorIcon2a {
		position: absolute;
		left: 22px;
		bottom: 30px
	}
	.errorIcon2c {
		position: absolute;
		left: 5px;
		bottom: 60px;
		opacity: 0
	}
	.errorIcon2c img {
		width: 30px
	}
}

@media (max-width: 360px) {
	.errorIcon1,
	.errorIcon2a,
	.errorIcon2b,
	.errorIcon3 {
		width: 75px
	}
	.errorIcon1 img,
	.errorIcon2a img,
	.errorIcon2b img,
	.errorIcon3 img {
		width: 65px;
		height: auto
	}
	.errorIcon2a {
		position: absolute;
		left: 20px;
		bottom: 26px
	}
	.errorIcon2c {
		position: absolute;
		left: 5px;
		bottom: 60px;
		opacity: 0
	}
	.errorIcon2c img {
		width: 24px
	}
}


/*--------header-----------*/
.header1{
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    /*border-bottom: 1px solid rgba(255,255,255,0.2); */
}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #213081;
    z-index: 99999;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo{
    float: left; 
    display: inline-block;
    margin-top: 17px;
    margin-left: 20px;
    transition: all 0.3s ease 0s;
}
.logo a{transition: all 0.3s ease 0s; position: relative;}
.logo a img{
    width: 180px; display: block;
    transition: all 0.3s ease 0s;
}
#header.fixed1 .logo{margin-top: 12px;}
#header.fixed1 .logo a img{width: 150px; margin-top: 0px;}
.menu{
    float: right;
    text-align: right;
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 20px;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    font-weight: 400;
    position: relative;
    height: 80px;
    line-height: 80px;  
}
.menu > ul > li > a i{font-size: 12px;}
/*.menu > ul > li > a:before{
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 0px;
    height: 2px;
    background-color: #e58e15;
    content: "";
    transition: all 0.5s;
}*/
.menu > ul > li:hover > a:before{width: 100%;}
#header.fixed1 .menu > ul > li > a{color: rgba(255, 255, 255, 0.7); height: 60px; 
	line-height: 60px;}
.menu > ul > li > a i{margin-left: 0px;}
#header.fixed1 .menu ul > li:hover a, #header.fixed1 .menu ul > li > a.active, 
.menu ul > li:hover a,
.menu ul > li a.active{
    color: #81BD03;
}
#header.fixed1 .menu > ul > li > a:before{bottom: 0px;}
.menu ul li.Enquirebtn a{
    background-color: transparent; padding: 0 25px;
    transition: background-color 0.3s, color 0.3s;
    color: #80bd02; margin-top: 15px; border-radius: 30px;
    height: 44px; line-height: 44px;
    transition: all 0.3s;
    color: #80bd02; border: 1px solid #80bd02;
}
.menu ul li.Enquirebtn a:hover{background-color: #81bd03; border-color: #81bd03; color: #fff;}
#header.fixed1 .menu > ul > li.Enquirebtn > a{margin-top: 10px; height: 40px; line-height: 40px;
color: #fff;}


.menu ul > li:hover ul.submenu1{
    display: block !important;  
}
ul.submenu1{
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #012f3f; 
    box-shadow: 0 20px 40px 0 rgba(26,35,94,.2);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    padding: 0px;
}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li a{
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 20px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #81bd04 !important;
}
ul.submenu1 li:last-child a{
    
}

.rtserv{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	height: auto;
	z-index: 99;
}
.rtservbx1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 99;
}
.sec6bx1{float: left; display: inline-block; width: 33.33%; vertical-align: middle;
border: 1px solid rgba(255, 255, 255, 0.2); margin: -1px;}
a.img-wrap{display: block; text-decoration: none; color: #000; position: relative;
	padding: 30px; padding-top: 25%;
    width: 100%; transition: all 0.3s ease 0s; height: 250px;
    top: 0px; left: 0px; background-color: rgba(128, 189, 3, 0.35);
}
a.img-wrap.img-wrapn{background-color: rgba(7, 46, 92, 0.35);}
.posbtm{position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 30px;}
.postop{position: absolute; top: 0px; left: 0px; width: 100%; padding: 30px;}
a.img-wrap .img1{width: 60px; float: left; 
background-repeat: no-repeat; background-size: 60px; height: 60px;
background-position: left bottom; opacity: 0.8;}
a.img-wrap:hover{
 background-color: rgba(128, 189, 3, 0.75);  color: #fff;
}
a.img-wrap.img-wrapn:hover{background-color: rgba(7, 46, 92, 0.75);  color: #fff;}
a.img-wrap:hover .img1{background-position: left bottom; opacity: 1;}
a.img-wrap svg{color: #fff; position: absolute; right: 20px; bottom: 45px; width: 30px;}
.icon1 img{width: 70px; position: absolute; top: 270px; background-color: #71a5bb;
padding: 10px;}

.techhd1{font-size: 19px; font-weight: 700; margin: 0; line-height: 24px;
    position: relative; margin-top: 10px; margin-bottom: 10px;}
.technology1 p{position: relative; line-height: 21px; padding: 0px; text-align: left;
    overflow:hidden; transition: all 0.3s ease 0s; opacity: 1; 
    color: #000; opacity: 0.8; padding-right: 30px; font-size: 15px;}
a.img-wrap:hover .overlay1 p{}
.rmore1{border-bottom: 2px solid #ff7211; margin-top: 20px;
font-size: 14px; font-weight: 600; color: #000; 
background-color: #fff; position: relative; display: table; transition: all 0.3s;}
a.img-wrap:hover .rmore1{color: #ff7211;}
.techno{display: block; padding: 5px 0px 0; text-align: left; clear: both; color: #fff;}
/*------header_end--------*/
.micon,.mobile_menu {
	display: none;
}
.micon {
    float: right;
    font-size: 24px;
    margin: 25px;
    cursor: pointer;
    color: #111;
}
.mobile_menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 300px;
	background: rgba(7, 46, 92, 0.99);
	padding: 15px;
	z-index: 9999;
	height: 100vh;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.mobile_menu.active {
	right: 0;
}
.mclose, .mobile_menu ul, .mobile_menu ul li, .mobile_menu ul li a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.mobile_menu ul li a {
	color: #fff;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mclose {
	padding: 0 15px;
	background: #fff;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
}
.mclose i {
	float: right;
	line-height: 50px;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (max-width : 1279px){
	.micon,.mobile_menu {
		display: block;
	}
	.menu {
		display: none;
	}
	.micon, .mobile_menu {
		display: block;
	}
	.home__hero {
		max-height: 600px;
	}
	a.img-wrap {
		height: 200px;
		padding: 10px;
	}
	.posbtm {
		padding: 10px;
	}
	.home__hero .home__hero__content__slider {
		padding: 0
	}
	.slick-list, .slick-slider, .slick-track {
		max-width: 70%
	}
}
@media only screen and (max-width : 979px){
	.slick-list, .slick-slider, .slick-track {
		max-width: 100%;
		padding: 20px;
	}
	.home__hero .home__hero__content {
		top: 100px;
		line-height: 1;
	}
	.home__hero {
		max-height: inherit;
		height: auto;
	}
	.home__hero .home__hero__video {
		position: relative;
		height: 500px;
		width: 100%;
		float: left;
	}
	.rtserv, .home__hero, .rtservbx1 {
		position: relative;
		width: 100%;
		float: left;
		background: #111;
	}
	.abtcont {
		position: relative;
		z-index: 2;
	}
	.about__hero.hero {
		height: 200px;
	}
	.news_cont .col-12.row {
		margin: 0
	}
}
@media only screen and (min-width : 240px) and (max-width : 960px)
{
	.megamenu::before, .megamenu::after{width: 100vw;}
	.megamenu__content{width: 100%;}
	.wecomein{padding: 0 25px;}
	.width50, .width40{width: 100%; clear: both; float: none;margin:0;}
	ul.ultech li{width: 50%;}
	ul.ultech li a img{width: 80%; }
	.news_cont{width: 100%; clear: both; padding: 0px;}
	.news_right{display: none;}
	ul.careersul li span, .job_nav span{width: 50%;}
	h1{font-size: 28px; margin-bottom: 10px;}
	.about{text-align: left;}
	.col-6{width: 100%; max-width: 100%; flex: 0 0 100%;}
	.stickyMenu__logo__img{background-image: url("../img/logo.png"); width: 128px;}
	.stickyMenu__logo__img::after{background-image: none;}
	ul.careersul li a{top: auto; bottom: -10px;}
	.footer__logo img{max-height: 50px;}
	.section4 .container{width: 100%;}
	.container{width: 100%; max-width:100%;}
}
/*000000*/

@media only screen and (max-width : 767px){
	.slick-track, .slick-slide {
		width: 100% !important;
		margin: 0;
	}
	.home__hero h1 {
		font-size: 30px;
	}
	.hspan {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sec6bx1 {
		width: 100%;
	}
	a.img-wrap {
		height: 200px;
		padding: 0
	}
	.posbtm {
		padding: 25px
	}
	.wecomein {
		padding: 0
	}
	.intro-feat {
		margin: 0;
	}
	.abtcont h4 {
		margin-bottom: 10px;
	}
	.abtcont h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.welcomesec::before, .welcomesec::after {
		display: none;
	}
	html, body {
		width: 100%;
		height: 100%;
	}
	body {
		overflow-x: hidden;
	}
	.header1 {
		padding: 0
	}
	.about__background {
		padding: 30px 0
	}
	ul.ultech {
		margin: 0;
		padding: 0
	}
	ul.ultech li {
		padding: 5px;
	}
	ul.careersul li .span, .job_nav .span,
	ul.careersul li span, .job_nav span {
		width: 100%;
		float: left;
	}
	ul.careersul li a {
		position: relative;
		float: right;
		bottom: 10px;
	}
	.contact__content h5 {
		margin-bottom: 0
	}
	.mt-6, .my-6 {
	    margin-top: 15px !important;
	}
	.stickyMenu {
		/*display: block;*/
	}
	.home__hero {
		display: none;
	}
	.rtserv {
		margin-top: 75px;
	}
	a.img-wrap:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		opacity: 0.1;
		background-image: url(../img/bkg-light-gray.png);
		background-repeat: repeat;
		background-size: 20px 56px
	}
	.section3 ul{padding:0;}
	.section3 .owl-nav{display: none;}
	input.subres{margin-top:0 !important;}
	.section4 .col-sm-9{margin-left:0px !important;}
	.section4 h2{font-size: 18px !important; line-height: 26px !important; text-align: center !important; margin-bottom: 20px !important;}
	footer .footer__copyright a{margin-left:10px; font-size: 14px;}
	.container{width: 100%; max-width:100%;}
}