.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;
  border-radius: 5px;
}
.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;
  border-radius: 5px;
  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;
}
#contact-section {
  padding-bottom: 50px;
  padding-top: 100px;
}
#contact-section h1 {
  margin: 0;
  font-weight: 600;
}
#contact-section h2 {
  color: #FD0000;
}
#contact-section p {
  color: #e0e0e0;
}
#contact-section p a {
  color: #FD0000;
  font-size: 18px;
}
#contact-section .map {
  padding-top: 30px;
}
#contact-section .map iframe {
  width: 100%;
  height: 260px;
}
#contact-section .content {
  padding-right: 50px;
}
#contact-section .content .sociallinks {
  padding-left: 0;
}
#contact-section .content .sociallinks a {
  filter: invert(1);
}
#contact-section .container {
  display: flex;
}
#contact-section .container > .col {
  flex: 1;
}
#contact-section h1 {
  font-size: 60px;
  color: #FD0000;
}
#contact-section .form-cover .form-item {
  margin-bottom: 20px;
}
#contact-section .form-cover label {
  color: #e0e0e0;
  display: block;
}
#contact-section .form-cover .form-field {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 5px;
}
#contact-section .form-cover .form-field:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
#contact-section .form-cover textarea {
  background-color: #2C2B2B;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #333;
  font-size: 16px;
  width: 100%;
  color: #e0e0e0;
  border-radius: 5px;
  height: 100px;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#contact-section .form-cover textarea:focus {
  outline: none;
  border-bottom: 2px solid #FD0000;
}
@media (max-width: 991px) {
  #contact-section .container {
    flex-direction: column;
  }
  #contact-section .container h1 {
    font-size: 45px;
  }
  #contact-section .container .col.content {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #contact-section .container h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  #contact-section .submit-btn {
    width: 100%;
    font-size: 18px;
  }
}
