/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
@font-face {
    font-family: Myria-regular;
    src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: Myria-Bold;
    src: url(../fonts/MyriadPro-Bold.otf);
}

@font-face {
    font-family: Myria-light;
    src: url(../fonts/MyriadPro-Light.otf);
}
@font-face {
    font-family: Myria-Black;
    src: url(../fonts/MyriadPro-Black.otf);
}
body {
  padding-top: 54px;
  font-family: Myria-regular;
  
}
.red-bg-conten p{
    color: #fff;
    text-align: center;
    margin-top: 66px;
    font-size: 26px;
    text-transform: uppercase;
    font-family: Myria-light;
    letter-spacing: 1px;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 33px solid #fff;
    margin-left: 46.5%;
    margin-top: 200px;
    position: absolute;
}
.triangle-down{
	width: 0;
	height: 0;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
	border-top: 30px solid #fff;
	margin-left: 534px;
	mar;
	margin-top: -12px;
	position: absolute;
}
.triangle-down-left {
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 24px solid #fff;
	position: absolute;
	margin-left: 16%;
	z-index: 99;
}
.triangle-down-right {
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 24px solid #fff;
	position: absolute;
	margin-left: 72%;
	z-index: 99;
}
.trays-content{
	padding: 60px 60px 30px;
}
.center-con{
	text-align: center;
}
.trays-content p{
	font-size: 18px;
	margin-bottom: 36px;
}
.images-marg img{
	margin-bottom:30px;
}
.black-bg-container{
	background:#000;
	color:#fff;
}
.black-bg-container h3{
	padding-top: 40px;
	text-align:center;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-family: Myria-Black;
	padding-bottom: 40px;
	line-height: 1.4;
}
.black-bg-container h4{
	padding-top: 40px;
	text-align:center;
	color: #fff;
	font-size: 19px;
	font-family: Myria-Regular;
	padding-bottom: 40px;
	line-height: 1.4;
}
.black-bg-container h5{
	padding-top: 40px;
	text-align:center;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-family: Myria-Black;
	line-height: 1.4;
}
.black-bg{
	background: url('../images/spritesheet-black-bg.png')0px 0;
	background-size: cover;
	margin-bottom: 20px;
}
.black-bg:hover{
	background: url('../images/spritesheet-black-bg.png')0px 352px; 
	background-size: cover;
	margin-bottom: 20px;
}
.black-bg img{
	width: 105%;
	margin-top: -28px;
}
.black-bg-cont{
	padding-top: 28px;
	padding-left: 100px;
}
.black-bg-cont h2{
	color:#fff;
	margin-bottom:10px;
	text-transform: uppercase;
}
.black-bg-cont p{
	color:#fff;
	margin-bottom:10px;
	margin-right:55px;
	font-size:14px;
}
.black-bg-cont button{
	background: transparent;
	border: 1px solid #fff;
	background: transparent;
	margin-top: 14px;
	padding: 8px 20px;
}

.black-bg-cont button a:hover{
	color: #c9172b;
}
.black-bg-cont button a{
	color: #fff;
}
.white-bg img{
	width: 100%;
	/* margin-left: -40px; */
}
.red-bg-home{
	background: url('../images/spritesheet-red-bg.jpg')0 0px;
	background-size: cover;
}
.red-bg-home:hover{
	background: url('../images/spritesheet-red-bg.jpg')0 346px;
	background-size: cover;
}
.red-bg-home img{
	width: 97%;
	margin-top: -42px;
}

.red-bg-plane{
	background: #d0182c;
	height: 100px;
}
.view-button a{
	color:#fff;
	border:1px solid #fff;
	padding: 8px 20px 6px;
	font-size:18px;
}
.view-button a:hover{
	color:#000;
}
.view-button{
	margin-top:35px;
}
.hvr-bounce-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: none;
}
.hvr-bounce-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color:#000;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.h1, h1{
	font-family: Myria-Bold;
}
.h2, h2 {
    font-size: 34px;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: Myria-Bold;
    line-height: 1.2;
    color: #c9172a;
}
.navbar-nav{
	text-transform: uppercase;
	text-align: right;
	list-style: none;
	padding-left: 0px;
}
.logo_cen{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.nav_left li{
	    padding-left: 16px;
	    padding-right: 38px;
	    font-size: 14px;
	    font-family: Myria-Bold;
}
.first_menu{
	padding-left: 0!important;
}
.last_menu{
	padding-right: 0!important
}
.last_menu a{
	padding-right: 0!important;
}
.nav_right{padding-left: 0px;padding-top: 31px;padding-right: 0px;}
.nav_right li{
	padding-right: 0px;
	font-size: 13px;
	font-family: Myria-regular;
	letter-spacing: 1px;
}
.bg-dark {
    background: #d0182c!important;
    padding-top: 28px;
    padding-bottom: 0px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #00569d;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    font-weight: bolder;
}
.menu-top{
	padding-left:0px;
	padding-right: 0px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand {
    color: #fff;
    padding: 0!important;
}
.navbar-brand img{
	width: 222px;
	margin-top: -18px;
}
.top_nav{
	border-bottom: none;
	background: black;
}
.top_nav ul{
	    padding-right: 0px;
	    margin-bottom: 0px;
	    padding-top: 3px;
	    padding-bottom: 2px;
}
.home-bg-1{
	background: url(../images/MTL-home-bg-1.jpg) no-repeat;
	background-size: cover;
	height: 550px;
}
.top_nav li{
	list-style-type: none;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
	color: #7e7e7e;
	font-family: Myria-regular;
	border-right: 1px solid;
}
.top_nav li img{
	padding-right: 8px;
	padding-bottom: 2px;
}

.top_nav_border p{
	margin-bottom: 4px;
	mar;
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
	color: #7e7e7e;
}
.white-bg-content{
	padding:20px;
	padding-top: 60px;
	padding-left: 70px;
}
.white-bg-content h2{
	text-transform: uppercase;
	padding-bottom: 26px;
	font-family: Myria-Black;
	line-height: 1;
}
.white-bg-content h2 span{
	color:#000;
	font-family: Myria-light;
	font-weight:lighter;
	font-size: 32px;
}
.white-bg-content p{
	font-size: 18px;
}
.white-bg-content button{
	font-size: 16px;
	padding: 6px 30px;
	background: transparent;
	border: 1px solid #c9172a;
	margin-top: 24px;
}
.white-bg-content button:hover{
	
	border: 1px solid #000;
	
}
button a {
    font-family: Myria-regular;
    letter-spacing: 1px;
    font-size: 18px;
}
.white-bg-content button a{
	color:#000;
}
.white-bg-content button a:hover{
	color:#c9172b;
}
.top_nav_border a{
	color: #ccc;
	padding-left: 8px;
}
.top_nav_border a:hover{
	color: #fcfbfb;
}
.nav-border-right{
	border-right: 1px solid #ccc;
	padding-right: 12px;
}
.social-i{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 0px;
}
.social-icon{
	padding: 0 8px 0px 4px;
	color: #ccc;
}
.carousel {
    height: 84%!important;
    padding-left: 0;
    padding-right: 0;
}
.carousel-control.left {background-image: none;visibility: hidden;}
.carousel-control.right {background-image: none;visibility: hidden;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 45%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0;
    color: #000;
    text-align: center;
    text-shadow: none;
    background: rgba(193, 198, 197, 0.82);
    right: 0!important;
    bottom: 0!important;
}
.carousel-caption p {
    margin: 0 0 10px;
    font-size: 20px;
    text-align: left;
    margin-left: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    padding-right: 30px;
}
.carousel-caption-right{
	position: absolute;
	top: 40px;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	margin-right: 15px;
	color: #000;
	text-align: left;
	text-shadow: none;
}
.carousel-caption-right h1{
    color: #c9172a;
}
.carousel-caption-right button{
    background: transparent;
    border: 1px solid #d0182d;
    margin-top: 15px;
    padding: 8px 30px;
}
.carousel-caption-right button:hover {
    border: 1px solid #030303;
}
.carousel-caption-right button a:hover{
    color: #d0182d;
}
.carousel-caption-right button a{
    color: #000;
    font-size: 17px;
}
.carousel-indicators li { 
    background-color: #fff; 
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #030303;
    border: transparent;
}
a:hover {
    color: #c9172b;
    text-decoration: none;
}
a {
    color: #7e7e7e;
 }
.body-contant a{
	color:#000;
}
.body-contant a:hover{
	color: #004e8f;
}  
 .text-white {
    color: #fff!important;
    font-weight: bolder;
    padding-top: 19%;
    line-height: 40px;
    padding-bottom: 42px;
}  
.btn-group-lg>.btn, .btn-lg {
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    font-family: Myria-regular;
    font-weight: 600;
}
.btn-rg {
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    font-family: Myria-regular;
    margin-top:60px;
    padding-left: 48px!important;
    padding-right: 48px!important;
}
.btn-primary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.52);
    border-color: #fff;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #004f90;
    border-color: #204d74;
}
.body-bg{
	    background: url(../images/RAM_100-Desktop-Comp-HOME_23.png)no-repeat;
	    background-size: cover;
	    padding-left: 0px;
	    padding-right: 0px;
}
.body-bg h2{
	font-weight: bold;
	font-family: Myria-Bold;
}
.body-bg h6{
	color: #1d1d1d;
	padding-top: 25px;
	font-family: Myria-Bold;
	font-size: 14px;
}
.body-bg hr{
	background-col;
	border-top: 2px solid #ff4600;
	width: 38%;
	margin-left: 0;
	margin-bottom: 8px;
	margin-top: 12px;
}
.body-bg p{
	line-height: 20px;
	font-size: 16px;
	color: #1d1d1d;
}
.body-bg p a{
	color:#ff4600;
}
.body-bg p span a{
	font-size:16px;
	text-decoration:underline;
}
.body-bg img{
	width:100%;
	margin-bottom:100px;
}
.red-bg {
    height: 220px;
    background: #d0182d;
}
.last-menu{
	border-right: 0!important;
}

.breadcrum-menu p{
	color:#949494;
	font-size:14px;
	font-family: Myria-regular;
	padding-top: 4px;
}
.blue-bg img{
	margin-top: -86px;
	width: 100%;
}

.blue-bg-img-left img{
	border-right: .5px solid #fff;
}
.blue-bg-img-right img{
	border-left: .5px solid #fff;
}
.top-height{
	margin-top: 40px;
}


.a-tag{
	color:#444;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:black;
  background: -webkit-linear-gradient(left, #050505 , #070707ba);
  background: -o-linear-gradient(right, #050505, #070707ba); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #050505, #070707ba); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #050505 , #070707ba);
  overflow: hidden;
  width: 95%;
  height: 100%;
  transition: .5s ease;
  margin-left: 15px;
}
.move-right{
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #050505,#070707ba)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #050505,#070707ba)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg,#050505,#070707ba)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, #050505,#070707ba); /* Standard syntax */
}
.overlay-cont:hover .overlay {
  width: 40%;
  overflow: hidden;
  background: #d0182e;
  

}
.overlay-cont:hover .move-right{
	margin-left: 58%;
	background: #d0182e!important;
}
.overlay-cont {
	margin-bottom:25px;
}
.text {
  position: absolute;
  top: 28%;
  padding-right: 55%;
  text-align: center;
  width: 95%;
  z-index: 9;
}
.text-aline-right{
	position: absolute;
	top: 28%;
	padding-left: 57%;
	text-align: center;
	z-index: 99;
	width: 95%;
}
.text-aline-right h3{
	color:#fff;
}

.text h3{
	color:#fff;
}
.button-no-bg{
	margin-top: 24px;
}
.button-no-bg a{
    padding: 8px 20px 6px;
    border: 1px solid #fff;
    box-shadow: none;
    background: transparent;
    color: #fff;
    font-family: Myria-light;
}
.button-no-bg a:hover{color: black;}
.boddy-image-overlay{
	position:absolute;
	width: 100%;
	text-align:center;
	bottom: 32px;
	padding-left: 0px;
	margin-left: -15px;
}
.boddy-image-overlay h2{
	color:#fff;
	font-family: Myria-Bold;
}
.boddy-image-overlay hr{
	background-col;
	border-top: 1px solid #ff4600;
	width: 200px;
	margin-bottom: 8px;
	margin-top: 12px;
}
.one-icon{
	margin-top: 251px;
	padding-left: 40px;
}
.two-icon{
	margin-top: 20px;
	padding-left: 84px;
}
.third-icon{
	padding-left: 84px;
	margin-top: 40px;
}
.image-cont p{
    text-align: left;
    font-size: 13px!important;
    font-family: Myria-Bold!important;
    letter-spacing: 0.3px!important;
    padding: 38px;
    color: #000;
}
.image-cont p a{
    
    color: #004e8f;
    text-decoration:underline;
}
.image-cont img:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-cont-left{
	padding-right: 15px;
}
.image-cont-left p{
	text-align:center;
	padding:0px;
	font-family: Myria-Bold!important;
}
.image-cont-right{
	padding-left: 15px;
}
.image-cont-right p{
	font-weight:600;
	text-align:center;
	padding:0px;
	font-family:Myria-Bold!important;
	
}
.event-content p{
	line-height: 24px;
}
.event-content p span{
	font-weight:600;
	color: rgb(131, 132, 148);
}
.body-contant p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Myria-regular;
    letter-spacing: 1px;
    font-size: 16px;
    color: #000;
}

.body-contant{
	/* margin-top:30px; */
	/* margin-bottom:30px; */
}
.body-contant h1{
	color: #004e8f;
}
.body-contant ul {
    list-style: url(/images/blue-disk.png);
}
.body-left-cont p{
	font-size: 18px;
	
}
.body-cont-inner p{
	font-size: 18px;
	padding-bottom: 20px;
}
.body-cont-inner{
	margin-top: 60px;
	margin-bottom:30px;
}

.body-contant .row{
	margin-top:15px;
	margin-bottom:15px;

}
.img-fluid{
	width: 100%;
}
.body-images img{
	margin-bottom:30px;
}
.project-img img{
	width:100%;
	border: 1px solid;
}
.project-img .col-md-3{
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}
.body-cont-inner h6{
	color:#828283;
	font-size: 18px;
	padding-bottom: 20px;
}
.body-cont-inner li{
	font-size: 16px!important;
	margin-bottom: .6rem!important;
}
.body-cont-inner hr{
	margin-bottom:60px;
	color: #000000;
	height:3px;
	border-top: 1px solid #777777;
}
.body-cont-inner h6 span{
	color:#004e8f;
}
.body-cont-inner p span{
	color:#004e8f;
	font-family: Myria-regular;
	font-weight: 600;
}
.body-contant li {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Myria-regular;
    letter-spacing: 1px;
    font-size: 18px;
    color: #000;
}
.clear-end{
    height: 50px;
    background: #bdbdbd;
    margin-top: 100px;
}
footer {
    margin-top: 80px!important;
}
.footer-content img{
	width:220px;
}
.footer-content ul{
	list-style:none;
}
.footer-content h4{
	margin-top:2px;
}
.footer-content ul li a{
	color:#c9172b;
	font-family: Myria-Bold;
}
.footer-content ul li a:hover{
	color:#666666;
}
.mid-sec-footer p{
	color:#c9172b;
	font-family: Myria-Bold;
	font-size:16px;
	margin-bottom:0;

}
.mid-sec-footer ul li a{
	color:#000;
	font-family: Myria-regular;
}
.mid-sec-footer ul li a:hover{
	color:#555555;
	font-family: Myria-regular;
}
.mid-sec-footer ul{
	padding-left:14px;
}
.footer-bottom-right{
	text-align:right;
}
.footer-bottom-right a:hover{
	color:#a2a2a2;
}
.footer-bottom-right img{
	width:26px;
}
.footer-bottom-right img:hover{
	opacity: .7;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

.left-nav-bar {
	list-style:none;
	font-size:18px;
	font-family: Myria-light;
	margin-top: 36px;
}
.left-nav-bar li{
	line-height:1.8;
}
.left-nav-bar li a.active{
	color:#c9172b;
	font-weight:bolder;
}

@media (min-width: 992px) {
  body {
  	padding-top: 0;
  	/* padding-top: 56px; */
  }
}


.tower-internals{
	background: url(../images/inner-banner.jpg) center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 250px;
}
.fixed-valve{
	background: url(../images/fixed-valve-bg.jpg) center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 250px;
}
.tower-internals-inner-banner h1{
	margin-top: 96px;
	color:#fff;
	font-size: 40px;
	text-transform: uppercase;
}



.card {
  height: 100%;
}
.center-text{
	text-align:center;
	font-weight:bold;
}
.coating-top-content{
	text-align:center;
	/* margin-top: 30px; */
	margin-bottom: 30px;
}
.coating-top-content h3{
	font-size: 34px;
	line-height: 29px;
}

.center-cont{
	padding: 40px;
}
.contact_section {
    float: right;
    width: 40%;
}
.contact_form_section .col_form {
    width: 100%;
    float: left;
    margin-bottom: 2%;
}
.contact_form_section .col_form .colr1 {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.contact_form_section .col_form .coll1 {
    float: left;
    width: 49%;
    margin-left: 1%;
}
.contact_form_section .col_form input[type="text"], .contact_form_section .col_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
}
.contact_form_section .col_form textarea {
    min-height: 120px;
}
.contact_form_section .col_form input[type="submit"] {
    background: #d0182c;
    width: 100%;
    color: #fff;
    padding: 10px;
    border: 1px solid #d0182c;
}
.contact_form_section #message {
    text-align: center;
    margin-top: 50px;
}
.contact_form_section #message img {
    width: 60px;
}

/**-------menu---------**/
	button.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 12px 0 12px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
button.accordion a.active {
    color: #767676;
    text-decoration: none;
    border-left: 2px solid #ff4701;
    padding-left: 8px;
}
button.accordion a:hover {
    color: #767676;
    text-decoration: none;
    border-left: 2px solid #ff4701;
    margin-left: 0px;
    padding-left: 8px;
}
button.accordion a{
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
button.accordion.active, button.accordion:hover {
    background-color: transparent;
}

button.accordion:after {
    content: '\003e';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  
}

.panel a.active{
	padding-left: 8px;
	border-left: 2px solid #ff4701;
	font-weight: 100;
	font-size: 14px;
}
.single-accord:after {
    color: transparent!important;
}
button.accordion.active:after {
    content: "\003e";
      -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
div.panel a{
	padding-left: 10px;
}

div.panel {
    padding: 0 0px 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 14px;
    margin-left: 0px;
}
div.panel a:hover {
    color: #767676;
    text-decoration: none;
    border-left: 2px solid #ff4701;
    padding-left: 8px;
    margin-left:0px;
}
  
@media (min-width: 992px) {
.text-white {
    color: #fff!important;
    font-size: 34px;
    padding-top: 15%;
    line-height: 40px;
    padding-bottom: 42px;
}
}
@media (min-width: 1400px) {

	.text-white {
		font-size: 40px;
		padding-top: 17%;
	}
}	
@media (max-width: 1400px) {	
	.carousel-caption-right {
    position: absolute;
    top: 15px;
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    color: #000;
    text-align: left;
    text-shadow: none;
}
.carousel-caption p {
    margin: 2px 0 10px;
    font-size: 16px;
    text-align: left;
    margin-left: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    padding-right: 30px;
}
}
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 11px;
    text-decoration: none;
}

.dropdown {
    float: left;
    /* overflow: hidden; */
}

.dropdown .dropbtn {
    /* font-size: 15px; */
    border: none;
    outline: none;
    color: white;
    padding: 15px 16px;
    background-color: inherit;
    padding-bottom: 19px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    /* background-color: red; */
}
.dropdown-content li{
	/* margin-left: -6px; */
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.89);
    min-width: 270px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    margin-top: 54px;
    padding-left: 10px;
    list-style: none;
    margin-left: -26px;
}

.dropdown-content a {
    float: none;
    color: #828282;
    padding: 0px 0px;
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 9px;
    padding-left: 27px;
    font-family: Myria-regular;
    font-weight: 600;
}

.dropdown-content a:hover {
    /* background-color: #ddd; */
    /* border-left: 2px solid #ff4701; */
    /* height: 14px; */
    /* margin-left: -2px; */
    color: #c9172c;
}

.dropdown:hover .dropdown-content {
    display: block;
    padding-bottom: 15px;
    padding-top: 16px;
}
.quote-form{
	padding: 18px 32px 18px 32px;
	background: #f4f4f4;
	margin-bottom: 15px;
}
.form-control {
	height:42px;
}
.quote-form .form-control{
	padding: 10px;
}

.quote-form h4{
	text-align: center!important;
    width: 100%;
    padding-bottom: 10px;
}
.inner-form .form-control{
	margin-bottom: 15px;
}
.form-check-left{
	background: #ebeaea;
	text-align: center;
	padding-top: 20px;
	height: 186px;
}
.form-check-left label{
	bottom: -36px;
	pos;
	position: absolute;
	padding-left: 12px;
}
.form-check-right{
	background: #e7e4e4;
	text-align: center;
	padding-top: 20px;
	height: 186px;
}
.form-check-right label{
	bottom: -34px;
	position: absolute;
	margin-left: -10px;
}

@media only screen and (max-width: 1024px){

	.nav_right {
    padding-left: 0px;
    padding-top: 31px;
    padding-right: 0px;
}
.carousel-caption {
    left: 26%;
  }
  
  .carousel-indicators {
    bottom: 15px;
    left: 32%;  
}
.carousel-caption-right h1{
	font-size: 26px;
} 
.black-bg {
    background: url(../images/spritesheet-black-bg.png)0px 0;
    background-size: cover;
    margin-bottom: 38px;
    height: 289px;
}
.black-bg:hover {
    background: url(../images/spritesheet-black-bg.png)0px 290px;
    background-size: cover;
    margin-bottom: 38px;
}
.red-bg-home:hover {
    background: url(../images/spritesheet-red-bg.jpg)0 287px;
    background-size: cover;
}  
.black-bg-cont {
    padding-top: 10px;
    padding-left: 50px;
}
.view-button {
    margin-top: 10px;
} 
}
@media (max-width:780px){
	footer {
    text-align: center;
}
.home-bg-1 {
    background: url(../images/MTL-home-bg-1.jpg) no-repeat;
    background-size: cover;
    height: auto;
}
.footer-bg {
    background: #d0182c;
    margin-bottom: -10px;
    border-right: 2px solid #fff;
    height: 56px;
}
.black-bg {
    background: url(../images/MTL_Mobile_bg2.jpg)no-repeat;
    background-size: 100% 460px;
    margin-bottom: 27px;
    height: 460px;
}
.red-bg-home {
    background: url(../images/MTL_Mobile_bg3.jpg)no-repeat;
    background-size: 100% 460px;
    height: 460px;
}
.nave-button {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-top: 20px;
    background: #d0182c;
    color: #fff;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: #fff;
}
.mobile-logo {
    margin-top: -80px;
    text-align: center;
    width: auto;
    margin-left: 32%;
    position: absolute;
}
.nav>li {
     width: 100%;
     padding-left: 8%;
   
     float: left;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99;
}
.text-white {
    padding-top: 18%;
    line-height: 30px;
    padding-bottom: 42px;
    font-size: 24px;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #525050!important;
    font-size: 14px;
    font-family: Myria-light;
    background: #fff!important;
}
.req-footer {
    position: absolute;
    bottom: 0;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: Myria-light;
}
.open .fa {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
body {
    padding-top: 0px;
    
}
.fill {
    width: 100%;
    height: 50%!important;
}
.carousel-caption-right {
    position: relative;
    top: 4px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 15px;
    color: #000;
    text-align: center;
    text-shadow: none;
}
.carousel-caption p {
    margin: 2px 0 14px;
    font-size: 18px;
    text-align: center;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 62px;
    margin-bottom: 0;
    padding-right: 45px;
    padding-left: 45px;
}
.carousel-caption {
    left: 0%;
}
.carousel {
    height: 88%!important;
    padding-left: 0;
    padding-right: 0;
}
}
@media (max-width: 480px) {
	body {
    padding-top: 0px;
    font-family: Myria-regular;
    background-size: contain;
    background-position: bottom;
    margin-bottom: -126px;
}

.business-header {
   height: 48vh;
    text-align: center;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: #fff; /* For browsers that do not support gradients */
     /* For Safari 5.1 to 6.0 */
     /* For Opera 11.1 to 12.0 */
     /* For Firefox 3.6 to 15 */
     /* Standard syntax */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: Myria-light;
}

.sidenav a:hover {
    color: #f1f1f1;
}
.show .fa {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99;
}
.text-white {
    padding-top: 18%;
    line-height: 30px;
    padding-bottom: 42px;
    font-size: 24px;
}
.blue-bg {
    height: auto;
    margin-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    background: transparent;
    /* background: -webkit-linear-gradient(#034276, #085ea6); */
    background: -o-linear-gradient(#034276, #085ea6);
    background: -moz-linear-gradient(#034276, #085ea6);
    /* background: linear-gradient(#034276, #085ea6); */
}
.blue-bg img {
    margin-top: 0px;
    width: 100%;
}
.btn-rg {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    font-family: Myria-regular;
    margin-top: 16px;
    padding-left: 36px!important;
    padding-right: 36px!important;
}
.boddy-image-overlay h2 {
    color: #fff;
    font-family: Myria-Bold;
    font-size: 16px;
    text-align: center;
}
.top-height {
    margin-top: 14px;
}
.images-overlay {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.68);
    text-align: right;
    padding-top: 18px;
    padding-bottom: 18px;
    left: 0;
}
.boddy-image-overlay hr {
    border-top: 1px solid #ff4600;
    width: 64%;
    margin-bottom: 8px;
    /* margin-top: 12px; */
}
.body-bg img {
    width: 100%;
    margin-bottom: auto;
}
.event-cont{
    margin-top: 30px;
    margin-bottom: 30px;
}
.body-bg h6{
	color: #1d1d1d;
	padding-top: 5px;
	font-family: Myria-Bold;
	font-size: 14px;
}
.rempve-padd{
	padding-left: 0;
    padding-right: 0;
}
.h2, h2 {
    font-size: 22px!important;
}
.navbar-brand img {
    width: 63%;
    margin-top: 0;
}
.mobile-logo{
    margin-top: -80px;
    text-align: center;
    width: auto;
    margin-left: 32%;
    position: absolute;
}
.nave-button{
	padding-bottom: 40px;
	padding-left: 30px;
	padding-top: 20px;
	background: #d0182c;
	color: #fff;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    background: #000;
    width: 100%;
    height: 100px;
    margin-top: -60px;
}
.inner-nav-logo img{
    width: 46%;
    padding-left: 20px;
    margin-left: 24%;
    margin-top: 33px;
}
.sub-menu li a{
	color:#fff;
	font-size:12px;
}
.left-menu {
	float: initial!important;
}


.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px!important;
    text-align: left;
    list-style: none;
    /* color: #fff; */
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: transparent;
    border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0)
   }
   .navbar-inverse .navbar-nav>li>a {
    color: #525050!important;
    font-size: 14px;
    font-family: Myria-light;
    background: #fff!important;
}
.open .fa{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.fa-angle-right:before {
    content: "\003e"!important;
    font-size:16px!important;
    font-weight:bolder!important;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 34px;
    clear: both;
    font-weight: bolder;
    line-height: 1.42857143;
    color: #000!important;
    white-space: nowrap;
    font-size: 14px;
}

.center-text-mob{
	text-align: center;
}
.nav>li {
     width: 100%;
     padding-left: 8%;
     float: left;
}

.business-header-inner {
    height: 164px;
}
.business-header-inner h1 {
    margin-top: 60px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
.image-cont-left {
    padding-right: 15px;
}
.image-cont-right {
    padding-left: 15px;
}
.project-img img{
	width: 98%!important;
}
.body-images img {
    margin-bottom: 0;
}
.margin-width img{
	width: 100%;
}
.no-padding{
	padding: 0;
}
.body-cont-inner hr {
    margin-bottom: 20px;
    color: #828282;
    border-top: 1px solid #bcbcbc;
}
.coating-top-content h3 {
    font-size: 26px!important;
    line-height: 29px;
}
.h4, h4 {
    font-size: 16px!important;
}
.form-check-right {
    background: #e7e4e4;
    text-align: center;
    padding-top: 20px;
    height: 420px;
}
.form-check-right label {
    bottom: -34px;
    position: absolute;
    padding-left: 22px;
}
.form-check-left label {
    bottom: -36px;
    position: absolute;
    padding-left: 12px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 32px;
}
.body-bg hr {
   
    width: 55%;
    margin-left: 21%;
}
.right-arrow {
	float: right!important;
	padding-right: 40px!important;
}
#fg-title{
	width: auto!important;
}
#flipGallery{
	width: auto!important;
	height: 3000px!important;
}
#fg-img-crop1, #fg-img-crop2, #fg-img-crop3,
#fg-img-crop4, #fg-img-crop5, #fg-img-crop6,
#fg-img-crop7, #fg-img-crop8, #fg-img-crop9{
	text-align:center!important;
	float: left!important;
    width: 100%!important;
    height: auto!important;
    overflow: hidden!important;
    margin-top: auto!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: auto!important;
    padding: 28px!important;
}


#fg-image1, #fg-image2, #fg-image3,
#fg-image4, #fg-image5, #fg-image6, 
#fg-image7, #fg-image8, #fg-image9 {
	width: 100%!important;
    margin-left: auto!important;
    height: auto!important;
    margin-top: -25px!important;
}
#fg-close{
	margin-left: 90%!important;
}
#fg-nav{
	width:95%!important;
}
#fg-back-nav{
	width:45%!important;
}
.clear-end {
    height: 0px;
    background: transparent;
    margin-top: 60px;
}
footer {
      text-align: center;
}
.home-bg-1 {
    background: url(../images/MTL_Mobile-home-bg-1.jpg) no-repeat;
    background-size: contain;
    height: 620px;
}
.white-bg-content p {
    font-size: 15px;
}
.fill {
    width: 100%;
    height: 32%!important;
   }
   .carousel-caption p {
    margin: 2px 0 10px;
    font-size: 15px;
    text-align: center;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 48px;
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-caption {
    left: 0%;
 }
 .h1, h1 {
    font-size: 30px;
}
.carousel-caption-right {
    position: relative;
    top: 4px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 15px;
    color: #000;
    text-align: center;
    text-shadow: none;
}
.carousel {
    height: 120%!important;
    padding-left: 0;
    padding-right: 0;
}   
.white-bg-content {
    padding: 20px;
    padding-top: 60px;
    padding-left: 30px;
    text-align: center;
}
.white-bg-content h2 span {
    color: #000;
    font-family: Myria-light;
    font-weight: lighter;
    font-size: 23px;
}
.mob-h2-text h2{
	font-size: 30px!important;
}
.top-mar-mob{
	top: 210px;
}
.black-bg-cont {
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: -webkit-center;
    height: 460px;
}
.black-bg-cont p {
    color: #fff;
    margin-bottom: 10px;
    margin-right: auto;
    font-size: 12px;
}
.black-bg {
    background: url(../images/MTL_Mobile_bg2.jpg)no-repeat;
    background-size: 100% 460px;
    margin-bottom: 27px;
}
.black-bg:hover {
    background: url(../images/MTL_Mobile_bg2.jpg)no-repeat;
    background-size: 100% 460px;
    margin-bottom: 27px;
}
.red-bg-home {
    background: url(../images/MTL_Mobile_bg3.jpg)no-repeat;
    background-size: 100% 460px;
}
.red-bg-home:hover {
    background: url(../images/MTL_Mobile_bg3.jpg)no-repeat;
    background-size: 100% 460px;
}
.footer-bg{
    background: #d0182c;
    margin-bottom: -10px;
    border-right: 2px solid #fff;
    height: 56px;
}
.red-bg-conten p {
    color: #fff;
    text-align: center;
    margin-top: 46px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Myria-light;
    letter-spacing: 1px;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 18px solid #fff;
    margin-left: 38%;
    margin-top: -1px;
    position: absolute;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 18px solid #fff;
    margin-left: 40%;
    margin-top: 187px;
    position: absolute;
}
.center-text{
    margin-top: 40px;
    text-align: center;
}
.red-bg {
    height: 204px;
    background: #d0182d;
}
.req-footer{
    position: absolute;
    bottom: 0;
}
.contact_form_section .col_form .colr1 {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
}
.contact_form_section .col_form .coll1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 16px;
}.trays-content p {
    font-size: 16px;
    margin-bottom: 36px;
}
.trays-content {
    padding: 40px 30px 20px;
}.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:#d0182f;
  background: -webkit-linear-gradient(left, #d0182f,#d0182f);
  background: -o-linear-gradient(right, #d0182f,#d0182f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #d0182f,#d0182f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #d0182f,#d0182f);
  overflow: hidden;
  width: 40%;
  height: 100%;
  transition: .5s ease;
  margin-left: 15px;
}
.move-right{
	background: #d0182f; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #d0182f,#d0182f)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #d0182f,#d0182f)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg,#d0182f,#d0182f)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, #d0182f,#d0182f); /* Standard syntax */
	margin-left: 58%;
}.triangle-down-left {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    margin-left: 14%;
    z-index: 99;
}.text {
    position: absolute;
    top: 18%;
    padding-right: 55%;
    text-align: center;
    width: 94%;
    z-index: 9;
}.triangle-down-right {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #fff;
    position: absolute;
    margin-left: 72%;
    z-index: 99;
}.text-aline-right {
    position: absolute;
    top: 18%;
    padding-left: 57%;
    text-align: center;
    z-index: 99;
    width: 94%;
}
.black-bg-container{
	margin-left:15px;
	margin-right:15px;
}
.black-bg-container h4{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.black-bg-container h3{
	padding-top: 0px;
	font-size: 18px;
}
.black-bg-container-2{
	margin-top: 0px;
}
.black-bg-container-2 h4{
	margin-top: 0px;
}
.padding_bottom{
	padding-bottom: 30px;
}
}