
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.mega-link{
    padding: 12px 0px !important;
}
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
@media (min-width: 992px){
    .dropdown-menu{
        right: 0;
    }
}
    


/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo ,.demo1,.demo2,.demo3 {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* tabs */
 /* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  margin: 2px;
  background-color: #f1f1f1;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 50px 12px;
  border: 1px solid #ccc;
  margin-top: 2px;

}

#totop{
    text-decoration: none;
    display: block;
    position: relative;
    left: 90%;
	overflow: hidden;
	z-index: 999; 
	width: 60px;
	height: 60px;
	border: none;
	text-indent: 100%;
    
    background: url(../img/arrow.png) no-repeat 0px 0px;
}
.product-row{
    margin-bottom: 70px;
}
/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}
.show {
    display: block;
}



/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #2c3e50;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #F15A24;
}

/*--//slider --*/
/*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../img/Slider4.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
    background-position: center;
	min-height:700px;
}
.w3layouts-banner-top1{
	background: url(../img/SL2.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
    background-position: center;
	min-height:700px;
}
.w3layouts-banner-top2{
	background: url(../img/Slider2.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
    background-position: center;
	min-height:700px;
}
.w3layouts-banner-top3{
	background: url(../img/Slider3.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
    background-position: center;
	min-height:700px;
}
.w3layouts-banner-top4{
	background: url(../img/Slider1.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
    background-position: center;
	min-height:700px;
}
.agileits-banner-info h3 {
    color: #F15A24;
    font-size: 6em;
    margin: 0.1em 0 0.2em 0;
    margin-left: 4%;
    font-weight: 700;
	text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	-moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
	
}
.agileits-banner-info h3 span{
	    background: #2529d8;
    padding: 0 15px;
}
.agileits-banner-info {
    text-align: left;
    padding:20em 0 0em;
}
.agileits-banner-info p {
    color: #fff;
    font-size: 1.2em;
    line-height: 2.2em;
    font-weight: 500;
    text-align: left;
}
.agileits_w3layouts_more{
	position:relative;
}
.agileits_w3layouts_more a{
	    font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.agileits-banner-info span {
	background:#de0f17;
    padding: 0.5em 2em;
    color: #fff;
    font-size: 1.1em;
    padding: 5px 2em;
    text-transform: uppercase;
}
@media(max-width:796px){
  .agileits-banner-info p{
    padding: 16px;
    text-align: center;
  }
  .agileits-banner-info h3{
    font-size: 3em;
    text-align: center;
  }
}
/*-- //banner-top --*/ 

.gal{
    margin-right: 0px !important;
    margin-left: 0px !important;
    
}

.coll{
    width: 10.66% !important;
}

@media(max-width:796px){
.coll{
    width: 16.66% !important;
}
    .agileits-banner-info {
    text-align: left;
    padding:22em 0 0em;
}
    }



.carousel-cell {
  width: 33%; /* full width */
  height: 160px; /* height of carousel */
  margin-right: 10px;
}



/* smaller, dark, rounded square */
.flickity-button {
  background: #333 !important;
}
.flickity-button:hover {
  background: #F90 !important;
}

.flickity-prev-next-button {
  width: 30px !important;
  height: 30px !important;
  border-radius: 5px !important;
  opacity: 0.5;
}

/* icon color */
.flickity-button-icon {
  fill: white !important;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px !important;
}
.flickity-prev-next-button.next {
  right: -40px !important;
    margin-top: 0px !important;
}

@media(max-width:796px){

    .flickity-prev-next-button.previous {
  left: 0px !important;
}
.flickity-prev-next-button.next {
  right: 0px !important;
    
}
    }

.alert-msg{
    display: none;
    text-align: center;
    padding: 15px;
    border-radius: .25em;
    margin: 15px;
    background-color: lightgreen;
}

/* our proffesionals */
.single_industries{
    margin-top: 15px;
}
.single_industries img{
    width: 360px;
}

/* mega menu hover */


@media(min-width:980px){
    .nav-item:hover .dropdown-menu{
        display: block;
    }
}



/* logo */

.navbar-brand img{
    width: 266px;
}

/* footer info */
.footer-area ul{
    padding-left: 4.5%;
}
.footer-area li{
    font-size: 16px;
    color:#F15A24;
}

/* contact info */
.contact-section ul{
    padding-left: 4.5%;
}
.contact-section li{
    font-size: 20px;
    color:#F15A24;
    margin-bottom: 25px;
}
.contact-section p{
    padding-top: 5px;
    text-align: left;
}

/* Breadcrumbds images */
.compress{
    background-image: url(../img/Products/air-compressor.jpg);
}

.spray{
    background-image: url(../img/Products/Spray-gun.jpg);
}

.spare{
    background-image: url(../img/Products/Spare-parts.jpg);
}
.glaze{
    background-image: url(../img/Products/glaze-equipment.jpg);
}
.pnl{
    background-image: url(../img/Products/Plasma&laser.jpg)!important;
}


/* footer text */

.footer-text a{
  text-transform: uppercase !important;
}