.logo{width: 100px;}
.navbar-expand-lg .navbar-nav {margin: auto;}
.dropdown-menu.show {
    border: none;
    background-color: #2d2d2d;
}
a.dropdown-item {
    background-color: #2d2d2d;
    color: rgb(173, 173, 173);
    font-size: small;
}
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #2d2d2d !important;
}


/* image zoom effect */
  /*.zoom {*/
  /*  animation: scale 40s linear infinite;*/
  /*}*/
  .banner-text{
    position: absolute;
    top: 200px;
    left: 33px;
  }
  .banner-text h2 {
    line-height: 40px !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #000 !important;
}
.banner-btn{
    z-index: 8;
    background-color: rgb(142, 142, 147) !important;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    border-radius: 30px !important;
    transform-origin: 83.4453px 17px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    font-weight: 200 !important;
    font-style: normal;
    letter-spacing: 1px;
}
    
  @keyframes scale {
    50% {
      -webkit-transform:scale(2.2);
      -moz-transform:scale(2.2);
      -ms-transform:scale(2.2);
      -o-transform:scale(2.2);
      transform:scale(2.2);
    }
  }

  /* image zoom effect */
  .carousel-inner {
        max-height: 84vh;
    }
  h1 {
    text-align: left;
    line-height: 44px !important;
    font-weight: 400 !important;
    font-style: normal;
    color: rgb(72,99,64) !important;
    font-size: 25px !important;
}
h2{
    font-size: 26px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    color: rgb(72,99,64) !important;
}
h3 {
    text-align: left;
    color: rgb(156,156,152) !important;
    line-height: 48px !important;
    font-weight: 200 !important;
    font-style: normal;
    font-size: 25px !important;
    letter-spacing: 1px;
}
  h4 {
    text-align: left;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 200 !important;
    font-style: normal;
    color: #808080;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
}
p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 200 !important;
    font-style: normal;
    color: rgb(156,156,152) !important;
    letter-spacing: 1px;
    text-align: left;
}
label {
    font-size: 20px !important;
    line-height: 26px!important;
    font-weight: 100;
    font-style: normal;
    color: #808080;
}
a {
    color: #a8a6a0 !important;
}
input[type=text] {
    background-color: #fafafa;
    border: none;
  }
  input[type=email] {
    background-color: #fafafa;
    border: none;
  }
  textarea.form-control {
    border: none;
    background-color: #fafafa;
}
button.btn {
    background: grey;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
}
button.navbar-toggler.collapsed {
    border: none !important;
}
button.navbar-toggler {
    border: none !important;
}
.we-do{
    /*text-align: center;*/
}
.we-do img {
    max-width: 140px;
}
.header-img{
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: static;
    z-index: 0;
    background-position: 50% 0%;
}
.sectionbone{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0%;
    height: 87vh;
}
.header-text{
    height: 82vh;
}
.header-two{
    min-height: 82vh;
    background: none;
}

.line{
    width: 25%;
    text-align: left;
    height: 3px;
    background: rgb(72,99,64) !important;
    margin: 20px 0px;
}
.project img{
    border-radius: 10px;
}
 .simplemove img:hover{
    transform: scale(1.05);
    animation-delay: 2s;
    animation-duration: 4s;
    transition-duration: 4s;
}
.project h4{
    /*font-weight: 500 !important;*/
    margin: 20px 0px;
    color: #486341;
}
/* counder */
.counter {
    padding: 20px 0;
    border-radius: 5px;
    width: 25%;
    margin: auto;
}

.count-title {
    font-size: 56px !important;
    color: #48633f !important;
}

.count-text {
    font-weight: 200 !important;
    margin: 20px 0px;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
/* counder */
footer{
    background: #f1f1f1;
}
footer h3{
    font-size: medium !important;
    background: #f1f1f1;
    text-align: left;
    color: rgb(156,156,152) !important;
    line-height: 20px !important;
    font-weight: 200 !important;
    font-style: normal;
    letter-spacing: 1px;
}