.header-gb-black {
  background-color: rgba(0, 0, 0, 0.4);
}
.border-curve {
  border-radius: 25px !important;
}
.full-width-header .rs-header.style3 .menu-area .logo-part img {
  max-height: 60px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  text-shadow: 0px 0px 4px #000000 !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 179px 0 134px !important;
}

.list-style {
  list-style-type: none;
}
.list-style li {
  margin-bottom: 8px;
  position: relative;
  list-style: none;
  padding-left: 25px;
  font-size: 16px;
}
.list-style li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: rgb(22, 119, 230);
  font-size: 19px;
  padding-right: 0.5em;
  position: absolute;
  top: -1px;
  left: 0;
}

.sec-title .title {
  font-size: 31px;
  font-weight: 600;
  line-height: 32px;
}

.service-desc {
  min-height: 197px;
  margin-bottom: 0px;
}

.rs-pricing
  .pricing-table
  .pricing-table-price
  .pricing-table-bags
  .pricing-currency {
  font-size: 22px;
}

.rs-services.main-home.style2 .services-item .services-icon:before {
  border: 0px solid !important;
}

.e-gov-content {
  font-size: 18px !important;
  line-height: 30px;
}

.services-item:hover {
  box-shadow: 3px 7px 25px 0 rgb(0 0 0 / 5%);
  transition: 0.5s ease;
  /* padding: 11px; */
}
/* .services-icon:hover {
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform-origin: center;
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transition: 2s ease;
  -moz-transition: 2s ease;
  -webkit-transition: 2s ease;
} */

.rs-services.main-home
  .services-item
  .services-content
  .services-text
  .services-title {
  font-size: 19px !important;
}
.rs-pricing .pricing-table {
  padding: 20px 8px 0 8px !important;
}
.rs-pricing
  .pricing-table
  .pricing-table-price
  .pricing-table-bags
  .table-price-text {
  font-size: 29px !important;
}

.entry-content p {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .normal-logo,
  .sticky-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
  }

  .sec-title .title,
  h2 {
    font-size: 26px;
  }
  .rs-breadcrumbs .breadcrumbs-inner {
    padding: 129px 0 57px !important;
  }
}

 /*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  margin-bottom: 60px;
  position: relative;
}

.events .card-img {
  width: 100%;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 10px 10px 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  transition: 0.3s;
  padding: 20px;
}

.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #5fcf80;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #00397c;
}

.events .card:hover .card-body .card-title a {
  color: #00397c;
  text-decoration: none;
}
.back-title{font-size: 18px;margin-bottom: 0px;}