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;
}
.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;
}
.footer{
  background-color: #1e4348;
}
.footer-bar{
  background-color: #e2bf5e;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:13px;
  height: 30px;
}
.card-title{
  color: #e2bf5e;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: bold;
}
.card-date{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.card-text{
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
}
.content-title{
  color: #e2bf5e;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
}
.content-text{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  line-height: 2rem;
  font-weight: bold;
  text-align: justify;
}
.publish-date{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  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;
}
iframe{
  margin-top: 30px;
}
.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) {
    .img {
    position: absolute;
    top: -50px;
    left: 5rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
    }
    iframe{
      width: 320px;
      height: 315px;
      margin-left: 10px;
    }
    .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-text{
      margin-left: 10px;
    }
    .footer-bar{
      height: 45px !important;
    }
}
@media only screen and (max-width: 375px) {
    .img {
    position: absolute;
    top: -50px;
    left: 5rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
    }
    iframe{
      width: 320px;
      height: 315px;
      margin-left: 10px;
    }
    .employee{
      width: 10rem;
      padding: 10px;
      margin-top: 5px;
    }
    .client{
      width: 10rem;
      padding: 10px;
      margin-top: 5px;
    }
    .active{
      width: 8rem;
    }
    .navbar-brand img{
      width: 190px;
    }
}