*{
  	margin:0px;
  	padding:0px;
  }
#container ul{
	list-style:none;
  text-align:center;
  float:right;
  margin:0px;
}
body{width:100%;
}

.margin-5{
  margin-top:70px !important;
  margin-left:0px !important; 
  margin-right:0px !important;
  margin-bottom:0px !important;
}

#container ul li{
/* background-color:#758582;
*/	/*width:100px; */
    /*border:1px solid white;*/
    height:48px !important;
    line-height:50px;
    font-family: inherit;
    font-style: normal;
    text-align:center;	
    /*text-transform: capitalize;*/
    float:left;
    color:black;
    font-size:18px;
    position:relative;
    display:inherit;
    z-index: 999;
}


#container ul li:hover {
background-color:white;
border-bottom: 2px solid green;
}
#container ul ul{
display:none;
background-color: white;
}
#container ul li:hover> ul{
  width: 100%;
  display:block;
  margin-top:-3px;

}
#container ul li ul li:hover> ul{
	display:block;
  margin-top:3px;
  margin-left:110px;

}
#container ul li ul li{
  background:white;
  
}

.sample{
	margin-left:100px;
	top:-5px;
	position:absolute;
}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}



.menustyle{
  font-family: inherit;
/*  height:40px !important;
*/}

#container #home_button{
  width:80px;
}

#container #About_button{
  width:109px;
}

#container #Services_button{
  width:110px;
}

#container #Industry_button{
  width:100px;
}

#container #Pricing_button{
  width:77px;
}

#container #Contact_button{
  width:115px;
}
#container #Services_button_HIMS{
  width:290px;
  text-align: left;
}
#container #Services_button_LIMS{
  width:290px;
  text-align: left;
}

}
#container #Services{
  width:150px;
}

.col-lg-5{
    width:46.666667%;
    background-color: #ffffff;
  }


.image-box{
  padding: 15px;
    border: 2px solid #fdfdfd;
    box-shadow: 0px 0px 3px 6px #b6bbbf94;
    margin: 20px;
}

/*.image-box{
    padding: 15px;
    border: 2px solid:white;
    box-shadow: 0px 0px 3px 6px; 
  }*/

.image-box:hover{
    /*padding: 15px;
    border: 2px solid #fdfdfd;
    box-shadow: 0px 0px 3px 6px #b6bbbf94;
    margin: 20px;
    background: #13090c94;*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

 /*Split the screen in half */
.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/*.color {
  background: #3f61a0;
  color: white;  
}*/
.drop{
  width:350px;
  height:38px;
}
.massage{
  width:350px;
  height:150px;
}

.textsize{
  background-color: transparent;
  text-align: center;
  letter-spacing:0em;
  font-style:normal;
  text-transform: none;
  font-family: Helvetica,Arial,sans-serif;;
  font-weight: 300;
  margin: 0.47em 0em 0em 0em;
  padding:1.01em 0em 0em 0em;
  font-size:16px;
  line-height:1.6;
  color:hsl(0, 6%, 15%);
}
  .x-text{
    min-width:1px;x
}


/*this for header fixed*/
.navbar {
 /* overflow: hidden;*/
  background-color: #d8d0d029;
  color: inherit;
 /* position: fixed;*/
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #080808;
  text-align: center;
  padding: 1px 4px;
  text-decoration: none;
  font-size: 19px;
}

.navbar a:hover {
  color: black;
}


.footer {
  /*padding: 10px;*/
  height: 300px; 
 /* background: #ddd;*/ /* Grey background */
   width: 100%;
  /* background-color: #f1f1f1;*/
   color: white;
  }


.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px;
  } 


.column2 {
  float: left;
  width: 100%;
  padding: 2px;
  height: 417px ;
  background:white;
  } 

  .column3 {
  float: left;
  width: 50%;
  padding: 5px;
  height: 500px;
  } 
  
  .column4 {
  float: right;
  width: 50%;
  padding: 5px;
  } x




.column1 {
  float: left;
  padding: 10px;
  height: 300px;
}


.mousehover {
  float: left;
  position: relative;
  width: 33%;
  padding: 1px;
}

.image {
  display: block;
  width: 70%;
  height: auto;
  border-radius: 10px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 90%;
  height: 0;
  transition: .5s ease;
  text-align: center;
  opacity: 0.5;
}

.mousehover:hover .overlay {
  height: 50%;
  text-align: center;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 55%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




#contactform
{
  border: 5px solid #5489d9;
  border-left:none;
  border-radius:5px;
  width: 300px;
  position: fixed;
  top:111px;
}
.sonu{
  border: 5px solid #5489d9;
}

#contact-button{
   width: 17%;
    padding: 7% 6%;
    cursor: pointer;
    margin-left: -49px;
    margin-top: 40px;
    font-size: 23px;
    color: white;
    position: absolute;
    z-index: -1;
    border: 5px solid #5489d9;
    border-left: none;
    background-color: #5489d9;
    border-radius: 5px;
}

#contact-demo{
    padding: 3% 6%;
    border-left: none;
    background-color: #dee1e4;
}

#bookademoFrm
{
  box-sizing: border-box;
}

.rotated-text {
  display: inline-block;
    white-space: nowrap;
    transform: translate(-9px,171px) rotate(270deg);
    transform-origin: 0 0;
    box-sizing:border-box;
}


.rotated-text:before
{
     content: "";
     float: left; 
     margin-top: 100%; 
   }


.card{
  border: 15px solid #5489d9;
    border-radius: 4px;
    background-color: white;
    margin-top: -2px;
    padding: 15px
  }

.form-group {
    margin-bottom: 15px;
}

.name
{
  box-sizing: border-box;
}

.error-message
{
color: #F30;
}

.form-group
{
  margin-bottom: 15px;
}



#panel, #flip {
  padding: 5px;
  text-align: center;
  background-color: #e5eecc;
  border: solid 1px #c3c3c3;
}

#panel {
  padding: 50px;
  display: none;
}

.hidecontact{
margin-right: -300px !important;
}








