/* Elementor Sections Css */
/* Generic css */
.relative-content .e-con-inner {
    position: relative;
}
/* Home 1 */
/* Pricing Section Section */
.pricing-section .pricing-box {
	transition: all 0.3s ease-in-out;
}
.pricing-section .pricing-box:hover .elementor-widget-text-editor .elementor-widget-container {
	color: var(--e-global-color-white);
}
.pricing-section .pricing-box:hover .elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-white);
}
.pricing-section .pricing-box:hover .elementor-widget-button .elementor-button {
    background: var(--e-global-color-white) !important;
    color: var(--e-global-color-dark-black) !important;
}
/* Video Section */
.video-section .elementor-widget-video {
    height: 132px;
}
.video-section .elementor-widget-video .elementor-widget-container img {
    width: 132px;
    height: 132px;
    margin: 0 auto;
}
/* Home 2 */
/* Image Slider Section */
.image-slider-section .swiper-slide:nth-child(odd) figure {
    padding-top: 200px;
}
.image-slider-section .swiper-slide:nth-child(even) figure {
    margin-top: -200px !important;
}
/* About Page */
/* Benefits Section */ 
.benefit-box {
    transition: all 0.3s ease-in-out;
}
.benefit-box.elementor-widget-image img {
    transition: all 0.3s ease-in-out;
}
.benefit-box:hover .elementor-widget-image img {
    transform: translateY(5px);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}
.benefit-box:hover .elementor-widget-text-editor .elementor-widget-container {
    color: var(--e-global-color-white);
}
/* About 2 Team Section */ 
.about-2-team-section .team-section .blog-inner-box {
    background: var(--e-global-color-dark-black);
}
/* About 3 Team Section */ 
.about-3-team-section .team-section .blog-inner-box {
    background: var(--e-global-color-mostly-black-blue);
}
/* About 4 Team Section */ 
.about-4-team-section .team-section .blog-inner-box {
    background: var(--e-global-color-dark-black-cyan);
}
/* Services Page */
/* Faq Section */
.faq-section .elementor-accordion .elementor-accordion-item {
    border: none;
    border-bottom: 1px solid;
}
.faq-section .elementor-accordion-item .elementor-tab-content {
    border: none;
    margin-top: -20px;
}
/* Contact Page */
/* Contact Box */
.contact-box .elementor-widget-heading .elementor-heading-title:hover a {
    color: var(--e-global-color-secondary) !important;
}
/* Contact Form */
.contact-form .input-outer {
    position: relative;
    margin-bottom: 35px;
}
.contact-form .input-outer .form-control, .contact-form .input-outer textarea {
    font-size: 16px;
    line-height: 23px;
    border: none;
    color: var(--e-global-color-text);
    background: transparent;
    padding: 10px 10px 14px 38px;
    border-bottom: 1px solid #262626;
}
.contact-form .input-outer .form-control:focus, .contact-form .input-outer textarea:focus {
    border: none !important;
    border-bottom: 1px solid #262626 !important;
    outline: none;
}
.contact-form .input-outer .form-control::-ms-input-placeholder, .contact-form .input-outer textarea::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--e-global-color-text);
}
.contact-form .input-outer .form-control::placeholder, .contact-form .input-outer textarea::placeholder {
    color: var(--e-global-color-text);
}
.contact-form .input-outer i {
    left: 2px;
    top: 12px;
    font-size: 20px;
    position: absolute;
    color: var(--e-global-color-secondary);
}
.contact-form .input-outer textarea {
    height: 48px;
}
.contact-form .submit {
    font-size: 18px !important;
    line-height: 30px !important;
    padding: 15px 47px !important;
    margin-top: 6px;
    border-radius: 10px !important;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent) !important;
    text-align: center;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
    cursor: pointer;
}
.contact-form .submit:hover {
    background: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-dark-black) !important;
    transform: translateY(-5px);
}
.contact-form p {
    margin: 0;
}