body {
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
}
.home video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tleft_links {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 20%;
	width: 95px;
	font-size: .9rem;
	/* color: #fb040a; */
}
.tleft_links li {
	margin: 0 0 30px;
	background: #f9fafb;
	position: relative;
}
.tleft_links li::before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 12px solid #15014e;
	border-right: 92px solid transparent;
	position: absolute;
	top: -12px;
}
  
.tleft_links a {
	color: #fb040a;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 5px solid;
	display: block;
	padding: 4px 8px;
	font-weight: 600;
	text-align: right;
}
.tleft_links a:hover {
	color: #fb040a; 
}
.navbar {
	box-shadow: 1px 22px 21.87px 5.13px rgba(0, 0, 0, 0.19);
	background: #ffffff;
}
.navbar-brand {
	margin-left: 5%;
}
.navbar-brand img {
	height: 75px;
	/* padding-left: 48px; */
	margin-top: 0px;
}
.navbar-toggler img {
	height: 40px;
}
.btn_searchtop {
	background: transparent;
	border: none;
	position: relative;
	left: -32px;
	color: #acacab;
	top: -1px;
}
.navbar-toggler:focus { 
	box-shadow: none;
}
.flx_center_100 {
	display: table;
	height: 100%;
	width: 100%;
}
.tsearch_form {
	width: 100%;
	margin-right: 45px;
}
.form-control.txt_searchtop {
	background: #dcd9d9;
	border: none;
	width: 130px;
	margin-left: auto;
	padding: 3px 30px 6px 10px;
}
section {
	display: table;
	width: 100%;
	height: calc(100vh - 85px);
	position: relative;
}
section.slotis {
	background: url(../img/lotis.jpg) 0 0 / cover;
	margin-top: 85px;
	color: #fff;
	padding: 7% 0;
}
section.home {
	 
	margin-top: 85px;
}
section.about_sec {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/header_banner.jpg) 0 0 / cover;
	margin-top: 85px; 
    height: 60vh;
    min-height: 300px;
}
.about_sec h1 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 5rem;
	left:-100%;
	position:relative;
}
.about_sec h1.in-view {
	left:0;
}
.sec20_tool_img {
	position: absolute;
	height: 93%;
	right: 100%;
}
.sec20_tool_img.in-view {
	right: 165px;
}
.secqcx_tool_img {
	position: absolute;
	height: calc(100% - 120px);
	left: -100%;
}
.secqcx_tool_img.in-view {
	left: calc(50% - 167px);
}
section.home .container {
	height: calc(100vh - 85px);
	/* width: 100%; */
	position: relative;
}
section.home .h_floating_links .container {
	height: auto;
	text-align: ;
}

.flx_center {
	display: table;
	height: 100%;
	width: 100%;
}
.flx_center.hmflex {
	height: calc(100vh - 98px);
}
.flx_col {
	display: table-cell;
	vertical-align: middle;
}
section.home h1 {
	color: #fafbfc;
	font-size: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 11rem;
}
section.home h1 strong {
	font-weight: 100;
	display: block;
}
section.home p {
	color: #fafbfc;
	padding: 0 7px;
}
h2 { 
	font-weight: 700;
}
h3 { 
	font-weight: 900;
	
}
.nav-item.__ext {
	margin-top: 30px;
}
.navbar-nav .nav-link.__extlink {
	color: red;
	font-size: 1.1rem;
}
.navbar-nav .nav-link.__extlink:hover {
	transform: scale(1.1);
}
.sec_content h2 {
	margin-bottom: 30px;
}
.sec_res h3 {
	font-style: italic;
	font-size: 3rem;
	padding: 0;
}
.sec_res ._bef_hover h3 {
	padding: 0 25%;
}
.col_crarcktext h3 {
	font-family: museo-sans-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.slotis h2 {
	font-family: museo-sans-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.h_floating_links {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.h_floating_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.h_floating_links li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.h_floating_links li::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	height: 0;
	border-width: 0 0 33px 12px;
	border-color: transparent transparent #230d47 transparent;
	display: block;
	border-style: solid;
}
.h_floating_links .hfloating_wrap {
	display: block;
	position: relative;
	text-align: right;
	padding-bottom: 9px;
}
.h_floating_links .hfloating_wrap::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	background: #3468b1;
	right: 0;
	width: 100%;
}
.h_floating_links a {
	color: #fff;
	background: #3468b1;
	padding: 5px 20px;
	text-decoration: none;
	display: block;
}
.h_floating_links a:hover {
	background: #f79523;
	font-weight: 700;
}
.mid_per60 {
	width: 60%;
	margin: 75px auto;
}
section.white_bg {
	height: auto;
	background: #fdfdfd;
	text-align: center;
}
.white_bg h2 {
	font-size: 2.5rem;
	color: #737374;
}
.white_bg p {
	margin: 0 0 60px;
	color: #737374;
}
.btn-gray {
	background: #a1a0a0;
	padding: 14px 28px;
	line-height: 1;
	border-radius: 0;
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc020e+0,5e1111+100 */
background: #fc020e; /* Old browsers */
background: linear-gradient(125deg, rgb(252, 2, 14) 19%, rgb(94, 17, 17) 100%)

}
.btn.btn-gray:hover {
	background: #3468b1;
	color: #fff;
}
.btn-res {
	background: #fbfdfd;
	padding: 16px 45px;
	line-height: 1;
	border-radius: 0;
	color: #f79b30;
	margin: 10px 0;
}
.btn-res:hover {
	background: #3468b1;
	color: #fff;
}
.btn-res2 {
	background: #fbfdfd;
	padding: 16px 45px;
	line-height: 1;
	border-radius: 0;
	color: #324b8a;
	margin: 40px 0;
}
.btn-res2:hover {
	background: #f79523;
	color: #fff;
}
.sec_res {
	height: auto;
	color: #fafbfc;
	text-align: center;
}
#slider_images {
	position: absolute;
	width: 100%;
	height: calc(100% - 85px);
	left: 0;
	top: 85px;
}
#slider_images .carousel-item {
	height: 100%;
	background-size: cover;
}
#slider_images .carousel-inner {
	position: relative;
	height: 100%;
	 
}
#slider_images .carousel-controls {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 140px;
	height: 60px;
}
#slider_images .carousel-control-next, #slider_images .carousel-control-prev {
	width: 40%;
	background: transparent;
	border: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}
.xcontainer {
	padding: 0 2%;
}

.colx {
	/* margin: 70px 0; */
	height: 475px;
	display: table-cell;
	vertical-align: middle;
	transition: all .8s;
	padding: 70px 20px;
	position: relative;
	width: 100%;
}
.colx p {
	margin-bottom: 70px;
}
.colx:hover {
	transform: scale(1.1);
	z-index: 2;
}
._bef_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 135px;
}
._on_hover {
	opacity: 0;
	overflow: hidden;
	transition: all .8s;
	height: 0;
	padding: 5px 70px;
}
.colx:hover ._bef_hover {
	opacity: 0;
	height: 0;
}
.colx:hover ._on_hover {
	opacity: 1;
	height: auto;
}
.colx.bgx {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/qc_20_use.jpg) 0 0 / cover;
}
.colx.bgy {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/qc_40_use.jpg) 0 0 / cover;
}
.colx.bgz {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/qc_x_use.jpg) 0 0 / cover;
}
.sep_line1 {
	display: inline-block;
	width: 150px;
	height: 4px;
	background: #fafbfc;
	margin: 25px 0;
} 
.img_crack {
	width: 75%;
	right: -100%;
	position: relative;
}
.animation-element { 
	transition: all .8s;
}
.keepup_form {
	background: #b01016;
	padding: 15px 40px 15px 30px;
	margin: 30px 0;
}
.keepup_form input {
	display: block;
	width: 100%;
	position: relative;
	padding: 7px 12px;
	color: #5b5859;
}
.keepup_form input.btn_sum1 {
	background: #790000;
	color: #fdfcfc;
	display: inline-block;
	width: auto;
	padding: 10px 60px;
	border: none;
}
.white_bg._keepup .keepup_form p {
	color: #fdfcfc;
	
}
.sec_crack {
	text-align: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc020e+0,5e1111+100 */
background: #fc020e; /* Old browsers */
background: -moz-linear-gradient(top,  #fc020e 0%, #5e1111 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fc020e 0%,#5e1111 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fc020e 0%,#5e1111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc020e', endColorstr='#5e1111',GradientType=0 ); /* IE6-9 */

	padding-top: 120px;
}
.col_crarcktext {
	text-align: left;
	color: #fff;
	margin-left: 20%;
	position: relative;
	top: -150px;
}
.col_crarcktext h2 {
	font-weight: 800;
	font-family: museo-sans-condensed, sans-serif;
	font-size: 2rem;
}
footer {
	text-align: center;
	padding: 80px 0;
	color: #024a5c;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
	margin-top: 120px;
}
footer a {
	color: #024a5c;
	text-decoration: none;
}
.row_x {
	width: 400px;
	margin: 0 auto;
}
.footer_logo_img {
	float: left;
	height: 55px;
}
.clearfix {
	clear: both;
}
.top_footer_links {
	float: left;
}
.top_footer_links ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 35px;
}
.lower_footer_links {
	margin: 50px 0;
}
.social_links {
	margin-bottom: 50px;
}
.social_links a {
	width: 40px;
	display: inline-block;
	/* float: left; */
	height: 40px;
	background: url(../img/social.png);
	background-size: 146px 40px;
}
.social_links a:hover {
	transform: scale(1.2);
	transition: all .6s;
}
.social_links a._link2 {
	background-position-x: -52px;
}
.social_links a._link3 {
	 background-position-x: -106px;
}
#navbarsExampleDefault .rel_block {
	position: relative;
}
.nav_close_btn {
	position: relative;
	display: block;
	text-align: right;
	padding: 15px 30px;
}
.nav_close_btn img {
	height: 40px;
}
.nav_close_btn:hover {
	color: red;
}
.navbar-nav .nav-link {
	color: #fff;
	/* text-align: right; */
	padding: 8px 0 8px 50px;
	transition: all .7s;
	position: relative;
}
.navbar-nav .nav-link:hover {
	transform: scale(1.2);
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-nav .nav-item::before{
  content:'';
}
  
.navbar-nav .nav-item.has-page:hover::before {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #646465;
	position: absolute;
	left: -15px;
}
.navbar-nav .dropdown-menu {
	 
	width: 100%;
	border-radius: 0;
	border: none;
	text-align: right;
	padding: 0;
 
	position: relative !important; 
	transition: all .6s !important;
	
}
.subnav-sections {
	position: absolute;
	right: -100vw;
	top: 0;
	width: calc(50vw - 225px);
	/* display: none; */
	height: 100%;
	z-index: 1032;
}
#navbarsExampleDefault.show .subnav-sections {
	right: 100%;
}
.vid_inpage {
	width: 100%;
}
.subnav-section {
	background: #fff;
	position: absolute;
	opacity: 0;
	transition: all .6s;
	padding: 15px 0 0 20px;
	height: 100vh;
	left: 0;
	top: 0;
	width: 100%;
}
.subnav-section.show {
	opacity: 1;
	z-index: 9;
}
.rel_blockr {
	z-index: 1033;
	position: relative;
}
.subnav-wrapp {
	position: relative;
	width: 100%;
	height: 100%;
}
.snav_banner {
	padding: 0;
	position: relative;
	height: 50vh;
	background-size: cover;
}
.snav_banner img {
	width: 100%;
}
.snav_head {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 4%;
}
.snav_head h4 {
	text-transform: uppercase;
	font-size: calc(2.2rem + .3vw);
}
.snav_head p {
	font-size: .8rem;
}
.psnav_childentries {
	margin: 25px 0 0;
}
.psnav_entry {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	color: #838282;
	margin-top: 10px;
	display: block;
}
.psnav_child {
	list-style-type: none;
	margin: 10px 0 40px;
	padding: 0 0 0 15px;
}
.psnav_child a {
	text-decoration: none;
	padding: 4px 0;
	display: block;
	color: #838282;
}
main {
	position: relative;
}
#navbarsExampleDefault {
	top: 0;
	position: fixed;
	/* left: 0; */
	width: 225px;
	right: -245px;
	z-index: 1031;
	background: #646465;
	height: 100vh;
	transition: all .8s;
	display: table;
	box-shadow: -10px 0 7.87px 3.13px rgba(0, 0, 0, 0.19);
}
#navbarsExampleDefault.show {
	right: 0;
}
.dropdown-item {
	background: #fbf2eb;
	padding-right: 31px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: #3468b1;
	transition: all .5s;
}
.ttxtcont {
	left: -100%;
	position: relative;
}

.ttxtcont.in-view {
	left: 0;
}
.img_crack.in-view {
	right: 0;
}

.transp-layer {
	background: url(../img/Homepage-Transparency-Overlay.png) repeat 0 0 / 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.navbar-nav .dropdown-menu.show {
	transform: none !important;
}
.secondary{
	height: 70vh;
	text-align: left;
	background: #fc020e;
	background: -moz-linear-gradient(top, #fc020e 0%, #5e1111 100%);
	background: -webkit-linear-gradient(top, #fc020e 0%,#5e1111 100%);
	background: linear-gradient(to bottom, #fc020e 0%,#5e1111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc020e', endColorstr='#5e1111',GradientType=0 );
	padding-top: 120px;
}
.tertiary {
	height: 53vh;
	text-align: left;
	background: #fc020e;
	background: -moz-linear-gradient(top, #fc020e 0%, #5e1111 100%);
	background: -webkit-linear-gradient(top, #fc020e 0%,#5e1111 100%);
	background: linear-gradient(to bottom, #fc020e 0%,#5e1111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc020e', endColorstr='#5e1111',GradientType=0 );
	padding-top: 120px;
}
.secondary h1 {
	z-index: 99;
	position: relative;
	font-weight: 900;
	color: #fff;
	font-size: 5rem;
	margin: 20% 0 5%;
	left: -100%;
	transition-delay: 1s;
}
.secondary h1.in-view {
	left: 0;
}

.tertiary h1 {
	z-index: 99;
	position: relative;
	font-weight: 900;
	color: #fff;
	font-size: 5rem;
	margin: 15% 0 0;
	left: -100%;
}
.tertiary h1.in-view {
	left: 0;
}
.tertiary h3 {
	z-index: 99;
	position: relative;
	font-weight: 700;
	color: #fff;
	font-size: 2.5rem;
	margin: 1rem 0;
	left: -100%;
	transition-delay: .5s;
}
.tertiary h3.in-view {
	left: 0;
}
.monitor_img {
	width: 60%;
	margin-top: 13%;
	position: relative;
	left: -100vw;
	transition-delay: 1.5s;
}
.pipe_img {
	width: 50%;
	margin-left: -12%;
	margin-top: 26%;
	left: -100vw;
	position: relative;
	transition-delay: 2s;
}

.monitor_img.in-view, .pipe_img.in-view {
	left: 0;
}
.sec_crack_img {
	position: absolute;
	width: 85%;
	z-index: 9;
	top: 90px;
	left: -100%;
}
.sec_crack_img.in-view {
	left: 0;
}
.tright_links {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 95px;
	font-size: .9rem;
	/* color: #fb040a; */
	list-style-type: none;
	z-index: 99;
}
.tright_links li {
	margin: 0 0 30px;
	background: #f9fafb;
	position: relative;
}
.tright_links li::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid #15014e;
	border-left: 95px solid transparent;
	position: absolute;
	bottom: -12px;
}
.tright_links a {
	color: #fb040a;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 5px solid;
	display: block;
	padding: 4px 8px;
	font-weight: 600;
	text-align: left;
}
.sec_content {
	height: auto;
	padding-top: 50px;
	color: #7b7c7b;
}
.breadcrumb {
	font-family: museo-sans-condensed, sans-serif;
	font-weight: 100;
	font-size: .8rem;
}
.breadcrumb a, .breadcrumb span {
	color: #7b7c7b;
	text-decoration: none;
	padding: 0 5px;
}
.sec_content p {
	font-weight: 100;
}
.sec_content_links {
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0;
}
.sec_content_links a {
	color: #fc0415;
	font-weight: 700;
}
.sec_right_links {
	list-style-type: none;
	padding: 0;
	margin: 80px 0 0 30px;
	font-size: 1.1rem;
}
.sec_right_links a {
	color: #fc0415;
	font-weight: 700;
}

.serv_form {
	margin-top: 90px;
}
.serv_form label {
	font-weight: 500;
	font-style: italic;
	font-size: 1.1rem;
	color: #6c6c6c;
}
.serv_form input, .serv_form textarea {
	border-radius:0;
}
.tert_block.left_anim.in-view {
    left: 0;
}
.tert_block.left_anim {
    left: -100%;
    position: relative;
}
.animation-element {
    transition: all 1s;
}
.tert_block.right_anim {
	right: -100%;
	position: relative;
}
.tert_block.right_anim.in-view {
	right: 0;
}
.tert_block.left_anim.in-view {
	left: 0;
}
.tert_block {
    background: #dadadb;
    color: #484747;
    margin: 3rem 0;
}
._img_block {
	width: 100%;
	float: left;
	position: relative;
	margin-right: 2rem;
	border-right: 15px solid #3468b1;
	height: 100%;
	background-size: cover;
}
.tert_block img {
	max-width: 100%;
}
._middle_block {
	display: table;
	height: 100%;
	position: relative;
}
._middle_cell {
	vertical-align: middle;
	display: table-cell;
}
.ycontainer {
	padding: 0 5.5%;
}
.tert_block h4 {
	/* margin-top: calc(50% - 2rem); */
	font-size: 2rem;
	text-align: left;
	color: #020505;
	font-weight: 300;
	font-style: normal;
	padding-top: 20px;
}
.tert_block p {
	/* padding-bottom: 20px; */
	color: #545656;
	font-weight: 100;
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-toggler {
    display: block;
}
}

@media (min-width: 1400px) {
.colx {
	/* margin: 70px 0; */
	height: 750px; 
}
}


@media (max-width: 1440px) {
	.snav_head h4 {
		text-transform: uppercase;
		font-size: calc(1.1rem + .3vw);
	}
	.snav_head p {
		font-size: .6rem;
	}
	.sec_crack_img { 
	width: 80%; 
}
.tertiary {
	height: 70vh;
}


@media (max-width: 1024px) {
	.subnav-sections { 
		width: calc(90vw - 225px) ; 
	}
	.psnav_child {
	margin: 0;
	padding: 0 0 0 15px;
}
.psnav_child a { 
	padding: 0px 0 4px; 
}
.secondary {
	height: 50vh; 
}
.sec_res h3 {
	padding: 0;
}
}
@media (max-width: 768px) {
	.sec_res h3 {
	font-size: 2rem;
}
.mid_per60 {
	width: 90%;
}
	.subnav-sections { 
		width: calc(100vw - 125px) ; 
	}
	.navbar-nav .nav-link { 
		padding: 8px 0 8px 10px; 
	}
	.navbar-nav .nav-link:hover {
		transform: scale(1.1); 
	}
	#navbarsExampleDefault { 
    width: 125px;
    right: -145px;
	}
	.tsearch_form {
		position: absolute;
		bottom: -31px;
		right: 0;
		display: none;
	}
	.img_crack {
		width: 100%;
		/* right: ; */
	}
	.row_x {
	width: auto;
}
.footer_logo_img {
	float: none;
}
.top_footer_links {
	float: none;
	text-align: center;
	margin-top: 25px;
}
.top_footer_links li {
	text-align: center;
}
.sec20_tool_img, .secqcx_tool_img { 
	height: 75%; 
}
.sec20_tool_img.in-view, .secqcx_tool_img.in-view {
	right: 78px;
}
.xcontainer {
	padding: 0 5%;
	display: block;
	width: 100%;
}
section.home h1 {
	font-size: 2.8rem;
}
.img_crack {
	width: 100%; 
}
.sec_crack {
	padding-top: 40px;
}
.col_crarcktext {
	margin-left: 0;
	margin-top: 20px;
	text-align: center;
	top: 0;
}
}