* {
  font-family: "Poppins", Sans-serif;
  padding: 0;
  margin: 0; }

*,
:after,
:before {
  box-sizing: border-box; }

.global-trnsparent-shape .eael-feature-list-icon {
  background-color: #f1f1f1 !important;
  color: transparent !important; }

@media only screen and (max-width: 767px) {
  body #page-content-wrapper {
    clear: both; } }
#page-content-wrapper .description ul {
  margin: 5px 0 20px 20px; }

body.single-post .elementor-background-overlay {
  opacity: 1 !important; }

@media only screen and (min-width: 768px) {
  .footer-bottm br {
    display: none; } }

#elementor-sticky-header.main-menu-wrapper.visible {
  z-index: 38; }

@media only screen and (min-width: 1200px) {
  .themegoods-navigation-wrapper .nav li.megamenu > ul,
  .themegoods-navigation-wrapper .nav li.megamenu > ul {
    max-width: 1140px;
    width: 100%;
    width: calc(100vw - 180px);
    box-sizing: border-box;
    /*  top: 100px; */ } }
.mobile-main-nav li a:hover,
.mobile-main-nav li a:active,
#side-sub-menu li a:hover,
#side-sub-menu li a:active,
.mobile-menu-wrapper .social-profile-wrapper ul li a:hover {
  color: #00a1ff; }

.menu-item-has-children {
  position: relative; }

.menu-item-has-children:after {
  font-size: 12px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  display: inline;
  font-family: 'Font Awesome 5 Free';
  content: "\f061";
  font-weight: 900;
  transform: translateY(-50%); }

#mobile-back-btn {
  color: #00a1ff; }

@media only screen and (max-width: 767px) {
  .mobile-menu-wrapper {
    width: 300px;
    padding: 20px; } }
.process_section {
  display: block;
  padding: 0;
  background: #fff; }

.precess_list {
  list-style: none;
  margin: 60px 0 60px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9; }
  @media (max-width: 575px) {
    .precess_list {
      margin: 0; } }
  .precess_list li {
    display: flex;
    width: 100%;
    max-width: 48%;
    flex: 0 0 48%;
    align-items: center; }
    @media (max-width: 575px) {
      .precess_list li {
        margin: 0;
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 25px; } }
    .precess_list li .process_count {
      color: #00b8ce;
      font-weight: 400;
      font-size: 21px;
      margin-bottom: auto;
      display: flex;
      width: 116px;
      height: 116px;
      position: relative;
      background: #fff;
      border-radius: 50%;
      align-items: center;
      justify-content: center; }
      .precess_list li .process_count img {
        vertical-align: middle;
        max-width: 100%; }
      .precess_list li .process_count .count_outer {
        padding: 8px;
        background: #00A1FF;
        border-radius: 50%;
        transition: all ease-in-out .5s; }
        .precess_list li .process_count .count_outer .count_inner {
          width: 100px;
          height: 100px;
          display: block;
          border-radius: 50%;
          padding: 22px;
          border: 3px solid #fff;
          position: relative;
          transition: all ease-in-out .5s;
          background: #fff;
          background: -moz-linear-gradient(left, #fff 0%, #e2e3e3 100%);
          background: -webkit-linear-gradient(left, #fff 0%, #e2e3e3 100%);
          background: linear-gradient(to right, #fff 0%, #e2e3e3 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e3e3', GradientType=1); }
      .precess_list li .process_count::before {
        content: '';
        width: 40px;
        height: 100px;
        background: #00A1FF;
        -webkit-mask-image: url(/wp-content/themes/avante/custom/css/process_curve.svg);
        mask-image: url(/wp-content/themes/avante/custom/css/process_curve.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-position: right;
        position: absolute;
        bottom: 89px;
        left: auto;
        right: 79px;
        transform: rotate(-55deg);
        transform-origin: bottom center;
        z-index: -2; }
        @media (max-width: 575px) {
          .precess_list li .process_count::before {
            display: none; } }
    .precess_list li .process_info {
      color: #000;
      max-height: 116px;
      margin: 0;
      flex: 1 0 0%; }
      @media (max-width: 575px) {
        .precess_list li .process_info {
          max-height: inherit; } }
      .precess_list li .process_info h4 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 0;
        color: #000;
        text-transform: none; }
      .precess_list li .process_info p {
        font-size: 16px;
        padding: 0 !important; }
        @media (max-width: 575px) {
          .precess_list li .process_info p {
            font-size: 13px; } }
    .precess_list li .process_number {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      height: 24px;
      line-height: 24px;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      background: #00a1ff;
      border-radius: 15px;
      margin-bottom: 10px; }
    .precess_list li:hover .count_outer {
      transform: scale(1.1); }
    .precess_list li:nth-child(odd) {
      flex-direction: row-reverse; }
      .precess_list li:nth-child(odd) .process_count {
        margin-right: 0;
        margin-left: 30px; }
        @media (max-width: 575px) {
          .precess_list li:nth-child(odd) .process_count {
            margin-left: 15px; } }
        .precess_list li:nth-child(odd) .process_count::before {
          transform: rotate(55deg);
          bottom: 89px;
          left: 79px;
          right: auto; }
      .precess_list li:nth-child(odd) .process_info {
        text-align: right; }
    .precess_list li:nth-child(even) {
      margin-left: auto; }
      .precess_list li:nth-child(even) .process_count {
        margin-right: 30px; }
        @media (max-width: 575px) {
          .precess_list li:nth-child(even) .process_count {
            margin-right: 15px; } }
    .precess_list li:nth-child(1) .process_count:before {
      display: none; }

.from-wrapper.contact-us .col-one {
  margin: 0 0 15px; }
  .from-wrapper.contact-us .col-one p {
    padding: 0 !important; }
  .from-wrapper.contact-us .col-one textarea {
    resize: vertical; }

body.elementor-page-5879 .wpcf7 input.wpcf7-submit {
  background: #00a1ff;
  border-color: #00a1ff;
  padding: 5px;
  min-width: 250px;
  min-height: 55px;
  font-size: 20px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    body.elementor-page-5879 .wpcf7 input.wpcf7-submit {
      width: 100%; } }

@media (min-width: 1240px) {
  body.single-post .g1-content-narrow > .twitter-tweet,
  body.single-post .g1-content-narrow > aside,
  body.single-post .g1-content-narrow > audio,
  body.single-post .g1-content-narrow > blockquote,
  body.single-post .g1-content-narrow > canvas,
  body.single-post .g1-content-narrow > code,
  body.single-post .g1-content-narrow > div,
  body.single-post .g1-content-narrow > dl,
  body.single-post .g1-content-narrow > figure,
  body.single-post .g1-content-narrow > form,
  body.single-post .g1-content-narrow > h1,
  body.single-post .g1-content-narrow > h2,
  body.single-post .g1-content-narrow > h3,
  body.single-post .g1-content-narrow > h4,
  body.single-post .g1-content-narrow > h5,
  body.single-post .g1-content-narrow > h6,
  body.single-post .g1-content-narrow > hr,
  body.single-post .g1-content-narrow > iframe,
  body.single-post .g1-content-narrow > ol,
  body.single-post .g1-content-narrow > p,
  body.single-post .g1-content-narrow > pre,
  body.single-post .g1-content-narrow > section,
  body.single-post .g1-content-narrow > table,
  body.single-post .g1-content-narrow > ul,
  body.single-post .g1-content-narrow > video {
    max-width: 100%; } }
@media only screen and (min-width: 801px) {
  body.single-post .g1-row-inner {
    max-width: 1800px; }
  body.single-post .g1-sidebar {
    max-width: 330px; }
  body.single-post .g1-column-1of3, body.single-post .g1-column-2of3 {
    width: calc(100% - 330px); } }
/* JOB */
body.jobpost-template #page-header {
  background: #00a1ff;
  margin-bottom: 0;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 93px 0 0 0; }
  body.jobpost-template #page-header h1 {
    color: #fff; }
  body.jobpost-template #page-header .post-attribute {
    display: none; }
body.jobpost-template #wrapper {
  padding-top: 0 !important; }

.sjb-page {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: transparent; }
  .sjb-page h2 {
    font-weight: 700;
    color: #35444e;
    padding: 0;
    margin: 0; }
  .sjb-page .sjb-listing {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 1200px) {
      .sjb-page .sjb-listing .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    .sjb-page .sjb-listing .list-view {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .sjb-page .sjb-listing .list-view .card-deck,
      .sjb-page .sjb-listing .list-view .job-card {
        height: 100%; }
      .sjb-page .sjb-listing .list-view .btn-primary {
        border-radius: 3px;
        padding: 10px 20px;
        width: 100%; }
  .sjb-page .sjb-detail {
    padding: 0;
    margin: 0; }
    .sjb-page .sjb-detail .list-data {
      clear: both;
      width: 100%;
      float: left; }
      .sjb-page .sjb-detail .list-data .v2 ul li {
        padding-left: 25px; }
        .sjb-page .sjb-detail .list-data .v2 ul li::before {
          font-size: 14px;
          content: '\f058'; }
      .sjb-page .sjb-detail .list-data .v2 ul li + li {
        margin-top: 12px; }
      .sjb-page .sjb-detail .list-data .v2 .job-features {
        background: #f1f1f1;
        padding: 20px 20px 10px;
        border-radius: 3px;
        margin-bottom: 20px;
        clear: both; }
        .sjb-page .sjb-detail .list-data .v2 .job-features .job-features {
          padding: 0;
          background: transparent; }
        .sjb-page .sjb-detail .list-data .v2 .job-features h3 {
          margin-top: 0; }
        .sjb-page .sjb-detail .list-data .v2 .job-features div {
          color: #000;
          margin: 0 0 10px;
          padding: 0; }
      .sjb-page .sjb-detail .list-data .v2 .jobpost-form {
        float: left;
        width: 100%;
        position: relative;
        /*padding: 20px;
         background: #f1f1f1;
        background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%); */ }
        .sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
          font-size: 14px;
          font-weight: bold;
          margin: 0;
          padding: 0; }

.job-card {
  padding: 35px 30px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.career-deck-col {
  width: 100%;
  padding: 22px; }

.career-deck .job-body .job-location {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  margin: 0 0 15px;
  line-height: 20px; }
.career-deck .job-body .job-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 60px;
  padding: 0; }
.career-deck .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }
.career-deck .job-vacancies p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  padding: 0; }
.career-deck .job-vacancies p + p {
  margin-bottom: 16px; }

@media only screen and (max-width: 1199px) {
  .sjb-page .sjb-detail {
    margin: 60px 0 0; } }
@media (min-width: 992px) {
  .col-md-6 {
    float: left; }

  .col-md-6 {
    width: 50%; } }
@media (min-width: 768px) {
  .col-sm-6 {
    float: left; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.type-post.blog-posts-metro_no_space.large-grid {
  margin-left: 0; }

.type-post.blog-posts-grid_no_space,
.type-post.blog-posts-metro_no_space {
  margin: 0;
  background-size: cover; }

.type-post.blog-posts-grid_no_space:nth-child(4n),
.type-post.blog-posts-metro_no_space:nth-child(3n) {
  margin-right: 0; }

.type-post.blog-posts-metro_no_space {
  width: 25%;
  height: 520px; }

.type-post.blog-posts-grid_no_space:first-child,
.type-post.blog-posts-metro_no_space:first-child,
.type-post.blog-posts-grid_no_space:nth-child(4n+1),
.type-post.blog-posts-metro_no_space:nth-child(3n+1) {
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .type-post.blog-posts-metro_no_space.large-grid {
    width: 100%; }

  .type-post.blog-posts-metro_no_space {
    width: 100%; } }

/*# sourceMappingURL=custom.css.map */
