/*==============================================
    Divider One Sec
===============================================*/
.divider-one-sec {
    position: relative;
    display: block;
    padding: 108px 0 85px;
    z-index: 2;
}

.divider-one-sec-back-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tedlife-black);
    z-index: 1;
}

.divider-one-sec-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    mix-blend-mode: normal;
    opacity: 0.20;
}

.divider-one-sec__left {
    position: relative;
    display: block;
    z-index: 2;
}

.divider-one-sec__title {
    font-size: 58px;
    color: var(--tedlife-white);
    text-transform: uppercase;
    line-height: 72px;
    font-weight: 500;
    margin-bottom: 33px;
}

.divider-one-sec__points-box {
    position: relative;
    display: flex;
    align-items: center;
}

.divider-one-sec__points {
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 2;
}

.divider-one-sec__single {
    position: relative;
    display: block;
    margin-bottom: 25px;
    z-index: 1;
}

.divider-one-sec__single:before {
    position: absolute;
    top: 4px;
    left: -30px;
    bottom: 10px;
    content: "";
    background-color: rgba(var(--tedlife-white-rgb), .40);
    width: 1px;
}

.divider-one-sec__points-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.divider-one-sec__points-title a {
    color: var(--tedlife-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.divider-one-sec__points-title a:hover {
    color: var(--tedlife-base);
}

.divider-one-sec__text {
    margin: 0;
    color: var(--tedlife-white);
}

.divider-one-sec__right {
    position: relative;
    display: block;
    padding-top: 122px;
    margin-left: 202px;
    z-index: 2;
}

.divider-one-sec__runing-business {
    position: relative;
    display: block;
    height: 265px;
    width: 250px;
    border-radius: var(--tedlife-bdr-radius);
    padding: 30px 45px 23px;
    z-index: 1;
}

.divider-one-sec__runing-business:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--tedlife-white-rgb), .10);
    border-radius: var(--tedlife-bdr-radius);
    z-index: -1;
}

.divider-one-sec__runing-business:after {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 30px;
    width: 2px;
    content: "";
    background-color: var(--tedlife-white);
    z-index: -1;
}

.divider-one-sec__runing-business-icon {
    position: relative;
    display: inline-block;
}

.divider-one-sec__runing-business-icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--tedlife-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.divider-one-sec__runing-business:hover .divider-one-sec__runing-business-icon span {
    transform: scale(.9);
}

.divider-one-sec__runing-business-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--tedlife-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 36px;
    margin-top: 21px;
    margin-bottom: 11px;
}

.divider-one-sec__runing-business-year {
    font-size: 60px;
    color: var(--tedlife-base);
    font-weight: 500;
    line-height: 70px;
}

/*--------------------------------------------------------------
# Divider Two
--------------------------------------------------------------*/
.divider-two {
    position: relative;
    display: block;
    background-color: #000000;
    padding: 120px 0 0px;
    z-index: 3;
}

.divider-two__bg-shape-1 {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
    width: calc((100% - 1170px) / 2);
    background-color: #f7f7f7;
}

.divider-two__bg-shape-2 {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 180px;
    width: calc((100% - 1170px) / 2);
    background-color: #f7f7f7;
}

.divider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .30;
    mix-blend-mode: normal;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.divider-two .section-title__title {
    color: var(--tedlife-white);
}

.divider-two__top {
    position: relative;
    display: block;
    padding-bottom: 73px;
}

.divider-two__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgba(var(--tedlife-black-rgb), .60);
    border-radius: var(--tedlife-bdr-radius);
    margin-bottom: 47px;
    z-index: 1;
}

.divider-two__single-inner {
    position: relative;
    display: block;
    padding: 60px 30px 75px;
    border-radius: var(--tedlife-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.divider-two__single-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tedlife-black);
    border-radius: var(--tedlife-bdr-radius);
    background-position: bottom top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.divider-two__single:hover .divider-two__single-inner::before {
    transform: scaleY(1.0);
}

.divider-two__icon {
    position: relative;
    display: inline-block;
}

.divider-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--tedlife-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.divider-two__single:hover .divider-two__icon span {
    transform: scale(0.9);
}

.divider-two__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 33px;
    margin-bottom: 24px;
}

.divider-two__title a {
    color: var(--tedlife-white);
}

.divider-two__title a:hover {
    color: var(--tedlife-base);
}

.divider-two__text {
    color: var(--tedlife-white);
}

.divider-two__arrow {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.divider-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    color: var(--tedlife-white);
    background-color: var(--tedlife-base);
    border-radius: 50%;
}

.divider-two__arrow a:hover {
    color: var(--tedlife-base);
    background-color: var(--tedlife-white);
}

.divider-two__single-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 200px solid transparent;
    border-bottom: 200px solid rgba(var(--tedlife-white-rgb), 0.04);
    opacity: 0;
    transform: perspective(0px) rotateY(0deg) translateX(300px);
    transform-origin: bottom;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9 ease;
    transition: all 0.9s ease;
    z-index: -1;
}

.divider-two__single:hover .divider-two__single-shape-1 {
    opacity: 1;
    transform: perspective(0px) rotateY(0deg) translateX(0px);
    transition-delay: 300ms;
}

.divider-two__single-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    background-position: top bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    opacity: 0;
    z-index: -1;
}

.divider-two__single:hover .divider-two__single-shape-2 {
    transform: scaleY(1.0);
    transition-delay: .9s;
    opacity: 0.04;
}

.divider-two__single-shape-2 img {
    width: auto;
}

.divider-two__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 100px 43px;
}

.divider-two__bottom-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: var(--tedlife-white);
    text-transform: uppercase;
}

.divider-two__bottom-title a {
    color: var(--tedlife-base);
}

.divider-two__bottom-title a:hover {
    color: var(--tedlife-white);
}

.divider-two__btn-box {
    position: relative;
    display: block;
}







/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/