:root {
  --h2s-gray: #6e6e6e;
  --h2s-dark: #000;
  --h2s-white: #fff;
  --h2s-footer-color: #F2F2F2;
}

* {
  scroll-behavior: smooth;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
}

.section-row {
  text-align: center;
}

.section-row .section-title {
  margin: 2rem 0;
  font-size: 2.75rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0d50c2), color-stop(50%, #581a7c), to(#0c0812));
  background: linear-gradient(90deg, #0d50c2 0%, #581a7c 50%, #0c0812 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.description-section .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

@media (max-width: 991.98px) {
  .description-section .col-lg-4 {
    display: block;
  }
}

.description-section .card {
  text-align: center;
  top: 0px;
  position: relative;
  border: none;
}

.description-section .card:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
}

.description-section .card-body {
  text-align: center;
}

.description-section .card-body svg {
  margin-bottom: 0.5rem;
}

.description-section .card-body p {
  color: var(--h2s-gray);
}

.benefits-section .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

@media (max-width: 991.98px) {
  .benefits-section .col-lg-4 {
    display: block;
  }
}

.benefits-section .card {
  top: 0px;
  position: relative;
  border: none;
}

.benefits-section .card:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 8px rgba(97, 67, 67, 0.2);
          box-shadow: 0px 4px 8px rgba(97, 67, 67, 0.2);
  top: -4px;
}

.benefits-section .card-body {
  text-align: center;
}

.benefits-section .card-body svg {
  margin-bottom: 0.5rem;
}

.benefits-section .card-body .hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--h2s-dark);
}

.benefits-section .card-body .hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0d50c2), color-stop(50%, #581a7c), to(#0c0812));
  background: linear-gradient(90deg, #0d50c2 0%, #581a7c 50%, #0c0812 100%);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.benefits-section .card-body p {
  color: var(--h2s-gray);
}

.benefits-section .card-body:hover .hover-underline-animation:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.steps-section .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .steps-section .col-md-3 {
    display: block;
  }
}

.steps-section .card {
  top: 0px;
  border-top: 5px solid #0d50c2;
}

.steps-section .card:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
}

.steps-section .card-body {
  text-align: center;
}

.steps-section .card-body svg {
  margin-bottom: 0.5rem;
}

.jobs-section {
  position: relative;
}

.jobs-section .linking {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 100px;
}

.jobs-section .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jobs-section .nav-pills .nav-item {
  border: 1px solid #0d50c2;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
}

.jobs-section .nav-pills .nav-item:nth-of-type(2) {
  border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  -moz-border-radius: 0px 25px 25px 0px;
  -ms-border-radius: 0px 25px 25px 0px;
  -o-border-radius: 0px 25px 25px 0px;
}

.jobs-section .nav-pills .nav-link {
  padding: 0.75rem 2.5rem;
}

.jobs-section .nav-pills .btn-left {
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
}

.jobs-section .nav-pills .btn-right {
  border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  -moz-border-radius: 0px 25px 25px 0px;
  -ms-border-radius: 0px 25px 25px 0px;
  -o-border-radius: 0px 25px 25px 0px;
}

.jobs-section .nav-pills .active {
  background: #0d50c2;
  color: var(--h2s-white);
}

.jobs-section .tab-content .accordion {
  margin: 3rem 0;
}

.jobs-section .tab-content .accordion .card {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.jobs-section .tab-content .accordion .card .card-header {
  cursor: pointer;
  border-bottom: none;
  background: transparent;
  padding: 1.5rem 1.25rem;
}

.jobs-section .tab-content .accordion .card .card-header .title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

.jobs-section .tab-content .accordion .card .card-header .title .badge {
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
  padding: 0.25em 1em;
  text-transform: uppercase;
  margin: 0 0.5rem;
}

.jobs-section .tab-content .accordion .card .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.jobs-section .tab-content .accordion .card .card-header:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.jobs-section .tab-content .accordion .card .card-body {
  background: #efefef;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

.jobs-section .tab-content .accordion .card .card-body .btn-primary {
  background: #0d50c2;
}

footer {
  padding: 3rem 1rem;
  background: var(--h2s-footer-color);
}

footer ul {
  list-style: none;
}

@media (max-width: 575.98px) {
  footer ul {
    padding: 0;
  }
}

footer .accordion {
  background-color: transparent;
  color: #444;
}

footer ul li {
  position: relative;
  display: inline-block;
  color: var(--h2s-dark);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
}

footer ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 1px;
  background: var(--h2s-dark);
}

footer ul a {
  display: block;
  color: var(--h2s-gray);
  margin-bottom: 0.5rem;
}

footer ul a:hover {
  color: var(--h2s-dark);
  text-decoration: none;
}

.end-footer p,
.end-footer i {
  color: var(--h2s-dark);
  margin: 0;
  padding: 1rem 0;
}

.end-footer a:hover {
  color: var(--h2s-dark);
  text-decoration: none;
}

.end-footer .social {
  text-align: right;
}

.end-footer i {
  margin: 0 0.5rem;
}

@media (max-width: 767px) {
  .end-footer .copy_right {
    margin-top: 1rem;
  }
  .end-footer .copy_right,
  .end-footer .social {
    text-align: center;
  }
}

.btn-fixed {
  position: fixed;
  right: 0;
  top: 150px;
}

.btn-theme {
  background: -webkit-gradient(linear, left top, right top, from(#0d50c2), color-stop(50%, #581a7c), to(#0c0812));
  background: linear-gradient(90deg, #0d50c2 0%, #581a7c 50%, #0c0812 100%);
  color: var(--h2s-white);
  outline: none;
  border: none;
  padding: 1rem;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

.btn-theme:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: var(--h2s-white);
  -webkit-box-shadow: 0px 8px 12px rgba(38, 38, 38, 0.2);
          box-shadow: 0px 8px 12px rgba(38, 38, 38, 0.2);
}
/*# sourceMappingURL=newdesign.css.map */