.ts-action-box-style-1.ts-action-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ts-action-box-style-1 .ts-action-box-circle-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ts-action-box-style-1 .ts-action-content>* {
    color: #fff;
    text-align: center;
}

.ts-action-box-style-1 .ts-action-content h2 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 30px;
}

.ts-action-box-style-1 .ts-btn a {
    padding: 18px 35px 18px 35px;
    display: inline-block;
    background-color: #fff;
    color: var(--tste-labtechco-skincolor-dark);
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    line-height: 18px;
}

.ts-action-box-style-1 .ts-btn a:hover {
    background-color: var(--tste-labtechco-skincolor-dark);;
    color: #fff;
}

.ts-action-box-style-1 .ts-action-box-circle-wrap:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 0;
}

.ts-action-box-style-1 .ts-action-content {
    z-index: 1;
}

.ts-action-box-style-1 .ts-element-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize
}
.ts-action-box-style-1 .ts-action-box-circle-wrap .ts-svg-btn span {
    font-size: 18px;
}
.ts-action-box-style-1 .ts-svg-btn span i {
    margin-left: 10px;
}
.ts-action-box-style-1 .ts-svg-btn span i::before{
	font-weight: bold;
}



@media(max-width:1024px) {
    .ts-action-box-style-1.ts-action-box{
        height: 60vh;
    }
    .ts-action-box-style-1 .ts-action-box-circle-wrap {
        min-height: 60vh;
    }
}
@media(max-width:767px) {
    .ts-action-box-style-1 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .ts-action-box-style-1 .ts-action-box-circle-wrap {
        position: inherit;
        padding: 80px 0;
        min-height: unset;
    }
    .ts-action-box-style-1.ts-action-box {
        height: unset;
    }
    .ts-action-box-style-1 .ts-action-content h2 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 0;
    }
}
