@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

/*
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/


button::-moz-focus-inner {  border: 0;}
a:focus {     outline: none; }
button:focus {     outline: none; }
::-moz-focus-inner {border:0;}
:focus, :active {    outline: 0;    border: 0;}



select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(../images/small-down-arrow.png);
   background-repeat: no-repeat;
   background-position: 85% center;
}


body, html {margin: 0;  padding: 0; height: 100%; width: 100%;}

body {color: #000; margin: 0px; font-family: poppins; font-size: 16px; font-weight: 300; line-height: 30px; margin: 0px 0px 0px 0px; }

html {  scroll-behavior: smooth;}


a{transition: all 0.5s ease-in 0s; text-decoration:none!important; outline:none; color: #000;}

a:focus, a:active,  a, focus, select {border:0px; outline:none;}

.clear{clear:both;}

p{margin-top:0px; text-align: left;}

img {border:0px;}

form{margin:0px;}

input {outline:none;}

* {box-sizing:border-box; }




header {display:table; width:100%; left:0px; top:0px; background-color:transparent; position:fixed; z-index: 100; transition: all 0.5s ease-in 0s;}

.logo {	display:inline-block; float:left;	margin-top:15px; transition: all 0.5s ease-in 0s;	}

.logo img {width:300px; transition: all 0.5s ease-in 0s;}





h2 {font-family: 'Aboreto', cursive; font-weight:normal; font-size:48px; color:#fff; margin:20px 0px 40px 0px; line-height:100%;}

.top-navigation {	display:inline-block;	float:right;	margin-top:25px; transition: all 0.5s ease-in 0s; }

#top-navigation ul {	list-style: none;	margin:0px;	padding:0px;}

#top-navigation ul li {	display: inline-block;	margin: 0;	padding:3px 30px;	background-image:url(../images/pipe.png);	background-position:right center;	background-repeat:no-repeat;	float:left;}

#top-navigation ul li a	 {display: inline-block;	color: white;	text-decoration: none;	padding: 0px;	font-size:14px;}

#top-navigation ul  .active {  border-bottom:1px solid #ff0000!important; 	font-weight:600;}



.top-navigation-mobile{	display:inline-block;	float:right;	margin-top:50px; transition: all 0.5s ease-in 0s; display:none;}

#top-navigation-mobile ul {	list-style: none;	margin:0px;	padding:0px;}

#top-navigation-mobile ul li {	display: inline-block;	margin: 0;	padding:3px 30px;	background-image:url(../images/pipe.png);	background-position:right center;	background-repeat:no-repeat;	float:left;}

#top-navigation-mobile ul li a	 {display: inline-block;	color: white;	text-decoration: none;	padding: 0px;	font-size:14px;}

#top-navigation-mobile ul  .active {  border-bottom:1px solid #fdec05!important; 	font-weight:600;}




.hero-image {display:block; margin:auto; padding-top:12%;}

#home {  background-image: url(../images/banner.jpg);  background-position: center center;  background-size: cover;  display:block; width:100%; min-height:100%;    }

#about { display:block; width:100%; min-height:100%;   background: #fff; padding:12% 0px; margin-top:0px; background-image:url(../images/bg2.jpg); background-size:cover; background-position:center center; color:#fff;}

#products { display:block; width:100%; min-height:100%;   background: #fff; padding:12% 0px; margin-top:0px; background-image:url(../images/bg3.jpg); background-size:cover; background-position:center center; color:#fff;}

#careers { display:block; width:100%; min-height:100%;   background: #fff; padding:12% 0px; margin-top:0px; background-image:url(../images/bg4.jpg); background-size:cover; background-position:center center; color:#fff;}

#contact {	background-image:url(../images/bg5.jpg); background-size:cover; background-position:center center; 	background-size: cover; min-height:100%; padding:12% 0px 0px 0px; display:block; width:100%; position:relative;  }

.copyright { padding:15px 0px; text-align:center; color:#fff; font-size:12px; text-transform:uppercase; width:100%; letter-spacing:2px;  position:absolute; bottom:0px; left:0px; z-index:10;}




.contact-box {display:table; width:100%; background-color:rgb(255,255,255,0.2); padding:30px; text-align:center; height:320px; color:#fff; line-height:140%;}  

.contact-box img {display:block; margin:30px auto;}

.contact-box span {display:block; margin:30px auto;}

.contact-box.last span  {font-size:24px; font-weight:200;}




.product-box {display:table; width:100%; border:1px solid #444;  padding:20px; text-align:center; height:200px; color:#fff; line-height:140%; margin-bottom:30px;}  

.product-box:hover {background-color:rgb(255,255,255,0.1);}

.product-box img {display:block; margin:auto;}

.product-box span {display:block; margin:10px 0px;}
 













/* Style the tab */
.tab {
  overflow: hidden;
  width:100%;
  background-color:#f1f1f1;
  display:table;
}

/* Style the buttons inside the tab */
.tab button {
	border:0px;
	font-family:poppins;
	font-size:16px;
	background-color:transparent;
	display:inline-block;
	padding:0px;
	margin:35px 40px 35px 40px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom:1px solid #aa1414;
  color:#aa1414;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  width:100%;

}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

/* Style the tab */







#projects  .col-1-of-4 { background-image:url(../images/big-pipe.png); background-position:left top; background-repeat:no-repeat;}

#projects  .col-1-of-4:nth-child(3) {background-image:none;}


#projects h2, #projects .small-heading {text-align:center; display:block;}

.project-box   span {display:block; border-bottom:1px solid #ddd; color:#666; font-size:14px; line-height:32px;}

.project-box   span strong {display:inline-block; float:right; text-align:right; font-weight:300;}

.project-box {background-color:#fff;}

.red-text {color:#aa1414; font-weight:500!important;}

.green-text {color:#0eb02c; font-weight:500!important;}

.hanging-matka {position:absolute; right:100px; top:-26px; display:block;}











/* Grid */


.grid-1280 {display:table; width:1280px; margin:auto;  }

.row {width: 100%; display: table; }

.col-1-of-12 {width: 8.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-11 {width: 9.09%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-10 {width: 10%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-9 {width: 11.11%; float: left; padding-left: 15px; padding-right: 15px; }

.col-8-of-9 {width: 88.89%; float: left; padding-left: 15px; padding-right: 15px; }

.col-7-of-9 {width: 77.78%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-9 {width: 66.67%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-9 {width: 55.56%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-9 {width: 44.45%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-9 {width: 33.34%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-9 {width: 22.23%; float: left; padding-left: 15px; padding-right: 15px; }


.col-1-of-8 {width: 12.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-7-of-8 {width: 87.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-8 {width: 75%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-8 {width: 62.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-8 {width: 50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-8 {width: 37.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-8 {width: 25%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-7 {width: 14.28%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-7 {width: 85.68%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-7 {width: 71.4%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-7 {width: 57.12%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-7 {width: 42.84%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-7 {width: 28.56%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-6 {width: 16.66%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-6 {width: 83.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-6 {width: 66.64%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-6 {width: 49.98%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-6 {width: 33.32%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-5 {width: 20%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-5 {width: 80%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-5 {width: 60%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-5 {width: 40%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-4 {width: 25%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-4 {width: 75%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-3 {width: 33.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-3 {width: 66.66%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-2 {width: 50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-1 {width: 100%;  padding-left: 15px; padding-right: 15px; }


.content {display: block; padding: 10px 0px; background-color: #eee; text-align: center; font-size: 10px; color: #000; border: 1px solid #ccc;}


/* Grid */




















/* Scroll Top */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0px;
	right:0px;	
	z-index:99;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:0;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
	background-color: #ed5f87;
}

.scroll a {padding:25px 0px 0px 0px; display:block; color:#fff; height:50px; width:50px;}

.scroll a span {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  margin:auto;
  animation: buttonarrow 0.6s infinite alternate ease-in-out;
}


@keyframes buttonarrow {
	0% {
		transform: translateY(0);
		opacity: 1.0
	}
	100% {
		transform: translateY(-0.5em);
		opacity: 1.0
	}
}

/* Scroll Top */









/* responsive menu */

.responsive-menu-icon { display:none;}


.responsive-menu-icon {
    display: block;
    cursor: pointer;
    background-color:#ec2208;
    width: 65px;
    height: 65px;
    position: fixed;
    right: 0;
    top: 0px;
    padding: 22px;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
    z-index: 1000;
}

.bar1, .bar2, .bar3 {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */









