div#sticky-header,div#sticky-header {
    height: 92px;
    align-content: center;
    background: #1E1E1E;
}
.mean-container .mean-nav ul li a{
    width: auto;
    padding: 10px;
}
img.about-thumb-shape {
    bottom: 20px;
    width: 58%;
    left: -45px;
}
.single-about-box {
    display: flex;
}

.skills-item h2{
    font-size: 36px;
    color: #D4AF37;
}

.skills-item p{
    font-size: 18px;
    line-height: 24px;
    color: #1E1E1E;
}

.footer-bottom-area {
    background: #1E1E1E;
    align-content: center;
    padding: 20px 10px;
}
.footer-bottom-area .col-md-6.text-right {
    text-align: right;
}

.footer-social-address .header-button a{
    border: 2px solid #fff;
    border-radius: 9px;
    padding: 9px 26px;
}

.single-team-thumb img {
    width: 213px;
    height: 213px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1E1E1E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  top: 20px;
}
@media (max-width: 991px){
   img.logo {
    float: left;
    width: 50%;
    padding-left: 20px;
}
nav.header-menu {
    background: #1E1E1E;
    height: 92px;
    align-content: center;
    padding-right: 20px;
}
.header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s;
    height: 45px;
    align-content: center;
    padding: 0 12px;
}
.header-menu ul li{
    display: block;
}
div#mySidenav .echofy-button.two {
    margin-top: 25px;
    padding-left: 0;
    display: flex;
}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 30px;}
  .sidenav a {font-size: 18px;}
}

@media (min-width: 768px){
    .service-content h4{
        height: 70px;
    }
    .service-content p {
        height: 90px;
    }
    .skills-item.one {
        width: 34%;
    }

    .skills-item.two {
        width: 64%;
    }
}
@media (max-width: 767px){
    .container {
        padding: 10px 20px;
    }

    .col-md-6.text-right {
        display: none;
    }
    .footer-bottom-content h4{
        font-size: 16px;
        text-align: center;
    }
    .footer-social-address-content h4 {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .footer-social-address {
        padding: 49px 39px 55px;
        border-radius: 12px;
        background: url(../images/footer-mb.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero-area{
        background: url(../images/mars-banner-mb.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .skill-area {
        padding: 52px 10px;
    }
    .about-area{
        padding: 50px 10px;
    }
    .skills-item h2 {
        font-size: 28px;
        color: #D4AF37;
    }
    .skill-area .col-lg-6:first-child {
        order: 1;
        margin-top: 30px;
    }
    .about-box-content h4{
        font-size: 20px;
    }
    img.about-thumb-shape {
        left: -25px;
    }
    .section-title.left h1{
        font-size: 26px;
    }
    .skills-item.one {
        width: 99%;
    }
    img.about-thumb-shape {
        width: 58%;
    }
    .skills-item.two {
        width: 99%;
    }
    .skills-item{
        margin-bottom: 0;
    }
    .service-area{
        padding: 50px 10px;
    }
    .team-area{
        padding: 50px 10px;
        background: url(../images/team-mb.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-title.center h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .service-area .col-lg-4 {
        margin-top: 30px;
    }
    .service-area .col-lg-4:first-child {
        margin-top: 0px;
    }
}
