/*! ******************************************************
*
*	Theme Name:     Astra Child
*   Author:         web3d
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       astra
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


/*-------General Settings-----------*/
.fadeInUp{
   animation-name: fadeInUp2 !important;
}
@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 150px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
img {
	opacity: 1;
	transition: opacity 0.3s;
}
img[data-src] {
	opacity: 0;
}
.site-logo-img img {
    /*filter: brightness(0) invert(1);*/
	
}
#masthead {
    position: fixed;
    top: 0;
    width: 100%;
}
#masthead.stiky{
	background: #000;
}
#masthead.stiky .site-logo-img img{
	max-width: 130px;
}
#masthead.stiky .main-header-menu > .menu-item > .menu-link{
	font-size: 16px;
}
#masthead .main-header-bar > .ast-container{
	padding: 0;
}
#masthead .main-header-bar{
	background: none;
}
#masthead.stiky .ast-site-identity {
    padding: 0;
}
.main-header-bar {
    line-height: inherit;
}
.main-header-menu > .menu-item:last-child > .menu-link{
	padding-left: 0;
}
.main-header-menu > .menu-item > .menu-link{
	color: #fff !important;
	font-size: 20px;
	line-height: 3.5;
	padding: 0 1em 0 0;
	font-weight: 500;
}
#primary-site-navigation .btn-top a {
    background: #EFDFC8;
    height: 40px !important;
    padding: 10px 20px !important;
    display: flex !important;
    margin-right: 15px;
    color: #000 !important;
}
#primary-site-navigation .btn-top a:hover{
        background: #CD2027;
            color: #fff !important;
}
/* .main-header-menu > .menu-item > .menu-link::after {
    content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 1.5em;
	font-size: 10px;
	margin-top: 1px;
	color: #ddd;
} */
.main-header-menu > .menu-item:last-child > .menu-link::after {
    content: none;
}
[dir="rtl"] .slick-prev::before {
    content: '\e87d';
}
[dir="rtl"] .slick-next::before {
    content: '\e87e';
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
	font-family: eicons;
	opacity: 1 !important;
}
.slick-prev, .slick-next{
	width: 30px;
	height: 40px;
}
#home_strip1 .elementor-slides .swiper-slide-bg{background-position: 0 center;}
#home_strip1 .elementor-arrows-position-outside .swiper-container {width: 100%;}
body.rtl #home_strip1 .elementor-widget-slides .elementor-swiper-button-prev{right: -40px;}
body.rtl #home_strip1 .elementor-widget-slides .elementor-swiper-button-next{left: -40px;}
.carousel-3 .elementor-price-list li{margin: 0 !important;padding: 0 15px;}
.carousel-3 .elementor-price-list li a{flex-wrap: wrap;background: #fff;}
.carousel-3 .elementor-price-list li .elementor-price-list-image{
	position: relative;
	padding: 0 !important;
	max-width: 100%;
}
.carousel-3 .elementor-price-list li .elementor-price-list-image::before {
	content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(5,5,5,.28);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.carousel-3 .elementor-price-list li:hover .elementor-price-list-image::before{
	opacity: 1;
}
.carousel-3 .elementor-price-list li .elementor-price-list-text{padding: 0 !important;}
.carousel-3 .elementor-price-list li .elementor-price-list-text .elementor-price-list-header{flex-wrap: wrap;}
.carousel-3 .elementor-price-list li .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title{
	max-width: 100%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0 0;
}
.carousel-3 .elementor-price-list li .elementor-price-list-text .elementor-price-list-header .elementor-price-list-separator{display: none;}
.carousel-3 .elementor-price-list li .elementor-price-list-text .elementor-price-list-header .elementor-price-list-price{
    order: -1;
    background-color: var( --e-global-color-accent );
    font-family: Oswald,serif;
    color: #111;
    position: relative;
    display: inline-block;
    min-width: 54px;
    min-height: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    margin: -27px auto 0;
    font-weight: bolder;
    font-size: 20px;
	margin: -27px auto 0;
}
.carousel-3 .elementor-price-list li .elementor-price-list-text .elementor-price-list-description{
	font-size: 16px;
    text-align: center;
    padding: 0 20px 25px;
}
#testimonials_wrapp .elementor-testimonial{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#testimonials_wrapp .elementor-testimonial .elementor-testimonial__content{
	order: -1;
	padding: 0;
}
#testimonials_wrapp .elementor-testimonial .elementor-star-rating{
	order: -1;
	margin: 10px 0 15px;
}
.title_border_separator{}
.title_border_separator .elementor-heading-title{
	display: table;
	position: relative;
	margin: 0 auto 20px !important;
}
.title_border_separator .elementor-heading-title::before,
.title_border_separator .elementor-heading-title::after{
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px dashed #a4a4a4;
	width: 148px;
	top: 50%;
	height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.title_border_separator .elementor-heading-title::before{right: -160px;}
.title_border_separator .elementor-heading-title::after{left: -160px;}

.open_hours{margin-bottom: 12px !important;}
.open_hours .elementor-icon-box-wrapper{align-items: center !important;}
.open_hours .elementor-icon-box-wrapper .elementor-icon-box-icon{}
.open_hours .elementor-icon-box-wrapper .elementor-icon-box-content{display: block;}
.open_hours .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	padding-left: 4px;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
}
.open_hours .elementor-icon-box-wrapper .label_dotted{
	height: 3px;
	background-image: radial-gradient(circle closest-side,#b3b3b3 99%,transparent 100%);
	background-position: 50% 70%;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	display: table-cell;
	width: 98%;
	z-index: 1;
	position: relative;
}
.open_hours .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	padding-right: 3px;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
}


/*--Page Two--*/
.elementor-514 .elementor-element.elementor-element-af9a605 .elementor-tab-title, .elementor-514 .elementor-element.elementor-element-af9a605 .elementor-tab-title::before, .elementor-514 .elementor-element.elementor-element-af9a605 .elementor-tab-title::after, .elementor-514 .elementor-element.elementor-element-af9a605 .elementor-tab-content, .elementor-514 .elementor-element.elementor-element-af9a605 .elementor-tabs-content-wrapper {
    border-width: 0 !important;
}
#page_two_wrapp {
    background-image: url(/wp-content/uploads/2021/01/landing-background.jpg), url(/wp-content/uploads/2021/01/pattern-2.png);
    background-repeat: no-repeat, repeat;
    background-size: contain, 200px 200px;
}
#tabs_page_two{}
#tabs_page_two .elementor-icon-box-wrapper{
	display: flex;
}
#tabs_page_two .elementor-icon-box-icon {
    margin-left: 9px;
	display: inline-flex;
	flex: 0 0 auto;
}
#tabs_page_two .elementor-icon-box-title {
    color: var( --e-global-color-primary );
}
#tabs_page_two .elementor-icon {
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
	font-size: 25px;
}
#tabs_page_two .elementor-tab-content > .elementor-widget-container{
	margin-top:20px;
}
#tabs_page_two #elementor-tab-content-1841{
	background-image: url(/wp-content/uploads/2021/01/home-2-tab-img-3.jpg);
}
#tabs_page_two #elementor-tab-content-1842{
	background-image: url(/wp-content/uploads/2021/01/home-2-tab-img-2.jpg);
}
#tabs_page_two #elementor-tab-content-1843{
	background-image: url(/wp-content/uploads/2021/01/home-2-tab-img-1.jpg);
}
#tabs_page_two .elementor-tab-content{border: 0;}
#tabs_page_two .elementor-tabs-content-wrapper{
	border-width:2px !important;
	border-color: #111;
	border-style: solid;
	margin: -2px 0 0;
}
#tabs_page_two .elementor-tabs-wrapper{}
#tabs_page_two .elementor-tabs-wrapper .elementor-tab-title{
	border-width: 2px 0 2px 2px !important;
	border-color: #111;
}
#tabs_page_two .elementor-tabs-wrapper .elementor-tab-title:first-child{
	border-width: 2px 2px 2px 2px !important;
}
#tabs_page_two .elementor-tabs-wrapper .elementor-tab-title.elementor-active a{
	color: var( --e-global-color-primary );
}
#tabs_page_two .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
	background: #fff;
}
.flip-cards-slider .slick-list{
	padding: 30px 0;
}
.flip-cards-slider .slick-track > .elementor-column{
	padding: 0 15px;
}
.flip-cards-slider .elementor-flip-box__image img {
    margin: 0 auto;
    width: 80px !important;
    height: 80px;
}
.elementor-flip-box__image {
    width: 100px;
    height: 100px;
    background: var(--e-global-color-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 0;
}
/*--Page Four--*/
.servise_icon .elementor-icon{
	padding: 18px;
	border-radius: 50%;
	background: var( --e-global-color-accent );
	font-size: 40px;
	margin: 0;
}

/*--Clients--*/

.elementor-image-carousel-wrapper .swiper-slide-inner img{
	-webkit-transition: transform .15s ease-out;
    -ms-transition: transform .15s ease-out;
    -moz-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    -webkit-backface-visibility: hidden;
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.elementor-image-carousel-wrapper .swiper-slide-inner:hover img{
	-webkit-transform: none;
    transform: none;
}

/*--Gallery--*/

#gallery + section .elementor-swiper .elementor-swiper-button-prev{
	top: -55px;
	left: 50px;
	right: auto;
}
#gallery + section .elementor-swiper .elementor-swiper-button-next{
	top: -55px;
	left: 0;
}

/*--Footer--*/
#web3d .elementor-image-box-wrapper figure {
    margin: 0 5px 0 0;
}
#web3d .elementor-image-box-wrapper .elementor-image-box-content {
    width: auto;
}
#to_top{
    z-index: 10000;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#to_top.active{
	opacity:1;
	visibility:visible;
}



#fullpage + #menu{
	position: fixed;
	top: 50%;
	list-style: none;
	margin: 0 2em 0 0;
}
#fullpage + #menu li a {
    font-size: 0;
    width: 15px;
    display: block;
    height: 15px;
    margin: 15px 0;
    border-radius: 50%;
    border: 3px solid #fff;
}
#fullpage + #menu li.active a{
	background: #fff;
}
.section.fp-section .elementor-widget-wrap .del-0,
.section.fp-section .elementor-widget-wrap .del-1,
.section.fp-section .elementor-widget-wrap .del-2,
.section.fp-section .elementor-widget-wrap .del-3,
.section.fp-section .elementor-widget-wrap .del-4{
	opacity:0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.section.fp-section.active .elementor-widget-wrap .del-0,
.section.fp-section.active .elementor-widget-wrap .del-1,
.section.fp-section.active .elementor-widget-wrap .del-2,
.section.fp-section.active .elementor-widget-wrap .del-3,
.section.fp-section.active .elementor-widget-wrap .del-4{
	opacity:1;
}

.del-0{
	transition-delay: 1s !important;
}
.del-1{
	transition-delay: 1.4s !important;
}
.del-2{
	transition-delay: 1.8s !important;
}
.del-3{
	transition-delay: 2.2s !important;
}
.del-4{
	transition-delay: 2.6s !important;
}

/*--    --*/
.sales .elementor-price-list-price{}
.sales .elementor-price-list-price span{
	text-decoration: line-through;
	font-weight: lighter;
	opacity: 0.5;
}
.sales.carousel-3 .elementor-price-list li .elementor-price-list-text .elementor-price-list-header .elementor-price-list-price{
	margin: -49px auto 0;
	padding: 10px;
	line-height: 79px;
	min-width: 99px;
}
.mish-ficons {
    position: fixed;
    z-index: 999;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    direction: ltr;
	left: 0;
}

.mish-ficons a {
	width: 100%;
    text-align: right;
    justify-content: flex-end;
    padding-left: 15px;
    position: relative;
    transform: translateX(-100%);
    transition: transform 0.3s;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    font-family: almoni-dl;
    font-size: 18px;
    pointer-events: all;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.ficons-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-right: 4px solid transparent;
	position: relative;
    left: 59px;
    background: inherit;
}
.mish-ficons .ficons-label {
    position: relative;
    left: 59px;
    background: inherit;
	font-family: "Assistant", Sans-serif;
}
.mish-ficons-left a:nth-child(3n+2) {
    transition-delay: 0.15s;
}
.mish-ficons-left a:nth-child(2n) {
    transition-delay: 0.1s;
}

.ficons-icon img{
	filter: brightness(0) invert(1);
	width: 35px;
}
.mish-ficons-left a:nth-child(2) img,
.mish-ficons-left a:nth-child(3) img,
.mish-ficons-left a:nth-child(4) img{
	width: 30px;
}
.mish-ficons-left a:nth-child(6) img{}
.mish-ficons-left:hover a, .mish-ficons-left:focus a {
    transform: translateX(-60px);
}
.mish-ficons-left a:hover{
	text-decoration: underline;
}
.mish-ficons-left a:focus {
    transform: translateX(-60px);
}
.mish-ficons-left a:hover .ficons-icon,
.mish-ficons-left a:focus .ficons-icon {
    border-right: 4px solid var( --e-global-color-accent );
}
.ast-small-footer > .ast-footer-overlay {
    padding: 10px 0;
}
.ast-small-footer-section{
	display: flex;
}
.ast-small-footer-section .web3d{
	width: 50%;
	text-align: left;
}
.ast-small-footer-section .web3d a img{
	margin: -3px 5px 0 5px;
	width: 60px;
}
.ast-small-footer-section .copyright{
	width: 50%;
	text-align: right;
}
.ast-small-footer-section .web3d + a{
	font-family: "Assistant", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	fill: var( --e-global-color-accent );
	color: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: var( --e-global-color-accent );
}

@media (min-width: 768px){
	.mish-ficons a.only-mobile {display: none;}
}
@media (max-width: 767px){
    #home_strip1 .elementor-slides .swiper-slide-bg {background-position: 0 top;background-size: 70%;}
	[dir="rtl"] .slick-prev {right: 0;}
	[dir="rtl"] .slick-next {left: 75%;}
	.slick-prev, .slick-next{top: -30px;}
	body.rtl #home_strip1 .elementor-widget-slides .elementor-swiper-button-next {left: 0;}
	body.rtl #home_strip1 .elementor-widget-slides .elementor-swiper-button-prev {right: 0;}
	.open_hours .elementor-icon-box-wrapper{display: flex;}
	.open_hours .elementor-icon-box-wrapper .elementor-icon-box-content{margin: 0 10px 13px 0;}
	.title_border_separator .elementor-heading-title::before, .title_border_separator .elementor-heading-title::after {width: 30px;}
	.title_border_separator .elementor-heading-title::before {right: -43px;}
	.title_border_separator .elementor-heading-title::after {left: -43px;}
	#web3d .elementor-image-box-wrapper{display: flex;}
	#web3d .elementor-image-box-wrapper .elementor-image-box-content{margin: 0 0 0 auto;}
	#web3d .elementor-image-box-wrapper figure {margin: -2px auto 0 10px !important;width: auto;}
	.site-branding{padding:0 15px;}
	#masthead .site-logo-img img {max-width: 140px;}
	/* #masthead:not(.stiky) .site-logo-img img {filter: brightness(0) invert(0);} */
	#masthead:not(.stiky) .ast-mobile-menu-buttons-minimal.menu-toggle {color: #fff;}
	#masthead.stiky .ast-mobile-menu-buttons-minimal.menu-toggle {color: #fff;}
	#tabs_page_two .elementor-tab-title{border-bottom: 2px solid #111 !important;background: #000;color: #fff;}
	#tabs_page_two .elementor-tab-content{background-size: 90%;background-repeat: no-repeat;background-position: bottom left;}
	.page-id-742 #masthead {position: fixed;top: 0;right: 0;left: 0;z-index: 9;background: #000;}
	#fullpage + #menu{margin: 0 0.5em 0 0;bottom: 0;top: auto;}
	
	.mish-ficons {flex-direction: row;left: 0;right: 0;bottom: 0;top: auto;transform: none;}
	.mish-ficons a {transform: none !important;padding-right: 0;padding-left: 0;flex-grow: 1;text-decoration: none;display: flex;justify-content: center;border: 4px solid transparent !important;}
	.mish-ficons a .ficons-label, .mish-ficons a.only-desktop{display: none;}
	.mish-ficons a .ficons-icon {left: 0;right: 0;width: auto;background-color: transparent;border: none !important;position: static;}
	.mish-ficons a:focus, .mish-ficons a:hover {border-top: 4px solid var( --e-global-color-accent ) !important;}
	.ficons-icon img{width: 28px;}
	.mish-ficons-left a:nth-child(2) img, .mish-ficons-left a:nth-child(3) img, .mish-ficons-left a:nth-child(4) img, .mish-ficons-left a:nth-child(6) img{width: 24px;}
	#to_top{display: none !important;}
	.ast-small-footer-section {flex-wrap: wrap;}
	.ast-small-footer-section .copyright, .ast-small-footer-section .web3d{width: 100%;text-align: center;}
	
	.ast-header-break-point .main-header-menu{background-color:#000 !important;}
	#masthead{position: sticky;z-index: 9999;}
	.flip-cards-slider-1  .slick-track{width:auto !important;}
	.main-header-menu > .menu-item > .menu-link::after {content: none;}
	.ast-header-break-point .main-header-bar-navigation {
    width: 100%;
    margin: 0;
}
}