
/* Used Google Fonts */
font-family: 'Roboto', sans-serif;
font-family: 'Mansalva', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lora', serif;
font-family: 'Muli', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Cinzel', serif;
font-family: 'Bangers', cursive;
font-family: "Josefin Sans", sans-serif;
font-family: "Almarai", sans-serif;
.almarai-light {
  font-family: "Almarai", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.almarai-regular {
  font-family: "Almarai", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
.almarai-bold {
  font-family: "Almarai", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}

.almarai-extrabold {
  font-family: "Almarai", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal;
}
/* Used Google Fonts */
*{
  margin:0;
  padding:0;
}
.logo-container div {
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
}
.logo-container li {
    width: 300px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding:20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);    
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container div a{
  text-decoration:none !important;
  display: inline-block;
}
.logo-holder{
  text-align:left;
}
/* Logo-1 */
.logo-1 h3 {
    color: #136eaec4;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height:1.3;
    padding-left: 7px;
    margin-top: 6px;
    margin-bottom: -11px;
    letter-spacing:15px;
    text-shadow: 3px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
.logo-1 p {
    font-size: 10px;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding-left: 10px;
    color: #6bc4da;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 12px;
    margin-bottom: 4px;
    word-spacing: -10px
}
.adam{
    color: #000;
    cursor: pointer;
}
