@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Kanit: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&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&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&family=Teko:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar-light .navbar-brand {
  width: 15% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif !important;
}

p,
li,
a {
  font-size: 15px;
  font-family: 'Poppins';
  text-decoration: none;
}

ul {
  list-style: none;
}

.sec {
  padding: 50px 0;
}

.process-head h2,
.services-head h2,
.invest-meta h2,
.cover-head h2,
.clients-head h2,
.contact-form h2,
.contact-detail h2,
.packages-head h2,
.terms h2,
.build-head h2,
.contact-reach h2,
.qualities-head h2,
.mission-head h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.services-head h2 span,
.cover-head h2 span,
.clients-head h2 span,
.packages-head h2 span,
.qualities-head h2 span {
  color: #FF6F08;
}

span.global-span {
  color: #FF6F08;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.sticky {
  background: #e5e5e5;
  box-shadow: 0px 15px 10px -15px #111;
}

.sticky a.nav-link {
  color: #000;
}

.sticky .logo img.with-stick {
  display: none;
}

.sticky .logo img.without-stick {
  display: block;
}

a.navbar-brand.me-3 img {
  width: 70%;
}

header ul li {
  margin: 0 15px;
}

.dropdown-content a.nav-link::before {
  display: none;
}

.dropdown-content {
  position: absolute;
  min-width: 320px;
  border-radius: 10px;
  background: rgb(255 255 255 / 70%);
  /* semi-transparent for blur effect */
  backdrop-filter: blur(5px);
  /* blur background */
  padding: 20px 0px;
  z-index: 9999;
  left: 62%;
  top: 90%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
}

.dropdown-content .nav-item {
  color: #fff;
}

.dropdown-content .nav-link {
  padding: 5px;
  color: #000000 !important;
}

.dropdown-content .nav-item a:hover {
  color: rgb(233 82 25) !important;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
  pointer-events: auto;
}

header ul li a {
  color: #000 !important;
}

.last-link a {
  align-items: self-end;
  text-decoration: none;
  gap: 10px;
}

.last-link a p {
  margin: 0;
  color: #000000;
  line-height: 0;
}

.last-link a span {
  margin: 0;
  color: #000000;
  font-size: 11px;
}

.banner-section {
  background: #323232;
  padding: 150px 0px 100px 0px !important;
}

.banner-meta h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.banner-meta p {
  color: #ffffff;
  font-size: 14px;
}

.global-btn a {
  background: linear-gradient(90deg, rgba(48, 92, 224, 1) 20%, rgba(26, 50, 122, 1) 100%);
  padding: 10px 25px;
  border-radius: 55px;
  font-size: 14px;
  transition: 0.5s;
}

.global-btn a:hover {
  background: #F98531;
  border: none;
}

.global-btn a.nump {
  background: transparent;
  border: 2px solid #f76e00;
  color: #f76e00;
  font-weight: 600;
}

.global-btn button {
  background: linear-gradient(90deg, rgba(48, 92, 224, 1) 20%, rgba(26, 50, 122, 1) 100%);
  padding: 10px 25px;
  border-radius: 5px;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
}

.global-btn button:hover {
  background: #F98531;
  border: 1px solid #F98531;
  border: none;
}

.future-logos {
  padding: 40px 0;
  background: #f0f1f6b5;
}

.future-logos h4 {
  display: block;
  text-align: center;
  padding: 0 0 20px;
  color: #8c9aaf;
  font-size: 20px;
  font-weight: 600;
}

.future-logos .mainwrp ul {
  margin: 0;
}

.future-logos .mainwrp ul li {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.future-logos .mainwrp ul li img {
  height: 80px;
}

.main-process {
  text-align: center;
  position: relative;
}

.main-process .steps {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-process .steps span {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Lato', sans-serif !important;
}

.main-process .steps p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.main-process h3 {
  margin-top: 20px;
  color: #FF6F08;
  font-size: 20px;
}

.main-services ul {
  flex-wrap: wrap;
}

.main-services ul a {
  flex: 0 0 23%;
  background: #ffffff;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.main-services ul li img {
  width: 60%;
}

.setis {
  background: linear-gradient(100deg, rgba(53, 94, 218, 1) 0%, rgba(28, 50, 116, 1) 100%);
  border-radius: 10px;
}

.setis img {
  width: 25%;
}

.setis .set-detail h3 {
  color: #fff;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.setis .set-detail p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

/* .invest .container {
  margin: 0;
  padding: 0;
} */

.ecommerce-meta h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.ecommerce-meta ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.ecommerce-meta ul a {
  color: #fff;
  flex: 0 0 28%;
  text-align: center;
  cursor: pointer;
  background: #f66e00;
  transition: 0.5s;
  margin: 5px;
  border-radius: 10px;
  font-size: 13px;
  padding: 17px;
}

.ecommerce-meta ul a:hover {
  background: #FF6F08;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.cover-head p,
.clients-head p,
.packages-head p,
.qualities-head p {
  width: 60%;
  margin: 0 auto;
}

.cover-meta {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  padding: 30px;
  border-radius: 20px;
  height: 300px;
  cursor: pointer;
  transition: 0.3s;
}

.cover-meta img {
  width: 20%;
}

.cover-meta h3 {
  margin-top: 20px;
  color: #FF6F08;
  font-size: 18px;
}

.cover-meta p {
  font-size: 13px;
}

.cover-meta:hover {
  background: #FF6F08;
}

.cover-meta:hover img {
  filter: invert(1) brightness(100);
}

.cover-meta:hover h3,
.cover-meta:hover p {
  color: #fff;
}

.video {
  background-image: url('../images/video.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.main-testi {
  position: relative;
  background: #323232;
  padding: 30px;
  align-items: flex-start;
  border-radius: 20px;
  gap: 20px;
  height: 260px;
  margin: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.main-testi img.clients {
  width: 14%;
  border-radius: 50px;
}

.main-testi img.quotes {
  position: absolute;
  top: -5px;
  width: 5%;
  left: 110px;
}

.testi-detail h3 {
  font-size: 25px;
  font-weight: 600;
  color: #ee6d00;
  margin: 0;
}

.testi-detail p {
  color: #fff;
  margin-top: 20px;
}

.contact {
  background-image: url('../images/banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form p,
.contact-detail p {
  color: #000000;
}

.contact-form form input {
  height: 50px;
  border-radius: 10px;
  background: #00000082;
  border: 0;
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

.contact-form form text-area {
  height: 50px;
  border-radius: 10px;
  background: #00000082;
  border: 0;
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
}

textarea#your-message {
  border-radius: 10px;
  background: #00000082;
  border: 0;
  color: #fff;
  padding: 15px;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ffffff91 !important;
  opacity: 1;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #fff !important;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #fff !important;
}

.form-control:focus {
  border-radius: 10px;
  background: #00000082;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

footer {
  background: #323232;
  padding: 60px 0;
}

.logo-sec img {
  width: 200px;
}

footer .logo-sec p {
  margin-top: 20px;
  color: #fff;
  width: 100%;
}

.logo-sec ul li {
  margin-right: 10px;
}

.logo-sec ul li i {
  color: #fff;
  font-size: 16px;
}

.links-sec h3 {
  color: #FF6F08;
  font-size: 25px;
}

.links-sec ul li {
  margin: 12px 0;
}

.links-sec ul li a {
  color: #ffffff;
  font-size: 12px;
}

.links-sec ul li a:hover {
  color: #FF6F08;
}

.contact-sec ul>li>span {
  background: var(--white);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px 0 0;
  border: 2px solid var(--white);
}

.contact-sec ul>li>span>i {
  color: #FF6F08;
}

.contact-sec img {
  margin-top: 20px;
}

.footer-bottom {
  padding: 1rem 0 !important;
  border-top: 1px solid #FF6F08 !important;
  background: #000000;
}

.links-sec ul {
  padding: 0;
}

.links-sec ul li a {
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom .copyright-text>p {
  color: #fff;
  font-family: 'Lato', sans-serif !important;
  margin: 0;
}

.copyright-text a {
  color: #fff !important;
  text-decoration: none;
}

.about-banner {
  padding: 190px 0 150px 0;
  text-align: center;
}

.inner-service {
  padding-bottom: 100px;
}

/* .build {
  background: #A7A7A7;
  padding: 30px 0;
}

.build-head h2 {
  color: #373737;
}

.build-head p {
  margin: 0;
} */

.hover-effect {
  transition: all 0.3s ease;
}

.hover-effect:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

h5.fw-semibold {
  font-weight: 600;
  color: #000;
}

p.text-muted.small {
  color: #000 !important;
  margin: 0;
}

.build-steps {
  border: 2px solid #FF6F08;
  position: relative;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}

.build-steps img {
  width: 15%;
  top: -20px;
  left: -10px;
  position: absolute;
}

.widget {
  background-image: url('../images/service-widget.png');
  background-size: cover;
  padding: 90px;
  background-repeat: no-repeat;
  background-color: #1e1e1e;
}

.wood {
  padding: 50px 0;
  background: linear-gradient(1deg, rgb(234 138 88) 0%, rgb(78 93 241) 100%);
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
}

.wood-head h2 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

.wood-head p {
  color: #fff;
}

.packages_inner {
  box-shadow: 0 0 20px #ccc;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  margin: auto;
  transition: .5s;
  text-align: center;
  min-height: 610px;
  text-align: center;
  /* text-align: left; */
  padding: 40px 20px;
  min-height: 530px;
  position: relative;
}

.packages_inner h3 {
  font-size: 30px;
  /* margin: 0 0 20px 0; */
  line-height: 50px;
  color: #FF6F08;
  font-weight: 800;
}

.packages_inner h1 {
  font-size: 50px;
  margin: 0 0 20px 0;
  font-size: 70px;
  font-weight: bold;
  color: #FF6F08;
  line-height: 70px;
}

.packages_inner p {
  /* text-align: justify; */
  color: #000;
  font-weight: 500;
  margin: 10px 0 -10px !important;
  transition: .5s
}

.packages_inner ul li {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 10px 0;
  font-weight: 500;
  padding: 0 0 0 20px;
  position: relative;
  transition: .5s;
  text-align: left;
}

.packages_inner ul {
  overflow-y: scroll;
  height: 250px;
  margin: 50px 0 30px 0;
  padding: 0 10px !important;
}

.packages_inner ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  margin: auto;
  top: 10px;
  transition: .5s
}

.packages_inner ul h6 {
  font-size: 16px;
  margin: 20px 0 !important;
  color: #FF6F08;
  text-align: left;
  line-height: 16px;
}

button.accordion-button.collapsed {
  background: #bcbcbc49;
  font-size: 15px;
  color: #000000;
  padding: 20px 10px;
  font-weight: 600;
  align-items: center;
  text-transform: uppercase;
}

.accordion-item {
  border: none;
  border-bottom: 2px solid #000000;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #00000087;
  font-size: 15px;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #00000082;
  font-size: 15px;
  padding: 20px 10px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
}

.accordion-button:not(.collapsed)::after {
  color: #fff !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button::after {
  content: '+';
  background: transparent;
  font-size: 25px;
  font-weight: 600;
  color: #3049ed;
  transform: rotate(0deg);
  transition: transform 0.3s ease, color 0.3s ease;
  background-image: none !important;
  transform-origin: center;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  color: #d94b1e;
}

.accordion-item {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
}

.contact-reach ul {
  padding: 0;
}

.contact-reach ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.contact-reach ul li {
  margin: 12px 0;
}

.contact-reach ul>li>span {
  background: var(--white);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px 0 0;
  border: 2px solid var(--white);
}

.contact-reach ul>li>span>i {
  color: #FF6F08;
}

@media (max-width: 768px) {

  p,
  li,
  a {
    font-size: 13px;
    font-family: 'Poppins';
    text-decoration: none;
  }

  .sec {
    padding: 40px 0 !important;
  }

  .banner-section {
    text-align: center;
    padding: 150px 0 150px 0;
  }

  .banner-section img,
  .invest-img {
    display: none;
  }

  .global-btn {
    justify-content: center;
  }

  .main-services ul {
    padding: 0;
  }

  .main-services ul a {
    flex: 0 0 44%;
  }

  .setis,
  .cover-meta {
    margin-top: 10px;
  }

  .invest {
    padding: 0 20px;
    text-align: center;
  }

  .cover-head p,
  .clients-head p,
  .packages-head p {
    width: 100%;
  }

  .navbar-collapse {
    text-align: center;
    border-radius: 10px;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(5px);
  }

  .dropdown-content .nav-link {
    color: #ffffff !important;
  }

  .dropdown-content {
    left: 50%;
    backdrop-filter: blur(5px);
    background: rgb(0 0 0 / 70%);
  }

  .contact-detail {
    margin-top: 50px;
  }

  .wood img {
    display: none;
  }

  .wood {
    background: #f76e00;
    text-align: center;
  }

  .ecommerce img {
    display: none;
  }
}

/* Popup Styling */

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  /* background: url(''); */
  border: 3px solid #233480;
  border-radius: 50px;
  opacity: 1;
  background: #233480;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9;
}

.btn-close img {
  width: 100%;
}

.modal-dialog {
  max-width: 870px;
  overflow: hidden;
  margin: 140px auto 0;
}

.modal-body {
  padding: 0;
}

.popup-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* gap: 20px; */
  padding-top: 40px;
}

.popup-row .popup-img-col {
  width: 40%;
  position: relative;
}

.popup-img-col::after {
  content: '';
  background: url('/assets/images/popup-img-angles.png') no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  position: absolute;
  top: -10px;
  right: 30px;
  height: 60px;
}

.popup-row .popup-img-col figure {
  position: relative;
  background: url('/assets/images/popup-girl-bg.png') no-repeat;
  background-position: center;
  background-size: 100% 58%;
  /* width: 280px; */
  height: 100%;
  margin: -14px 30px 0;
}

.popup-row .popup-img-col figure img {
  width: 100%;
  margin-top: -12px;
  height: 350px;
}

.popup-row .popup-form-col {
  width: 55%;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF4E5;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 36px;
  outline: 0;
}

.popup-form-col .modal-heading {
  font-family: 'Lato', sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
}

.popup-form-col .modal-text {
  font-size: 16px;
  font-weight: 500;
}

.popup-form-col .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.popup-form-col .form input {
  outline: 0;
  border: 0;
  padding: 10px;
  border-radius: 12px;
  width: 137px;
  font-family: 'Lato', sans-serif !important;
}

.popup-form-col .form textarea {
  width: 100%;
  outline: 0;
  border: 0;
  padding: 10px;
  border-radius: 12px;
  font-family: 'Lato', sans-serif !important;
}

.popup-form-col .form input[type="submit"] {
  background: linear-gradient(90deg, rgba(48, 92, 224, 1) 20%, rgba(26, 50, 122, 1) 100%);
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

/****************************** EXTRA CSS ******************************/

.our-easy-process {
  padding: 40px 0;
}

.our-easy-process h2 {
  font-size: 38px;
  font-weight: 600;
  color: #223235;
}

.our-easy-process span {
  color: #FF6F08;
}

.our-process-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0;
  max-width: calc(100% - 1vw);
  margin-right: auto;
}

.circle-columns {
  width: calc(25% - 1.042vw);
}

.image-right>img {
  width: 100%;
  height: 30vw;
  object-fit: contain;
}

.text-inner-process {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 72%;
  text-align: center;
}

.text-inner-process h2 {
  font-size: 20px;
  margin-bottom: 1.563vw;
  font-weight: 600;
}

.text-inner-process p {
  font-size: 12px;
}

.circle-columns .image-right>span {
  border-radius: 50%;
  position: absolute;
  width: 3.125vw;
  height: 3.125vw;
  background: #FF6F08;
  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;
  color: #fff;
  line-height: 2.604vw;
  font-size: 1.042vw;
  font-weight: 600;
  font-family: montserrat;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.437vw;
  font-weight: 700;
}

.our-process-flex .circle-columns:nth-child(odd) .image-right:after {
  top: calc(50% + 0.521vw);
}

.last-one:after {
  display: none !important;
}

.image-right:after {
  content: '';
  position: absolute;
  right: -2.604vw;
  top: calc(50% - 0.521vw);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: invert(0) brightness(0);
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.125vw;
  width: 4.167vw;
  background-position: right center;
}

.services {
  background: #323232;
  position: relative;
}

.flex-horizontal {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee {
  width: 100%;
  height: 400px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(3deg);
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.marquee-cover:hover {
  /* background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #f9f9f9), linear-gradient(#f9f9f9, rgba(255, 255, 255, 0) 30%); */
}

.marquee-cover {
  z-index: 10;
  opacity: 1;
  /* background-image: linear-gradient(rgb(255 255 255 / 46%) 75%, #f9f9f900), linear-gradient(#f9f9f900, rgba(255, 255, 255, 0) 30%); */
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: 0.3s;
}

.track-vertical-alt {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-vertical {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-product-image-carousel {
  border-radius: 9px;
  padding: 8px;
}

.home-product-image-carousel {
  padding: 8px;
}

.image-43 {
  border-radius: 20px;
  margin: 0;
  padding: 0;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.spacer-30._15-xsvp {
  width: 12px;
  height: 12px;
}

.track-vertical {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical 20s linear infinite;
}

@keyframes marquee-vertical {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.track-vertical-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical-alt 20s linear infinite;
}

@keyframes marquee-vertical-alt {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0%);
  }
}

.spacer-30._15-xsvp {
  width: 12px;
  height: 12px;
  flex: none;
}

.services-head {
  width: 70%;
  margin: 0 auto;
}

.services-head h2,
.services-head p {
  color: #fff;
}

.success:after {
  display: none;
}

.success .services-head {
  width: 100%;
}

section.qualities {
  padding: 40px 0;
  border-bottom: 1px solid #f1f1f1;
}

.has-border {
  border-right: 1px solid #000;
}

.quality {
  text-align: center;
}

section.qualities .quality-img {
  text-align: center;
  padding: 0 0;
  display: inline-block;
}

.quality-img {
  font-size: 70px;
  color: #16a085;
}

.icon-Constant-Client-Coordination {
  background-image: url(../images/constant-client-coordination.png);
  background-size: 100% auto;
  background-position: center;
  width: 59px;
  height: 46px;
  display: inline-block;
}

.icon-Customer-Satisfaction {
  background-image: url(../images/customer-satisfaction.png);
  background-size: 100% auto;
  background-position: center;
  width: 59px;
  height: 46px;
  display: inline-block;
}

.icon-Ownership-Rights {
  background-image: url(../images/ownership-rights.png);
  background-size: 100% auto;
  background-position: center;
  width: 59px;
  height: 46px;
  display: inline-block;
}

.icon-Secure-Money-Back-Guarantee {
  background-image: url(../images/secure-money-back-Guarantee.png);
  background-size: 100% auto;
  background-position: center;
  width: 59px;
  height: 46px;
  display: inline-block;
}

.icon-Industry-Proven-Professionals {
  background-image: url(../images/industry-proven-professionals.png);
  background-size: 100% auto;
  background-position: center;
  width: 59px;
  height: 46px;
  display: inline-block;
}

.quality h4 {
  font-size: 16px;
  line-height: 22px;
  padding-top: 5px;
  font-weight: 800;
  color: #2e2e2e;
}

section.call-actions {
  margin-top: 30px;
  padding: 10px 20px;
  background: #ee6d00;
  border-radius: 20px;
}

section.call-actions h2 {
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
  padding: 20px 0px;
  color: #fff;
  font-weight: 700;
}

.phone-div {
  padding-left: 48px;
}

section.call-actions span.mail {
  font-size: 36px;
  float: left;
  color: #f9ff44;
  margin-left: 15px;
  margin-top: 25px;
}

section.call-actions h3 {
  font-size: 20px;
  margin-top: 22px;
  color: #fff;
  padding-left: 65px;
}

section.call-actions h3 span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #fff;
}

.row.quick-contact-slider {
  flex-wrap: unset;
}

.col.has-border {
  max-width: unset;
}

main {
  height: 70vh;
  overflow-y: scroll;
  scroll-timeline-name: --containerTimeline;
  scroll-timeline-axis: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  padding: 48px 0 24px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #334155;
  letter-spacing: -1px;
  text-align: center;
}

.timeline-outer {
  position: relative;
  width: 80%;
  /* max-width: 550px; */
  min-height: 120vh;
  /* Ensures enough scroll space */
  margin: 0 auto;
  background: #f6f6f6;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(32, 52, 89, 0.10);
  padding: 40px 28px 40px 80px;
  margin-bottom: 60px;
  overflow: hidden;
}

.timeline-mask {
  position: absolute;
  left: 30px;
  top: 48px;
  width: 6px;
  height: 0;
  background: linear-gradient(180deg, #4f8cff, #38bdf8 80%, #22d3ee);
  border-radius: 4px;
  z-index: 2;
  animation: increase linear forwards;
  animation-timeline: --containerTimeline;
}

@keyframes increase {
  to {
    height: calc(100% - 90px);
    /* keeps ends rounded & stops at bottom padding */
  }
}

.timeline-step {
  position: relative;
  margin-bottom: 40px;
  min-height: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.timeline-dot {
  position: absolute;
  left: -60px;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #4f8cff;
  box-shadow: 0 2px 8px rgba(79, 140, 255, 0.14);
  z-index: 3;
  transition: border 0.3s;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.timeline-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: start;
}

.timeline-desc {
  font-size: 1rem;
  color: #485167;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-three__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-three__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: ease-out 0.4s;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
}

.footer-three__social-link i {
  font-size: var(--digihub-size-md);
  color: var(--digihub-base, #EA4723);
}

.footer-three__social-link:hover {
  box-shadow: inset 0 0 0 0 var(--digihub-white3, #F6F6F6);
}

.footer-three__social-link:hover i {
  color: var(--digihub-white, #FFFFFF);
}

li.footer-three__social-item img {
    width: 90%;
}

@media(max-width:990px) {
  .modal-dialog {
    max-width: 700px;
  }
}

@media(max-width:768px) {

  .fotmm{
    margin-top: 30px;
  }

  .build-steps img{
    width: 10%;
  }

  .timeline-outer {
    min-height: 170vh;
    width: 100%;
  }

  .banner-meta h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px !important;
  }

  .popup-row {
    gap: 20px;
    padding: 30px;
    flex-direction: column;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 20px auto;
  }

  .popup-row .popup-img-col {
    width: 100%;
  }

  .popup-row .popup-form-col {
    width: 100%;
  }

  .popup-row .popup-img-col figure {
    width: 190px;
    margin: 0 auto;
  }

  .popup-row .popup-img-col figure img {
    height: auto;
  }

  .popup-row .popup-form-col,
  .popup-form-col .form {
    align-items: center;
  }

  .our-process-flex {
    display: block;
    padding: 40px 0 0;
  }

  .circle-columns {
    width: 100%;
  }

  .image-right>img {
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
  }

  .text-inner-process {
    max-width: 70%;
  }

  .text-inner-process h2 {
    font-size: 20px;
  }

  .circle-columns .image-right>span {
    width: 9%;
    height: 10%;
    font-size: 14px;
    top: 30px;
    color: #fff;
  }

  .image-right:after {
    display: none;
  }

  .services-head,
  .cover-head p,
  .clients-head p,
  .packages-head p,
  .qualities-head p {
    width: 100%;
  }

  .main-testi {
    height: 310px;
  }

  .row.quick-contact-slider {
    flex-wrap: wrap !important;
  }

  .has-border {
    border-right: none !important;
  }

  .col.has-border {
    flex: 0 0 50%;
  }

  .quality h4 {
    font-size: 14px;
  }

  .phone-div {
    padding-left: 15px !important;
  }

  section.call-actions h3 {
    padding-left: 0px !important;
  }

  h3.text-left a {
    font-size: 15px;
  }

  .forstu {
    display: none;
  }

  .row.bbor img {
    display: none;
  }

  .row.bbor {
    text-align: center;
  }

}

@media(max-width:425px) {
  .modal-dialog {
    max-width: 310px;
  }

  .popup-row .popup-img-col {
    display: none;
  }

  .popup-row .form .row {
    gap: 10px;
  }

  .popup-form-col .form input {
    width: 100%;
  }

  a.navbar-brand.me-3 img {
    width: 200%;
  }

  .ecommerce-meta ul a {
    flex: 0 0 38%;
  }

  .main-services ul li img {
    width: 100%;
  }
}

/* Responsive */
@media (max-width: 640px) {
  .timeline-outer {
    padding: 30px 10px 30px 52px;
    max-width: 98vw;
  }

  .timeline-mask {
    left: 24px;
  }

  .timeline-dot {
    left: -35px;
    width: 18px;
    height: 18px;
    border-width: 4px;
  }

  header ul li a {
    color: #fff !important;
  }
}

ul.banner-social li{
  margin-right: 20px;
}

ul.banner-social li img{
  width: 170px;
}