@charset "utf-8";

/* CSS Document */


/*
	01) BASE
	02) HERO HEADER
	03) INFO LIST
	04) ABOUT
	05) INFO & RATING
	06) MAIN TITLE
	07) SERVICES
	08) DESCRIPTION
	09) ARROW LINK
	10) CALL TO ACTION
	11) EXPERIENCE
	12) PROJECT STICKY
	13) SUPPORT BLOCK
	14) TRIPLE BLOG
	15) CHECKLIST
	16) ACCORDION
	17) LOCATION LIST
	18) MAIN SLIDER WITH CONTENT
	19) INTRODUCE
	20) BOTTOM LINE

	25) PROJECT STICKY MODERN (since mobixo)
	26) TRIPLE BLOG MODERN (since mobixo)
	27) JUSTIFIED IMAGES (since 1.0.4)
	28) SLIDER ALHA
*/


/*------------------------------------------------------------------*/


/*	01) BASE
/*------------------------------------------------------------------*/

.cons_w_wrapper {
    position: relative;
    clear: both;
    width: 100%;
    min-height: 1px;
    z-index: 1;
}

.cons_w_wrapper,
.cons_w_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.cons_w_wrapper:after {
    content: '';
    clear: both;
    display: table;
}

.cons_w_wrapper p {
    letter-spacing: 0px;
}

.cons_w_wrapper a {
    text-decoration: none;
}

.mobixo_w_fn_svg {
    width: 20px;
    height: 20px;
    fill: currentcolor;
}

.fn_cs_sticky_section {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}

.fn_cs_sticky_section:after {
    clear: both;
    display: table;
    content: '';
}


/*------------------------------------------------------------------*/


/*	02) HERO HEADER
/*------------------------------------------------------------------*/

.cons_w_wrapper .fn_cs_hero_header {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.cons_w_wrapper .fn_cs_hero_header .content_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 5;
}

.cons_w_wrapper .fn_cs_hero_header .title_holder,
.cons_w_wrapper .fn_cs_hero_header .btn_holder {
    width: 100%;
    float: left;
    clear: both;
}

.cons_w_wrapper .fn_cs_hero_header .bg_holder {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.cons_w_wrapper .fn_cs_hero_header .o_img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.cons_w_wrapper .fn_cs_hero_header .o_color {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 4;
}

.cons_w_wrapper .fn_cs_hero_header[data-height="vh"] {
    height: 100vh;
}

.cons_w_wrapper .fn_cs_hero_header h3 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0px;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 33px;
    margin-top: 30px;
}

.cons_w_wrapper .fn_cs_hero_header h3 span {
    font-weight: 500;
}

.cons_w_wrapper .fn_cs_hero_header h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}

.cons_w_wrapper .fn_cs_hero_header p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}

.cons_w_wrapper .fn_cs_hero_header a.discover {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.6;
    margin-right: 30px;
    margin-bottom: 30px;
}

.cons_w_wrapper .fn_cs_hero_header .video {
    line-height: 40px;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}

.cons_w_wrapper .fn_cs_hero_header .video .text {
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 500;
}

.cons_w_wrapper .fn_cs_hero_header .video .icon {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #ccc;
    top: 0px;
    left: 0px;
    transition: all .2s linear;
}

.cons_w_wrapper .fn_cs_hero_header .video .icon:after {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-left-color: #ccc;
    border-top-width: 5px;
    border-bottom-width: 5px;
    top: 50%;
    left: 50%;
    margin: -5px 0px 0px -3px;
    transition: all .2s ease;
    z-index: 1;
}

.cons_w_wrapper .fn_cs_hero_header .video .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto auto -20px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    border: 6px solid #ccc;
    border-radius: 100%;
}

.cons_w_wrapper .fn_cs_hero_header .video:hover .icon:before {
    opacity: 1;
    -webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
}


/*------------------------------------------------------------------*/


/*	03) INFO LIST
/*------------------------------------------------------------------*/

.fn_cs_info_list {
    width: 100%;
    float: left;
    clear: both;
}

.cons_w_wrapper .fn_cs_info_list.full,
.cons_w_wrapper .fn_cs_info_list.contained {
    background-color: transparent;
}

.cons_w_wrapper .fn_cs_info_list.contained .list {
    padding-left: 55px;
    padding-right: 55px;
}

.fn_cs_info_list .list {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 20px;
}

.fn_cs_info_list .list ul {
    margin: 0px;
    list-style-type: none;
    margin-left: -50px;
}

.fn_cs_info_list .list li {
    width: 33.3333%;
    float: left;
    margin-bottom: 33px;
    padding-left: 50px;
}

.fn_cs_info_list .list li svg.svg_hover {
    transform: scale(0);
    transition-delay: 0s;
}

.fn_cs_info_list .list .item:hover svg.svg_hover {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}

.fn_cs_info_list .list .item:hover svg.svg_always {
    transform: scale(0);
    transition-delay: 0s;
}

.fn_cs_info_list .list .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-left: 50px;
    min-height: 26px;
}

.fn_cs_info_list .list .icon {
    width: 30px;
    height: 30px;
    border: 2px solid #45a2df;
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
}

.fn_cs_info_list .list .icon img,
.fn_cs_info_list .list .icon svg {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -7px;
    transition: transform .3s ease;
    transition-delay: .3s;
}

.fn_cs_info_list .list h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 2px;
    font-family: 'Raleway';
}

.fn_cs_info_list .list p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.fn_cs_info_list[data-cols="2"] .list li {
    width: 50%;
}

@media(max-width:1300px) {
    .fn_cs_info_list .list li {
        width: 50%;
    }
}

@media(max-width:768px) {
    .fn_cs_info_list .list li,
    .fn_cs_info_list[data-cols="2"] .list li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	04) ABOUT
/*------------------------------------------------------------------*/

.fn_cs_about {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_about .a_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.fn_cs_about .r_inner {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-bottom: 80px;
}

.fn_cs_about .leftpart {
    width: 370px;
    min-width: 370px;
    padding-top: 40px;
}

.fn_cs_about .rightpart {
    width: 100%;
    margin-left: 50px;
}

.fn_cs_about .border {
    position: relative;
    top: 0px;
    right: 80px;
    left: auto !important;
    float: right;
}

.fn_cs_about .border .span1:after {
    position: absolute;
    content: '';
    height: 10px;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #45a2df;
    z-index: 1;
}

.fn_cs_about .border .span1:before {
    position: absolute;
    content: '';
    height: 10px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #45a2df;
    z-index: 1;
}

.fn_cs_about .border .span2:after {
    position: absolute;
    content: '';
    width: 10px;
    left: 0px;
    top: 10px;
    bottom: 10px;
    background-color: #45a2df;
    z-index: 1;
}

.fn_cs_about .border .span2:before {
    position: absolute;
    content: '';
    width: 10px;
    right: 0px;
    top: 10px;
    bottom: 10px;
    background-color: #45a2df;
    z-index: 1;
}

.fn_cs_about .rightpart img {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.fn_cs_about .img_holder {
    position: absolute;
    z-index: 2;
    right: 40px;
    left: auto !important;
    top: 40px !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.fn_cs_about .abs_img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_about .dots {
    position: absolute;
    top: 80px !important;
    right: 0px;
    left: auto !important;
}

.fn_cs_about .dots:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(../img/bg-repeater.png);
    background-repeat: repeat;
}

.fn_cs_about .leftpart h3.title {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0px;
    color: #050e1a;
    font-weight: 300;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 33px;
}

.fn_cs_about .leftpart h3.title span {
    font-weight: 500;
}

.fn_cs_about .leftpart h3.title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}

.fn_cs_about .leftpart .desc {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}

.fn_cs_about .leftpart .desc span {
    display: block;
}

.fn_cs_about .leftpart .desc span:first-child {
    margin-bottom: 26px;
}

.fn_cs_about .leftpart .desc span:last-child {
    margin-bottom: 0px;
}

.fn_cs_about .leftpart h3.name {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #050e1a;
    margin-bottom: 2px;
}

.fn_cs_about .leftpart .occ {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 14px;
}

.fn_cs_about .leftpart img {
    margin-bottom: 26px;
}

@media(max-width: 1600px) {
    .fn_cs_about .rightpart img {
        max-width: 400px;
    }
}

@media(max-width: 1300px) {
    .fn_cs_about .leftpart {
        width: 100%;
        min-width: 100%;
        margin-bottom: 50px;
    }
    .fn_cs_about .rightpart {
        margin-left: 0px;
    }
    .fn_cs_about .a_inner {
        flex-direction: column;
    }
    .fn_cs_about .rightpart img {
        max-width: 100%;
    }
    .fn_cs_about .border {
        right: auto;
        left: 0px !important;
        float: left;
    }
    .fn_cs_about .img_holder {
        left: 40px !important;
        right: auto !important;
    }
    .fn_cs_about .dots {
        left: 80px !important;
        right: auto;
    }
}

@media(max-width: 1200px) {
    .fn_cs_about .leftpart h3.title {
        font-size: 36px;
    }
}

@media(max-width: 768px) {
    .fn_cs_about .rightpart img {
        max-width: 300px;
    }
}

@media(max-width: 480px) {
    .fn_cs_about .rightpart img {
        max-width: 200px;
    }
    .fn_cs_about .img_holder {
        left: 20px !important;
        top: 20px !important;
    }
    .fn_cs_about .dots {
        left: 40px !important;
        top: 40px !important;
    }
}


/*------------------------------------------------------------------*/


/*	05) INFO & RATING
/*------------------------------------------------------------------*/

.fn_cs_info_rating {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-top: 10px;
    overflow: hidden;
}

.fn_cs_info_rating .container {
    position: static;
}

.fn_cs_info_rating>div>.inner {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
}

.fn_cs_info_rating .left_part {
    width: 50%;
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    min-width: calc(50% - 40px);
    min-width: -moz-calc(50% - 40px);
    min-width: -webkit-calc(50% - 40px);
    position: relative;
    padding-right: 14%;
}

.fn_cs_info_rating .left_part:after {
    position: absolute;
    right: 100%;
    top: 0px;
    left: -3000px;
    content: '';
    bottom: 0px;
}

.fn_cs_info_rating .middle_part {
    width: 80px;
    min-width: 80px;
}

.fn_cs_info_rating .right_part {
    width: 50%;
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    min-width: calc(50% - 40px);
    min-width: -moz-calc(50% - 40px);
    min-width: -webkit-calc(50% - 40px);
}

.fn_cs_info_rating .left_part h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #eee;
    margin-bottom: 25px;
}

.fn_cs_info_rating .left_part p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin-bottom: 34px;
}

.fn_cs_info_rating .l_video,
.fn_cs_info_rating .title_holder {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_info_rating .l_video>span {
    display: block;
    position: relative;
    padding-left: 43px;
    min-height: 30px;
    cursor: pointer;
    float: left;
    max-width: 100%;
}

.fn_cs_info_rating .l_video .icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #999;
    border-radius: 100%;
    color: #999;
}

.fn_cs_info_rating .l_video .icon img,
.fn_cs_info_rating .l_video .icon svg {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0px 0px -4px;
}

.fn_cs_info_rating .l_video .text {
    font-weight: 400;
    color: #45a2df;
    position: relative;
    display: block;
    float: left;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    max-width: 100%;
}

.fn_cs_info_rating .l_video .text:after {
    content: '';
    position: absolute;
    bottom: 2px;
    background-color: rgba(255, 255, 255, .3);
    left: 0px;
    right: 0px;
    height: 1px;
    transition: all .2s ease;
}

.fn_cs_info_rating .l_video>span:hover .text:after {
    height: 2px;
    bottom: 0px;
}

.fn_cs_info_rating .l_video .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px auto auto -15px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    border: 3px solid #ccc;
    border-radius: 100%;
}

.fn_cs_info_rating .l_video>span:hover .icon:before {
    opacity: 1;
    -webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
}

.fn_cs_info_rating .m_in {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #1b1b22;
}

.fn_cs_info_rating .rating_holder a {
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 22;
}

.fn_cs_info_rating .rating_holder {
    width: 100%;
    float: left;
    clear: both;
    padding: 6px 13px 11px 13px;
    background-color: #d1122d;
    text-align: center;
    color: #fff;
    position: relative;
}

.fn_cs_info_rating .rating_holder svg {
    width: 36px;
    height: 36px;
    position: relative;
    margin-top: -11px;
}

.fn_cs_info_rating h3.rating_number {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: -0.25px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-top: -7px;
    margin-bottom: 5px;
}

.fn_cs_info_rating h3.rating_text {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
}

.fn_cs_info_rating .r_header {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 10px;
    background-color: #d1122d;
    bottom: 100%;
}

.fn_cs_info_rating .r_header:after {
    border-top: 10px solid transparent;
    border-right: 5px solid #682a32;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}

.fn_cs_info_rating .r_header:before {
    border-top: 10px solid transparent;
    border-left: 5px solid #682a32;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}

.fn_cs_info_rating .r_footer:after {
    position: absolute;
    top: 100%;
    left: 0px;
    content: '';
    border-top: 15px solid #d1122d;
    border-right: 40px solid transparent;
}

.fn_cs_info_rating .r_footer:before {
    position: absolute;
    top: 100%;
    right: 0px;
    content: '';
    border-top: 15px solid #d1122d;
    border-left: 40px solid transparent;
}

.fn_cs_info_rating .tagline_holder {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    height: 300px;
}

.fn_cs_info_rating .tl_inner {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    top: 0px;
    left: 80px;
    height: 80px;
    min-width: max-content;
    min-width: intrinsic;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    display: flex;
    align-items: center;
}

.fn_cs_info_rating .tagline_holder span {
    display: block;
    min-width: max-content;
    min-width: intrinsic;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #eee;
    padding-left: 45px;
    position: relative;
    top: 1px;
    line-height: 1;
}

.fn_cs_info_rating .tagline_holder span:after {
    position: absolute;
    content: '';
    left: 15px;
    top: 6px;
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.fn_cs_info_rating .right_part .o_img {
    left: 50%;
    margin-left: 40px;
    top: 10px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_info_rating .right_part .o_color {
    left: 50%;
    margin-left: 40px;
    top: 10px;
    right: 0px;
    bottom: 0px;
    z-index: 15;
    position: absolute;
}

.fn_cs_info_rating .img_list {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 80px;
    margin-bottom: 40px;
}

.fn_cs_info_rating .img_list .item {
    width: 120px;
    height: 80px;
    position: relative;
    cursor: pointer;
}

.fn_cs_info_rating .img_list .plus {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(17, 20, 34, .9);
    z-index: 3;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .5s ease;
}

.fn_cs_info_rating .img_list .plus:before {
    width: 2px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0px 0px -1px;
    background-color: #45a2df;
    z-index: 5;
}

.fn_cs_info_rating .img_list .plus:after {
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -10px;
    background-color: #45a2df;
    z-index: 5;
}

.fn_cs_info_rating .img_list .item:hover .plus {
    opacity: 1;
    visibility: visible;
}

.fn_cs_info_rating .owl-nav button span {
    display: none;
}

.fn_cs_info_rating .owl-nav button {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, .7) !important;
    border-radius: 3px;
    z-index: 111;
    transition: all .3s ease;
}

.fn_cs_info_rating .owl-nav button:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 7px;
    background-color: #fff;
    width: 5px;
    height: 1px;
    transform: rotate(45deg);
}

.fn_cs_info_rating .owl-nav button:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: #fff;
    width: 5px;
    height: 1px;
    transform: rotate(135deg);
}

.fn_cs_info_rating .owl-nav button.owl-next {
    left: 27px;
}

.fn_cs_info_rating .owl-nav button.owl-next:after {
    top: 8px;
    left: auto;
    right: 7px;
}

.fn_cs_info_rating .owl-nav button.owl-next:before {
    left: auto;
    top: 11px;
    right: 7px;
}

.fn_cs_info_rating .owl-nav button:hover {
    background-color: rgba(0, 0, 0, 1.00) !important;
}

.fn_cs_info_rating .img_list .item img {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.fn_cs_info_rating .img_list .abs_img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(max-width: 1600px) {
    .fn_cs_info_rating .left_part {
        padding-right: 40px;
    }
}

@media(max-width: 1200px) {
    .fn_cs_info_rating .left_part {
        width: 100%;
        width: calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        min-width: calc(100% - 80px);
        min-width: -moz-calc(100% - 80px);
        min-width: -webkit-calc(100% - 80px);
    }
    .fn_cs_info_rating .right_part {
        display: none;
    }
    .fn_cs_info_rating .left_part:before {
        left: 100%;
        margin-left: 80px;
        top: 0px;
        bottom: 0px;
        right: -2000px;
        background-color: #0f0f16;
        content: '';
        position: absolute;
    }
    .fn_cs_info_rating .left_part>div {
        max-width: 500px;
    }
}

@media(max-width: 1040px) {
    .fn_cs_info_rating .left_part {
        padding-right: 20px;
    }
}


/*------------------------------------------------------------------*/


/*	06) MAIN TITLE
/*------------------------------------------------------------------*/

.fn_cs_main_title {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_main_title .title_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_main_title .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 36px;
    line-height: 1.2;
    color: #050e1a;
    padding-bottom: 13px;
    position: relative;
    left: -2px;
}

.fn_cs_main_title .title_holder h3 span {
    font-weight: 700;
}

.fn_cs_main_title .title_holder h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}

@media(max-width: 1200px) {
    .fn_cs_main_title .title_holder h3 {
        font-size: 36px;
    }
}


/*------------------------------------------------------------------*/


/*	07) SERVICES
/*------------------------------------------------------------------*/

.fn_cs_services {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_services .list {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_services ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-left: -30px;
}

.fn_cs_services ul li {
    width: 33.3333%;
    padding-left: 30px;
    margin-bottom: 30px;
    float: left;
}

.fn_cs_services .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 90px 45px 68px 45px;
    overflow: hidden;
}

.fn_cs_services span.bg1 {
    position: absolute;
    display: block;
    top: 10px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border: 15px solid #0e2424;
    z-index: -5;
}

.fn_cs_services span.bg2 {
    position: absolute;
    display: block;
    top: 100%;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -3;
    transition: all 500ms cubic-bezier(0.040, 0.630, 0.000, 0.965);
}

.fn_cs_services .item:hover span.bg2 {
    top: 10px;
    transition-delay: .3s;
    transition-delay: 0s;
}

.fn_cs_services .icon {
    display: block;
    width: 80px;
    height: 70px;
    position: absolute;
    left: 45px;
    top: 0px;
    color: #050e1a;
}

.fn_cs_services .icon:after {
    border-top: 10px solid transparent;
    border-right: 5px solid #ab8b40;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}

.fn_cs_services .icon:before {
    border-top: 10px solid transparent;
    border-left: 5px solid #ab8b40;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}

.fn_cs_services .icon svg,
.fn_cs_services .icon img {
    top: 15px;
    left: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.fn_cs_services .icon i {
    font-size: 40px;
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.fn_cs_services .icon span:after {
    border-top: 10px solid #45a2df;
    border-right: 80px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
}

.fn_cs_services .item h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #050e1a;
    line-height: 29px;
    margin-top: 5px;
    margin-bottom: 16px;
    transition: all .3s 0s ease;
}

.fn_cs_services .item p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    letter-spacing: 0px;
    transition: all .3s 0s ease;
}

.fn_cs_services span.arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 50px;
    bottom: 40px;
    color: #eee;
    z-index: 2;
    opacity: 0;
    transition: all .3s .3s ease;
}

.fn_cs_services span.arrow svg,
.fn_cs_services span.arrow img {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.fn_cs_services .item:hover span.arrow {
    opacity: 1;
    right: 40px;
}

.fn_cs_services .item a {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

@media(max-width: 1400px) {
    .fn_cs_services ul li {
        width: 50%;
    }
    .fn_cs_services ul li:nth-of-type(3n) {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .fn_cs_services ul li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	08) DESCRIPTION
/*------------------------------------------------------------------*/

.fn_cs_description,
.fn_cs_description .desc_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_description .desc_holder p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
}


/*------------------------------------------------------------------*/


/*	09) ARROW LINK
/*------------------------------------------------------------------*/

.fn_cs_arrow_link,
.fn_cs_arrow_link .link_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_arrow_link .link_holder a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
}

.fn_cs_arrow_link .link_holder svg,
.fn_cs_arrow_link .link_holder img {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}

.fn_cs_arrow_link .link_holder .arrow_hover svg {
    opacity: 0;
    right: 20px;
}

.fn_cs_arrow_link .link_holder a:hover .arrow svg {
    opacity: 0;
}

.fn_cs_arrow_link .link_holder a:hover .arrow_hover svg {
    right: 0px;
    opacity: 1;
    transition: opacity .3s 0s ease, right .3s 0s ease;
}


/*------------------------------------------------------------------*/


/*	10) CALL TO ACTION
/*------------------------------------------------------------------*/

.fn_cs_call_to_action,
.fn_cs_call_to_action .cta_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_call_to_action {
    background-color: #0f0f16;
    padding: 50px 0px;
}

.fn_cs_call_to_action .cta_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fn_cs_call_to_action .link_holder {
    min-width: fit-content;
    min-width: max-content;
    min-width: intrinsic;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    margin-left: auto;
}

.fn_cs_call_to_action .link_holder a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #050e1a;
    background-color: #fff;
    padding: 0px 25px;
    border-radius: 2px;
}

.fn_cs_call_to_action .title_holder {
    margin-right: 50px;
}

.fn_cs_call_to_action .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #eee;
    margin-bottom: 3px;
}

.fn_cs_call_to_action .title_holder p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999;
}

@media(max-width: 768px) {
    .fn_cs_call_to_action .cta_holder {
        display: block;
    }
    .fn_cs_call_to_action .title_holder {
        margin: 0px 0px 30px 0px;
    }
    .fn_cs_call_to_action .link_holder a {
        display: inline-block;
    }
}


/*------------------------------------------------------------------*/


/*	11) EXPERIENCE
/*------------------------------------------------------------------*/

.fn_cs_experience,
.fn_cs_experience .inner {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_experience .inner {
    padding: 150px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.fn_cs_experience .bg_holder {
    z-index: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.fn_cs_experience .o_img {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_experience .o_color {
    z-index: 3;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.fn_cs_experience .badge_holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border: 10px solid #fff;
    padding: 16px 20px 10px 20px;
    min-height: 240px;
    max-width: 240px;
    min-width: 240px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}

.fn_cs_experience .badge_holder .title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #eee;
    line-height: 1.3;
}

.fn_cs_experience .badge_holder .desc {
    float: left;
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fn_cs_experience .badge_holder .year {
    font-size: 72px;
    letter-spacing: -1px;
    margin: 0px;
    line-height: 1;
    font-weight: 400;
    color: #eee;
}

.fn_cs_experience .badge_holder .text {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #45a2df;
    margin-left: 10px;
    letter-spacing: 1px;
}

.fn_cs_experience .list {
    margin-left: 120px;
}

.fn_cs_experience .list ul {
    margin: 0px;
    padding: 0px;
    margin-left: -120px;
    list-style-type: none;
}

.fn_cs_experience .list li {
    width: 33.3333%;
    float: left;
    padding-left: 70px;
    margin: 9px 0px;
}

.fn_cs_experience .list span {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ccc;
    position: relative;
}

.fn_cs_experience .list span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #999;
    top: 50%;
    margin-top: -1px;
    left: -25px;
}

@media(max-width: 1600px) {
    .fn_cs_experience .list li {
        width: 50%;
    }
    .fn_cs_experience .inner {
        align-items: flex-start;
    }
}

@media(max-width: 1400px) {
    .fn_cs_experience .inner {
        flex-direction: column;
    }
    .fn_cs_experience .list {
        margin-left: 35px;
    }
    .fn_cs_experience .badge_holder {
        margin-bottom: 50px;
    }
}

@media(max-width: 480px) {
    .fn_cs_experience .list li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	12) PROJECT STICKY
/*------------------------------------------------------------------*/

.fn_cs_project_sticky {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_project_sticky .inner {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
}

.fn_cs_project_sticky .left_part {
    width: 350px;
    min-width: 350px;
}

.fn_cs_project_sticky .right_part {
    width: 100%;
    padding-left: 70px;
    position: relative;
}

.fn_cs_sticky_section {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}

.fn_cs_sticky_section:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_project_sticky .left_part h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 48px;
    line-height: 1;
    color: #050e1a;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 33px;
}

.fn_cs_project_sticky .left_part h3 span {
    font-weight: 500;
}

.fn_cs_project_sticky .left_part h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}

.fn_cs_project_sticky .left_part p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 43px;
}

.fn_cs_project_sticky .left_part a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
    color: #050e1a;
}

.fn_cs_project_sticky .left_part a svg,
.fn_cs_project_sticky .left_part a img {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}

.fn_cs_project_sticky .left_part a .arrow_hover svg,
.fn_cs_project_sticky .left_part a .arrow_hover img {
    opacity: 0;
    right: 20px;
}

.fn_cs_project_sticky .left_part a:hover .arrow svg {
    opacity: 0;
}

.fn_cs_project_sticky .left_part a:hover .arrow_hover svg {
    right: 0px;
    opacity: 1;
    transition: opacity .3s 0s ease, right .3s 0s ease;
}

.fn_cs_project_sticky .right_part ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

.fn_cs_project_sticky .right_part li {
    width: 100%;
    margin: 0px;
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 40px;
}

.fn_cs_project_sticky .right_part li:last-child {
    margin-bottom: 0px;
}

.fn_cs_project_sticky .right_part .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.fn_cs_project_sticky .right_part .title_holder {
    width: 100%;
    float: left;
    clear: both;
    /* position: absolute; */
    z-index: 10;
    left: 0px;
    bottom: 15px;
    padding: 34px 50px 36px 50px;
    box-sizing: border-box;
}

.fn_cs_project_sticky .right_part .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

.fn_cs_project_sticky .right_part .title_holder h3 a {
    color: #eee;
}

.fn_cs_project_sticky .right_part .title_holder p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.fn_cs_project_sticky .right_part .title_holder p a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
}

.fn_cs_project_sticky .right_part .img_holder img {
    position: relative;
    opacity: 1;
    z-index: -3;
    min-width: 100%;
    min-height: 250px;
}

.fn_cs_project_sticky .right_part .img_holder .abs_img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 15px;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
}

.fn_cs_project_sticky .right_part .img_holder a {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

.fn_cs_project_sticky .right_part .img_holder a:before {
    content: '';
    background-color: #45a2df;
    left: 50px;
    top: 49px;
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
    transition-delay: .3s;
}

.fn_cs_project_sticky .right_part .img_holder a:after {
    content: '';
    background-color: #45a2df;
    left: 59px;
    top: 40px;
    width: 2px;
    height: 0px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
}

.fn_cs_project_sticky .right_part .title_holder p svg,
.fn_cs_project_sticky .right_part .title_holder p img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}

.fn_cs_project_sticky .right_part .title_holder>a {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 33;
}


/* .fn_cs_project_sticky .right_part .item:after {
    left: 30px;
    right: 30px;
    height: 15px;
    bottom: 0px;
    background-color: #45a2df;
    content: '';
    position: absolute;
    z-index: -1;
} */

.fn_cs_project_sticky .right_part .item:hover .img_holder a {
    background-color: rgba(15, 15, 22, .9);
}

.fn_cs_project_sticky .right_part .item:hover .img_holder a:after {
    height: 20px;
}

.fn_cs_project_sticky .right_part .item:hover .img_holder a:before {
    width: 20px;
}

.fn_cs_project_sticky .right_part .item:hover .title_holder p a {
    color: #45a2df;
}

.fn_cs_project_sticky .right_part .item:hover .title_holder>a {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 1400px) {
    .fn_cs_project_sticky .right_part .title_holder {
        padding: 24px 30px 26px 30px;
    }
    .fn_cs_project_sticky .right_part .img_holder a:after {
        top: 30px;
        left: 39px;
    }
    .fn_cs_project_sticky .right_part .img_holder a:before {
        top: 39px;
        left: 30px;
    }
    .fn_cs_project_sticky .right_part .title_holder h3 {
        font-size: 18px;
    }
}

@media(max-width: 1200px) {
    .fn_cs_project_sticky .left_part {
        width: 100%;
        min-width: 100%;
        margin-bottom: 70px;
    }
    .fn_cs_project_sticky .right_part {
        width: 100%;
        min-width: 100%;
        padding-left: 0px;
    }
    .fn_cs_project_sticky .inner {
        flex-direction: column;
    }
    .fn_cs_project_sticky .left_part h3 {
        font-size: 36px;
    }
}


/*------------------------------------------------------------------*/


/*	13) SUPPORT BLOCK
/*------------------------------------------------------------------*/

.fn_cs_support_block {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-top: 10px;
}

.fn_cs_support_block .support_block {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    border: 15px solid #0e2424;
    padding: 50px 285px 50px 140px;
    min-height: 257px;
}

.fn_cs_support_block .content {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_support_block .content>div:nth-child(2) {
    margin-top: 23px;
}

.fn_cs_support_block .icon {
    position: absolute;
    top: -25px;
    left: 45px;
    display: block;
    width: 80px;
    height: 137px;
    background-color: #45a2df;
    color: #050e1a;
}

.fn_cs_support_block .icon:before {
    border-top: 10px solid transparent;
    border-left: 5px solid #ab8b40;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}

.fn_cs_support_block .icon:after {
    border-top: 10px solid transparent;
    border-right: 5px solid #ab8b40;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}

.fn_cs_support_block .icon svg,
.fn_cs_support_block .icon img {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 23px;
    left: 20px;
}

.fn_cs_support_block .icon span:after {
    border-top: 10px solid #45a2df;
    border-right: 80px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
}

.fn_cs_support_block .icon i {
    font-size: 40px;
    position: absolute;
    bottom: 23px;
    left: 20px;
    width: 40px;
    text-align: center;
}

.fn_cs_support_block .img_wrap {
    position: absolute;
    width: 280px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.fn_cs_support_block .img_wrap span {
    display: block;
    content: '';
    position: absolute;
    border-right: 280px solid #45a2df;
    border-top: 227px solid transparent;
    bottom: 0px;
    right: 0px;
}

.fn_cs_support_block .img_wrap img {
    position: absolute;
    max-width: 212px;
    bottom: 0px;
    right: 20px;
    z-index: 3;
}

.fn_cs_support_block .desc {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_support_block .desc p {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    color: #050e1a;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}

.fn_cs_support_block .bottom_section {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fn_cs_support_block .bottom_section .link_block a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 50px;
    padding: 0px 25px;
    background-color: #f1fdfd;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fn_cs_support_block .bottom_section div:nth-child(2) {
    margin-left: 70px;
    position: relative;
}

.fn_cs_support_block .bottom_section div:nth-child(2):after {
    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    background-color: #999;
}

.fn_cs_support_block .bottom_section .tfree_block p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #050e1a;
}

.fn_cs_support_block .bottom_section .link_block {
    min-width: max-content;
    min-width: intrinsic;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
}

.fn_cs_support_block[data-icon-type="none"] {
    padding-top: 0px;
}

.fn_cs_support_block[data-icon-type="none"] .support_block {
    padding-left: 40px;
}

@media(max-width: 1600px) {
    .fn_cs_support_block .bottom_section {
        flex-direction: column;
        align-items: flex-start;
    }
    .fn_cs_support_block .bottom_section div:nth-child(2) {
        margin-left: 0px;
        margin-top: 20px;
    }
    .fn_cs_support_block .bottom_section div:nth-child(2):after {
        display: none;
    }
}

@media(max-width: 768px) {
    .fn_cs_support_block .support_block {
        padding-right: 20px;
        padding-left: 120px;
    }
    .fn_cs_support_block .icon {
        left: 20px;
    }
    .fn_cs_support_block .img_wrap {
        display: none;
    }
    .fn_cs_support_block .bottom_section .link_block a {
        display: inline-block;
    }
    .fn_cs_support_block[data-icon-type="none"] .support_block {
        padding-left: 20px;
    }
    .fn_cs_support_block .bottom_section .link_block {
        width: 100%;
        min-width: 100%;
    }
}

@media(max-width: 480px) {
    .fn_cs_support_block .icon {
        height: 105px
    }
    .fn_cs_support_block[data-icon-type="elementor_icons"] .support_block,
    .fn_cs_support_block[data-icon-type="frenify_icons"] .support_block {
        padding-top: 120px !important;
        padding-left: 20px;
    }
}


/*------------------------------------------------------------------*/


/*	14) TRIPLE BLOG
/*------------------------------------------------------------------*/

.fn_cs_triple_blog {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_triple_blog .inner {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_triple_blog ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-left: -30px;
}

.fn_cs_triple_blog li {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    margin: 0px;
}

.fn_cs_triple_blog .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_triple_blog .item img {
    position: relative;
    z-index: -3;
    opacity: 0;
    min-width: 100%;
}

.fn_cs_triple_blog .img_holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.fn_cs_triple_blog .img_holder a {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

.fn_cs_triple_blog .title_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-top: 25px;
    padding-bottom: 23px;
}

.fn_cs_triple_blog .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 17px;
}

.fn_cs_triple_blog .title_holder h3 a {
    color: #050e1a;
}

.fn_cs_triple_blog .title_holder h3 a:hover {
    color: #45a2df;
}

.fn_cs_triple_blog .title_holder p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 24px;
}

.fn_cs_triple_blog a.icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 23px;
    right: 40px;
    text-decoration: none;
    color: #050e1a;
    display: block;
    width: 24px;
    height: 24px;
}

.fn_cs_triple_blog a.icon svg,
.fn_cs_triple_blog a.icon img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.fn_cs_triple_blog .item:hover a.icon {
    opacity: 1;
    visibility: visible;
    right: 20px;
}

@media(max-width: 768px) {
    .fn_cs_triple_blog li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	15) CHECKLIST
/*------------------------------------------------------------------*/

.cons_w_wrapper .fn_cs_check_list {
    width: 100%;
    float: left;
    clear: both;
}

.cons_w_wrapper .fn_cs_check_list h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 33px;
}

.cons_w_wrapper .fn_cs_check_list .list {
    width: 100%;
    float: left;
    clear: both;
}

.cons_w_wrapper .fn_cs_check_list ul {
    margin: 0px;
    list-style-type: none;
    margin-left: -30px;
}

.cons_w_wrapper .fn_cs_check_list li {
    width: 50%;
    float: left;
    padding-left: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.cons_w_wrapper .fn_cs_check_list li .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-left: 35px;
    min-height: 18px;
}

.cons_w_wrapper .fn_cs_check_list li .item p {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.cons_w_wrapper .fn_cs_check_list li .item svg,
.cons_w_wrapper .fn_cs_check_list li .item img {
    position: absolute;
    width: 18px;
    height: 18px;
    color: #45a2df;
    top: 0px;
    left: 0px;
}

@media (max-width: 768px) {
    .cons_w_wrapper .fn_cs_check_list li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	16) ACCORDION
/*------------------------------------------------------------------*/

.cons_w_wrapper .fn_cs_accordion {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
}

.cons_w_wrapper .fn_cs_accordion h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 33px;
}

.cons_w_wrapper .fn_cs_accordion .plus {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #45a2df;
    display: block;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    border-radius: 3px;
}

.cons_w_wrapper .fn_cs_accordion .plus:after {
    width: 2px;
    height: 8px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -4px 0px 0px -1px;
    background-color: #45a2df;
    transition: all .5s ease;
}

.cons_w_wrapper .fn_cs_accordion .plus:before {
    width: 8px;
    height: 2px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -4px;
    background-color: #45a2df;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in.acc_active .plus:after {
    height: 0px;
    margin-top: 4px;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in {
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 20px;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in:last-child {
    margin-bottom: 0px;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head {
    position: relative;
    display: block;
    cursor: pointer;
    min-height: 21px;
    width: 100%;
    float: left;
    clear: both;
    padding-left: 35px;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #181a2f;
    letter-spacing: 0px;
    position: relative;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_content {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 20px 0px 0px 35px;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_content p {
    margin: 0px;
    padding: 0px;
}

.cons_w_wrapper .fn_cs_accordion .accordion_in.acc_active>.acc_content {
    display: block;
}


/*------------------------------------------------------------------*/


/*	17) LOCATION LIST
/*------------------------------------------------------------------*/

.fn_cs_location_list {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_location_list ul.list {
    list-style-type: none;
    margin: 0px;
}

.fn_cs_location_list ul.list>li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.fn_cs_location_list ul.column {
    list-style-type: none;
    margin: 0px;
    margin-left: -30px;
}

.fn_cs_location_list ul.column>li {
    width: 33.3333%;
    clear: none;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.fn_cs_location_list .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_location_list .img_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 220px;
}

.fn_cs_location_list .abs_img {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_location_list .title_holder {
    width: 100%;
    float: left;
    clear: both;
    padding: 21px 80px 21px 40px;
    position: relative;
    box-sizing: border-box;
}

.fn_cs_location_list .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #eee;
}

.fn_cs_location_list .icon {
    width: 60px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    color: #fff;
}

.fn_cs_location_list .icon img,
.fn_cs_location_list .icon svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0px 0px -15px;
}

.fn_cs_location_list .content_holder {
    width: 100%;
    float: left;
    clear: both;
    padding: 34px 40px;
    box-sizing: border-box;
}

.fn_cs_location_list .content_holder p {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}

.fn_cs_location_list .content_holder p span {
    display: block;
    margin-bottom: 8px;
}

.fn_cs_location_list ul.column .title_holder {
    padding-left: 30px;
}

.fn_cs_location_list ul.column .content_holder {
    padding-left: 30px;
    padding-right: 30px;
}


/* from mobixo */

.fn_cs_location_list .icon {
    z-index: 5;
}

.fn_cs_location_list .icon_wrapper {
    width: 80px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    overflow: hidden;
}

.fn_cs_location_list .shape {
    width: 30px;
    position: absolute;
    content: '';
    left: 20px;
    top: -20px;
    bottom: 0px;
    background-color: #45a2df;
    transform-origin: bottom;
    z-index: 1;
    transition: all .3s ease;
}

.fn_cs_location_list .item:hover .shape {
    transform: rotate(-13deg);
}

@media(max-width: 1200px) {
    .fn_cs_location_list ul.column>li {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .fn_cs_location_list ul.column>li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	18) MAIN SLIDER WITH CONTENT
/*------------------------------------------------------------------*/

.fn_cs_main_slider_with_content .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 1;
    font-size: 60px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 29px;
    position: relative;
}

.fn_cs_main_slider_with_content .title_holder p {
    color: #ccc;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.fn_cs_main_slider_with_content .content_wrapper {
    position: absolute;
    min-height: 500px;
    height: 866px;
    height: calc(100vh - 90px);
    height: -moz-calc(100vh - 90px);
    height: -webkit-calc(100vh - 90px);
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 10;
}

.fn_cs_main_slider_with_content .content_inner {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    max-width: 550px;
}

.fn_cs_main_slider_with_content {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}

.fn_cs_main_slider_with_content .inner {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_main_slider_with_content .item_holder {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    min-height: 500px;
    height: 866px;
    height: calc(100vh - 90px);
    height: -moz-calc(100vh - 90px);
    height: -webkit-calc(100vh - 90px);
}

.fn_cs_main_slider_with_content .item_holder .abs_img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_main_slider_with_content .title_holder {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 45px;
}

.fn_cs_main_slider_with_content .title_holder .in {
    position: absolute;
    top: 0px;
    left: 0px;
}

.fn_cs_main_slider_with_content .control_panel {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.fn_cs_main_slider_with_content .control_panel .in {
    z-index: 15;
    height: 60px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_controller {
    position: absolute;
    height: 100%;
    left: 0px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_controller div {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    background-color: #fdfdfd;
    border-radius: 2px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_controller div:after {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #1b1b1b;
    left: 27px;
    top: 25px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_controller .fn_next {
    left: 63px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_controller .fn_prev:after {
    border-left-color: transparent;
    border-right-color: #1b1b1b;
    left: 23px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_pagination {
    left: 163px;
    top: 0px;
    position: absolute;
    bottom: auto;
    right: auto;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    height: 100%;
}

.fn_cs_main_slider_with_content .control_panel .swiper_pagination>span {
    display: block;
    height: 100%;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik';
}

.fn_cs_main_slider_with_content .control_panel .swiper_pagination .current {
    font-size: 24px;
}

.fn_cs_main_slider_with_content .control_panel .swiper_pagination .total {
    font-size: 14px;
}

.fn_cs_main_slider_with_content .o_color {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}

.fn_cs_main_slider_with_content .item_holder,
.fn_cs_main_slider_with_content .content_wrapper {
    height: auto;
    min-height: auto;
}

.fn_cs_main_slider_with_content .item_holder .content_wrapper {
    position: relative;
    z-index: -5;
    opacity: 0;
    padding: 200px 0px;
}

.fn_cs_main_slider_with_content .inner>.content_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1040px) {
    .fn_cs_main_slider_with_content .title_holder h3 {
        font-size: 36px;
    }
}


/*------------------------------------------------------------------*/


/*	19) INTRODUCE
/*------------------------------------------------------------------*/

.fn_cs_introduce {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px 70px 50px 80px;
    position: relative;
    box-sizing: border-box;
}

.fn_cs_introduce_wrap {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 40px 0px;
    box-sizing: border-box;
}

.fn_cs_introduce .wing11 {
    position: absolute;
    bottom: 100%;
    z-index: -1;
    right: 65px;
    border-left: 15px solid rgba(255, 255, 255, 0.2);
    border-top: 40px solid transparent;
}

.fn_cs_introduce .wing12 {
    position: absolute;
    bottom: 100%;
    border-top: 40px solid transparent;
    right: 80px;
    border-right: 600px solid rgba(255, 255, 255, 0.2);
}

.fn_cs_introduce .wing21 {
    position: absolute;
    top: 100%;
    z-index: -1;
    left: 65px;
    border-top: 40px solid rgba(8, 18, 37, 0.2);
    border-left: 15px solid transparent;
}

.fn_cs_introduce .wing22 {
    position: absolute;
    top: 100%;
    border-top: 40px solid rgba(8, 18, 37, 0.2);
    left: 80px;
    border-right: 600px solid transparent;
}

.fn_cs_introduce .content_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 20;
}

.fn_cs_introduce .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.08);
}

.fn_cs_introduce .bg .o_color {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.fn_cs_introduce .bg .o_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.fn_cs_introduce .title_holder {
    width: 100%;
    float: left;
    padding-right: 12%;
    max-width: calc(100% - 240px);
    max-width: -moz-calc(100% - 240px);
    max-width: -webkit-calc(100% - 240px);
    box-sizing: border-box;
}

.fn_cs_introduce .badge_holder {
    width: 100%;
    float: right;
    border: 10px solid #fff;
    padding: 16px 20px 10px 20px;
    min-height: 240px;
    max-width: 240px;
    min-width: 240px;
    box-sizing: border-box;
}

.fn_cs_introduce .title_holder h5 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 2px;
    color: #fff;
}

.fn_cs_introduce .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 37px;
    color: #fff;
    line-height: 1;
    position: relative;
    left: -2px;
}

.fn_cs_introduce .title_holder h3:after {
    content: '';
    top: 100%;
    left: 2px;
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
    margin-top: 14px;
}

.fn_cs_introduce .title_holder p {
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0px
}

.fn_cs_introduce .badge_holder h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
}

.fn_cs_introduce .badge_holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fn_cs_introduce .badge_holder span {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.fn_cs_introduce .badge_holder span.year {
    font-size: 72px;
    letter-spacing: -1px;
    margin: 0px;
    line-height: 1;
    font-weight: 400;
}

.fn_cs_introduce .badge_holder .content {
    float: left;
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fn_cs_introduce .badge_holder span {
    display: block;
    margin-left: 5px;
}

.fn_cs_introduce span.video {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 55;
    left: 80px;
    bottom: -20px;
    background-color: #e4810c;
    border-radius: 100%;
    cursor: pointer;
}

.fn_cs_introduce span.video:after {
    content: '';
    position: absolute;
    border-left: 18px solid #fff;
    border-top: 10px solid transparent;
    left: 27px;
    top: 25px;
}

.fn_cs_introduce span.video:before {
    content: '';
    position: absolute;
    border-left: 18px solid #fff;
    border-bottom: 10px solid transparent;
    left: 27px;
    top: 35px;
}

.fn_cs_introduce span.video span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px auto auto -35px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    border: 15px solid #c32c41;
    border-radius: 100%;
}

.fn_cs_introduce span.video:hover span:before {
    opacity: 1;
    -webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
}

.fn_cs_introduce_wrap[data-wing-switch="disable"] {
    padding-top: 0px;
    padding-bottom: 20px;
}

.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing11,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing12,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing21,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing22 {
    display: none;
}

@media (max-width: 1200px) {
    .fn_cs_introduce {
        padding: 50px 50px 80px 50px;
    }
    .fn_cs_introduce .title_holder {
        padding-right: 7%;
    }
    .fn_cs_introduce span.video {
        left: 50px;
    }
}

@media (max-width: 768px) {
    .fn_cs_introduce .title_holder {
        max-width: 100%;
        padding: 0px;
        margin-bottom: 50px;
    }
    .fn_cs_introduce .badge_holder {
        float: left;
    }
    .fn_cs_introduce {
        padding: 40px 30px 80px 30px;
    }
    .fn_cs_introduce span.video {
        left: 30px;
    }
    .fn_cs_introduce .title_holder p {
        margin-bottom: 0px;
    }
}


/*------------------------------------------------------------------*/


/*	20) SERVICE CLASSIC
/*------------------------------------------------------------------*/

.fn_cs_services_classic {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_services_classic .list {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_services_classic .list ul {
    list-style-type: none;
    margin: 0px;
    margin-left: -80px;
}

.fn_cs_services_classic .list li {
    width: 25%;
    float: left;
    padding-left: 80px;
    margin-bottom: 40px;
}

.fn_cs_services_classic .list .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 30px 0px;
}

.fn_cs_services_classic span.icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
}

.fn_cs_services_classic span.icon img,
.fn_cs_services_classic span.icon svg {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    left: 0px;
}

.fn_cs_services_classic span.icon i {
    font-size: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fn_cs_services_classic .item h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0px;
    color: #050e1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.fn_cs_services_classic .item p {
    margin: 0px;
    padding: 0px;
}

.fn_cs_services_classic[data-view="on"] .item p {
    /*	margin-bottom: 15px;*/
}

.fn_cs_services_classic span.more_details.hidden {
    opacity: 0;
    position: relative;
}

.fn_cs_services_classic span.more_details {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 9px;
}

.fn_cs_services_classic span.more_details a {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Rubik';
    color: #050e1a;
    display: inline-block;
    padding-right: 27px;
}

.fn_cs_services_classic span.more_details img,
.fn_cs_services_classic span.more_details svg {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}

.fn_cs_services_classic span.more_details .arroww_hover img,
.fn_cs_services_classic span.more_details .arroww_hover svg {
    opacity: 0;
    right: 20px;
}

.fn_cs_services_classic .item:hover span.more_details a .arroww img,
.fn_cs_services_classic .item:hover span.more_details a .arroww svg {
    opacity: 0;
}

.fn_cs_services_classic .item:hover span.more_details a .arroww_hover img,
.fn_cs_services_classic .item:hover span.more_details a .arroww_hover svg {
    right: 0px;
    opacity: 1;
    transition: opacity .3s 0s ease, right .3s 0s ease;
}

.fn_cs_services_classic .item .arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #c32c41;
    opacity: 0;
    transition: all .5s ease;
    display: none !important;
}

.fn_cs_services_classic span.bg1 {
    position: absolute;
    left: 100%;
    margin-left: 40px;
    top: 0px;
    bottom: 0px;
    background-color: #e5e5e5;
    width: 1px;
}

.fn_cs_services_classic span.bg2 {
    position: absolute;
    left: 100%;
    margin-left: 40px;
    top: 0px;
    height: 0px;
    background-color: #c32c41;
    width: 1px;
    transition: all .5s ease;
}

.fn_cs_services_classic .item:hover span.bg2 {
    height: 100%;
}

.fn_cs_services_classic .item:hover .arrow {
    right: -20px;
    opacity: 1;
}

.fn_cs_services_classic .item>a {
    display: block;
    position: absolute;
    left: 0px;
    right: -20px;
    bottom: 0px;
    z-index: 5;
    top: 0px;
}

.fn_cs_services_classic li:nth-of-type(4n) span.bg1,
.fn_cs_services_classic li:nth-of-type(4n) span.bg2 {
    display: none;
}

@media(max-width: 1040px) {
    .fn_cs_services_classic .list li {
        width: 50%;
    }
    .fn_cs_services_classic .item .arrow {
        display: none;
    }
    .fn_cs_services_classic li:nth-of-type(2n) span.bg1 {
        display: none;
    }
    .fn_cs_services_classic li:nth-of-type(2n) span.bg2 {
        display: none;
    }
}

@media(max-width: 480px) {
    .fn_cs_services_classic .item>a {
        right: 0px;
    }
    .fn_cs_services_classic .list li {
        width: 100%;
    }
    .fn_cs_services_classic span.bg1 {
        display: block !important;
    }
    .fn_cs_services_classic li:last-child span.bg1 {
        display: none !important;
    }
    .fn_cs_services_classic span.bg2 {
        display: none;
    }
    .fn_cs_services_classic .list .item {
        padding-top: 0;
    }
    .fn_cs_services_classic span.bg1 {
        width: auto;
        height: 1px;
        margin-left: auto;
        left: 0px;
        right: 0px;
        top: auto;
        bottom: 0px;
    }
}


/*------------------------------------------------------------------*/


/*	20) BOTTOM LINE
/*------------------------------------------------------------------*/

.fn_cs_bottom_line {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_bottom_line .inner {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #dde3e8;
    padding-top: 16px;
}

.fn_cs_bottom_line .inner p {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 0px;
}


/*------------------------------------------------------------------*/


/*	21) BUTTON
/*------------------------------------------------------------------*/

.fn_cs_button {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_button .inner {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_button a {
    display: inline-block;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 50px;
    padding: 0px 30px;
    border-radius: 2px;
    color: #222;
    background-color: #45a2df;
    font-weight: 500;
}

.fn_cs_button a:hover {
    background-color: #222;
    color: #45a2df;
}


/*------------------------------------------------------------------*/


/*	22) PRINCIPLES
/*------------------------------------------------------------------*/

.fn_cs_principles {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_principles .inner {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
}

.fn_cs_principles .left_part {
    width: 320px;
    min-width: 320px;
    margin-right: 10%;
    padding-top: 111px;
}

.fn_cs_principles .left_part h3 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    line-height: 1.2;
    position: relative;
    left: -2px;
    margin-bottom: 35px;
    font-weight: 500;
}

.fn_cs_principles .left_part h3:after {
    top: 100%;
    margin-top: 11px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
    content: '';
    position: absolute;
    left: 2px;
}

.fn_cs_principles .left_part p {
    margin: 0px;
    padding: 0px;
    color: #666;
}

.fn_cs_principles .left_part p span {
    display: block;
    margin-bottom: 30px;
}

.fn_cs_principles .left_part p span:last-child {
    margin-bottom: 0px;
}

.fn_cs_principles .right_part {
    width: 100%;
    position: relative;
}

.fn_cs_principles .right_part ul {
    margin: 0px;
    list-style-type: none;
    margin-left: -30px;
}

.fn_cs_principles .right_part li {
    width: 50%;
    float: left;
    padding-left: 30px;
    margin-bottom: 20px;
}

.fn_cs_principles .right_part li:first-child {
    padding-top: 50px;
}

.fn_cs_principles .right_part .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 20px 10px 10px 20px;
}

.fn_cs_principles .right_part .item:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-color: #e8eef3;
}

.fn_cs_principles .right_part .item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 250px;
    border-top: 20px solid #e8eef3;
    border-left: 20px solid transparent;
}

.fn_cs_principles .right_part .title_holder:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 20px;
    bottom: 100%;
    left: 0px;
    background-color: #e8eef3;
}

.fn_cs_principles .right_part .title_holder:before {
    content: '';
    position: absolute;
    left: 180px;
    bottom: 100%;
    border-top: 20px solid transparent;
    border-left: 20px solid #e8eef3;
}

.fn_cs_principles .right_part .title_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    background-color: #fff;
    padding: 44px 60px 72px 30px;
    min-height: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.fn_cs_principles .right_part .number_holder {
    position: absolute;
    width: 70px;
    height: 80px;
    right: 0px;
    bottom: 0px;
    line-height: 80px;
    letter-spacing: 0px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    background-color: #e4810c;
    text-align: center;
    border-radius: 2px;
    font-family: 'Rubik';
}

.fn_cs_principles .right_part h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 16px;
    color: #050e1a;
}

.fn_cs_principles.classic .left_part {
    padding-top: 0px;
}

.fn_cs_principles.classic .right_part li:first-child {
    padding-top: 0px;
}

@media(max-width: 1200px) {
    .fn_cs_principles .inner {
        flex-direction: column;
    }
    .fn_cs_principles .left_part {
        padding-top: 0px;
        width: 100%;
        clear: both;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .fn_cs_principles .right_part {
        clear: both;
    }
    .fn_cs_principles .right_part li:first-child {
        padding-top: 0px;
    }
}

@media(max-width: 768px) {
    .fn_cs_principles .right_part li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	23) COUNTER WITH CONTENT
/*------------------------------------------------------------------*/

.fn_cs_counter_with_content {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
    padding: 100px 0px;
    overflow: hidden;
}

.fn_cs_counter_with_content:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 50%;
    bottom: 0px;
    top: 0px;
    background-color: #202020;
    z-index: -1;
}

.fn_cs_counter_with_content:before {
    content: '';
    position: absolute;
    right: 0px;
    width: 50%;
    bottom: 0px;
    top: 0px;
    background-color: #e4810c;
    z-index: -1;
}

.fn_cs_counter_with_content .inner {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fn_cs_counter_with_content .leftpart {
    width: 290px;
    min-width: 290px;
    padding-right: 50px;
    box-sizing: border-box;
}

.fn_cs_counter_with_content .leftpart ul {
    margin: 0px;
    list-style-type: none;
}

.fn_cs_counter_with_content .leftpart li {
    margin: 0px;
}

.fn_cs_counter_with_content .leftpart li div {
    margin-bottom: 37px;
}

.fn_cs_counter_with_content .leftpart li:last-child div {
    margin: 0px;
}

.fn_cs_counter_with_content .leftpart h3 {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #eee;
    line-height: 1;
    margin-bottom: 2px;
}

.fn_cs_counter_with_content .leftpart p {
    margin: 0px;
    padding: 0px;
    color: #999;
}

.fn_cs_counter_with_content .rightpart {
    padding: 87px 100px 80px 100px;
    position: relative;
}

.fn_cs_counter_with_content .rightpart .content_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 20;
}

.fn_cs_counter_with_content .rightpart .bg_holder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.fn_cs_counter_with_content .rightpart .o_color {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.fn_cs_counter_with_content .rightpart .o_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.fn_cs_counter_with_content .rightpart h5 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #050e1a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fn_cs_counter_with_content .rightpart h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0px;
    color: #050e1a;
    margin-bottom: 23px;
}

.fn_cs_counter_with_content .rightpart p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 34px;
    color: #666;
}

.fn_cs_counter_with_content .rightpart .title_holder {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_counter_with_content .rightpart .img_list {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_counter_with_content .rightpart ul {
    list-style-type: none;
    margin: 0px;
    margin-left: -10px;
}

.fn_cs_counter_with_content .rightpart li {
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 160px;
    height: 100px;
}

.fn_cs_counter_with_content .rightpart li div {
    width: 150px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-color: #eee;
    cursor: pointer;
}

.fn_cs_counter_with_content .rightpart li div img {
    height: 0px;
    width: 0px;
    position: absolute;
    opacity: 0;
}

.fn_cs_counter_with_content .rightpart .plus {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(17, 20, 34, .9);
    z-index: 3;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .5s ease;
}

.fn_cs_counter_with_content .rightpart .plus:before {
    width: 2px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0px 0px -1px;
    background-color: #45a2df;
    z-index: 5;
}

.fn_cs_counter_with_content .rightpart .plus:after {
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -10px;
    background-color: #45a2df;
    z-index: 5;
}

.fn_cs_counter_with_content .rightpart li div:hover .plus {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1201px) {
    .fn_cs_counter_with_content .leftpart {
        background-color: transparent !important;
    }
}

@media (max-width: 1400px) {
    .fn_cs_counter_with_content .rightpart {
        padding: 67px 7% 60px 7%;
    }
    .fn_cs_counter_with_content .leftpart {
        width: 250px;
        min-width: 250px;
    }
}

@media (max-width: 1200px) {
    .fn_cs_counter_with_content {
        padding: 50px 0px;
    }
    .fn_cs_counter_with_content:after {
        width: 100%;
    }
    .fn_cs_counter_with_content:before {
        display: none;
    }
    .fn_cs_counter_with_content .rightpart:after {
        top: 100px;
        left: -1000px;
        right: -1000px;
        bottom: -1000px;
        content: '';
        position: absolute;
        background-color: #e4810c;
    }
    .fn_cs_counter_with_content .inner {
        display: block;
    }
    .fn_cs_counter_with_content .leftpart {
        width: 100%;
        padding: 0px;
        float: left;
        clear: both;
    }
    .fn_cs_counter_with_content .rightpart {
        width: 100%;
        float: left;
        clear: both;
        position: relative;
    }
    .fn_cs_counter_with_content .leftpart li {
        float: left;
        width: 50%;
        margin-bottom: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .fn_cs_counter_with_content .leftpart li div {
        margin: 0px;
    }
    .fn_cs_counter_with_content .leftpart {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .fn_cs_counter_with_content .leftpart h3 {
        font-size: 36px;
    }
    .fn_cs_counter_with_content .rightpart h3 {
        font-size: 30px;
    }
    .fn_cs_counter_with_content .rightpart h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .fn_cs_counter_with_content .rightpart {
        padding: 40px 7% 30px 7%;
    }
    .fn_cs_counter_with_content .leftpart {
        padding: 40px 7% 10px 7%;
    }
    .fn_cs_counter_with_content .leftpart li {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
}


/*------------------------------------------------------------------*/


/*	24) COUNTER WITH RATING
/*------------------------------------------------------------------*/

.fn_cs_counter_with_rating {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
    padding: 100px 0px;
    overflow: hidden;
}

.fn_cs_counter_with_rating .container {
    z-index: 5;
}

.fn_cs_counter_with_rating:after {
    content: '';
    position: absolute;
    background-color: #081225;
    z-index: 4;
    transform: rotate(15deg);
    top: -800px;
    bottom: -800px;
    left: -800px;
    right: 55%;
}

.fn_cs_counter_with_rating .inner {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fn_cs_counter_with_rating .leftpart {
    width: 290px;
    min-width: 290px;
    padding-right: 50px;
    box-sizing: border-box;
}

.fn_cs_counter_with_rating .leftpart ul {
    margin: 0px;
    list-style-type: none;
}

.fn_cs_counter_with_rating .leftpart li {
    margin: 0px;
}

.fn_cs_counter_with_rating .leftpart li div {
    margin-bottom: 37px;
}

.fn_cs_counter_with_rating .leftpart li:last-child div {
    margin: 0px;
}

.fn_cs_counter_with_rating .leftpart h3 {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #eee;
    line-height: 1;
    margin-bottom: 2px;
}

.fn_cs_counter_with_rating .leftpart p {
    margin: 0px;
    padding: 0px;
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
}

.fn_cs_counter_with_rating .rightpart {
    padding: 87px 190px 80px 100px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.fn_cs_counter_with_rating .rightpart .content_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    z-index: 20;
}

.fn_cs_counter_with_rating .rightpart .bg_holder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.fn_cs_counter_with_rating .rightpart .o_color {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.fn_cs_counter_with_rating .o_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}

.fn_cs_counter_with_rating .o_image:after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    content: '';
}

.fn_cs_counter_with_rating .content_holder h5 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1;
    color: #050e1a;
    margin-bottom: 7px;
}

.fn_cs_counter_with_rating .content_holder h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0px;
    color: #050e1a;
    line-height: 1;
    margin-bottom: 38px;
    position: relative;
    left: -2px;
}

.fn_cs_counter_with_rating .content_holder h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
    top: 100%;
    left: 2px;
    margin-top: 14px;
}

.fn_cs_counter_with_rating .content_holder p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 35px;
    color: #666;
}

.fn_cs_counter_with_rating .rightpart .title_holder {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_counter_with_rating .rightpart .img_list {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_counter_with_rating .rightpart ul {
    list-style-type: none;
    margin: 0px;
    margin-left: -10px;
}

.fn_cs_counter_with_rating .rightpart li {
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 160px;
    height: 90px;
}

.fn_cs_counter_with_rating .rightpart li div {
    width: 150px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-color: #eee;
    cursor: pointer;
}

.fn_cs_counter_with_rating .rightpart li div img {
    height: 0px;
    width: 0px;
    position: absolute;
    opacity: 0;
}

.fn_cs_counter_with_rating .rightpart .plus {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(17, 20, 34, .9);
    z-index: 3;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .5s ease;
}

.fn_cs_counter_with_rating .rightpart .plus:before {
    width: 2px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0px 0px -1px;
    background-color: #45a2df;
    z-index: 5;
}

.fn_cs_counter_with_rating .rightpart .plus:after {
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -10px;
    background-color: #45a2df;
    z-index: 5;
}

.fn_cs_counter_with_rating .rightpart li div:hover .plus {
    opacity: 1;
    visibility: visible;
}

.fn_cs_counter_with_rating .rightpart:after {
    content: '';
    position: absolute;
    z-index: 5;
    right: 0px;
    bottom: 0px;
    width: 30px;
    top: 60px;
    background-color: #45a2df;
}

.fn_cs_counter_with_rating .rightpart:before {
    content: '';
    border-top: 20px solid transparent;
    border-right: 30px solid #45a2df;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 7;
}

.fn_cs_counter_with_rating .rating_holder {
    position: absolute;
    z-index: 25;
    width: 80px;
    right: 80px;
    top: 0px;
    padding: 6px 13px 26px 13px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}

.fn_cs_counter_with_rating .rating_holder img,
.fn_cs_counter_with_rating .rating_holder svg {
    width: 36px;
    height: 36px;
    position: relative;
}

.fn_cs_counter_with_rating .rating_holder h3.rating_number {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: -0.25px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-top: -7px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}

.fn_cs_counter_with_rating .rating_holder h3.rating_text {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans';
}

.fn_cs_counter_with_rating .rating_holder:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 15px;
    z-index: -1;
    background-color: #c32c41;
}

.fn_cs_counter_with_rating .r_footer:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    border-top: 15px solid #c32c41;
    border-right: 40px solid transparent;
}

.fn_cs_counter_with_rating .r_footer:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    border-top: 15px solid #c32c41;
    border-left: 40px solid transparent;
}

.fn_cs_counter_with_rating .rating_holder>a {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.fn_cs_counter_with_rating .rightpart:hover .rating_holder {
    padding-top: 11px;
    padding-bottom: 31px;
}

@media(max-width: 1200px) {
    .fn_cs_counter_with_rating .rightpart {
        padding-left: 50px;
    }
}

@media(max-width: 1040px) {
    .fn_cs_counter_with_rating .inner {
        flex-direction: column;
    }
    .fn_cs_counter_with_rating:after {
        top: 0px;
        left: 0px;
        bottom: 40%;
        right: 0px;
        transform: rotate(0);
    }
    .fn_cs_counter_with_rating .leftpart {
        width: 100%;
        min-width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .fn_cs_counter_with_rating .leftpart li {
        width: 50%;
        float: left;
    }
}

@media(max-width: 480px) {
    .fn_cs_counter_with_rating .rightpart {
        padding-right: 100px;
        padding-left: 40px;
        padding-top: 40px;
    }
    .fn_cs_counter_with_rating .rating_holder {
        right: 0px;
    }
    .fn_cs_counter_with_rating .rightpart:after {
        top: 250px;
    }
    .fn_cs_counter_with_rating .rightpart:before {
        top: 230px;
    }
    .fn_cs_counter_with_rating .leftpart li {
        width: 100%;
        text-align: center;
    }
    .fn_cs_counter_with_rating .leftpart h3 {
        font-size: 36px;
    }
    .fn_cs_counter_with_rating {
        padding: 70px 0px;
    }
}


/*------------------------------------------------------------------*/


/*	25) PROJECT STICKY MODERN (since mobixo)
/*------------------------------------------------------------------*/

.fn_cs_project_sticky_modern {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_project_sticky_modern .inner {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
}

.fn_cs_project_sticky_modern .left_part {
    width: 370px;
    min-width: 370px;
}

.fn_cs_project_sticky_modern .left_part_in {
    width: 100%;
    padding: 55px 50px 60px 50px;
    background-color: #45a2df;
}

.fn_cs_project_sticky_modern .right_part {
    width: 100%;
    padding-left: 60px;
    position: relative;
}

.fn_cs_project_sticky_modern .left_part h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 36px;
    line-height: 1.2;
    color: #050e1a;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 21px;
    left: -2px;
}

.fn_cs_project_sticky_modern .left_part h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}

.fn_cs_project_sticky_modern .left_part p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
}

.fn_cs_project_sticky_modern .left_part a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 50px;
    padding: 0px 30px;
    font-family: 'Rubik';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    color: #eee;
    background-color: #081225;
    border-radius: 2px;
}

.fn_cs_project_sticky_modern .right_part ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

.fn_cs_project_sticky_modern .right_part li {
    width: 100%;
    margin: 0px;
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 40px;
}

.fn_cs_project_sticky_modern .right_part li:last-child {
    margin-bottom: 0px;
}

.fn_cs_project_sticky_modern .right_part .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 0px 50px;
    box-sizing: border-box;
}

.fn_cs_project_sticky_modern .right_part .img_holder {
    position: relative;
}

.fn_cs_project_sticky_modern .right_part .title_holder {
    width: 100%;
    float: left;
    clear: both;
    z-index: 10;
    padding: 31px 30px 35px 30px;
    box-sizing: border-box;
}

.fn_cs_project_sticky_modern .right_part .title_holder h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    left: -2px;
}

.fn_cs_project_sticky_modern .right_part .title_holder h3 a {
    color: #eee;
}

.fn_cs_project_sticky_modern .right_part .title_holder p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.fn_cs_project_sticky_modern .right_part .title_holder p a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
    font-family: 'Rubik';
}

.fn_cs_project_sticky_modern .right_part .img_holder img {
    position: relative;
    opacity: 0;
    z-index: -3;
    min-width: 100%;
    min-height: 250px;
}

.fn_cs_project_sticky_modern .right_part .img_holder .abs_img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_project_sticky_modern .right_part .img_holder a {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

.fn_cs_project_sticky_modern .right_part .img_holder a:before {
    content: '';
    background-color: #45a2df;
    left: 50px;
    top: 49px;
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
    transition-delay: .3s;
}

.fn_cs_project_sticky_modern .right_part .img_holder a:after {
    content: '';
    background-color: #45a2df;
    left: 59px;
    top: 40px;
    width: 2px;
    height: 0px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
}

.fn_cs_project_sticky_modern .right_part .title_holder p svg,
.fn_cs_project_sticky_modern .right_part .title_holder p img {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
}

.fn_cs_project_sticky_modern .right_part .title_holder>a {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 33;
}

.fn_cs_project_sticky_modern .right_part .item:after {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 50px;
    background-color: #eff4f7;
    content: '';
    position: absolute;
    z-index: -1;
}

.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a {
    background-color: rgba(15, 15, 22, .2);
}

.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a:after {
    height: 20px;
}

.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a:before {
    width: 20px;
}

.fn_cs_project_sticky_modern .right_part .item:hover .title_holder p a {
    color: #45a2df;
}

.fn_cs_project_sticky_modern .right_part .item:hover .title_holder>a {
    opacity: 1;
    visibility: visible;
}

.fn_cs_project_sticky_modern .right_part .item {
    transition: all .5s ease;
}

.fn_cs_project_sticky_modern .right_part .item:hover {
    padding: 0px;
}

.fn_cs_project_sticky_modern[data-animation-type="beta"] .right_part .item {
    padding: 0px;
}

.fn_cs_project_sticky_modern[data-animation-type="gamma"] .right_part .item {
    padding: 0px 50px;
}

@media(max-width: 1400px) {
    .fn_cs_project_sticky_modern .right_part .img_holder a:after {
        top: 30px;
        left: 39px;
    }
    .fn_cs_project_sticky_modern .right_part .img_holder a:before {
        top: 39px;
        left: 30px;
    }
}

@media(max-width: 1200px) {
    .fn_cs_project_sticky_modern .left_part {
        width: 100%;
        min-width: 100%;
        margin-bottom: 70px;
    }
    .fn_cs_project_sticky_modern .right_part {
        width: 100%;
        min-width: 100%;
        padding-left: 0px;
    }
    .fn_cs_project_sticky_modern .inner {
        flex-direction: column;
    }
}

@media(max-width: 1040px) {
    .fn_cs_project_sticky_modern .right_part .item {
        padding: 0px !important;
    }
    .fn_cs_project_sticky_modern .right_part .title_holder h3 {
        font-size: 20px;
        line-height: 1.3;
    }
}


/*------------------------------------------------------------------*/


/*	26) TRIPLE BLOG MODERN
/*------------------------------------------------------------------*/

.fn_cs_triple_blog_modern {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_triple_blog_modern ul {
    list-style-type: none;
    margin: 0;
    margin-left: -30px;
}

.fn_cs_triple_blog_modern li {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    margin-bottom: 40px;
}

.fn_cs_triple_blog_modern .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_triple_blog_modern .img_holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #aaa;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_triple_blog_modern .img_holder a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.fn_cs_triple_blog_modern .img_holder img {
    opacity: 0;
    position: relative;
    z-index: -5;
    min-width: 100%;
}

.fn_cs_triple_blog_modern .time {
    position: absolute;
    z-index: 15;
    padding: 20px 19px 25px 19px;
    max-width: 100%;
    width: 80px;
}

.fn_cs_triple_blog_modern .time span:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 15px;
    right: 0px;
    background-color: #ad3110;
    z-index: -1;
}

.fn_cs_triple_blog_modern .time span:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    border-top: 15px solid #ad3110;
    border-right: 80px solid transparent;
    z-index: -1;
}

.fn_cs_triple_blog_modern .time h3 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -2px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 300;
}

.fn_cs_triple_blog_modern .time h3:after {
    left: 0px;
    right: 0px;
    position: absolute;
    content: '';
    background-color: #ffc600;
    height: 1px;
    top: 100%;
}

.fn_cs_triple_blog_modern .time h5 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.fn_cs_triple_blog_modern .title_holder {
    width: 100%;
    float: left;
    clear: both;
    padding: 24px 0px 0px 0px;
}

.fn_cs_triple_blog_modern .title_holder p.t_header {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666;
    margin-bottom: 10px;
}

.fn_cs_triple_blog_modern .title_holder p.t_header span.t_author {
    display: inline-block;
}

.fn_cs_triple_blog_modern .title_holder p.t_header span.t_category {
    display: inline-block;
    position: relative;
}

.fn_cs_triple_blog_modern .title_holder p.t_header a {
    color: #45a2df;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1px solid #45a2df;
}

.fn_cs_triple_blog_modern .title_holder p.t_header a:hover {
    border-bottom-color: transparent !important;
}

.fn_cs_triple_blog_modern .title_holder>h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #050e1a;
    line-height: 1.2;
    margin-bottom: 24px;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer {
    margin: 0;
    padding: 0;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg {
    display: inline-block;
    border-radius: 3px;
    background-color: #081225;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 8px;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg:hover {
    background-color: #ad3110;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent !important;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr img,
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr svg {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr .arrow_hover img,
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr .arrow_hover svg {
    opacity: 0;
    right: 20px;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr:hover .arrow svg {
    opacity: 0;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr:hover .arrow_hover svg {
    right: 0px;
    opacity: 1;
    transition: opacity .3s 0s ease, right .3s 0s ease;
}

@media(max-width: 768px) {
    .fn_cs_triple_blog_modern li {
        width: 100%;
    }
}


/*------------------------------------------------------------------*/


/*	xx) KENBURNSY
/*------------------------------------------------------------------*/

.fn_cs_kenburnsy_wrap {
    width: 100%;
    position: relative;
    float: left;
}

.fn_cs_kenburnsy {
    overflow: hidden;
    height: 100vh;
    height: calc(100vh - 90px);
    height: -moz-calc(100vh - 90px);
    height: -webkit-calc(100vh - 90px);
}

body.admin-bar .fn_cs_kenburnsy {
    height: calc(100vh - 122px);
    height: -moz-calc(100vh - 122px);
    height: -webkit-calc(100vh - 122px);
}

@media(max-width: 782px) {
    body.admin-bar .fn_cs_kenburnsy {
        height: calc(100vh - 156px);
        height: -moz-calc(100vh - 156px);
        height: -webkit-calc(100vh - 156px);
    }
}

.kenburnsy {
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* .fn_cs_kenburnsy img {
  visibility: hidden;
} */

.kenburnsy .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}


/*------------------------------------------------------------------*/


/*	XX) ANIMATIONS
/*------------------------------------------------------------------*/

@-webkit-keyframes cs_fn_pulse {
    from {
        opacity: 1;
        transform: scale(1, 1)
    }
    to {
        opacity: 0;
        transform: scale(1.8, 1.8)
    }
}

@keyframes cs_fn_pulse {
    from {
        opacity: 1;
        transform: scale(1, 1)
    }
    to {
        opacity: 0;
        transform: scale(1.8, 1.8)
    }
}

@-webkit-keyframes cs_fn_top {
    from {
        left: 5px;
    }
    to {
        left: 15px;
    }
}

@keyframes cs_fn_top {
    from {
        left: 5px;
    }
    to {
        left: 15px;
    }
}


/* some changes */

.fn_cs_project_sticky .left_part h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 36px;
    line-height: 1.2;
    color: #050e1a;
    padding-bottom: 14px;
    position: relative;
    left: -2px;
    margin-bottom: 33px;
    text-transform: capitalize;
}

.fn_cs_project_sticky .left_part h3 span {
    display: block;
}

.fn_cs_experience .list ul {
    margin-left: -40px;
}

.fn_cs_experience .inner {
    flex-direction: row;
}

.fn_cs_experience .list {
    margin-left: 150px;
}

@media(max-width: 1040px) {
    .fn_cs_experience .inner {
        flex-direction: column;
    }
    .fn_cs_experience .list {
        margin-left: 0px;
    }
    .fn_cs_experience .inner {
        padding: 100px 0px;
    }
}


/*------------------------------------------------------------------*/


/*	27) JUSTIFIED IMAGES (since 1.0.4)
/*------------------------------------------------------------------*/

.fn_cs_just_imgs_list {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_just_imgs_list .just_imgs_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 20px;
    z-index: 5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.fn_cs_just_imgs_list .just_imgs_caption h3 {
    margin: 0;
}


/*------------------------------------------------------------------*/


/*	28) INFORMATION TABLE LIST (since 1.0.4)
/*------------------------------------------------------------------*/

.fn_cs_info_table_list {
    width: 100%;
    float: left;
    clear: both;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.fn_cs_info_table_list .title_holder {
    width: 100%;
    float: left;
    clear: both;
    padding: 29px 30px 26px 30px;
    background-color: rgba(255, 255, 255, .1);
    position: relative;
    margin-bottom: 12px;
}

.fn_cs_info_table_list .title_holder:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 100%;
    border: 15px solid transparent;
    border-top-width: 13px;
    border-top-color: rgba(255, 255, 255, .1);
}

.cons_w_wrapper .fn_cs_info_table_list .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #eee;
    font-weight: 500;
}

.fn_cs_info_table_list .list_holder {
    width: 100%;
    float: left;
    clear: both;
    padding: 34px 30px;
    position: relative;
    z-index: 15;
    box-sizing: border-box;
}

.fn_cs_info_table_list ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.fn_cs_info_table_list ul li {
    margin-bottom: 21px;
}

.cons_w_wrapper .fn_cs_info_table_list ul li>p {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    margin-bottom: 7px;
}

.fn_cs_info_table_list ul li>span {
    display: block;
    color: #777;
    line-height: 1.4;
}

.fn_cs_info_table_list ul li:last-child {
    margin-bottom: 0;
}

.fn_cs_info_table_list:after {
    width: 100px;
    height: 150px;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.03);
}

.fn_cs_info_table_list:before {
    width: 50px;
    height: 80px;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.03);
}


/*------------------------------------------------------------------*/


/*	28) SLIDER ALPHA
/*------------------------------------------------------------------*/

.mobixo_slider_alpha {
    width: 100%;
    float: left;
    clear: both;
}

.cons_w_wrapper .slider_version .owl_control>div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
}

.cons_w_wrapper .slider_version .owl_control>div>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.cons_w_wrapper .slider_version .owl_control span.a {
    width: 9px;
    height: 2px;
    position: absolute;
    left: 25px;
    top: 27px;
    background-color: #fff;
    transform: rotate(135deg);
    display: block;
}

.cons_w_wrapper .slider_version .owl_control span.b {
    width: 9px;
    height: 2px;
    position: absolute;
    left: 25px;
    top: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    display: block;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div {
    border-radius: 0px;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:before,
.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:after {
    content: '';
    width: 0px;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span .c:before,
.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span .c:after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover:before,
.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover:after {
    width: 100%;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover .c:before,
.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover .c:after {
    height: 100%;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span .c:after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span .c:before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover:after {
    transition-delay: 0s;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover .c:after {
    transition-delay: 0.2s;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover:before {
    transition-delay: 0.4s;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:hover .c:before {
    transition-delay: 0.6s;
}

.cons_w_wrapper .slider_version .owl_control .fn_next>span {
    transform: rotate(180deg);
}

.mobixo_slider_alpha .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    height: 100vh;
    min-height: 590px;
    overflow: hidden;
}

.mobixo_slider_alpha .img_holder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
    z-index: 1;
}

.mobixo_slider_alpha .title_holder {
    position: absolute;
    top: 50%;
    margin-top: -235px;
    width: 480px;
    height: 470px;
    left: 0px;
    z-index: 4;
    background-color: rgba(14, 14, 14, 0.9);
    padding: 40px;
    box-sizing: border-box;
}

.mobixo_slider_alpha .title_holder .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.mobixo_slider_alpha .title_holder .in {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.mobixo_slider_alpha .owl_control .fn_prev {
    left: 378px;
    margin-top: 205px;
}

.mobixo_slider_alpha .owl_control .fn_next {
    right: auto;
    left: 440px;
    margin-top: 205px;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:before,
.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control>div>span:after {
    display: none;
}

.cons_w_wrapper .mobixo_slider_alpha[data-nav-types="square"] .owl_control .c {
    display: none;
}

.mobixo_slider_alpha .title_holder p {
    display: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.mobixo_slider_alpha .title_holder p a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
}

.mobixo_slider_alpha .title_holder p a:hover {
    border-bottom-color: #fff;
}

.mobixo_slider_alpha .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}

.mobixo_slider_alpha .title_holder h3 a {
    color: #eee;
    text-decoration: none;
    transition: all .3s ease;
}

.mobixo_slider_alpha .title_holder h3 a:hover {
    color: #fff;
}

.cons_w_wrapper .mobixo_slider_alpha[data-category-show="yes"] .title_holder p {
    display: block;
}

.cons_w_wrapper .mobixo_slider_alpha[data-link-types="none"] .title_holder a.simple_read_more {
    display: none;
}

.cons_w_wrapper .mobixo_slider_alpha[data-link-types="none"] .title_holder a.read_more {
    display: none;
}

.cons_w_wrapper .mobixo_slider_alpha[data-link-types="static"] .title_holder a.simple_read_more {
    width: auto;
    border-radius: 4px;
    padding-right: 20px;
    padding-left: 11px;
}

.cons_w_wrapper .mobixo_slider_alpha[data-link-types="static"] .title_holder a.simple_read_more span {
    opacity: 1;
}

.cons_w_wrapper .mobixo_slider_alpha[data-link-types="static"] .title_holder a.simple_read_more i {
    right: 0;
    left: auto;
}

.cons_w_wrapper .mobixo_slider_alpha[data-link-types="static"] .title_holder>span {
    height: 24px;
}

.cons_w_wrapper .mobixo_slider_alpha[data-progress="disabled"] .swiper-pagination {
    display: none !important;
}

.mobixo_slider_alpha .title_holder .desc {
    display: none;
    color: #aaa;
    margin: 0;
    padding: 0;
}

.mobixo_slider_alpha[data-desc-show="yes"] .title_holder .desc {
    display: block;
}

.mobixo_slider_alpha[data-box-pos="tl"] .title_holder {
    top: 0px;
    margin-top: 0px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="tl"] .owl_control>div {
    top: 0;
    margin-top: 440px;
}

.mobixo_slider_alpha[data-box-pos="tm"] .title_holder {
    top: 0px;
    margin-top: 0px;
    left: 50%;
    margin-left: -240px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="tm"] .owl_control>div {
    top: 0;
    margin-top: 440px;
    left: 50%;
    margin-left: -62px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="tm"] .owl_control>.fn_next {
    margin-left: 2px;
}

.mobixo_slider_alpha[data-box-pos="tr"] .title_holder {
    top: 0px;
    margin-top: 0px;
    left: auto;
    right: 0;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="tr"] .owl_control>div {
    top: 0;
    margin-top: 440px;
    left: auto;
    margin-left: 0;
    right: 440px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="tr"] .owl_control>.fn_next {
    right: 378px;
}

.mobixo_slider_alpha[data-box-pos="cm"] .title_holder {
    left: 50%;
    margin-left: -240px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="cm"] .owl_control>div {
    left: 50%;
    margin-left: -62px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="cm"] .owl_control>.fn_next {
    margin-left: 2px;
}

.mobixo_slider_alpha[data-box-pos="cr"] .title_holder {
    left: auto;
    right: 0;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="cr"] .owl_control>div {
    left: auto;
    margin-left: 0;
    right: 440px;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="cr"] .owl_control>.fn_next {
    right: 378px;
}

.mobixo_slider_alpha[data-box-pos="bl"] .title_holder {
    top: auto;
    margin-top: 0px;
    bottom: 0;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="bl"] .owl_control>div {
    top: auto;
    margin-top: auto;
    bottom: 0;
    margin-bottom: 440px;
}

.mobixo_slider_alpha[data-box-pos="bm"] .title_holder {
    left: 50%;
    margin-left: -240px;
    bottom: 0;
    top: auto;
    margin-top: auto;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="bm"] .owl_control>div {
    left: 50%;
    margin-left: -62px;
    bottom: 440px;
    top: auto;
    margin-top: auto;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="bm"] .owl_control>.fn_next {
    margin-left: 2px;
}

.mobixo_slider_alpha[data-box-pos="br"] .title_holder {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    margin-top: auto;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="br"] .owl_control>div {
    left: auto;
    margin-left: 0;
    right: 440px;
    bottom: 440px;
    top: auto;
    margin-top: auto;
}

.cons_w_wrapper .slider_version .mobixo_slider_alpha[data-box-pos="br"] .owl_control>.fn_next {
    right: 378px;
}

.mobixo_slider_alpha[data-text-effect="enabled"] .title_holder .in>* {
    overflow: hidden;
    display: block;
    position: relative;
}

.mobixo_slider_alpha[data-text-effect="enabled"] .title_holder .in>*>span {
    display: block;
    position: relative;
    transform: translateY(100%);
    -webkit-transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990);
    transition: all 1000ms cubic-bezier(0.155, 0.930, 0.430, 0.990);
    -webkit-transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990);
    -o-transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990);
    transition-timing-function: cubic-bezier(0.155, 0.930, 0.430, 0.990);
}

.mobixo_slider_alpha[data-text-effect="enabled"] .swiper-slide-active .title_holder .in>*:nth-child(1)>span {
    transform: translateY(0);
    transition-delay: 500ms;
}

.mobixo_slider_alpha[data-text-effect="enabled"] .swiper-slide-active .title_holder .in>*:nth-child(2)>span {
    transform: translateY(0);
    transition-delay: 600ms;
}

.mobixo_slider_alpha[data-text-effect="enabled"] .swiper-slide-active .title_holder .in>*:nth-child(3)>span {
    transform: translateY(0);
    transition-delay: 700ms;
}

.mobixo_slider_alpha[data-img-effect="enabled"] .swiper-slide .img_holder {
    transition: all 2s ease;
}

.mobixo_slider_alpha[data-img-effect="enabled"] .swiper-slide-active .img_holder {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .mobixo_slider_alpha .title_holder .in,
    .mobixo_slider_alpha .title_holder .inner {
        display: block;
    }
    .mobixo_slider_alpha .title_holder {
        width: auto;
        padding: 10px 20px;
        top: auto;
        right: 60px;
        left: 60px;
        margin-top: auto;
        bottom: 0px;
        text-align: center;
        height: 60px;
    }
    .mobixo_slider_alpha .title_holder p {
        display: none !important;
    }
    .mobixo_slider_alpha .title_holder h3 {
        margin: 0px;
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
    }
    .mobixo_slider_alpha .title_holder .desc {
        display: none !important;
    }
    .mobixo_slider_alpha .title_holder .in>span {
        display: none;
    }
    .mobixo_slider_alpha .owl_control .fn_prev {
        left: 0px;
        margin-top: auto;
        bottom: 0px;
    }
    .mobixo_slider_alpha .owl_control .fn_next {
        left: auto;
        margin-top: auto;
        right: 0px;
        bottom: 0px;
    }
    .mobixo_slider_alpha .owl_control>div {
        border-radius: 0px;
    }
}

@media (max-width:480px) {
    .mobixo_slider_alpha .title_holder {
        left: 0px;
        right: 0px;
        bottom: 60px;
    }
    .mobixo_slider_alpha .owl_control>div {
        width: 50%;
    }
    .mobixo_slider_alpha .owl_control .fn_prev {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    .mobixo_slider_alpha .owl_control .fn_next {
        border-left: 1px solid rgba(255, 255, 255, .3);
    }
    .mobixo_slider_alpha .owl_control span.a,
    .mobixo_slider_alpha .owl_control span.b {
        left: 50%;
        margin-left: -10px;
    }
}

.fn_cs_sharebox {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.fn_cs_sharebox:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_sharebox ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
}

.fn_cs_sharebox label {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.fn_cs_sharebox ul li {
    margin: 5px 4px;
    padding: 0;
}

.fn_cs_sharebox ul li a {
    text-decoration: none;
    font-size: 16px;
    background-color: transparent !important;
}

.fn_cs_page_title {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_page_title:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_page_title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 60px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #050e1a;
    line-height: 1;
    position: relative;
    left: -1px;
}


/*------------------------------------------------------------------*/


/*	XX) PRINCIPLES MODERN
/*------------------------------------------------------------------*/

.fn_cs_principles_modern {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_principles_modern:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_principles_modern .inner {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_principles_modern ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.fn_cs_principles_modern ul li {
    margin: 0;
    padding: 0;
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.fn_cs_principles_modern ul li .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 90px 60px 129px 60px;
    height: 100%;
}

.fn_cs_principles_modern ul li .item .item_border_a:after {
    position: absolute;
    height: 15px;
    left: 0px;
    top: 0px;
    right: 0px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_principles_modern ul li .item .item_border_a:before {
    position: absolute;
    height: 15px;
    left: 0px;
    bottom: 0px;
    right: 160px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_principles_modern ul li .item .item_border_b:after {
    position: absolute;
    width: 15px;
    left: 0px;
    top: 15px;
    bottom: 0px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_principles_modern ul li .item .item_border_b:before {
    position: absolute;
    width: 15px;
    right: 0px;
    bottom: 15px;
    top: 15px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_principles_modern ul li .item .item_border_c:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 151px;
    border-top: 15px solid transparent;
    border-left: 9px solid #a42727;
    bottom: 0;
    transition: all .3s ease;
}

.fn_cs_principles_modern ul li .item .item_border_c:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    border-top: 15px solid #a42727;
    border-left: 15px solid transparent;
    bottom: 0;
    transition: all .3s ease;
}

.fn_cs_principles_modern ul li .item:hover .item_border_b:before,
.fn_cs_principles_modern ul li .item:hover .item_border_b:after,
.fn_cs_principles_modern ul li .item:hover .item_border_a:after,
.fn_cs_principles_modern ul li .item:hover .item_border_a:before {
    background-color: #091db8;
}

.fn_cs_principles_modern ul li .item:hover .item_border_c:after {
    border-left-color: #091db8;
}

.fn_cs_principles_modern ul li .item:hover .item_border_c:before {
    border-top-color: #091db8;
}

.fn_cs_principles_modern ul li .item .number_holder {
    background-color: transparent !important;
    width: 135px;
    height: 45px;
    bottom: -3px;
    right: 15px;
    position: absolute;
    padding: 0px 10px;
    text-align: center;
    color: #ddd;
    font-size: 48px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.fn_cs_principles_modern ul li .item .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #050e1a;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.fn_cs_principles_modern ul li .item .title_holder p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.fn_cs_principles_modern ul li .item .mobixo_w_fn_svg {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 83px;
    left: 60px;
    color: #615e70;
}

.fn_cs_principles_modern ul li .item a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 5;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

@media(max-width: 1040px) {
    .fn_cs_principles_modern ul li {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .fn_cs_principles_modern ul li {
        width: 100%;
        height: auto !important;
    }
}

@media(max-width: 480px) {
    .fn_cs_principles_modern ul li {
        width: 100%;
        height: auto !important;
    }
    .fn_cs_principles_modern ul li .item {
        padding: 60px 30px 99px 30px;
    }
    .fn_cs_principles_modern ul li .item .mobixo_w_fn_svg {
        left: 30px;
        bottom: 53px;
    }
}


/*------------------------------------------------------------------*/


/*	XX) MODERN TITLE
/*------------------------------------------------------------------*/

.fn_cs_title_modern .title_holder,
.fn_cs_title_modern {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_title_modern .title_holder,
.fn_cs_title_modern:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_title_modern .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: #050e1a;
    font-weight: 400;
}

.fn_cs_title_modern .title_holder span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Rubik';
    letter-spacing: 6px;
    margin-bottom: 11px;
}


/*------------------------------------------------------------------*/


/*	XX) SERVICE QUERY
/*------------------------------------------------------------------*/

.fn_cs_service_query {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_service_query .top_bar {
    width: 100%;
    float: left;
    clear: both;
    padding: 55px 50px;
    background-color: #111724;
}

.fn_cs_service_query .t_inner {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    padding-right: 100px;
}

.fn_cs_service_query .t_inner h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 30px;
    color: #eee;
    line-height: 40px;
}

.fn_cs_service_query .t_inner span {
    position: relative;
    font-size: 14px;
    color: #bbb;
    letter-spacing: 0px;
    margin-left: 62px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.fn_cs_service_query .t_inner span:after {
    top: 0px;
    right: 100%;
    margin-right: 30px;
    width: 2px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    content: '';
}

.fn_cs_service_query .service_part {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_service_query .service_part .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_service_query .service_part .item:after {
    content: '';
    position: absolute;
    z-index: 55;
    right: 0px;
    width: 2px;
    top: 0px;
    bottom: 0px;
    background-color: #111724;
}

.fn_cs_service_query .service_part .item .img_holder {
    position: relative;
    z-index: 1;
}

.fn_cs_service_query .service_part .item .img_holder img {
    position: relative;
    z-index: -5;
    opacity: 0;
}

.fn_cs_service_query .service_part .item .abs_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fn_cs_service_query .service_part .item .title {
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 10;
    padding: 45px 50px 100px 50px;
    background: rgba(0, 0, 0, 0.6);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    /* Standard syntax */
}

.fn_cs_service_query .service_part .item .title h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.1;
    max-width: 260px;
}

.fn_cs_service_query .service_part .item .title h3 a {
    color: #eee;
}

.fn_cs_service_query .service_part .item .title h3 a:hover {
    color: #fff;
}

.fn_cs_service_query .service_part .item .view_more {
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 100px 50px 50px 50px;
    background: rgba(0, 0, 0, 0.6);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* Standard syntax */
}

.fn_cs_service_query .service_part .item .view_more a {
    display: inline-block;
    position: relative;
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 0px 47px 0px 20px;
    line-height: 38px;
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fn_cs_service_query .service_part .item .view_more img,
.fn_cs_service_query .service_part .item .view_more svg {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    transition: right .3s ease;
}

.fn_cs_service_query .service_part .item .view_more a:hover img,
.fn_cs_service_query .service_part .item .view_more a:hover svg {
    right: 15px;
}

.fn_cs_service_query .service_part .item .view_more a:hover {
    color: #fff;
    border-color: #fff;
}

.fn_cs_service_query .service_part .item .img_holder:after {
    position: absolute;
    z-index: 10;
    content: '';
    left: 0px;
    top: 0px;
    right: 100%;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .5s cubic-bezier(0.040, 0.630, 0.000, 0.965);
}

.fn_cs_service_query .service_part .item:hover .img_holder:after {
    right: 0px;
}

.fn_cs_service_query .owl_control {
    position: absolute;
    right: 0px;
    top: 5px;
}

.fn_cs_service_query .owl_control div {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #d24e1a;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.fn_cs_service_query .owl_control div:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 13px;
    border: 5px solid transparent;
    border-left-color: #fff;
}

.fn_cs_service_query .owl_control .fn_prev:after {
    border-left-color: transparent;
    border-right-color: #fff;
    left: auto;
    right: 13px;
}

.fn_cs_service_query .owl_control .fn_prev {
    right: 35px;
}

@media(max-width: 1200px) {
    .fn_cs_service_query .service_part .item .title {
        padding: 25px 30px 70px 30px;
    }
    .fn_cs_service_query .top_bar {
        padding: 55px 30px;
    }
    .fn_cs_service_query .service_part .item .view_more {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width: 1040px) {
    .fn_cs_service_query .t_inner {
        flex-direction: column;
        padding-right: 0px;
        padding-bottom: 25px;
    }
    .fn_cs_service_query .t_inner span {
        margin-left: 0px;
    }
    .fn_cs_service_query .t_inner span:after {
        width: 100px;
        height: 3px;
        top: auto;
        left: 0px;
        margin-right: 0px;
        bottom: 100%;
        margin-bottom: 24px;
    }
    .fn_cs_service_query .t_inner h3 {
        margin-bottom: 39px;
    }
    .fn_cs_service_query .owl_control {
        top: auto;
        left: 0px;
        right: auto;
        bottom: 0px;
    }
    .fn_cs_service_query .owl_control div {
        right: auto;
    }
    .fn_cs_service_query .owl_control .fn_prev {
        left: 0px;
    }
    .fn_cs_service_query .owl_control .fn_next {
        left: 35px;
    }
    .fn_cs_service_query .top_bar {
        padding-bottom: 85px;
    }
}

.fn_cs_service_query.fn_cs_service_query_modern .t_inner {
    padding-right: 0;
}

.fn_cs_service_query_modern .top_bar {
    background-color: #091db8;
}

.fn_cs_service_query_modern .t_inner a {
    line-height: 40px;
    text-decoration: none;
    padding-right: 23px;
    position: relative;
    color: #fff;
    font-family: 'Rubik';
}

.fn_cs_service_query_modern .t_inner a .mobixo_w_fn_svg {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    color: #fff;
}

.fn_cs_service_query.fn_cs_service_query_modern .t_inner h3 {
    margin-right: 50px;
}

@media(max-width: 1040px) {
    .fn_cs_service_query.fn_cs_service_query_modern .top_bar {
        padding-bottom: 30px;
    }
    .fn_cs_service_query.fn_cs_service_query_modern .t_inner h3 {
        margin-bottom: 0;
    }
    .fn_cs_service_query.fn_cs_service_query_modern .t_inner {
        padding-bottom: 0;
    }
}

.fn_cs_info_list_modern .list,
.fn_cs_info_list_modern {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_info_list_modern .list:after,
.fn_cs_info_list_modern:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_info_list_modern .list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.fn_cs_info_list_modern .list ul li {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.fn_cs_info_list_modern .list ul li .item {
    width: 100%;
    float: left;
    clear: both;
    border: 1px solid #eee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
    padding: 150px 28px 70px 28px;
    position: relative;
    height: 100%;
}

.fn_cs_info_list_modern .list ul li .item .top_icon {
    position: absolute;
    top: 50px;
    left: 27px;
    display: block;
    width: 66px;
    height: 66px;
}

.fn_cs_info_list_modern .list ul li .item .top_icon:after {
    width: 33px;
    height: 33px;
    position: absolute;
    left: 0px;
    top: 17px;
    display: block;
    content: '';
    border: 2px solid #a42727;
    box-sizing: border-box;
}

.fn_cs_info_list_modern .list ul li .item .top_icon:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: '';
    background-color: #e6e8f8;
    border-radius: 100%;
    transition: all .3s ease;
}

.fn_cs_info_list_modern .list ul li .item .top_icon .mobixo_w_fn_svg {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 8px;
    top: 26px;
    color: #a42727;
}

.fn_cs_info_list_modern .list ul li .item .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #050e1a;
    letter-spacing: 0;
    line-height: 1.4;
}

.fn_cs_info_list_modern .list ul li .item .bottom_holder {
    position: absolute;
    display: block;
    left: 28px;
    right: 28px;
    height: 57px;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
}

.fn_cs_info_list_modern .list ul li .item .bottom_holder a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 56px;
    font-size: 15px;
    font-family: 'Rubik';
    padding-right: 30px;
    position: relative;
    color: #615e70;
}

.fn_cs_info_list_modern .list ul li .item .bottom_holder a span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 20px;
    margin-top: -10px;
    right: 9px;
    background-color: #a42727;
}

.fn_cs_info_list_modern .list ul li .item .bottom_holder a span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    right: 0;
    background-color: #a42727;
}

.fn_cs_info_list_modern .list ul li .item:hover .top_icon:before {
    right: -7px;
    top: -7px;
    bottom: -7px;
    left: -7px;
}

.fn_cs_info_list_modern[data-cols="2"] .list ul li {
    width: 50%;
}

@media(max-width: 1040px) {
    .fn_cs_info_list_modern .list ul li {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .fn_cs_info_list_modern[data-cols="2"] .list ul li,
    .fn_cs_info_list_modern .list ul li {
        width: 100%;
        height: auto !important;
    }
}

.fn_cs_project_carousel .inner,
.fn_cs_project_carousel {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_project_carousel .inner:after,
.fn_cs_project_carousel:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_project_carousel .inner .flex-viewport {
    overflow: visible !important;
}

.fn_cs_project_carousel .slides>li {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.fn_cs_project_carousel .slides>li:not(.flex-active-slide) {
    opacity: 0.1;
}

.fn_cs_project_carousel .slides>li:not(.flex-active-slide) .item {
    padding: 0px 30px;
}

.fn_cs_project_carousel .flex-direction-nav {
    height: 100%;
}

.fn_cs_project_carousel .flex-direction-nav .flex-prev {
    background: none;
    border-radius: 0;
    height: 100%;
    right: 100%;
    left: auto;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    padding-right: 30px;
}

.fn_cs_project_carousel .flex-direction-nav .flex-next {
    background: none;
    border-radius: 0;
    height: 100%;
    left: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    padding-left: 30px;
}

.fn_cs_project_carousel .flex-direction-nav a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    color: #777;
    opacity: 1;
    margin: 0;
}

.fn_cs_project_carousel .flex-direction-nav a:before {
    display: none;
}

.fn_cs_project_carousel ul.slides>li {
    max-width: 100%;
    float: left;
    position: relative;
}

.fn_cs_project_carousel ul.slides .item {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.fn_cs_project_carousel ul.slides .item .title_holder {
    position: absolute;
    bottom: 0px;
    left: 80px;
    width: 460px;
    padding: 50px 80px 50px 80px;
    box-sizing: border-box;
    background-color: rgba(9, 29, 184, 0.9);
}

.fn_cs_project_carousel ul.slides .item .title_holder:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid rgba(9, 29, 184, 0.9);
}

.fn_cs_project_carousel ul.slides .item .title_holder:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 40px;
    border-left: 420px solid rgba(9, 29, 184, 0.9);
    border-top: 40px solid transparent;
}

.fn_cs_project_carousel ul.slides .item .img_holder {
    position: relative;
}

.fn_cs_project_carousel ul.slides .item .img_holder img {
    min-width: 100%;
    opacity: 0;
    height: 600px;
}

.fn_cs_project_carousel ul.slides .item .abs_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s ease;
}

.fn_cs_project_carousel ul.slides .item .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.2;
    min-height: 108px;
    margin-bottom: 55px;
}

.fn_cs_project_carousel ul.slides .item .title_holder h3 a {
    color: #eee;
}

.fn_cs_project_carousel ul.slides .item .title_holder p {
    margin: 0;
    padding: 0;
    height: 40px;
}

.fn_cs_project_carousel ul.slides .item .title_holder p a {
    height: 40px;
    border: 1px solid #eee;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0px 46px 0px 20px;
    line-height: 40px;
    font-family: 'Rubik';
    display: inline-block;
    color: #eee;
    font-size: 14px;
    letter-spacing: .5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fn_cs_project_carousel ul.slides .item .title_holder p a .mobixo_w_fn_svg {
    position: absolute;
    width: 15px;
    height: 15px;
    color: #eee;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    transition: all .3s ease;
}

.fn_cs_project_carousel ul.slides .item .title_holder p a:hover {
    border-color: #fff;
    color: #fff;
}

.fn_cs_project_carousel ul.slides .item .title_holder p a:hover .mobixo_w_fn_svg {
    color: #fff;
    right: 15px;
}

.fn_cs_project_carousel .flex-direction-nav .flex-next .myflex-text {
    display: none;
}

.fn_cs_project_carousel .mobixo_w_fn_svg_right {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -100px;
    z-index: 1;
}

.fn_cs_project_carousel .mobixo_w_fn_svg_right .mobixo_w_fn_svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -7px;
    color: #1f1841;
}

.fn_cs_project_carousel .mobixo_w_fn_svg_left {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -100px;
    z-index: 1;
}

.fn_cs_project_carousel .mobixo_w_fn_svg_left .mobixo_w_fn_svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -7px;
    color: #1f1841;
    transform: rotate(180deg);
}

@media(max-width: 1450px) {
    .fn_cs_project_carousel .slides>li:not(.flex-active-slide) .item {
        padding: 0
    }
    .fn_cs_project_carousel .mobixo_w_fn_svg_left,
    .fn_cs_project_carousel .mobixo_w_fn_svg_right {
        display: none;
    }
}

@media(max-width: 768px) {
    .fn_cs_project_carousel ul.slides .item .title_holder {
        left: 0;
        right: 0;
        padding: 30px;
        width: auto;
    }
    .fn_cs_service_query .service_part .item .title h3 {
        font-size: 24px;
    }
    .fn_cs_project_carousel ul.slides .item .title_holder h3 {
        min-height: inherit;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .fn_cs_project_carousel ul.slides .item .title_holder:before,
    .fn_cs_project_carousel ul.slides .item .title_holder:after {
        display: none;
    }
}

.fn_cs_quadruple_blog .inner,
.fn_cs_quadruple_blog {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_quadruple_blog .inner:after,
.fn_cs_quadruple_blog:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_quadruple_blog .inner {
    display: flex;
    flex-direction: row;
}

.fn_cs_quadruple_blog .inner .left_part {
    width: 100%;
    max-width: 500px;
    position: relative;
}

.fn_cs_quadruple_blog .inner .left_part .img_holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.fn_cs_quadruple_blog .inner .left_part .img_holder img {
    opacity: 0;
    max-width: 100%;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder {
    position: absolute;
    right: 50px;
    left: 50px;
    bottom: 40px;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder p {
    margin: 0;
    padding: 0;
    color: #eee;
    font-size: 16px;
    font-family: 'Rubik';
    margin-bottom: 20px;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    margin-bottom: 35px;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder h3 a {
    color: #eee;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder a.icon {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 0px 46px 0px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Rubik';
    color: #eee;
    position: relative;
    letter-spacing: .5px;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder a.icon .mobixo_w_fn_svg {
    position: absolute;
    width: 15px;
    height: 15px;
    color: #eee;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    transition: all .3s ease;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder a.icon:hover {
    color: #fff;
    border-color: #fff;
}

.fn_cs_quadruple_blog .inner .left_part .title_holder a.icon:hover .mobixo_w_fn_svg {
    color: #fff;
    right: 15px;
}

.fn_cs_quadruple_blog .inner .right_part {
    margin-left: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fn_cs_quadruple_blog .inner .right_part .other_item {
    max-height: 182px;
    width: 100%;
    padding: 45px 45px 45px 220px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.fn_cs_quadruple_blog .inner .right_part .other_item .img_holder {
    position: absolute;
    width: 160px;
    height: 120px;
    left: 30px;
    top: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fn_cs_quadruple_blog .inner .right_part .other_item h3 {
    color: #050e1a;
    font-size: 24px;
    margin: 0;
    padding: 0;
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 15px;
}

.fn_cs_quadruple_blog .inner .right_part .other_item a.icon {
    font-family: 'Rubik';
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    max-width: 100%;
    position: relative;
    padding-right: 25px;
}

.fn_cs_quadruple_blog .inner .right_part .other_item a.icon:hover .mobixo_w_fn_svg {
    right: -10px;
}

.fn_cs_quadruple_blog .inner .right_part .other_item a.icon .mobixo_w_fn_svg {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    color: #0d1a37;
    transition: all .3s ease;
}

.fn_cs_quadruple_blog .inner .right_part .see_all {
    height: 50px;
    width: 100%;
}

.fn_cs_quadruple_blog .inner .right_part .see_all a {
    height: 50px;
    width: 100%;
    display: block;
    padding: 0px 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    background-color: #a42727;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: 'Rubik';
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    transition: all .3s ease;
}

@media(max-width: 1040px) {
    .fn_cs_quadruple_blog .inner .right_part {
        margin-left: 30px;
    }
}

@media(max-width: 768px) {
    .fn_cs_quadruple_blog .inner .right_part {
        margin-left: 0;
    }
    .fn_cs_quadruple_blog .inner {
        flex-wrap: wrap;
    }
    .fn_cs_quadruple_blog .inner .left_part {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .fn_cs_quadruple_blog .inner .left_part .title_holder {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
    .fn_cs_quadruple_blog .inner .right_part .other_item .img_holder {
        left: 20px;
        top: 20px;
    }
    .fn_cs_quadruple_blog .inner .right_part .other_item {
        padding-top: 35px;
        padding-left: 210px;
    }
}

@media(max-width: 480px) {
    .fn_cs_quadruple_blog .inner .right_part .other_item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fn_cs_quadruple_blog .inner .right_part .other_item .img_holder {
        display: none;
    }
}

.fn_cs_testimonial_carousel .inner,
.fn_cs_testimonial_carousel {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_testimonial_carousel:after,
.fn_cs_testimonial_carousel .inner:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_testimonial_carousel .owl-dots button {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 6px;
    background-color: #e8e8e8;
    margin-right: 6px;
    display: block;
    float: left;
}

.fn_cs_testimonial_carousel .owl-dots button.active {
    background-color: #a42727;
}

.fn_cs_testimonial_carousel .owl-dots:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_testimonial_carousel .inner .inner_owl {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    padding: 77px 75px 80px 75px;
    position: relative;
    box-sizing: border-box;
}

.fn_cs_testimonial_carousel .inner .inner_owl:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_testimonial_carousel .inner .inner_owl .inner_border .mobixo_w_fn_svg {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -9px;
    right: 55px;
    color: #e0e0e0;
}

.fn_cs_testimonial_carousel .inner .item_border_a:after {
    position: absolute;
    height: 15px;
    left: 0px;
    top: 0px;
    right: 0px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_testimonial_carousel .inner .item_border_a:before {
    position: absolute;
    height: 15px;
    left: 0px;
    bottom: 0px;
    right: 160px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_testimonial_carousel .inner .item_border_b:after {
    position: absolute;
    width: 15px;
    left: 0px;
    top: 15px;
    bottom: 0px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_testimonial_carousel .inner .item_border_b:before {
    position: absolute;
    width: 15px;
    right: 0px;
    bottom: 15px;
    top: 15px;
    content: '';
    background-color: #a42727;
    transition: all .3s ease;
}

.fn_cs_testimonial_carousel .inner .item_border_c:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 151px;
    border-top: 15px solid transparent;
    border-left: 9px solid #a42727;
    bottom: 0;
    transition: all .3s ease;
}

.fn_cs_testimonial_carousel .inner .item_border_c:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    border-top: 15px solid #a42727;
    border-left: 15px solid transparent;
    bottom: 0;
    transition: all .3s ease;
}

.mobixo_w_fn_rating .mobixo_w_fn_svg {
    width: 100px;
    height: 18px;
    fill: currentcolor;
    opacity: 0;
}

.mobixo_w_fn_rating .mobixo_w_fn_svg.replaced-svg {
    opacity: 1;
}

.mobixo_w_fn_rating {
    width: 100%;
    height: 18px;
    position: relative;
    float: left;
    clear: both;
}

.mobixo_w_fn_rating .mobixo_w_fn_rating_in {
    width: 100px;
    position: relative;
    float: left;
    height: 18px;
}

.mobixo_w_fn_rating:after,
.mobixo_w_fn_rating:before {
    content: '';
    display: table;
    clear: both;
}

.mobixo_w_fn_rating .rating_absolute {
    display: block;
    position: absolute;
    height: 18px;
    left: 0px;
    top: 0px;
    z-index: 5;
    overflow: hidden;
    color: #ff5d4a;
    transition: all .5s ease;
}

.mobixo_w_fn_rating .rating_relative {
    display: block;
    position: absolute;
    height: 18px;
    left: auto;
    right: 0px;
    transform: rotateY(180deg);
    top: 0px;
    z-index: 2;
    overflow: hidden;
    color: #aaa;
    transition: all .5s ease;
    width: 100px;
}

.mobixo_w_fn_rating .rating_absolute .mobixo_w_fn_svg,
.mobixo_w_fn_rating .rating_relative .mobixo_w_fn_svg {
    position: absolute;
    left: 0px;
    top: 0px;
}

.fn_cs_testimonial_carousel .owl-item .content_holder p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #615e70;
    letter-spacing: 0;
    line-height: 1.7;
}

.fn_cs_testimonial_carousel .owl-item .content_holder {
    margin-bottom: 44px;
    width: 100%;
    clear: both;
}

.fn_cs_testimonial_carousel .owl-item .title_holder {
    width: 100%;
    clear: both;
}

.fn_cs_testimonial_carousel .owl-item .title_holder h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #615e70;
    margin-bottom: 4px;
}

.fn_cs_testimonial_carousel .owl-item .title_holder p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #a42727;
    font-family: 'Rubik';
    margin-bottom: 16px;
}

@media(max-width: 480px) {
    .fn_cs_testimonial_carousel .inner .inner_owl {
        padding: 40px 40px 40px 40px;
    }
    .fn_cs_testimonial_carousel .owl-item .content_holder p {
        font-size: 16px;
    }
}

.cons_w_wrapper .fn_cs_hero_header_modern {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.cons_w_wrapper .fn_cs_hero_header_modern .content_holder {
    width: 100%;
    float: left;
    clear: both;
    max-width: 100% !important;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
}

.cons_w_wrapper .fn_cs_hero_header_modern .left_part {
    width: 800px;
    max-width: 100%;
}

.cons_w_wrapper .fn_cs_hero_header_modern .right_part {
    padding-left: 50px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.cons_w_wrapper .fn_cs_hero_header_modern .span_a:after {
    width: 15px;
    height: 210px;
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    background-color: #a42727;
}

.cons_w_wrapper .fn_cs_hero_header_modern .span_a:before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 210px;
    border-top: 15px solid transparent;
    border-right: 15px solid #a42727;
}

.cons_w_wrapper .fn_cs_hero_header_modern .span_b:after {
    width: auto;
    height: 15px;
    left: 0;
    content: '';
    position: absolute;
    display: block;
    right: 15px;
    bottom: 0;
    background-color: #a42727;
}

.cons_w_wrapper .fn_cs_hero_header_modern .span_b:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 100%;
    border-top: 15px solid transparent;
    border-right: 15px solid #a42727;
}

.cons_w_wrapper .fn_cs_hero_header_modern .content_holder .right_part .cons_w_wrapper .fn_cs_hero_header_modern .title_holder,
.cons_w_wrapper .fn_cs_hero_header_modern .btn_holder {
    width: 100%;
    float: left;
    clear: both;
}

.cons_w_wrapper .fn_cs_hero_header_modern .btn_holder {
    height: 50px;
}

.cons_w_wrapper .fn_cs_hero_header_modern .bg_holder {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

.cons_w_wrapper .fn_cs_hero_header_modern .o_img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.cons_w_wrapper .fn_cs_hero_header_modern .o_color {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 4;
}

.cons_w_wrapper .fn_cs_hero_header_modern[data-height="vh"] {
    height: 100vh;
}

.cons_w_wrapper .fn_cs_hero_header_modern h3 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -1.5px;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 31px;
    color: #eee;
}

.cons_w_wrapper .fn_cs_hero_header_modern h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100px;
    height: 3px;
    background-color: #d24e1a;
}

.cons_w_wrapper .fn_cs_hero_header_modern p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 43px;
}

.cons_w_wrapper .fn_cs_hero_header_modern[data-url-show="no"] .btn_holder {
    display: none;
}

.cons_w_wrapper .fn_cs_hero_header_modern[data-url-show="no"] p {
    margin-bottom: 0;
}

.cons_w_wrapper .fn_cs_hero_header_modern .video {
    position: relative;
    display: inline-block;
    padding-left: 80px;
    cursor: pointer;
}

.cons_w_wrapper .fn_cs_hero_header_modern .video .text {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 300;
    min-height: 60px;
    font-family: 'Rubik';
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.cons_w_wrapper .fn_cs_hero_header_modern .video .icon {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #ccc;
    top: 0px;
    left: 0px;
    transition: all .2s linear;
}

.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:after {
    content: '';
    position: absolute;
    border: 16px solid transparent;
    border-left-color: #ccc;
    border-top-width: 9px;
    border-bottom-width: 9px;
    top: 50%;
    left: 50%;
    margin: -9px 0px 0px -5px;
    transition: all .2s ease;
    z-index: 1;
}

.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px auto auto -30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    border: 15px solid #ccc;
    transition: opacity 2s 1s ease;
    border-radius: 100%;
}

.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:before {
    opacity: 1;
    -webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
}

@media(max-width: 1200px) {
    .cons_w_wrapper .fn_cs_hero_header_modern h3 {
        font-size: 36px;
    }
}

@media(max-width: 1040px) {
    .cons_w_wrapper .fn_cs_hero_header_modern .right_part {
        display: none;
    }
    .cons_w_wrapper .fn_cs_hero_header_modern[data-height="vh"] {
        height: auto !important;
    }
    .cons_w_wrapper .fn_cs_hero_header_modern .content_holder {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}

.fn_cs_info_list.fn_eleganto .container {
    padding: 0;
    max-width: 100%;
}

.fn_cs_info_list.fn_eleganto .list {
    padding-top: 0;
}

.fn_cs_info_list.fn_eleganto .list .item {
    padding: 52px 150px 52px 60px;
    height: 100%;
}

.fn_cs_info_list.fn_eleganto .list .icon {
    left: auto;
    right: 60px;
    top: 50%;
    width: 50px;
    height: 50px;
    border-width: 3px;
    margin-top: -25px;
}

.fn_cs_info_list.fn_eleganto .list .icon .mobixo_w_fn_svg {
    width: 20px;
    height: 20px;
    margin: -10px 0px 0px -10px;
}

.fn_cs_info_list.fn_eleganto .list ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.fn_cs_info_list.fn_eleganto .list li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.fn_cs_info_list.fn_eleganto .icon_bg:after {
    width: 2000px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    left: 100%;
    margin-left: -165px;
    top: 0;
    bottom: 0;
    content: '';
    transform: skewX(-13deg);
}

.fn_cs_info_list.fn_eleganto .list h3 {
    font-size: 24px;
    font-family: 'Rubik';
    margin-bottom: 4px;
}

@media(max-width: 1300px) {
    .fn_cs_info_list.fn_eleganto[data-cols="3"] .list li {
        width: 33.3333%;
    }
}

@media(max-width: 1040px) {
    .fn_cs_info_list.fn_eleganto[data-cols="3"] .list li {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .fn_cs_info_list.fn_eleganto .list .item {
        padding: 22px 90px 22px 30px;
    }
    .fn_cs_info_list.fn_eleganto .list .icon {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        right: 30px;
        border-width: 2px;
    }
    .fn_cs_info_list.fn_eleganto .list .item {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .fn_cs_info_list.fn_eleganto .list li:last-child .item {
        border-bottom-width: 0px;
    }
    .fn_cs_info_list.fn_eleganto .icon_bg:after {
        display: none;
    }
    .fn_cs_info_list.fn_eleganto .list .icon .mobixo_w_fn_svg {
        width: 14px;
        height: 14px;
        margin: -7px 0px 0px -7px;
    }
}

.fn_cs_principles_modern.fn_eleganto ul li .item {
    padding: 20px 0px 0px 20px;
}

.fn_cs_principles_modern.fn_eleganto ul li .item_in {
    padding: 45px 30px 109px 30px;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    background-color: #0d172e;
    height: 100%;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .item_border_b:before,
.fn_cs_principles_modern.fn_eleganto ul li .item .item_border_a:before {
    display: none;
    content: none;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .item_border_b:after {
    bottom: auto;
    height: 230px;
    width: 20px;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .item_border_a:after {
    width: 240px;
    height: 20px;
    right: auto;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .item_border_c:after {
    bottom: auto;
    top: 0;
    left: 240px;
    right: auto;
    border-top-width: 20px;
    border-left-width: 20px;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .item_border_c:before {
    right: auto;
    left: 0;
    top: 245px;
    bottom: auto;
    border-top-width: 20px;
    border-left-width: 20px;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .number_holder {
    bottom: 32px;
    right: 30px;
    width: auto;
    z-index: 333;
}

.fn_cs_principles_modern.fn_eleganto ul li .item .item_in:after {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-bottom-color: #262f43;
    border-bottom-width: 50px;
    right: 48px;
    bottom: 30px;
    transform: rotate(-18deg);
    border-right-width: 27px;
    border-left-width: 27px;
}

.fn_cs_title_with_description {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_title_with_description .title_holder {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.fn_cs_title_with_description .title_holder:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_title_with_description .title_holder h3 {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 48px;
    line-height: 1;
    color: #050e1a;
    letter-spacing: -1px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.fn_cs_title_with_description .title_holder h3:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    background-color: #a42727;
}

.fn_cs_title_with_description .title_holder p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.fn_cs_project_sticky.fn_eleganto {
    background-color: #0d172e;
    padding: 150px 0px;
}

.fn_cs_project_sticky.fn_eleganto .container {
    z-index: 5;
}

.fn_cs_project_sticky.fn_eleganto .fn_cs_project_sticky_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.fn_cs_project_sticky.fn_eleganto .fn_cs_project_sticky_bg:after {
    background-color: #091224;
    position: absolute;
    top: 506px;
    left: 0;
    right: 0;
    height: 965px;
    content: '';
    transform: skewY(-28deg);
}

.fn_cs_project_sticky.fn_eleganto .fn_cs_project_sticky_bg:before {
    background-color: #091224;
    position: absolute;
    top: 2436px;
    left: 0;
    right: 0;
    height: 965px;
    content: '';
    transform: skewY(-28deg);
}

.fn_cs_project_sticky.fn_eleganto .fn_cs_project_sticky_bg span:after {
    background-color: #091224;
    position: absolute;
    top: 4366px;
    left: 0;
    right: 0;
    height: 965px;
    content: '';
    transform: skewY(-28deg);
}

.fn_cs_project_sticky.fn_eleganto .fn_cs_project_sticky_bg span:before {
    background-color: #091224;
    position: absolute;
    top: 6296px;
    left: 0;
    right: 0;
    height: 965px;
    content: '';
    transform: skewY(-28deg);
}

.fn_cs_project_sticky.fn_eleganto .left_part h3 {
    font-size: 48px;
}

@media(max-width: 1040px) {
    .fn_cs_project_sticky.fn_eleganto {
        padding: 50px 0px;
    }
}

.fn_cs_triple_blog_modern.fn_eleganto .title_holder {
    padding-top: 25px;
}

.fn_cs_triple_blog_modern.fn_eleganto .time {
    left: auto;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ff9600;
}

.fn_cs_triple_blog_modern.fn_eleganto .time h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.fn_cs_triple_blog_modern.fn_eleganto .time h5 {
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.fn_cs_triple_blog_modern.fn_eleganto .time h3:after,
.fn_cs_triple_blog_modern.fn_eleganto .time span:before {
    display: none;
    content: none;
}

.fn_cs_triple_blog_modern.fn_eleganto .title_holder p.t_footer {
    height: 50px;
}

.fn_cs_info_list_box {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_info_list_box .inner {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    background-color: #eef1f3;
    overflow: hidden;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
}

.fn_cs_info_list_box .inner .left_part {
    width: 45%;
    min-width: 45%;
    border: 20px solid #a42727;
    padding: 65px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.fn_cs_info_list_box .inner .left_part h3 {
    font-size: 220px;
    margin: 0;
    padding: 0;
    color: #cfd3d6;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 500;
    position: relative;
    margin-top: -30px;
}

.fn_cs_info_list_box .inner .left_part h5 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 1;
    font-weight: 400;
}

.fn_cs_info_list_box .inner .list {
    width: 55%;
    min-width: 55%;
    padding: 100px 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.fn_cs_info_list_box .inner:after {
    position: absolute;
    content: '';
    background-color: #f6f7f8;
    width: 440px;
    top: 0;
    right: -226px;
    bottom: 0;
    transform: skewX(-12deg);
    z-index: 1;
}

.fn_cs_info_list_box .inner .list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 5;
}

.fn_cs_info_list_box .inner .list li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.fn_cs_info_list_box .inner .list li:last-child {
    margin-bottom: 0;
}

.fn_cs_info_list_box .inner .list li .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    min-height: 30px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.fn_cs_info_list_box .inner .list li .icon {
    width: 30px;
    height: 30px;
    border: 2px solid #ff9600;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fn_cs_info_list_box .inner .list .icon img,
.fn_cs_info_list_box .inner .list .icon svg {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -7px;
    transition: transform .3s ease;
    transition-delay: .3s;
    color: #ff9600;
}

.fn_cs_info_list_box .inner .list li svg.svg_hover {
    transform: scale(0);
    transition-delay: 0s;
}

.fn_cs_info_list_box .inner .list .item:hover svg.svg_hover {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s;
}

.fn_cs_info_list_box .inner .list .item:hover svg.svg_always {
    transform: scale(0);
    transition-delay: 0s;
}

.fn_cs_info_list_box .inner .list li p {
    margin: 0;
    padding: 0;
    font-family: 'Rubik';
    color: #14141c;
    font-size: 18px;
}

@media(max-width: 1040px) {
    .fn_cs_info_list_box .inner .list {
        padding: 50px 40px;
    }
    .fn_cs_info_list_box .inner .left_part h3 {
        font-size: 120px;
    }
    .fn_cs_info_list_box .inner .left_part h5 {
        font-size: 24px;
    }
}

@media(max-width: 768px) {
    .fn_cs_info_list_box .inner {
        flex-direction: column;
    }
    .fn_cs_info_list_box .inner .list {
        width: 100%;
        min-width: 100%;
        padding: 40px 30px;
    }
    .fn_cs_info_list_box .inner .left_part {
        width: 100%;
        min-width: 100%;
        position: relative;
        z-index: 3;
    }
}

@media(max-width: 480px) {
    .fn_cs_info_list_box .inner .list {
        padding: 20px 10px
    }
    .fn_cs_info_list_box .inner .list li .item {
        padding-left: 30px;
    }
    .fn_cs_info_list_box .inner .list li .icon {
        width: 20px;
        height: 20px;
        top: 5px;
    }
    .fn_cs_info_list_box .inner .list .icon img,
    .fn_cs_info_list_box .inner .list .icon svg {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px;
    }
    .fn_cs_info_list_box .inner .list li {
        margin-bottom: 10px;
    }
    .fn_cs_info_list_box .inner:after {
        right: -300px;
    }
    .fn_cs_info_list_box .inner .left_part {
        border-width: 10px;
    }
}


/* new shortcode: boxed counter */

.fn_cs_boxed_counter {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_boxed_counter .inner {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_boxed_counter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.fn_cs_boxed_counter ul li {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    margin-bottom: 30px;
}

.fn_cs_boxed_counter .counter_item {
    width: 100%;
    float: left;
    clear: both;
    padding: 34px 40px 32px 40px;
    height: 100%;
    border: 3px solid #ddd;
    position: relative;
}

.fn_cs_boxed_counter .counter_item:after {
    content: '';
    top: 10px;
    left: 10px;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff4b36;
    position: absolute;
}

.fn_cs_boxed_counter .counter_item h3 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    line-height: 1;
    color: #14141c;
    font-weight: 500;
    font-family: 'Rubik';
    margin-bottom: 6px;
}

.fn_cs_boxed_counter .counter_item p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #666;
    font-family: 'Rubik';
}

@media(max-width: 768px) {
    .fn_cs_boxed_counter ul li {
        width: 100%;
    }
}

.fn_cs_boxed_counter.fn_eleganto .counter_item {
    border: none;
    background-color: #a42727;
    overflow: hidden;
}

.fn_cs_boxed_counter.fn_eleganto .counter_item:before {
    position: absolute;
    content: '';
    background-color: #f6f7f8;
    width: 440px;
    top: 0;
    right: -354px;
    bottom: 0;
    transform: skewX(-12deg);
    z-index: 1;
}

.fn_cs_boxed_counter .counter_item p,
.fn_cs_boxed_counter .counter_item h3 {
    position: relative;
    z-index: 5;
}

.fn_cs_service_triple .service_border:after {
    content: '';
    position: absolute;
    left: 33.3333%;
    width: 1px;
    top: 0;
    bottom: 0;
    z-index: 55;
    background-color: rgba(255, 255, 255, .2);
}

.fn_cs_service_triple .service_border:before {
    content: '';
    position: absolute;
    left: 66.6666%;
    width: 1px;
    top: 0;
    bottom: 0;
    z-index: 55;
    background-color: rgba(255, 255, 255, .2);
}

.fn_cs_service_triple {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
}

.fn_cs_service_triple .top_bar {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_service_triple .top_bar span.left_winger:after {
    width: 15000px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #0d172e;
    z-index: 10;
    right: 100%;
    top: 0;
    transform: skewX(20deg);
    margin-right: 115px;
}

.fn_cs_service_triple .top_bar span.left_winger:before {
    width: 15000px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #0d172e;
    opacity: .5;
    z-index: 5;
    right: 100%;
    top: 0;
    transform: skewX(20deg);
    margin-right: 85px;
}

.fn_cs_service_triple .top_bar span.right_winger:after {
    width: 15000px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #0d172e;
    z-index: 10;
    left: 100%;
    top: 0;
    transform: skewX(-20deg);
    margin-left: 115px;
}

.fn_cs_service_triple .top_bar span.right_winger:before {
    width: 15000px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #0d172e;
    opacity: .5;
    z-index: 5;
    left: 100%;
    top: 0;
    transform: skewX(-20deg);
    margin-left: 85px;
}

.fn_cs_service_triple .top_bar .t_inner {
    width: 100%;
    float: left;
    clear: both;
    padding: 45px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fn_cs_service_triple .top_bar .t_inner h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #ccc;
    line-height: 1.2;
    font-weight: 400;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.fn_cs_service_triple .top_bar .t_inner p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 19px;
    margin-right: 20px;
    color: #999;
}

.fn_cs_service_triple .top_bar .t_inner a.mobixo_fn_main_link {
    margin: 10px 0px;
}

.fn_cs_service_triple .top_bar .container:after {
    clear: both;
    display: table;
    content: '';
}

.fn_cs_service_triple .service_part {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_service_triple .service_part ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fn_cs_service_triple .service_part li {
    width: 33.3333%;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.fn_cs_service_triple .service_part .item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fn_cs_service_triple .service_part .img_holder img {
    opacity: 0;
    min-width: 100%;
}

.fn_cs_service_triple .service_part .abs_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_service_triple .service_part .title_holder {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background-color: #e9edf0;
    z-index: 7;
    padding: 50px 50px 60px 50px;
    transform: translateY(100%);
    min-height: 300px;
    margin-bottom: -80px;
    transition: all .5s ease;
}

.fn_cs_service_triple .service_part .title_holder .item_key {
    display: block;
    font-family: 'Rubik';
    font-size: 18px;
    color: #999;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
}

.fn_cs_service_triple .service_part .title_holder h3 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 13px;
}

.fn_cs_service_triple .service_part .title_holder p {
    font-size: 16px;
}

.fn_cs_service_triple .service_part .title_holder h3 a {
    text-decoration: none;
    color: #050e1a;
    display: block;
}

.fn_cs_service_triple .service_part .title_holder h3 a:hover {
    color: #a42727;
}

.fn_cs_service_triple .service_part .number_holder {
    position: absolute;
    left: -50px;
    top: 100%;
    transform: translateY(-100%);
    margin-top: 10px;
    transition: all .7s ease;
    z-index: 5;
}

.fn_cs_service_triple .service_part .number_holder.abs_nh {
    transform: translateY(-100%);
    top: 0;
    margin-top: -80px;
}

.fn_cs_service_triple .service_part .number_holder h3 {
    font-size: 430px;
    font-size: 22vw;
    line-height: 310px;
    line-height: 16vw;
    letter-spacing: -15px;
    letter-spacing: -1vw;
    margin: 0;
    padding: 0;
    text-fill-color: transparent;
    text-stroke-width: 1px;
    text-stroke-width: 0.5px;
    text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    font-weight: 600;
}

.fn_cs_service_triple .service_part .item:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(9, 14, 26, 0.8);
}

.fn_cs_service_triple .service_part .item:hover .title_holder {
    transform: translateY(0);
    margin-bottom: 0px;
}

.fn_cs_service_triple .service_part .item .number_holder.rel_nh {
    transition: all .7s ease, opacity 0s .7s ease, visiblity 0s .7s ease;
}

.fn_cs_service_triple .service_part .item:hover .number_holder.rel_nh {
    transform: translateY(0);
    top: 100%;
    transition-duration: .25s;
}

.fn_cs_service_triple .service_part .item:hover .number_holder.abs_nh {
    transform: translateY(0);
    margin-top: -5px;
    transition-duration: .7s;
}

.fn_cs_service_triple .service_part .title_holder .view_more {
    position: absolute;
    height: 50px;
    right: 0;
    bottom: 0;
}

@media(max-width: 1040px) and (min-width: 768px) {
    .fn_cs_service_triple .service_part li {
        /*		width: 50%;*/
    }
    .fn_cs_service_triple .service_part .title_holder {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        min-height: 300px;
        transform: translateY(0);
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
    }
    .fn_cs_service_triple .service_part .title_holder h3 {
        margin-bottom: 20px;
    }
    .fn_cs_service_triple .service_part .title_holder .item_key {
        margin-bottom: 20px;
    }
    .fn_cs_service_triple .service_part .title_holder .view_more {
        position: relative;
        margin-top: auto;
    }
    .fn_cs_service_triple .service_part .number_holder.rel_nh {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .fn_cs_service_triple .service_part .number_holder.abs_nh {
        transform: translateY(0) !important;
        top: 0 !important;
        margin-top: 5px !important;
    }
}

@media(max-width: 768px) {
    .fn_cs_service_triple .top_bar .t_inner h3 {
        font-size: 24px;
    }
    .fn_cs_service_triple .service_part li {
        width: 100%;
    }
    .fn_cs_service_triple .service_border {
        display: none;
    }
    .fn_cs_service_triple .service_part ul {
        flex-direction: column;
    }
    .fn_cs_service_triple .service_part .title_holder {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        min-height: inherit;
        transform: translateY(0);
        padding: 30px 20px;
    }
    .fn_cs_service_triple .service_part .title_holder .view_more {
        position: relative;
        margin-top: auto;
    }
    .fn_cs_service_triple .service_part .number_holder.rel_nh {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .fn_cs_service_triple .service_part .number_holder.abs_nh {
        transform: translateY(0) !important;
        top: 20px !important;
        margin-top: 5px !important;
        left: 20px;
    }
    .fn_cs_service_triple .service_part .title_holder .item_key {
        margin-bottom: 20px;
    }
    .fn_cs_service_triple .service_part .number_holder h3 {
        letter-spacing: 0;
    }
}

.fn_cs_about_video .content_holder,
.fn_cs_about_video {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_about_video .content_holder {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.fn_cs_about_video .left_part {
    width: 500px;
    min-width: 500px;
    padding: 0px 0px;
    padding-right: 130px;
}

.fn_cs_about_video .left_part h3.title {
    margin: 0;
    padding: 0;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #050e1a;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 11px;
}

.fn_cs_about_video .left_part h3.title:after {
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    position: absolute;
    content: '';
    background-color: #a42727;
}

.fn_cs_about_video .left_part p.desc {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.fn_cs_about_video .left_part .title_holder {
    margin-bottom: 35px;
}

.fn_cs_about_video .left_part img {
    margin-bottom: 25px;
}

.fn_cs_about_video .left_part h3.name {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #14141c;
}

.fn_cs_about_video .right_part {
    position: absolute;
    left: 500px;
    right: 0;
    bottom: 0;
    top: 0;
}

.fn_cs_about_video .right_part .abs_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_about_video .right_part .btn_holder {
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    z-index: 5;
}

.fn_cs_about_video .right_part .btn_holder .video {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}


/* .fn_cs_about_video .right_part img {
    display: none;
    min-width: 100%;
    opacity: 0;
} */

.fn_cs_about_video .right_part .btn_holder .icon:after {
    content: '';
    position: absolute;
    border: 12px solid transparent;
    border-width: 12.5px;
    border-left-width: 22px;
    border-left-color: #ff9600;
    top: 50%;
    margin: -12px 0px 0px -5px;
    left: 50%;
}

@media(max-width: 1040px) {
    .fn_cs_about_video .left_part {
        width: 100%;
        padding-right: 0;
        min-width: 100%;
    }
    .fn_cs_about_video .right_part {
        position: relative;
        left: 0;
    }
    .fn_cs_about_video .right_part img {
        display: block;
        opacity: 1;
    }
    .fn_cs_about_video .content_holder {
        flex-direction: column;
    }
}

.fn_cs_team_members {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_team_members>ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-left: -60px;
}

.fn_cs_team_members>ul>li {
    width: 33.3333%;
    float: left;
    padding-left: 60px;
    margin-bottom: 44px;
}

.fn_cs_team_members .item .img_holder,
.fn_cs_team_members .item .title_holder,
.fn_cs_team_members .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.fn_cs_team_members .item .img_holder>img {
    opacity: 0;
    min-width: 100%;
}

.fn_cs_team_members .item .abs_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_team_members .item .right_wing {
    display: block;
    position: absolute;
    z-index: 5;
    width: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.fn_cs_team_members .item .right_wing:after {
    position: absolute;
    width: 500px;
    left: 100%;
    top: -1px;
    margin-left: -100px;
    bottom: -1px;
    transform: skewX(-10deg);
    content: '';
    background-color: #0d172e;
    z-index: 5;
    transition: all .5s ease;
}

.fn_cs_team_members .item .right_wing:before {
    position: absolute;
    width: 500px;
    left: 100%;
    top: -1px;
    margin-left: -140px;
    bottom: -1px;
    transform: skewX(-10deg);
    content: '';
    background-color: #0d172e;
    z-index: 7;
    opacity: .5;
    transition: all .5s ease;
}

.fn_cs_team_members .item .title_holder {
    padding: 27px 80px 23px 20px;
    background-color: #a42727;
    min-height: 90px;
}

.fn_cs_team_members .item .title_holder h5 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #eee;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 400;
    font-family: 'Rubik';
}

.fn_cs_team_members .item .title_holder h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1px;
    font-family: 'Rubik';
}

.fn_cs_team_members .item .social_holder {
    width: 40px;
    height: 40px;
    z-index: 10;
    bottom: 50%;
    margin-bottom: -20px;
    right: 20px;
    position: absolute;
}

.fn_cs_team_members .item .social_holder .icon {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff9600;
    cursor: pointer;
}

.fn_cs_team_members .item .social_holder .icon .mobixo_w_fn_svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0px 0px -8px;
}

.fn_cs_team_members .item .social_holder ul {
    margin: 0;
    padding: 0;
    width: 40px;
    height: fit-content;
    position: absolute;
    bottom: 100%;
    left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    background-color: #ff9600;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(5px);
}

.fn_cs_team_members .item .social_holder ul li {
    margin: 0;
    padding: 0;
    height: 16px;
    position: relative;
    margin-bottom: 15px;
}

.fn_cs_team_members .item .social_holder ul li:last-child {
    margin-bottom: 3px;
}

.fn_cs_team_members .item .social_holder ul li a .xcon-vk {
    position: relative;
    left: -2px;
}

.fn_cs_team_members .item:hover .right_wing:before {
    margin-left: -170px;
    transition-duration: 1s;
}

.fn_cs_team_members .item:hover .right_wing:after {
    margin-left: -130px;
}

.fn_cs_team_members .item .social_holder ul li a {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-radius: 100%;
    text-decoration: none;
    line-height: 16px;
    text-align: center;
    color: #0d172e;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 0;
}

.fn_cs_team_members .item .social_holder:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media(max-width: 1200px) {
    .fn_cs_team_members>ul>li {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .fn_cs_team_members>ul>li {
        width: 100%;
    }
}


/* new shortcode: testimonial double carousel */

.fn_cs_testimonial_double_carousel {
    width: 100%;
    float: left;
    clear: both;
}

.fn_cs_testimonial_double_carousel .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 40px 50px;
    height: 100%;
    border-radius: 2px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.fn_cs_testimonial_double_carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.fn_cs_testimonial_double_carousel .owl-carousel .owl-stage {
    display: flex;
}

.fn_cs_testimonial_double_carousel .title_holder {
    position: relative;
    padding-left: 130px;
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.fn_cs_testimonial_double_carousel .img_holder {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fn_cs_testimonial_double_carousel .title_holder h3 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #14141c;
    margin-bottom: 4px;
}

.fn_cs_testimonial_double_carousel .title_holder p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fn_cs_testimonial_double_carousel .content_holder p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #666;
}

.fn_cs_testimonial_double_carousel .owl-dots button {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 6px;
    background-color: #e8e8e8;
    margin-right: 6px;
    display: block;
    float: left;
}

.fn_cs_testimonial_double_carousel .owl-dots {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 50px;
}

.fn_cs_testimonial_double_carousel .owl-dots button.active {
    background-color: #ff4b36;
}

.fn_cs_testimonial_double_carousel .owl-dots:after {
    clear: both;
    display: table;
    content: '';
}

@media(max-width: 768px) {
    .fn_cs_testimonial_double_carousel .owl-carousel .owl-stage {
        display: inline-block;
    }
}


/* envato */

.fn_cs_service_triple .service_part .number_holder {
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
}

.fn_cs_service_triple .service_part .number_holder.abs_nh {
    transform: translateY(-100%) translateX(-50%)
}

.fn_cs_service_triple .service_part .item:hover .number_holder.abs_nh {
    transform: translateY(0) translateX(-50%);
}

.fn_cs_service_triple .service_part .item:hover .number_holder.rel_nh {
    transform: translateY(0) translateX(-50%);
}

@media(max-width: 1040px) and (min-width: 768px) {
    .fn_cs_service_triple .service_part .number_holder.abs_nh {
        transform: translateY(0) translateX(-50%) !important;
        left: 50%;
    }
}

.fn_cs_info_list.fn_eleganto .list .item .icon_bg:after,
.fn_cs_boxed_counter.fn_eleganto .counter_item:before {
    transition: all .5s ease;
}

.fn_cs_boxed_counter.fn_eleganto .counter_item:hover:before {
    right: -324px;
}

.fn_cs_info_list.fn_eleganto .list .item:hover .icon_bg:after {
    margin-left: -195px;
}

.fn_cs_about_video .right_part .btn_holder .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px auto auto -40px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    border: 15px solid #ccc;
    transition: opacity 2s 1s ease;
    border-radius: 100%;
}

.fn_cs_about_video .right_part .btn_holder .icon:before {
    opacity: 1;
    -webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
}

.fn_cs_triple_blog_modern.fn_eleganto .time:after {
    content: '';
    top: 2px;
    left: 2px;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, .1);
    position: absolute;
    z-index: -1;
}

.fn_cs_hero_header_modern .fn_cs_kenburnsy_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fn_cs_hero_header_modern .fn_cs_kenburnsy_wrap .fn_cs_kenburnsy {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fn_cs_principles_modern.fn_eleganto {
    padding: 0 60px;
}

.fn_cs_principles_modern.fn_eleganto ul li {
    padding-left: 60px;
    margin-bottom: 60px;
}

.fn_cs_principles_modern.fn_eleganto ul li .item_in {
    min-height: 270px;
}

.fn_cs_principles_modern.fn_eleganto ul {
    margin-left: -60px;
}

.fn_cs_principles_modern.fn_eleganto .container {
    max-width: 100%;
    padding: 0;
}

@media(max-width: 1200px) {
    .fn_cs_principles_modern.fn_eleganto {
        padding: 0 40px;
    }
    .fn_cs_principles_modern.fn_eleganto ul,
    .fn_cs_team_members>ul {
        margin-left: -30px;
    }
    .fn_cs_principles_modern.fn_eleganto ul li,
    .fn_cs_team_members>ul>li {
        padding-left: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width: 1040px) {
    .fn_cs_principles_modern.fn_eleganto {
        padding: 0 20px;
    }
}

@media(max-width: 768px) {
    .fn_cs_principles_modern.fn_eleganto ul li .item_in {
        min-height: 270px;
    }
}

@media(max-width: 480px) {
    .fn_cs_principles_modern.fn_eleganto {
        padding: 0 10px;
    }
}

.fn_cs_triple_blog_modern.fn_eleganto .title_holder>h3 {
    margin-bottom: 17px;
}

.fn_cs_triple_blog_modern.fn_eleganto .title_holder>p {
    margin-bottom: 29px;
    font-size: 16px;
}
@media (max-width: 1040px){
.fn_cs_about_video .right_part img {
    width: 100% !important;
    display: block;
    opacity: 1;
    margin-top: 0px !important;
}}
 
 
 