@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  text-transform: capitalize;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-family: "Poppins";
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}
p {
  font-family: "Poppins";
}

.website-main-buttons {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
  font-size: 16px;
  width: 175px;
  height: 45px;
  border-radius: 0;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  /* animation: bounce2 2s ease infinite; */
}
.website-main-buttons button.chat-btn {
  background: #35929a;
  color: #fff;
  border: 2px solid #35929a;
}
.website-main-buttons a.call-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
button.chat-btn:hover {
  background: transparent;
  color: #fff;
  transform: scale(0.9);
  border-color: #fff;
}
.website-main-buttons a.call-btn:hover {
  background: #439399;
  color: #fff;
  transform: scale(0.9);
  border-color: #439399;
}

/* @keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
} */

/*Website Custom Style Css For Single Items Start Here*/

/* header css start here */
header.main-header {
}

.main-header nav.navbar {
  justify-content: space-between;
}

.main-header img.logo {
  width: 250px;
  height: 70px;
  object-fit: cover;
}

header.main-header .nav-buttons {
  margin: 0 !important;
}

header.main-header .nav-buttons button.chat-btn {
  background: #35929a;
  color: white;
  border-color: #35929a;
}

header.main-header .nav-buttons a.call-btn:hover,
header.main-header .nav-buttons button.chat-btn:hover {
  color: #000;
  background: transparent;
  border-color: #35929a;
}
header.main-header .nav-buttons a.call-btn {
  background: black;
  border-color: black;
}

/* header css end here */

/*  footer css start here */
footer {
  background: #000;
  padding: 30px 0;
  margin: 0;
}

.ft-details p {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

/*  footer css end here */

/*Heading & Para Style Css*/
.heading-one {
  font-size: 40px;
  line-height: 47px;
}
.heading-two {
  font-size: 38px;
  line-height: 45px;
}
.heading-three {
  font-size: 35px;
  line-height: 42px;
}
.heading-four {
  font-size: 30px;
  line-height: 37px;
}
.heading-five {
  font-size: 24px;
  line-height: 30px;
}
.heading-six {
  font-size: 20px;
  line-height: 26px;
}
p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
}
li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 190px;
  height: 50px;
  line-height: 30px;
  border-radius: 0;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/**************************************************************************
 --------------------- Publishing Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Banner Section CSS Start Here*/

section.main-banner-marketing-sec {
  padding: 150px 0px 100px;
  background: url(../images/marketing-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

section.main-banner-marketing-sec:before {
  content: "";
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}

section.main-banner-marketing-sec .banner-marke-head-dv {
  color: white;
}

section.main-banner-marketing-sec .banner-marke-head-dv .heading-one {
  font-size: 50px;
  line-height: 57px;
}

section.main-banner-marketing-sec .banner-marke-head-dv p {
}

section.main-banner-marketing-sec .inner-banner-form {
  background: #000;
  padding: 30px 40px;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
  border: 1px solid transparent;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}

section.main-banner-marketing-sec .inner-banner-form h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}

section.main-banner-marketing-sec .inner-banner-form p {
  color: #fff;
  text-align: center;
  line-height: 18px;
}

section.main-banner-marketing-sec .inner-banner-form form input,
section.main-banner-marketing-sec .inner-banner-form form textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

section.main-banner-marketing-sec .inner-banner-form form textarea {
  height: 110%;
}

section.main-banner-marketing-sec .inner-banner-form button.submit-btn {
  background-color: #35929a;
  color: #fff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border: 2px solid #35929a;
  border-radius: 5px;
}

/* Banner Section CSS End Here*/

/* Process Section CSS Start Here */
section.step-works-wrap {
  background: #000;
  padding: 50px 0;
}

.step-works-wrap .step-works-head {
  width: 90%;
  margin: 0 auto 50px;
}
.step-works-wrap .step-works-head .heading-four {
  color: white;
}

.step-works-head p {
  color: #fff;
}

.step-works-inner .step-works-box {
  background: #35929a;
  padding: 20px 20px;
  margin: 0 0 30px;
  transition: all 0.3s ease-in-out;
}

.step-works-box .works-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
  min-height: 75px;
  max-height: 75px;
}

.works-box-head-content span {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.works-box-head-content .heading-five {
  color: #fff;
  margin: 0 0 10px;
}

.works-box-head .work-box-head-img {
  width: 50px;
  height: 50px;
  margin: 0 5px 0;
}

.work-box-head-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.step-works-box p {
  color: #fff;
  padding: 0 5px 0 0;
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

.step-works-box p::-webkit-scrollbar-track,
.review-box-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}

.step-works-box p::-webkit-scrollbar,
.review-box-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0;
}

.step-works-box p::-webkit-scrollbar-thumb,
.review-box-content p::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
}

/* Process Section CSS End Here */

/* CTA Section Start Here */
section.cta-main-sec {
  padding: 50px 0px;
  background: url(../images/cta-main-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.cta-main-sec .cta-main-content {
  text-align: center;
  color: #fff;
}
section.cta-main-sec .cta-main-content .heading-three {
  font-size: 40px;
  line-height: 47px;
}

.cta-main-content .website-main-buttons {
  justify-content: center;
}
/* CTA Section End Here */

/* Portfolio Section Start Here */
section.portfolio-sec-main {
  padding: 50px 0px;
  background: black;
}

section.portfolio-sec-main .portfolio-cont-head {
  text-align: center;
  margin-bottom: 30px;
  color: white;
}

section.portfolio-sec-main .portfolio-cont-head .heading-five {
}

section.portfolio-sec-main .portfolio-cont-head .heading-three {
}

section.portfolio-sec-main .portfolio-img-cont-dv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

section.portfolio-sec-main .portfolio-img-cont-dv a {
  transition: transform 4s ease-in;
  overflow: hidden;
  position: relative;
  display: block;
}
section.portfolio-sec-main .portfolio-img-cont-dv a:after,
section.portfolio-sec-main .portfolio-img-cont-dv a:before {
  height: 100%;
  content: "View!";
  font-size: 25px;
  font-family: sans-serif;
  transition: transform 0.4s ease-in;
  border: 4px solid #fff;
  z-index: 1;
  box-sizing: border-box;
}

section.portfolio-sec-main .portfolio-img-cont-dv a:before {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  color: #fff;
  display: block;
  background-color: black;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

section.portfolio-sec-main .portfolio-img-cont-dv a:after {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  color: #fff;
  display: block;
  background-color: black;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
section.portfolio-sec-main .portfolio-img-cont-dv a:hover::after,
section.portfolio-sec-main .portfolio-img-cont-dv a:hover::before {
  transform: translateY(0);
}

section.portfolio-sec-main .portfolio-img-cont-dv a img {
  transition: transform 1s ease-in;
  width: 100%;
}

section.portfolio-sec-main .portfolio-img-cont-dv a:hover img {
  transform: scale(1.2);
}

/* Portfolio Section End Here */

/* Why Choose Section CSS Start Here */
section.why-choose-sec-main {
  padding: 50px 0px;
  background: #101010;
}

section.why-choose-sec-main .why-choose-content-head {
  color: white;
}

section.why-choose-sec-main .why-choose-content-head .heading-two {
}

section.why-choose-sec-main .why-choose-content-head p {
}

section.why-choose-sec-main .why-choose-img-dv {
}

section.why-choose-sec-main .why-choose-img-dv img {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
/* Why Choose Section CSS End Here */

/* Testimonials Section CSS Start Here */
section.testi-main-sec {
  padding: 50px 0px;
  background: black;
}

section.testi-main-sec .testi-head-content {
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

section.testi-main-sec .testi-head-content .heading-two {
}

section.testi-main-sec .testi-main-content-dv {
}

.testi-main-content-dv .testi-cont-dv {
}

.testi-main-content-dv .testi-cont-dv .info-test {
  margin: 20px 10px;
  background: #439399;
  box-shadow: 0 5px 10px #0000001a;
  padding: 30px 25px;
  position: relative;
  border-radius: 10px;
  height: 315px;
  color: white;
}

.testi-main-content-dv .testi-cont-dv .info-test:before {
  position: absolute;
  content: "";
  left: -8px;
  background: #000000;
  width: 50px;
  height: 50px;
  top: -7px;
  z-index: -1;
  border-radius: 6px;
}

.testi-main-content-dv .testi-cont-dv .slick-slide {
  margin: 0px 25px;
}

.info-test span.qoute {
  position: absolute;
  right: 20px;
  bottom: 27px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(590%)
    hue-rotate(279deg) brightness(113%) contrast(100%);
}

/* Testimonials Section CSS End Here */

/* Faq Section CSS Start Here */
section.faqs-sec-wrap {
  background: #101010;
  padding: 50px 0;
}

.faqs-sec-wrap .faqs-sec-head {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

.faqs-sec-head .heading-two {
  color: #ffff;
  margin: 0 0 10px;
}

.faqs-sec-head p {
  color: #181223;
  margin: 0 0 10px;
}

.faqs-sec-item .accordion .accordion-item {
  margin: 0 0 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  margin: 0;
}

.faqs-sec-item
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: #4e9498;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
  content: "\2b";
  background-image: none;
  background: transparent;
  color: #fff;
  font-size: 24px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
  text-align: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

.faqs-sec-item
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  color: #4e9498;
  font-size: 20px;
  transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 10px 10px;
  border-radius: 0;
}

/* Faq Section CSS End Here */

/**************************************************************************
 --------------------- Publishing Page Folds Css End Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.main-banner-marketing-sec .inner-banner-form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-one {
    font-size: 37px !important;
    line-height: 44px !important;
  }

  .heading-two {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-three {
    font-size: 28px !important;
    line-height: 35px !important;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }
  .main-header nav.navbar {
    justify-content: center;
  }
  .main-header nav.navbar a.navbar-brand {
    margin: 0;
  }

  section.main-banner-marketing-sec {
    padding: 50px 0px;
  }
  section.main-banner-marketing-sec
    .banner-marke-head-dv
    .website-main-buttons
    button.chat-btn,
  section.main-banner-marketing-sec
    .banner-marke-head-dv
    .website-main-buttons
    a.call-btn {
    width: 150px;
    font-size: 14px;
    padding: 5px !important;
  }

  section.main-banner-marketing-sec .banner-marke-head-dv {
    margin-bottom: 30px;
  }

  section.main-banner-marketing-sec .inner-banner-form {
    width: 100%;
    padding: 20px;
  }

  section.main-banner-marketing-sec .inner-banner-form h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .step-works-wrap .step-works-head {
    width: 100%;
    text-align: center;
  }

  .heading-four {
    font-size: 25px;
    line-height: 32px;
  }

  section.why-choose-sec-main .why-choose-content-head {
    text-align: center;
    margin-bottom: 30px;
  }

  .testi-main-content-dv .testi-cont-dv .info-test {
    height: max-content;
    text-align: center;
    padding: 20px;
  }

  .info-test span.qoute {
    display: none;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 23px;
  }
  section.main-banner-marketing-sec
    .banner-marke-head-dv
    .website-main-buttons {
    justify-content: center;
  }

  section.why-choose-sec-main .why-choose-content-head .website-main-buttons {
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heading-one {
    font-size: 30px !important;
    line-height: 37px !important;
  }

  .heading-two {
    font-size: 26px;
    line-height: 33px;
  }

  .heading-three {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }

  .main-header nav.navbar {
    justify-content: center;
  }
  .main-header nav.navbar a.navbar-brand {
    margin: 0;
  }

  section.main-banner-marketing-sec {
    padding: 50px 0px;
  }

  section.main-banner-marketing-sec .banner-marke-head-dv {
    text-align: center;
    margin-bottom: 30px;
  }

  section.main-banner-marketing-sec .inner-banner-form {
    width: 100%;
    padding: 20px;
  }

  section.main-banner-marketing-sec .inner-banner-form h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .step-works-wrap .step-works-head {
    width: 100%;
    text-align: center;
  }

  .heading-four {
    font-size: 25px;
    line-height: 32px;
  }

  section.why-choose-sec-main .why-choose-content-head {
    text-align: center;
    margin-bottom: 30px;
  }

  .testi-main-content-dv .testi-cont-dv .info-test {
    height: max-content;
    text-align: center;
    padding: 20px;
  }

  .info-test span.qoute {
    display: none;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 23px;
  }
  section.main-banner-marketing-sec
    .banner-marke-head-dv
    .website-main-buttons {
    justify-content: center;
  }

  section.why-choose-sec-main .why-choose-content-head .website-main-buttons {
    justify-content: center;
  }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .heading-one {
    font-size: 30px !important;
    line-height: 37px !important;
  }

  .heading-two {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-three {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .heading-five {
    font-size: 24px;
    line-height: 30px;
  }
  .website-main-buttons {
    display: block;
  }

  .main-header nav.navbar {
    justify-content: center;
  }

  .website-main-buttons button.chat-btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .main-header nav.navbar a.navbar-brand {
    margin: 0;
  }

  section.main-banner-marketing-sec {
    padding: 50px 0px;
  }

  section.main-banner-marketing-sec .banner-marke-head-dv {
    text-align: center;
  }

  section.main-banner-marketing-sec
    .banner-marke-head-dv
    .website-main-buttons {
    margin: 20px auto 0px;
    display: inline-block;
  }

  section.main-banner-marketing-sec .inner-banner-form {
    width: 100%;
    padding: 20px;
  }

  section.main-banner-marketing-sec .inner-banner-form h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .step-works-wrap .step-works-head {
    width: 100%;
    text-align: center;
  }

  .heading-four {
    font-size: 25px;
    line-height: 32px;
  }

  section.cta-main-sec .cta-main-content .website-main-buttons {
    display: inline-block;
  }

  section.why-choose-sec-main .why-choose-content-head {
    text-align: center;
  }

  section.why-choose-sec-main .why-choose-content-head .website-main-buttons {
    display: inline-block;
  }

  .testi-main-content-dv .testi-cont-dv .info-test {
    height: max-content;
    text-align: center;
    padding: 20px;
  }

  .info-test span.qoute {
    display: none;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 23px;
  }
}
