/* VARIABLES */
/* COLORS */
body.darkMode .text-light {
  color: #606277 !important;
}
body.darkMode .text-dark {
  color: #B7B9CF !important;
}

.contact-us {
  padding-bottom: 50px;
}
.contact-us .box {
  box-shadow: 0px 35px 50px rgba(143, 145, 167, 0.1019607843);
}
.contact-us .box.blue-theme:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 32px);
  width: 200px;
  height: 100%;
  background-color: rgb(68, 122, 238);
  z-index: -1;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.contact-us input, .contact-us textarea {
  font-size: 16px;
  background-color: rgba(183, 185, 207, 0.1019607843);
  height: 50px;
}
.contact-us input::-moz-placeholder, .contact-us textarea::-moz-placeholder {
  opacity: 1;
  color: #B7B9CF !important;
}
.contact-us input::placeholder, .contact-us textarea::placeholder {
  opacity: 1;
  color: #B7B9CF !important;
}
.contact-us textarea {
  height: 120px;
}
.contact-us .select2 {
  width: 100% !important;
  height: 50px !important;
}
.contact-us .select2 .selection {
  width: 100%;
  height: 100%;
}
.contact-us .select2 .selection .select2-selection {
  width: 100%;
  height: 100%;
  background-color: rgba(183, 185, 207, 0.1019607843);
  box-shadow: none !important;
  border: none !important;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.contact-us .select2 .selection .select2-selection:after {
  content: "\e905";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 10px;
  color: #8F91A7;
}
.contact-us .select2 .selection .select2-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: 500;
  padding-right: 16px;
  color: #B7B9CF !important;
}
.contact-us .select2 .selection .select2-selection .select2-selection__arrow {
  display: none !important;
}
.contact-us .text {
  font-size: 16px;
}
.contact-us .nav-info .nav-item {
  font-size: 17px;
}
.contact-us .nav-info .nav-item:last-child {
  margin-bottom: 0 !important;
}
.contact-us .nav-info .nav-item .small-theme {
  font-size: 16px;
}
.contact-us .nav-info .nav-item .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.contact-us .nav-info .nav-item .icon i {
  font-size: 22px;
  height: 22px;
}
.contact-us .nav-info .nav-item .line {
  width: 2px;
  height: 20px;
  top: -2px;
}
.contact-us .img {
  max-height: 350px;
  transform: translateX(-15%) translateY(50px);
}

@media screen and (max-width: 1200px) {
  .contact-us .img {
    max-height: 350px;
    transform: translateX(-25%) translateY(50px);
  }
}
@media screen and (max-width: 992px) {
  .contact-us {
    padding-bottom: 0px;
    overflow: visible !important;
  }
  .contact-us .box {
    box-shadow: 0px 0px 30px rgba(143, 145, 167, 0.1019607843);
    border-radius: 10px !important;
  }
  .contact-us .box.blue-theme:before {
    display: none;
  }
  .contact-us input, .contact-us textarea {
    font-size: 16px;
    height: 50px;
    border-radius: 10px !important;
  }
  .contact-us textarea {
    height: 100px;
  }
  .contact-us .select2 {
    height: 50px !important;
  }
  .contact-us .select2 .selection .select2-selection:after {
    font-size: 10px;
  }
  .contact-us .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: 16px;
    border-radius: 10px !important;
  }
  .contact-us .text {
    font-size: 16px;
  }
  .contact-us .nav-info .nav-item {
    font-size: 16px;
  }
  .contact-us .nav-info .nav-item .small-theme {
    font-size: 14px;
  }
  .contact-us .nav-info .nav-item .icon {
    width: 50px;
    height: 50px;
    min-width: 55px;
    border-radius: 10px !important;
  }
  .contact-us .nav-info .nav-item .icon i {
    font-size: 20px;
    height: 20px;
  }
  .contact-us .nav-info .nav-item .line {
    height: 16px;
  }
}
@media screen and (max-width: 576px) {
  .contact-us .nav-info .nav-item {
    font-size: 15px;
  }
  .contact-us .nav-info .nav-item .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .contact-us .nav-info .nav-item .icon i {
    font-size: 18px;
    height: 18px;
  }
}
/* DARK MODE */
body.darkMode .contact-us .box.bg-white {
  background-color: #2c2d3d !important;
}/*# sourceMappingURL=contact-us.css.map */