.primary-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
.primary-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .primary-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .primary-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.link-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  transition: 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link-btn:hover {
  text-decoration: none;
}
.owl-nav-type1 {
  display: flex;
  justify-content: center;
}
.owl-nav-type1 button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #FD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav-type1 button span {
  width: 10px;
  height: 20px;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
}
.owl-nav-type1 button.owl-next {
  transform: rotate(180deg);
}
.vh {
  min-height: 100vh;
  height: 600px;
}
@media (max-width: 1279px) {
  .vh {
    min-height: auto;
    height: auto;
  }
}
.input-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
}
.input-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.input-textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.input-textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
.submit-btn {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
  background-color: #FD0000;
  color: white;
  border: 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  .submit-btn {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .submit-btn {
    padding: 0 15px;
    font-size: 12px;
  }
}
.disable-aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
#about-banner {
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 100px 0 50px;
  min-height: 50vh;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  #about-banner {
    min-height: auto;
    height: auto;
  }
}
#about-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
#about-banner .container-fluid {
  position: relative;
  z-index: 2;
  text-align: center;
}
#about-banner h1 {
  color: #e02626;
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 80%;
}
#about-banner h2 {
  font-size: 30px;
  color: #e0e0e0;
}
#about-banner p {
  color: #e0e0e0;
}
#about-banner .contact-btn {
  padding-top: 20px;
}
#about-banner .contact-btn a {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 40px;
  background-color: #fff;
  transition: 0.2s;
  font-weight: 500;
  border-radius: 50px;
}
#about-banner .contact-btn a:hover {
  background-color: #e02626;
  color: white;
}
@media (max-width: 1024px) {
  #about-banner .contact-btn a {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  #about-banner .contact-btn a {
    padding: 0 15px;
    font-size: 12px;
  }
}
#about-banner .specialities ul {
  list-style: none;
  padding: 0;
  display: flex;
}
#about-banner .specialities ul li {
  font-size: 18px;
  color: #e0e0e0;
  padding: 0 25px;
}
#about-banner .specialities ul li strong {
  display: block;
  font-size: 50px;
  color: #FD0000;
  font-weight: 600;
  min-width: 150px;
}
#about-banner .specialities ul li strong::after {
  content: '+';
}
@media (max-width: 1279px) {
  #about-banner h1 {
    font-size: 70px;
  }
  #about-banner #about-banner h2 {
    font-size: 26px;
  }
  #about-banner .specialities ul li strong {
    font-size: 40px;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  #about-banner .specialities ul {
    flex-wrap: wrap;
  }
  #about-banner .specialities ul li {
    flex-basis: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #about-banner .specialities ul li:first-child {
    min-width: 100%;
  }
  #about-banner .specialities ul li:first-child strong {
    font-size: 50px;
    line-height: 100%;
  }
  #about-banner .specialities ul li strong {
    font-size: 30px;
    min-width: auto;
  }
}
@media (max-width: 639px) {
  #about-banner h1 {
    font-size: 36px;
  }
  #about-banner h2 {
    font-size: 18px;
  }
}
#content-area {
  padding: 100px 0;
  background-color: #2C2B2B;
}
#content-area p {
  color: #e0e0e0;
}
#content-area h1 {
  color: #FD0000;
  margin-top: 0;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 100%;
}
#content-area h2 {
  color: #FD0000;
  font-size: 50px;
  margin: 0;
  line-height: 100%;
}
#content-area p:last-child {
  margin-bottom: 0;
}
#content-area svg {
  width: 100%;
  height: auto;
}
#content-area svg path {
  fill: #e02626;
}
#content-area .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#content-area .container > * {
  flex: 1;
  padding: 0 50px;
  flex-basis: 50%;
}
@media (max-width: 1279px) {
  #content-area .container {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }
  #content-area .container .main-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #content-area .container h2 {
    font-size: 45px;
  }
  #content-area .container > * {
    padding: 0;
  }
}
#goodvibes-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: #222;
}
#goodvibes-section .container {
  display: flex;
  align-items: flex-end;
}
#goodvibes-section h2 {
  font-size: clamp(50px, 100vw, 10vw);
  color: #e02626;
  margin: 0;
  font-weight: 600;
  line-height: 100%;
}
@supports (background-clip:text) or (-webkit-background-clip:text) {
  #goodvibes-section h2 {
    color: transparent;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FD0000;
  }
}
#goodvibes-section p {
  color: #e0e0e0;
}
#goodvibes-section .particle-img {
  height: 200px;
  display: block;
  margin: 0 auto;
}
#goodvibes-section .mission {
  padding-left: 50px;
}
#goodvibes-section .mission h3 {
  color: #FD0000;
  font-size: 50px;
  margin: 0;
  line-height: 100%;
  font-weight: 600;
}
#goodvibes-section .mission p {
  font-size: 20px;
}
@media (max-width: 991px) {
  #goodvibes-section .container {
    flex-direction: column;
    align-items: center;
  }
  #goodvibes-section .container h2 {
    text-align: center;
  }
  #goodvibes-section .container h2 br {
    display: none;
  }
  #goodvibes-section .container .mission {
    padding-left: 0;
  }
  #goodvibes-section .container .mission img {
    display: none;
  }
  #goodvibes-section .container .mission p {
    text-align: center;
    font-size: 16px;
  }
}
#testimonials {
  background-color: #1B1B1B;
  padding-bottom: 50px;
}
#testimonials .testimonial-listing .testimonial-box {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
#testimonials .testimonial-listing .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  filter: blur(30px);
  transition: 0.8s;
}
#testimonials .testimonial-listing img {
  min-width: 100px;
  height: 100px;
  flex-basis: 100px;
  max-width: 100px;
  border-radius: 100px;
  object-fit: cover;
  object-position: top center;
  display: inline-block;
  align-self: center;
  border: 3px solid #FD0000;
  margin: 0;
}
#testimonials .testimonial-listing figure {
  text-align: center;
  margin-bottom: 0;
}
#testimonials .testimonial-listing h4 {
  font-size: 16px;
  color: #FD0000;
  font-weight: 600;
  margin-top: 0;
}
#testimonials .testimonial-listing p {
  font-size: 16px;
  line-height: 180%;
}
#testimonials .testimonial-listing .content {
  color: white;
  font-size: 14px;
  line-height: 190%;
  text-align: center;
}
#testimonials .testimonial-listing .owl-item.active .container {
  filter: blur(0);
}
#testimonials .owl-dots .owl-dot span {
  background-color: #e02626;
  border-radius: 15px;
  width: 12px;
  height: 12px;
}
#testimonials .owl-dots .owl-dot.active span {
  background-color: #e0e0e0;
}
