/*
Theme Name: ejob
Version: 1.0

ejob WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
ejob WordPress Theme is released under the terms of GNU GPL
*/




:root {
    --color-main: #71ad33;
    --color-main-rgb: #71ad33;
    --color-main-alt: #83b931;
    --color-light: #f6f6f6;
    --color-light-alt: #e5eaea;
    --color-text: #878888;
    --color-body: #171717;
    --color-black: #000000;
    --color-dark: #1e1e1e;
    --color-grey: rgba(255,255,255,.6);
    --color-grey-light: rgba(255,255,255,.25);
    --font-body: "Roboto", Arial, Helvetica, sans-serif;
    --font-header: "Inter", Arial, Helvetica, sans-serif;
    --box-radius: 1.5rem;

    --font-size-header: 3vw;
    --font-size-subheader: 1.75vw;
}
.z1-index {z-index: 1;}
.z2-index {z-index: 2;}

.py-25 {padding-top: .75rem; padding-bottom: .75rem;}
.px-25 {padding-left: .75rem; padding-right: .75rem;}
.ps-25 {padding-left: .75rem;}
.pe-25 {padding-right: .75rem;}
.pt-25 {padding-top: .75rem;}
.pb-25 {padding-bottom: .75rem;}
.p-25  {padding: .75rem;}

.my-25 {margin-top: .75rem; margin-bottom: .75rem;}
.mx-25 {margin-left: .75rem; margin-right: .75rem;}
.ms-25 {margin-left: .75rem;}
.me-25 {margin-right: .75rem;}
.mt-25 {margin-top: .75rem;}
.mb-25 {margin-bottom: .75rem;}

.py-35 {padding-top: 1.25rem; padding-bottom: 1.25rem;}
.px-35 {padding-left: 1.25rem; padding-right: 1.25rem;}
.ps-35 {padding-left: 1.25rem;}
.pe-35 {padding-right: 1.25rem;}
.pt-35 {padding-top: 1.25rem;}
.pb-35 {padding-bottom: 1.25rem;}
.p-35  {padding: 1.25rem;}

.my-35 {margin-top: 1.25rem; margin-bottom: 1.25rem;}
.mx-35 {margin-left: 1.25rem; margin-right: 1.25rem;}
.ms-35 {margin-left: 1.25rem;}
.me-35 {margin-right: 1.25rem;}
.mt-35 {margin-top: 1.25rem;}
.mb-35 {margin-bottom: 1.25rem;}

.py-45 {padding-top: 2rem; padding-bottom: 2rem;}
.px-45 {padding-left: 2rem; padding-right: 2rem;}
.ps-45 {padding-left: 2rem;}
.pe-45 {padding-right: 2rem;}
.pt-45 {padding-top: 2rem;}
.pb-45 {padding-bottom: 2rem;}
.p-45  {padding: 2rem;}

.my-45 {margin-top: 2rem; margin-bottom: 2rem;}
.mx-45 {margin-left: 2rem; margin-right: 2rem;}
.ms-45 {margin-left: 2rem;}
.me-45 {margin-right: 2rem;}
.mt-45 {margin-top: 2rem;}
.mb-45 {margin-bottom: 2rem;}
.m-45  {margin: 2rem;}

.end-auto {right: auto !important;}

.scrollarea {
    overflow-y: auto;
    max-height: 100%;
}

.on-hover {
  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.opacity-1,
.opacity-hover:hover {opacity: 1 !important;}

.box-rounded {border-radius: var(--box-radius) !important;}

.box-rounded-dashed {border-radius: var(--box-radius) !important; border: 1px dashed var(--color-main) !important;}

.border-dashed {border-style: dashed !important;}
.border-top-dashed {border-top-style: dashed !important;}
.border-bottom-dashed {border-bottom-style: dashed !important;}

.border-dark-light {border-color: #353535 !important;}
.border-grey-light {border-color: var(--color-grey-light) !important;}

.box-rounded-shadow {
    box-shadow: 0px 0px 6px 1px rgba(var(--color-main), 0.5);
}

.box-square:before {
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;
}
.box-square.ratio-16-9:before {padding-top: 56.25%;}
.box-square.ratio-4-3:before {padding-top: 75%;}
.box-square.ratio-3-2:before {padding-top: 66.66%;}

.btn-group.rounded-pill > .btn:last-child {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}
.btn-group.rounded-pill > .btn:first-child {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.btn-group.box-rounded > .btn:last-child {
  border-top-right-radius: var(--box-radius);
  border-bottom-right-radius: var(--box-radius);
}
.btn-group.box-rounded > .btn:first-child {
  border-top-left-radius: var(--box-radius);
  border-bottom-left-radius: var(--box-radius);
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-group.group-pills .btn + .btn {margin-left: 1px}

.btn-viber {background: #7F4CA0;}
.btn-viber:hover {background: #8d55b2;}

.btn-telegram {background: #159BC9}
.btn-telegram:hover {background: #17a8db}

/* ============== 
  Icons
================= */

.feather {
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
}
.f-icon {
  display: inline-block;
  line-height: 1;
}
.f-icon-6 { 
  width: .35rem !important; 
  height: .35rem !important;
}
.f-icon-8 { 
  width: .5rem !important; 
  height: .5rem !important;
}
.f-icon-10 { 
  width: .625rem !important; 
  height: .625rem !important;
}
.f-icon-12 { 
  width: .75rem !important; 
  height: .75rem !important; 
}
.f-icon-13 { 
  width: .813rem !important; 
  height: .813rem !important; 
}
.f-icon-14 { 
  width: .875rem !important; 
  height: .875rem !important; 
}
.f-icon-15 { 
  width: .938rem !important; 
  height: .938rem !important; 
}
.f-icon-16 { 
  width: 1rem !important; 
  height: 1rem !important; 
}
.f-icon-18 { 
  width: 1.125rem !important; 
  height: 1.125rem !important; 
}
.f-icon-20 { 
  width: 1.25rem !important; 
  height: 1.25rem !important; 
}
.f-icon-22 { 
  width: 1.375rem !important; 
  height: 1.375rem !important;
}
.f-icon-24 { 
  width: 1.5rem !important; 
  height: 1.5rem !important;
}
.f-icon-26 { 
  width: 1.625rem !important; 
  height: 1.625rem !important; 
}
.f-icon-28 { 
  width: 1.75rem !important; 
  height: 1.75rem !important; 
}
.f-icon-30 { 
  width: 1.875rem !important; 
  height: 1.875rem !important; 
}
.f-icon-32 { 
  width: 2rem !important; 
  height: 2rem !important; 
}
.f-icon-34 { 
  width: 2.125rem !important; 
  height: 2.125rem !important; 
}
.f-icon-36 { 
  width: 2.25rem !important; 
  height: 2.25rem !important; 
}
.f-icon-38 { 
  width: 2.375rem !important; 
  height: 2.375rem !important; 
}
.f-icon-40 { 
  width: 2.5rem !important; 
  height: 2.5rem !important; 
}
.f-icon-42 { 
  width: 2.625rem !important; 
  height: 2.625rem !important; 
}
.f-icon-44 { 
  width: 2.75rem !important; 
  height: 2.75rem !important; 
}
.f-icon-46 { 
  width: 2.875rem !important; 
  height: 2.875rem !important; 
}
.f-icon-48 { 
  width: 3rem !important; 
  height: 3rem !important; 
}
.f-icon-50 { 
  width: 3.125rem !important; 
  height: 3.125rem !important; 
}
.f-icon-52 { 
  width: 3.25rem !important; 
  height: 3.25rem !important; 
}
.f-icon-54 { 
  width: 3.375rem !important; 
  height: 3.375rem !important; 
}
.f-icon-56 { 
  width: 3.5rem !important; 
  height: 3.5rem !important; 
}
.f-icon-58 { 
  width: 3.625rem !important; 
  height: 3.625rem !important; 
}
.f-icon-60 { 
  width: 3.75rem !important; 
  height: 3.75rem !important; 
}
.f-icon-62 { 
  width: 3.875rem !important; 
  height: 3.875rem !important; 
}
.f-icon-64 { 
  width: 4rem !important; 
  height: 4rem !important; 
}
.f-icon-66 { 
  width: 4.125rem !important; 
  height: 4.125rem !important; 
}
.f-icon-68 { 
  width: 4.25rem !important; 
  height: 4.25rem !important; 
}
.f-icon-70 { 
  width: 4.375rem !important; 
  height: 4.375rem !important; 
}
.f-icon-72 { 
  width: 4.5rem !important; 
  height: 4.5rem !important; 
}

.is-hidden {display: none;}

.w-col-4xs{width: 120px !important;}
.w-col-3xs{width: 145px !important;}
.w-col-xxs{width: 190px !important;}
.w-col-xs{width: 220px !important;}
.w-col-s {width: 275px !important;}
.w-col-sm{width: 320px !important;}
.w-col-md{width: 360px !important;}
.w-col-mx{width: 375px !important;}
.w-col-ml{width: 400px !important;}
.w-col-lg{width: 420px !important;}
.w-col-xl{width: 460px !important;}
.w-col-2x{width: 520px !important;}

/* ============== 
  Typography
================= */

body {
    font-family: var(--font-body);
    color: var(--color-body);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .text-title, .section-title {
    color: var(--color-black);
    font-family: var(--font-header);
}

.section-title {font-size: 32px}
.section-subtitle {font-size: 21px}

@media only screen and (min-width: 768px) {
    .section-title {font-size: 36px}
    .section-subtitle {font-size: 22px}
}

@media only screen and (min-width: 992px) {
    .section-title {font-size: 38px}
    .section-subtitle {font-size: 24px}
}

@media only screen and (min-width: 1200px) {
    .section-title {font-size: 40px}
    .section-subtitle {font-size: 25px}
}

@media only screen and (min-width: 1400px) {
    .section-title {font-size: 42px}
}

.block-title {font-size: 34px}
.block-subtitle {font-size: 24px}

@media only screen and (min-width: 768px) {
    .block-title {font-size: 36px}
    .block-subtitle {font-size: 26px}
}

@media only screen and (min-width: 992px) {
    .block-title {font-size: 38px}
    .block-subtitle {font-size: 28px}
}

@media only screen and (min-width: 1400px) {
  .block-title {font-size: 40px}
  .block-subtitle {font-size: 30px}
}


.f-size-8  { font-size: .5rem !important; }
.f-size-10 { font-size: .625rem !important; }
.f-size-11 { font-size: .69rem !important; }
.f-size-12 { font-size: .75rem !important; }
.f-size-13 { font-size: .813rem !important; }
.f-size-14 { font-size: .875rem !important; }
.f-size-15 { font-size: .94rem !important; }
.f-size-16 { font-size: 1rem !important; }
.f-size-17 { font-size: 1.063rem !important; }
.f-size-18 { font-size: 1.125rem !important; }
.f-size-20 { font-size: 1.25rem !important; }
.f-size-21 { font-size: 1.313rem !important; }
.f-size-22 { font-size: 1.375rem !important; }
.f-size-24 { font-size: 1.5rem !important; }
.f-size-25 { font-size: 1.563rem !important; }
.f-size-26 { font-size: 1.625rem !important; }
.f-size-28 { font-size: 1.75rem !important; }
.f-size-30 { font-size: 1.875rem !important; }
.f-size-32 { font-size: 2rem !important; }
.f-size-34 { font-size: 2.125rem !important; }
.f-size-36 { font-size: 2.25rem !important; }
.f-size-38 { font-size: 2.375rem !important; }
.f-size-40 { font-size: 2.5rem !important; }

.fw-middle {font-weight: 500 !important}

.fw-semibold {font-weight: 600 !important}
.fw-extrabold {font-weight: 800 !important}

.bg-main {background: var(--color-main);}
.bg-grey-light {background: var(--color-light);}
.bg-dark-grey {background: var(--color-dark);}

.border-main {border-color: var(--color-main) !important;}

.text-main,
.text-main-hover:hover {
    color: var(--color-main) !important;
}
.text-body {color: var(--color-body);}
.text-default {color: var(--color-black);}
.text-light-alt {color: var(--color-light-alt);}
.text-grey {color: var(--color-grey);}

.btn-success {
    background: var(--color-main);
    border-color: var(--color-main);
    color: white
}
.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {background: var(--color-main-alt); border-color: var(--color-main-alt);}

.btn-outline-success {border-color: var(--color-main); color: var(--color-main);}
.btn-outline-success:hover {background: var(--color-main); border-color: var(--color-main);}

.btn-outline-success.text-default {color: inherit;}
.btn-outline-success.text-default:hover,
.btn-outline-success:hover .text-default {color: white;}


.nav .nav-link {color: inherit;}
.nav .nav-link:not(.active):hover {color: var(--color-main);}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--color-main);
}
.nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {
  background-color: var(--color-main-alt);
}

.main-logo img {height: 56px}

@media only screen and (min-width: 768px) {
   .main-logo img {height: 58px} 
}
@media only screen and (min-width: 992px) {
   .main-logo img {height: 64px} 
}
@media only screen and (min-width: 1200px) {
   .main-logo img {height: 68px} 
}

.main-phone {font-size: 23px; color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important;}

.nav-toggler {z-index: 999;}

.offcanvas-menu {
    top: 0;
    left: 0;
    width: 300px;
    transform: translateX(-100%);
    z-index: 1041;
}
@media only screen and (min-width: 992px) {
    .offcanvas-menu {
        position: relative;
        transform: none !important;
        width: 100%;
        visibility: visible !important;
    }
    .offcanvas-backdrop {display: none !important;}
}

/* Home Slider */


.bg-texture{
    background-image: linear-gradient(rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .97) 100%), url("/wp-content/themes/ejob/images/texture.jpg");
    background-repeat: no-repeat, repeat;
    background-position: left 0px top 0px, left 0px top 0px;
    background-size: auto, 645px auto;
    background-attachment: scroll, fixed;
}
.bg-texture.texture-light {
  background-image: linear-gradient(rgba(255, 255, 255, .91) 0%, rgba(255, 255, 255, .91) 100%), url("/wp-content/themes/ejob/images/texture.jpg");
}
.bg-texture.texture-light.mgt-0 {
  padding-bottom: 1rem !important;
}

.slider-image:before,
.slider-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
} 
.slider-image:after {
  z-index: 1;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 75%);
}

.main-slider .carousel-indicators [data-bs-target] {
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;

  background-color: #8d8b8b;
}

.main-slider .carousel-indicators [data-bs-target]:hover {
  opacity: 1;
}

.main-slider .carousel-indicators .active {
  background-color: var(--color-main);
  opacity: 1;
}

.image-figure img {
  object-fit: cover;
}

.carousel-indicators {
    left: auto;
}

.carousel-btn-group .btn {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
}

.carousel-btn-group .btn-prev:hover .nav-icon {transform: translateX(-5px);}
.carousel-btn-group .btn-next:hover .nav-icon {transform: translateX(5px);}

.owl-carousel button.owl-dot {
    width: 16px;
    height: 5px;
    background: #cccccc;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl-carousel button.owl-dot.active {
    background: var(--color-main);
    width: 30px;
}
.owl-carousel button.owl-dot + button.owl-dot {margin-left: 8px}

.owl-carousel .owl-dots {
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  pointer-events: auto;
  cursor: pointer;
  width: 85px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.owl-carousel .owl-nav button.owl-next {margin-left: 20px}

.owl-carousel .owl-nav .nav-icon{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all .3s ease;
  height: 100%;
  overflow: hidden;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next .nav-icon{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 25px;
}
.owl-carousel .owl-nav button.owl-next:hover .nav-icon{margin-right: 0px;}

.owl-carousel .owl-nav button.owl-prev .nav-icon {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 25px;
}

.owl-carousel .owl-nav button.owl-prev:hover .nav-icon{margin-left: 0px;}

.owl-carousel .owl-nav button path{fill: #a2a2a2;}
.owl-carousel .owl-nav button:hover path{fill: var(--color-main);}


.c-flag {border: 1px dashed #e8e8e8; }
.c-flag-title {font-size: 18px}

.has-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}
.has-underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px solid var(--color-main);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.has-underline:hover:after {width: 0}

.has-underline.line-dashed:after {
    border-bottom: 1px dashed var(--color-main);
}

.title-block-1 {font-size: 20px;}
.title-block-2 {font-size: 30px; font-weight: 700; line-height: 1.4}
.title-block-3 {font-size: 21px;}

@media only screen and (min-width: 576px) {
    .title-block-1 {font-size: 22px;}
    .title-block-2 {font-size: 32px; font-weight: 800}
    .title-block-3 {font-size: 24px;}
}
@media only screen and (min-width: 768px) {
    .title-block-1 {font-size: 22px;}
    .title-block-2 {font-size: 34px;}
    .title-block-3 {font-size: 24px;}
}
@media only screen and (min-width: 992px) {
    .title-block-1 {font-size: 24px;}
    .title-block-3 {font-size: 26px;}
}
@media only screen and (min-width: 1200px) {
    .title-block-1 {font-size: 24px;}
    .title-block-2 {font-size: 36px;}
    .title-block-3 {font-size: 28px;}
}
@media only screen and (min-width: 1400px) {
    .title-block-1 {font-size: 26px;}
    .title-block-2 {font-size: 38px;}
    .title-block-3 {font-size: 30px;}
}

.form-control-banner {border-bottom: 1px solid rgba(255, 255, 255, .5) !important;}
.form-control-banner:focus {border-bottom: 1px solid rgba(255, 255, 255, 1) !important;}
.form-control.text-white::placeholder {color: #fff}

.btn-banner-info{width: 100%;}

@media only screen and (min-width: 576px) {
    .btn-banner-info{width: auto;}
}

@media only screen and (min-width: 1200px) {
    .main-banner-info {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
    }
    .m-banner-info {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    } 
}

.block-shadow,
.blocklist-item {
    box-shadow: 0px 34px 19px -32px #c6c6c6;
    color: var(--color-body) !important;
}

.blocklist-item .block-icon{ opacity: .4 }
.blocklist-item:hover .block-icon{ filter: brightness(0%) invert(100%); opacity:1; }


.flag-image {min-height: 150px;}


.flag-cnt {font-size: 1.625rem;}

@media only screen and (min-width: 992px) {
    .flag-cnt {font-size: 1.75rem;}
}

.benefit-cnt {font-size: 2rem}
.benefit-cnt-label {font-size: 1.2rem}

@media only screen and (min-width: 768px) {
    .benefit-cnt {font-size: 2.2rem}
}

.image-has-overlay:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .18);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.image-has-overlay.black-overlay:after {
    background: linear-gradient(0deg, rgba(0,0,0,.5) 20%, rgba(0,0,0,0) 75%);
}

.on-hover-overlay:hover .image-has-overlay:after{opacity: 0;}

.has-main-shadow {
    box-shadow: 0px 14px 16px -13px var(--color-main);
}


.box-hover-btn-active:hover .btn-outline-success {background: var(--color-main); color: #fff}
.box-hover-btn-active:hover .btn-outline-success:hover {background: var(--color-main-alt);}

.btn-outline-success:hover .text-main {color: inherit !important;}


.pb-section-max {padding-bottom: 13rem;}
.mt-section-up {margin-top: -8.75rem;}
.mgt-0 .mt-section-up {margin-top: 0rem;}

.v-spec-photo {max-height: 210px;}
.v-spec-photo .w-100  {height: 100% !important; object-fit: cover;}

.benefit-photo {max-height: 200px;}

.spec-badge {height: 26px}

.spec-icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.step-icon-wrap {
    min-height: 74px;
    font-size: 54px;
}

@media only screen and (min-width: 1200px) {
   .step-icon-wrap {font-size: 60px;} 
}

.owl-brand-carousel .owl-item {height: 90px;}

.owl-brand-carousel .owl-nav {margin-top: 20px}

.brand-logo-icon {
    max-height: 28px;
    max-width: 158px;
    opacity: .65;
}

.question-item {font-size: 16px}

@media only screen and (min-width: 992px) {
    .question-item {font-size: 18px} 
}
@media only screen and (min-width: 1200px) {
    .question-item {font-size: 20px} 
}

.question-item.accordion-button:hover,
.question-item.accordion-button:not(.collapsed) {
  color: var(--color-main);
}
.question-item.accordion-button:not(.collapsed) {
    background-color: var(--color-light);
}

.about-banner {max-height: 255px}

.years-cnt {font-size: 74px}
.years-cnt-label-1 {font-size: 30px}
.years-cnt-label-2 {font-size: 22px}

@media only screen and (min-width: 576px) {
    .years-cnt {font-size: 78px}
    .years-cnt-label-2 {font-size: 24px}
}

@media only screen and (min-width: 768px) {
   .years-cnt {font-size: 82px}
    .years-cnt-label-1 {font-size: 32px}
    .years-cnt-label-2 {font-size: 26px} 
}

@media only screen and (min-width: 1200px) {
   .years-cnt {font-size: 84px}
    .years-cnt-label-2 {font-size: 28px} 
}


.review-photo {
    width: 142px;
    height: 142px;
}

.plane-icon {max-width: 125px}



/* CallBack Widget*/

.Widget {
  margin-bottom: 20px;
  margin-right: 20px;
  left: auto;
  z-index: 1050;
}
@media only screen and (min-width: 768px) {
  .Widget {
    margin-bottom: 35px;
    margin-right: 45px;
  }
}

.WidgetBtn {
  transform: scale(1);
  transition: transform 0.3s;
  height: 90px;
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .WidgetBtn {
    height: 104px;
    width: 104px;
  }
}

.WidgetBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #8bc34a;
    opacity: 0.2;
}

.WidgetBtn_block {
    background: #8bc34a;
    box-sizing: border-box;
    opacity: 0.85;
}
@media only screen and (min-width: 768px) {
  .WidgetBtn_block {
    opacity: 1;
  }
}

.WidgetBtn_msgCount {
  opacity: 0;
  transition: opacity .6s ease-out;
}

.WidgetBtn-msgCountVisible .WidgetBtn_msgCount {opacity: 1;}


.WidgetBtn_icons {
  transition: 0.6s;
  transform-style: preserve-3d;
}
.WidgetBtn_icons .WidgetBtn_icon {background: #8bc34a;}
.WidgetBtn_icons.Flip {transform: rotateY(180deg);}
.WidgetBtn_icons.Flip .WidgetBtn_icon-back {opacity: 1;}


.WidgetBtn_icon {
    opacity: 0;
    transition: opacity 0.6s ease-out;
    animation: socialRotateBack 0.4s;
}
.WidgetBtn_icon-back {transform: rotateY(180deg);}
.WidgetBtn_icon-close {display: none;}
.WidgetBtn_icon-close svg {
  width: 28px;
  height: 28px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org%E2%80%A6.57%204.418%204.42%209.58-9.577%209.58%209.58%204.42-4.42%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
}

@-webkit-keyframes socialRotateBack {0% {transform: rotate(90deg);} 100% {transform: rotate(0deg);}}
@keyframes socialRotateBack {0% {transform: rotate(90deg);} 100% {transform: rotate(0deg);}}

.WidgetBtn_icon-active {opacity: 1;}

.WidgetBtn_icons.icon-style-2 {transform: rotateY(180deg);}
.WidgetBtn_icons.icon-style-3 {transform: rotateY(360deg);}


.Widget_text {
  position: fixed;
  z-index: 100;
  bottom: 150px;
    right: 75px;
  background: #8bc34a;
  color: #ffffff;
  border-radius: 5px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.9s;
}
.Widget_text:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #8bc34a transparent transparent transparent;
}
.Widget_text-show {opacity: 0.85;}

@media only screen and (max-width: 768px) {
  .Widget_text-show {opacity: 0.5;}
}

.Widget_text-hide {opacity: 0;}

@media only screen and (max-width: 768px) {
  .Widget_text {display: none;}
}


.Widget-overlay {visibility: hidden; z-index: 1050}
.Widget-overlayHide {animation: hidden 0.3s linear forwards;}

@-webkit-keyframes hidden {
  0% {opacity: 1;visibility: visible;}
  50% {opacity: 1;}
  99.999% {visibility: visible;}
  100% {opacity: 0;visibility: hidden;}
}
@keyframes hidden {
  0% {opacity: 1;visibility: visible;}
  50% {opacity: 1;}
  99.999% {visibility: visible;}
  100% {opacity: 0; visibility: hidden;}
}

.Widget-overlayShow {
  animation: show 0.3s linear forwards;
  background: rgba(0, 0, 0, .55);
}

@-webkit-keyframes show {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1; visibility: visible;}
}
@keyframes show {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;visibility: visible;}
}


.Widget-open .WidgetBtn_icon-close {
  display: flex;
  animation: socialRotate 0.4s;
  opacity: 1;
}

@-webkit-keyframes socialRotate {
  0% {transform: rotate(-90deg);}
  100% {transform: rotate(0deg);}
}
@keyframes socialRotate {
  0% {transform: rotate(-90deg);}
  100% {transform: rotate(0deg);}
}

.Widget-open .WidgetBtn_block {
  background: #d2d2d2 !important;
  transition: background 0.3s linear;
}
.Widget-open .WidgetBtn:before {
  background: #d1d1d1 !important;
  transition: background 0.3s linear;
}
.Widget-open .WidgetBtn_icons {
  opacity: 0;
  transition: 0s;
}


.Widget-open .WidgetBtn .WidgetBtn_msgCount {
  display: none !important;
}

.Widget-open .WidgetBtn {
  transform: scale(0.85);
  transition: transform 0.3s linear;
}


.Widget_socButtons {
  display: none;
}

.Widget-open .Widget_socButtons {
  display: flex;
  animation: bottomOpen 0.3s;
  visibility: visible;
}

@-webkit-keyframes bottomOpen {
  0% {opacity: 0; transform: translate(0, 20px);}
  100% {opacity: 1; transform: translate(0, 0);}
}
@keyframes bottomOpen {
  0% {opacity: 0; transform: translate(0, 20px);}
  100% {opacity: 1; transform: translate(0, 0);}
}

.WidgetBtn_pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #8bc34a;
    border-radius: 50%;
}

.WidgetBtn_pulse-animate {
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

@-webkit-keyframes widgetPulse{
    50%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(2,2);transform:scale(2,2);opacity:0}
}
@keyframes widgetPulse{
    50%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(2,2);transform:scale(2,2);opacity:0}
}
.Widget-open .WidgetBtn_pulse {
  display: none;
}


.SocBtn {
  cursor: pointer;
  transition: 0.2s;
}
.SocBtn:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.SocBtn_iconWrapper {
  background-color: #8BC34A;
}
.SocBtn_iconWrapper-telegram {
  background-color: #2fc6f6;
}
.SocBtn_iconWrapper-viber {
  background-color: #995aca;
}


.SocBtn_label {
  left: -10px;
  max-width: 320px;
  transform: translate(-100%, -50%);
  animation: show 0.5s linear forwards;
  display: none;
}

.Widget-open .SocBtn_label {
  display: block;
}
.Widget-open .SocBtn_label_break {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .Widget-open .SocBtn_label_break {
    display: block;
  }
}


@-webkit-keyframes shake {0%, to {transform: translateZ(0)} 10%, 30%, 50%, 70%, 90% {transform: translate3d(-10px, 0, 0)} 20%, 40%, 60%, 80% {transform: translate3d(10px, 0, 0)}}
@-moz-keyframes shake {0%, to {transform: translateZ(0)} 10%, 30%, 50%, 70%, 90% {transform: translate3d(-10px, 0, 0)} 20%, 40%, 60%, 80% {transform: translate3d(10px, 0, 0)}}
@keyframes shake {0%, to {transform: translateZ(0)} 10%, 30%, 50%, 70%, 90% {transform: translate3d(-10px, 0, 0)} 20%, 40%, 60%, 80% {transform: translate3d(10px, 0, 0)}}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.form-control:focus {border-color: var(--color-main);}

.form-control.has-error:focus, .form-control.has-error {
    box-shadow: none;
    border-color: red !important; 
}

/* Modal */


.animated-modal {
    max-width: 425px;
    transform: translateY(-120px);
    transition: all .5s;
    cursor: default !important;
}

.animated-modal .fancybox-close-small{
    opacity: 1;
    border-radius: 35px;
    background: var(--color-main) url(/wp-content/themes/ejob/images/x.svg) no-repeat center center / 68%;
    margin: 8px;
}
.animated-modal .fancybox-close-small *{display: none;}


.animated-modal .animated-slate {
    transform: translateY(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .5s;
}
/* Final state */

.fancybox-slide--current .animated-modal, .fancybox-slide--current .animated-slate {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .5s;
}
/* Reveal content with different delays */

.fancybox-slide--current .animated-modal .animated-slate.delay-1s {transition-delay: .1s;}
.fancybox-slide--current .animated-modal .animated-slate.delay-2s {transition-delay: .2s;}
.fancybox-slide--current .animated-modal .animated-slate.delay-3s {transition-delay: .3s;}
.fancybox-slide--current .animated-modal .animated-slate.delay-4s {transition-delay: .4s;}
.fancybox-slide--current .animated-modal .animated-slate.delay-5s {transition-delay: .5s;}
.fancybox-slide--current .animated-modal .animated-slate.delay-6s {transition-delay: .6s;}

@-webkit-keyframes progressFill {from {background-position: right bottom;} to {background-position: left bottom;}}
@-moz-keyframes progressFill {from {background-position: right bottom;} to {background-position: left bottom;}}
@keyframes progressFill {from {background-position: right bottom;} to {background-position: left bottom;}}

.btn.is-loading, .btn.is-loading:hover {
    background: linear-gradient(to right, var(--color-main) 50%, #212529 50%);
    background-size: 200% 100%;
    animation: progressFill 6s -.1s ease-in-out forwards;
    color: #fff;
    border-color: #212529;
}

/* Vacancies */
.list-group-flush ul{
  margin: 0px;
  padding: 0px;
}
.list-group-flush ul li{
  position: relative;
  list-style-type: none;
  padding: 0rem 0px .5rem 15px;
}
.list-group-flush ul li::before{
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  width: 5px;
  height: 5px;
  background: var(--color-main);
  border-radius: 50%;
  content: "";
}



.wpcf7-form p{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form label{
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.wpcf7-form .wpcf7-form-control{
  border: 0px;
  border-bottom: 2px solid #ced4da;
  outline: 0;
  font-size: 1rem;
  padding: 0.75rem 0px;
  color: #212529;
}
.wpcf7-form .wpcf7-form-control:focus{
  border-color: var(--color-main);
}
.wpcf7-form i,
.wpcf7-form svg{
  margin-right: .5rem;
}
.wpcf7-form input[type="submit"]{
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 50rem;
  cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover{
  background: var(--color-main-alt);
  border-color: var(--color-main-alt);
}

.bg-texture .wpcf7-form p{
  flex-direction: row;
  height: 58px;
}
.bg-texture .wpcf7-form i,
.bg-texture .wpcf7-form svg{
  margin-right: 1rem;
  margin-top: 18px;
}
.bg-texture .wpcf7-form label{
  display: flex;
}
.bg-texture .wpcf7-form .wpcf7-form-control[type="tel"]{
  max-width: 260px;
  background: transparent;
  color: #fff;
  font-size: 1.125rem;
  margin-right: 1rem;
  opacity: 1;
}

#aboutSection .wpcf7-form label,
#aboutSection .wpcf7-form p{
  position: relative;
  width: 100%;
  align-items: flex-start;
}
#aboutSection .wpcf7-form .wpcf7-form-control{
  max-width: 442px;
  width: 100%;
  padding-left: 50px;
  height: 59px;
  border-radius: 50rem;
  font-size: 1.125rem;
}
#aboutSection .wpcf7-form svg,
#aboutSection .wpcf7-form i{
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 1;
}
#aboutSection .wpcf7-form input[type="submit"]{
  width: auto;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#aboutSection .wpcf7-form input[type="submit"]:hover{
  background-color: #1c1f23;
  border-color: #1a1e21;
}


.uacf7-multisetp-form .step-content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.uacf7-multisetp-form .wpcf7-form-control{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 0px;
}
.uacf7-multisetp-form button{
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	border: 0px;
	cursor: pointer;
	padding: 0.5rem 1rem !important;
	border-radius: 50rem !important;
}
.uacf7-multisetp-form button:hover{
	background: var(--color-main-alt);
	border-color: var(--color-main-alt);
}
.uacf7-multisetp-form p{
	flex-direction: row !important;
	justify-content: space-between !important;
}

.wpcf7-form-control{
	max-width: 100%;
}
.uacf7-form-64{
	display: flex;
	flex-direction: column;
	align-items: center;
}