/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com
Description: Custom child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
body{
	background-image: url('images/BG.jpg') !important;
	background-position: top center;
	background-repeat: repeat;
}
.elementskit-menu-container {
    
	height:auto !important;
}
.banner-section{
	position: relative;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}
.banner-section:after {
    content: '';
    width: 100%;
    height: 20px;
    position: relative;
    top: -80px;
    z-index: -10;
    background-color: var(--e-global-color-primary);
}
@media(max-width: 1700px){
	.banner-section:after {
	    top: -75px;
	}
}
@media(max-width: 1600px){
	.banner-section:after {
	    top: -70px;
	}
}
@media(min-width: 1000px) and (max-width: 1500px){
	.banner-section:after {
	    top: -67px;
	}
}

@media(max-width: 999px){
	.banner-section:after {
	    display: none;
	}
}
.elementor-widget-text-editor p{
	margin-bottom: 0 !important;
}
.my-box:hover .elementor-button{
	background: transparent;
    height: 433px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.number-box .elementor-counter-title {
    text-align: center !important;
}
.number-box:after {
    content: '';
    width: 1px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 10%;
}
.no-spit.number-box:after{
	display: none;
}
.not-clean .elementor-image-box-title{
	background-color: var(--e-global-color-secondary);
    line-height: 70px;
}
.not-clean .elementor-image-box-img,.clean .elementor-image-box-img{
	margin-bottom: -8px !important;
}
.clean .elementor-image-box-title{
	background-color: var(--e-global-color-primary);
    line-height: 70px;
}
.my-wp-form label{
	display: none !important;
}
.my-wp-form .wpforms-container .wpforms-field{
    padding: 0 0 15px;
    position: relative;
}
.my-wp-form .wpforms-container{
	margin-bottom:0 !important;
}
.my-wp-form input, .my-wp-form select{
	line-height: 52px !important;
	height: 52px !important;
}
.my-wp-form .wpforms-submit{
	font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
	background-color: #000 !important;
}
.landing-page-v1 .elementskit-post-image-card {
  position: relative;
}
.landing-page-v1 .elementskit-post-image-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 66px; /* adjust size */
  height: 66px;
  background-image: url('images/right-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.landing-page-v1 .elementskit-post-image-card:hover::after {
	display: none;
}
.call-today a.elementor-button{
	display: block;
}
.btn-call-now a {
    position: relative;
    
}
.btn-call-now a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 25px solid transparent;
    position: absolute;
    right: 1px;
    top: 0;
}
.btn-call-now a .elementor-button-icon {
    align-items: center;
    display: flex;
    position: absolute;
    right: -59px;
    padding: 10px;
    top: 0;
    background: #fff;
    color: #000;
}
.btn-call-now.header-btn-call a .elementor-button-icon {
    background: #0b0b0b;
    color: #fff;
}
.btn-call-now.header-btn-call a:after {
    border-bottom: 60px solid #0b0b0b;   
}

.landing-page-v2 a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 60px solid var(--e-global-color-secondary);
    border-right: 25px solid transparent;
    position: absolute;
    left: 0px;
    top: 0;
}
.landing-page-v2 a .elementor-button-icon {
    align-items: center;
    display: flex;
    position: absolute;
    left: -60px;
    padding: 17px;
    top: 0px;
    background: var(--e-global-color-secondary);
    color: #fff;
    border-radius: 25px 0px 0px 25px;
    font-size: 26px;
}
.landing-page-v2.team-btn a:before {
    border-bottom: 52px solid var(--e-global-color-accent);
}
.landing-page-v2.team-btn a .elementor-button-icon{
    left: -52px;
    padding: 13px;
    background: var(--e-global-color-accent);
    color: #2f2f2f;
}
@media (max-width: 550px){
    .btn-call-now a .elementor-button-icon {
        right: -56px;
    }
    .btn-call-now.header-btn-call a:after {
        border-bottom: 58px solid #0b0b0b;
    }
    .btn-call-now.header-btn-call a {
        left:28px;
        
    }

}
.elementskit-testimonial-slider .swiper-button-prev {
    left: -5% !important;
}
 .elementskit-testimonial-slider .swiper-button-next {
    right: -5% !important;
}
.form-landing-v2 label{
    display: none !important;
}
.form-landing-v2 .wpforms-container .wpforms-field{
    padding: 0 0 15px;
    position: relative;
}
.form-landing-v2 .wpforms-container{
    margin-bottom:0 !important;
}
.form-landing-v2 input, .form-landing-v2 select{
    line-height: 52px !important;
    height: 52px !important;
}
.form-landing-v2 .wpforms-submit{
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    background-color: #000 !important;
}
.form-landing-v2 textarea{
    margin-bottom: 20px !important;
}
.form-landing-v2 .wpforms-field-description{
    font-family: "Inter", Sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #000 !important;
}
.img-fit > a{
    display: block !important;
} 
.img-fit img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.landing-blog-v2 .elementskit-post-image-card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.landing-blog-v2 .elementskit-post-image-card .elementskit-post-body {
    min-height: 400px;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    margin-top: -120px;
    border-radius: 25px;
    background-color: #fff;
}
.landing-blog-v2 h2.entry-title{
    margin-bottom: 15px !important;
}
.landing-blog-v2 .elementskit-post-image-card .elementskit-entry-header{
    z-index: 100;
}
.landing-blog-v2 .elementskit-post-image-card:hover .elementskit-post-body{
     background: var(--e-global-color-primary);
}
.landing-blog-v2 .elementskit-post-image-card:hover h2.entry-title, .landing-blog-v2 .elementskit-post-image-card:hover .meta-date, .landing-blog-v2 .elementskit-post-image-card:hover p{
    color: #fff !important;
}
.landing-blog-v2 .elementskit-post-image-card:hover .elementskit-entry-thumb>img { 
    opacity: 1 !important;
}
.team-text-section{
    position: relative;
}
.team-text-section:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 100px solid #db261d;
    border-left: 50px solid transparent;
    position: absolute;
    left: -50px;
    top: 0;
}
.landing-v2-testimonials .elementskit-testimonial-slider .swiper-button-next{
    top:-100px !important;
    left: auto !important;
    right: 0 !important;
}
.landing-v2-testimonials .elementskit-testimonial-slider .swiper-button-prev{
    top:-100px !important;
    left: auto !important;
    right: 50px !important;
}
.landing-v2-testimonials .swiper-navigation-button:hover i {
    color: var(--e-global-color-primary);
}