.menuTab-out.fixed .menuTab-in{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.the-content .txt {
    font-size: 40px;
    font-weight: 600;
    color: #83ae8d;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.the-content .txt:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #83ae8d;
}

/*=================BEGIN SEED EFFECT================*/
.the-content .con1 {
    position: relative;
    padding: 60px 0 60px
}

.the-content .con1 .des {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin: auto;
}

.the-content .con1 .des .d1 {
    font-size: 22px;
    font-weight: 600;
    color: #83ae8d;
    line-height: 28px;
    text-transform: uppercase;
}

.seed-efect {
    position: relative;
    min-height: 450px;
    width: 100%;
    max-width: 830px;
    margin: auto;
}

.seed-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 730px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7;
    transition: all linear 0.3s;
    opacity: 1;
    color: #FFF;
}

.seed-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.seed-content .title-web {
    color: #83ae8d;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30%;
}

.seed-content .title-web h3 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

.seed-content .title-web h2 {
    font-family: "iCiel Nabila";
    font-size: 130px;
    font-weight: 500;
    line-height: 180px;
    text-shadow: 4px 5px 0 #FFFFFF
}

.seed-content img {
    position: absolute;
    bottom: -12%;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home_floats {
    width: 100%;
    height: 100%;
    transition: all linear 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.home_floats_seed {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: all 0.5s linear 0.8s;
    -ms-transform: all 0.5s linear 0.8s;
    -webkit-transition: all 0.5s linear 0.8s;
    -o-transition: all 0.5s linear 0.8s;
    transition: all 0.5s linear 0.8s;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: floatIt 3s 3s linear infinite;
    animation: floatIt 3s 3s linear infinite;
}

.home_floats_seed.lazy-start {
    opacity: 1;
    visibility: initial;
}

.home_floats_seed:first-child {
    width: 62px;
}

.home_floats_seed:nth-child(2) {
    width: 110px;
}

.home_floats_seed:nth-child(3) {
    width: 82px;
}

.home_floats_seed.lazy-start:first-child {
    top: 7%;
    left: 7.228915%;
}

.home_floats_seed.lazy-start:nth-child(2) {
    top: auto;
    bottom: 17.111111%;
    left: 6%;
}

.home_floats_seed.lazy-start:nth-child(3) {
    top: 45%;
    left: 96%;
}

.home_floats_cont {
    position: relative;
}

.home_floats_cont img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home_floats_seed:first-child .home_floats_cont {
    padding-top: 96.774193%;
    opacity: 0.4;
}

.home_floats_seed:nth-child(2) .home_floats_cont {
    padding-top: 72.727272%;
    opacity: 0.4;
}

.home_floats_seed:nth-child(3) .home_floats_cont {
    padding-top: 110.975609%;
    opacity: 0.5;
}

@-webkit-keyframes floatIt {
    25% {
        -webkit-transform: translate(-50%, -50%) translate(-2px, -3px);
        transform: translate(-50%, -50%) translate(-2px, -3px);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) translate(-4px, -6px);
        transform: translate(-50%, -50%) translate(-4px, -6px);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) translate(-2px, -3px);
        transform: translate(-50%, -50%) translate(-2px, -3px);
    }
    0%, 100% {
        -webkit-transform: translate(-50%, -50%) translate(0px, 0px);
        transform: translate(-50%, -50%) translate(0px, 0px);
    }
}

@keyframes floatIt {
    25% {
        -webkit-transform: translate(-50%, -50%) translate(-2px, -3px);
        transform: translate(-50%, -50%) translate(-2px, -3px);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) translate(-4px, -6px);
        transform: translate(-50%, -50%) translate(-4px, -6px);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) translate(-2px, -3px);
        transform: translate(-50%, -50%) translate(-2px, -3px);
    }
    0%, 100% {
        -webkit-transform: translate(-50%, -50%) translate(0px, 0px);
        transform: translate(-50%, -50%) translate(0px, 0px);
    }
}

/*=================BEGIN CIRCLES================*/
.circles {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    margin-bottom: 85px;
}

.circles.lazy-start .cir-v1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.circles.lazy-start .cir-v1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.circles > div {
    position: relative;
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.circles > div:not(.cir-v3) {
    -moz-box-shadow: 0 0 10px #83ae8d;
    -webkit-box-shadow: 0 0 10px #83ae8d;
    box-shadow: 0 0 10px #83ae8d;
}

.circles > div:hover {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.5);
        -moz-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.5);
        box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(32, 121, 198, 0.2);
        -moz-box-shadow: 0 0 0 20px rgba(32, 121, 198, 0.2);
        -webkit-box-shadow: 0 0 0 20px rgba(32, 121, 198, 0.2);
    }
    75% {
        -webkit-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.1);
        -webkit-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.1);
    }
    75% {
        -moz-box-shadow: 0 0 10px #83ae8d;
        -webkit-box-shadow: 0 0 10px #83ae8d;
        box-shadow: 0 0 10px #83ae8d;
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.5);
        -moz-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.5);
        box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(32, 121, 198, 0.2);
        -moz-box-shadow: 0 0 0 20px rgba(32, 121, 198, 0.2);
        -webkit-box-shadow: 0 0 0 20px rgba(32, 121, 198, 0.2);
    }
    75% {
        -webkit-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.1);
        -webkit-box-shadow: 0 0 0 0 rgba(32, 121, 198, 0.1);
    }
    75% {
        -moz-box-shadow: 0 0 10px #83ae8d;
        -webkit-box-shadow: 0 0 10px #83ae8d;
        box-shadow: 0 0 10px #83ae8d;
    }
}

.cir {
    width: 100%;
    padding-top: 100%;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;

}

.cir-v1:not(.v5), .cir-v2.v4 {
    white-space: nowrap;
}

.cir-v1 {
    max-width: 156px;
}

.cir-v2 {
    margin: 0 2%;
    max-width: 176px;

}

.cir-v3 {
    max-width: 320px;
    background-color: rgba(32, 121, 198, .1);
}

.cir-v3 .cir {
    width: 100%;
    padding-top: 100%;
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

.cir-v3 .cir:before {
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    position: absolute;
    background-color: rgba(32, 121, 198, .3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.cir-v3 .cir:after {
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    position: absolute;
    background: #83ae8d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.vnt-circle-slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

div.info-v3 {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);

}

/*******text in circle********/
.cir p {
    padding: 0;
    line-height: 22px;
}

.cir > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.cir .c1 {
    line-height: 30px;
}

.cir .c2, .v5 .c1 {
    color: #017c36;
}

.cir-txt-2, .cir-txt-5 {
    min-width: 80%;
}

.cir-txt-1 .c2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.cir-txt-2 .c2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}

.cir-txt-2 .c3, .cir-txt-5 .c3 {

    letter-spacing: -0.05em;
}

.cir-txt-2 .c3 {
    line-height: 24px;

}

.cir-txt-4 .c2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}

.cir-txt-5 .c1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}

.cir-txt-3 {
    color: #fff;
    padding-top: 15px;
}

.cir-txt-3 .c1 {
    font-size: 18px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 500;
}

.cir-txt-3 .c1 .c11 {
    font-size: 140px;
    font-weight: 800;
}

.cir-txt-3 .c1 .c12 {
    font-size: 32px;
    line-height: 27px;
    font-weight: 800;
}

.cir-txt-3 .c1 .c13 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
}

.cir.cir-txt-3 .c2 .c21 {
    font-size: 45px;
    line-height: 53px;
}

/*=================CONTENT=================*/
.the-content .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

/*=================TAB 2=================*/
.the-content .con2 {
    position: relative;
    padding: 90px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bb2df+0,1d69ab+100 */
    background: rgb(27, 178, 223); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(27, 178, 223, 1) 0%, rgba(29, 105, 171, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(27, 178, 223, 1) 0%, rgba(29, 105, 171, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(27, 178, 223, 1) 0%, rgba(29, 105, 171, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bb2df', endColorstr='#1d69ab', GradientType=0); /* IE6-9 */
    color: #FFF;
}

.the-content .con2 .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0.5;
}
.the-content .con2 .tlc-top {
    bottom: auto;
    top:-4px;
    -moz-transform: rotate(180deg) translateX(50%);
    -webkit-transform: rotate(180deg) translateX(50%);
    -ms-transform: rotate(180deg) translateX(50%);
    -o-transform: rotate(180deg) translateX(50%);
    transform: rotate(180deg) translateX(50%);
    z-index: 2;
}
.the-content .con2 .tlc-hero-feature__slider-curve-wedge {
    bottom: 34px
}
.the-content .con2 .txt {
    color: #FFF;
}

.the-content .con2 .txt:after {
    background-color: #FFF;
}

.the-content .con2 .img {
    position: relative;
    padding: 50px 30px;
    text-align: center;
}

.the-content .con2 .img img {
    position: relative;
    border: 5px solid #FFF;
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.the-content .con2 .img img:first-child {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.the-content .con2 .img img:nth-child(2) {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: 1;
    margin-top: -50px;
    margin-left: -15px;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.the-content .con2 .img img:nth-child(3) {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 2;
    margin-top: -80px;
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;;
}

.the-content .con2 .content-row {
    text-align: justify;
}

.the-content .content-row p {
    margin: 5px 0;
}

.the-content .con2 .split-icon {
    bottom: -50px;
    background-position: 0 -24px;
}

/*=================TAB 3=================*/
.the-content .con3 {
    padding: 50px 0 65px;
}

.the-content .con3 .content-row {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.the-content .con3 .content-row p {
    padding: 0;
}

.commitment {
    position: relative;
}

.commitment .img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.commitment .img img {
    position: absolute;
    top: 50%;
    left: -10%;
    max-width: 120%;
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0, .6, .45, 1), opacity 0.3s linear;
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1), opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row-commitment li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    background: url(../images/check-icon.png) 0 5px no-repeat;
    color: #83ae8d;
}

.row-commitment .info-txt {
    font-style: italic;
    line-height: 25px;
}

.row-commitment .info-txt p {
    padding-top: 0;
}

/*=================RESPONSIVE=================*/
@media screen and (min-width: 992px) {
    .the-content .con1 .des {
        max-width: 650px
    }

    .the-content .con2 .txt {
        text-align: right;
    }

    .the-content .con2 .txt:after {
        left: auto;
        margin-left: auto;
        right: 0;
    }

    .the-content .con2 .content-row {
        padding-left: 50px;
    }

    .commitment .img-commit {
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 25%;
    }

    .commitment .img-commit.i1 {
        left: 0;
    }

    .commitment .img-commit.i2 {
        right: 0;
    }

    .the-content .con3 .content-row {
        max-width: calc(50% - 80px);
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 1100px) {
    .circles > div:not(.cir-v3) {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .cir-v2 {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .the-content {
        padding-top: 20px;
    }
    .the-content .con2:before, .the-content .con2:after {
        height: 40px;
    }

    .the-content .con2 .bg {
        background-position: 0 0 !important;
        background-size: auto 200px !important;
    }

    .the-content .txt {
        font-size: 30px;
    }

    .the-content .con1 {
        padding: 0 0 20px;
    }

    .the-content .con1 .des {
        font-size: 14px;
        line-height: 22px;
    }
    .seed-content .title-web h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .seed-content .title-web h2 {
        font-size: 100px;
        line-height: 150px;
    }
    .the-content .con2 {
        padding: 40px 0px 90px
    }

    .the-content .con2 .img {
        padding: 95px 45px 80px;
    }
    .circles {
        margin-bottom: 30px;
    }

    .circles {
        display: block;
    }

    .circles:after {
        clear: both;
        content: "";
        display: block;
        height: 0
    }

    .circles > div {
        float: left;
        margin: 0 10px;
    }

    .circles > div:not(.cir-v3) {
        max-width: 180px;
    }

    .cir-v1:not(.v5), .cir-v2.v4 {
        margin-left: calc((100% - 380px) / 2) !important;
    }

    .cir-v3 {
        margin-left: calc((100% - 320px) / 2) !important;
    }

    .cir-txt-3 .c1 .c11 {
        font-size: 100px;
    }

    .cir-txt-3 .c1 .c12 {
        font-size: 28px;
        line-height: 35px;
    }

    .cir-txt-3 .c1 {
        font-size: 16px;
        line-height: 30px;
    }

    .cir-txt-3 .c1 .c13 {
        font-size: 20px;
        line-height: 30px;
    }

    .the-content .con3 {
        padding: 30px 0;
    }

    .img-commit {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    .the-content .con3 .content-row {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .commitment .img {
        padding-top: 70%;
    }
    .commitment .img img {
        max-height: 100%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
    .row-commitment > div {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .seed-content .title-web h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .seed-content .title-web h2 {
        font-size: 70px;
        line-height: 120px;
    }
}
@media screen and (max-width: 640px) {
    .the-content {
        padding: 0;
    }
    .seed-efect {
        min-height: 280px;
    }
    .seed-efect, .home_floats_seed {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .seed-center {
        width: 500px
    }
    .seed-content img {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .home_floats_seed.lazy-start:first-child {
        left: 0;
    }

    .home_floats_seed.lazy-start:nth-child(2) {
        left: -15%;
    }

    .home_floats_seed.lazy-start:nth-child(3) {
        top: 30%;
        left: 115%;

    }

    .the-content .con2 .img {
        padding: 50px 25px 40px
    }

    .cir-v3 {
        max-width: 270px;
        margin-left: calc((100% - 270px) / 2) !important;
    }

    div.info-v3 {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media all and (max-width: 430px) {
    .circles > div:not(.cir-v3) {
        max-width: 150px;
    }

    .cir-v1:not(.v5), .cir-v2.v4 {
        margin-left: calc((100% - 320px) / 2) !important
    }

    div.info-v3 {
        -webkit-transform: translateY(-42%);
        -ms-transform: translateY(-42%);
        -o-transform: translateY(-42%);
        transform: translateY(-42%);
    }
}

@media all and (max-width: 390px) {
    .circles > div:not(.cir-v3) {
        max-width: 140px;
    }

    .cir-v1:not(.v5), .cir-v2.v4 {
        margin-left: calc((100% - 300px) / 2) !important
    }

    .circles > div:not(.cir-v3) .cir {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
}

@media all and (max-width: 320px) {
    .circles > div:not(.cir-v3) {
        max-width: 120px;
    }

    .cir-v1:not(.v5), .cir-v2.v4 {
        margin-left: calc((100% - 260px) / 2) !important
    }
}
