@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
.aboutCol1 img,
.aboutCol2 img {
  position: relative;
  width: 100%;
  color: #d3d3d3;
}
.btn.subs,
input.form-control.subs,
input[type="text"]:focus,
input[type="button"]:focus {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar {
  display: none;
}
body {
  font-family: Nunito, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
#loader{
    width:100%;
}
#loader img {
  width:50%;
}
#myDiv {
  display: none;
  text-align: center;
}
h1.headingAni {
  font-size: 3.5em;
  text-align: center;
  color: #97bd41;
  font-family: "Roboto Slab", serif;
}
.blink {
  animation: blink 0.8s infinite;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
a {
  cursor: pointer;
}
.applyText {
  color: grey;
  margin-top: 2vh;
}
.col-sm-6.aboutCol {
  margin-top: 25vh;
}
.para {
  text-align: center !important;
}
.para1 {
  margin-top: 3vh;
}
.para2 {
  color: #fff;
}
.high {
  color: green;
}
.jumbotron {
  border-radius: 0;
  margin: 0;
  background: #fcfcfc;
}
.home {
  min-height: 100vh;
}
.aboutRow,
.logoRow {
  text-align: center;
}
.logoCol img {
  width: 20%;
  margin-top: 4vh;
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.aboutCol:first-child h1,
.aboutCol:first-child h2 {
  color: #97bd41;
}
.aboutCol:first-child h1 {
  font-size: 3em;
}
.aboutCol:first-child h2 {
  font-size: 2.5em;
}
.aboutCol:first-child p {
  color: grey;
  font-size: 1.1em;
}
.aboutCol:first-child {
  text-align: justify;
  width: 100%;
  margin-top: 20vh;
  color: #d3d3d3;
  opacity: 0;
  animation: fadeIn2 ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0s;
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.aboutCol2 img {
  opacity: 0;
  animation: fadeInRight ease-in 1;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-delay: 0s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(50px);
    -moz-transform: translatex(50px);
    -o-transform: translatex(50px);
    transform: translatex(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.aboutCol1 img {
  opacity: 0;
  animation: fadeInLeft ease-in 1;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-delay: 0s;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-50px);
    -moz-transform: translatex(-50px);
    -o-transform: translatex(-50px);
    transform: translatex(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.headCon {
  margin-bottom: 3vh;
}
.headCon > span {
  color: grey;
  border-bottom: 2px solid #97bd41;
}
.jumbotron.contactJum {
  padding-left: 0;
  padding-right: 0;
}
.contactJum {
  background: #f6f6f6;
  padding: 0;
}
.contactJum > .row > .col-sm-4 {
  padding: 0;
}
.contactJum > .row > .col-sm-4:nth-child(1) {
  border-right: 1px solid #f6f6f6;
}
.contactJum > .row > .col-sm-4:nth-child(2) {
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.contactJum > .row > .col-sm-4:nth-child(3) {
  border-left: 1px solid #f6f6f6;
}
.card {
  border: 0;
  border-radius: 0;
  padding: 50px 0;
}
.card-block h5 {
  color: #a8a9a9;
  margin-bottom: 2vh;
}
.card-block h4 {
  color: #2a2b2b;
}
.fa-envelope-open,
.fa-map-marker-alt,
.fa-phone {
  color: #97bd41;
  font-size: 2.5em;
  margin-bottom: 3vh;
}
.contactRow2 {
  background-color: #23344c;
  padding-top: 10vh;
  padding-bottom: 7vh;
}
.contactRow2 > div > h1 {
  font-family: "Kaushan Script", cursive;
  color: #97bd41;
  margin-left: 5vw;
}
.input-group-prepend,
footer > p {
  margin: 0;
}
.contactRow2 > div > h1 > span {
  color: #fff;
}
.contactRow2 > .col-sm-6:nth-child(2) > form > .row > .col-sm-5 {
  padding: 0;
}
.fa-telegram-plane {
  font-size: 1.5em;
  color: #97bd41;
}
.input-group-text {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}
.subs {
  padding: 10px;
  border: 0;
}
.form-control.subs:hover::placeholder {
  color: grey;
}
.form-control.subs {
  background: url(../images/icon.svg) left no-repeat rgba(0, 0, 0, 0.1);
  background-size: 40px 40px;
}
input.form-control.subs {
  padding-left: 45px;
  transition: all 0.5s ease;
}
.form-control.subs:focus {
  background: url(../images/icon.svg) left no-repeat #fff;
  background-size: 40px 40px;
}
.btn.subs {
  width: 70%;
  background: linear-gradient(to top right, #629743, #97bd41);
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.1em;
}
.btn.subs:hover {
  background: linear-gradient(to top right, #629743, #629743, #97bd41);
}
footer {
  background: #1f2f44;
  color: #616675;
  padding-top: 2.2vh;
}
.headCar {
  margin-bottom: 5vh;
}
.headCar > span {
  color: grey;
  border-bottom: 2px solid #97bd41;
}
.careersRow1 > div > div > div > div > .card {
  padding: 2vh 1.5vw;
  border-radius: 0;
  margin-bottom: 5vh;
  color: grey;
  text-align: justify;
}
.careersRow1 > div > div > div > div > .card > div > div > .col-10 > h5 {
  color: #97bd41;
}
.careersRow1 > div > div > div > div > .card > div > div > .col-2 {
  padding-right: 0;
}
.careersRow1 > div > div > div > div > .card > div > div > .col-2 > img {
  width: 80%;
}
.aboutJum > div > div > img,
.servicesRow2 > div > div > div > img {
  width: 100%;
}
.careersRow1 > div > div > div > div > .card > div > div > .col-10 > a {
  color: #97bd41;
  font-size: 0.9em;
}
.jumbotron.careerJum {
  background: #fff;
}
.servicesJum1 {
  padding: 0;
  background: #fff;
}
.servicesRow1 > div > img {
  padding-top: 1vh;
}
.headSer {
  margin-top: 8vh;
}
.servicesRow2 > div > h2.headSer > span {
  color: grey;
  border-bottom: 2px solid #97bd14;
}
.headPro > span {
  color: #fff;
}
.servicesJum2 > div > h2 {
  padding-top: 4vh;
}
.servicesRow2 > div > div > div {
  padding: 0 35px;
  border-radius: 5px;
}
.servicesRow2 > div > div > div.card {
  margin: 0;
  padding-top: 25px !important;
}
.servicesRow2 > div > div > h5 {
  margin-top: 3vh;
  color: #97bd41;
}
.servicesRow2 > div > div > p {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.5vh;
  color: #a9a9a9;
  padding: 0 3vw;
}
.servicesJum2 {
  padding: 0;
  background: linear-gradient(to top right, #629743, #97bd41);
  min-height: 10vh;
}
.servicesJum2 > div > div > div > img {
  width: 100%;
  padding: 0 3vw;
  margin-top: 4vh;
}
.aboutJum {
  background: #fff;
}
.aboutJum > div > div > p {
  color: #a9a9a9;
  margin-top: 13vh;
  text-align: justify;
  font-size: 1.2em;
}
#about > div > div > div > div {
  padding-top: 0;
}
.mod {
  top: 30vh;
}
@media only screen and (max-width: 768px) {
  .card-block h5 {
    font-size: 1em;
  }
  .card-block h4 {
    font-size: 1.2em;
  }
  .careersRow1 > div > div > div > div > .card > div > div > .col-10 > h5 {
    font-size: 1em;
  }
  .careersRow1 > div > div > div > div > .card > div > div > .col-10 > p {
    font-size: 0.8em;
    margin: 0;
  }
  .careersRow1 > div > div > div > div > .card > div > div > .col-2 {
    padding-left: 0;
  }
  .servicesRow2 > div > div > div {
    padding: 0 10px;
  }
  .servicesRow2 > div > div > h5 {
    font-size: 0.8em;
  }
  .servicesRow2 > div > div > p {
    font-size: 0.85em;
    padding: 0;
  }
  .jumbotron.careerJum {
    padding: 3vh 0;
  }
  #loader{
    width:100%;
}
#loader img {
    margin-top:35vh;
  width:100%;
}
}
@media only screen and (max-width: 992px) {
  .aboutCol1 img,
  .aboutCol2 img {
    position: relative;
    width: 100%;
    color: #d3d3d3;
  }
  h1.headingAni {
    text-align: center;
    font-size: 1.7em;
  }
  #home > div > div.row.aboutRow > div.col-sm-6.aboutCol {
    margin-top: 18vh;
  }
  .card-block h4 {
    font-size: 1em;
  }
  .aboutCol2 img {
    opacity: 0;
    animation: fadeInRight ease-in 1;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-delay: 0s;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translatex(10px);
      -moz-transform: translatex(10px);
      -o-transform: translatex(10px);
      transform: translatex(10px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(0);
      -moz-transform: translatex(0);
      -o-transform: translatex(0);
      transform: translatex(0);
    }
  }
  .aboutCol1 img {
    opacity: 0;
    animation: fadeInLeft ease-in 1;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-delay: 0s;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translatex(-10px);
      -moz-transform: translatex(-10px);
      -o-transform: translatex(-10px);
      transform: translatex(-10px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(0);
      -moz-transform: translatex(0);
      -o-transform: translatex(0);
      transform: translatex(0);
    }
  }
}
@media only screen and (max-width: 480px) {
  .col-sm-6.aboutCol {
    margin-top: 25vh;
  }
  .logoCol img {
    width: 40%;
  }
  h1.headingAni {
    text-align: center;
    font-size: 1.7em;
  }
  .aboutCol,
  p.para {
    text-align: center !important;
  }
  .modal-body {
    font-size: 0.8em;
  }
  .aboutCol1 > img,
  .aboutCol2 > img {
    display: none;
  }
  .aboutCol:first-child h1 {
    font-size: 2.5em;
  }
  .aboutCol:first-child h2 {
    font-size: 2em;
  }
  .careersRow1 > div > div > div > div > .card > div > div > .col-2 {
    padding-left: 25px;
  }
  .contactJum > .row > .col-sm-4:nth-child(1),
  .contactJum > .row > .col-sm-4:nth-child(2),
  .contactJum > .row > .col-sm-4:nth-child(3) {
    border: none;
  }
  .contactRow2 > div > h1 {
    margin-left: 0;
    text-align: center;
  }
  .contactRow2 {
    padding: 3vh 0 0;
  }
  .contactRow2 > div:nth-child(2) > form > .row > .col-sm-7 {
    width: 90vw;
  }
  .contactRow2 > div:nth-child(2) > form > .row > .col-sm-7 > input {
    margin-left: 5vw;
    margin-top: 5vh;
  }
  .contactRow2 > div:nth-child(2) > form > .row > .col-sm-5 {
    width: 100vw;
  }
  .contactRow2 > div:nth-child(2) > form > .row > .col-sm-5 > button {
    margin-left: 3vw;
    margin-top: 3vh;
    margin-bottom: 2vh;
  }
  footer > div > div > div > p {
    font-size: 0.8em;
  }
  .servicesJum2 {
    padding: 0;
    background: linear-gradient(to top right, #629743, #97bd41);
    height: auto;
  }
  #services
    > div
    > div
    > div
    > div.jumbotron.servicesJum1
    > div.row.servicesRow2
    > div
    > div {
    padding-top: 0;
  }
  .aboutJum > div > div > p {
    margin-top: 5vh;
  }
  .btn.subs {
    margin-top: 2vh;
  }
}
.card-block > img {
  border-radius: 5px;
}
.card.pro {
  margin-top: 10px;
  height: 450px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fafafa;
}
