@font-face {
  font-family: Gothic;
  src: url(../fonts/GOTHIC.TTF);
  }
  @font-face {
  font-family: Microgramma;
  src: url(../fonts/Microgramma\ D\ Extended\ Bold.otf);
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Microgramma;
    color: #fff;
}
body {
  font-family: Gothic!important;
  color: #ffffff!important;
  background-color: #072B43;
}
.Flat_mega_menu ul li a {
  color: #fff;
  font-family: Microgramma;
  font-size: 13px;
}
.book-widget {
  background-color: #cccccc;
}
.quantity {
  background-color: #ffffff;
}
h1.lined-heading span, h2.lined-heading span, h3.lined-heading span, h4.lined-heading span, h5.lined-heading span, h6.lined-heading span {
  background: #072B43;
  color: #ffffff;
  font-family: Microgramma;
}
.feature-us .box-icon.box--1 .circle, .feature-us .box-icon.box--2 .circle, .feature-us .box-icon.box--3 .circle, .feature-us .box-icon.box--4 .circle, .feature-us .box-icon.box--1 .circle i, .feature-us .box-icon.box--2 .circle i, .feature-us .box-icon.box--3 .circle i, .feature-us .box-icon.box--4 .circle i {
  background-color: #cccccc;
  border-color: #cccccc !important;
}
.feature-us .box-icon h3 {
  color: #ffffff;
}
aside .widget ul a {
  color: #ffffff;
}
.bubble {
  position: relative;
  /* width: 300px; */
  text-align: center;
  line-height: 1.4em;
  margin: 40px auto;
  background-color: #072B43;
  border: 8px solid #cccccc;
  border-radius: 30px;
  padding: 20px;
}
.bubble:before,
.bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}

.speech:before {
/* left: 176px; */
right: -50px;
/* bottom: -50px; */
    border: 25px solid;
    border-color: transparent transparent #cccccc #cccccc;
}

.speech:after {
  /* left: 38px;
  bottom: -30px;
  border: 15px solid;
  border-color: #072B43 #072B43 transparent transparent; */
}


.navbar-default {
  background-color: #072B43;
}
.container-widget {
  padding: 30px 0px;
  position: relative;
  padding-right: 50px;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 0 0 rgb(0 0 0 / 12%);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.j-center {
  justify-content: center;
}
.infield {
  position: absolute;
  float: right;
  right: 18.84px;
  font-size: 14px;
  margin-top: 33px;
  color: #75c5cf;
  top: 0;
  width: 15px;
}
.text-white {
  color: white !important;
}
.wawao {
  margin: auto;
}
.img-sliders {
  max-height: 300px;
  min-height: 300px;
}

@media only screen and (max-width: 768px) {
  .container-widget {
    padding: 30px 10px;
    padding-left: 10px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 12%);
    border: 1px solid rgb(207, 207, 207);
    position: static;
    background: white;
    margin-top: 0px;
    margin: 5px;
  }
  .img-sliders {
    max-height: 180px;
    min-height: 180px;
  }
  .text-white {
    color: black !important;
  }
}
.badge-notif {
        position:relative;
}

.badge-notif[data-badge]:after {
        content:attr(data-badge);
        position:absolute;
        top:-10px;
        right:-10px;
        font-size:.7em;
        background:#e53935;
        color:white;
        width:18px;
        height:18px;
        text-align:center;
        line-height:18px;
        border-radius: 50%;
}

.h5-font-gothic {
  font-family: Gothic!important;
}