/* @font-face {
    font-family: "Advent Pro";
    src: url("AdventPro-Bold.woff2") format('woff'),url("AdventPro-Bold.ttf") format('truetype');
} */

body{
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
}

.header{
    padding: 10px 60px;
}

.bg-body-tertiary{
    background: transparent !important;
    color: #fff;
}

.nav-item{
    font-size: 20px;
}

.footer{
    padding: 30px 60px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: 200;
    border-top: 1px solid #eee;
    text-align: center;
    color: #fff;
    background: #050038;
}

.logo{
    margin-right: 30px;
}

.logo img{
    width: 230px;
    height: 60px;
}

.nav-item{
    margin: 0 15px;
}

.sec{
    margin: 30px auto;
    color: #555;
    font-size: 24px;
    /* font-family: Advent Pro; */
}
.sec-left{
    font-family: math;
}
.sec-desc{
    font-weight: 300;
}
.sec-gray{
    background: #F9F9F9;
    padding: 100px;
}

.clients{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.clients-item{
    text-align: center;
    padding: 15px;
    width: calc(100% / 5);

}

.clients-item-content{
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}


.clients-item img{
    max-width: 100%;
}
