/* Swiper Style - Expertise */

    .swiper-container {
        width: 100%;
        background: none;
        border: 3px solid #fff;
    }
    .swiper-slide {
        font-size: 1em;
        color:#fff;
        min-height: 600px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 60px;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .swiper-slide .title {
        background-color: rgba(38,45,53,0.9);
        /* border-radius: 0 50px 0 0; */
        padding: 0.5em 1em;
        font-size: 1.8em;
        font-weight: bold;
    }
    .swiper-slide .subtitle {
        font-size: 1.4em;
    }
    .swiper-slide .text {
        background-color: rgba(46,56,66,0.8);
        /* border-radius: 0 0 0 40px; */
        padding: 0.5em 2em;
        font-size: 1em;
        line-height: 1em;
        margin-top: 2px;
        /*max-width: 400px;*/
        text-align: left !important;
    }


/* XLarge */

/*
@media screen and (max-width: 1680px) {

	.swiper-slide {
		min-height: 500px;
	}
} */

/* Large */

@media screen and (max-width: 1280px) {

	.swiper-slide {
		min-height: 500px;
	}
}

/* Medium */

@media screen and (max-width: 980px) {

	.swiper-slide {
		min-height: 400px;
	}
}

/* Small */

@media screen and (max-width: 736px) {
	.swiper-container {
        width: 100%;
    }

	.swiper-slide {
		min-height: 340px;
	}

	.swiper-slide .title {
        font-size: 1.5em !important;
    }
    .swiper-slide .subtitle {
        font-size: 1.3em !important;
    }
    .swiper-slide .text {
        font-size: 1em !important;
    }
}

/* XSmall */

@media screen and (max-width: 480px) {

	.swiper-slide {
		min-height: 310px;
	}
	.swiper-slide .title {
        font-size: 1.3em !important;
    }
    .swiper-slide .subtitle {
        font-size: 1.1em !important;
    }
    .swiper-slide .text {
        font-size: 0.9em !important;
    }
}

