/*------------------ Media Queries -------------------------*/
@media screen and (max-width:962px) {
  .navbar-collapse {
	position: absolute;
	top: 60px;
	left: 0% !important;
	width: 100% !important;
	min-height: 700px;
	}
   .about_img {
   margin-left: 0px;
} 
.list_item li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 5px 0 -5px;
    color: #8faf05;
    font-size: 22px;
}
.client_box .client_txt {
  border:1px solid #e6e6e6;
 
  position: relative;
  text-align: center;
}
}
@media screen and (max-width:992px)  {
	.fixed-header .navbar-toggler  {
		margin-top: -45px;
	}
	.navbar-brand {
      margin-bottom: -50px;
   }
   .logo {
     height: 120px;
  }
  .tagline_section {
  	padding:50px 0px;
  }
  .title1 {
    font-family: 'Damion', cursive;
    font-size: 2.5em;
    color: #937700;
  }
  .tagline_section h4 {
  	font-size: 18px;
  }
  .years {
    height: 150px;
  }
  	.badges {
    position: absolute;
    top: -30px;
    left: 30%;
    right: 30%;
    z-index: 1 !important;
}
.counter {
	margin-top: 60px !important;
}
.lev1 {
    position: absolute;
    top: -25px;
    right: 50px;
}
.lev1 img {
    height: 145px;
}
.cr1 {
	display: none;
}
.product1 h4 {
	margin-top: 20px;
}
 .mb_center {
 	text-align: center;
 }	
    .about_img {
   margin-left: 0px;
} 

.all_banner3 .heading span {
  font-size: 0.7em!important;

}
.all_banner3 .heading b h6  {
 font-size:14px;

}
.scroll-down {
  position: absolute;
  top: 70%;
}
}
@media screen and (max-width:1357px)  {
	.navbar-nav li .nav-link {
		font-size: 0.7em;
	}
	   .about_img {
   margin-left: -20px;
} 
}
@media screen and (max-width:1200px)  {
.navbar-collapse {
position: absolute;
top: 60px;
left: 70%;
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
width: 40%;
min-height: 700px;
transition: all 0.5s ease;
display: block;
background: rgba(255,255,255, 0.99);
margin-top: 35px;
z-index: 10;
}
.navbar-collapse.collapsing {
height: auto !important;
margin-left: 70%;
transition: all 0.3s ease;
display: block;
}
.navbar-collapse.show {
right: 0;
}
.social_icons {
	display: none;
}
.navbar-nav li:hover .nav-link {
    color: #8faf05;
}
.navbar-nav li .nav-link {
    color: #000;
    font-size: 13px;
   }
   .navbar-nav li .nav-link:hover {
    color: #8faf05;
    font-size: 13px;
   }
   .mega-dropdown-menu {
   	margin-top: 0px;
   	min-width: 100%;
   }
   .mega-dropdown-menu hr {
      margin:0px;
    }
   .mega-dropdown-menu h4 {
    font-size: 13px;
   }
   .mega-dropdown-menu .mega_link {
   	font-size: 13px !important;
   	padding-right:17px !important;
   }
   .fixed-header .navbar-collapse   {
    margin-top: 0px !important;
      padding-top: 80px !important;
   }

}
/*------------------ Media Queries -------------------------*/