.finished-projects-section {
  position: relative;
  z-index: 1;
}
.finished-projects-section .bg-image {
  overflow: hidden;
}
.finished-projects-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 413px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.finished-projects-section .bg-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 100%;
  height: 415px;
  background: rgb(27 26 66 / 91%);
  z-index: -1;
}
.finished-projects-section .finished-projects-slider {
  margin-bottom: 40px;
}
.finished-projects-section .finished-projects-slider .slider-item {
  overflow: hidden;
}
.finished-projects-section
  .finished-projects-slider
  .slider-item
  .overlay-content {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(26, 26, 26, 0.7);
}
.finished-projects-section
  .finished-projects-slider
  .slider-item
  .overlay-content::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -50px;
  border-top: 100px solid var(--color-primary);
  opacity: 0.8;
  border-left: 100px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.finished-projects-section
  .finished-projects-slider
  .slider-item
  .overlay-content
  h3 {
  text-align: center;
}
.finished-projects-section
  .finished-projects-slider
  .slider-item
  .overlay-content
  h3
  a {
  color: #fff;
}
.finished-projects-section
  .finished-projects-slider
  .slider-item
  .overlay-content
  h3
  a:hover {
  color: var(--color-primary);
}
.finished-projects-section .finished-projects-slider .slider-item .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.finished-projects-section .finished-projects-slider .slider-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.finished-projects-section
  .finished-projects-slider
  .slider-item:hover
  .overlay-content {
  opacity: 1;
}
.finished-projects-section
  .finished-projects-slider
  .slider-item:hover
  .overlay-content::before {
  top: 10px;
  right: 10px;
}

.finished-projects-section .finished-projects-slider .owl-nav {
  display: flex;
  position: absolute;
  right: 0;
  top: -60px;
  margin-top: -40px;
}
.finished-projects-section.style-two .bg-image::after {
  background: rgba(0, 30, 76, 0.78);
}
.finished-projects-section .section-title h2 {
  color: #fff;
}
.finished-projects-section.style-two .slider-item .overlay-content {
  background: rgba(0, 30, 76, 0.7);
}
.finished-projects-section.style-two .slider-item .overlay-content::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -50px;
  border-bottom: 100px solid var(--color-primary);
  border-right: 100px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.finished-projects-section.style-two
  .slider-item:hover
  .overlay-content::after {
  bottom: 10px;
  left: 10px;
}
.projects-section .projects-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.projects-section .projects-item .overlay-content {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 30, 76, 0.7);
}
.projects-section .projects-item .overlay-content::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -50px;
  border-bottom: 100px solid var(--color-primary);
  border-right: 100px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-section .projects-item .overlay-content::before {
  position: absolute;
  content: "";
  top: -50px;
  right: -50px;
  border-top: 100px solid var(--color-primary);
  opacity: 0.8;
  border-left: 100px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-section .projects-item .overlay-content h3 a {
  color: #fff;
}

.projects-section .projects-item .overlay-content h3 a:hover {
  color: var(--color-primary);
}

.projects-section .projects-item .overlay-content p {
  color: #d2d2d2;
}

.projects-section .projects-item .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-section .projects-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.projects-section .projects-item:hover .overlay-content {
  opacity: 1;
}

.projects-section .projects-item:hover .overlay-content::before {
  top: 10px;
  right: 10px;
}

.projects-section .projects-item:hover .overlay-content::after {
  bottom: 10px;
  left: 10px;
}
.section-title {
  max-width: 720px;
  text-align: left;
  margin-right: auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

.section-title::before {
  position: absolute;
  content: "";
  left: -60px;
  top: 0;
  width: 40%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
}

.section-title h2 {
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  padding: 30px 0;
}

.section-title p {
  max-width: 600px;
  font-size: 17px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.section-title span {
  color: var(--color-primary);
}

.section-title .learn-more-btn {
  margin-top: 20px;
}

.section-title.style-two {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.section-title.style-two::before {
  display: none;
}

.section-title.style-two h2 {
  padding: unset;
  margin-top: -10px;
}

/* Primary Button */
.finished-projects-section .primary-btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font-family);
  line-height: 1.8;
  text-transform: capitalize;
  cursor: pointer;
}

.finished-projects-section .primary-btn::before,
.finished-projects-section .primary-btn::after {
  content: "";
  position: absolute;
  width: calc(50% + 4px);
  height: 0;
  background-color: #7171c9;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.finished-projects-section .primary-btn::before {
  bottom: 0;
  left: 0;
}

.finished-projects-section .primary-btn::after {
  top: 0;
  right: 0;
}

.finished-projects-section .primary-btn:hover {
  color: var(--color-primary);
}

.finished-projects-section .primary-btn:hover::before,
.finished-projects-section .primary-btn:hover::after {
  height: 120%;
}

.finished-projects-section .cta-btn {
  line-height: 0.8;
}
@media only screen and (min-width: 992px) and(max-width: 1199px) {
  .finished-projects-section::after {
    min-height: 418px;
  }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
  .finished-projects-section .owl-carousel .owl-nav {
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    position: unset !important;
  }
  .amazing-projects-section.projects-two {
    background: var(--bg-color);
  }
  .amazing-projects-slider {
    margin-bottom: 0;
  }
  .finished-projects-section.style-two {
    padding-bottom: 0;
  }
  .finished-projects-section::after {
    min-height: 427px;
  }
  .section-title {
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .section-title::before {
    content: unset;
  }
  .section-title h2 {
    font-size: 35px;
    padding: unset;
    margin-top: -8px;
  }
  .section-title p {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .section-title.style-two h2 {
    margin-top: -8px !important;
  }
}

@media only screen and (max-width: 767px) {
  .finished-projects-section .owl-carousel .owl-nav {
    justify-content: center;
    text-align: center;
    position: unset !important;
    margin-top: 30px;
  }
  .finished-projects-section .finished-projects-slider {
    margin-bottom: 30px;
  }
  .finished-projects-section.style-two {
    padding-bottom: 0;
  }
  .finished-projects-section {
    background: unset;
  }
  .finished-projects-section::after {
    min-height: unset;
    height: 100%;
  }
  .section-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .section-title::before {
    content: unset;
  }
  .section-title h2 {
    font-size: 28px;
    padding: unset;
    margin-top: -7px;
  }
  .section-title p {
    font-size: 14px;
  }
  .section-title.style-two h2 {
    margin-top: -5px !important;
  }
}
@media only screen and (max-width: 767px) and(min-width: 576px) {
  .finished-projects-section::after {
    min-height: 546px;
  }
}
.strong-service-section {
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.strong-service-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  z-index: -1;
}

.strong-service-section .service-content {
  margin-bottom: 30px;
  padding: 43px 0;
  position: relative;
  z-index: 1;
}
.strong-service-section .service-content p {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.strong-service-section .service-content::after {
  position: absolute;
  content: "";
  left: -60px;
  top: 0;
  width: 40%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
}

.strong-service-section .service-content h2 {
  color: #fff;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 15px;
}

.strong-service-section .service-content p {
  color: #fff;
  margin-bottom: 30px;
}

.strong-service-section .primary-btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: var(--color-second);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font-family);
  line-height: 1.8;
  text-transform: capitalize;
  cursor: pointer;
}

.strong-service-section .primary-btn::before,
.strong-service-section .primary-btn::after {
  content: "";
  position: absolute;
  width: calc(50% + 4px);
  height: 0;
  background-color: #7171c9;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.strong-service-section .primary-btn::before {
  bottom: 0;
  left: 0;
}

.strong-service-section .primary-btn::after {
  top: 0;
  right: 0;
}

.strong-service-section .primary-btn:hover {
  color: var(--color-primary);
}

.strong-service-section .primary-btn:hover::before,
.strong-service-section .primary-btn:hover::after {
  height: 120%;
}

.strong-service-section .cta-btn {
  line-height: 0.8;
}

.strong-service-section .service-content .primary-btn {
  background: #fff;
  font-family: var(--title-font-family);
}

.strong-service-section .custom-owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.strong-service-slider .slider-item {
  padding: 58px 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 350px;
  background: rgba(26, 26, 26, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.strong-service-slider .slider-item > i {
  width: 60px;
  height: 60px;
  line-height: 57px;
  margin-bottom: 18px;
  background: #fff;
  text-align: center;
  display: block;
}

.strong-service-slider .slider-item > i img {
  display: inline-block;
  max-width: 32px;
}

.strong-service-slider .slider-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  height: 50px;
}

.strong-service-slider .slider-item h3 a {
  color: #fff;
}

.strong-service-slider .slider-item h3 a:hover {
  color: var(--color-primary);
}

.strong-service-slider .slider-item p {
  margin-bottom: 20px;
  color: #d2d2d2;
  /*height: 75px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.strong-service-slider .slider-item .read-more-btn {
  color: #fff;
}

.strong-service-slider .slider-item .read-more-btn i {
  vertical-align: -2px;
  color: #f08619;
}

.strong-service-slider .slider-item .read-more-btn:hover {
  color: #f08619;
}

.strong-service-slider .owl-nav {
  display: flex;
  position: absolute;
  left: -8%;
  bottom: 0;
}

.strong-service-slider .slider-item:hover {
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  margin-right: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-align: center;
  font-size: 26px;
  border: none;
  line-height: 39px;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  line-height: 1.3;
  font-size: 20px;
}

.owl-carousel .owl-nav .owl-next {
  margin-right: 0;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #9192f3;
  color: var(--color-primary);
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
  .owl-carousel .owl-nav {
    justify-content: center;
    text-align: center;
    position: unset !important;
  }
  .strong-service-section .slider-item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .strong-service-section .pr-0 {
    padding-right: 15px !important;
  }
  .strong-service-section .service-content {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .strong-service-section .service-content::after {
    content: unset;
  }
  .strong-service-section .service-content h2 {
    margin-top: -8px;
  }
  .strong-service-section .service-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
  }
  .strong-service-section .service-content p,
  .strong-service-section .service-content .cta-btn {
    margin-bottom: 20px;
  }
  .strong-service-section .service-content .custom-owl-nav {
    position: unset;
  }
  .team-slider .slider-item .content::after {
    border-right: 60px solid transparent;
  }
  .team-slider .slider-item .content::before {
    border-left: 60px solid transparent;
  }
  .team-members-section .team-item .content::before {
    border-left: 55px solid transparent;
  }
  .team-members-section .team-item .content::after {
    border-right: 55px solid transparent;
  }
  .bio-area .section-title h2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .no-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .no-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .strong-service-section .slider-item {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .strong-service-section .slider-item > i {
    margin-left: auto;
    margin-right: auto;
  }
  .strong-service-section .pr-0 {
    padding-right: 15px !important;
  }
  .strong-service-section .service-content {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .strong-service-section .service-content::after {
    content: unset;
  }
  .strong-service-section .service-content h2 {
    margin-top: -7px;
  }
  .strong-service-section .service-content p,
  .strong-service-section .service-content .cta-btn {
    margin-bottom: 20px;
  }
  .strong-service-section .service-content .custom-owl-nav {
    position: unset;
  }
  .best-service-section .service-item-single {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .best-service-section .service-item-single > i {
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel .owl-nav {
    justify-content: center;
    text-align: center;
    position: unset !important;
  }
}


@media screen and (max-width:480px){
  .strong-service-section .service-content h2{
    font-size: 22px !important;
  }
}
