.heroMob {
  padding: 0 !important;
  z-index: 9;
  position: relative;
}
.heroMob video {
  width: 100%;
  height: auto;
  margin-bottom: -15px;
  margin-top: -15px;
}

.popupForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.popupForm .modal {
  opacity: 1;
  display: block;
  position: initial;
}
.popupForm .modal .modal-dialog {
  margin: 0;
  transform: none;
}
.popupForm .modal .modal-content {
  background: #ff573b;
  border: none;
}
.popupForm .modal .modal-content .modal-header {
  border-bottom: 0;
}
.popupForm .modal .modal-content .modal-header .close {
  color: #ff573b;
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 23px;
  background-color: #fff;
}
.popupForm .modal .modal-content .modal-header .modal-title {
  text-align: center;
}
.popupForm .modal .modal-content .modal-body .model-body-text p {
  font-size: 16px;
  color: #fff;
}
.popupForm .modal .modal-content .modal-body form .form-group {
  margin-bottom: 24px;
}
.popupForm .modal .modal-content .modal-body form .form-group input {
  height: 45px;
  border-radius: 5px;
  border: none;
  margin-bottom: 0;
  width: 100%;
  padding: 10px 15px;
}
.popupForm .modal .modal-content .modal-body form .btn {
  background: #fff;
  color: #ff573b;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.popupForm .modal .modal-content .modal-body form .btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.sticky-social {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: auto;
  z-index: 99999999999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}
.sticky-social ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
}
.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.default-portfolio-item .overlay-inner .content {
  font-size: 20px;
  color: #ff573b;
  text-transform: capitalize;
  font-weight: 600;
}

@media (max-width: 991px) {
  .heroMob video {
    margin-bottom: -7px;
    margin-top: 0;
  }
}

/*# sourceMappingURL=style-new.v1.2.css.map */
