/**

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

*/





/* ===================

hero css 

====================== */

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .site-content {
  padding-top: 102px;
}

.hero-single {

  padding-top: 150px;

  padding-bottom: 150px;

  background-position: center center !important;

  background-size: cover !important;

  background-repeat: no-repeat !important;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  overflow: hidden;

  z-index: 1;

}



.hero-single-ani::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 0;

  background: rgba(0, 10, 22, 0.7);

  z-index: -1;

  transition: all .9s ease-in-out;

}



.hero-section .active .hero-single-ani::before{

  width: 50%;

}



.hero-single-ani::after{

  content: "";

  position: absolute;

  left: 10%;

  top: 100px;

  bottom: 100px;

  width: 20%;

  border: 15px solid #3B602E;

  z-index: -1;

  transition: all .9s ease-in-out;

  transition-delay: .9s;

}



.hero-section .active .hero-single-ani::after{

  left: 35%;

}



.hero-single .hero-content {

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 100%;

}



.hero-single .hero-content .hero-title {

  color: #fff;

  font-size: 50px;

  font-weight: 700;

  line-height: 1.3;

  text-transform: uppercase;

}



.hero-single .hero-content .hero-sub-title {

  color: #F69323;

  font-size: 20px;

  font-weight: 600;

  position: relative;

  text-transform: uppercase;

}



.hero-single .hero-content p {

  color: #fff;

  line-height: 30px;

  font-weight: 400;

  margin-bottom: 20px;

}



.hero-single .hero-content .hero-btn {

  gap: 2rem;

  display: flex;

  margin-top: 1rem;

  justify-content: start;

}



.hero-title {

  font-weight: 700;

  margin: 20px 0;

}



.hero-sub-title {

  font-size: 2rem;

  font-weight: 500;

  line-height: 1;

}



.hero-single .video-btn {

  display: flex;

  justify-content: center;

  align-items: center;

}



.hero-slider.owl-theme .owl-nav {

  margin-top: 0px;

}



.hero-slider.owl-theme .owl-nav [class*=owl-] {

  color: #FEBC35;

  font-size: 25px;

  margin: 0;

  padding: 0;

  background: rgba(0, 0, 0, 0.4);

  display: inline-block;

  cursor: pointer;

  height: 50px;

  width: 50px;

  line-height: 47px;

  text-align: center;

  border-radius: 50%;

  transition: all .5s ease-in-out;

}



.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {

  background: #fff;

  color: #FEBC35;

}



.hero-slider.owl-theme .owl-nav .owl-prev {

  left: 40px;

}



.hero-slider.owl-theme .owl-nav .owl-next {

  right: 40px;

}



.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

}



@media all and (max-width: 1199px) {

  .hero-single .hero-content .hero-title {

    font-size: 37px;

  }

  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {

    top: unset;

    bottom: 5px !important;

  }

  .hero-slider.owl-theme .owl-nav .owl-next {

    left: 120px;

  }

  .hero-single-ani::before{

    width: 100% !important;

  }

  .hero-single-ani::after{

    display: none;

  }



}



@media all and (max-width: 991px) {

  .hero-single .hero-content .hero-title {

    font-size: 35px;

  }

  .hero-single {

    padding-top: 190px;

  }

}



@media all and (max-width: 767px) {

  .hero-single .hero-content .hero-sub-title {

    font-size: 18px;

  }

  .hero-single .hero-content .hero-btn {

    gap: 1rem;

  }

  .hero-single .hero-content .theme-btn {

    padding: 10px 25px;

  }

}

/* ===================
theme button
====================== */

.theme-btn {
  display: inline-block;
  vertical-align:top;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background: #F69323;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  background: #3B602E;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.theme-btn::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #3B602E;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover::before {
  width: 100%;
  height: 100%;
}

.theme-btn2 {
  background: #517BC0;
}

.theme-btn2::before {
  background: #3B602E;
}

.theme-btn2::after {
  background: #3B602E;
}

.theme-btn i {
  margin-left: 8px;
}

/* ===================
theme button
====================== */

.main-button .theme-btns a {
  display: inline-block;
  vertical-align:top;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background: #F69323;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.main-button .theme-btns a:hover::before {
    width: 100%;
    height: 100%;
}
.main-button .theme-btns a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  background: #3B602E;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.main-button .theme-btns a:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #3B602E;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.main-button .theme-btns:hover {
  color: #fff;
}

.main-button .theme-btns:hover:before {
  width: 100%;
  height: 100%;
}

.theme-btn2 {
  background: #3B602E;
}

.theme-btn2:before {
  background: #F69323;
}

.theme-btn2:after {
  background: #F69323;
}

.main-button .theme-btns i {
  margin-left: 8px;
}



.heading-divider span.elementor-divider-separator {
  display: inline-block;
  position: relative;
  height: 3px;
  border-bottom: 4px solid #F69323;
  width: 90px;
}

.heading-divider span.elementor-divider-separator:after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  border: 4px solid #F69323;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}


.service-item:hover h3.elementor-icon-box-title {
    color: #fff !important;
}
.service-item:hover p {
    color: #fff !important;
}
.process-single {
  position: relative;
}
.process-single::before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #FEBC35;
  width: 110px;
  height: 2px;
  right: -65px;
  top: 50px;
}
.counter-grid .elementor-widget-wrap.elementor-element-populated {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
	column-gap:20px;
}
span.elementor-counter-number-prefix {
    display: none;
}
.counter-grid .elementor-widget-wrap.elementor-element-populated .elementor-widget-icon {
    margin-bottom: 0;
}



/* ===================
testimonial css 
====================== */

.testimonial-area {
  position: relative;
  z-index: 1;
}

.testimonial-single {
  margin-bottom: 20px;
}

.testimonial-quote {
  background: #fff;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.testimonial-quote:before {
  content: "\f0dd";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  bottom: -42px;
  left: 40px;
  font-weight: bold;
  font-size: 70px;
  color: #fff;
}

.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
  margin-left: 20px;
}

.testimonial-author-img {
  margin-right: 20px;
  width: 80px;
  padding: 5px;
  border-radius: 50px;
  border: 2px dashed #F69323;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 20px;
  color: #fff;
}

.testimonial-author-info p {
  color: #fff;
}


.testimonial-quote-icon{
  position: absolute;
  right: 20px;
  bottom: 5px;
}

.testimonial-quote-icon i {
  font-size: 50px;
  color: #F69323;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  border: 3px solid #fff;
  margin: 5px;
  border-radius: 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: transparent;
  transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #F69323;
}

.testimonial-rate {
  color: #F69323;
}

.testimonial-area2 .testimonial-single{
  margin-bottom: 40px;
}

.testimonial-area2 .testimonial-author-info h4{
  color: #517BC0;
}

.testimonial-area2 .testimonial-author-info p{
  color: #517BC0;
}


