/*
Theme name: Delta Professional Services
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.nav > ul > li:last-child .sub-menu {
	left: auto;
	right: 0;
}

.section-stats .swiper {
	padding-bottom: 30px;
}

.section-stats .swiper-button-prev, 
.section-stats .swiper-button-next {
	top: auto;
	bottom: 0;
}