body{
    margin: 0px;
    padding: 0px;
}
.navLogo{
    padding-right: 10rem;
}
.nav-link{
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.nav-link:hover{
    color:#e2bf5e;
}
a.nav-link{
  margin-right: 5px;
}
.active{
  color:#e2bf5e !important;
  border-bottom: 1px solid #e2bf5e;
}
.bar{
  background-color: #e2bf5e; 
  height: 10px;
}
.bar1{
  background-color: #e2bf5e; 
  height: 5px; 
  width: 20rem;
}
.footer{
  background-color: #1e4348;
}
.footer-bar{
  background-color: #e2bf5e;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif; 
  font-weight: bold;
  font-size: 13px;
  height: 30px;
}
#banner{
    background-image: url(/img/banner-contact.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 18rem;
    margin-bottom: 100px;
}
#buttom-banner{
    background-image: url(/img/banner-career.jpg);
    height:30rem;
}
.img {
    position: absolute;
    top: -50px;
    left: 20rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
}
section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
}

.section-overlap {
    background-color: rgba(0,255,0,0.3);
    padding-top: 100px;
    margin-top: -20px;
}
#banner-top{
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    font-weight: 600; 
    
}

#box{
    border: 2px solid #e2bf5e;
    border-radius: 5px;
}
.send-resume{
    border: 1px solid #e2bf5e;
    background-color: #e2bf5e;
    color:#ffff;
    border-radius: 20px;
    padding: 5px;
}
#buttom-banner{
    background-image: url(/img/contact-img.jpg);
    height:13rem;
}
.input-forms{
    width: 100%;
    height: 10%;
    margin-top: 10px;
}
.input-forms1{
    width: 100%;
    height: 15%;
    margin-top: 10px;
}
.bttn{
    background-color: #ffff;
    color: #000;
    border: 2px solid #e2bf5e;
    padding: 10px;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.bttn:hover{
  background-color: #e2bf5e;
  color: #ffff;
}
.content-text{
    color:#e2bf5e;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    
}
.content-title{
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
.footer-icon{
  color: #ffff;
  font-size: 30px;
  margin-top:30px;
}
#aboutus{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.about-content{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: justify;
  margin-top: 30px;
}
#contact{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.contact-text{
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: 40px;
}
.employee{
  border: 2px solid #e2bf5e;
  border-radius: 25px;
  font-size: 12px;
}
.employee:hover{
  background-color: #e2bf5e;
  color:#ffff;
}
.client{
  border: 2px solid #e2bf5e;
  border-radius: 25px;
  font-size: 12px;
}
.client:hover{
  background-color: #e2bf5e;
  color:#ffff;
}
.icon{
  color: white;
  font-size: 15px;
  /* border: 1px solid black; */
  border-radius: 50%;
  padding: 10px;
  background-color: #e2bf5e;
}
.contact-us{
  color: #e2bf5e; 
  font-family: 'Playfair Display', serif;
}
.col-1{
  padding-top:3.5px;
}
.rweb{
  color:#000;
}
.employee {
  padding: 10px 25px;
  border: unset;
  border-radius: 25px;
  color: #fff;
  z-index: 1;
  position: relative;
  font-weight: 1000;
  font-size: 12px;
  transition: all 250ms;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #e2bf5e;
}

.employee::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 0;
border-radius: 15px;
background-color: #e2bf5e;
z-index: -1;
-webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
transition: all 250ms
}

.employee:hover {
color: #fff;
}

.employee:hover::before {
width: 100%;
}
.client {
  padding: 10px 25px;
  border: unset;
  border-radius: 25px;
  color: #fff;
  z-index: 1;
  position: relative;
  font-weight: 1000;
  font-size: 12px;
  transition: all 250ms;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #e2bf5e;
}

.client::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 0;
border-radius: 15px;
background-color: #e2bf5e;
z-index: -1;
-webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
transition: all 250ms
}

.client:hover {
color: #fff;
}

.client:hover::before {
width: 100%;
}
.tag{
  padding-top: 5px;
}



@media only screen and (max-width: 600px) {
    #banner{
    background-size: auto;
    }
    #buttom-banner{
    height:45rem;
    }
    .img {
    position: absolute;
    top: -50px;
    left: 5rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
    }
    .employee{
      width: 10rem;
      padding: 10px;
      margin-top: 5px;
    }
    .client{
      width: 10rem;
      padding: 10px;
      margin-top: 5px;
    }
    .active{
      width: 8rem;
    }
    .navbar-brand img{
      width: 190px;
    }
    .contact-us{
        margin-top: -20px;
    }
    #banner-top{
      font-size:15px; 
  }
  .contact-text{
    margin-left: 10px;
  }
  .footer-bar{
    height: 45px !important;
  }
}
@media only screen and (max-width: 375px) {
    #banner{
      height: 20rem;
      
    }
    #buttom-banner{
    height:45rem;
    }
    .img {
    position: absolute;
    top: -50px;
    left: 5rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
    }
    .employee{
      width: 10rem;
      padding: 10px;
      margin-top: 5px;
    }
    .client{
      width: 10rem;
      padding: 10px;
      margin-top: 5px;
    }
    .active{
      width: 8rem;
    }
    .navbar-brand img{
      width: 190px;
    }
    .footer-bar{
      height: 45px !important;
    }
}

.btn-posnawr {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: black;
  position: relative;
  line-height: 28px;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 10rem;
  text-transform: uppercase;
  border: 2px solid #e2bf5e;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
}
.btn-posnawr span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #e2bf5e;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-posnawr:hover {
  color: #000;
}
.btn-posnawr:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-posnawr:active {
  background-color: #e2bf5e;
}