/*!
Theme Name: Luique Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Luique - One Page Resume WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: luique
Text Domain: luique-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


.header{
    padding: 0px;
	border-bottom: 1px solid #e4e5e7;
}
.header.sticky{
	background: #fff;

}

.section.section-inner.started-heading{
	background: unset;
	padding-top: 180px;
}

.dark-skin .section.section-inner.started-heading {
    background: unset;
}

.dark-skin .header{
    background-color: #222831;
}
.section.hero-started{
	margin-top: 116px;
}
.section.hero-started .description {
    padding: 20px 0 40px 0;
    font-size: 18px;
    max-width: 520px;
}
.footer {
        padding-left: 0px;
        padding-right: 0px;
    }

@media screen and (min-width: 1025px) {
    .m-page-navigation .h-title {
        font-size: 24px;
    }
	

	.swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.swiper-wrapper .swiper-slide{
		margin-right: 0px !important;
	}

	.swiper-container .swiper-pagination.swiper-pagination-bullets{
		display: none;
	}


}


.swiper-wrapper .swiper-slide-visible .services-item {
    opacity: 1;
    min-height: 430px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-wrapper .swiper-slide-visible .services-item .icon{
	display: none;
}


/** MENU **/

@media screen and (min-width: 768px) {
	.menu-full-container{
		border-left: 1px solid;
	}
	.menu-full-overlay{
		width: 360px;
	}
	.menu-full-container .menu-full ul > li{
		border-bottom: 1px solid #e4e5e7;
		padding: 20px 20px 20px 0px;
	}
	.menu-full-container .menu-social-links{
		margin-left: 20px;
	}
	.menu-full {
		padding: 30px 30px 30px 10px !important;
	}
	.menu-full ul li {
	margin-bottom: 0px;
}
}

@media screen and (max-width: 767px) {
    .header.sticky {
        padding-top: 0px;
        padding-bottom: 0px;
    }
	.section.hero-started .content {
        padding-top: 0px;
    }
	.section.hero-started .slide {
        top: 529px;
    }
	.section.section-inner.started-heading {
		background: unset;
		padding-top: 130px;
	}
}

.section.hero-started .info-list ul li{
	width: 270px;
}

.fluent-form-submit-btn:hover {
    background-color: #1dbf73 !important;
	color: #fff !important;
}
.ff_submit_btn_wrapper button:before{
	background: unset !important;
}