.azen-jobook-tabs {
  margin-bottom: 60px;
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: flex-start;
  -khtml-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-box-align: flex-start;
  box-align: flex-start;
  -webkit-box-align: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -o-box-align: end;
  box-align: end;
  -ms-flex-align: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -khtml-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 75px;
  background-color: transparent;
}
@media (max-width: 680px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice {
    display: block;
  }
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 680px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item {
    display: block;
    padding-bottom: 75px;
  }
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
    padding-bottom: 0;
  }
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
  position: relative;
  display: inline-block;
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a > div {
  position: relative;
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a > div img {
  all: initial;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
  max-height: 140px;
}
@media (max-width: 991px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a > div img {
    max-width: 80px;
  }
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a > div:before {
  display: block;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 1px;
  height: 1px;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item span {
  position: absolute;
  top: 50%;
  right: -27px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 680px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item span {
    top: calc(50% + 25px);
    left: calc(50% - 25px);
    right: inherit;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item span img {
  max-width: 55px;
  max-height: 55px;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item span img {
    max-width: 35px;
    max-height: 35px;
  }
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item .azen-triangle {
  display: none;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(100% + 60px);
  -webkit-transform: translate(-50%, 100%);
  -khtml-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:last-child span img {
  display: none;
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a > div:before {
  box-shadow: 0px 0px 100px 80px rgba(255, 153, 153, 0.5);
}
.azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active .azen-triangle {
  display: block;
}
@media (max-width: 680px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active .azen-triangle {
    display: none;
  }
}
.azen-jobook-tabs .azen-general .az-tabs .azen-variants {
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 89px 97px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 20px rgba(255, 153, 153, 0.2);
}
@media (max-width: 580px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-variants {
    padding: 59px 67px;
  }
}
@media (max-width: 400px) {
  .azen-jobook-tabs .azen-general .az-tabs .azen-variants {
    padding: 29px 37px;
  }
}
.azen-jobook-tabs-1 {
  text-align: center;
  margin-bottom: 80px;
}
.azen-jobook-tabs-1 .azen-general {
  text-align: left;
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 5px;
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item {
    display: block;
    margin-right: 0;
  }
  .azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item:first-child a {
    border-radius: 8px 8px 0 0;
  }
  .azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item:nth-child(n + 2) a {
    border-radius: 0;
  }
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item a {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item a {
  display: inline-block;
  font-family: "Poppins";
  background-color: #ff0000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 30px 16px 30px;
  border-radius: 8px 8px 0 0;
  transition: none;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item a {
    display: block;
  }
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
  background-color: transparent;
  border-top: 3px solid #ff0000;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
    border-top: 0;
    border-radius: 0;
  }
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 30px 16px 30px;
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-variants {
  border-radius: 0 8px 8px 8px;
  background-color: #ffffff;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-1 .azen-general .az-tabs .azen-variants {
    border-radius: 0 0 8px 8px;
  }
}
.azen-jobook-tabs-1 .azen-general .az-tabs .azen-variants .azen-variants-item {
  display: table;
  padding: 33px 40px 42px 40px;
  width: 100%;
  box-sizing: border-box;
}
.azen-jobook-tabs-2 {
  text-align: center;
  margin-bottom: 80px;
}
.azen-jobook-tabs-2 .azen-general {
  text-align: left;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:before {
  background-color: #d8d8d8;
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:after {
  background-color: transparent;
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:first-child:not(.az-active):before {
  background-color: transparent;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:first-child:not(.az-active) a {
  border-radius: 8px 0 0 0;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:first-child.az-active:before {
  background-color: transparent;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:first-child.az-active a {
  border-radius: 8px 0 0 0;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:last-child a {
  border-radius: 0 8px 0 0;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item {
    display: block;
  }
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:before,
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:after {
    display: none;
  }
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:first-child a {
    border-radius: 8px 8px 0 0;
  }
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item:nth-child(n + 2) a {
    border-radius: 0;
  }
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item a {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item a {
  display: inline-block;
  font-family: "Poppins";
  background-color: #e5e5e5;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 28px 16px 28px;
  word-spacing: 2.5px;
  transition: none;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item a {
    display: block;
  }
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
  background-color: transparent;
  border-right: 0;
  position: relative;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active:first-child a {
  border-radius: 8px 0 0 0;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
    border-top: 0;
    border-radius: 0;
  }
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a {
  background-color: #ffffff;
  color: #ff0000;
  position: relative;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a:before {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 0 0 8px 8px;
  left: 28px;
  right: 28px;
  top: 0;
  background-color: #ff0000;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active + .azen-choice-item:before {
  background-color: transparent;
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-variants {
  border-radius: 0 8px 8px 8px;
  background-color: #ffffff;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-2 .azen-general .az-tabs .azen-variants {
    border-radius: 0 0 8px 8px;
  }
}
.azen-jobook-tabs-2 .azen-general .az-tabs .azen-variants .azen-variants-item {
  display: table;
  padding: 33px 40px 42px 40px;
  width: 100%;
  box-sizing: border-box;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item a {
  word-spacing: 0;
  letter-spacing: 0.6px;
  padding: 18px 34px 16px 34px;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item a:before {
  height: 6px;
  border-radius: 8px 0 0 8px;
  z-index: 1;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item a:after {
  content: "";
  position: absolute;
  background-color: transparent;
  border-radius: 8px 0 0 0;
  height: 4px;
  left: 0;
  right: 0;
  top: 3px;
  z-index: 2;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item:last-child.az-active a:before {
  border-radius: 0 8px 8px 0;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item:last-child.az-active a:after {
  border-radius: 0 8px 0 0;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item:not(:first-child) a:before,
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item:not(:first-child) a:after {
  border-radius: 8px;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a:before {
  left: 0;
  right: 0;
}
.azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a:after {
  background-color: #ffffff;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a:before,
  .azen-jobook-tabs-2[data-alternative-styles="true"] .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a:after {
    border-radius: 8px;
  }
}
.azen-jobook-tabs-3 {
  text-align: center;
  margin-bottom: 80px;
}
.azen-jobook-tabs-3 .azen-general {
  text-align: left;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice {
  margin-bottom: 21px;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin-right: 40px;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item {
    display: block;
    margin: 0 0 15px 0;
  }
  .azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
    margin: 0;
  }
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item a {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item a {
  display: inline-block;
  font-family: "Poppins";
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: none;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item a {
    display: block;
  }
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item .azen-triangle {
  display: none;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(100% + 13px);
  -webkit-transform: translate(-50%, 100%);
  -khtml-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
  background-color: transparent;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active .azen-triangle {
  display: block;
}
@media (max-width: 680px) {
  .azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active .azen-triangle {
    display: none;
  }
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a {
  color: #ff0000;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-variants {
  border-radius: 8px;
  background-color: #ffffff;
}
.azen-jobook-tabs-3 .azen-general .az-tabs .azen-variants .azen-variants-item {
  display: table;
  padding: 37px 40px 42px 40px;
  width: 100%;
  box-sizing: border-box;
}
.azen-jobook-accordion-1 {
  margin-bottom: 80px;
}
.azen-jobook-accordion-1 .azen-general {
  margin-bottom: 5px;
}
.azen-jobook-accordion-1 .azen-general:last-child {
  margin-bottom: 0;
}
.azen-jobook-accordion-1 .azen-general .azen-title {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
  text-transform: capitalize;
  font-family: "Poppins";
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  padding: 18px 80px 18px 40px;
  position: relative;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.azen-jobook-accordion-1 .azen-general .azen-title .azen-square {
  position: absolute;
  z-index: 1;
  margin-right: 34px;
  right: 0;
  top: 50%;
}
.azen-jobook-accordion-1 .azen-general .azen-title .azen-square:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 2px;
  width: 10px;
  background-color: #888888;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.azen-jobook-accordion-1 .azen-general .azen-title .azen-square:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 10px;
  width: 2px;
  background-color: #888888;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.azen-jobook-accordion-1 .azen-general .azen-content {
  padding: 33px 40px 43px 40px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.azen-jobook-accordion-1 .az-active {
  box-shadow: 0px 0px 90px 0px rgba(255, 153, 153, 0.4);
}
.azen-jobook-accordion-1 .az-active .azen-title {
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.azen-jobook-accordion-1 .az-active .azen-title .azen-square:before {
  display: none;
}
.azen-jobook-accordion-1 .az-active .azen-title .azen-square:after {
  background-color: #ffffff;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .azen-general {
  position: relative;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .azen-general:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 13px;
  bottom: 13px;
  left: 0;
  background-color: transparent;
  width: 3px;
  border-radius: 0 8px 8px 0;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .azen-general .azen-content {
  padding: 11px 40px 41px 40px;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .az-active:before {
  background-color: #ff0000;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .az-active .azen-title {
  background-color: #ffffff;
  color: #ff0000;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .az-active .azen-title .azen-square:before {
  display: none;
}
.azen-jobook-accordion-1[data-alternative-styles="true"] .az-active .azen-title .azen-square:after {
  background-color: #ff0000;
}
.azen-jobook-accordion-2 {
  margin-bottom: 80px;
}
.azen-jobook-accordion-2 .azen-general {
  margin-bottom: 5px;
}
.azen-jobook-accordion-2 .azen-general:last-child {
  margin-bottom: 0;
}
.azen-jobook-accordion-2 .azen-general .azen-title {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
  text-transform: capitalize;
  font-family: "Poppins";
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  padding: 18px 80px 18px 40px;
  position: relative;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: #eaeaea;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.azen-jobook-accordion-2 .azen-general .azen-title .azen-square {
  position: absolute;
  z-index: 1;
  margin-right: 34px;
  right: 0;
  top: 50%;
}
.azen-jobook-accordion-2 .azen-general .azen-title .azen-square:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 2px;
  width: 10px;
  background-color: #888888;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.azen-jobook-accordion-2 .azen-general .azen-title .azen-square:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 10px;
  width: 2px;
  background-color: #888888;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.azen-jobook-accordion-2 .azen-general .azen-title .azen-triangle {
  display: none;
  position: absolute;
  left: 40px;
  top: calc(100% - 4px);
  -webkit-transform: translate(-50%, 100%);
  -khtml-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 230, 230, 0.5);
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.azen-jobook-accordion-2 .azen-general .azen-content {
  padding: 38px 40px 42px 40px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.azen-jobook-accordion-2 .az-active {
  box-shadow: 0px 0px 90px 0px rgba(255, 153, 153, 0.4);
}
.azen-jobook-accordion-2 .az-active .azen-title {
  background-color: #222222;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.azen-jobook-accordion-2 .az-active .azen-title .azen-square:before {
  display: none;
}
.azen-jobook-accordion-2 .az-active .azen-title .azen-square:after {
  background-color: #ff0000;
}
.azen-jobook-accordion-2 .az-active .azen-title .azen-triangle {
  display: block;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general {
  margin-bottom: 0;
  position: relative;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general .azen-content {
  padding: 18px 40px 42px 40px;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #d8d8d8;
  z-index: 2;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 2;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general:first-child.az-active:before,
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general:first-child.az-active:after {
  background-color: transparent;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general:first-child:not(.az-active):before,
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general:first-child:not(.az-active):after {
  background-color: transparent;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general.az-active:not(:first-child):before,
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general.az-active:not(:first-child):after {
  background-color: transparent;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general.az-active + .azen-general:before,
.azen-jobook-accordion-2[data-alternative-styles="true"] .azen-general.az-active + .azen-general:after {
  background-color: transparent;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .az-active .azen-title {
  background-color: #ffffff;
  color: #ff0000;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .az-active .azen-title .azen-square:before {
  display: none;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .az-active .azen-title .azen-square:after {
  background-color: #ff0000;
}
.azen-jobook-accordion-2[data-alternative-styles="true"] .az-active .azen-title .azen-triangle {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
  position: absolute;
  z-index: 3;
  top: -80px;
  left: 0;
  bottom: 0;
  width: calc(50% + 36px);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -khtml-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-position: bottom center;
    width: 100%;
    height: 478px;
  }
}
@media (max-width: 590px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
    background-size: contain;
    height: 360px;
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
    height: 320px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
    height: 280px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
    height: 240px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-left-part {
    height: 200px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general {
  position: relative;
  z-index: 2;
  padding: 160px 0 74px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -khtml-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    padding: 20px 0 0 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part {
  width: calc(50% - 28px);
  float: right;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part {
    width: 100%;
    float: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  color: #333333;
}
@media (max-width: 610px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-title {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-title {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 18px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-button-part {
  margin: 0 -20px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-button-part {
    margin: 0;
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-button-part a {
  display: inline-block;
  max-height: 54px;
  margin: 20px;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-button-part a img {
  max-height: 54px;
  max-width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general .azen-right-part .azen-button-part a:hover {
  box-shadow: 0px 0px 50px 20px rgba(255, 153, 153, 0.2);
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook .azen-general:after {
  display: table;
  clear: both;
  content: "";
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general {
  padding: 120px 0;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  letter-spacing: 0.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .azen-introduction {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 41px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) .azen-item {
  background-color: rgba(198, 76, 14, 0.118);
  box-shadow: 0px 0px 0px 0px transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) .azen-item .azen-text {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) .azen-item .azen-person-info .azen-name {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-shadow-wrapper {
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 20px 40px 20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-shadow-h {
  height: 33px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item {
  padding: 70px 40px 39px 40px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 15px 90px 0px rgba(255, 153, 153, 0.5);
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-photo {
  position: absolute;
  left: 40px;
  top: -23px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-photo img {
  border-radius: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 70px;
  height: 70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  line-height: 1.75;
  text-align: left;
  font-size: 14px;
  color: #000000;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-person-info {
  position: relative;
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-person-info .azen-name {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  color: #ff0000;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-person-info .azen-profession {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  line-height: 1.75;
  font-size: 12px;
  color: #999999;
  text-transform: capitalize;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-person-info .azen-quote {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-person-info .azen-quote span:before {
  color: rgba(255, 138, 138, 0.3);
  font-size: 40px;
}
@media (max-width: 360px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item .azen-person-info .azen-quote {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-dots {
  position: relative;
  display: block;
  line-height: 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-dots .az-owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: #cccccc;
  margin: 1px 5px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-candidates .azen-general .az-carousel.az-owl-carousel .az-owl-dots .az-owl-dot.active {
  background-color: #ff0000;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies {
  position: relative;
  /*        &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: mix(fade(spin(@brand-color, 20), 10%), @black, 98%);
                    z-index: 1;
                }*/
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general {
  padding: 119px 0 116px;
  text-align: center;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .azen-introduction {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 41px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer {
  margin-bottom: 36px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item {
  position: relative;
  left: -144.5px;
  line-height: 100px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item {
    left: -235px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item {
    left: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  height: 40px;
  width: 2px;
  background-color: #cccccc;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:first-child:after {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item {
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item .azen-item img {
  max-height: 100%;
  max-width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.active):after {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.active) + .az-owl-item.active:after {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-dots {
  position: relative;
  display: inline-block;
  width: 200px;
  line-height: 20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-dots .az-owl-dot {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: #cccccc;
  margin: 0 5px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-dots .az-owl-dot.active {
  background-color: #ff0000;
  -webkit-transform: scale(1.3);
  -khtml-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(100% - 10px);
  display: block;
  width: 278px;
  height: 20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-prev,
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-next {
  display: inline-block;
  position: absolute;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-prev span,
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-next span {
  width: 20px;
  height: 20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-prev span:before,
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-next span:before {
  color: #999999;
  font-family: "FontAwesome";
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-next:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-prev {
  left: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-prev span:before {
  content: "\f177";
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-next {
  right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-slider-companies .azen-general .az-carousel.az-owl-carousel .az-owl-nav .az-owl-next span:before {
  content: "\f178";
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general {
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-text {
  display: block;
  margin-bottom: 34px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-text span {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  display: block;
  line-height: 1.75;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-text span:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-button {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-button a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  word-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 0 0;
  text-transform: capitalize;
  color: rgba(255, 245, 245, 0.9);
  line-height: 17px;
  border-bottom: 1px solid rgba(255, 245, 245, 0.9);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-button span:before {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #888888;
  font-size: 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-button:hover a {
  color: #ff0000;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more .azen-general .azen-button:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more[data-darken-background="false"] .azen-general .azen-button a {
  color: #888888;
  border-bottom: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more[data-darken-background="false"] .azen-general .azen-button span:before {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #888888;
  font-size: 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more[data-darken-background="false"] .azen-general .azen-button:hover a {
  color: #ff0000;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-content-read-more[data-darken-background="false"] .azen-general .azen-button:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general {
  display: table;
  width: 100%;
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column {
  display: table-cell;
  width: 50%;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column:last-child {
    margin-bottom: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 16px;
  color: #fff0f0;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a {
  display: block;
  margin-bottom: 14px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a .az-icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 16px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a .az-icon:before {
  display: block;
  padding-top: 2px;
  font-size: 9px;
  color: rgba(255, 245, 245, 0.9);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a .azen-link-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 245, 245, 0.9);
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a:hover .az-icon:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link .azen-general .azen-column .azen-item a:hover .azen-link-text {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link[data-darken-background="false"] .azen-general .azen-column .azen-title {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link[data-darken-background="false"] .azen-general .azen-column .azen-item a .az-icon:before {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link[data-darken-background="false"] .azen-general .azen-column .azen-item a .azen-link-text {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link[data-darken-background="false"] .azen-general .azen-column .azen-item a:hover .az-icon:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-column-icon-link[data-darken-background="false"] .azen-general .azen-column .azen-item a:hover .azen-link-text {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section {
  position: relative;
  z-index: 6;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general {
  position: relative;
  padding: 26px 0;
  width: 100%;
  display: table;
  border-top: 2px solid #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part {
  text-align: left;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category {
    margin-bottom: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category a {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin: 14px 30px 14px 0px;
  line-height: 1;
  word-spacing: 1.5px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category a {
    margin: 7px 14px 7px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category a:before {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: -42px;
  left: 0;
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 0 0 2px 2px;
  background-color: #ff0000;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category a:hover {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-left-part .azen-category a:hover:before {
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    line-height: 16px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part .azen-text .azen-info-text {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part .azen-text a {
  margin-left: 5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part .azen-text a span {
  color: rgba(255, 245, 245, 0.9);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-under-footer-section .azen-general .azen-right-part .azen-text a:hover span {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-social-icons {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-social-icons .azen-general {
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-jobook-social-icons .azen-general .azen-social-logo a {
  display: inline-block;
  margin: 5px 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-social-icons .azen-general .azen-social-logo a span:before {
  color: #525252;
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-social-icons .azen-general .azen-social-logo a:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-social-icons .azen-general .azen-social-logo a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part .az-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part .az-icon:before {
  color: #ff0000;
  font-size: 18px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part .azen-number,
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part .azen-schedule {
  font-family: "Poppins";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part .azen-number {
  color: rgba(255, 245, 245, 0.9);
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-right: 3px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-phone-part .azen-schedule {
  color: #888888;
  font-weight: 500;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-mail-part {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-mail-part {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-mail-part .azen-mail {
  font-family: "Poppins";
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-mail-part .az-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-mail-part .az-icon:before {
  color: #ff0000;
  font-size: 18px;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-social-logo-part {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-social-logo-part {
    display: block;
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-social-logo-part a {
  display: inline-block;
  margin: 5px 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-social-logo-part a span:before {
  color: #525252;
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-social-logo-part a:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos .azen-general-1 .azen-social-logo-part a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-phone-mail-logos[data-darken-background="false"] .azen-general .azen-phone-part .azen-number {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer {
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #ffffff;
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input::placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input::-webkit-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input::-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:-ms-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form input:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form .azen-button {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 0 4px 4px 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form .azen-button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  content: "\f003";
  color: #ffffff;
  pointer-events: none;
  font-weight: 600;
  font-size: 16px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form .azen-button button {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer form .azen-button:hover {
  background-color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer[data-darken-background="false"] form input[name="name"],
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer[data-darken-background="false"] form input[name="email"],
div.azen.azen1.azen2.azen3 .azen-jobook-input-field-footer[data-darken-background="false"] form input[name="subject"] {
  border: 1px solid #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  background-color: #181818;
  z-index: 2;
  box-shadow: 0px 0px 0px 0px transparent;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper:before {
    right: 190px;
    border-radius: 0 20px 0 0;
    box-shadow: 0px 0px 20px 0px #000000;
  }
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper {
    overflow: visible;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper > .azen-general {
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go {
  display: block;
  position: absolute;
  z-index: 2;
  width: 190px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  pointer-events: none;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go {
    z-index: 1;
  }
}
@media (max-width: 1300px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a {
  display: block;
  min-width: 120px;
  pointer-events: all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -khtml-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a .azen-go-text {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins";
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  word-spacing: 1.5px;
  margin-right: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a .az-icon {
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a .az-icon:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  content: "";
  height: 24px;
  width: 2px;
  background-color: #000000;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a .az-icon:before {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
  font-size: 24px;
  color: #000000;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a .az-icon:after {
    background-color: #ff0000;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a .az-icon:before {
    color: #ff0000;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a:hover .azen-go-text {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a:hover .az-icon:after {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper .azen-go a:hover .az-icon:before {
  color: #ff0000;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper[data-alternative-styles="true"]:before {
    right: 190px;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px transparent;
  }
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper[data-alternative-styles="true"] .azen-go {
    background-color: #181818;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper[data-alternative-styles="true"] .azen-go a .az-icon:after {
    background-color: #ff0000;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-footer-section-wrapper[data-alternative-styles="true"] .azen-go a .az-icon:before {
    color: #ff0000;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field {
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"],
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"],
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"] {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  height: 60px;
  width: 100%;
  padding: 0 30px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px transparent;
  background-color: rgba(168, 143, 131, 0.1735);
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]::placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]::-webkit-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]::-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:-ms-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(168, 143, 131, 0.1735);
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="name"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="email"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-jobook-input-field input[name="subject"]:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list {
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  height: 60px;
  width: 100%;
  padding: 0 30px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px transparent;
  background-color: rgba(168, 143, 131, 0.1735);
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select::placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select::-webkit-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select::-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:-ms-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(168, 143, 131, 0.1735);
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-dropdown-list select:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field {
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 28px 30px;
  height: 160px;
  box-shadow: none;
  box-shadow: 0px 0px 0px 0px transparent;
  background-color: rgba(168, 143, 131, 0.1735);
  display: block;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea::placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea::-webkit-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea::-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:-ms-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(168, 143, 131, 0.1735);
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-field textarea:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-container {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-container .azen-button {
  display: inline-block;
  text-align: left;
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-form-container .azen-button {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-container .azen-button button {
  border-radius: 4px !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  color: #ffffff;
  padding: 0 40px;
  font-size: 14px;
  line-height: 60px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-form-container .azen-button button:hover {
  background-color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-jobook-video-section-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 8px 8px 0 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-video-elements {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-video-elements {
    padding: 0 45px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-general {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 270px 0 265px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-general .azen-icon {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-general .azen-icon a img {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
  max-width: 120px;
  max-height: 120px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section .azen-general .azen-icon a:hover img {
  opacity: 0.5;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 {
  margin-bottom: 80px;
  padding-top: 45px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a {
  display: block;
  box-shadow: 0px 0px 0px 0px transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper {
  display: block;
  border-radius: 8px;
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price {
  position: absolute;
  top: -40px;
  right: 20px;
  left: 20px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  border-radius: 8px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper {
  position: relative;
  z-index: 2;
  padding: 22px 28px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper .azen-current {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  color: #ff6b6b;
  margin-bottom: 94px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper .azen-level {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 6px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper .azen-info {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  color: #ffe5e5;
  text-transform: uppercase;
  word-spacing: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper .azen-circle {
  position: absolute;
  right: 30px;
  bottom: -18px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #333333;
  box-shadow: 0px 0px 20px 0px #333333;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper .azen-circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-price .azen-price-wrapper .azen-circle span:before {
  color: #888888;
  font-size: 14px;
  padding-left: 1px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part {
  display: block;
  padding: 244px 20px 44px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-wrapper-items {
  display: inline-block;
  margin-bottom: 39px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-wrapper-items .azen-item {
  display: table;
  text-align: left;
  padding-bottom: 7px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-wrapper-items .azen-item:last-child {
  padding-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-wrapper-items .azen-item .az-icon {
  display: table-cell;
  vertical-align: top;
  padding: 4px 18px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-wrapper-items .azen-item .az-icon:before {
  color: #ff0000;
  font-size: 12px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-wrapper-items .azen-item .azen-item-title {
  display: table-cell;
  vertical-align: top;
  font-family: "Poppins";
  font-size: 16px;
  color: #333333;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-button span {
  font-family: "Poppins";
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 60px;
  line-height: 48px;
  word-spacing: 1px;
  display: inline-block;
  border: 3px solid;
  border-color: inherit;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-button span:hover {
  color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a .azen-wrapper .azen-items-part .azen-button span:not(:hover) {
  background-color: transparent !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a:hover {
  box-shadow: 0px 15px 90px 0px rgba(255, 153, 153, 0.5);
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a:hover .azen-wrapper .azen-price .azen-price-wrapper .azen-circle {
  box-shadow: 0px 4px 20px 0px #ff0000;
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a:hover .azen-wrapper .azen-price .azen-price-wrapper .azen-circle span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-1 .azen-general a:hover .azen-wrapper .azen-items-part .azen-button span {
  background-color: #00ff00;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px #00ff00;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a {
  display: block;
  position: relative;
  background: linear-gradient(to top right, #01aad1, #01a23b);
  border-radius: 8px;
  padding: 0 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 4px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper {
  position: relative;
  z-index: 2;
  padding: 57px 0 34px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper .azen-level {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 3.7px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper .azen-current {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper .azen-info {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
  color: #ffe5e5;
  word-spacing: 2px;
  margin-bottom: 34px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper .azen-button span {
  font-family: "Poppins";
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 45px;
  line-height: 48px;
  word-spacing: 1px;
  display: inline-block;
  border: 3px solid;
  border-color: inherit;
  background-color: transparent;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper .azen-button span:hover {
  color: #000000 !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-price-wrapper .azen-button span:not(:hover) {
  background-color: transparent !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-wrapper-items {
  display: inline-block;
  margin-bottom: 37px;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-wrapper-items > div {
  pointer-events: all;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-wrapper-items .azen-item {
  text-align: center;
  padding-bottom: 7px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-wrapper-items .azen-item:last-child {
  padding-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-wrapper-items .azen-item .azen-item-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-image {
  position: relative;
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a .azen-image img {
  max-height: 250px;
  max-width: 250px;
  margin-bottom: -4px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a:hover {
  box-shadow: 0px 0px 90px 0px #01aad1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a:hover:before {
  border-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a:hover .azen-price-wrapper .azen-current {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-2 .azen-general a:hover .azen-wrapper-items .azen-item .azen-item-title {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a {
  display: block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px transparent;
  padding: 52px 60px 60px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-price-wrapper {
  position: relative;
  z-index: 2;
  padding: 0 0 39px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-price-wrapper .azen-current {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 29px;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-price-wrapper .azen-image {
  display: block;
  margin-bottom: 33px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-price-wrapper .azen-image img {
  max-height: 100px;
  max-width: 100px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-price-wrapper .azen-level {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
  color: #ff3133;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-price-wrapper .azen-info {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  color: #888888;
  text-transform: uppercase;
  word-spacing: 2.2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-wrapper-items {
  display: inline-block;
  margin-bottom: 36px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-wrapper-items .azen-item {
  text-align: center;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 153, 153, 0.45);
  margin-bottom: 9px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-wrapper-items .azen-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-wrapper-items .azen-item .azen-item-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  word-spacing: 1.5px;
  letter-spacing: 0.3px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-button {
  /*                    position: absolute;
                                        left: 50%;
                                        .vendor(transform, translate(-50%, 0));*/
  display: block;
  white-space: nowrap;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-button span {
  font-family: "Poppins";
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 55px;
  line-height: 48px;
  word-spacing: 1px;
  display: inline-block;
  border: 3px solid;
  border-color: inherit;
  background: transparent;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /*.linear();*/
  /*                            &:before{
                                                    border-radius: 30px;
                                                        content: " ";
                                                        position: absolute;
                                                        top: 0;
                                                        right: 0;
                                                        bottom: 0;
                                                        left: 0;
                                                        background-color: @white-lighter;
                                                        opacity: 1;
                                                        visibility: visible;
                                                        transition: background 2s linear;
                                                        z-index: -1;
                                                    }*/
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-button span:hover {
  /*                                &:before{
                                                            visibility: hidden;
                                                            opacity: 0;
                                                            background-color: transparent;
                                                            top: -3px;
                                                            right: -3px;
                                                            bottom: -3px;
                                                            left: -3px;
                                                            }*/
  border: 0;
  padding: 0 58px;
  line-height: 54px;
  color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a .azen-button span:not(:hover) {
  background: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-pricing-table-3 .azen-general a:hover {
  box-shadow: 0px 0px 90px 0px rgba(255, 153, 153, 0.5);
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action {
  background: linear-gradient(to right, #01aad1, #01a23b);
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general {
  padding: 65px 0 66px;
  position: relative;
  margin: 0 200px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-left {
  display: inline-block;
  width: calc(100% - 200px);
}
@media (max-width: 720px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-left {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-left .azen-title {
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  word-spacing: 3.4px;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 13px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-left .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 0;
  color: #ffe5e5;
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (max-width: 720px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right {
    position: relative;
    display: block;
    text-align: left;
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right .azen-button a {
  padding: 0 40px;
  line-height: 50px;
  display: inline-block;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right .azen-button a .az-icon {
  margin-right: 9px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right .azen-button a .az-icon:before {
  color: #ffffff;
  font-size: 16px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right .azen-button a .azen-text {
  font-family: "Poppins";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  word-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-call-to-action .azen-general .azen-right .azen-button a:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line .azen-list-item {
  margin-bottom: 35px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line .azen-list-item:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line .azen-list-item .azen-skill {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-right: 17px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line .azen-list-item .azen-percent {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  color: #ff6666;
  font-weight: 400;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line .azen-list-item .azen-background {
  background-color: rgba(198, 76, 14, 0.118);
  margin-top: 14px;
  position: relative;
  height: 10px;
  border-radius: 10px;
  width: 100%;
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-skill-line .azen-list-item .azen-background .azen-line {
  position: absolute;
  height: 10px;
  background: repeating-linear-gradient(45deg, #ff1a1a, #ff1a1a 8px, #ff6666 6px, #ff6666 15px);
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #ff6666;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general {
  text-align: center;
  display: table;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-circle {
  display: table-cell;
  vertical-align: top;
  padding-right: 34px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-circle {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-circle > div {
  position: relative;
  display: inline-block !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-circle > div input {
  font-family: "Poppins" !important;
  font-size: 41px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -khtml-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-info {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-info {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-info .azen-title {
  font-family: "Poppins";
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  word-spacing: 5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-circle-bar .azen-general .azen-info .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  line-height: 1.75;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 25%;
  padding: 20px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 51px;
  bottom: 51px;
  width: 2px;
  background-color: #cccccc;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:last-child:before {
  display: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item {
    width: 33.3333333333%;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:nth-child(3n):before {
    display: none;
  }
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item {
    width: 50%;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:nth-child(2n):before {
    display: none;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:nth-child(3n):before {
    display: block;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:last-child:before {
    display: none;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item {
    width: 100%;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:before {
    display: none;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item:nth-child(3n):before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item .azen-score {
  font-family: "Poppins";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #00ff00;
  margin-bottom: 6px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters .azen-facts-item .azen-fact {
  font-family: "Poppins";
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-general {
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 10px 50px 0px #e5e5e5;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 25%;
  padding: 44px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #f0f0f0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #f0f0f0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item:last-child:before {
  display: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item {
    width: 50%;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item:after {
    display: block;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item:nth-child(2n):before {
    display: none;
  }
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item {
    width: 100%;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item .azen-score {
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #00ff00;
  font-size: 40px;
  margin-bottom: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items .azen-facts-item .azen-fact {
  font-family: "Poppins";
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:only-child .azen-facts-item:after {
  display: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:only-child .azen-facts-item:after {
    display: block;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:only-child .azen-facts-item:nth-last-child(1):after,
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:only-child .azen-facts-item:nth-last-child(2):after {
    display: none;
  }
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:only-child .azen-facts-item:nth-last-child(2):after {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:not(:last-child) .azen-facts-item:after {
  display: block;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:last-child .azen-facts-item:nth-last-child(1):after,
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:last-child .azen-facts-item:nth-last-child(2):after {
    display: none;
  }
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-counters-2 .azen-items:last-child .azen-facts-item:nth-last-child(2):after {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general {
  position: relative;
  text-align: center;
  padding: 120px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-triangle {
  position: absolute;
  left: calc(50% - 14px);
  top: -14px;
  z-index: 10;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper {
  display: block;
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row {
  display: block;
  background-color: #f0f0f0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item {
  border-top-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item:first-child {
  border-radius: 0 0 8px 0;
  border-left-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item:last-child {
  border-radius: 0 0 0 8px;
  border-right-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item:not(:first-child):not(:last-child) {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item:nth-child(even) {
    border-radius: 0;
    border-right-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item:nth-child(odd) {
    border-radius: 0;
    border-left-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
}
@media (max-width: 650px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:first-child .azen-features-item {
    border-right-color: #ffffff;
    border-left-color: #ffffff;
    border-radius: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item {
  border-bottom-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:first-child {
  border-radius: 0 8px 0 0;
  border-left-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:last-child {
  border-radius: 8px 0 0 0;
  border-right-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:not(:first-child):not(:last-child) {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:nth-child(even) {
    border-radius: 0;
    border-right-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:nth-child(odd) {
    border-radius: 0;
    border-left-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
}
@media (max-width: 650px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item {
    border-right-color: #ffffff;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    border-bottom-color: #f0f0f0;
    border-radius: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:last-child .azen-features-item:last-child {
    border-bottom-color: #ffffff;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item {
  border-top-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:first-child {
  border-radius: 0 8px 8px 0;
  border-left-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:last-child {
  border-radius: 8px 0 0 8px;
  border-right-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:not(:first-child):not(:last-child) {
  border-radius: 8px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(even) {
    border-radius: 0;
    border-right-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(odd) {
    border-radius: 0;
    border-left-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(3),
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(4) {
    border-bottom-color: #ffffff;
  }
}
@media (max-width: 650px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(even) {
    border-radius: 0;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(odd) {
    border-radius: 0;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(3),
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:not(:first-child):not(:last-child) .azen-features-item:nth-child(4) {
    border-bottom-color: #f0f0f0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:only-child .azen-features-item:first-child {
  border-left-color: #ffffff;
  border-radius: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:only-child .azen-features-item:last-child {
  border-right-color: #ffffff;
  border-radius: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:only-child .azen-features-item:not(:first-child):not(:last-child) {
  border-radius: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:only-child .azen-features-item:nth-child(1),
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row:only-child .azen-features-item:nth-child(2) {
    border-bottom-color: #f0f0f0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item {
  position: relative;
  display: inline-block;
  width: calc(25% - 2px);
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item {
    width: calc(50% - 2px);
  }
}
@media (max-width: 650px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item {
    width: calc(100% - 2px);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item .azen-icon-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item .azen-icon-bg .az-icon:before {
  color: #fff0f0;
  font-size: 180px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 63px 0 21px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-icon {
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-icon .az-icon {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-icon .az-icon:before {
  color: #ff8080;
  font-size: 55px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-title {
  position: relative;
  z-index: 2;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-score {
  position: relative;
  z-index: 2;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #bbbbbb;
  word-spacing: 0.5px;
  margin-bottom: 21px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-icon-1 {
  position: relative;
  z-index: 2;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item a .azen-icon-1:before {
  color: #ff0000;
  font-size: 14px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover {
  border-radius: 8px !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover:before {
  box-shadow: 0px 30px 50px 10px rgba(255, 153, 153, 0.4);
  -webkit-transform: scale(1.01);
  -khtml-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover .azen-icon-bg {
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover a .azen-icon .az-icon:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover a .azen-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover a .azen-score {
  color: #000000;
  font-weight: 400;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-features-wrapper .azen-features-row .azen-features-item:hover a .azen-icon-1 {
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-button {
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-button a {
  font-family: "Poppins";
  font-size: 14px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 245, 245, 0.9);
  padding: 0 92px;
  line-height: 54px;
  word-spacing: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-features .azen-general .azen-button:hover {
  background-color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general {
  position: relative;
  z-index: 2;
  padding: 170px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9999px;
  left: 15px;
  width: auto;
  border-bottom-left-radius: 20px;
  z-index: -1;
  box-shadow: 0px 0px 20px 0px rgba(255, 153, 153, 0.5);
}
@media (max-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general:before {
    border-bottom-left-radius: none;
    left: -9999px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go {
  display: block;
  position: absolute;
  top: 50%;
  left: -185px;
  pointer-events: all;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -khtml-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go .azen-go-text {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  letter-spacing: 0.2px;
  word-spacing: 0.5px;
  margin-right: 29px;
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go .azen-soc-logo {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go .azen-soc-logo a {
  display: inline-block;
  margin-right: 18px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go .azen-soc-logo a span:before {
  color: #000000;
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go .azen-soc-logo a:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-section-wrapper > .azen-general .azen-go .azen-soc-logo a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu {
  position: relative;
  height: 70px;
  z-index: 10;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div {
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div > div {
  margin: 0 auto;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu[data-over-top="true"] {
  margin-top: -70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu[data-over-bottom="true"] {
  margin-bottom: -70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div {
  top: 0;
  left: 0;
  right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 70px;
  background-color: transparent;
  font-weight: 500;
  font-family: "Poppins";
  z-index: 10;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner {
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title {
  -webkit-flex-shrink: 0;
  -khtml-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  flex-item-align: start;
  -webkit-align-self: flex-start;
  -khtml-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  position: relative;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title {
    width: 100%;
    height: 70px;
    padding-right: 0;
    background-color: #fff2f0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title a .azen-wrp-logo {
  padding-right: 15px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title a .azen-wrp-logo {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title a .azen-wrp-logo img {
  display: block;
  max-height: 70px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-title a .azen-wrp-logo img {
    margin: 0 auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 17px;
  height: 17px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button {
    display: block;
    margin: 0;
    top: 29px;
    right: 30px;
    left: inherit;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button .az-icon:before {
  color: #949494;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button .az-icon:hover:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-mobile-menu-button .az-icon {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-menu-checkbox {
  display: none;
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-menu-checkbox:checked + .azen-nav-menu {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    background: #ffffff;
    text-align: left;
    top: 210px;
    border-radius: 0 0 6px 6px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 70px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item:hover .azen-sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a:before {
  display: inline-block;
  position: absolute;
  left: 13px;
  right: 13px;
  top: 0;
  content: "";
  height: 4px;
  border-radius: 0 0 2px 2px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover:before {
  opacity: 1;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
    color: #ff0000;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item > a .az-icon {
  display: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item {
    display: block;
    line-height: 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-current > a {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children:after {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 16;
  left: calc(50% - 0px);
  bottom: -7px;
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
  -khtml-transform: translate(-50%, 10px) rotate(45deg);
  -moz-transform: translate(-50%, 10px) rotate(45deg);
  -ms-transform: translate(-50%, 10px) rotate(45deg);
  transform: translate(-50%, 10px) rotate(45deg);
  -webkit-transition: all 0.1s linear 0s;
  -khtml-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children:after {
    display: none;
  }
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.1s linear 0.2s;
    -khtml-transition: all 0.1s linear 0.2s;
    -moz-transition: all 0.1s linear 0.2s;
    -ms-transition: all 0.1s linear 0.2s;
    transition: all 0.1s linear 0.2s;
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
    -khtml-transform: translate(-50%, 0px) rotate(45deg);
    -moz-transform: translate(-50%, 0px) rotate(45deg);
    -ms-transform: translate(-50%, 0px) rotate(45deg);
    transform: translate(-50%, 0px) rotate(45deg);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding-left: 20px;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    border: solid #949494;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -khtml-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:hover:after {
    border-color: #ff0000;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu .azen-menu-item {
    line-height: 40px;
    margin-bottom: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu .azen-menu-item a {
    display: inline-block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  -webkit-transition: all 0.3s linear 0.2s;
  -khtml-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -ms-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  /*box-shadow: 0px 1px 8px 0 fade(@black-darker, 50%);*/
  box-shadow: 0 7px 30px 3px rgba(161, 69, 23, 0.0979);
  border-radius: 4px;
  background: #ffffff;
  line-height: 1.2;
  text-align: left;
  z-index: 15;
  padding: 0 0 0 10px;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    min-width: 260px;
    left: calc(-10% - 15px);
    top: 70px;
    padding: 16px 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item {
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  line-height: 40px;
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .az-icon {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .azen-category-item {
  font-family: "Poppins";
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover:before {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover .azen-category-item {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu:after {
  display: none;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
    left: 100%;
    top: -16px;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:hover > .azen-sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item {
  width: 100%;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item > .azen-sub-menu {
    visibility: hidden;
    opacity: 0;
    top: -16px;
    left: 100%;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item > .azen-sub-menu .azen-menu-item a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  position: relative;
  padding: 0 0 0 40px;
  height: 70px;
  border-bottom-left-radius: 20px;
  background-color: #fff2f0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part {
    width: 100%;
    border-radius: 0;
    padding: 0;
    height: 144px;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 2px solid #f0f0f0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a {
  display: inline-block;
  font-family: "Poppins";
  color: #ff6666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 25px;
  background-color: #333333;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a:first-child {
  margin-right: 28px;
  background-color: transparent;
  color: #000000;
  padding: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a:first-child {
    position: absolute;
    margin: 0;
    top: 50%;
    right: calc(50% + 14px);
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a:nth-child(2) {
    position: absolute;
    margin: 0;
    top: 50%;
    left: calc(50% + 14px);
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a .azen-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 2px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a .azen-icon img {
  display: block;
  max-width: 21px;
  max-height: 16px;
  width: 100%;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a:hover {
  background-color: #ff0000;
  color: #fff2f0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-inner .azen-right-part .azen-buttons a:hover:first-child {
  background-color: transparent;
  color: #ff6666;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper {
  position: absolute;
  overflow: hidden;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper {
    top: 142px;
    z-index: 10;
    height: 72px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp {
  position: relative;
  height: 70px;
  margin: 0 auto;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp:before {
  position: absolute;
  content: "";
  height: 70px;
  width: 9999px;
  background-color: #fff2f0;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info {
  position: absolute;
  right: -185px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 185px;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info {
    width: auto;
    min-width: 400px;
    right: -400px;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info {
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 70px;
    height: 70px;
    border-bottom: 2px solid #f0f0f0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information {
  position: absolute;
  top: 50%;
  left: 67px;
  min-width: 300px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information {
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    min-width: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-icon img {
  display: block;
  max-width: 11px;
  max-height: 16px;
  width: 100%;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-number,
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-schedule {
  font-family: "Poppins";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-number {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-right: 3px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-schedule {
  color: #888888;
  font-weight: 500;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 190px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top right, #ff6666, #ff0000);
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1:before {
    left: 190px;
    bottom: 190px;
    margin-bottom: -190px;
    border-radius: 0 0 0 20px;
    box-shadow: 0px 20px 50px 10px rgba(255, 153, 153, 0.5);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general {
  position: relative;
  z-index: 3;
  display: block;
  pointer-events: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper {
  position: relative;
  width: 55%;
  padding: 236px 0 230px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper > div {
  pointer-events: all;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper {
    width: 85%;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  font-size: 75px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  word-spacing: 8px;
  line-height: 72px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-title {
    font-size: 65px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-title {
    font-size: 55px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-title {
    font-size: 35px;
    line-height: 1.2;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-introduction {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.23;
  word-spacing: 5px;
  text-transform: inherit;
  color: #000000;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-introduction {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-introduction {
    padding-right: 0;
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a:first-child {
  line-height: 54px;
  padding: 0 46px;
  word-spacing: 2px;
  border-radius: 30px;
  margin-right: 30px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a:first-child:hover {
  background-color: #ff0000 !important;
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a:first-child {
    margin: 0 auto 30px;
    display: table;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a:nth-child(2):hover .azen-text-2 {
  color: #ffffff;
  border-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a:nth-child(2):hover .az-icon:before {
  color: #ffffff;
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a:nth-child(2) {
    margin: 0 auto;
    display: table;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons a .azen-text-1 {
  font-family: "Poppins";
  line-height: 1;
  color: #fff0f0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons .azen-text-2 {
  display: inline-block;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  border-bottom: 1px solid #000000;
  line-height: 1;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 > .azen-general .azen-wrapper .azen-buttons .az-icon:before {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #000000;
  font-size: 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 190px;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go {
  display: block;
  min-width: 220px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -khtml-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 1300px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go .azen-go-text {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  letter-spacing: 0.2px;
  word-spacing: 0.5px;
  margin-right: 29px;
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go .azen-soc-logo {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go .azen-soc-logo a {
  display: inline-block;
  margin-right: 18px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go .azen-soc-logo a span:before {
  color: #000000;
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go .azen-soc-logo a:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-wrapper-go .azen-go .azen-soc-logo a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-bg {
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  bottom: 0;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-1 .azen-bg > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 {
  position: relative;
  z-index: 2;
  margin-bottom: 400px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 {
    margin-bottom: 320px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 {
    margin-bottom: 220px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2:before {
    left: 190px;
    bottom: 190px;
    margin-bottom: -190px;
    border-radius: 0 0 0 20px;
    box-shadow: 0px 20px 50px 10px rgba(255, 153, 153, 0.5);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -400px;
  height: 400px;
  background-color: transparent;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2:after {
    bottom: -320px;
    height: 320px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2:after {
    bottom: -220px;
    height: 220px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general {
  position: relative;
  z-index: 3;
  display: block;
  pointer-events: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 208px 0 430px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper > div {
  pointer-events: all;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper {
    padding-top: 240px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper {
    width: 85%;
    padding-bottom: 325px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper {
    width: 100%;
    padding-bottom: 225px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  font-size: 75px;
  font-weight: 700;
  color: #ffffff;
  word-spacing: 30px;
  line-height: 72px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-title {
    font-size: 65px;
    word-spacing: 0;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-title {
    font-size: 55px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-title {
    font-size: 35px;
    line-height: 1.2;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-introduction {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.23;
  word-spacing: 5px;
  text-transform: inherit;
  color: #000000;
  padding: 0 250px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-introduction {
    font-size: 30px;
    padding: 0;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 > .azen-general .azen-wrapper .azen-introduction {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 190px;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go {
  display: block;
  min-width: 220px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -khtml-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 1300px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go .azen-go-text {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  letter-spacing: 0.2px;
  word-spacing: 0.5px;
  margin-right: 29px;
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go .azen-soc-logo {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go .azen-soc-logo a {
  display: inline-block;
  margin-right: 18px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go .azen-soc-logo a span:before {
  color: #000000;
  font-size: 18px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go .azen-soc-logo a:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-wrapper-go .azen-go .azen-soc-logo a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-bg {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-bg {
    left: 190px;
    border-radius: 0 0 0 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-bg > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-bg > div {
    border-radius: 0 0 0 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -330px;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  padding: 270px 0 265px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-video {
    padding: 200px 0;
    bottom: -262px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-video {
    padding: 100px 0;
    bottom: -162px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-video .azen-icon a {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-video .azen-icon a img {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
  max-width: 120px;
  max-height: 120px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-2 .azen-video .azen-icon a:hover img {
  opacity: 0.5;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle {
  position: relative;
  /*        &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: mix(fade(spin(@brand-color, 20), 10%), @black, 98%);
                    z-index: 1;
                }*/
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 52px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs a,
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs span {
  font-family: "Poppins";
  line-height: 36px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs a:after {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  color: #ff6666;
  font-size: 15px;
  font-weight: 600;
  margin: 0 19px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs a:hover {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle .azen-general .az-breadcrumbs span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 {
  position: relative;
  height: 70px;
  z-index: 10;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div {
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div > div {
  margin: 0 auto;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2[data-over-top="true"] {
  margin-top: -70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2[data-over-bottom="true"] {
  margin-bottom: -70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div {
  top: 0;
  left: 0;
  right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 70px;
  background-color: #ffffff;
  border-radius: 0 0 0 20px;
  font-weight: 500;
  font-family: "Poppins";
  z-index: 10;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner {
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title {
  -webkit-flex-shrink: 0;
  -khtml-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  flex-item-align: start;
  -webkit-align-self: flex-start;
  -khtml-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  position: relative;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title {
    width: 100%;
    padding-right: 0;
    background-color: #ffffff;
    height: 70px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title a .azen-wrp-logo {
  padding-right: 15px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title a .azen-wrp-logo {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title a .azen-wrp-logo img {
  display: block;
  max-height: 100px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-title a .azen-wrp-logo img {
    margin: 0 auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 17px;
  height: 17px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button {
    display: block;
    margin: 0;
    top: 29px;
    right: 30px;
    left: inherit;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button .az-icon:before {
  color: #949494;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button .az-icon:hover:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-mobile-menu-button .az-icon {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-menu-checkbox {
  display: none;
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-menu-checkbox:checked + .azen-nav-menu {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    background: #ffffff;
    text-align: left;
    top: 210px;
    border-radius: 0 0 6px 6px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 70px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item:hover .azen-sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:before {
  display: inline-block;
  position: absolute;
  left: 13px;
  right: 13px;
  top: 0;
  content: "";
  height: 4px;
  border-radius: 0 0 2px 2px;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover:before {
  opacity: 1;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
    color: #ff0000;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item > a .az-icon {
  display: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item {
    display: block;
    line-height: 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-current > a {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding-left: 20px;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    border: solid #949494;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -khtml-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:hover:after {
    border-color: #ff0000;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu .azen-menu-item {
    line-height: 40px;
    margin-bottom: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu .azen-menu-item a {
    display: inline-block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  line-height: 1.2;
  text-align: left;
  z-index: 15;
  padding: 0 0 0 10px;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    border-radius: 0 0 20px 20px;
    min-width: 260px;
    left: -27px;
    top: 70px;
    padding: 16px 40px;
    background-color: #1a1a1a;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item {
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  line-height: 40px;
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .az-icon {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .azen-category-item {
  font-family: "Poppins";
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover:before {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover .azen-category-item {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
  border-radius: 20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu:after {
  display: none;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
    left: 100%;
    top: -16px;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:hover > .azen-sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item {
  width: 100%;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item > .azen-sub-menu {
    visibility: hidden;
    opacity: 0;
    top: -16px;
    left: 100%;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item > .azen-sub-menu .azen-menu-item a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  position: relative;
  padding: 0 0 0 40px;
  height: 70px;
  border-bottom-left-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part {
    width: 100%;
    border-radius: 0;
    padding: 0;
    height: 144px;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 2px solid #f0f0f0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a {
  display: inline-block;
  font-family: "Poppins";
  color: #ff6666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 25px;
  background-color: #333333;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a:first-child {
  margin-right: 28px;
  background-color: transparent;
  color: #000000;
  padding: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a:first-child {
    position: absolute;
    margin: 0;
    top: 50%;
    right: calc(50% + 14px);
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a:nth-child(2) {
    position: absolute;
    margin: 0;
    top: 50%;
    left: calc(50% + 14px);
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a .azen-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 2px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a .azen-icon img {
  display: block;
  max-width: 21px;
  max-height: 16px;
  width: 100%;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a:hover {
  background-color: #ff0000;
  color: #fff2f0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-inner .azen-right-part .azen-buttons a:hover:first-child {
  background-color: transparent;
  color: #ff6666;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper {
  position: absolute;
  overflow: hidden;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper {
    top: 142px;
    height: 72px;
    z-index: 10;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp {
  position: relative;
  height: 70px;
  margin: 0 auto;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp:before {
  position: absolute;
  content: "";
  height: 70px;
  width: 9999px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info {
  position: absolute;
  right: -185px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 185px;
}
@media (min-width: 1600px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info {
    width: auto;
    min-width: 400px;
    right: -400px;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info {
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 70px;
    height: 70px;
    border-bottom: 2px solid #f0f0f0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information {
  position: absolute;
  top: 50%;
  left: 67px;
  min-width: 300px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information {
    display: inline-block;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    min-width: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-icon img {
  display: block;
  max-width: 11px;
  max-height: 16px;
  width: 100%;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-number,
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-schedule {
  font-family: "Poppins";
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-number {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-right: 3px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-2 > div .azen-info-wrapper .azen-info-wrp .azen-info .azen-information .azen-schedule {
  color: #888888;
  font-weight: 500;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.75);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 130px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-introduction {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  color: #ffffff;
  margin-bottom: 27px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.2;
  padding: 0 200px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title {
    padding: 0 150px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title {
    padding: 0;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-title span {
  display: block;
  color: #ff4d4d;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-icon {
  display: inline-block;
  margin-bottom: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-icon a img {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
  max-width: 120px;
  max-height: 120px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-icon a:hover img {
  opacity: 0.5;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-duration {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  word-spacing: 2.5px;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-video-section-2 .azen-general .azen-duration span {
  font-weight: 500;
  word-spacing: 1px;
  text-transform: initial;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text .azen-general .azen-item {
  text-align: left;
  margin-bottom: 40px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text .azen-general .azen-item .azen-icon {
  display: block;
  margin-bottom: 11px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text .azen-general .azen-item .azen-icon img {
  max-width: 60px;
  max-height: 60px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text .azen-general .azen-item .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.9px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 12px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-icon-text .azen-general .azen-item .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general {
  padding: 220px 0 230px;
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 120px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-left-part {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 0;
  bottom: 0;
  width: calc(50% + 49px);
  background-position: right center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -khtml-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 660px;
  }
}
@media (max-width: 590px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-left-part {
    height: 360px;
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-left-part {
    height: 320px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part {
  width: calc(50% - 28px);
  float: right;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -khtml-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items {
  margin-bottom: 44px;
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items {
    margin-bottom: 34px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item {
  display: inline-block;
  width: calc(50% - 30px);
  text-align: left;
  margin: 0 20px 55px 0;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item:nth-child(2n) {
  margin: 0 0 55px 20px;
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item {
    display: block;
    width: 100%;
    margin: 0 0 35px 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item:nth-child(2n) {
    margin: 0 0 35px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item .azen-icon {
  display: block;
  margin-bottom: 11px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item .azen-icon img {
  max-width: 60px;
  max-height: 60px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.8px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 12px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-items .azen-item .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  color: #333333;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-title {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-title {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-title {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part > .azen-text {
    font-size: 16px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-button-part {
  margin: 0 -20px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-button-part {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-button-part a {
  display: inline-block;
  max-height: 54px;
  margin: 20px;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: 40px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-button-part a img {
  max-height: 54px;
  max-width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-get-jobook-2 .azen-general .azen-right-part .azen-button-part a:hover {
  box-shadow: 0px 0px 50px 20px rgba(255, 153, 153, 0.2);
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general {
  padding: 132px 0 139px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part {
  width: calc(50% - 50px);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part {
    width: 100%;
    padding-bottom: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.3px;
  word-spacing: 1.6px;
  margin-bottom: 16px;
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-description {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 39px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-items {
  margin-bottom: 56px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-items .azen-item-wrp {
  margin-bottom: 14px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-items .azen-item-wrp:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-items .azen-item-wrp .az-icon {
  display: table-cell;
  vertical-align: top;
  padding: 2px 25px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-items .azen-item-wrp .az-icon:before {
  color: #00ff00;
  font-size: 16px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-items .azen-item-wrp .azen-text {
  display: table-cell;
  vertical-align: top;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 14px;
  font-weight: 600;
  word-spacing: 1.8px;
  color: #000000;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button {
  display: inline-block;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button {
    display: block;
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button a {
  display: block;
  border-radius: 20px;
  background-color: #eaeaea;
  padding: 0 42px;
  line-height: 40px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  color: #7b7b7b;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button a {
    display: inline-block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button a .az-icon {
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button a .az-icon:before {
  font-size: 13px;
  font-weight: 400;
  color: #7b7b7b;
  padding-left: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button a:hover {
  background-color: #ff0000 !important;
  color: #ffffff;
  box-shadow: 0px 0px 50px 20px rgba(255, 153, 153, 0.2);
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-left-part .azen-button a:hover .az-icon:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-right-part {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  width: calc(50% + 83px);
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-right-part {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-position: center center;
    width: 100%;
    height: 572px;
  }
}
@media (max-width: 590px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-right-part {
    background-size: contain;
    height: 460px;
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-right-part {
    height: 360px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-inspiring-business-performance .azen-general .azen-right-part {
    height: 300px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature {
  position: relative;
  margin-bottom: 40px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a .azen-number {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-family: "Poppins";
  font-size: 110px;
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(194, 112, 139, 0.2);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a .azen-general {
  position: relative;
  z-index: 2;
  padding-top: 85px;
  text-align: left;
  pointer-events: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a .azen-general > div {
  pointer-events: all;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 1.21;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a .azen-general .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 32px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a .azen-general .azen-icon span:before {
  color: #aeaeae;
  font-size: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a:hover .azen-number {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a:hover .azen-general .azen-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature a:hover .azen-general .azen-icon span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-feature[data-darken-background="false"] a:hover .azen-number {
  color: rgba(71, 31, 44, 0.2);
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects {
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects {
    overflow: visible;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general {
  padding: 118px 0 116px;
  text-align: center;
  margin: 0 -320px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  word-spacing: 3px;
}
@media (max-width: 668px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .azen-introduction {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  margin-bottom: 20px;
}
@media (max-width: 668px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .azen-introduction {
    font-size: 16px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) {
  -webkit-transform: scale(0.9);
  -khtml-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center):before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) .azen-item {
  box-shadow: 0px 0px 0px 0px transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) .azen-item .azen-photo img {
  box-shadow: 0px 0px 0px 0px transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:not(.center) .azen-item .azen-text-part {
  visibility: hidden;
  opacity: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a {
  position: relative;
  z-index: 3;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-shadow-wrapper {
  padding: 40px 0 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-photo {
  margin-bottom: 57px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-photo img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-text-part {
  visibility: visible;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-text-part .azen-item-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #ff0000;
  text-transform: capitalize;
  margin-bottom: 19px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 668px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-text-part .azen-item-title {
    font-size: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-text-part .azen-item-info {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  letter-spacing: 2.3px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 600;
  color: #b7b7b7;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 668px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item a .azen-item .azen-text-part .azen-item-info {
    font-size: 10px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item.center a {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item.center a:hover .azen-item .azen-text-part .azen-item-title {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-stage-outer .az-owl-item.center a:hover .azen-item .azen-text-part .azen-item-info {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-latest-projects .azen-general .az-carousel.az-owl-carousel .az-owl-dots {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped {
  text-align: center;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general {
  padding: 119px 0 126px;
  text-align: center;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-introduction {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 15px;
  font-weight: 500;
  color: #6e6e6e;
  margin-bottom: 43px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails {
  margin-bottom: 64px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails {
    margin-bottom: 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails {
  position: relative;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
  display: inline-block;
  position: relative;
  line-height: 100px;
  width: 285px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 235px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 180px;
  }
}
@media (max-width: 770px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 50%;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider:after {
  content: "";
  position: absolute;
  left: 0;
  transition: all;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  height: 40px;
  width: 2px;
  background-color: #cccccc;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider:first-child:after {
  display: none;
}
@media (max-width: 770px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider:after {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  opacity: 0.3;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider img {
    max-width: 100px;
  }
}
@media (max-width: 770px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider img {
    max-width: 150px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider img {
    max-width: 180px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide img {
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides {
  position: relative;
  margin: 0 100px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper {
  display: block;
  width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 260px;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part {
    width: 180px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part img {
  max-width: 260px;
  max-height: 260px;
  width: auto;
  height: auto;
  display: block;
  border-radius: 100%;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part img {
    max-width: 180px;
    max-height: 180px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part img {
    margin: 0 auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100%;
  width: 81px;
  height: 81px;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part span {
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part span {
    left: calc(50% + 29px);
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part span img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 53px;
  max-height: 43px;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-left-part span img {
    max-width: 43px;
    max-height: 33px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  padding: 38px 0 0 140px;
  text-align: left;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part {
    width: calc(100% - 300px);
    padding: 38px 0 0 120px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part {
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    padding: 0 0 0 60px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-quote {
  position: absolute;
  top: 10px;
  left: 40px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-quote {
    top: 0;
    left: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-quote span:before {
  color: rgba(255, 102, 140, 0.15);
  font-size: 61px;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-quote span:before {
    font-size: 46px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-testimonial-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 24px;
  font-weight: 300;
  color: #787878;
  line-height: 1.25;
  margin-bottom: 33px;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-testimonial-text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-testimonial-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-testimonial-name {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  text-transform: capitalize;
  word-spacing: 1px;
  margin-bottom: 8px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-right-part .azen-testimonial-profession {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #aeaeae;
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1160px;
  pointer-events: none;
  z-index: 4;
}
@media (max-width: 770px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-next {
  position: absolute;
  pointer-events: auto;
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-next:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev {
  top: 525px;
  right: 100%;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev {
    top: 277px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev span:before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 19px;
  color: #737373;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-next {
  top: 525px;
  left: 100%;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-next {
    top: 277px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-companies-we-helped .azen-general .azen-slider .az-flex-direction-nav .az-flex-next span:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 19px;
  color: #737373;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.55);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general {
  height: calc(100vh - 70px);
  text-align: center;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70%;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper {
  text-align: left;
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-title {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  font-size: 80px;
  font-weight: 700;
  color: #ff6f5c;
  letter-spacing: 1.4px;
  word-spacing: 6px;
  line-height: 72px;
  margin-bottom: 23px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-title {
    font-size: 65px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-title {
    font-size: 55px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-introduction {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  word-spacing: 0;
  text-transform: inherit;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-introduction {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-introduction {
    padding-right: 0;
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:first-child {
  line-height: 54px;
  padding: 0 46px;
  word-spacing: 2px;
  border-radius: 30px;
  margin-right: 28px;
  box-shadow: 0px 0px 10px 0px #00ff00;
  background-color: #888;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:first-child:hover {
  background-color: #ff0000 !important;
  box-shadow: 0px 0px 10px 0px #ff0000;
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:first-child {
    margin: 0 auto 30px;
    display: table;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:nth-child(2) {
  color: #ff6f5c;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:nth-child(2):hover .azen-text-2 {
  color: #ffffff;
  border-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:nth-child(2):hover .az-icon:before {
  color: #ffffff;
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a:nth-child(2) {
    margin: 0 auto;
    display: table;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons a .azen-text-1 {
  font-family: "Poppins";
  line-height: 1;
  color: #fff0f0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons .azen-text-2 {
  display: inline-block;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  border-bottom: 1px solid #ff6f5c;
  line-height: 1;
  padding-bottom: 1px;
  word-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-slides .azen-jobook-slide-wrapper .azen-buttons .az-icon:before {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #ff6f5c;
  font-size: 10px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails {
  position: absolute;
  left: 0;
  bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -khtml-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
  display: inline-block;
  width: 285px;
  position: relative;
  text-align: left;
  padding: 0 40px 22px 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 235px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 180px;
  }
}
@media (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 50%;
  }
}
@media (max-width: 650px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
    width: 100%;
    text-align: center;
    padding: 0 0 22px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  background-color: transparent;
  height: 4px;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider:last-child:before {
  right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.15;
  word-spacing: 2px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #bbbbbb;
  line-height: 1.25;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide .azen-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide .azen-text {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide:before {
  background-color: #ff0000;
}
@media (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide:before {
    background-color: transparent;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-thumbnails .az-flex-direction-nav {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 4;
}
@media (max-width: 1300px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-next {
  position: absolute;
  pointer-events: auto;
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev span img,
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-next span img {
  max-width: 60px;
  max-height: 51px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0.5;
  will-change: opacity;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev:hover span img,
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-next:hover span img {
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-prev {
  top: 50%;
  right: 100%;
  margin-right: 80px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.azen.azen1.azen2.azen3 .azen-jobook-header-3 .azen-general .azen-slider .az-flex-direction-nav .az-flex-next {
  top: 50%;
  left: 100%;
  margin-left: 80px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 {
  position: relative;
  height: 70px;
  z-index: 10;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div {
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div > div {
  margin: 0 auto;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3[data-over-top="true"] {
  margin-top: -70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3[data-over-bottom="true"] {
  margin-bottom: -70px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div {
  top: 0;
  left: 0;
  right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -khtml-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 70px;
  background-color: #000000;
  font-weight: 500;
  font-family: "Poppins";
  z-index: 10;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner {
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title {
  -webkit-flex-shrink: 0;
  -khtml-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  flex-item-align: center;
  -webkit-align-self: center;
  -khtml-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  position: relative;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title {
    width: 100%;
    padding-right: 0;
    background-color: #000000;
    height: 70px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title a .azen-wrp-logo {
  padding-right: 15px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title a .azen-wrp-logo {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title a .azen-wrp-logo img {
  display: block;
  max-height: 70px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-title a .azen-wrp-logo img {
    margin: 0 auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 17px;
  height: 17px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button {
    display: block;
    margin: 0;
    top: 29px;
    right: 30px;
    left: inherit;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button .az-icon:before {
  color: #949494;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button .az-icon:hover:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-mobile-menu-button .az-icon {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-menu-checkbox {
  display: none;
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-menu-checkbox:checked + .azen-nav-menu {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    background: #ffffff;
    text-align: left;
    top: 140px;
    border-radius: 0 0 6px 6px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 70px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item {
    color: #000000;
  }
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item:hover .azen-sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
  display: inline-block;
  position: relative;
  padding: 0 16px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:before {
  display: inline-block;
  position: absolute;
  left: 13px;
  right: 13px;
  top: 0;
  content: "";
  height: 4px;
  border-radius: 0 0 2px 2px;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover:before {
  opacity: 1;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
    color: #ff0000;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item > a .az-icon {
  display: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item {
    display: block;
    line-height: 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-current > a {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    padding-left: 20px;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    border: solid #949494;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -khtml-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:hover:after {
    border-color: #ff0000;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu .azen-menu-item {
    line-height: 40px;
    margin-bottom: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu .azen-menu-item a {
    display: inline-block;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 7px 30px 3px rgba(161, 69, 23, 0.0979);
  background-color: #ffffff;
  line-height: 1.2;
  text-align: left;
  z-index: 15;
  padding: 0 0 0 10px;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    border-radius: 0 0 10px 10px;
    min-width: 260px;
    left: -27px;
    top: 70px;
    padding: 16px 40px;
    background-color: #ffffff;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item {
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  line-height: 40px;
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .az-icon {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .azen-category-item {
  font-family: "Poppins";
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover:before {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover .azen-category-item {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
  border-radius: 20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu:after {
  display: none;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
    left: 100%;
    top: -16px;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:hover > .azen-sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item {
  width: 100%;
}
@media (min-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item > .azen-sub-menu {
    visibility: hidden;
    opacity: 0;
    top: -16px;
    left: 100%;
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item > .azen-sub-menu .azen-menu-item a:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  position: relative;
  padding: 0 0 0 40px;
  height: 70px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part {
    width: 100%;
    border-radius: 0;
    padding: 0;
    height: 70px;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part .azen-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part .azen-social-links {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part .azen-social-links a {
  padding: 0 9px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part .azen-social-links a:last-child {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part .azen-social-links a span:before {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-inner .azen-right-part .azen-social-links a:hover span:before {
  color: #ff6f5c;
}
div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-bg {
  position: absolute;
  background-color: #000000;
  height: 70px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-menu-3 > div .azen-bg {
    height: 140px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general {
  padding: 120px 0;
  text-align: right;
  font-size: 0;
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-map > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-map > div {
    height: 400px !important;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content {
  position: relative;
  z-index: 2;
  text-align: left;
  background-color: #ffffff;
  width: 360px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 0px 90px 0px rgba(255, 153, 153, 0.5);
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content {
    display: block;
    margin-top: 300px;
    width: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper {
  padding: 60px;
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper {
    padding: 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 14px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-text {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 35px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-items {
  margin-bottom: 28px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-items .azen-item {
  display: table;
  padding-bottom: 17px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-items .azen-item:last-child {
  padding-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-items .azen-item .az-icon {
  display: table-cell;
  vertical-align: top;
  padding: 2px 18px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-items .azen-item .az-icon:before {
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-items .azen-item .azen-item-text {
  display: table-cell;
  vertical-align: top;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-social-logo {
  font-size: 0;
  margin: -2.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-social-logo a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin: 2.5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-social-logo a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-social-logo a span:before {
  font-size: 17px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-map-section .azen-general .azen-content .azen-content-wrapper .azen-social-logo a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a {
  display: block;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a .azen-image-part {
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  border-radius: 8px 8px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a .azen-image-part .azen-category {
  display: inline-block;
  margin: 20px;
  line-height: 30px;
  padding: 0 19.25px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #fff2f0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a .azen-text-part {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 37px 44px 38px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a .azen-text-part .azen-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  word-spacing: 0.5px;
  letter-spacing: 0.4px;
  margin-bottom: 19px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a .azen-text-part .azen-date {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  color: #bbbbbb;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a:hover {
  box-shadow: 0px 15px 90px 0px rgba(255, 153, 153, 0.5);
}
div.azen.azen1.azen2.azen3 .azen-jobook-portfolio .azen-general a:hover .azen-text-part .azen-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general {
  text-align: center;
  padding: 120px 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper {
  display: inline-block;
  margin-bottom: 47px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0 18px;
  line-height: 38px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button .azen-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin: 0 9px 1px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button .azen-icon:before {
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  content: "\f00c";
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button span {
  font-family: "Poppins";
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  text-transform: capitalize;
  letter-spacing: 0.1px;
  word-spacing: 2px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button:hover {
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button:hover span {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button.az-is-checked .azen-icon {
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(255, 0, 0, 0.5);
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button.az-is-checked .azen-icon:before {
  visibility: visible;
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button.az-is-checked span {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants {
  text-align: center;
  margin: -20px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item {
  width: 33.3333333333%;
  height: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item {
    width: 50%;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item {
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item > div {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-category {
  line-height: 30px;
  padding: 0 19.25px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #fff2f0;
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a .azen-bg {
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  border-radius: 8px 8px 0 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-text-part {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-text-part a {
  padding: 37px 44px 38px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-text-part a .azen-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  word-spacing: 0.5px;
  letter-spacing: 0.4px;
  margin-bottom: 19px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-text-part a .azen-date {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  color: #bbbbbb;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-text-part a:hover .azen-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item:hover {
  box-shadow: 0px 0px 90px 0px rgba(255, 153, 153, 0.5);
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-button {
  margin-top: 60px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-button a {
  display: inline-block;
  border-radius: 30px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
  word-spacing: 2px;
  line-height: 54px;
  padding: 0 114.5px;
  background-color: rgba(140, 166, 217, 0.1);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-button a {
    padding: 0;
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-isotope .azen-general .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.55);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 .azen-general {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 91px 0 100px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 .azen-general .azen-title {
  font-family: "Poppins";
  color: #ffdbdb;
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  word-spacing: 4px;
  margin-bottom: 8px;
}
@media (max-width: 460px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 .azen-general .azen-title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 .azen-general .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 .azen-general .azen-description {
  font-family: "Poppins";
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-middle-2 .azen-general .azen-description {
    font-size: 16px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -331px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.55);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 0 390px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-category {
  display: inline-block;
  line-height: 30px;
  padding: 0 21.25px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #fff2f0;
  margin-bottom: 25px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-title {
  font-family: "Poppins";
  color: #ffdbdb;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.21;
  word-spacing: 4px;
  margin-bottom: 25px;
  padding: 0 80px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-title {
    padding: 0;
  }
}
@media (max-width: 460px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-under-title .azen-item {
  display: inline-block;
  margin: 0 15px 15px 15px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-under-title .azen-item span {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  color: #ff6666;
  text-transform: uppercase;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3 .azen-general .azen-under-title .azen-item span:first-child {
  color: #bbbbbb;
  padding-right: 5px;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3[data-over-top="false"] {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-jobook-middle-3[data-over-top="false"] .azen-general {
  padding: 100px 0 85px;
}
