/**
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
*/

html {
  overflow-x: hidden;
}

.premium-modal-box-modal-content {
  border-radius: 0px !important;
}

.img-product .swiper-slide-inner {
}

.img-product .swiper-slide-inner .swiper-slide-image {
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-custom .gallery-item img {
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.container-gallery-custom .gallery-custom .gallery-item {
  padding: 0px 15px !important;
}

.container-gallery-custom .gallery-custom .gallery-item:first-child {
  padding-left: 0px !important;
}

.container-gallery-custom .gallery-custom .gallery-item:last-child {
  padding-right: 0px !important;
}

.container-gallery-custom .gallery-custom .gallery-item .gallery-icon {
  /* border-radius: 16px; */
  transition: .2s;
}
.container-gallery-custom .gallery-custom .gallery-item:hover .gallery-icon {
  /* box-shadow: 0 3px 20px -3px rgb(0, 0, 0, 0.08); */
  opacity: .87;
}

.container-gallery-custom .gallery-custom .gallery-item a {
  display: block;
  position: relative;
  /* overflow: hidden; */
  /* transition: .2s; */
}

.container-gallery-custom .gallery-custom .gallery-item a img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .5s ease;
}

/* .container-gallery-custom .gallery-custom .gallery-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245,127,47,.4);
  opacity: 0;
  transition: all .5s ease;
  z-index: 1;
}

.container-gallery-custom .gallery-custom .gallery-item:hover a:before {
  opacity: 1;
}

.container-gallery-custom .gallery-custom .gallery-item:hover a img {
  transform: scale(1.1);
} */

.main-header-menu .menu-item a.menu-link:focus {
  outline: none;
}

.main-header-menu .menu-item a.menu-link {
  transition: .2s;
}

.main-header-menu .menu-item a.menu-link:hover {
  opacity: .78;
}

header#masthead {
  position: fixed !important;
}

header#masthead .main-header-bar {
  transition: all ease .5s;
  opacity: 1;
  top: 0;
  /* background-color: #fff; */
}

header#masthead.hide .main-header-bar {
  opacity: 0;
  top: -56px;
}

header#masthead .main-header-bar .menu-item .menu-link { 
  transition: .2s;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 20px;
  /* text-transform: uppercase; */
  /* color: #555; */
}

header#masthead.on-scroll .main-header-bar {
  background-color: #fff;
  box-shadow: 0px 1px 15px 0px rgba(0,0,0,.05);
}

header#masthead.on-scroll .main-header-bar .menu-item .menu-link {
  transition: .2s;
  color: #707070;
}

header#masthead .main-header-bar .site-logo-img img,
header#masthead.on-scroll .main-header-bar .site-logo-img img {
  filter: brightness(0) invert(0);
}

/* .site-header-section>div:last-child {
  padding-left: 40px;
} */
.site-header-section>div:first-child {
  padding-right: 50px;
}

.ast-logo-title-inline .site-logo-img {
  padding: 10px 20px 5px 20px;
}
.ast-logo-title-inline .ast-site-identity.site-branding {
  padding: 8px 0px;
  background-color: #FCDB5A;
}

.custom-padding .elementor-column > .elementor-element-populated {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

/* .n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img {
  object-fit: cover !important;
  width: 65% !important;
  object-position: center;
  position: absolute;
  right: 0;
  left: auto;
} */

.premium-modal-trigger-img {
  width: 100% !important;
}

.custom-team-title .premium-person-info .premium-person-info-container {
  padding: 15px 0px;
}

.chaty-whatsapp-message {
  line-height: 1.3 !important;
}

.text-with-bg h2 {
  color: white;
  background: url('/wp-content/uploads/2022/02/special_offer_text_bg.jpeg') no-repeat;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: animated-masked;
  animation-name: animated-masked;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-moz-keyframes animated-masked { 
  0% { 
    background-position: 50% 50%;
  }
  50% { 
    background-position: 0% 0%;
  }
  100% { 
    background-position: 50% 50%;
  }
}
@-webkit-keyframes animated-masked { 
  0% { 
    background-position: 50% 50%;
  }
  50% { 
    background-position: 0% 0%;
  }
  100% { 
    background-position: 50% 50%;
  }
}
@keyframes animated-masked { 
  0% { 
    background-position: 50% 50%;
  }
  50% { 
    background-position: 0% 0%;
  }
  100% { 
    background-position: 50% 50%;
  }
}


.section-item-product {
  position: relative;
}

.section-item-product .elementor-widget-wrap {
  padding: 0px !important;
}

.img-product .premium-modal-trigger-img {
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.img-product .premium-modal-trigger-container {
  /* position: relative; */
  overflow: hidden;
}

.img-product:hover .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1);
  transition: all .5s ease;
  object-fit: cover;
  object-position: center;
}


.img-product .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1.1);
}


.title-product {
  /* margin-top: -40px; */
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  /* background: linear-gradient(transparent,rgba(0,0,0,.5),rgba(0,0,0,.75)); */
}

.title-product h4 {
  color: #fff;
}

/* .main-img-container .img-right .elementor-widget-container img {
  width: 70%;
  text-align: right;
}

.main-img-container .img-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  align-items: center;
}
.main-img-container .img-left .elementor-widget-container:before {
  content: '';
  position: absolute;
  left: 20%;
  margin-right: -10px;
  top: -20px;
  width: 30%;
  height: 100%;
  border: 10px solid #FCDB5A;
}

.main-img-container .img-left .elementor-widget-container img {
  top: 20px;
  width: 70%;
  z-index: 1;
  position: relative;
} */


.main-img-container .img-left {
  width: 45%;
}

.main-img-container .img-right {
  width: 70%;
  margin-left: auto;
}

.main-img-container .img-right .premium-image-button-container,
.main-img-container .img-left .premium-image-button-container {
  overflow: hidden;
}

.main-img-container .img-right a.premium-image-button {
  height: 550px;
  transition: all .7s ease;
}

.main-img-container .img-left a.premium-image-button {
  height: 350px;
  transition: all .7s ease;
}

.main-img-container .img-left a.premium-image-button:hover {
  transform: scale(1.1);
}

.main-img-container .img-right a.premium-image-button:hover {
  transform: scale(1.1);
}

.main-img-container .wrapper-button-img {
  position: relative;
}

.main-img-container .wrapper-button-img .img-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.main-img-container .wrapper-button-img .img-left .elementor-widget-container {
  position: relative;
}

.main-img-container .wrapper-button-img .img-left .elementor-widget-container:before {
  content: '';
  position: absolute;
  right: -50px;
  top: -50px;
  width: 70%;
  height: 100%;
  border: 10px solid #FCDB5A;
}

.item-category .elementor-image-box-wrapper {
  margin-bottom: 15px;
}

.item-category .elementor-image-box-wrapper .elementor-image-box-img img {
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.section-item-banner {
  position: relative;
}

.section-item-banner .elementor-widget-wrap {
  padding: 0px !important;
}

.section-item-banner .img-banner-normal .premium-modal-trigger-img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.section-item-banner .img-banner-normal .premium-modal-trigger-container {
  position: relative;
  overflow: hidden;
}

.section-item-banner .img-banner-normal .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1);
  transition: all .5s ease;
  object-fit: cover;
  object-position: center;
}

.section-item-banner .img-banner-normal:hover .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1.1);
}


.section-item-banner .img-banner-big .premium-modal-trigger-img {
  height: 700px;
  object-fit: cover;
  object-position: center;
}

.section-item-banner .img-banner-big .premium-modal-trigger-container {
  position: relative;
  overflow: hidden;
}

.section-item-banner .img-banner-big .premium-modal-trigger-container:before,
.section-item-banner .img-banner-normal .premium-modal-trigger-container:before  {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}

.section-item-banner .img-banner-big .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1);
  transition: all .5s ease;
  object-fit: cover;
  object-position: center;
}

.section-item-banner .img-banner-big:hover .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1.1);
}

.title-item-banner {
  padding: 10px 20px;
  margin-top: -70px;
  z-index: 2;
}

.title-item-banner h4 {
  color: #fff;
  text-align: left !important;
}

@media(max-width:922px) {
  .container-gallery-custom .gallery-custom .gallery-item {
    padding: 10px !important;
  }
  .container-gallery-custom .gallery-custom .gallery-item:first-child {
    padding-left: 10px !important;
  }
  .container-gallery-custom .gallery-custom .gallery-item:last-child {
    padding-right: 10px !important;
  }
  #team-section .elementor-image-box-img {
    margin-bottom: 20px !important;
  }
  .n2-ss-slide-background-image {
    opacity: 0.74 !important;
  }
  .n2-ss-slide-background-image picture img {
    object-position: bottom center !important;
  }
  .n2-ss-item-content.n2-ss-text {
    padding: 0px 10px !important;
  }
  header#masthead.on-scroll .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #000;
  }
}

@media(max-width:767px) {
  .main-img-container .img-right a.premium-image-button {
    height: 300px;
  }
  .main-img-container .img-left a.premium-image-button {
    height: 200px;
  }
  .main-img-container .wrapper-button-img .img-left .elementor-widget-container:before {
    right: -30px;
    top: -30px;
    width: 80%;
  }
  .site-header-section>div:first-child {
    padding-right: 0px;
  }
  .section-item-banner {
    /* margin-bottom: 10px; */
  }
  .section-item-banner:first-child {
    margin-top: 80px;
  }
  .section-item-banner .img-banner-normal .premium-modal-trigger-img,
  .section-item-banner .img-banner-big .premium-modal-trigger-img {
    height: 300px;
  }
  .section-item-banner .img-banner-big .premium-modal-trigger-container:before,
  .section-item-banner .img-banner-normal .premium-modal-trigger-container:before {
    background-color: rgba(0,0,0,.35);
  }
  .title-item-banner {
    padding: 10px 25px;
    padding-bottom: 20px;
    margin-top: -85px;
  }
  .title-item-banner h4 {
    line-height: 1.1;
  }
}

@media screen and (min-width: 0px) and (max-width: 1920px) {
  .custom-banner .n2-ss-slide {
    height: 100vh !important;
  }
}