@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

body:not(.elementor-editor-wp-page),
body:not(.elementor-editor-wp-page) div,
body:not(.elementor-editor-wp-page) span,
body:not(.elementor-editor-wp-page) button,
body:not(.elementor-editor-wp-page) p,
body:not(.elementor-editor-wp-page) a,
body:not(.elementor-editor-wp-page) h1,
body:not(.elementor-editor-wp-page) h2,
body:not(.elementor-editor-wp-page) h3,
body:not(.elementor-editor-wp-page) h4,
body *:not(i) {
  font-family: "Lato", sans-serif !important;
}
/* color */
:root {
  --black: #000000;
  --dark-grey: #999999;
  --white: #ffffff;
  --light-grey: #f5f5f5;
}

.c-b {
  color: var(--black);
}

.c-dg {
  color: var(--dark-grey);
}
/* container */
.container {
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }
}

p {
  margin: 0 !important;
}
/* uppercase */
.uppercase {
  text-transform: uppercase;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
/* font weight */
.light,
.light * {
  font-weight: 300 !important;
}
.regular,
.regular * {
  font-weight: 400 !important;
}
.medium,
.medium * {
  font-weight: 500 !important;
}
.semibold,
.semibold * {
  font-weight: 600 !important;
}
.bold,
.bold * {
  font-weight: 700 !important;
}

.block {
	display:block!important;
}
/* font size */
.fs-10,
.fs-10 * {
  font-size: 10px;
  line-height: normal;
}
.fs-12,
.fs-12 * {
  font-size: 12px !important;
  line-height: normal;
}
.fs-14,
.fs-14 * {
  font-size: 14px;
  line-height: normal;
}
.fs-16,
.fs-16 * {
  font-size: 16px;
  line-height: normal;
}
.fs-18,
.fs-18 * {
  font-size: 18px;
  line-height: normal;
}
.fs-24,
.fs-24 * {
  font-size: 24px;
  line-height: 30px;
}
.fs-32,
.fs-32 * {
  font-size: 32px;
  line-height: 38px;
}
.fs-40,
.fs-40 * {
  font-size: 40px;
  line-height: 50px;
}
.fs-48,
.fs-48 * {
  font-size: 48px;
  line-height: 50px;
}
@media (max-width: 1440px) {
  .fs-40,
  .fs-40 * {
    font-size: 38px;
    line-height: 48px;
  }
  .fs-48,
  .fs-48 * {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 1024px) {
  .fs-16,
  .fs-16 * {
    font-size: 14px;
    line-height: normal;
  }
  .fs-24,
  .fs-24 * {
    font-size: 16px;
    line-height: 22px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 24px;
    line-height: 30px;
  }
  .fs-40,
  .fs-40 * {
    font-size: 32px;
    line-height: 40px;
  }
  .fs-48,
  .fs-48 * {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .fs-32,
  .fs-32 * {
    font-size: 20px;
    line-height: 26px;
  }
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mt-90 {
  margin-top: 90px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mr--20 {
  margin-right: -20px !important;
}
.mr--60 {
  margin-right: -60px !important;
}
.pb-72 {
  padding-bottom: 72px;
}

@media (max-width: 1024px) {
  .mt-16 {
    margin-top: 12px !important;
  }
  .mt-72 {
    margin-top: 48px !important;
  }
  .mt-90 {
    margin-top: 48px;
  }
  .mb-48 {
    margin-bottom: 24px;
  }
  .mb-72 {
    margin-bottom: 24px;
  }
  .mr--60 {
    margin-right: -30px !important;
  }
  .pb-72 {
    padding-bottom: 48px;
  }
}
/* header */
.main-menu li a:hover,
.main-menu li.current-menu-item a,
.mobile-menu li a:hover,
.mobile-menu li.current-menu-item a {
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.main-menu a {
	 font-size:13px!important;	
	}
	.main-menu .hfe-nav-menu > li.menu-item:not(:last-child) {
		margin-right:28px!important;	
	}
}
.relative {
  position: relative;
}

.menu-flex {
  flex: 1 !important;
}
.hfe-menu-item:hover::after {
  content: none !important;
}
.main-menu .current-menu-item > .hfe-menu-item {
  position: relative;
}

.mobile-menu {
  display: flex !important;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: var(--black);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    visibility 0.4s;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.admin-bar .mobile-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    top: 46px;
  }
}
.mobile-menu .menu-flex .hfe-nav-menu,
.mobile-menu .menu-flex nav,
.mobile-menu .menu-flex ul {
  border: none !important;
  background: transparent !important;
}

.mobile-menu .menu-flex ul.hfe-nav-menu {
  position: relative;
  padding-left: 30px !important;
  border-left: 1px var(--white) solid !important;
  margin-left: 15px;
}

.mobile-menu .menu-flex ul.hfe-nav-menu li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}

.mobile-menu .menu-flex ul.hfe-nav-menu li a {
  color: var(--white) !important;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 15px 0 !important;
  display: block;
  text-decoration: none;
}

.mobile-menu .menu-flex ul.hfe-nav-menu li.current-menu-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--white);
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
}

.mobile-menu .menu-general-disclaimer {
  margin-top: 40px;
}

/* home */
.btn-g a {
  padding: 0;
  background: none;
  text-decoration: none;
  font-weight: normal;
  transition: font-weight 0.3s ease;
  color: var(--dark-grey) !important;
}
.btn-g a:hover {
  font-weight: bold;
  color: var(--dark-grey);
}

.hover-underline:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-decoration-color: reset;
}
.hover-w-underline:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-decoration-color: var(--white);	
}

.hover-underline-white .core-values h4 span {
  font-size: 18px;
  font-family: "Literata", serif !important;
  font-weight: 600;
}
.core-values p {
  font-size: 14px;
}

.accept-all a {
	background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    color: var(--dark-grey) !important;
    border-radius: 0;
    font-size: 12px;
    transition: font-weight 0.2s ease;
}
.accept-all a:hover {
    font-weight: bold;
    color: var(--black) !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
.home-carousel .elementor-image-carousel-wrapper {
    --gap: 20px;
    display: flex !important;
    overflow: hidden !important;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); 
}

.marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 25s linear infinite;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% - var(--gap))); }
}

.marquee__content figure {
    margin: 0;
    display: flex;
    align-items: center;
}

.marquee__content img {
    width: auto;
    max-height: 80px;
    object-fit: contain;
}
@media (max-width: 1440px) {
  .core-values h4 span {
    font-size: 17px;
  }
}
.partner-img-w .swiper-slide-image {
  width: 150px;
}

/* kamcorp development */
.page-id-72,
.page-id-66 {
  overflow-x: hidden!important;
}

/* footer */
.hover-w .elementor-heading-title:hover {
  font-weight: 600 !important;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}
.careers-form {
  text-align: right;
}
.careers-popup,
.contact-popup,
.general-disclaimer-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.general-disclaimer-popup .scroll-content {
	overflow-y:scroll;
    height: 600px;
}
/* body {
	position:relative;
} */
/* .general-disclaimer-popup .e-con-inner {
justify-content: start!important;	
} */

.careers-popup.active,
.contact-popup.active,
.general-disclaimer-popup.active {
  opacity: 1;
  visibility: visible;
}

.form-row {
  display: flex;
  gap: 40px;
  text-align: left;
}

.form-group {
  flex: 1;
}

.full-row {
  text-align: left;
}

.careers-form input.wpcf7-form-control:not([type="submit"]) {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--dark-grey);
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 10px 0;
  border-radius: 0;
  font-size: 16px;
}
.careers-form textarea.wpcf7-form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--dark-grey);
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 8px 0;
  border-radius: 0;
  height: 125px !important;
  font-size: 16px;
}
.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.upload-section {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hidden-file-input input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.upload-trigger {
  text-decoration: underline;
  cursor: pointer;
}

.careers-form input[type="submit"] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  color: var(--dark-grey);
  border-radius: 0;
  font-size: 12px;
  transition: font-weight 0.2s ease;
}
.careers-form input[type="submit"]:hover {
  font-weight: bold;
  color: var(--black);
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid var(--dark-grey) !important;
  margin: 20px 0 !important;
  color: var(--black) !important;
}

/* thank you */
.thank-you-Message {
  display: none;
}
@media (max-width: 1024px) {
  .careers-form input.wpcf7-form-control:not([type="submit"]),
  .careers-form textarea.wpcf7-form-control {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
}

/* header-mobile */

@media (max-width: 1024px) {
    .header-mobile.is-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: 100%;
        z-index: 99999;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        animation: fadeInDown 0.4s ease-out;
    }
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }
}