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


  *{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

     body{
        overflow-x: hidden !important;
    }
    .menu-link {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.menu-link:focus,
.menu-link:active,
.menu-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

li#menu-item-77 .menu-link {
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-right: 260px;
}

section#block-12 ul li {
    margin-top: 30px;
}

    .ast-container {
        max-width: 100%;
    }


/*btn css*/

.promo-btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff00;
    color: #fff !important;
    border-radius: 0;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, #77b442, #1b4fa0) 1;
 
}

.promo-btn .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.promo-btn .subtitle {
  display: block;
  font-size: 12px;
  color: #6cbc3d;
  font-weight: 500;
  margin-top: 4px;
}

/* Hover effect  */
/*.promo-btn:hover {
    background: linear-gradient(180deg, #1b4fa0 0%, #6cbc3d 100%);
    color: #fff !important;
    border-color: transparent !important;
border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, #77b442, #1b4fa0) 1;
        outline: none;
     box-shadow: none;
   
}*/

.promo-btn a:focus{
     outline: none !important;
     box-shadow: none !important;
}

.eael-filter-gallery-container {
  display: block !important;
  column-count: 3;
  column-gap: 20px;
}
.eael-filter-gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.gradient-text h2 {
    text-transform: capitalize;
    background: linear-gradient(114deg, green, blue);
    font-family: "Arial", sans-serif;
    word-spacing: 0px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;;
  
  }
  
  @keyframes animate {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 400%;
    }
  }

ul.sub-menu li a
 {
    color: #35454F !important;
    font-size: 16px !important;
}

ul.sub-menu li a:hover {
    color: #77B442 !important;
}

/* portfolio section */
a.portfolio-item {
    border-radius: 10px;
}
.elpt-portfolio-filter {
    text-align: left;
    padding-bottom: 30px !important;
}  

button.portfolio-filter-item {
    color: #77b442 !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin-right: 20px !important;
    font-size: 20px !important;
	box-shadow:none !important;
	  position: relative;
}
button.portfolio-filter-item {
  position: relative;
  color: #35454f;
}

button.portfolio-filter-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #35454F; 
  transition: width 0.4s ease, background-color 0.3s ease;
}

button.portfolio-filter-item:hover {
  color: #000ee3;
}

button.portfolio-filter-item:hover::after {
  width: 100%;
  background-color: #77B442;
}

button.portfolio-filter-item.item-active {
  color:#000ee3 !important; 
}

button.portfolio-filter-item.item-active::after {
  width: 100%;
  background-color: #000ee3  !important;
}
@media (max-width: 1024px) {

  .elpt-portfolio-filter {
      text-align: center !important;      
      padding-bottom: 30px !important;
  }

  button.portfolio-filter-item {
      font-size: 20px !important;         
      margin: 10px 14px !important;
      padding: 8px 0 !important;
      display: inline-block !important;
  }

  button.portfolio-filter-item::after {
      height: 2px !important;
  }
}


@media (max-width: 767px) {

  .elpt-portfolio-filter {
      text-align: center !important;
      padding-bottom: 15px !important;
  }

  button.portfolio-filter-item {
      font-size: 16px !important;        
      margin: 10px 10px !important;
      padding: 6px 0 !important;
  }
}


/* Card container with perspective */
.eael-elements-flip-box-container {
  perspective: 800px;
  overflow: hidden;
}
.eael-elements-flip-box-content p {
  padding:10px;
background: #77b442;
  text-align:center;
  transform: translateX(-100%) rotateY(-60deg) scale(0.9);
  opacity: 0;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94), opacity .5s ease-out;
  width: 180px !important;
  margin: auto !important;
}
.eael-elements-flip-box-content p a{
    color:#fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.owl-dots {
    display: none;
}


.eael-elements-flip-box-container:hover .eael-elements-flip-box-content p {
  transform: translateX(0) rotateY(0deg) scale(1);
  opacity: 1;
}


/*
.sm-col {
    height: 190px;
    overflow: auto;
    padding-right: 15px;
}*/

.border-radius{
    border-radius: 20px !important;

}

.box-shadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



 .elementor-widget-container .elpt-portfolio .elpt-portfolio-content.simple
 .portfolio-item-infos {
    opacity: 1 !important;
/*        top: 70% !important;*/

}
.portfolio-slider .elementor-widget-container .elpt-portfolio .elpt-portfolio-content{
     top: 70% !important;
}
.portfolio-slider .elementor-widget-container .elpt-portfolio .elpt-portfolio-content .portfolio-item-title{
    font-size: 22px !important;
    width: 90%;
    text-align: left;
}
.portfolio-slider .elementor-widget-container .elpt-portfolio 
.elpt-portfolio-content .portfolio-item-category {
    font-size: 18px !important;
    margin-top: 20px !important;
    
}
.portfolio-slider .elementor-widget-container .elpt-portfolio
 .elpt-portfolio-content.simple .portfolio-item-infos-wrapper { 
    position: absolute;
     top: 0; left: 0;
      width: 100%;
       height: 100%;
        background: rgba(0, 0, 0, 0.3); 
        color: #fff; 
        text-align:left;
         z-index: 9; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; 
         opacity: 1 !important; } 

.portfolio-slider .elementor-widget-container .elpt-portfolio
 .elpt-portfolio-content.simple .portfolio-item-infos-wrapper:hover{
  background: rgba(0, 0, 0, 0.5);
   }
.elpt-portfolio-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.elpt-portfolio-carousel .owl-nav i {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.elpt-portfolio-carousel .owl-nav i:hover {
  background: #77b442; 
}


.bg-hover12 h2, .hidep p {
    opacity: 0 !important;
}
.bg-hover12:hover h2 {
    margin-top: 20px !important;
    opacity: 1 !important;
    transition: 0.3s;
}

.bg-hover12:hover .hidep p {
    opacity: 1 !important;
    transition: 0.3s;
}


