/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & 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 WooCommerce ready theme that you can use for building any kind of website!
Version: 4.8.8
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.3
Tested up to: 6.7
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
html{
	overflow-x:hidden;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes drop-in-img {
  from {
    opacity: 0;
    transform: translateY(400px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.animate-on-scroll {
  opacity: 0; /* Initially hidden */
}
.animate-on-scroll-img {
  opacity: 0; /* Initially hidden */
}
.drop-in {
  animation: drop-in 0.7s ease 200ms forwards;
}
.drop-in-img {
  animation: drop-in-img 0.7s ease 200ms forwards;
}
.overflow-hidden {
 overflow: hidden;
}
.we-offer-heading.active h4::before {
    width: 100%;
    background: #000;
}

#masthead{
	z-index:999;
}
#primary{
	margin:0 !important;
	position:relative;
	z-index:99;
}
#homepage-btn svg path{
	transform: rotate(-40deg);
	transition:0.2s linear all;
    transform-origin: 50% 50%;
}
#homepage-btn:hover svg path{
	transform: rotate(0deg) !important;
	transition:0.2s linear all;
    transform-origin: 50% 50%;
}
 @keyframes increaseWidth {
  0% {
   max-width: 0px;
  }
  100% {
max-width: 400px;
  }
}
/* nav{
	position: relative;
max-width: 0px;
 max-height: 100%;
  background-color: lightblue;
  overflow: hidden;
  animation: increaseWidth 2s ease-out forwards !important;
} 
.elementor-nav-menu--dropdown {
      transition: 1.5s !important;
}
.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: 0;
    overflow: hidden;
      transform: scale(0, 0) !important;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    animation: none !important;
    max-height: var(--menu-height);
    transform: scale(1, 1) !important;
	    box-shadow: 0 0 5px -2px #00000030;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0px !important;
    overflow-x: hidden;
    overflow-y: hidden; 
    transform-origin: top right !important;
    transition: max-height .3s,transform .3s;
}
*/
.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: 90vh !important;
    overflow: hidden;
    transform: translateX(100%) !important;
	transition: .5s linear all;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    animation: hide-scroll .3s backwards;
    max-height: var(--menu-height);
    transform: translateX(0) !important;
	transition: .5s linear all;
}
.elementor-65 .elementor-element.elementor-element-8cdeec5 .elementor-nav-menu--dropdown a {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-left: 50px;
	}
.elementor-menu-toggle__icon--close {
    fill: #000 !important;
    position: relative;
    z-index: 99;
    top: 10px;
} 
 
.we-offer-heading h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.we-offer-heading h4::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0%;
    height: 3px;
	transition:0.3s linear all;
    bottom: -8px;
}
.we-offer-heading h4:hover::before {
    background-color: #000;
    width: 100%;
    height: 3px;
    bottom: -8px;
	left:0;
	transition:0.3s linear all;
}

/* 
.fade-up {
               
  transform: translateY(40px); 
  transition: opacity 1s ease, transform 1s ease; 
}

.fade-up.show {
               
  transform: translateY(0); 
} 
nav.elementor-nav-menu--dropdown {
    position: relative;
    top: -30px;
} */
    .home #masthead {
        position: absolute;
        left: 0;
        right: 0;
		z-index:999;
    }
.home .elementor-menu-toggle__icon--open{
	filter: invert(0);
}

.elementor-menu-toggle__icon--open{
	filter: invert(1);
	z-index:9999;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open{
	filter: invert(0);
}
#logo img{
	filter:invert(1);
}
.home #logo img {
    filter: invert(0);
}
.elementor-widget-nav-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.home .elementor-widget-nav-menu {
    position: inherit;
}
span#breadcrumbs span {
    display: flex;
    gap: 15px;
}
.wpcf7-submit {
    background: #000 !important;
    padding: 15px 45px 15px 15px !important;
    font-family: "Sf Pro Display", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #02010100 !important;
    border-radius: 0px 0px 0px 0px !important;
}

.submit-btn{
	padding-top:20px;
}
.submit-btn p {
    display: inline-flex !important;
	position:relative;
	transition:0.3s linear all;
    justify-content: center;
}
.submit-btn p:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(/wp-content/uploads/2024/12/arrow-up-right.svg);
    right: 7px;
    filter: invert(1) !important;
    background-size: cover;
    transition: 0.3s linear all;
    top: 20%;
    z-index: 9;
    transform: rotate(-45deg);
}
.submit-btn p:hover input {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.file-upload-outer {
    border-width: 1px !important;
    border-style: dashed !important;
    border-color: #98A0B4;
    margin-top: 25px;
    background: #FAFAFAB2;
	text-align:left;
    border-radius: 5px;
    padding: 20px;
}
.file-upload-outer input.wpcf7-form-control.wpcf7-file {
    padding: 15px 0 !important;
    box-shadow: none !important;
    border: none;
    background: transparent !important;
    width: 33%;
    display: block;
    margin: auto;
}
.file-upload-outer input.wpcf7-form-control.wpcf7-file:focus{
	border:none;
}
.file-upload-outer p {
    width: 100%;
	text-align:center;
}
input#file-upload-button{
	background:#fff !important;
}
.submit-btn p:hover:after {
    filter: invert(0) !important;
    transform: rotate(0deg);
	transition:0.3s linear all;
}
.submit-btn p:hover:before {
	background: #000000;
}
.submit-btn p:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 30px;
    background: #fff;
    right: 5px;
    top: 15%;
    z-index: 1;
}
.wpcf7-spinner {
    position: absolute;
}
.service-inner {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    text-align: center;
    gap: 25px;
}
.service-inner span {
    font-size: 24px;
    background: #131313;
    padding: 20px 30px;
    line-height: 1;
    color: #fff;
}
.service-div {
    padding: 150px 0;
}
.bottom-div-line {
    width: 95%;
    height: 2px;
    background: #131313;
	    transform: translate(20px, 0px);
    position: absolute;
    top: 13px;
    z-index: -1;
}
.service-middle {
    position: relative;
}
.one-div {
    position: relative;
    padding: 0 30px;
}
.service-inner .one-div:nth-child(even) img {
    top: 45px;
    transform: rotate(180deg);
}
.one-div img {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}
.one-div p {
    position: absolute;
    top: -160px;
    font-size: 24px;
    margin-bottom: 0 !important;
    left: 0%;
    transform: translate(-10px, -20px);
    font-family: "Sf Pro Display", Sans-serif !important;
    width: 170px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-inner .one-div:nth-child(even) p {
    top: 150px;
}
.service-inner .one-div:first-child {
    padding-left: 0 !important;
}
.service-inner .one-div:last-child {
    padding-right: 0 !important;
}
.one-div:first-child img {
    left: -40px;
}
.one-div:last-child img {
    left: 40px;
}
.one-div:first-child p {
    left: -30%;
}
.services-tab h3.elementor-icon-box-title {
    background: #000;
    margin: 0 !important;
    padding: 10px 0px;
}
.budget-plan-div .service-middle {
    position: relative;
    width: 85%;
    margin: auto;
}
.project-closure-div .service-middle {
    position: relative;
    width: 45%;
    margin: auto;
}
nav.elementor-nav-menu--dropdown {
    position: absolute;
    top: 0px;
    right: 0;
    width: max-content;
    padding: 0 200px 0 15px;
}
/* .elementor-nav-menu--dropdown {
    transition: 3s !important;
} */
.elementor-menu-toggle:focus-visible {
    outline: none !important;
}

h2.header {
    font-family: "Sf Pro Display", Sans-serif !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    color: #131313;
}
nav.elementor-nav-menu--dropdown {
    height: 95vh;
    top: -20px;
    right: -30px;
}
div#homepage-btn a.jkit-button-wrapper svg {
    margin-left: 22px;
}
.we-offer-heading h4 {
    color: #131313 !important;
}
#menu-toggle-button nav ul li a {
   display: inline-block;
    position: relative;
    transform: translate3d(0, 100%, 0);
    transition: transform .8s cubic-bezier(.165,.84,.44,1);
}


#menu-toggle-button nav.open--menu ul li {
    padding-bottom: .25rem;
    transition: opacity .64s cubic-bezier(.165,.84,.44,1);
	overflow: hidden;
    position: relative;
}
#menu-toggle-button nav ul li {
	overflow: hidden;
}
#menu-toggle-button nav.open--menu ul li a {
   transform: translateZ(0);
}
#menu-toggle-button nav.open--menu ul li:first-child a {
   transition-delay: .40s;
}
#menu-toggle-button nav.open--menu ul li:nth-child(2) a {
   transition-delay: .60s;
}
#menu-toggle-button nav.open--menu ul li:nth-child(3) a {
   transition-delay: .80s;
}
#menu-toggle-button nav.open--menu ul li:nth-child(4) a {
   transition-delay: .99s;
}
#menu-toggle-button nav.open--menu ul li:nth-child(5) a {
   transition-delay: 1.2s;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
     padding: 110px 200px 0 40px;
    box-shadow: -2px 4px 14.8px 0px #8989891F;
}
#menu-toggle-button nav ul li a {
    padding: 26px 14px 18px 0 !important;
}
#masthead{
	transition:0.3s linear all;
}
.sticky-bottom-main {
    position: fixed !important;
    top: 0;
    width: 100%;
	transition:0.3s linear all;
    background: #00000087;
}
.sticky-bottom-main .elementor-widget-theme-site-logo img{
	width:170px !important;
	transition:0.3s linear all;
}
ul#menu-2-8cdeec5 li::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0%;
    height: 3px;
    transition: 0.3s linear all;
    bottom: 8px;
}
ul#menu-2-8cdeec5 li:hover::before {
    background-color: #000;
    width: 100%;
    height: 3px;
    bottom: 8px;
    left: 0;
    transition: 0.3s linear all;
}


/* #menu-toggle-button nav ul li {
    overflow: visible;
} */
/* #menu-toggle-button nav.open--menu ul li {
    padding-bottom: .25rem;
    transition: opacity .64s cubic-bezier(.165,.84,.44,1);
    overflow: visible !important;
    position: relative;
} */
.we-offer-heading h4 a {
    color: #131313;
    text-decoration: none !important;
}
.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 0.7em !important;
    width: 1em;
}

footer .elementor-element-5a4cd8e li span::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0%;
    height: 3px;
    transition: 0.3s linear all;
    bottom: 0px;
}
footer .elementor-element-5a4cd8e  li span:hover::before {
    background-color: #bfc2c9;
    width: 20%;
    height: 2px;
    bottom: 0px;
    left: 0;
    transition: 0.3s linear all;
}
footer {
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
#ast-scroll-top {
    background-color: #ffffff;
    font-size: 15px;
    mix-blend-mode: difference;
}
.ast-icon svg {
	 mix-blend-mode: difference;
}
[data-id="211b9da"] ul{
	margin-top:0 !important;
}
span.visi-hide{
	visibility:hidden;
}
#breadcrumbs a{
	text-decoration:none !important;
}
.elementor-menu-toggle.elementor-active span.elementor-menu-toggle__icon--close{
	display:none;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
    display: block !important;
    z-index: 999;
    color: #000;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open svg line{
	stroke:#000;
	transition:0.4 linear all;
}
.elementor-menu-toggle .elementor-menu-toggle__icon--open svg line:first-child{
	transform: translateY(0px);
    transition: 0.4s linear all;
}
.elementor-menu-toggle .elementor-menu-toggle__icon--open svg line:nth-child(3){
	transform: translateY(0px);
    transition: 0.4s linear all;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open svg line:first-child{
	transform: translateY(10px);
    transition: 0.4s linear all;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open svg line:nth-child(3){
	transform: translateY(-10px);
    transition: 0.4s linear all;
}
.elementor-menu-toggle .elementor-menu-toggle__icon--open svg line{
	transition:0.4s linear all;
	transform: translateY(0);
}
.homepage-customer-slider .swiper-slide.swiper-slide-duplicate-prev {
    opacity: 10%;
	transition:0.3s linear all;
}
.homepage-customer-slider .swiper-slide{
	opacity:1;
	transition:0.3s linear all;
}
.homepage-customer-slider .swiper-slide-active {
    opacity: 10%;
	transition:0.3s linear all;
}







@media screen and (min-width:1366px){
	.elementor-widget-n-carousel .e-n-carousel.offset-right {
    padding-inline-end: 1130px;
}
	
}
@media screen and (max-width:767px){
	.elementor-menu-toggle__icon--close {
  top: -8px;
}
	.elementor-65 .elementor-element.elementor-element-8cdeec5 .elementor-nav-menu--dropdown a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px;
}
	#primary {
    margin: 0 !important;
    padding: 0;
}
	nav.elementor-nav-menu--dropdown {
    position: absolute;
    top: 0px;
    right: 0;
		padding: 0 55px 0 15px !important;
    width: 250px;
}
	.service-div {
    padding: 0px 0;
}
	.service-inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
	.service-inner .one-div:first-child {
    padding-left: 0 !important;
}
	.one-div {
    position: relative;
    padding: 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    width: 80%;
    margin: auto;
}
	.one-div p {
    position: unset;
    top: -160px;
    font-size: 16px;
    margin-bottom: 0 !important;
    left: 0%;
    transform: unset;
    font-family: "Sf Pro Display", Sans-serif !important;
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
	.one-div img {
    position: absolute;
    top: 0;
		left:unset;
    right: 100px;
    transform: rotate(-90deg);
}
	.service-inner .one-div:nth-child(even) img {
    left: 100px;
    transform: rotate(90deg);
    top: 0;
		        right: unset;
}
	.bottom-div-line{
		display:none;
	}
	.one-div:first-child img {
    right: 100px;
		left:unset;
    transform: rotate(-90deg);
}
	.one-div:last-child img {
    left: unset;
}
	.project-closure-div .service-middle {
    position: relative;
    width: 100%;
    margin: auto;
}
	div#page{
		overflow: hidden;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  transform: translateX(5%) !important;
}
	.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
	transform: translateX(110%) !important;
}
	.elementor-menu-toggle svg {
	width: 1.7em!important;
}
	#menu-2-8cdeec5{
		padding:15px 0 0 0;
	}
	#menu-toggle-button nav ul li a {
    padding: 10px 14px !important;
}
	.file-upload-outer {
    width: 90%;
    margin: 25px auto 0;
}
	.file-upload-outer input.wpcf7-form-control.wpcf7-file {
    width: 55%;
}
h2.header {
    font-size: 36px !important;
}
.budget-plan-div .service-middle {
  position: relative;
  width: 100%;
  margin: auto;
}
}

@media screen and (max-width:550px){
	    .file-upload-outer input.wpcf7-form-control.wpcf7-file {
        width: 70%;
    }
}