.slideshow {
  position: relative;
  width: 100vw;
  height: 730px;
  overflow: hidden;
  background-image: url(../images/home-slide-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slideshow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 4;
}

@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

#slides {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px;
}

#slideshow {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slideshow .slide,
#slideshow span,
#slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#slideshow .slide span {
  background-size: cover;
  background-position: center;
}

#slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in;
}

#slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out;
}

#slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slideshow h1 {
  position: absolute;
  left: 50px;
  bottom: 10%;
  z-index: 5;
  color: #ffffff;
  width: 45%;
}

#slider {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}
.slider-container {
  overflow: hidden;
}
.slider {
  max-width: 80%;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.slider__item {
  flex: 0 0 calc(100%);
  text-align: center;
}
.slider__item h3 {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
}
.slider__item p {
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
.slider__item p strong {
  font-size: 100px;
  display: block;
}

.slider__prev,
.slider__next {
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__prev {
  left: 100px;
}
.slider__next {
  right: 100px;
}

#caption {
  padding-top: 3%;
}
#caption .link {
  margin-top: 40px;
}

#about {
  padding-top: 5%;
}
.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .image {
  flex-basis: 47%;
}
.about .content {
  flex-basis: 44%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.about .content .sub-heading {
  margin-bottom: 40px;
}
.about .link {
  margin-top: 40px;
}
.about .link .expand_cont {
  display: none;
}
.about .link .collapse_cont {
  display: inline-block;
}
.about .link.collapsed .collapse_cont {
  display: none;
}
.about .link.collapsed .expand_cont {
  display: inline-block;
}

#projects,
#projectsGallery,
#projectContent {
  padding-top: 5%;
}
#projectContent p {
  text-align: center;
  margin: 0 auto;
  max-width: 85%;
}
.projects {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.project-heading {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.project-heading > div {
  flex-basis: 93%;
  display: flex;
}
.projects .nav {
  transform: rotate(-90deg) translate(-50%, 0px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 600px;
  height: 150px;
  position: absolute;
  left: -13%;
  top: -3%;
  border: none;
}
.projects .nav a {
  color: #000000;
  font-weight: normal;
}
.projects .nav a.active {
  border-bottom: 6px solid #e5dfd3;
}
.projects .nav a::after {
  content: none;
}
.projects .tab-content {
  flex-basis: 93%;
  max-width: 93%;
  padding-bottom: 30px;
  border-bottom: 6px solid #e5dfd3;
}
.projects .tab-content h3 {
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  width: 70%;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 3;
  transition: all 0.3s ease;
}
.project-carousel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.projects .tab-content .slide {
  position: relative;
  min-width: 760px;
}
.projects .tab-content .slide figure {
  width: 95%;
  margin-bottom: 0px;
  position: relative;
}
.projects .tab-content .slide img {
  width: 100%;
}
.projects .tab-content .slide figure::before {
  content: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  z-index: 1;
}
.projects .tab-content .slide:hover figure::before {
  content: "";
}
.projects .tab-content .slide:hover h3 {
  opacity: 1;
  visibility: visible;
}
.gallery {
  display: none;
}

#process {
  padding-top: 5%;
}
.process-heading {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.process-heading.process-heading-center {
  justify-content: center;
}
.process-heading > div {
  flex-basis: 96%;
  display: flex;
}
.process-heading.process-heading-center > div {
  flex-basis: auto;
}
.process {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  position: relative;
}
.process-carousel {
  flex-basis: 96%;
  max-width: 96%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 80px;
}
.process-carousel .item {
  min-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.process-carousel .item figure {
  width: 100%;
}
.process-carousel .item img {
  width: auto;
  max-height: 100px;
}
.process-carousel .item .content {
  width: 100%;
  position: relative;
}
.process-carousel .item h3 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.process-carousel .item h3 i {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
.process-carousel .item h3 span {
  color: #e5e0d3;
}
.process-carousel .item p {
  max-width: 80%;
}

.process-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.process-prev,
.process-next {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.process-prev:hover,
.process-next:hover {
  background-color: #000000;
  color: #ffffff;
}

#faq {
  padding-top: 5%;
}
.faq-content {
  text-align: center;
  padding: 0 50px;
}
.faq-accordion {
  width: 100%;
  margin: 30px auto 0;
  padding: 0;
}
.faq-item {
  border-bottom: 1px solid #000000;
  margin-bottom: 0;
  padding: 0 50px;
}
.faq-question {
  display: flex;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.faq-question:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.faq-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  padding-top: 5px;
}
.faq-item.active .faq-number {
  background-color: #000000;
  color: #ffffff;
}
.faq-question h3 {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  color: #000000;
}
.faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s ease;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}
.faq-answer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 60px;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #333333;
  padding-bottom: 25px;
}
.faq-item.active .faq-answer {
  opacity: 1;
  max-height: 1000px;
  transform: translateY(0);
}
.faq-item.active .faq-icon {
  transform: rotate(0deg);
}
.faq-item:not(.active) .faq-icon {
  transform: rotate(0deg);
}

#testimonials {
  padding-top: 5%;
}
.testimonials-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.testimonials-slider {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.testimonial-item {
  display: none;
  width: 100%;
}
.testimonial-item.active {
  display: block;
}
.testimonial-text-container {
  opacity: 0;
  min-height: 350px;
  transform: translateX(30px);
  transition: all 0.5s ease;
}
.testimonial-item.active .testimonial-text-container {
  opacity: 1;
  transform: translateX(0);
}
.testimonial-text-container.slide-in-right {
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s ease forwards;
}
.testimonial-text-container.slide-in-left {
  opacity: 1;
  transform: translateX(-100%);
  animation: slideInFromLeft 0.5s ease forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.testimonial-box {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0px 30px 0px 30px;
  position: relative;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.quote-icon {
  width: 250px;
  height: 190px;
  min-width: 250px;
  background-image: url(../images/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.testimonial-text-container {
  padding: 40px;
}
.testimonial-content {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.testimonial-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.testimonial-separator {
  width: 60px;
  height: 2px;
  background-color: #000000;
  margin: 30px 0;
}
.testimonial-author h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
  font-family: "Poppins", sans-serif;
}
.author-details {
  font-size: 16px;
  color: #000000;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.testimonials-prev,
.testimonials-next {
  width: 50px;
  height: 50px;
  border: 2px solid #000000;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.testimonials-prev:hover,
.testimonials-next:hover {
  background: #000000;
  color: #ffffff;
}
.testimonials-prev {
  left: -80px;
}
.testimonials-next {
  right: -80px;
}
.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.testimonials-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #e0e0e0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0px;
}
.testimonials-dot.active {
  background: #000000;
  border-color: #000000;
}
.testimonials-dot:hover {
  border-color: #000000;
}

#contact {
  padding-top: 5%;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .bg {
  flex-basis: 50%;
  position: relative;
}
/* .contact .bg figure::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
} */
.contact .bg .title {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 90%;
  transform: translate(-50%);
  color: #ffffff;
  z-index: 2;
}
.contact .bg .contact-mobile {
  display: none;
}
.contact .content {
  flex-basis: 37%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
}
.contact .details .title {
  margin-top: 30px;
}
.contact .details a {
  color: #000000;
}
.contact .details i {
  margin-right: 10px;
}
.contact .details ul {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.contact .form {
  margin-top: 50px;
}

.with_frm_style {
  margin-top: 30px;
}
.with_frm_style .frm_submit {
  text-align: right;
}
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="phone"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single,
.with_frm_style .frm_slimselect.ss-main {
  font-size: 20px;
}
.frm_style_formidable-style.with_frm_style
  .frm_compact
  .frm_dropzone.dz-clickable
  .dz-message,
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  font-size: 20px;
}
.form .with_frm_style .frm_submit .frm_button_submit {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.with_frm_style .frm_submit .frm_button_submit::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 10px;
  width: 40px;
  height: 3px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
}
.with_frm_style .frm_submit .frm_button_submit:hover::before {
  transform: translateX(-10px);
}

#projects .myContainer {
  margin-bottom: 60px;
}

#projects .project-list {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 4px solid #e5dfd3;
}

#projects .project-list.secondary {
  flex-direction: row-reverse;
}

.project-image {
  min-width: 570px;
  width: 570px;
}

#projects .myContainer > * + * {
  margin-top: 100px;
}

#projects .project-content > * + * {
  margin-top: 36px;
}

#projects .project-content .link {
  margin-top: -5px;
}

#projects.single-project .myContainer {
  margin-bottom: 0;
}

@media only screen and (max-width: 1681px) {
  .slideshow {
    height: 600px;
  }
  .slider {
    min-height: 350px;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 30px;
  }
  .slider__item p strong {
    font-size: 80px;
  }
  .slider__prev,
  .slider__next {
    font-size: 21px;
    width: 40px;
    height: 40px;
  }
  .projects .tab-content .slide {
    min-width: 630px;
  }
  .projects .tab-content h3 {
    font-size: 42px;
  }
  .projects .nav {
    width: 500px;
    height: 80px;
    left: -14%;
  }
  .projects .nav a.active {
    border-bottom-width: 5px;
  }
  .projects .tab-content {
    border-bottom-width: 5px;
  }
  .process-carousel {
    padding: 0 70px;
  }
  .process-carousel .item {
    min-width: 520px;
  }
  .process-carousel .item h3 {
    font-size: 30px;
  }
  .process-prev,
  .process-next {
    font-size: 21px;
    width: 40px;
    height: 40px;
  }
  .contact .details ul {
    margin-top: 20px;
  }
  .contact .form {
    margin-top: 40px;
  }
  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="phone"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style textarea,
  .frm_form_fields_style,
  .with_frm_style .frm_scroll_box .frm_opt_container,
  .frm_form_fields_active_style,
  .frm_form_fields_error_style,
  .with_frm_style .frm-card-element.StripeElement,
  .with_frm_style .chosen-container-multi .chosen-choices,
  .with_frm_style .chosen-container-single .chosen-single,
  .with_frm_style .frm_slimselect.ss-main {
    font-size: 18px;
  }
  .frm_style_formidable-style.with_frm_style
    .frm_compact
    .frm_dropzone.dz-clickable
    .dz-message,
  .frm_style_formidable-style.with_frm_style input[type="submit"],
  .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_form_submit_style,
  .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    font-size: 18px;
  }
  #frm_field_9_container {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1599px) {
  .faq-item {
    padding: 0 30px;
  }
  .slideshow {
    height: 540px;
  }
  .slider {
    min-height: 300px;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 27px;
  }
  .slider__item p strong {
    font-size: 60px;
  }
  .slider__prev,
  .slider__next {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .projects .tab-content .slide {
    min-width: 570px;
  }
  .projects .tab-content h3 {
    font-size: 38px;
  }
  .projects .nav {
    width: 470px;
    height: 70px;
    left: -16%;
  }
  .projects .nav a.active {
    border-bottom-width: 4px;
  }
  .projects .tab-content {
    border-bottom-width: 4px;
  }
  .process-carousel {
    padding: 0 60px;
  }
  .process-carousel .item {
    min-width: 450px;
  }
  .process-carousel .item h3 {
    font-size: 27px;
  }
  .process-prev,
  .process-next {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="phone"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style textarea,
  .frm_form_fields_style,
  .with_frm_style .frm_scroll_box .frm_opt_container,
  .frm_form_fields_active_style,
  .frm_form_fields_error_style,
  .with_frm_style .frm-card-element.StripeElement,
  .with_frm_style .chosen-container-multi .chosen-choices,
  .with_frm_style .chosen-container-single .chosen-single,
  .with_frm_style .frm_slimselect.ss-main {
    font-size: 16px;
  }
  .frm_style_formidable-style.with_frm_style
    .frm_compact
    .frm_dropzone.dz-clickable
    .dz-message,
  .frm_style_formidable-style.with_frm_style input[type="submit"],
  .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_form_submit_style,
  .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    font-size: 16px;
  }
  .contact .details .title {
    margin-top: 20px;
  }
  .contact .form {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1439px) {
}

@media only screen and (max-width: 1359px) {
  #projects .myContainer > * + * {
    margin-top: 80px;
  }
  #projects .myContainer {
    margin-bottom: 30px;
  }
  #projects .project-image {
    min-width: 525px;
    width: 525px;
  }
  .quote-icon {
    width: 200px;
    min-width: 200px;
    height: 150px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .faq-question {
    padding: 20px 0;
  }
  .faq-item {
    padding: 0 20px;
  }
  .faq-accordion {
    margin: 10px auto 0;
  }
  .slideshow {
    height: 490px;
  }
  .slider {
    min-height: 250px;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 24px;
  }
  .slider__item p strong {
    font-size: 50px;
  }
  .projects .tab-content .slide {
    min-width: 500px;
  }
  .projects .tab-content h3 {
    font-size: 33px;
  }
  .projects .nav {
    width: 380px;
    height: 60px;
  }
  .process-carousel {
    padding: 0 50px;
  }
  .process-carousel .item {
    min-width: 400px;
  }
  .process-carousel .item h3 {
    font-size: 24px;
  }
  .process-carousel .item img {
    max-height: 80px;
  }
  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="phone"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style textarea,
  .frm_form_fields_style,
  .with_frm_style .frm_scroll_box .frm_opt_container,
  .frm_form_fields_active_style,
  .frm_form_fields_error_style,
  .with_frm_style .frm-card-element.StripeElement,
  .with_frm_style .chosen-container-multi .chosen-choices,
  .with_frm_style .chosen-container-single .chosen-single,
  .with_frm_style .frm_slimselect.ss-main {
    font-size: 14px;
  }
  .frm_style_formidable-style.with_frm_style
    .frm_compact
    .frm_dropzone.dz-clickable
    .dz-message,
  .frm_style_formidable-style.with_frm_style input[type="submit"],
  .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_form_submit_style,
  .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1279px) {
  #projects .myContainer > * + * {
    margin-top: 60px;
  }
  #projects .project-list {
    gap: 60px;
  }
  #projects .myContainer {
    margin-bottom: 20px;
  }
  #projects .project-image {
    min-width: 430px;
    width: 430px;
  }
  .quote-icon {
    width: 16px;
    min-width: 160px;
    height: 120px;
  }
  .testimonial-content p {
    font-size: 16px;
  }
  .testimonial-text-container {
    padding: 30px 35px;
  }
  .slideshow {
    height: 400px;
  }
  .slider {
    min-height: 200px;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 19px;
  }
  .slider__item p strong {
    font-size: 40px;
  }
  .slider__prev,
  .slider__next {
    font-size: 15px;
  }
  .projects .tab-content .slide {
    min-width: 400px;
  }
  .projects .tab-content h3 {
    font-size: 27px;
  }
  .projects .nav {
    left: -19%;
    top: -8%;
  }
  .process-carousel {
    padding: 0 55px;
  }
  .process-carousel .item {
    min-width: 350px;
  }
  .process-carousel .item h3 {
    font-size: 19px;
  }
  .process-carousel .item img {
    max-height: 70px;
  }
  .process-nav {
    padding: 0 10px;
  }
  .process-prev,
  .process-next {
    font-size: 15px;
    width: 35px;
    height: 35px;
  }
  .contact .details ul {
    margin-top: 20px;
  }
  .contact .form {
    margin-top: 20px;
  }
  .with_frm_style {
    margin-top: 20px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .faq-number {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .faq-icon {
    font-size: 22px;
  }
  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="file"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style .frm-card-element.StripeElement {
    min-height: 40px;
  }
  .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #projects .myContainer > * + * {
    margin-top: 40px;
  }
  #projects .project-list {
    gap: 40px;
  }
  #projects .myContainer {
    margin-bottom: 10px;
  }
  #projects .project-image {
    min-width: 300px;
    width: 300px;
  }
  .slideshow h1 {
    width: 65%;
  }
  .slideshow {
    height: 300px;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 17px;
  }
  .slider__prev {
    left: 50px;
  }
  .slider__next {
    right: 50px;
  }
  .projects .tab-content .slide {
    min-width: 350px;
  }
  .projects .tab-content h3 {
    font-size: 20px;
    visibility: visible;
    opacity: 1;
    left: 20px;
    bottom: 20px;
  }
  .projects .tab-content .slide figure::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }
  .process-carousel .item {
    min-width: 300px;
  }
  .process-carousel .item h3 {
    font-size: 17px;
  }
  .process-carousel .item p {
    min-height: 55px;
  }
  .about .content {
    height: auto;
    flex-basis: 47%;
  }
  .projects .nav {
    width: 280px;
    height: 40px;
  }
  .process-carousel {
    padding: 0 50px;
  }
  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="phone"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style textarea,
  .frm_form_fields_style,
  .with_frm_style .frm_scroll_box .frm_opt_container,
  .frm_form_fields_active_style,
  .frm_form_fields_error_style,
  .with_frm_style .frm-card-element.StripeElement,
  .with_frm_style .chosen-container-multi .chosen-choices,
  .with_frm_style .chosen-container-single .chosen-single,
  .with_frm_style .frm_slimselect.ss-main {
    font-size: 13px;
  }
  .frm_style_formidable-style.with_frm_style
    .frm_compact
    .frm_dropzone.dz-clickable
    .dz-message,
  .frm_style_formidable-style.with_frm_style input[type="submit"],
  .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
  .frm_style_formidable-style.with_frm_style .frm_submit button,
  .frm_form_submit_style,
  .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    font-size: 13px;
  }
  .contact .content {
    flex-basis: 43%;
    margin-right: 0px;
  }
  .faq-accordion,
  .faq-content {
    padding: 0px;
  }
  .faq-number {
    width: 39px;
    height: 39px;
    font-size: 17px;
  }
  .faq-icon {
    font-size: 23px;
  }
  .faq-answer {
    padding: 0 50px 0 0;
  }
  .testimonial-box {
    padding: 0;
  }
  .quote-icon {
    display: none;
  }
  .testimonials-prev {
    left: -70px;
  }
  .testimonials-next {
    right: -70px;
  }
}

@media only screen and (max-width: 767px) {
  #projects.projects-section {
    padding-top: 40px;
  }
  #projects .myContainer > * + * {
    margin-top: 40px;
  }
  #projects .project-list {
    gap: 30px;
  }
  #projects .myContainer {
    margin-bottom: 10px;
  }
  #projects .project-image {
    min-width: 260px;
    width: 260px;
  }
  .faq-item {
    padding: 0;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .slideshow h1 {
    left: 50%;
    transform: translateX(-50%);
  }
  #about {
    padding-top: 60px;
  }
  .about {
    flex-wrap: wrap-reverse;
  }
  .about .image,
  .about .content {
    flex-basis: 100%;
  }
  .about .content {
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }
  .about .content .sub-heading {
    margin-bottom: 20px;
  }
  .about .link,
  #caption .link {
    margin-top: 10px;
  }
  #projects {
    padding-top: 60px;
  }
  .project-heading {
    margin-bottom: 20px;
  }
  .projects .nav {
    left: -23%;
    top: 20%;
  }
  .project-heading > div {
    flex-basis: 100%;
    justify-content: center;
  }
  .projects .tab-content {
    margin-top: 30px;
  }
  #process {
    padding-top: 60px;
  }
  .process-heading {
    margin-bottom: 20px;
  }
  .process-carousel .item p {
    min-height: 1px;
  }
  .process-heading > div {
    flex-basis: 100%;
    justify-content: center;
  }
  .process-carousel {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
  .process-carousel .item {
    padding-left: 0px;
    justify-content: center;
  }
  .process-carousel .item img {
    max-height: 70px;
  }
  .process-carousel .item h3 span {
    margin-right: 10px;
  }
  #contact {
    padding-top: 60px;
  }
  .contact {
    flex-wrap: wrap-reverse;
  }
  .contact .bg,
  .contact .content {
    flex-basis: 100%;
  }
  .contact .bg .contact-mobile {
    display: block;
    text-align: center;
  }
  .contact .content .details ul {
    display: none;
  }
  .contact .content .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact .content .details .title {
    margin-top: 20px;
  }
  .contact .form {
    text-align: center;
  }
  .contact .details ul li {
    margin-bottom: 10px;
  }
  .faq-question h3 {
    font-size: 17px;
  }
  .faq-number {
    width: 36px;
    height: 36px;
    font-size: 15px;
    margin-right: 12px;
  }
  .faq-icon {
    font-size: 19px;
  }

  .faq-answer {
    padding: 0 48px 0 0;
  }
}

@media only screen and (max-width: 639px) {
  .page-template-templatestemplate-projects-php #contact {
    padding-top: 10px;
  }
  #projects.projects-section {
    padding-top: 20px;
  }
  #projects .project-content > * + * {
    margin-top: 20px;
  }
  #projects .project-list,
  #projects .project-list.secondary {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }
  #projects .myContainer > * + * {
    margin-top: 0px;
  }
  #projects .project-image {
    min-width: 100%;
    width: 100%;
  }
  .slideshow {
    height: 250px;
  }
  .slideshow h1 {
    width: 65%;
    bottom: 30px;
  }
  .slider {
    min-height: 150px;
    max-width: 100%;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 15px;
  }
  .slider__item p strong {
    font-size: 35px;
  }
  .slider__prev,
  .slider__next {
    font-size: 12px;
    width: 25px;
    height: 25px;
  }
  .projects .tab-content .slide {
    min-width: 300px;
  }
  .projects .nav {
    left: -33%;
    top: 10%;
    width: 260px;
    height: 30px;
  }
  .process-carousel {
    padding: 0 40px;
  }
  .process-carousel .item {
    min-width: 280px;
  }
  .process-carousel .item img {
    max-height: 60px;
  }
  .process-prev,
  .process-next {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-number {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-right: 10px;
  }
  .faq-icon {
    font-size: 18px;
  }

  .faq-answer {
    padding: 0 45px 0 0;
  }
  #testimonials {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .slideshow {
    height: 230px;
  }
  .slider__item h3,
  .slider__item p {
    font-size: 13px;
  }
  .slider__item p strong {
    font-size: 30px;
  }
  .slider__prev,
  .slider__next {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
  .slider__prev {
    left: 0px;
  }
  .slider__next {
    right: 0px;
  }
  .projects .tab-content {
    border-bottom-width: 2px;
    padding-bottom: 20px;
  }
  .projects .nav {
    left: -33%;
    top: 18%;
    width: 210px;
    height: 20px;
  }
  .process-carousel {
    padding: 0 35px;
  }
  .process-carousel .item {
    min-width: 240px;
  }
  .process-carousel .item img {
    max-height: 50px;
  }
  .process-nav {
    padding: 0 5px;
  }
  .process-prev,
  .process-next {
    font-size: 12px;
    width: 28px;
    height: 28px;
  }
  .faq-question h3 {
    font-size: 15px;
  }
  .faq-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
    margin-right: 12px;
  }
  .faq-icon {
    font-size: 18px;
  }

  .testimonial-text-container {
    padding: 20px;
  }
  .faq-answer {
    padding: 0 44px 0 0;
  }
  .testimonial-content p {
    font-size: 14px;
  }
  .testimonial-author h3 {
    font-size: 16px;
  }
  .author-details {
    font-size: 14px;
  }
  .testimonial-content {
    margin-bottom: 20px;
  }
  .testimonial-separator {
    margin: 20px 0;
  }
  .testimonials-prev {
    left: -50px;
    width: 40px;
    height: 40px;
  }
  .testimonials-next {
    right: -50px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .projects .nav {
    left: -32%;
    width: 190px;
  }
}

@media only screen and (max-width: 359px) {
  .slideshow h1 {
    width: 75%;
  }
  .projects .nav {
    left: -34%;
    top: 20%;
    width: 160px;
    height: 10px;
  }
}

/* Project Details Grid Styles */
.project-details-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}

.detail-section {
  flex: 1;
  gap: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-icon {
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.detail-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.detail-subtitle {
  font-size: 18px;
  margin-bottom: 0px;
}

/* Responsive Design */

@media only screen and (max-width: 1439px) {
  .detail-subtitle {
    font-size: 16px;
  }
  .detail-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1279px) {
  .detail-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .project-details-grid {
    gap: 30px;
  }

  .detail-section {
    max-width: 300px;
    margin: 0 auto;
  }
  .detail-title {
    font-size: 18px;
    padding-top: 12px;
  }
  .detail-subtitle {
    font-size: 14px;
  }
  .detail-icon img {
    max-width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-icon img {
    max-width: 120px;
  }
  .detail-title {
    padding-top: 6px;
  }
  .single-projects #process {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 639px) {
  .project-details-grid {
    gap: 25px;
    flex-direction: column;
  }

  .detail-title {
    font-size: 16px;
  }

  .detail-subtitle {
    font-size: 13px;
  }
}
