html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a:hover,
a:active,
a:focus,
select:hover,
select:active,
select:focus,
option:hover,
option:active,
option:focus {
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
}

body {
  color: #000;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

p {
  color: #454545;
}

ol li {
  list-style-type: decimal;
  display: list-item;
  color: #454545;
  margin: 1em 0;
}

/* ol { counter-reset: item; list-style-type: none; color: #454545;}
  ol > li:before { content: counters(item, ".") ". "; counter-increment: item }
  ul { list-style-type: disc; } */

header {
  background-color: #eb501e;
  padding: 10px 0;
}
.navbar-brand {
}
.navbar-brand img {
  max-width: 200px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  color: #fff;
  padding: 4px 10px;
  margin: 0 5px;
  border-radius: 7px;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  position: relative;
}
.nav-link.brdr {
  border: 1px solid #eb501e !important;
}
.nav-link.brdr:hover {
  background-color: #eb501e;
}
.nav-link.support-reg {
  color: #2f80ed !important;
  background-color: #fff;
}
.nav-link.support-reg:hover {
  color: #fff !important;
  background-color: #2f80ed;
}
.nav-link.company-reg {
  background-color: #eb501e;
  color: #fff !important;
}
.nav-link.company-reg:hover {
  background-color: #fff;
  color: #eb501e !important;
}
.nav-link.brdr:hover,
.nav-link.support-reg:hover,
.nav-link.company-reg:hover {
  border-bottom: 0;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  border-radius: 0;
  border-width: 100%;
}
.navbar-nav {
  margin-left: auto;
}

.nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s;
}
.nav-link:hover::before {
  width: 100%;
}

/*Banner*/
.banner {
  background-image: url(img/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
}
.banner .banner-contr {
  position: relative;
}
.banner .right-hanging {
  right: 0;
  max-width: 280px;
  text-align: center;
  background-color: #bf470ca3;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding-bottom: 60px;
  position: absolute;
  color: #fff;
  padding-top: 25px;
  margin-right: 15px;
  z-index: 3;
}
.banner .right-hanging a {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 7px;
  color: #eb501e;
  font-size: 14px;
  transition: 0.5s;
}
.banner .right-hanging a:hover {
  background-color: #eb501e;
  color: #fff;
}
.banner .middle {
  max-width: 400px;
  text-align: center;
  color: #fff;
  margin-left: -200px;
  margin-right: auto;
  padding-top: 115px;
  z-index: 9;
  position: absolute;
  left: 50%;
}
.registrar-btn {
  background-color: #eb501e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 18px;
  text-align: center;
  transition: 0.5s;
  margin: 0 auto;
  max-width: 200px;
  display: block;
  position: relative;
  z-index: 999;
  overflow: hidden;
  border: 1px solid transparent;
}
.registrar-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -101%;
  background: #fff;
  z-index: -9;
  transition: 0.5s;
}
.registrar-btn:hover::before {
  left: 0%;
}
.registrar-btn:hover {
  color: #eb501e;
  border: 1px solid #eb501e;
}
.banner .middle img {
  max-width: 50px;
}
.video {
  width: 100%;
}

/*banner-bottom*/
h2.heading {
  text-align: center;
  color: #0038ec;
  margin-bottom: 40px;
  font-size: 36px;
}
.desc-text {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.desc-text strong {
  font-size: 109px;
  line-height: 45px;
  color: #0038ec;
  margin-right: 10px;
}
img.oval {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.desc-img {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.img-main,
.oval {
  transition: 0.5s;
}
.img-main {
  border-radius: 5% 30%;
}
.desc-img:hover .img-main {
  transform: scale(0.9);
}

.desc-img:hover .oval {
  opacity: 0;
}

/*company-steps*/
.company-steps {
  background-image: url(img/step-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}
.overlay {
}
.overlay {
  background: rgba(244, 244, 244, 0.67);
  padding: 50px 0;
  width: 100%;
  height: 100%;
}
.step {
  background-color: #fff;
  padding: 20px;
  border-radius: 13px;
  min-height: 250px;
  transition: 0.5s;
}
.step:hover {
  box-shadow: 0px 5px 15px #979595;
  transform: scale(1.05);
}
/*project-results*/
.project-results {
  padding-bottom: 50px;
}
.company-icons {
  padding-bottom: 50px;
}
p.sub-heading {
  text-align: center;
  font-size: 23px;
  margin-bottom: 35px;
}
.logos {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.logos img {
  max-width: 160px;
  padding: 10px;
  border: 1px solid #eeebeb;
  border-radius: 15px;
  margin: 10px;
  transition: 0.5s;
}
.logos img:hover {
  box-shadow: 0px 5px 15px #979595;
  transform: scale(1.05);
}
.banner-bottom {
  margin-bottom: 50px;
}
.company-icons {
  text-align: center;
}
.company-icons {
}
.company-icons p {
  margin-top: 20px;
  font-size: 21px;
  margin-bottom: 10px;
}
.company-icons h2 {
  color: #0038ec;
  font-size: 40px;
}

/*news-section*/
.news-section {
  background-image: url(img/news-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-img,
.card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card {
  border-radius: 20px;
  border: 0;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
}
.card-img-top {
  transition: 0.5s;
}
.card:hover .card-img-top {
  transform: scale(1.1);
}
.card:hover {
  box-shadow: 0px 10px 15px #979797;
}
.card-title {
  font-size: 30px;
}
.card-btn {
  color: #2f80ec;
  font-size: 14px;
  border: 1px solid;
  padding: 4px 6px;
  transition: 0.5s;
}
.card-btn:hover {
  border-color: #eb501e;
  color: #eb501e;
}
.owl-prev {
  background: url(img/left-arrow.png) !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
  position: absolute;
  top: 40%;
  margin-left: 5px;
}
.owl-next {
  background: url(img/right-arrow.png) !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
  position: absolute;
  top: 40%;
  margin-right: -19px;
  right: 0;
}
.owl-nav button:focus {
  outline: 0;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  overflow: hidden;
}
.owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

/*specific-skill*/
.specific-skill {
  padding: 50px 0;
}
.table {
  transition: 0.5s;
}
table:hover {
  box-shadow: 0px 0px 15px #d2d1d1;
}
tr {
}
tr:first-child {
  background-color: #ed5223;
}
td:first-child {
  background-color: #fdede9;
}
td {
  width: 33.33%;
  border: 1px solid #cccbca;
  padding: 10px 15px;
}

/*Footer top*/
.job-workers {
  background-image: url(img/job-workers-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*footer*/
footer {
  background-color: #eb501e;
  color: #fff;
  padding-top: 50px;
}
footer-index {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #eb501e;
  color: #fff;
  padding-top: 50px;
}
.footer-logo {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.footer-links {
  margin-top: 24px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer-links li {
  float: left;
  border-right: 1px solid #fff;
  line-height: 12px;
  padding: 0 20px;
  margin-bottom: 15px;
}
.footer-links li:last-child {
  border: none;
}
.footer-links li a {
  color: #fff;
  font-size: 13px;
  position: relative;
}
.footer-links li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 22px;
  transition: 0.3s;
}
.footer-links li a:hover::before {
  width: 100%;
}
.copyright-text {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
  border-top: 1px solid #bbb;
  margin-top: 60px;
  font-size: 14px;
}

.footer-link {
  color: #454545;
}

/*Responsive*/
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid transparent;
    margin-bottom: 10px;
    text-align: center;
  }
  .banner .right-hanging {
    right: 0;
    max-width: 180px;
    text-align: center;
    background-color: #bf470ca3;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-bottom: 60px;
    position: absolute;
    color: #fff;
    padding-top: 25px;
    margin-right: 15px;
  }
  .right-hanging h3 {
    font-size: 17px;
  }
  .right-hanging p {
    font-size: 12px;
  }
  .banner .middle {
    max-width: 200px;
    margin-left: 25px;
    margin-right: auto;
    padding-top: 20px;
    left: 0%;
  }
  .middle h1 {
    font-size: 20px;
  }
  h2.heading {
    font-size: 20px;
    padding: 0 !important;
  }
  p.sub-heading {
    font-size: 15px;
  }
  .desc-text {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .step {
    margin-bottom: 20px;
    min-height: auto;
  }

  .desc-text {
    padding: 25px 0;
  }
  .desc-text h3 {
    font-size: 23px;
  }
  .maincontainer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 519px) {
  .banner {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .banner .right-hanging {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 0px;
    top: -140px;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
  .banner .middle {
    max-width: 200px;
    margin-left: -100px;
    left: 50%;
  }
  .logos img {
    max-width: 140px;
  }
}
