@import url('https://fonts.googleapis.com/css?family=Coda:400,800|Michroma|PT+Sans:400,400i,700,700i|Squada+One');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
*{
   margin: 0;
   font-family: 'Electrolize', sans-serif;
}
p{
   line-height: 2;
   font-weight: 300;
}
/*Header Style */
header{
   background: url(../images/certification-banner.jpg);
}
.nav li:nth-child(6) a{
   color: #2093d1;
}
.fixed li:nth-child(6) a{
   color: #2093d1 !important;
}
/* Certifications Style */
.certificate_div{
   width: 90%;
   margin: auto;
   margin-top: 100px;
}

.certi_inner img{
   width: 18%;
   height: 100%;
   margin-top: 50px;
}
.certi_inner {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.client_div{
   width: 72%;
   margin: 100px auto;
   padding: 4%;
   background: url(../images/clients-partner/brand-bg.jpg);
   background-size: cover !important;
   background-position: center !important;
}
.client_div h1{
   color: #fff;
}
.client_lst{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.client_lst img{
   width: 22%;
   height: 100%;
   margin-top: 50px;
   border: 1px solid #8e8e8e;
}
/* Media Query */
@media only screen and (max-width: 768px){
   .client_div{
      width: 90%;
   }
   .client_lst img{
      width: 30%;
   }
}