/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


.main_video_section .e-con-inner, .logo_siders, .our-team-images {
    position: relative;
}
.main_video_section .e-con-inner::before, .logo_siders::before, .our-team-images::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(245, 247, 250, 0) 0%, rgba(245, 247, 250, 1) 100%);
    width: 100px;
    height: 100%;
    right: 0px;
    top: 0;
    z-index: 10;
}
.main_video_section .e-con-inner::after, .logo_siders::after, .our-team-images::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(245, 247, 250, 1) 0%, rgba(245, 247, 250, 0) 100%);
    width: 100px;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 10;
}
.our-team-images::before, .our-team-images::after{
	width: 290px;
}
.faq-section > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: none !important;
    background-color: #F5F7FA;
    border-color: #4D4D4D !important;
}
.faq-section > div p{
	margin: 0 !important;
}
.faq-section > div p.faq-sub-contant{
	display: none;
}
.faq-section > div:hover p.faq-sub-contant{
	display: block;
}
.faq-section > div:hover{
	background-color: #4D4D4D;
}
.faq-section > div:hover p{
	color: #fff !important;
}


/*.border-imges::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    border: 1px solid #89939E;
    top: 64px;
    left: 64px;
    border-radius: 8px;
    z-index: -1;
}
.border-imges {
    position: relative;
}

.right_border-imges{
	position: relative;
}

.right_border-imges::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    border: 1px solid #89939E;
    top: 64px;
    left: 64px;
    border-radius: 8px;
    z-index: -1;
}

.border-imges-testimonial::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    border: 1px solid #fff;
    top: 35px;
    left: 77px;
    border-radius: 8px;
    z-index: -1
}
.border-imges-testimonial {
    position: relative;
    z-index: 0;
}*/

/* Hide the full text initially */
#more {
    display: none;
}

/* Style the Read More/Read Less link */
.read-more-content .read-more-link {
    color: #0073e6;
    cursor: pointer;
    text-decoration: underline;
}
.sp-testimonial-free {
    display: flex;
    flex-direction: column;
}
.sp-testimonial-free-section .sp-testimonial-title h3 {
    text-align: left;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: left;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
    text-align: left;

}

.sp-testimonial-title{
    order : 3;
}

.sp-testimonial-client-testimonial{
    order : 2;
    margin-bottom: 0 !important;
}

.sp-testimonial-client-rating{
    order : 1;
}
.follow-us{
    display: flex;
    align-items: center;
    gap: 10px;
        justify-content: flex-end;
}

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    border: none;
    border-bottom: 1px solid black;

}

.btn-main {
    background-color: black !important;
    font-family: 'Inter' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.swiper-slide img {
    aspect-ratio: 1.4;
    background-size: cover;
    object-fit: contain;
}

#ast-scroll-top{
    background-color: black !important;
}

a.menu-link {
    color: #18191F !important;
    font-weight: 500;
}

.site-header-primary-section-left{
	padding-left: 30px;
}

.btn_join_community span.elementor-button-text {
    padding: 14px 32px !important;
}

.customvideo
{
	padding-top:40px !important;
}

.customvideo ul li a .video .bg {
    width: 100%;
    height:100%;
    z-index: 2;
    position: absolute;
    top: 0;
}

.customvideo .video video
{
    width:100%;
    height:405px;
    object-fit: cover;
    border-radius: 8px;
}
 .customvideo ul li {
	 width: 30%;
    margin-bottom: 0px !important;
	 list-style-type: none;
	 display: inline-block;
}
.customvideo ul 
{
    display: flex;
    align-items: center; 
    gap: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
}
 .customvideo ul li a { 
	 color: #aaa;
	 text-decoration: none;
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .customvideo ul li a .video {
	 width: 100%;
	 left: 0;
	 top: 0;
}
 .customvideo ul li a .video .vdo {
	 z-index: 1;
}

.star-review {
    font-size: 24px !important;
    margin-bottom: 0px !important;
    color: #4D4D4D !important;
}

.desc_review {
    font-family: 'Inter';
    color: #4D4D4D !important;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px !important;
}
.review_title {
    color: #ABBED1;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
} 
.eael-contact-form{
	width: 100%;
	padding-left: 50px;
}   
.eael-contact-form input, .eael-contact-form textarea{
	width: 100% !important;
	background-color: transparent !important;
	border-radius: 0px !important;
}
.eael-contact-form form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0; 
    column-gap: 40px;
}
.eael-contact-form form::before{
	display: none !important;
}

.eael-contact-form form p:nth-child(6){
	grid-column: span 2 / span 2;
}
.eael-contact-form form p label{
    font-size: 16px;
    color: #717171;
    font-weight: 400 !important;
}
.eael-contact-form form .btn-main{
	    padding: 14px 32px;
    width: fit-content !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: #000 !important;
}
.cnt-list ul li:nth-child(2){
	margin-top: 46px !important;
	padding: 0 !important;
}
.cnt-list ul li:nth-child(3){
	margin-top:0 !important;
	padding: 0 !important;
}
.cnt-list ul li:nth-child(3) .elementor-icon-list-icon{
	opacity: 0 !important;
}

.back-top-link {
          
			    display: flex;
			    align-items: center;
			    font-size: 12px;
			    font-weight: inherit;
			    text-decoration: none;
			    color: #4D4D4D !important;
			    font-size: 1rem;
			    font-family: 'Inter', sans-serif;
			
        }

        .back-top-link::before {
            content: '\2197'; /* Unicode for diagonal arrow pointing upwards */
            margin-right: 5px;
            font-size: 16px; /* Adjust the size of the arrow if needed */
        }

        .back-top-link:hover {
            color: #4D4D4D;
        }
.site-header{
	position: sticky !important;
	top: 0;
}

.ast-footer-copyright > p, .follow-us, .back-top-link {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    /* line-height: 5; */
}
.mulond_icon .elementor-icon-wrapper{
	display: flex;
}
a#myBtn:after {
    content: "";
    background: url(http://143.110.242.52/influencerplus/wp-content/uploads/2024/05/mysvg-2.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    /* display: inline-block; */
    margin-left: 10px;
    background-repeat: no-repeat;
    bottom: 2px;
}
a#myBtn {
    color: #4D4D4D;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.ast-footer-copyright, .follow-us {
    color: #4D4D4D !important;
}
.site-footer .ast-builder-footer-grid-columns{
	min-height: auto !important;
}

.site-footer > div{
	border: none !important;
	background-color: #F5F7FA !important;
	padding-top: 36px;
	padding-bottom: 36px;
	padding-right: 53px;
	padding-left: 53px; 
}
#ast-scroll-top{
	display: none !important;
}
.testimonial_link{
	cursor: pointer;s
}
@media(max-width:767px){
    .border-imges-testimonial::before {
        width: 73%;
    }

     .customvideo ul
    {
        display: flex !important;
        overflow: scroll!important;
        gap: 10px!important;
    }
    .customvideo ul::-webkit-scrollbar{
    	display: none;
    }

    .customvideo
    {
        padding: 0px 0px 0px 0px;
    }
    .customvideo ul li 
    {
        width: 90%;
    height: auto;
    flex: none;
    }

}
@media(max-width: 575px){
	.eael-contact-form {
    padding-left: 0 !important;
}
.eael-contact-form form {
    grid-template-columns: 1fr;
    gap: 10px !important;
}
.eael-contact-form form p:nth-child(6) {
    grid-column: span 1 / span 1;
}
}

