@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: verdana;
}
body{
  background: white;
}
nav{
  background:#001a33;
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: white;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
}
nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
  background: #001a33;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
}
nav ul li a:hover{
  color:  #00cccc;
  border-radius: 5px;
  box-shadow:  0 0 5px  #00cccc,
               0 0 10px  #00cccc;
}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  /*border-top: 3px solid cyan;*/
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
/*nav ul ul ul{
  border-top: none;
}*/
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 200px;
  float: none;
  display: list-item;
  /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
}
nav ul ul li a{
  line-height: 50px;
}
/*nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}*/
.show,.icon,input{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 968px) {
  nav ul{
    margin-right: 0px;
    float: left;
  }
  nav .logo{
    padding-left: 30px;
    width: 100%;
  }
  .show + a, ul{
    display: none;
  }
  nav ul li,nav ul ul li{
    display: block;
    width: 100%;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  .show{
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
  }
  .show:hover{
    color: #00cccc;
  }
  .icon{
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul{
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a{
    padding-left: 40px;
  }
  /*nav ul ul ul a{
    padding-left: 80px;
  }
  nav ul ul ul li{
    position: static;
  }*/
  [id^=btn]:checked + ul{
    display: block;
  }
  nav ul ul li{
    border-bottom: 0px;
  }
  span.cancel:before{
    content: '\f00d';
  }
}
/*.content{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}*/
header{
  font-size: 35px;
  font-weight: 600;
  padding: 10px 0;
}



/*slideshow*/


img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  z-index: -1;
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.ress{
  max-width: 100%; /*mobile view*/
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}


/*boxes in index page starts*/
.boxes1{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap; 
  padding: 20px;
  margin: 10px;
  background-color:white;
  width: auto;
  text-align: center;
}


.boxes{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap; 
}



.boxes > div{ /*for divs under boxes*/
  padding: 20px;
  margin: 10px;
  background-color:white;
  width: 350px;
  text-align: center;
}


.fa-eye{
  color: #e54d26;
}
.fa-bullseye{
  color: #563d7c;
}
.fa-users{
  color: #2163af;
}

.fa-eye,.fa-bullseye,.fa-users{
  font-size: 4em;
  margin: 1rem;
}

/*boxes ends*/

.footerr {
  background: #001a33;
  padding: 20px;
  text-align: center;
  color: white;
}

/*dropdown*/

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 163px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #d7d8db}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.iska{
 display: flex;
 justify-content:space-around;
 flex-wrap: wrap; 
 padding: 20px;
 margin: 10px;
 width: auto;  
}

.iska2{
 display: flex;
 justify-content:space-around;
 flex-wrap: wrap; 
padding: 10px;
 margin: 10px;
 text-align:center;
 
}


/*product image*/
  .container1{
  background-color:white; 
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap; 
  justify-content: center;
}

.container1> div{
  padding: 10px;
  margin: 20px;
  background-color:white;
  width: 300px;
  height: 280px;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e2e6e9;
}

.res_image {
  width: 100%;
  max-width: 350px;
  height: auto;
  padding-top: 10px;
  margin-right: auto; /*to center image*/
  margin-left: auto; /*to center image*/
  display: block; /*to center image*/
}
