@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');



h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code,

del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, var,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video, ul, ol, li {

	margin:0;

	padding:0;

	border:0;

	outline:0;

	font-size:100%;

	font-weight:normal;

	vertical-align:top;

	background:transparent;

}

sup { font-size: x-small; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {

	display:block;

}



html, body {

	/*height: 100%;*/

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

body {

	font-family: "Red Hat Display", sans-serif;

	font-weight: normal;

	font-size: 16px;

	line-height: 24px;

	color: #000;

	padding: 0;

	margin: 0;

	text-size-adjust: none ;

	-webkit-text-size-adjust: none;

	overflow-x: hidden;

}

body.menu-open {

	overflow: hidden;

}

*,

:after,

:before {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

}

img {

	display:block;

	max-width:100%;

}

img.rounded {

	-webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

}

img.shadow {

	-webkit-box-shadow: 0px 0px 10px rgba(112, 140, 178, .35);

    -moz-box-shadow: 0px 0px 10px rgba(112, 140, 178, .35);

    box-shadow: 0px 0px 10px rgba(112, 140, 178, .35);

}

img.left {

	float: left;

	margin: 0 70px 70px 0;

}

a {

	color: #000;

	text-decoration: none;

	padding: 0;

	outline: none;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

a:hover {

	color: #ed1c24;

	text-decoration: none !important;

}

/**** TYPOGRAPHY START ****/

.title {

	margin-bottom: 40px;

}

.title .label {

	font-size: 16px;

	color: #6d6e71;

	text-transform: uppercase;

	position: relative;

	padding-left: 15px;

}

.title .label.dark {

	color: #000;

}

.title .label:after {

	position: absolute;

	content: "";

	top: 5px;

	left: 0;

	width: 4px;

	height: 11px;

	background: #ed1c24;

}

h2 {

	font-family: "Red Hat Display", sans-serif;

	font-weight: 900;

	font-size: 32px;

	line-height: normal;

	color: #000;

	text-transform: uppercase;

	margin-bottom: 20px;

}

h2 span {

	color: #ed1c24;

}

h3 {

	font-family: "Red Hat Display", sans-serif;

	font-weight: bold;

	font-size: 30px;

	line-height: normal;

	margin-bottom: 20px;

}

h4 {

	font-family: "Red Hat Display", sans-serif;

	font-weight: 700;

	font-size: 20px;

	line-height: normal;

	text-transform: uppercase;

	margin-bottom: 20px;

}

h5 {

	font-family: "Red Hat Display", sans-serif;

	font-weight: 900;

	font-size: 18px;

	text-transform: uppercase;

	line-height: normal;

	margin-bottom: 10px;

}

h6 {

	font-family: "Red Hat Display", sans-serif;

	font-weight: 700;

	font-size: 16px;

	line-height: normal;

	margin-bottom: 10px;

}

p {

	margin-bottom: 24px;

}

h2:last-child,

h3:last-child,

h4:last-child,

h5:last-child,

h6:last-child,

p:last-child,

.title:last-child {

	margin-bottom: 0;

}

.dark-bg,

.dark-bg h2 {

	color: #fff;

}

.text-center {

	text-align: center;

}

.f-small {

	font-size: 14px;

}

.f-big {

	font-size: 18px;

}

.f-medium {

	font-weight: 500;

}

.f-semibold {

	font-weight: 600;

}

.italic {

	font-style: italic;

}

/**** TYPOGRAPHY END ****/



.bg_grey {

	background-color: #f3f3f3;

}

.bg_red {

	background-color: #ed1c24;

	color: #fff;

}

.bg_red h2 {

	color: #fff;

}

/**** CONTAINER, SPACINGS, FLEX CSS START ****/

.wrapper {

	overflow: hidden;

	width: 100%;

	min-height: 100vh;

	padding-top: 164px;

	display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex-direction: column;

}

main {

	width: 100%;

}

.container {

	width: 100%;

	max-width: 1340px;

	margin-left: auto;

	margin-right: auto;

	padding-left: 30px;

	padding-right: 30px;

}



/* PADDINGS */

.s-pt,

.s-py {

    padding-top: 80px !important;

}

.s-pb,

.s-py {

    padding-bottom: 80px !important;

}

.s-pt-half,

.s-py-half {

    padding-top: 50px !important;

}

.s-pb-half,

.s-py-half {

    padding-bottom: 50px !important;

}

.p-20 {

	padding: 20px;

}

/* PADDINGS */

/* WIDTH */

.max-w-450 {

	max-width: 450px;

}

/* WIDTH */

/* MARGINS */

.ml-auto,

.mx-auto {

	margin-left: auto;

}

.mr-auto,

.mx-auto {

	margin-right: auto;

}

.mt-auto,

.my-auto {

	margin-top: auto;

}

.mb-auto,

.my-auto {

	margin-bottom: auto;

}

.mb-0 {

	margin-bottom: 0;

}

/* MARGINS */

.d-block {

	display: block;

}

.d-flex{

	display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-flex-flow: row wrap;

    flex-flow: row wrap;

}

.align-center {

    align-items:center;

    -webkit-align-items:center;

    -ms-align-items:center;

}

.align-start {

    align-items:start;

    -webkit-align-items:start;

    -ms-align-items:start;

}

.align-end {

	align-items: flex-end;

    -webkit-align-items: flex-end;

    -ms-align-items: flex-end;

}

.space-between {

	justify-content: space-between;

    -webkit-justify-content: space-between;

    -ms-justify-content: space-between;

}

/**** CONTAINER, SPACINGS, FLEX CSS END ****/



/**** FORMS AND BUTTONS ****/

.btn {

	font-family: "Red Hat Display", sans-serif;

	font-size: 16px;

	font-weight: 700;

	line-height: normal;

	cursor: pointer;

	text-align: center;

	text-transform: uppercase;

	display: inline-block;

	padding: 14px 24px;

	cursor: pointer;

	border: 0;

	-webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

.btn.icon {

	position: relative;

	padding-right: 40px;

}

.btn.icon:after {

	font-family: "Font Awesome 6 Free";

	position: absolute;

	top: 18px;

	right: 24px;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

.btn.icon:hover:after {

	right: 20px;

}

.btn.arrow_icon:after {

	content: "\f105";

	font-weight: 900;

	font-size: 12px;

}

.btn.youtube_icon {

	padding-right: 58px;

}

.btn.youtube_icon:after {

	font-family: "Font Awesome 6 Brands";

	content: "\f167";

	font-weight: 400;

	font-size: 20px;

	top: 14px;

}

.primary_btn {

	background: #ed1c24;

	color: #fff;

}

.primary_btn:hover {

	background: #000;

	color: #fff;

}

.secondary_btn {

	background-color: #000;

	color: #fff;

}

.secondary_btn:hover {

	background: #ed1c24;

	color: #fff;

}

/**** FORMS AND BUTTONS ****/



/* SITE HEADER START */

.site_header {

	position: fixed;

	z-index: 10;

	top: 0;

	left: 0;

	width: 100%;

	padding: 0;

	background: #fff;

	-webkit-box-shadow: 5px 0 5px rgba(35, 31, 32, .10);

    -moz-box-shadow: 5px 0 5px rgba(35, 31, 32, .10);

    box-shadow: 5px 0 5px rgba(35, 31, 32, .10);

}

.top_header {

	background: #6d6e71;

	padding: 15px 0;

	font-size: 14px;

}

.top_links {

	list-style: none;

}

.top_links li {

	display: inline-block;

	position: relative;

	padding: 0 12px;

}

.top_links li::after {

	position: absolute;

	content: "|";

	right: -2px;

	top: -1px;

	color: #fff;

}

.top_links li:first-child {

	padding-left: 0;

}

.top_links li:last-child {

	padding-right: 0;

}

.top_links li:last-child::after {

	display: none;

}

.top_links li a {

	color: #fff;

}

.top_links li a:hover {

	color: #000;

}

.top_links li a i {

	margin-right: 4px;

}

.bottom-header {

	padding-top: 40px;

	padding-bottom: 40px;

}

.logo {

	display: block;

	max-width: 215px;

}



.menu-btn {

	text-transform: uppercase;

	font-weight: 700;

	padding: 0;

	float: right;

	position: relative;

	display: none;

	width: 25px;

	height: 25px;

}

.menu-btn:hover {

	opacity: 0.7;

	color: #206f59;

}

.menu-line {

	display: block;

	top: 50%; 

	margin-top: -2px;

	transition-duration: 0.3s;

	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

.menu-line,

.menu-line::before,

.menu-line::after {

	width: 25px;

	height: 3px;

	background-color: #ed1c24;

	border-radius: 1px;

	-webkit-border-radius: 1px;

	-moz-border-radius: 1px;

	position: absolute;

	left: 0;

	transition-property: -webkit-transform;

	transition-property: transform;

	transition-property: transform, -webkit-transform;

	transition-duration: 0.15s;

	transition-timing-function: ease;

}

.menu-line::before,

.menu-line::after { content: "";

	display: block;

}

.menu-line::before {

	top: -7px;

	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;

}

.menu-line::after {

	bottom: -7px;

	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);

	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);

	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

.menu-btn.active .menu-line {

	-webkit-transform: rotate(225deg);

	transform: rotate(225deg);

	transition-delay: 0.14s;

	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

}

.menu-btn.active .menu-line::before {

	top: 0;

	opacity: 0;

	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;

}

.menu-btn.active .menu-line::after {

	bottom: 0;

	-webkit-transform: rotate(-90deg);

	transform: rotate(-90deg);

	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);

	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);

	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.menu {

	display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    list-style: none;

}

.menu > li {

	margin-right: 8px;

}

.menu > li:last-child {

	margin-right: 0;

}

.menu > li > a {

	font-weight: 900;

	font-size: 16px;

	line-height: 22px;

	color: #6d6e71;

	text-transform: uppercase;

	display: block;

	padding: 6px 12px;

}

.menu li.has-sub > a {

	padding-right: 26px;

}

.menu li.has-sub {

	position: relative;

}

.menu > li > a:hover,

.menu > li.active > a {

	color: #ed1c24;

}

.menu .submenu-button {

	position: absolute;

	top: 4px;

	right: 12px;

	font-size: 10px;

	color: #6d6e71;

	cursor: pointer;

	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

.menu li ul {

	display: none;

}



@media (min-width: 992px) {

	.menu li:hover > ul {

		display:block;

		top:34px;

		opacity:1;

		visibility: visible;

	}

	.menu li ul {

		padding: 0;

		display:none;

		position: absolute;

		width: 200px;

		background:#6d6e71;

		top:26px;

		left: 0;

		opacity:0;

		visibility:hidden;

		-webkit-transition: all 0.3s ease-in;

		-moz-transition: all 0.3s ease-in;

		transition: all 0.3s ease-in;

		-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.1);

		-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.1);

		box-shadow: 0 0 5px 1px rgba(0,0,0,.1);

	}

	.menu li:last-child ul {

		right: 0;

		left: inherit;

	}

}

.menu li ul li {

	display: block;

	text-align: left;

	margin:0;

}

.menu li ul li a {

	display: block;

	padding:8px 10px;

	font-size:14px;

	text-transform: none;

	font-weight:400;

	margin: 0;

	line-height: 20px;

	color: #fff;

}

.menu li.active ul li a {

	background: #6d6e71;

	color:#fff;

}

.menu li ul li:hover > a,

.menu li ul li a:hover,

.menu li ul li.active a {

	background: #ed1c24;

	color: #fff;

}

.menu li ul li a:after,

.menu li ul li a:before {

	display: none;

}

.d-mobile { display: none; }

/*

.menu {

	display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    list-style: none;

}

.menu li {

	margin-right: 32px;

}

.menu li:last-child {

	margin-right: 0;

}

.menu li a {

	font-family: "Red Hat Display", sans-serif;

	font-weight: 800;

	font-size: 16px;

	color: #6d6e71;

	text-transform: uppercase;

}

.menu li a:hover {

	color: #ed1c24;

}*/

.main_banner {

	padding: 110px 0;

	min-height: 600px;

	background-position: center right 30%;

	background-repeat: no-repeat;

	background-size: cover;

}

.main_banner .content_block {

	width: 60%;

	max-width: 640px;

}

.main_banner .content_block .title .label {

	font-size: 24px;

}

.main_banner .content_block p {

	max-width: 548px;

}

.slider .item:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .1); }

.slider .slick-dots { position: absolute; bottom: 20px; width: 100%; margin: 0; }



.about_section {

	margin-bottom: -70px;

	position: relative;

}

.about_section.about { margin: 0; padding: 120px 0 80px 0; }

.about_section .container {

	position: relative;

	z-index: 1;

}

.about_section .drawing {

	position: absolute;

	bottom: 100px;

	right: 30px;

	width: 45%;

	opacity: .5;

	pointer-events: none;

}

.about_section .about-img {

	width: 40%;

	position: relative;

}

.about-img .text {

	position: absolute;

	top: -70px;

	left: 40px;

	width: 150px;

	height: 150px;

	display: flex;

	justify-content: center;

	align-items: end;

	font-size: 14px;

	text-transform: uppercase;

	color: #fff;

	text-align: center;

	font-weight: 600;

	background-color: #ed1c24;

	padding: 30px 10px;

	-webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

}

.about_section .about-content {

	width: 53%;

}

.about_section .marquee_block {

	padding-bottom: 70px;

	position: relative;

	z-index: 1;

}

.marquee_block {

	display: flex;

    align-items: center;

    overflow: hidden;

}

.marquee_text {

	white-space: nowrap;

	text-transform: uppercase;

	font-size: 11vw;

	color: rgba(109, 110, 113, .10);

	line-height: 1;

	flex-shrink: 0;

	padding: 0 1vw;

	margin-bottom: 0;

	width: max-content;

	display: flex;

	align-items: center;

	transform: translateX(0);

	/*animation: textmarquee 15s linear infinite;*/

	text-align: center;

}

@keyframes textmarquee {

    0% { transform: translate3d(0, 0, 0); }

    100% { transform: translate3d(-100%, 0, 0); }

}



.industries-serve {

	padding-top: 140px;

}

.industries_slider {

	padding: 0 100px;

	margin: 0 -40px;

}

.industries_slider .slick-track {

	display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

}

.industries_slider .item {

	margin: 0 20px;

	background: #fff;

	float: none;

	height: auto;

}

.industries_slider .item .img-block {

	display: block;

}

.industries_slider .item .img-block img {

	width: 100%;

}

.industries_slider .item .img-block img { border:1px solid #dedede; display:inline-block; filter: gray; -webkit-filter: grayscale(1); filter: grayscale(1); -webkit-transition:all 0.3s ease-in; -moz-transition:all 0.3s ease-in; -o-transition:all 0.3s ease-in; transition:all 0.3s ease-in;  }

.industries_slider .item:hover .img-block img { -webkit-filter:grayscale(0); filter:none; }



.industries_slider .item .content {

	padding: 30px;

}

.industries_slider .item .title {

	position: relative;

	padding-left: 15px;

	/*margin-bottom: 16px;*/
	margin-bottom: 0;

}

.industries_slider .item .title:after {

	position: absolute;

	content: "";

	top: 5px;

	left: 0;

	width: 4px;

	height: 14px;

	background: #ed1c24;

}

.slick-dots {

	list-style: none;

	text-align: center;

	margin-top: 74px;

}

.slick-dots li {

	display: inline-block;

	vertical-align: top;

	margin-right: 10px;

}

.slick-dots li:last-child {

	margin-right: 0;

}

.slick-dots li button {

	width: 30px;

	height: 8px;

	font-size: 0;

	border: 0;

	cursor: pointer;

	background: #6d6e71;

	-webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

.slick-dots li button:focus-visible {

	outline: none;

}

.slick-dots li.slick-active button,

.slick-dots li button:hover {

	background-color: #ed1c24;

}

.process-row {

	margin-bottom: 40px;

}

.process-row .item {

	width: 190px;

	height: 190px;

	margin: 0 -4px;

	background: rgba(255, 255, 255, .80);

	padding: 20px;

	position: relative;

	word-break: break-all;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

	-webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

.process-row .item:hover {

	background: #ed1c24;

	color: #fff;

	z-index: 1;

}



.quality-row {
	justify-content: center;
}

.quality-row .item {

	width: 270px;

	height: 270px;

	margin: 0 -4px;

	background: rgba(237, 28, 36, 1);

	padding: 30px;

	position: relative;

	/*word-break: break-all;*/

	display: flex;

	-webkit-flex-flow: column;

    flex-flow: column;

	align-items: center;

	justify-content: center;

	text-align: center;

	-webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

}

.quality-row .item:hover {

	background: rgba(200, 0, 0, 1);

	color: #fff;

	z-index: 1;

}

.quality-row h5 { width: 100%; margin: 0; padding: 0; color: #fff;

    transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease; }

.quality-row .item p {/* position: absolute; opacity: 0; visibility: hidden; top: 30px;*/ display: none; color: #fff; line-height: 22px; margin: 0;

    transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease; }

.quality-row .item:hover p { /*position: relative; opacity: 100%; visibility: visible; top: 0;*/ display: block;; margin: 10px 0 0 0; }



.divider { width: 200px; background: #dedede; height: 1px; margin: 50px auto; }

.bor01 { border: 1px solid #dedede; }

.two-col { margin-left: -25px;  margin-right: -25px; }

.two-col .l-block,

.two-col .r-block { width: 50%; padding: 0 25px; text-align: left; }



.pro-list { text-align: center; margin: 40px 0 0 0; }

.pro-list li { width: 460px; margin: 20px; list-style: none; display: inline-block; }

.pro-list li a { display: block; background: rgba(237, 28, 36, 1); color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }

.pro-list li a b { display: block; padding: 10px 0; }

.pro-list li a:hover { display: block; background: rgba(160, 0, 0, 1); }

.cta_section h2 {

	margin-bottom: 0;

}

.cta_section .secondary_btn:hover { background: #fff; color: #ed1c24; }



/*Footer css start*/

.site_footer {

	background-color: #000000;

	background-repeat: no-repeat;

	margin-top: auto;

	color: #fff;

	background-size: auto 80%;

	background-position: center top 40px;

}

.footer_top {

	padding: 62px 0;

	color: #6d6e71;

}

.footer_logo {

	display: block;

	max-width: 156px;

	margin-bottom: 40px;

}

.footer_top .left_block {

	width: 20%;

}

.footer_top .left_block a { color: #6d6e71; }

.footer_top .left_block a:hover { color: #ed1c24; }

.footer_top .right_block {

	width: 80%;

	padding-left: 30px;

}

.footer_top .right_block .block:nth-child(1) {

	width: 20%;

}

.footer_top .right_block .block:nth-child(2) {

	width: 35%;

}

.footer_top .right_block .block:nth-child(3) {

	width: 45%;

}

.footer_links {

	list-style: none;

}

.footer_links li {

	margin-bottom: 10px;

}

.footer_links li:last-child {

	margin-bottom: 0;

}

.footer_links li a {

	color: #6d6e71;

}

.footer_links li a:hover {

	color: #ed1c24;

}

.footer_top .right_block .block:nth-child(3) .footer_links li {

	width: 50%;

}



.footer_bottom {

	background-color: #6d6e71;

	padding: 20px 0;

	font-size: 14px;

	color: #000;

}

.inner-slider { text-align: center; }

.inner-slider img { display: inline-block; }

.m-0 { margin: 0; }

.mb-20 { margin-bottom: 20px; }

.mission-vision { position: relative; }

.mission-vision p,

.mission-vision li { font-size: 16px; font-weight: 600; line-height: 24px; }

.mission-vision:before { position: absolute; content: ""; background: rgba(255, 255, 255, .3); width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }

.mission-vision .container { position: relative; }

.mission-vision .left-block { width: 50%; padding-right: 30px; }

.mission-vision .right-block { width: 50%; padding-left: 30px; }

.list-01 li { margin-left: 20px; }

.list-01 li::marker { color: #ed1c24; }



.res-table table { border:1px solid #ededed; vertical-align:middle; border-collapse:collapse; }

.res-table th, .res-table td { border:1px solid #ededed;}

.res-table th { padding:12px 10px; background: #ed1c24; color: #fff; }

.res-table th, .res-table td { line-height:18px; vertical-align:middle; }

.res-table tr:hover { background:rgba(0,0,0,0.02); }

.res-table th { font-weight: 700; }

.res-table th.center { text-align: center; }

table th, table td { padding:5px 10px; }



.career {}

.career .lpart { width: 75%; }

.career .rpart { width: 25%; padding-left: 40px; }

.career .rpart h5 { font-size:20px; color:#ed1c24; }

.career .joblist { padding:0; }

.career .joblist li { list-style:none; margin:0; padding:20px 0; border-bottom:1px solid #dedede; }

.career .joblist li h6 { font-size:16px; font-weight:700; color:#333333; position:relative; padding-right:30px; padding-bottom:10px; margin: 0; }

.career .joblist li h6 b { position:absolute; right:0; font-weight:700; }

.career .joblist li h6 b:before { /*position:relative;*/ content:" - "; }

.career .joblist li .exp,

.career .joblist li .dec { position: relative; padding-left: 20px; }

.career .joblist li .exp:before,

.career .joblist li .dec:before { font-family: 'FontAwesome'; position: absolute; top: 0; left: 0; }

.career .joblist li .exp:before { content: "\f017"; }

.career .joblist li .dec:before { content: "\f0e5"; }



.contact {}

.contact .lpart { width: 70%; }

.contact .rpart { width: 30%; padding-left: 40px; }

.contact .contactlist { padding:0; }

.contact .contactlist li { list-style:none; margin:0; padding:20px 0; border-bottom:1px solid #dedede; }

.contact .contactlist li h6 { font-size:16px; font-weight:700; color:#333333; position:relative; padding-right:30px; padding-bottom:5px; margin: 0; }

.contact .contactlist li .phone,

.contact .contactlist li .email,

.contact .contactlist li .web { position: relative; padding-left: 25px; }

.contact .contactlist li .phone:before,

.contact .contactlist li .email:before,

.contact .contactlist li .web:before { font-family: "Font Awesome 6 Free"; position: absolute; top: 2px; left: 0; color: #ed1c24; }

.contact .contactlist li .phone:before { content: "\f095"; }

.contact .contactlist li .email:before { content: "\f0e0"; }

.contact .contactlist li .web:before { content: "\f0e5"; }





.sector-list { list-style: none; font-size: 0; margin: -40px 0 0 -40px; }

.sector-list li { background: #f1f1f1; font-size: initial; width: calc(33.33% - 40px); margin: 40px 0 0 40px; height: auto; }

.sector-list li .img-block {

	display: block;

}

.sector-list li .img-block img {

	width: 100%;

}

.sector-list li .img-block img { border:1px solid #dedede; display:inline-block; filter: gray; -webkit-filter: grayscale(1); filter: grayscale(1); -webkit-transition:all 0.3s ease-in; -moz-transition:all 0.3s ease-in; -o-transition:all 0.3s ease-in; transition:all 0.3s ease-in;  }

.sector-list li:hover .img-block img { -webkit-filter:grayscale(0); filter:none; }



.sector-list li .content {

	padding: 30px;

}

.sector-list li .title {

	position: relative;

	padding-left: 15px;

	/*margin-bottom: 16px;*/
	margin-bottom: 0;

}

.sector-list li .title:after {

	position: absolute;

	content: "";

	top: 5px;

	left: 0;

	width: 4px;

	height: 14px;

	background: #ed1c24;

}



.form .input { font-family: "Red Hat Display", sans-serif; font-size:14px; color:#aaaaaa; font-weight:400; line-height:44px; border:1px solid #e1e1e1; background:#f6f6f6; width:100%; padding:0 50px 0 15px; }

.form textarea.input { line-height:24px; padding-top:10px; padding-bottom:10px; }

.form ul { padding:0; margin:0 -8px; font-size:0; }

.form li { list-style:none; position:relative; margin-bottom:20px; padding-right: 8px; padding-left: 8px; }

.form li:last-child { margin-bottom: 0; }

.form li label { font-size: 16px; font-weight: 500; padding-bottom: 5px; display: inline-block; }

.form li.half { display:inline-block; width:50%; }

.form .input:focus { border-color:#ea1d24; color:#ea1d24; }

.form .input:focus + i { color:#ea1d24; }

.form .input + i { position:absolute; right:20px; line-height:46px; font-size:16px; color:rgba(0,0,0,0.3); pointer-events:none; }

.form small { font-size: 11px; }

.form p { margin-bottom: 0; }

::-ms-input-placeholder { color:#aaaaaa; }

::-webkit-input-placeholder { color:#aaaaaa; }

::-moz-placeholder { color:#aaaaaa; }

::-o-placeholder { color:#aaaaaa; }

::placeholder { color:#aaaaaa; }

.form .btn { border:none; background:#333; color: #fff; }

.form .btn:hover { background:#ea1d24; color:#fff; }





.form .text-field { background:#f1f1f1; border: 1px solid #dedede; padding:10px 10px; font-family: "Red Hat Display", sans-serif; font-size:14px; font-weight:400; color: #242424; width: 100%; outline:none; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px; }

.form textarea.text-field { resize:none; height:160px; overflow:auto; }

.form .red { color:#dd0000; }

.error{
	color:red;
}