html {
	font-size: 62.7%
}

body {
	background: #f3f6f9;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Blinker,sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: .03rem;
	overflow-x: hidden
}

h1 {
	font-size: 5rem;
	line-height: 5.7rem;
	font-weight: 500;
	letter-spacing: -.05rem;
	left: -.2rem
}

h2 {
	font-size: 4rem;
	line-height: 4.4rem;
	font-weight: 500;
	letter-spacing: -.05rem;
	left: -.2rem
}

h3 {
	font-size: 3rem;
	line-height: 3.2rem;
	font-weight: 500;
}

h4 {
	font-size: 2.5rem;
	font-weight: 500;
}

h5 {
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 2.5rem;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	color: #1c1e20;
}

p {
	font-size: 1.7rem;
	color: #000;
	padding-bottom: .7rem;
	margin: 0;
	font-weight: 400
}

.modal-content h4 {
	letter-spacing: -.08rem
}

label {
	padding-bottom: .5rem
}

ul label {
	padding: 0;
	display: table-cell
}

sup {
	font-size: .4em;
	font-weight: 900;
}

.p-x-5 {
	padding: 5rem 0
}

.p-x-7 {
	padding: 7rem 0
}

.p-x-11 {
	padding: 11rem 0
}

.p-r-8 {
	padding-right: 8rem
}

.p-l-8 {
	padding-left: 8rem
}

.p-all-2 {
	padding: 2rem
}

.p-all-4 {
	padding: 4rem
}

.m-t-20 {
	margin-top: 2rem
}

.p-t-50 {
	padding-top: 5rem
}

.m-t-25 {
	margin-top: 2.5rem
}

.m-t-30 {
	margin-top: 3rem
}

.m-t-40 {
	margin-top: 4rem !important
}

.m-t-50 {
	margin-top: 5rem
}

.m-t-70 {
	margin-top: 7rem
}

.m-all-4 {
	margin: 4rem
}

.sectionContainer {
	position: relative;
	display: flex;
	width: 100%
}

#homeSection .sectionContainer {
	flex-direction: column
}
/*#dotSection .gallery li:hover .imgContainer, .resourceImg:hover, .sectionContainer:hover .imgContainer, .sectionContainer:hover .imgContainerHead { transform: scale(1.03) translateY(-2.5rem); transition: .9s ease; -webkit-box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31); -moz-box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31); box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31) }
		#dotSection .gallery li:hover .imgContainer img, .resourceImg img, .sectionContainer:hover .imgContainer img, .sectionContainer:hover .imgContainer img.imgTop, .sectionContainer:hover .imgContainerHead img { transform: scale(1) }
	.sectionContainer .imgContainer .imgTop { visibility: hidden; opacity: 0; transition: visibility .9s,opacity .9s linear; position: absolute; z-index: 99; object-fit: cover; object-position: center }
	.sectionContainer:hover .imgContainer .imgTop { display: inline; visibility: visible; opacity: 1; transition: .9s ease }*/
.contentBox {
	display: flex;
	margin: 0 auto;
	z-index: 2
}

	.contentBox.col-8x {
		justify-content: space-between
	}

#aboutSection #contentWrapper .contentBox {
	display: block
}

.textContainer {
	margin: auto 0
}

	.textContainer a, .textContainer a:visited {
		color: #0f78f0;
		font-weight: 600 !important;
	}

.imgContainerHead {
	position: absolute;
	top: -7rem;
	right: 0;
	height: 100% !important
}

.imgContainer, .imgContainerHead {
	margin: auto 0;
	overflow: hidden;
	background-color: #e2e9ee;
	background-repeat: no-repeat !important;
	opacity: 1 !important;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
	display: flex;
	align-content: center;
	border-radius: .4rem;
	object-fit: contain;
	min-height: 40rem;
	max-height: 40rem;
	transition: .7s ease
}

	.imgContainer img, .imgContainerHead img, .sectionContainer .imgContainer img.imgTop {
		width: 100%;
		height: 100%;
		transition: .8s ease;
		transform: scale(1.0);
		box-shadow: none !important;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		object-fit: cover;
		position: absolute;
		text-align: center
	}

	.imgContainer .imgTitle {
		z-index: 1;
		color: #fff;
		display: flex;
		padding: 3rem;
		flex-direction: column;
		width: 70%;
		text-align: left;
		height: 100%;
	}

.imgContainerInner {
	z-index: 2;
	display: flex;
	align-items: center;
	padding: 3rem 4rem;
	color: #fff;
}

	.imgContainerInner img {
		width: 55%;
		height: auto;
		position: relative;
	}

	.imgContainerInner h3 {
		color: #fff
	}

.bgContainer {
	position: absolute;
	content: '';
	opacity: 1;
	transform: matrix(1,0,0,1,0,0);
	height: inherit;
	width: 100%;
	display: flex;
	z-index: 1;
	top: 0;
	bottom: 0
}

.featureContainer {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	list-style: none;
	margin-top: 5rem;
	border-radius: .4rem;
	overflow: hidden;
	z-index: 2
}

	.featureContainer li {
		flex: 33.3333%
	}

	.featureContainer img {
		height: 6rem
	}

	.featureContainer label {
		padding-top: 2rem;
		color: #fff
	}

	.featureContainer li:nth-child(1) {
		background: #373e8a
	}

	.featureContainer li:nth-child(2) {
		background: #375aa6
	}

	.featureContainer li:nth-child(3) {
		background: #2898bf
	}

	.featureContainer li:nth-child(4) {
		background: #155968
	}

	.featureContainer li:nth-child(5) {
		background: #1d7262
	}

	.featureContainer li:nth-child(6) {
		background: #16835a
	}

	.featureContainer li:nth-child(7) {
		background: #0f7a3d
	}

	.featureContainer li:nth-child(8) {
		background: #1b994d
	}

	.featureContainer li:nth-child(9) {
		background: #50a84b
	}

	.featureContainer ul.lst-type {
		padding-top: 1.5rem;
	}

	.featureContainer .lst-type li {
		background: unset !important;
		color: #fff
	}

		.featureContainer .lst-type li::before {
			background: #fff !important;
		}

#homeSection .featureContainer {
	margin-top: 7rem
}

.moduleContainer li {
	color: #fff;
	padding: .2rem 0;
	flex: 1 1
}

ul.testimonialContainer {
	padding: 9rem 0 0;
	list-style: none
}

.testimonialContainer li {
	display: flex;
	width: 60%;
	margin: 0rem;
	justify-content: center
}

.testimonialContainer .content {
	border-radius: .4rem;
	padding: 6rem;
	display: block
}

.testimonialContainer img {
	align-items: center;
	justify-content: center;
	justify-items: center;
	position: absolute;
	top: -4rem;
	width: auto;
	height: 8rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	z-index: 1
}

.testimonialContainer p {
	align-items: center;
	margin-top: 1rem
}

.color-1x {
	background: #16181d
}

	.color-1x h1, .color-1x h2, .color-1x h3, .color-1x h4, .color-1x h5, .color-1x li {
		color: #fff
	}
	.color-1x li {
		color:#d6dae2 
	}
		.color-1x label, .color-1x p {
			color: #d6dae2
		}

.color-2x {
	background: #eaeff3
}

.color-3x {
	background: #e2e9ee
}

.color-4x {
	background: #e8e9f1
}

.color-5x {
	background: teal
}

.color-6x {
	background: purple
}

.color-7x {
	background: #f3f6f9
}

.color-8x {
	background: white;
}

.blue-d {
	background-color: #3520aa
}

.blue-m {
	background-color: #2350be
}

.blue-l {
	background-color: #1894c2;
	color: #fff
}

.green-d {
	background-color: #16804c;
	color: #fff
}

.green-m {
	background-color: #219939;
	color: #fff
}

.green-l {
	background-color: #50a93b;
	color: #fff
}

.col-10x, .col-1x, .col-2x, .col-3x, .col-4x, .col-5x, .col-6x, .col-7x, .col-8x, .col-9x {
	box-sizing: border-box;
	border-radius: .4rem
}

.col-1x {
	width: 15%
}

.col-2x {
	width: 25%
}

.col-3x {
	width: 33.3333%
}

.col-4x {
	width: 45%
}

.col-5x {
	width: 50%
}

.col-6x {
	width: 65%
}

.col-7x {
	width: 75%
}

.col-8x {
	width: 80%
}

.col-9x {
	width: 90%
}

.col-10x {
	width: 100%
}

.vov, .vov1 {
	width: auto;
	position: fixed
}

.line1 {
	width: .7rem;
	height: 4rem;
	margin-bottom: 1rem;
	position: relative;
	bottom: 0;
	display: inline-block;
	transform-origin: right center;
	background-color: #0f78f0;
	border-radius: .1rem
}

.pageBanner {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto
}

	.pageBanner img {
		width: 100%;
		height: auto;
		background-position: center;
		position: fixed;
		z-index: 1;
		left: 0;
		right: 0;
		top: 0;
		background: #c4cbd0
	}

.bannerHeading {
	margin: auto;
	z-index: 2;
	display: grid;
	position: relative;
	height: 100%;
	align-content: center
}

	.bannerHeading h1, .headerTitle h1 {
		color: #fff;
		font-size: 6rem;
		line-height: 6rem;
	}

.headerTitle h1, .headerTitle h2, .headerTitle h3, .headerTitle h4, .headerTitle h5 {
	color: #fff;
	font-weight: 300;
}

#homeSection .banner-wrapper-100 .headerTitle strong {
	font-weight: 400;
}

.h80vh {
	height: 80vh
}

.header-1 .frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.o-hidden, .overflow-hidden {
	overflow: hidden
}

.o-visible, .overflow-visible {
	overflow: visible
}

.o-auto, .overflow-auto {
	overflow: auto
}

.o-x, .overflow-x {
	overflow: hidden;
	overflow-x: auto
}

.o-y, .overflow-y {
	overflow: hidden;
	overflow-y: auto
}

.disappear {
	position: fixed;
	width: 0;
	height: 0;
	display: block;
	left: 500%;
	top: -9999px
}

.banner-wrapper-100 {
	position: relative;
	display: grid;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background: #c4cbd0;
}

#homeSection .banner-wrapper-100 .headerTitle {
	height: 80vh
}

#homeSection .banner-wrapper-100 {
	height: 85vh
}


	#homeSection .banner-wrapper-100 img:last-child {
		display: none;
		visibility: hidden;
		opacity: 0;
	}


.banner-wrapper-100 img, .banner-wrapper-100 video {
	display: flex;
	width: 100%;
	height: inherit;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background-repeat: no-repeat !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	position: absolute;
}
/*.banner-wrapper-100 video { opacity: .8 }*/
.banner-wrapper-100 .headerTitle {
	z-index: 1;
	height: 65vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff
}

	.banner-wrapper-100 .headerTitle h4 {
		color: #fff;
		font-weight: 500;
		line-height: 3rem;
		padding-top: 1rem;
		letter-spacing: 0.05rem;
	}

#contentWrapper {
	padding-top: 4rem;
	height: 100%;
	z-index: 1;
	overflow: hidden
}

#aboutSection #contentWrapper, #contactSection #contentWrapper, #dotSection #contentWrapper, #osimpleSection #contentWrapper, #resourceDetailSection #contentWrapper, #resourcesSection #contentWrapper, #servicesSection #contentWrapper, #jobDetailSection #contentWrapper {
	margin-top: -20vh
}

#careersSection #contentWrapper {
	margin-top: -14vh
}

#homeSection #contentWrapper {
	margin-top: -20vh
}

#aboutSection .banner-wrapper-100, #contactSection .banner-wrapper-100, #dotSection .banner-wrapper-100, #osimpleSection .banner-wrapper-100, #servicesSection .banner-wrapper-100, #careersSection .banner-wrapper-100 {
	height: 70vh;
}

#resourceDetailSection nav .Header #nav-6 {
	display: none
}

#resourceDetailSection form .modal .dropdownc {
	display: none
}

#resourcesSection .banner-wrapper-100, #resourcesSection .banner-wrapper-100 .headerTitle {
	height: 60vh
}

#resourceDetailSection .banner-wrapper-100, #jobDetailSection .banner-wrapper-100 {
	height: 40vh
}
/*#careersSection .banner-wrapper-100 { height: 60vh }
    #careersSection .banner-wrapper-100 .headerTitle { height: 55vh }*/
#contactSection .banner-wrapper-100 {
	height: 55vh
}

	#contactSection .banner-wrapper-100 .headerTitle {
		height: 50vh
	}

#resourcesSection #contentWrapper {
	margin-top: -5rem !important;
	padding: 0 !important
}

#homeSection #nav-1 a::after, #dotSection #nav-2 a::after, #osimpleSection #nav-3 a::after, #servicesSection #nav-4 a::after, #resourcesSection #nav-5 a::after, #aboutSection #nav-6 a::after, #contactSection #nav-7 a::after, #careersSection #nav-8 a::after {
	width: 100%
}

#resourceDetailSection .banner-wrapper-100 .headerTitle, #jobDetailSection .banner-wrapper-100 .headerTitle {
	display: none
}

#contactSection .menuBut li:last-child {
	display: none
}

#contactSection .introContainer {
	margin: 0 0 2rem 10%
}

#errorSection h1 {
	color: #000;
	font-size: 17rem;
	font-weight: bolder;
	margin: 4rem 0 0 -.8rem
}

#errorSection .Header .menuBut li a {
	color: #000
}

#errorSection {
	background-color: transparent
}

.introContainer {
	margin: 0 0 7rem 10%;
	padding-right: calc(10% - 15rem)
}

	.introContainer label {
		display: block
	}
/*.introContainer.color-1x { -webkit-mask: linear-gradient(to bottom,transparent -120%,#000 50%); mask: linear-gradient(to bottom,transparent -120%,#000 50%) }*/
.inlineContainer {
	display: flex;
	gap: 4rem;
	text-align: left;
}

.spacer4 {
	height: 4rem;
	width: 4rem;
	content: ''
}



.charger {
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.c-a-2, .center-align-2 {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.c-a-t, .center-align-transform {
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}

.c-a-t-x, .center-align-transform-x {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	backface-visibility: hidden
}

.c-a-t-y, .center-align-transform-y {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	backface-visibility: hidden
}

.spinA {
	background-image: url('/images/spinner-black.svg');
	background-size: contain;
	width: 12rem;
	height: 12rem;
}

.spinB {
	background: url('/images/spinner-black-inner.svg');
	background-size: contain;
	width: 12rem;
	height: 12rem;
	position: absolute
}



.skewPro {
	-moz-transform: rotate(32deg) skew(-45deg) translate(12vh,-3vh);
	-webkit-transform: rotate(32deg) skew(-45deg) translate(12vh,-3vh);
	-o-transform: rotate(32deg) skew(-45deg) translate(12vh,-3vh);
	-ms-transform: rotate(32deg) skew(-45deg) translate(12vh,-3vh);
	transform: rotate(32deg) skew(-45deg) translate(12vh,-3vh);
	position: absolute
}

#loading {
	-webkit-animation: clock 1.3s infinite linear;
	z-index: 2
}

#loadingInner {
	-webkit-animation: anticlock 1.1s infinite linear;
	z-index: 1
}

@-webkit-keyframes clock {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg)
	}
}

@-webkit-keyframes anticlock {
	from {
		-webkit-transform: rotate(359deg)
	}

	to {
		-webkit-transform: rotate(0)
	}
}

.resourceContainer {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 auto 7rem;
	background: #e7ebef
}

.careersContainer {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 3rem auto 7rem;
}

#careersSection .col-6x p {
	padding-top: .7rem
}

#careersSection .col-6x.t-a-c.contentBox {
	display: block;
}

#careersSection .inlineContainer {
	justify-content: center;
	align-items: center
}

	#careersSection .inlineContainer h2 {
		text-align: center;
		letter-spacing: 1rem;
		border: .4rem solid white;
		padding: 1rem 1rem 1rem 2rem;
	}

	#careersSection .inlineContainer p {
		padding: 0;
	}

.resourceContainer li {
	padding: 3rem;
	width: 25%;
	list-style: none;
	text-align: center
}

.careersContainer ul {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem 0;
	justify-content: center
}

.careersContainer li {
	list-style: none;
	text-align: left;
	margin: 1rem;
	border-radius: .4rem;
	color: #fff;
	width: calc(33.33333% - 2rem);
}

	.careersContainer li a {
		display: block;
		padding: 2.5rem 3rem;
	}

	.careersContainer li:nth-child(1), .careersContainer li:nth-child(4), .careersContainer li:nth-child(7), .careersContainer li:nth-child(10) {
		background: #373e8a
	}

	.careersContainer li:nth-child(2), .careersContainer li:nth-child(5), .careersContainer li:nth-child(8), .careersContainer li:nth-child(11) {
		background: #375aa6
	}

	.careersContainer li:nth-child(3), .careersContainer li:nth-child(6), .careersContainer li:nth-child(9), .careersContainer li:nth-child(12) {
		background: #2898bf
	}

.careersContainer h4 {
	color: #fff
}

.careersContainer li label {
	padding-top: .5rem;
	cursor: pointer
}

.jobDetail .but1 {
	margin-top: 2rem
}

.jobDetail .col-2x {
	border-radius: .4rem;
	padding: 2.2rem 3rem;
	align-self: flex-start;
}

	.jobDetail .col-2x p:last-child {
		padding: 0;
	}

.resourceImg, .careersImg {
	overflow: hidden
}

.resourceImg, .careersImg {
	transition: .6s ease-in-out;
	border-radius: .4rem
}

.resourceContainer img, .careersContainer img {
	width: 100%;
	height: auto;
	display: block;
	transition: .5s ease-in-out
}

	.resourceContainer img:hover, .careersContainer img:hover {
		transform: scale(1.1);
		transition: .2s ease-in
	}

.resourceContainer label, .careerContainer label {
	padding-top: 2rem;
	cursor: pointer
}

.resourceDetail label, .jobDetail label {
	padding-bottom: 1.5rem;
	font-weight: 600
}

.resourceDetail h2, .resourceDetail h3, .jobDetail h1, .jobDetail h3, .jobDetail h5 { padding-bottom: 1.5rem; }

	.resourceDetail button label, .jobDetails button label {
		font-weight: 400;
		padding: 0
	}

.resourceDetail img, .jobDetails img {
	max-height: 50vh;
	border-radius: .4rem;
	-webkit-box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31);
	-moz-box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31);
	box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31);
	z-index: 100
}

.noRadius {
	border-radius: 0
}

.tooltip .tooltiptext {
	visibility: hidden;
	max-width: 13rem;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: .3rem;
	padding: 1rem;
	position: absolute;
	z-index: 1;
	display: inline-block;
	border-bottom: .2rem dotted #000
}

.tooltip:hover .tooltiptext {
	visibility: visible
}

.but1 {
	display: inline-block;
	cursor: pointer;
	height: 4.5rem;
	vertical-align: middle;
	text-align: center;
	padding: 0 2rem;
	min-width: 10rem;
	line-height: 4.5rem;
	color: #fff !important;
	transition: .3s ease-in-out;
	background-color: #0f78f0;
	background-image: linear-gradient(#117cf5,#0e33bc);
	font-family: Blinker,sans-serif;
	font-size: 1.7rem;
	border-radius: .4rem;
	outline: 0
}

	.but1:hover {
		transform: scale(1.04) !important;
		box-shadow: 0 .5rem 2rem rgba(0,0,0,.2) !important;
		transition: .3s ease;
	}

	.but1 label {
		width: initial
	}

.but2 {
	cursor: pointer;
	height: 5rem;
	vertical-align: middle;
	text-align: center;
	padding: 0 2rem;
	line-height: 5rem;
	color: #000;
	transition: .3s;
	transition-property: box-shadow,transform;
	background: #eaeff3;
	font-family: Blinker,sans-serif
}

	.but2:hover {
		transform: scale(1.1) !important;
		box-shadow: 0 .5rem 2rem rgba(0,0,0,.2) !important;
		background: #1fffe4;
		transition: .3s
	}

.buttonsContainer { display: flex; justify-content: space-between; align-items: center; margin-top: 3rem; }

button label {
	cursor: pointer
}

.footerWrapper {
	position: fixed;
	bottom: 0;
	border-bottom: .5rem solid #0f78f0;
	list-style: none;
	z-index: -1;
	left: 0;
	right: 0
}

	.footerWrapper, .footerWrapper a, .footerWrapper p {
		color: #d6dae2;
		font-size: 1.4rem;
		font-weight: 400
	}

.linkBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	transition: .5s ease-in-out;
	margin: 5rem auto;
	align-items: center
}

	.linkBox ul li a {
		color: #3b7fff;
		transition: .5s ease-in-out;
		font-weight: 600
	}

		.linkBox ul li a:hover {
			color: #5fb4ff;
			transition: .3s ease
		}

.copyrightBox {
	padding: 2.5rem 0;
	margin: 0 auto;
	align-items: center
}

.footerWrapper ul {
	display: flex
}

	.footerWrapper ul li {
		display: inline-flex;
		padding-right: 4rem
	}

.seperator {
	height: .2rem;
	background: #23262d
}

.footer-mob .social {
	padding: 0 !important
}

.social {
	align-items: center;
	display: flex
}

	.social a {
		background: 0 0;
		font-size: 1.8rem;
		transition: .3s ease;
		cursor: pointer;
		opacity: .7
	}

	.social .linkedin {
		background: url('/images/linkedin-socio.svg') no-repeat;
		width: 2rem;
		height: 2rem;
		background-size: cover;
	}

	.social a:hover {
		opacity: 1;
		transition: .2s ease-in
	}

	.social .facebook-f:hover {
		color: #0f78f0;
		transition: .2s ease-in
	}

.techlogos img {
	height: 7rem
}

.techlogos ul li {
	display: inline-table;
	text-align: center;
	margin: 2rem .5rem 0 0;
	min-width: 12.5rem
}

.modal-active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto
}

.modal-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999
}

.modal-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 9998
}

.modal {
	position: relative;
	max-height: 85%;
	z-index: 9999;
	background: 0 0;
	width: 40%
}

	.modal .inlineContainer {
		gap: 2rem;
		width: 100%
	}

.modal-close-btn {
	position: absolute;
	line-height: 0;
	padding: 1.5rem;
	right: 0;
	z-index: 3333333333333333;
	cursor: pointer;
	background: 0 0;
	outline: 0;
	border: none
}

.modal-content {
	background: #f5f8fa;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: hidden;
	padding: 1rem 3rem 3rem;
	border-radius: .4rem;
	-webkit-box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31);
	-moz-box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31);
	box-shadow: 0 3.5rem 4rem 0 rgba(0,0,0,.31)
}

.gridItem2 {
	overflow: hidden;
	transition: .3s;
	opacity: 0
}

	.gridItem2 p {
		transition: .3s;
		vertical-align: middle;
		height: 100%
	}

	.gridItem2 h2:hover {
		transition: .6s .1s;
		opacity: 0;
		top: 2rem
	}

	.gridItem2 p:hover {
		transition: .6s .2s;
		opacity: 0;
		top: 2rem
	}

	.gridItem2 h3:hover {
		opacity: 1;
		top: 0
	}

	.gridItem2 p:hover {
		opacity: 1
	}

.partnerShip .imgContainer {
	position: absolute;
	width: 100%;
	transition: .5s ease-in-out;
	background: #1c1e20
}

.ptnr .line1 {
	background-color: #fff
}

.ptnr .but1 {
	color: #000 !important;
	background-color: #fff;
	background-image: linear-gradient(#f3f5f7,#d1d3dc)
}

#aboutSection .ptnr h2, #aboutSection .ptnr:hover h2 {
	color: #fff;
	opacity: 1;
	margin-top: 0;
	position: relative
}

.ptnr .but1 label {
	color: #000
}

.abt:hover .imgContainer, .ptnr:hover .imgContainer {
	transform: scale(1.2);
	transition: .4s ease;
	opacity: .6 !important;
	border-radius: 0
}

.partnerShip {
	gap: 0;
	height: 25vh;
	background: #1c1e20
}

	.partnerShip .col-5x {
		overflow: hidden;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover;
		background-position-y: center;
		overflow: hidden;
		cursor: pointer;
		height: 100%;
	}

.ptnr:hover a, .ptnr:hover a h4 {
	transition: .6s;
	opacity: 1;
	position: relative;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.ptnr:hover a {
	width: 100%;
	height: 100%
}

	.ptnr:hover a h4 {
		padding-bottom: 1rem
	}

.ptnr a, .ptnr:hover h2 {
	opacity: 0;
	margin-top: 4rem;
	position: absolute
}

.partnerShip h2, .partnerShip h3, .partnerShip label {
	transition: .3s ease-in-out;
	color: #fff
}

.partnerShip h3 {
	padding-bottom: 1rem
}

.fadeIn {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

article, buttom, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, iframe, input, label, li, ol, p, section, select, span, strong, table, td, textarea, th, tr, ul, video {
	outline: 0;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.strong, strong {
	font-weight: 600
}

a, a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	outline: 0;
	font-weight: 400
}

svg {
	display: block
}

img {
	border: 0;
	position: relative;
	color: #000;
	display: block;
	min-height: 3rem;
}

.logo img {
	transition: all .3s
}

table, td {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse
}

table {
	width: 100%
}

hr {
	border: 0;
	border-bottom: 1px solid #999
}

ul {
	margin: 0;
	padding: 0
}

blockquote {
	display: block;
	display: block;
	margin: .9rem 1.8rem;
	padding: .9rem;
	background-color: #eee;
	border-left: .4rem solid #aaa;
	font-style: italic
}

option {
	font-family: Blinker,sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.lst-type li, .resourceDetail ul li, .jobDetail ul li {
	list-style-type: none;
	padding: .5rem 0 .5rem 2rem;
	list-style-position: inside;
	display: table;
	position: relative;
}

	.lst-type li::before, .resourceDetail ul li::before, .jobDetail ul li::before {
		display: inline-flex;
		width: 1rem;
		height: 1rem;
		border-radius: 2px;
		background: #0f78f0 !important;
		content: '';
		position: absolute;
		left: 0;
		top: 1.1rem;
	}

.dropdownc, input:not([type]), input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
	outline: 0;
	overflow: auto;
	letter-spacing: inherit;
	border-radius: .4rem;
	border: .2rem solid #d2dde6;
	background: #fff;
	height: 4rem;
	width: 100%;
	transition: .3s;
	background: #fff;
	font-family: Blinker,sans-serif;
	font-size: 1.7rem;
	padding: 0 1rem;
	margin-bottom: 1.5rem
}

textarea {
	min-height: 12rem;
	height: auto;
	resize: none;
	border: .2rem solid #d2dde6;
	background: #fff;
	padding: 1rem
}

option, select {
	font-family: Blinker,sans-serif;
	font-size: 1.7rem
}

label {
	display: inline-block;
	font-weight: 400
}

select {
	outline: 0;
	overflow: auto;
	box-shadow: none;
	border-radius: 0
}

button {
	position: relative;
	border: 0;
	overflow: hidden
}

.sticky {
	top: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky
}

.cuppa-anchor {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	height: 0 !important;
	width: 0 !important;
	visibility: hidden !important
}

iframe {
	border: 0
}

.m-w, .max-width {
	position: relative;
	margin: 0 auto;
	width: 90%;
	padding: 0 3rem
}

.t-a-c {
	text-align: center;
	margin: 0 auto;
}

.gallery li {
	width: 40%;
	height: auto;
	list-style: none;
	text-align: center;
	margin: 0 4rem
}

.gallery li {
	transition: ease-in-out
}

#aboutSection .gallery li {
	width: 20rem;
	height: auto;
	list-style: none;
	text-align: center;
	margin: 0 2rem
}

	#aboutSection .gallery li .imgContainer {
		height: 7rem
	}
/*#dotSection .gallery li:hover h1 { padding-bottom: 1rem; transition: .6s ease }*/
.gallery h2 {
	margin: 3rem 0 2rem;
	transition: .9s
}

.flickity-page-dots {
	text-align: center;
	list-style: none;
	padding: 3rem
}

	.flickity-page-dots .dot {
		cursor: pointer;
		transition: .3s;
		width: 3rem;
		height: 1rem;
		border-radius: .2rem;
		background: #c7d0d6;
		display: inline-flex;
		vertical-align: middle;
		margin: .5rem;
		padding: 0
	}

		.flickity-page-dots .dot.is-selected {
			cursor: pointer;
			background: #0f78f0;
			border-radius: .2rem;
			width: 1rem
		}

.flickity-viewport {
	cursor: -webkit-grab;
	cursor: grabbing
}

	.flickity-viewport.is-pointer-down {
		cursor: -webkit-grabbing;
		cursor: grabbing
	}

.logoContainer ul {
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center
}

	.logoContainer ul li {
		display: inline-flex;
		flex-wrap: wrap;
		padding: 1rem 2rem
	}

		.logoContainer ul li img {
			height: 10rem
		}

.clientContainer {
	padding-bottom: 7rem;
	padding-top: 3rem;
}

.slick-slide {
	margin: 0
}

	.slick-slide img {
    height: 6rem;
    align-items: center;
    width: 15rem;
    opacity: .7;
    display: block;
    object-fit: contain;
	}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

	.slick-list:focus {
		outline: 0
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand
	}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

	.slick-track:after, .slick-track:before {
		display: table;
		content: ''
	}

	.slick-track:after {
		clear: both
	}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: .1rem
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: flex;
	justify-content: center
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.contactContainer {
	border-radius: .4rem;
	padding: 2.5rem;
	background: #e7ebef;
}

.row {
	display: flex;
	padding-right: 4rem
}

.tabs {
	border-radius: .2rem;
	overflow: hidden;
}

.tab {
	width: 100%;
	color: white;
	overflow: hidden;
	margin-bottom: .4rem;
	border-radius: .4rem;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	cursor: pointer;
	align-content: center;
	background: black;
	align-items: center;
	height: 5rem;
	padding: 0 1rem 0 1.5rem;
}

	.tab-label:hover {
		background: #16181d;
	}

	.tab-label::after {
		content: "\276F";
		width: 2rem;
		height: 3rem;
		text-align: center;
		transition: all 0.35s;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 3rem;
	}

.tab-content {
	max-height: 0;
	color: #000;
	background: white;
	transition: all 0.35s;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1rem;
	background: #16181d;
	cursor: pointer;
}

	.tab-close:hover {
		background: #16181d;
	}

input:checked + .tab-label::after {
	transform: rotate(90deg);
}

input:checked ~ .tab-content {
	max-height: 200vh;
}

.tabs .tab input {
	display: none
}

.tab-content .three-column {
	display: inline-flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 2.5rem 0 0 2.5rem;
	width: calc(100% - 2.5rem);
}

	.tab-content .three-column .col {
		width: 33.3%;
		display: flex;
		height: 100%;
		flex-direction: column;
		padding: 0 2.5rem 2.5rem 0;
	}
		/*        .tab-content .three-column .col span {display: block}*/
		.tab-content .three-column .col [itemprop=telephone], .tab-content .three-column .col [property='schema:streetAddress'] {
			display: block;
		}

.Header {
	transition: .3s background-color;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 3rem;
	position: absolute;
	z-index: 998;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.menuBut a:active .selectedLine, .menuBut li a:hover::after {
	transition: width .3s;
	width: 100%;
}

.menuBut a::after {
	content: '';
	display: block;
	width: 0;
	height: .4rem;
	background: #0f78f0;
	transition: width .3s;
	border-radius: .1rem
}

.content {
	width: 80%;
	margin: auto;
	display: inline-flex;
	justify-content: space-between;
}

.menuBut {
	list-style: none;
	display: inline-flex;
	align-items: center
}

	.menuBut .but1 {
		min-width: 16rem
	}

	.menuBut li {
		margin-left: 3rem;
		line-height: 2.8rem
	}

		.menuBut li label {
			cursor: inherit
		}

		.menuBut li a {
			color: #fff;
			cursor: pointer !important
		}

.button1 .bg {
	transition: .3s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0
}

.logo img {
	width: 22rem;
}

.btn-menu {
	cursor: pointer;
	display: none;
	transition: .7s ease;
	background: rgba(0,0,0,0);
}

	.btn-menu svg * {
		fill: #e8e9f1;
	}

	.btn-menu:hover {
		background: rgba(0,0,0,0.1);
	}

.main-menu-dropdown {
	display: none;
	z-index: 100;
}

	.main-menu-dropdown .logo * {
		fill: #e8e9f1 !important;
	}

	.main-menu-dropdown .buttons .button {
		margin: 2rem 0;
	}

	.main-menu-dropdown .btn-menu-close {
		cursor: pointer;
		width: 3rem;
		height: 3rem;
		padding: 1rem;
	}

		.main-menu-dropdown .btn-menu-close:hover {
			background: rgba(0,0,0,0.2);
		}

.stickyHeader {
	left: 0;
	right: 0;
	top: 0;
	position: fixed !important;
	animation: .7s menuAnimate;
	transition: .7s ease;
	padding: 0;
	background: #16181df0;
	width: 100%;
	z-index: 998;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0rem 2rem 1rem rgba(00,00,0,0.7);
}

	.stickyHeader .logo {
		margin: auto 0
	}

		.stickyHeader .logo img {
			width: 17rem !important;
		}

	.stickyHeader .content {
		width: 80%;
		margin: auto;
		display: inline-flex;
		justify-content: space-between;
	}

	.stickyHeader .menuBut li {
		display: flex;
		align-items: center;
		align-content: center;
		height: 6.6rem;
	}

	.stickyHeader .menuBut a::after {
		bottom: 0;
		position: absolute;
	}

.fadein {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.menu-icon {
	position: relative;
	width: 3rem;
	height: 2.25rem;
	display: inline-block;
}

	.menu-icon span {
		position: absolute;
		height: 0.1875em;
		width: 100%;
		background-color: #363636;
		transition: all 250ms ease-in-out;
		transform: rotate(0deg);
		box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	}

		.menu-icon span:nth-child(1) {
			top: 0.09375em;
		}

		.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
			top: 0.9375em;
		}

		.menu-icon span:nth-child(4) {
			top: 1.875em;
		}

.menu-button:hover span, .menu-button:focus span, .menu-button:active span {
	background: #d00251;
}

.menu-icon.is-active span:nth-child(1), .menu-icon.is-active span:nth-child(4) {
	opacity: 0;
}

.menu-icon.is-active span:nth-child(2) {
	transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
	top: 0.9375em;
	transform: rotate(-45deg);
}

*, *:before, *:after {
	box-sizing: border-box;
}

.arrow {
	display: block;
	position: relative;
	width: 5rem;
	height: 3rem;
	cursor: pointer;
	transition: .3s all;
}

	.arrow:before {
		content: '';
		display: block;
		width: 2rem;
		height: 2rem;
		top: 50%;
		left: 50%;
		border-style: solid;
		border-color: #000;
		border-width: .4rem .4rem 0 0;
		position: absolute;
		transform-origin: 50% 50%;
		transition: .3s all
	}

	.arrow::before {
		transform: rotate(45deg);
		margin: -1rem 0 0 0;
	}

	.arrow:after {
		content: '';
		display: block;
		top: 50%;
		left: 50%;
		border-style: solid;
		border-color: #000;
		position: absolute;
		transform-origin: 50% 50%;
		transition: .3s all
	}

	.arrow::after {
		width: 4.4rem;
		height: 0;
		border-width: .4rem 0 0 0;
		transform: translate(-2.4rem, -.2rem);
	}

	.arrow:hover {
		margin-left: 1rem;
		transition: .3s all;
	}

		.arrow:hover:before, .arrow:hover:after {
			border-color: #0f78f0;
			transition: .2s all;
		}

@-webkit-keyframes menuAnimate {
	from {
		opacity: 0;
		margin-top: -7rem
	}

	to {
		opacity: 1;
		margin-top: 0rem
	}
}

@-moz-keyframes menuAnimate {
	from {
		opacity: 0;
		margin-top: -7rem
	}

	to {
		opacity: 1;
		margin-top: 0rem
	}
}

@keyframes menuAnimate {
	from {
		opacity: 0;
		margin-top: -7rem
	}

	to {
		opacity: 1;
		margin-top: 0rem
	}
}

.mask-y {
	mask: -moz-linear-gradient(left, rgba(255,255,255,0) 3%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 97%);
	mask: -webkit-gradient(left top, right top, color-stop(3%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,1)), color-stop(97%, rgba(255,255,255,0)));
	mask: -webkit-linear-gradient(left, rgba(255,255,255,0) 3%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 97%);
	mask: -o-linear-gradient(left, rgba(255,255,255,0) 3%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 97%);
	mask: -ms-linear-gradient(left, rgba(255,255,255,0) 3%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 97%);
	mask: linear-gradient(to right, rgba(255,255,255,0) 3%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}



@media only screen and (max-width:1920px) {
	html {
		font-size: 62.7%
	}
}

@media only screen and (max-width:1600px) {
	html {
		font-size: 56.7%
	}
}

@media only screen and (max-width:768px) {
	html {
		font-size: 56.7%
	}
}

@media only screen and (max-width:768px) {

	#homeSection .banner-wrapper-100 img:last-child {
		display: block;
		visibility: visible;
		opacity: 1;
	}


	#homeSection .bannerHeading h1, .headerTitle h1 {
		font-size: 4rem;
		line-height: 4rem;
		font-weight: 300;
	}


	#homeSection .banner-wrapper-100 .headerTitle h4 {
		font-weight: 500;
		line-height: 1.9rem;
		padding-top: 1.5rem;
		letter-spacing: 0;
		font-size: 1.7rem;
	}
	/*        .slick-slide img { margin: 0 2rem }*/
	.contentBox {
		padding: 3rem;
	}

	.modal {
		width: 100%;
		max-height: 100%;
		margin: 2.5rem;
	}

	.introContainer {
		width: auto;
		padding: 2.5rem 3rem;
		margin: 0 3rem 6rem;
		box-sizing: border-box
	}

	#contactSection .introContainer {
		margin: 0 3rem;
	}

	.gallery li {
		margin: 0 3rem;
		width: 100%;
		box-sizing: border-box
	}

	#homeSection #contentWrapper {
		margin-top: -30vh !important;
	}

	.featureContainer li {
		flex: 100%;
		padding: 2.5rem
	}

	.featureContainer .lst-type li {
		padding: .5rem 0 .5rem 2rem
	}

	.introContainer.color-1x {
		-webkit-mask: none;
		mask: none;
	}

	#homeSection .imgContainerInner img {
		width: 90%;
	}

	.homeIntro .imgContainerHead {
		display: inline-table;
		padding: 0 !important;
	}

	h1 {
		font-size: 4.5rem;
		line-height: 5rem
	}

	h2 {
		font-size: 3.4rem;
		line-height: 3.6rem;
		letter-spacing: -.03rem;
	}

	#homeSection .banner-wrapper-100 .headerTitle {
		height: 90vh;
		padding: 0 3rem
	}

	/*	.banner-wrapper-100 { background-color: black; }
		.banner-wrapper-100 img { opacity: .6}
	#homeSection .banner-wrapper-100 { background-color: rgba(0, 0, 0, 1); }
	#homeSection .banner-wrapper-100 img { opacity: .8}*/

	#homeSection .banner-wrapper-100 img {
		object-position: 35%;
	}

	#dotSection .banner-wrapper-100 img {
		object-position: center;
	}

	#dotSection .moduleContainer.banner-wrapper-100 img {
		object-position: left;
	}

	#servicesSection .banner-wrapper-100 img {
		object-position: 70%;
	}

	#resourcesSection .banner-wrapper-100 img {
		object-position: 40%;
	}

	#resourceDetailSection #contentWrapper {
		margin-top: -30vh !important
	}

	#contactSection .banner-wrapper-100 img {
		object-position: 87%;
	}

	#careersSection .banner-wrapper-100 img {
		object-position: 25%;
	}

	.banner-wrapper-100 img, .banner-wrapper-100 video {
		width: 100%;
		height: 100%;
	}

	#contentWrapper {
		margin-top: -13vh !important
	}

	#jobDetailSection #contentWrapper {
		margin-top: -30vh !important
	}

	ul.testimonialContainer {
		padding: 9rem 2.5rem 0rem;
	}

	.slick-slide img {
		margin: 0;
		width: 50%;
		padding: 0;
		height: auto;
		max-height: 7rem;
		object-fit: contain
	}

	.imgContainer, .imgContainerHead {
		max-height: 25vh;
		min-height: 25vh
	}

	.resourceContainer li {
		width: 100%;
		padding: 1.5rem 2.5rem;
	}

	.resourceContainer {
		margin: 3rem !important;
		transform: 0 !important;
		padding: 1rem 0;
	}

		.resourceContainer img, .careersContainer img {
			height: 25vh;
			object-fit: cover;
			object-position: top;
		}

	.resourceDetail img, .jobDetails img {
		margin: auto;
		width: 100%;
		max-height: unset;
		object-fit: cover;
	}

	#resourceDetailSection .introContainer, #jobDetailSection .introContainer {
		margin: 0;
	}

	#resourceDetailSection .p-all-4, #jobDetailSection .p-all-4 {
		margin: 3rem 0 !important;
		padding: 2.5rem
	}

	#careersSection .introContainer {
		margin: 0 3rem
	}

	#careersSection .inlineContainer h2 {
		text-align: left;
		border: none;
		padding: 0 0 2rem 0;
	}

	.careersContainer {
		margin: 0rem !important;
		transform: 0 !important;
		padding: 0;
	}

		.careersContainer ul {
			margin: 0
		}

		.careersContainer li {
			width: 100%;
			padding: 0;
			margin: 0 0 2rem
		}

		.careersContainer .bgContainer {
			display: none;
		}

		.careersContainer .contentBox {
			padding: 0 3rem 3rem
		}

	.resourceDetail h3, .jobDetail h3 {
		padding-bottom: 2rem;
	}

	.testimonialContainer li {
		width: 100%;
		margin: 0 3rem
	}

	.footerWrapper ul {
		display: block;
		padding: 0 3rem
	}

	.social {
		padding: 2rem 3rem 1rem;
	}

	.footerWrapper ul li {
		display: block;
		padding: .5rem 0
	}

	.linkBox {
		margin: 2.5rem 0 !important;
		display: block
	}

	.inlineContainer {
		display: block;
		height: auto;
	}

	.p-all-4 {
		padding: 0
	}

	.p-x-5 {
		padding: 5rem 3rem; /*margin: 3rem 0;*/
	}

	.p-x-7 {
		padding: 3rem 0
	}

	.col-1x, .col-2x, .col-3x, .col-4x, .col-5x, .col-6x, .col-7x, .col-8x, .col-9x {
		width: 100%;
		margin: 0;
		flex-direction: column
	}

	.textContainer {
		padding: 3rem 0 0 !important
	}

	.line1 {
		margin-top: 2.5rem
	}

	.headerTitle .line1 {
		margin-top: 0rem;
	}

	.imgContainer, .imgContainerHead {
		position: relative;
		top: 0;
		bottom: 0
	}

	.textContainerHead {
		margin-top: -50%;
		padding: calc(50% - -3rem) 3rem 3rem
	}

	.imgContainerHead {
		padding: 0 3rem !important
	}

	.p-l-8, .p-r-8 {
		padding: 0
	}

	.flex-column-reverse-mobile {
		flex-direction: column-reverse
	}

	.grid-items-7 .item .content {
		min-height: 20rem;
		padding: 2rem
	}

	.grid-items-7 .item .hover {
		padding: 0 4rem
	}

	.grid-items-7 .item .normal .title {
		margin: 0 !important
	}

	.grid-items-7 .item .hover .title {
		margin: 0 !important
	}

	.grid-items-7 .item {
		width: 100%;
		display: block
	}

	.logoContainer ul {
		width: 100%
	}

	.homeIntro .textContainer {
		padding: 2.5rem !important
	}

	.row {
		padding: 0;
	}

	.tab-content .three-column .col {
		width: 100%;
	}

	.contentBox .col-6x.m-t-40 {
		margin: 0 !important
	}

	.Header {
		padding: 0;
		box-sizing: border-box;
	}

	.content {
		width: 100%;
		padding: 2rem;
	}

	.stickyHeader .content {
		padding: 1rem 2rem 1rem 1rem;
		width: 100%;
	}

	.stickyHeader .logo img {
		width: 5.5rem !important;
		height: 4rem !important;
	}

	.stickyHeader .btn-menu {
		margin: auto 0;
		transition: .3s ease
	}

	.menuBut {
		display: none
	}

	.btn-menu {
		display: block;
	}

	.logo {
		align-self: flex-start;
	}

		.logo img {
			width: 8rem;
			object-fit: cover;
			object-position: left;
			height: 6rem;
			top: 0
		}

	.main-menu-dropdown {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		overflow: hidden;
	}

		.main-menu-dropdown body {
			overflow: hidden;
		}

		.main-menu-dropdown .menuBut {
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 100%;
			color: white;
		}

		.main-menu-dropdown .btn-menu-close {
			position: fixed;
			top: 0;
			right: 0;
			margin: 2rem;
			fill: white;
			padding: 0;
		}

		.main-menu-dropdown .menuBut li {
			margin: 1rem 0;
			font-size: 2.4rem;
			font-weight: 400;
			transition: .3s ease
		}

	.flickity-page-dots {
		padding: 2rem 0 0;
	}

	.clientContainer .p-x-5 {
		padding: 2.5rem 2.5rem 3rem
	}

	.clientContainer {
		padding-bottom: 5rem
	}

	.mask-y {
		mask: none
	}

	.menuBut a::after {
		background: unset;
	}

	#contactSection .menuBut li:last-child {
		display: block
	}

	.jobDetail .col-2x {
		margin: 3rem 0
	}

		.jobDetail .col-2x .but1 {
			display: none;
		}
}
