/* MAIN CONTENT STYLES */

.main-description {
  font-size: 20px;
}

.main-subtitle {
  font-size: 28px;
}

.about-section {
  height: 100%;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section>elsan-container {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1250px) {

  .about-section.right-image,
  .about-section.left-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 850px) {
  .about-section.right-image>div.elsan-container {
    flex-direction: column !important;
    align-items: center;
  }

  .about-section.left-image>div.elsan-container {
    flex-direction: column-reverse !important;
    align-items: center;
  }

  .about-text-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .about-image-container {
    width: 90% !important;
    max-width: 400px !important;
  }
}

@media only screen and (max-width: 500px) {
  .main-description {
    font-size: 16px !important;
  }

}

.about-text-container {
  display: flex;
  flex-direction: column;
}

.about-section.right-image .about-text-container {
  margin-right: 40px;
  width: 60%;
}

.about-section.left-image .about-text-container {
  margin-left: 40px;
  width: 60%;
}

.about-section.right-image {
  background-color: white;
  margin-left: -130px;
  margin-right: -150px;
}

.about-section.left-image {
  background-color: rgba(101, 131, 254, 0.05);
  margin-right: -150px;
  margin-left: -130px;
}

.about-section .about-section-title {
  font-size: 24px;
}

.about-section .about-section-text {
  font-size: 16px;
}

.about-image-container {
  max-width: 650px;
  width: 40%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.about-image {
  width: 100%;
  border-radius: 50px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

#lightroom-section {
  background-color: rgba(0, 0, 204, 0.05);
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}

#lightroom-section>div {
  flex-direction: column;
  text-align: center;
}

.industry-carousel {
  width: 90%;
}

#elsan-carousel {
  background-image: none !important;
  border-bottom: none !important;
}

.carousel-indicators {
  width: 250px !important;
}

.carousel-image {
  object-fit: contain;
}

#contact-form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#contact-form>div.form-group {
  width: 50%;
}

@media only screen and (max-width: 750px) {
  #contact-form>div.form-group {
    width: 80% !important;
  }
}

.contact-form-button {
  width: 180px;
  height: 40px;
  font-size: 22px;
  margin-top: 30px;
}

.form-group{
  margin-bottom:1rem
}

input {
  overflow: visible;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: text;
}

textarea.form-control{
  height:auto
}

.background-color-2 {
  background-color: rgba(101, 131, 254, 0.05);
}

.form-control::-webkit-input-placeholder {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.form-control:-ms-input-placeholder {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.form-control:-moz-placeholder {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.form-control::-moz-placeholder {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

input,textarea
{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
/* END MAIN CONTENT STYLES */