a{
	text-decoration:none !important;
}
/* menu Bar*/
.toggle-nav {
    display:none;
}
.menu{ padding-top:6px;}
.menu ul {
    display:inline-block;
}
 
.menu li {
    margin:0px 40px 0px 0px;
    float:left;
    list-style:none;
    font-size:15px;
}
.top-bar ul li a{color:#84b816 !important;}
 
.menu li:last-child {
    margin-right:0px;
}
.laptop-store {
    position: fixed;
     right: 20px;
    top: 0%;
    
    z-index: 9999;
   
}
 .top-bar {
    background: #323946;
    color: #84b816;
    padding:5px;
    position: relative;
    
}
.top-bar ul li {
    float: left;
    list-style: none;
    padding-top:8px;
    padding-right:30px;
    position: relative;
}
@media only screen and (max-width: 1024px){
}
@media only screen and (min-width: 1025px){

}
 

.menu a {
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#000;
    
}
 
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#84b816;
}
/* menu Bar*/

/*footer*/
.footer ul li{
	list-style-type:none;
	padding-bottom:20px;
	float: left;
	width:100%;
	font-size:15px;
}
.nav1{
	padding-left: 0;
    margin-bottom: 0;
	list-style:none;
}
.footer ul li a{
	float: left;
	width:100%;
	font-size:15px;
	color:#717171;
}
.footer p{
	color:#717171;
	font-size:15px;
}
.footer ul li a:hover{
	
	color:#84b816;
}
.footer-bottom{
	background:#050505;
}
.footer-copyright {
    margin: 10px 0 0 15px;
    
	text-align:center;
}
.footer-copyright span{
	color:#84b816;
}
/* footer */

.border a h4{
	color: #000;
	text-align:center;
	
}
.border a h4:hover{
	color: #84b816;
	text-decoration: none;
	text-align:center;
}

.banner{
	background-image: url("../images/banner.jpg"); 
	height:360px; width:100%;
}
.float{
	float:right;
}
.banner1{
	background-image: url("../images/banner-2.jpg"); 
	height:200px; width:100%;
}
.txt{
	padding-top:70px; 
	color:#fff;
	
}
.txt h1{
	font-size:60px;
}
.border{
	border: 1px solid #e1e1e1;
	padding:30px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	background:#fff;
}

.table1 tr td{
	
	border: 2px solid #333 !important;
}
.table1 tr th{
	 
	
	
	border: 2px solid #333 !important;
	
}
.txt4 th, td{
	font-size:12px;
}
.table1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #70AB06;
    color: white;
}
.table1 tr:nth-child(even){
	background-color: #fff;
}
.table1 tr:hover {
	background-color: #ddd;
}
.txt3{
	color:#84b816; 
	font-size:18px;
	text-align:center;
}	
.red{
	text-align:center; 
	color:red;
}
.border:hover{
	box-shadow: 0 10px 10px 5px grey;
	border-radius:5px;
}

.borderbot{
	border-bottom:2px solid #5a5959;
}

.border1 h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    position: relative;
	padding:15px;
	background:#84b816;
	
}
.border1 h4 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    position: relative;
	padding:15px;
}
.txt2{
	color:#84b816;
	font-size:20px;
}
.border1 h4:hover {
    box-shadow: 0 6px 6px 1px grey;
	background:#84b816;
}
.line {
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #e8ebe2, #84b816, #e8ebe2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #e8ebe2, #84b816, #e8ebe2,); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #e8ebe2, #84b816, #e8ebe2); /* For Fx 3.6 to 15 */
    background: linear-gradient(top right, #e8ebe2, #84b816, #e8ebe2); /* Standard syntax (must be last) */
}
.border5{
	border-bottom: 2px solid #c8c9c5;
	padding-top:10px;
}
.pd1{
	padding-top:20px ;
}
.pd4{
	padding:20px !important;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select,
.form-control {
	height: 65px;
	background-color: transparent;
	border-radius: 3px;
	box-shadow: none;
	color: #1f232b;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	background-color: #ffffff;
	border: 2px solid #e7eaeb;
	border-radius:20px;
}

input[type="text"] + .theme_button,
input[type="email"] + .theme_button,
input[type="url"] + .theme_button,
input[type="password"] + .theme_button,
input[type="search"] + .theme_button,
input[type="tel"] + .theme_button,
input[type="number"] + .theme_button,
input[type="date"] + .theme_button,
textarea + .theme_button,
select + .theme_button,
.form-control + .theme_button {
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	color: #ffffff;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}

input[type="text"] + .theme_button i,
input[type="email"] + .theme_button i,
input[type="url"] + .theme_button i,
input[type="password"] + .theme_button i,
input[type="search"] + .theme_button i,
input[type="tel"] + .theme_button i,
input[type="number"] + .theme_button i,
input[type="date"] + .theme_button i,
textarea + .theme_button i,
select + .theme_button i,
.form-control + .theme_button i {
	font-size: 1em;
	top: 0;
}

input[type="text"] + .theme_button.no-bg-button,
input[type="email"] + .theme_button.no-bg-button,
input[type="url"] + .theme_button.no-bg-button,
input[type="password"] + .theme_button.no-bg-button,
input[type="search"] + .theme_button.no-bg-button,
input[type="tel"] + .theme_button.no-bg-button,
input[type="number"] + .theme_button.no-bg-button,
input[type="date"] + .theme_button.no-bg-button,
textarea + .theme_button.no-bg-button,
select + .theme_button.no-bg-button,
.form-control + .theme_button.no-bg-button {
	font-size: 14px;
	color: #2f82c6;
	background-color: transparent !important;
	border-color: transparent !important;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.text {
  background-color: #638d0a;
  color: white;
  font-size: 14px;
  padding: 14px 20px;
}
.border:hover .middle {
  opacity: 1;
}
.pd{
	padding-bottom:20px;
}
.pd2{
	padding-top:20px;
}
.middle {
  
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.footer{
	background:#151515;
	
}
.f-menu-list {
    margin-bottom: 20px;
    padding-top: 30px;
}
.pd1{
	padding-bottom:60px;
	background:#ececec;
}
.txt1{
	color:#fff;
}
.list{
	color:#717171
}

/* responsive */
}
@media screen and (min-width: 860px) {
    .menu {
        width:100%;
        padding:10px 18px;
        }
		
}
@media screen and (max-width: 1150px) {
    .wrap {
        width:90%;
    }
	
}
@media screen and (max-width: 860px) {
    .menu {
        position:relative;
        
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        
       position: absolute;
top: 313%;
left: 18px;
padding: 10px 18px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
border-radius: 3px;
background: #fdfdfd;
    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #fdfdfd;
    }
 
    .menu li {
       margin: 5px 0px 5px 0px;
float: none;
display: block;

padding: 2px 4px 2px 1px;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:10px;
        float:right;
        display:inline-block;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#e7e6e68c;
        
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        
    }
	.pd2{
	padding-top:0px;
	}
	.txt1{
	color:#fff;
	font-size:18px;
}
	
}
.shop{background-color: #85b906; border-radius: 30px; padding:5px;}
.shop a {
   color: #fff!important;
   font-size:15px;
    }
	

@media only screen and (max-width:991px){.footer-fix,.footer-fix a{color:#fff!important}.footer-fix{position:fixed;bottom:0px;padding:15px 0px;width:100%;font-size:15px;text-align:center;z-index:99999;background-color:#2e82c4;border-top:4px Solid #006fbc!important}body{overflow-x:hidden!important}.footer-fix .border1{border-right:3px solid #0079cc;}#mySidenav a{position:fixed;right:-85px;transition:.3s;padding:15px;z-index:999999;text-decoration:none;font-size:20px;color:#fff;border-radius:5px 0 0 5px}#mySidenav a:hover{right:0}#enquiry{top:50%;background-color:#00dab3} .num{color:#fff; background:#1daafc; padding:5px; border-radius:20px; border:3px solid #fff;} .dn1{display:none; }}@media only screen and (min-width:992px){.footer-fix{Display:none}#mySidenav{display:none}
}