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


*:focus{
	outline: none !important;
}
a{
	text-decoration: none !important;
}
@font-face {
    font-family: Astro;
    src: url(https://adornandadmire.com/font/AstroSpace-eZ2Bg.woff);
    font-weight: 900;
}

/* Header */
ul#ast-hf-menu-1 .current-menu-item{
    border: 1px solid black;
    border-radius: 10px;
}
ul#ast-hf-menu-1>li {
    margin-left: 22px;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 5px 0;
}

/* Banner */
.banner-title h1{
	font-family: "Astro";
}
/* Testimonial Slider */
a.ti-header-write-btn {
    background-color: black !important;
    border-color: black !important;
}
a.ti-header-write-btn:hover {
    animation: pulse 1s infinite;
    transition: .3s;
}


/* Footer */
.foot-main h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.footer-img h2 {
    margin-bottom: 10px;
}
ul.foot-link {
    list-style-type: none;
    margin: 0 5px;
}
ul.foot-link li {
    margin-bottom: 8px;
}
.ast-builder-grid-row-5-equal .ast-builder-grid-row {
    grid-template-columns: 2.2fr 1.1fr 1fr 1fr 2.5fr;
}
.ast-builder-footer-grid-columns {
    grid-column-gap: 20px;
}
.foot-loc i, li.foot-phn i {
    font-size: 22px;
	padding-top: 4px;
}
.foot-loc a, li.foot-phn {
    display: grid;
    grid-template-columns: 10% 90%;
}
li.foot-phn div {
    display: grid;
    grid-template-columns: 1fr;
}
.footer-txt {
    line-height: 30px;
}
ul.foot-link li a, .footer-txt {
    font-size: 17px;
}
a.copy-r {
    font-size: 14px;
}
.ast-footer-copyright {
    text-align: left;
}
section#block-14 {
    text-align: right;
}
.footer-img {
    margin-bottom: 10px;
}
.ast-footer-copyright p {
    display: flex;
    justify-content: space-between;
	margin-right: 50px;
}
li.foot-loc:nth-child(3) a {
    text-transform: lowercase;
    color: black;
}

/* Service Tab */

.service-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after{
	position: absolute;
    left: 25px;
    bottom: 10px;
    width: calc(100% - 50px);
    height: 1.8px;
    background: black;
    content: "";
    transition: all, 0.5s;
    transform: scale(0);
	  z-index: 1;
}
.service-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover:after{
 transform: scale(1);
}

.service-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-active:before{
	position: absolute;
    left: 25px;
    bottom: 10px;
    width: calc(100% - 50px);
    height: 1.8px;
    background: black;
    content: "";
    transition: all, 0.5s;
 	  z-index: 1;
}

.service-tab .elementor-tab-content {
    padding: 0 !important;
}

/* Blog Section */
.blog-sec a.elementor-post__read-more {
    text-decoration: none !important;
    border: 1.5px solid black;
    padding: 8px 10px;
	font-size: 18px !important;
}
.blog-sec .elementor-post__text {
    padding-bottom: 8px;
}
a.elementor-post__read-more:hover {
    box-shadow: 8px 8px #000000a3;
    transition: .3s;
}

/* About Us Page */
#prod-img .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -45px !important;
}
#product-caro span.swiper-pagination-bullet{
	 transition: all 300ms ease;
}
#product-caro span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px !important;
	border-radius: 10px;
}

/* Breadcrumbs */
ul.breadcrumbs {
    list-style-type: none;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
li.b-link a {
    color: white;
    text-decoration: none !important;
    font-size: 24px;
}
li.b-arrow {
        font-size: 35px;
    line-height: 20px;
}
li.b-head {
    font-size: 50px;
    line-height: 25px;
}
/* Services Page */
.proce-div{
	transition: all 300s ease-in-out;
}
.proce-head {
    visibility: hidden;
}
.proce-div:hover .proce-head {
    visibility: visible;
}
div#serv .elementor-tabs-wrapper {
    column-gap: 50px;
}
p.pop-txt {
    margin-top: 10px;
    line-height: 30px;
    text-align: justify;
}

/* Contact Us Page */
.cont-in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
	margin-bottom: 5px;
}
input, textarea {
    border: none !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 5px 0px !important;
	border-radius: 0 !important;
}
.cont-in input {
    height: 60px !important;
}
input::placeholder, textarea::placeholder {
    font-weight: 600;
}
span.wpcf7-spinner {
    display: none;
}
.cont-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    font-size: 22px;
    background-color: black;
    height: 55px;
	color: white;
}
.cont-btn {
    margin-top: 30px;
}
.cont-sub p {
    position: relative;
}
.cont-sub i {
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 16px;
}
.cont-sub input {
    padding-right: 50px !important;
}


/* Media Query */
@media only screen and (max-width:768px){
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-5-equal .ast-builder-grid-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
    column-gap: 10px;
}
	.foot-main h2 {
    font-size: 19px;
}
}
@media only screen and (max-width: 600px){
	.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    grid-template-columns: 1fr;
}
	.foot-loc a {
    grid-template-columns: 10% 90%;
}
	.ast-footer-copyright {
    text-align: center;
}
	section#block-14 {
    text-align: center;
}
	.ast-footer-copyright p {
    flex-direction: column;
		margin-right: 0;
		    row-gap: 5px;
}
	li.b-link a {
    font-size: 20px;
}
	li.b-head {
    font-size: 35px;
}
.cont-in {
    grid-template-columns: 1fr;
}
	.cont-txt textarea {
    height: 150px;
}
	.cont-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 20px;
    height: 45px;
	}
}