a,
button,
img a,
input {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s
}

*,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

* {
    border: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value
}


a,
img a {
    text-decoration: none !important;
    border: 0;
    outline: 0 !important
}

:focus {
    outline: 0
}

li,
ol,
ul {
    list-style-type: none
}

body {
    background: #fff;
    font-size: 1rem;
    font-family: Manrope;
    color: #000;
    text-align: left;
    overflow-x: hidden;
    margin: 0;
    -webkit-text-stroke: 0 !important;
    -webkit-font-smoothing: antialiased !important
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

svg:not(:root) {
    overflow: hidden
}

label {
    display: inline-block
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    appearance: button
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

input[type=text],
textarea {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    width: 100%
}

a {
    color: #1468fb
}

.container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

.ds_flex {
    display: flex
}

.ds_table {
    display: table
}

.flex_wrap {
    flex-wrap: wrap
}

.flex_nowrap {
    flex-wrap: nowrap
}

.flex_spc_btw {
    justify-content: space-between
}

.flex_center {
    justify-content: center
}

.flex_js_end {
    justify-content: flex-end
}

.flex_al_center {
    align-items: center
}

.flex_al_top {
    align-items: flex-start
}

.flex_al_end {
    align-items: flex-end
}

.flex_al_baseline {
    align-items: baseline
}

.flex_column {
    flex-direction: column
}

.ds_in_blk {
    display: inline-block
}

.flex_spc_evn {
    justify-content: space-evenly
}

.text-center {
    text-align: center
}

.wht {
    color: #fff
}

.common__btn {
    margin-top: 0
}

.blk {
    color: #000
}

.common__btn {
    margin-top: 40px;
    display: table
}

.common__btn .btn-effect {
   position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    border: 2px solid #00497e;
    background: #00497e;
    padding: 8px 50px 10px 18px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
     border-radius: 30px;
    transition:350ms linear;
}

.common__btn .btn-effect svg {
    -webkit-animation: arrowmove .4s infinite alternate linear;
    animation: arrowmove 0.6s infinite alternate linear;
}

.common__btn .btn-effect:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff
}

.common__btn.hv_blue .btn-effect:hover {
    color: #00497e;
    background: #fff;
    border: 2px solid #0049;
}

.common__btn.blk .btn-effect:hover {
    color: #00497e;
    background-color: #1468fb;
    border: 2px solid #1468fb
}
.btn_line:hover svg {
    stroke: #00497e;
    color : #00497e;
}
.common__btn.blk .btn-effect:hover svg {
     stroke: #00497e;
}

.common__btn.blk .btn-effect {
    color: #000;
    border: 2px solid #000
}

.common__btn.blk svg {
    stroke: #000
}

@keyframes arrowmove {
    0% {
        -webkit-transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(.3em)
    }
}

@-webkit-keyframes arrowmove {
    0% {
        -webkit-transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(.3em)
    }
}

.common__btn svg {
    right: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    width: 18px;
    position: absolute;
    height: 18px;
    stroke-width: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px)
}

.common__btn.btn_center {
    margin: 40px auto
}

.common__btn .btn_line:before {
    content: none
}

.common__btn .btn-effect:after {
    content: none
}


.common__btn {
    display: inline-block;
    margin-top: 50px
}


.service_panel {
    background-position: center;
    background-size: cover;
    padding: 6rem 0 0;
    margin-top: -1px;
    min-height: 100vh
}

.left_sec,
.right_sec {
    width: 45%
}



.showcase_panel {
    height: 100vh;
    display: flex;
    align-items: center;
}


@media screen and (max-width:600px){
    .showcase{
        flex-direction:column !important;
        height:100vh !important;
    }
    .showcase_view{
        top:122px !important;
    }
}

.showcase {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center
}

.showcase_view {
    height: 100%
}

.showcase_view img {
    width: 100%;
    border-radius: 10px
}

.showcase_inner {
    position: relative;
    overflow: hidden;
    width: 35%;
    height: 100%
}

.showcase_card {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
    opacity: 0;
    color: #000;
    padding-right: 50px;
    padding-top: 40px;
}

.showcase_card:first-child {
    opacity: 1;
    transform: translateY(0)
}

.cs {

    color: #0F3775;
    font-family: Arial;
    font-size: 19.729px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.app__head4 {
    font-size: 26px;
    font-weight: 600;
    margin: 30px 0
}

.showcase_subhead {
    font-size: 18px;
    line-height: 1.5;
}


.showcase_visuals {
    position: relative;
    overflow: hidden;
    width: 67%;
    height: 100%;
    margin-right: 60px;
}


@media screen and (max-width:1030px){
       .showcase_visuals {
     top: -6% !important
    }
}

@media screen and (max-width:768px) {
    .showcase_visuals {
        top: 0% !important;
    }
}

.showcase_view {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.scr_bar {
    height: 550px;
    width: 1px;
    background: #5C5C5C;
    border-radius: 100px;
    position: absolute;
    left: -20px;
    top: 0
}

.bar {
    position: absolute;
    left: -1px;
    top: 0;
    width: 4px;
    height: 140px;
    background: #5C5C5C;
    content: "";
    border-radius: 60px
}

.showcase_panel {
    position: relative
}

.block_bubble {
    color: #fff;
    background-color: #6e726d;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    width: 106px;
    height: 106px;
    margin: -100px 0 0 -140px;
    border-radius: 50%;
    position: absolute;
    left: 440px;
    top: 100px;
    z-index: 9999;
    pointer-events: none !important;
    will-change: transform;
    transform: scale(1);
    transition: .4s transform cubic-bezier(.68, .55, .265, .55)
}

.showcase_panel .common__btn a {
    position: relative;
    z-index: 5 !important
}

.showcase_panel.cursor-btn .block_bubble {
    transform: scale(0)
}

.common__btn button {
    cursor: pointer
}



@media (max-width:1899px) {

    .container {
        max-width: 1440px
    }
}

@media (max-width:1680px) {

    .container {
        max-width: 1440px
    }

    .common__btn .btn-effect {
        font-size: 14px
    }


}

@media (max-width:1550px) {

    .container {
        max-width: 1340px
    }

    .cs {
        font-size: 12px
    }

    .showcase_subhead {
       font-size: 17px;
    }

    .showcase_inner {
        width: 32%
    }

    .showcase_visuals {
        width: 61%
    }

    .scr_bar {
        height: 437px
    }
}

@media (max-width:1440px) {

    .container {
        max-width: 1180px
    }

    .common__btn .btn-effect {
        padding: 10px 50px 10px 25px
    }
}

@media (max-width:1280px) {

    .container {
        max-width: 1174px
    }
}





@media screen and (min-width:767px) and (max-width:1023px) {

    .service_panel {
        padding: 4rem 0 0;
    }

    .scr_bar,
    .block_bubble {
        display: none
    }

    .showcase_inner {
        width: 100%
    }

    .showcase_visuals {
        width: 100%;
        margin-right: 0
    }

    .app__head4 {
        font-size: 22px;
        margin: 20px 0
    }

    .showcase_subhead {
        font-size: 19px
    }

    .showcase__results {
        padding-top: 20px
    }

    .showcase_inner .common__btn {
        margin-top: 10px
    }

    .showcase_panel {
        align-items: flex-start
    }

    .showcase {
        flex-direction: column;
        align-items: flex-start;
        height: 100vh;
        padding-top: 2rem;
    }

    .service_panel {
        min-height:100vh;
        height: auto;
    }





}

@media (max-width:767px) {

    .mobile {
        display: block
    }

    .container {
        max-width: 750px
    }


    .container {
        max-width: 100%
    }

    br {
        display: none
    }

    .service_panel .ds_flex,
    .showcase,
    .part_wrapper .ds_flex {
        flex-direction: row
    }

    .service_panel {
        padding: 4rem 0 1rem
    }

    .left_sec,
    .right_sec {
        width: 100%
    }

    .right_sec {
        padding-top: 20px
    }

    .showcase_inner {
        width: 100%
    }

    .block_bubble,
    .scr_bar {
        display: none
    }

    .showcase_visuals {
        margin: 20px 0 0;
        height: 100%;
        width: 100%
    }

    .results_text,
    .cs,
    .results_head {
        font-size: 10px
    }

    .showcase .common__btn {
        margin-top: 10px
    }

    .app__head4 {
        font-size: 16px;
        margin: 15px 0
    }

    .showcase_subhead {
        font-size: 19px;
    }

    .showcase__results {
        padding-top: 20px
    }

    .showcase {
        height: 100%
    }

    .showcase_panel {
        padding-top: 2rem
    }

    .showcase_card {
        padding-right: 0
    }

    .card_num {
        font-size: 36px;
        padding: 10px 0
    }

    .card_head {
        font-size: 16px;
        line-height: 1.4
    }

    .card_cta {
        font-size: 16px
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .showcase {
         opacity: 0.5;
        flex-direction: column;
    }

    .app__head4 {
        margin: 10px 0
    }

    .showcase_subhead {
        font-size: 19px
    }

    .results_count {
        padding: 15px 0
    }

    .showcase .common__btn {
        margin-top: 10px
    }

    .common__btn .btn-effect {
        padding: 10px 40px 10px 25px;
        font-size: 12px
    }

    .showcase_inner {
        width: 100%
    }

    .showcase_visuals {
        width: 100%
    }
}



@media screen and (max-width : 580px) {
    .showcase_view {
        top: 21px !important;
    }

}