/*
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.4.1751564714
Updated: 2025-07-03 17:45:14

*/

/* mega menu */
.elementskit-megamenu-panel{
    right: -200px !important
}


/* Start Header */
.ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
	position: sticky;
    top: 0;
    z-index: 10;
}
/* End Start Header */
.king-addons-slider-content {
    position: relative;
}
.king-addons-slider-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
	z-index: -1;
}
.king-addons-slider-content {
/* 	padding: 10px !important; */
}
.king-addons-slider-description p {
	padding: 12px !important;
	margin-bottom: 0px !important;
}
.king-addons-slider-title {
	padding-top: 12px;
}
.king-addons-slider-title,
.king-addons-slider-sub-title,
.king-addons-slider-description {
	padding-left: 15px;
}


/* Global button hover css start */
a.elementor-button.elementor-button-link.elementor-size-sm {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #0033cc;
  color: #fff;
  border-radius: 4px;
}
a.elementor-button.elementor-button-link.elementor-size-sm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #63A914;
  z-index: -1;
  transition: width 0.6s ease;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover::before {
  width: 100%;
}
a.elementor-button.elementor-button-link.elementor-size-sm:hover {
  color: #fff; 
}
/* Global button hover css end */

/* Start Custom card 1 */
.custom-card-1 {
    position: relative;
    z-index: 1;
}
.custom-card-1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
    transition: all 500ms ease;
    background-color: #63aa16;
}
.custom-card-1:hover::before {
    height: 100%;
    top: 0px;   
}
.custom-card-1 .elementor-image-box-img {
   position: absolute;
   left: 20px;
   top: -45px;
   background-color: #63aa16;
   padding: 18px;
   width: 90px;
   height: 90px;
   border-radius: 55px;
   transition: all 500ms ease;
}
.custom-card-1:hover .elementor-image-box-img {
    background-color: #0a30a4;
}
.custom-card-1 .elementor-image-box-content {
    padding-top: 38px;
}
.custom-card-1:hover .elementor-image-box-title,
.custom-card-1:hover .elementor-image-box-description {
    color: #fff !important;
}
/* End Custom card 1 */

/* Contact Us css start */
.forminator-button.forminator-button-submit {
  width: 100% !important;
  text-align: center;
  display: block;
    border-radius: 5px !important;
}


.forminator-button.forminator-button-submit {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #2B4AA2; /* Blue */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

.forminator-button.forminator-button-submit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #6BA821; /* Darker blue */
  z-index: -1;
  transition: width 0.4s ease;
}

.forminator-button.forminator-button-submit:hover::before {
  width: 100%;
}

.forminator-ui#forminator-module-646.forminator-design--flat .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    background-color: #ffffff !important;
}
/* Contact us css end */

/* Carrier page css start */
button.forminator-button.forminator-button-upload:hover {
  background-color: #0831A1;
}
button.forminator-button.forminator-button-upload {
  color: white;
    background-color: #0831A1;
    border-radius: 5px !important;
}
/* Carrier page css end */

/* Start Testimonial */
#test-wrap .king-addons-testimonial-carousel-person-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
/* End Testimonial */

@media (min-width: 1024px) {
  .king-addons-cv-inner .king-addons-slider-content {
    max-width: 1140px; /* You can change this width as needed */
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px !important;
    padding-right:  15px !important;
    box-sizing: border-box;
  }
}
/* Tablet view */
@media (min-width: 768px) and (max-width: 1023px) {
  .king-addons-cv-inner .king-addons-slider-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

/* Mobile view */
@media (max-width: 767px) {
  .king-addons-cv-inner .king-addons-slider-content {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }
}