.hero-slider .single-slide {
  height: 457px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero-slider .single-slide {
    height: auto;
    padding: 60px 30px 100px;
    z-index: 1;
  }
  .hero-slider .single-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    /* background-color: #f1f4f9; */
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .single-slide {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.hero-slider .single-slide h2 {
  font-size: 50px;
  line-height: 67px;
  margin: 0 0 25px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .hero-slider .single-slide h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.hero-slider .single-slide .slide-btn {
  margin-top: 50px;
}
.hero-slider .single-slide .slide-btn a:not(:last-child) {
  margin-right: 4px;
}
.hero-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-slider .owl-dots .owl-dot {
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 0 3px;
  border-radius: 30px;
}
.hero-slider .owl-dots .owl-dot.active {
  width: 40px;
}
.hero-slider .owl-nav > div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
}
.hero-slider .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}

/* --------------------- */
.single-service,
.single-service-2,
.single-service-3 {
  margin: 15px 0;
}
.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
}
.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}
.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
  overflow: hidden;
  margin-bottom: 15px;
}
.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
  float: left;
  font-size: 26px;
  color: var(--main-color);
}
.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
  padding-left: 50px;
  font-size: 20px;
  margin: 3px 0 0;
  color: #333;
}
.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
  font-weight: 300;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
  margin-bottom: 0;
}
.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
  border: 1px solid #cad4de;
  box-shadow: none;
}

.single-service-2 {
  text-align: center;
}
.single-service-2 .inner {
  border: 1px solid #cad4de;
  border-radius: 5px;
  padding: 85px 40px;
}
.single-service-2 .inner .content {
  font-size: 16px;
  color: #7288b5;
  margin-top: 25px;
}
.single-service-2 .inner .title {
  text-align: center;
}
.single-service-2 .inner .title .icon {
  float: none;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
.single-service-2 .inner .title h4 {
  padding-left: 0;
}
.single-service-2:hover .inner {
  color: #fff;
}
.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
  color: #fff;
}

.single-service-3 {
  margin: 30px 0;
}
.single-service-3 .inner {
  background: transparent;
  padding: 0;
  color: #fff;
}
.single-service-3 .inner:hover {
  box-shadow: none;
}
.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
  color: #fff;
  padding-left: 100px;
}
.single-service-3 .inner .title h4 {
  font-size: 24px;
}
.single-service-3 .inner .content {
  font-size: 16px;
}
.single-service-3 .inner .title .icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 34px;
}
.single-service-3 .inner:hover .title .icon {
  background-color: #fff;
}

/* --------------------- */
.single-portfolio {
  margin: 20px 0;
}
.single-portfolio .inner .portfolio-img {
  position: relative;
}
.single-portfolio .inner .portfolio-img img {
  width: 100%;
}
.single-portfolio .inner .portfolio-img .hover-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.single-portfolio .inner .portfolio-img .hover-content .button {
  background-color: #fff;
  border-color: #fff !important;
}
.single-portfolio .inner .portfolio-img .hover-content .button:hover {
  background-color: #222;
  color: #fff;
  border-color: #222 !important;
}
.single-portfolio .inner .portfolio-img:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.single-portfolio .inner .portfolio-content {
  text-align: center;
  padding-top: 25px;
  color: #6d7784;
}
.single-portfolio .inner .portfolio-content a {
  display: block;
}
.single-portfolio .inner .portfolio-content h3 {
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}

/* -------------------- */
.testimonial-area .section-title {
  margin-bottom: 45px;
}
.testimonial-area img {
  cursor: pointer;
}

.testimonial-slider .single-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid;
}
.single-slide p {
  color: #333;
}
.testimonial-slider .single-slide img {
  height: 66px;
  width: 66px;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.testimonial-slider .single-slide .client-info {
  overflow: hidden;
}
.testimonial-slider .single-slide .client-info .client-img {
  float: left;
  overflow: hidden;
}
.testimonial-slider .single-slide .client-info .client-data {
  padding-left: 80px;
}
.testimonial-slider .single-slide .client-info .client-data h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.testimonial-slider .owl-nav > div {
  background-color: #f09118;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav > div {
    left: -12.5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
  .testimonial-slider .owl-nav > div i {
    font-size: 13px;
  }
}
.testimonial-slider .owl-nav > div.owl-next {
  left: auto;
  right: -55px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav > div.owl-next {
    right: -12.5px;
  }
}
/*****************************
 *   15. extra
 ***************************** */
.single-gallery .inner {
  margin: 15px 0;
  overflow: hidden;
  border-radius: 5px;
}
.single-gallery .inner img {
  width: 100%;
}

/* ------------- */
.faq-area .section-title {
  margin-bottom: 60px;
}

.faq {
  padding: 0;
  margin: 0;
  list-style: none;
}
.faq .single-item {
  background-color: #fff;
  padding: 20px;
  padding-left: 50px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  min-width: 540px;
}
.faq .single-item::after {
  content: "+";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}
.faq .single-item.active::after {
  content: "-";
  background-color: #fff;
  color: #222;
}
.faq .single-item.active {
  color: #fff;
}
.faq .single-item.active h4 {
  color: #fff;
}
.faq .single-item h4 {
  font-size: 16px;
  margin: 0;
}
.faq .single-item .content {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  /*display: none;*/
}

.an1 {
  margin-bottom: 50px;
}
.an1 .a2 {
  max-width: 1140px;
  margin: 0 auto;
  align-items: flex-end;
}
.an1 .a3 {
  position: relative;
  width: 300px;
}
.an1 .a4 {
  flex: 1;
  padding: 20px 0;
}
.an1 .a5 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-color);
  color: #fff;
  width: 100%;
  z-index: 1;
}
.an1 .a6 {
  flex: 1;
  text-align: center;
}
.an1 .a8 {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  height: 70px;
  line-height: 70px;
}
.an1 .a8 span {
  font-size: 40px;
  display: inline-block;
  margin-right: 5px;
}
.an1 .a9 {
  color: #666;
}
.an1 .a10 {
  padding: 30px 20px;
}
.an1 .a11 {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
}
.an1 .a12 {
  line-height: 60px;
  height: 60px;
}
.an1 .a13 {
  height: 6px;
  width: 50px;
  background: #fff;
  margin-bottom: 30px;
}
.an1 .a15 {
  margin-top: 30px;
}
.an1 .a15 a {
  color: #fff;
  background: #f09118;
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
}
.an1 .a16 {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 0;
  bottom: -50px;
  margin-top: -50px;
}
.an1 .a18 {
  background: var(--main-color);
  color: #fff;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.an1 .a19 {
  flex-wrap: wrap;
}
.an-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .an1 .an-pc {
    display: none;
  }
  .an1 .an-mobile {
    display: block;
  }
  .an1 .a6 {
    width: 50%;
    float: left;
    margin: 20px auto;
  }
  .an1 .a8 {
    height: 50px;
  }
  .an1 .a8 span {
    font-size: 28px;
    line-height: 50px;
  }
  .an1 .a11 {
    font-size: 32px;
    height: 32px;
    line-height: 32px;
  }
  .an1 .a13 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .an1 .a18 {
    width: 88%;
    margin: 0 auto;
  }
}
