:root {
  --color-1: #429ff6;
  /* --color-1:#106bc0c7; */
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif !important;
}

a {
  color: var(--color-1);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--color-1);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--color-1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ------backgorund--------- */

.back1 {
  height: 500px;
  width: 100%;
}

/* ---------career---------- */

#career {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  /* background: url("../img/Picture1.png") center top no-repeat fixed; */
  background-size: cover;
  padding: 30px 0 40px 0;
  position: relative;
}

#career::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 0;
}

#career .container {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#career .container h5 {
  color: var(--color-1);
  font-size: 17px;
  font-weight: 700;
}
#career .container p,
span {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
  z-index: 1;
}
#career .container li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
  z-index: 1;
}

.icon1 {
  margin-left: 5px;
}

#career .container button[type="submit"] {
  background: var(--color-1);
  border: 0;
  padding: 10px 30px;
  color: #fff;

  transition: 0.4s;
  cursor: pointer;
}
#career .container button[type="submit"]:hover {
  background: darkgray;
}

/*----- Form-------- */

#Form {
  background: url("") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
  color: black;
}

#Form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(245, 244, 244, 0.88);
}

#Form .container p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
  z-index: 9;
  position: relative;
}

#Form .container button[type="submit"] {
  background: var(--color-1);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  margin-top: 10px;
  transition: 0.4s;
  cursor: pointer;
  width: 170px;
}

#Form .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#Form .contact-info a {
  color: #000;
}

#Form .contact-info a:hover {
  color: var(--color-1);
}

#Form .contact-address,
#Form .contact-phone,
#Form .contact-email {
  margin-bottom: 20px;
}

#Form .form #sendmessage {
  color: var(--color-1);
  border: 1px solid var(--color-1);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#Form .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#Form .form #sendmessage.show,
#Form .form #errormessage.show,
#Form .form .show {
  display: block;
}

#Form .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#Form .form input {
  padding: 10px 14px;
  border-radius: 2;
  box-shadow: none;
  font-size: 15px;
}
#Form .form input[type="file"] {
  padding: 4px 12px !important;
  border-radius: 2;
  box-shadow: none;
  font-size: 15px;
  background: #fff;
}
#Form .container button[type="submit"]:hover {
  background: darkgray;
}
@media only screen and (max-width: 768px) {
  .back1 {
    height: 250px !important;
  }
  .wholeCard {
    padding: 30px;
  }
  .roleimg {
    margin-left: auto;
    margin-right: auto;
    border-right: none !important;
  }

  .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pt-md-5 {
    padding: 0 !important;
  }
  .roleDes {
    border-right: none !important;
    padding: 10px;
  }
  .size {
    font-size: 13px !important;
  }
  .wholeCard {
    margin: 15px;
  }
  .roleimg img {
    height: auto;
  }
}
