/*Copyright © Designed and developed by Mr. Abdul Rahman allowed to use only for Intelligent Controls and Automation*/

.container {
    
    cursor: pointer;
    position: fixed;
    width: 35px;
    right: 12px;
    top: 12px;
    z-index: 2;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
  }

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

.change .bar2 {
  opacity: 0;
}

.pic img {
  width: 100%;
}

.showSlide {
  width: 100%;
}


.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
  background-color: #ffffff;

}


.ourmission, .oursol {
width: 100%;

}

.navbar {
background-color: #000000;
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 0%;
margin-top: 0;
transition: 0.5s;
z-index: 2;
padding-top: 70px;
}

.navbar a {
color: #ffffff;
width: 100%;
text-align: left;
padding-left: 20px;
margin-top: 1em;


}

.navbar a.active {
    color: #ffffff;
    background-color: #FF4C33;
    border-bottom: none;
    padding-top: 12px;

}

.colpasenav {
    width: 60%;
}

.cont a {
  position: relative;
  display: inline-block;
  right: auto;
  top: auto;
}

.shopbtn {
  position: relative;
  display: inline-block;
  right: auto;
  top: auto;
}

.cont,.shopbtnp {
  z-index: 2;

  width: 60%;
  position: fixed;
  text-align: center;
  right: 0;
  opacity: 0;
  bottom: 0px;
  transition: 0.5s;

}


.contopen {
  opacity: 1;
  bottom: 50px;

}


.shopbtnpopen {
  opacity: 1;
  bottom: 100px;

}

#blackshade {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000071;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 1;
}

.products {
  width: auto;
}



footer.temp {
  padding-left: 0;
}

.adblock {
  margin-left: 0;
  margin-top: 20px;
}

img.logo {
  width: 3.5em;
}

.logo {
  margin-right: 0;
}

header h1 {
  margin-left: 0;
  font-size: 2em;
  margin-top: 0.2em;
}

header h1.secondprt {
  font-size: 1.1em;
}

form.contform {
  width: 90%;
}

.contact {
  padding-top: 50px;
  padding-bottom: 50px;

}

.left, .right {
  color: #ccbfbf;
}