.slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.slider__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    white-space: nowrap
}

.slider__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    visibility: hidden
}

.slider__item {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block
}

.slider-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    z-index: 10;
	opacity: 0;
}

.slider-controls>.previous,
.slider-controls>.next {
    position: absolute;
    width: 64px;
    height: 64px;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 64px;
    background-color: transparent;
    background-repeat: no-repeat
}

.slider-controls>.next {
    right: 20px;
    background-image: url("../img/arrow-right.svg")
}

.slider-controls>.previous {
    left: 20px;
    background-image: url("../img/arrow-left.svg")
}

.slider-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    text-align: center;
	z-index:10;
}

.slider-navigation>li {
    position: relative;
    display: inline-block;
    margin-right: 8px
}

.slider-navigation>li>a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.slider-navigation>li>a.is-active {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0)
}

.section {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.grid {
    display: table
}

.grid>.column {
    width: 50%;
    display: table-cell;
    vertical-align: middle
}

.grid>.column:first-child {
    text-align: center;
	padding-left:10%;
}
.grid>.column1 {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
	padding-right:10%;	
}

.section img.services {
    filter: drop-shadow(0px 14px 28px rgba(0,0,0,0.3));
    -webkit-filter: drop-shadow(0px 14px 28px rgba(0,0,0,0.3));
    -moz-filter: drop-shadow(0px 14px 28px rgba(0,0,0,0.3));
}

.slide-burger {
    background-image: linear-gradient(to right, #4527a0, #5433a8, #633fb1, #714bb9, #7e57c2);
}

.slide-astronaut {
    background-image: linear-gradient(to right, #ce0c2a, #d42f41, #d94657, #db596c, #dc6c7f);
}

.slide-coffee {
    background-image: linear-gradient(to right, #f0613c, #f0673c, #f06d3b, #f0723c, #f0783c);
}

.title {
    font-size: 45px;
    font-weight: 800;	
    color: #FFF;
    text-transform: uppercase;
	padding-bottom:10px;
	letter-spacing:2px;
}

.column > p:nth-child(1) {
        opacity: 1;    
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	color:#fff;
}

.column > p:nth-child(1):before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 11px);
    height: 1px;
    width: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	background-color: #FFF;
}

/*====================================
=            Section work            =
====================================*/

#section-work {
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 80px 0px 80px 20%;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
    overflow: hidden;
}
#section-work.reach
{
    opacity: 1;
}


#section-work .bnd {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90%;
    height: 100%;
    background-color: #003981;
    -webkit-transform: translateX(calc(100% + 200px)) skew(20deg);
    -ms-transform: translateX(calc(100% + 200px)) skew(20deg);
    transform: translateX(calc(100% + 200px)) skew(20deg);
    -webkit-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: all 1000ms cubic-bezier(0.694, 0, 0.335, 1);
}
#section-work.reach .bnd
{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}


#section-work .container-title {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#section-work .container-title h2 {
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 42px;
	text-transform: uppercase;
    font-weight: 800;
    line-height: 51px;    
}
#section-work .container-title h2:after {
    border-radius: 3px;
    content: '';
    position: absolute;
    right: calc(100% + 35px);
    top: 24px;
    width: 60px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
    -o-transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
    transition: -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
    transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
    transition: transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005), -webkit-transform 0.75s cubic-bezier(0.770, 0.000, 0.230, 1.005);
}
#section-work.reach .container-title h2:after
{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
#section-work .container-text > p {
    color: #FFFFFF;    
    font-size: 20px;
    line-height: 34px;
	padding-right:50px;
}

