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

.tagline p{
    margin: 0px;
}
.burgurMenu .hfe-nav-menu-icon {
	margin-right: 0 !important;
}
.burgurMenu .hfe-flyout-close, .burgurMenu .hfe-flyout-close svg{
	margin: 10px !important;
}
nav i:before{
	    content: '' !important;
	
}
.ast-narrow-container .site-content > .ast-container {
  max-width: 1320px;
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before{
	  content: '';
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: block;
    margin-top: -3px;
}

.container-sliderrr{
  height: 50%;
  background: #110101;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}



.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}


.slideshow-text {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 30px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4caf50;
  color: white;
}

.topnav-right {
  float: right;
}


.modal-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #254642d9;
  box-sizing: border-box;
  cursor: auto;
  opacity: 1;
  overflow-y: auto;
  padding: 50px 0;
  transition: 0.3s;
  z-index: 100;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px;
  display:none;
  opacity:0;
  transition:0.5s;
}
.modal-container {
  background-color: #001020;
  border-radius: 5px;
  margin: auto;
  max-width: 700px;
  min-width: 300px;
  position: relative;
  padding: 20px;
  color: #fff;
}
.modal-close {
  background: none;
  border: none;
  color: #62f5c8;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.subscribe_pop {
  width: 600px;
  margin: auto;
  position: absolute;
  z-index: 99999999996;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 400px;
  border-radius: 10px;
}
span.cont-close {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
span.cont-close i.close_sub.fa.fa-times {
  align-items: stretch;
  display: flex;
  /* flex: 1 1; */
  padding: 10px;
}
span.cont-close i.close_sub.fa.fa-times:hover {
  cursor: pointer;
}
body.popup_open {
  overflow: hidden;
  background: #000;
  z-index: 99999;
}
.search-button > a {
  background-color: transparent !important;
}
.desktop-navb-cont nav ul li a {
  padding: 15px 24px !important;
}

/* Testimonial */

.testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial-card {
  width: 100%;
  max-width: 315px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000;
}
.elementor-element.elementor-element-8d35a17.e-con-full.testi-colu.e-flex.e-con.e-child {
  justify-content: center;
}
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonial-info {
  flex: 1;
}

.testimonial-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff0101;
}

.testimonial-designation {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.testimonial-header img {
  border-radius: 50px;
}
.testimonial-content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  color: #ffffff;
}
.bdt-ps-slide-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#footer-contact li.elementor-icon-list-item:not(:last-child) {
  padding-bottom: 25px;
}
#footer-global span.elementor-icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial);
  width: 40px !important;
  flex: none;
}
#footer-global svg {
  width: 100%;
}
#footer-global li.elementor-icon-list-item {
  display: flex;
  font-size: inherit;
  align-items: var(--icon-vertical-align, center);
}
#footer-global .contact-column {
  margin-left: 0;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
  .ha-has-bg-overlay>.elementor-widget-container {
    z-index: unset;
  }
}
@media (min-width: 320px) and (max-width: 600px){
  .testimonials-wrapper {
    justify-content: center;
  }
  .testimonial-card {
    width: 44%;
  }
}
@media (min-width: 601px) and (max-width: 600px){
  .testimonials-wrapper {
    justify-content: center;
  }
  .testimonial-card {
    width: 44%;
  }
}
/* @media screen and (max-width: 1024px) {
    header nav{
        position: fixed !important;
        left: 100%;
        top: 86px !important;
        width: 100% !important;
    }
    header nav.menu-is-active{
        left: 0% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
} */


.blog-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.blog-card {
  width: 30%;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
}

.blog-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-content {
  margin-top: 10px;
}

.post-date {
  color: gray;
  font-size: 14px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background: red;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.read-more:hover {
  background: darkred;
  color: #fff;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .blog-card {
      width: 45%; /* 2 columns on tablets */
  }
}

@media screen and (max-width: 768px) {
  .blog-card {
      width: 90%; /* 1 column on mobile */
  }
}