/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#country_selector_button_5 { height:50px!important; border: 0px solid green!important; }

.text-label p {
    border: 1px solid #C42B32;
    width: auto;
    padding: 5px 10px;
	font-size: 15px;
}

.text-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-label.center {
	justify-content: center;
}

a.btn-anim span,
.fusion-form-field.btn-anim span,
li.btn-anim .menu-text {
  position: relative;
  color: #ffffff !important;
  text-decoration: none;
  padding-bottom: 18px !important;
  background: linear-gradient(90deg, #FFC60A, #FFC60A);
  background-size: 100% 3px;
  background-position-x: 0%;
  background-position-y: calc(100% - 4px);
  background-repeat: no-repeat;
	transition: color .3s ease-in-out;
}

a.btn-anim.dark span,
a.btn-anim.dark:hover span {
	color: #0E2145 !important;
}

li.btn-anim .menu-text {
	padding-bottom: 13px !important;
}

a.btn-anim:hover span,
.fusion-form-field.btn-anim:hover span,
li.btn-anim:hover .menu-text{
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

a.btn-anim.change-col:hover span {
	color: #ffffff;
}

a.btn-anim span:after,
.fusion-form-field.btn-anim span:after,
li.btn-anim .menu-text:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/01/cta-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-left: 1rem;
    margin-bottom: -4px;
}

a.btn-anim.white span:after {
	background-image: url('/wp-content/uploads/2024/10/cta-arrow-white.svg');
}

.positions-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
	flex-wrap: wrap;
}

.positions-list ul li {
    border: 1px solid #090b2f;
	padding: 0px 6px;
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.checklist-container.apply .content-container{
	padding-left: 25px;
}

.checklist-container.apply .fa-circle:before {
	font-size: 8px;
}

.checklist-container.apply .icon i {
	line-height: 32px !important;
	    width: 15px !important;
	    margin-right: 10px !important;
}

@keyframes underlineHover {
  0% {
    background-position-x: 100%;
    background-size: 100% 3px;
  }
  50% {
    background-position-x: 100%;
    background-size: 0% 3px;
  }
  51% {
    background-position-x: 0%;
    background-size: 0% 3px;
  }
  100% {
    background-position-x: 0%;
    background-size: 100% 3px;
  }
}


/* Ticker */
.ticker {
  display: flex;
  width: 100vw;
	margin-right: -100px;
}
.ticker__list {
  display: flex;
  margin-top: 1rem;
	margin-left: calc((100vw - 1248px) / -2);
}
.ticker:hover .ticker__list,
.ticker-logos:hover .ticker__list {
  animation-play-state: paused !important;
}
.ticker__item {
  margin-right: 50px;
  width: 330px;
  border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}


.ticker__list > div:nth-child(3n+2) {
    margin-top: 6rem;
}

.ticker__list > div:nth-child(3n+3) {
    margin-top: -3rem;
}

.ticker-logos .ticker__list > div:nth-child(3n+3),
.ticker-logos .ticker__list > div:nth-child(3n+2) {
	margin: 0;
}

/* .ticker-logos .ticker__item img {
	border-radius: 0px;
	 -webkit-box-shadow: none;
    box-shadow: none;
	    max-height: 70px;
	    filter: brightness(0) invert(1);
} */

.ticker-logos .ticker__item {
    margin: 0 8px !important;
    width: 150px;
    border-radius: 10px;
}

.ticker-logos .ticker__item.wide-right {
    margin-right: 3rem !important;
}

.ticker-logos .ticker__item.wide {
    margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.ticker-logos .ticker__item.wide-left {
    margin-left: 3rem !important;
}

.ticker-logos .ticker__list {
  animation: ticker 1000s infinite linear;
}

.ticker-logos.reverse {
	justify-content: flex-end;
}


.ticker-logos.reverse .ticker__list {
  animation: tickerreverse 1000s infinite linear;
}

@keyframes ticker {
  100% {
    transform: translateX(-100%); /*try changing this to -100vw*/
  }
}

@keyframes tickerreverse {
  100% {
    transform: translateX(100%); /*try changing this to -100vw*/
  }
}

.desktop-menu {
	padding-top: 2rem;
}

.fusion-scroll-section.hide {
	display: none;
	height: 0 !important;
}

/* Flip Boxes */
.services-flip-boxes .flip-box-back-inner p {
    margin-bottom: 0;
	font-weight: 600;
}

.services-flip-boxes .flip-box-front {
	padding: 27px 18px !important;
}

.services-flip-boxes .flip-box-front h3 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 1.5rem !important;!i;!;
}

.services-flip-boxes .flip-box-grafix.flip-box-image {
    height: 140px;
	display: flex !important;
    align-items: center;
    justify-content: center;
}

.fusion-scroll-section-link-bullet {
	background-color: #090b2f !important;
}

.scroll-navigation-right .fusion-scroll-section-link:before {
	display: none;
}

@media (min-width: 992px) {
	.positions-list ul {
	max-width: 70%;
}
	
	.ticker-logos .ticker__list {
  animation: ticker 1000s infinite linear;
}
}

@media (max-width: 991px) {
	.testimonials-section .testimonial-pagination {
    bottom: -80px !important;
	}
}

@media (max-width: 767px) {
	.testimonials-section .testimonial-pagination {
    bottom: -60px !important;
	}
	
	.ticker__list {
    margin-top: 1rem;
}
	
	.ticker-logos .ticker__item {
    margin: 0 5px !important;
}
}

@media (max-width: 421px) {
	.testimonials-section .company-name {
    display: flex;
    flex-direction: column !important;
}

.testimonials-section .company-name span:first-of-type {
    font-size: 0 !important;
}
}