@font-face {
	font-family: 'Proxima Nova Rg';
	src:url('../fonts/ProximaNova-Reg.ttf');
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src:url('../fonts/ProximaNova-Bold.ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'Proxima Nova Lt';
	src:url('../fonts/ProximaNova-Light.ttf');
}




/* Global 
====================================================================== */
body {
	margin: 0;
	font-family: "Proxima Nova Rg", "Lucida Grande", sans-serif !important;
	font-size: 15px !important;
	line-height: 25px;
	color: #111111;
	background-color: #f9f9f9 !important;
}


/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-moz-selection {
	background: #333;
	color: #fff;
}
::selection {
	background: #333;
	color: #fff;
}

a{
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.right-caret {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #353535;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 7px;
	margin-right: 7px;
}
.bottom-caret {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #000000;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 7px;
	margin-right: 7px;
}

.delay1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; 
}

.no-left-right-margin{
	margin-left: 0;
	margin-right: 0;
}
.no-left-right-padding{
	padding-left: 0;
	padding-right: 0;
}
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.dib{
	display: inline-block;
}
.pink, .pink:hover {
	color: #336f4b;
}
.blue {
	color: #111111;
}
.gray, .gray:hover {
	color: #111111;
}
.tawk-button{
	background-color: #336f4b;
}

/* home */
/*.our-products-box{
	background-image: url('../images/leaf-banner.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size:contain;
}
.our-products-box{
	background-image: url('../images/leaf-big-banner.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
}*/
/*.top-section .navbar-default{
	background-image: url('../images/leaf-green.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size:contain;
}*/
.intro-box{
	background-image: url('../images/leaf-banner2.png');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom;
}
.top-section .navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}
.top-section .navbar-brand {
	padding: 0 15px 0 15px;
	height: inherit;
}
.top-section .navbar > .container-fluid{
	align-items: flex-start;
}
.top-section .navbar-default .nav {
	margin-top: 12px;
}
.navbar-default .navbar-nav>li {
	height: 47px;
}
.navbar-default .navbar-nav>li>a {
	padding: 15px 10px;
	text-align: center;
	font-size:13px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #000000;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a span {
	display: block;
	margin-bottom: -8px;
}
.navbar-default .navbar-nav>li>a span .bi-asterisk {
	display: none;
}
.navbar-default .navbar-nav>li>a span .bottom-caret {
	border-bottom: 7px solid transparent;
	margin-right: 0;
}
.navbar-default .navbar-nav>li.active>a span .bottom-caret, .navbar-default .navbar-nav>li:hover>a span .bottom-caret {
	border-bottom: 7px solid #000000;
}
.justify-content-end .dropdown-menu {
	right: auto;
	left: 0;
	padding: 0;
	min-width: 200px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu>li>a {
	padding: 10px 15px;
	border-bottom: 1px solid #f1f1f1;
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.navbar-default .navbar-nav>li>a{
	color: #777777;
}
.nav>li {
    position: relative;
    display: flex;
    float: left;
}
.dropdown .dropdown-toggle::after{
	display: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.banner img {
	overflow: hidden;
}
h1.title {
	font-size: 42px;
	line-height: 35px;
	letter-spacing: -3px;
}
.right-title {
	margin-right: 60px;
}
.affilated-block {
	padding-top: 75px;
}
.company-background{
	position: relative;
}
.company-background .block-1 {
	padding-top: 45px;
}
.company-background .block-2 {
	padding: 0;
}
.company-background .block-2 img {
	margin-top: -38px;
}
.left-caret {
	position: absolute;
	top: 100px;
	right: 0;
}
.left-caret2 {
	position: absolute;
	top: -340px;
	right: 0;
}
.r-d-block {
	background: url('../images/r-d-img.jpg') top center no-repeat;
	background-size: cover;
	padding-top: 45px;
}
.r-d-block .description {
	background: rgba(255, 255, 255, 0.8);
	padding: 45px 45px 15px 45px;
	border: 1px solid #fafafa;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -1px
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: justify;
}
.text-justify{
	text-align: justify;
}
.heading02{
	font-size: 42px;
    line-height: 35px;
    letter-spacing: -3px;
}
footer {
	padding-top: 15px;
	font-size: 13px;
	color: inherit;
	background: #ffffff;
	border-top: 2px solid #f1f1f1;
	margin-top: 15px;
}
footer p {
	margin-bottom: 5px;
}
footer p a, footer p a:hover {
	color: #353535;
}
footer .block-1 ul {
	margin-bottom: 10px;
}
footer .block-1 ul li {
	vertical-align: text-top;
	margin-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
footer .block-1 ul li a {
	color: #353535;
}
footer .block-1 > ul > li > a {
	line-height: 36px;
	font-weight: bold;
}
footer .copyright {
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
}
footer .copyright .block-2 {
	text-align: right;
}
footer .bb {
	border-bottom: 2px solid #f1f1f1;
}
footer .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
footer .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.backToTop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
	background: url('../img/back-to-top.png') no-repeat; /* fallback for older browsers */
	background: url('../img/back-to-top.png') no-repeat;
	border-radius: 5px;
}

.certificate-img-box{
	height:100px;
}
.gallery h3{
	font-size: 24px;
}

.mb-2{
margin-bottom:20px;}

/* about */
.page-title {
	background: #353535;
}
.page-title .block-1 {
	margin-top: 15px;
}
.page-title .block-1 h1 {
	color: #ffffff;
}
.page-title .block-2 {
	background: #2d6f49;
	height: 100px;
}
.banner .left-caret {
	top: 252px;
}
.inner-heading{
	font-size: 42px;
    line-height: 35px;
    letter-spacing: -3px;
    margin-top: 15px;
    text-align: right;
}
.inner-box-bottom{
	margin-bottom: 100px;
}


.bottom-block {
	color: #ffffff;
	background: url('../images/left-brown-arrow.png?test=1') #2d6f49 top left no-repeat;
	background-size: contain;
	margin-top: 30px;
}
.bottom-block .block-1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bottom-block .block-1 h2 {
	color: #ffffff;
	margin-left: 90px;
	font-size: 36px;
	line-height: 30px;
}
.bottom-block .block-2 {
	background: #2d6f49 ;
	height: 140px;
	padding-top: 30px;
	padding-left: 30px;
}
.bottom-block .block-2 h1 {
	line-height: 30px;
	margin-bottom: 0;
}
.bottom-block .block-2 h3 {
	margin-top: 0;
}

/* research development */

.its-usp-block {
	padding-top: 70px;
	padding-left: 100px;
}

/* career */
.address-block span.glyphicon {
	color: #ffffff;
	background: #b7410f;
	padding: 10px;
	margin-right: 10px;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.address-icon-box{
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#336f4b;
	display:inline-block;
	padding-top:8px;
	text-align: center;
}
.address-icon-box .bi{
	color: #ffffff;
}
.address-icon-box-text{
	text-align: left;
	float: left;
	line-height: 20px;
	font-size: 15px;
}
/*.address-block .bi {
	color: #ffffff;
	background: #b7410f;
	padding: 10px 11px;
	margin-right: 10px;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}*/
/*.form-block .form-group {
	padding-right: 3px;
	padding-left: 3px;
}*/
.form-block .form-control {
	box-shadow: none;
	background: #ffffff;
	height: auto;
	padding: 10px 15px;
	border: 1px solid #e4e4e4;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-block .form-control:focus {
	border-color: #dadada;
}
.form-block .btn-brs {
	padding: 10px 15px;
	background: #ececec;
	outline: 0;
	border: 1px solid #e4e4e4;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-block .submit-btn {
	color: #353535;
	background: #bdbdbd;
	height: auto;
	padding: 10px 45px;
	font-weight: bold;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-block .submit-btn:hover {
	color: #353535;
	background: #8f8b8b;
	height: auto;
	padding: 10px 45px;
	font-weight: bold;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* certificate */
.btn.pink-btn {
	padding: 12px 35px;
	border: 1px solid #27AE60;
	color: #353535;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.bb {
	border-bottom: 1px solid #b3b3b3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.certificate-img-box{
	height: 200px;
	text-align: center;
	background: #ffffff;
	border: #eeeeee solid 1px;
	box-shadow: 0px 0px 23px -2px rgb(0, 0, 0, 0.1);
}
.certificate-img{
	display:inline;
	height:100%;
}
.certificate-img2{
	display:inline;
	height:100% !important;
}


/* products */
.coating .block-1 {
	margin-bottom: 30px;
	height: 160px;
}
.coating .block-1 h3 {
	letter-spacing: -2px;
	text-transform: capitalize;
	margin-top: 0;
	font-size: 24px;
}
.coating .block-1 h4{
	font-size: 18px;
}
.coating .block-1 p {
	font-size: 15px;
	line-height: 18px;
}


/* global presence */
.global-presence-box .owl-carousel .owl-item img{
	width: auto;
	height: auto;
	display: inline-block;
}
.global-presence-box .owl-carousel .owl-item{
	background-color: #ffffff;
	height: 120px;
	text-align: center;
	display: flex;
    justify-content: center;
}
.global-presence-box .owl-carousel .owl-item .item{
	text-align: center;
	display: flex;
    align-items: center;
} 
.country-name {
	font-size: 13px;
	line-height: 22px;
}
.country-name ul {
	vertical-align: top;
	width: 30%;
	margin-bottom: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-color: transparent;
}

.nbs-flexisel-item {
	border-right: 1px solid #f5f5f5;
	height: 100px;
}
.nbs-flexisel-item  img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/* all products */
/*.application {
	background: url('../img/product-bg-img.png') top right no-repeat;
	padding-bottom: 30px;
}*/
.application .product-block {
	color: #ffffff;
	display: inline-block;
	width: 170px;
	height: 166px;
	margin: -2px -3px;
	line-height: 166px;
}
.application .product-block h4 {
	font-size: 20px;
	width: 170px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.application .product-block.blue-theme {
	background: url('https://drcresins.com/img/blue-theme.png?test=1') top center no-repeat;
}
.application .product-block.pink-theme {
	background: url('https://drcresins.com/img/pink-theme.png?test=1') top center no-repeat;
}
.application .product-block.black-theme {
	background: url('../img/black-theme.png') top center no-repeat;
}

.certificate-img-box{
	height: 180px;
	text-align: center;
	margin-bottom:20px;
}
.certificate-img{
	display:inline;
	height:100%;
}
.tawk-button{
	background-color:#b7410f;
}
#more {display: none;}
.btn.pink-btn{
	padding:8px 25px;
	font-size: 14px;
	font-weight: bold;
}
.product-box{
	padding:20px 10px;
	border:#f8f8f8 solid 1px;
	background-color:#ffffff;
	border-radius:5px;
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.product-box:hover{
	background-color:#ffffff;
	border:#eeeeee solid 1px;
	box-shadow:0px 0px 23px -2px rgb(0, 0, 0, 0.1);
}
.product-icon-box{
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#336f4b;
	display:inline-block;
	margin-bottom:20px;
	padding-top:10px;
}
.rdusp-icon-box{
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#336f4b;
	display:inline-block;
	padding-top:2px;
}
.rdusp-text{
	font-size: 18px;
}
.btn.pink-btn:hover{
	background-color:#336f4b;
	color:#ffffff;
}
.mb-5{
	margin-bottom:30px;
}
.products-icon{
	display:inline-block;
	text-align:center;
}
.product-box h4{
	font-size: 18px;
}

.gallery, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6 {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gallery li, .gallery2 li, .gallery3 li, .gallery4 li, .gallery5 li, .gallery6 li { 
/*	display: none;*/
	float: left;
	list-style: none;
	margin-right: 1%;
	width: 32.3%;
	height:185px;
	overflow:hidden;
	margin-bottom:15px;
}
.more, .less, .more2, .less2, .more3, .less3, .more4, .less4, .more5, .less5, .more6, .less6 {
	background-color: #000;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin-top: 6px;
	margin-right:5px;
	padding: 4px 18px;
	text-align: center;
	text-transform: uppercase;
}

.owl-carousel .owl-item img{display:block;width:100%; height:180px;}

.single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 1%;
}

.image-box {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(41, 116, 75, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.img-text {
  position: absolute;
  top: 50%;
  left: 50%;
	width:100%;
	padding:0px 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.img-text span{
  font-weight: bold;
}

.gallery-accordion-box .accordion-button:not(.collapsed){
	background-color: #2d6f49;
	color: #ffffff;
	
}
.gallery-accordion-box .accordion-button:focus{
	box-shadow: none;
}
.gallery-accordion-box .accordion-button{
	font-size: 22px;
}
.accordion-button:not(.collapsed)::after{
	background-image: none !important;
}
.gallery-accordion-box .accordion-button::after{
	font-family: bootstrap-icons !important;
	content: "\f282";
	background-image: none !important;
}

.product-left-bg-box.card{
	background-image: url(../images/product-left-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px !important;
	justify-content: space-around;
	padding-left: 65px;
	border: none !important;
	border-radius: 10px;
}
.product-left-bg-box .card-title{
	font-size: 19px;
}

.google-tranlate-box{
	position: absolute;
	top:0px;
	right: 20px;
}
.google-tranlate-box .goog-te-gadget-simple{
	border:none;
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .indicator{
	display: none;
}

.products-table-box .table-green tr th{
	background-color: #336f4b;
}

.contact-icon-box{
    position:fixed;
    z-index:1000;
    bottom:10px;
    left:10px;
    width:60px;
    height:60px;
}

.contact-icon-box .address-icon-box{
    width:60px;
    height:60px;
    padding-top: 13px;
    font-size: 22px;
}




/* Higher than 1366 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1290px) {
	/*body {
		font-size: 15px;
		line-height: 1.6em;
	}*/
}


/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) {
	.container {
		width: 100%;
	}
	.banner img {
		height: 100%;
		overflow: hidden;
	}
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.top-section .navbar-default {
		margin-bottom: 0;
	}
	.company-background .block-2 {
		padding: 0 15px 0 15px;
	}
	.company-background .block-2 img {
		margin-top: 0px;
	}
	
	/* about */
	.bottom-block {
		margin-top: 30px;
	}
	.bottom-block .block-1 {
		padding-top: 40px;
	}
	.bottom-block .block-1 h2 {
		margin-left: 90px;
		font-size: 26px;
		line-height: 22px;
	}
	.bottom-block .block-2 {
		height: 150px;
		padding-top: 12px;
		padding-left: 15px;
	}
	.bottom-block .block-2 h1 {
		line-height: 30px;
	}
	
	/* products */
	.coating .block-1 {
		min-height: 250px;
	}
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.top-section .navbar-default {
		margin-bottom: 0;
	}
	.company-background .block-2 {
		padding: 0 0px 0 0px;
	}
	.company-background .block-2 img {
		margin-top: 0px;
	}
	
	/* about */
	.bottom-block .block-1 {
		padding-top: 27px;
	}
	.bottom-block .block-1 h2 {
		margin-left: 75px;
		font-size: 26px;
		line-height: 22px;
	}
	.bottom-block .block-2 {
		height: 135px;
		padding-top: 12px;
		padding-left: 15px;
	}
	.bottom-block .block-2 h1 {
		line-height: 26px;
		font-size: 24px;
	}
	.bottom-block .block-2 h3 {
		font-size: 18px;
	}
	

	
	
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	.top-section .navbar-default {
		margin-bottom: 5px;
		margin-top: 40px;
	}
	.google-tranlate-box {
	    position: absolute;
	    top: -39px;
	    background-color: #2d6f49;
	    width: 100%;
	    right: 0px;
	    text-align: right;
	    
	}
	.goog-te-gadget{
		padding: 10px 10px;
	}
	.navbar-toggler{
		margin-top: 8px;
	}
	.navbar-default .navbar-collapse {
		border-color: transparent;
	}
	.top-section .navbar-default .nav {
	    background: #ffffff;
	}
	.navbar-toggle {
		border-color: transparent !important;
		margin-top: 15px;
	}
	.navbar-toggle:hover, .navbar-toggle:focus {
		background: transparent !important;
	}
	.navbar-default .navbar-nav>li {
		height: 47px;
		height: auto;
		display: block;
	}
	.navbar-default .navbar-nav>li>a span {
		display: inline-block;
		float: left;
		margin-right: 13px;
	}
	.navbar-default .navbar-nav>li>a span .bottom-caret {
		display: none;
	}
	.navbar-default .navbar-nav>li>a span .bi-asterisk {
		display: inline-block;
		animation: spin 2s linear infinite;
	}
	
	/* spin */
	@keyframes spin {
	    0% {
	    	transform: rotate(0deg);
	    }
	    100% {
	    	transform: rotate(360deg);
	    }
	}
	
	/* android-button */
	.navbar-default .navbar-nav>li a.android-btn {
		display: inline-block;
		color: #1a1a1a;
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
	}
	.navbar-default .navbar-nav>li a.android-btn.active:before {
		content: "";
		position: absolute;
		top: -32px; /* (button height - height) / 2 */
		left: calc(50% - 50px);
		width: 100px;
		height: 100px;
		background-color: #3B50CE;
		border-radius: 100%;
		-webkit-animation: scaleout 0.3s 1 ease-out;
		animation: scaleout 0.3s 1 ease-out;
		opacity: 0;
	}
	.navbar-default .navbar-nav>li a.android-btn:before {
		background: #BDBDBD;
	}
	.navbar-default .navbar-nav>li a.android-btn.active {
		background: #E0E0E0;
	}
	.navbar-default .navbar-nav>li a.ink.active:before {
		background: #BDBDBD;
	}
	
	/* Anmiation from http://tobiasahlin.com/spinkit/ */
	@-webkit-keyframes
		scaleout { 
			0% {
				opacity: 1;
				-webkit-transform: scale(0.0)
			}
			50% {
				opacity: 1;
			}
			100% {
				-webkit-transform: scale(1.0);
				opacity: 0;
			}
		}
		
	@keyframes
		scaleout { 
			0% {
				opacity: 1;
				transform: scale(0.0);
				-webkit-transform: scale(0.0);
			}
			100% {
				transform: scale(1.0);
				-webkit-transform: scale(1.0);
				opacity: 0;
			}
		}

	
	.navbar-default .navbar-nav>li>a {
		width: 100%;
		text-align: left;
		font-weight: bold;
		padding: 14px 15px 12px 15px;
		border-bottom: 1px solid #dddddd;
	}
	.banner img {
		width: 100%;
		overflow: hidden;
	}
	.company-background .block-2 {
		padding: 0 15px 0 15px;
	}
	.company-background .block-2 img {
		margin-top: 0px;
	}
	footer .block-1 ul li {
		display: block;
		margin-right: 0;
	}
	footer .block-1 ul li ul li {
		padding-left: 15px;
	}
	footer .block-1 ul li a {
		line-height: 20px;
	}
	footer .copyright .block-2 {
		text-align: left;
		margin-bottom: 30px;
		line-height: 15px;
	}
	
	/* about */
	.page-title .block-1 {
		padding-top: 15px;
	}
	.page-title .block-1 h1 {
		margin-bottom: 0px;
		z-index: 1;
		position: relative;
		font-size: 30px;
	    line-height: 40px;
	    letter-spacing: 0px;
	    margin-top: 0px;
	    text-align: right;
	}
	.page-title .block-2 {
		height: 86px;
	}
	
	
	.bottom-block {
		-webkit-background-size: inherit;
		background-size: inherit;
		background: #2d6f49 ;
	}
	.bottom-block .block-1 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.bottom-block .block-1 h2 {
		font-size: 20px;
		line-height: 26px;
		margin-top: 0px;
	}
	.bottom-block .block-2 {
		height: auto;
		padding: 30px;
		display: none;
	}
	
	/* products */
	.coating .block-1 {
		height: auto;
	}
	
	.navbar-brand{
		width:75%;
		display:inline-block;
	}
	.btn-view-down{
		padding:8px 15px !important;
		margin:15px 5px 15px 0px !important;
		font-size:15px !important;
	}
	.certificate-img-box{
		height: 250px;
    	text-align: center;
    	margin-top: 30px;
	}
	.certificate-img-box .img-fluid{
		height: 100%;
	}
	.application .product-block{
		margin: 0px -3px;
	}
	
	.gallery li, .gallery2 li, .gallery3 li, .gallery4 li, .gallery5 li, .gallery6 li{
		width:100%;
	}

	.top-section .navbar-brand{
		padding: 10px 0px 0px 0px;
	}

	ul.nav li.dropdown:hover ul.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .its-usp-block{
    	padding-left: 0px;
    }
    .products-table-box table{
		white-space: nowrap
	}
	.application-text{
		width: 200px;
	}

	
}


@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.gallery h3 {
	    font-size: 20px;
	}
}
@media only screen and (min-width: 997px) and (max-width: 1024px) {
	.gallery h3 {
	    font-size: 18px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	.navbar-toggle {
		margin-top: 0;
	}
	.bottom-block .block-1 h2 {
		font-size: 20px;
		line-height: 26px;
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.inner-box-bottom{
		margin-bottom: 50px;
	}
	
}

@media only screen and (min-width: 1440px) {
	.container {
		width: 1170px;
		margin: auto;
	}
}

.formbg{
	background-color: #e3e3e56b;
    border-radius: 20px;
}
.formheading{
	background: #0071B7;
    color: white;
    padding: 10px 60px;
	border-radius: 5px;
}
.formheading1{
	background: #0071B7;
    color: white;
	padding: 10px 241px;
	border-radius: 5px;
}
.formlabel{
	display: flex;
    justify-content: center;
}


/* Gallery Page CSS */

.grid-item {
	display: inline-block;
		height: 259px;
	
		overflow: hidden;
		text-align: center;
		width: 400px;
	}
	.grid-item img{
		width:100%;
		height:auto;
		filter: url(filters.svg#grayscale);
		filter: gray;
		-webkit-filter: grayscale(1);
		transition: 0.9s;
	}
	.grid-item img:hover{
		filter: none;
	}
	
	.isotope-pager .pager {
	  display: inline-block;
	}
	.filters {
		width: 100%;
		text-align: center;
		padding-bottom: 35px;
		padding-top:20px;
		
	}
	
	.filters ul {
		list-style: none;
		padding: 20px 10px;
		box-shadow: -1px 1px 11px rgba(0,0,0,.4);
		margin: 0 40px;
		border-radius: 30px;
		background-color: #232323;
	}
	
	.filters li {
		display: inline-block;
		padding: 10px 25px;
		font-size: 15px;
		font-weight: 600;
		cursor: pointer;
	}
	.filters li a{
		color: #b6b6b6;
		text-decoration: none;
	}
	.filters li a:hover{
		color:#fff;
	}
	
	.filters li:hover {
		box-shadow: -1px 1px 11px rgba(0,0,0,.4);
		border-radius: 15px;
	}
	
	.filters li.active a{
		color: #e3ca66;
		border: 1px solid #e3ca66;
		border-radius: 15px;
		box-shadow: -1px 1px 11px rgba(0,0,0,.4);
		padding: 10px 25px;
		
	}
	
	
	
	.isotope-pager a{
	  margin: 6px 1px;
		display: inline-block;
		width: 50px;
		/* height: 60px; */
		line-height: 31px;
		color: #b6b6b6;
		font-weight: 600;
		transition: 0.3s;
		/* position: relative; */
		/* padding-right: 26px; */
		box-shadow: -1px 1px 11px rgba(0,0,0,.1);
		border-radius: 25px;
		background-color: #232323;
		border: .5px solid #e3ca66;
		text-decoration:none;
	}
	
	.isotope-pager a:hover{
	  color: #fff;
	  border: .5px solid #ffeeac;
	  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
	}
	
	.isotope-pager .active{
	  color: #e3ca66 !important;
		box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
		border-radius: 25px;
		background-color: #161616;
		border: 1px dotted #e3ca66;
	}
	
	.isotope-pager .prev{
	  border-radius: 30px 0 0 30px;
	}
	
	.isotope-pager .next{
	  border-radius: 0 30px 30px 0;
	}
	
	.isotope-pager a::before,.isotope-pager a:after{
	  content: "";
	  position: absolute;
	  border-top: 30px solid transparent;
	  border-bottom: 30px solid transparent;
	}
	.isotope-pager .num::before,.next::before{
	  border-right: 20px solid #2c3e50;
	  right: 100%;
	}
	
	.isotope-pager .num:after,.prev:after{
	  border-right: 20px solid #f1f1f1;
	  right: 0;
	}
	
	
	
	
	
	.overlay {
	  position: absolute; 
	  bottom: 0; 
	  background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.5); /* Black see-through */
	  color: #f1f1f1; 
	  width: 100%;
	  transition: .5s ease;
	  opacity:0;
	  color: white;
	  font-size: 20px;
	  padding: 20px;
	  text-align: center;
	}
	
	.grid-item:hover .overlay {
	  opacity: 1;
	}
	

	/* W3 */

	.flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	  }
	  
	  .modal img:hover {
		opacity: 1;
	  }
	  
	  .desc, #caption {
		text-align: center;
		font-family: sans-serif;
	  }
	  
	  .modal {
		display: none;
		position: fixed;
		z-index: 1;
		padding-top: 1em;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0); /* Fallback color */
		background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
	  }
	  
	  .modal-content {
		margin: auto;
		display: block;
		width: 80%;
		top: 15%;
		max-width: 700px;
	  }
	  
	  #caption {
		margin: auto;
		display: block;
		width: 80%;
		max-width: 700px;
		text-align: center;
		color: #ccc;
		padding: 10px 0;
		height: 150px;
	  }
	  
	  .modal-content, #caption {
		-webkit-animation-name: zoom;
		-webkit-animation-duration: 0.6s;
		animation-name: zoom;
		animation-duration: 0.6s;
	  }
	  
	  @-webkit-keyframes zoom {
		from {
		  transform: scale(0);
		}
		to {
		  transform: scale(1);
		}
	  }
	  
	  @keyframes zoom {
		from {
		  transform: scale(0.1);
		}
		to {
		  transform: scale(1);
		}
	  }
	  
	  .close {
		position: absolute;
		top: 15px;
		right: 35px;
		color: #f1f1f1;
		font-size: 40px;
		font-weight: bold;
		transition: 0.3s;
	  }
	  
	  .close:hover, .close:focus {
		color: #bbb;
		text-decoration: none;
		cursor: pointer;
	  }
	  
	  .gallery-image{
		padding: 10px;
		cursor: pointer;
	  }


	  /* Popup */

	  .popup { position: fixed; background: rgba(0,0,0,0.80); left: 0px; right: 0px; bottom: 0px; top: 0px; z-index: 999; display: none; }

.popup-inner { background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 700px; position: relative; display: table; margin: auto; top: 100px; box-sizing: border-box; max-width: 100%; }
.popup .close { cursor: pointer; height: 34px; width: 34px; position: absolute; right: 0px; top: -44px; color: #fff; font-size: 30px; font-family: monospace; font-weight: 300; }
.popup .close:hover { }

.popup-content {  box-sizing: border-box; }

 @media only screen and (max-width:768px) {
       .popup-inner  {width: 80% !important}
   }

   .btn-view-down {
    border: 1px solid #999999 !important;
    color: #999999 !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    margin: 5px !important;
	font-size: 18px;
}


.pdf-section{
	padding-top: 25px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }

