/**
Theme Name: 33 Chauffers
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: 33-chauffers
Template: astra
*/
/*======================================== General CSS Start ========================================*/

:focus{
	outline:none !important;
}
#ast-scroll-top {
    background: #0BA24D;
    border-radius: 0;
	transition: all ease 0.35s;
}
#ast-scroll-top:hover {
    border-radius:50%;
}
#ast-scroll-top:focus{
	outline:none !important;
	border:0 !important;
}
.desktop-header.she-header div#logo-div {
    width: 13%;
    transition: all ease 0.35s;
    margin-bottom: 0;
    padding: 0 0 4px 0;
}
.menu-item a{
	border:0 !important;
}

#footer-links ul {
    justify-content: space-between;
}
.elementor-button .elementor-button-icon{
	transition:all ease 0.35s;
}
.elementor-button:hover .elementor-button-icon{
	transform:rotate(-30deg);
}
.hover-div img{
	border-radius:12px;
	transition:all ease 0.35s;
}
.hover-div:hover img{
	transform:scale(1.09);
	border-radius:12px 12px 0 0;
}
.hover-div .hover-text-div{
	transition:all ease 0.35s;
}
.hover-div:hover .hover-text-div{
	transform:translatey(-2px)
}
.icon-div:hover .elementor-icon {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
.slider-sec .elementor-swiper-button i{
	transition:all ease 0.4s;
	z-index:4;
}
.slider-sec .elementor-swiper-button:hover i{
	color:#fff;
	overflow:hidden
}
.slider-sec .elementor-swiper-button-prev::after{
	content:'';
	background:#222;
	width:0%;
	height:100%;
	display:inline-block;
	position:absolute;
	top:0;
	right:0%;
	transition:all ease 0.4s;
	opacity:1;
	z-index:0;
}
.slider-sec .elementor-swiper-button-prev:hover::after{
	width:100%;
	opacity:1;
}
.slider-sec .elementor-swiper-button-next::before{
	content:'';
	background:#222;
	width:0%;
	height:100%;
	display:inline-block;
	position:absolute;
	top:0;
	left:0%;
	transition:all ease 0.4s;
	opacity:0;
	z-index:0;
}
.slider-sec .elementor-swiper-button-next:hover::before{
	width:100%;
	opacity:1;
}
.text-str-div:hover h3{
	-webkit-text-stroke-width: 0px !important;
	color:#fff !important;
}
.text-str-div-alt:hover h3{
	-webkit-text-stroke-width: 0px !important;
	color:#222 !important;
}
.page-id-600 #top-footer, .page-id-736 #top-footer{
	display:none;
}
.icon-box-div:hover{
	background:#222 !important;
}
.icon-box-div .elementor-icon-box-wrapper{
	transition: all ease 0.35s;
}
.icon-box-div:hover .elementor-icon-box-wrapper{
	transform:translatey(-7px);
}
.icon-box-div:hover svg path{
	fill:#fff !important;
}
.icon-box-div:hover h3{
	color:#fff !important;
}

/*======================================== General CSS End========================================*/


/*======================================== Media Query Start ========================================*/

@media only screen and (min-device-width : 1600px) and (max-device-width : 1919px) {
	#slider-div {
		--width: 4.2%;
	}
}

@media only screen and (min-device-width : 1440px) and (max-device-width : 1599px) {
	#slider-div {
		--width: 10.5%;
	}
}

@media only screen and (min-device-width : 1366px) and (max-device-width : 1439px) {
	#slider-div {
		--width: 7.5%;
	}
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1599px) {
	
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1365px) {
	#slider-div {
		--width: 4.5%;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape){
	.mobile-header .she-header img {
		width: 90% !important;
		transition: all ease 0.35s;
	}
	.mobile-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 40px !important;
		border-top: 1px solid #222;
	}
	#footer-form input {
		min-height: 40px;
	}
	#footer-form select {
		min-height: 40px;
	}
	#slider-div {
		--width: 2.5%;
	}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:portrait){
	.mobile-header .she-header img {
		width: 90% !important;
		transition: all ease 0.35s;
	}
	.mobile-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 34px !important;
		border-top: 1px solid #222;
	}
	#footer-form .elementor-field-group {
		margin-bottom: 18px;
		padding-right: calc(15px / 2);
		padding-left: calc(15px / 2);
	}
	#footer-form input {
		min-height: 40px;
	}
	#footer-form select {
		min-height: 40px;
	}
	#slider-div {
		--width: 3%;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-header .she-header img {
		width: 90% !important;
		transition: all ease 0.35s;
	}
	.mobile-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin-top: 32px !important;
        border-top: 1px solid #222;
        padding-bottom: 12px;
	}

	#footer-form .elementor-field-group {
		margin-bottom: 18px;
		padding-right: calc(15px / 2);
		padding-left: calc(15px / 2);
	}
	#footer-form input {
		min-height: 48px;
	}
	#footer-form select {
		min-height: 48px;
	}
	#footer-links ul {
		justify-content: center;
	}
}

/*======================================== Media Query End ========================================*/