@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

.about-us-bg {
  background-image: url(../images/key-features-bg.png);
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

.about-us-color {
  background-color: #f5f5f5;
}

.text-18 {
  font-size: 18px;
  line-height: 28px;
}

.career-box {
  background: linear-gradient(
    180deg,
    rgba(234, 110, 58, 1) 0%,
    rgba(234, 84, 58, 1) 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 25px;
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--font-title);
  text-transform: uppercase;
}

.career-box i {
  font-size: 55px;
  margin-bottom: 20px;
}

.my-account-bg-gradiant {
  background-color: #fff !important;
  margin: 0 auto 50px auto;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.login-form .form-control {
  min-height: 51px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.login-form label span {
  color: var(--primary);
}

select {
  background-image: url("../images/select-down.png") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px !important;
  border-radius: 2px;
  border: none;
  padding: 10px 30px 10px 10px;
  outline: none;
  appearance: none;
}

.form-control::file-selector-button {
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 30px;
  background-color: transparent;
  margin: 0 15px 0 0;
}

.login-form .form-control {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  color: var(--black);
  border-radius: 10px;
}

.login-form label {
  color: var(--black);
}

/* responsive */
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
