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


/*
Common CSS
*********************/
.elementor-widget-container ol, .elementor-widget-container ul {
    margin: 0 0 1.5em 1em;
}
.elementor-widget-container ul.elementor-icon-list-items {
  margin: 0 0 !important;
}
.color-white h4 a, .color-white h6 a, .color-white h3 a {
  color: #efa117!important;
}
.popmake-content p{font-weight:500 !important;}
.mySwiper{padding:0 30px 0 0px !important;}
.swiper-arrows-position-outside .mySwiper{width: calc(100% - 270px) !important;}

.grecaptcha-badge {
  opacity: 0 !important;
}
b, strong {
  font-weight: 500;
}
.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}

/*Header
*********************/
.header-address i, .header-call i {
	color: #F2E91E !important;
}
.header-address p, .header-call p {
  margin-bottom: 0;
}
/*
Home
*********************/
/*slider*/
.number-bg h3 {
  background-color: #404040;
  color: #fff !important;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px !important;
  font-weight: 800;
}
.number-bg h3 a {
  color: #fff !important;
}
.office-specs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.office-specs-table th, .office-specs-table td {
  padding: 14px 24px;
  border-bottom: 7px solid #fff;
  font-size: 16px;
}

.office-specs-table th {
  background: #404040;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

.office-specs-table td {
	background: #E7E7E7;
  color: #000;
  font-weight: 400;
}

@media (max-width: 767px) {
    .office-specs-table th,
    .office-specs-table td {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/*
About
*********************/

/*
Contact
*********************/
/* form */

.submit-button{background: #f16400;
    border-radius: 5px;
    color: #fff;
}
.submit-filds input{background: #fff;
    border-radius: 5px;
    border: 1px solid #b6cfe1; padding: 10px;}

.submit-filds textarea{background: #fff;
    border-radius: 5px;
    border: 1px solid #b6cfe1;}

.submit-filds .wpforms-container .wpforms-field {
    padding: 5px 0;  
}
.form-get-in-touch .wpforms-field {
    padding: 0 0 10px 0 !important;
}

.site-footer ul li a{position:relative; line-height:35px; padding: 0 0 0 25px;}
.site-footer ul li a:before{position: absolute;
    content: '';
    left: 0;
    top: 2px;
    color: red;
    background: url(https://magenta-narwhal-108916.hostingersite.com/wp-content/uploads/2025/06/Mask-group-1.png);
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;}
.site-footer .textwidget p{margin: 0 0 15px 0;}

/*
Footer
*********************/

.footer-contact i{
	color: #B68F45 !important;
}

/*fixed whatsapp*/
.fixed-whatsapp {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 10000;
  display: block;
    animation: zoomInOut 1.9s infinite ease-in-out;
    transition: 0.3s;
}
.fixed-whatsapp .fa-whatsapp {
    background-color: #5d9813;
    border-radius: 50px;
    padding: 7px 10px 7px 10px;
    color: #fff;
    margin-right: 2px;
    font-size: 34px;
    box-shadow: -2px 4px 8px 0px rgb(0,0,0,0.5);
}
/*fixed call*/
.fixed-call {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 10000;
    display: block;
    animation: zoomInOut 1.9s infinite ease-in-out;
    transition: 0.3s;
}
.fixed-call .fa-phone {
  background-color: #0b5ba2;
  border-radius: 50px;
  padding: 11px 11px 11px 11px;
  color: #fff;
  margin-right: 2px;
  font-size: 26px;
  box-shadow: -2px 4px 8px 0px rgb(0,0,0,0.5);
}
/* Animation Keyframes */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.10);
    }
    100% {
        transform: scale(1);
    }
}
/*
Responsive CSS
*********************/
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 959px){
	
}
@media screen and (max-width: 767px){
.color-white h4 a, .color-white h6 a, .color-white h3 a {color: #efa117 !important;}
.swiper-arrows-position-outside .mySwiper { width: calc(100% - 0px) !important;}
}
@media screen and (max-width: 545px){
.fixed-whatsapp {
  display: none;
}
.fixed-call {
  display: none;
}	
}
@media screen and (max-width: 450px){
.header-address p, .header-call p {
  margin-bottom: 10px;
}
}