/* start section topbar */
.topbar {
  position: absolute;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #eb1c24;
  width: 100%;
}
.topbar .icons {
  display: flex;
  flex-direction: row-reverse;
}
.topbar .icons div {
  margin-left: 25px;
}

.topbar .icons div a
{
  color: #FFF;
}

.topbar .icons div i {
  font-size: 18px;
}

    @media(max-width:767px)
{
    .topbar .icons {
        justify-content: center;
    }
}

/* end section topbar */
/* start section navbar */
.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar .navbar-brand {
  background-color: #FFF;
  padding: 15px;
  position: relative;
  top: -10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.navbar .navbar-brand img {
  width: 200px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #FFF;
}

@media(max-width:767px)
    {
        .navbar {
          top: 35px;
        }
        .navbar .navbar-brand {
          top: 0px;
            border-radius: 10px;
        }
        .navbar .navbar-brand img {
          width:50px;
        }

        .navbar-nav
        {
            background-color: rgba(255,255,255,1);
            position: relative;
            z-index: 9999;
            padding: 20px;
            margin-top: 30px;
        }
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link
        {
            color: #000;
        }

        .navbar-light .navbar-toggler
        {
            color: #FFF;
            border-color: #FFF;
        }


    }

/* end section navbar */
/* start section header image */
.header {
  background-image: url("../images/about/slider1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
}

.header .overlay {
  background-color: rgba(2, 2, 2, 0.8);
  min-height: 300px;
  color: #FFF;
  display: flex;
  align-items: center;
        padding-top: 100px;

}

/* end section headedr image */
/* start section about */
.about {
  padding-bottom: 50px;
  padding-top: 50px;
}

/* end section about */
/* start section footer */
.footer {
  background-color: #000;
  padding-bottom: 50px;
  padding-top: 50px;
}
.footer .info h4 {
  color: #eb1c24;
}
.footer .info p {
  color: #66665F;
}
.footer .info ul li {
  margin-right: 10px;
}
.footer .direction h4 {
  color: #eb1c24;
}
.footer .direction #map {
  width: 100%;
  height: 200px;
  background-color: grey;
}

/* end section footer */
/* start section copyright */
.copyright {
  background-color: #000;
  color: #66665F;
  padding-bottom: 20px;
}

/* end section copyright */

/*# sourceMappingURL=about.css.map */
