
.fvp {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url(../assets/home/1.jpg);
  background-size: cover;
  background-position: 0 20%;
}
.fvp .db {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fvp .center {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fvp .center .title {
  text-transform: uppercase;
  color: #fff;
  font-weight: var(--fw-extra-bold);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.fvp .down-btn-div {
  z-index: 5;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: tada 1s infinite;
}

.fvp .down-btn-div a {
  text-decoration: none;
  color: #fff;
}

.fvp .down-btn-div a img {
  height: 50px;
}

.buttons-div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.buttons-div a {
  z-index: 10;
  padding: 12px 20px;
  color: var(--theme-gold);
  /* border: 1px solid #fff; */
  text-decoration: none;
  font-size: 95%;
  font-weight: var(--fw-bold);
  background-color: var(--theme-black);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.call-icon {
  font-size: 170%;
  font-weight: var(--fw-bold);
  animation: colorFlash 1s infinite;
  margin-right: 6px;
}

@-webkit-keyframes colorFlash {
  from,
  50%,
  to {
    color: green;
  }

  25%,
  75% {
    color: yellow;
  }
}

@keyframes colorFlash {
  from,
  50%,
  to {
    color: green;
  }

  25%,
  75% {
    color: yellow;
  }
}

.buttons-div a img {
  height: 20px;
  margin-right: 10px;
}

.services-core {
  display: block;
}
.service-section {
  display: flex;
  padding: 50px 0;
}
.services-core .left,
.services-core .right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
}
.services-core img {
  /* width: 400px; */
  height: auto;
  margin: 30px;
}
.about-core .col-md-6{
  overflow: hidden;
}
.about-core img{
  margin: 30px;
}
.services-core p {
  width: 70%;
}

.section-title {
  font-weight: var(--fw-bold);
}

.read-more-div {
  display: flex;
  justify-content: center;
}

.read-more-div a {
  background-color: var(--theme-black);
  color: var(--theme-gold);
  border: none;
  padding: 10px 20px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}

.read-more-div a:hover {
  background-color: var(--theme-gold);
  color: var(--theme-black);
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.parallax-window {
  position: relative;
  min-height: 300px;
  background: transparent;
}
.pdb {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.pdb p {
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 180%;
}

/* TESTIMONIALS STYLES */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--theme-black);
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: var(--theme-gold);
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--theme-gold);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--theme-gold);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* TESTIMONIAL STYLE END */

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.buttons-div .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.svp .container {
  padding: 40px 0;
}

.svp .about-core {
  display: flex;
}

.about-core .left,
.about-core .right {
  flex: 1;
}

.about-core .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img-core {
  display: inline-block;
  padding: 20px 20px;
  border: 2px solid var(--theme-gold);
}

.about-img-core img {
  height: 450px;
}
