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

.main-header-menu .menu-item a.menu-link {
  transition: .2s;
}

.main-header-menu .menu-item a.menu-link:focus {
  outline: none;
}

.main-header-menu .menu-item a.menu-link:hover {
  opacity: .78;
}

header#masthead {
  position: fixed !important;
  width: 100%;
}

header#masthead.ast-logo-title-inline .ast-site-identity {
  padding: 5px 0px;
}

header#masthead .ast-above-header-bar {
  /* background-color: #f6c80c; */
  border: none;
  transition: all ease .2s;
  opacity: 1;
  top: 0;
  font-size: 12px;
  padding: 8px 10px;
  /* border-bottom: 1px solid rgba(255,255,255,0.23); */
}

header#masthead .ast-above-header-bar .site-above-header-wrap {
  min-height: auto;
}

header#masthead .main-header-bar {
  background-color: #000;
  transition: all ease .5s;
  opacity: 1;
  top: 0;
}

.page.home header#masthead .main-header-bar {
  background-color: transparent;
}


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;
  margin: 0 25px;
  text-transform: uppercase;
}

header#masthead .main-header-bar .menu-item:last-child .menu-link {
  padding-right: 0px;
  margin-right: 0px;
}

header#masthead .main-header-bar .menu-item:first-child .menu-link {
  padding-left: 0px;
  margin-left: 0px;
}

header#masthead.on-scroll {
  border-bottom: none;
}

header#masthead.on-scroll .main-header-bar {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .05);
}

.page.home header#masthead.on-scroll .main-header-bar {
  background-color: #000;
}

header#masthead.on-scroll .ast-above-header-bar {
  display: none;
}

header#masthead.on-scroll .main-header-bar .menu-item .menu-link {
  transition: .2s;
}

/* 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); */
}

.post-section-custom {
	margin: 0 auto;
}

.ast-logo-title-inline .site-logo-img {
  padding: 0px;
}

.premium-modal-trigger-img {
  width: 100% !important;
}

.custom-team-title .premium-person-info .premium-person-info-container {
  padding: 15px 0px;
}

.custom-team-title .premium-person-style1 .premium-person-container .premium-person-info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: -1px;
}

.custom-team-title .premium-person-style1 .premium-person-container .premium-person-image-container img {
  border-radius: 30px;
  filter: brightness(75%) contrast(100%) saturate(69%) blur(0px) hue-rotate(0deg);
}

.premium-person-social-list .premium-person-list-item a i {
/*   font-family: "Font Awesome 5 Brands"; */
}

.chaty-whatsapp-message {
  line-height: 1.3 !important;
}

.gallery-section-img .pa-gallery-img-container img {
  object-fit: cover !important;
  object-position: center;
}

.section-item-product {
  position: relative;
}

.section-item-product .img-product .premium-modal-trigger-container {
  border-radius: 10px;
}

.section-item-product .img-product .premium-modal-trigger-img {
  height: 340px;
  object-fit: cover;
  object-position: center;
}

.section-item-product .img-product .premium-modal-trigger-container {
  /* position: relative; */
  overflow: hidden;
}

.section-item-product .img-product:hover .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1);
  transition: all .5s ease;
  object-fit: cover;
  object-position: center;
}


.section-item-product .img-product .premium-modal-trigger-container .premium-modal-trigger-img {
  transform: scale(1.1);
}

/* service */

.section-item-service {
  position: relative;
}

.section-item-service .service-img .elementor-widget-container {
  border-radius: 5px;
  overflow: hidden;
}

.section-item-service .service-img .elementor-widget-container img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: all .5s ease;
}

.section-item-service .service-img:hover .elementor-widget-container img {
  transform: scale(1);
}

.icon-list-section .elementor-image-box-img img {
  height: 80px;
  width: 100%;
  object-position: center;
  object-fit: contain;
}

.img-product2 .premium-modal-trigger-img {
  /* border-radius: 8px; */
  height: 300px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, .1);
}

.label-product h2.elementor-heading-title {
  border-radius: 5px;
  background-color: #1f1e17;
  padding: 5px 14px 5px 10px;
  display: inline-block;
  margin-top: 10px;
}

.img-logo-height .elementor-image-box-img img {
  height: 100px;
  width: auto;
  /* object-fit: contain;
  object-position: center; */
}

.team-image .premium-person-container .premium-person-image-container img {
  height: 460px;
  /* border-radius: 100%; */
}

.img-features .elementor-image-box-wrapper .elementor-image-box-img img {
  height: 160px;
  object-fit: contain;
  object-position: center;
}

/* blog section */

.post-section-custom .post-thumb-img-content.post-thumb img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #e4e4e4;
}

.post-section-custom #primary.content-area {
  margin: 0px 0px 80px 0px;
  padding: 0px;
  padding-top: 120px;
  width: 100%;
  border: none;
}

.post-section-custom article.ast-article-single {
  padding: 0px;
}

.post-section-custom~.widget-area.secondary {
  display: none;
}

.post-section-custom .ast-related-post-title.entry-title a {
  line-height: 1.4;
  font-size: 16px;
}

.post-section-custom .ast-related-post-title.entry-title~.entry-meta {
  display: none;
}

.premium-blog-post-container .premium-blog-content-wrapper {
  /* border-radius: 0px !important; */
}

.post-section-custom .ast-related-post-featured-section .post-thumb-img-content a img {
  height: 200px;
  border: none;
  object-fit: cover;
}

.preview-product-banner .swiper-slide-inner {
  height: 360px;
  border-radius: 30px 0px 30px 0px;
  /* overflow: hidden; */
}

.preview-product-banner .swiper-slide-inner img.swiper-slide-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-box-shadow .elementor-image-box-img {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
}

/* #comments.comments-area */


.custom-video-section .premium-video-box-description-container {
  width: 80%;
}

.custom-video-section .premium-video-box-description-container .premium-video-box-text:after {
  content: '';
  background-image: url('/wp-content/uploads/play-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 75px;
  width: 75px;
  margin: 0 auto;
  margin-top: 20px;
}

.custom-video-section .premium-video-box-description-container .premium-video-box-text span.color-primary {
  color: #fff;
  display: block;
}

.custom-video-section .premium-video-box-inner-wrap:before {
  content: '';
  background-color: rgba(21, 21, 21, .25);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.custom-video-section .premium-video-box-inner-wrap .premium-video-box-video-container {
  z-index: 10;
}

.img-blog .premium-blog-thumbnail-container,
.img-blog .premium-blog-thumbnail-container img {
  border-radius: 14px;
}

.date-blog .premium-blog-inner-container .premium-blog-entry-meta {
  width: 100%;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none !important;
}

.video-section-custom.elementor-widget-video .elementor-wrapper.elementor-open-lightbox {
  height: 600px;
  width: 100%;
}

.video-section-custom.elementor-widget-video .elementor-custom-embed-image-overlay img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 3px 20px -3px rgb(0, 0, 0, 0.08);
}

.premium-modal-box-modal .premium-modal-box-modal-dialog {
  border-radius: 0px;
}

.d-flex {
	display: flex !important;
}


.premium-blog-wrap ul.slick-dots li {
	width: auto !important;
	margin: 2px;
}

.premium-blog-wrap ul.slick-dots li .fas.fa-circle:before {
	conten: '';
	display: none;
}

.premium-blog-wrap ul.slick-dots li .fas.fa-circle {
	margin: 0 3px;
    display: inline-block;
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    transition: .2s;
}

.premium-blog-wrap ul.slick-dots li.slick-active .fas.fa-circle {
	border-radius: 30px;
    width: 30px;
	background-color:#EEC341;
}

body.archive .ast-archive-description {
	padding: 0px;
	padding-bottom: 20px;
    margin-top: 60px;
}

body.archive .ast-archive-description .page-title.ast-archive-title {
	font-weight: 500;
	font-size: 40px !important;
}

.category-blogs .read-more a,
.category-blogs .entry-meta, 
.category-blogs .entry-meta * {
	color: #660802;
}

.single article .entry-header h1.entry-title {
	font-size: 40px !important;
    display: block !important;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}

.single article .entry-content,
.single article .entry-content p {
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.5;
}

.ast-no-sidebar .site-content .ast-article-image-container--wide {
	margin: 0px !important;
}

.single #primary.content-area {
	padding-top: 100px;
}

.single .entry-header .post-thumb {
	margin-bottom: 0px;
	margin-top: 15px !important;
}

ul.premium-bullet-list-box {
	margin-left: -0px !important;
}

.btn-flag-floating {
	z-index: 100001;
    position: fixed;
    left: 0;
    top: 35%;
}

.btn-flag-floating .inner-flag {
	background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 4px 4px 0px;
    padding: 3px 5px 3px 4px;
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .05);
}

.btn-flag-floating .inner-flag a {
	display: block;
    line-height: 1;
}

.btn-flag-floating .inner-flag img {
	width: 24px;
    margin: 3px 0px;
	transition: .2s;
}

.btn-flag-floating .inner-flag a:hover img {
	opacity: .54;
}

@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 picture img {
    object-position: bottom center !important;
  }

  .n2-ss-item-content.n2-ss-text {
    padding: 0px 10px !important;
  }
}


@media(max-width:575px) {
	.single .entry-header {
		margin-bottom: 10px !important;
	}
	.single article .entry-header h1.entry-title {
		margin-top: 20px !important;
		margin-bottom: 10px !important;
		font-size: 24px !important;
		line-height: 1.4;
	}
	body.archive .ast-archive-description {
		margin-top: 80px;
	}
  .custom-banner .n2-ss-slide {
    height: 100vh !important;
  }

  .preview-product-banner .swiper-slide-inner {
    height: 200px;
  }

  .custom-video-section .premium-video-box-description-container .premium-video-box-text:after {
    height: 50px;
    width: 50px;
  }

  .custom-video-section .premium-video-box-inner-wrap {
    height: 340px;
  }

  .img-product2 .premium-modal-trigger-img {
    height: 320px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1920px) {
  .custom-banner .n2-ss-slide {
    /* height: 100vh !important; */
  }
}