/*
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.4.1.1746767260
Updated: 2025-05-09 05:07:40

*/

:root {
    --theme-color1: #05073C;
	--theme-color2: #00246A;
	--theme-color3: #005477;
	--theme-color4: #412763;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --color-gradient-1: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
    --transition: all 500ms ease;
    --font-awesome-free: "Font Awesome 6 Free";
    --font-awesome-brands: "Font Awesome 6 Brands";
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: var(--color-gradient-1);
}
::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::placeholder {
    color: inherit !important;
    opacity: 1;
}
body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    word-break: break-word;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
}
div#page-container {
    overflow-y: visible;
    overflow-x: hidden;
}
body:not(.et-fb) #et-boc .et-l #dd-section {
    z-index: 999999 !important;
}

#wpadminbar {
    z-index: 9999999 !important;
}
/* Header Css Start */
.header-sec nav.hfe-dropdown {
    background-color: var(--theme-color3) !important;
}
.header-sec nav.hfe-nav-menu__layout-horizontal ul li a.hfe-menu-item {
    color: var(--bs-black);
}
.header-sec .header-logo img {
    width: 415.43px;
}
.header-sec ul.sub-menu.sub-menu-open {
	box-shadow: none !important;
}
header ul.mega-sub-menu a.mega-menu-link {
    width: fit-content !important;
    margin-bottom:16px !important;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border-bottom: 3px solid #5ce1e6;
    border-radius: 0px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 100%;
}
/* Header Css Close */
/* Home Slider Css Start */
.home-slider-video .elementor-widget-wrap {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end !important;
    align-items: center;
    gap: 50px;
}
.home-slider-video .elementor-element {
    width: auto !important;
    margin-bottom: 0px;
}
.home-slider-video .elementor-container.elementor-column-gap-default {
    justify-content: end;
}
.main-video-sec .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon ,
.home-slider-video .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon {
    background: var(--theme-color1);
    padding: 20px;
    border-radius: 100px;
    border: 1px solid var(--bs-white);
    justify-content: center !important;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    text-align: center;
    flex: 0 0 0 !important;
}
.home-slider-video .elementor-element.elementor-widget-icon-box .elementor-icon-box-icon svg.e-font-icon-svg {
    width: auto;
}
.home-slider-video .elementor-element.elementor-widget-icon-box .elementor-icon-box-wrapper {
    align-items: center;
} 
.button-module {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto !important;
    margin-bottom: 0 !important;
	left: 10px;
	z-index: 3;
}
.button-module button {
	background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;	
}
/* Home Slider Css Close */
/* Home About Sec Css Start */
.home-year-exp {
    width: 70% !important;
    margin: auto;
}
.home-year-exp .elementor-widget-text-editor p {
    margin-bottom: 0px;
}
.about-cal-to-action .elementor-icon-box-icon {
    border: 1px solid var(--theme-color2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* Home About Sec Css Close */
/* Home-Popup-Css Start */
div#popmake-921 {
    background: url(/wp-content/uploads/2025/08/shape-2-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top right;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
}
div#popmake-921 .wpcf7-form .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-submit, .wpcf7-recaptcha) {
    width: 100%;
    font-size: 16px;
    color: #7b7b7b;
    font-weight: 400;
    padding: 12px 16px;
    border: none !important;
}
div#popmake-921 form.wpcf7-form p {
    width: 100%;
}
div#popmake-921 .full-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
div#popmake-921 form.wpcf7-form .wpcf7-submit {
    background: var(--theme-color3);
    width: fit-content !important;
    margin-right: 0;
    text-align: right;
    float: right;
    border-radius: 50px;
    padding: 14px 40px !important;
    font-size: 18px !important;
    color: var(--bs-white) !important;
    font-weight: 500 !important;
    letter-spacing: 0.4px;
	border:none !important;
}
div#popmake-921 button.pum-close.popmake-close {
    background: transparent !important;
    font-size: 38px !important;
    color: #494b4b !important;
    top: 30px;
}
div#popmake-921 .popmake-content p.popup-text {
    font-size: 24px;
    color: var(--bs-white);
    font-weight: 200;
	margin:0px;
}
div#popmake-921 .popmake-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--theme-color3);
    letter-spacing: -2px;
}
div#popmake-921 .wpcf7-response-output {
    color: var(--bs-white);
    font-weight: 300;
}
div#popmake-921 .wpcf7-form textarea.wpcf7-form-control {
    height: 150px;
}
/* Home Popup Css Close */
/*------------------------- Inner Pages--------------------- */
/* Spare-Parts Page Css Start */
.spare-banner-sec figure.swiper-slide-inner img.swiper-slide-image {
    width: 500px;
    height: 620px;
    object-fit: cover;
    margin: auto;
    object-position: top;
}
 
.spare-banner-sec .elementor-swiper-button.elementor-swiper-button-next:before {
    background: url(/wp-content/uploads/2025/08/right-arrow.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important
}
.spare-banner-sec .elementor-swiper-button:before {
    content: '';
    background: url(https://aflex.vhostevents.com/wp-content/uploads/2025/08/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 140px;
    height: 140px;
    display: block;
    z-index: 999;
}
.spare-banner-sec .elementor-swiper-button svg {
    display: none;
}
.spare-list-heading h2.elementor-heading-title {
    border-bottom: 2px solid #5ce1e6;
    padding-bottom: 14px;
}
.spare-list-sec ul.list-style {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin-top: 30px;
	padding:0px;
}
.spare-list-sec ul.list-style li {
    list-style: none;
    text-align: center;
}
.spare-list-sec .elementor-inner-column .elementor-widget-wrap {
    background-size: 100% 100%;
}
/* Spare Parts Page Css Close */
/* Contact Page Css Start */
.contact-sec .elementor-head-col {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.contact-sec .elementor-column p {
    width: 100%;
}
.contact-sec input.wpcf7-form-control, .contact-sec textarea.wpcf7-form-control.wpcf7-textarea {
    background: #e4e4e4;
    border: none;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 5px;
    width:100%;
}
.contact-sec input.wpcf7-form-control.wpcf7-submit {
    color: var(--bs-white);
    background: var(--theme-color2);
    padding: 16px;
}
.contact-sec textarea.wpcf7-form-control.wpcf7-textarea {
    height: 180px;
}
.contact-sec .sub-btn p {
    margin: 0px;
}
/* Contact Page Css Close */
/* Footer Css Start */
.footer-sec .elementor-icon-box-wrapper h3.elementor-icon-box-title, .home-about-sec .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    margin: 0px 0px 6px;
}
.footer-sec .footer-email form.wpcf7-form input.wpcf7-form-control.wpcf7-email {
    background: transparent !important;
    border: none !important;
    font-size: 16px;
    font-family: 'Exo';
    font-weight: 400;
    color: #444444 !important;
    padding: 0px;
    width: 100% !important;
    border-radius: 0px !important;
}
.footer-sec form.wpcf7-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-sec form.wpcf7-form .col-6 {
    width: 50%;
}
.footer-sec form.wpcf7-form .submit-btn p {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.footer-sec input.wpcf7-form-control {
    background: #444444 !important;
    border-radius: 70px !important;
    font-size: 16px !important;
    font-family: 'Exo';
    font-weight: 500;
}
.footer-sec .footer-menu .elementor-widget-container ul {
    padding: 0px;
}
.footer-sec .footer-menu .elementor-widget-container ul li {
    list-style: none;
    padding: 8px 0px;
}
.footer-sec .footer-menu .elementor-widget-container ul li a {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff !important;
}
.footer-mob-icon .elementor-icon-box-icon {
    background: #444444 !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-sec input.wpcf7-form-control:hover {
    background: var(--theme-color2) !important;
}
/* Footer css Close */

/* Media Query Css Start */

@media screen and (min-width:1025px) {
.video-inner-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: auto !important;
}
.video-inner-sec .home-slider-btn {
    margin-left: auto;
}
}
@media screen and (min-width:1025px) and (max-width: 1350px) {
.header-sec .menu-item a.hfe-menu-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media screen and (max-width:1024px) {
.home-slider-video .elementor-container.elementor-column-gap-default, .home-slider-video .elementor-widget-wrap {
    justify-content: center;
}
.home-year-exp {
    width: 58% !important;
}
.home-slider-video .elementor-widget-wrap {
    gap: 16px;
}
.video-inner-sec .elementor-heading-title {
    color: #000000 !important;
}
.video-inner-sub-text p {
    color: var(--bs-black);
}
.home-slider-btn .elementor-button {
    border: 1px solid var(--theme-color1);
}
/* .home-slider-btn {
    margin-left: auto !important;
} */
.watch-video-btn {
    margin-right: auto;
}

.watch-video-btn .elementor-icon-box-description {
    color: var(--bs-black) !important;
}

.watch-video-btn .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
}
.button-module button {
    padding: 6px 10px;
    font-size: 12px;
}
.button-module {
    position: absolute;
    top: 20px;
    transform: none;
    left: 10px;
}

}
/* Media Query Css Close */
@media screen and (max-width:1199px){
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 20px;
}
header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
    padding: 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 22px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: transparent !important;
	padding:0px;
}
}
@media screen and (max-width:991px){
.spare-banner-sec .elementor-swiper-button:before {
    width: 50px;
    height: 50px;
}
.banner-col .elementor-widget-wrap {
    text-align: center;
    justify-content: center;
}
.banner-col .elementor-widget-wrap .elementor-icon-box-content {
    display: none;
}
}
@media screen and (max-width:767px){
.home-year-exp {
    width: 90% !important;
}
.about-cal-to-action .elementor-icon-box-icon {
    width: 45px;
    height: 45px;
}
div#popmake-921 {
    padding: 30px 20px;
    width: 350px !important;
    margin: auto;
    left: 0 !important;
    right: 0px;
}
div#popmake-921 .popmake-content h2 {
    font-size: 34px;
}
div#popmake-921 .popmake-content p.popup-text {
    font-size: 18px;
}
.spare-banner-sec figure.swiper-slide-inner img.swiper-slide-image {
    width: auto;
    height: 280px;
}
.spare-banner-sec .elementor-swiper-button-prev {
    left: 0 !important;
}
.spare-banner-sec .elementor-swiper-button-next {
    right: 0px !important;
}
header ul.mega-sub-menu a.mega-menu-link {
    margin-bottom: 4px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
}
.footer-sec .footer-menu .elementor-widget-container ul li a {
    font-size: 18px;
}
.contact-sec .elementor-head-col {
    grid-template-columns: repeat(1,1fr);
    gap: 0px;
}
div#popmake-921 .full-row {
    grid-template-columns: repeat(1,1fr);
    gap: 0px;
}
}