.aboutSec {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    background-color: #f8f8f8;
}
.aboutSec> div{
    width: 50%;
}
.aboutSec .aboutImg img{
    height: 100vh;
    width: 100%;
    display: block;
}
.aboutSec .aboutContent {
    padding: 120px 104px 0 104px;
}
.aboutContent h2{
        font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #111;
    text-align: center;
    margin-bottom: 10px;
}
.aboutContent h2::after {
    display: block;
    width: 20px;
    height: 1px;
    margin: 20px auto 20px;
    background: rgba(0, 0, 0, 0.2);
    content: "";
}
.aboutContent h3{
     font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 0;
    color: #7f7f7f;
}
.aboutContent p {
    font-size: 13px;
    line-height: 23px;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
    word-break: break-word;
}
/*.aboutContent p::first-letter {
    padding-left: 40px;
}
.aboutContent p.psta::first-letter {
    padding-left: 0;
}*/
.search-icon{
    display: none;
}

.header nav ul li a{
    color: #000 !important;
    text-shadow: 1px 1px 1px #fff ;
}
.logo img.logoWhite,
.sticky .logo img.logoWhite {
    display: none;
}
.logo img.grayLogo,
.sticky .logo img.grayLogo{
    display: block;
}
/*Clients List*/
.clintList {
    padding: 54px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
}
.clintList> div{
    width: 50%;
}
.clintList h2{
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
}
.clintList ul {
    padding-left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 26px;
    display: flex;
    flex-wrap: wrap;
}
.clintList li {
    line-height: 16px;
    margin-bottom: 10px;
    color: #666666;
    letter-spacing: .5px;
    font-size: 11px;
    width: 100%;
}
.ordeUl {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: self-start;
}
.clintList .ordeUl ul {
    width: 50%;
}
.clintList li a{
    color: #666666;
    text-decoration: none;
}
.clintList ul.awrodes li {
    width: 100%;
    padding-right: 20px;
}
ul.awrodes li p {
    font-weight: bold;
    font-size: 12px;
}
.menu-toggle {
    display: inline-block;
    color: #7f7f7f;
    font-size: 21px;
    line-height: 9px;
    cursor: pointer;
}
.search-icon{
    display: none;
}
.header nav {
    display: none;
}
.header nav ul {
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
.aboutSec {
    flex-wrap: wrap;
}
.clintList> div,
.aboutSec> div {
    width: 100%;
}
.aboutSec .aboutContent {
    padding: 15px;
    padding-top: 90px;
}
.aboutSec .aboutImg img {
    height: auto;    
}
.clintList {
    padding: 40px 20px;
    flex-wrap: wrap;
}
.clintList h2 {
    margin-bottom: 17px;
}
.clintList .clintBox + .clintBox {
    margin-top: 20px;
}
.clintList li {
    padding-right: 15px;
}



}