/**
Theme Name: Alvura
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: alvura
Template: astra
*/

/*----- Global Header ----*/

.elementor-widget-heading h1.elementor-heading-title {
    line-height: 1.2em !important;
}

.global-header {
    backdrop-filter: blur(10px) !important;
}

#ast-scroll-top{
	background: #ffffff !important;
	border: 1px solid #000000;
}

a:focus{
	border: none !important;
	outline: none !important;
}

/*---- Astra Theme Default Style Reset CSS - START----*/

.sticky-header{ 
  position: sticky; top: 0;
  z-index: 9999; 
  backdrop-filter: blur(10px);
}

.ast-container {
    max-width: 100% !important;    
    padding: 0 !important;  
    margin: 0 !important;  
    width: 100% !important;
}
 .ast-article-single {
    padding: 0 !important;
}
.ast-separate-container #primary {
    margin: 0 !important;
    padding: 0 !important;
}

.ast-container p:last-child {
    margin-bottom: 0;
}
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comments-title,
.ast-separate-container .ast-archive-description {
    padding: 0;
    border: none;
}
.ast-separate-container .ast-article-single {
    background-color: transparent!important;
}
#ast-scroll-top {
    background-color: var(--primary);
    color: var(--text);
}
/*---- Astra Theme Default Style Reset CSS - END ----*/

/*---- Header ---*/

.custom-icon {
    line-height: 0 !important;
}

.mobile-menu .elementor-menu-toggle__icon--open, .mobile-menu .elementor-menu-toggle__icon--close{
    line-height: 0 !important;
}

.home .site-header{
	display: none !important;
}

/*----- HoverBox ----*/

.hover-card{
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.hover-card .btn-wrapper{
    transform: translateY(76%);
}

.hover-card:hover .btn-wrapper{
    transform: translateY(0);
}

.Menu-services-section .hover-card .btn-wrapper{
    transform: translateY(58%);
}

.Menu-services-section .hover-card:hover .btn-wrapper{
    transform: translateY(0);
}

/*---- Project -----*/

.project-box .project-title{
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.project-box:hover .project-title{
    opacity: 1;
}

.project-box{
    position: relative;
    cursor: pointer;
}

.project-box::after{
    position: absolute;
    content: "";
    width: 90%;
    height: 92%;
    border: 1px solid #F0DCCA;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}

.project-box:hover:after{
    transform: scale(1.02);
}

/*----- Footer ----*/

.word-break-list {
    word-break: break-all;
}

.contact-form input{
    padding-left: 0 !important;
	text-transform: unset !important;
	letter-spacing: 0.15em !important;
}

.contact-form textarea{
    padding-left: 0 !important;
	letter-spacing: 0.15em !important;
	text-transform: unset !important;
}

.no-margin-bottom p:last-child{
    margin-bottom: 0 !important;
}

.loop-item img{
    transition: 0.5s ease-in-out;
}

.loop-item:hover img{
    transform: scale(1.05);
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
    margin: 10px 0px !important;
}

.post-content p{
    letter-spacing: 0 !important;
}

/*----- Proccess Section After -----*/

.proccess-section{
    position: relative;
}

.proccess-section::after{
    content: "";
    position: absolute;
    height: 1px;
    background: #2A2A2A;
    width: 80%;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

@media(max-width:1366px){
    .proccess-section::after{
        top: 10%;
    }
}

@media(max-width:1024px){
    .proccess-section::after{
        display: none;
    }
}

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

/* ===== START:: Blog ======== */
.post-box{
	position: relative;
}
.post-box::before, .post-box::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    pointer-events: none;
}
.post-box::after {
    border-bottom: 1px solid #1E293B;
    border-right: 1px solid #1E293B;
    bottom: 0;
    right: 0;
}
.post-box::before {
    border-top: 1px solid #1E293B;
    border-left: 1px solid #1E293B;
}
.post_cont h2 {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.post_cont h3,
.post_cont h4,
.post_cont h5,
.post_cont h6{
	font-size: 16px;
}
.post_cont .post-content p {
    color: #0F0F10;
    font-size: 14px;
    letter-spacing: 0.15em !important;
}
.post_cont .post-content p > a,
.post_cont li > a{
	color: #C9A563;
}
.post_cont li {
	color: #0F0F10;
    font-size: 14px;
    padding-bottom: .5rem;
}
/* ===== END:: Blog ======== */






/* css start 08-09-26 */

.custom-faq-style .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title ~ .e-child{
	margin: -3px 0 0;
}

.custom-faq-style .e-n-accordion  .e-n-accordion-item[open]>.e-n-accordion-item-title{
	background:#efefef;
    border-bottom: 1px solid transparent;
}

.custom-faq-style .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title ~ .e-child a{
	font-weight:700;
}

.custom-faq-style .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title ~ .e-child a:hover{
	color:#000;
}

/* css end 08-09-26 */




/*---- Responsiveness ----*/

@media(max-width: 767px){

	.contact-form .elementor-field-group{
		margin-bottom: 30px !important;
	}

	.contact-form .elementor-field-type-submit{
		margin-bottom: 60px !important;
	}

	/*----- Footer ----*/

	.responsive-menu a{
		justify-content: center !important;
	}
}