body {
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden;
	color: #6f6f6f;
	/* word-break: break-word; */
}
 
.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;
}
.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: 60px;
	/* padding-left: 48px; */
}
.navbar-toggler img {
	height: 40px;
}
.btn_searchtop {
	background: transparent;
	border: none;
	position: relative;
	left: -32px;
	color: #acacab;
	top: -1px;
}

.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.secondary {
	margin-top: 85px;
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/tethered_banner.jpg) 0 0 / cover;
	height: calc(50vh + 85px);
}
section.slotis {
	background: url(../img/lotis.jpg) 0 0 / cover;
	margin-top: 85px;
	color: #fff;
	padding: 7% 0;
}
section.home {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/home_banner.jpg) 0 0 / cover;
	margin-top: 85px;
	overflow: hidden;
}
section.home .container {
	height: calc(100vh - 85px);
	/* width: 100%; */
	position: relative;
}
section.home .h_floating_links .container {
	height: auto;
	text-align: ;
}
.flx_center_100 {
	display: table;
	height: 100%;
	width: 100%;
}
.flx_center {
	display: table;
	height: calc(100vh - 85px);
	width: 100%;
}

.flx_col {
	display: table-cell;
	vertical-align: middle;
}
section.home h1 {
	color: #fafbfc;
	font-size: 5rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
}
section.home h1 strong {
	font-weight: 100;
	display: block;
}
section.home p {
	color: #fafbfc;
}
h2 { 
	font-weight: 700;
}
h3 { 
	font-weight: 900;
	
}
.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.fixed {
	position: fixed;
	top: 86px;
	z-index: 99;
	left: 0;
	bottom: initial;
}
.h_floating_links.fixed .hfloating_wrap::before { 
	display: none;
}
.h_floating_links.fixed li::before {
	border-top: 33px #230d47;
	border-left: 8px transparent;
	border-right: transparent;
	border-bottom: transparent;
	border-style: solid;
	left: -8px;
}
.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: #000;
}
.btn-gray {
	background: #a1a0a0;
	padding: 14px 28px;
	line-height: 1;
	border-radius: 0;
}
.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;
}
.colx {
	/* margin: 70px 0; */
	height: 550px;
	display: table-cell;
	vertical-align: middle;
	transition: all .8s;
	padding: 70px 20px;
	position: relative;
}
.colx p {
	margin-bottom: 70px;
}
.colx:hover {
	transform: scale(1.1);
	z-index: 2;
}

._on_hover {
	opacity: 0;
	overflow: hidden;
	transition: all .8s;
	height: 0;
	padding: 5px 70px;
}
.colx:hover ._on_hover {
	opacity: 1;
	height: auto;
}
.colx:hover ._bef_hover { 
	opacity: 0;
	height: 0;
}
.colx.bgx {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/inline_inspection.jpg) 0 0 / cover;
}
.colx.bgy {
	background: linear-gradient(rgba(1, 0, 3, 0.5), rgba(1, 0, 3, 0.35)), url(../img/tank_resr.jpg) 0 0 / cover;
}
.sep_line1 {
	display: inline-block;
	width: 200px;
	height: 4px;
	background: #fafbfc;
	margin: 25px 0;
}
.img_crack {
	width: 75%;
	right: -65%;
	position: relative;
	transition: all .8s;
}
.img_crack.in-view {
	right: 0;
}
.sec_crack {
	text-align: right;
	background-image: linear-gradient(to right bottom, #1b0141, #003677, #0067a0, #0098bc, #30c9cd);
	padding-top: 120px;
	overflow: hidden;
}
.col_crarcktext {
	text-align: left;
	color: #fff;
	margin-left: 20%;
	position: relative;
	left: -110%;
	transition: all .8s;
}
.col_crarcktext.in-view {
	left: 0;
}
footer {
	text-align: center;
	padding: 80px 0;
	color: #024a5c;
	margin-top: 25px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
footer a {
	color: #024a5c;
	text-decoration: none;
}
.row_x {
	width: 400px;
	margin: 0 auto;
}
.footer_logo_img {
	float: left;
	height: 60px;
}
.clearfix {
	clear: both;
}
.top_footer_links {
	float: left;
}
.top_footer_links ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0 20px;
}
.lower_footer_links {
	margin: 50px 0;
}
.social_links {
	margin-bottom: 50px;
}
.social_links a {
	width: 40px;
	display: inline-block;
	/* float: left; */
	height: 40px;
	background: #333333;
	background-size: 146px 40px;
	color: #fff;
	font-size: 23px;
	line-height: 40px;
	border-radius: 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;
}
.tert_header2 {
	font-weight: 300;
	margin: 30px 0;
}
#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%;
}
.subnav-section {
	background: #fff;
	position: absolute;
	opacity: 0;
	transition: all .6s;
	padding: 0 0 0 0;
	height: 100vh;
	left: 0;
	top: 0;
	width: 100%;
	/* box-shadow: -8px 1px 35.69px 7.31px rgba(0, 0, 0, 0.79); */
}
.subnav-section.show {
	opacity: 1;
	z-index: 9;
}
.rel_blockr {
	z-index: 1033;
	position: relative;
}
.subnav-wrapp {
	position: relative;
	width: 100%;
	height: 100vh;
	/* display: table; */
}
.subnav-wrapp::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	/* background: azure; */
	z-index: 999;
	height: 100%;
	 
	top: 0;
}
.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 4%;
}
.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;
}
.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%;
}
section.tertiary { 
	height: calc(60vh - 85px); 
	margin-top: 85px;
}
main {
	position: relative;
}
.tertiary h1 {
	text-transform: uppercase;
}
.breadcrumb {
	font-family: museo-sans, sans-serif;
	font-weight: 100;
	font-size: 1rem;
}
.breadcrumb a, .breadcrumb span {
	color: #7b7c7b;
	text-decoration: none;
	padding: 0 5px;
}
.sec_content2 {
	padding-top: 2rem;
	color: #6f6f6f;
}
.serv_form label {
	font-weight: 500;
	font-style: italic;
	font-size: 1.1rem;
	color: #6c6c6c;
}
.serv_form {
	margin-top: 60px;
}
.serv_form label {
	font-weight: 500;
	font-style: italic;
	font-size: 1.1rem;
	color: #6c6c6c;
}
.serv_form input, .serv_form textarea {
	border-radius: 0;
}
.btn-blue { 
	padding: 14px 28px;
	line-height: 1;
	border-radius: 0;
	color: #fff;
	background: #0068af; 
}
.btn-blue:hover { 
	color: #fff;
	background: #f79523; 
}
.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;
}
 
._img_block_overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
._boxifo_block {
	padding: 3rem 1rem;
}
.__underkine {
	position: relative;
	content: '';
	width: 90px;
	height: 4px;
	display: inline-block;
	background: #fff;
}
.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 h4.tert_imghead {
	color: #fcfefe;
	text-align: center;
	padding: 20px 5px 0 5px;
}
.tert_block p {
	/* padding-bottom: 20px; */
	color: #545656;
	font-weight: 100;
}
.tert_block img {
	max-width: 100%;
}
.sec_content2 h2 {
	font-weight: 300;
	color: #5f6060;
	padding: 2.5rem 0;
	margin: 0;
}
._middle_block {
	display: table;
	height: 100%;
	position: relative;
}
._middle_cell {
	vertical-align: middle;
	display: table-cell;
}
.tert_block.left_anim {
	left: -100%;
	position: relative;
}
.tert_block.left_anim.in-view {
	left: 0;
}
.tert_block.right_anim {
	right: -100%;
	position: relative;
}
.tert_block.right_anim.in-view {
	right: 0;
}
.animation-element{
	transition: all 1s;
}
#navbarsExampleDefault {
	top: 0;
	position: fixed;
	/* left: 0; */
	width: 225px;
	right: -245px;
	z-index: 1031;
	background: #646465;
	height: 100vh;
	transition: all .8s;
	display: table;
	 
}
#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;
}
.covid_message {
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fc0315;
	color: #fff;
	text-align: center;
	padding: 4px 12px;
}
.navbar-nav .dropdown-menu.show {
	transform: none !important;
}
.sec_header {
	display: table-cell;
	vertical-align: middle;
	/* padding-bottom: 10%; */
	color: #fafbfc;
}
.sec_header h6 {
	font-weight: 900;
	font-style: italic;
	padding: 5px 4px;
	font-size: 1.3rem;
}
.sec_header h1 {
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 3.5rem;
}
.sec_content {
	padding-top: 95px;
}
.feature_boxes {
	margin-top: 100px;
	padding-bottom: 80px;
}
.iwrapp {
	margin: 0 4% 0 5%;
}
.feature_box {
	display: table;
	height: 590px;
	width: 100%;
	color: #fcfefe;
	padding: 20px 45px;
}
.feature_box:hover {
	transform: scale(1.1);
	transition: all .8s;
}

.feature_box > .feature_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.feature_box .on_hover {
	display: none;
}
.feature_box:hover .bef_hover {
	display: none;
}
.feature_box:hover .on_hover {
	display: block;
}
.feature_box h2 {
	width: 350px;
	font-weight: 900;
	font-style: italic;
	margin: 0 auto;
	font-size: 3rem;
	text-transform: uppercase;
}

.feat_link {
	/* background: #88d0cf; */
	background: #3468b1;
	padding: 16px 45px;
	color: #fff;
	text-decoration: none;
	margin: 20px 0;
	display: inline-block;
}
.feat_link:hover {
	color: gold;
}
._c_person {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 30px;
}
._c_person p {
	margin: 0 0 2px;
}
._c_person h4 {
	color: #2c5692;
	font-weight: 700;
	font-size: 1rem;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}
.content_top_para {
	margin: 2rem 0 4rem;
}
.im_blocks {
	 margin-top: 5px;
}
.im_block {
	margin-bottom: 2rem;
}
.im_block img {
	max-width: 100%;
}
.empty_im_block {
	height: 160px;
	background: #000;
}
.ch_floating_links {
	 
}
.ch_floating_links ul {
	padding: 0;
	font-weight: 500;
}
.ch_floating_links li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
}
.ch_floating_links a {
	text-decoration: none;
	color: #3468b1;
}
.ch_floating_links a:hover {
	text-decoration: underline;
	color: #8e9093;
}
.xcontainer {
	padding: 0 2%;
}
.ycontainer {
	padding: 0 5.5%;
}
@media (min-width: 768px) {
.navbar-expand-md .navbar-toggler {
    display: block;
}
}

@media (min-width: 1400px) {
.colx {
	/* margin: 70px 0; */
	height: 650px;
}
.xcontainer {
	padding: 0 6%;
}
.sec_res h3 { 
	padding: 0 25%;
}
}


@media (max-width: 1400px) {
	.snav_head h4 {
		text-transform: uppercase;
		font-size: calc(1.1rem + .3vw);
	}
	.snav_head p {
	font-size: .6rem;
	display: none;
}
}


@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; 
}
.sec_res h3 { 
	padding: 0;
}
}
@media (max-width: 768px) {
	.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;
}
.ch_floating_links {
	margin-top: 0rem;
}
._img_block {
	/* height: 200px; */
}
._middle_block {
	width: 100%;
	padding: 5px 20px;
}
._on_hover { 
	padding: 5px 15px;
}
.sec_res ._bef_hover h3 {
	padding: 0;
}
.h_floating_links a { 
	padding: 4px 10px; 
	font-size: .7rem;
	line-height: 1.5rem;
}
section.home h1 { 
	font-size: 2.8rem; 
}
.h_floating_links {
	display:none;
}
.sec_res h3 { 
	font-size: 2rem; 
}
.white_bg h2 {
	font-size: 1.6rem; 
}
.mid_per60 {
	width: 90%; 
}
.sec_crack { 
	padding-top: 40px;
}
.col_crarcktext {
	margin-left: 0;
	margin-top: 20px;
	text-align: center;
}
section.slotis {
	margin-top: 0;
	padding: 15% 0;
	text-align: center;
}
.snav_banner { 
	height: 35vh; 
}
.feature_box h2 {
	width: auto; 
	font-size: 2.2rem; 
}
.sec_header h1 { 
	font-size: 2.5rem; 
}
.xcontainer {
	padding: 0 5%;
	display: block;
	width: 100%;
}
.tert_block h4 { 
	font-size: 1.8rem; 
	padding-top: 10px;
}
}