.section{background-attachment: fixed;background-repeat:no-repeat;background-position: center center;background-size:140%;transition:all 1500ms ease-in-out;}
.section:before{content:"";position:absolute;top:0;left:0;width:100%;height: 40vh;z-index: 9;background: linear-gradient(180deg, #000000c4, transparent);transition:all 1000ms ease-in-out;}
.section:after{content:"";position:absolute;bottom: 0;left:0;width:100%;height: 100vh;background: linear-gradient(0deg, #000000c4, transparent);transition:all 1000ms ease-in-out;}

.bg-01{background-image: url("bg-infrastructure-and-construction.webp");}
.bg-02{background-image: url("bg-automotive.webp");}
.bg-03{background-image: url("bg-energy-and-power.webp");}
.bg-04{background-image: url("bg-water-solution.webp");}
.bg-05{background-image: url("bg-shipbuilding.webp");}
.bg-06{background-image: url("bg-oil-and-gas.webp");}
.bg-07{background-image: url("bg-defence-and-aerospace.webp");}
.bg-08{background-image: url("bg-chemical.webp");}
.bg-09{background-image: url("bg-food-and-dairy.webp");}
.bg-10{background-image: url("bg-medical-and-healthcare.webp");}
.bg-11{background-image: url("bg-fasteners-and-hardware.webp");}
.bg-12{background-image: url("bg-architecture-and-interior-design.webp");}

.section.active{background-position: center center;background-size:100%;transition:all 1500ms ease-in-out;}
.section.active:before{opacity:0;transition:all 1000ms ease-in-out;}
.section.active:before{height: 60vh;transition:all 1000ms ease-in-out;}

/*section fp-section fp-table fp-is-overflow fp-loaded active fp-completely*/


.fullpage_overList{color: var(--color-01);background: var(--color-11);width: 100%;max-width: 900px;height: 200px;border-radius: 10px;overflow: hidden;z-index: 999;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display: flex;}
.fullpage_overList:before{content:"";pointer-events: none;width: 33.33%;height: 85%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;border-radius: 15px;box-shadow: 0px 0px 0px 25px var(--color-11);z-index: 9;}
.fullpage_overList ul{counter-reset: facility-counter;width: 33.33%;margin: 0px;padding: 0px;list-style-type: none;transition: all 1000ms ease-in-out;}
.fullpage_overList ul li{width: 100%;height: 200px;overflow: hidden;display: flex;align-items: center;justify-content: center;}
	
body.fp-viewing-scroll_01 .fullpage_overList ul{position:relative;top:     0px;}
body.fp-viewing-scroll_02 .fullpage_overList ul{position:relative;top:  -200px;}
body.fp-viewing-scroll_03 .fullpage_overList ul{position:relative;top:  -400px;}
body.fp-viewing-scroll_04 .fullpage_overList ul{position:relative;top:  -600px;}
body.fp-viewing-scroll_05 .fullpage_overList ul{position:relative;top:  -800px;}
body.fp-viewing-scroll_06 .fullpage_overList ul{position:relative;top: -1000px;}
body.fp-viewing-scroll_07 .fullpage_overList ul{position:relative;top: -1200px;}
body.fp-viewing-scroll_08 .fullpage_overList ul{position:relative;top: -1400px;}
body.fp-viewing-scroll_09 .fullpage_overList ul{position:relative;top: -1600px;}
body.fp-viewing-scroll_10 .fullpage_overList ul{position:relative;top: -1800px;}
body.fp-viewing-scroll_11 .fullpage_overList ul{position:relative;top: -2000px;}
body.fp-viewing-scroll_12 .fullpage_overList ul{position:relative;top: -2200px;}

.fullpage_overList ul:nth-child(1) li{counter-increment: facility-counter;padding: 20px;display: flex;align-items: flex-start;flex-direction: column;justify-content: space-between;}
/*.fullpage_overList ul:nth-child(1) li:before{content: '0' counter(facility-counter);font-size: 15px;line-height: 1;opacity: .7;display: block;margin-bottom: 10px;}*/

.fullpage_overList ul:nth-child(1) li::before{
    content: counter(facility-counter, decimal-leading-zero);
    font-size: 15px;
    line-height: 1;
    opacity: .7;
    display: block;
    margin-bottom: 10px;
}
.fullpage_overList ul:nth-child(2){}
.fullpage_overList ul:nth-child(3) li{padding: 20px 30px 30px 30px;display: flex;align-items: flex-start;}

.fullpage_overList h3{font-size:var(--rfs-21);}
.fullpage_overList p{font-size: 15px;font-weight: 400;}

body .fullpage_overList ul:nth-child(1) li,
body .fullpage_overList ul:nth-child(3) li{filter:blur(10px);transition:all 1000ms ease-in-out;}

body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(1) li:nth-child(1),
body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li:nth-child(1),
body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li:nth-child(1),

body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(1) li:nth-child(2),
body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li:nth-child(2),
body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li:nth-child(2),

body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(1) li:nth-child(3),
body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li:nth-child(3),
body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li:nth-child(3),

body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(1) li:nth-child(4),
body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li:nth-child(4),
body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li:nth-child(4),

body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(1) li:nth-child(5),
body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li:nth-child(5),
body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li:nth-child(5),

body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(1) li:nth-child(6),
body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li:nth-child(6),
body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li:nth-child(6),

body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(1) li:nth-child(7),
body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li:nth-child(7),
body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li:nth-child(7),

body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(1) li:nth-child(8),
body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li:nth-child(8),
body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li:nth-child(8),

body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(1) li:nth-child(9),
body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li:nth-child(9),
body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li:nth-child(9),

body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(1) li:nth-child(10),
body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li:nth-child(10),
body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li:nth-child(10),

body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(1) li:nth-child(11),
body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li:nth-child(11),
body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li:nth-child(11),

body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(1) li:nth-child(12),
body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li:nth-child(12),
body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li:nth-child(12){filter:blur(0px) !important;}



.fullpage_overList ul:nth-child(1){transition-delay: 0.1s;}
.fullpage_overList ul:nth-child(2){transition-delay: 0.2s;}
.fullpage_overList ul:nth-child(3){transition-delay: 0.3s;}


@media(max-width:1440px){
	.section.active { background-size: 115%;}
}
@media (max-width: 992px) {
    .section.active {
        background-size: 250%;
		background-position: top;
			
			
    }
}

@media(max-width:768px){
	
}

@media(max-width:480px){
	.fullpage_overList h3{font-size: 1.2rem;}
	    .section.active {background-size: 350%; }	
	.fullpage_overList:before{width:100%; display: none;}
	
	.fullpage_overList { height: 250px;}
body.fp-viewing-scroll_01 .fullpage_overList ul{height:100%; width:100%; position:absolute;top:     0px;}
body.fp-viewing-scroll_02 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -1);}
body.fp-viewing-scroll_03 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -2);}
body.fp-viewing-scroll_04 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -3);}
body.fp-viewing-scroll_05 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -4);}
body.fp-viewing-scroll_06 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -5);}
body.fp-viewing-scroll_07 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -6);}
body.fp-viewing-scroll_08 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -7);}
body.fp-viewing-scroll_09 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -8);}
body.fp-viewing-scroll_10 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -9);}
body.fp-viewing-scroll_11 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -10);}
body.fp-viewing-scroll_12 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(250px * -11);}
	
body.fp-viewing-scroll_01 .fullpage_overList ul li,
body.fp-viewing-scroll_02 .fullpage_overList ul li,
body.fp-viewing-scroll_03 .fullpage_overList ul li,
body.fp-viewing-scroll_04 .fullpage_overList ul li,
body.fp-viewing-scroll_05 .fullpage_overList ul li,
body.fp-viewing-scroll_06 .fullpage_overList ul li,
body.fp-viewing-scroll_07 .fullpage_overList ul li,
body.fp-viewing-scroll_08 .fullpage_overList ul li,
body.fp-viewing-scroll_09 .fullpage_overList ul li,
body.fp-viewing-scroll_10 .fullpage_overList ul li,
body.fp-viewing-scroll_11 .fullpage_overList ul li,
body.fp-viewing-scroll_12 .fullpage_overList ul li{height:100%; width:100%;}
	
	body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(1) li h3,
	body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(1) li h3{ position: absolute; top: 20%;  left: 20px; max-width: 100%;}
	
	body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li img,
	body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li img{width:100%; margin-top: 45%;}	
	
	body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li,
	body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li{width:40%; justify-content: flex-start; align-items: flex-end; padding-left:20px;  padding-bottom: 35px;}	
	
	body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li,
	body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li{ padding-top:50px;padding-left:20px;}
	
	body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li p,
	body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li p{ position: absolute; top: 35%; right: 2%; max-width: 54%;}

}

@media(max-width:414px){
	    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li img{margin-top:50%;}
}

@media(max-width:420px){
    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li p{top: 32%; }
	
	    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li{align-items: center;}
        

}

@media (max-width: 375px) {
    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li p,
	 body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li p{ top: 34%; }
	
	    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li img, body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li img{  margin-top: 55%; }
	
	.fullpage_overList{background: #00277fa6;}
}


@media(max-width:360px){
	
		.fullpage_overList { height: 300px;}
body.fp-viewing-scroll_01 .fullpage_overList ul{height:100%; width:100%; position:absolute;top:     0px;}
body.fp-viewing-scroll_02 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -1);}
body.fp-viewing-scroll_03 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -2);}
body.fp-viewing-scroll_04 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -3);}
body.fp-viewing-scroll_05 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -4);}
body.fp-viewing-scroll_06 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -5);}
body.fp-viewing-scroll_07 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -6);}
body.fp-viewing-scroll_08 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -7);}
body.fp-viewing-scroll_09 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -8);}
body.fp-viewing-scroll_10 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -9);}
body.fp-viewing-scroll_11 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -10);}
body.fp-viewing-scroll_12 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(300px * -11);}
	
		body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li p  { top: 36%; }
}


@media(max-width:320px){
	
	
			.fullpage_overList { height: 280px;}
body.fp-viewing-scroll_01 .fullpage_overList ul{height:100%; width:100%; position:absolute;top:     0px;}
body.fp-viewing-scroll_02 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -1);}
body.fp-viewing-scroll_03 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -2);}
body.fp-viewing-scroll_04 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -3);}
body.fp-viewing-scroll_05 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -4);}
body.fp-viewing-scroll_06 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -5);}
body.fp-viewing-scroll_07 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -6);}
body.fp-viewing-scroll_08 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -7);}
body.fp-viewing-scroll_09 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -8);}
body.fp-viewing-scroll_10 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -9);}
body.fp-viewing-scroll_11 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -10);}
body.fp-viewing-scroll_12 .fullpage_overList ul{height:100%; width:100%; position:absolute;top: calc(280px * -11);}
	
	    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(2) li, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(2) li,body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(2) li ,body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(2) li{width: 35%;}
	
	    body.fp-viewing-scroll_01 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_02 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_03 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_04 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_05 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_06 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_07 .fullpage_overList ul:nth-child(3) li p, body.fp-viewing-scroll_08 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_09 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_10 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_11 .fullpage_overList ul:nth-child(3) li p,body.fp-viewing-scroll_12 .fullpage_overList ul:nth-child(3) li p{max-width:58%;}
	
	    .fullpage_overList p {font-size: 14px; top: 39%;}
	
	
}
