.main-nav-container {
 
    height: 10rem !important;
}

.fixed-pinned.main-nav-container .inner{

    max-height: 10rem !important;

}
.main-nav-container .items-stretch{
    justify-content: space-between;
    height: 132px;

}
.main-nav-container.fixed-pinned .main-menu > li > a {
    padding-top: 20px;
    padding-bottom: 4px;
}

/* main-banner **/
.main-banner .container {
    display: flex;
    font-size: 43px;
    text-align: center;
    align-items: center;
    width: 90%;
    line-height: 1.5;
    margin-right: 0;
}
.main-banner h1 {
    text-align: center;
    font-size: 55px;
}
.main-banner .sicon-caret-left {
display: none
  
}

.main-banner .absolute {
    background-color: transparent;
}

.main-banner a {
   
    font-size: 40px;
    justify-content: center;
}
/****/
.who_we_are span {
    display: none;
}


@media(max-width:768px) {
.main-nav-container {
 
    height: 5rem !important;
}

.fixed-pinned.main-nav-container .inner{

    max-height: 5rem !important;

}



  
  .main-nav-container .items-stretch {
 
    height: 80px;
}
.main-banner h1 {
    text-align: center;
    font-size: 22px;
}
.main-banner .container {
    font-size: 20px;
    width: 100%;

}
  
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}