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;
}
#banner{
  background-image: url(/img/banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 30rem;
}
.bar{
  background-color: #e2bf5e; 
  height: 10px;

}
.bar1{
  background-color: #e2bf5e; 
  height: 5px; 
  width: 20rem;
  animation: mymove 1.5s;
}
@keyframes mymove {
  from {width: 0px;}
  to {width: 20rem;}
}

.footer{
  background-color: #1e4348;
}
.footer-bar{
  background-color: #e2bf5e;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
}
.tag{
  padding-top: 5px;
}
.learnmore{
  border: 2px solid #e2bf5e;
  border-radius: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 11px;
}
.fa-circle-check{
  color:#e2bf5e
}
.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;
}
.services{
    font-size: 14.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-left: -5px;
    margin-top: 6px;
}
.right-content{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px
}
.lead{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
  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;
  margin-top: 40px;
  text-align: justify;
}
#contact{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.contact-text{
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: 40px;
}
.serv{
  /* height: 14.5rem; */
}
.serv-left{
  margin-left: 200px;
}
.serv-right{
  margin-right: 200px;
}
.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;

}
.learnmore:hover{
  background-color: #e2bf5e;
  color: #ffff;
}
.col-1{
  padding-top:3.5px;
}

.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%;
}
/* ul.a {
  list-style-position: outside;
  list-style-image: url(icons/check.png);
}
ul.a::marker{
  color:#e2bf5e!important
}
.listed{
  list-style-image: url(icons/phone-call1.png);
} */
@media only screen and (max-width: 2560px) {
   #banner{
    background-size: 100%;
   }
   .img {
    position: absolute;
    top: -50px;
    left: 20rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
    }
}
@media only screen and (max-width: 1880px) {
  .img {
  position: absolute;
  top: -50px;
  left: 20rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #1e4348;
  }
}
@media only screen and (max-width: 1440px) {
    .img {
    position: absolute;
    top: -50px;
    left: 5rem;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #1e4348;
    }
}
@media only screen and (max-width: 1024px) {
  .serv{
      height: 18.3rem;
    }
}
@media only screen and (max-width: 600px) {
    .img {
      position: absolute;
      top: -50px;
      left: 5rem;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #1e4348;
    }
    .serv{
      height: 15rem;
    }
    .employee{
      width: 15rem;
      padding: 10px;
      margin-top: 5px;
    }
    .client{
      width: 15rem;
      padding: 10px;
      margin-top: 5px;
    }
    .active{
      width: 8rem;
    }
    .navbar-brand img{
      width: 190px;
    }
    #banner{
    background-size: auto;
    background-image: url(/img/banner-cut.jpg);
   }
}

@media only screen and (max-width: 1000px) {
    .img {
      position: absolute;
      top: -50px;
      left: 5rem;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #1e4348;
    }
    .serv{
      height: 25rem;
    }
    .employee{
      width: 15rem;
      padding: 10px;
      margin-top: 5px;
    }
    .client{
      width: 15rem;
      padding: 10px;
      margin-top: 5px;
    }
    .active{
      width: 8rem;
    }
    .navbar-brand img{
      width: 190px;
    }
}


@media only screen and (max-width: 500px) {
    .img {
      position: absolute;
      top: -50px;
      left: 5rem;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #1e4348;
    }
    .serv{
      height: 20rem;
    }
    .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;
    }
}


.btn-posnawr {
  text-align: center;
  text-decoration: none;
  color: black;
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  width: 7rem;
  text-transform: uppercase;
  border: 2px solid #e2bf5e;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 11px;
  padding-top: 5px;
}
.learnmore{
  border: 2px solid #e2bf5e;
  border-radius: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 11px;
}
.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;
}
.rweb{
  color:black;
}
.right-content{
  text-align: justify;
}
