@import url("https://fonts.cdnfonts.com/css/gill-sans");
@import url("https://fonts.cdnfonts.com/css/franklin-gothic");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Gill Sans", sans-serif;
}
p {
  font-family: "Gill Sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
.btn {
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
#navbar .nav-link {
  font-family: "Gill Sans", sans-serif;
}
.slider {
  padding: 120px 0;
  height: 100vh;
}

.slider .block p {
  color: #fff;
  margin-top: 1rem;
  line-height: 30px;
}

.post_banner {
  height: 240px;
}
/* section price */

.pricing-tables {
  padding: 60px 0;
  background: url(../images/home/pricing.jpg) no-repeat;
  position: relative;
}

.services {
  padding: 60px 0;
  background: url(../images/services/white.jpg) no-repeat;
  position: relative;
}

.pricing-tables::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

/* .pricing-tables .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
} */

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h4 em {
  font-style: normal;
  color: #eb1d21;
}

.section-heading .line-dec span {
  width: 30px;
  height: 3px;
  background-color: #eb1d21;
  display: inline-block;
  margin: 4px;
}

.section-heading p {
  margin-top: 5px;
  color: #fff;
  letter-spacing: 1px;
}

.pricing-item-regular {
  background: url("../images/home/p1.jpg") no-repeat;
  background-size: cover;
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #eb1d21;
  /* position: absolute; */
  font-weight: 700;
  z-index: 1;
  /* left: 30px;
  top: 30px; */
  font-family: "Gill Sans", sans-serif;
}

.pricing-item-regular h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.pricing-item-regular .icon img {
  max-width: 100%;
  height: 210px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #24242452;
  margin-bottom: 12px;
}

.pricing-item-regular ul li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 3px;
  list-style: none;
  font-weight: 500;
  text-align: left;
  font-family: "Gill Sans", sans-serif;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.pricing-item-pro {
  background: url("../images/home/p2.jpg") no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  padding: 70px 30px 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
}
/* 
.pricing-item-pro:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/home/pro-table-top.png);
  z-index: 0;
  content: "";
  width: 281px;
  height: 251px;
} */
/* 
.pricing-item-pro:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/home/pro-table-bottom.png);
  z-index: 0;
  content: "";
  width: 100%;
  height: 201px;
} */

.pricing-item-pro span.price {
  font-size: 40px;
  color: #eb1d21;
  /* position: absolute; */
  font-weight: 700;
  z-index: 1;
  /* left: 30px;
  top: 30px; */
  font-family: "Gill Sans", sans-serif;
}

.pricing-item-pro h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.pricing-item-pro .icon img {
  max-width: 100%;
  height: 210px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #24242452;
  margin-bottom: 12px;
}
.pricing-item-pro ul,
.pricing-item-regular ul {
  margin-bottom: 0.75rem;
  padding: 0 0.5rem;
}
.pricing-item-pro ul li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 3px;
  list-style: none;
  font-weight: 500;
  text-align: left;
  font-family: "Gill Sans", sans-serif;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #242424 !important;
  border: 1px solid #242424;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
  font-family: "Gill Sans", sans-serif;
}

.border-button a:hover {
  background-color: #242424;
  color: #fff !important;
}
.pricing-item-regular hr,
.pricing-item-pro hr {
  margin: 0.75rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
/* --------------- */
.first-service .icon {
  background-image: url(../images/home/service-icon-01.png);
}

.first-service:hover .icon {
  background-image: url(../images/home/service-icon-hover-01.png);
}

.second-service .icon {
  background-image: url(../images/home/service-icon-02.png);
}

.second-service:hover .icon {
  background-image: url(../images/home/service-icon-hover-02.png);
}

.third-service .icon {
  background-image: url(../images/home/service-icon-03.png);
}

.third-service:hover .icon {
  background-image: url(../images/home/service-icon-hover-03.png);
}

.fourth-service .icon {
  background-image: url(../images/home/service-icon-04.png);
}

.fourth-service:hover .icon {
  background-image: url(../images/home/service-icon-hover-04.png);
}
/*end section price*/
.testimonial-item {
  padding: 10px 0;
}
.testimonial-item .testimonial-item-content {
  padding: 25px;
}

.slick-dots li button:before {
  font-size: 10px;
  line-height: 25px;
}

.latest-blog::before {
  background: rgb(34 35 40);
}
.widget {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.footer-socials li a,
.widget h6 a {
  color: #fff;
}
.footer-socials li a:hover,
.widget h6 a:hover {
  color: #eb1d21;
}
.mb-70 {
  margin-bottom: -70px;
  z-index: 1;
}

.content-title-clients {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .pricing-item-pro{
    margin-top: 30px;
  }
}