/**
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
*/



/* HOME PAGE*/
.slide-text-wrapper {
	overflow: hidden;
	width: 100%;
  	white-space: nowrap;
}
.scrolling-content {
  display: flex;
  width: max-content;
  animation: scroll-left 240s linear infinite;
  -webkit-animation: scroll-left 240s linear infinite; /* Safari, older Chrome */
  -moz-animation: scroll-left 240s linear infinite;    /* Older Firefox */
  -o-animation: scroll-left 240s linear infinite;      /* Old Opera (rare) */
}
.rotate-box {
  display: flex;
  gap: 120px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rotate-box li {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
}
.rotate-box li:before {
  position: absolute;
  content: '\f621';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  top: 0;
  right: -80px;
  color: #00CAFF;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


#services-wrapper .fl-icon-wrap {
    background: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    box-shadow: 3px 3px #1a1a1a;
    margin-top: -75px;
    position: relative;
	margin-right: 35px;
}
.shadow-1 .fl-col-content {
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}


#why-choose .fl-icon-wrap strong {
    font-size: 120%;
}
#why-choose .fl-icon-wrap {
    border-bottom: 1px solid #dddddd47;
    padding-bottom: 30px;
}
#why-choose .last-why-icon .fl-icon-wrap {
    border-bottom: none;
    padding: 0px;
}
#why-choose .fl-icon i {
    border: 1px solid #515151c2;
    border-radius: 20px !important;
    box-shadow: 3px 3px #515151c2;
	background: transparent;
}

#our-plugins a.fl-button {
    background: #ffffff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    border: 1px solid #1a1a1a;
    box-shadow: 3px 3px #1a1a1a;
    /* margin-top: -75px; */
    position: relative;
    margin-right: 10px;
}
#our-plugins .plugin-badge {
    display: inline-block;
    border: 1px solid #1a1a1a;
    width: max-content;
	border-radius: 20px;
	padding: 5px 15px;
}

#home-testimonial {
	background: #ffffff;  
    border-radius: 25px;
	background: rgba(0, 101, 248, 0.1);
}
/*
#home-testimonial .testi-symbol {
    margin: 0 auto;
    text-align: center;
    display: table;
    padding: 15px 25px;
    border: 1px solid #1a1a1a;
    border-radius: 25px;
    box-shadow: 7px 7px 0px -4px #1a1a1a;
    overflow: hidden;
    background: #ffffff;
    margin-top: -48px;
}
*/
#home-testimonial .wpmslider-has-controls-direction a {
    background: #ffffff;
    border: 1px solid #1a1a1a;
    border-radius: 25px;
    overflow: hidden;
    width: 50px !important;
    height: 50px !important;
    padding: 9px;
    color: #1e293b;
}
#home-testimonial .wpmslider-prev:before, #home-testimonial .wpmslider-next:before {
	background: #1e293b;
}
#home-testimonial .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, #home-testimonial .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
	display:none;
}

/* HEADER */
.main-navigation a {
    font-weight: 500;
}
.main-navigation a:not(.sub-menu a) {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.main-header-menu .sub-menu .menu-link {
    padding: .9em 1em;
    display: block;
    word-wrap: break-word;
    padding: 5px 15px;
}
.main-header-menu .sub-menu {
    padding: 10px 0px;
}

/* FOOTER */
.ctm-footer-wrapper {
    background: #1a1a1a;
    color: #8C8C8C;
    border-radius: 25px;
    padding: 80px 0px 0px;
}
.ctm-footer-content-wrapper {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 10px;
	padding: 0px 80px;
}
.ctm-footer-wrapper a {
	color: #ffffff;
}
.ctm-footer-wrapper a:hover {
    color: #00CAFF !important;
}
.ctm-footer-content-wrapper .widget-title h3, .ctm-footer-content-wrapper h2 {
    color: #ffffff;
}
.ctm-footer-content-wrapper .widget-content ul {
    list-style-type: none;
    margin: 0px;
}
.ctm-footer-content-wrapper .widget-content ul li {
    padding: 10px 0px;
}
.ctm-footer-content-wrapper .widget-content ul li a: hover{
	color: #00CAFF;
}
#social-connect {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
    list-style-type: none;
}
#social-connect a {
    background: #444444;
	color: #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#social-connect a:hover {
    background: #00CAFF;
	color: #ffffff !important;
}
#connect a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#connect a span {
    min-width: 20px;
}
#connect a {
    color: #8C8C8C;
}
.ctm-footer-copyright-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    border-top: 1px solid #444444;
    padding: 25px 50px 25px;
    align-items: center;
	margin-top: 50px;
}
ul.style-2 {
    list-style-type: none;
    margin: 0px;
    text-align: right;
}
ul.style-2 li {
    display: inline-block;
    padding: 0px 15px;
}
ul.style-2 a {
    color: #8c8c8c;
}
ul.style-2 a:hover {
    color: #ffffff !important;
}
a.ft-btn {
    background: #00CAFF;
    padding: 10px 30px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
a.ft-btn:hover {
    background: #0065F8;
    color: #ffffff !important;
}

/* SUB HEADER */
.ctm-sub-header {
	position: relative;
    background: #1a1a1a;
    color: #ffffff;
    background-size: cover;
    padding: 80px 15px;
    text-align: center;
}
.ctm-sub-header::before {
    content: "";  /* Required for the pseudo-element */
    position: absolute;  /* Position the overlay absolutely */
    top: 0;  /* Cover the entire section */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 70%);  /* Black color with transparency */
    z-index: 1;  /* Ensure overlay is on top of the background */
}
.ctm-sub-header * {
    position: relative;  /* Ensure text and other content stay above the overlay */
    z-index: 2;
}
.ctm-sub-header h1.page-title {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
}
.ctm-sub-header #breadcrumbs {
    background: #ffffff;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 0px;
}
.ctm-sub-header #breadcrumbs a {
    color: #1a1a1a;
}


/* CONTACT */
.contact-form-wrapper .forminator-row {
    margin-bottom: 10px !important;
}
.contact-form-wrapper .forminator-input, .forminator-textarea {
    border-radius: 5px !important;
}
.contact-form-wrapper button {
    padding: 10px 30px !important;
    border-radius: 25px !important;
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px !important;
}


/* PRICING */ 
.single-price-wrapper {
	position: relative;
}
.single-price-wrapper .price, .single-price-wrapper .price-offer {
    font-size: 40px;
    font-weight: 700;	
}
/*
.single-price-wrapper .price, .single-price-wrapper .price-offer {
    color: #0065f8;
}
*/
.single-price-wrapper .price del {
    color: #dc3545;
}
.single-price-wrapper .price-term {
    display: block;
}
.single-price-wrapper ul.plan-style-1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.single-price-wrapper .plan-style-1 li {
    padding: 5px 0px;
}
.single-price-wrapper .plan-style-1 i {
    margin-right: 7px;
	color: #0065f8;
}
.price-bedge {
    position: absolute;
    top: 0px;
    background: #1e293b;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 25px;
    min-width: 60%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.price-bedge.bg-best {
    background: #28a745;
}


/* TESTIMONIAL SLIDER */ 
#product-testimonial .t-slide {
    border: 1px solid #ddd;
    border-radius: 25px;
}

/* FAQ */
.ea-body {
    padding-top: 0px !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-weight: 400 !important;
}


/* CUSTOM MENU */
.custom-menu a {
    color: #334155;
}
.custom-menu .m-btn {
    background: #0065f8;
    color: #ffffff !important;
    line-height: 35px;
    border-radius: 25px;
}
@media only screen and (max-width: 921px){
	.custom-menu .menu-link {
		line-height: 50px;
		background: #FFFFFF;
		border-bottom: none !important;
	}
	.menu-item svg.ast-arrow-svg {
		margin-left: 0px !important;
	}
	header .ast-header-html-1 {
		display: block !important;
	}
	header .ast-grid-section-center {
		justify-content: end;
	}
}
@media only screen and (min-width: 922px) and (max-width: 1285px) {
    .ast-builder-grid-row.ast-grid-center-col-layout {
        grid-template-columns: 20% 44% 36% !important;
    }
    .ast-builder-grid-row {
        grid-column-gap: 10px;
    }
    .main-navigation a:not(.sub-menu a) {
        font-size: 15px;
        padding: 0px 8px;
    }
}

/*.custom-menu .ctm-wc-item-counts {
    background: #1e293b;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 80%;
    min-width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #ffffff;
}*/


/* CART PAGE */
.woocommerce-cart-form table.shop_table thead, 
.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
    background: #1e293b;
    color: #fff;
}
.woocommerce-js .woocommerce table.shop_table {
    border-radius: 5px;
    overflow: hidden;
}
.woocommerce-cart-form table.shop_table tbody .cart_item,
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    background-image: radial-gradient(at center center, rgb(255, 255, 255) 0%, rgba(0, 100, 250, 0.06) 100%);
}
.cart_totals {
    border-radius: 5px !important;
    overflow: hidden;
}
.woocommerce-cart-form .product-name a {
    color: #1e293b;
}

/* PRODUCT PAGE */
.single-product .ast-onsale-card{
	display: none;
}
.woocommerce-js div.product .product_title {
    margin: 0 0 .5em 0;
    font-size: 170%;
    background: #1e293b;
    color: #ffffff;
    margin: -25px -25px 25px -25px;
    padding: 25px;
}
.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary {
	width: 80%;
	margin: 0 auto;
	float: none;
	background: #f9f9f9;
	padding: 25px;
	border-radius: 25px;
	overflow: hidden;
}
@media (min-width: 922px) {
    .woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .single-product.ast-no-sidebar #primary {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}