/*
Theme Name:     Entrepreneur - Child Theme
Theme URI:      http://themovation.com/entrepreneur
Template:       entrepreneurx
Author:         Themovation
Author URI:     http://themovation.com
Version:        2.0
Text Domain:    entrepreneur
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.banner_section h3 {
    font-size: 2.5em;
    color: #FFF;
    line-height: 1.2;
    text-transform: uppercase;
}


.banner_section h3 em {
	display: block;
    font-size: 0.7em;
    text-transform: none;

}

.gallery_section .gallery .gallery-text {
    display: none !important;
}
.gallery_section img {
    margin: 0px;
    width: 100%;
    border: 10px solid #383838;
}

.testimonial_section .elementor-widget-wrap {
    background: #f1f1f1;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.testimonial_section .elementor-widget-wrap .elementor-testimonial-content {
    text-align: left;
}

.testimonial_section i.fa {
    color: #ca0013;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.testimonial_section .elementor-testimonial-wrapper .elementor-testimonial-meta:before {
    background: #2b48a8;
    content: '';
    position: absolute;
    bottom: -70%;
    width: calc(100% + 30px);
    height: 150%;
    left: -15px;
    border-radius: 50%;
}

.testimonial_section .elementor-testimonial-wrapper .elementor-testimonial-meta {
    position: relative;
    z-index: 1;
}

.testimonial_section  .elementor-testimonial-meta-inner {
    color: #FFF;
	position: relative;
}

.testimonial_section .elementor-testimonial-meta-inner .elementor-testimonial-image {
    margin-bottom: 0px !important;
}

.testimonial_section .elementor-testimonial-meta-inner .elementor-testimonial-details {
    margin-bottom: 30px;
}

.testimonial_section .elementor-testimonial-meta-inner .elementor-testimonial-image img {
    border: 5px solid #FFF;
}

.cnt-plan img {
    height: 258px;
    width: 100%;
    object-fit: cover;
}

.cnt-plan {
    background: #fff;
    padding: 14px 15px 72px 15px;
    box-shadow: 0px 0px 15px #eee;
    min-height: 649px;
    position: relative;
}

.cnt-plan p {
    font-size: 14px;
    line-height: 1.8em;
}

.cnt-plan h4 {
    margin-top: 30px!important;
    color: black;
}

.cnt-plan a {
    background: black;
    color: #fff;
    display: block;
    width: max-content;
    padding: 6px 14px;
    position: absolute;
    bottom: 16px;
}