/*====================================
# About Section One CSS
====================================*/

.td-about-section-one-wrapper {
    position: relative;
    padding: 50px 0 25px;
    margin-top: 25px;
}

.td-about-section-one-image {
    position: absolute;
    height: 100%;
    width: 48%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.td-about-right-content {
    padding-left: 70px;
}

.td-about-section-one-title {
    font-size: 80px;
    line-height: 1;
    color: #5D1A79;
    display: block;
    font-weight: 700;
}

.td-about-section-one-desc {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    color: #785786;
    margin-bottom: 40px;
}

.td-about-section-one-count-box {
    margin-bottom: 30px;
}
.td-about-section-one-count-box-number-and-unit {
    font-size: 80px;
    line-height: 130%;
    font-weight: 700;
    color: #9225E0;
    text-transform: capitalize;
}

.td-about-section-one-count-box-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #5D1A79;
    line-height: 120%;
}

@media only screen and (max-width: 1366px) {
    .td-about-right-content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-about-section-one-wrapper {
        padding: 25px 0 25px;
        margin-top: 0;
    }

    .td-about-section-one-image {
        position: relative;
        height: 450px;
        width: calc(100% - 40px);
        left: 20px;
        top: auto;
    }

    .td-about-right-content {
        padding-left: 0;
        margin-top: 60px;
    }

    .td-about-section-one-wrapper .container {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 991px) {
    .td-about-section-one-wrapper .container {
        padding: 0 10px;
    }

    .td-about-section-one-image {
        width: calc(100% - 30px);
        left: 15px;
    }

    .td-about-section-one-wrapper {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-about-section-one-image {
        height: 350px;
        width: calc(100% - 20px);
        left: 10px;
    }

    .td-about-section-one-title {
        font-size: 46px;
    }

    .td-about-section-one-desc {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .td-about-section-one-wrapper {
        padding-top: 10px;
    }
}

/*====================================
# About Section Two CSS
====================================*/
.td-about-section-two-image {
    height: 100%;
}

.elementor .td-about-section-two-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*====================================
# Accordion One CSS
====================================*/

.td-accordion-title {
    font-size: 34px;
    line-height: 110%;
    font-weight: 600;
    text-transform: capitalize;
}

.td-accordion-wrapper .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.td-accordion-wrapper .accordion-item {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
}

.td-accordion-wrapper .accordion-item:last-child {
    margin-bottom: 0;
}

.td-accordion-wrapper .accordion-collapse {
    border: none;
}

.td-accordion-wrapper .accordion-button,
.td-accordion-wrapper .accordion-body {
    border: none;

}

.td-accordion-wrapper .accordion-button {
    padding: 35px 0 35px 0;
    position: relative;
}

.td-accordion-wrapper .accordion-body {
    border-top: 0;
    background: transparent;
    border-radius: 0;
    padding: 0 0 35px 0;
}

.td-accordion-wrapper .accordion-item:first-of-type .accordion-button,
.td-accordion-wrapper .accordion-item .accordion-button {
    border-radius: 0;
}

.td-accordion-wrapper .accordion-item:first-of-type .accordion-button:not(.collapsed),
.td-accordion-wrapper .accordion-item .accordion-button:not(.collapsed),
.td-accordion-wrapper .accordion-button.collapsed:hover{
    border-radius: 0;
    color: #192A2E;
    box-shadow: none;
}

.td-accordion-wrapper .accordion-button.collapsed {
    color: #192A2E;
    background-color: transparent;
}

.td-accordion-wrapper .accordion-button:hover,
.td-accordion-wrapper .accordion-button:not(.collapsed) {
    background: transparent;
}

.td-accordion-wrapper .accordion-body p:last-child {
    margin-bottom: 0;
}

.td-accordion-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.td-accordion-wrapper .accordion-item:not(:first-of-type) {
    border-top: 1px solid #daddde;
    border-bottom: 0;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.td-accordion-wrapper .accordion-button::after,.td-accordion-wrapper .accordion-button:not(.collapsed)::after{
    display: none;
}

.td-accordion-wrapper .accordion-button.collapsed .open-icon{
    display: none;
}

.td-accordion-wrapper .accordion-button:not(.collapsed) .close-icon{
    display: none;
}

.td-accordion-wrapper .td-accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    height: 46px;
    width: 46px;
    display: inline-block;
    font-size: 30px;
    transform: translateY(-50%);
    text-align: right;
    line-height: 40px;
}

.td-accordion-wrapper .td-accordion-icon svg {
    width: 35px;
}

@media only screen and (max-width: 767px) {
    .td-accordion-title{
        font-size: 20px;
    }

    .td-accordion-wrapper .td-accordion-icon svg {
        width: 30px;
    }

    .td-accordion-wrapper .td-accordion-icon{
        height: 30px;
        top: 17px;
        transform: translateY(0%);
    }

    .td-accordion-wrapper .accordion-button {
        padding: 30px 30px 30px 0;
    }
}


/*====================================
# Accordion Two CSS
====================================*/
.td-accordion-wrapper.td-accordion-two-wrapper .accordion-item{
    border: 1px solid #1B0E21;
    margin-bottom: 15px;
    border-radius: 0;
}

.td-accordion-wrapper.td-accordion-two-wrapper .accordion-body {
    border-top: 1px solid #1B0E21;
    background: transparent;
    border-radius: 0;
    padding: 35px 35px;
    color: #443D47;
    font-size: 28px;
    line-height: 170%;
    font-weight: 400;
    border-bottom: 5px solid transparent;
}

.td-accordion-wrapper.td-accordion-two-wrapper .accordion-collapse.collapse.show .accordion-body{
    border-bottom: 5px solid #5D1A79;
}

.td-accordion-wrapper.td-accordion-two-wrapper .accordion-item:last-of-type .accordion-collapse{
    border-radius: 0;
}

.td-accordion-wrapper.td-accordion-two-wrapper .accordion-button {
    padding: 30px 80px 30px 35px;
    font-size: 60px;
    line-height: 120%;
}

.td-accordion-wrapper.td-accordion-two-wrapper .td-accordion-icon {
    right: 35px;
    top: 44px;
    height: 30px;
    width: 30px;
    font-size: 25px;
    transform: translateY(0%);
    line-height: 26px;
}


@media only screen and (max-width: 1024px) {
    .td-accordion-wrapper.td-accordion-two-wrapper .accordion-button {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .td-accordion-wrapper.td-accordion-two-wrapper .td-accordion-icon {
        right: 20px;
        top: 44px;
        height: 20px;
        width: 20px;
        font-size: 20px;
        line-height: 20px;
    }

    .td-accordion-wrapper.td-accordion-two-wrapper .accordion-button {
        padding: 20px 55px 20px 20px;
        font-size: 28px;
    }

    .td-accordion-wrapper.td-accordion-two-wrapper .accordion-body {
        padding: 20px 20px;
        font-size: 22px;
    }
}


/*====================================
# Hero One CSS
====================================*/
.td-hero-one-wrapper {
    position: relative;
    padding: 94px 0 110px 0;
}

.td-hero-one-wrapper .container{
    max-width: 1510px;
}


.td-hero-left-content-wrapper {
    padding-right: 55px;
}

.td-hero-title {
    margin-bottom: 25px;
    overflow: hidden;
}

.td-hero-title h1,
.td-hero-title h2,
.td-hero-title h3,
.td-hero-title h4,
.td-hero-title h5 {
    font-size: 90px;
    line-height: 114%;
    color: #ffffff;
}

.td-hero-desc {
    color: #ffffff;
    font-size: 24px;
    line-height: 38.4px;
    text-transform: capitalize;
    margin-bottom: 70px;
}

.hero-one-form-wrapper input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.10);
    width: 50%;
    display: inline-block;
    height: 71px;
    border-radius: 0;
    margin-right: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.hero-one-form-wrapper input[type="email"]:focus{
    border-color: #ffffff;
}

.hero-one-form-wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dfe6f9;
}

.hero-one-form-wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfe6f9;
    opacity: 1;
}

.hero-one-form-wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfe6f9;
    opacity: 1;
}

.hero-one-form-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dfe6f9;
}

.hero-one-form-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color: #dfe6f9;
}

.hero-one-form-wrapper ::placeholder { /* Most modern browsers support this now. */
    color: #dfe6f9;
}

.hero-one-form-wrapper button[type="submit"],
.hero-one-form-wrapper button[type="submit"]:hover{
    background-color: #ffffff;
    color: #192A2E;
    border-color: #ffffff;
}

.td-hero-form-bottom-text {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.td-hero-form-bottom-text span,
.td-hero-form-bottom-text strong{
    font-weight: 700;
}

.hero-left-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 127px;
    width: 206px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero-right-content{
    position: relative;
    display: inline-block;
}

.td-circle-button-one-wrapper {
    height: 220px;
    width: 220px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: -25px;
    border-radius: 50%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 8.8px;
    font-weight: 600;
    letter-spacing: .5px;
}

.td-circle-button-one-wrapper svg {
    fill: #ffffff;
}

.td-circle-button-one-wrapper i {
    position: absolute;
    height: 110px;
    width: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 48px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: .3s;
    color: #ffffff;
    stroke-width: 0.5px;
    -webkit-text-stroke-width: 0.5px;
}

.td-hero-one-wrapper .td-circle-button-one-wrapper i{
    transform: translate(-50%, -50%) rotate(-90deg);
}

.hero-right-image {
    position: relative;
}

.hero-right-rating {
    position: absolute;
    max-width: 140px;
    top: 20px;
    right: 70px;
}

@media only screen and (max-width: 1366px) {
    .td-hero-title h1, .td-hero-title h2, .td-hero-title h3, .td-hero-title h4, .td-hero-title h5 {
        font-size: 76px;
    }

    .td-hero-left-content-wrapper {
        padding-right: 0;
    }

    .hero-right-rating{
        right: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-title h1, .td-hero-title h2, .td-hero-title h3, .td-hero-title h4, .td-hero-title h5 {
        font-size: 76px;
    }

    .hero-right-content {
        max-width: 60%;
    }

    .hero-right-content-wrapper {
        text-align: center;
        margin-top: 65px;
    }
    .hero-right-rating{
        right: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-right-rating{
        right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-title h1, .td-hero-title h2, .td-hero-title h3, .td-hero-title h4, .td-hero-title h5 {
        font-size: 36px;
        line-height: 42.52px;
    }

    .td-hero-desc {
        font-size: 16px;
        line-height: 30.8px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .hero-one-form-wrapper input[type="email"]{
        width: 100%;
        margin: 0 0 10px 0;
    }

    .hero-right-content {
        max-width: 100%;
    }

    .hero-right-content img {
        display: none;
    }

    .td-circle-button-one-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
    }
    .hero-right-content-wrapper{
        margin-top: 50px;
    }
    .td-hero-one-wrapper {
        position: relative;
        padding: 94px 0 90px 0;
    }
}


/*====================================
# Hero Two CSS
====================================*/
.td-hero-section-two-wrapper{
    background-color: #f1f6f5;
}

.td-hero-section-two-wrapper .container {
    max-width: 1456px;
}

.hero-section-top-content {
    padding-top: 90px;
    padding-bottom: 108px;
    position: relative;
}

.td-hero-two-title h1,
.td-hero-two-title h2,
.td-hero-two-title h3,
.td-hero-two-title h4,
.td-hero-two-title h5 {
    font-size: 123px;
    line-height: 100%;
}

.td-hero-two-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #3d4b4d;
    margin-top: 40px;
}

.hero-two-top-right-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 460px;
}

.hero-two-bottom-left-content {
    padding: 65px 65px 45px 65px;
    position: relative;
}

.hero-two-bottom-right-content-wrapper {
    height: 100%;
}

.hero-two-bottom-right-content {
    background: #f1f6f5;
    height: 100%;
    padding: 35px 15px 30px 30px;
}

.td-hero-two-bottom-title {
    font-size: 62px;
    font-weight: 600;
    line-height: 114%;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    position: relative;
    z-index: 1;
}

.td-hero-two-bottom-content .experts {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.td-hero-two-bottom-content .experts img{
    max-width: 152px;
}

.td-hero-two-bottom-content .experts span {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #ffffff;
    text-transform: capitalize;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.hero-bottom-left-image {
    position: absolute;
    bottom: 0;
    right: 18%;
    max-width: 265px;
}

.hero-two-bottom-right-content .right-text {
    font-size: 34px;
    color: #192A2E;
    font-weight: 600;
    line-height: 120%;
}

.td-right-bottom-content {
    display: flex;
    align-items: center;
    border-top: 1px solid #cdd6d5;
    padding-top: 30px;
    margin-top: 25px;
}

.td-right-author-info {
    flex: 1;
}

.td-right-author-info .td-name {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #192A2E;
}

.td-hero-quote-icon{
    width: 45px;
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 1;
}

.td-right-author-info .td-designation {
    color: #6e7c7e;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    display: block;
    margin-top: 8px;
}

.td-author-img {
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 50%;
}

.hero-two-btn-wrapper {
    margin-top: 55px;
}

.td-hero-btn-two {
    margin-left: 25px;
}

@media only screen and (min-width: 1920px) {
    .hero-two-bottom-right-content{
        margin-right: -1px;
    }
}
@media only screen and (max-width: 1366px) {
    .hero-two-top-right-img{
        right: 6%;
    }
}

@media only screen and (max-width: 1280px) {
    .hero-two-top-right-img{
        right: 4%;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-two-title h1, .td-hero-two-title h2, .td-hero-two-title h3, .td-hero-two-title h4, .td-hero-two-title h5 {
        font-size: 95px;
    }

    .hero-two-top-right-img {
        display: none;
    }
    .hero-two-bottom-left-content{
        padding: 65px 25px 45px 25px;
    }

    .hero-bottom-left-image{
        right: 5%;
    }

    .hero-two-bottom-right-content .right-text{
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-two-bottom-right-content-wrapper{
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-two-title h1, .td-hero-two-title h2, .td-hero-two-title h3, .td-hero-two-title h4, .td-hero-two-title h5 {
        font-size: 42px;
    }
    .td-hero-two-desc{
        font-size: 18px;
    }
    .hero-bottom-left-image{
        display: none;
    }

    .td-hero-two-bottom-title{
        font-size: 32px;
    }

    .td-hero-btn-two {
        margin-left: 0;
        margin-top: 10px;
    }

    .hero-section-top-content {
        padding: 80px 0;
    }

    .td-hero-btn-one {
        margin-right: 5px;
    }

    .hero-two-bottom-right-content {
        padding: 35px 0 55px 0;
        margin: 0 -1px -1px -1px;
    }

    .td-hero-two-bottom-content .experts img{
        max-width: 135px;
    }

    .td-hero-two-bottom-content .experts{
        margin-top: 35px;
    }

    .hero-two-bottom-left-content {
        padding: 40px 25px 45px 25px;
    }
}

/*====================================
# Hero Three CSS
====================================*/

.td-hero-three-wrapper {
    background-color: var(--aretiv-primary-color-two);
    padding: 230px 0 130px 0;
    position: relative;
    overflow: hidden;
}

.hero-three-right-shape {
    position: absolute;
    height: 100%;
    width: 34%;
    right: 0;
    top: 0;
}


.td-hero-three-left-content-wrapper {
    position: relative;
}

.hero-three-ratting-wrapper {
    position: absolute;
    right: 0;
    top: -20px;
}

.hero-three-rating-image {
    width: 260px;
    height: 32px;
    margin-bottom: 5px;
}

.hero-three-ratting-wrapper span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    display: block;
}


.td-hero-three-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.td-hero-three-title {
    margin: 35px 0;
}

.td-hero-three-title h1,.td-hero-three-title h2,.td-hero-three-title h3,.td-hero-three-title h4,.td-hero-three-title h5,.td-hero-three-title h6{
    font-size: 98px;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize;
}

.td-hero-three-desc {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.hero-three-btn-wrapper {
    margin-top: 55px;
    display: flex;
    align-items: center;
}

.hero-three-btn-wrapper .td-button,.hero-three-btn-wrapper .td-button:hover {
    background-color: var(--aretiv-secondary-color-two);
    border-color: var(--aretiv-secondary-color-two);
    color: #060D22;
}

.button-right-text span {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.button-right-text {
    font-size: 22px;
    color: #d8e0f9;
    margin-left: 25px;
}


.hero-three-right-content-wrapper {
    padding-left: 90px;
    position: relative;
}

.hero-three-form {
    background-color: #D8EFEF;
    padding: 55px;
    margin-right: -68px;
}

.hero-three-form-subtitle {
    text-transform: uppercase;
    font-weight: 500;
    color: #182a2e;
}

.hero-three-form-title {
    font-size: 38px;
    line-height: 115%;
    margin: 10px 0;
}

div.hero-three-form-wrapper input {
    background-color: #c8e1ee;
    border-color: #c8e1ee;
    margin-bottom: 20px;
}

.hero-three-form-wrapper button[type="submit"] {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 20px 30px 20px 30px;
    font-weight: 500;
}

.hero-three-form-wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #5a6a7c;
}
.hero-three-form-wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #5a6a7c;
    opacity:  1;
}
.hero-three-form-wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #5a6a7c;
    opacity:  1;
}
.hero-three-form-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #5a6a7c;
}
.hero-three-form-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #5a6a7c;
}

.hero-three-form-wrapper ::placeholder { /* Most modern browsers support this now. */
    color:    #5a6a7c;
}
.hero-three-form-top-text {
    margin-bottom: 20px;
}
.hero-three-form-bottom-text {
    font-size: 16px;
}

.hero-three-left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 220px;
}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
    .hero-three-form-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1480px) {
    .hero-three-form {
        margin-right: 0;
    }

    .hero-three-right-content-wrapper{
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .td-hero-three-title h1, .td-hero-three-title h2, .td-hero-three-title h3, .td-hero-three-title h4, .td-hero-three-title h5, .td-hero-three-title h6 {
        font-size: 85px;
    }
}

@media only screen and (max-width: 1024px) {

    .td-hero-three-wrapper {
        padding: 210px 0 130px 0;
    }


    .hero-three-right-content-wrapper {
        padding-left: 0;
        margin-top: 60px;
    }

    .hero-three-right-shape svg {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-three-wrapper {
        padding: 125px 0 100px 0;
    }

    .td-hero-three-title h1, .td-hero-three-title h2, .td-hero-three-title h3, .td-hero-three-title h4, .td-hero-three-title h5, .td-hero-three-title h6 {
        font-size: 42px;
        line-height: 1.1;
    }

    .hero-three-left-shape {
        max-width: 170px;
    }

    .hero-three-ratting-wrapper {
        position: relative;
        right: auto;
        top: 0;
        margin-bottom: 30px;
    }

    .td-hero-three-title {
        margin: 25px 0;
    }

    .td-hero-three-desc {
        font-size: 17px;
    }

    .hero-three-btn-wrapper {
        margin-top: 25px;
        display: block;
    }

    .button-right-text {
        font-size: 20px;
        margin-left: 0;
        margin-top: 15px;
    }

    .button-right-text span {
        font-size: 25px;
        margin-bottom: 0;
    }

    .hero-three-right-content-wrapper {
        margin-top: 35px;
    }

    .hero-three-form {
        padding: 30px;
    }

    .hero-three-form-title {
        font-size: 28px;
    }

    .hero-three-form-subtitle{
        font-size: 16px;
    }

}


/*====================================
# Hero Four CSS
====================================*/
.td-hero-four-wrapper {
    background-color: #060D22;
    padding: 320px 0 130px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-four-main-content {
    width: 63%;
    display: inline-block;
    position: relative;
}

.hero-four-main-content .td-hero-title h1,.hero-four-main-content .td-hero-title h2,.hero-four-main-content .td-hero-title h3,.hero-four-main-content .td-hero-title h4,.hero-four-main-content .td-hero-title h5 {
    font-size: 90px;
    line-height: 94px;
    color: #ffffff;
}

.hero-four-bg-circle {
    width: 1290px;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

.small-img-1,.small-img-2,.small-img-4,.small-img-5{
    height: 72px;
    width: 72px;
    position: absolute;
}

.small-img-1 {
    top: 50%;
    margin-top: -36px;
    left: 34px;
}

.small-img-2 {
    top: 250px;
    left: 230px;
}

.small-img-3 {
    display: inline-block;
    position: absolute;
    top: 165px;
    left: 50%;
    height: 88px;
    width: 88px;
    overflow: hidden;
    margin-left: -44px;
}

.small-img-4 {
    top: 250px;
    right: 230px;
}

.small-img-5 {
    top: 50%;
    margin-top: -36px;
    right: 34px;
}

.hero-four-btn-wrapper .td-button {
    border-radius: 8px;
    background-color: var(--aretiv-secondary-color-two);
    border-color: var(--aretiv-secondary-color-two);
    color: #060e22;
}
.hero-four-btn-wrapper .td-button.td-border-btn {
    background-color: transparent;
    color: #ced0d7;
    border-color: #ced0d7;
}
.hero-four-btn-wrapper .td-button.td-border-btn:hover {
    background-color: var(--aretiv-primary-color-one);
    color: #ffffff;
    border-color: var(--aretiv-primary-color-one);
}



@media only screen and (max-width: 1366px) {
    .hero-four-main-content .td-hero-title h1, .hero-four-main-content .td-hero-title h2, .hero-four-main-content .td-hero-title h3, .hero-four-main-content .td-hero-title h4, .hero-four-main-content .td-hero-title h5 {
        font-size: 82px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-four-main-content {
        width: 100%;
    }

    .small-img-1, .small-img-2, .small-img-4, .small-img-5 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .hero-four-bg-circle {
        width: 520px;
    }

    .hero-four-main-content .td-hero-title h1, .hero-four-main-content .td-hero-title h2, .hero-four-main-content .td-hero-title h3, .hero-four-main-content .td-hero-title h4, .hero-four-main-content .td-hero-title h5 {
        font-size: 32px;
        line-height: 42px;
    }

    .td-hero-four-wrapper .td-hero-title {
        margin-bottom: 10px;
    }

    .td-hero-four-wrapper {
        padding: 120px 0 100px;
    }

    .small-img-3{
        display: none;
    }
}

/*====================================
# Hero Five CSS
====================================*/

.td-hero-five-wrapper {
    padding: 270px 15px 140px 15px;
}

.td-hero-five-wrapper,
.hero-five-main-content,.td-hero-five-right-content{
    position: relative;
}

.td-hero-five-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #060D22;
    opacity: .6;
}


.td-hero-five-wrapper .container {
    max-width: 1456px;
}


.hero-five-main-content .td-hero-title {
    margin-bottom: 10px;
    overflow: hidden;
}


.hero-five-main-content .td-hero-title h1,
.hero-five-main-content .td-hero-title h2,
.hero-five-main-content .td-hero-title h3,
.hero-five-main-content .td-hero-title h4,
.hero-five-main-content .td-hero-title h5 {
    font-size: 74px;
    line-height: 85.52px;
    color: #ffffff;
}

.hero-five-main-content .td-hero-desc {
    color: #ffffff;
    font-size: 20px;
    line-height: 38.8px;
    text-transform: capitalize;
    margin-bottom: 60px;
    padding-right: 200px;
}

.hero-five-btn-wrapper .td-button.td-hero-btn-one,.hero-five-btn-wrapper .td-button.td-hero-btn-two{
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 50px;
    color: #ffffff;
}

.td-hero-five-right-content-wrapper{
    padding-left: 70px;
}

.td-hero-five-right-content {
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
}

.td-hero-five-right-icon {
    height: 140px;
    width: 140px;
    line-height: 1;
    text-align: center;
    font-size: 110px;
    display: inline-block;
    color: #3C63E2;
    margin-bottom: 15px;
}

.td-hero-five-right-icon svg, .td-hero-five-right-icon img {
    margin-top: -15px;
}

.td-hero-five-right-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.td-hero-five-right-subtitle {
    font-size: 20px;
}

.td-hero-five-right-price .price {
    font-size: 46px;
    font-weight: 700;
    color: #060D22;
}

.td-hero-five-right-price {
    font-size: 28px;
    font-weight: 600;
    color: #848690;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 24px;
    margin-top: 24px;
}


@media only screen and (max-width: 1480px) {
    .td-hero-five-right-content-wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-five-right-content-wrapper {
        margin-top: 50px;
    }

    .td-hero-five-wrapper {
        padding: 250px 0 180px 0;
    }

    .hero-five-main-content .td-hero-desc {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-five-main-content .td-hero-title h1, .hero-five-main-content .td-hero-title h2, .hero-five-main-content .td-hero-title h3, .hero-five-main-content .td-hero-title h4, .hero-five-main-content .td-hero-title h5 {
        font-size: 65px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-five-wrapper {
        padding: 135px 0 115px 0;
    }

    .hero-five-main-content .td-hero-title h1, .hero-five-main-content .td-hero-title h2, .hero-five-main-content .td-hero-title h3, .hero-five-main-content .td-hero-title h4, .hero-five-main-content .td-hero-title h5 {
        font-size: 36px;
        line-height: 45px;
    }

    .hero-five-main-content .td-hero-desc {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .td-hero-five-right-content {
        padding: 30px;
    }
}



/*====================================
# Hero Six CSS
====================================*/

.td-hero-six-wrapper {
    background-color: #5D1A79;
    padding: 70px 0 25px 0;
}

.td-hero-six-left-content {
    position: relative;
    z-index: 1;
}

.hero-six-top-part{
    position: relative;
}

.hero-six-subtitle {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FBC5C5;
    display: inline-block;
    line-height: 90%;
}

.td-hero-six-title-wrapper {
    margin: 38px 0 20px 0;
}

.td-hero-six-title {
    font-size: 240px;
    line-height: 89%;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1.24px;
    display: block;
}

.td-hero-six-title.gradient-title {
    background: linear-gradient(180deg, #FFF -9.6%, rgba(255, 255, 255, 0.00) 93.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-six-desc-text {
    color: #ffffff;
    font-size: 28px;
    line-height: 140%;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 20%;
    margin-bottom: 70px;
}

.td-btn-style-two {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 90%;
    display: inline-flex;
    align-items: center;
}

.td-btn-style-two:hover{
    color:#ffffff;
}

.td-btn-style-2-icon {
    background: #9225E0;
    height: 116px;
    width: 116px;
    display: inline-block;
    line-height: 115px;
    text-align: center;
    font-size: 72px;
    margin-right: 40px;
}

.td-btn-style-2-icon i.icon-button-arrow-one {
    stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
}

.td-btn-style-2-icon i {
    transform: rotate(-45deg);
    display: inline-block;
    transition: .3s;
}

.td-btn-style-two:hover .td-btn-style-2-icon i{
    transform: rotate(0deg);
}

.hero-six-bottom-part {
    border-top: 1px solid #bea3c9;
    margin-top: 70px;
    padding-top: 50px;
}

.hero-six-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;

}
.hero-six-bottom-item{
   margin-bottom: 30px;
}
.hero-six-bottom-item i {
    color: #FBC5C5;
    font-size: 16px;
    margin-right: 2px;
    display: inline-block;
}

.hero-six-right-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 775px;
    overflow: hidden;
    max-width: 576px;
}


@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .td-hero-six-wrapper .container {
        max-width: 100%;
    }
}


@media only screen and (max-width: 1024px) {
    .hero-six-right-image{
        display: none;
    }

    .td-hero-six-title {
        font-size: 210px;
    }

    .hero-six-desc-text {
        padding-right: 10%;
    }

    .td-hero-six-wrapper {
        padding: 115px 0 50px 0;
    }
}

@media only screen and (max-width: 767px) {

    .td-hero-six-wrapper {
        padding: 90px 0 50px 0;
    }

    .td-hero-six-title {
        font-size: 90px;
        line-height: 92%;
    }

    .hero-six-subtitle {
        font-size: 26px;
    }

    .hero-six-desc-text {
        font-size: 26px;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .td-btn-style-two {
        font-size: 28px;
        font-weight: 500;
        line-height: 1;
    }

    .td-btn-style-2-icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 42px;
        margin-right: 15px;
    }

    .hero-six-bottom-content {
        display: block;
    }

    .hero-six-bottom-item {
        margin-bottom: 20px;
    }

    .hero-six-bottom-item br {
        display: none;
    }
}

/*====================================
# Hero Seven CSS
====================================*/

.td-hero-seven-wrapper {
    position: relative;
    padding-top: 70px;
    padding-bottom: 75px;
}

.td-hero-seven-wrapper .container{
    position: relative;
}

.td-hero-seven-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 68%;
    background-color: #5D1A79;
}

.td-hero-seven-title {
    position: relative;
    font-size: 170px;
    color: #ffffff;
    line-height: 90%;
    margin-bottom: 50px;
}

.td-hero-seven-title span {
    color: #ED7C50;
}


.td-right-top-content-wrapper {
    padding-left: 50px;
}


.hero-seven-video-button .td-circle-button-one-wrapper {
    height: 170px;
    width: 170px;
    display: inline-block;
    position: relative;
    bottom: auto;
    left: auto;
    border-radius: 50%;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .5px;
    background-color: #ED7C50;
}

.hero-seven-video-button i {
    font-size: 23px;
}

.hero-seven-video-button i:before {
    transform: rotate(45deg);
    display: inline-block;
}

.hero-seven-desc-text {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
    line-height: 170%;
}


.td-hero-seven-button-wrapper .td-button {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ED7C50;
    border-color: #ED7C50;
}

.td-hero-seven-button-wrapper .td-button i {
    font-size: 24px;
}

.hero-seven-video-button {
    text-align: right;
    margin: -160px 160px 50px 0;
}


.td-hero-seven-years-of-experience-year {
    font-size: 158px;
    line-height: 90%;
    color: #ED7C50;
}

.td-hero-seven-years-of-experience-title {
    font-size: 32px;
    color: #1B0E21;
    font-weight: 700;
    line-height: 110%;
    margin-left: 20px;
}

.td-hero-seven-years-of-experience-title-wrapper {
    display: flex;
    align-items: center;
}

.td-hero-seven-years-of-experience-desc {
    font-size: 24px;
    color: #443D47;
    line-height: 160%;
    font-weight: 500;
    margin-top: 10px;
}

.td-right-bottom-content-wrapper {
    padding-left: 180px;
    margin-top: 150px;
}

.td-hero-seven-img{
    position: relative;
}


.td-hero-seven-img-shape-1 {
    height: 100px;
    width: 100px;
    position: absolute;
    background-color: #ED7C50;
    top: 17px;
    left: -40px;
    border-radius: 50%;
}

.td-hero-seven-img-shape-2 {
    position: absolute;
    height: 185px;
    width: 100px;
    background: #ED7C50;
    bottom: -30px;
    right: -55px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    transform: rotate(-145deg);
}
.td-hero-seven-img-shape-3 {
    position: absolute;
    height: 240px;
    width: 120px;
    background: #5D1A79;
    bottom: -126px;
    left: 15px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    transform: rotate(-55deg);
}

.td-hero-seven-img img {
    position: relative;
}

@media only screen and (max-width: 1366px) {
    .td-hero-seven-wrapper .container{
        padding: 0 30px;
        max-width: 100%;
    }

    .td-hero-seven-title {
        font-size: 165px;
    }

}

@media only screen and (max-width: 1024px) {
    .td-hero-seven-wrapper .container{
        padding: 0 20px;
    }

    .td-hero-seven-title {
        font-size: 136px;
    }

    .td-hero-seven-img {
        display: none;
    }

    .td-right-top-content-wrapper {
        padding-left: 0;
    }

    .td-right-bottom-content-wrapper {
        padding-left: 0;
        margin-top: 175px;
    }

    .hero-seven-desc-text,.td-hero-seven-years-of-experience-desc {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-seven-wrapper .container{
        padding: 0 10px;
    }

    .td-hero-seven-title {
        font-size: 46px;
        line-height: 105%;
    }

    .hero-seven-desc-text, .td-hero-seven-years-of-experience-desc {
        padding-right: 0;
    }

    .hero-seven-video-button {
        text-align: left;
        margin: 0 0 30px 0;
    }

    .hero-seven-video-button .td-circle-button-one-wrapper {
        height: 150px;
        width: 150px;
    }

    .td-hero-seven-years-of-experience-year {
        font-size: 115px;
    }

    .td-hero-seven-years-of-experience-title-wrapper {
        display: block;
    }

    .td-hero-seven-years-of-experience-title {
        margin: 10px 0 20px 0;
    }

    .td-hero-seven-bg {
        height: 63%;
    }

    .td-right-bottom-content-wrapper {
        margin-top: 140px;
    }

    .hero-seven-desc-text,.td-hero-seven-years-of-experience-desc {
        font-size: 22px;
    }

    .td-hero-seven-button-wrapper .td-button,.td-hero-seven-button-wrapper .td-button i {
        font-size: 20px;
    }
}


/*====================================
# Hero Eight CSS
====================================*/
.td-hero-eight-wrapper {
    padding-top: 150px;
    padding-bottom: 75px;
    position: relative;
}

.td-hero-eight-wrapper .container {
    max-width: 1550px;
    position: relative;
}


.td-hero-eight-title {
    color: #9225E0;
    font-size: 200px;
    position: relative;
    line-height: 95%;
    letter-spacing: 1px;
}

.td-hero-eight-title span {
    position: relative;
    margin: 0px 10px;
    line-height: 1;
}

.td-hero-eight-title strong {
    background-color: #5d1a79;
    color: #ffffff;
    font-size: 15px;
    padding: 13px 10px;
    transform: rotate(45deg) skew(40deg, 0);
    position: absolute;
    display: block;
    left: -70px;
    top: 82px;
    width: 108px;
    text-align: center;
    font-weight: 500;
    z-index: -1;
}

.td-hero-eight-title strong i {
    font-style: normal;
    transform: rotate(0deg) skew(-40deg, 0);
    display: inline-block;
}


.hero-eight-desc-text {
    color: #785786;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 150%;
    margin-top: 15px;
    padding-right: 100px;
}

.td-hero-eight-button-wrapper .td-text-button {
    font-size: 28px;
    color: #5D1A79;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: underline;
    border: 0;
}

.td-hero-eight-button-wrapper .td-text-button svg {
    height: 25px;
    width: 28px;
    margin-left: 20px;
}

.td-hero-eight-button-wrapper {
    margin-top: 70px;
}

.hero-eight-img-1 {
    width: 465px;
    height: 680px;
    position: absolute;
    left: 15px;
    top: -50px;
    background-size: cover;
    background-position: center;
}

.hero-eight-quote {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 64px;
    color: #5D1A79;
    font-style: normal;
    line-height: 95%;
    font-weight: 400 !important;
    margin-bottom: 15px;
}

.hero-eight-quote:before {
    display: none;
}

.hero-quote-icon {
    color: #9225E0;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.hero-quote-wrapper {
    padding-left: 180px;
}

.quote-author {
    color: #5D1A79;
    font-size: 32px;
    font-weight: 400 !important;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.quote-author-designation {
    color: #8e5fa1;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: .5px;
}

.hero-eight-video-button .td-circle-button-one-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 10.2px;
    font-weight: 400;
    letter-spacing: 1px;
}

.hero-eight-video-button .td-circle-button-one-wrapper i {
    color: #9225E0;
    font-size: 30px;
}
.td-circle-button-one-wrapper i:before {
    transform: rotate(45deg);
    display: inline-block;
}
.hero-eight-video-button .td-circle-button-one-wrapper svg {
    fill: #9225E0;
}

.hero-eight-img-2 {
    width: 420px;
    height: 650px;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 15px;
    bottom: 90px;
}

.row.hero-eight-middle-row {
    margin-top: 65px;
    position:relative;
}

span.hero-eight-user-count {
    font-size: 124px;
    line-height: 90%;
    color: #5D1A79;
    font-weight: 400;
}

span.hero-eight-user-text {
    font-size: 40px;
    font-weight: 400;
    color: #5D1A79;
    display: block;
    line-height: 90%;
    margin: 10px 0 25px;
}

img.hero-eight-user-image {
    max-width: 215px;
}


.hero-eight-bottom-content {
    padding-left: 180px;
    margin-top: 150px;
}

.her-eight-bottom-img {
    height: 400px;
    width: 65%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero-eight-middle-row .hero-eight-bottom-content{
    display: none;
    margin-top: 0;
}

@media only screen and (max-width: 1480px) {
    .td-hero-eight-title {
        font-size: 183px;
    }

    .hero-quote-wrapper,.hero-eight-bottom-content {
        padding-left: 0;
    }

    .her-eight-bottom-img {
        width: 75%;
    }
}

@media only screen and (max-width: 1366px) {
    .hero-eight-img-1,.hero-eight-img-2,.her-eight-bottom-img,.hero-eight-bottom-row{
        display: none;
    }

    .hero-eight-middle-row .hero-eight-bottom-content {
        display: block;
    }

    .td-hero-eight-wrapper {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-eight-wrapper {
        padding-top: 90px;
    }

    .td-hero-eight-title {
        font-size: 140px;
    }

    .td-hero-eight-title strong {
        padding: 5px 5px;
        left: -61px;
        top: 63px;
        width: 95px;
    }

    .td-hero-eight-button-wrapper {
        margin-top: 45px;
    }

    .hero-eight-quote {
        font-size: 58px;
    }

    span.hero-eight-user-count {
        font-size: 100px;
    }

    span.hero-eight-user-text {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    .td-hero-eight-title span {
        display: none;
    }

    .td-hero-eight-title {
        font-size: 110px;
    }

    .hero-eight-middle-row .hero-eight-bottom-content {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-eight-wrapper {
        padding-top: 80px;
    }

    .td-hero-eight-title {
        font-size: 46px;
        letter-spacing: 1.5px;
    }

    .hero-eight-desc-text {
        font-size: 20px;
        margin-top: 10px;
        padding-right: 0;
    }

    .td-hero-eight-button-wrapper {
        margin-top: 30px;
    }

    .hero-eight-quote {
        font-size: 40px;
    }

    .row.hero-eight-middle-row {
        margin-top: 50px;
    }

    .hero-quote-icon {
        margin-bottom: 15px;
    }

    span.hero-eight-user-count {
        font-size: 70px;
    }

    .hero-eight-video-button .td-circle-button-one-wrapper {
        padding: 0;
        margin-left: -10px;
        height: 170px;
        width: 170px;
    }
}

/*====================================
# Hero Nine CSS
====================================*/
.td-hero-nine-wrapper {
    background-color: #000000;
    padding: 100px 0 115px;
    overflow: hidden;
}

.td-hero-nine-title-wrapper {
    position: relative;
}

.td-hero-nine-title-wrapper img {
    position: absolute;
    right: 94px;
    bottom: -45px;
    width: 100px;
}

.td-hero-nine-title {
    background: linear-gradient(90deg, rgba(17, 255, 247, 0.40) -1.31%, rgba(255, 237, 84, 0.80) 42.89%, rgba(218, 251, 199, 0.40) 92.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 104px;
    line-height: 104%;
    letter-spacing: -.5px;
    margin-bottom: 30px;
}

.hero-nine-desc-text {
    font-size: 20px;
    color: #cccccc;
    font-weight: 400;
    line-height: 160%;
    padding-right: 225px;
}

.hero-nine-btn-wrapper {
    margin-top: 70px;
}

.td-button.td-gradient-button{
    border: none;
    background: linear-gradient(296deg, #11FFF7 -26.62%, #FFED54 150.51%);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    color: #000000;
}

.td-button.td-gradient-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(296deg, #FFED54 -26.62%, #11FFF7 150.51%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.td-button.td-gradient-button:hover {
    color: #000000;
}

.td-button.td-gradient-button:hover:after {
    opacity: 1;
    visibility: visible;
}

.td-button.td-gradient-button span {
    position: relative;
    z-index: 2;
}

.td-button.td-gradient-button.td-hero-btn-two{
    background: linear-gradient(296deg, #343434 -26.62%, #343434 150.51%);
    color: #ffffff;
}

.td-button.td-gradient-button.td-hero-btn-two:hover{
    color: #000000;
}

.td-hero-nine-right-image-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    padding-left: 50px;
}


.td-hero-nine-right-image {
    background-color: #ffed54;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    width: 110%;
    position: relative;
    z-index: 2;
}

.td-hero-nine-right-image-btm-shape {
    width: 350px;
    position: absolute;
    right: -25%;
    bottom: -115px;
}


.td-hero-nine-right-image-content {
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.4) 0%, rgba(1, 1, 1, 0.05) 100%), linear-gradient(180deg, rgba(17, 255, 247, 0.30) 0%, rgba(17, 255, 247, 0.30) 100%);
    box-shadow: 50px 30px 130px 0px rgba(1, 1, 1, 0.40);
    backdrop-filter: blur(15px);
    padding: 40px 40px 35px 40px;
    width: 340px;
    position: absolute;
    bottom: 50px;
    left: -10%;
    z-index: 3;
}

.hero-nine-icon {
    height: 56px;
    width: 56px;
    color: #ffffff;
    font-size: 32px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    line-height: 52px;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-nine-icon img, .hero-nine-icon svg {
    width: 38px;
    margin-top: -10px;
}
.icon-and-text-wrapper {
    position: relative;
    padding-left: 75px;
}

.hero-nine-icon-text-title-one {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.hero-nine-icon-text-title-two {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    display: block;
}

.right-img-right-text-wrapper {
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    position: relative;
    margin-top: 70px;
    font-weight: 600;
}


.right-img-right-text {
    display: inline-block;
    text-align: left;
}


.td-graph-image {
    position: absolute;
    left: -12px;
    bottom: 0px;
    transform: rotate(-10deg);
}
.right-img-right-text span {
    color: #F7E966;
}

@media only screen and (max-width: 1366px) {
    .td-hero-nine-title{
        font-size: 92px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-nine-right-image-wrapper{
        padding-left: 0;
        margin-top: 60px;
    }

    .td-hero-nine-right-image{
        width: 100%;
    }

    .td-hero-nine-right-image-content {
        bottom: 50px;
        left: 50px;
    }

    .td-hero-nine-title-wrapper img{
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-nine-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .hero-nine-desc-text {
        font-size: 18px;
    }

    .td-hero-nine-title-wrapper img{
        display: none;
    }

    .hero-nine-desc-text{
        padding-right: 0;
    }

    .hero-nine-btn-wrapper {
        margin-top: 40px;
    }

    .td-button.td-gradient-button.td-hero-btn-one,.td-button.td-gradient-button.td-hero-btn-two{
        font-size: 16px;
    }
    .td-hero-nine-right-image-content {
        bottom: auto;
        left: auto;
        position: relative;
        margin-top: 50px;
    }

    .td-hero-nine-right-image-content{
        width: 100%;
    }

    .td-hero-nine-wrapper {
        background-color: #000000;
        padding: 80px 0 95px;
    }
}


/*====================================
# Hero Ten CSS
====================================*/
.td-hero-ten-wrapper {
    background-color: #000000;
    border-bottom: 1px solid transparent;
    position: relative;
    padding: 65px 0 75px 0;
}

.td-hero-ten-title {
    background: linear-gradient(90deg, rgba(17, 255, 247, 0.40) -1.31%, rgba(255, 237, 84, 0.80) 42.89%, rgba(218, 251, 199, 0.40) 92.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 94px;
    line-height: 110%;
    letter-spacing: -.5px;
    margin-bottom: 30px;
}

.hero-ten-desc-text {
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 150%;
    margin-bottom: 65px;
}

.td-hero-ten-count-number-and-unit {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.td-hero-ten-count-title {
    font-size: 20px;
    color: #cccccc;
    margin-top: 5px;
    line-height: 160%;
}
.hero-ten-btn-wrapper {
    margin-bottom: 65px;
}
.hero-ten-left-counter-wrapper {
    position: relative;
}

.td-hero-ten-video-btn-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}

.td-image-button-one {
    margin-right: 20px;
}
.td-hero-ten-content {
    position: relative;
    z-index: 1;
}
.td-hero-ten-right-image-wrapper {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.td-hero-ten-right-image {
    position: relative;
    display: inline-block;
}

.td-hero-ten-right-image-two {
    max-width: 276px;
    position: absolute;
    right: -200px;
    bottom: 110px;
}

.td-hero-ten-right-image-two img {
    border-radius: 16px;
    box-shadow: -20px 10px 60px 0px rgba(0, 0, 0, 0.18);
}

.td-hero-ten-right-image-two img:first-child {
    margin-bottom: 15px;
}


.hero-ten-right-bg {
    background: linear-gradient(248deg, #11FFF7 -21.3%, #FFED54 117.92%);
    position: absolute;
    height: 100%;
    width: 25%;
    right: 0;
    top: 0;
}

.hero-ten-right-bg svg {
    height: 100%;
    width: 100%;
    opacity: .5;
}

.td-hero-ten-video-btn-col {
    position: relative;
    display: none;
}


@media only screen and (max-width: 1480px) {
    .td-hero-ten-title{
        font-size: 80px;
    }

    .td-hero-ten-right-image-wrapper {
        padding-left: 0;
    }

    .td-hero-ten-right-image-two {
        max-width: 200px;
        right: -75px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-ten-right-bg,.td-hero-ten-video-btn-wrap.td-lgsm-none {
        display: none;
    }

    .td-hero-ten-video-btn-col{
        display: block;
    }

    .td-hero-ten-right-image-two {
        max-width: 276px;
        right: -200px;
    }

    .td-hero-ten-right-image-wrapper {
        text-align: center;
        margin-left: -200px;
        margin-top: 80px;
    }

    .td-hero-ten-video-btn-wrap {
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-ten-wrapper {
        padding: 75px 0 90px 0;
    }

    .td-hero-ten-title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .hero-ten-desc-text {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .hero-ten-btn-wrapper .td-image-button {
        width: 155px;
    }

    .td-image-button-one {
        margin-right: 10px;
    }

    .td-hero-ten-video-btn-wrap {
        right: auto;
        position: relative;
        bottom: auto;
        margin-top: 20px;
        text-align: center;
    }

    .td-hero-ten-count-title {
        font-size: 18px;
    }

    .td-hero-ten-count-number-and-unit {
        font-size: 36px;
    }

    .td-hero-ten-right-image-wrapper {
        text-align: center;
        margin-left: 0;
        margin-top: 40px;
    }

    .td-hero-ten-right-image-two {
        max-width: 100%;
        right: auto;
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }

    .td-hero-ten-count-content {
        margin-bottom: 30px;
    }
}

/*====================================
# Hero Eleven CSS
====================================*/
.td-hero-eleven-wrapper {
    background-color: #000000;
    position: relative;
    text-align: center;
    padding-top: 100px;
    overflow: hidden;
}

.td-hero-eleven-subtitle-wrapper {
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 237, 84, 0.10);
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 20px 40px;
    margin-bottom: 30px;
}

.td-hero-eleven-title {
    background: linear-gradient(90deg, rgba(17, 255, 247, 0.40) -1.3%, rgba(255, 237, 84, 0.80) 46.42%, rgba(218, 251, 199, 0.40) 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 108px;
    letter-spacing: -0.54px;
    line-height: 125%;
}

.hero-eleven-desc-text {
    font-size: 24px;
    color: #cdd0d0;
    padding: 0 20%;
    text-transform: capitalize;
    line-height: 160%;
    margin: 25px 0 60px;
}
.hero-eleven-btn-wrapper .td-button {
    border-radius: 50px;
}

.td-button.td-gradient-button.td-hero-btn-two {
    background: #233e39;
    color: #ffffff;
}

.td-hero-eleven-main-img img {
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 2;
}

.td-hero-eleven-main-img {
    margin-top: 80px;
    position: relative;
}

.td-hero-eleven-main-img:before {
    content: '';
    border-radius: 965px;
    opacity: 0.44;
    background: linear-gradient(218deg, #11FFF7 16.09%, #FFED54 83.89%);
    filter: blur(300px);
    height: 965px;
    width: 965px;
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
}

.td-hero-eleven-right-shape,
.td-hero-eleven-left-shape{
    position: absolute;
    max-width: 250px;
}

.td-hero-eleven-right-shape {
    right: 0;
    top: 30%;
}

.td-hero-eleven-left-shape {
    left: 0;
    top: 30%;
}

.hero-eleven-btn-wrapper {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .td-hero-eleven-title{
        font-size: 68px;
    }

    .hero-eleven-desc-text{
        padding: 0 5%;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-eleven-wrapper {
        padding-top: 70px;
    }

    .td-hero-eleven-title{
        font-size: 36px;
    }
    .td-hero-eleven-right-shape, .td-hero-eleven-left-shape {
        max-width: 150px;
    }

    .hero-eleven-desc-text {
        font-size: 18px;
        padding: 0;
        margin: 25px 0 40px;
    }

    .td-hero-eleven-main-img {
        margin-top: 60px;
    }

    .td-hero-eleven-subtitle-wrapper {
        padding: 15px 30px;
        font-size: 16px;
    }

    .td-hero-eleven-main-img:before {
        height: 500px;
        width: 500px;
        filter: blur(140px);
        top: -100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*====================================
# Hero Twelve CSS
====================================*/
.td-hero-twelve-title-one {
    font-size: 360px;
    line-height: 90%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
}

.td-hero-twelve-wrapper {
    background-color: #1B0E21;
    padding: 150px 0 120px;
}

.td-hero-twelve-title-two {
    font-size: 320px;
    line-height: 90%;
    background: linear-gradient(270deg, #FFF 1.51%, rgba(255, 255, 255, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: -35px;
    position: relative;
    z-index: 1;
    display: block;
}
.td-hero-twelve-img {
    height: 430px;
    width: 280px;
    background: #9225e0de;
    position: absolute;
    bottom: 75px;
    right: 50px;
    transform: rotate(15deg);
}

.td-hero-twelve-title-wrapper,
.td-hero-twelve-wrapper{
    position: relative;
}

.td-hero-twelve-img img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.td-hero-twelve-left-top-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
}


.td-circle-button-wrapper {
    height: 180px;
    width: 180px;
    display: inline-block;
    position: relative;
}


.td-circle-button-wrapper .td-circle-button-one {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 8.9px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Plus Jakarta Sans';
}

.td-circle-button-wrapper .td-circle-button-one i {
    position: absolute;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: .3s;
    color: #ffffff;
    stroke-width: 0.5px;
    -webkit-text-stroke-width: 0.5px;
}

.td-circle-button-wrapper .td-circle-button-one svg {
    fill: #ffffff;
}

.circle-btn-star {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.td-hero-twelve-title-wrapper .td-circle-buttons-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hero-twelve-desc-text {
    font-size: 32px;
    color: #bab7bc;
    line-height: 160%;
    padding-right: 5%;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
}

.hero-twelve-buttons-wrapper {
    margin-top: 90px;
}

.td-hero-twelve-single-btn {
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 24px 56px 20px 56px;
    position: relative;
    margin: 5px 0;
}

.td-hero-twelve-single-btn:hover {
    color: #ffffff;
    background-color: #9225E0;
    border-color: #9225E0;
}

.hero-twelve-buttons-wrapper .td-hero-twelve-single-btn:nth-child(odd) {
    transform: rotate(-12deg);
}
.hero-twelve-buttons-wrapper .td-hero-twelve-single-btn:nth-child(even) {
    transform: rotate(12deg);
}

.hero-twelve-buttons-wrapper .td-hero-twelve-single-btn:not(:first-child) {
    margin-left: -15px;
}

.td-circle-buttons-wrapper.td-large-hide {
    display: none;
}

@media only screen and (min-width: 1920px) {
    .td-hero-twelve-left-top-shape {
        width: 200px;
    }
}

@media only screen and (max-width: 1366px) {
    .td-hero-twelve-title-one {
        font-size: 300px;
    }

    .td-hero-twelve-title-two {
        font-size: 280px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-twelve-title-one {
        font-size: 230px;
    }

    .td-hero-twelve-title-two {
        font-size: 210px;
        margin-top: -15px;
    }

    .td-hero-twelve-img{
        bottom: 15px;
        right: 0;
        transform: rotate(0deg);
        height: 385px;
        width: 280px;
    }

    .td-circle-buttons-wrapper.td-large-hide {
        display: block;
    }

    .td-circle-buttons-wrapper.td-small-hide {
        display: none;
    }

    .td-hero-twelve-img img {
        width: 210px;
    }

    .td-hero-twelve-wrapper {
        padding: 130px 0 120px;
    }

    .td-hero-twelve-single-btn {
        font-size: 32px;
        padding: 24px 45px 20px 45px;
    }

    .td-hero-twelve-left-top-shape {
        width: 100px;
    }

    .hero-twelve-desc-text {
        font-size: 30px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .td-hero-twelve-title-wrapper .td-circle-buttons-wrapper {
        left: 10px;
        bottom: 20px;
    }

    .td-hero-twelve-img {
        position: relative;
        margin: 40px auto;
        height: 490px;
        width: 450px;
    }

    .td-hero-twelve-img img {
        width: 250px;
    }

    .td-hero-twelve-single-btn {
        font-size: 24px;
        padding: 20px 40px 16px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-twelve-title-one {
        font-size: 95px;
    }

    .td-hero-twelve-title-two {
        font-size: 90px;
        margin-top: -5px;
    }

    .td-hero-twelve-img {
        height: 400px;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .td-hero-twelve-img img {
        width: 200px;
    }

    .hero-twelve-desc-text {
        font-size: 24px;
    }

    .hero-twelve-buttons-wrapper {
        margin-top: 35px;
    }

    .hero-twelve-buttons-wrapper .td-hero-twelve-single-btn:nth-child(odd),
    .hero-twelve-buttons-wrapper .td-hero-twelve-single-btn:nth-child(even){
        transform: rotate(0);
        margin-left: 0;
    }

    .td-hero-twelve-single-btn {
        font-size: 22px;
        padding: 18px 22px 14px 22px;
    }

    .td-hero-twelve-left-top-shape {
        display: none;
    }

    .td-hero-twelve-wrapper {
        padding: 115px 0 90px;
    }

    .hero-twelve-desc-text{
        margin-top: 30px;
    }
}

/*====================================
# Hero Thirteen CSS
====================================*/
.td-hero-thirteen-wrapper .container {
    max-width: 1510px;
}

.td-hero-thirteen-greeting-and-experience {
    display: flex;
    align-items: center;
}

.td-hero-thirteen-greeting {
    display: inline-block;
    font-size: 180px;
    line-height: 95%;
    color: #5D1A79;
    letter-spacing: 1px;
}

.td-hero-thirteen-experience-wrapper {
    position: relative;
    padding-left: 70px;
    margin-left: 100px;
}

.td-hero-thirteen-experience-years {
    font-size: 64px;
    color: #9225E0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.td-hero-thirteen-experience-text.td-heading-font-two {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

.td-hero-thirteen-title {
    font-size: 180px;
    color: #5D1A79;
    line-height: 95%;
    letter-spacing: 1px;
}

.td-hero-thirteen-title span{
    color: #9225E0;
}

.td-hero-thirteen-title-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.td-hero-thirteen-title-wrapper img {
    max-width: 105px;
    position: absolute;
    right: 100px;
    bottom: 25px;
}

.td-hero-thirteen-counter-box {
    margin-bottom: 30px;
}

.td-hero-thirteen-count-number-and-unit {
    font-size: 48px;
    font-weight: 700;
    line-height: 90%;
    color: #1B0E21;
}

.td-hero-thirteen-count-title {
    font-size: 20px;
    color: #493e4e;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
}

.td-hero-thirteen-right-image-and-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
}

.td-hero-thirteen-wrapper {
    position: relative;
    padding: 100px 0 70px;
    border-bottom: 1px solid #CBB6D4;
}

.td-hero-thirteen-right-img,.td-hero-thirteen-right-img-wrap {
    height: 100%;
}

.td-hero-thirteen-right-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-hero-thirteen-right-img .td-circle-buttons-wrapper {
    position: absolute;
    bottom: 80px;
    left: -100px;
    z-index: 1;
}

.td-hero-thirteen-right-img .td-circle-buttons-wrapper .td-circle-button-one{
    background-color: #9225e0;
    font-weight: 600;
    padding: 5px;
}

.td-hero-thirteen-right-img .circle-btn-star svg path {
    fill: #ffffff4a;
}

.td-hero-thirteen-rating-star svg {
    max-width: 114px;
}

.td-hero-thirteen-rating-text {
    color: #9225E0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: capitalize;
    margin-top: 5px;
}

.td-hero-thirteen-rating {
    color: #9225E0;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}

.td-hero-thirteen-rating-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px 25px 22px 25px;
}

@media only screen and (max-width: 1280px) {
    .td-hero-thirteen-title,.td-hero-thirteen-greeting {
        font-size: 160px;
    }
    .td-hero-thirteen-title-wrapper img {
        right: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-thirteen-right-image-and-button {
        position: relative;
        right: auto;
        top: auto;
        width: 60%;
        height: auto;
        margin: 50px auto 0;
    }

    .td-hero-thirteen-wrapper {
        padding: 100px 0 100px;
    }

}

@media only screen and (max-width: 767px) {
    .td-hero-thirteen-wrapper {
        padding: 80px 0 100px;
    }

    .td-hero-thirteen-experience-wrapper {
        margin-left: 40px;
    }

    .td-hero-thirteen-title, .td-hero-thirteen-greeting {
        font-size: 60px;
        line-height: 100%;
    }

    .td-hero-thirteen-title-wrapper img {
        max-width: 50px;
        right: 0;
        bottom: 0;
    }
    .td-hero-thirteen-experience-wrapper {
        padding-left: 50px;
        margin-left: 40px;
    }

    .td-hero-thirteen-experience-years {
        font-size: 48px;
    }

    .td-hero-thirteen-experience-text.td-heading-font-two {
        font-size: 20px;
        line-height: 105%;
    }

    .td-hero-thirteen-count-number-and-unit {
        font-size: 32px;
    }

    .td-hero-thirteen-count-title {
        font-size: 18px;
        line-height: 130%;
    }

    .td-hero-thirteen-right-image-and-button {
        width: 95%;
        height: auto;
        margin: 15px auto 0;
    }
    .td-hero-thirteen-right-img .td-circle-buttons-wrapper {
        position: relative;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        margin-bottom: 40px;
    }
    .td-hero-thirteen-rating {
        font-size: 40px;
    }
    .td-hero-thirteen-rating-wrapper {
        padding: 13px 25px 17px 25px;
    }
    .td-hero-thirteen-rating-star svg {
        max-width: 100px;
    }
}

/*====================================
# Hero Fourteen CSS
====================================*/
.td-hero-fourteen-wrapper {
    background-color: #1B0E21;
    position: relative;
    overflow: hidden;
    padding: 185px 20px 70px 20px;
}

.td-hero-fourteen-wrapper .container {
    max-width: 1510px;
}

.td-hero-fourteen-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 40%;
}

.td-hero-fourteen-image-shape {
    height: 165px;
    width: 165px;
    position: absolute;
    right: -30px;
    top: 125px;
}

.td-hero-fourteen-image-shape-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
}

.td-hero-fourteen-image-shape-text {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    letter-spacing: .5px;
}

.td-hero-fourteen-wrapper .td-circle-button-one {
    background-color: #5D1A79;
    padding: 5px;
}

.td-hero-fourteen-image img{
    width: 100%;
}

.td-hero-fourteen-title {
    font-size: 300px;
    position: relative;
    color: #FBF1DF;
    line-height: 90%;
}

.row.td-hero-fourteen-title-one-wrapper{
    margin-top: 60px;
}

.td-hero-fourteen-desc {
    color: #cec4b9;
    font-size: 24px;
    line-height: 160%;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 110px;
    margin-top: 40px;
}

.td-hero-fourteen-wrapper .td-greetings {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 170%;
    color: #9225E0;
}

.td-hero-fourteen-wrapper .td-greetings i{
    color: #ffd767;
    margin-left: 5px;
}

.td-hero-fourteen-wrapper .td-name {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 170%;
    margin: 5px 0 0 30px;
}

.td-hero-fourteen-rating-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
}

.td-hero-fourteen-wrapper .td-name-and-greetings,.td-hero-fourteen-desc, .td-hero-fourteen-social{
    position: relative;
    z-index: 1;
}

.td-hero-fourteen-rating-wrapper .td-hero-thirteen-rating,
.td-hero-fourteen-rating-wrapper .td-hero-thirteen-rating-text{
    color: #ffffff;
}

.td-hero-thirteen-rating-star svg path{
    fill: #9225E0;
}

.td-hero-fourteen-social a {
    color: #d1cfd3;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
}

.td-hero-fourteen-social a:hover,
.hero-fourteen-menu ul li a:hover{
    color: #ffffff;
}

.td-hero-fourteen-social a:before {
    position: absolute;
    content: "/";
    right: 0;
}

.td-hero-fourteen-social a:last-child:before {display: none;}

.td-hero-fourteen-social a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.td-hero-fourteen-social {
    margin-left: -100px;
    text-align: right;
    margin-top: 35px;
}

.hero-fourteen-menu {
    position: relative;
}

.hero-fourteen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -50px;
    right: 0;
    text-align: right;
    z-index: 2;
}

.hero-fourteen-menu ul li {
    margin-bottom: 10px;
}

.hero-fourteen-menu ul li a {
    color: #d1cfd3;
    text-transform: uppercase;
    font-size: 20px;
}

.td-hero-fourteen-title-two-hide {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
    .td-hero-fourteen-title {
        font-size: 250px;
    }

    .td-hero-fourteen-desc {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .td-hero-fourteen-title.td-hero-fourteen-title-two{
        display: none;
    }

    .td-hero-fourteen-title-two-hide {
        display: inline-block;
    }

    .td-hero-fourteen-wrapper {
        padding: 135px 10px 100px 10px;
    }

    .td-hero-fourteen-title {
        font-size: 175px;
    }

    .td-hero-fourteen-image {
        position: relative;
        top: auto;
        max-width: 100%;
        margin-top: 40px;
        height: 820px;
        overflow: hidden;
    }

    .td-hero-fourteen-desc {
        padding-left: 0;
        margin-top: 20px;
    }

    .td-hero-fourteen-image-shape {
        right: auto;
        top: auto;
        bottom: 30px;
    }

    .hero-fourteen-menu {
        display: none;
    }

    .td-hero-fourteen-wrapper .td-greetings,
    .td-hero-fourteen-wrapper .td-name{
        font-size: 56px;
    }

    .td-hero-fourteen-wrapper .td-name{
        margin-left: 0;
    }

    .td-name-and-greetings {
        text-align: center;
    }

    .td-hero-fourteen-rating-wrapper {
        justify-content: left;
    }

    .td-hero-fourteen-social {
        margin-left: 0;
        text-align: left;
        margin-top: 25px;
    }

    .row.td-hero-fourteen-title-one-wrapper {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .td-hero-fourteen-title {
        font-size: 136px;
    }
}

@media only screen and (max-width: 767px) {
    .td-hero-fourteen-wrapper {
        padding: 85px 5px 85px 5px;
    }

    .td-hero-fourteen-wrapper .td-greetings, .td-hero-fourteen-wrapper .td-name {
        font-size: 34px;
    }

    .td-hero-fourteen-wrapper .td-name {
        margin-top: 0;
    }

    .td-hero-fourteen-image {
        margin-top: 30px;
        height: 420px;
    }

    .row.td-hero-fourteen-title-one-wrapper {
        margin-top: 10px;
    }

    .td-hero-fourteen-title {
        font-size: 60px;
    }

    .td-hero-fourteen-desc {
        font-size: 20px;
        margin-top: 10px;
    }

    .row.td-hero-fourteen-title-one-wrapper {
        margin-bottom: 35px;
    }

    .td-hero-fourteen-social {
        margin-top: 20px;
    }

    .td-circle-button-wrapper {
        margin-bottom: 30px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .td-hero-fourteen-image-shape {
        height: 135px;
        width: 135px;
    }

    .td-hero-fourteen-image-shape-text {
        font-size: 26px;
    }
}

/*====================================
# Image Slider With Tab CSS
====================================*/
.td-image-with-tab-wrapper {
    position: relative;
}

.td-image-with-tab-wrapper .slick-list.draggable {
    overflow: hidden;
    padding: 50px 0;
    margin: 0 -10%;
}

.td-image-with-tab-image{
    height: 420px;
    width: 100%;
    padding: 0 20px;
    transform: rotate(-15deg);
}

.td-image-with-tab-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

.td-image-with-tab-buttons {
    margin-bottom: 60px;
}

.td-image-with-tab-buttons .nav-pills .nav-link {
    color: #000000;
    font-size: 48px;
    text-transform: uppercase;
    position: relative;
    padding: 0 40px 0 0;
    line-height: 1;
    margin-right: 25px;
    font-weight: 600;
}

.td-image-with-tab-buttons .nav-pills .nav-item:last-child .nav-link {
    padding-right: 0;
    margin-right: 0;
}

.td-image-with-tab-buttons .nav-pills .nav-link:before {
    content: '/';
    position: absolute;
    right: 0;
    top: -5px;
    color: #000000;
}

.td-image-with-tab-buttons .nav-pills .nav-item:last-child .nav-link:before{
    display: none;
}

.td-image-with-tab-buttons .nav-pills .nav-link.active, .td-image-with-tab-buttons .nav-pills .show>.nav-link,
.td-image-with-tab-buttons .nav-pills .nav-link:hover{
    background-color: transparent;
    color: #9225E0;
}


.td-image-with-tab-buttons .nav.nav-pills{
    justify-content: center;
}


@media only screen and (min-width: 1280px) {
    .td-image-with-tab-buttons.td-absolute {
        position: absolute;
        right: 2%;
        top: -145px;
    }
}

@media only screen and (min-width: 1600px) {
    .td-image-with-tab-buttons.td-absolute {
        right: 10%;
    }
}

@media only screen and (min-width: 1920px) {
    .td-image-with-tab-buttons.td-absolute {
        right: 16%;
    }
}

@media only screen and (max-width: 1024px) {
    .td-image-with-tab-image {
        height: 360px;
    }
    .td-image-with-tab-buttons .nav-pills .nav-link {
        font-size: 32px;
        padding: 0 30px 0 0;
        margin-right: 20px;
    }

    .td-image-with-tab-buttons .nav-pills .nav-link:before {
        top: -4px;
    }

    .td-image-with-tab-buttons {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-image-with-tab-wrapper .slick-list.draggable {
        margin: 0;
        padding: 40px 0;
    }
    .td-image-with-tab-image {
        height: 420px;
        transform: rotate(0deg);
        padding: 0;
    }

    .td-image-with-tab-buttons .nav-pills .nav-link {
        font-size: 22px;
        padding: 0 20px 0 0;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .td-image-with-tab-buttons {
        margin-bottom: 0;
    }

    .td-image-with-tab-wrapper.container-fluid {
        padding: 0;
    }
}

/*====================================
# Brand Image Gallery CSS
====================================*/
.td-brand-image-gallery-wrapper {
    border: .5px solid #cbb6d4;
    padding: 0 15px;
}

.td-brand-image-gallery-wrapper .td-brand-item {
    text-align: center;
    height: 200px;
    border: .5px solid #cbb6d4;
    padding: 25px;
}

@media only screen and (max-width: 767px) {
    .td-brand-image-gallery-wrapper {
        padding: 0 10px;
    }

    .td-brand-image-gallery-wrapper .td-brand-item {
        height: 120px;
        padding: 20px;
    }
}


/*====================================
# Brand Image Two Gallery CSS
====================================*/

.td-brand-item-wrapper {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 280px;
}

.td-brand-image-gallery-two-wrapper .td-brand-item {
    height: 280px;
    width: 280px;
    display: inline-block;
    border: 1px solid #6c547b;
    border-radius: 50%;
    padding: 45px;
    overflow: hidden;
}

.td-brand-image-gallery-two-wrapper img{
    transition: .3s;
}

@media only screen and (min-width: 1366px) {

    .td-brand-image-gallery-two-wrapper {
        padding-bottom: 170px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(1) .td-brand-item,.td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(3) .td-brand-item,.td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(5) .td-brand-item{
        position: absolute;
        top: 180px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(6) .td-brand-item{
        position: absolute;
        top: 240px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(7) .td-brand-item{
        position: absolute;
        top: 65px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(8) .td-brand-item{
        position: absolute;
        top: 235px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(9) .td-brand-item{
        position: absolute;
        top: 65px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item-wrapper:nth-child(10) .td-brand-item{
        position: absolute;
        top: 235px;
    }
}

@media only screen and (max-width: 1280px) {
    .td-brand-item-wrapper {
        width: 241px;
        height: 241px;
        text-align: center;
        margin-bottom: 15px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item {
        height: 95%;
        width: 95%;
    }

    .td-brand-image-gallery-two-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .td-brand-item-wrapper {
        width: 243px;
        height: 243px;
    }
}

@media only screen and (max-width: 991px) {
    .td-brand-item-wrapper {
        width: 240px;
        height: 240px;
    }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 430px) {
    .td-brand-item-wrapper {
        width: 200px;
        height: 200px;
        margin-bottom: 10px;
    }

    .td-brand-image-gallery-two-wrapper .td-brand-item {
        padding: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .td-brand-item-wrapper {
        width: 190px;
        height: 190px;
    }
}

@media only screen and (max-width: 390px) {
    .td-brand-item-wrapper {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 375px) {
    .td-brand-item-wrapper {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 360px) {
    .td-brand-item-wrapper {
        width: 168px;
        height: 168px;
    }
}


@media only screen and (max-width: 344px) {
    .td-brand-item-wrapper {
        width: 160px;
        height: 160px;
    }
}
/*====================================
# Brand Image CSS
====================================*/

.td-brand-img-wrapper .container {
    max-width: 1610px;
}

.td-brand-item.slick-slide,
.td-brand-images {
    height: 200px;
}

.td-brand-item.slick-slide img{
    display: inline-block;
}

.td-brand-img-wrapper .brand-name {
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 120%;
    margin-top: 20px;
    font-weight: 700;
}

.td-brand-item.slick-slide {
    padding: 0 15px;
}

.td-brand-img-wrapper {
    margin: 0 -15px;
}

.td-brand-item {
    text-align: center;
}

.td-opacity-enable img {
    transition: .3s;
    opacity: .5;
}

.td-opacity-enable img:hover {
    opacity: 1;
}

/*====================================
# Brand Image Slider Two CSS
====================================*/

.img-slider-two-text {
    font-size: 32px;
    line-height: 150%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.td-brand-img-two-wrapper.td-brand-img-wrapper{
    margin: 0;
}

.td-brand-img-two-wrapper .td-brand-images{
    margin-right: -40%;
}

@media only screen and (max-width: 1024px) {
    .img-slider-two-text {
        text-align: center;
    }

    .td-brand-img-two-wrapper .td-brand-images{
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .img-slider-two-text {
        font-size: 28px;
    }
}
/*====================================
# Brand Image Slider Three CSS
====================================*/
.td-variable-width-slider .td-brand-item.slick-slide {
    border: 1px solid #9225E0;
    padding: 0 72px;
    border-radius: 100px;
    display: flex;
    margin: 0 15px;
}

.td-variable-width-slider .td-brand-item.slick-slide,
.td-variable-width-slider .td-brand-images {
    height: 90px;
}


.td-variable-width-slider .td-brand-item.slick-slide img {
    display: inline-block;
    max-width: 215px;
}

.td-variable-width-slider .td-brand-item.slick-slide:nth-child(even){
    background-color: #9225E0;
}

.td-brand-img-wrapper.td-variable-width-slider {
    margin: 0 -10%;
}

/*====================================
# Title With Text One
====================================*/
.td-title-with-text-one-wrapper {
    margin-bottom: 30px;
}
.td-title-with-text-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    margin-left: 2px;
}

.td-title-with-text-title, .td-title-with-text-desc {
    width: 100%;
    display: inline-block;
    position: relative;
}

.td-title-with-text-desc ul li {
    margin-bottom: 10px;
}

.td-title-with-text-desc strong{
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.td-title-with-text-one-wrapper h1,
.td-title-with-text-one-wrapper h2,
.td-title-with-text-one-wrapper h3,
.td-title-with-text-one-wrapper h4,
.td-title-with-text-one-wrapper h5,
.td-title-with-text-one-wrapper h6 {
    font-size: 64px;
    line-height: 114%;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 700;
}

.td-title-with-text-desc p {
    margin-bottom: 30px;
}

.td-title-with-text-title-wrapper.icon-enable {
    position: relative;
    padding-left: 40px;
}

.td-title-with-text-title-wrapper.icon-enable .title-icon {
    position: absolute;
    left: 0;
    font-size: 28px;
    top: 2px;
    height: 28px;
    width: 28px;
    color: #4B74E0;
}

.td-title-with-text-title-wrapper.icon-enable .title-icon svg {
    fill: #4B74E0;
    margin-top: -5px;
}

.section-title-layout-one .td-title-with-text-subtitle{
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .td-title-with-text-one-wrapper h1,
    .td-title-with-text-one-wrapper h2,
    .td-title-with-text-one-wrapper h3,
    .td-title-with-text-one-wrapper h4,
    .td-title-with-text-one-wrapper h5,
    .td-title-with-text-one-wrapper h6 {
        font-size: 36px;
        line-height: 114%;
    }

    .td-title-with-text-title-wrapper.icon-enable .title-icon{
        top: 2px;
    }
}

/*====================================
# Section Title Three CSS
====================================*/
.td-section-title-three-wrapper {
    margin-bottom: 30px;
}

.td-section-title-three-subtitle {
    font-size: 40px;
    color: #572D68;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}


.td-section-title-three-title{
    color: #9225E0;
    font-size: 144px;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: .88px;
}
.section-title-three-right-link {
    text-align: right;
}
.section-title-three-right-link-button {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}

.section-title-three-right-link-button,
.section-title-three-right-link-button:hover{
    color: #5D1A79;
}

@media only screen and (max-width: 1024px) {
    .td-section-title-three-title {
        font-size: 100px;
    }

    .section-title-three-right-link-button {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .td-section-title-three-subtitle {
        font-size: 28px;
    }

    .td-section-title-three-title {
        font-size: 65px;
    }

    .section-title-three-right-link-button {
        font-size: 28px;
        margin-top: 20px;
    }

    .section-title-three-right-link{
        text-align: left;
    }
}

/*====================================
# Section Title Four CSS
====================================*/
.td-section-title-four.td-title-with-text-one-wrapper h1,
.td-section-title-four.td-title-with-text-one-wrapper h2,
.td-section-title-four.td-title-with-text-one-wrapper h3,
.td-section-title-four.td-title-with-text-one-wrapper h4,
.td-section-title-four.td-title-with-text-one-wrapper h5,
.td-section-title-four.td-title-with-text-one-wrapper h6 {
    font-size: 72px;
    line-height: 114%;
    background: linear-gradient(90deg, rgba(17, 255, 247, 0.40) -1.31%, rgba(255, 237, 84, 0.80) 42.89%, rgba(218, 251, 199, 0.40) 92.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.td-section-title-four .td-title-with-text-subtitle {
    font-size: 28px;
    color: #666666;
    margin-top: 15px;
    display: inline-block;
}

.td-title-four-bottom-border {
    height: 2px;
    background: linear-gradient(90deg, rgba(218, 251, 199, 0.16) -1.31%, rgba(218, 251, 199, 0.08) -1.3%, rgba(255, 237, 84, 0.80) 52.69%, rgba(218, 251, 199, 0.08) 100%);
    margin-top: 40px;
}

.td-section-title-four .td-title-with-text-title, .td-section-title-four .td-title-with-text-desc,.td-section-title-four-desc{
    width: auto;
}

.td-section-title-four-desc {
    margin-top: 35px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .td-section-title-four .td-title-with-text-subtitle{
        margin-top: 0;
    }

    .td-section-title-four.td-title-with-text-one-wrapper h1, .td-section-title-four.td-title-with-text-one-wrapper h2, .td-section-title-four.td-title-with-text-one-wrapper h3, .td-section-title-four.td-title-with-text-one-wrapper h4, .td-section-title-four.td-title-with-text-one-wrapper h5, .td-section-title-four.td-title-with-text-one-wrapper h6{
        font-size: 68px;
    }
}

@media only screen and (max-width: 767px) {
    .td-section-title-four.td-title-with-text-one-wrapper h1, .td-section-title-four.td-title-with-text-one-wrapper h2, .td-section-title-four.td-title-with-text-one-wrapper h3, .td-section-title-four.td-title-with-text-one-wrapper h4, .td-section-title-four.td-title-with-text-one-wrapper h5, .td-section-title-four.td-title-with-text-one-wrapper h6{
        font-size: 36px;
    }

    .td-section-title-four .td-title-with-text-subtitle {
        font-size: 22px;
    }
}

/*====================================
# Section Title Five CSS
====================================*/
.td-section-title-five-content {
    width: 80%;
    display: inline-block;
}

.td-section-title-five-subtitle {
    border-radius: 50px;
    border: 2px solid #BEDADA;
    display: inline-block;
    padding: 15px 40px;
    font-size: 18px;
    color: #313232;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.td-section-title-five-title h1,
.td-section-title-five-title h2,
.td-section-title-five-title h3,
.td-section-title-five-title h4,
.td-section-title-five-title h6,
.td-section-title-five-title h6 {
    font-size: 72px;
    text-transform: capitalize;
    line-height: 125%;
    margin-bottom: 25px;
}

.td-section-title-five-desc {
    width: 70%;
    display: inline-block;
    color: #585959;
    margin-bottom: 16px;
}

.td-section-title-five-wrapper {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .td-section-title-five-content,.td-section-title-five-desc {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .td-section-title-five-title h1,
    .td-section-title-five-title h2,
    .td-section-title-five-title h3,
    .td-section-title-five-title h4,
    .td-section-title-five-title h6,
    .td-section-title-five-title h6 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .td-section-title-five-wrapper {
        margin-bottom: 10px;
    }

    .td-section-title-five-subtitle {
        padding: 10px 30px;
    }
}

/*====================================
# Section Title Six CSS
====================================*/
.td-section-title-six-wrapper {
    background-color: #1B0E21;
    text-align: center;
}

.td-section-title-six-title-one {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 248px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    display: block;
}

.td-section-title-six-title-two {
    background: linear-gradient(270deg, #FFF 1.51%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 228px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 205.2px */
    text-transform: uppercase;
    display: block;
    margin-top: -40px;
}

@media only screen and (max-width: 1024px) {
    .td-section-title-six-title-one {
        font-size: 180px;
    }

    .td-section-title-six-title-two {
        font-size: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .td-section-title-six-title-one {
        font-size: 95px;
    }

    .td-section-title-six-title-two {
        font-size: 80px;
        margin-top: -20px;
    }
}

/*====================================
# Section Title Seven CSS
====================================*/
.td-section-title-seven-subtitle {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}

.td-section-title-seven-subtitle svg {
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.td-section-title-seven-subtitle-wrapper {
    display: flex;
    align-items: center;
}

.td-section-title-seven-subtitle-big{
    color: #9225E0;
}

.td-section-title-seven-subtitle-big,
.td-section-title-seven-title {
    font-size: 148px;
    display: inline-block;
    line-height: 90%;
}

.td-section-title-seven-title{
    color: #5D1A79;
}

.td-section-title-seven-content {
    display: inline-block;
}

.td-section-title-seven-title span {
    display: none;
}

@media only screen and (max-width: 767px) {
    .td-section-title-seven-subtitle {
        margin-right: 0;
    }
    .td-section-title-seven-subtitle-big {
        display: none;
    }
    .td-section-title-seven-title span{
        display: inline-block;
    }

    .td-section-title-seven-subtitle-wrapper {
        display: block;
        margin-bottom: 20px;
    }

    .td-section-title-seven-title{
        font-size: 60px;
        line-height: 100%;
        letter-spacing: .5px;
    }
}

/*====================================
# Section Title Eight CSS
====================================*/
.td-section-title-eight-title {
    font-size: 180px;
    line-height: 82%;
    font-weight: 700;
    color: #FBF1DF;
}

.td-section-title-eight-title-one span {
    display: none;
}

.td-section-title-eight-wrapper {
    border-bottom: 1px solid #C39FDD;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .td-section-title-eight-title.td-section-title-eight-title-two{
        display: none;
    }

    .td-section-title-eight-title-one span{
        display: inline;
    }

    .td-section-title-eight-title {
        font-size: 136px;
        line-height: 90%;
    }

    .td-section-title-eight-content {
        text-align: center;
    }

    .td-section-title-eight-wrapper {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-section-title-eight-title {
        font-size: 60px;
        line-height: 95%;
    }

    .td-section-title-eight-wrapper {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
/*====================================
# Personal Biography CSS
====================================*/
.td-personal-biography-wrapper {
    position: relative;
    padding: 35px 0 80px;
}

.td-personal-bio-details-wrapper {
    padding-left: 20px;
}

.td-personal-bio-image {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 470px;
}

.td-personal-bio-details-desc {
    font-size: 56px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 30px 0 80px;
}

.td-personal-bio-skill-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 30px;
}

.td-personal-bio-awards-images {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.td-personal-bio-count-item{
    margin-bottom: 30px;
}

.td-personal-bio-count-number-and-unit {
    font-size: 48px;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
}

.td-personal-bio-count-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 140%;
    margin-top: 30px;
}
.td-personal-bio-spacer {
    height: 1px;
    border-top: 1px solid #475657;
    margin: 60px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .td-personal-bio-image {
        max-width: 360px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-personal-bio-image {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }

    .td-personal-bio-details-wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .td-personal-bio-details-desc {
        margin: 30px 0 60px;
    }

    .td-personal-bio-awards {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .td-personal-bio-details-desc {
        font-size: 32px;
        margin: 30px 0 45px;
    }

    .td-personal-bio-image {
        margin-bottom: 50px;
    }

    .td-personal-bio-awards-images {
        display: inline-block;
    }

    .td-personal-bio-awards-images img{
        margin: 0 5px 8px 0;
    }
    .td-personal-bio-count-number-and-unit {
        font-size: 42px;
    }
    .td-personal-bio-count-title {
        font-size: 22px;
        margin-top: 15px;
    }
}

/*====================================
# Featured Works Slider One CSS
====================================*/
.td-featured-works-slider-one-title {
    color: #fbf1df;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}

.td-featured-works-slider-one-img {
    display: block;
}

.td-featured-works-slider-one-img img {
    width: 100%;
}

.td-featured-works-slider-one-arrow {
    margin-top: 60px;
}

.td-featured-works-slider-one-arrow .slick-arrow {
    color: #d1cfd3;
    background-color: transparent;
    border: 1px solid;
    font-size: 20px;
    line-height: 55px !important;
    transition: .3s;
}

.td-featured-works-slider-one-arrow .td-prev-arrow {
    transform: rotate(-180deg);
    margin-right: 20px;
}

.td-featured-works-slider-one-arrow .td-prev-arrow, .td-featured-works-slider-one-arrow .td-next-arrow {
    display: inline-block;
}

.td-featured-works-slider-one-arrow .slick-arrow i {
    border: none;
}

.td-featured-works-slider-one-arrow .slick-arrow:hover{
    opacity: .8;
}

@media only screen and (min-width: 1280px) {
    .row.td-featured-works-slider-one {
        margin-right: -30%;
    }
}

@media only screen and (max-width: 767px) {
    .td-featured-works-slider-one-arrow {
        display: none;
    }
}

/*====================================
# Featured Works Slider Section CSS
====================================*/
.td-featured-works-slider-left {
    height: 100%;
    position: relative;
}

.td-featured-works-slider-wrapper .td-section-title-seven-wrapper{
    text-align: right;
}

.td-featured-works-slider-img{
    margin-bottom: 40px;
}

.td-featured-works-slider-img img {
    width: 100%;
}

.td-featured-works-title {
    font-size: 44px;
    color: #5D1A79;
    line-height: 95%;
    text-transform: capitalize;
}

.td-featured-work-desc.td-text-font-two {
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    color: #493e4e;
}

.td-featured-work-button .td-button {
    background-color: #f4e9fc;
    border: none;
    color: #5D1A79;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.td-featured-work-button .td-button:hover {
    background-color: #9225e0;
    color: #ffffff;
}

.td-featured-work-button {
    margin-top: 40px;
}

.td-featured-works-slider-number {
    font-size: 72px;
    color: #bea3c9;
    line-height: 160%;
    display: flex;
    align-items: center;
    font-weight: 400 !important;
    margin-top: 50%;
}

.td-featured-works-slider-arrow .slick-arrow {
    color: #5D1A79;
    background-color: transparent;
    border: 1px solid;
    font-size: 20px;
    line-height: 55px !important;
    transition: .3s;
}

.td-featured-works-slider-arrow .slick-arrow i {
    border: none;
}

.td-featured-works-slider-arrow .slick-arrow:hover {
    opacity: .6;
}

.td-featured-works-slider-arrow .td-prev-arrow.slick-arrow {
    transform: rotate(-180deg);
    margin-right: 20px;
}

.td-featured-works-slider-arrow .td-section-title-seven-content {
    margin-bottom: 35px;
}

.td-featured-works-slider-left {
    height: 100%;
    position: relative;
}

.td-featured-works-slider-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .td-featured-works-slider-number{
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .td-featured-works-slider-left {
        margin-top: 60px;
    }

    .td-featured-works-slider-arrow {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
    }

    .td-featured-works-slider-number {
        margin-top: 50px;
        display: inline-flex;
    }

    .td-featured-works-slider-wrapper .td-section-title-seven-wrapper {
        text-align: left;
    }
    .td-featured-works-slider-arrow,.td-featured-works-slider-number {
        display: none;
    }

}

/*====================================
# Service One CSS
====================================*/
.td-single-service-one-item {
    margin-bottom: 30px;
    position: relative;
}

.td-service-one-icon {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 30px;
}

.td-service-one-icon svg,.td-service-one-icon img {
    height: 72px;
    width: 72px;
}

.td-service-one-title {
    font-size: 30px;
    line-height: 110%;
}

.service-one-details-url {
    margin-top: 50px;
}

.td-single-service-one-item.service-right-border:before {
    content: '';
    position: absolute;
    height: 85%;
    width: 1px;
    right: 0;
    top: 15px;
    background-color: #bec3c4;
}

.td-single-service-one-item.service-right-border {
    padding-right: 15px;
}

@media only screen and (max-width: 991px) {
    .td-single-service-one-item.service-right-border:before{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .td-service-one-icon {
        margin-bottom: 30px;
    }
    .td-service-one-title {
        font-size: 28px;
    }

    .service-one-details-url {
        margin-top: 30px;
    }

    .td-single-service-one-item.service-right-border {
        padding-right: 0;
    }
}

/*====================================
# Service Three CSS
====================================*/

.td-single-service-three-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.td-service-three-icon {
    height: 60px;
    width: 60px;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 30px;
}

.td-service-three-title {
    font-size: 26px;
}

.td-service-three-content {
    background: #ffffff;
    padding: 40px;
}

.service-three-details-url .td-text-button {
    padding: 20px 50px;
    background: #ffffff;
    display: inline-block;
    border-bottom: none;
    transform: skewX(20deg);
}

.service-three-details-url {
    text-align: right;
    margin-right: -10px;
}

.td-serv-three-btn-text {
    transform: skewX(-20deg);
    display: inline-block;
}

/*====================================
# Service Four CSS
====================================*/
.td-single-service-four-item {
    background-color: #f5f5fb;
    padding: 30px;
    margin-bottom: 30px;
    transition: .3s;
}

.td-service-four-icon {
    height: 48px;
    width: 48px;
    font-size: 48px;
    line-height: 1;
    color: #060D22;
    transition: .3s;
}

.td-service-four-icon svg path {
    fill: #060D22;
}

.td-service-four-icon svg,.td-service-four-icon img {
    margin-top: -12px;
    transition: .3s;
}

.td-service-four-title {
    margin: 20px 0 8px 0;
    font-size: 24px;
    transition: .3s;
}

.service-four-details-url .td-text-button i.flaticon-right-arrow-1 {
    margin-top: 6px;
}

.service-four-details-url {
    margin-top: 12px;
}

.service-four-details-url .td-text-button {
    font-size: 18px;
    font-weight: 600;
    border-color: #060D22;
    transition: .3s;
}

.service-four-desc {
    transition: .3s;
    line-height: 160%;
}
.td-single-service-four-item:hover{
    background-color: var(--aretiv-primary-color-two);
}

.td-single-service-four-item:hover .td-service-four-icon,
.td-single-service-four-item:hover .td-service-four-title,
.td-single-service-four-item:hover .service-four-details-url .td-text-button{
    color: #ffffff;
}

.td-single-service-four-item:hover .td-service-four-icon svg path{
    fill: #ffffff;
}

.td-single-service-four-item:hover .service-four-desc{
    color: #d8e0f9;
}

.td-single-service-four-item:hover .service-four-details-url .td-text-button{
    border-color: #ffffff;
}

/*====================================
# Service Five CSS
====================================*/
.td-single-service-five-item {
    margin-bottom: 30px;
}

.td-service-five-image {
    display: block;
    height: 315px;
    margin-bottom: 25px;
}

.td-service-five-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-service-five-title {
    font-size: 26px;
    line-height: 114%;
    margin-bottom: 10px;
}

/*====================================
# Service Six CSS
====================================*/
.service-six-left-content {
    position: relative;
    z-index: 1;
}

.service-six-section-title {
    color: #9225E0;
    font-size: 165px;
    line-height: 85%;
    letter-spacing: .88px;
    display: block;
    margin-bottom: 15px;
}
.service-six-section-desc {
    position: relative;
    padding-left: 40px;
    width: 75%;
    color: #8d8690;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
}

.service-six-section-desc-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
}

.service-six-slider-column {
    margin-left: -8%;
}

.service-six-slider-wrapper {
    margin-right: -110%;
}

.td-service-six-image {
    height: 435px;
    display: block;
    position: relative;
}

.td-service-six-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-service-six-title-and-description-wrapper {
    background-color: #FBC5C5;
    padding: 30px;
    transition: .3s;
}

.td-service-six-title {
    font-size: 34px;
    line-height: 110%;
    color: #5D1A79;
    text-transform: capitalize;
    transition: .3s;
}

.td-single-service-six-item:hover .td-service-six-title {
    color: #ffffff;
}

.td-single-service-six-item:hover .td-service-six-title-and-description-wrapper{
    background-color: #5D1A79;
}

.service-six-desc {
    transition: .3s;
    color: #7d3b88;
    font-size: 18px;
    line-height: 150%;
}

.td-single-service-six-item:hover .service-six-desc {
    color: #dfd1e4;
}

.td-service-six-details-icon {
    background: #9225E0;
    height: 116px;
    width: 116px;
    display: inline-block;
    line-height: 115px;
    text-align: center;
    font-size: 72px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.td-service-six-details-icon i {
    transform: rotate(-45deg);
    display: inline-block;
    transition: .3s;
}

.td-service-six-details-icon svg {
    height: 55px;
    width: 55px;
    margin-top: -10px;
}

.td-single-service-six-item:hover .td-service-six-details-icon{
    opacity: 1;
    visibility: visible;
}

.td-service-six-details-icon:hover i{
    transform: rotate(0deg);
}

.service-six-slide-arrow .slick-arrow {
    height: 115px;
    width: 115px;
    background-color: #E9D3F9;
    border-radius: inherit;
    line-height: 115px !important;
    transition: .3s;
    cursor: pointer;
}

.service-six-slide-arrow .slick-arrow svg {
    width: 55px;
    height: 55px;
}

.service-six-slide-arrow .slick-arrow:hover{
    background-color: #5D1A79;
}

.service-six-slide-arrow .td-service-six-next-arrow.slick-arrow {
    margin-left: 20px;
}

.td-service-six-wrapper {
    position: relative;
}

.service-six-slide-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .td-service-six-title {
        font-size: 31px;
    }
}

@media only screen and (max-width: 1366px) {
    .service-six-slider-wrapper {
        margin-right: 0;
    }

    .service-six-slider-column {
        margin-left: 0;
    }

    .service-six-slider-wrapper {
        margin-top: 60px;
    }

    .service-six-section-desc {
        width: 85%;
    }

    .service-six-slide-arrow {
        bottom: auto;
        left: auto;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .service-six-section-title {
        font-size: 145px;
    }

    .service-six-section-desc {
        width: 100%;
    }

    .td-service-six-image {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .service-six-section-title {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .service-six-section-desc {
        font-size: 24px;
    }

    .service-six-slider-wrapper {
        margin-top: 45px;
    }
}


/*====================================
# Service Seven CSS
====================================*/

.td-single-service-seven-item {
    border: 1px solid #1b0e21;
    padding: 30px;
    margin-bottom: 30px;
}

.td-service-seven-title {
    font-size: 40px;
    line-height: 110%;
    display: block;
    transition: .3s;
    text-transform: capitalize;
}


.row.service-seven-slider {
    margin-right: -35%;
}


.service-seven-title-wrap {
    position: relative;
    padding-left: 50px;
    display: block;
}

.service-seven-title-wrap .title-icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 35px;
    height: 35px;
    line-height: 35px;
    transform: rotate(-45deg);
    transition: .3s;
}

.td-service-seven-border {
    border-top: 1px solid #1b0e21;
    margin: 30px -30px;
    height: 1px;
    transition: .3s;
}

.td-service-seven-subtitle {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 114%;
    color: #1B0E21;
    transition: .3s;
}

.td-service-seven-border-two {
    border-top: 1px solid #d1cfd3;
    width: 60%;
    margin: 30px 0;
    transition: .3s;
}

.td-service-seven-desc {
    font-size: 20px;
    margin-top: 20px;
    transition: .3s;
}

.slick-current .td-single-service-seven-item,
.td-single-service-seven-item:hover{
    background-color: #5D1A79;
    border-color: #5D1A79;
}

.slick-current .td-service-seven-title,
.slick-current .service-seven-title-wrap .title-icon,
.slick-current .td-service-seven-subtitle,
.slick-current .td-service-seven-desc,
.td-single-service-seven-item:hover .td-service-seven-title,
.td-single-service-seven-item:hover .service-seven-title-wrap .title-icon,
.td-single-service-seven-item:hover .td-service-seven-subtitle,
.td-single-service-seven-item:hover .td-service-seven-desc{
    color: #ffffff;
}

.slick-current .td-service-seven-border,
.td-single-service-seven-item:hover .td-service-seven-border{
    border-color: #fffeff;
}

.slick-current .td-service-seven-border-two,
.td-single-service-seven-item:hover .td-service-seven-border-two{
    border-color: #7d4894;
}

.service-seven-slider-wrapper {
    position: relative;
}

.td-service-seven-wrapper .slick-arrow,
.td-testimonial-six-main-wrapper .slick-arrow{
    position: absolute;
    right: 0;
    top: -150px;
    height: 80px;
    width: 80px;
    border-radius: 0;
    line-height: 80px !important;
    font-size: 40px;
    background-color: #ED7C50;
}

.td-service-seven-prev-arrow.slick-arrow,
.td-testimonial-six-prev-arrow.slick-arrow{
    margin-right: 100px;
}

.td-service-seven-prev-arrow.slick-arrow .icon-button-arrow-one,
.td-testimonial-six-prev-arrow.slick-arrow .icon-button-arrow-one{
    transform: rotate(-180deg);
    display: block;
}

@media only screen and (max-width: 1024px) {
    .row.service-seven-slider{
        margin-right: -15px;
    }

    .td-service-seven-title {
        font-size: 32px;
    }

    .service-seven-title-wrap .title-icon {
        font-size: 30px;
        height: 30px;
        line-height: 30px;
    }

    .service-seven-title-wrap {
        padding-left: 45px;
    }

    .td-service-seven-subtitle {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .td-service-seven-prev-arrow, .td-service-seven-next-arrow {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .row.service-seven-slider {
        margin-right: -10px;
    }

    .td-single-service-seven-item {
        padding: 20px;
    }

    .td-service-seven-border {
        margin: 30px -20px;
    }
}


/*====================================
# Service Eight CSS
====================================*/

.service-eight-main-wrapper .nav-tabs .nav-link {
    border-right: 0;
    border-left: 0;
}

.service-eight-main-wrapper .nav-tabs {
    border: none !important;
}

.service-eight-main-wrapper .nav-link {
    padding: 45px 0 10px;
    text-align: left;
    border-top: 1px solid #efe8f2 !important;
    display: block;
    width: 100%;
    border-radius: 0;
}

.service-eight-main-wrapper .nav-link.active {
    border-color: #efe8f2 !important;
}

.service-eight-main-wrapper .nav-tabs .nav-link:first-child {
    padding-top: 0;
    border-top: none !important;
}

.service-eight-main-wrapper .nav-tabs .nav-link:last-child {
    padding-bottom: 0;
}

.service-eight-details-link {
    position: relative;
}
.service-eight-main-wrapper .nav-tabs .nav-link:last-child.active {
    border-bottom: none;
}

.service-eight-title {
    font-size: 70px;
    line-height: 90%;
    letter-spacing: 1px;
    color: #5D1A79;
}

.td-service-number {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 13px;
    color: #443D47;
}

.service-number-enable .service-eight-title-and-short-desc{
    padding-left: 80px;
}

.service-eight-title-and-short-desc {
    margin-bottom: 30px;
}

.service-eight-desc {
    font-size: 24px;
    line-height: 140%;
    color: #443d47;
    font-weight: 400;
    margin-top: 25px;
    position: relative;
}

.service-eight-desc-text {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.service-eight-main-wrapper .active .service-eight-desc-text{
    position: relative;
    opacity: 1;
    visibility: visible;

}

.service-eight-main-wrapper .td-tab-content-wrapper {
    text-align: right;
    padding-left: 100px;
}

@media only screen and (max-width: 1280px) {
    .service-eight-main-wrapper .td-tab-content-wrapper {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .service-eight-desc-text {
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .service-eight-main-wrapper .tab-content {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .td-service-number {
        font-size: 32px;
        top: 4px;
    }

    .service-number-enable .service-eight-title-and-short-desc {
        padding-left: 60px;
    }

    .service-eight-title {
        font-size: 44px;
    }

    .service-eight-desc {
        font-size: 21px;
    }
}


/*====================================
# Service Nine CSS
====================================*/
.row.service-nine-slider {
    margin-right: -35%;
}

.td-single-service-nine-item {
    border-radius: 16px;
    overflow: hidden;
}

.td-single-service-nine-item {
    background: #1b0e0d;
    padding: 45px;
}

.td-service-nine-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 70px;
    line-height: 1;
}

.td-service-nine-icon svg,.td-service-nine-icon img {
    margin-top: -5px;
}

.td-service-nine-title {
    font-size: 46px;
    line-height: 115%;
    margin: 30px 0 25px;
}

.td-service-nine-desc {
    margin-bottom: 50px;
}

a.service-nine-details-url {
    font-size: 22px;
    text-decoration: underline;
}

.slider-progress {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d6d6d6;
    background-image: linear-gradient(to right, #000000, #000000);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .3s ease-in-out;
    margin-top: 70px;
}

@media only screen and (max-width: 1366px) {
    .row.service-nine-slider {
        margin-right: -20%;
    }
}

@media only screen and (max-width: 1024px) {
    .row.service-nine-slider {
        margin-right: -15px;
    }

    .td-single-service-nine-item {
        padding: 35px;
    }

    .td-service-nine-title {
        font-size: 42px;
    }

    .td-service-nine-desc {
        margin-bottom: 40px;
    }
}


@media only screen and (max-width: 767px) {
    .row.service-nine-slider {
        margin-right: -10px;
    }

    .td-service-nine-title {
        font-size: 32px;
    }

    .td-service-nine-icon {
        width: 70px;
        height: 70px;
        font-size: 65px;
    }

    .slider-progress {
        margin-top: 50px;
    }
}


/*====================================
# Service Ten CSS
====================================*/
.td-single-service-item-item {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.td-service-ten-icon-and-title {
    position: absolute;
    background: var(--aretiv-primary-color-one);
    display: flex;
    align-items: center;
    bottom: 30px;
    right: 0;
    padding: 10px 30px 10px 10px;
    border-radius: 50px 0 0 50px;
}

.td-service-ten-title {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 22px;
}

.td-service-ten-icon {
    background: #ffffff;
    color: var(--aretiv-primary-color-one);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 40px;
    margin-right: 20px;
}

.td-service-ten-icon img{
    height: 40px;
    width: 40px;
    display: inline-block;
}

.td-service-ten-icon svg{
    height: 40px !important;
    width: 40px !important;
}

.td-service-ten-icon img,
.td-service-ten-icon svg{
    margin-top: -10px;
}

.td-service-ten-image {
    height: 278px;
}

.td-service-ten-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-service-box-ten-wrapper .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -45px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.td-service-box-ten-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.td-service-box-ten-wrapper:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}

/*====================================
# Promo Box One
====================================*/
.td-promo-box-one-wrapper {
    background-color: #000000;
    border-radius: 16px;
    padding: 60px 60px 45px;
}

.td-promo-one-main-title {
    background: linear-gradient(90deg, rgba(17, 255, 247, 0.40) -2.31%, rgba(255, 237, 84, 0.80) 42.89%, rgba(218, 251, 199, 0.40) 92.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    line-height: 110%;
}

.td-promo-box-one {
    margin-bottom: 30px;
}

.td-promo-box-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.promo-one-count-number {
    font-size: 48px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    margin: 35px 0 20px;
}
.td-promo-box-desc {
    color: #cccccc;
}
.td-promo-box-details a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 20px;
    margin-top: 30px;
}

.td-promo-box-details a:hover {
    color: #ffffff;
}

.promo-box-left-content img {
    max-width: 335px;
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .td-promo-one-main-title {
        font-size: 48px;
    }

    .promo-box-left-content img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .promo-box-left-content img {
        display: none;
    }

    .promo-box-right-content {
        margin-top: 30px;
    }

    .td-promo-one-main-title{
        line-height: 130%;
    }
}

@media only screen and (max-width: 767px) {
    .td-promo-box-one-wrapper {
        padding: 30px 20px 20px;
    }
    .td-promo-one-main-title {
        font-size: 36px;
    }

    .promo-box-right-content {
        margin-top: 20px;
    }

    .td-promo-box-details a {
        margin-top: 20px;
    }
}

/*====================================
# Image One
====================================*/

.td-image-one-content {
    display: inline-block;
    position: relative;
    margin-right: 116px;
}

.td-image-one-bottom-right-content {
    width: 232px;
    background: #FFF;
    box-shadow: -40px 30px 100px 0px rgba(19, 28, 83, 0.16);
    padding: 20px 20px 23px 20px;
    position: absolute;
    bottom: 50px;
    right: -116px;
    text-align: center;
}

.td-image-one-top-text {
    font-weight: 500;
    line-height: 120%;
}

.td-image-one-bottom-right-content img {
    width: 85%;
    margin-top: 15px;
    margin-bottom: -5px;
}

.td-image-one-percent-count {
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 10px;
}

.td-image-one-bottom-text {
    color: #787878;
    font-size: 15px;
    line-height: 120%;
}

@media only screen and (max-width: 1024px) {
    .td-image-one-wrapper{
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .td-image-one-content{
        margin-right: 0;
    }

    .td-image-one-bottom-right-content {
        padding: 15px 15px 18px 15px;
        bottom: 0;
        right: 0;
    }
}

/*====================================
# Image Two
====================================*/
.td-image-two-wrapper {
    text-align: right;
}

.td-image-two-wrapper .td-image-two-content{
    position: relative;
    display: inline-block;
    margin-right: 90px;
}
.td-image-two-wrapper .td-image-one {
    max-width: 520px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.td-image-two-wrapper .td-image-two {
    position: absolute;
    bottom: 55px;
    right: -90px;
    max-width: 200px;
    box-shadow: 0 30px 100px 0px rgba(19, 28, 83, 0.16);
    z-index: 3;
}

.td-image-two-wrapper .td-image-two-shape {
    position: absolute;
    right: -150px;
    bottom: -68px;
    z-index: 1;
    max-width: 310px;
}

@media only screen and (max-width: 767px) {
    .td-image-two-wrapper .td-image-two-content{
        margin-right: 0;
    }

    .td-image-two-wrapper .td-image-two{
        right: 0;
        bottom: 0;
    }
}

/*====================================
# Image Three
====================================*/
.td-image-three-content {
    display: inline-block;
    position: relative;
}

.td-image-three {
    position: relative;
    overflow: hidden;
}

.td-img-three-shape {
    position: absolute;
    height: 75px;
    width: 170px;
    background: #ffffff;
    bottom: -1px;
    right: -20px;
    transform: skewX(-20deg);
}

@media only screen and (max-width: 767px) {
    .td-img-three-shape{
        height: 50px;
    }
}

/*====================================
# Image With Content One
====================================*/
.td-image-with-content-image-and-content {
    text-align: center;
}

.td-image-with-content-img {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.td-image-with-content-content {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    width: 45%;
    text-align: center;
}

.td-image-with-content-icon {
    width: 70px;
    display: inline-block;
    font-size: 55px;
}

.td-image-with-content-title {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.td-image-with-content-desc {
    font-size: 16px;
}

.td-image-with-content-desc a {
    font-weight: 700;
    color: #3C63E2;
}

@media only screen and (max-width: 767px) {
    .td-image-with-content-content {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 20px;
    }
}
/*====================================
# List With Icon
====================================*/

.td-icon-list-wrapper ul li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
}

.td-icon-list-wrapper ul li,
.td-icon-list-wrapper ul li a {
    color: #435156;
}

.td-icon-list-wrapper ul.td-list-inline li{
    margin-right: 25px;
}

.td-icon-list-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.td-icon-list-icon svg {
    height: 21px;
    width: 21px;
    margin-top: -1px;
}


/*====================================
# Button Widget Css
====================================*/

.themedraft-button-one,
.themedraft-button-two {
    display: inline-block;
}

.themedraft-button.themedraft-button-two {
    margin-left: 30px;
}

.themedraft-button.themedraft-button-one svg,
.themedraft-button.themedraft-button-two svg{
    height: 20px;
    margin-left: 10px;
    width: 20px;
}

.themedraft-button.themedraft-button-one.td-text-button svg path,
.themedraft-button.themedraft-button-two.td-text-button svg path{
    fill: #000000;
}

.themedraft-button.themedraft-button-one svg path,
.themedraft-button.themedraft-button-two svg path{
    fill: #ffffff;
}

@media only screen and (max-width: 539px) {
    .themedraft-button.themedraft-button-two {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*====================================
# Count Up One CSS
====================================*/
.td-counter-box-one {
    text-align: center;
    margin-bottom: 30px;
}

.td-count-number-and-unit {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    height: 216px;
    width: 216px;
    line-height: 216px;
    border: 3px solid #757f81;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.td-count-one-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 104%;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
}

.td-count-one-subtitle {
    color: #a3aaab;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
}

/*====================================
# Count Up Two CSS
====================================*/
.counter-up-two-main-title {
    font-size: 56px;
    line-height: 116%;
    margin-bottom: 55px;
}

.td-count-two-number-and-unit {
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    color: #192A2E;
}
.td-count-two-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    color: #192A2E;
    margin-top: 25px;
}

.td-counter-box-two {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .counter-up-two-main-title{
        font-size: 36px;
        margin-bottom: 45px;
    }
}

/*====================================
# Testimonials One CSS
====================================*/

.testimonial-one-left-content {
    background-color: #EAECF8;
    height: 100%;
    padding: 48px 65px;
    color: #192A2E;
    position: relative;
}

.td-testimonial-icon {
    height: 70px;
    width: 70px;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}

.testimonial-one-text {
    font-size: 26px;
    line-height: 150%;
}

.testimonial-one-person {
    border-top: 1px solid #a7aeb7;
    padding-top: 40px;
    position: absolute;
    width: calc(100% - 130px);
    left: 65px;
    bottom: 48px;
}

.testimonial-one-person-name {
    display: block;
    color: #192A2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.testimonial-one-person-designation {
    color: #6d787f;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.testimonial-one-image {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.td-testimonial-one-wrapper .slick-arrow {
    height: 32px;
    width: 32px;
    background-color: transparent;
    position: absolute;
    top: auto;
    bottom: 60px;
    right: 47%;
    left: auto;
    z-index: 1;
    opacity: .5;
    transition: .2s;
    transform: translate(0);
}

.td-testimonial-one-wrapper .slick-arrow.slick-prev {
    margin-right: 50px;
}

.td-testimonial-one-wrapper .slick-arrow:hover{
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .testimonial-one-img-col {
        display: none;
    }

    .testimonial-one-person {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 50px;
        width: 100%;
    }

    .td-testimonial-one-wrapper .slick-arrow {
        right: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-one-left-content{
        padding: 20px 20px 25px 20px;
    }

    .td-testimonial-icon {
        height: 50px;
        width: 50px;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
    }
}

/*====================================
# Testimonials Two CSS
====================================*/
.td-testimonial-two-wrapper{
    position: relative;
    padding-top: 75px;
}

.td-testimonial-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 130px);
    background: #192A2E;
}


.td-testimonial-two-wrapper .testimonial-one-left-content {
    background-color: inherit;
    height: auto;
    padding: 0 50px 0 0;
    color: #e8eaea;
    margin-top: -15px;
}

.td-testimonial-two-wrapper .testimonial-one-person {
    border-top: 1px solid #3e4b4f;
    padding-top: 40px;
    position: relative;
    width: 100%;
    left: 0;
    bottom: auto;
    margin-top: 40px;
}

.td-testimonial-two-wrapper .testimonial-one-person-name{
    color: #ffffff;
    margin-bottom: 7px;
}

.td-testimonial-two-wrapper .testimonial-one-person-designation{
    color: #e8eaea;
}

.td-testimonial-two-wrapper .testimonial-one-image{
    height: 660px;
    position: relative;
}
.td-testimonial-two-wrapper .slick-arrow {
    height: 32px;
    width: 32px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    left: auto;
    z-index: 1;
    transition: .2s;
    transform: translate(0);
}

.td-testimonial-two-wrapper .slick-arrow svg{
    height: 32px;
    width: 32px;
}

.td-testimonial-two-wrapper .slick-arrow.td-testimonial-two-prev-arrow {
    margin-right: 50px;
}

.td-testimonial-two-wrapper .slick-arrow svg path{
    stroke: #8c9597;
    transition: .3s;
}

.td-testimonial-two-wrapper .slick-arrow svg:hover path{
    stroke: #ffffff;
}

.td-testimonial-two-bg-shape {
    height: 60px;
    width: 220px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: -20px;
    transform: skewX(20deg);
}

.td-testimonial-two-wrapper .td-support-img-text-wrapper {
    right: auto;
    left: -20px;
    transform: skewX(20deg);
    padding: 25px 30px 20px 40px;
}

.td-testimonial-two-wrapper .td-support-img-text {
    transform: skewX(-20deg);
}

@media only screen and (max-width: 1024px) {
    .td-testimonial-two-wrapper{
        padding-bottom: 100px;
    }

    .td-testimonial-two-wrapper .testimonial-one-left-content{
        padding: 0;
    }
    .td-testimonial-two-bg{
        height: 100%;
        margin-top: -1px;
    }

    .td-testimonial-two-bg-shape{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-two-wrapper {
        padding-top: 50px;
    }
}

/*====================================
# Testimonials Three CSS
====================================*/
.td-testimonial-three-icon {
    font-size: 48px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    color: #060D22;
}

.testimonial-three-text {
    font-size: 26px;
    color: #060D22;
    line-height: 135%;
    font-weight: 600;
    margin: 30px 0 45px 0;
}

.testimonial-three-author-wrapper {
    position: relative;
    padding-left: 80px;
    min-height: 64px;
}

.testimonial-three-author-image {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
}

.td-testimonial-three-wrapper .slick-arrow {
    background-color: transparent;
    color: #9498a2;
    font-size: 25px;
    height: 25px;
    width: auto;
    line-height: 1 !important;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -80px;
    display: inline-table;
    border-radius: inherit;
}

.td-testimonial-three-wrapper .slick-arrow.slick-prev {
    margin-right: 35px;
}

.td-testimonial-three-wrapper .slick-arrow:hover{
    color: #060D22;
}

@media only screen and (max-width: 991px) {
    .testimonial-three-text {
        font-size: 22px;
        font-weight: 500;
        margin: 25px 0 40px 0;
    }
}

/*====================================
# Testimonials Four CSS
====================================*/
.td-testimonial-four-wrapper {
    padding-left: 150px;
}

.td-testimonial-four-item,.testimonial-four-author-wrapper {
    position: relative;
}

.td-testimonial-four-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80px;
    color: #4B74E0;
    height: 80px;
    line-height: 80px;
}

.td-testimonial-four-content {
    padding-left: 125px;
}

.testimonial-four-text {
    text-transform: uppercase;
    color: #060D22;
    font-size: 44px;
    line-height: 130%;
    font-weight: 600;
    margin: 20px 0 60px 0;
}

.testimonial-four-author-wrapper {
    min-height: 100px;
    padding-left: 125px;
}
.testimonial-four-author-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-four-person-name {
    display: block;
    font-size: 40px;
    line-height: 140%;
    font-weight: 600;
}

.testimonial-four-person-designation {
    font-size: 24px;
    margin-top: 5px;
    display: block;
}

.testimonial-four-star-image {
    width: 135px;
}

.td-testimonial-four-wrapper .slick-arrow {
    background-color: transparent;
    color: #9498a2;
    font-size: 25px;
    height: 25px;
    width: auto;
    line-height: 1 !important;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 40px;
    display: inline-table;
    border-radius: inherit;
    z-index: 1;
}

.td-testimonial-four-wrapper .slick-arrow.slick-prev {
    margin-right: 35px;
}

.td-testimonial-four-wrapper .slick-arrow:hover {
    color: #060D22;
}

@media only screen and (max-width: 1366px) {
    .td-testimonial-four-wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .td-testimonial-four-content {
        padding-left: 0;
    }

    .td-testimonial-four-icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 25px;
    }

    .testimonial-four-text {
        font-size: 32px;
        margin: 20px 0 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-four-text {
        font-size: 26px;
        margin: 20px 0 40px 0;
        font-weight: 500;
    }

    .testimonial-four-author-wrapper {
        padding-left: 90px;
    }

    .testimonial-four-author-image {
        height: 80px;
        width: 80px;
    }

    .testimonial-four-person-name {
        font-size: 26px;
    }

    .testimonial-four-person-designation {
        font-size: 20px;
    }

    .td-testimonial-four-wrapper .slick-arrow {
        display: none !important;
    }

    .td-testimonial-four-icon {
        font-size: 60px;
        height: 60px;
        line-height: 60px;
    }
}

/*====================================
# Testimonials Five CSS
====================================*/
.td-testimonial-five-main-wrapper {
    padding-top: 70px;
    position: relative;
}
.testimonial-five-image {
    height: 100%;
    margin-top: -70px;
    width: 100%;
}

.td-testimonial-five-wrapper{
    background-color: #FAF5FF;
}

.td-testimonial-five-wrapper .slick-list {
    overflow: visible !important;
}

.testimonial-five-text {
    color: #443D47;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.testimonial-five-content {
    padding: 70px 50px 70px 70px;
}

.testimonial-five-person {
    margin-top: 35px;
    position: relative;
}

.testimonial-five-person-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    display: block;
    color: #9225E0;
}

.testimonial-five-person-designation {
    font-size: 28px;
    line-height: 140%;
    font-weight: 400;
    color: #1B0E21;
}

.td-testimonial-five-slide-arrow .slick-arrow {
    height: 115px;
    width: 115px;
    background-color: #E9D3F9;
    border-radius: inherit;
    line-height: 115px !important;
    transition: .3s;
    cursor: pointer;
}

.td-testimonial-five-slide-arrow .td-testimonial-five-next-arrow.slick-arrow {
    margin-left: 20px;
}
.td-testimonial-five-slide-arrow .slick-arrow svg {
    width: 55px;
    height: 55px;
}

.td-testimonial-five-slide-arrow .slick-arrow:hover {
    background-color: #5D1A79;
}

.td-testimonial-five-slide-arrow {
    position: absolute;
    top: -180px;
    right: 0;
}

.testimonial-five-small-image{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .testimonial-five-image{
        display: none;
    }

    .testimonial-five-small-image {
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .testimonial-five-person {
        padding-left: 120px;
    }

    .td-testimonial-five-main-wrapper {
        padding-top: 10px;
    }

    .td-testimonial-five-slide-arrow .slick-arrow {
        height: 90px;
        width: 90px;
        line-height: 90px !important;
    }

    .td-testimonial-five-slide-arrow {
        top: -147px;
    }

    .td-testimonial-five-slide-arrow .slick-arrow svg {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-five-content {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-five-content {
        padding: 20px;
    }

    .testimonial-five-text {
        font-size: 26px;
    }

    .testimonial-five-small-image {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
    }

    .testimonial-five-person {
        padding-left: 0;
    }

    .testimonial-five-person-name {
        font-size: 32px;
    }

    .testimonial-five-person-designation {
        font-size: 24px;
    }

    .td-testimonial-five-main-wrapper {
        padding-top: 0;
    }
}


/*====================================
# Testimonials Six CSS
====================================*/

.td-testimonial-six-wrapper .slick-list.draggable {
    overflow: visible;
}

.testimonial-six-img-wrapper {
    text-align: center;
    margin-bottom: 72px;
    margin-top: 85px;
}

.testimonial-six-img-shape-1 {
    height: 115px;
    width: 115px;
    background-color: #FBD3B6;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}
.testimonial-six-img-shape-2 {
    background-color: #5D1A79;
    position: absolute;
    height: 170px;
    width: 85px;
    bottom: -88px;
    left: -40px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    transform: rotate(-50deg);
    z-index: -1;
}

.testimonial-six-img-and-shape{
    height: 645px;
    width: 90%;
    display: inline-block;
    transform: rotate(-6deg);
    position: relative;
}

.testimonial-six-image {
    height: 100%;
    width: 100%;
}

.testimonial-six-text {
    font-size: 36px;
    color: #443D47;
    line-height: 150%;
    font-weight: 400;
}

.testimonial-six-person {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.testimonial-six-person-name {
    color: #5D1A79;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    flex: 1;
}

.testimonial-six-person-designation {
    font-size: 24px;
    color: #8E8690;
}

.testimonial-six-image.td-cover-bg{
    background-position: top center;
}

@media only screen and (max-width: 1024px) {
    .testimonial-six-img-wrapper {
        text-align: left;
    }

    .testimonial-six-img-and-shape {
        transform: rotate(0deg);
        width: 95%;
    }

    .testimonial-six-text {
        font-size: 30px;
        line-height: 148%;
    }

    .testimonial-six-person {
        display: block;
    }

    .testimonial-six-person-name {
        font-size: 52px;
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-six-img-wrapper {
        text-align: center;
    }

    .testimonial-six-img-and-shape {
        width: 80%;
    }

    .testimonial-six-img-wrapper {
        margin-bottom: 72px;
        margin-top: 20px;
    }

    .testimonial-six-person {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-six-slide-arrow {
        display: none;
    }

    .testimonial-six-img-and-shape {
        width: 100%;
        height: 350px;
    }


    .testimonial-six-img-wrapper {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .testimonial-six-img-shape-2 {
        bottom: -70px;
        left: -30px;
    }

    .testimonial-six-text {
        font-size: 28px;
        line-height: 148%;
    }

    .testimonial-six-person-name {
        font-size: 42px;
    }

    .testimonial-six-person {
        margin-top: 30px;
    }
}

/*====================================
# Testimonials Seven CSS
====================================*/
.td-testimonial-seven-wrapper {
    position: relative;
}

.td-testimonial-seven-item {
    position: relative;
    padding-left: 185px;
}

.td-testimonial-seven-icon {
    height: 95px;
    width: 95px;
    font-size: 95px;
    line-height: 1;
    color: #5D1A79;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-seven-text {
    font-size: 148px;
    color: #5D1A79;
    line-height: 95%;
}

.testimonial-seven-author-wrapper {
    text-align: right;
    margin-top: 75px;
}

.testimonial-seven-author-content {
    position: relative;
    padding-left: 160px;
    min-height: 120px;
    display: inline-block;
    text-align: left;
}

.testimonial-seven-author-image {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-seven-person-name {
    color: #5D1A79;
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
    display: block;
}

.testimonial-seven-person-designation {
    color: #5D1A79;
    font-size: 24px;
    font-weight: 400;
}

.td-testimonial-seven-arrow-wrapper .slick-arrow {
    height: 76px;
    width: 76px;
    background-color: #5D1A79;
    line-height: 76px !important;
}

.td-testimonial-seven-arrow-wrapper .slick-arrow svg {
    height: 25px;
    width: 25px;
}

.td-testimonial-seven-arrow-wrapper {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.td-testimonial-seven-prev-arrow.slick-arrow {
    margin-right: 15px;
}

@media only screen and (max-width: 1280px) {
    .testimonial-seven-text {
        font-size: 128px;

    }

    .td-testimonial-seven-item{
        padding-left: 160px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-testimonial-seven-item {
        padding-left: 0;
    }

    .td-testimonial-seven-icon{
        position: relative;
        margin-bottom: 30px;
    }

    .testimonial-seven-text {
        font-size: 88px;
        line-height: 1;
    }

    .testimonial-seven-author-wrapper {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-seven-text {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .td-testimonial-seven-icon {
        height: 38px;
        width: 38px;
        font-size: 38px;
        display: block;
        margin-bottom: 20px;
    }

    .testimonial-seven-author-image {
        height: 80px;
        width: 80px;
    }

    .testimonial-seven-author-content {
        padding-left: 95px;
        min-height: 80px;
    }

    .testimonial-seven-person-name {
        font-size: 30px;
    }

    .testimonial-seven-person-designation {
        font-size: 20px;
    }

    .testimonial-seven-author-wrapper {
        margin-top: 35px;
    }
}

/*====================================
# Testimonials Eight CSS
====================================*/

.td-testimonial-eight-icon {
    height: 360px;
    width: 360px;
    border: 1px solid #313232;
    border-radius: 50%;
    text-align: center;
    line-height: 360px;
    font-size: 160px;
    color: #313232;
    display: inline-block;
}

.td-testimonial-eight-title {
    text-transform: uppercase;
    color: #585959;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-eight-text {
    font-size: 36px;
    line-height: 130%;
    color: #000000;
    font-weight: 500;
}

.testimonial-eight-author-wrapper {
    margin-top: 70px;
}
.testimonial-eight-person-name {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.testimonial-eight-author-wrapper .testimonial-author-info {
    text-align: right;
}

.td-testimonial-eight-prev-arrow.slick-arrow,.td-testimonial-eight-next-arrow.slick-arrow {
    background: transparent;
}


.testimonial-eight-slide-arrow {
    position: absolute;
    bottom: 2px;
    left: 0;
}

.testimonial-eight-slider-wrapper {
    position: relative;
}

.testimonial-eight-slide-arrow .slick-arrow {
    cursor: pointer;
}

.testimonial-eight-slide-arrow .slick-arrow {
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 63px;
    width: 63px;
}

.td-testimonial-eight-prev-arrow.slick-arrow {
    margin-right: 20px;
}

.td-testimonial-eight-next-arrow {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .td-testimonial-eight-icon-col {
        text-align: center;
    }

    .td-testimonial-eight-icon {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-eight-icon {
        height: 300px;
        width: 300px;
        line-height: 300px;
        font-size: 130px;
    }

    .testimonial-eight-slide-arrow {
        display: none;
    }

    .testimonial-author-info {
        text-align: left;
    }
    .testimonial-eight-text {
        font-size: 28px;
    }

    .testimonial-eight-author-wrapper {
        margin-top: 40px;
    }
}

/*====================================
# Testimonial Nine CSS
====================================*/
.td-testimonial-nine-left-content {
    position: relative;
    padding-left: 120px;
}

.testimonial-nine-text {
    font-size: 48px;
    line-height: 130%;
    font-weight: 400;
}

.td-testimonial-nine-icon {
    height: 90px;
    width: 90px;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    background-color: #9225E0;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.td-testimonial-nine-title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 130%;
    margin-top: 5px;
    margin-bottom: 30px;
}

.testimonial-nine-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.testimonial-nine-person-name {
    display: block;
    color: #9225E0;
    font-size: 64px;
    line-height: 1;
    margin: 25px 0 5px;
}

.testimonial-nine-person-designation {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 130%;
}

.testimonial-nine-slide-arrow {
    margin-top: 20px;
}

.td-testimonial-nine-wrapper .slick-arrow {
    height: 20px;
    width: auto;
    line-height: 20px !important;
    border-radius: 0;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    display: inline-block;
    color: #475657;
    background-color: transparent !important;
    opacity: .8;
}
.td-testimonial-nine-next-arrow.slick-arrow {
    margin-left: 15px;
}


.td-testimonial-nine-wrapper .slick-arrow:hover{
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .td-testimonial-nine-icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }

    .td-testimonial-nine-left-content {
        padding-left: 0;
    }

    .testimonial-nine-text {
        font-size: 40px;
    }

    .td-testimonial-nine-right-content {
        margin-top: 40px;
    }

    .testimonial-nine-slide-arrow {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-nine-text {
        font-size: 28px;
    }

    .testimonial-nine-person-name {
        font-size: 56px;
    }
}


/*====================================
# Testimonial Ten CSS
====================================*/

.td-testimonial-ten-section .td-section-title-seven-subtitle-big, .td-testimonial-ten-section .td-section-title-seven-title {
    font-size: 114px;
}
.td-testimonial-ten-section .td-section-title-seven-wrapper {
    margin-bottom: 40px;
}

.td-testimonial-ten-img-one,.td-testimonial-ten-img-two {
    height: 505px;
    width: 410px;
    display: inline-block;
}

.td-testimonial-ten-img-one img,.td-testimonial-ten-img-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-testimonial-ten-img-two-wrapper{
    text-align: right;
    margin-bottom: -135px;
}


.td-testimonial-ten-icon {
    background-color: #9225E0;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    line-height: 100px;
    font-size: 40px;
}

.testimonial-ten-text {
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #5D1A79;
    text-transform: uppercase;
    margin-top: 80px;
}

.testimonial-ten-person-name {
    display: block;
    font-size: 40px;
    color: #5D1A79;
    line-height: 140%;
    font-weight: 700;
    margin-top: 35px;
}

.testimonial-ten-person-designation {
    text-transform: capitalize;
    color: #5D1A79;
    font-size: 24px;
    display: block;
}

.td-testimonial-ten-slider-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
}


.td-testimonial-ten-slider-arrow .td-testimonial-ten-prev-arrow.slick-arrow {
    transform: rotate(-180deg);
    margin-right: 20px;
}

.td-testimonial-ten-slider-arrow .slick-arrow {
    color: #5D1A79;
    background-color: transparent;
    border: 1px solid;
    font-size: 20px;
    line-height: 55px !important;
    transition: .3s;
}

.td-testimonial-ten-slider-arrow .slick-arrow i {
    border: none;
}

.td-testimonial-ten-slider-arrow .slick-arrow:hover {
    opacity: .6;
}

@media only screen and (max-width: 1024px) {
    .td-testimonial-ten-section .td-section-title-seven-wrapper{
        text-align: center;
    }

    .td-testimonial-ten-section .td-section-title-seven-subtitle-wrapper {
        justify-content: center;
    }

    .td-testimonial-ten-img-one {
        display: none;
    }

    .td-testimonial-ten-img-two-wrapper {
        text-align: left;
        margin-bottom: 0;
    }

    .td-testimonial-ten-img-one, .td-testimonial-ten-img-two {
        height: 505px;
        width: auto;
    }

    .testimonial-ten-text {
        font-size: 40px;
        margin-top: 40px;
    }

    .td-testimonial-ten-slider-arrow {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .td-testimonial-ten-img-two-wrapper {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-testimonial-ten-section .td-section-title-seven-subtitle-big, .td-testimonial-ten-section .td-section-title-seven-title {
        font-size: 60px;
    }

    .td-testimonial-ten-section .td-section-title-seven-wrapper {
        margin-bottom: 25px;
    }

    .td-testimonial-ten-img-one, .td-testimonial-ten-img-two {
        height: auto;
        width: auto;
    }

    .testimonial-ten-text {
        font-size: 28px;
        margin-top: 0px;
    }

    .td-testimonial-ten-icon {
        display: none;
    }

    .testimonial-ten-person-name {
        font-size: 36px;
        margin-top: 20px;
    }
}

/*====================================
# Testimonial Eleven CSS
====================================*/
.td-testimonial-eleven-wrapper {
    position: relative;
}

.td-testimonial-eleven-icon {
    height: 100px;
    width: 100px;
    line-height: 95px;
    margin-top: 15px;
}

.testimonial-eleven-text {
    font-size: 48px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.testimonial-eleven-author-wrapper {
    position: relative;
    min-height: 100px;
    padding-left: 125px;
}

.testimonial-eleven-author-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-eleven-person-name {
    display: block;
    font-size: 38px;
    line-height: 130%;
}

.testimonial-eleven-person-designation {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.testimonial-eleven-slide-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial-eleven-slide-arrow .slick-arrow {
    background-color: transparent;
    border: 1px solid #475657;
    font-size: 20px;
    line-height: 58px !important;
    color: #475657;
    transition: .3s;
}

.testimonial-eleven-slide-arrow .slick-arrow i {
    border: none;
}

.td-testimonial-eleven-prev-arrow.slick-arrow {
    transform: rotate(-180deg);
    margin-right: 20px;
}

.testimonial-eleven-slide-arrow .slick-arrow:hover {
    opacity: .8;
}

@media only screen and (max-width: 1024px) {
    .testimonial-eleven-slide-arrow {
        bottom: auto;
        left: auto;
        right: 0;
        top: 30px;
    }

    .td-testimonial-eleven-icon {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-eleven-text {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {

    .td-testimonial-eleven-icon {
        height: 60px;
        width: 60px;
        line-height: 58px;
    }

    .testimonial-eleven-slide-arrow {
        display: none;
    }
    .testimonial-eleven-text {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .testimonial-eleven-person-name {
        font-size: 28px;
    }

    .testimonial-eleven-person-designation {
        font-size: 22px;
        margin-top: 5px;
    }

    .testimonial-eleven-author-img {
        height: 80px;
        width: 80px;
    }

    .testimonial-eleven-author-wrapper {
        min-height: 80px;
        padding-left: 100px;
    }
}

/*====================================
# Pricing Table One CSS
====================================*/
.td-comparison-table {
    overflow-x: auto;
}

.td-comparison-table table {
    border-left: none;
    border-color: #d9ddde;
}

.entry-content .td-comparison-table table th,.entry-content .td-comparison-table table td,
.td-comparison-table table th,.td-comparison-table table td{
    border-right: none;
    padding: 35px 20px;
    border-color: #d9ddde;
}

.td-comparison-table table th {
    padding-bottom: 50px;
    border-top: none;
    vertical-align: top;
}

.td-table-head-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    text-transform: capitalize;
}

.td-table-head-title.td-big-title {
    font-size: 56px;
    margin-bottom: 25px;
}

.td-comparison-table table td:first-child,
.td-comparison-table table th:first-child{
    text-align: left;
    padding-left: 0;
    width: 35%;
}

.td-table-head-desc {
    font-weight: 500;
    line-height: 160%;
    color: #475557;
}

.td-table-head-price {
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
}

.td-table-head-period {
    color: #757f81;
    font-weight: 400;
    font-size: 18px;
}

.td-table-head-content {
    display: inline-block;
    text-align: left;
}

.table-price-and-time {
    margin-bottom: 35px;
    margin-top: 10px;
}

.td-comparison-table table tr td{
    color: #192A2E;
}

.td-comparison-table th:nth-child(3),
.td-comparison-table td:nth-child(3) {
    background-color:#EBEDF7;
}

.td-table-button .td-button{
    padding: 20px;
}

.td-comparison-table .td-table-row-icon svg {
    fill: #4B74E0;
    height: 18px;
    width: 18px;
}

@media only screen and (max-width: 1024px) {
    .td-table-head-title.td-big-title{
        font-size: 32px;
    }

    .td-comparison-table table td:first-child, .td-comparison-table table th:first-child{
        width: 25%;
    }

    .td-comparison-table table th, .td-comparison-table table td {
        padding: 20px 10px;
        min-width: 200px;
    }

    .td-table-head-price{
        font-size: 32px;
    }

    .td-table-head-desc{
        font-size: 14px;
    }

    .td-table-button .td-button{
        padding: 20px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .td-comparison-table table td:first-child, .td-comparison-table table th:first-child{
        width: 100%;
    }

    .td-comparison-table table th, .td-comparison-table table td {
        padding: 10px;
    }

    .td-table-head-price,.td-table-head-title,.td-table-head-title.td-big-title {
        font-size: 26px;
    }

    .td-table-head-title.td-big-title{
        margin-bottom: 15px;
    }

    .table-price-and-time{
        margin-bottom: 20px;
    }

    .td-comparison-table table th{
        padding-bottom: 25px;
    }
}

/*====================================
# Pricing Table Two CSS
====================================*/
.td-pricing-table-two-wrapper {
    background-color: #ffffff;
    padding: 30px 40px 40px 40px;
}

.pricing-two-title {
    color: #192A2E;
    font-size: 22px;
    margin-bottom: 35px;
    display: block;
    font-weight: 700;
}

.td-pricing-two-price {
    color: #4B74E0;
    font-size: 48px;
    font-weight: 900;
}
.td-pricing-two-subscription-period{
    color: #868686;
}
.td-price-desc {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #daddde;
    margin-bottom: 30px;
    color: #868686;
}

div.td-pricing-two-features ul li {
    margin-bottom: 25px;
}

.td-pricing-two-list-icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    color: #4B74E0;
}

.td-pricing-two-list-icon svg{
    fill: #4B74E0;
}

.td-pricing-two-button .td-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #4B74E0;
    border-color: #4B74E0;
}

@media only screen and (max-width: 991px) {
    .td-pricing-table-two-wrapper {
        padding: 30px 30px 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .td-pricing-table-two-wrapper {
        padding: 30px 25px 40px 25px;
    }

    .td-pricing-two-price{
        font-size: 42px;
    }
}

/*====================================
# Pricing Table Three CSS
====================================*/
.td-pricing-three-tab-wrapper .nav-link {
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    background-color: #EBEDF7;
    border-radius: 0;
    padding: 10px 30px;
    color: #062D28;
}

.td-pricing-three-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.td-pricing-three-tab-wrapper .nav-tabs .nav-link.active,
.td-pricing-three-tab-wrapper .nav-tabs .nav-link:focus,
.td-pricing-three-tab-wrapper .nav-tabs .nav-link:hover,
.td-pricing-three-tab-wrapper .nav-tabs {
    border-color: transparent;
}

.td-pricing-three-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.td-pricing-three-tab-wrapper .nav-tabs .nav-link.active{
    color: #ffffff;
    background-color: var(--aretiv-primary-color-two);
}

.td-pricing-three-tab-wrapper .nav.nav-tabs {
    margin-bottom: 50px;
}

.pricing-three-table-content {
    border: 1px solid #ddd;
    padding: 30px 30px 25px 30px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    transition: .3s;
}

.pricing-three-table-icon {
    height: 65px;
    width: 65px;
    font-size: 60px;
    line-height: 1;
    color: var(--aretiv-primary-color-two);
    transition: .3s;
}

.pricing-three-table-icon svg{
    fill: var(--aretiv-primary-color-two);
    transition: .3s;
}

.active-table .pricing-three-table-icon svg{
    fill: #ffffff;
    transition: .3s;
}

.pricing-three-table-title {
    font-size: 28px;
    line-height: 1;
    margin: 30px 0 0 0;
    transition: .3s;
}

.pricing-three-table-subtitle,.pricing-three-duration {
    color: #868686;
    transition: .3s;
}

.pricing-three-price-time-duration {
    margin-top: 30px;
    margin-bottom: 35px;
    transition: .3s;
}

.pricing-three-price {
    font-size: 48px;
    font-weight: 900;
    color: var(--aretiv-primary-color-two);
    transition: .3s;
}

.td-pricing-three-button-wrapper .td-button {
    width: 100%;
    justify-content: center;
}

.td-button.pricing-three-btn-one {
    background-color: var(--aretiv-primary-color-two);
    border-color: var(--aretiv-primary-color-two);
}

.td-button.pricing-three-btn-two {
    color: #475459;
    background-color: transparent;
    border-color: #475458;
    margin-top: 10px;
    margin-bottom: 35px;
}

.td-button.pricing-three-btn-two:hover{
    color: #ffffff;
}

.pricing-three-features-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.pricing-three-features-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.pricing-three-features-list ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--aretiv-primary-color-two);
    position: absolute;
    left: 0;
}

.top-right-text {
    background-color: var(--aretiv-primary-color-two);
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    position: absolute;
    transform: rotate(45deg);
    right: -144px;
    top: 40px;
    width: 400px;
    transition: .3s;
}

.pricing-three-table-content.active-table,
.pricing-three-table-content:hover{
    background-color: var(--aretiv-primary-color-two);
    border-color: var(--aretiv-primary-color-two);
}

.active-table .pricing-three-table-icon,
.active-table .pricing-three-table-title,
.active-table .pricing-three-price,
.active-table .pricing-three-features-list,
.active-table .pricing-three-features-list ul li:before,
.pricing-three-table-content:hover .pricing-three-table-icon,
.pricing-three-table-content:hover .pricing-three-table-title,
.pricing-three-table-content:hover .pricing-three-price,
.pricing-three-table-content:hover .pricing-three-features-list,
.pricing-three-table-content:hover .pricing-three-features-list ul li:before{
    color: #ffffff;
}


.active-table .pricing-three-table-subtitle, .active-table .pricing-three-duration,
.pricing-three-table-content:hover .pricing-three-table-subtitle, .pricing-three-table-content:hover .pricing-three-duration{
    color: #dbe3f9
}

.active-table .td-button.pricing-three-btn-one,.pricing-three-table-content:hover .td-button.pricing-three-btn-one {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--aretiv-primary-color-two);
}

.active-table .td-button.pricing-three-btn-two,.pricing-three-table-content:hover .td-button.pricing-three-btn-two {
    color: #dbe3f9;
    border-color: #dbe3f9;
}

.active-table .top-right-text,.pricing-three-table-content:hover .top-right-text {
    color: var(--aretiv-primary-color-two);
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .pricing-three-table-content{
        padding: 30px 25px 25px 25px;
    }
}

/*====================================
# Pricing Table Four CSS
====================================*/
.table-four-icon-title-subtitle-wrapper {
    position: relative;
    padding-left: 76px;
}

.table-four-icon-title-subtitle-wrapper .pricing-three-table-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #F3F4F7;
    font-size: 37px;
    text-align: center;
}

.table-four-icon-title-subtitle-wrapper .pricing-three-table-icon svg,
.table-four-icon-title-subtitle-wrapper .pricing-three-table-icon svg img{
    height: 40px;
    width: 40px;
    margin-top: -10px;
}

.active-table .table-four-icon-title-subtitle-wrapper .pricing-three-table-icon,
.pricing-three-table-content:hover .table-four-icon-title-subtitle-wrapper .pricing-three-table-icon{
    background: rgba(255, 255, 255, 0.16);
}

.td-pricing-tab-four .pricing-three-features-list {
    border-top: 1px solid #dddddd;
    padding-top: 35px;
    padding-bottom: 20px;
}

.td-pricing-tab-four .td-button.pricing-three-btn-two {
    margin-bottom: 0;
}

.td-pricing-tab-four .pricing-three-table-content {
    padding: 40px 30px;
}

.td-pricing-three-tab-wrapper.td-pricing-tab-four .nav.nav-tabs {
    margin-bottom: 90px;
}

.td-pricing-tab-four .pricing-three-table-title {
    line-height: 1;
    margin: 0 0 5px 0;
}

.td-pricing-tab-four .active-table .pricing-three-features-list,
.td-pricing-tab-four .pricing-three-table-content:hover .pricing-three-features-list{
    border-color: #7e97df;
}

@media only screen and (max-width: 991px) {
    .td-pricing-tab-four .pricing-three-table-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .td-pricing-tab-four .pricing-three-table-content {
        padding: 40px 25px;
    }

    .table-four-icon-title-subtitle-wrapper .pricing-three-table-icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }

    .table-four-icon-title-subtitle-wrapper {
        position: relative;
        padding-left: 0;
    }
}

/*====================================
# Pricing Table Five CSS
====================================*/

.td-pricing-five-plan-switcher {
    background-color: #F1F4F8;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
}

.td-pricing-five-plan-switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.td-pricing-five-plan-switcher ul li {line-height: 1;margin: 0;}

.td-pricing-five-plan-switcher ul li.td-billing-switcher {
    height: 40px;
    width: 80px;
    background-color: var(--aretiv-primary-color-two);
    border-radius: 50px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.td-pricing-five-plan-switcher ul li.td-billing-switcher span {
    height: 30px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -15px;
    left: 5px;
    transition: .3s;
}

.td-pricing-five-plan-switcher ul li.td-billing-switcher.yearly span {
    left: auto;
    right: 5px;
}

.td-pricing-five-table-wrapper{
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    display: none;
}

.td-pricing-five-table-wrapper.show{
    opacity: 1;
    visibility: visible;
    display: block;
}

.pricing-five-table-content {
    border: 1px solid #060D22;
    border-radius: 16px;
    padding: 37px 40px 20px;
    height: 100%;
    position: relative;
}

.pricing-five-top-right-text {
    background-color: #CAEFEE;
    position: absolute;
    right: 40px;
    top: 40px;
    padding: 6px 15px 8px 15px;
    line-height: 1;
    border-radius: 50px;
    font-size: 16px;
    color: #060e22;
}

.td-pricing-five-plan-switcher-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.pricing-five-table-icon {
    height: 40px;
    width: 40px;
    font-size: 40px;
    line-height: 1;
    color: #060D22;
}

.pricing-five-table-title {
    font-size: 32px;
    line-height: 110%;
    margin: 23px 0 15px;
}

.pricing-five-price-time-duration {
    margin-top: 30px;
    margin-bottom: 35px;
}

.pricing-five-table-desc,.pricing-five-duration {
    color: #6a6e7b;
}

.pricing-five-price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.td-pricing-five-button-wrapper .td-button {
    background-color: transparent;
    border-color: #060D22;
    width: 100%;
    color: #060D22;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
}

.td-pricing-five-button-wrapper .td-button:hover{
    border-color: var(--aretiv-primary-color-two);
    background-color: var(--aretiv-primary-color-two);
}

.td-pricing-five-button-wrapper .td-button.pricing-five-btn-two {
    margin-top: 10px;
}

.pricing-five-table-content .features-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #060D22;
    margin-bottom: 25px;
}

.pricing-five-table-content .pricing-three-features-list {
    margin-top: 40px;
}
.pricing-five-table-content div.pricing-three-features-list ul li {
    margin-bottom: 20px;
}

.td-pricing-five-main-wrapper [class*='col-']{
    margin-bottom: 30px;
}


@media only screen and (max-width: 991px) {
    .pricing-five-table-content {
        padding: 37px 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-five-table-content {
        padding: 32px 25px 15px;
    }

    .td-pricing-five-plan-switcher {
        padding: 10px 20px;
    }

    .td-pricing-five-plan-switcher ul li.td-billing-switcher {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 360px) {
    .td-pricing-five-plan-switcher ul{
        font-size: 15px;
    }
}


/*====================================
# Pricing Table Six CSS
====================================*/
.pricing-table-six-icon-and-left-content {
    position: relative;
    padding-left: 100px;
}

.pricing-table-six-icon {
    height: 80px;
    width: 80px;
    background-color: #e2e7f9;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    color: var(--aretiv-primary-color-one);
    position: absolute;
    left: 0;
    top: 0;
}

.pricing-table-six-icon svg, .pricing-table-six-icon img {
    height: 48px;
    width: 48px;
    margin-top: -10px;
}

.pricing-table-six-title {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 5px;
}

.pricing-table-six-price-wrapper {
    margin: 25px 0;
}

.pricing-table-six-price {
    font-size: 48px;
    font-weight: 700;
    color: #182a2e;
}


.pricing-table-six-title-bottom-text,
.pricing-table-six-duration,.offer-text-wrapper span:last-child {
    color: #7b7f8a;
}

.td-pricing-six-main-wrapper {
    border: 1px solid #D7DFF4;
}

.td-pricing-six-main-wrapper .row:nth-child(even) .pricing-six-item-wrapper{
    background-color: #F0F3FB;
}

.pricing-six-item-wrapper {
    padding: 40px 35px;
}

.offer-text-wrapper span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.offer-text-wrapper span:last-child {
    font-size: 14px;
}



.td-pricing-six-middle-part .pricing-three-features-list ul li:before {
    font-weight: 500;
    color: #060D22;
    top: 1px;
}

.td-pricing-six-middle-part div.pricing-three-features-list ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    padding-left: 25px;
}

.td-pricing-six-right-part {
    text-align: right;
}

.td-pricing-six-right-part .td-button.pricing-six-btn-one{
    margin-bottom: 10px;
    background-color: var(--aretiv-secondary-color-two);
    border-color: var(--aretiv-secondary-color-two);
    color: #060e22;
}

.td-pricing-six-right-part .td-button.pricing-six-btn-one:hover{
    background-color: var(--aretiv-primary-color-one);
    border-color: var(--aretiv-primary-color-one);
    color: #ffffff;
}

.td-pricing-six-right-part .td-button{
    font-size: 18px;
    padding: 20px 32px 20px 32px;
    border-radius: 50px;
    width: 100%;
    justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .td-pricing-six-right-part .td-button {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-table-six-left-content {
        display: flex;
        align-items: center;
    }

    .pricing-table-six-title-and-title-bottom-text,.pricing-table-six-price-wrapper,.offer-text-wrapper{
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-pricing-six-right-part {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-table-six-icon-and-left-content {
        padding-left: 0;
    }

    .pricing-table-six-icon{
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }

    .td-pricing-six-middle-part {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-six-item-wrapper {
        padding: 40px 30px;
    }

    .td-pricing-six-middle-part div.pricing-three-features-list ul li {
        width: 100%;
        margin-right: 0;
    }
}

/*====================================
# Pricing Table Seven CSS
====================================*/

.td-pricing-table-seven-wrapper {
    border: 1px solid #5D1A79;
}

.td-price-seven-top-part {
    background-color: #5D1A79;
    color: #ffffff;
    padding: 30px;
    display: flex;
    align-items: center;
}

.pricing-seven-title {
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 110%;
}

.td-pricing-seven-subscription-period {
    display: block;
    font-size: 20px;
    color: #ae8cbc;
}

.td-price-seven-wrapper {
    flex: 1;
    text-align: right;
}

.td-pricing-seven-price {
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
}

.td-pricing-seven-features li {
    padding: 0px 30px 20px 65px;
    position: relative;
    color: #443D47;
    border-bottom: 1px solid #f3eef5;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}

.td-pricing-seven-features li a,
.td-pricing-seven-features li a:hover{
    color: #443D47;
}

.td-pricing-seven-features li .td-pricing-seven-list-icon {
    position: absolute;
    left: 30px;
    top: 5px;
    font-size: 20px;
    color: #5D1A79;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.td-pricing-seven-features li:last-child {
    border-bottom: none !important;
}

.td-pricing-seven-button {
    padding: 30px 30px 40px 30px;
}

.td-pricing-seven-button .td-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #ED7C50;
    border-color: #ED7C50;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.td-pricing-seven-button .td-button:hover{
    background-color: #5D1A79;
    border-color: #5D1A79;
}

.td-pricing-seven-button i.icon-button-arrow-one {
    stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
}

.td-pricing-seven-features {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .td-price-seven-top-part {
        padding: 30px 20px;
    }

    .td-pricing-seven-price {
        font-size: 42px;
    }

    .td-pricing-seven-features li {
        padding: 0px 20px 15px 55px;
        font-size: 22px;
    }

    .td-pricing-seven-features li .td-pricing-seven-list-icon {
        left: 20px;
    }

    .pricing-seven-title {
        font-size: 36px;
    }

    .td-pricing-seven-button .td-button {
        font-size: 22px;
    }
}


/*====================================
# Pricing Table Eight CSS
====================================*/

.td-pricing-eight-wrapper {
    background-color: #F3F8F8;
    padding: 30px;
    border-radius: 16px;
    position: relative;
}

.pricing-eight-top-right-text {
    position: absolute;
    background-color: #CAEFEE;
    border-radius: 50px;
    padding: 10px 20px 12px;
    line-height: 1;
    font-size: 16px;
    right: 30px;
    text-transform: capitalize;
}

.td-pricing-eight-icon {
    width: 40px;
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.td-pricing-eight-icon svg path {
    fill: #000000;
}

.pricing-eight-table-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 110%;
    color: #000000;
    margin-bottom: 10px;
}

.pricing-eight-table-desc {
    color: #313232;
}

.pricing-eight-price {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.pricing-eight-price {font-size: 40px;font-weight: 700;color: #000000;}

.pricing-eight-price-time-duration {
    margin-top: 30px;
    border-bottom: 1px solid #ccd0d0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.td-pricing-eight-features, .td-pricing-eight-features a {
    color: #313232;
}

.td-pricing-eight-features i {
    margin-right: 10px;
}

.td-pricing-eight-features li {
    padding: 5px 0;
}

.td-pricing-eight-button-wrapper {
    margin-top: 25px;
}

.td-pricing-eight-button-wrapper .td-button {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    color: #000000;
    width: 100%;
    justify-content: center;
    padding: 20px 32px;
}

/*====================================
# CTA One CSS
====================================*/
.td-cta-one-wrapper {
    text-align: center;
    position: relative;
    padding: 50px 50px 70px 50px;
}

.td-cta-one-content {
    width: 60%;
    display: inline-block;
}

.td-cta-one-title {
    font-size: 72px;
    line-height: 110%;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 45px;
    color: #ffffff;
}

.cta-shape-one {
    height: 100px;
    width: 157px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50px;
    top: 50px;
}

.cta-shape-two {
    position: absolute;
    height: 240px;
    width: 195px;
    background-size: cover;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media only screen and (max-width: 1024px) {
    .td-cta-one-content{
        width: 100%;
    }

    .td-cta-one-wrapper {
        padding: 50px 45px 70px 45px;
    }

    .cta-shape-two {
        height: 200px;
        width: 165px;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-one-wrapper {
        padding: 25px 15px 35px 15px;
    }

    .td-cta-one-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .cta-shape-one {
        height: 50px;
        width: 100px;
        left: 0;
        top: 0;
    }

    .cta-shape-two {
        height: 100px;
        width: 80px;
    }
}
/*====================================
# CTA Two CSS
====================================*/
.td-cta-one-wrapper.cta-two-wrapper {
    position: relative;
    background-color: var(--aretiv-secondary-color-two);
}

.cta-left-shape,
.cta-right-shape{
    position: absolute;
    height: 100%;
    width: 20%;
}

.cta-left-shape {
    left: 0;
    bottom: 0;
    text-align: left;
}

.cta-right-shape {
    right: 0;
    top: 0;
    text-align: right;
}

.cta-right-shape svg,
.cta-left-shape svg{
    height: 100%;
}

.td-cta-one-wrapper.cta-two-wrapper {
    padding: 70px 50px 100px 50px;
}

.cta-two-button-wrapper .cta-button-two{
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .td-cta-one-wrapper.cta-two-wrapper {
        padding: 70px 20px 80px 20px;
    }
}


/*====================================
# CTA Three CSS
====================================*/
.td-cta-three-wrapper {
    overflow: hidden;
    background-color: #060D22;
    padding: 105px 20px 95px 20px;
}

.cta-three-circle-button-wrapper {
    text-align: center;
}

.cta-three-circle-button-wrapper .td-circle-button-one-wrapper {
    height: 210px;
    width: 210px;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
}

.td-cta-three-top-title {
    font-size: 56px;
    line-height: 58.24px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
.td-cta-three-right-content h1,
.td-cta-three-right-content h2,
.td-cta-three-right-content h3,
.td-cta-three-right-content h4,
.td-cta-three-right-content h5,
.td-cta-three-right-content h6{
    color: #ffffff;
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans";
}

.td-cta-three-right-content a {
    color: #ffffff;
    text-decoration: underline;
}

.td-cta-three-right-content {
    padding-left: 130px;
}

@media only screen and (max-width: 1366px) {
    .td-cta-three-right-content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .cta-three-circle-button-wrapper{
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    .td-cta-three-right-content {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-three-wrapper {
        padding: 90px 0 75px 0;
    }

    .td-cta-three-top-title {
        font-size: 36px;
        line-height: 50.24px;
        margin-bottom: 35px;
    }

    .td-cta-three-right-content h1, .td-cta-three-right-content h2, .td-cta-three-right-content h3, .td-cta-three-right-content h4, .td-cta-three-right-content h5, .td-cta-three-right-content h6 {
        font-size: 30px;
        line-height: 140%;
    }
}

/*====================================
# CTA Four CSS
====================================*/
.td-cta-four-wrapper {
    background-color: #5D1A79;
    padding: 105px 0 60px;
}

.td-cta-four-title {
    font-size: 136px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1;
}

.normal-title-and-button {
    display: flex;
    align-items: center;
}
.cta-four-button {
    margin-bottom: 15px;
    margin-left: 50px;
}

.cta-gradient-title .td-cta-four-title{
    background: linear-gradient(180deg, #FFF -9.6%, rgba(255, 255, 255, 0.00) 93.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.td-cta-four-wrapper .container {
    padding: 0 10px;
}


@media only screen and (max-width: 1366px) {
    .td-cta-four-wrapper .container {
        padding: 0 30px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1280px) {
    .td-cta-four-title {
        font-size: 122px;
    }
}

@media only screen and (max-width: 1024px) {
    .normal-title-and-button {
        display: block;
    }

    .cta-four-button {
        margin: 30px 0 15px;
    }

    .td-cta-four-wrapper .container {
        padding: 0 20px;
    }

    .td-cta-four-title {
        font-size: 116px;
    }
}

@media only screen and (max-width: 991px) {
    .td-cta-four-title {
        font-size: 92px;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-four-wrapper {
        background-color: #5D1A79;
        padding: 90px 0 60px;
    }

    .td-cta-four-title {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .td-cta-four-wrapper .container {
        padding: 0 10px;
    }
}

/*====================================
# CTA Five CSS
====================================*/
.td-cta-five-title {
    font-size: 64px;
    line-height: 123%;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgba(17, 255, 247, 0.40) -1.31%, rgba(255, 237, 84, 0.80) 42.89%, rgba(218, 251, 199, 0.40) 92.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-five-btn-wrapper {
    text-align: right;
}

.cta-five-btn-wrapper .td-cta-five-btn-two{
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .cta-five-left-content{
        text-align: center;
        margin-bottom: 40px;
    }
    .cta-five-btn-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-cta-five-title {
        font-size: 36px;
        line-height: 110%;
    }

    .cta-five-left-content{
        margin-bottom: 35px;
    }
}


/*====================================
# CTA Six CSS
====================================*/
.td-cta-six-wrapper {
    background-color: #ffef65;
    border-radius: 16px;
    padding: 100px 80px;
    position: relative;
}

.td-cta-six-title {
    font-size: 64px;
    line-height: 110%;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}

.cta-six-desc {
    font-size: 18px;
    line-height: 160%;
    margin-top: 25px;
}

.cta-six-btn-wrapper {
    margin-top: 80px;
}

.cta-six-left-img {
    position: absolute;
    bottom: 0;
    left: 45px;
    max-width: 45%;
}


@media only screen and (max-width: 1024px) {
    .cta-six-left-img {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }

    .td-cta-six-wrapper {
        padding: 80px 70px;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-six-wrapper {
        padding: 40px 25px;
    }

    .td-cta-six-title {
        font-size: 36px;
    }

    .cta-six-btn-wrapper .td-image-button {
        width: 133px;
    }

    .cta-six-btn-wrapper .td-image-button.td-image-button-one {
        margin-right: 5px;
    }

    .cta-six-btn-wrapper {
        margin-top: 40px;
    }

    .cta-six-left-img {
        margin-bottom: 40px;
    }
}


/*====================================
# CTA Seven CSS
====================================*/
.td-cta-seven-wrapper {
    background-color: #1B0E21;
    text-align: center;
}

.td-cta-seven-title {
    font-size: 268px;
    font-weight: 700;
    line-height: 88%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 22.85%, rgba(255, 255, 255, 0.13) 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.td-cta-seven-title-wrapper {
    display: inline-block;
    position: relative;
}

.cta-seven-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-seven-button .td-btn-style-2-icon {
    background: #9225E0;
    height: 170px;
    width: 170px;
    display: inline-block;
    line-height: 170px;
    text-align: center;
    font-size: 60px;
    margin-right: 0;
    border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
    .td-cta-seven-title {
        font-size: 200px;
    }

    .cta-seven-button .td-btn-style-2-icon {
        height: 150px;
        width: 150px;
        line-height: 150px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .td-cta-seven-title {
        font-size: 155px;
    }

    .cta-seven-button .td-btn-style-2-icon {
        height: 130px;
        width: 130px;
        line-height: 130px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-seven-title {
        font-size: 72px;
    }

    .cta-seven-button {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
        margin-top: 25px;
    }

    .cta-seven-button .td-btn-style-2-icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 25px;
    }
}

/*====================================
# CTA Eight CSS
====================================*/
.td-cta-eight-title {
    font-size: 270px;
    letter-spacing: 1px;
    color: #FBF1DF;
    line-height: 90%;
    margin-bottom: 0;
}

.td-cta-eight-wrapper .td-circle-button-one-wrapper {
    height: 210px;
    width: 210px;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 5px;
    background-color: #ED7C50;
}
.td-cta-eight-right-content {
    text-align: center;
}

.td-cta-eight-wrapper .td-circle-button-one-wrapper i {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.td-cta-eight-wrapper .td-circle-button-one-wrapper:hover i {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
    .td-cta-eight-title {
        font-size: 210px;
    }
}

@media only screen and (max-width: 991px) {
    .td-cta-eight-title {
        font-size: 190px;
        margin-bottom: 25px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .td-cta-eight-title {
        font-size: 92px;
    }
    .td-cta-eight-wrapper .td-circle-button-one-wrapper {
        height: 200px;
        width: 200px;
    }
}
/*====================================
# Recent Post One CSS
====================================*/

.td-recent-post-one-wrapper .td-single-post-item{
    margin-bottom: 30px;
    height: 312px;
}

.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1),
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4){
    height: auto;
}
.td-recent-post-one-wrapper .td-post-thumbnail {
    height: 100%;
    width: 310px;
    position: absolute;
    left: 0;
}

.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1),
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4){
    flex: 0 0 auto;
    width: 41.66666667%;
}

.td-recent-post-one-wrapper .td-single-post-item article {
    position: relative;
    padding-left: 335px;
    height: 100%;
    display: flex;
    align-items: center;
}

.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) article,
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) article{
    padding-left: 0;
    display: block;
}


.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) .td-post-thumbnail,
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) .td-post-thumbnail{
    height: 445px;
    width: 100%;
    position: relative;
    left: auto;
    margin-bottom: 30px;
}


.td-recent-post-one-wrapper article .post-title{
    font-size: 28px;
    line-height: 104%;
    font-weight: 700;
}

.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) article .post-title,
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) article .post-title{
    font-size: 36px;
}

.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) .td-post-excerpt,
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) .td-post-excerpt{
    display: none;
}

.td-recent-post-one-wrapper .td-post-read-more {
    margin-top: 30px;
}

.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) .td-post-read-more,
.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) .td-post-read-more{
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .td-recent-post-one-wrapper .td-single-post-item{
        height: auto;
    }
    .td-recent-post-one-wrapper .row .td-single-post-item,
    .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1),
    .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) {
        width: 50%;
    }

    .td-recent-post-one-wrapper .td-single-post-item article{
        padding-left: 0;
        display: block;
    }

    .td-recent-post-one-wrapper .td-post-thumbnail{
        position: relative;
        height: 445px;
        width: 100%;
        left: auto;
    }

    .td-recent-post-one-wrapper .row .td-single-post-item .td-post-thumbnail{
        margin-bottom: 30px;
    }

    .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) .td-post-excerpt, .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) .td-post-excerpt {
        display: block;
    }

    .td-recent-post-one-wrapper article .post-title{
        font-size: 36px;
    }

    .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) .td-post-read-more, .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) .td-post-read-more{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .td-recent-post-one-wrapper .td-post-thumbnail,.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) .td-post-thumbnail, .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) .td-post-thumbnail{
        height: 300px;
    }

    .td-recent-post-one-wrapper article .post-title,.td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1) article .post-title, .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) article .post-title{
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .td-recent-post-one-wrapper .row .td-single-post-item, .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(1), .td-recent-post-one-wrapper .row .td-single-post-item:nth-child(4) {
        width: 100%;
    }
}


/*====================================
# Recent Post Two CSS
====================================*/
.td-recent-post-two-wrapper .td-single-post-item {
    margin-bottom: 30px;
}
.td-recent-post-two-wrapper .td-post-thumbnail {
    height: 350px;
    margin-bottom: 25px;
}

.td-recent-post-two-wrapper article .post-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.td-recent-post-two-wrapper .td-text-button i.flaticon-right-arrow-1 {
    margin-left: 10px;
    margin-top: 6px;
    stroke-width: 0.5px;
    -webkit-text-stroke-width: 0.5px;
}

.td-recent-post-two-wrapper .td-post-read-more {
    margin-top: 5px;
}

.td-recent-post-two-wrapper .post-meta li, .td-recent-post-two-wrapper .post-meta li a {
    color: var(--aretiv-primary-color-two);
}

@media only screen and (max-width: 1024px) {
    .td-recent-post-two-wrapper .post-meta ul li {
        font-size: 16px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .td-recent-post-two-wrapper .post-meta ul li {
        font-size: 18px;
    }
}

/*====================================
# Recent Post Three CSS
====================================*/

.td-recent-post-three-wrapper .td-post-thumbnail {
    height: 425px;
    margin-bottom: 30px;
}


.td-recent-post-three-wrapper .td-single-post-item:nth-child(1) .td-post-thumbnail {
    height: 789px;
}

.td-recent-post-three-wrapper .td-single-post-item:nth-child(1) article {
    padding-right: 10%;
}


.td-recent-post-three-wrapper  article .post-title {
    font-size: 44px;
    line-height: 110%;
    font-weight: 700;
    color: #5D1A79;
}

.td-recent-post-three-wrapper .td-post-excerpt {
    font-size: 24px;
    color: #493e4e;
    font-weight: 400;
    line-height: 150%;
}

.td-recent-post-three-wrapper .td-section-title-seven-subtitle-big, .td-recent-post-three-wrapper .td-section-title-seven-title {
    font-size: 110px;
    line-height: 90%;
}

.td-recent-post-three-wrapper .td-section-title-seven-wrapper {
    text-align: right;
}

.td-recent-post-three-wrapper .td-section-title-seven-subtitle-wrapper{
    justify-content: right;
}

.td-recent-post-three-wrapper .td-section-title-seven-wrapper{
    margin-bottom: 40px;
}

.td-recent-post-three-wrapper .td-post-read-more {
    margin-top: 40px;
}

.td-recent-post-three-wrapper .td-post-read-more .td-button {
    background-color: #f4e9fc;
    border: none;
    color: #5D1A79;
    text-transform: uppercase;
}

.td-recent-post-three-wrapper .td-post-read-more .td-button:hover{
    background-color: #5D1A79;
    color: #ffffff;
}

.td-recent-post-three-wrapper .td-featured-works-slider-arrow {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: right;
    margin-bottom: 50px;
}

.td-section-title-seven-wrapper.td-recent-post-three-section-title-large {
    display: none;
}

.td-recent-post-three-wrapper .td-single-post-item {
    margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
    .td-section-title-seven-wrapper.td-recent-post-three-section-title-small{
        display: none;
    }

    .td-section-title-seven-wrapper.td-recent-post-three-section-title-large {
        display: block;
    }
    .td-recent-post-three-wrapper .td-section-title-seven-wrapper {
        text-align: center;
    }

    .td-recent-post-three-wrapper .td-section-title-seven-subtitle-wrapper {
        justify-content: center;
    }

    .td-recent-post-three-wrapper .td-featured-works-slider-arrow {
        display: none;
    }

    .td-recent-post-three-wrapper .td-single-post-item:nth-child(1) .td-post-thumbnail,.td-recent-post-three-wrapper .td-post-thumbnail {
        height: 350px;
    }

    .td-recent-post-three-wrapper .td-single-post-item:nth-child(1) article {
        padding-right: 0;
    }

    .td-recent-post-three-wrapper  article .post-title {
        font-size: 38px;
    }

    .td-recent-post-three-wrapper .td-post-excerpt {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .td-recent-post-three-wrapper .td-section-title-seven-subtitle-big, .td-recent-post-three-wrapper .td-section-title-seven-title {
        font-size: 60px;
        line-height: 100%;
    }

    .td-recent-post-three-wrapper .td-section-title-seven-wrapper {
        margin-bottom: 30px;
    }
}

/*====================================
# Contact Info One CSS
====================================*/
.td-contact-info-main-title {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 50px;
}

.td-contact-info-one-item {
    margin-bottom: 25px;
}

.td-info-one-title {
    margin-bottom: 10px;
}
.td-info-one-desc a {
    color: #192A2E;
    font-size: 28px;
    font-weight: 600;
    line-height: 160%;
}

@media only screen and (max-width: 767px) {
    .td-contact-info-main-title {
        font-size: 36px;
        margin-bottom: 35px;
    }
}
/*====================================
# Contact Form 7 One CSS
====================================*/
.td-cf7-contact-form .td-form-title {
    font-size: 64px;
    line-height: 114%;
    margin-bottom: 35px;
}

div.themedraft-contact-form-container select,
div.themedraft-contact-form-container input,
div.themedraft-contact-form-container textarea {
    background-color: #f4f5fb;
    border-color: #f4f5fb;
    border-radius: 0;
    color: #192A2E;
}

div.themedraft-contact-form-container select:focus,
div.themedraft-contact-form-container input:focus,
div.themedraft-contact-form-container textarea:focus {
    border-color: #4b74e0;
}

div.themedraft-contact-form-container ::placeholder {
    color: #192A2E;
}

div.themedraft-contact-form-container :-ms-input-placeholder {
    color: #192A2E;
}

div.themedraft-contact-form-container ::-ms-input-placeholder {
    color: #192A2E;
}

div.themedraft-contact-form-container label {
    margin-bottom: 15px;
}

.td-form-control-wrapper p{
    margin-bottom: 0;
}

.form-btn-full-width .td-button,
.form-btn-full-width input[type="submit"],
.form-btn-full-width button[type="submit"]{
    width: 100%;
    justify-content: center;
}

.td-form-bottom-text {
    color: #cac4c4;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .td-cf7-contact-form .td-form-title {
        font-size: 36px;
    }
}

/*====================================
# Contact Info Three Box
====================================*/

.td-contact-details-box {
    background: #f4f5fb;
    padding: 45px 30px 40px 135px;
    margin-bottom: 30px;
    position: relative;
}
.td-contact-box-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.td-contact-details-box-icon {
    height: 65px;
    width: 65px;
    box-shadow: -10px 10px #5d1a79;
    position: absolute;
    left: 45px;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    background: #ffffff;
    color: #5d1a79;
}

.entry-content .td-contact-details-box ul li {
    margin-bottom: 0;
}

.td-contact-details-box ul li a:hover {
    color: #ed7c50
}

.td-contact-details-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .td-contact-details-box {
        padding: 45px 30px 40px 105px;
    }

    .td-contact-details-box-icon {
        height: 60px;
        width: 60px;
        left: 30px;
    }
}

/*====================================
# Get A Quote Form CSS
====================================*/
.td-get-a-quote-form-container {
    position: relative;
}

.td-get-a-quote-form-container button[type="submit"] {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.themedraft-contact-form-container .td-get-a-quote-form-container input {
    margin-bottom: 0 !important;
    padding: 20px 30px;
    height: 92px;
    border: 1px solid #d1d4d5;
    background-color: #ffffff;
}

.td-cf7-contact-form .td-get-a-quote-form .td-form-title{
    margin-bottom: 70px;
    width: 70%;
    display: inline-block;
}

.themedraft-contact-form-container .td-get-a-quote-form-container {
    width: 60%;
    display: inline-block;
}

.td-contact-form-container.td-get-a-quote-form {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .td-cf7-contact-form .td-get-a-quote-form .td-form-title{
        margin-bottom: 50px;
        width: 100%;
    }

    .themedraft-contact-form-container .td-get-a-quote-form-container {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-cf7-contact-form .td-get-a-quote-form .td-form-title{
        font-size: 30px;
    }

    .td-cf7-contact-form .td-get-a-quote-form .td-form-title{
        margin-bottom: 40px;
    }

    .themedraft-contact-form-container .td-get-a-quote-form-container {
        width: 100%;
    }

    .td-get-a-quote-form-container button[type="submit"] {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    div.themedraft-contact-form-container .td-get-a-quote-form-container input {
        padding: 10px 20px;
        height: 70px;
    }
}


/*====================================
# Icon Box One CSS
====================================*/
.td-single-icon-box-one {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    margin-bottom: 30px;
}

.td-icon-box-one-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.td-icon-box-one-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #f4f6fc;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    font-size: 35px;
    color: var(--aretiv-primary-color-one);
    display: block;
    flex: 0 0 auto;
}

.td-icon-box-one-title-wrapper {
    flex-grow: 1;
}


.td-icon-box-one-icon svg,
.td-icon-box-one-icon img{
    height: 40px;
    width: 40px;
    margin-top: -8px;
}

.td-icon-box-one-icon svg path{
    fill:var(--aretiv-primary-color-one);
}

/*====================================
# Swipe Image CSS
====================================*/
.swipe-img-details-url {
    display: block;
}


.swipe-image-title {
    font-size: 36px;
    line-height: 104%;
    font-weight: 600;
    margin-bottom: 0;
    transition: .3s;
}
.swipe-img-content {
    position: relative;
    z-index: 1;
}
.swipe-img-item {
    padding: 55px 0 55px;
    border-bottom: 1px solid #c9ced7;
    position: relative;
    opacity: 1;
    transform: translateZ(0);
    transition-timing-function: ease;
    transition-property: opacity,transform;
}

.swipe-img-item img.swipe-image {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 350px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.swipe-img-right-arrow {
    height: 64px;
    width: 64px;
    background: var(--aretiv-primary-color-one);
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.swipe-img-right-arrow svg {
    height: 35px;
    width: 35px;
}

.swipe-img-details-url:hover .swipe-image-title{
    color: var(--aretiv-primary-color-one);
}
.swipe-image-title-number {
    margin-right: 40px;
}

.title-center-on-hover .swipe-img-item:hover .swipe-image-title{
    margin-left: -50%;
    transform: translateX(50%);
}

@media only screen and (max-width: 1024px) {
    .td-service-two-wrapper .swipe-image{
        display: none;
    }

    .swipe-image-title-number {
        margin-right: 15px;
    }

    .swipe-image-title {
        font-size: 32px;
    }

    .title-center-on-hover .swipe-img-item:hover .swipe-image-title {
        margin-left: 0;
        transform: translateX(0);
    }
}

@media only screen and (max-width: 767px) {
    .swipe-img-right-arrow{
        display: none;
    }

    .swipe-img-item {
        padding: 35px 0 35px;
    }
    .swipe-image-title {
        font-size: 31px;
    }
}

/*================================
Marquee Text CSS
================================*/
.td-marquee-wrap {
    overflow: hidden;
    display: block;
    background-color: var(--aretiv-primary-color-one);
    padding: 60px 0;
    width: calc(100% + 10%);
    margin-left: -5%;
}

.td-marquee-text {
    animation: marquee 45s linear infinite;
    position: relative;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-family: Syne;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 61.6px */
    text-transform: uppercase;
    color: #ffffff;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translatex(-100%); }
}

.td-marquee-text i {
    font-size: 30px;
    margin: -9px 30px 0 30px;
    display: inline-block;
    vertical-align: middle;
}

.td-marquee-text svg {
    width: 40px;
    margin: -6px 30px 0 30px;
}

@media only screen and (max-width: 767px) {
    .td-marquee-text {
        font-size: 24px;
    }

    .td-marquee-text svg {
        width: 25px;
        margin: -6px 15px 0 15px;
    }

    .td-marquee-wrap{
        padding: 45px 0;
    }
}

/*================================
Team One CSS
================================*/
.td-single-team-member-one {
    margin-bottom: 30px;
    text-align: left;
}

.td-member-one-name{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.td-member-one-image {
    margin-bottom: 25px;
}
.td-member-one-image .td-member-details-url{
    display: block;
}
.td-member-one-image img {
    width: 100%;
}

/*================================
Team Two CSS
================================*/
.td-single-team-member-two {
    margin-bottom: 30px;
}

.td-member-two-image {
    position: relative;
    overflow: hidden;
}

.td-member-two-image img,.td-member-two-details-url {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-member-two-image {
    position: relative;
    overflow: hidden;
    background-color: #FEEDED;
}

.td-team-two-member-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 25px;
    pointer-events: none;
}

.td-member-two-name {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 0;
    color: #1B0E21;
}

.td-member-designation {
    color: #1B0E21;
    font-size: 18px;
    text-transform: capitalize;
}

/*================================
Team Three CSS
================================*/
.team-wrapper-top-shape {
    position: absolute;
    height: 160px;
    width: 80px;
    background: #ED7C50;
    top: -65px;
    right: -40px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    transform: rotate(-218deg);
    z-index: -1;
}

.td-single-team-member-three {
    margin-bottom: 30px;
}

.td-team-member-three-info {
    position: relative;
    z-index: 2;
}

.td-team-member-three-info-content {
    padding: 40px;
    background: #5D1A79;
    z-index: 3;
    position: relative;
    transition: .3s;
}

.td-member-details-url {
    display: block;
}

.td-member-three-image img {
    width: 100%;
}
.td-member-three-name {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.td-team-member-three-info .td-member-designation {
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
}

.td-team-member-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 40px;
    transition: .3s;
    transform: translateY(100%);
}

.td-member-three-shape {
    position: absolute;
    left: 0;
    top: -74px;
    clip-path: polygon(0 25%, 0 100%, 100% 100%);
    background: #5d1a79;
    height: 75px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1;
    transform: translateY(100%);
}

.td-team-member-social a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 5px;
    display: block;
}

.td-team-member-social a:hover{
    color: #ffffff;
}

.td-single-team-member-three:hover .td-team-member-social,
.td-single-team-member-three:hover .td-member-three-shape{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.td-single-team-member-three:hover .td-team-member-three-info-content,
.td-single-team-member-three:hover .td-member-three-shape{
    background-color: #ed7c50;
}

@media only screen and (max-width: 1024px) {
    .td-member-three-name {
        font-size: 42px;
    }

    .td-member-three-shape {
        top: -64px;
        height: 65px;
    }

    .td-team-member-three-info-content {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-member-three-name {
        font-size: 40px;
    }
}


/*================================
Hero Slider One CSS
================================*/
.td-home-slider-area .container {
    max-width: 1456px;
}

.td-single-slide-item, .td-single-slide-item.slick-slide {
    height: 850px;
    display: flex !important;
    align-items: center;
}

.td-slide-title {
    font-size: 116px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
}

.td-slide-desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    width: 80%;
    color: #ffffff;
    margin-top: 35px;
}

.slider-button-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.slider-button-wrapper .td-button.td-slider-btn-one {
    margin-right: 15px;
}

.slider-button-wrapper .td-button {
    background-color: var(--aretiv-primary-color-one);
    border-color: var(--aretiv-primary-color-one);
}


.slide-custom-dot-wrapper {
    width: 180px;
    height: 2px;
    position: relative;
    margin: 0 10px;
}

.slide-custom-dots {
    position: absolute;
    line-height: 1;
    top: 0;
    width: 100%;
    font-size: 0;
}

.slide-custom-dots .custom-dot {
    display: inline-block;
    height: 2px;
    background-color: #a6a9ad;
    cursor: pointer;
    transition: .3s;
}

.slide-custom-dots .custom-dot:hover,
.slide-custom-dots .custom-dot.active{
    background-color: #4b74e0;
}

.current-and-total-slide-count-with-dot {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    margin-right: 40px;
}

.dot-arrow-rating-img-wrapper .rating-img {
    max-width: 300px;
}
.hero-one-slide-arrow {
    margin-right: 80px;
}
.hero-one-slide-arrow .slick-arrow svg {
    width: 32px;
    height: 32px;
    line-height: 1;
    opacity: .8;
}

.hero-one-slide-arrow .slick-arrow:hover svg {
    opacity: 1;
}


.hero-one-slide-arrow .slick-arrow {
    height: auto;
    line-height: inherit;
    border-radius: inherit;
    background: transparent;
    width: 32px;
    margin-top: -4px;
}

.dot-arrow-rating-img-wrapper {
    display: inline-flex;
    align-items: center;
    margin-top: 90px;
}

.td-slide-right-bottom-text {
    position: absolute;
    bottom: 0;
    right: -50px;
    background-color: #ebedf7;
    padding: 120px 150px 70px 80px;
    transform: skewX(-20deg);
    background-size: cover;
    background-position: center;
}

.td-slide-right-bottom-text-content{
    display: flex;
    align-items: center;
    transform: skewX(20deg);
}

.td-slide-right-bottom-text-1 {
    font-size: 92px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    color: #192A2E;
}
.td-slide-right-bottom-text-2 {
    margin-left: 20px;
    font-size: 24px;
    line-height: 140%;
}

.td-slide-right-bottom-text .current-slide-number {
    font-size: 216px;
    font-weight: 700;
    transform: skewX(20deg);
    color: var(--aretiv-primary-color-one);
    position: absolute;
    top: -30px;
}

.slider-button-wrapper .td-video-button{
    position: relative;
    transform: translateX(0%) translateY(0%);
    top: auto;
    left: auto;
}

.slider-button-wrapper .td-video-button:before,.slider-button-wrapper .td-video-button:after{
    width: 80px;
    height: 80px;
    background-color: #ffffff;
}

.slider-button-wrapper .td-video-button:hover:before,.slider-button-wrapper .td-video-button:hover:after{
    background-color: #ffffff;
}

.slider-button-wrapper .slider-video-btn .td-video-button i{
    color: var(--aretiv-secondary-color-one);
}

.slider-button-wrapper .slider-video-btn {
    display: flex;
    justify-content: center;
    margin-left: 80px;
}


.slider-button-wrapper .td-video-btn-text {
    margin-left: 50px;
    color: #ffffff;
    font-size: 24px;
}

@media only screen and (max-width: 1480px) {
    .td-slide-title {
        font-size: 100px;
    }

    .hero-one-slide-arrow {
        margin-right: 30px;
    }

    .td-slide-right-bottom-text{
        padding: 120px 110px 70px 80px
    }

    .dot-arrow-rating-img-wrapper .rating-img {
        max-width: 280px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-slide-title {
        font-size: 70px;
    }

    .td-slide-desc{
        width: 100%;
    }

    .td-slide-right-bottom-text {
        display: none;
    }

    .td-single-slide-item, .td-single-slide-item.slick-slide {
        height: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .td-slide-title {
        font-size: 32px;
        line-height: 120%;
    }

    .td-slide-desc {
        font-size: 20px;
        margin-top: 20px;
    }

    .slider-button-wrapper {
        margin-top: 40px;
        display: inline-block;
    }

    .slider-button-wrapper .td-slider-btn-two {
        margin-top: 10px;
    }

    .hero-one-slide-arrow {
        display: none;
    }

    .dot-arrow-rating-img-wrapper {
        display: block;
        margin-top: 60px;
    }

    .dot-arrow-rating-img-wrapper .rating-img {
        max-width: 90%;
        margin-top: 30px;
    }

    .slider-button-wrapper .slider-video-btn {
        display: inline-block;
        margin-left: 30px;
    }

    .slider-button-wrapper .td-video-btn-text{
        display: none;
    }

    .slider-button-wrapper.slider-have-video {
        display: flex;
    }

}

/*================================
Team Details CSS
================================*/

.member-details-info .member-name {
    font-size: 48px;
    line-height: 104%;
    margin-top: -5px;
    margin-bottom: 15px;
}

.member-details-info .member-designation {
    font-weight: 500;
    font-size: 24px;
    color: var(--aretiv-secondary-color-one);
    border-bottom: 1px solid #daddde;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.member-details-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.member-details-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 2%;
    min-width: 48%;
}

.member-details-content ul li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    left: 0px;
    top: 1px;
}
.member-details-content h1,
.member-details-content h2,
.member-details-content h3,
.member-details-content h4,
.member-details-content h5,
.member-details-content h6{
    margin: 25px 0 20px 0;
}

.member-details-info .social-profiles .social-title {
    font-weight: 700;
    font-size: 22px;
    color: #182a2e;
}

.member-details-info .social-profiles li a {
    padding: 5px;
    display: inline-block;
    margin-left: 3px;
}

.member-details-info .social-profiles {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .member-details-image {
        text-align: center;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .member-details-info .member-name {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

/*================================
Team Details Two CSS
================================*/
.td-member-details-two .td-member-desc-wrapper {
    padding-left: 50px;
}

.td-member-details-two .td-member-image {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
}

.td-member-details-two .td-member-name {
    font-size: 60px;
    letter-spacing: .5px;
    line-height: 100%;
    margin-bottom: 10px;
}

.td-member-details-two .td-designation {
    color: #9225E0;
    text-transform: capitalize;
    font-size: 20px;
}

.td-member-details-two .member-details-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.td-member-details-two .member-details-social li:not(:last-child) {
    margin-bottom: 10px;
}

.td-member-details-two .member-details-social a {
    height: 40px;
    width: 40px;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    background-color: #9225E0;
}

.td-member-details-two blockquote {
    font-family: 'Space Grotesk';
    font-size: 20px;
    font-weight: 500;
    border-color: #9225E0;
    background-color: #f0f2fa82;
    margin: 25px 0;
}

.td-member-details-two .td-member-desc {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .td-member-details-two .td-member-image {
        margin-bottom: 60px;
    }

    .td-member-details-two .member-details-social {
        top: 20px;
        transform: translateY(0%);
        right: 20px;
    }

    .td-member-details-two .td-member-desc-wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .td-member-details-two .td-member-image {
        margin-bottom: 50px;
    }

    .td-member-details-two .td-member-name {
        font-size: 46px;
    }
}

/*================================
Team Details Three CSS
================================*/
/*--------------------------------------------------------------
# Team Member Details Tab Css
--------------------------------------------------------------*/

.team-member-details-three-wrapper .td-tab-two-container {
    padding: 50px 50px 50px 50px;
    background-color: #f4f5fb;
}

.team-member-details-three-wrapper .td-tab-two-container .nav.nav-tabs {
    justify-content: start;
    border: none !important;
}

.team-member-details-three-wrapper .nav-link {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #182a2e;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #dddddd8f !important;
    justify-content: center;
    padding: 10px 35px;
    border-radius: 0;
    margin: 0 10px 10px 0;
}

.team-member-details-three-wrapper .td-tab-two-container .nav-link:hover,
.team-member-details-three-wrapper .td-tab-two-container .nav-link.active {
    background-color: var(--aretiv-primary-color-one);
    color: #ffffff;
}

.team-member-details-three-wrapper .td-tab-two-container .td-tab-title {
    font-size: 42px;
    line-height: 104%;
}

.team-member-details-three-wrapper .td-tab-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
    color: var(--aretiv-primary-color-one);
}

.team-member-details-three-wrapper .tab-description,
.team-member-details-three-wrapper .td-tab-content-wrapper strong {
    margin-top: 20px;
}

.team-member-details-wrapper .tab-social-icons {
    margin-top: 40px;
}

.team-member-details-three-wrapper .tab-social-icons ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid;
    border-color: #182a2e;
    text-align: center;
    border-radius: 50%;
    color: #182a2e;
    margin-right: 5px;
}

.team-member-details-three-wrapper .tab-social-icons ul li a:hover {
    color: #ffffff;
    background-color: var(--aretiv-primary-color-one);
    border-color: var(--aretiv-primary-color-one);
}


.team-member-details-three-wrapper .member-image-wrapper img {
    width: 100%;
}

.team-member-details-three-wrapper .td-skills-wrapper {
    margin-top: 75px;
}

.team-member-details-three-wrapper .td-skills-wrapper .skillbar {
    width: 100%;
    height: 10px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 10px;
}

.team-member-details-three-wrapper .skill-title {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #182a2e;
    letter-spacing: .5px;
}

.team-member-details-three-wrapper .td-skills-wrapper .count-bar {
    width: 0;
    height: 10px;
    position: relative;
    text-align: right;
    padding-right: 0;
    color: #182a2e;
    background-color: var(--aretiv-primary-color-one);
    border-radius: 10px;
    overflow: visible !important;
    font-size: 18px;
    font-weight: 700;
}

.team-member-details-three-wrapper .td-skills-wrapper .count-bar .skill-percent-count-wrap {
    position: absolute;
    top: -31px;
    right: 0;
}

.team-member-details-three-wrapper .td-skills-wrapper .skillbar:last-child {
    margin-bottom: 0;
}

.td-member-award {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.td-member-award-image {
    max-width: 100px;
}


@media only screen and (max-width: 1024px) {
    .member-image-wrapper {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .team-member-details-three-wrapper .td-tab-two-container {
        padding: 50px 20px 50px 20px;
    }

    .team-member-details-three-wrapper .nav-link {
        font-size: 22px;
    }

    .team-member-details-three-wrapper .td-tab-two-container .td-tab-title {
        font-size: 36px;
    }

    .td-member-award-image {
        max-width: 50px;
    }
}

/*=======================
Person Short Info
=========================*/
.td-person-info-content {
    position: relative;
    padding-left: 80px;
}

.td-person-short-info-wrapper .td-person-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2px;
}

.td-person-short-info-wrapper .td-person-name, .td-person-short-info-wrapper .td-person-designation {
    display: block;
}

.td-person-short-info-wrapper .td-person-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
}

.td-person-short-info-wrapper {
    border-top: 1px solid #daddde;
    padding-top: 32px;
}


/*====================================
# Video Popup One CSS
====================================*/
.td-img-with-video.video-popup-one {
    position: relative;
}

.td-video-button-style-two {
    height: 200px;
    width: 200px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    background-color: #ed7c50;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.td-video-button-style-two i {
    position: absolute;
    height: 110px;
    width: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 30px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    color: #ffffff;
}

.td-video-button-style-two svg{
    fill: #ffffff;
}

.video-popup-one .td-video-overlay {
    background: linear-gradient(0deg, rgba(93, 26, 121, 0.10) 0%, rgba(93, 26, 121, 0.10) 100%);
    z-index: 1;
}

.video-popup-one .bottom-left-shape {
    position: absolute;
    height: 170px;
    width: 85px;
    background: #ED7C50;
    bottom: -90px;
    left: -20px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    transform: rotate(-55deg);
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .td-video-button-style-two {
        height: 160px;
        width: 160px;
        padding: 5px;
    }
}

/*====================================
# Video Gallery CSS
====================================*/
.td-img-with-video .container{
    padding: 0 10px;
}

.td-video-image{
    height: 630px;
    overflow: hidden;
    position: relative;
}

.td-video-btn-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.td-video-bottom-right-shape {
    position: absolute;
    right: -25px;
    bottom: 0;
    background: #ffffff;
    height: 100px;
    width: 30%;
    transform: skewX(-20deg);
    padding: 30px 45px 30px 45px;
}

.td-video-bottom-right-shape-content{
    transform: skewX(20deg);
}

.td-video-bottom-right-shape-content .td-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.td-video-bottom-right-shape-content .td-designation {
    color: #757f82;
    margin-top: 3px;
}

.td-img-with-video .slick-arrow {
    background: #ffffff;
    height: 32px;
    width: 32px;
    padding: 0;
    position: absolute;
    right: 40px;
    bottom: 30px;
    opacity: .6;
}
.td-img-with-video .slick-arrow:hover{
    opacity: 1;
}
.td-img-with-video .slick-arrow.slick-prev {
    margin-right: 32px;
    z-index: 1;
}
.td-video-overlay {
    background: rgba(1, 14, 34, .6);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


@media only screen and (max-width: 1024px) {
    .td-video-image {
        height: 470px;
    }

    .td-video-bottom-right-shape{
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .td-video-image {
        height: 400px;
    }

    .td-video-bottom-right-shape {
        width: 90%;
        padding: 30px 35px 30px 40px;
    }

    .td-img-with-video .slick-arrow{
        right: 10px;
    }
}


/*====================================
# Video Gallery Two CSS
====================================*/
.video-banner-item {
    height: 530px;
    position: relative;
    padding: 90px 100px;
}

.video-banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #060D22 0.06%, rgba(0, 8, 7, 0.20) 99.93%);
    left: 0;
    top: 0;
}

.video-thumbnail-wrapper{
    margin-top: 30px;
}
.video-banner-content {
    position: relative;
    width: 60%;
}
.video-banner-title {
    font-size: 58px;
    color: #ffffff;
    line-height: 110%;
}

.td-video-gallery-play-btn-wrap {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-left: 15px;
}

.video-text-button,.video-text-button:hover{
    color:#ffffff;
}

.td-video-gallery-play-btn-wrap .td-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(0%) translateY(0%);
    margin-right: 35px;
}

.td-video-gallery-play-btn-wrap .td-video-button:before, .td-video-gallery-play-btn-wrap .td-video-button:after,
.td-video-gallery-play-btn-wrap .td-video-button:hover:before, .td-video-gallery-play-btn-wrap .td-video-button:hover:after{
    width: 55px;
    height: 55px;
    background-color: #ffffff;
}

.td-video-gallery-play-btn-wrap .td-video-button i {
    color: #40434a;
    font-size: 16px;
}

span.video-banner-title-top-text {
    color: #FCCF5A;
    text-transform: uppercase;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.10);
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}

.video-banner-title-top-text svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.video-banner-sub-content {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.language-flag-and-name {
    display: flex;
    align-items: center;
}

.language-flag-and-name img {
    width: 30px;
    margin: 0 8px 0 15px;
}


.video-thumbnail-item {
    position: relative;
    height: 430px;
    padding: 25px;
    display: table;
    width: 100%;
    cursor: pointer;
}

.video-thumbnail-item:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(3, 17, 48, 0.00) 0%, rgba(3, 17, 48, 0.80) 100%);
}

.video-thumbnail-item .td-table-cell{
    vertical-align: bottom;
}

.video-thumbnail-content {
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}

.video-thumbnail-title {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 22px;
}

.video-thumbnail-title-subtitle {
    flex: 1;
}
.video-thumbnail-subtitle {
    font-size: 15px;
}

.video-rating-wrapper {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    line-height: 1;
}

.video-rating-wrapper i {
    font-size: 14px;
    margin-left: 3px;
    line-height: 1;
}

@media only screen and (max-width: 1280px) {
    .video-banner-content {
        width: 73%;
    }
}

@media only screen and (max-width: 1024px) {
    .video-banner-content {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .video-banner-item {
        padding: 65px 55px;
    }

    .video-banner-content {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .video-thumbnail-content {
        display: block;
    }
    .video-thumbnail-title {
        font-size: 20px;
    }

    .video-thumbnail-item {
        height: 230px;
        padding: 15px;
    }

    .video-rating-wrapper {
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.20);
        font-size: 16px;
        font-weight: 700;
        padding: 8px 15px;
        line-height: 1;
        display: inline-block;
        margin-top: 10px;
    }

    .video-banner-item {
        padding: 25px 15px;
        height: 455px;
    }

    .video-banner-title {
        font-size: 36px;
    }

    .video-banner-sub-content {
        display: block;
    }

    .language-flag-and-name {
        margin-top: 10px;
    }

    .language-flag-and-name img {
        margin-left: 0;
    }

    .td-video-gallery-play-btn-wrap {
        margin-top: 55px;
    }
}

/*====================================
# Video Gallery Three CSS
====================================*/
.video-gallery-three-thumbnail-wrapper {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.td-video-play-button {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-gallery-three-desc {
    font-size: 22px;
    line-height: 140%;
    margin: 30px 0 40px 0;
}

.video-gallery-three-author {
    position: relative;
    min-height: 56px;
    padding-left: 70px;
}

.video-gallery-three-author-img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-gallery-three-author-name {
    display: block;
    font-size: 20px;
}

.video-gallery-three-author-designation {
    font-size: 16px;
}

.row.td-video-gallery-three-slider{
    margin-right: -35%;
}

.video-gallery-three-slider-progress {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #3c3c3c;
    background-image: linear-gradient(to right, #000000, #000000);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .3s ease-in-out;
    margin-top: 90px;
}


@media only screen and (max-width: 1024px) {
    .row.td-video-gallery-three-slider {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row.td-video-gallery-three-slider {
        margin-right: -10px;
    }

    .video-gallery-three-thumbnail-wrapper {
        height: 350px;
    }

    .video-gallery-three-desc {
        margin: 30px 0 25px 0;
    }

    .video-gallery-three-slider-progress{
        margin-top: 50px;
    }
}


/*====================================
# Video Gallery Four CSS
====================================*/
.video-gallery-four-thumbnail-wrapper {
    height: 420px;
    position: relative;
    padding: 30px;
    display: table;
}

.video-gallery-four-desc {
    font-size: 16px;
    line-height: 140%;
    color: #ffffffde;
    display: table-cell;
    vertical-align: bottom;
}

.video-gallery-four-wrapper .td-video-play-button {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-gallery-four-wrapper .slick-arrow {
    position: absolute;
    top: -133px;
    right: 15px;
    font-size: 20px;
    background-color: transparent;
    color: #5D1A79;
    border: 1px solid #5D1A79;
}

.video-gallery-four-wrapper .slick-arrow.slick-prev {
    margin-right: 80px;
    transform: rotate(-180deg);
}

.video-gallery-four-wrapper .slick-arrow:hover{
    opacity: .6;
}

/*=============================
Support Box One Widget CSS
=============================*/
.td-support-box-one-wrapper {
    background-color: #bfeba6;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
}

.td-support-one-image {
    text-align: center;
}

.td-support-one-image img {
    max-width: 95%;
}


.td-support-box-title {
    font-size: 32px;
    line-height: 120%;
    margin-top: 35px;
    margin-bottom: 25px;
}

.support-box-desc {
    color: #4c5e42;
    margin-bottom: 35px;
}

a.support-help-link {
    font-size: 20px;
    text-decoration: underline;
    font-weight: 600;
    color: #000000;
}

a.support-help-link:hover{
    color: #000000;
}

@media only screen and (max-width: 1024px) {
    .td-support-box-title,.support-box-desc,.support-link-wrapper{
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .td-support-box-one-wrapper {
        padding: 25px 25px 30px 25px;
    }

    .support-box-desc {
        margin-bottom: 25px;
    }
}

/*=============================
Button List Widget CSS
=============================*/

.td-button-list-main-wrapper {
    padding: 60px;
    background-color: #F3F8F8;
    border-radius: 16px;
}

.td-button-list-content-wrapper {
    padding: 60px 60px 48px 60px;
    background-color: #ffffff;
    border-radius: 16px;
}

.td-btn-list-wrapper {
    margin: 0 -12px;
}

.td-btn-list-wrapper a, .td-btn-list-wrapper span {
    display: inline-block;
    line-height: 1;
    background-color: #F3F8F8;
    padding: 20px 32px;
    margin: 12px;
    border-radius: 8px;
    color: #313232;
    font-weight: 500;
    text-transform: capitalize;
}

.td-btn-list-wrapper a:hover {
    color: #313232;
}

.td-btn-list-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #000000, 4%, #6FD6D3 87%);
}

.td-button-list-desc {
    margin-top: 40px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .td-button-list-main-wrapper {
        padding: 15px;
    }

    .td-button-list-content-wrapper {
        padding: 15px 15px 10px 15px;
    }

    .td-btn-list-wrapper a, .td-btn-list-wrapper span{
        margin: 5px;
    }

    .td-button-list-desc {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .td-btn-list-title {
        font-size: 32px;
    }
}

/*======================
Text Box Widget CSS
======================*/

.td-single-text-box-one {
    margin-bottom: 30px;
}

.td-text-box-one-title {
    font-size: 24px;
    line-height: 120%;
    text-transform: capitalize;
}

/*======================
Subscribe Form Three CSS
======================*/

.td-subscribe-form-three-main-wrapper {
    background-color: #F3F4F7;
    padding: 32px;
    border-radius: 8px;
}

.td-subscribe-form-three-wrapper {
    background-color: #ffffff;
    padding: 25px 30px 30px 30px;
    border-radius: 8px;
}

.subscribe-three-title {
    font-size: 26px;
    margin-bottom: 35px;
}

.td-subscribe-form-three{
    position: relative;
}

.td-subscribe-form-three .td-subscribe-button {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    overflow: hidden;
    bottom: 8px;
}

.td-subscribe-form-three input[type="email"] {
    height: 70px;
    margin-bottom: 0;
    border-radius: 5px;
}

.td-subscribe-form-three .td-subscribe-button input[type="submit"]{
    padding: 15px 22px 15px 22px;
    height: 100%;
    background-color: var(--aretiv-primary-color-one);
    border: none;
}

.subscribe-three-image-title {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

@media only screen and (max-width: 767px) {
    .td-subscribe-form-three-main-wrapper {
        padding: 10px;
    }

    .td-subscribe-form-three-wrapper {
        padding: 20px 15px 25px 15px;
    }

    .subscribe-three-title{
        line-height: 1.4;
    }

    .td-subscribe-form-three input[type="email"] {
        height: 60px;
    }

    .td-subscribe-form-three .td-subscribe-button {
        position: relative;
        right: auto;
        top: auto;
        border-radius: 5px;
        overflow: hidden;
        bottom: auto;
        margin-top: 15px;
    }

    .td-subscribe-form-three .td-subscribe-button input[type="submit"] {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}


/*=======================
Support Image Widget CSS
=======================*/
.td-support-img-wrapper {
    margin-bottom: 50px;
    margin-left: 100px;
    text-align: right;
}

.td-support-img-1 {
    width: 460px;
    height: 590px;
    display: inline-block;
    position: relative;
}

.td-support-img-2 {
    height: 360px;
    width: 300px;
    position: absolute;
    bottom: -50px;
    box-shadow: -50px 30px 60px 0px rgba(201, 206, 222, 0.1);
    left: -100px;
}

.td-support-img-text-wrapper {
    position: absolute;
    right: -20px;
    bottom: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    padding: 25px 40px 25px 30px;
    transform: skewX(-20deg);
}

.td-support-img-text {
    transform: skewX(20deg);
    display: flex;
}

.td-support-img-text i {
    margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
    .td-support-img-wrapper{
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .td-support-img-wrapper{
        margin-left: 0;
        text-align: center;
    }

    .td-support-img-1{
        width: 100%;
        height: 500px;
    }

    .td-support-img-2{
        left: 0;
        height: 300px;
        width: 250px;
    }

    .td-support-img-text-wrapper{
        font-size: 20px;
        padding: 20px 35px 20px 25px;
    }
}


/*
Footer Subscribe Form Two
*/

.footer-subscribe-form-two {
    padding: 100px 0 110px 0;
    position: relative;
    overflow: hidden;
}

.footer-subscribe-form-two .footer-subscribe-title {
    font-size: 64px;
    text-align: center;
    line-height: 110%;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 50px;
}
.footer-subscribe-form-two .footer-subscribe-form input[type="email"] {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 30px;
}

.footer-subscribe-form-two .footer-subscribe-form ::placeholder{
    color: #dbe3f9;
}

.footer-subscribe-form-two .mc4wp-form-fields {
    display: flex;
}

.footer-subscribe-form-two input[type="submit"],.footer-subscribe-form-two input[type="submit"]:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #4b74e0;
}

.footer-sub-two-bottom-shape {
    height: 60px;
    width: 220px;
    background: #192A2E;
    position: absolute;
    bottom: 0;
    left: -20px;
    transform: skewX(20deg);
}

@media only screen and (max-width: 767px) {
    .footer-subscribe-form-two {
        padding: 55px 20px 120px 20px;
    }

    .footer-subscribe-form-two .mc4wp-form-fields {
        display: block;
    }

    .footer-sub-two-bottom-shape{
        width: 160px;
    }

    .footer-subscribe-form-two .footer-subscribe-title{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .footer-subscribe-form-two input[type="submit"] {
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }
}

/*=======================
Photo Gallery One CSS
=======================*/
.td-gallery-one-item {
    height: 470px;
    margin-bottom: 30px;
}

.td-gallery-one-item img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) {
    .td-photo-gallery-one-wrapper .td-gallery-one-column:nth-child(4),
    .td-photo-gallery-one-wrapper .td-gallery-one-column:nth-child(7),
    .td-photo-gallery-one-wrapper .td-gallery-one-column:nth-child(11),
    .td-photo-gallery-one-wrapper .td-gallery-one-column:nth-child(14),
    .td-photo-gallery-one-wrapper .td-gallery-one-column:nth-child(18),
    .td-photo-gallery-one-wrapper .td-gallery-one-column:nth-child(21){
        width: 66.66666667%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .td-gallery-one-item {
        height: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .td-gallery-one-item {
        height: 430px;
    }
}

/*=======================
Photo Gallery Two CSS
=======================*/
.td-photo-gallery-slider-wrapper {
    position: relative;
}

.td-photo-gallery-slider-top-bg {
    position: absolute;
    background-color: #5d1a79;
    left: 0;
    width: 100%;
    height: 300px;
    top: 0;
}

.td-photo-gallery-slider-wrapper .container {
    padding: 0 10px;
}
.td-gallery-slider-item {
    height: 640px;
}

.td-gallery-slider-item img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-gallery-two-item a {
    display: block;
    height: 100%;
}

.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(1) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(3) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(5) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(7) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(9) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(11) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(13) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(15) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(17) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(19) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(21) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(23) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(25) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(27) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(29) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(31) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(33) .td-gallery-slider-item,
.td-photo-gallery-slider-wrapper .row .td-gallery-slider-column:nth-child(35) .td-gallery-slider-item{
    height: 544px;
    margin-top: 48px;
}

.td-grayscale-enable img {
    filter: grayscale(1);
    transition: .3s;
}

.td-grayscale-enable img:hover {
    filter: grayscale(0);
}

@media only screen and (max-width: 1366px) {
    .td-photo-gallery-slider-wrapper .container {
        padding: 0 30px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .td-photo-gallery-slider-wrapper .container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .td-gallery-slider-item {
        height: 544px;
    }
}

@media only screen and (max-width: 767px) {
    .td-photo-gallery-slider-wrapper .container {
        padding: 0 10px;
    }
    .td-gallery-slider-item {
        margin-top: 0 !important;
    }
}
/*=======================
Icon List One Widget
=======================*/
.td-icon-list-one-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.td-icon-list-one-wrapper li:last-child .td-icon-list-one-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.icon-list-one-title {
    font-size: 22px;
    font-weight: 600;
    color: #292A2E;
}

.icon-list-one-desc {
    font-size: 18px;
    margin-top: 10px;
}

.td-icon-list-one-item i {
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--aretiv-primary-color-two);
}

.td-icon-list-one-item svg {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}


/*=======================
Icon Box Two Widget
=======================*/
.td-single-icon-box-two {
    margin-bottom: 35px;
}

.td-icon-box-two-icon {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
    color: var(--aretiv-primary-color-two);
    margin-bottom: 20px;
    display: inline-block;
}

.td-icon-box-two-icon svg,.td-icon-box-two-icon img {
    margin-top: -10px;
}

.td-icon-box-two-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #192A2E;
    line-height: 1;
}

.td-icon-box-two-desc{
    margin-top: 25px;
}

.td-icon-box-two-wrapper.layout-two .td-icon-box-two-icon-title-wrapper{
    position: relative;
    padding-left: 70px;
}

.td-icon-box-two-wrapper.layout-two .td-icon-box-two-icon {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    font-size: 55px;
}

.td-icon-box-two-wrapper.layout-two .td-icon-box-two-desc {
    margin-top: 30px;
}

/*=======================
Count Box Three Widget
=======================*/
.td-counter-box-three {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #daddde;
    padding: 25px 25px 20px 25px;
}

.td-counter-box-three-counter {
    font-size: 40px;
    color: #000000;
    position: relative;
}

.td-count-three-title {
    font-size: 24px;
    line-height: 120%;
    color: #1a2a2d;
    margin: 25px 0 5px;
}

.counter-three-icon {
    height: 25px;
    width: 25px;
    font-size: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    line-height: 25px;
    color: #4b74e0;
}

.counter-three-icon svg,.counter-three-icon img {
    margin-top: -10px;
}

/*=======================
Icon Box Three Widget
=======================*/

.td-single-icon-box-three {
    border: 1px solid #ffffff;
    padding: 50px 30px 35px 30px;
    text-align: center;
    border-bottom: 5px solid #FBC5C5;
    margin-bottom: 30px;
    background-color: #5d1a79;
}

.td-icon-box-three-icon {
    height: 72px;
    width: 72px;
    color: #FBC5C5;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    display:inline-block;
}

.td-icon-box-three-icon svg,.td-icon-box-three-icon img {
    margin-top: -20px;
}

.td-icon-box-three-title {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin: 35px 0 20px 0;
    display: block;
}

.td-icon-box-three-desc {
    color: #dfd1e4;
    font-size: 20px;
    line-height: 140%;
}

@media only screen and (max-width: 1024px) {
    .td-icon-box-three-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .td-single-icon-box-three {
        padding: 45px 15px 35px 15px;
    }
}

/*=======================
Icon Box Four Widget
=======================*/

.td-single-icon-box-four {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
}

.td-icon-box-four-icon {
    height: 65px;
    width: 65px;
    display: inline-block;
    font-size: 50px;
    line-height: 65px;
}

.td-icon-box-four-icon svg,.td-icon-box-four-icon img {
    margin-top: -10px;
}

.td-icon-box-four-title {
    font-size: 32px;
    line-height: 120%;
    display: block;
    margin: 40px 0 20px;
}

.td-icon-box-four-url {
    margin-top: 50px;
}

.td-icon-box-four-url .td-text-button i {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .td-single-icon-box-four {
        padding: 25px;
    }
}

/*=======================
Social Slider Widget
=======================*/
.td-social-slider {
    background-color: #6d3186;
    padding: 50px 100px;
}
.td-social-slider-site-wrapper {
    text-align: center;
    margin: 20px 0;
}

.td-social-slider-site-name {
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    line-height: 140%;
    display: inline-block;
    background: linear-gradient(180deg, #FFF -7.78%, rgba(255, 255, 255, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-center .td-social-slider-site-name{
    background-color: transparent;
    -webkit-text-fill-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .td-social-slider {
        padding: 20px 20px;
    }

    .td-social-slider-site-wrapper {
        margin: 10px 0;
    }

    .td-social-slider-site-name {
        font-size: 52px;
    }
}
/*=======================
Contact Info Two Widget
=======================*/
.contact-info-two-icon {
    height: 55px;
    width: 55px;
    font-size: 55px;
    color: #4B74E0;
    margin-bottom: 25px;
}

.contact-info-two-icon svg{
    fill: #4B74E0;
}

.td-contact-two-title {
    font-size: 32px;
    margin-bottom: 0px;
}

.td-contact-two-subtitle {
    display: block;
    margin-bottom: 15px;
    color: #868686;
}

.td-contact-info-two-desc li{
    margin-bottom: 0 !important;
}

.td-contact-info-two-desc a {
    font-weight: 600;
    font-size: 16px;
}

.td-contact-info-two-content {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .td-contact-two-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-two-icon{
        margin-bottom: 10px;
    }
}

/*====================================
# Client Rating CSS
====================================*/
.td-client-rating-main-wrapper {
    height: 766px;
    display: table;
    width: 100%;
    position: relative;
}

.td-client-rating-content-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.td-rating-middle-text-and-icon {
    display: inline-block;
}

.td-rating-middle-text-and-icon .icon {
    height: 90px;
    width: 90px;
    display: inline-block;
    font-size: 90px;
    line-height: 1;
    color: #3C63E2;
}

.user-count-text {
    font-size: 75px;
    font-weight: 800;
    line-height: 1;
    color: #060D22;
    margin: 20px 0 15px;
}

.user-count-subtitle {
    font-size: 24px;
}

.client-1-rating,.client-2-rating,.client-3-rating,.client-4-rating,.client-5-rating {
    position: absolute;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}
.client-1-rating {
    left: 72px;
    bottom: 0;
    height: 260px;
    width: 220px;
}

.client-2-rating {
    right: 80px;
    bottom: 10px;
    height: 281px;
    width: 237px;
}

.client-3-rating {
    left: 0;
    top: 150px;
    height: 178px;
    width: 182px;
}

.client-4-rating {
    right: 0;
    top: 110px;
    height: 238px;
    width: 193px;
}

.client-5-rating {
    left: 40%;
    top: 0;
    height: 119px;
    width: 123px;
}

.client-name-and-rating-wrapper {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 8px 15px 8px 50px;
    position: absolute;
    width: 210px;
}

.rating-star {
    height: 32px;
    width: 33px;
    background-color: #060D22;
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    color: #FCCF5A;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.client-name-and-rating .client-name {
    font-size: 18px;
    display: block;
    font-weight: 500;
    color: #060D22;
    line-height: 1;
}

.client-name-and-rating .client-rating {
    font-size: 14px;
    color: #323747;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.client-1-rating .client-name-and-rating-wrapper {
    top: 50%;
    transform: translateY(-50%);
    right: -130px;
}

.client-2-rating .client-name-and-rating-wrapper {
    bottom: 30px;
    right: calc(100% - 50px);
}

.client-3-rating .client-name-and-rating-wrapper {
    bottom: 30px;
    left: calc(100% - 50px);
}

.client-4-rating .client-name-and-rating-wrapper {
    top: 50%;
    right: calc(100% - 50px);
}

.client-5-rating .client-name-and-rating-wrapper {
    bottom: 0;
    left: calc(100% - 50px);
}

@media only screen and (max-width: 991px) {
    .td-rating-middle-text-and-icon {
        margin-top: 130px;
    }

    .client-1-rating {
        left: 0;
        height: 200px;
        width: 200px;
    }

    .client-2-rating {
        right: 0;
        height: 220px;
        width: 200px;
    }

    .client-4-rating {
        right: 0;
        top: 110px;
        height: 200px;
        width: 170px;
    }

    .client-5-rating {
        left: 30%;
        height: 119px;
        width: 123px;
    }
}

@media only screen and (max-width: 767px) {
    .td-client-rating-main-wrapper{
        height: auto;
    }
    .td-client-rating-content-wrapper {
        display: block;
    }

    .td-rating-middle-text-and-icon {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .client-1-rating, .client-2-rating, .client-3-rating, .client-4-rating, .client-5-rating {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        height: 170px;
        width: 150px;
        margin-top: 30px;
    }

    .client-2-rating,.client-4-rating {
        margin-left: 56%;
    }
}


/*====================================
# Brand Section Images CSS
====================================*/
.td-brand-img-section-wrapper {
    height: 390px;
    width: 100%;
    position: relative;
}

.td-brand-image-item {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
}

.td-brand-image-item.brand-number-1{
    height: 220px;
    width: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.td-brand-image-item.brand-number-2 {
    height: 116px;
    width: 116px;
    bottom: 0;
    left: 0;
}

.td-brand-image-item.brand-number-3 {
    height: 190px;
    width: 190px;
    bottom: 0;
    right: 0;
}

.td-brand-image-item.brand-number-4 {
    height: 82px;
    width: 82px;
    top: 0;
    left: 120px;
}

.td-brand-image-item.brand-number-5 {
    height: 98px;
    width: 98px;
    top: 30px;
    right: 200px;
}

.td-brand-image-item.brand-number-6 {
    height: 84px;
    width: 84px;
    bottom: 108px;
    right: 350px;
}

.td-brand-image-item.brand-number-7 {
    height: 48px;
    width: 48px;
    bottom: 60px;
    left: 340px;
}

.td-brand-image-item.brand-number-8 {
    height: 66px;
    width: 66px;
    top: 105px;
    left: 295px;
}

@media only screen and (max-width: 1024px) {
    .td-brand-image-item.brand-number-1 {
        height: 180px;
        width: 180px;
    }

    .td-brand-image-item.brand-number-3 {
        height: 160px;
        width: 160px;
    }

    .td-brand-image-item.brand-number-6 {
        bottom: 30px;
        right: 250px;
    }

    .td-brand-image-item.brand-number-5 {
        right: 150px;
    }

    .td-brand-image-item.brand-number-7 {
        bottom: 50px;
        left: 240px;
    }

    .td-brand-image-item.brand-number-8 {
        top: 90px;
        left: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .td-brand-image-item.brand-number-4 {
        left: 60px;
    }

    .td-brand-image-item.brand-number-5 {
        right: 60px;
        top: 20px;
    }

    .td-brand-image-item.brand-number-7 {
        bottom: 50px;
        left: 200px;
    }

    .td-brand-image-item.brand-number-6 {
        bottom: 5px;
        right: 230px;
    }

    .td-brand-image-item.brand-number-8 {
        top: 110px;
        left: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .td-brand-image-item.brand-number-1 {
        height: 120px;
        width: 120px;
    }

    .td-brand-image-item.brand-number-2 {
        height: 100px;
        width: 100px;
    }

    .td-brand-image-item.brand-number-3 {
        height: 110px;
        width: 110px;
    }

    .td-brand-image-item.brand-number-4 {
        left: 0;
    }

    .td-brand-image-item.brand-number-5 {
        right: 0;
        top: 0;
    }

    .td-brand-image-item.brand-number-8 {
        top: 130px;
        left: 0;
    }

    .td-brand-image-item.brand-number-6 {
        bottom: 150px;
        right: 0;
    }

    .td-brand-image-item.brand-number-7 {
        bottom: 40px;
        left: 44%;
    }
}

/*====================================
# Logo Showcase CSS
====================================*/
.td-logo-items-wrapper {
    border-radius: 24px;
    border: 1px dashed rgba(59, 128, 128, 0.16);
    background: rgba(255, 255, 255, 0.24);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.td-logo-showcase-wrapper .td-logo-item {
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .td-logo-items-wrapper {
        padding: 20px;
    }

    .td-logo-showcase-wrapper .td-logo-item {
        height: 80px;
        width: 80px;
    }
}

/*====================================
# Project One CSS
====================================*/

.td-single-project-item {
    margin-bottom: 110px;
}

.td-project-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(359deg, #242538 .5%, rgba(36, 37, 56, 0.00) 90.51%);
}

.td-project-image {
    width: 590px;
    height: 800px;
    display: inline-block;
    position: relative;
}

.td-project-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-project-one-wrapper .row .td-project-column:nth-child(even){
    text-align: right;
}

.td-project-number-2 .td-project-image,.td-project-number-3 .td-project-image,
.td-project-number-6 .td-project-image,.td-project-number-7 .td-project-image,
.td-project-number-10 .td-project-image,.td-project-number-11 .td-project-image{
    height: 640px;
}

.td-project-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 135px 30px 30px;
    width: 100%;
    text-align: left;
}

.td-project-title {
    color: #ffffff;
    font-size: 56px;
    display: inline-block;
    line-height: 140%;
    text-transform: capitalize;
    font-weight: 700;
}

.td-project-title:hover{
    color: #ffffff;
}

.td-project-desc {
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
    text-transform: uppercase;
}

.td-project-column.td-project-number-4,
.td-project-column.td-project-number-8,
.td-project-column.td-project-number-12{
    margin-top: -160px;
}

.td-project-details-icon {
    height: 120px;
    width: 120px;
    background-color: #9225E0;
    line-height: 120px;
    font-size: 55px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.td-project-details-icon svg {
    width: 55px;
    margin-top: -10px;
}

.td-project-image:hover .td-project-details-icon{
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    .td-project-one-wrapper {
        padding-bottom: 85px;
    }
}

@media only screen and (max-width: 1280px) {

    .td-project-image {
        width: 100%;
    }

    .td-single-project-item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-project-image {
        height: 650px;
    }

    .td-project-number-2 .td-project-image, .td-project-number-3 .td-project-image, .td-project-number-6 .td-project-image, .td-project-number-7 .td-project-image, .td-project-number-10 .td-project-image, .td-project-number-11 .td-project-image{
        height: 490px;
    }

    .td-project-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .td-project-title {
        font-size: 46px;
    }

    .td-project-details-icon {
        height: 90px;
        width: 90px;
        line-height: 90px;
        font-size: 38px;
        display: none;
    }

    .td-project-details-icon svg {
        width: 38px;
    }

    .td-project-desc {
        font-size: 18px;
    }

    .td-project-content {
        padding: 30px 25px 30px 25px;
    }

    .td-project-image {
        height: 550px;
    }

    .td-project-number-2 .td-project-image, .td-project-number-3 .td-project-image, .td-project-number-6 .td-project-image, .td-project-number-7 .td-project-image, .td-project-number-10 .td-project-image, .td-project-number-11 .td-project-image {
        height: 390px;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-image {
        height: 390px;
    }

    .td-project-column.td-project-number-4, .td-project-column.td-project-number-8, .td-project-column.td-project-number-12 {
        margin-top: auto;
    }

    .td-project-title {
        font-size: 38px;
    }
}

/*====================================
# Project Two CSS
====================================*/
.td-project-two-content {
    display: flex;
    align-items: center;
}

.td-project-two-title {
    font-size: 72px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    flex: 1;
    position: relative;
    padding-left: 70px;
}

.td-project-title-number {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ffffff;
}

.td-project-two-title:hover{
    color: #9225e0;
}

.td-project-two-details-icon {
    height: 100px;
    width: 100px;
    border: 1px solid #9225E0;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    line-height: 100px;
    border-radius: 50%;
}

.td-project-two-details-icon i{
    transform: rotate(-45deg);
    transition: .3s;
    display: inline-block;
}

.td-project-two-details-icon:hover i{
    transform: rotate(0deg);
}

.td-project-two-details-icon:hover{
    color: #ffffff;
    background-color: #9225E0;
}


.td-project-two-column:nth-child(odd) .td-single-project-two-item{
    padding-right: 30px;
    margin-top: -130px;
}

.td-project-two-column:nth-child(even) .td-single-project-two-item{
    padding-left: 30px;
}

.td-project-two-image {
    margin-top: 40px;
}

.td-single-project-two-item {
    margin-bottom: 100px;
}


.td-project-two-wrapper {
    padding-top: 130px;
}

@media only screen and (max-width: 1366px) {
    .td-project-two-column:nth-child(odd) .td-single-project-two-item{
        padding-right: 0;
    }

    .td-project-two-column:nth-child(even) .td-single-project-two-item{
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .td-project-two-title {
        font-size: 56px;
        padding-left: 55px;
    }

    .td-project-two-details-icon {
        height: 80px;
        width: 80px;
        font-size: 30px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-two-column:nth-child(odd) .td-single-project-two-item {
        margin-top: 0;
    }

    .td-project-two-wrapper {
        padding-top: 0;
    }

    .td-project-two-title {
        font-size: 42px;
        padding-left: 45px;
    }
    .td-project-title-number {
        font-size: 26px;
    }

    .td-project-two-details-icon {
        height: 60px;
        width: 60px;
        font-size: 20px;
        line-height: 60px;
    }

    .td-single-project-two-item {
        margin-bottom: 60px;
    }
}

/*====================================
# Project Three Section CSS
====================================*/
.td-project-three-section-wrapper{
    position: relative;
}

.td-project-three-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.td-project-three-section-wrapper .row .td-project-three-column:nth-child(1) .td-project-three-image,
.td-project-three-section-wrapper .row .td-project-three-column:nth-child(3) .td-project-three-image {
    height: 390px;
    width: 100%;
    display: block;
}

.td-project-three-section-wrapper .row .td-project-three-column:nth-child(2) .td-project-three-image{
    height: 450px;
    width: 100%;
    display: block;
}
.td-project-three-section-wrapper .row .td-project-three-column:nth-child(1){
    margin-top: 70px;
}
.td-project-three-section-wrapper .row .td-project-three-column:nth-child(3){
    margin-top: -70px;
}

.td-project-three-section-wrapper .td-project-three-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.project-three-section-title {
    color: #FBF1DF;
    font-size: 150px;
    line-height: 90%;
    text-align: center;
    margin-bottom: 50px;
}

.project-three-section-small-device{
    display: none;
}

.td-project-three-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin: 25px 0 5px;
}

.td-project-three-details {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline !important;
    display: inline-block;
}

.td-project-three-section-bottom-text {
    font-size: 155px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #dddddd;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.td-project-three-section-view-all-wrapper {
    height: 125px;
    width: 125px;
    position: absolute;
    bottom: 145px;
    left: 6%;
    display: table;
}

.td-project-three-section-view-all-wrapper a {
    height: 100%;
    width: 100%;
    background-color: #5D1A79;
    border-radius: 50%;
    font-size: 36px;
    color: #ffffff;
    font-weight: 400 !important;
    line-height: 1;
    text-align: center;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

.td-project-three-rating-wrapper .td-hero-thirteen-rating,
.td-project-three-rating-wrapper .td-hero-thirteen-rating-text {
    color: #182a2e;
}

.td-project-three-rating-wrapper {
    position: absolute;
    right: 3%;
    bottom: 285px;
}

@media only screen and (max-width: 1024px) {
    .project-three-section-small-device {
        display: block;
    }
    .project-three-section-title{
        font-size: 144px;
    }
    .project-three-section-large-device {
        display: none;
    }

    .td-project-three-section-wrapper .row .td-project-three-column:nth-child(1),
    .td-project-three-section-wrapper .row .td-project-three-column:nth-child(3){
        margin-top: 0;
    }

    .td-project-three-section-wrapper .row .td-project-three-column:nth-child(2) .td-project-three-image{
        height: 390px;
    }

    .td-project-three-section-bottom-text,.td-project-three-rating-wrapper {
        display: none;
    }

    .td-project-three-section-view-all-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        display: table;
    }

    .td-project-three-section-view-all-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .project-three-section-title {
        font-size: 60px;
        margin-bottom: 35px;
    }
}

/*====================================
# Project Details One CSS
====================================*/
.td-project-details-main-slider-item.slick-slide {
    height: 458px;
}

.td-project-info {
    background-color: #f4f5fb;
    padding: 35px 30px 45px 30px;
    min-height: calc(100% - 7px);
}

.td-project-info-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #182a2e;
    letter-spacing: 1px;
}

.td-project-info-list li {
    background-color: #ffffff;
    padding: 12px 25px;
    margin-bottom: 10px !important;
    font-size: 17px;
    border: 1px solid #dddddd8f;
}

.td-project-info-list li:last-child {
    border-bottom: 0;
}

.td-project-info-list li a {
    color: #555b56;
}

.td-project-info-list li a:hover {
    color: #5d1a79;
}

.td-project-info-list li span, .td-project-info-list li strong {
    font-weight: 500;
    min-width: 95px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.td-project-info-list li span:before, .td-project-info-list li strong:before {
    position: absolute;
    right: -15px;
    line-height: 1;
    top: 12px;
    font-weight: 600;
    font-size: 10px;
    stroke-width: 0.5px;
    -webkit-text-stroke-width: 0.5px;
    content: '\e800';
    font-family: "fontello";
}

.td-project-details-slider-nav {
    margin: 10px -7px 0 -7px;
}

.td-project-details-slider-nav img {
    padding: 7px;
    cursor: pointer;
    opacity: .7;
    transition: .3s;
}

.td-project-details-slider-nav img:hover, .td-project-details-slider-nav img.slick-current {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .td-project-details-main-slider-item.slick-slide {
        height: 510px;
    }
}

@media only screen and (max-width: 991px) {
    .td-project-info {
        margin-top: 40px;
    }

    .td-project-info {
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .td-project-details-main-slider-item.slick-slide {
        height: 250px;
    }

    .td-project-info {
        padding: 35px 20px 31px 20px;
    }
}

/*====================================
# Gradient Text CSS
====================================*/
.td-gradient-text-wrapper {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 130%;
    font-weight: 700;
    background: linear-gradient(170deg, #FFF -13.16%, rgba(255, 255, 255, 0.00) 110%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.td-gradient-text-wrapper span {
    -webkit-text-fill-color: #9225E0;
}

@media only screen and (max-width: 1024px) {
    .td-gradient-text-wrapper {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-gradient-text-wrapper {
        font-size: 28px;
    }
}

/*====================================
# Project Slider One CSS
====================================*/
.td-project-slider-one-wrapper.td-stretch-slider {
    margin: 0 -10%;
}
.td-project-slide-one-item {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.td-project-slide-one-item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(93, 26, 121, 0.45) 0%, rgba(93, 26, 121, 0.45) 100%);
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.td-project-slide-one-item:hover .td-project-slide-one-item-overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.td-project-details-button.td-text-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    width: max-content;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.td-project-slide-one-item:hover .td-project-details-button.td-text-button {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}


.td-project-details-button.td-text-button:hover{
    color: #ffffff;
    border-color: #ffffff;
}

.td-project-details-button.td-text-button svg {
    height: 23px;
    width: 23px;
    margin-left: 15px;
}


.td-project-slide-one-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #5d1a79;
    display: flex;
    align-items: center;
    padding: 15px 0;
    transform: translateY(105%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.td-project-slide-one-item:hover .td-project-slide-one-item-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.td-project-slider-one-desc {
    flex: 1;
    text-align: right;
}

.td-project-slider-one-title {
    font-size: 48px;
}

.td-project-slide-one-item-col{
    padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
    .td-project-slide-one-item-col {
        padding: 0;
    }

    .td-project-slide-one-item-info {
        display: block;
    }

    .td-project-slider-one-desc{
        text-align: left;
    }

    .td-project-slider-one-wrapper.td-stretch-slider {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .td-project-slide-one-item {
        height: 500px;
    }
}

/*====================================
# Aretiv Tab Widget CSS
====================================*/
.td-aretiv-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.td-aretiv-tab-wrapper .nav-tabs .nav-link.active,
.td-aretiv-tab-wrapper .nav-tabs .nav-link:focus,
.td-aretiv-tab-wrapper .nav-tabs .nav-link:hover,
.td-aretiv-tab-wrapper .nav-tabs{
    border-color: transparent;
}

.td-aretiv-tab-wrapper .nav-link {
    box-shadow: 0 5px 35px rgb(0 0 0 / 8%);
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--aretiv-primary-color-one);
    border-radius: 0;
    margin-bottom: 5px;
}

.td-aretiv-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.td-aretiv-tab-wrapper .nav-tabs .nav-link.active,
.td-aretiv-tab-wrapper .nav-tabs .nav-link:hover{
    color: #ffffff;
    background-color: var(--aretiv-primary-color-one);
}

.td-aretiv-tab-wrapper .tab-content {
    margin-top: 25px;
}

.td-aretiv-tab-wrapper .td-text-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 25px 0 0 0;
}

.td-aretiv-tab-wrapper div.td-text-wrapper ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 600;
}

.td-aretiv-tab-wrapper div.td-text-wrapper ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--aretiv-primary-color-one);
    font-weight: 900;
}


/*====================================
# Circle Progress With Image CSS
====================================*/
.td-circle-progress-with-image-wrapper {
    position: relative;
    text-align: right;
}

.td-circle-progress-with-image-wrapper .circle-progress-image {
    display: inline-block;
    position: relative;
    height: 610px;
    width: 78%;
}

.td-circle-progress-with-image-wrapper .td-circle-progress-shape-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
    z-index: -1;
}

.td-circle-progress-circle-wrapper {
    background-color: var(--aretiv-primary-color-one);
    width: 80%;
    margin-top: -130px;
    z-index: 1;
    position: relative;
}

.td-progress-right-border {
    position: relative;
}

.td-progress-right-border:before {
    content: '';
    position: absolute;
    height: 110px;
    width: 2px;
    background: #ffffff42;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.td-circle-progress-circle-wrapper .td-progress-right-border:last-child:before{
    display: none;
}

/* Animated Circle */

.td-animated-circle-progress-item {
    text-align: center;
    padding: 35px 30px 30px 30px;
}


.td-animated-circle-progressbar {
    display: inline-block;
}

.td-animated-circle {
    position: relative;
    display: inline-block;
}

.td-animated-circle-number, .td-animated-circle-title {
    color: #ffffff;
}

.td-animated-circle-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 120px;
    font-size: 25px;
    font-weight: 600;
}

.td-animated-circle-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .td-circle-progress-with-image-wrapper .circle-progress-image {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .td-circle-progress-with-image-wrapper .circle-progress-image {
        height: 400px;
        width: 100%;
    }

    .td-circle-progress-with-image-wrapper .td-circle-progress-shape-image{
        display: none;
    }

    .td-circle-progress-circle-wrapper {
        width: 100%;
        margin-top: 0;
    }
}

/*====================================
# How It Works One CSS
====================================*/
.td-hiw-item {
    margin-bottom: 40px;
}

.td-hiw-title {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.td-hiw-desc {
    color: #585959;
    font-size: 19px;
    line-height: 160%;
    margin-bottom: 40px;
}


.td-hiw-imag-one {
    height: 525px;
    position: relative;
}

.td-hiw-imag-one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.td-hiw-images {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.td-hiw-imag-two {
    position: absolute;
    bottom: 25px;
    right: 25px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 67%;
}

.td-hiw-number {
    position: absolute;
    color: #313232;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #F3F8F8;
    border-radius: 0 16px 0 0;
    font-size: 32px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .td-hiw-imag-two {
        max-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .td-hiw-imag-one {
        height: 450px;
    }
}

/*====================================
# Offcanvas CSS
====================================*/
.td-offcanvas-wrapper.offcanvas.offcanvas-end{
    width: 500px;
}

.td-offcanvas-wrapper .offcanvas-body {
    padding: 50px;
}
.elementor .td-offcanvas-logo img,
.td-offcanvas-logo img {
    max-width: 200px;
}

.td-offcanvas-logo {
    margin-bottom: 30px;
}

.td-offcanvas-desc {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.td-offcanvas-contact-info-wrapper p{
    margin-bottom: 0;
}

.td-offcanvas-contact-info-wrapper ul li {
    margin-bottom: 0px;
}

.td-offcanvas-contact-info-wrapper ul li:first-child {
    margin-bottom: 20px;
}

.td-offcanvas-contact-info-wrapper ul li a:hover,
.offcanvas-social ul li a:hover{
    color: #ed7c50;
}

.offcanvas-social ul li {
    margin-right: 15px;
}

.offcanvas-social {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .td-offcanvas-wrapper .offcanvas-body {
        padding: 0 30px;
    }

    .td-offcanvas-wrapper.offcanvas.offcanvas-end {
        width: 100%;
    }
}
/*====================================
# Footer Template One
====================================*/

.td-elementor-footer-template-one-wrapper {
    background-color: #5D1A79;
    padding: 80px 20px 60px 20px;
}

.td-footer-template-one-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
}

.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container select, .td-elementor-footer-template-one-wrapper .themedraft-contact-form-container input, .td-elementor-footer-template-one-wrapper .themedraft-contact-form-container textarea {
    border-width: 0 0 1px 0;
    background-color: transparent;
    border-color: #9e76af;
    padding-left: 0;
    color: #dfd1e4;
    font-size: 20px;
}

.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container select:focus, .td-elementor-footer-template-one-wrapper .themedraft-contact-form-container input:focus, .td-elementor-footer-template-one-wrapper .themedraft-contact-form-container textarea:focus {
    border-color: #ffffff;
}


.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container ::placeholder {
    color: #dfd1e4;
}

.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container :-ms-input-placeholder {
    color: #dfd1e4;
}

.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container ::-ms-input-placeholder {
    color: #dfd1e4;
}

.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container input[type="submit"],
.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container button[type="submit"]{
    background-color: #9225E0;
    color: #ffffff;
    font-size: 24px;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
}

.td-elementor-footer-template-one-wrapper .themedraft-contact-form-container textarea{
    height: 100px;
}

.td-elementor-footer-template-one-wrapper .td-footer-address-info {
    margin-top: 65px;
}

.td-elementor-footer-template-one-wrapper .td-address-title {
    color: #dfd1e4;
    font-size: 24px;
    font-weight: 400;
    line-height: 80%;
}

.td-elementor-footer-template-one-wrapper .td-address-desc {
    font-size: 32px;
    line-height: 1;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: .5px;
}

.td-elementor-footer-template-one-wrapper .td-address-desc,
.td-elementor-footer-template-one-wrapper .td-address-desc a{
    color: #ffffff;
}

.footer-copyright-separator {
    height: 1px;
    background-color: #773f8e;
    margin: 20px 0 40px;
}

.td-template-one-copyright-text {
    font-size: 20px;
    color: #dfd1e4;
    text-transform: uppercase;
}

.td-footer-template-one-social {
    text-align: right;
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.td-footer-template-one-social a {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 20px;
}

.td-footer-template-one-social a:hover{
    color: #ffffff;
}

.td-footer-template-one-social a:last-child {
    margin-right: 0;
}

.td-elementor-footer-template-one-wrapper .td-circle-button-wrapper .td-circle-button-one {
    background-color: #9225E0;
    font-family: 'Space Grotesk';
    padding: 3px;
    font-size: 10px;
}

.td-elementor-footer-template-one-wrapper .circle-btn-star svg path {
    fill: #ffffff4a;
}

.td-footer-template-one-right-content {
    position: relative;
}

.td-footer-template-one-right-content .td-circle-button-wrapper {
    position: absolute;
    left: -100px;
    top: 50%;
}

.td-elementor-footer-template-one-wrapper .container {
    padding: 0 10px;
}

.td-footer-address-info-item {
    margin-bottom: 30px;
}

.td-footer-template-left-btm-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 160px;
}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
    .td-elementor-footer-template-one-wrapper .container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1024px) {
    .td-elementor-footer-template-one-wrapper {
        padding: 80px 10px 60px 10px;
    }

    .td-footer-template-one-image,.td-footer-template-one-right-content .td-circle-button-wrapper{
        display: none;
    }

    .td-template-one-copyright-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .td-footer-template-one-social{
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .td-elementor-footer-template-one-wrapper {
        padding: 80px 0px 60px 0px;
    }

    .td-elementor-footer-template-one-wrapper .td-footer-address-info {
        margin-top: 45px;
    }

    .td-footer-template-one-social a {
        font-size: 16px;
        margin-right: 10px;
    }

    .td-template-one-copyright-text {
        margin-bottom: 20px;
    }

    .td-footer-template-left-btm-shape {
        max-width: 110px;
    }
}


/* Footer Widget Css */
.td-elementor-widget .widget-title {
    font-size: 24px;
    margin-bottom: 22px;
    letter-spacing: .5px;
    color: #192A2E;
}

.td-elementor-widget.widget_themedraft_nav_menu li a {
    margin-bottom: 10px;
}

.td-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.td-elementor-widget.widget .form-desc {
    margin-bottom: 25px;
}

.td-elementor-widget.widget .footer-widget-subscribe-form input[type="email"] {
    border: 1px solid #344653;
    border-radius: 0;
    margin-bottom: 15px;
}

.td-elementor-widget.widget .footer-widget-subscribe-form input[type="submit"] {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 20px 30px 20px 30px;
}

.footer-widget-subscribe-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a5adb3;
}

.footer-widget-subscribe-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a5adb3;
    opacity: 1;
}

.footer-widget-subscribe-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a5adb3;
    opacity: 1;
}

.footer-widget-subscribe-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a5adb3;
}

.footer-widget-subscribe-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #a5adb3;
}

.footer-widget-subscribe-form ::placeholder { /* Most modern browsers support this now. */
    color: #a5adb3;
}

/* Footer Contact Text Start */
.td-footer-contact-main-text, .td-footer-contact-main-text a {
    color: #D1D4D5;
    font-size: 28px;
    font-weight: 500;
}

.td-footer-contact-main-text a:hover{
    color: #D1D4D5;
}
.td-footer-contact-text{
    text-align: left;
    display: inline-block;
}
.td-footer-contact-main-text{
    margin-bottom: 20px;
}

.td-footer-contact-desc-text {
    color: #D1D4D5;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
}

.td-footer-contact-main-text p:last-child{
    margin-bottom: 0;
}

.td-hotline-info ul li {
    padding: 0 !important;
    margin-top: 5px;
}

.td-footer-contact-two-desc-text {
    margin: 25px 0 25px;
}
/* Footer Contact Text End */

.widget-social-profile-name li {
    font-size: 22px;
    width: 40%;
    display: inline-block;
    border-top: 0px !important;
}

.widget-social-profile-name li i {
    margin-right: 5px;
    font-size: 20px;
    transition: .3s;
}

.widget-social-profile-name li svg path{
    fill:#000000;
    transition: .3s;
}

.widget-social-profile-name li svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.widget-social-profile-name.disable-fixed-width li{
    width: auto;
}

.widget-social-profile-name.disable-fixed-width li:not(:last-child) {
    width: auto;
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .td-space-between{
        display: inline-block;
    }
}