sup {
   font-size:6px;font-weight:bold;
}
/**************Navigation Menu*********************/
.navlistContainer {
    list-style: none;
    display:block;
   float:right;
}
.navlist {
    display: inline-block;
    padding: 20px 0 20px;
    vertical-align: middle;
}
.navlist a:hover, .navlist a:focus, .navlist a:active {
    color: #999;
    text-decoration: none;
}
.navlist a  {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.navlist a {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}
.activeClassName {
  border-bottom: 3px solid black;
}
.logoImg {
    margin:42px;
    max-width:125px;
}
/******************hamburger menu*********/
.hamburger {
  display: none;
  float:right;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

/***************** paragraph style****************/
.paraClass{
   margin:3% 20%; 
   font-size:20px;
   line-height: 25px;
}

.paraContainer{
  width: 80%;
  padding: 20px;
  background-color: #f7f7f7;
  margin: auto;
  clear: both;
}

.aboutParalist{
  margin:0 25%;
}
.workClass{
  font-size:20px;
  line-height: 25px;
}

/************** How it works style***********/
.topContainer{
  background-color:#f7f7f7;
  padding: 2%;
  margin: auto;
  width:80%;
  clear:both;
}
.mainContainer {
  position:relative;
  margin:auto 5%; 
  height:1000vh;
}
.container2{
  position:absolute; 
  width:45%; 
  top:-50; 
  height:1000vh; 
  left:0;
}
.container1 {
  position:relative;
  margin:auto;
  width:100%;
}
.imgContainer{
  position:absolute; 
  top:120; 
  left:0; 
  width:100%;
}
.container4 {
  width:50%; 
  position:absolute; 
  right:0; 
  top:60;
}
.container3 {
  position:relative; 
  height:100vh;
}
.container5{
  position: absolute; 
  left:0%; 
  top:35%; 
}
.common {
    max-width:80%;
  }

/*************Mobile style ************/
.mobiletopContainer{
  display:none;
  clear: both;
}
.mobileinner1 {
  padding-bottom: 100px;
  margin:30px;
}
.mobileinnerText {
  text-align:center;
  font-size:18px;
}
.mobileinnerText li{
  text-align:left;
}
.mobileinnerText h3 {
  text-align:center;
}

@media only screen and (min-width:1000px) and (max-width:1400px){
  .container5 {
    top: 27%;
  }  
  .common {
  max-width:90%;
}
}
@media only screen and (min-width:800px) and (max-width:999px){
  .container5 {
    top: 15%;
  }
   .common {
    max-width:90%;
  } 
}
@media only screen and (min-width:900px) and (max-width:1600px){
  .paraClass{
    margin:3% 10%;
  }

}
@media only screen and (max-width:1000px){
  .paraClass{
    margin:3%;
  }

}
@media only screen and (max-width:999px){
  .mobiletopContainer {
    display:block;
  }
  .topContainer{
    display:none;
  }
  .common{
    max-width: 50%;
    display: block;
    margin: auto;
  }
  .navlist {
    display:block;
    text-align: center;
    padding: 0;
  }
  .activeClassName {
    border-bottom: none;
  }
  .navlistContainer {
    position: fixed;
    left: -110%;
    top: 0;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow:0 10px 27px rgba(0, 0, 0, 0.05);
    height:100vh;
  }
  .navlistContainer.active {
    left: -10%;
  }
  .navlist {
    margin: 2.5rem 0;
  }
  .navlist a {
    font-size:16px;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    margin: 20px 10px 50px;
  }
  /***************hamburger animation ******************/
  .hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }
}
@media only screen and (max-width:499px){
  .mobiletopContainer{
    padding-top: 0px;
  } 
  .common {
    max-width:80%;
  }
}
@media only screen and (min-width:1070px) and (max-width:1150px){
    .logoImg{
        margin: 42px 5px;
    }
}
@media only screen and (max-width:1069px){
    .logoImg{
        margin: 20px 5px 0;
    }
}
