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

/*-----------------------------------------***style header***----------------------------------*/


/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/



/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/



/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/



/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/


/*------------***Medium devices (tablets, less than 1025px)***------------*/


/*------------***header and footer style Astra (min 922)***------------*/
@media only screen and (min-width: 922px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

@media only screen and (max-width: 1024px){
	
	/*style header*/

    /*style main content*/
	
	
    /*style footer*/

}


/*------------***header and footer style Astra (max 921)***------------*/
@media only screen and (max-width: 921px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}


/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}


/*------------***footer mobile style Astra (max 544)***------------*/
@media only screen and (max-width: 544px){
    /*style footer*/

}


/**************************************** normal module ******************************************************/
:root {
  --color_1: #f60406;
  --color_2: #f7e401;
}


/**************************************** normal module ******************************************************/
/* button slide-in */
.show_slidine {
	background: var(--color_1);
	/* padding: 10px 30px; */
	position: fixed;
	right: -105px;
	top: 50%;
	z-index: 9999;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	box-shadow: rgb(255 255 255 / 38%) 0px 7px 21px 0px;
}

.show_slidine:hover {
    background: #000;
}
.show_slidine.hidebtn{
    opacity:0;
    -webkit-transform:translateX(100%) rotate(-90deg);
        -ms-transform:translateX(100%) rotate(-90deg);
            transform:translateX(100%) rotate(-90deg);
}

/* slide-in */
.infos_site {
    margin-top: 25px;
}
span.content-info, span.content-info a,p.p_slidein {
    color: #ffffff;
}
 span.content-info a,p.p_slidein {
    color: #fff;
}
p.p_slidein {
    margin-top: 7px;
	margin-bottom: 20px;
}
span.content-info a:hover {
	 color: #fff !important;
    text-decoration:underline;
}
.infosclient {
    display: none;
}

.slide_in{
    position:fixed;
    background: var(--color_1);
    width: 400px;
    top:35%;
    right: 2px;
    padding:30px 30px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 15px #0000005c;
    box-shadow: 0px 0px 15px #0000005c;
    /*     border-radius: 20px; */
    -webkit-transform:
    translateX(100%);
    -ms-transform:
    translateX(100%);
    transform:
    translateX(100%);
    opacity:0;
    -webkit-transition:all 0.7s ease-in-out;
    -o-transition:all 0.7s ease-in-out;
    transition:all 0.7s ease-in-out;
    border: 15px solid #fff;
}
.slide_in.showme{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity:1;
}

.titleslide {
    font-family: 'Bebas Neue',sans-serif;
    font-size:28px;
    color: #fff;
}
.icon-info {
   
}
hr.sep_slide {
    width:25%;
    height: 2px;
    background-color: #fff;
    border: none;
    margin-left:0px;
    margin-top: 10px;
	margin-bottom: 20px;
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: flex-start;
    margin-bottom: 15px;
}
.icon-info {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* margin-right: 10px; */
	color: var(--color_1);
	height: 30px;
	width: 30px;
	font-size: 17px;
	border-radius: 10px;
	margin-right: 15px;
	background: #fff;
	padding: 10px;
}
/* close slide */
.head_slidine {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #fff;
    border: 2px solid;
    /* padding: 3px 9px; */
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_slidine:hover {
    color: #000;
}
/* button contact*/
a.butcontact_slide {
    padding: 12px 20px 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: var(--color_1);
    border-radius: 6px;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    cursor:pointer;
    text-transform: uppercase;
}
a.butcontact_slide:hover {
    background: transparent;
    color: #ffffff;
}

.mobilebut{display:none}
.slide_in .content-info.phone a:hover{color:#ffc300}
@media screen and (max-width:1500px){
	.show_slidine {
		padding: 16px 25px;
	}
}


	
	.mobilebut{display:block;height: -webkit-max-content;height: -moz-max-content;height: max-content;width: -webkit-max-content;width: -moz-max-content;width: max-content;font-size: 20px;-webkit-transform: unset;-ms-transform: unset;transform: unset;border-radius: 50%;/* padding: 13px 20px; */right: 0px;left: 15px;bottom: 20px;top: unset;width: 55px;height: 55px;display: flex;justify-content: center;align-items: center;box-shadow: 0 0 10px black;}
	.desktopbut{display:none}
	.slide_in{
		width:400px ;
		top:unset;
		bottom:0px;
		right:unset;
		left:0px;
		padding:15px;
		border-radius:10px 10px 0px 0px;
		-webkit-transform:translateY(100%);
		    -ms-transform:translateY(100%);
		        transform:translateY(100%);
	}
	.show_slidine.hidebtn{
		opacity:0;
		-webkit-transform:translateX(-100%);
		    -ms-transform:translateX(-100%);
		        transform:translateX(-100%);
	}
	.slide_in.showme{
		-webkit-transform:translateY(0%);
		    -ms-transform:translateY(0%);
		        transform:translateY(0%);
		opacity:1;
	}
	
	.rh_form__login_wrap .rh_form__item {
		padding: 0 1.5rem 1rem;
	}
	
	li.elementor-icon-list-item {margin-bottom: 10px !important;}


@media screen and (max-width:510px){
	.slide_in{
		width:80% ;
	}
}
@media screen and (max-width:400px){
	.slide_in{
		width:98% ;
		margin-inline:auto;
		right:0px;
	}
}
@media screen and (max-width:340px){
	.head_slidine {
		top: 6px;
		right: 6px;
	}
}
