body{
	font-family: 'Heebo';
	font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #989596;
}
body h4{
    color: #000;
}
.brands-text-div, .brands-text-div:hover{
    color: #000;
}
.top-bg{
    height: 100vh;
    width: 100%;
}
.top-left-bg{
    background: url(../images/top-left-bg.jpg) no-repeat;
    background-size: cover;
    width: 70%;
    float: left;
    position: relative;
}
.top-right-bg{
    background: url(../images/top-right-bg.jpg) no-repeat;
    background-size: cover;
    width: 30%;
    float: right;
}
.top-left-bg, .top-right-bg {
    display: inline-block;
    height: 100vh;
}
.top-left-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    background: #9E9E9E;
    transition:0.8s all;
    z-index: 1;
}
.top-left-bg.animated:after{
    width:0%;
    transition:0.8s all;
}
li#showmarket:hover div#market {
    display: block !important;
}
.header{
    padding-top: 40px;
    padding-bottom: 15px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
	background:#fff;
}
.logo-div {
    width: 30%;
    float: left;
}
.logo-div img{
    width: 520px;
    display: block;
}
.login-button .div_fst{
	line-height:1;
	padding:0 8px;
	padding-right:0px;
}
.login-button .div_sec{
	padding: 5px 10px;
	
}
.serc_login{
	width: 70%;
    float: right;
    text-align: right;
}
.menu-div {
    width: 100%;
    float: left;
    text-align: left;
}
.site-menu{
	margin-top: 20px;
    margin-bottom: 0px;
	padding-left:0px;
}
.menu-div ul li {
    display: inline-block;
}
.site-menu .navdown ul li{
    text-align: left !important;
}
.menu-div ul li a {
    color: #000;
     margin: 0 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.menu-div ul li:first-child a {margin-left:0;}
.menu-div ul li:last-child a {margin-right:0;}
.menu-div .header-menu {
    display: inline-block;
}
.menu-div .login-button {
    float: right;
    display: inline-block;
    margin-top: -3px;
    margin-left: 10px;
}
.login-button{
	width: 140px;
    display: inline-block;
	float: right;
}
.search{
	display: inline-block;
	float: right;
	padding: 0 20px;
}
.search input{
	    padding: 10px;
    border: 2px solid #000;
	width: 270px;
}
::placeholder{color:#000 !important;}
.login-button a{
	border: 2px solid #000;
    padding: 5px 10px;
    color: #000;
	display:block;
	float:left;
	width:100%;
	text-align: left;
}
.bg-text-div {
    color: #fff;
	padding-top: 80px;
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
}
.bg-text-left {
    display: inline-block;
    float: left;
}
.bg-text-right {
    display: inline-block;
    float: right;
    margin-top: 90px;
}
.bg-text-left h1 {
	font-family: "Arial";
    text-transform: uppercase;
	font-weight: bold;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 31px;
}
p{
    font-size: 18px;
}
.bg-text-left h1 span{
	 line-height: 1.2;
}
.bg-text-left p {
    margin-top: 25px;
}
.site-button {
    font-size: 16px;
	color: #000;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    transition: all .2s;
}
.top-bg .site-button {
	color:#fff !Important;
}
.site-button:hover {
    background: #fff;
    color: #000 !important;
}

a:hover, a:focus {
    text-decoration: none;
}
.bg-text-right h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
.bg-text-right .site-button.border-red {
    border-color: #ba131a;
    border-right: 0;
    transition: all .2s;
    position: relative;
}
.bg-text-right .site-button.border-red:hover {
    background: #ba131a;
    color: #fff;
}
.bg-text-right .site-button.border-red:after {
    position: absolute;
    right: -10px;
    top: -2px;
    bottom: -2px;
    content: '';
    background: url(../images/after-border.png) no-repeat;
    width: 10px;
    background-size: 100% 100%;
    transition: all .2s;
    background-position: center;
}
.bg-text-right .site-button.border-red:hover:after {
    background: url(../images/after-border-hover.png) no-repeat;
    width: 10px;
    background-size: 100% 100%;
}
.home-brands {
    margin: 15px 0 40px 0;
}
.home-brands .container {
    padding: 0 2%;
}
.home-brands .main-heading {
    font-size: 50px;
}
.main-heading {
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #ba131a;
    display: inline-block;
	color:#000;
}
.home-brands h4 {
    font-size: 18px;
    color: #2f4a5d;
    font-weight: normal;
    line-height: normal;
}
.home-brands .brands-text-div {
    border-right: 2px solid #b7c7d3;
    padding: 0 20px;
    margin-top: 30px;
}
.home-brands .brands-text-div:last-child {
    border-right: 0;
}
.brands-text-div h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    height: 80px;
}
.brands-text-div p {
    font-size: 18px;
}
.brands-text-div img {
    display: block;
    width: 100%;
}
#home-thumb h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
#home-thumb div {
    font-size: 18px;
    color: #000;
}
.brand-button {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    width: 100px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .2s;
}
.brand-button:hover {
    background: #b7c7d3;
    color: #fff;
}

.home-product-bg{
	background: #dee3e5;
    color: #fff;
    padding: 50px 0 50px 0;
}
.home-product-bg p strong {
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.product-text p {
	color:#000;
}
.product-img-div img {
    display: block;
    width: 160px;
}
.product-text .site-button{
	color: #000;
    border: 2px solid #000;
}
.product-text .site-button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.product-img-div {
    margin-top: 30px;
    padding-left: 15px;
}
.product-img-div {
    padding-top: 55px;
}
.product-img-div .new-product {
    font-size: 12px;
    font-weight: 900;
    background: #ba131a;
    padding: 8px 30px 8px 8px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.product-img-div .new-product:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    bottom: -3px;
    width: 10px;
    background: #d7dfe1;
    transform: rotate(12deg);
}
.product-name {
    margin-top: 20px;
}
.product-name h5 {
    font-size: 22px;
    font-weight: 800;
    color: #2f4a5d;
    width: calc(100% - 50px);
    float: left;
    text-transform: uppercase;
}
.home-product-bg .product-full-info {
    width: 45px;
    float: left;
    font-size: 36px;
    color: #2f4a5d;
    border: 2px solid #2f4a5d;
    text-align: center;
    margin-top: 8px;
    height: 50px;
    line-height: 48px;
    transition: all .2s;
	position: relative;
    top: 75px;
}
.home-product-bg .product-full-info:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.clear {
    clear: both;
}
.product-img-div p {
    font-size: 18px;
    color: #000;
}
.coating-div {
    text-align: center;
    padding: 20px 0 40px;
    color: #fff;
}
.coating-div .container {
    padding: 0 10%;
}
.coating-div h5 {
    font-family: 'Heebo';
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.coating-div .main-heading {
    border-bottom: 3px solid #7c929a;
    color: #d8e0e7;
    margin-bottom: 30px;
}
.site-button.coloured-bg {
    background: #d8e0e7;
    color: #2f4a5d;
    border-color: #d8e0e7;
    transition: all .2s;
}
.site-button.coloured-bg:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.datasheet-div {
    text-align: center;
	background: #b7131a;
    color: #fff;
    padding: 40px 0;
}
.datasheet-div .site-button{
	color:#fff !important;
}
.datasheet-div .site-button:hover{
	color:#000 !important;
}
.datasheet-div h3 {
    font-family: 'Heebo';
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    margin-right: 30px;
}
.case-study h2, .education-work h2{    border-bottom: 3px solid #b7131a;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    clear: both;}
.site-button{cursor: pointer;}
.home-locations {
    background: url(../images/locations-bg.jpg);
    background-size: 120% 100%;
    background-position: center;
    padding: 0;
    text-align: center;
    color:#7c929a;
}
.home-locations h2 {
    border-bottom: 3px solid #b7131a;
    color: #d8e0e7;
    margin-bottom: 30px;
    font-size: 31px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
}
.home-locations img {
    display: table;
    margin: 0 auto;
}
.home-locations .div_one  {
	background: #2f4a5d;
	padding: 30px 15px 60px;
}
.home-locations .div_two  {
	background: #4d545a !important;
	padding: 30px 15px 60px;
}
.home-locations .div_three  {
	background: #353c44;
	padding: 30px 15px 60px;
}
.home-locations .site-button {
    color: #b7c7d3;
    border: 2px solid #b7c7d3;
}
.home-locations .site-button i{
	font-size: 25px;
    line-height: 0;
    vertical-align: middle;
}
.home-locations .site-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.home-locations h6 {
    font-size: 18px;
    font-weight: bold;
}
.home-locations p {
    font-size: 18px;
}
.home-locations h5 {
    font-size: 18px;
    font-weight: 800;
}
.home-blog {
    text-align: center;
    padding: 30px 0;
}
.home-blog h4 {
    font-size: 26px;
    font-weight: bold;
    color: #2f4a5d;
}
.blog-text-div {
    border-right: 2px solid #b7c7d3;
    text-align: left;
    padding-right: 4%;
    margin-top: 40px;
    padding-bottom: 10px;
}
.blog-text-div h3 {
    color: #2f4a5d;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-text-div p {
    font-size: 18px;
    height: 200px;
}
.blog-text-div:nth-child(2) {
    padding: 0 4%;
}
.blog-text-div:last-child {
    padding-right: 0;
    padding-left: 4%;
    border: 0;
}
.blog-text-div .brand-button {
    background: #7c929a;
    text-align: center;
    position: relative;
    transition: all .2s;
}
.blog-text-div .brand-button:hover {
    background: #000;
}
.case-study h1, .education-work h1 {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
	font-family: "Arial";
}
.case-study, .education-work {
    text-align: center;
    margin-top: 0px;
    padding: 30px 0 60px;
}
.case-study h4, .education-work h4{
    font-size: 26px;
    color: #d8e0e7;
    line-height: 35px;
}
.case-study h4 b, .education-work h4 b{
    text-transform: uppercase;
}
.case-study p, .education-work p {
    color: #fff;
    line-height: normal;
    margin-top: 30px;
}
.case-study .site-button {
    color: #2e4a5d;
    border-color: #b7c7d3;
	background:#b7c7d3;
    transition: all .2s;
}
.education-work .site-button {
    color: #506474;
    border-color: #d5dde4;
	background: #d5dde4 !important;
    transition: all .2s;
}
.case-study .site-button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.education-work .site-button:hover {
    background: #fff !important;
    border-color: #fff;
    color: #000;
}
.specialists-div {
    margin: 40px 0 60px;
}
.specialists-div h1 {
    font-family: 'Arial';
    font-weight: bold;
    color: #000;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: normal;
	text-transform: uppercase;
}
.specialists-div h2 span{
	border-bottom: 3px solid #b7131a;
}
.store-image {
    position: relative;
}
.store-image:after {
    content: "";
	position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    background: #9E9E9E;
	transition:0.8s all;
    z-index: 1;
}
.store-image.animated:after{
	width:0%;
	transition:0.8s all;
}
.specialists-div .site-button {
    border-color: #ba131a;
    color: #000;
    transition: all .2s;
}
.specialists-div .site-button:hover {
    background: #ba131a;
    color: #fff;
}
.specialists-div img {
    display: block;
    width: 100%;
}
footer {
    padding: 40px 0 30px;
    color: #fff;
}
footer h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
	color: #000;
}
footer h5 b {
    text-transform: uppercase;
}
footer a {
    color: #313030;
    text-decoration: none;
}
footer a:hover {
    color: #000;
    text-decoration: none;
}
.footer-text {
	margin-top: 30px;
    margin-bottom: 30px;
}
.footer-menu h5 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-menu ul {
    padding: 0;
}
.footer-menu ul li {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-button {
    text-align: center;
}
.footer-button img {
    width: 170px;
    display: inline-block;
    margin-top: 25px;
}
.footer-menu .site-button {
    width: 195px;
    text-align: center;
}
.copyright {
    font-size: 14px;
    font-weight: 500;
    padding-top: 30px;
    border-top: 3px solid #7c929a;
    color: #7c929a;
}
.copyright a{color: #7c929a;}

footer .site-button.red-border {
    border-color: #ba131a;
    cursor: pointer;
}
.footer-menu .navdown {
    top: auto;
    bottom: 50px;
}
.navdown ul {
    background: #fff;
}
footer #showhomemarket:hover #homemarket, #banner-dropdown-99  #showhomemarket:hover #homemarket{
    display: block !important;
}
footer .site-button.red-border:hover {
    background: #ba131a;
    color: #ffff;
}
footer .site-button.coloured-bg {
    background: #2f4a5d;
    border-color: #2f4a5d;
    color: #fff;
}
footer .site-button.coloured-bg:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.chat-box {
    position: fixed;
    bottom: 0;
    width: 350px;
    right: 0;
    background: #d8e0e7;
    display: none;
}
.chat-box .top-div {
    background: #2f4a5d;
    color: #fff;
    padding: 20px 30px 15px;
}
.chat-box .message-close {
    position: absolute;
    top: 11px;
    right: 20px;
}
.chat-box h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.chat-box p {
    font-size: 14px;
    color: #7c929a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.chat-box .message-div {
    padding: 40px 30px 20px ;
}
.chat-box .message-div  input, .chat-box .message-div textarea{
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    color: #7c929a;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.chat-box .message-div .submit-button {
    font-size: 16px;
    text-transform: uppercase;
    color: #d8e0e7;
    font-weight: 800;
    background: #2f4a5d;
}
.datasheet-div .site-button {
    margin-top: 0;
}
.header-menu .menu-open {
    display: none;
}
.about-page-bg {
    max-height: 300px;
    overflow: hidden;
}
.about-page-bg img {
    width: 100%;
}
.about-sec-bg .main-heading {
    margin-top: 0;
}
.about-sec-bg{
    text-align: center;
    padding: 90px 0;
}
.about-custom-text  p strong {
    color: #2f4a5d;
    margin: 25px 0;
}
.about-custom-text p {
    color: #000;
}
.about-sec-bg p{
    max-width: 885px;
    margin: 30px 0;
    text-align: left;
}
.about-custom-text h2 {
    font-family: 'Arial';
    font-size: 31px;
    margin: 5px 0;
}
.about-custom-text .product-text {
    padding-right: 100px;
}
.about-custom-text .store-img {
    margin-top: 130px;
}
.about-custom-text .store-image img {
    width: 100%;
}
.main.about.about-custom-text {
    margin-top: 40px;
}
.last-about-div p {
    margin: 40px auto 20px;
    max-width: 1050px;
}
.about-last-about-div p {
    margin: 10px auto 0;
}
.about-page-div p {
    margin: 30px auto;
    text-align: center;
}
.last-about-div {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}
.last-about-div h5 {
    margin: 20px auto;
    max-width: 950px;
}
.home-product-bg ul li {
    color: #000;
}
.about-custom-text ul {
    padding: 0;
}
.about-custom-text ul li {
    list-style:none;
    font-size: 20px;
    line-height: 28px;
}
.about-custom-text iframe {
    width: 100%;
}
@media (max-width: 1199px){
.logo-div {
    width: 26%;
}
.menu-div ul li a {
    font-size: 12px;
}
.menu-div .login-button {
    margin-top: -1px;
}
.bg-text-left h1 {
    font-size: 55px;
}
.bg-text-left p {
    font-size: 25px;
}
.main-heading {
    font-size: 45px;
}
.home-brands h4 {
    font-size: 24px;
}

.brands-text-div h3 {
    font-size: 19px;
    height: 65px;
}
.brands-text-div p {
    font-size: 16px;
}
.home-brands .container {
    padding: 0 15px;
}
.home-product-bg h4 {
    font-size: 22px;
}
.product-text p {
    font-size: 20px;
}
.product-name h5 {
    font-size: 20px;
}
.product-name .product-full-info {
    width: 45px;
    font-size: 30px;
    height: 45px;
    line-height: 42px;
}
.coating-div h5 {
    font-size: 22px;
}
.datasheet-div h3 {
    font-size: 34px;
}
.home-locations h2, .case-study h2, .education-work h2 {
    font-size: 33px;
}
.home-blog h4 {
    font-size: 24px;
}
.blog-text-div h3 {
    font-size: 19px;
}
.blog-text-div p {
    font-size: 17px;
    height: 170px;
}
.case-study h4, .education-work h4, .protect li {
    font-size: 24px;
    line-height: 30px;
}
.case-study p, .education-work p {
    font-size: 23px;
}
.specialists-div h2 {
    font-size: 43px;
}
.specialists-div p {
    font-size: 22px;
}
}


@media (max-width: 991px){
.about-custom-text .store-img {
    margin-top: 80px;
}
.about-custom-text .product-text {
    padding-right: 15px;
}
.bg-text-left h1 {
    font-size: 44px;
}
.bg-text-left p {
    font-size: 21px;
}
.site-button {
    font-size: 14px;
}
.bg-text-right {
    margin-top: 60px;
}
.bg-text-right h3 {
    font-size: 30px;
}
.main-heading {
    font-size: 40px;
}
.home-brands h4 {
    font-size: 21px;
}
.brands-text-div img {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.brands-text-div h3 {
    font-size: 18px;
    height: 45px;
}
.home-brands .brands-text-div {
    margin: 30px 0;
}
.home-brands .brands-text-div:nth-child(2) {
    border: 0;
}
.home-product-bg {  
    background-color: #d7dfe1;
    background-image: none;
    color: #000;
}
.home-product-bg h4 {
    color: #000;
}
.product-text .site-button {
    color: #000;
    border: 2px solid #000;
}
.product-img-div {
    padding-left: 15px;
}
.coating-div .container {
    padding: 0 15px;
}
.brand-button {
    font-size: 14px;
}
.coating-div h5 {
    font-size: 20px;
}
.datasheet-div h3 {
    font-size: 31px;
    margin-bottom: 3px;
}
.home-locations h2, .case-study h2, .education-work h2 {
    font-size: 28px;
}
.home-locations h6 {
    font-size: 18px;
    font-weight: bold;
}
.home-locations h5 {
    font-size: 18px;
}
.home-blog h4 {
    font-size: 22px;
}
.blog-text-div:nth-child(2) {
    border: 0;
}
.blog-text-div:last-child {
    clear: both;
    padding-left: 15px;
    border-right: 2px solid #b7c7d3;
    padding-right: 4%;
}
.blog-text-div h3 {
    font-size: 18px;
}
.blog-text-div p {
    font-size: 17px;
    height: 150px;
}
.case-study h4, .education-work h4, .protect li {
    font-size: 20px;
    line-height: 23px;
}
.case-study p, .education-work p {
    font-size: 18px;
    line-height: 23px;
}
.specialists-div h2 {
    font-size: 35px;
    margin-top: 0;
}
.specialists-div p {
    font-size: 18px;
}
footer h5 {
    font-size: 14px;
}
.footer-menu:nth-child(3) {
    clear: both;
}
.footer-menu:nth-child(3) h5 {
    opacity: 1 !important;
}
.footer-button {
    clear: both;
    text-align: left;
    margin-bottom: 35px;
}
.menu-div .header-menu {
    display: inline-block;
    position: relative;
}
.header-menu .menu-open {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 21px;
    background: url(../images/menu-open.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 15px;
}
.menu-div ul li {
    display: block;
    margin: 5px 0;
}
.menu-div ul li a {
    font-size: 15px;
    color: #2f4a5d;
}
.header-menu .site-menu {
    position: absolute;
    padding: 10px;
    width: 200px;
    text-align: left;
    right: 0;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(47, 74, 93, 0.37);
    transform: translateY(50px);
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.header-menu .site-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s ease-in-out;
}
.logo-div {
    width: 160px;
    padding-top: 7px;
}
.menu-div {
    width: auto;
}
.header {
    padding-top: 25px;
    padding-bottom: 20px;
}
}
@media (max-width: 767px){
.bg-text-div {
    width: 100%;
}
.about-page-bg img {
    height: 300px;
    object-fit: cover;
}
.bg-text-left h1 {
    font-size: 36px;
}
.bg-text-left p {
    font-size: 16px;
}
.site-button {
    font-size: 12px;
    padding: 10px 20px;
}
.bg-text-right h3 {
    font-size: 25px;
}
.bg-text-right {
    margin-top: 20px;
}    
.bg-text-div {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 70px;
}
.main-heading, .home-brands .main-heading {
    font-size: 32px;
}
.home-brands h4 {
    font-size: 18px;
}
.brands-text-div img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.brand-button {
    font-size: 14px;
    position: relative;
}
.brands-text-div p br {
    display: none;
}
.brands-text-div h3 {
    font-size: 18px;
    height: auto;
}
.brands-text-div {
    border-right: 0 !important;
    border-bottom: 2px solid #b7c7d3;
    padding-bottom: 30px !important;
    height: auto !important;
    display: block;
    margin: 30px 15px !important;
}
.home-brands .brands-text-div:nth-child(2) {
    border: 0;
    border-bottom: 2px solid #b7c7d3;
}
.coating-div .coating-text-div {
    width: 50% !important;
    float: left;
}
.datasheet-div h3 {
    font-size: 26px;
    margin-bottom: 3px;
}
.home-product-bg {
    text-align: center;
}
.product-img-div img {
    margin: 0 auto;
}
.home-locations .locations, .home-locations .tradeshows {
    width: 50%;
    float: left;
}
.home-locations .tradeshows{
    float: right;
}
.home-locations h2, .case-study h2, .education-work h2 {
    font-size: 24px;
}
.home-locations h6 {
    font-size: 16px;
}
.home-locations p {
    font-size: 16px;
}
.home-locations h5 {
    font-size: 16px;
}
.home-blog h4 {
    font-size: 18px;
}
.blog-text-div {
    width: 50%;
    float: left;
}
.blog-text-div p {
    font-size: 16px;
    height: auto;
}
.case-study h4, .education-work h4, .protect li {
    font-size: 18px;
    line-height: 23px;
}
.home-locations p br {
    display: none;
}
.case-study p, .education-work p {
    font-size: 16px;
    line-height: 23px;
}
.specialists-div .specialists-text {
    margin-bottom: 30px;
    text-align: center;
}
.specialists-div .store-img {
    padding: 0;
}
.specialists-div h2 {
    font-size: 30px;
}
.specialists-div p {
    font-size: 16px;
}
.footer-text > div {
    width: 50%;
    float: left;
}
.footer-menu ul li, footer h5 {
    margin-bottom: 10px;
}
.bg-text-right .site-button.border-red:after {
    right: -9px;
}
.specialists-div {
    margin: 40px 0 0;
}
.product-name .product-full-info {
    width: 35px;
    font-size: 30px;
    height: 35px;
    line-height: 33px;
    margin: 0;
}
}
.navdown li a:hover {
    color: #4d545a !important;
}
@media (max-width: 580px){

footer {
    text-align: center;
}
.bg-text-div {
    padding-top: 40px;
    text-align: center;
    height: auto;
    top: 0;
    background: url(../images/top-mobile-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    align-items: center;
}
.bg-text-div.animated:after{
    width:0%;
    transition:0.8s all;
}
.bg-text-left, .bg-text-right {
    width: 100%;
    padding-top: 30px;
}
.footer-logo img {
    display: inline-block;
    width: 220px;
}
.bg-text-left br, .bg-text-right br {
    display: none;
}
.coating-div .coating-text-div {
    width: 100% !important;
    float: left;
}
.main-heading, .about-custom-text h2 {
    font-size: 24px;
}
.home-locations .locations, .home-locations .tradeshows {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.home-locations .locations {
    background: #2f4a5d;
}
.home-locations .tradeshows {
    background: #353c44;
}
.home-locations{
    padding: 0;
    background: none;
}
.home-blog {
    padding:  0;
}
.home-blog h4 {
    font-size: 16px;
}
.home-blog h4 br{
    display: none;
}
.blog-text-div {
    width: 100%;
    float: left;
    border-bottom: 2px solid #b7c7d3;
    padding-bottom: 30px;
    border-right: 0;
    padding-right: 15px;
    text-align: center;
}
.blog-text-div:nth-child(2) {
    border: 0;
    border-bottom: 2px solid #b7c7d3;
    padding-bottom: 30px !important;
    padding: 0 15px;
}
.blog-text-div:last-child {
    clear: both;
    padding-bottom: 30px;
    border-right: 0;
    padding-right: 15px;
}
.specialists-div h2 {
    font-size: 26px;
}   
.footer-text > div {
    width: 100%;
}
.footer-button {
    text-align: center;
}
.footer-button .site-button {
    display: table;
    margin: auto;
    margin-top: 20px;
}
.datasheet-div h3 {
    font-size: 26px;
    margin-bottom: 16px;
    display: block;
    margin-right: 0;
}
.coating-div h5 {
    margin-bottom: 10px;
}
}


@media (max-width: 380px){
.bg-text-left, .bg-text-right {
    padding-right: 0px;
}
.copyright {
    font-size: 12px;
}
}
@media only screen and (max-width: 580px) and (min-height: 590px){
.top-bg {
    height: 100vh;
}
}
@media only screen and (min-width: 992px) and (min-height: 600px){
.bg-text-div {
    top: 20vh;
}
}
@media only screen and (min-width: 992px) and (min-height: 800px){
.bg-text-div {
    top: 25vh;
}
}
@media only screen and (min-width: 992px) and (min-height: 1200px){
.bg-text-div {
    top: 34vh;
}
}

@media only screen and (min-width: 992px) and (min-width: 1700px){
.top-left-bg {
    width: 63%;
}
.top-right-bg {
    width: 37%;
}
}
@media only screen and (max-width: 580px) and (min-height: 600px){
.bg-text-div {
    height: 100vh;
}
}
@media (min-width: 992px){
.home-brands .row{display: table;}
.home-brands .brands-text-div {
    width: 20% !important;
        display: table-cell;
    vertical-align: middle;
    float: none;
}
.b-img{    height: 186px;
    vertical-align: middle;
    display: table-cell;}
}
@media (min-width: 992px) and (max-width: 1199px){
.logo-div img {
    width: 375px !important;
	height: 52px;
}
.menu-div ul li a{
	margin: 0 30px !important;
}
.menu-div ul li:first-child a {
    margin-left: 0 !important;
}
.menu-div ul li:last-child a {
    margin-right: 0 !important;
}
.product-img-div p {
    font-size: 16px;
}
.div_one p{height: 145px;}
}
@media (max-width: 991px){
	.logo-div img {
    width: 265px !important;
	}
	.serc_login{display:none;}
	.menu-div {
   width: 70%;
    float: right;
    text-align: right;
}
.menu-div ul li a{
	margin:0;
	line-height:2;
}
.log_btn{ padding: 0px 30px;display:inline-block !important;}
.log_btn img{vertical-align: unset !important;}
.serch_btn{background: transparent !important;border: 0 !important;display:inline-block !important;}
.serch_btn i{font-size: 25px !important;}
.mobile_search{
    width: 100%; 
	float: left;
	margin-top: 15px;
}
.mobile_search input{
	width: 100%;
    border: 2px solid #000;
    padding: 5px;
}
.disblock{display:block !important;}
.home-product-bg .product-full-info{
	top: -40px;
    left: 180px;
	    height: 43px;
    line-height: 35px;
}
.footer-menu:nth-child(3) {
     margin-bottom: 35px;
}
}
@media (min-width: 767px) and (max-width: 991px){
	.div_one, .div_two, .div_three{width:33.333% !important;}
	.div_one p{height:150px;}
}
@media (max-width: 767px){
	.div_one, .div_two, .div_three{width:100% !important;}
	.home-product-bg .product-full-info {
    float: none;
    display: block;
    width: 45px;
    top: 0;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}
.product-img-div {
    padding-top: 0px;
}
 br {
        display: none;
    }
	footer br{display:block;}
	h5{width:100% !important;}
}

.about .home-product-bg{
    background: none !important;
}

@media (max-width:564px){
	.menu-div {
    width: 60% !important;
}
.logo-div {
    width: 40%;
}
.logo-div img {
    width: 100% !important;
	height: 20px;
}
}
.log_btn, .serch_btn{display:none;}
.mobile_search{display:none;}
.history-heading {
    margin-bottom: 30px;
}







.logo-div img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 8px 0 0 0;
}

.serc_login {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
}

.custom_link {
    order: 1;
}

@media (max-width: 564px) {

.logo-div {
    width: 100%;
}

.login-button {
    display: none;
}

.search {
    display: none;
}


.header-menu {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    padding-top: 20px;
}

.menu-div {
    width: 100% !important;
}


.serc_login {
    width: 100%;
    justify-content: center;
}


}




.login-button {
margin-left: auto;
}
