.container .ts_page_wrap{
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    width: 100%;
    float: left;
}

.ts_page_sec{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    color: #ffffff;
    background-color: #191919;
}

.ts_page_sec:before{
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
}

.ts_page_wrap .ts_bb_bg_holder{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
}

.ts_page_wrap .ts_bb_bg_holder .ts_bg_image{
    background-image: url('../../images/services/services_banner.jpg');
    transform-origin: center center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.ts_page_wrap .ts_bg_cont{
    padding-bottom: 8em;
    z-index: 3;
    position: relative;
    align-items: flex-end;
    min-height: 100vh;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.ts_page_wrap .ts_bg_cont .ts_bg_cell{
    align-items: flex-end;
    position: initial;
    min-height: 100vh;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    flex: 0 1 100%;
}

.ts_page_wrap .ts_bg_cont .ts_bg_cell .ts_bg_inner{
    flex-basis: 100%;
    margin-bottom: 250px;
}

.ts_page_wrap .ts_bg_cont .ts_bg_cell .ts_bg_inner .ts_bg_row{
    flex-basis: 100%;
}

.ts_bg_cell .ts_bg_inner .ts_bg_row .ts_bg_row_holder{
    height: auto;
    margin: 0 -20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-content: flex-start;
}

.ts_bg_row_holder .col_one{
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    justify-content: flex-start;
    flex-basis: 30%; 
    max-width: 30%;
}

.ts_bg_row_holder .col_one_t{
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    justify-content: flex-start;
    flex-basis: 40%; 
    max-width: 40%;
}



.ts_bg_row_holder .col_one .col_o_cont{
    width: 100%;
}

.ts_bg_row_holder .col_two{
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    justify-content: flex-start;
}

.ts_bg_row_holder .col_two .col_two_cont{
    width: 100%;
}

.ts_bg_row_holder .col_two .col_two_cont .ser_image_one{
    position: absolute;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    top: -10em;
    left: 15em;
    animation: tech_jump 7s linear infinite;
}

.ts_bg_row_holder .col_two .col_two_cont .ser_image_one .ser_img_inner{
    transform: translateY(-25.3px);    
}

.ts_bg_row_holder .col_two .col_two_cont .ser_image_one .ser_img_inner .ts_img{
    display: block;
    overflow: hidden;  
    float: none;
}

.ts_bg_row_holder .col_two .col_two_cont .ser_image_one .ser_img_inner .ts_img span{
    display: block;
    line-height: 0;
    box-shadow: none !important;
}

.ts_bg_row_holder .col_two .col_two_cont .ser_image_one .ser_img_inner .ts_img span img{
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

.ts_bg_row_holder .col_two .col_two_cont .ser_image_two{
    position: absolute;
    z-index: 999;
    top: 13em;
    left: 0;
    animation: tech_jump 7s linear infinite;
}

.ts_bg_row_holder .col_two .col_two_cont .separator{
    margin-bottom: 4em;
    line-height: 0;
    display: block;
    clear: both;
}

.ts_bg_row_holder .col_two .col_two_cont .separator:before{
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.ts_bg_row_holder .col_two .col_two_cont .separator:after{
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.col_two .headline{
    font-size: 100px;
    font-family: var(--font_bold);
    padding: 10px;
}



.ts_bg_row_holder .col_two_t{
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    justify-content: flex-start;
}

.ts_bg_row_holder .col_two_t .col_two_cont{
    width: 100%;
}

.ts_bg_row_holder .col_two_t .col_two_cont{
    width: 100%;
}

.ts_bg_row_holder .col_two_t .col_two_cont .ser_image_one{
    position: absolute;
    z-index: -1;
    top: 18em;
    right: -7em;
    animation: tech_jump 7s linear infinite;
}

.ts_bg_row_holder .col_two_t .col_two_cont .ser_image_two{
    position: absolute;
    z-index: 999;
    top: 38em;
    left: 0;
    animation: tech_jump 7s linear infinite;
}

.ts_page_sec .ts_bottom_banner{
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: -1px;
}

.ts_page_sec .ts_bottom_banner img{
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    float: left;
}

.ts_bg_row_holder .col_two_t .col_two_cont .separator{
    margin-bottom: 4em;
    line-height: 0;
    display: block;
    clear: both;
}

.ts_bg_row_holder .col_two_t .col_two_cont .separator:before{
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.ts_bg_row_holder .col_two_t .col_two_cont .separator:after{
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.ts_bg_row_holder .col_two_t .col_two_cont .headline{
    font-size: 100px;
    margin-top: 75px;
    font-family: var(--font_bold);
    padding: 10px;
}

.ts_bg_row_holder .col_two_t .col_two_cont .sub_head{
    font-size: 28px;
    margin-top: 40px;
    font-family: var(--font_regular);
    padding: 10px;
}

.ser_about_con{
    width:100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ser_about_con .ser_image_two{
    position: absolute;
    z-index: 999;
    top: -28em;
    left: 0;
    animation: tech_jump 7s linear infinite;
}

.ser_about_con .img_holder_wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
}

.ser_about_con .img_holder_wrapper .img_holder{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background: url('../../images/services/bgn-team.jpg');
}

.ser_about_con .ser_about_center{
    width:1300px;
    margin: 0 auto;
}

.ser_about_con .ser_about_center .ser_about{
    width:100%;
    float: left;
    position: relative;
    display: flex;
    /* flex-flow: row wrap; */
    justify-content: space-between;
    align-content: stretch;
    align-content: flex-start;
    margin: 50px 0px;
    min-height:75vh ; 
}

.ser_about_con .ser_about_center .ser_about .left_col{
    width: 60%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    padding: 200px 0px;
}

.ser_about_con .ser_about_center .ser_about .left_col .head_one{
    width: 100%;
    float: left;
    font-family: var(--font_regular);
    font-size: 18px;
}

.ser_about_con .ser_about_center .ser_about .left_col .head_two{
    width: 100%;
    float: left;
    font-family: var(--font_bold);
    font-size: 40px;
    line-height: 44px;
    margin: 20px 0px;
}

.ser_about_con .ser_about_center .ser_about .left_col .head_two span{
    color: var(--primary_color);
}

.ser_about_con .ser_about_center .ser_about .left_col .head_para{
    width: 100%;
    float: left;
}

.ser_about_con .ser_about_center .ser_about .left_col .head_para p{
    font-family: var(--font_regular);
    line-height: 26px;
    text-align: justify;
}

.ser_about_con .ser_about_center .ser_about .left_col .head_one{
    width: 100%;
    float: left;
}

.ser_about_con .ser_about_center .ser_about .right_col{
    width: 40%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.ser_about_con .ser_about_center .ser_about .right_col .image{
    width: 100%;
    float: left;
}

.ser_about_con .ser_about_center .ser_about .right_col .image img{
    width: 100%;
    
}

.ser_about_con .ts_bottom_banner{
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: -1px;
}

.ser_about_con .ts_bottom_banner img{
    display: block;
    width: 100%;
}

.service_list_con{
    width:100%;
    float: left;
}

.service_list_con .service_list_center{
    width:1300px;
    margin: 0 auto;
}

.service_list_con .service_list_center .ser_list{
    width:100%;
    float: left;
}

.service_list_center .ser_list .list_level{
    width:100%;
    float: left;
    
}

.service_list_center .ser_list .list_level:nth-child(odd) .image{
    float: left;
}

.service_list_center .ser_list .list_level:nth-child(even) .image{
    float: right;
}

.service_list_center .ser_list .list_level:nth-child(3) .image img{
    margin: 90px 0px;
}

.service_list_center .ser_list .list_level:nth-child(5) .image img{
    margin: 90px 0px;
}

.service_list_center .ser_list .list_level:nth-child(6) .image img{
    border-radius: 20px;
}

.service_list_center .ser_list .list_level .image{
    width:50%;  
    padding: 40px;
    box-sizing: border-box;  
}

.service_list_center .ser_list .list_level .image img{
    width:100%;    
}

.service_list_center .ser_list .list_level .li_text {
    width:50%;
    float: left;   
    margin: 100px 0;
}

.service_list_center .ser_list .list_level .li_text .sub_title{
    width:100%;
    float: left;   
}

.service_list_center .ser_list .list_level .li_text .sub_title .title{
    float: left;
    text-transform: uppercase;
    color: var(--primary_color);
    font-family: var(--font_bold);   
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #cccccc;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 20px;    
}

.service_list_center .ser_list .list_level .li_text .title_para {
    width:100%;
    float: left;  
     margin: 10px 0px; 
}


.service_list_center .ser_list .list_level .li_text .title_para p{
    width:100%;
    float: left;  
    font-family: var(--font_regular);
    font-size: 15px; 
}


.service_list_center .ser_list .list_level .li_text .title_para p span{
    color: var(--primary_color);
    font-family: var(--font_medium);
    
}


.service_list_center .ser_list .list_level .li_text .items_list {
    width:100%;
    float: left;   
    margin: 10px 0px;
}


.service_list_center .ser_list .list_level .li_text .items_list .ab_item ul li {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 0 15px;
}

.service_list_center .ser_list .list_level .li_text .items_list .ab_item ul li .check i {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    background: var(--tg-theme-secondary);
    border: 1px solid #282568;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3sease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3sease-out 0s;
    color: var(--tg-heading-color);
}

.service_list_center .ser_list .list_level .li_text .items_list .ab_item ul li .check_txt {
    font-family: var(--font_regular);
    color: #000;
    font-size: 15px;    
    padding: 3px;
}

.service_list_center .ser_list .list_level .li_text .items_list .ab_item ul li .check_txt span{
    color: var(--primary_color);
    font-family: var(--font_medium);
}