* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
.paragonHeader {
  background: url("../images/headerBanner.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 590px;
}
.paragoninfo h1 {
  font-size: 4rem;
  font-weight: 700;
}
.paragoninfo p {
  background: #0d0d0d;
  width: fit-content;
  color: #fff;
  font-size: 24px;
  padding: 5px 0;
  padding-right: 20px;
  padding-left: 10px;
  border-radius: 5px;
}

@keyframes scaleText {
  0% {
    transform: scale(1);
    background: transparent;
  }
  50% {
    transform: rotate(-10deg) scale(1.2);
    background: transparent;
    /* transform: scale(1.2); */
  }
  100% {
    transform: scale(1);
    background: transparent;
  }
}

@keyframes scaleTexts {
  0% {
    transform: scale(1);
  
  }
  50% {
    transform: scale(1.2);
    
    /* transform: scale(1.2); */
  }
  100% {
    transform: scale(1);
    
  }
}

.paragoncta a .callnow{
      animation: scaleTexts 1s infinite;
}


.paragoninfo p span {
  color: #ffbe05;
  font-weight: 700;
  /* animation: colorChange 3s infinite; */
  animation: scaleText 1s infinite;
  background: #0d0d0d;
}

@keyframes colorChange {
  0% {
    color: #ffbe05;
  }
  50% {
    color: #59e079;
  }
  100% {
    color: #ffbe05;
  }
}

.animated-scale-text {
  display: inline-block; /* This ensures the transform affects only the text */
  animation: scaleText 3s infinite;
}

.paragoncta a {
  background: #0d0d0d;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffbe05;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
}
.experts h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #0d0d0d;
}
.experts h2 span {
  background: #0d0d0d;
  color: #ffbe05;
  padding: 0 10px;
}
.experttitle {
  background: #0d0d0d;
  color: #59e079;
  height: auto;
  position: absolute;
  left: 2.2rem;
  top: 2rem;
  z-index: -1;
  padding: 5px 0;
  padding-left: 4rem;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: max-content;
}
.experttitle img {
  border-right: 1px solid #ffffff70;
  padding-right: 5px;
}
.experttitle span {
  font-size: 14px;
}
.aboutparagon {
  background: #ffbe05;
}
ul.aboutpoints li {
  font-size: 25px;
}
ul.aboutpoints li i {
  font-size: 15px;
}
.aboutparagon a {
  background: #0d0d0d;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffbe05;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.copyright {
  background: #0d0d0d;
}
.fixedBotton {
  background: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  display:none;
}
.fixedBotton a {
  font-size: 10px;
  color: #ffac18;
  text-decoration: none;
}
.fixedBotton a i {
  font-size: 24px;
  padding-bottom: 3px;
}
.modal-content {
    background: #ffbe05;
}
.form-group{
    padding-bottom:14px;
}
.modal-footer button.btn.btn-primary{
    background:#0d0d0d;
    border-color:#0d0d0d;
}
.form-control:focus{
    background:#0d0d0d;
    border-color:#0d0d0d;
}
.form-control{
    background:#0d0d0d;
    color:#fff;
}
.form-control::placeholder{
    color:#fff;
}
.playicon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
   
}