
/*Image hero*/
.hero-img .banner-area{
    width: 100%;
    height: 350px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.banner-area h2{
    padding-top:5%;
    font-size: 55px;
    font-family: poppins;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: center;
}
.banner-area p{
  text-align: center;
}
.text-center button {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    border: 2px solid rgb(0, 0, 0);
    padding: 8px;
    width: 350px;
    background-color:transparent;
    color: rgb(0, 0, 0);
    cursor: pointer;
  }

  .text-center button:hover{
    transition: 0.25s;
    background-color:rgb(0, 0, 0);
    color: #ffffff;
  }
  .text-center1 button {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    border: 2px solid rgb(0, 0, 0);
    padding: 8px;
    width: 350px;
    background-color:transparent;
    color: rgb(0, 0, 0);
    cursor: pointer;
  }

  .text-center1 button:hover{
    transition: 0.25s;
    background-color:rgb(0, 0, 0);
    color: #ffffff;
  }
  @media only screen and (max-width:900px) {
    .text-center1 button{
      margin-left: -12px;
      margin-bottom: 20px;
    }
  } 
  .container-button {
    height: 100px;
    position: relative;
  }
  
  .center-button {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


  .btn-center {
    background-color: rgb(255, 255, 255);
    border: 2px solid black;
    color: black;
    padding: 10px 40px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
  }
  
  .btn-center:hover {
    background-color: #000000;
    color: white;
  }
  
  .content-area{
    width: 100%;
    top: 450px;
    background: rgb(219, 243, 243);
    
  }
  .content-area h2{
    font-family: bignoodletitling;
    letter-spacing: 4px;
    padding-top: 30px;
    font-size: 40px;
    margin: 0;
    text-align: center;
  }
  .content-area p{
    text-align: justify;
    margin: 0 20px 0 15px;  
    line-height: 2em;
  }

/*section 1*/

@media only screen and (max-width:776px){
    .hero-img .time-img img{
        width: 100%;
    }
}

.time-img{
  display: flex;
  justify-content: center;
}
.time-img img{
  width: 60%;
}
.sec2 .row{
    margin: 0 100px 10px;
}
.sec2 h2{
    text-align: center;
    margin: 50px;
}
.sec2 .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      width: 50%;
    }
    .sec2 .row{
        margin: 0 10px 10px;
    }
  }

/*values*/
.services{
    /*background: #f1f1f1;*/
    text-align: center;
  }
  .services h1{
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 4px solid #000000;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
  }
  .services p{
      margin: 0 10px 0;
      color:white;
      font-size: 18x;
  }
  .cen{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px;
  }
  .service{
    display: inline-block;
    width: calc(100% / 3);
    margin: 0 -2px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
  }
  .service:hover{
    background: #ddd;
  }
  .service i{
    color: #000000;
    font-size: 34px;
    margin-bottom: 30px;
  }
  .service h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
  }
  .service p{
    color: white;
    font-size: 20px;
    font-weight: 500;
  }
  @media screen and (max-width: 800px) {
    .service{
      width: 50%;
    }
  }
  @media screen and (max-width: 500px) {
    .service{
      width: 100%;
    }
  }
/*benefits*/
section{
  background: #ffffff;
  padding: 0 100px 50px;
}
.about .row{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.row .col150{
  position: relative;
  width: 48%;
}
.titleText{
  color: rgb(255, 255, 255);
  font-size: 2em;
  font-weight: 300;
}
.titleText span{
  color: #e21e1e;
  font-weight: 700;
  font-size: 1.5em;
}
.row .col150 .imgBx{
position: relative;
width: 100%;
height: 800px;
}
.row .col150 .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  object-fit: cover;
  border-radius: 10px;
}
.col150 i{
  margin-right: 3px;
}
@media only screen and (max-width:991px){
  section{
      padding:20px;
  }
  .row{
      flex-direction: row;
  }
  .row .col150{
      position: relative;
      width: 100%;
      margin-left: 20px;
  }
  .row .col150 .imgBx{
    height: 300px;
  }

}
/*Job posting*/
#jobs{
  background: #565656;
  padding: 50px 0;
}
.company-details{
  box-shadow: 0 2px 70px 0 rgba(110,130,208, .18);
  border-radius: 5px;
  margin-bottom: 20px;
}
.job-update{
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.job-update .fas{
  margin-top: 5px;
  margin-right: 10px;
  color: #77d1b1;
}
.job-update small{
  background: #efefef;
  padding: 1px 5px;
  margin: 0 5px;
}
.job-update p{
  margin-bottom: 0 !important;
}
.job-update a{
  text-decoration: none !important;
   color: #b6bed2;
   float: right;
}
.apply-button{
  height: 55px;
  background-image: linear-gradient(to right, #6db9ef, #7ce08a);
  padding: 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.apply-button .btn-primary{
  padding: 0 30px;
  float: right;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent;
  border: 1px solid #fff;
}
.page-link li{
  height: 25px;
  width: 25px;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.page-link li:hover, .active{
  color: #fff;
  background-image: linear-gradient(to right, #6db9ef, #7ce08a);
}
.left-arrow{
  color: #999;
}
.right-arrow{
  color: #29b929;
}
