@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'gotham';
	src: url(../fonts/gotham-book-regular.otf);
}


@font-face{
	font-family: 'gotham-bold';
	src: url(../fonts/gotham-bold-regular.ttf);
}

body h1,body h2,body h3,body h4,body h5{
	/* font-family: 'gotham-bold'; */
	font-family: 'gotham';
}
body p,body a,body li,body address{
	font-family: 'gotham';
}


.affix {
      top: 0;
      width: 100%;
	  z-index:1000;
	  -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #fff;
	box-shadow: 0px 2px 2px #ddd;
  }

  .affix .container-fluid{
	  background-color: #fff;
	   -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  .affix ul li a{
	  color: #fff !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-weight:bold;
  }
  
.affix .dropdown .dropdown-menu li a{
	color:#fff !important;
}

#img-wrapped{
	position:relative;
}

#imgValue{
	border:1px solid #ddd;
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
	z-index:20;
}
#navValue{
	border:1px solid #ddd;
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
	z-index:20;
}
#navratan-image{
	position:relative;
}


#navratan-list{
	padding:0;
	list-style:none;
	
}

#navratan-list li{
	font-size:20px;
	margin:20px 0px;
	cursor:pointer;
}
#navratan-list li:hover{
	color:#dd8808
}

.navbar-brand{
	height:100px;
	padding:0 15px;
}

.navbar-default {
	margin-bottom: 0px;
	border-radius:0;
	border:none;
	background-color:rgba(2,137,64,0.7);
	z-index:100;
}

#defaultNavbar1 .navbar-right{
	margin-top:30px;
	margin-right:0;
}

/* #defaultNavbar1 ul .mega{ */
	/* position:static; */
/* } */

#defaultNavbar1 ul li a{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}

#defaultNavbar1 ul li a i{
	font-size:18px;
}

#defaultNavbar1 .navbar-right .dropdown-menu{
	/* background-color:rgba(0,0,0,0.8); */
	background-color: rgba(2,137,64,0.7);
	border:none;
	box-shadow:none;
	top:auto !important;
}

#defaultNavbar1 .navbar-right .dropdown:hover .dropdown-menu{
	display:block;
}

#defaultNavbar1 .navbar-right .dropdown-menu li {
	margin:5px 15px;
}
#defaultNavbar1 .navbar-right .dropdown-menu li a{
	transition:all 0.5s ease;
	border-bottom:2px dotted #fff;
}

#defaultNavbar1 .navbar-right .dropdown-menu li a:hover{
	background:none;
	font-weight:bold;
	transform:translate(5px,0px);
	-ms-transform:translate(10px,0px);
	-webkit-transform:translate(10px,0px);
	background:#000;
	border-bottom:2px dotted #000;
}

.sub-drop-ul {
	position:absolute;
	top:0;
	right: auto;
    left:100% ;
	display:none;
	margin:0;
	padding: 5px;
    background-color: rgba(0,0,0,0.8);
    box-shadow: none;
    border: none;
	list-style:none;
}

.sub-drop-main:hover .sub-drop-ul {
	display:block;
}
.sub-drop-ul li a{
	color:#fff;
	text-decoration:none !important;
	display: block;
    padding: 3px 20px;
	border: none;
    text-align: left;
    white-space: nowrap;
}
.sub-drop-ul li a:hover{
	background-color:#f5f5f5;
	color:#333;
}


#carousel1 .carousel-inner .item .img{width: 100%;}
#carousel1 .carousel-control{background: none;}


.banner-wrapper{
	position:relative;
}

.banner-wrapper img{
	width:100%;
}

.banner-caption{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5)
}

.banner-caption h1{
	text-align:center;
	font-size:70px;
	color: #dd8808;
	
}

.banner-caption p:after{
	position:absolute;
	width:80px;
	bottom:-15px;
	left:50%;
	height:5px;
	content:'';
	background-color:#dd8808;
	transform:translateX(-40px);
	
}

.banner-caption p{
	position:relative;
	text-align:center;
	font-size:20px;
	color: #dd8808;
	
}

.banner-caption .header-text{
	position:absolute;
	top:45%;
	width:100%;
}

#content-sec{
	padding:40px 0;
}

.paragraph{
	margin:20px 0;
}

.paragraph p{
	font-size:16px;
	line-height:1.8em;
}

.paragraph ul{
	padding:0;
}

.paragraph ul li{
	font-size:16px;
	line-height:1.8em;
}

#breadcrumb-sec{
	background-color:#dd8808;
	padding:20px;
}

#breadcrumb-sec .container .row .col-md-8 h1{
	color:#fff;
	font-weight:800;
}

#breadcrumb-sec .container .row .col-md-4 .breadcrumb{
	background-color:#223134;
	margin-top:15px;
}

#breadcrumb-sec .container .row .col-md-4 .breadcrumb li a{
	color:#fff;
	font-size:16px;
}
#breadcrumb-sec .container .row .col-md-4 .breadcrumb .active{
	color:#fff;
	font-size:16px;
}

#bottom-enq{
	background-image: url(../images/background-galvanizing.html);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	padding:10px;
}

#bottom-enq #background-effect{
	background-color: rgba(0,0,0,0.5);
    padding: 60px;
}

#bottom-enq h2{
	color:#fff;
	font-weight: bold;
	margin:0;
	padding:8px;
	font-style: italic;
	text-align:center;
}

#bottom-enq a{
	padding:12px 35px;
	margin:20px;
	display:inline-block;
	border:2px solid #fff;
	border-radius:20px;
	color:#fff;
	text-transform:uppercase;
}


#slogan{
	background-image:url('../images/background-galvanizing.html');
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	padding:30px;
}

#slogan #slogan-inner{
	background-color:rgba(0,0,0,0.6);
	padding:60px;
}

#slogan h2{
	color:#fff;
	font-weight: bold;
	margin:0px 0px 40px 0px;
	padding:8px 8px 30px 8px; 
	font-style: italic;
	text-align:center;
	position:relative;
}

#slogan h2:after{
	position:absolute;
	width:100px;
	bottom:0;
	left:50%;
	border:2px solid #fff;
	content:'';
	margin-left:-50px;
}

#slogan-inner .icon-text{
	padding:10px 0px;
}
#slogan-inner .icon-text p{
	color:#fff;
	font-size:1.8em;
	margin-top:25px;
	text-align:center;
}

#slogan-inner .icon-text img{
	margin:auto;
	padding:10px;
	transform:scale(0.8);
	border-radius:0%;
	transition:all 0.5s;
}

#slogan-inner .icon-text:hover img{
	border-radius:50%;
	transform:scale(0.9);
	box-shadow:0px 0px 0px 3px rgba(255,255,255,0.5);
	/* background-color:rgba(255,255,255,0.5); */
}

#about-sec{
	padding:0;
}

.prod-list-box{
	margin:20px;
	border-radius:10px;
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.2)
}

.prod-list-box .row .col-md-4 img{
	margin:10px auto;
	border:1px solid #333;
	border-radius:10px;
	
}

.prod-list-box .row .col-md-8 h3{
	padding-bottom:10px;
	border-bottom:1px solid #333;
}

.prod-list{
	padding:0;
	list-style:none;
	margin:10px;
}

.prod-list li{
	border-bottom:1px dashed #333;
}

.prod-list li a{
	color:#333;
	font-size:16px;
	line-height:1.5em;
	margin:5px 0px 5px 5px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

.prod-list li a:before{
	content:'\f054';
	font-family:FontAwesome;
	margin-right:10px;
}


.gallery-box .col-md-3 .wrapper-box{
	position:relative;
	margin:10px;
	border:1px solid #ddd;
	height:300px;
}

.gallery-box .col-md-3 .wrapper-box h3{
	margin:0;
	text-align:center;
	color:#dd8808;
}

.gallery-box .col-md-3 img{
	padding:10px;
	margin:auto;
	box-shadow:3px 3px 5px 5px #ccc;
	margin:10px;
	
}



#prod-sec .container h2{
	color:#223134;
} 

#accordian{
	padding:20px;
	background-color:#223134;
	margin:20px 0px;
}


#accordian h3{
	color:#dd8808;
}

#accordian ul{
	padding:0;
	list-style:none;
}

#accordian ul li{
	border-bottom:1px dashed #dd8808;
	margin:10px 0px;
	font-size:15px;
}
#accordian ul li a{
	color:#fff;
	text-decoration:none;
}


#prod-content{
	padding:20px;
}

#prod-content img{
	margin:10px auto;
	border:1px solid #333;
	border-radius:10px;
}

#prod-content ul{
	list-style:none;
}
#prod-content .contact-left{
	list-style:none;
	padding:0;
}

#prod-content address{
	font-size:16px;
}

#prod-content ul li{
	line-height:1.5em;
}

#prod-content ul li:before{
	content:"\f054";
	font-family:FontAwesome;
	font-size:12px;
	margin-right:10px;
}

#prod-content h4{
	font-style:italic;
	position:relative;
	margin:15px 0;
}

#prod-content h4:after{
	position:absolute;
	content:"";
	background-color:#dd8808;
	bottom:-3px;
	left:0;
	width:30px;
	height:2px;
}



#about-sec .container p{
	font-size: 20px;
	color:#9a9ea2
}

#home-abt-wrap{
	padding: 30px;
}
#home-abt-wrap img{
	margin:20px auto;
}

#prod-hm-sec{
	background-color: #fff;
}

#prod-hm-sec h2{
	color:#dd8808;
	font-weight:600;
	position:relative;
	padding:30px 0px;
}
#prod-hm-sec h2:after{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	border:1px solid #245BAB;
	width:80px;
}

#prod-hm-sec p{
	font-size:18px;
	text-align: center;
}

#prod-hm h2{
	color:#dd8808;
}

#prod-hm {
	padding:20px;
}


#content-sec h2{
	color:#dd8808;
}

.prod-box-hm{
	/* padding:15px; */
	margin:20px 0px;;
}

.prod-box-hm figure a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.prod-box-hm figure{
	overflow:hidden;
	border:1px solid #333;
	position:relative;
}

.col-md-3 .prod-box-hm figure:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.col-md-4 .prod-box-hm figure:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.prod-box-hm figure figcaption{
	position: absolute;
    width: 100%;
	height:100%;
    left: 0;
    bottom: -100%;
    padding: 20px 25px;
    background: rgba(36,91,171,0.7);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.prod-box-hm figure:hover figcaption{
	bottom: 0;
}

.col-md-3 .prod-box-hm figure img{
	margin:auto;
	padding:5px;
	-ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
}

.prod-box-hm figure figcaption h3{
	text-align: center;
	color:#fff;
	margin:40px 0 0 0;
}


.prod-box-hm figure figcaption h3 a{
	color:#dd8808;
	text-decoration: none;
	cursor: pointer;
}

#serv-sec-hm{
	background-color: #223134;
	padding:20px;
}


#clientele h2{
	color:#dd8808;
	font-weight:600;
	position:relative;
	padding:30px 0px;
}
#clientele h2:after{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	border:1px solid #245BAB;
	width:80px;
}

#clientele .container marquee{
	margin:30px 0px;
}

#clientele .container marquee img{
	margin:0px 20px;
}

#pre-footer{
	padding:30px 0;
	background-color:#01A04D;
}

#pre-footer .prod-title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 25px;
    border-left: 5px solid #f6c606;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.nav-prod {
    list-style: none;
    padding: 0;
}

.nav-prod li{
	line-height:1.8em;
}

.nav-prod li a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
#footer-sec{
	background-color:#333;
}

#nav-footer{
	list-style:none;
	text-align:center;
	padding:0;
}

#nav-footer li{
	display:inline-block;
	line-height:20px;
	
}

#nav-footer li a{
	padding:10px;
	display:block;
	margin:5px 30px;
	font-weight:bold;
	color:#fff;
}

#nav-footer li a .fa{
	font-size:20px;
	margin-top:20px;
}

#foot-hr{
	border-top:1px solid #ddd;
	margin:5px;
}

#top{
	margin-top:-18px;
}

#top a{
	color:#47A66F;
	font-weight:bold;
	background-color:#333;
	font-size:15px;
	padding:5px;
}

#cont-foot address{
	color:#fff;
	text-align:center;
	padding:10px;
	line-height:1.8em;
}

#sub-footer p{
	color:#fff;
}

#sub-footer p a{
	color:#fff;
}




@media only screen and (max-width:768px){
	.navbar-fixed-top{
		position:static;
	}
	.navbar-brand{height:auto;float:none;text-align:center;}
	.navbar-brand img{margin:auto;}
	#defaultNavbar1 ul li{float:none;display: block;}
	#defaultNavbar1 ul li a{width: auto;}
	#defaultNavbar1 ul .mega{position:relative;}
	#top-banner .container .row .col-md-6 .top-contact p{text-align: center;}
	#top-banner .container .row .col-md-6 img{
		margin: auto;
	}
	#sub-footer p{
	text-align:center;
	}
	.slide-text{
		top:5%;
	}
	
	#about-sec .container h1:before{
	position:absolute;
	content:'';
	background-image:url('../images/icon.html');
	/* left: 27%; */
	margin-left:-50px;
    top: 5px;
	height: 100%;
    width: 50px;
    background-repeat: no-repeat;
	
	}
	#about-sec .container h1:after{
	position:absolute;
	content:'';
	background-image:url('../images/icon.html');
	/* left: 70%; */
    top: 5px;
	height: 100%;
    width: 50px;
    background-repeat: no-repeat;
	
	}
}
/*******************/
.prod-box-hm img {
	margin:0 auto;
	text-align:center;
}
.product-screw {
	padding:60px 0;
}
.product-list {
	padding-top:30px;
	background:#01A04D;
}
.prod-list-head {
	padding-bottom:15px;
}
.prod-list-head h3 a {
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	font-family: 'gotham';
	font-weight:bold;
}
.line {
	width:50px;
	background:#fff;
	height:3px;
}
.prod-list-head ul {
	margin:0px;
	padding:0px;
	list-style:square;
	padding-top:10px;
	padding-left:15px;
	color:#fff;
}
.prod-list-head ul li a {
	color:#fff;
	font-size:15px;
	line-height:22px;
	text-decoration:none;
}
.screw-head h2 {
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-size:30px;
	font-family: 'gotham';
	font-weight:bold;
	text-transform:uppercase;
	color:#01A04D;
}
.line-one {
	width:10%;
	background:#01A04D;
	height:3px;
	margin-left:5px;
}
.screw-head {
	padding-bottom:40px;
}
.product-box {
	margin-bottom:20px;
}
.product-box img {
	border:1px solid #ccc;
	cursor:pointer;
}
.product-detail h3 {
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	font-size:24px;
	font-family: 'gotham';
	font-weight:bold;
}
.product-detail p {
	font-size: 16px;
    color: #9a9ea2;
}
.abt-detail p {
	font-size: 16px;
    color: #9a9ea2;
}
.abt-detail p span {
	color:#0c74ac;
	font-weight:bold;
}
.abt-detail {
	padding-bottom:20px;
}
.abt-one {
	padding-bottom:20px;
}
.abt-one h3 {
	margin:0px;
	padding:0px;
	padding:8px 0; 
	font-size:24px;
	font-family: 'gotham';
	font-weight:bold;
	color:#01a04d;
	border-left:3px solid #01a04d;
	padding-left:10px;
	margin:10px 0;
}
.abt-one p {
	font-size: 16px;
    color: #9a9ea2;
}
.abt-one p span {
	color:#0c74ac;
	font-weight:bold;
}
/****************/
.contact-left, .contact-right {
	margin-bottom:20px;
}
.contact-right h4 {
	margin:0px;
	padding:0px;
	padding-bottom:15px; 
	font-size:20px;
	font-family: 'gotham';
	font-weight:bold;
	color:#000;
}
.contact-left button {
	margin:0 auto;
	display:table;
}

.contact-left button {
	padding:12px 25px;
	background:#01A04D;
	color:#fff;
	font-size:16px;
	border:1px solid #01A04D;
	text-transform:uppercase;
}
.contact-left button:hover {
	padding:12px 25px;
	background:#000;
	color:#fff;
	font-size:16px;
	border:1px solid #162e4f;
}
.technical {
	float:left;
	margin-top:10px;
}
.technical button {
	padding:12px 25px;
	background:#01A04D;
	color:#fff;
	font-size:14px;
	border:1px solid #01A04D;
	text-transform:uppercase;
	margin:0px;
}
.contact-right {
	margin-left:20px;
}
.contact-page-detail {
	padding-bottom:5px;
}
.contact-page-detail img {
	float:left;
	margin-right:15px;
}
.contact-page-detail p {
	font-size:16px;
	color:#000;
	padding-left:45px;
}
.contact-page-detail h5 {
	margin:0px;
	padding:0px;
	padding-bottom:15px; 
	font-size:17px;
	font-family: 'gotham';
	font-weight:bold;
	color:#000;
}
.map {
	margin-top:15px;
}
.contact-bottom {
	padding-top:40px;
}
.contact-head {
	padding-bottom:30px;
	text-align:center;
}
.contact-head h3 {
	margin:0px;
	padding:0px;
	padding-bottom:8px; 
	font-size:24px;
	font-family: 'gotham';
	font-weight:bold;
	color:#01a04d;
}
.line-two {
	width:10%;
	background:#01A04D;
	height:3px;
	margin-left:5px;
	text-align:center;
	margin:0 auto;
}
.web {
	text-align:center;
	padding-top:40px;
}
.web h4 a {
	margin:0px;
	padding:0px;
	padding-bottom:15px; 
	font-size:20px;
	font-family: 'gotham';
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
/**********/
.ser-anch a {
	padding-bottom:15px; 
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.ser-detail p {
	font-size: 18px;
    color: #9a9ea2;
	text-align:center;
	letter-spacing:1px;
}
.ser-detail p span {
	color:#0c74ac;
	font-weight:bold;
}
.product-gap {
	padding-top:30px;
}
/*modal enquery*/

.bounzd_tab {
  border: 0 solid black;
  display: block;
  margin: 0 0 10px;
  position: fixed;
  right: 0;
  top: 47%;
  z-index: 10000;
}

.bounzd_tab .btn {
  padding: 0px;
}

.bounzd_tab .btn {
  box-shadow: none;
  border: none;
}

.bounzd_tab .btn-primary {
  background: none;
  border: none;
}

.bounzd_tab .btn {
  display: inline-block;
  /*padding: 15px 20px;*/
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  transition: all 0.5s ease 0s;
}

.bounzd_tab .modal-body {
  position: relative;
  padding: 15px;
  background: #fff;
}

.bounzd_tab .modal-header {
  background: #01A04D;
}

.bounzd_tab .form-control.input {
  border: 2px solid #01A04D;
  padding: 15px 20px;
  border-radius: 25px;
  background: transparent;
  color: #000;
  font-size:16px;
}

.bounzd_tab .modal-header h4 {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.form-control:focus {
  box-shadow: none !important;
}

.bounzd_tab label {
  color: #000;
  font-weight:normal;
  font-size:18px;
}

.bounzd_tab .form-group .btn-block {
  padding: 15px 20px;
  border: 2px solid #01A04D;
  border-radius: 25px;
  color: #fff;
  background:#01A04D;
  font-size:18px;
}

.bounzd_tab .modal-footer {
  background: #01A04D;
  text-align: center;
}

.bounzd_tab .modal-footer .btn-default {
  background-color: transparent;
  color: #fff;
}

.bounzd_tab .modal-header .close {
  margin-top: -15px;
  font-size: 50px;
}
.master-box {
	border:1px solid #ccc;
}
textarea.form-control {
    height: auto;
}
hr {
	border-color:#999;
}
.table-bordered {
	border:2px solid #ccc;
}
.table-add thead tr th {
	background:#01A04D;
	color:#fff;
	text-align:center;
	font-family: 'gotham';
	letter-spacing:1px;
	font-weight:normal;
	vertical-align:middle;
	font-size:15px;
}
.table tbody tr td {
	vertical-align:middle;
	text-align:center;
	font-size:13px;
	color:#333;
}
.table-gap {
	/* padding:20px 0; */
}
.slider {
	margin-top:60px;
}
.modal-full {
	width:75%;
}
.gallery-box {
	margin-bottom:20px;
	width:100%;
	height:240px;
	border:1px solid #ccc;
}
.gallery-box img {
	width:100%;
	height:100%;
}
.modal-header h3 {
	margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: 'gotham';
	text-align:center;
	color:#fff;
}
/**********media css**********/
@media screen and (max-width: 991px) {
	.modal-full {
		width:100%;
	}
}