// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.public-sans-<uniquifier> {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body{ background-color:#FFFFFF; font-family: "Open Sans", sans-serif; overflow-x: hidden; font-size: 90%;}

.bg{ background-image:url(../images/BG2.png); background-position:right top; background-repeat:no-repeat;}

a{ color:#000; text-decoration:none; transition: 0.3s;}
a:hover{ color:#8C8C8C; text-decoration:none;}

.mc-toppadding10 {padding-top: 5px; padding-bottom: 5px;}
.mc-toppadding20 {padding-top: 20px; padding-bottom: 20px;}
.mc-toppadding50 {padding-top: 25px; padding-bottom: 25px;}
.mc-toppadding100 {padding-top: 50px; padding-bottom: 50px;}
.mc-padding25 {padding-top: 25%;}
.mc-padding10 {padding-top: 10%;}

.year { border:#009be0 1px dashed; transition: 0.3s; padding:5px; margin:5px;}
.year:hover{ background-color:#009be0; color:#fff; transition: 0.3s;}
.year a:hover{color:#fff;}

.year_current{ background-color:#009be0; border:#009be0 1px dashed; transition: 0.3s; padding:5px; margin:5px;}
.wht{ color:#fff;}

.blu{color:#009be0;}
.bg_blu{ background-color:#009be0;}
.bg_gray{ background-color:#EDEDED;}

.nav-search input[type="text"]{width:80%; outline: none; font-size: 26px; line-height: 70px; border: none; height: 70px;}

.tbl{ width:100%; padding:5px; border:0px;}
.tbl tr td{ border:dotted 1px #009be0; padding:5px; background-color:#F0F0F0}
.tbl tr td:hover{ border:dotted 1px #009be0; padding:5px; background-color:#FFFFFF}

.bullet li{list-style:disc; margin:0 0 10px 25px; padding:0px; font-size:0.90em; font-family: "Open Sans", sans-serif;}

.button_wht{ background-color:transparent; color:#000; border:none; margin:0px; padding:0px; position:absolute; bottom:0px;}
.button_wht:hover{ color:#e39924; transition: 0.3s;}

.button2{ background: linear-gradient(90deg, rgba(252,237,221,1) 0%, rgba(252,237,221,0) 100%); border-left:solid 5px #b94401; border-top:none; border-right:none; border-bottom:none; color:#000; margin:0px; padding:10px 50px 10px 20px; font-weight:bold; font-family: "Open Sans", sans-serif; letter-spacing:1px;}
.button2:hover{ background: linear-gradient(90deg, rgba(185,68,1,1) 0%, rgba(252,237,221,0) 100%); transition: 0.3s; color:#fceddd; }

.button3{ background-color:#FFFFFF; border:#fff 1px solid; color:#000; border-radius:100px; font-size:1.2em;  padding:10px 20px 10px 20px; margin:10px 0 10px 0; font-family: "Open Sans", sans-serif; letter-spacing:1px; transition: 0.5s;}
.button3:hover{background-color:#009be0; border:#009be0 1px solid; color:#fff; transition: 0.5s;}

.button {
  background: linear-gradient(90deg, rgba(0,159,225,1) 0%, rgba(235,148,26,1) 100%);
  border-radius:100px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: "Open Sans", sans-serif;
  letter-spacing:1px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.row.no-gutter {margin-left: 0; margin-right: 0;}
.padding-0{margin-right:0; margin-left:0;}

h1{font-family: "Public Sans", sans-serif; font-size:1.8em; color:#fff; margin:10px 0 10px 0; display:block; text-transform:uppercase;}
h1 span{ color:#eb902f;}

h2{font-family: "Public Sans", sans-serif; font-size:2em; color:#000; margin:10px 0 10px 0; display:block; text-transform:uppercase;}

h3{font-family: "Public Sans", sans-serif; font-size:2.2em; margin:10px 0 10px 0; display:block; text-transform:uppercase;}

h4{font-family: "Public Sans", sans-serif; font-weight:bold; font-size:1.2em; margin:10px 0 10px 0; display:block;}

h5{font-family: "Public Sans", sans-serif; font-weight:bold; font-size:1.6em; margin:10px 0 10px 0; display:block;}

h6{font-family: "Open Sans", sans-serif; font-weight:bold; font-size:1.4em; margin:10px 0 10px 0; display:block;}

h7{font-family: "Open Sans", sans-serif; font-weight:bold; font-size:1.2em; margin:10px 0 10px 0; display:block; border-top:2px solid #fff; padding-top:10px;}

.icons{ width:50%; display:block; position:absolute; z-index:800; top:1920px; left:550px;}
.icons img{ width:100%;}

#card{ border-left: 2px solid #e39924; min-height:350px; position: relative;}
#card .mrgn{ margin:20px; display:block;}
#card .title{ font-family: "Open Sans", sans-serif; font-weight:bold; color:#000; text-transform:uppercase; font-size:1.3em; margin:20px 0 10px 0; display:block; font-weight:900;}
#card p{ color:#000; font-size:0.95em; font-family: "Open Sans", sans-serif;}

.cardholder { width: 33.33%; display:block; float:left; border:4px solid #fff; position:relative;}
.cardholder .image { display: block; width: 100%; height: auto;}
.cardholder .overlay { position: absolute; bottom: 0; left: 0; right: 0;  overflow: hidden; width: 0; height: 100%; transition: .5s ease;}
.cardholder:hover .overlay {width: 100%;}
.cardholder .text { color: #fff; font-size: 1.5em; position: absolute; top: 80%;
  left: 55%; -webkit-transform: translate(-50%, -35%);  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%); width:100%; white-space: nowrap; border-bottom:#e77a33 4px solid; text-shadow: 0 0 3px #000; font-family: "Open Sans", sans-serif;}

.box{ border:#D1D1D1 1px solid; margin:0px; padding:0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.box a:hover{ color:#009be0;}

.product {width: 100%; height: auto; margin: 0;	padding: 0;	background: #fff; overflow: hidden;}
.hover01 .product img {	-webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.hover01 .product:hover img {-webkit-transform: scale(1.3);	transform: scale(1.3);}

.img_hov {width: 100%; height: auto; margin: 0;	padding: 0;	background: #fff; overflow: hidden;}
.img_hov img {-webkit-transform: scale(1); transform: scale(1); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.img_hov:hover img {-webkit-transform: scale(1.2);	transform: scale(1.2);}

header{ background-color:#000; padding:10px 0 10px 0;}
/*.banner{background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(84,19,5,1) 100%);}*/
.banner{min-height:500px; padding-bottom:10px; background-image:url(../images/BG.jpg); background-repeat:no-repeat; background-position: center center; background-size:100%; background-color:#000000;}

.crm-banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/CeramicRawMaterialBanner.jpg); text-shadow: 0 5px 10px #000;}
  
.hpm-banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Monolithics-Banner.jpg)}
  
.cp-banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Proppant-Banner.jpg); text-shadow: 0 5px 10px #000;}
  
.financial-banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/FinancialBanner.jpg)}
  
.steel-banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Steel-Making.jpg); text-shadow: 0 5px 10px #000;}
  
.iron-banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Iron-Making.jpg); text-shadow: 0 5px 10px #000;}
  
.Aluminium-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Aluminium-Banner.jpg); text-shadow: 0 5px 10px #000;}
  
.Oil-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/OilGas.jpg)}
  
.Foundry-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Foundry.jpg); text-shadow: 0 5px 10px #000;}
  
.Cement-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Cement.jpg); text-shadow: 0 5px 10px #000;}
  
.Others-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/Others.jpg); text-shadow: 0 5px 10px #000;}
  
.About-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/AboutBanner.jpg); text-shadow: 0 5px 10px #000;}
  
.Quality-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/QualityBanner.jpg); text-shadow: 0 5px 10px #000;}
  
.Facility-Banner{ width:100%; height:400px; display:block;   background-attachment: fixed;
  background-position: center;  background-repeat: no-repeat;  background-size: cover; background-image:url(../images/FacilityBanner.jpg); text-shadow: 0 5px 10px #000;}
  
.title_overlay{position:absolute; display:block; width:80%; text-align:center; left: 0; right: 0; margin: 0 auto; font-size:5em; top:200px; color:#fff; font-family: "Public Sans", sans-serif;}


.contact{ display:block; width:400px; height:auto; color:#fff; padding:10px; border-radius:5px; border:3px solid #fff; margin:30px auto;}

footer{min-height:110px; width:100%; display:block; background-color:#efefef; padding:50px 0 50px 0;}
h7{ font-family: "Open Sans", sans-serif; font-weight:bold; font-size:1.2em; margin:10px 0 10px 0; display:block;}
footer p, li{font-family: "Open Sans", sans-serif; font-size:0.95em;}
footer ul li a{ color:#000000; text-decoration:none; line-height:30px;}
footer ul li a:hover{ color:#AAAAAA; text-decoration:none}

.refractory img { filter: none;  -webkit-filter: grayscale(0); -webkit-transition: all .8s ease-in-out;}
.refractory img:hover { filter: gray; -webkit-filter: grayscale(1);}

.frm{width:100%; padding:20px;}
.frm lable{font-size:1em; font-family: "Open Sans", sans-serif; width:100%;}
.frm input[type=text]{background-color:#e2e1e1; border:#e2e1e1 1px solid; width:49%; font-size:0.95em; padding:8px; margin:5px 5px 5px 0; color:#000; border-radius:10px; float:left; font-family: "Open Sans", sans-serif;}
.frm input[type=email]{background-color:#e2e1e1; border:#e2e1e1 1px solid; width:49%; font-size:0.95em; padding:8px; margin:5px 5px 5px 0; color:#000; border-radius:10px; font-family: "Open Sans", sans-serif;}
.frm input[type=tel]{background-color:#e2e1e1; border:#e2e1e1 1px solid; width:49%; font-size:0.95em; padding:8px; margin:5px 5px 5px 0; color:#000; border-radius:5px; font-family: "Open Sans", sans-serif;}
.frm textarea{background-color:#e2e1e1; border:#e2e1e1 1px solid; width:99%; font-size:0.95em; padding:8px; margin:5px 0 10px 0; height:80px; color:#000; border-radius:10px; font-family: "Open Sans", sans-serif;}
.frm input[type=submit]{background: linear-gradient(90deg, rgba(0,159,225,1) 0%, rgba(235,148,26,1) 100%); border:#f4e2c7 1px solid; color:#fff; border-radius:100px; font-size:1.2em; width:30%; padding:5px; margin:5px 0 10px 0; font-family: "Open Sans", sans-serif; letter-spacing:1px;}

.lemon{ background-color:#ebe9d5; background-image:url(../images/Ashapura.jpg); background-repeat:no-repeat; background-position:right center; background-size:contain;}

.yellow{ background-color:#eb902f; color:#fff;}
.black{ background-color:#000; background-image:url(../images/BG3.jpg); background-repeat:no-repeat; background-position:center center; background-size:100%;}


/* Media Queries */
@media (max-width: 991px) {
.icons{ display:none;}
.frm input[type=text]{ width:100%;}
.frm input[type=email]{ width:100%;}
.frm input[type=submit]{ width:50%; margin:auto; display:block;}
.lemon{ background-color:#ebe9d5; background-image:none;}
.banner{ min-height:500px; padding-bottom:10px; background-image:url(../images/BG.jpg); background-repeat:no-repeat; background-color:#000000}
#card{ border-left: 2px solid #e39924; min-height:auto; position: static;}
.button_wht{ background-color:transparent; color:#000; border:none; margin:0px; padding:0px; position:static;}

}
