@media(max-width:767px)
{
    .wrapper
{
    display:block !important;
}
    
nav { 
  background-color: transparent;
  height: 50px;
  padding: 0 16px;
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
      float: right;
      padding-top:8px;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
  padding-left: 0;
}
nav .m-menu ul li a{
  display: block;
  text-align: left;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
width: 100%;
    max-height: 500px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}


    header#header {
    display: none;
}

section#hero {
    margin-top: 0;
}
.main_banner_tabs {
    padding-left: 0;
}

.about_section li.nav-item {
    padding-right: 0;
}
.pl45 {
    padding-left: 15px;
}

section.about_section {
    padding-bottom: 35px;
}
.services_heading {
    padding-top: 0px;
}
.logoslider_section {
    padding-top: 40px;
    padding-bottom: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 2px 0;
}
#footer .footer-top .footer-links {
    margin-bottom: 20px;
}
#footer .footer-top .footer-links ul a {
    line-height: 22px;
}
#footer .footer-top h4 {
    padding-bottom: 0;
}
#footer .footer-top {
    background: #e7e7e7;
    padding: 30px 0 0px 0;
}
.mt40 {
    margin-top: 0;
}
.copyright p {
    margin-bottom: 0;
    padding-top: 11px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
}
.credits p {
    margin-bottom: 0;
    padding-top: 0;
    float: none;
    color: #fff;
}
.logo_mobiles img {
    width: 94px;
    padding-top: 3px;
}
.logo_mobiles {
    float: left;
}

.ptpb60 {
    padding: 20px 0px 40px 0px;
}
.inner_heading {
    font-size: 24px;
}

.about_image:before {
    content: "";
    position: absolute;
    border: 0;
    object-fit: cover;
    background: #fecc00;
    padding: 100px 99px;
    right: 0;
    margin-top: 8px;
    width: 60%;
}
.pddbtm50
{
    padding-bottom:40px;
}

.pddtpm50
{
    padding-top:40px;
}

.ptpb100 {
    padding: 0 0px;
}
.paddtop140 {
    padding-top: 0px;
}
.paddingbtm50
{
  padding-bottom:50px;   
}
.ptpb110 {
    padding-top: 20px;
}

.team_box {
    margin-bottom: 50px;
}
.team_pic {
    width: 100%;
}
.team_pic:before {
    content: "";
    position: absolute;
    border: 0;
    background: #fecc00;
    padding: 86px 60px;
    left: 0;
    margin-top: -20px;
        height: 120%;
}
.team_pic img {
    position: relative;
    z-index: 9;
    margin-left: 19px;
    width: 83%;
}
.team_content {
    float: left;
    padding-left: 20px;
    width: 100%;
    padding-top: 45px;
}

.team_content h3 {
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: 600;
}
.team_content p {
    color: #666;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
}
.why_content ul {
    padding-left: 0;
}
.why_content li {
    line-height: 28px;
}
.awards_sectio .col-md-2 {
    width: 50%;
}
.margintp_60 {
    margin-top: 0;
}
.work_image_box img {
    width: 100%;
}
.margintp70 {
    margin-top: 0;
}
.margintpminus70 {
    margin-top: 0;
}
.margin_top62 {
    margin-top: 0;
}
.margin_top25 {
    margin-top: 0;
}
.margin_top72 {
    margin-top: 0;
}
.testimonial_area_box {
     padding-left: 0;
    padding-top: 10px;
}
.del-img p {
    font-size: 32px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    font-weight: bold;
    line-height: 60px;
}
.del-img {
    height: 60px;
    width: 60px;
    border-radius: 50px;
}
}





@media (max-width: 425px) {
.inner_heading {
    font-size: 22px;
}
}




