/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1738731558
Updated: 2025-02-05 04:59:18

*/

/*----- Custom Css -----*/

/*----- Arrow Buttons -----*/
.main_contact_form .e-form__buttons .elementor-button-content-wrapper,
.button_with_arrow .elementor-button-content-wrapper,
.solid_arrow_button .elementor-button-content-wrapper {
    align-items: center;
}
.main_contact_form .e-form__buttons .elementor-button-icon,
.button_with_arrow .elementor-button-icon,
.solid_arrow_button .elementor-button-icon {
    line-height: 0;
}
.solid_arrow_button .elementor-button-icon svg {
    width: 14px;
}
.main_contact_form .e-form__buttons .elementor-button-icon,
.button_with_arrow .elementor-button-icon {
    background: var(--e-global-color-primary);
    padding: 12px;
    border-radius: 50%;
}
.main_contact_form .e-form__buttons .elementor-button-icon svg,
.button_with_arrow .elementor-button-icon svg {
	width: 12px;
}
.main_contact_form .elementor-field-type-upload input {
    height: 40px;
}

/*----- Home page Video ------*/
.video_play_button a.elementor-button {
    width: 150px;
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.video_play_button a.elementor-button .elementor-button-icon {
    line-height: 0;
}
.video_play_button a.elementor-button .elementor-button-icon svg {
    width: 25px;
}

.video_button_text img  {
  animation: spin 10s linear infinite;
	pointer-events: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* gttranslate */
.gtranslate_wrapper a:nth-child(1) {
    margin-right: 10px;
}
.gtranslate_wrapper a {
    color: #17294b;
   position:relative;
    text-transform: lowercase;
    line-height: normal;
}
.gtranslate_wrapper a.gt-current-lang {
    color: #a4895a;
}
.gtranslate_wrapper a:nth-child(1):after {
    content:'';
    border-right: 3px solid #17294b;
    height: 19px;
    display: inline-block;
    padding-left: 13px;
    margin-bottom: -2px;
}

/*----- Marquee Section -----*/
.main_marquee {
    display: flex;
    margin: auto;
    max-width: 100vw;
}
.marquee_wrapper {
    padding: 0 0 20px;
	display: inline-flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.marquee_group {
    display: flex;
    -webkit-animation: infinite-scroll 60s linear infinite;
    animation: infinite-scroll 60s linear infinite;
    width: auto;
    flex: 0 0 auto !important;
}
.main_marquee .marquee_wrapper .marquee_group .marquee_text {
    max-width: inherit;
    width: auto;
    flex: 0 0 auto;
	margin-right: 50px;
}


@keyframes infinite-scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}


/*----- Job List -----*/
.jobs_list_loop .elementor-loop-container .e-loop-item:not(:last-child) {
    border-bottom: 1px solid #657585;
}
.jobs_list_loop .e-loop-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 112%;
    height: 133%;
}
.markets_dropdowns .e-n-accordion .e-n-accordion-item:not(:last-child) {
    border-bottom: 1px solid #657585;
}
.markets_dropdowns .elementor-widget-text-editor a {
    margin: 15px 0 0;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #a4895a;
    text-decoration: underline;
}
/* #file-upload-button {
    display: none !important;
} */

/*----- Services Block -----*/

.service_deatail_box .elementor-widget-button {
    margin-top: auto;
}
.service_image_box .elementor-widget-container,
.service_image_box .elementor-widget-image {
    height: 100%;
}
.story_main_block .story_image_box img,
.service_main_block .service_image_box img {
	transition: all ease 2.5s;
}
.story_main_block:hover .story_image_box img,
.service_main_block:hover .service_image_box img {
    transform: scale(1.1);
}

/*----- Home Contact Form -----*/
.main_contact_form textarea,
.main_contact_form input {
    padding: 0 0 10px;
}

.main_contact_form textarea::placeholder {
  opacity: 1 !important;
}
.main_contact_form input::placeholder {
  color: ;
  opacity: 1 !important;
}
.phone_list .elementor-inline-items li:first-child .elementor-icon-list-text {
    color: #fff;
}

/*----- Timeline Tabs -----*/
.digiflow_timeline_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading button {
    flex: 0 0 auto;
    width: 110px;
    height: 110px;
    display: inline-flex;
    position: relative;
}
.digiflow_timeline_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading button:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 25px;
    height: 25px;
    background: url(
    /wp-content/uploads/2025/02/arrows_navigation_forward_arrow_right_icon.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	pointer-events: none;
}

/*----- Jobs Single Page -----*/
.single-jobs .elementor-field-group textarea:focus-visible,
.single-jobs .elementor-field-group textarea:focus, 
.single-jobs .elementor-field-group input:focus-visible,
.single-jobs .elementor-field-group input:focus {
	box-shadow: none;
	outline: none;
}

.main_contact_form .elementor-field-type-upload {
    overflow: hidden;
}

.single-jobs .elementor-field-group input::file-selector-button {
  display: none;
}
.single-jobs .elementor-field-type-upload input {
    width: 100%;
    border-bottom: 1px solid var(--e-global-color-text);
    padding-left: 20px;
	height: 40px;
	color: transparent !important;
	cursor: pointer;
}
.single-jobs .elementor-field-type-upload:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 8px;
    height: 30px;
    background: url(/wp-content/uploads/2025/02/paperclip.png);
    background-repeat: no-repeat;
    background-size: contain;
	pointer-events: none;
}
.single-jobs .elementor-field-type-upload:after {
    content: attr(data-file);
    position: absolute;
    top: 4px;
    left: 25px;
    font-size: 16px;
    line-height: 16px;
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    color: var( --e-global-color-text );
	pointer-events: none;
}

/*----- Responsive Layout -----*/

@media(min-width: 768px) {
	.recent_storied_title {
		position: sticky;
		top: 100px;
	}
	.main_marquee.team_marquee .marquee_wrapper .marquee_group .marquee_text {
		width: 100%;
		text-align: center;
	}
	
	.page-id-48 .main_marquee.team_marquee .marquee_wrapper .marquee_group .marquee_text {
		width: auto;
		text-align: inherit;
	}
	
}
@media(max-width: 1024px ) {
	.elementor-15 .elementor-element.elementor-element-1b6b296 .e-loop-item > .e-con {
		height: auto;
	}
	.service_loop_items .elementor-loop-container .e-loop-item .service_main_block {
		height: auto !important;
	}
}

@media(max-width: 768px ) {
	.video_play_button a.elementor-button {
		width: 100px;
		height: 100px;
	}
	.video_play_button a.elementor-button .elementor-button-icon svg {
		width: 18px;
	}
	.main_contact_form .e-form__buttons .elementor-button-icon,
	.button_with_arrow .elementor-button-icon {
		padding: 10px;
	}
	.main_contact_form .e-form__buttons .elementor-button-icon svg,
	.button_with_arrow .elementor-button-icon svg {
		width: 10px;
	}
	.skillmedia_marking .elementor-image-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
	}
	.skillmedia_marking {
		align-self: self-start;
	}
	.digiflow_timeline_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading button {
		width: 70px;
		height: 70px;
	}
	.digiflow_timeline_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading button:not(:last-child):after {
		right: -32px;
		width: 20px;
		height: 20px;
	}
	.main_marquee .marquee_wrapper .marquee_group .marquee_text {
		margin-right: 25px;
	}
}

