/* Custom css by Oskings - www.oskings.in  */
/* Common background styles */
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Gradient overlay */
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
  );
}

/* Specific background images */
.bg1 {
  background-image:
    linear-gradient(rgb(26 0 76 / 71%), rgb(29 1 80 / 81%)),
    url("../img/abrodex-appostile.jpg");
}

.bg2 {
  background-image:
    linear-gradient(rgb(26 0 76 / 71%), rgb(29 1 80 / 81%)),
    url("../img/abrodex-appostile.jpg");
}

.bg3 {
  background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("../img/abrodex-appostile.jpg");
}
.page-title .breadcrumbs ol li{
  color: #fff;
}
.page-title .breadcrumbs ol li a {
  color: #fff;
}

/* main content section start  */


.content {
  overflow: hidden; /* clear float safely */
}
.page-image{
  float: left;
  width: auto;
  margin: 20px 20px 20px 20px;
}
.page-image img {
  float: left;
  max-width: 500px;
}
.content p{
    font-family: "Poppins", sans-serif;
    /* font-weight: 300; */
    font-size: 19px;
    letter-spacing: 0px;
    color: #5c5858;
}

.footer-logo{
    width: 150px;
}