



.rm-padding,
body {
	padding: 0
}

.general_row .row_title,
.sub_title {
	font-weight: 600
}

.address_block,
.h_block,
body {
	max-width: 100%;
	
}

.address_block .cnt,
.address_block .icon,
.h_block .cnt,
.h_block .icon,
.h_block .icon i,
a.social-icon {
	vertical-align: middle
}

body {
	margin: 0 auto;
	font-family: Lato, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #565656;	
	-webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.rmr-padding {
	padding-right: 0
}

.rml-padding {
	padding-left: 0
}

.relative {
	position: relative
}

.gray_rowBG {
	background: #f5f5f5
}

.mobile_banner {
	display: none!important
}

@font-face {
	font-family: FuturaRegular;
	src: url(../fonts/FuturaRegular.eot);
	src: url(../fonts/FuturaRegular.eot) format('embedded-opentype'), url(../fonts/FuturaRegular.woff2) format('woff2'), url(../fonts/FuturaRegular.woff) format('woff'), url(../fonts/FuturaRegular.ttf) format('truetype'), url(../fonts/FuturaRegular.svg#FuturaRegular) format('svg')
}

.general_row .row_title {
	display: inline-block;
	position: relative;
	font-size: 3.5rem;
	color: #263b8a;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0 0 20px;
	margin: 0 0 35px;
	font-family: Kanit, sans-serif
}

.general_row .row_title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	border-radius: 5px;
	background: #02b8cd
}

.sub_title {
	position: relative;
	font-size: 2rem;
	color: #02b8cd;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 0 0 30px;
	margin: 0
}

.BGrow_gray {
	background: #f9f9f9
}

.BGrow_green {
	background: #2bb9ad
}

.BGrow_yellow {
	background: #ffca69
}

.BGrow_blue {
	background: #5177c8
}

.BGrow_red {
	background: #ff5981
}

.BGrow_blue .row_title,
.BGrow_green .row_title {
	color: #fff
}

.BGrow_blue .row_title::before,
.BGrow_green .row_title::before,
.productcnt_row .row_title::before {
	background: #ffca69
}

.gen_ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.gen_ul li {
	padding-left: 20px;
	margin: 10px 0;
	position: relative
}

.gen_ul li p {
	font-size: 15px
}

.gen_ul li:last-child {
	margin-bottom: 0
}

.gen_ul li::before {
	content: '\f101';
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 1.5rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	color: #ffa622
}

.navbar-inverse {
	background-color: #263b8a;
	border-color: transparent;
	position: relative;
	left: 0;
	right: 0;
	border-radius: 0;
	margin: 0
}

.navbar-nav {
	float: none;
	margin-top: 0
}

.navbar-brand {
	height: auto;
	padding: 5px 15px
}

.nav>li {
	width: 16%
}

.header_row,
.navbar-inverse .navbar-nav>li>a::after {
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

.navbar-inverse .navbar-nav>li>a {
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	border-left: 1px solid rgba(255, 255, 255, .1);
	position: relative;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px
}

.logo_txt,
.product_block h2 {
	font-family: Kanit, sans-serif;
	text-transform: uppercase
}

.navbar-inverse .navbar-nav>li>a::after {
	background: right top none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	background-size: 400%;
	height: 2px;
	position: absolute;
	content: '.';
	clear: both;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	transition: background 2s ease
}

.navbar-inverse .navbar-nav>li>a:hover::after {
	background-position: left top
}

.navbar-inverse .navbar-nav>li:first-child>a {
	border-left: none
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #02b8cd;
	background-color: transparent
}

.fixed-header {
	position: fixed;
	z-index: 9999;
	top: 0;
	transition: .7s ease-in-out;
	-webkit-transition: .7s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fixed-header .navbar-nav>li>.dropdown-menu {
	background-color: rgba(0, 0, 0, .8)!important;
	transition: .7s ease-in-out;
	-webkit-transition: .7s ease-in-out
}

.header_row {
	min-height: 50px;
	position: absolute;
	z-index: 99;
	margin: 0;
	padding: 10px 0
}

.logo_txt {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .025em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #02b8cd
}

.logo_txt span {
	display: block;
	color: #263b8a
}

.h_block {
	display: block;
	overflow: hidden;
	margin: 10px 0;
	padding: 0
}

.h_block_left {
	display: table-cell;
	padding-right: 10px
}

.h_block .icon {
	display: inline-block;
	line-height: 1;
	width: 2.54em;
	height: 2.54em;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50%;
	background: #fff
}

.h_block .icon i {
	line-height: 2.5em;
	display: block;
	margin: -1px 0 0;
	text-align: center;
	color: #02b8cd
}

.h_block .cnt {
	display: table-cell;
	line-height: 17px;
	width: auto;
	overflow: hidden;
	text-align: left
}

.h_block .cnt p {
	font-size: 14px;
	text-transform: uppercase;
	color: #263b8a;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.icon--scroll-info {
	display: block;
	position: absolute;
	width: 22px;
	height: 40px;
	left: 50%;
	bottom: 5%;
	margin-left: -9px;
	border: 2px solid #263b8a;
	border-radius: 25px;
	z-index: 99
}

.general_row,
.product_block {
	display: block;
	margin: 0;
	overflow: hidden
}

.icon--scroll-info::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 6px;
	top: 5px;
	border-radius: 4px;
	background-color: #02b8cd;
	animation: fadeInDown 2s infinite;
	-webkit-animation: fadeInDown 2s infinite
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(18px)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(0)
	}
	100% {
		opacity: 1;
		transform: translateY(18px)
	}
}

.general_row {
	 padding: 100px 0;
	position: relative;
	width: 100%;
	/*padding: 205px 0;*/
	  
}
.gencontent_padding
{
    padding:205px 0;
}
.about_content p {
	color: #fff
}

.sub_txt {
	font-size: 20px;
	font-weight: 500;
	color: #1e1e1e!important;
	font-style: italic
}

.product_block {
	padding: 20px;
	background: #263b8a;
	min-height: 385px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none!important
}

.box-purple a,
.copyright p a,
.gen_btn {
	text-decoration: none
}

.product_block .icon {
	display: inline-block;
	margin: 20px 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #02b8cd;
	position: relative;
	border: 2px solid transparent;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out
}

.product_block .icon img {
	position: absolute;
	right: -10px;
	bottom: -10px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.footer_form h2,
.footer_row {
	display: block;
	position: relative
}

.product_block h2 {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.product_block a,
.product_block p {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	color: rgba(255, 255, 255, .8);
	border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.copyright p,
.footerlogo_txt,
.gen_btn {
	font-family: Kanit, sans-serif
}

.product_block a:last-child,
.product_block p:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.product_block a:hover,
.product_block:hover p {
	color: #fff
}

.footer_form .form-group .form-control,
.footer_form h2 {
	color: #263b8a;
	font-family: Kanit, sans-serif
}

.product_block:hover .icon {
	background: 0 0;
	border-color: #02b8cd;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out
}

.product_block:hover .icon img {
	bottom: 5px;
	right: 2px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.product_block:hover h2 {
	letter-spacing: 3px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.footer_row {
	width: 100%;
	margin: 0;
	padding: 80px 0;
	background: #263b8a
}

.footer_form {
	    padding: 0px 0px 31px;
	
	    margin-top:0%;
	background-color: #fff;
	overflow: hidden
}

.footer_form h2 {
	font-size: 34px;
	word-wrap: break-word;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px
}

.footerlogo_txt,
.gen_btn,
a.social-icon {
	display: inline-block
}

.form-group {
	margin-bottom: 20px
}

.footer_form .form-group .form-control {
	border: 0;
	box-shadow: none;
	background: #f5f5f5;
	border-radius: 0;
	height: 40px;
	font-weight: 500;
	letter-spacing: .4px;
	font-size: 12px
}

.gen_btn {
	padding: 10px 20px;
	background: #02b8cd;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border: none;
	text-transform: uppercase;
	border-radius: 30px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.copyright p,
.copyright p a {
	color: rgba(255, 255, 255, .35)
}

.gen_btn:hover {
	background: #263b8a;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.copyright p {
	margin: 30px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px
}

.copyright p a:hover {
	color: #fff
}

a.social-icon {
	height: 36px;
	width: 36px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	padding: 7px 10px 9px 9px;
	margin-right: 5px;
	border: 2px solid #fff
}

a.social-icon:hover {
	color: #263b8a
}

.footerlogo_txt {
	font-size: 30px;
	line-height: 1;
	
	letter-spacing: .025em;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 0;
	color: #02b8cd
}

.disclaimer_txt h4,
.prod_detail th {
	letter-spacing: 1px;
	text-transform: uppercase
}

.mp_block h2,
.mp_block span,
.periodic_table td,
.trouble_detail tr td {
	font-family: 'Roboto Condensed', sans-serif
}

.footerlogo_txt span {
	display: block;
	color: #fff
}

.address_block {
	display: block;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0
}

.address_block .icon {
	display: inline-block;
	line-height: 1;
	width: 2.54em;
	height: 2.54em;
	border: 2px solid #fff;
	border-radius: 50%
}

.address_block .icon i {
	line-height: 2.5em;
	display: block;
	margin: -1px 0 0;
	text-align: center;
	vertical-align: middle;
	color: #263b8a
}

.address_block .cnt {
	display: table-cell;
	line-height: 17px;
	width: auto;
	overflow: hidden;
	text-align: left
}

.address_block .cnt p {
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 200;
	margin: 0;
	text-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.disclaimer_txt {
	display: block;
	overflow: hidden;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px dashed rgba(255, 255, 255, .2)
}

.disclaimer_txt h4 {
	display: block;
	font-size: 12px;
	color: #ffca69;
	margin: 0 0 10px
}

.disclaimer_txt p {
	font-size: 12px;
	color: rgba(255, 255, 255, .35);
	text-align: justify
}

.cd-top,
.prod_detail th,
.prod_detail tr td,
.prod_detail tr td:first-child,
.trouble_detail tr td {
	text-align: center
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 5%;
	right: 3%;
	overflow: hidden;
	background: 0 0;
	visibility: hidden;
	opacity: 0;
	line-height: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
	padding: 8px 5px;
	border: 2px solid #dadada;
	border-radius: 50%
}

.cd-top i {
	font-size: 20px;
	color: #02b8cd
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top:hover {
	background: #263b8a;
	border-color: #02b8cd;
	transition: all ease-in-out .7s;
	-webkit-transition: all ease-in-out .7s
}

.cd-top:hover i {
	color: #fff
}

.general_banner_row {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden
}

.productcnt_row {
	padding-bottom: 200px
}

.prod_detail {
	display: table;
	overflow: hidden;
	width: 100%
}

.prod_detail tr {
	background: #fff
}

.prod_detail tr:nth-child(2n+1) {
	background: #F9F9F9
}

.prod_detail th {
	padding: 7px;
	background: #263b8a;
	color: #fff;
	font-weight: 600;
	font-size: 14px
}

.prod_detail tr td {
	padding: 7px 15px;
	border: 1px solid #efefef;
	font-size: 14px;
	border-collapse: collapse
}

.trouble_detail tr td:first-child {
	text-align: left;
	color: #1e1e1e;
	text-transform: uppercase
}

.trouble_detail th {
	padding: 10px 7px
}

.BGcolor1 {
	background: #f41f52
}

.BGcolor2 {
	background: #22bf7d
}

.BGcolor3 {
	background: #ffa622
}

.BGcolor1 .icon {
	background: #ff5981
}

.BGcolor2 .icon {
	background: #4ae0a1
}

.BGcolor3 .icon {
	background: #ffca69
}

.BGcolor1:hover .icon {
	border-color: #ff5981
}

.BGcolor2:hover .icon {
	border-color: #4ae0a1
}

.BGcolor3:hover .icon {
	border-color: #ffca69
}

.periodic_table {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 825px
}

.periodic_table td {
	width: 48px;
	/* height: 60px;
	font-size: 14px; */
	
    font-size: 13px;
	text-align: center;
	border: 1px solid #f9f9f9;
	    height: 45px;
}

.large {
	font-size: 18px;
	color: rgba(255, 255, 255, 1)
}

.box-gray {
	color: rgba(255, 255, 255, .6);
	background-color: #23b0de
}

.box-purple {
	color: #fff!important;
	background-color: #ffca69
}

.box-purple a {
	display: block;
	color: #fff!important
}

.box-purple:hover,
.box-purple:hover a {
	background-color: #f41f52
}

.box-purple .large {
	color: #23b0de
}

.box-purple:hover a .large {
	color: #fff
}

.modal-dialog {
	margin: 200px auto
}

.modal-body {
	position: relative;
	padding: 25px 15px;
	overflow: hidden
}

.mp_block {
	display: inline-block;
	width: 100px;
	height: 110px;
	background: #263b8a;
	text-align: center;
	position: relative;
	padding: 30px
}

.mp_block h2 {
	display: inline-block;
	line-height: 1.5;
	color: #ffca69;
	font-size: 30px;
	margin: 0
}

.mp_block span {
	position: absolute;
	color: #fff;
	line-height: 1
}

.mp_block .top {
	top: 8px;
	left: 8px
}

.mp_block .bottom {
	bottom: 8px;
	right: 8px
}

.modal-body .block_desc {
	display: inline-block;
	width: 450px;
	padding: 0 20px;
	overflow: hidden;
	vertical-align: top
}

.modal-body .block_desc h2 {
	display: block;
	margin: 0 0 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-family: Kanit, sans-serif;
	color: #263b8a;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc
}

.modal-body .block_desc ul {
	display: block;
	padding: 0 15px;
	margin: 0
}

.modal-body .block_desc ul li {
	font-size: 14px;
	margin-bottom: 5px
}

.close {
	z-index: 11;
	font-size: 22px;
	position: absolute;
	right: 10px;
	top: 8px
}

.pt_desc {
	display: block;
	font-size: 14px;
	position: relative;
	padding-left: 30px;
	line-height: 1.2
}

.pt_desc span {
	/* height: 30px;
	width: 25px;
	background: #ffca69;
	font-size: 14PX;
	color: #23b0de;
	display: inline-block;
	position: absolute;
	text-align: center;
	line-height: 2;
	left: 0; */
	height: 23px;
    width: 23px;
    background: #ffca69;
    font-size: 14PX;
    color: #23b0de;
    display: inline-block;
    position: absolute;
    line-height: 2;
        left: 162px;
    top: -3px;
}

.requirefieldLbl {
	padding: 2px 10px;
	position: absolute;
	bottom: 0;
	left: 15px;
	color: #fff!important;
	display: block;
	z-index: 100;
	background-color: red;
	border-radius: 3px;
	font-size: 1.1rem;
	letter-spacing: 0;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .2);
	animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	-webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	-moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
	transform-origin: left top
}

@keyframes shoReq {
	from {
		transform: scale(0) rotate(-45deg);
		opacity: 0
	}
	to {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}

@-moz-keyframes shoReq {
	from {
		transform: scale(0) rotate(-45deg);
		opacity: 0
	}
	to {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes shoReq {
	from {
		transform: scale(0) rotate(-45deg);
		opacity: 0
	}
	to {
		transform: scale(1) rotate(0);
		opacity: 1
	}
}

.requirefieldLbl::after {
	position: absolute;
	content: '';
	top: -6px;
	left: 5px;
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid red;
	z-index: 95
}

.stabi_table tr td:last-child {
	text-align: left
}

.about_content {
	text-align: justify;
}
.Quality_Policy_middal
{
            padding-top: 25%;
    padding-bottom: 25%;
}
.Quality_Policy_middal .row_title
{
        color: #fff;
}
.Quality_Policy_middal .row_title::before {
    background: #ffca69;
}
.search_by_metal
{
    padding-top: 100px;
}
.productpagepadding{
    padding: 60px 0 !important;
}
