.maine{
    font-size: 60px;
    font-weight: bolder;
    text-transform: none;
    color: #111;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  
  }
  .sidesquare{
  margin-left: 200px;
  margin-top: 0px;
  margin-right: 5px;
  background-color: #b9b8b8;
  width: 200px;
  height: 120px;
  }
  .one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
}
  .jobcontainer {
   
    margin-top: 0px;
    display: block;
    text-align: justify;
    margin-left: 40px;
    margin-right: 50px;
    margin-bottom: 0px;
    text-transform: none;
    font-size: 35px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 30px;
}
  #tabs li {
    list-style: none;
    display: inline-block;
    text-underline-position: below;
    padding: 5px 10px;
    cursor: pointer;
    justify-content: center;
  }
  .tabs{
    justify-content: center;
    margin-left: 40%;
  }
  #container>div {
    width: 300px;
    height: 200px;
    padding: 10px;
    border: 1px solid #000;
    display: none;
  }
  
  #container>div.active {
    display: inline-block;
    text-underline-position: below;
  }




  * {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #fff;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

.tablink:hover {
  background-color: #fffffffffff;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: #111;
  display: none;
  padding: 100px 20px;
  height: 100%;
}


#Home {background-color: #fff;}
#News {background-color: #fff;}
#Contact {background-color: #fff;}
#About {background-color: #fff;}




.h4{
    font-size: 20px;
    font-weight: bold;
   
    color: #05093f;
}

.asidel{
    float: left;
   
    font-weight: bold;
}

.asider{
    float: right;
    font-weight: bold;
}

.p{
    font-size: 20px;
    font-weight: 500;
}






.block{
    
}


  .rectangle{
    max-width: 100rem;
    height: 100rem;
    position: relative;
    margin-top: 20px;
    
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f7f7f7;
  }

  .left-text {
    
        position: absolute;
        top: 20px;
        left: 30px;
   
  }
  .left{
    font-size: 35px;
    margin-left: 30px;
    margin-top: 60px;
    font-weight: bolder;
    text-transform: none;
    color: #fff;
    text-align: start;
    font-family: Arial, Helvetica, sans-serif;
  }
  .right{
    font-size: 20px;
    margin-right: 10px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: none;
    color: #080241;
    text-align: start;
    font-family: Arial, Helvetica, sans-serif;
  }

  .rightty{
    font-size: 18px;
    margin-right: 30px;
    margin-top: 0.5px;
    font-weight: lighter;
    text-transform: none;
    color: #fff;
    text-align: start;
    font-family: Arial, Helvetica, sans-serif;
  }
  .para{
    font-size: 20px;
    margin-left: 30px;
    margin-top: 30px;
    font-weight: 100;
    text-transform: none;
    color: #fff;
    text-align: start;
    font-family: Arial, Helvetica, sans-serif;
  }
  .right-text {
    position: absolute;
    top: 0;
    left: 700px;
    right: 120px;
    font-size: 18px;
    margin-right: 0px;
    margin-top: 10px;
    text-transform: none;
    color: #080241;
    text-align: start;
    font-family: Arial, Helvetica, sans-serif;
}
  .btn {
    padding: 1em 0;
    text-align: center;
  }
  
  .btn a {
    background: #150347;
    padding: 15px 5px;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
  }
  .hidden{
    display: none;
    font-size: 18px;
    margin-right: 30px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
  .button {
    background-color: #fff;
    border: none;
    color: #111;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 200px;
    margin-left: 15px;
    margin-top: 15px;
  }

  .button4 {border-radius: 36px;}

  .vertical {
    border-left: 1px solid #b9b8b8;
    height: 100%;
    position: absolute;
    left: 50%;
    opacity: 1;
}

.hot {
    position: absolute;
    top: 20px;
    width: 150px;
    margin-left: 0;
    background: rgb(88 237 245);
    color: #05093f;
    text-transform: uppercase;
    z-index: 2;
    text-align: center;
    height: 30px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

