﻿body, html {
  height: 100%;
  margin:0;
  overflow-x: hidden; /* Hide horizontal scrollbar */ 
}

.WelcomePage {
  position:relative; 
}

.WelcomePage .UpperPanel{
  position:absolute;
  background:rgba(46, 49, 49, 0.5);
  top:0%;
  left:0%;
  padding:1px;
  width: 100%;
}
.WelcomePage .UpperPanel h2{
  font-family: sans-serif;
  font-size:20px;
  font-weight:normal;
  color:#FFFFFF;
  padding-top: 0px;
}

.WelcomePage .UpperPanel button{
  border:none;     
  background-color:rgba(255,255,255,0);
  padding-top: 0px;
  font-family: sans-serif;
}

.WelcomPageOurExpertise {
 /* position:relative; */
 /* display: block; */ 
 overflow: auto;
}

.WelcomPageOurExpertise .button {
  border:none;  
  background-color:rgba(46, 49, 49, 0.8);  
  padding-top: 0px;
  color: white;   
  font-size: 25px;   
  /* font-size: 20px;   */
  padding: 15px 25px; 
  font-family: sans-serif;  
  text-decoration: none;
}


.WelcomPageOurExpertise img 
{
  max-width: 100%;
  display: block;
}




