/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap"); */
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200&display=swap);

body {
  font-family: "Nunito", sans-serif !important;
  font-style: normal;
  font-size: 14px;
}

/*div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../imgs/loader.gif") no-repeat center center;
    display: none;
}*/
header .navbar {
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: relative;
}

.nav-item {
  font-size: 18px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 400;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #f7942c;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:after,
.navbar-expand-lg .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background: #1daae0;
  transition: all ease 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after,
.navbar-expand-lg .navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
  transition: all ease 0.3s;
}

#SearchBanner {
  position: relative;
}

#SearchBanner img {
  width: 100%;
  height: auto;
}

#SearchBanner .SearchInput {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 720px;
}

#SearchBanner .SearchInput h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}

#SearchBanner .SearchInput input {
  padding: 32px 24px;
  border: none;
  font-size: 15px;
}

#SearchBanner .SearchInput button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #1daae0;
  border: none;
  padding-left: 24px;
  padding-right: 24px;
}

#innerSlider {
  position: relative;
}

#innerSlider img {
  width: 100%;
  height: auto;
}

#innerSlider P {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 32px;
  padding-left: 36px;
  padding-right: 24px;
  font-weight: 300;
  color: #fff;
}

#jobCategory {
  padding: 0 60px;
}

#jobCategory h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

#jobCategory .col-md-3 {
  margin-bottom: 24px;
}

#jobCategory .card {
  padding: 32px 15px;
  height: 100%;
}

#jobCategory .card img {
  width: fit-content;
  display: table;
  margin: 0 auto 24px;
}

#jobCategory a .card h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all ease 0.3s;
}

#jobCategory a:hover {
  text-decoration: none;
}

#jobCategory a:hover .card h3 {
  text-decoration: none;
  color: #f7942c;
  transition: all ease 0.3s;
}

#jobCategory a:hover .card {
  border-color: #f7942c;
  transition: all ease 0.3s;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

#companyStatus {
  background: url(../imgs/companyStatus.png) no-repeat center center fixed;
  background-size: cover;
  padding: 150px 60px;
  margin-top: 100px;
}

#companyStatus img {
  display: table;
  margin: 15px auto;
}

#companyStatus h4 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

#LatestJobs {
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 0 60px;
}

#LatestJobs .row {
  margin: 0;
}

#LatestJobs .row .col-md-6,
#LatestJobs .row .col-md-12 {
  margin-bottom: 24px;
}

#LatestJobs h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 400;
}

#LatestJobs .card {
  padding: 24px;
  position: relative;
  height: 100%;
}

#LatestJobs .card a.btn {
  background: #1daae0;
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
}

#LatestJobs h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 85%;
}

#LatestJobs h5 span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

#LatestJobs h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 85%;
}

#LatestJobs h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

#LatestJobs ul {
  margin-top: 15px;
  padding-left: 20px;
}

#LatestJobs ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
}

#LatestJobs ol li {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
}

#LatestJobs ul li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: #f7942c;
  border-radius: 50%;
  left: -15px;
  top: 7px;
}

#LatestJobs .btn-secondary {
  background: #f7942c;
  font-size: 15px;
  color: #fff;
  border: none;
  margin-top: 36px;
}

#latestJobs ul li,
#latestJobs ol li,
#latestJobs p,
#latestJobs div,
#latestJobs span,
{
color: #212529 !important;
}

.loadingContent {
  width: 100%;
}

#ourServices {
  padding: 0 60px;
}

#ourServices h2 {
  font-size: 36px;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

#ourServices .col-md-6 {
  margin-bottom: 24px;
}

#ourServices .card {
  padding: 15px 15px;
  height: 100%;
}

#ourServices .card img {
  width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
  border-radius: 5px;
}

#ourServices .card h3 {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all ease 0.3s;
}

#ourServices .card ul {
  margin: 15px 0 0 0;
  padding: 0 0 0 24px;
}

#ourServices .card ul li {
  list-style: square;
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}


#ApplyJob {
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 0 60px;
}

#ApplyJob h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 36px;
  font-weight: 400;
}

#ApplyJob h5 {
  font-size: 18px;
  font-weight: 500;
}

#ApplyJob a.btn {
  background: #1daae0;
  border: none;
  color: #fff;
}

form {
  margin-top: 40px;
  margin-bottom: 12px;
}

form .form-group {
  margin-bottom: 24px;
}

form label {
  font-size: 14px;
  margin-bottom: 4px;
  color: #666;
}

form input,
form select {
  padding: 12px 15px;
  height: auto;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.form-row {
  margin-right: -15px;
  margin-left: -15px;
}

.file {
  padding: 8px 15px;
}

#ApplyJob button.btn-primary,
#contactUs button.btn-primary {
  background: #f7942c;
  border: none;
  color: #fff;
  margin-right: 15px;
  padding: 8px 24px;
}

#ApplyJob button.btn-secondary,
#contactUs button.btn-secondary {
  border: none;
  padding: 8px 24px;
}

#AboutUs {
  padding: 0 36px;
}

#AboutUs h1 {
  font-weight: 300;
  font-size: 32px;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 56px;
}

#AboutUs h1 b {
  font-weight: 300;
  color: #1daae0;
}

#AboutUs h1 b span {
  color: #f7942c;
}

#AboutUs .aboutContent img {
  width: 100%;
  height: auto;
}

#AboutUs .aboutContent p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  font-weight: 400;
  color: #333333;
}

#AboutUs .visionMission {
  margin-top: 100px;
  margin-bottom: 52px;
}

#AboutUs .visionMission .col-md-6 h2 {
  padding: 14px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}

#AboutUs .visionMission .col-md-6:first-child h2 {
  background: #1daae0;
}

#AboutUs .visionMission .col-md-6:last-child h2 {
  background: #f7942c;
}

#AboutUs .visionMission p {
  font-size: 15px;
  margin: 0;
  padding: 0 24px 24px;
}

.blueLink viewMoreBtn {
  font-size: 15px;
  color: #1daae0;
  text-decoration: underline;
}

#contactUs {
  padding: 36px;
}

#contactUs h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

#contactUs p {
  font-size: 15px;
}

#contactUs iframe {
  width: 100%;
  min-height: 450px;
  border: 1px solid #ccc;
}

footer {
  background: #272727;
  padding: 40px 36px;
}

footer .align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer ul {
  margin: 0 auto;
  display: table;
}

footer ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

footer ul li {
  margin-bottom: 6px;
}

footer ul li:last-child,
footer ul {
  margin-bottom: 0;
}

footer p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

footer p a {
  color: #1daae0;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  z-index: 9999;
  display: none;
  /* width: 200px; */
  /* height: 200px; */
  border: 1px solid currentcolor;
  border-radius: 3px;
  font-size: 30px;
  padding: 1em;
  /* position: relative; */
  margin-bottom: 0.25em;
  vertical-align: middle;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
  text-align: center;
  /* top: 50%; */
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  z-index: 9;
}

[class*=loader-] {
  display: inline-block;
  width: 2em;
  height: 2em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-01 {
  border: 0.2em dotted currentcolor;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  -webkit-animation: 2s loader-01 linear infinite;
  animation: 2s loader-01 linear infinite;
}

#loadMore {
  cursor: pointer;
}

.color-light {
  color: #34518d;
}

.contentLoader {
  display: none;
  border: 15px solid #f3f3f3;
  border-top: 15px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.mb-25 {
  margin-bottom: 25px;
}

::placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}

@media (min-width: 992px) {
  header .navbar .collapse.navbar-collapse {
    float: right;
    display: table !important;
  }

  header .navbar .collapse.navbar-collapse .navbar-nav {
    float: right;
  }
}

@media (max-width: 992px) {

  #jobCategory,
  #LatestJobs,
  #ApplyJob {
    padding: 0 15px;
  }

  #companyStatus,
  footer {
    padding: 24px 15px;
  }

  #companyStatus h4 {
    font-size: 18px;
  }

  #contactUs {
    padding: 32px 15px;
  }
}

@media (max-width: 768px) {
  footer .align-middle {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  footer img {
    margin-bottom: 24px;
  }

  footer p.float-right {
    float: none !important;
    text-align: center;
    padding-top: 24px;
  }

  #companyStatus .col-md-4 {
    margin-bottom: 36px;
  }

  #SearchBanner .SearchInput {
    min-width: auto;
    width: 90%;
  }

  #SearchBanner .SearchInput h1 {
    font-size: 20px;
  }

  #SearchBanner .SearchInput input {
    padding: 15px;
  }
}

@media (max-width: 420px) {
  .navbar-brand img {
    height: 62px;
  }
}

.social {
  position: relative;
  top: 25%;
  transform: translateY(-50%);

}

.social li {
  margin-left: 10px;
}

.social li a {
  background: #f7942c;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
}

.fa-facebook-f {
  color: #1877f2;
}

.fa-instagram {
  color: #1da1f2;
}

.fa-linkedin-in {
  color: #0a66c2;
}

.fa-youtube {
  color: #ff0000;
}

.social li a:hover {
  background: rgb(29 170 224);
}

.social li a i {
  font-size: 20px;
  color: #fff
}

.social {
  position: relative;
  top: 25%;
  transform: translateY(-50%);

}

.contact-page {
  text-align: center;
  top: 6%;
}

.contact-page li a i {
  font-size: 30px;
}

.contact-page li a {
  background: #f7942c;
  display: block;
  border-radius: 20%;
  width: 60px;
  height: 60px;
  line-height: 72px;
  text-align: center;
}

.play-video {
  padding: 50px 0 0;
  text-align: center;
}

#video_link {
  display: inline;
  width: 150px;
  background: #f7952f;
  margin: 0 auto;
  padding: 10px 20px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 4px;
}

#video_link i {
  margin: 0 7px 0 0;
}

#video_link:hover {
  background: #1daae0;
}

@-webkit-keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .1875rem;
}

@media (min-width: 576px) {
  .blog-horizontal .card-img-actions {
    width: 45%;
    float: left;
    max-width: 25rem;
    z-index: 10;
  }
}

a {
  text-decoration: none !important;
}

.course-button {
  border: 1px solid #f7942c;
  padding: 6px 15px;
  background-color: #f7942c;
  color: #fff;
  border-radius: 3px;
  font-size: 25px;
}

.course-button:hover {
  color: #fff;
}

.card.blog-horizontal {
  padding: 0 !important;
}

.card.blog-horizontal li {
  font-size: 14px !important;
  font-style: italic;
  font-weight: 600;
}

.card.blog-horizontal p {
  margin-bottom: 5px;
}

#SearchBanner marquee {
  color: #eef72c;
  position: absolute;
  width: 95%;
  font-size: 16px;
  top: 2%;
  left: 13%;
  right: 10%;
  margin: 0 auto;
  transform: translate(-10%, -10%);
  background: #0000003b;
}