@font-face {
  font-family: SolaimanLipi;
  src: url(../css/SolaimanLipi.ttf);
}
body {
  font-family: SolaimanLipi;
  font-weight: 600;
  background: #f3f4f6;
}

* {
  box-shadow: none !important;
}

.navigation {
  background: #54cd32;
}
.navigation .navbar {
  padding: 0 !important;
}
.navigation .nav-link {
  font-family: SolaimanLipi;
  font-weight: 600;
  color: #fff;
  padding: 12px 16px !important;
  border-right: 1px solid #fff;
  transition: all 0.3s ease;
  position: relative;
}
.navigation .nav-item:not(:first-child) .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.navigation .nav-link:hover::before {
  transform: scale(1) !important;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-menu {
  width: 300px;
  border: none;
  padding: 10px 16px;
}

.logo {
  margin: 16px 0;
}

.headline {
  color: #fff;
  padding: 8px 16px;
  background: #54cd32;
}

.banner {
  margin: 50px 0;
}
.banner .single .card-header {
  color: #fff;
  padding: 16px;
  background: #54cd32;
  position: relative;
}
.banner .single .card-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #a79148;
  width: 100%;
  height: 5px;
}
.banner .single .card-body ul li {
  padding: 14px 0;
}
.banner .single .card-body ul li h2 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.banner .single .card-body ul li p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.banner .single .card-body ul li:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.product {
  margin: 0 0 50px;
}
.product .single {
  margin-bottom: 30px;
  overflow: hidden;
}
.product .single .card {
  background: #c9e5ce;
  position: relative;
}
.product .single .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1d6269;
}
.product .single .title {
  color: #fff;
  padding: 8px 16px;
  background: #1d6269;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .single .subtitle,
.product .single .date {
  font-size: 14px;
}
.product .single .subtitle {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .single .img {
  height: 180px;
  overflow: hidden;
}

footer {
  padding: 30px 0;
  background: #1b1c20;
}
footer .single h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
footer .single .footer-image {
  width: 35%;
}
footer .single h3,
footer .single p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .single .footer-title {
  width: 65%;
}
footer .single .fb-icon {
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #3759a0;
  display: inline-block;
  margin: 0 0 16px;
}
footer .single .list-group .list-group-item {
  color: rgba(255, 255, 255, 0.5);
  padding: 4px 0;
  background: transparent;
  border-radius: 0;
  border: none;
}
footer .single .list-group .list-group-item:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.footer-subtitle p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.all-wrapper {
  background: #fff;
  padding: 30px;
}

.breadcrumb a {
  font-weight: 500;
  color: #6d6d6d;
  text-decoration: none;
}

.title-inline,
.title-inline i {
  font-size: 14px;
  color: rgba(33, 37, 41, 0.75);
}

.navbar-toggler-icon {
  background: url(../css/list.svg) center no-repeat;
  background-size: cover;
}

.offcanvas {
  color: #fff;
  background: #000;
}
.offcanvas .offcanvas-body {
  padding: 0;
}
.offcanvas .offcanvas-body .list-group-item {
  color: #fff;
  padding: 8px 16px;
  background: transparent;
  border: none;
  position: relative;
}
.offcanvas .offcanvas-body .list-group-item a {
  font-family: SolaimanLipi;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.offcanvas .offcanvas-body .list-group-item:not(:last-child) {
  border-bottom: 1px solid gray;
}
.offcanvas .offcanvas-body .list-group-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 60%;
  width: 3px;
  background: #54cd32;
  transform: translateY(-50%);
}
.offcanvas .offcanvas-body .list-group-item:nth-child(1):hover a {
  color: red;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(2):hover a {
  color: green;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(3):hover a {
  color: orange;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(4):hover a {
  color: blue;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(5):hover a {
  color: blue;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(1):before {
  background: red;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(2):before {
  background: green;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(3):before {
  background: orange;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(4):before {
  background: blue;
}
.offcanvas .offcanvas-body .list-group-item:nth-child(5):before {
  background: teal;
}

.btn-success {
  background: #1d6269;
  border-color: #1d6269;
}

.carousel-item img {
  transition: all 0.3s ease;
}

.carousel-item:hover img {
  transform: scale(1.1);
}

img {
  transition: all 0.3s ease;
}

img:hover {
  transform: scale(1.1);
}

/*--------------------------
Responsive
----------------------------*/
@media (max-width: 768px) {
  .offcanvas {
    max-width: 80%;
  }
  .navigation .nav-link {
    padding: 4px 16px !important;
    border-right: none;
  }
  .navbar-toggler {
    font-size: 14px;
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .banner .single {
    overflow: hidden;
    margin-top: 16px;
  }
  footer .single {
    margin: 0 0 30px;
  }
  .carousel-item {
    height: 300px !important;
    overflow: hidden;
  }
  .carousel-item.active {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 998px) {
  .carousel-item {
    height: 300px !important;
  }
  .carousel-item.active {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .carousel-caption h5 {
    font-size: 16px;
  }
}
.carousel-item {
  height: 400px;
  background: #d5d5d5;
  align-items: center;
  align-self: center;
}

.carousel-caption h5,
.carousel-caption p {
  background: rgba(0, 0, 0, 0.5803921569);
  padding: 8px 16px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
}

.main {
  min-height: 65vh;
  padding-top: 45px;
}/*# sourceMappingURL=style.css.map */