.delighter.f-right-1 {
    transform:translate(-100%);
    opacity:0;
    transition: all .5s ease-out;
}
.delighter.f-right-2 {
    transform:translate(-100%);
    opacity:0;
    transition: all 1s ease-out;
}
.delighter.f-right-3 {
    transform:translate(-100%);
    opacity:0;
    transition: all 1.5s ease-out;
}
.delighter.f-right-1.started,.delighter.f-right-2.started,.delighter.f-right-3.started {
    transform:none;
    opacity:1;
}
.delighter.f-left-1 {
    transform:translate(100%);
    opacity:0;
    transition: all .5s ease-out;
}
.delighter.f-left-2 {
    transform:translate(100%);
    opacity:0;
    transition: all 1s ease-out;
}
.delighter.f-left-3 {
    transform:translate(100%);
    opacity:0;
    transition: all 1.5s ease-out;
}
.delighter.f-left-1.started,.delighter.f-left-2.started,.delighter.f-left-3.started {
    transform:none;
    opacity:1;
}
.delighter.f-bottom-1 {
    transform:translatey(20%);
    opacity:0;
    transition: all .5s ease-out;
}
.delighter.f-bottom-2 {
    transform:translatey(20%);
    opacity:0;
    transition: all 1s ease-out;
}
.delighter.f-bottom-1.started,.delighter.f-bottom-2.started {
    transform:none;
    opacity:1;
}
.delighter.f-top-1 {
    transform:translatey(-20%);
    opacity:0;
    transition: all .5s ease-out;
}
.delighter.f-top-2 {
    transform:translatey(-20%);
    opacity:0;
    transition: all 1s ease-out;
}
.delighter.f-top-1.started,.delighter.f-top-2.started {
    transform:none;
    opacity:1;
}
.index-title{
    position: relative;
}
.index-title:before{
    content: '';
    display: inline-block;
    Width: 35px;
    height: 25px;
    background: #82ab28;
    position: absolute;
    top: -40px;
    left: 15px;
    margin-bottom: 20px;
    -webkit-transform: sKewX(-44deg);
    -ms-transform: sKewX(-44deg);
    transform: sKewX(-44deg);
}
.index-title.text-center:before{
    left: 50%;
    margin-left: -12px;
}
.index-title>a,.index-title{
    color: #2b4b50;
}
.index-title>a:hover{
    color: #82ab28;
}
@media (min-width: 760px){
    .index-title{
        font-size: 3.6rem;
    }
    .six-nav>li{
        min-width: 200px;
    }
    .index-four-next{
        display: flex;
        justify-content: space-between;
        grid-gap: 30px;
    }
    .index-five{
        background-image: url(../images/biocongjugation-22.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 40%;
    }
}
@media (max-width: 760px){
    .index-title{
        font-size: 2.7rem;
    }
    .index-four-next a{
        margin-bottom: 20px;
    }
}
.index-one{
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 60px 20px 15px 20px;
    background: linear-gradient(to right, #edf9ed,#dcfefe);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #e9ece2;
}
.index-two{
    background: linear-gradient(to bottom, #ebf4d9,#dff4e7);
    padding: 220px 0 60px 0;
    margin-top: -180px;
    z-index: -1;
}
.index-two a{
    display: block;
    height: 100%;
    background: rgba(255,255,255,.96);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    text-align: center;
    color: #2b4b50;
    transition: all ease .4s;
}
.index-two a>p{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-two a>h3{
    height: calc(100% - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size:1.85rem;
}
.index-two a:hover{
    background: rgba(255,255,255,.8);
    color: #82ab28;
    transform: translateY(-10px);
}
.index-three{
    background: linear-gradient(to bottom,#dff4e7,#def3d6);
    padding-bottom: 60px;
}
.index-three h2:before{
    display: none;
}
.index-three h2{
    margin-bottom: 40px;
}
.three-owl a{
    display: block;
    height: 100%;
    background: rgba(255,255,255,.8);
    padding: 0 15px 15px 15px;
    text-align: center;
    color: #262626;
    border-radius: 5px;
    overflow: hidden;
}
.three-owl a:hover{
    background: rgba(255,255,255,.95);
    color: #82ab28;
}
.three-owl-1{
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 -15px 20px -15px;
    transition: all ease .4s;
}
.three-owl a:hover .three-owl-1{
    transform: scale(1.05);
}
.three-owl-1 img{
    min-width: 100%;
    min-height: 100%;
    max-width: 125%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.three-owl h3{
    font-size:1.85rem;
    margin-bottom: 0;
}
.index-four-next a{
    flex: 1;
    width: 100%;
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.05em;
    font-weight: bold;
    background: #e5a252;
    border-radius: 5px;
    color: #fff;
    transition: all ease .4s;
}
.index-four-next a:hover{
    background: #82ab28;
    color: #fff;
}
.index-four{
    margin-top: 100px;
    margin-bottom: 40px;
}
.index-five{
    background-color: #f2f2f2;
    padding: 90px 0 50px 0;
    margin-bottom: 60px;
}
.index-six{
    background: linear-gradient(#ffffff 0, rgba(229, 246, 228, 0.7) 100%);
    padding:40px 0 60px 0;
}
.six-nav{
    display: flex;
    justify-content: center;
    text-align: center;
    border: none;
    grid-gap: 30px;
    margin:20px 0 40px 0;
}
.six-nav h3{
    padding: 15px 0;
    margin-bottom: 0;
}
.six-nav>li>a{
    display: inline-block;
    color: #2b4b50;
    padding: 0 10px;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid transparent;
    transition: all ease .4s;
}
.six-nav>li>a:hover,.six-nav>li>a:focus,.six-nav>li>a:active{
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid transparent;
}
.six-nav>li.active>a, .six-nav>li.active>a:focus, .six-nav>li.active>a:hover{
    color: #f97d0f;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #f97d0f;
    cursor: default;
    transform: scale(1.05);
}
.six-context a{
    display: flex;
    align-items: center;
    height: 100%;
    background: #fff;
    color: #5a683a;
    position: relative;
    padding: 15px;
    transition: all ease .4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
    font-weight: bold;
}
.six-context a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/line.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 300px;
}
.six-context a:hover{
    transform: translateY(-10px);
}
