html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: white;
}
a {
  text-decoration: none;
}
* {
  padding: 0px;
  margin: 0px;
  /* box-sizing: border-box; */
  font-family: Arial, sans-serif;
  /* font-size: 14px; */
  /* letter-spacing: 6px; */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  /* display: block; */
}
.lgo {
  max-width: 40px;
  padding-right: 10px;
}
.lgo img {
  width: 100%;
}
.lgo, .welcome_txt h1 {
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}
.exp_link{
  display: inline-block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}
#logo_white{
  border-right: solid white 1px;
}
#logo_green{
  border-right: solid #275d38 1px;
}
#logo_tab{

}
a {
  text-decoration: none !important;
}

.welcome_txt {
  padding: 20px;
  position: fixed;
  z-index: 99999999999999;
}
.welcome_txt a{
  float: left;
  margin-right: 10px;
}

.anx{
  position: fixed;
  z-index: 99999999999999;
}
.anx a{
  width:172px;
}
.anx .exp_link{
  margin-left: 6px;
}
.logo_tab{

  top: 170px;
  left: -84px;
  padding: 8px 15px;
  -webkit-transform: rotate(270deg); /* Safari and Chrome */
  -moz-transform: rotate(270deg);   /* Firefox */
  -ms-transform: rotate(270deg);   /* IE 9 */
  -o-transform: rotate(270deg);   /* Opera */
  transform: rotate(270deg);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
}
