/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Version: 3.3.0
Template: hello-elementor
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.fix_header.elementor-sticky--effects{
    background: #fff;
    max-height: 115px;
    box-shadow: 0 1px 15px #00000010;
}

.egg-right-shape-image img {
    box-shadow: 0 25px 98px rgba(0, 0, 0, .1);
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transition: .25s;
}
.egg-right-shape-image img:hover {
    border-radius: 70% 40% 40% 70%/70% 70% 40% 40%;
}

.egg-left-shape-image img {
    box-shadow: 0 25px 98px rgba(0, 0, 0, .1);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    transition: .25s;
}
.egg-left-shape-image img:hover {
    border-radius: 40% 70% 70% 40%/40% 40% 70% 70%;
}

.testimonial-sec .elementor-testimonial {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.testimonial-sec .elementor-testimonial__content {
    order: 2;
    margin-top: 15px;
}
.testimonial-sec .elementor-testimonial__footer {
    margin: 0px;
}
.testimonial-box .swiper-slide {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.rating-tm {
    margin-top: 15px;
}
span.star-icon-testimonial {
    color: #0A7029;
}
.accordion-sec details.e-n-accordion-item {
    background: white;
    box-shadow: 0 25px 98px rgba(0, 0, 0, .1);
}
.accordion-sec span.e-n-accordion-item-title-icon {
    justify-content: flex-end;
    flex: auto;
}

.accordion-sec .e-n-accordion-item .elementor-widget-text-editor p {
        color: #949494;
    font-size: 15px;
    line-height: 24px;
}
.vedio-sec {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 44px 98px rgba(0, 0, 0, .12);
}
a.mno-sec {
    color: #ffffff;
}

.pss-step-number {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.pss-step-number:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background-color: #FEDE00;
    border-radius: 50%;
    top: -6px;
    z-index: -1;
    box-shadow: 0 0 0 5px rgba(254, 222, 0, 0.5), 0 0 0 10px rgba(254, 222, 0, 0.3), 0 0 0 15px rgba(254, 222, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}
.pss-step-number:hover:before {
    transform: scale(1.2); 
}

.moving-box:before {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(132, 132, 132, .2);
    top: 28px;
    left: 74%;
}


.plp-pss-step-number {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.plp-pss-step-number:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background-color: #0A7029;
    border-radius: 50%;
    top: -6px;
    z-index: -1;
    box-shadow: 0 0 0 5px rgba(10, 112, 41, 0.5), 0 0 0 10px rgba(10, 112, 41, 0.3), 0 0 0 15px rgba(10, 112, 41, 0.2);
    transition: transform 0.3s ease-in-out;
}
.plp-pss-step-number:hover:before {
    transform: scale(1.2); 
}

.stand-out-box:before {
	display: block;
    width: 40%;
    height: 1px;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(132, 132, 132, .2);
    top: 85px;
    left: 85%;
}


/*.contact-us-form input {
    width: 100%;
    border-radius: 25px;
    color: #838383;
    background: #F5F5F5;
    border: none;
    padding: 0 30px;
    height: 50px;
    outline: none;
    font-size: 15px;
}

.contact-us-form input.wpcf7-submit {
    background: #FEDE00;
    color: #000000;
    font-weight: 600;
}

.contact-us-form input.wpcf7-submit:hover {
    background: #0A7029;
    color: #FFFFFF;
}

.contact-us-form textarea {
    width: 100%;
    border-radius: 25px;
    color: #838383;
    background: #F5F5F5;
    border: none;
    padding: 0 30px;
    padding-top: 15px;
    height: 100px;
    outline: none;
    font-size: 15px;
}*/
.contact-us-fm input.wpcf7-submit {
    width: 100% !important;
    font-family: 'Tomorrow' !important;
}
.contact-us-fm textarea {
    height: 100px;
}
.service-process-box:hover .service-process-box-icon svg {
    fill : #ffffff!important;
}
.service-process-box:hover .service-process-box-content h2,
.service-process-box:hover .service-process-box-content p {
    color : #ffffff!important;
}
.video-sec-solution {
    height: 100%;
}
a.learn-more-link {
    color: #0A7029;
    font-weight: 600;
    text-decoration: none;
}
.progress-bar-sec span.elementor-title {
    display: inline-block;
    margin-bottom: 10px;
}
.progress-bar-sec .elementor-progress-wrapper {
    overflow: visible!important;
}
.progress-bar-sec span.elementor-progress-percentage {
    position: absolute;
    right: 0;
    top: -21px;
}
.team-member-loop-item {
    box-shadow: 0 20px 44px rgba(0, 0, 0, .1);
}

/*.list-dropdown-sec a.has-submenu:hover {
    background-color: #0A7029;
}*/
.list-dropdown-sec a.has-submenu .sub-arrow {
    position: absolute;
    left: 0;
}

.raq-form input.wpcf7-submit {
    width: 100% !important;
    font-family: 'Tomorrow' !important;
}


.service-box {
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.srvc-box-para {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

/* Slide textarea in on hover */

.service-box:hover .srvc-box-para {
  opacity: 1;
  transform: translateY(0);
  max-height: 100px;
}

span.perhour {
    font-size: 25px;
}

.pricing-box:hover .pricing-heading .elementor-widget-container {
    background-color: #0A7029;
}
.pricing-box:hover .pricing-heading .elementor-widget-container h2 {
    color: #ffffff;
}

/* responsive css  */


@media (max-width: 767px) {
    .fix_header.elementor-sticky--effects{
        max-height: 100%;
    }
    .list-dropdown-sec ul#menu-1-c1a09ad li {
        width: 100%;
    }
    .moving-box:before {
        display: none;
    }
	.stand-out-box:before {
        display: none;
    }
    .testimonial-box .swiper-slide {
        margin: 15px 0px;
    }
    /*.hams-menu-mb .elementor-menu-toggle {
        padding: 38px 20px;
    }*/
}


/*@media (min-width: 500px) and (max-width: 650px) {
  .web-site-logo img{
    width: 30%!important;
  }
}

@media (min-width: 651px) and (max-width: 767px) {
  .web-site-logo img{
    width: 25%!important;
  }
}*/