html {
	scroll-behavior: smooth;
}
.custom-nav {
	width: 40%;
	display: flex;
	justify-content: center;
}
.logo-nav {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-nav > li {
	margin: 0 10px;
}

@media (max-width: 767px) {
	.custom-nav,
	.logo-nav {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	.navbar-brand{
		width: 100%!important;
	}
	.navbar-mobile-logo{
		width: 95%!important;
	}
}

.mobile-banner{
	position: relative;
	background-size: cover;
	background-position: center;
}
.mobile-banner .wrap{
	width: 100%;
	height: 35vh;
	padding: 30px;
	position: relative;
	align-content: flex-start;
	justify-content: flex-start;
	background: rgba(016, 033, 051, .8);
}
.mobile-banner .wrap h1{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0px;
	color: #fff;
}
.mobile-banner{}
/*============================

==============================*/
.legal-sections{}
.legal-sections .tab{}
.legal-sections .tab span{
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 20px 30px;
	color: #EB0028;
}
.legal-sections .tab span.active{
	background-color: #ccc;
}
.legal-sections .tab-body{
	padding: 50px 10px;
	border-top: 1px solid #ccc;
}
.legal-sections .tab-body h3{
	font-weight: 700;
	font-size: 2.3rem;
	color: #EB0028;
	text-transform: uppercase;
}
.legal-sections .tab-body p{
	font-size: 2rem;
	line-height: 1.5;
	color: #333;
}
/*============================

==============================*/
.no-space{
	margin: 0px!important;
	padding: 0px!important;
}
.clr::after{
	content: " ";
	clear: both;
	overflow: hidden;
	display: table;
}
.side-left{
	float: left;
}
.side-right{
	float: right;
}
.sections{
	padding: 50px 0px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.readmore{
	display: block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	padding: 8px 20px;
	color: #fff!important;
	position: relative;
	text-transform: uppercase;
	background-color: #eb0028;
}

.readmore{}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.w-20{
	width: 20%;
}
.w-50{
	width: 50%;
}
.w-60{
	width: 60%;
}
.w-70{
	width: 70%;
}
.w-80{
	width: 80%;
}
.w-90{
	width: 90%;
}
.w-100{
	width: 100%;
}
/*============================

==============================*/
.header-sections{
	box-shadow: 0 0 20px rgba(0,0,0,.16);
}
.top-header{
	background-color: #EB0028;
}
.top-header a{
	color: #fff;
	font-size: 12px;
	padding: 10px 25px;
	display: inline-block;
	text-transform: uppercase;
}
.top-header a:hover{
	background-color: #9E001B;
}
.top-header span{
	color: #eee;
	display: inline-block;
}

.top-header .gtranslate_wrapper{
	background: transparent!important;
}
.top-header .gtranslate_wrapper select{
	font-size: 12px!important;
	color: #fff!important;
	border: none!important;
	padding: 0px 25px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	outline: none!important;
	box-shadow: none!important;
	background: transparent!important;
	appearance: none; /* Remove default browser styling */
}
.top-header .gtranslate_wrapper select option {
	background-color: #fff!important;
	color: #222!important;
	padding: 5px!important;
}
.navbar-brand{
	display: block;
	padding: 0px;
}
.navbar-brand img{
	display: block;
	
	top: -7px;
	position: relative;
}
/*============================

==============================*/
.home-banner{
	width: 100%;
	height: 76vh;
	overflow: hidden;
	position: relative;
}
.banner-video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}
.home-banner video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}
.home-banner .flag{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: calc(100% - 1500px);
}
.home-banner .flag img{
	display: block;
	width: auto;
	height: 100%;
}
.banner-text{
	position: relative;	
	color: #fff;
	padding-top: 50px;
}
.banner-text .row,
.banner-text .wrap-center{
	position: relative;
	z-index: 3;
}
.banner-text h1{
	color: #fff;
	font-size: 5rem;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -1px;
}
.banner-text p{
	color: #fff;
	width: 90%;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0px;
}
.banner-text .home-detailx{
	position: relative;
	padding: 35px 40px;
	margin-top: 15px;
	z-index: 3;
	background: rgba(255, 255, 255, .9);
}
.banner-text .home-detailx h4{
	margin: 0px;
	color: #333;
	font-size: 1.8rem;
	font-weight: 800;
	text-transform: uppercase;
}
.banner-text .home-detailx span{
	display: block;
	color: #595a5b;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 5px;
}
.banner-text .home-detailx input{
	display: block;
	min-height: auto;
	height: 100%;
	padding: 10px;
	margin: 0px;
	width: 100%;
	border-radius: 0px;
}
.input-wrap{
}

.banner-text .input-wrap .side-left{
	width: 95%;
	padding-right: 5%;
}
.banner-text .input-wrap .side-right{
	width: 5%;
}

.banner-text .home-detailx .wrap{
	padding: 0px 20px;
	padding-top: 0px;
	
}
.banner-text .home-detailx .wrap.p1{
	border-right: 1px solid #939498;
}
.banner-text .home-detailx .wrap.p2{
	border-right: 1px solid #939498;
}
.banner-text .home-detailx .wrap a{
	height: 94px;
	display: block;
	align-items: stretch;
	background: url(../images/submit-arrow.webp) -134px -68px no-repeat #eb0028;
	background-position: center;
}
.btn-submits{
	display: block;
	align-items: stretch;
	background: url(../images/submit-arrow.webp) -134px -68px no-repeat #eb0028;
	background-position: center;
}
.banner-text .home-details .wrap a:hover{
	background-color: #9E001B;
}

.home-banner .btn-submit{
	display: block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/submit-arrow.webp) 92% 15px no-repeat #eb0028;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.home-banner .hlatest:hover{
	background-color: #9E001B;
}
.home-banner .hlatest{
	display: block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/submit-arrow.webp) 92% 15px no-repeat #eb0028;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*============================

==============================*/
.home-section1{}
.home-section1 h2{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.home-section1 .tab{
	overflow: hidden;
}
.home-section1 .tab span.p1{
	border-right: 1px solid #939498;
}
.home-section1 .tab span{
	display: block;
	font-size: 2rem;
	font-weight: 700;
	padding: 1px 0px;
	cursor: pointer;
}
.home-section1 .tab span.active{
	color: #eb0028;
	position: relative;
}
.home-section1 .tab span.active::after{
	content: "";
	display: inline-block;
	background: url(../images/exp-transparent-sprite.webp) -80px -79px no-repeat;
	margin-left: 7px;
	width: 11px;
	height: 5px;
	vertical-align: 2px;
}
.home-section1 .tabcontent{
	display: none;
	padding-top: 25px;
}
.home-section1 .tabcontent .wrap{
	margin: 20px 0px;
	background-size: cover;
	background-position: center;
}
.home-section1 .tabcontent .wrap a{
	display: block;
	padding: 30px;
	width: 100%;
	height: 350px;
	color: #fff;
	align-content: flex-end;
	justify-content: flex-end;
	background: rgba(0, 0, 0, .2);
	border: 6px solid transparent;
}
.home-section1 .tabcontent .wrap a:hover{
	background: rgba(0, 0, 0, .8);
	border: 6px solid #eb0028;
}
.home-section1 .tabcontent .wrap a h4{
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.1;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}
.home-section1 .tabcontent .wrap a h4::after{
	content: "";
	left: 0px;
	position: absolute;
	bottom: -10px;
	width: 125px;
	height: 7px;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
}
.home-section1 .tabcontent .wrap a p{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #fff;
}
.home-section1 .center-tab{
	width: 60%;
	margin: auto;
	text-align: center;
}
/*============================

==============================*/
.home-section2{
	overflow: hidden;
}
.home-section2 h3{
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}
.home-section2 p{
	font-size: 1.8rem;
	color: #fff;
}
.home-section2 .left-skew{
	width: 70.5%;
    height: 450px;
    position: relative;
    margin-left: -21%;
    margin-bottom: 0;
    padding: 0 0 0 10%;
    float: left;
    transform: skew(-30deg);
    overflow: hidden;    
    background-position: center;
    background-size: cover;
    background-color: #000;
}
.home-section2 .left-skew .skew-copy{
	z-index: 10;
    position: relative;
    transform: skew(30deg);
    padding-top: 70px;
    padding-left: 26%;
    padding-right: 20%;
}

.home-section2 .right-skew{
	width: 70.5%;
    height: 450px;
    position: relative;
    margin-right: -21%;
    padding: 0 0 0 5%;
    float: right;
    display: flex;
    transform: skew(-30deg);
    overflow: hidden;
    background-image: none !important;
    background-position: center;
    background-size: cover;
    background-color: #000;
}
.home-section2 .right-skew img{
	display: block;
    transform: skew(30deg) translateX(-50%);
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    opacity: .6;
}
.home-section2 .right-skew .skew-copy{
	z-index: 10;
    position: relative;
    transform: skew(30deg);
    padding-top: 70px;
    padding-left: 6%;
    padding-right: 46%;
}

/*============================

==============================*/
.home-section3{}
.home-section3 .wrap{
	padding: 10px 20px;
}
.home-section3 .wrap.p2{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.home-section3 .wrap.p3{
	border-right: 1px solid #ccc;
}
.home-section3 h5{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	color: #595a5b;
	font-weight: 700;
}
.home-section3 p{
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.home-section3 a{
	color: #eb0028;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}
.home-section3 a::after{
	margin-left: 10px;
	width: 5px;
	height: 11px;
	display: inline-block;
	content: "";
	background: url(../images/exp-transparent-sprite.webp) -42px -63px no-repeat;
}
.home-section3 .side-left{
	width: 25%;
}

/*============================

==============================*/
.sub-nav{
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	padding: 18px 0px;
	box-shadow: 0 0 20px rgba(0,0,0,.16);
}
.sub-nav a{
	color: #666;
	font-size: 1.7rem;
	display: block;
	padding: 10px;
	text-transform: uppercase;
}
/*============================

==============================*/
.industries-section{}
.industries-section h2{
	font-weight: 800;
	letter-spacing: -1;
	color: #222;
	font-size: 4rem;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.industries-section h2::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	width: 125px;
	height: 7px;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	left: 50%;
	transform: translateX(-50%);
}
.industries-section h4{
	font-size: 2.5rem;
	font-weight: 700;
}
.industries-section p{
	font-size: 2rem;
	line-height: 1.5;
}
.industries-section a{
	color: #EB0028;
}

/*============================

==============================*/
.section-line img{
	display: block;
	width: 100%;
}

/*============================

==============================*/
.main-banner2{
	width: 100%;
	height: 60vh;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: top center;
}
.main-banner2 .flag{
	position: absolute;
	width: 1100px;
	height: 100%;
	z-index: 1;
	left: calc(100% - 1500px);
}
.main-banner2 .banner-text{
	position: relative;
	height: 60vh;
	align-content: center;
	justify-content: center;
}
.main-banner2 .banner-text h1{
	margin: 0px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 50px;
	color: #fff;
}

.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px!important;
}
.mt-50{
	margin-top: 50px;
}
.mt-60{
	margin-top: 60px;
}
.mt-70{
	margin-top: 70px;
}
.mt-80{
	margin-top: 80px;
}
.mt-90{
	margin-top: 90px;
}
.mt-100{
	margin-top: 100px;
}
.mt-120{
	margin-top: 120px;
}
.mt-130{
	margin-top: 130px;
}
.mt-140{
	margin-top: 140px;
}
.mt-150{
	margin-top: 150px;
}
/*============================

==============================*/
.industries-section2{}
.industries-section2 h2{
	font-weight: 800;
	color: #222;
	font-size: 4rem;
	position: relative;
	padding-bottom: 10px;
}
.industries-section2 .tab{}
.industries-section2 .tab span{
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 15px;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 6px solid transparent;
}
.industries-section2 .tab span.active{
	color: #eb0028;
	border-bottom: 6px solid #eb0028;
}
.industries-section2 .tabcontent{
	display: none;
	padding: 30px 0px;
}
.industries-section2 .tabcontent span{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #444;
	margin-top: 30px;
	text-transform: uppercase;
}
.industries-section2 .tabcontent h3{
	font-size: 32px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    color: #000;
    position: relative;
}
.industries-section2 .tabcontent h3::after{
	bottom: -15px;
	width: 125px;
	height: 7px;
	left: 0;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.industries-section2 .tabcontent p{
	font-size: 2rem;
	line-height: 1.5;
}
.industries-section2 .tabcontent p a{
	font-weight: 600;
	color: #eb0028;
}
.industries-section2 .tabcontent ul{
	margin-left: 25px;
}
.industries-section2 .tabcontent ul li{
	font-size: 2rem;
	margin: 5px 0px;
	list-style: disc;
	color: #333;
}
/*============================

==============================*/
.industries-section3{}
.industries-section3 blockquote{
	font-size: 43px;
	line-height: 1.3;
	position: relative;
	color: #222;
}
.industries-section3 blockquote::before{
	content: "“";
	color: #eb0028;
	font-size: 64px;
	font-weight: 700;
	line-height: .6;
	display: block;
	position: relative;
	left: auto;
	top: auto;
}

/*============================

==============================*/
.industries-section4{}
.industries-section4 img{
	display: block;
	width: 100%;
}
.industries-section4 ul{
	margin-left: 25px;
}
.industries-section4 ul li{
	font-size: 2rem;
	margin: 5px 0px;
	list-style: disc;
}
.industries-section4 .wrap{
	margin-top: 50px;
}
.industries-section4 h3{
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: -1px;
	position: relative;
	margin-bottom: 30px;
}
.industries-section4 h3::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	width: 125px;
	height: 7px;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	left: 0;
}
.industries-section4 p{
	font-size: 2rem;
	line-height: 1.5;
}
.industries-section4 p a{
	color: #eb0028;
}
.industries-section4 h6{
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 15px;
}
.industries-section4 h5{
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 50px;
}

.industry-we-serve{
	padding-bottom: 60px;
}
.industry-we-serve .wrap{
	text-align: center;
	margin: 20px 0px;
}
.industry-we-serve .wrap img{
	display: block;
	width: 100%;
}
.industry-we-serve .wrap a{
	display: inline-block;
	font-size: 2rem;
	margin-top: 15px;
	color: #eb0028;
}
.industry-we-serve .wrap a:hover{
	color: #9E001B;
}
.industry-we-serve h4{
	font-size: 2rem;
	font-weight: 700;
	margin-top: 15px;
}
.industry-we-serve p{
	font-size: 1.8rem;
	line-height: 1.5;
}
/*============================

==============================*/
.industries-section5{}
.industries-section5 h3{
	font-size: 3.5rem;
	letter-spacing: -1px;
	font-weight: 800;
	margin-bottom: 50px;
	text-align: center;
}
.industries-section5 h4{
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: -1px;
}
.industries-section5 p{
	font-size: 2rem;
	line-height: 1.5;
}
.industries-section5 ul{
	margin-left: 25px;
}
.industries-section5 ul li{
	font-size: 2rem;
	margin: 5px 0px;
	list-style: disc;
}

.video-container{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*============================

==============================*/
.career-counts{
	background-size: cover;
	background-position: top center;
}
.career-counts h3{
	font-size: 4rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
.career-counts .wrap{
	padding: 70px 0px;
	background: rgba(0, 0, 0, .6);
}
.career-counts .contents{
	margin: 20px 0px;
}
.career-counts .contents h2{
	font-size: 4rem;
	margin: 0px;
	font-weight: 900;
	color: #fff;
}
.career-counts .contents span{
	display: block;
	font-size: 2rem;
	font-weight: 600;
	width: 70%;
	margin: auto;
	color: #FFF;
}

.career-sections{}
.career-sections .wrap{
	text-align: center;
}
.career-sections .wrap span{
	font-size: 1.8rem;
	font-weight: 600;
	display: block;
	margin: 15px 0px;
}
/*============================

==============================*/
.blog-section{}
.blog-section h1{
	text-align: center;
	font-size: 5rem;
	font-weight: 500;
	margin-bottom: 40px;
	color: #EB0028;
}
.blog-section .titles{
	padding-bottom: 20px;
}
.blog-section .titles h2{
	font-size: 4rem;
	font-weight: 500;
	color: #111;
}
.blog-section .titles span{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}
.blog-section .titles span a{
	color: #EB0028;
	display: inline-block;
}
.blog-section{}
.blog-section .blog-details{
	padding-top: 20px;
}
.blog-section .blog-details img{
	margin: 15px 0px;
}
.blog-section .blog-details ul{
	margin-left: 20px;
}
.blog-section .blog-details ul li{
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 13px 0px;
	list-style: disc;
	font-weight: 400;
}
.blog-section .blog-details h5{
	font-weight: 700;
	color: #EB0028;
	font-size: 2.3rem;
}
.blog-section .blog-details p{
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
}
.blog-section .blog-details small{
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 20px;
}
.blog-section .social-media{}
.blog-section .social-media a{
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	margin-right: 6px;
	text-align: center;
}
.blog-section .social-media a img{
	display: block;
	position: relative;
	top: 12px;
	margin: auto;
}

.blog-section .subscribe{}
.blog-section .subscribe h4{
	font-size: 2rem;
	font-weight: 700;
	color: #EB0028;
	margin: 20px 0px;
}
.blog-section .subscribe form{}
.blog-section .subscribe form label{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}
.blog-section .subscribe form button{
	display: block;
	color: #fff;
	line-height: 1.3;
	padding: 12px 20px;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 20px 0pcx;
	text-align: center;
	background: #EB0028;	
	text-transform: uppercase;
}
.blog-section .blog-links{
	padding-top: 20px;
}
.blog-section .blog-links h4{
	font-size: 1.8rem;
	font-weight: 900;
	color: #EB0028;
}
.blog-section .blog-links ul{
	margin-left: 20px;
	list-style: disc;
}
.blog-section .blog-links ul li a{
	font-size: 1.8rem;
	line-height: 1.5;
	color: #444;
	margin: 10px 0px;
	display: block;
}
.blog-section .blog-links ul li a:hover{
	color: #9E001B;
}
.blog-section .twitter{
	background-color: #1DA1F2;
}
.blog-section .email{
	background-color: #FF0000;
}
.blog-section .linkedin{
	background-color: #0072B1;
}

/*============================

==============================*/
.location-section{}
.location-section h1{
	font-size: 4.5rem;
	font-weight: 600;
	color: #111;
}
.location-section .map-sections{
	padding: 20px 0px;
}
.location-section .map-sections{}

.location-section .locator-intro p{
	font-size: 2.3rem;
	line-height: 1.5;
}
.location-section .locator-intro p a{
	color: #EB0028;
}
.location-section .location-address{}
.location-section .location-address h2{
	font-size: 2.3rem;
	font-weight: 800;
	margin-bottom: 30px;
	color: #111;
}
.location-section .location-address p{
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	color: #595a5b;
}
.location-section .location-address p strong{
	font-weight: 800;
}
.location-section .location-address{}

/*============================

==============================*/
.contact-intro{
	padding-top: 70px;
}
.contact-intro .wrap{
	padding: 85px 0px;
	text-align: center;
	background-color: #7F7F7F;
}
.contact-intro .wrap h1{
	font-size: 4.5rem;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.contact-intro h4{
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 15px;
	font-weight: 600;
}
.contact-intro h4 a{
	color: #EB0028;
}
.contact-intro h4 a:hover{
	color: #9E001B;
}
.contact-intro p{
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 500;
}
.contact-form{
	padding-top: 30px;
	padding-bottom: 70px;
}
.contact-form form .star{
	color: #EB0028;
}
.contact-form form small{
	display: block;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.contact-form form label{
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 1.3;
}
.contact-form form input{
	display: block;
	margin-top: 15px;
}
.contact-form form select{
	display: block;
	margin-top: 15px;
}
.contact-form form textarea{
	display: block;
	margin-top: 15px;
}
.contact-form form .form-group{
	margin-top: 20px;
}
.contact-form .boxs{
	padding: 20px 0px;
}

.contact-form .boxs label a{
	color: #EB0028;
}
.contact-form .boxs label a:hover{
	color: #9E001B;
}
.contact-form form button{
	display: block;
	padding: 8px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #EB0028;
}
.contact-form form button:hover{
	background-color: #9E001B;
}
.boxs {
  margin: 10px 0;
}

.inline-checkbox {
  display: flex;
  align-items: center;
  gap: 8px; /* adds space between checkbox and text */
  font-family: sans-serif;
  font-size: 14px;
}

.inline-checkbox input[type="checkbox"] {
  margin: 0;
}

/*============================

==============================*/
.industries-section7{
	padding-bottom: 60px;
}
.industries-section7 h3{
	font-size: 4rem;
	letter-spacing: -1px;
	font-weight: 800;
	text-align: center;
}
.industries-section7 .accordion{
	padding: 30px 0px;
	width: 80%;
	margin: auto;
}
.industries-section7 .accordion .card{
	border: none;
	background: transparent;
	border-bottom: 2px dotted #ccc;
}
.industries-section7 .accordion .card-header{
	background: transparent;
	padding: 0px;
}
.industries-section7 .accordion .card-header h2{
	margin: 0px;
}
.industries-section7 .accordion .card-header h2 button{
	width: 100%;
	color: #222;
	font-size: 2rem;
	letter-spacing: -1px;
	white-space: normal;
	word-wrap: break-word;
	display: block;
	border: none;
	margin: 0px!important;
	line-height: 1.5;
	text-align: left;
	font-weight: 600;
	padding: 10px 20px;
	cursor: pointer;
	background: #fff;
	text-decoration: none;
}
.industries-section7 .accordion .card-header h2 button:hover{
	color: #eb0028;
}
.industries-section7 .accordion .card-body{
	padding: 10px 20px;
}
.industries-section7 .accordion .card-body p{
	font-size: 2rem;
	line-height: 1.5;
}


/*============================

==============================*/
.industries-section-counts{
	background-size: cover;
	background-position: center;
}
.industries-section-counts .wrap{
	padding: 100px 0px;
	background: rgba(0, 0, 0, .5);
}
.industries-section-counts .wrap h2{
	font-size: 4rem;
	font-weight: 800;
	color: #fff;
}
.industries-section-counts .wrap p{
	margin: 0px;
	font-size: 2rem;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

.industries-counts .count-w{
	background-size: cover;
	background-position: center;
}
.industries-counts .wrap{
	padding: 130px 0px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
}
.industries-counts .wrap h2{
	font-size: 5rem;
	margin: 0px;
	color: #fff;
	font-weight: 900;
}
.industries-counts .wrap p{
	font-size: 2rem;
	color: #fff;
}


.industries-section8{
	padding-top: 30px;
	padding-bottom: 60px;
}
.industries-section8 .wrap{
	margin-top: 50px;
	text-align: center;
}
.industries-section8 .wrap h4 a{
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	color: #eb0028;
}
.industries-section8 h2{
	text-align: center;
	font-size: 4rem;
	font-weight: 800;
	color: #444;
	letter-spacing: -1px;
}

/*============================

==============================*/
.onyx-banner{
	width: 100%;
	height: 80vh;
	align-content: center;
	justify-content: center;
}
.onyx-banner p{
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 500;
}
.onyx-banner img{
	display: block;
	width: 90%;
	margin-bottom: 20px;
}
/*============================

==============================*/
.intro-section{}
.intro-section h1{
	color: #000;
	margin: 0px;
	font-size: 38px;
	font-weight: 600;
	position: relative;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.intro-section h1::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	width: 125px;
	height: 7px;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	left: 50%;
	transform: translateX(-50%);
}
.intro-section h2{
	color: #000;
	margin: 0px;
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
}
.intro-section h3{
	margin: 10px 0px;
	font-size: 2.5rem;
	font-weight: 600;
}
.intro-section p{
	font-size: 2.2rem;
	line-height: 1.5;
}
/*============================

==============================*/
.quality-section{
	padding-bottom: 60px;
}
.quality-section h3{
	color: #000;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 30px;
}
.quality-section h3::after{
	width: 125px;
	height: 7px;
	bottom: -20px;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.quality-section h5{
	font-size: 2rem;
	font-weight: 700;
	color: #111;
}
.quality-section p{
	font-size: 1.8rem;
	line-height: 1.5;
}
/*============================

==============================*/
.quality-section2{
	background-color: #ccc;
}
.quality-section2 h3{
	color: #000;
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
}
.quality-section2 h3::after{
	width: 125px;
	height: 7px;
	bottom: -20px;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.quality-section img,
.quality-section2 img{
	display: block;
	width: 100%;
}
.quality-section2 h5{
	font-size: 2rem;
	font-weight: 700;
	color: #111;
}
.quality-section2 p{
	font-size: 1.8rem;
	line-height: 1.5;
}
.quality-section p a,
.quality-section2 p a{
	color: #EB0028;
}
.quality-section ul li,
.quality-section2 ul li{
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 10px 0px;
	list-style: inside disc;
}
.quality-section3{
	background-size: cover;
	background-position: left center;
}
.quality-section3 .wrap{
	padding: 100px 0px;
}
.quality-section3 h3{
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
}
.quality-section3 h3::after{
	width: 125px;
	height: 7px;
	bottom: -20px;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.quality-section3 p{
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
}
.quality-section3 p a{
	color: #EB0028;
}

.quality-section4{}
.quality-section4 .wrap{
	text-align: center;
	padding: 30px;
}
.quality-section4 .wrap img{
	display: block;
	width: 80%;
	margin: auto;
}
.quality-section4 h4{
	font-size: 2.5rem;
	font-weight: 700;
}
.quality-section4 p{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
}
.quality-section5{}
.quality-section5 .wrap{
	background-size: cover;
	background-position: center;
}
.quality-section5 .wrap a{
	display: block;
	padding: 20px;
	color: #fff;
	align-content: center;
	justify-content: center;
	border: 5px solid transparent;
	background: rgba(0, 0, 0, .5);
}
.quality-section5 .wrap a:hover{
	background: rgba(0, 0, 0, .3);
	border: 5px solid #EB0028;
}
.quality-section5 .wrap a h4{
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}
.quality-section5 .wrap a h4::after{
	width: 125px;
	height: 7px;
	bottom: -20px;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.quality-section5 .wrap a p{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}
.quality-section5 a span{
	display: block;
	position: relative;
	font-size: 1.5;
	font-weight: 500;
	line-height: 1.5;
}
.quality-section5 a span::after{
	margin-left: 10px;
	width: 5px;
	height: 11px;
	display: inline-block;
	content: "";
	background: url(../images/exp-transparent-sprite.webp) -42px -63px no-repeat;
}
.quality-section5 .p1 a{
	width: 100%;
	height: 550px;
	margin-bottom: 30px;
}
.quality-section5 .p2 a{
	width: 100%;
	height: 250px;
}
.quality-section5 .p3 a{
	width: 100%;
	height: 270px;
	margin-top: 30px;
}
.quality-section5 .p4 a{
	width: 100%;
	height: 350px;
	margin: 20px 0px;
}
.md-60{
	margin-bottom: 60px;
}
.quality-section6 h2{
	font-size: 4rem;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}
.quality-section6 a{
	font-size: 2rem;
	color: #EB0028;
}
.quality-section6 a:hover{
	color: #9E001B;
}
.quality-section6 a::after{
	margin-left: 10px;
	width: 5px;
	height: 11px;
	display: inline-block;
	content: "";
	background: url(../images/exp-transparent-sprite.webp) -42px -63px no-repeat;
}

.industry-sections{
	padding-bottom: 60px;
}
.industry-sections a{
	display: block;
	color: inherit;
	padding: 20px 30px;
	margin: 5px 0px;
	border: 5px solid transparent;
}
.industry-sections a:hover{
	border: 5px solid #9E001B;
	background-color: #eee;
}
.industry-sections h3{
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
	margin: 0px;
	margin-bottom: 25px;
	position: relative;
}
.industry-sections h3::after{
	width: 125px;
	height: 7px;
	bottom: -15px;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.industry-sections p{
	font-size: 1.8rem;
	line-height: 1.5;
}
.industry-sections span{
	display: inline-block;
	position: relative;
	font-weight: 700;
}
.industry-sections span::after{
	margin-left: 10px;
	width: 5px;
	height: 11px;
	display: inline-block;
	content: "";
	background-position: -72px -63px;
	background: url(../images/exp-transparent-sprite.webp) -42px -63px no-repeat;
}
/*============================

==============================*/
.leadership-section{
	padding-bottom: 50px;
}
.leadership-section .wrap{
	padding-bottom: 30px;
	text-align: center;
	cursor: pointer;
	margin: 20px 0px;
	border: 5px solid transparent;
}
.leadership-section .wrap:hover{
	border: 5px solid #9E001B;
}
.leadership-section .wrap h4{
	font-weight: 700;
	font-size: 2rem;
	color: #111;
}
.leadership-section p{
	font-size: 1.5rem;
	font-weight: 500;
}

/*============================

==============================*/
.main-section{
	padding-bottom: 50px;
}
.main-section .wrap{
	background-size: cover;
	background-position: center;
}
.main-section .wrap a{
	display: block;
	width: 100%;
	height: 370px;
	padding: 30px;
	margin: 20px 0px;
	color: #fff;
	align-content: flex-end;
	justify-content: flex-end;
	background: rgba(0, 0, 0, .5);
	border: 5px solid transparent;
}
.main-section .wrap a:hover{
	background: rgba(0, 0, 0, .3);
	border: 5px solid #EB0028;
}
.main-section .wrap a h4{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
}
.main-section .wrap a h4::after{
	width: 125px;
	height: 7px;
	bottom: -20px;
	display: block;
	position: absolute;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	content: "";
}
.main-section .wrap a p{
	font-size: 1.8rem;
	line-height: 1.5;
}

/*============================

==============================*/
.action-section{
	padding-bottom: 60px;
}
.action-section h4{
	font-size: 3.5rem;
}
.action-section span{
	display: block;
	font-size: 2rem;
}

/*============================

==============================*/
.track-header{
	padding: 18px 0px;
	background-color: #EB0028;
}
.track-header a{
	color: #fff;
	font-size: 2rem;
	text-transform: uppercase;
	display: inline-block;
}
.track-header .header-logo a{
	padding: 10px 0px;
}

.track-header .header-login a{
	padding: 10px 25px;
	font-size: 2rem;
	text-transform: uppercase;
	display: inline-block;
}
.track-header .header-login .sign-up:hover{
	background-color: #9E001B;
}
/*============================

==============================*/
.track-banner{
	width: 100%;
	height: 85vh;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: left center;
}
.track-banner .flag{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	
}
.track-banner .banner-text{
	position: relative;
	height: 85vh;
	padding-left: 150px;
	align-content: flex-start;
	justify-content: flex-start;
}
.track-banner .banner-text span{
	display: block;
	font-size: 2.5rem;
	margin-bottom: 10px;
	margin-top: 20px;
}
.track-banner .banner-text p{
	font-size: 2.3rem;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 20px;
}
.track-banner .banner-text h1{
	margin: 0px;
	font-size: 5rem;
	font-weight: 200;
	line-height: 1.3;
	padding-bottom: 10px;
	color: #fff;
}
.track-banner .banner-text .xlinks{
	font-size: 1.6rem;
	margin-top: 20px;
	color: #fff;
}
.track-banner .banner-text .xlinks strong{
	display: inline-block;
	margin: 0px 12px;
}
.track-banner .banner-text .xlinks a{
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
/*============================

==============================*/
.track-section{
	padding: 40px 0px;
	background-color: #EEEEEE;
}
.track-section .wrap{
	padding: 50px;
	background: #fff;
	box-shadow: #0000001a 3px -4px 5px;
}

.track-section .wrap h4{
	margin: 0px;
	padding: 0px;
	font-size: 2rem;
	font-weight: 600;
}
.track-section .wrap form{}
.track-section .wrap form input{
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	color: #444;
}
.track-section .wrap form label{
	display: block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 400;
	width: 70%;
}
.track-section .input-wrap .side-left{
	width: 94%;
}
.track-section .input-wrap .side-right{
	width: 3%;
	margin-left: 3%;
}


/*============================

==============================*/
.track-details{
	background-color: #eee;
}
.track-details .wrap{
	padding: 50px;
	background-color: #fff;
	box-shadow: #0000001a 3px -4px 5px;
}
.track-details .wrap .mx-auto p{
	font-size: 2rem;
	line-height: 1.5;
}
.track-details .wrap .contents{
	margin: 40px 0px;
}
.track-details .wrap .contents h4{
	font-size: 2.5rem;
	font-weight: 600;
}
.track-details .wrap .contents p{
	font-size: 2rem;
	line-height: 1.5;
	width: 80%;
}
.track-details .wrap .contents img{
	display: block;
	width: 100%;
	box-shadow: #0000001a 3px -4px 5px;
}
.track-details .wrap h2{
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: -1px;
	position: relative;
	margin-bottom: 20px;
}
.track-details .wrap h2::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	width: 125px;
	height: 7px;
	background: url(../images/exp-transparent-sprite.webp) 0 -12px no-repeat;
	left: 50%;
	transform: translateX(-50%);
}
/*============================

==============================*/
.track-details .track-access{
	margin-top: 50px;
}

/*============================

==============================*/
.blog-section{}
.blog-section h2{	
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
.blog-section h2 a{
	color: #222;
	display: block;
	line-height: 1.3;
	font-size: 2.2rem;
}
.blog-section a{
	color: #EB0028;
	font-size: 1.8rem;
}
.blog-section a:hover,
.blog-section h2 a:hover{
	color: #9E001B;
	text-decoration: underline;
}
.blog-section p{
	padding: 0px;
	margin: 0px;
	font-size: 1.8rem;
	margin-bottom: 6px;
}
.blog-section .blog-wrap{
	padding: 30px 0px;
	border-top: 2px dotted #ccc;
}
/*============================

==============================*/
.track-status{
	padding: 50px 0px;
}
.track-status .track-section1{}
.track-status .track-section1 h2{
	font-size: 3rem;
	font-weight: 200;
}
.track-status .track-section1 h2 strong{
	font-weight: 800;
	display: block;
}
.track-status .track-section1 .wrap1{
	border-top: 2px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 30px;
}
.track-status .track-section1 .wrap1 h4{
	font-size: 2.2rem;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
}
.track-status .track-section1 .wrap1 small{
	display: block;
	line-height: 1.5;
	font-size: 1.5rem;
}
.track-status .track-section1 .wrap1 strong{
	font-weight: 800;
}

.track-status .track-section1 .wrap1 span{
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
.track-status .track-section2{}
.track-status .track-section2 h4,
.track-status .track-section3 h4{
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff;
	margin-top: 30px;
	background-color: #EB0028;
}
.track-status .track-section2{}
.track-status .track-section2 strong,
.track-status .track-section3 strong{
	display: block;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0px;
	font-weight: 800;
	margin-top: 15px;
}
.track-status .track-section2 span,
.track-status .track-section3 span{
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}


/*============================

==============================*/
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
	font-family: sans-serif;
	opacity: 0;
	border-top: 3px solid #fff;
	transform: translateY(100%);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
	pointer-events: none;
}
.cookie-banner h4{
	font-size: 2.8rem;
	text-align: right;
	margin: 0px;
	line-height: 1.2;
	font-weight: 900;
}
.cookie-banner.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.cookie-banner p {
	margin: 0;
	padding: 0px;
	line-height: 1.5;
	font-size: 12px;
}
.cookie-banner .custom-buttons button {
	background: transparent;
	border: none;
	padding: 0px;
	color: #fff;
	margin: 10px 0px;
	font-size: 1.5rem;
	font-weight: 500;
	box-shadow: none;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: right;
}
.cookie-banner .custom-buttons{
	text-align: right;
	margin-top: 30px;
}
/*============================

==============================*/

/*============================

==============================*/

/*============================

==============================*/



/*============================

==============================*/


/*============================

==============================*/
.footer-sections{
	position: relative;
	background: linear-gradient(130deg,#000 0,#000 40%,#3f3f40 40%,#262626 75%);
}
.footer-sections img{
	display: block;
	margin-bottom: 2em;
	margin-top: 40px;
}
.footer-sections h3{
	color: #fff;
	max-width: 300px;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 70px;
}
.footer-sections h3::after{
	content: url(../images/white-underline.webp);
	display: block;
}
.footer-sections .footer-cutout{
	height: 36px;
	width: 550px;
	background: url(../images/footer-cutout.gif) right 0 no-repeat #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-sections h5 a{
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
}
.footer-sections h6 a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: 500!important;
	text-transform: uppercase;
}
.footer-sections .wrap2{
	padding-left: 30px;
	border-left: 1px solid #ccc;
}
.footer-sections ul li{
	margin: 3px 0px;
}
.footer-sections ul li a{
	font-size: 14px;
	color: #ccc;
	font-weight: 400!important;
	display: inline-block;
}

.footer-sections .copyright{
	margin-top: 50px;
}
.footer-sections .copyright p{
	font-size: 1.3rem;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: 700;
}
.footer-sections .copyright{}
.footer-sections .copyright .copyright-links span{
	display: inline-block;
	margin: 0px 6px;
	color: #fff;
	font-weight: 500;
}
.footer-sections .copyright .copyright-links a{
	display: inline-block;
	font-size: 1.3rem;
	color: #EB0028;
}
.footer-sections .copyright .copyright-links a:hover{
	color: #9E001B;
}
.mfooter-social{}
.mfooter-social a{
	margin-right: 15px;
	display: inline-block;
}
.mfooter-social a img{
	display: block;
	width: 30px;
}


.mobile-view{}
.mobile-view .wrap{

}


.video-box {
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.video-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	background: rgba(016, 033, 051, .9); /* dark transparent layer */
	justify-content: center;
	align-items: center;
	color: white;
}
.overlay-content {
	padding: 20px;
}
.text-overlay h1{
	font-size: 3rem;
	font-weight: 400;
	margin: 0;
	margin-top: 15px;
}
.text-overlay p {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 15px;
}
.mobile-cutout{
	position: absolute;
	bottom: -1px;
	left: 20%;
	width: 80%;
	height: 24px;
	background: url(../images/mobile-marquee-cutout.png) no-repeat;
	z-index: 10;
}
.mobile-view .hlatest{
	display: block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	background-image: none;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #eb0028;;
}

/*============================

==============================*/
.track-footer{
	background: linear-gradient(130deg,#000 0,#000 55%,#3f3f40 55%,#262626 75%);
}
.footer-social{}
.track-footer ul{}
.track-footer ul li{}
.track-footer ul li a{
	display: block;
	font-weight: 700!important;
	text-transform: uppercase;
}
.track-footer p{
	font-size: 1.3rem;
}
.track-footer p a{
	color: #fff;
}
.track-footer p a.danger{
	color: #EB0028;
}

.track-footer small{
	display: block;
	color: #fff;
	line-height: 1.5;
}
.track-footer small a{
	display: block;
	color: #fff;
}
.footer-social a{
	width: 15%;
	color: #fff;
	display: inline-block!important;
}
.footer-social a{}
@media all and (max-width : 768px){

.sections{
	padding: 30px 0px;
}
.side-left,
.side-right,
.home-section2 .left-skew,
.home-section2 .left-skew{
	float: none!important;
	width: 100%!important;
}
.w-20,
.w-30,
.w-40,
.w-50,
.w-60,
.w-70,
.w-80,
.w-90,
.w-100{
	width: 100%!important;
}
.mt-10,
.mt-20,
.mt-30,
.mt-40,
.mt-50,
.mt-60,
.mt-70,
.mt-80,
.mt-90,
.mt-100,
.mt-110,
.mt-120,
.mt-130,
.mt-140,
.mt-150,
.mt-160,
.mt-170{
	margin: 0px !important;
}
/*============================

==============================*/
.navbar-default{
	padding: 8px 0px;
	border-radius: 0px!important;
	border-top: 15px solid #EB0028!important;
}

/*============================

==============================*/
.home-banner{
	width: 100%;
	height: 55vh;
}
.banner-text h1{
	width: 80%;
	font-size: 3.3rem;
}
.banner-text p{
	color: #fff;
	width: 80%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0px;
}
.home-banner .hlatest{
	white-space: nowrap;
	background-image: none;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*============================

==============================*/
.home-section1 h2{
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.home-section2 .left-skew,
.home-section2 .right-skew{
    height: auto;
    position: relative;
    margin: 20px 0px;
    padding: 0px;
    width: 100%;
    transform: none;
}
.home-section2 .left-skew .skew-copy,
.home-section2 .right-skew .skew-copy{
	z-index: 10;
    position: relative;
    transform: none;
    padding: 30px;
}
/*============================

==============================*/
.main-banner2{
	width: 100%;
	height: 35vh;
}
.main-banner2 .banner-text{
	position: relative;
	height: 35vh;
	align-content: flex-end;
	justify-content: flex-end;
}
.main-banner2 .banner-text h1{
	margin: 0px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 50px;
	color: #fff;
}
/*============================

==============================*/
.intro-section h2,
.industries-section h2,
.industries-section2 h2,
.industries-section2 .tabcontent h3,
.industries-section4 h3,
.industries-section7 h3,
.action-section h4,
.intro-section h1,
.quality-section6 h2,
.quality-section3 h3,
.contact-intro .wrap h1,
.location-section h1,
.career-counts h3,
.career-counts .contents h2,
.blog-section h1,
.blog-section .titles h2{
	font-size: 2.5rem;
}
.intro-section h3,
.industries-section h4,
.industries-section4 h5,
.industries-section5 h4,
.intro-section h2,
.quality-section4 h4,
.quality-section5 .wrap a h4,
.contact-intro h4{
	font-size: 2rem;
}
.intro-section p,
.industries-section p,
.industries-section2 .tab span,
.industries-section2 .tabcontent p,
.industries-section2 .tabcontent ul li,
.industries-section4 p,
.industries-section4 ul li,
.industries-section7 .accordion .card-body p,
.action-section span,
.intro-section p,
.quality-section4 p{
	font-size: 1.8rem;
}
.industries-section2 .tab span.active{
	border-bottom: 4px solid #eb0028;
}
.industries-section2 .tab span{
	padding: 10px;
}
.industries-section2 .tabcontent{
	padding: 10px 0px;
}
.industries-section2 .tabcontent ul,
.industries-section4 ul{
	margin: 25px;
}

.industries-section5 h3{
	font-size: 2.5rem;
	margin-bottom: 20px;
}
.industries-section4 h5{
	margin: 0px;
	margin-bottom: 15px;
}
.industries-section4 h3{
	margin: 20px 0px !important;
}
/*============================

==============================*/
.sub-nav{
	display: none;
	visibility: hidden;
}
.industries-section7 .accordion{
	padding: 20px 0px;
	width: 100%;
	margin: auto;
}
.industries-section7{
	padding-bottom: 0px;
}
.action-section,
.industry-we-serve{
	padding-bottom: 0px;
}
/*============================

==============================*/
.industries-section3 blockquote{
	font-size: 2.5rem;
}
.industries-section3 blockquote::before{
	font-size: 44px;
}
.industries-section4 .wrap{
	margin-top: 20px;
}
/*============================

==============================*/
.quality-section5 .p1 a,
.quality-section5 .p2 a,
.quality-section5 .p3 a,
.quality-section5 .p4 a,
.main-section .wrap a{
	height: 100%;
}

.md-60,
.main-section,
.action-section{
	margin-bottom: 0px;
}
.industry-sections{
	padding-bottom: 0px;
}
.leadership-section,
.contact-form{
	padding-bottom: 0px;
}
/*============================

==============================*/
.quality-section3 .wrap{
	padding: 30px 0px;
}
/*============================

==============================*/
.quality-section2 h3,
.quality-section h3{
	font-size: 2.5rem;
	margin-bottom: 30px!important;
}
.quality-section img{
	display: block;
	margin-bottom: 15px;
}
.contact-intro{
	padding-top: 30px;
}
/*============================

==============================*/
.career-counts .wrap{
	padding: 30px 0px;
	background: rgba(0, 0, 0, .6);
}
/*============================

==============================*/
.home-section1 .tabcontent .wrap a{
	display: block;
	padding: 30px;
	width: 100%;
	height: 100%;
	color: #fff;
}


/*============================

==============================*/
.home-section3 .wrap{
	border: none!important;
	border-bottom: 1px solid #ccc!important;
}
.home-section3 .wrap.p4{
	border: none!important;
}
/*============================

==============================*/
.footer-sections{
	padding-bottom: 0px;
	background: linear-gradient(130deg,#000 0,#000 40%,#000 40%,#000 75%);
}
.footer-sections .wrap2{
	padding-left: 0px;
	border: none;
}
.footer-sections .p2{
	background-color: #2E2F2F;
	border-top: solid 1px #ccc;
}
.copyright{
	padding-bottom: 30px;
	background-color: #2E2F2F;
}
/*============================

==============================*/
.legal-sections .tab-body{
	padding: 20px 10px;
}
/*============================

==============================*/



/*============================

==============================*/


/*============================

==============================*/
}