/* CSS Document */
.content li {
    list-style: disc !important;
}
.site-inner .wrap {
    max-width: 100%;
}

.solid-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solid-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.solid-content {
    position: relative;
    height: 100%;
}

.solid-title {
    margin: 0 0 20px;
    display: block;
    font-family: 'Open Sans';
    color: #F070F5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 36px;
    line-height: 36px;
}

    .solid-title-white {
    display: block;
    font-family: 'Open Sans';
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 36px;
    line-height: 36px;
}


    .solid-title-black {
        color: #1E1B2C;
        display: block;
        font-family: 'Open Sans';
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 36px;
		font-weight: bold;
        line-height: 36px;
        margin: 0 0 20px;
    }

/*.solid-link {
    border: 3px solid #F070F5;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 34px;
    padding: 0 22px;
}  

    .solid-link:hover {
        background-color: #F070F5;
        color: #fff;
    }*/




.solid-link {
	background: transparent linear-gradient(180deg, #F070F5 0%, #974FC2 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 15px #00000029;
	border-radius: 10px;
	opacity: 1;
	font-size: 30px;
	font-weight: 700;
	padding: 5px 20px;
	color: white;
	text-align: center;
	border: none;
	/* padding: 5px 20px; */
}


.solid-link:hover {
	background: transparent linear-gradient(180deg, #1E1B2C 0%, #181623 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 15px #00000029;
	border-radius: 10px;
	opacity: 1;
	color: white;
}


#before-after {
    height: 400PX !important;
}

    #ba-mobile {
    display: none;
}

#before-after .soliloquy-container .soliloquy-prev,
#before-after .soliloquy-container .soliloquy-next {
    width: 29px;
    height: 54px;
}

#before-after .soliloquy-container .soliloquy-prev {
    background: rgba(0,0,0,0) url('/wp-content/uploads/2021/11/arrow-prev.png') no-repeat scroll 50% 50%;
    left: -50px;
}

#before-after .soliloquy-container .soliloquy-next {
    background: rgba(0,0,0,0) url('/wp-content/uploads/2021/11/arrow-next.png') no-repeat scroll 50% 50%;
    right: -50px;
}

  

/* Image and Textarea */

.image-text .wrap {
    max-width: 1200px;
}

.image-text-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.it-image {
    width: 50%;
}

.it-image img {
    background: #1E1B2C;
    object-fit: contain;
    width: 100%;
    height: 500px;
    padding: 20px;
    object-fit: cover;
}

.it-text {
    width: 50%;
    padding-left: 50px;
}

.it-text p:last-of-type {
    margin-bottom: 0px;
}

.page-id-896 .it-text .solid-title  {
    font-family: 'Open Sans';
	letter-spacing: 0;
    font-weight: 800;
}

.page-id-896 .it-text .about-list li {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	flex: 1 0 47%;
	margin-left: 24px;
}

/* CTA */

.cta {
    clear: left;
    background-color: #1E1B2C;
    text-align: center;
    padding: 23px 0;
    position: relative;
}

	.page-id-896 .cta {
		padding: 43px 0;
	}

	.page-id-896 .cta:nth-child(7) {
		background: #f070f5;
	}

.cta .wrap {
    max-width: 1200px;
}

.cta-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cta-left {
    text-align: left;
    width: 60%;
}

	.page-id-896 .cta-left {
		width: 50%;
	}

.cta-title {
    font-size: 34px;
    margin-bottom: 0;
	font-weight: bold;
}

	.page-id-896 .cta-title {
		font-size: 44px;
		line-height: 48px;
	}

	.page-id-896 .cta:nth-child(7) .cta-title {
		color: #fff;
	}

.cta-right {
    width: 40%;
}

.cta-link a {
	color: white;
}

.cta-link {
	background: transparent linear-gradient(180deg, #F070F5 0%, #974FC2 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 15px #00000029;
	border-radius: 10px;
	opacity: 1;
	font-size: 30px;
	font-weight: 700;
	padding: 5px 20px;
	color: white;
	text-align: center;
	border: none;
	/* padding: 5px 20px; */
}

	.page-id-896 .cta-link {
		font-size: 35px;
	}

	.page-id-896 .cta:nth-child(7) .cta-link {
		background: transparent linear-gradient(104deg, #1E1B2C 0%, #181623 100%) 0% 0% no-repeat padding-box;
	}

.cta-link:hover {
	background: white;
	box-shadow: 3px 3px 15px #00000029;
	border-radius: 10px;
	opacity: 1;
	color: #1E1B2C;
}

	.page-id-896 .cta:nth-child(7) .cta-link:hover {
		background: #fff;
		color: #1E1B2C;
	}

/* Process */

.process {
    background-color: #ed6024;
    text-align: center;
    padding: 27px 0;
}

.process .wrap {
    max-width: 1200px;
}

.process-image,
.process .solid-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 23px;
}

.process-image {
    width: 123px;
    padding-top: 4px;
    margin-right: 16px;
}

.process-items li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 16.3%;
}

.process-text {
    font-family: 'Open Sans Light';
    letter-spacing: 0.1em;
    color: #fff;
}

    .process-time {
        font-size: 24px;
        line-height: 36px;
    }

    .process-info {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        margin: 0 7px;
    }

.process-dot {
    position: relative;
    z-index: 1;
    display: block;
    background-color: #ed6024;
    border: 6px solid #fff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    margin: 21px auto;
}

.process-line {
    position: absolute;
    border-top: 2px solid #fff;
    margin: 0;
    top: 68px;
}

    .process-items li:nth-child(1) .process-line {
            width: 95px;
            right: -9px;
    }

    .process-items li:nth-child(n+2):nth-child(-n+5) .process-line {
        right: 0;
        left: 0;
        width: 103%;
        margin: 0 auto;
    }

    .process-items li:last-of-type .process-line {
        width: 95px;
        left: 0px;
    }

/* Textarea */

.text-area {
    padding: 20px  0;
}

.text-area .wrap {
    max-width: 1200px;
}

	.page-id-896 .text-area:nth-child(7) .wrap {
		max-width: 100%;
	}

.text-area li {
	list-style: unset;
	margin-left: 20px;
}

.page-id-896 .text-area {
	background: #EEF2F5;
	padding: 80px 0 40px;
}

	.page-id-896 .text-area:nth-child(7) {
		padding: 0;
	}

.page-id-896 .text-area .solid-title {
	text-align: center;
	font-family: 'Open Sans';
	letter-spacing: 0;
	font-weight: 800;
	margin: 0 0 50px;
}

	.page-id-896 .text-area:nth-child(7) .solid-title {
		display: none;
	}

	#offer {
		text-align: center;
		font-family: 'Open Sans';
		letter-spacing: 0;
		font-weight: 800;
		font-size: 36px;
		line-height: 40px;
	}

	#main_countedown_1 .element_conteiner {
		width: 200px;
	}

	#main_countedown_1 .time_left {
		background: #F070F5 !important;
		font-size: 35px !important;
		padding: 10px 5px !important;
	}

.page-id-896 .text-area {
	font-size: 24px;
}

.page-id-896 #gallery-1 {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.page-id-896 #gallery-1 .gallery-item {
	overflow: hidden;
	border-left: 1.5px solid #000;
	margin: 0;
}

.page-id-896 #gallery-1 img {
	transition: transform .5s ease;
	border: 0;
	padding: 0;
	width: 100%;
	object-fit: cover;
	height: 400px;
}

.page-id-896 #gallery-1 .gallery-item:hover img {
	transform: scale(1.5);
}

/* Quality */

.quality {
    position: relative;
    text-align: center;
}

.quality .wrap {
    max-width: 1200px;
}

.quality .solid-content {
    background: rgba(0,0,0,75%);
    padding: 72px 0;
}

.quality-main-title {
    letter-spacing: 0.025em;
    width: 850px;
    margin: 0 auto 85px;
}

.quality-items li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border: 3px solid #ed6024;
    width: 19%;
    height: 405px;
    margin: 0 0.3%;
    padding: 0 16px;
}

.quality-items img {
    margin-bottom: 26px;
}

.quality-title {
    letter-spacing: 0.025em;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 12px;
}

.quality-items p {
    color: #fff;
    letter-spacing: 0.025em;
    font-size: 12px;
    line-height: 17px;
}

    .quality-items p:last-of-type {
        margin: 0;
    }

/* FAQ */

.faq {
    position: relative;
    text-align: center;
    padding: 0px 0;
}

.faq .wrap {
    max-width: 1200px;
}

.faq .solid-content {
    background: rgba(0, 0, 0, 75%);
    padding: 69px 0;
}

.faq .solid-title {
    letter-spacing: 0.025em;
    margin-bottom: 38px;
}

/* Testimonials */

.testimonials {
    text-align: center;
    padding: 38px 0;
}

.testimonials .wrap {
    max-width: 1200px;
}

.testimonials p {
    margin: 0;
}

/* Schedule */

.schedule {
    position: relative;
}

.schedule .wrap {
    max-width: 1200px;
}

.schedule .solid-background img {
    object-position: 50% 15%;
}

.schedule .solid-content {
    background: linear-gradient(0deg, rgb(24 22 35) 15%, #1e1b2c4a 100%);
    padding: 149px 0;
}

.schedule-flex {
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.schedule-title {
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 0.025em;
	font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    width: 820px;
    margin: 0 auto 40px;
}

.schedule .solid-link {
    color: #fff;
    padding: 0 47px;
}

/* Hero */

.page-id-896 .sub-header {
	display: none;
}

.hero {
    position: relative;
}

.hero .solid-content {
    background: rgb(25 23 36 / 60%);
    /* background: transparent linear-gradient(270deg, rgb(240 112 245 / 50%) 0%, rgb(255 255 255 / 50%) 100%) 0% 0% no-repeat padding-box; */
    text-align: center;
}

.hero .wrap {
	max-width: 1200px;
}

.hero-flex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 746px;
}

.hero-title {
    font-weight: 800;
    color: white;
    letter-spacing: -3px;
    font-size: 75px;
    line-height: 1;
}

/* Buckets */

.buckets {
	background: #EEF2F5;
}

.buckets .wrap {
	max-width: 1400px;
}

.buckets-top {
	padding: 0 0 135px;
}

.bucket-title {
	text-align: center;
	color: #1E1B2C;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 40px;
	margin: 0;
}

.buckets-bottom {
	background: #1E1B2C;
	padding: 0 0 25px;
}

.bucket-items {
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-top: -60px;
    position: relative;
    bottom: 30px;
}

.bucket-items li {
	background: transparent linear-gradient(138deg, #FFFFFF 0%, #EEF2F5 100%) 0% 0% no-repeat padding-box;
	box-shadow: 5px 5px 15px #00000029;
	border-radius: 15px;
	list-style-type: none !important;
	color: #1E1B2C;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 0 32%;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	height: 200px;
	padding: 0 25px;
}

.bucket-items strong {
	display: block;
	font-weight: 800;
	font-size: 35px;
	line-height: 40px;
	margin: 15px 0 0;
}

/* Responsive Design */

@media (max-width: 1650px) {

/* Hero */
	
	.hero-flex {
		height: 646px;
	}

/* Buckets */

	.buckets .wrap {
		max-width: 1300px;
	}

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 360px;
	}
}

@media (max-width: 1440px) {

/* Hero */
	
	.hero-flex {
		height: 606px;
	}

/* Buckets */

	.buckets .wrap {
		max-width: 1200px;
	}

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 320px;
	}	
}

@media (max-width: 1350px) {

/* Hero */

	.hero .wrap {
		max-width: 1100px;
	}

/* Buckets */
	
	.buckets .wrap {
		max-width: 1100px;
	}
	
/* Image and Textarea */

    .image-text .wrap {
        max-width: 1100px;
    }

/* CTA */

    .cta {
        padding: 27px 0;
    }

    .cta .wrap {
        max-width: 1100px;
    }

    .cta-left {
        width: 64%;
    }

    .cta-link {
        font-size: 25px;
    }  

/* Process */

    .process .wrap {
        max-width: 1100px;
    }

    .process-items li {
        width: 16%;
    }

        .process-info {
            margin: 0;
        } 

/* Textarea */

    .text-area .wrap {
        max-width: 1100px;
    }

/* Quality */

    .quality .wrap {
        max-width: 1100px;
    }

    .quality-items li {
        height: 435px;
    } 

/* Testimonials */

    .testimonials .wrap {
        max-width: 1100px;
    } 

/* Schedule */

    .schedule .wrap {
        max-width: 1100px;
    }
	
/* FAQ */

    .faq .wrap {
        max-width: 1100px;
    }  

/* Special */
	
	.special .wrap {
		max-width: 1100px;
	}	
}

@media (max-width: 1250px) {

/* Hero */

	.hero .wrap {
		max-width: 1000px;
	}

/* Buckets */
	
	.buckets .wrap {
		max-width: 1000px;
	}

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 280px;
	}	
	
/* Image and Textarea */

    .image-text .wrap {
        max-width: 1000px;
    }

/* CTA */

    .cta .wrap {
        max-width: 1000px;
    }

    .cta-left {
        width: 62%;
    }

		.page-id-896 .cta-left {
		    width: 51%;
		}		

    .cta-title {
        font-size: 30px;
    }

    .cta-right {
        /* width: 38%; */
    }

		.page-id-896 .cta-link {
			font-size: 30px;
		}

/* Process */

    .process .wrap {
        max-width: 1000px;
    }

        .process-info {
            font-size: 16px;
            line-height: 22px;
        }

        .process-items li:last-of-type .process-line {
            width: 67px;
        } 


/* Textarea */

    .text-area .wrap {
        max-width: 1000px;
    }

/* Quality */

    .quality .wrap {
        max-width: 1000px;
    }

    .quality-items li {
        height: 415px;
    }

    .quality-items img {
        height: 80px;
        margin-bottom: 16px;
    }

/* Testimonials */

    .testimonials .wrap {
        max-width: 1000px;
    }

/* Schedule */

    .schedule .wrap {
        max-width: 1000px;
    } 
	
/* FAQ */

    .faq .wrap {
        max-width: 1000px;
    } 	

/* Special */
	
	.special .wrap {
		max-width: 1000px;
	}
}

@media (max-width: 1150px) {

/* Hero */

	.hero .wrap {
		max-width: 900px;
	}
	
	.hero-flex {
		height: 566px;
	}

/* Buckets */
	
	.buckets .wrap {
		max-width: 900px;
	}
	
	.buckets-bottom {
		padding: 0 0 0px;
	}
	
	.bucket-items {
	    bottom: 50px;
	}
	
	.bucket-items li {
		flex: 1 0 31%;
		font-size: 20px;
		line-height: 24px;
		height: 180px;
	}
	
	.bucket-items strong {
		font-size: 35px;
	}		
	
/* Image and Textarea */

    .image-text .wrap {
        max-width: 900px;
    }

    .it-image img {
        height: 450px;
    }

    .it-text .solid-title {
        font-size: 30px;
        line-height: 30px;
    }

		.page-id-896 .it-text .about-list li {
		    font-size: 20px;
		    line-height: 30px;
		    margin-left: 24px;
		}
			
/* CTA */

    .cta {
        padding: 29px 0;
    }

    .cta .wrap {
        max-width: 900px;
    }

    .cta-left {
        width: 40%;
    }

		.page-id-896 .cta-left {
		    width: 60%;
		}	

    .cta-title {
        font-size: 28px;
    }

		.page-id-896 .cta-title {
			font-size: 40px;
			line-height: 44px;
		}

    .cta-right {
        /* width: 32%; */
    }

    .cta-link {
        font-size: 22px;
        padding: 1px 15px;
    }

/* Process */

    .process .wrap {
        max-width: 900px;
    }

    .process-image {
        padding-top: 2px;
    }

    .process .solid-title {
        font-size: 34px;
        line-height: 34px;
    }

        .process-items li:nth-child(1) .process-line {
                width: 75px;
                right: -16px;
        }

        .process-items li:nth-child(n+2):nth-child(-n+5) .process-line {
            width: 105%;
        } 

/* Textarea */

    .text-area .wrap {
        max-width: 900px;
    }

    .text-area .solid-title {
        font-size: 30px;
        line-height: 30px;
    }

		.page-id-896 .text-area {
		    font-size: 20px;
		}
	
/* Quality */

    .quality .wrap {
        max-width: 900px;
    }

    .quality-items li {
        width: 32%;
        height: 405px;
    }

        .quality-items li:nth-child(4),
        .quality-items li:last-of-type {
            margin-top: 10px;
            width: 48.6%;
        }

    .quality-items img {
        height: auto;
        margin-bottom: 26px;
    } 

/* Testimonials */

    .testimonials .wrap {
        max-width: 900px;
    } 

/* Schedule */

    .schedule .wrap {
        max-width: 900px;
    }
	
/* FAQ */

    .faq .wrap {
        max-width: 900px;
    }  

/* Special */
	
	.special .wrap {
		max-width: 900px;
	}
	
	.special-items li {
		flex: 0 1 48%;
	}		
}

@media (max-width: 1024px) {

/* Hero */

	.hero .wrap {
		max-width: 90%;
	}
	
	.hero-flex {
		height: 526px;
	}

/* Textarea */

	#main_countedown_1 .element_conteiner {
		width: 150px;
	}	
	
/* Buckets */

	.bucket-title {
		font-size: 36px;
	}
	
	.buckets .wrap {
		max-width: 90%;
	}	

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 240px;
	}	
	
/* Before After */
#before-after {
    height: auto !important;
}

    #ba-desktop {
        display: none;
    } 

    #ba-mobile {
        display: block;
    } 
    
/* Image and Textarea */

    .image-text .wrap {
        max-width: 90%;
    }

    .image-text-flex {
        flex-direction: column;
    }

    .it-image {
        width: 100%;
        margin-bottom: 30px;
        height: fit-content;
    }

    .it-image img {
        /* height: 200px; */
        width: 100%;
        object-fit: cover;
    }

    .it-text {
        text-align: center;
        width: 100%;
        padding-left: 0;
    }

    .it-text .solid-title {
        font-size: 36px;
        line-height: 36px;
    }

		.page-id-896 .it-text .about-list li {
			list-style-position: inside !important;
			margin-left: 0px;
		}
	
/* CTA */

    .cta .wrap {
        max-width: 90%;
    }

    .cta-flex {
        flex-direction: column;
    }

    .cta-left {
        text-align: center;
        width: 100%;
    }

		.page-id-896 .cta-left {
		    width: 100%;
		}	

    .cta-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .cta-right {
        width: 100%;
    }

    .cta-link {
        font-size: 30px;
        padding: 1px 30px;
    } 

/* Process */

    .process .wrap {
        max-width: 90%;
    }

    .process-image,
    .process .solid-title {
        display: block;
        margin-bottom: 0px;
    }

    .process-image {
        width: 123px;
        margin: 0 auto 15px;
        padding-top: 0px;
    }

    .process .solid-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 23px;
    }

/* Textarea */

    .text-area {
        text-align: center;
    }

    .text-area .wrap {
        max-width: 90%;
    }

    .text-area .solid-title {
        font-size: 36px;
        line-height: 36px;
    }

/* Quality */

    .quality .wrap {
        max-width: 90%;
    }

    .quality-main-title {
        width: auto;
    }

/* Testimonials */

    .testimonials .wrap {
        max-width: 90%;
    } 

/* Schedule */

    .schedule .wrap {
        max-width: 90%;
    }

    .schedule-title {
        width: auto;
    }
	
/* FAQ */

    .faq .wrap {
        max-width: 90%;
    }

/* Special */
	
	.special .wrap {
		max-width: 90%;
	}	
}

@media (max-width: 900px) {

/* Buckets */

	.bucket-items li {
		flex: 1 0 48%;
	}
	
/* Process */

    .process-items li {
        width: 32%;
    }

        .process-items li:nth-child(1),
        .process-items li:nth-child(2),
        .process-items li:nth-child(3) {
            margin-bottom: 20px;
        }

        .process-info {
            font-size: 18px;
            line-height: 24px;
        }

        .process-items li:nth-child(1) .process-line {
                width: 50%;
                right: -13px;
        }

        .process-items li:last-of-type .process-line {
            width: 50%;
            left: -13px;
        }

/* Special */

	.special-items li {
		font-size: 20px;
		line-height: 24px;
	}		
}

@media (max-width: 768px) {

/* Hero */

	.hero .wrap {
		max-width: 85%;
	}
	
	.hero-flex {
		height: 486px;
	}
	
	.hero-title {
	    font-size: 65px;
	}

/* Textarea */

	#main_countedown_1 .element_conteiner {
		width: 49%;
	}	

/* Buckets */
	
	.buckets .wrap {
		max-width: 85%;
	}	

/* Gallery */		

	.page-id-896 .gallery-columns-4 .gallery-item {
	    width: 50%;
	}
	
/* Image and Textarea */

    .image-text .wrap {
        max-width: 85%;
    }

    .it-image img {
        height: 400px;
    }

/* CTA */

    .cta .wrap {
        max-width: 85%;
    }

/* Process */

    .process .wrap {
        max-width: 85%;
    }

    .process-items li {
        display: inline-flex;
        width: 100%;
        align-items: center;
    }

        .process-items li:nth-child(1),
        .process-items li:nth-child(2),
        .process-items li:nth-child(3) {
            margin-bottom: 0px;
        }

        .process-time {
            text-align: right;
            width: 20%;
        }

        .process-info {
            text-align: left;
            width: 65%;
        }

        .process-dot::before,
        .process-dot::after {
            content: ' ';
            background-color: #fff;
            position: absolute;
            top: 5px;
            width: 20px;
            height: 3px;
        }

        .process-dot::before {
            left: -26px;
        }

        .process-dot::after {
            right: -26px;
        }

    .process-line {
        display: none;
    }

/* Textarea */

    .text-area .wrap {
        max-width: 85%;
    }

/* Quality */

    .quality .wrap {
        max-width: 85%;
    }

    .quality-main-title {
        margin: 0 auto 35px;
    }

    .quality-items li {
        width: 48%;
        margin: 0 0.3% 10px !important;
    }

        .quality-items li:last-of-type {
            width: 98.5%;
        } 

/* Testimonials */

    .testimonials .wrap {
        max-width: 85%;
    }

    .testimonials .solid-link {
        display: block;
        width: 100%;
        line-height: normal;
    }

/* Schedule */

    .schedule .wrap {
        max-width: 85%;
    }

    .schedule .solid-content {
        padding: 109px 0;
    }

    .schedule-title {
        font-size: 44px;
        line-height: 48px;
        margin: 0 auto 47px;
    }

    .schedule .solid-link {
        padding: 0 27px;
        line-height: normal;
    } 
	
/* FAQ */

    .faq .wrap {
        max-width: 85%;
    }

/* Special */
	
	.special .wrap {
		max-width: 85%;
	}
	
	.special-items {
		gap: 20px 1%;
	}	
}

@media (max-width: 660px) {

.solid-title {
    font-size: 33px;
    line-height: 33px;
}

.solid-link {
    font-size: 30px;
}

/* Hero */
	
	.hero-flex {
		height: 446px;
	}
	
	.hero-title {
	    font-size: 55px;
	    line-height: 60px;
	}

/* Buckets */

	.bucket-title {
		font-size: 33px;
	}	
	
	.bucket-items li {
		flex: 1 0 47%;
		font-size: 18px;
	}
	
	.bucket-items strong {
		font-size: 30px;
		line-height: 35px;
	}
	
/* Image and Textarea */

    .it-text .solid-title {
        font-size: 33px;
        line-height: 33px;
    }

		.page-id-896 .it-text .about-list li {
			font-size: 18px;
			line-height: 28px;
		}
	
/* Process */

    .process .solid-title {
        font-size: 33px;
        line-height: 33px;
    }

        .process-info {
            width: 60%;
        }    

/* Textarea */

    .text-area .solid-title {
        font-size: 33px;
        line-height: 33px;
    }

		.page-id-896 .text-area {
		    font-size: 18px;
		}
	
/* Quality */

    .quality-title {
        font-size: 17px;
        line-height: normal;
    }

/* Schedule */

    .schedule-title {
        font-size: 40px;
        line-height: 44px;
    }  

/* Special */
	
	.special-title {
	    font-size: 55px;
	}
	
	.special-items li {
		font-size: 18px;
		height: 160px;
	}	
	
	.special-items strong {
		font-size: 30px;
		line-height: 35px;
	}	
}

@media (max-width: 550px) {

.solid-title {
    font-size: 30px;
    line-height: 30px;
}

.solid-link {
    display: block;
    width: 100%;
    font-size: 28px;
    padding: 0 10px;
}

/* Hero */
	
	.hero-flex {
		height: 406px;
	}

/* Buckets */

	.bucket-title {
		font-size: 30px;
	}	
	
	.buckets-top {
		padding: 0 0 100px;
	}
	
	.buckets-bottom {
		padding: 0 0 10px;
	}
	
	.bucket-items {
	    gap: 20px 0px;
	    bottom: 30px;
	}
	
	.bucket-items li {
		flex: 1 0 100%;
		font-size: 16px;
		height: 120px;
	}
	
	.bucket-items strong {
		font-size: 25px;
		line-height: 30px;
		margin: 5px 0 0;
	}	

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 200px;
	}	
	
/* Image and Textarea */

    .it-image img {
        height: 350px;
    }

    .it-text .solid-title {
        font-size: 30px;
        line-height: 30px;
    }

		.page-id-896 .it-text .about-list li {
			font-size: 16px;
			line-height: 24px;
		}
	
/* CTA */

    .cta-title {
        font-size: 30px;
        line-height: 30px;
    }

    .cta-link {
        font-size: 25px;
        padding: 0 10px;
    }

/* Process */

    .process .solid-title {
        font-size: 30px;
        line-height: 30px;
    }

        .process-info {
            width: 55%;
        }

/* Textarea */

    .text-area .solid-title {
        font-size: 30px;
        line-height: 30px;
    }

		.page-id-896 .text-area {
		    padding: 40px 0 20px;
		}
	
		.page-id-896 .text-area {
		    font-size: 16px;
		}	

/* Quality */

    .quality .solid-content {
        padding: 52px 0;
    }

    .quality-items li {
        width: 100% !important;
        height: auto;
        margin: 0 0.3% 10px !important;
        padding: 40px 16px;
    }

        .quality-items li:last-of-type {
            margin-bottom: 0px !important;
        }

    .quality-title {
        font-size: 17px;
        line-height: normal;
    }  

/* Schedule */

    .schedule .solid-content {
        padding: 69px 0;
    }

    .schedule-title {
        font-size: 36px;
        line-height: 40px;
        margin: 0 auto 27px;
    }

    .schedule .solid-link {
        padding: 0 17px;
    }     

/* Special */
	
	.special-items li {
		flex: 0 1 100%;
		font-size: 20px;
	}			
}

@media (max-width: 450px) {

.solid-title {
    font-size: 28px;
    line-height: 28px;
}

.solid-link {
    font-size: 26px;
}

/* Hero */
	
	.hero-flex {
		height: 366px;
	}		

/* Buckets */

	.bucket-title {
		font-size: 28px;
	}

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 160px;
	}	
	
/* Image and Textarea */

    .it-image img {
        height: 300px;
    }

    .it-text .solid-title {
        font-size: 28px;
        line-height: 28px;
    }

/* CTA */

    .cta-title {
        font-size: 28px;
        line-height: 28px;
    }

		.page-id-896 .cta-title {
		    font-size: 35px;
		    line-height: 40px;
		}	
    
    .cta-link {
        font-size: 22px;
    }

/* Process */

    .process .solid-title {
        font-size: 28px;
        line-height: 28px;
    }

    .process-items li {
        flex-direction: column;
        margin-bottom: 20px !important;
    }

        .process-items li:last-of-type {
            margin-bottom: 0px !important;
        }

        .process-time {
            text-align: center;
            width: 100%;
        }

        .process-info {
            text-align: center;
            font-size: 16px;
            line-height: 22px;
            width: 100%;
        }

    .process-dot {
        margin: 11px auto;
    }

/* Textarea */

    .text-area .solid-title {
        font-size: 28px;
        line-height: 28px;
    }

/* Quality */

    .quality-items li {
        padding: 30px 16px;
    }

    .quality-title {
        font-size: 17px;
        line-height: normal;
    }

/* Schedule */

    .schedule .solid-content {
        padding: 49px 0;
    }

    .schedule-title {
        font-size: 33px;
        line-height: 36px;
    }     
	
/* FAQ */

    .faq .solid-content {
        padding: 49px 0;
    }	
}

@media (max-width: 350px) {

.solid-title {
    font-size: 26px;
    line-height: 26px;
}

.solid-link {
    font-size: 22px;
}

/* Hero */
	
	.hero-flex {
		height: 326px;
	}
	
	.hero-title {
	    font-size: 45px;
	    line-height: 50px;
	}			

/* Buckets */

	.bucket-title {
		font-size: 26px;
	}

/* Gallery */	
	
	.page-id-896 #gallery-1 img {
		height: 120px;
	}	
	
/* Image and Textarea */

    .it-image img {
        height: 250px;
    }

    .it-text .solid-title {
        font-size: 26px;
        line-height: 26px;
    }

/* CTA */

    .cta-title {
        font-size: 26px;
        line-height: 26px;
    }

		.page-id-896 .cta-title {
		    font-size: 30px;
		    line-height: 35px;
		}	
	
    .cta-link {
        font-size: 20px;
    }  

/* Process */

    .process .solid-title {
        font-size: 26px;
        line-height: 26px;
    }

/* Textarea */

    .text-area .solid-title {
        font-size: 26px;
        line-height: 26px;
    }

/* Quality */

    .quality-title {
        font-size: 17px;
        line-height: normal;
    }

/* Schedule */

    .schedule-title {
        font-size: 30px;
        line-height: 32px;
    }                            
}