/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/SF-Pro-Display-Thin.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/SF-Pro-Display-Ultralight.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SF-Pro-Display-Light.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SF-Pro-Display-Medium.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/SF-Pro-Display-Black.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/SF-Pro-Display-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SF-Pro-Display-Bold.woff2") format("woff2");
}
@font-face {
  font-family: SFProDisplay;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #ea7609;
  text-decoration: none !important;
}
a:hover {
  color: rgba(234, 118, 9, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SFProDisplay", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: #000;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "SFProDisplay", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  direction: ltr;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(19, 61, 102, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "SFProDisplay", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-content {
  border: none;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.modal-header {
  display: flex;
  align-items: center;
  border: none;
  padding: 44px 44px 0;
}
.modal-body {
  padding: 44px;
}
.modal-footer {
  border: none;
  padding: 0 44px 44px;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a.page-numbers,
.pagination > li > .page-numbers.current {
  background: #ededed;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  line-height: 1px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination > li > a.page-numbers:hover,
.pagination > li > .page-numbers.current {
  background: #ea7609;
  color: #fff;
}
/*Custom*/
.container-fluid {
  max-width: 1470px;
}
.section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-wrapper {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.section-divider {
  width: 100%;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-header {
  text-align: center;
}
.section-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  color: #ea7609;
  text-transform: uppercase;
  margin: 0;
}
.section-subtitle {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.9;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
}
* + .section-subtitle {
  margin-top: 20px;
}
.section-subtitle p {
  margin: 0;
}
.section-desc {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.6;
  text-align: center;
}
.section-body > p:last-child,
.section-desc > p:last-child {
  margin-bottom: 0;
}
.section:first-of-type .section-wrapper {
  padding-top: 100px;
}
.section:last-of-type .section-wrapper {
  padding-bottom: 0;
}
.section:not(.section-covered) + .section .section-wrapper {
  padding-top: 0;
}
#page-header {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#header + #page-body {
  padding-top: 100px;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
#page-cover {
  position: relative;
}
#page-cover > img {
  width: 100%;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  overflow: hidden;
}
.subsection-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.tbutton {
  height: 43px;
  padding: 0 20px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: #ea7609;
  color: #fff;
}
.tbutton-primary-fill:hover {
  background: #fff;
  border-color: #ea7609;
  color: #ea7609;
}
.tbutton-primary-outline {
  background: none;
  border-color: #ea7609;
  color: #ea7609;
}
.tbutton-primary-outline:hover {
  background: #ea7609;
  border-color: #ea7609;
  color: #fff;
}
.tbutton-light-fill {
  background: #fff;
  color: #000;
}
.tbutton-light-fill:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
#header {
  position: relative;
  z-index: 1000;
}
.header-top {
  padding: 41.5px 0;
}
.header-top > div {
  display: flex;
  align-items: center;
}
.lang-nav {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.lang-nav > li > a {
  min-width: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  opacity: 0.25;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.lang-nav > li:not(:last-child) {
  margin-right: 8px;
}
.lang-nav > li:hover > a,
.lang-nav > li.active > a {
  color: #000;
  opacity: 1;
}
.header-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.logo {
  margin-right: auto;
}
.logo > img {
  height: 40px;
}
.section-intro {
  background: #fff url(../img/bg-hero.jpg) no-repeat center top;
  background-size: cover;
  min-height: calc(100vh - 169px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.section-intro .section-wrapper {
  padding: 5vh 0 !important;
}
.section-intro .section-title {
  font-size: 140px;
  font-size: 14vh;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}
.section-intro .section-body {
  margin-top: 5vh !important;
}
.section-intro .section-desc {
  font-size: 20px;
  letter-spacing: normal;
  color: #fff;
  opacity: 1;
}
.slider {
  width: 100vw;
  height: calc(100vh - 169px);
}
.slide-card-img {
  width: 100vw;
  height: calc(100vh - 169px);
  object-fit: cover;
}
.section-about {
}
.about-grid {
  row-gap: 24px;
  margin: 40px 0 0;
}
body.home .about-grid {
  margin-bottom: 140px;
}
.about-card-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: start;
}
.about-card-title::before {
  background: url(../img/icon-check.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  content: "";
}
.stat-card {
  row-gap: 16px;
  text-align: center;
}
.stat-card-subtitle {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  color: #ea7609;
  direction: ltr;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.stat-card-subtitle::before {
  content: "+";
}
.stat-card-title {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
}
.section-about .section-cover {
  height: 615px;
  height: 76.875vh;
}
.section-feature {
}
.section-feature .section-body {
  margin-top: 60px;
}
.feature-grid {
  row-gap: 60px;
}
.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.feature-card-icon {
  height: 52px;
}
.feature-card-body {
  margin-top: 20px;
}
.feature-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #000;
  white-space: nowrap;
}
.feature-card-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 12px;
}
.section-customer {
}
.section-customer .section-body {
  margin-top: 60px;
}
.customer-carousel .slick-list {
  overflow: visible;
}
.customer-card {
  background-color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.customer-carousel .customer-card {
  height: 84.7px;
  padding: 12px;
  padding: 0;
}
.customer-grid .customer-card {
  height: 80px;
  height: auto;
}
.customer-card img {
  filter: grayscale(1);
  max-width: 100%;
  max-height: 100%;
}
.customer-card:hover img {
  filter: grayscale(0);
}
.section-testimonial {
}
.section-testimonial .section-body {
  margin-top: 80px;
}
.testimonial-carousel .testimonial-card {
  margin: 0 12px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.testimonial-card-body::before {
  background: url(../img/icon-quote.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 0 auto 20px;
  content: "";
  display: block;
}
.testimonial-card-body {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
}
.testimonial-card-footer {
  margin: 40px 0 0;
}
.testimonial-card-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}
.testimonial-card-subtitle {
  opacity: 0.6;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
}
.section-blog {
}
.blog-card {
  padding: 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.blog-list > div:first-child > .blog-card,
.blog-list > .blog-card:first-child {
  padding-top: 0 !important;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 76.9230769%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  margin-bottom: auto;
}
.blog-card-time {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}
.blog-card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin: 0;
}
.blog-card-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
  margin: 8px 0 0;
}
.blog-card-footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-card-cat {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #ea7609;
  padding: 4px 8px;
  background-color: rgba(234, 118, 9, 0.1);
  text-transform: lowercase;
}
.blog-card-cat:hover {
  background-color: #ea7609;
  color: #fff;
}
.blog-card-btn {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}
.blog-card-btn::after {
  background: url(../img/icon-arrow_right_alt.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: "";
}
.blog-card-btn:hover {
  color: #ea7609;
}
.section-blog .section-footer {
  text-align: center;
}
.section-office {
}
.office-card-header {
  position: relative;
  min-height: 379px;
}
.office-card-header::before {
  padding-top: 0.845982143%;
  display: block;
  content: "";
}
.office-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.office-card-body {
  background-color: #efefef;
  padding: 44px;
}
.office-card-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 40px;
}
.office-card-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.office-card-address,
.office-card-email,
.office-card-phone {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
}
.office-card-email,
.office-card-phone {
  direction: ltr;
}
.office-card-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.office-card-social > li:not(:last-child) {
  margin-right: 16px;
}
.office-card-social img {
  height: 18px;
}
.office-card-social > li > a:hover {
  opacity: 0.5;
}
.section-cta {
  background-color: #ea7609;
  text-align: center;
}
.section-cta .section-wrapper {
  padding: 80px 0 !important;
}
.section-cta .section-subtitle {
  color: #fff;
  line-height: 1.11;
}
.section-cta .section-body {
  margin-top: 16px;
}
.section-cta .section-desc {
  font-size: 24px;
  color: #fff;
  opacity: 0.8;
}
.section-cta .section-footer {
  text-align: center;
}
.section-contact {
  text-align: center;
}
.section-contact .section-body {
  margin-top: 16px;
}
.section-contact .section-desc {
  font-size: 24px;
  opacity: 0.8;
}
.section-contact .section-footer {
  text-align: center;
}
#footer {
  background: url(../img/bg-footer.png) no-repeat center top;
  background-size: cover;
  padding-top: 230px;
  margin-top: auto;
}
body.page-template-page-hiring #footer,
body.home #footer {
  padding-top: 140px;
}
.footer-top {
  padding: 50px 0;
  border-top: 1px solid #000;
}
.fblock {
  padding: 10px 0;
}
.footer-logo img {
  height: 36px;
}
.footer-desc {
  opacity: 0.7;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.footer-nav > li {
  width: 50%;
}
.footer-nav > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.footer-nav > li > a:hover {
  color: #ea7609;
}
.footer-contact {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact > li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-contact > li > a {
  color: rgba(0, 0, 0, 0.7);
}
.footer-bottom {
  padding: 20px 0;
  background-color: #000;
  color: #fff;
}
.copyright,
.footer-social {
  flex-grow: 1;
  flex-basis: 0;
}
.copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.8;
}
.powered {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.powered > a {
  color: #ffffff;
}
.powered > a:hover {
  color: #ea7609;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social > li:not(:last-child) {
  margin-right: 16px;
}
.footer-social img {
  height: 18px;
  filter: brightness(0) invert(1);
}
.footer-social > li > a:hover {
  opacity: 0.5;
}
body.page-template-page-about .feature-grid {
  margin-bottom: 0;
}
body.page-template-page-about .section-about .section-cover {
  height: 98.5vh !important;
}
.history-card {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.history-card-header {
  /*width: 162px;
  height: 162px;
  border: solid 1px rgba(232, 232, 232, 0.56);*/
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
.history-card-header::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.history-card-img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.history-card-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
}
.history-card-footer {
  margin-top: 84px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.history-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
}
.history-card-subtitle {
  font-size: 40px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.history-carousel .slick-list {
  overflow: visible;
}
.history-carousel .slick-track {
  display: flex;
  align-items: end;
}
.history-carousel::after {
  border-top: 1px solid #e8e6e6;
  border-bottom: 1px solid #e8e6e6;
  width: 100vw;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  content: "";
}
.history-carousel .history-card.slick-current .history-card-footer::after {
  width: 100%;
  height: 4px;
  background-color: #ea7609;
  position: absolute;
  left: 0;
  top: -11px;
  content: "";
}
.history-carousel .history-card:not(.slick-center) .history-card-header {
  width: 70px;
  height: 70px;
  padding: 17px 15px;
  padding: 17px 0;
  /*border: solid 1px rgba(242, 242, 242, 0.56);*/
}
.history-carousel .history-card:not(.slick-center) .history-card-body {
  display: none;
}
.history-carousel .history-card:not(.slick-center) .history-card-footer {
  margin-top: 97px;
}
.history-carousel .history-card:not(.slick-center) .history-card-subtitle {
  font-size: 16px;
}
.history-carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: none;
  background: none;
  padding: 0;
  width: 11.1px;
  height: 19.3px;
  background: url(../img/icon-arrow-left.svg) no-repeat center center;
  background-size: cover;
  font-size: 0;
  z-index: 1;
}
.history-carousel .slick-prev {
  transform: scaleX(1) translate(calc(-100% + -70px), -50%);
}
.history-carousel .slick-next {
  transform: scaleX(-1) translate(-70px, -50%);
}
.section-service .section-body {
  margin-top: 8px;
}
.service-grid {
  row-gap: 30px;
}
.service-card {
  padding: 32px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.service-card-body {
  margin-top: 32px;
}
.service-card-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #ea7609;
  margin: 0;
  white-space: nowrap;
}
.service-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.service-card-list > li {
  display: flex;
  align-items: start;
}
.service-card-list > li:not(:last-child) {
  margin-bottom: 8px;
}
.service-card-list > li::before {
  background: url(../img/icon-check.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  content: "";
}
.brand-card {
  text-align: center;
}
.brand-card-icon {
  height: 52px;
}
.brand-card-body {
  margin-top: 24px;
}
.brand-card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.section-channel .section-footer {
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 80px;
}
.channel-svg {
  margin: 0 auto;
  width: 100%;
}
#contact-form button {
  display: block;
  margin-left: auto;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #000;
}
.contact-info > li:first-child {
  margin-bottom: 40px;
}
.contact-info > li > a {
  color: #000;
}
.section-hiring .section-body {
  margin-top: 20px;
}
.section-hiring .section-footer {
  margin-top: 60px;
}
.hiring-table {
  width: 100%;
}
.hiring-table th {
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 0 8px;
}
.hiring-card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.hiring-card-header > td:last-child::after {
  width: 10px;
  height: 20px;
  background: url(../img/icon-expand_more.svg) no-repeat center center;
  background-size: 10px auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
}
.hiring-card.active .hiring-card-header > td:last-child::after {
  transform: translateY(-50%) scaleY(-1);
}
.hiring-card-header > td {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  position: relative;
}
.hiring-card-inner {
  display: none;
}
.hiring-card-inner > td {
  padding: 19px 0 40px;
}
.hiring-card-footer {
  text-align: right;
}
.modal-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
.modal-title > span {
  color: #ea7609;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 32px;
}
.entry-cover {
  position: relative;
}
.entry-cover > img {
  width: 100%;
}
.entry-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  margin: 0;
}
* + .entry-title {
  margin-top: 32px;
}
.entry-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
* + .entry-info {
  margin-top: 12px;
}
.entry-info-time {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
.entry-info-cat {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  color: #ea7609;
  padding: 4px 8px;
  background-color: rgba(234, 118, 9, 0.1);
  text-transform: lowercase;
}
.entry-info-cat:hover {
  background-color: #ea7609;
  color: #fff;
}
.entry-excerpt {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  background: radial-gradient(
    157.55% 886% at 77.81% 50%,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(234, 118, 9, 0.21) 100%
  );
  border-left: 3px solid #ea7609;
  margin-top: 32px;
}
.entry-content > p:last-child,
.entry-content blockquote > p:last-child {
  margin-bottom: 0;
}
.entry-content > ul,
.entry-content > ol {
  list-style-position: inside;
  padding: 0;
}
.entry-meta,
.entry-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li {
  display: flex;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-meta > li > i {
  width: 26px;
  align-self: center;
}
.entry-meta > li > strong {
  margin-right: 5px;
}
.entry-meta ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.entry-meta ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-right: 5px;
}
.form-group > label {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}
.form-control {
  height: 40px;
  border: solid 0.5px #ededed;
  background-color: #f7f7f7;
}
.form-control:focus {
  background-color: #f7f7f7;
  border-color: #ea7609;
}
.chart > ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  background: #fff;
}
.chart > ol > li {
  width: 33.3333333%;
  padding: 0 14px;
  position: relative;
  background: #fff;
}
.chart > ol > li > div {
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chart > ol:nth-of-type(1),
.chart > ol:nth-of-type(2) {
  justify-items: center;
}
.chart > ol:nth-of-type(1) > li > div,
.chart > ol:nth-of-type(2) > li > div {
  justify-content: center;
}
.chart > ol:nth-of-type(1) {
  justify-content: center;
}
.chart li > div > img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 8px;
}
.chart li > div > strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.38px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.9);
  margin-right: 4px;
  direction: ltr;
  display: inline-flex;
  align-items: end;
}
.chart li > div > strong::before {
  content: "+";
}
.chart li > div > span {
  font-size: 14px;
  font-weight: normal;
  line-height: 16.38px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.9);
}
.chart > ol:nth-of-type(1) > li > div > span,
.chart > ol:nth-of-type(2) > li > div > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.72px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #ea7609;
}
.chart > ol:nth-of-type(1) > li:nth-child(1)::before,
.chart > ol:nth-of-type(1) > li:nth-child(2)::before,
.chart > ol:nth-of-type(2) > li:nth-child(1)::before,
.chart > ol:nth-of-type(2) > li:nth-child(2)::before,
.chart > ol:nth-of-type(2) > li:nth-child(3)::before {
  width: 50%;
  height: 15px;
  border: 1px solid transparent;
  margin-bottom: 5px;
  display: block;
  content: "";
}
.chart > ol:nth-of-type(1) > li:nth-child(1)::before,
.chart > ol:nth-of-type(2) > li:nth-child(1)::before {
  border-top-color: #d9d9d9;
  border-left-color: #d9d9d9;
  margin-left: auto;
  margin-right: -15px;
}
.chart > ol:nth-of-type(1) > li:nth-child(2)::before,
.chart > ol:nth-of-type(2) > li:nth-child(2)::before,
.chart > ol:nth-of-type(2) > li:nth-child(3)::before {
  border-top-color: #d9d9d9;
  border-right-color: #d9d9d9;
  margin-right: auto;
  margin-left: -15px;
}
.chart::before,
.chart > ol:nth-of-type(1) > li:nth-child(1)::after,
.chart > ol:nth-of-type(1) > li:nth-child(2)::after,
.chart > ol:nth-of-type(2) > li:nth-child(1)::after,
.chart > ol:nth-of-type(2) > li:nth-child(2)::after,
.chart > ol:nth-of-type(2) > li:nth-child(3)::after {
  width: 1px;
  height: 45px;
  background: #d9d9d9;
  display: block;
  margin: 5px auto 0;
  content: "";
}
.chart > ol:nth-of-type(2) > li:nth-child(1)::after {
  margin-bottom: 5px;
  height: 20px;
}
.chart > ol:nth-of-type(2) > li:nth-child(2)::after,
.chart > ol:nth-of-type(2) > li:nth-child(3)::after {
  height: 300px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -30px);
}
.chart > ol:nth-of-type(4) > li {
  padding-bottom: 8px;
}
.chart > ol:nth-of-type(4)::before {
  width: 85%;
  height: 15px;
  border: 1px solid transparent;
  margin: 45px auto 5px;
  background: #fff;
  box-shadow: 0 5px 0 0 #fff;
  border-top-color: #d9d9d9;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  position: relative;
  z-index: 1;
  display: block;
  content: "";
}
/*Animation*/
[data-animate^="fade"] {
  position: relative;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  transition-property: all;
}
[data-animate^="fadeOut"] {
  opacity: 1;
  visibility: visible;
}
[data-animate^="fadeOut"].animated {
  opacity: 0;
  visibility: hidden;
}
[data-animate^="fadeIn"] {
  opacity: 0;
  visibility: hidden;
}
[data-animate^="fadeIn"].animated {
  opacity: 1;
  visibility: visible;
}
[data-animate^="fadeInDown"] {
  transform: translate3d(0, -100%, 0);
}
[data-animate^="fadeInDown"].animated {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeInUp"] {
  transform: translate3d(0, 100%, 0);
}
[data-animate^="fadeInUp"].animated {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutDown"] {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutDown"].animated {
  transform: translate3d(0, 100%, 0);
}
[data-animate^="fadeOutUp"] {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutUp"].animated {
  transform: translate3d(0, -100%, 0);
}

[data-duration="50"] {
  transition-duration: 50ms;
}
[data-delay="50"] {
  transition-delay: 50ms;
}
[data-duration="100"] {
  transition-duration: 0.1s;
}
[data-delay="100"] {
  transition-delay: 0.1s;
}
[data-duration="150"] {
  transition-duration: 0.15s;
}
[data-delay="150"] {
  transition-delay: 0.15s;
}
[data-duration="200"] {
  transition-duration: 0.2s;
}
[data-delay="200"] {
  transition-delay: 0.2s;
}
[data-duration="250"] {
  transition-duration: 0.25s;
}
[data-delay="250"] {
  transition-delay: 0.25s;
}
[data-duration="300"] {
  transition-duration: 0.3s;
}
[data-delay="300"] {
  transition-delay: 0.3s;
}
[data-duration="350"] {
  transition-duration: 0.35s;
}
[data-delay="350"] {
  transition-delay: 0.35s;
}
[data-duration="400"] {
  transition-duration: 0.4s;
}
[data-delay="400"] {
  transition-delay: 0.4s;
}
[data-duration="450"] {
  transition-duration: 0.45s;
}
[data-delay="450"] {
  transition-delay: 0.45s;
}
[data-duration="500"] {
  transition-duration: 0.5s;
}
[data-delay="500"] {
  transition-delay: 0.5s;
}
[data-duration="550"] {
  transition-duration: 0.55s;
}
[data-delay="550"] {
  transition-delay: 0.55s;
}
[data-duration="600"] {
  transition-duration: 0.6s;
}
[data-delay="600"] {
  transition-delay: 0.6s;
}
[data-duration="650"] {
  transition-duration: 0.65s;
}
[data-delay="650"] {
  transition-delay: 0.65s;
}
[data-duration="700"] {
  transition-duration: 0.7s;
}
[data-delay="700"] {
  transition-delay: 0.7s;
}
[data-duration="750"] {
  transition-duration: 0.75s;
}
[data-delay="750"] {
  transition-delay: 0.75s;
}
[data-duration="800"] {
  transition-duration: 0.8s;
}
[data-delay="800"] {
  transition-delay: 0.8s;
}
[data-duration="850"] {
  transition-duration: 0.85s;
}
[data-delay="850"] {
  transition-delay: 0.85s;
}
[data-duration="900"] {
  transition-duration: 0.9s;
}
[data-delay="900"] {
  transition-delay: 0.9s;
}
[data-duration="950"] {
  transition-duration: 0.95s;
}
[data-delay="950"] {
  transition-delay: 0.95s;
}
[data-duration="1000"] {
  transition-duration: 1s;
}
[data-delay="1000"] {
  transition-delay: 1s;
}
[data-duration="1050"] {
  transition-duration: 1.05s;
}
[data-delay="1050"] {
  transition-delay: 1.05s;
}
[data-duration="1100"] {
  transition-duration: 1.1s;
}
[data-delay="1100"] {
  transition-delay: 1.1s;
}
[data-duration="1150"] {
  transition-duration: 1.15s;
}
[data-delay="1150"] {
  transition-delay: 1.15s;
}
[data-duration="1200"] {
  transition-duration: 1.2s;
}
[data-delay="1200"] {
  transition-delay: 1.2s;
}
[data-duration="1250"] {
  transition-duration: 1.25s;
}
[data-delay="1250"] {
  transition-delay: 1.25s;
}
[data-duration="1300"] {
  transition-duration: 1.3s;
}
[data-delay="1300"] {
  transition-delay: 1.3s;
}
[data-duration="1350"] {
  transition-duration: 1.35s;
}
[data-delay="1350"] {
  transition-delay: 1.35s;
}
[data-duration="1400"] {
  transition-duration: 1.4s;
}
[data-delay="1400"] {
  transition-delay: 1.4s;
}
[data-duration="1450"] {
  transition-duration: 1.45s;
}
[data-delay="1450"] {
  transition-delay: 1.45s;
}
[data-duration="1500"] {
  transition-duration: 1.5s;
}
[data-delay="1500"] {
  transition-delay: 1.5s;
}
[data-duration="1550"] {
  transition-duration: 1.55s;
}
[data-delay="1550"] {
  transition-delay: 1.55s;
}
[data-duration="1600"] {
  transition-duration: 1.6s;
}
[data-delay="1600"] {
  transition-delay: 1.6s;
}
[data-duration="1650"] {
  transition-duration: 1.65s;
}
[data-delay="1650"] {
  transition-delay: 1.65s;
}
[data-duration="1700"] {
  transition-duration: 1.7s;
}
[data-delay="1700"] {
  transition-delay: 1.7s;
}
[data-duration="1750"] {
  transition-duration: 1.75s;
}
[data-delay="1750"] {
  transition-delay: 1.75s;
}
[data-duration="1800"] {
  transition-duration: 1.8s;
}
[data-delay="1800"] {
  transition-delay: 1.8s;
}
[data-duration="1850"] {
  transition-duration: 1.85s;
}
[data-delay="1850"] {
  transition-delay: 1.85s;
}
[data-duration="1900"] {
  transition-duration: 1.9s;
}
[data-delay="1900"] {
  transition-delay: 1.9s;
}
[data-duration="1950"] {
  transition-duration: 1.95s;
}
[data-delay="1950"] {
  transition-delay: 1.95s;
}
[data-duration="2000"] {
  transition-duration: 2s;
}
[data-delay="2000"] {
  transition-delay: 2s;
}
[data-duration="2050"] {
  transition-duration: 2.05s;
}
[data-delay="2050"] {
  transition-delay: 2.05s;
}
[data-duration="2100"] {
  transition-duration: 2.1s;
}
[data-delay="2100"] {
  transition-delay: 2.1s;
}
[data-duration="2150"] {
  transition-duration: 2.15s;
}
[data-delay="2150"] {
  transition-delay: 2.15s;
}
[data-duration="2200"] {
  transition-duration: 2.2s;
}
[data-delay="2200"] {
  transition-delay: 2.2s;
}
[data-duration="2250"] {
  transition-duration: 2.25s;
}
[data-delay="2250"] {
  transition-delay: 2.25s;
}
[data-duration="2300"] {
  transition-duration: 2.3s;
}
[data-delay="2300"] {
  transition-delay: 2.3s;
}
[data-duration="2350"] {
  transition-duration: 2.35s;
}
[data-delay="2350"] {
  transition-delay: 2.35s;
}
[data-duration="2400"] {
  transition-duration: 2.4s;
}
[data-delay="2400"] {
  transition-delay: 2.4s;
}
[data-duration="2450"] {
  transition-duration: 2.45s;
}
[data-delay="2450"] {
  transition-delay: 2.45s;
}
[data-duration="2500"] {
  transition-duration: 2.5s;
}
[data-delay="2500"] {
  transition-delay: 2.5s;
}
[data-duration="2550"] {
  transition-duration: 2.55s;
}
[data-delay="2550"] {
  transition-delay: 2.55s;
}
[data-duration="2600"] {
  transition-duration: 2.6s;
}
[data-delay="2600"] {
  transition-delay: 2.6s;
}
[data-duration="2650"] {
  transition-duration: 2.65s;
}
[data-delay="2650"] {
  transition-delay: 2.65s;
}
[data-duration="2700"] {
  transition-duration: 2.7s;
}
[data-delay="2700"] {
  transition-delay: 2.7s;
}
[data-duration="2750"] {
  transition-duration: 2.75s;
}
[data-delay="2750"] {
  transition-delay: 2.75s;
}
[data-duration="2800"] {
  transition-duration: 2.8s;
}
[data-delay="2800"] {
  transition-delay: 2.8s;
}
[data-duration="2850"] {
  transition-duration: 2.85s;
}
[data-delay="2850"] {
  transition-delay: 2.85s;
}
[data-duration="2900"] {
  transition-duration: 2.9s;
}
[data-delay="2900"] {
  transition-delay: 2.9s;
}
[data-duration="2950"] {
  transition-duration: 2.95s;
}
[data-delay="2950"] {
  transition-delay: 2.95s;
}
[data-duration="3000"] {
  transition-duration: 3s;
}
[data-delay="3000"] {
  transition-delay: 3s;
}
[data-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-easing="ease"] {
  transition-timing-function: ease;
}
[data-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-easing="ease-out"] {
  transition-timing-function: ease-out;
}
[data-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}
[data-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  margin: 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  .logo > img:nth-child(1) {
    display: none;
  }
  .nav-toggle {
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17.2692V15.7692H21V17.2692H4ZM4 12.3846V10.8846H21V12.3846H4ZM4 7.49997V6H21V7.49997H4Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    font-size: 0;
    padding: 0;
    border: none;
    margin-left: 10px;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 230px;
    height: 100vh;
    padding: 15px 0;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    color: #000;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    border-bottom: 1px solid #000;
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    color: #ea7609;
  }
  .section-wrapper {
    padding: 88px 0;
  }
  #header + #page-body,
  #page-header,
  .section:first-of-type .section-wrapper {
    padding-top: 56px;
  }
  .section:last-of-type .section-wrapper {
    padding-bottom: 0;
  }
  .section:not(.section-covered) + .section .section-wrapper {
    padding-top: 0;
  }
  .section-header + .section-body {
    margin-top: 12px;
  }
  .section-body + .section-footer,
  .section-header + .section-footer {
    margin-top: 24px;
  }
  .section-title {
    font-size: 12px;
  }
  .section-subtitle {
    font-size: 32px;
  }
  * + .section-subtitle {
    margin-top: 8px;
  }
  .section-desc {
    font-size: 14px !important;
  }
  .section-cover {
    height: auto !important;
  }
  .tbutton {
    font-size: 14px;
  }
  #footer {
    padding-top: 120px;
  }
  body.page-template-page-hiring #footer,
  body.home #footer {
    padding-top: 88px;
  }
  .section-customer .section-body {
    margin-top: 48px;
  }
  .section-feature .section-body {
    margin-top: 48px;
  }
  .customer-grid .customer-card {
    padding: 10px 40px;
  }
  .section-intro .section-title {
    font-size: 70px;
  }
  .feature-grid {
    margin-bottom: 70px;
  }
  .footer-top {
    padding: 44px 0;
  }
  .footer-bottom > div {
    display: flex;
    flex-direction: column;
  }
  .copyright,
  .powered {
    margin-top: 10px;
  }
  .footer-social {
    justify-content: space-between;
    order: -1;
    margin-bottom: 22px;
  }
  #page-header {
    padding-bottom: 24px;
  }
  #page-title {
    font-size: 32px;
  }
  .blog-card {
    padding: 20px 0;
  }
  .blog-card-body {
    padding: 8px 12px 12px;
  }
  .blog-card-time {
    font-size: 8px;
  }
  .blog-card-title {
    font-size: 16px;
  }
  .blog-card-desc {
    font-size: 14px;
    max-height: 44.8px;
    overflow: hidden;
  }
  .blog-card-cat {
    font-size: 12px;
  }
  .blog-card-btn {
    font-size: 14px;
  }
  .about-card {
    padding: 0 16px;
  }
  .about-card-title {
    font-size: 14px;
  }
  .history-card-title {
    font-size: 24px;
  }
  .history-card-desc {
    font-size: 14px;
  }
  .history-card-subtitle {
    font-size: 32px;
  }
  .feature-card-title {
    font-size: 20px;
  }
  .feature-card-desc {
    font-size: 14px;
  }
  .service-card-title {
    font-size: 20px;
  }
  .service-card-list {
    font-size: 14px;
  }
  .stat-card-subtitle {
    font-size: 32px;
  }
  .stat-card-title {
    font-size: 14px;
  }
  .form-group > label {
    font-size: 14px;
  }
  .contact-info {
    font-size: 14px;
  }
  .testimonial-card-body {
    font-size: 14px;
  }
  .testimonial-card-title {
    font-size: 14px;
  }
  .section-cta .section-subtitle {
    font-size: 24px;
  }
  .office-card-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .office-card-subtitle {
    font-size: 16px;
  }
  .office-card-address,
  .office-card-email,
  .office-card-phone {
    font-size: 14px;
  }
  .section-channel .section-cover > img:nth-child(1) {
    display: none;
  }
  .section-channel .section-body + .section-footer {
    margin-top: 88px;
  }
  .contact-info > li:first-child {
    margin-bottom: 20px;
  }
  .modal-title {
    font-size: 20px;
  }
  .section-contact .section-body,
  .section-cta .section-body {
    margin-top: 12px;
  }
  .section-contact .section-footer,
  .section-cta .section-footer {
    margin-top: 32px;
  }
  .section-hiring .section-footer {
    margin-top: 48px;
  }
  .section-channel .section-footer {
    font-size: 14px;
  }
  .testimonial-carousel .slick-list {
    overflow: visible !important;
  }
  .section-blog .blog-list .slick-list {
    overflow: visible !important;
    padding-right: 130px !important;
  }
  .section-blog .blog-list .blog-card {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .section-blog .blog-list .blog-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .section-blog .blog-list .blog-card-desc {
    margin-bottom: auto;
  }
  .copyright,
  .powered {
    font-size: 12px;
  }
  .footer-logo img {
    height: 22px;
  }
  .entry-info-time {
    font-size: 8px;
  }
  .entry-info-cat {
    font-size: 12px;
  }
  .section-intro {
    min-height: calc(100vh - 125px);
  }
  .entry-title {
    font-size: 24px;
  }
  .entry-content h6 {
    font-size: 10px;
  }
  .entry-content h5 {
    font-size: 12px;
  }
  .entry-content h4 {
    font-size: 14px;
  }
  .entry-content h3 {
    font-size: 16px;
  }
  .entry-content h2 {
    font-size: 18px;
  }
  .entry-content h1 {
    font-size: 20px;
  }
  .chart > ol:nth-of-type(3) > li,
  .chart > ol:nth-of-type(4) > li {
    width: 50%;
  }
  .chart > ol > li > div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .logo > img:nth-child(2) {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  #navigation > ul {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li > a {
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    align-items: center;
  }
  #navigation > ul > li:hover > a {
    background: #eaeaea;
    color: #000;
  }
  #navigation > ul > li.current-menu-item > a {
    background: #000;
    color: #fff;
  }
  .section-blog .section-body {
    margin-top: 40px;
  }
  .blog-card {
    display: flex;
  }
  .blog-card-header {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .blog-card-inner {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
  }
  .section-contact-office .section-cover {
    height: 74.375vh !important;
  }
  .office-card {
    display: flex;
    flex-direction: row-reverse;
  }
  .office-card-header,
  .office-card-body {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .office-card-body {
    display: flex;
    flex-direction: column;
  }
  .office-card-address {
    margin-bottom: auto;
  }
  .testimonial-carousel .testimonial-card:not(.slick-center) {
    opacity: 25%;
  }
  .section-channel .section-cover > img:nth-child(2) {
    display: none;
  }
}
