.section-footer-extra, .section.section-footer {
	bottom: 0
}
section {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
section.home video::-webkit-media-text-track-display {
	overflow: visible!important
}
section.home .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f0faf9;
	padding: 0 50px
}
section.home .text h1 {
	text-transform: uppercase;
	font-size: 22pt
}
section.home .text h4 {
	color: #4c4c4c;
	font-weight: 300;
	font-size: 14pt
}
section.home .text p {
	color: #8a8a8a
}
section.home .text .search {
	display: inherit;
	padding: 7px 0
}
section.home .text .search input {
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	font-size: 19pt;
	padding: 8px 10px;
	font-size: 14pt
}
section.home .text .search button {
	width: 60px;
	height: 60px;
	background-color: #026b9b;
	border: 0;
	color: #fff;
	font-size: 25pt
}
section.home .image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
section.home .image a.play {
	position: absolute;
	bottom: 40px;
	left: 20px;
	font-size: 18pt;
	color: #fff;
	z-index: 20;
	width: 55px;
	height: 55px;
	padding: 10px;
	background-color: #000;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
section.about .warp-overlay {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
section.about .circle {
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
section.about .circle.overlay-1 {
	width: 430px;
	height: 430px;
	background-color: rgba(0, 0, 0, 0.23)
}
section.about .circle.overlay-2 {
    width: 90%;
    height: 90%;
	background-color: rgba(0, 0, 0, 0.23)
}
section.about .circle h5, section.about .circle p, section.about .circle a {
	color: #fff;
	text-align: center
}
section.about .circle h5 span {
	text-transform: uppercase
}
section.about .circle p {
	padding-top: 10px
}
section.about .circle a {
	border-bottom: 1px solid;
	/*text-transform: uppercase*/
}
section.people .list {
	position: absolute;
	left: 8%;
	top: 24%
}
section.people .list h4 {
	color: #000;
	font-weight: 300;
	border-bottom: 1px solid;
	padding-bottom: 8px
}
section.people .list ul {
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden
}
section.people .list ul li {
	list-style: none;
	border-bottom: 1px solid #efefef;
	padding: 7px 0;
	-webkit-filter: blur(2px);
	filter: blur(2px)
}
section.people .list ul li:hover {
    background-color: #efefef;
}
section.people .list ul li span {
	display: block
}
section.people .list ul li span.name {
	font-weight: 700;
	color: #026b9b
}
section.people .list ul li:hover {
	cursor: pointer
}
section.people .list ul li:first-child {
	-webkit-filter: blur(0);
	filter: blur(0)
}
section.people .desc {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.46);
    color: #fff;
    width: 50%;
    height: 190px;
}
section.people .desc p {
	font-size: 16pt
}

section.people{
    background-position: top center;
    /* filter: grayscale(1); */
}
section.people .image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
section.people .gradient {
    content: '';
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    display: block;
    background: white;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 50%); */
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.5)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    margin-left: -15px;
    -webkit-box-shadow: 0 0 120px #ffffff;
    box-shadow: 0 0 120px #ffffff;
}
section.people .list ul li {
    -webkit-filter: inherit;
    filter: inherit;
    padding: 5px 8px;
    transition: 0.5s all;
    opacity: .6;
}

section.work {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
section.work h4 {
	color: #000;
    margin-bottom: 20px
}
section.work .warp-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80vh
}
section.work .box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 75vh;
	padding: 10px;
	color: #000
}
section.work .box:focus {
	outline: none
}
section.work .content-box {
	height: 100%;
	-webkit-box-shadow: 0 0 3px #bdbdbd;
	box-shadow: 0 0 3px #bdbdbd;
	padding: 20px;
	-webkit-transition: .3s all;
	transition: .3s all
}
section.work .content-box h4 {
	font-weight: 300
}
section.work .content-box:hover {
	-webkit-box-shadow: 0 0 10px #bdbdbd;
	box-shadow: 0 0 10px #bdbdbd;
	cursor: pointer
}
section.work .icon {
	padding: 30px 0;
	width: 50px
}
section.work .warp-text {
	padding: 50px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
section.work h5.card-title {
	color: #000
}
section.work .card-body {
	height: 230px;
	position: relative
}
section.work .card a.btn {
	position: absolute;
	bottom: 15px;
	right: 15px
}
section.work .card-header {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative
}
section.work .card-header label {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 3px 9px;
	color: #fff
}
section.life {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #efefef
}
section.life h3 {
	color: #000
}
section.life img.image {
	padding: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 220px;
	-o-object-position: center;
	object-position: center
}
section.life img.image:focus {
	outline: none
}
section.life p.be-unique {
	padding-top: 30px;
	color: #026b9b
}

section.life .slick-center {
    -webkit-transform: scale(1.4);
    transform: scale(1.5);
}
section.life .slick-slide {
    transition: .5s all;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.life img.image {
    -o-object-fit: contain;
    object-fit: cover;
    height: 50%;
    padding: 5px;
    width: 100%;
}
section.life .slick-slide:focus{
    outline: none;
}

.scroll-down {
	position: fixed;
	left: 14px;
	bottom: 0;
	z-index: 100
}
.scroll-down i {
	font-size: 20pt;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	transition: .5s all;
	border: 1px solid #000
}
.scroll-down a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #000;
	width: 100px
}
.scroll-down .line {
	display: block;
	width: 1px;
	height: 30px;
	background: #717171
}
.scroll-down .text-scroll {
	font-size: 9pt;
	padding: 2px 0
}
.pagination {
	bottom: 40px;
	top: inherit;
	left: 53px;
	height: 140px;
	overflow: hidden;
	width: 20px;
	position: fixed;
	transform: translateY(-50%);
	font-size: 1.4em;
	z-index: 9;
	display: -ms-block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	display: block
}
.pagination-extra {
	position: fixed;
	bottom: 80px;
	left: 20px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 991px) {
	section.home .text {
		padding: 0 30px
	}
	section.about .circle.overlay-1 {
	    width: 400px;
	}
	section.about .circle.overlay-2 {
	    width: 90%;
	}
	section.people .list {
	    left: 12px;
        top: inherit;
        bottom: 0;
	}
	section.people .desc {
	    width: 50%;
        height: 30%;
        right: 0;
        bottom: 0;
	}
	section.work {
		padding-top: 70px
	}
	section.work .warp-text {
		padding: 0 20px
	}
	section.work .box {
		height: inherit
	}
	section.life .wish {
		padding: 0 30px
	}
	section.life img.image {
		height: 100px
	}
	/*section.people .image {*/
	/*	height: 380px !important;*/
	/*}*/
	#warning > .pop-up{
        width: 90%;
	}
	#warning h3 {
        font-size: 14pt;
    }
    #warning > .pop-up p {
        font-size: 12pt;
    }
    .scroll-down a{
        display: none;
    }
    section.home .text h1 {
        font-size: 18pt;
    }
    section.home .text h4{
        font-size: 12pt;
    }
    section.home .text .search button {
        width: 40px;
        height: 40px;
        font-size: 15pt;
    }
    section.home .text .search input {
        font-size: 9pt;
    }
    /*section.people{*/
    /*    height: auto !important;*/
    /*}*/
    section.life .slick-slide{
        height: 200px;
    }
}
@media only screen and (max-width: 575px) {
    section.people .image {
        height: 30%;
    }
    section.people {
        height: 92vh !important;
    }
    section.people .list {
        top: 54%;
        transform: translateY(-50%);
    }
    section.people .desc {
        height: 27%;
    }
}
@media only screen and (max-width: 375px) {
	section.about .circle.overlay-1 {
		width: 320px;
		height: 320px
	}
	section.about .circle.overlay-2 {
		width: 300px;
		height: 300px
	}
}
@media only screen and (min-width: 1920px) {
	.pagination {
		bottom: 60px
	}
}

/*ipad*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
      
    section.people .image {
        height: 50%;
    }
    section.people .list {
        top: 65%;
        bottom: inherit;
        transform: translateY(-50%);
    }
    section.people .desc {
        width: 100%;
        height: 20%;
        bottom: 0;
        right: 0;
    }
}