*{
    margin: 0px;
    padding: 0px;
}
html{
    padding: 0px;
    margin: 0 auto;
    font-weight: 400;
}
body {
    margin: 0px auto;
    padding: 0px;
}
p {
    margin: 0px;
}
h1,h2,h3,h4, h5,h6{
    margin: 0px;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
button:focus, input:focus, select:focus, textarea:focus{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
img{
    width:100%;
    display:block;
    height: auto;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: transparent;
}
a, button{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

/* Header start */
._header_content_wrapper {
    position: relative;
}

._header_content_abs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
}

._header_content_abs2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: -1;
}

._logo_img {
    display: inline-block;
}

._header_content_nav {
    margin: 5px 0 0;
}

._header_content_nav_right_ul {
    margin-left: auto;
    align-items: center;
}

._header_content_nav_ul {
    margin: 0 0 0 100px;
}

._header_content_nav_item_wrap {
    margin: 0 20px;
}

._header_content_nav_item {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #001133;
}

._header_content_nav_item:hover {
    color: var(--color4);
}


._sign_in {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #001133 !important;
    margin-right: 20px;
}

._sign_up {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #010101 !important;
    background: #32EFB8;
    border-radius: 4px;
    width: 135px;
    display: block;
    padding: 10px 14px;
    text-align: center;
}

._sign_up:hover {
    background: var(--color2);
    color: var(--color4) !important;
}

.dropdown-toggle::after {
    display: none;
}

._hero_content_wrapper {
    padding: 100px 0;
}

._hero_content_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 84px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
    color: var(--color);
    max-width: 70%;
    margin: 0 auto;
}

._hero_content_txt {
    font-family: Inter;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    color: #595959;
    margin: 40px 0 60px;
}

._hero_content_txt_v2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    color: #B1BBC7;
}

._hero_content_link {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #010101;
    display: block;
    text-align: center;
    background: #32EFB8;
    border-radius: 6px;
    width: 185px;
    padding: 20px;
    margin: 60px auto;
}

._hero_content_link:hover {
    color: var(--color4);
    background: var(--color2);
}

._hero_content_feat_con_wrap {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #828991;
    margin: 0 20px;
}

._hero_content_feats_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

._hero_content_feat1_ic {
    margin-right: 6px;
}

._hero_content_company_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 100px 0 0;
}

._hero_content_company_logo {
    width: auto;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1500px) {}
@media (max-width: 1399px) {
    ._hero_content_title {
        max-width: 90%;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._hero_content_title {
        max-width: 100%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._sign_in {
        margin-right: 0;
    }
    ._header_content_nav_ul {
        margin: 0;
        text-align: center;
    }
    ._header_content_nav_item_wrap {
        margin: 10px 0;
    }
    ._sign_in {
        margin: 10px 0;
    }
    ._hero_content_title {
        font-size: 64px;
        max-width: 100%;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._hero_content_title {
        font-size: 48px;
    }
    ._hero_content_feat_con_wrap {
        margin: 0 10px;
    }
}    
/* Mobile */
@media only screen and (max-width: 575px) {
    ._header_content_abs1 {
      display: none;
    }
    ._header_content_abs2 {
        display: none;
      }
}
@media only screen and (max-width: 420px) {
    ._hero_content_title {
        font-size: 36px;
    }
    ._hero_content_txt {
        font-size: 20px;
    }
    ._hero_content_txt_v2 {
        font-size: 20px;
    }
    ._hero_content_wrapper {
        padding: 40px 0;
    }
    ._hero_content_feats_wrap {
        flex-direction: column;
    }
    ._hero_content_feat_con_wrap {
        margin: 10px 0;
    }
    ._hero_content_txt {
        margin: 30px 0;
    }
    ._hero_content_link {
        margin: 30px auto;
    }
    ._hero_content_company_wrap {
        margin: 30px 0 0;
    }
    ._hero_content_company_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    ._hero_content_company_logo {
        margin: 20px;
    }
}
@media only screen and (max-width: 375px) {
    ._hero_content_title {
        font-size: 28px;
    }
}

/* Header ends */

/* Feature start */

._feat_content_sec {
    padding: 80px 0 0;
}

._feat_content_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
    color: #0F0F0F;
    max-width: 40%;
    margin: 0 auto 16px;
}

._feat_content_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--color3);
    max-width: 45%;
    margin: 16px auto 0;
}

._feat_content_con_wrap {
    margin: 80px 0 0;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

._feat_content_con_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    background: #F8F9FC;
    width: 100%;
    height: 100%;
    z-index: -1;
}

._feat_content_con1_left_wrap {
    max-width: 80%;
    margin-left: auto;
}

._feat_content_con1_left_ic {
    width: auto;
}

._feat_content_con1_left_title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color2);
    margin: 18px 0 16px;
}

._feat_content_con1_left_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: var(--color3);
}

._feat_content_con2_left_wrap {
    max-width: 80%;
    margin: 40px 0 0 auto;
}

._feat_content_con2_left_ic {
    width: auto;
}

._feat_content_con2_left_title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color2);
    margin: 18px 0 16px;
}

._feat_content_con2_left_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: var(--color3);
}

._feat_content_con3_left_wrap {
    max-width: 80%;
    margin: 40px 0 0 auto;
}

._feat_content_con3_left_ic {
    width: auto;
}

._feat_content_con3_left_title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color2);
    margin: 18px 0 16px;
}

._feat_content_con3_left_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.01em;
    color: var(--color3);
}

._feat_content_right_img_wrap {
    margin-right: -220px;
    margin-left: 100px;
}


/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1500px) {}
@media (max-width: 1399px) {
   
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._feat_content_title {
        max-width: 60%;
    }
    ._feat_content_txt {
        max-width: 65%;
    }
    ._feat_content_con1_left_wrap {
        max-width: 100%;
    }
    ._feat_content_con2_left_wrap {
        max-width: 100%;
    }
    ._feat_content_con3_left_wrap {
        max-width: 100%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._feat_content_txt {
        max-width: 85%;
    }
    ._feat_content_con1_left_wrap {
        text-align: center;
        max-width: 70%;
        margin: 0 auto;
    }
    ._feat_content_con1_left_ic {
        margin: 0 auto;
    }

    ._feat_content_con2_left_wrap {
        text-align: center;
        max-width: 70%;
        margin: 20px auto;
    }
    ._feat_content_con2_left_ic {
        margin: 0 auto;
    }

    ._feat_content_con3_left_wrap {
        text-align: center;
        max-width: 70%;
        margin: 0 auto;
    }
    ._feat_content_con3_left_ic {
        margin: 0 auto;
    }

    ._feat_content_con_wrap::before {
        right: 0;
    }
    ._feat_content_right_img_wrap {
        margin: 50px auto 0;
    }
    ._feat_content_con_wrap {
        margin: 30px 0 0;
        padding: 50px 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._feat_content_title {
        max-width: 80%;
    }
    ._feat_content_txt {
        max-width: 100%;
    }
}    
/* Mobile */
@media only screen and (max-width: 575px) {
    ._feat_content_sec {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 420px) {
    ._feat_content_title {
        max-width: 100%;
        font-size: 32px;
    }
}
@media only screen and (max-width: 375px) {
    ._feat_content_title {
        font-size: 28px;
    }
    ._feat_content_con1_left_wrap {
        max-width: 100%;
    }
    ._feat_content_con2_left_wrap {
        max-width: 100%;
    }
    ._feat_content_con3_left_wrap {
        max-width: 100%;
    }
}

/* Feature ends */

/* Service start */
._service_content_sec {
    padding: 140px 0 0;
}

._service_content_left_head {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--color2);
    max-width: 90%;
    margin: 0 0 20px;
}

._service_content_left_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--color3);
    margin: 20px 0 0;
    max-width: 70%;
}

._service_content_right_card_ic1_wrap {
   width: 57px;
   height: 57px;
   background: #C0FAEA;
   padding: 16px;
   border-radius: 10px;
}

._service_content_right_card_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: var(--color2);
    margin: 28px 0 15px;
}

._service_content_right_card_txt {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--color3);
    max-width: 90%;
}

._service_content_right_card_ic2_wrap {
    width: 57px;
    height: 57px;
    background: #FBC8F7;
    padding: 16px;
    border-radius: 10px;
 }

 ._service_content_right_card_ic3_wrap {
    width: 57px;
    height: 57px;
    background: #F9EDC4;
    padding: 16px;
    border-radius: 10px;
 }

 ._service_content_right_card_ic4_wrap {
    width: 57px;
    height: 57px;
    background: #C0DCDA;
    padding: 16px;
    border-radius: 10px;
 }
/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1500px) {}
@media (max-width: 1399px) {

}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._service_content_left_head {
        font-size: 38px;
    }
    ._service_content_left_txt {
        max-width: 90%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._service_content_sec {
        padding: 50px 0 0;
    }
    ._service_content_left_head {
        max-width: 100%;
        text-align: center;
    }
    ._service_content_left_txt {
        text-align: center;
        max-width: 100%;
    }
    ._service_content_right_wrap {
        text-align: center;
        margin: 50px auto 0;
        max-width: 60%;
    }
    ._service_content_right_card_ic1_wrap {
        margin: 0 auto;
    }
    ._service_content_right_card_txt {
        max-width: 100%;
    }
    ._service_content_right_card_wrap {
        margin: 20px 0;
    }
    ._service_content_right_card_ic2_wrap {
        margin: 0 auto;
    }
    ._service_content_right_card_ic3_wrap {
        margin: 0 auto;
    }
    ._service_content_right_card_ic4_wrap {
        margin: 0 auto;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {

}    
/* Mobile */
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 420px) {
    ._service_content_left_head {
        font-size: 32px;
    }
}
@media only screen and (max-width: 375px) {
    ._service_content_left_head {
        font-size: 26px;
    }
    ._service_content_right_wrap {
        max-width: 100%;
    }
}
/* Service ends */

/* Key-feature start */

._key_content_sec {
    padding: 120px 0 0;
}

._key_content_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;   
    letter-spacing: -0.025em;
    color: var(--color2);
}

._key_content_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--color3);
}

._key_content_card_wrap {
    margin: 70px 0 0;
}

._key_content_card_main_wrap {
    max-width: 356px;
    border: 1.2px solid #EAE9F0;
    border-radius: 12px;
    transition: .2s all ease;
    height: 100%;
}

._key_content_card_main_wrap:hover {
    box-shadow: 0px 50px 80px -10px rgba(0, 4, 19, 0.06);
    border: 1.2px solid #fff;
}

._key_content_card_inner {
    padding: 30px;
}

._key_content_card_ic_wrap {
    background: #C0FAEA;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._key_content_card_ic_wrap2 {
    background: #F9EDC4;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._key_content_card_ic_wrap3 {
    background: #FBC8F7;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._key_content_card_ic_wrap4 {
    background: #C0DCDA;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._key_content_card_ic {
    width: auto;
}

._key_content_card_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #192140;
    margin: 28px 0 15px;
}

._key_content_card_txt {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #65697A;
    margin: 15px 0 20px;
}

._key_content_card_learn {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #9EA2B1;
}

._key_content_card_learn:hover {
    color: var(--color2);
}

._key_content_card_learn svg path {
    transition: .2s all ease;
}

._key_content_card_learn:hover svg path {
    fill: var(--color2);
}

._track1 {
    max-width: 85%;
    margin-left: auto;
}

.glide__slide {
    margin: 40px 0 100px;
    height: auto;
}

._key_blt {
    width: 7px;
    height: 7px;
    background: #C1C3CA;
    border: none;
    border-radius: 50%;
}

._key_bullets {
    text-align: center;
    margin-top: -50px;
    z-index: 100;
    position: relative;
}

.glide__bullet--active {
    background: #65697A !important;
}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1620px) {
    ._track1 {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1500px) {
    ._track1 {
        max-width: 96%;
    }
}
@media (max-width: 1399px) {
    ._track1 {
        max-width: 90%;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._key_content_card_title {
        font-size: 20px;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._key_content_sec {
        padding: 50px 0 0;
    }
    ._key_content_title_wrap {
        text-align: center;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._key_content_title {
        margin: 0 0 10px;
    }
    ._key_content_card_wrap {
        margin: 30px 0 0;
    }
}    
/* Mobile */
@media only screen and (max-width: 575px) {
    ._key_content_card_inner {
        padding: 20px;
    }
}
@media only screen and (max-width: 420px) {
    ._track1 {
        max-width: 100%;
    }
    ._key_content_title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 375px) {
    ._key_content_title {
        font-size: 26px;
    }
}
/* Key-feature ends */

/* Pricing start */

._pricing_content_sec {
    background: #F8F9FC;
    margin: 80px 0 0;
}

._pricing_content_wrap {
    padding: 80px 0 0;
}

._pricing_content_left_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--color2);
    max-width: 50%;
}

._pricing_content_left_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--color3);
    max-width: 60%;
    margin: 20px 0 50px;
}

._pricing_content_contact_link {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #1AD09B;
}

._pricing_content_contact_link:hover {
    color: var(--color1);
}

._pricing_content_left_btn_wrap {
    max-width: 315px;
    border: 1.5px solid #DDE1E6;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._pricing_content_left_btn_yearly {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #010101;
    background: transparent;
    border: none;
    padding: 20px 30px;
    display: block;
    max-width: 50%;
    text-align: center;
}

._pricing_content_left_btn_yearly._active {
    background: #32EFB8 !important;
    border-radius: 6px;
}

._pricing_content_left_btn_monthly {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #010101;
    background: transparent;
    border: none;
    display: block;
    max-width: 50%;
    padding: 20px 30px;
    text-align: center;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1500px) {}
@media (max-width: 1399px) {

}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._pricing_content_left_title {
        max-width: 80%;
    }
    ._pricing_content_left_txt {
        max-width: 80%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._pricing_content_left_wrap {
        text-align: center;       
    }
    ._pricing_content_left_title {
        max-width: 100%;
    }
    ._pricing_content_left_txt {
        max-width: 100%;
    }
    ._pricing_content_left_btn_wrap {
        margin: 0 auto;
    }
    ._pricing_content_wrap {
        padding: 30px 0 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {

}    
/* Mobile */
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 420px) {
    ._pricing_content_left_title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 375px) {
    ._pricing_content_left_btn_yearly {
        padding: 20px 30px;
    }
    ._pricing_content_left_btn_monthly {
        padding: 20px 24px;
    }
}
/* Pricing ends */

/* Feature2 start */
._feat2_content_sec {
    background: #F8F9FC;
}

._feat2_content_wrap {
    padding: 80px 0;
}

._feat2_content_title_icon {
    width: auto;
    margin: 0 auto;
}

._feat2_content_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.025em;
    color: var(--color2);
    margin: 40px 0 16px;
}

._feat2_content_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--color3);
    max-width: 40%;
    margin: 0 auto;
}

._feat2_content_card_wrap {
    margin: 60px 0 0;
    position: relative;
    z-index: 10;
}

._feat2_content_card_pattern {
    position: absolute;
    top: 150px;
    left: 165px;
    width: auto;
    z-index: -1;
}

._feat2_content_card_pattern2 {
    position: absolute;
    bottom: 80px;
    right: 165px;
    width: auto;
    z-index: -1;
}

._feat2_content_card_con_wrap {
    max-width: 800px;
    margin: 20px auto;
    background: var(--bg1);
    border-radius: 8px;
    transition: .2s all ease;
}

._feat2_content_card_con_wrap:hover {
    box-shadow: 0px 25px 80px -30px rgba(0, 1, 18, 0.2);
}

._feat2_content_card_con_right_wrap {
    max-width: 90%;
}

._feat2_content_card_con_inner {
    display: flex;
    align-items: center;
    padding: 23px;
}

._feat2_content_card_con_num_wrap {
    width: 10%;
}

._feat2_content_card_con_num {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--color1);
    background: #E8FFF7;
    border: 2px solid #55FBBD;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._feat2_content_card_con_right_title {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color2);
    margin: 0 0 8px;
}

._feat2_content_card_con_right_txt {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6D7681;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1500px) {}
@media (max-width: 1399px) {
    ._feat2_content_card_pattern {
        left: 70px;
    }
    ._feat2_content_card_pattern2 {
        right: 90px;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._feat2_content_txt {
        max-width: 50%;
    }
    ._feat2_content_card_pattern {
        left: 0;
    }
    ._feat2_content_card_pattern2 {
        right: 0px;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._feat2_content_wrap {
        padding: 40px 0;
    }
    ._feat2_content_txt {
        max-width: 80%;
    }
    ._feat2_content_card_pattern {
        display: none;
    }
    ._feat2_content_card_pattern2 {
        display: none;
    }
    ._feat2_content_card_wrap {
        margin: 30px 0 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {
    ._feat2_content_card_con_inner {
        padding: 15px;
    }
    ._feat2_content_card_con_right_wrap {
        margin-left: 30px;
        max-width: 85%;
    }
}    
/* Mobile */
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 420px) {
    ._feat2_content_title {
        font-size: 32px;
    }
    ._feat2_content_txt {
        max-width: 100%;
    }
    ._feat2_content_card_con_right_wrap {
        max-width: 80%;
    }
}
@media only screen and (max-width: 375px) {
    ._feat2_content_title {
        font-size: 28px;
    }
    ._feat2_content_card_con_inner {
        flex-direction: column;
        text-align: center;
    }
    ._feat2_content_card_con_right_wrap {
        max-width: 100%;
        margin-left: 0;
    }
    ._feat2_content_card_con_num_wrap {
        width: 100%;
    }
    ._feat2_content_card_con_num {
        margin: 0 auto 10px;
    }
}

/* Feature2 ends */

/* Testimonial start */

._testi_content_sec {
    padding: 120px 0 0;
}

._testi_content_title_subhead {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.4em;
    color: var(--color4);
    margin: 0;
}

._testi_content_title_head {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--color2);
    margin: 10px 0 0;
}

._testi_content_txt {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--color3);
    margin: 0;
    max-width: 80%;
}

._testi_content_card_wrap {
    margin: 50px 0 0;
}

._testi_content_card_main_wrap {
    position: relative;
    background: #FFFFFF;
    border: 1.5px solid #EFEFF5;
    box-sizing: border-box;
    border-radius: 12px;
    transition: .2s all ease;
}

._testi_content_card_main_inner {
    padding: 30px;
}

._testi_content_card_main_quote {
    position: absolute;
    top: -10px;
    right: 20px;
}

._testi_content_card_main_wrap:hover {
    border: 1.5px solid #fff;
    box-shadow: 60px 60px 150px -25px rgba(0, 0, 23, 0.05);
}

._testi_content_card_img {
   max-width: 70px;
}

._testi_content_card_txt {
    font-family: Inter;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color3);
    margin: 20px 0 30px;
}

._testi_content_card_name_wrap {
    margin: 30px 0 0;
}

._testi_content_card_name {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color2);
}

._testi_content_card_des {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #8D959D;
    margin: 5px 0 0;
}

._testi_slider {
    position: relative;
}

._track2 {
    max-width: 84%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

._testi_bullets {
    position: absolute;
    left: 16%;
    bottom: 0;
    z-index: 10;
}

._testi_arrows {
    position: absolute;
    bottom: 0;
    right: 7%;
    z-index: 100;
}

._testi_blt {
    width: 9px;
    height: 9px;
    background: #C1C3CA;
    border: none;
    border-radius: 50%;
}

._prev_arrow {
    border: none;
    background: transparent;
    margin: 0 30px 0 0;
}

._next_arrow {
    border: none;
    background: transparent;
    margin: 0 0 0 30px;
}

._prev_arrow svg path {
    transition: .2s all eas;
}

._prev_arrow:hover svg path {
    fill: #625C5C;
}

._next_arrow svg path {
    transition: .2s all ease;
}

._next_arrow:hover svg path {
    fill: #625C5C;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {
    ._track2 {
        max-width: 90%;
    }
    ._testi_bullets {
        left: 10%;
    }
}
@media only screen and (max-width: 1500px) {
    ._track2 {
        max-width: 96%;
    }
    ._testi_bullets {
        left: 4%;
    }
}
@media (max-width: 1399px) {
    ._track2 {
        max-width: 90%;
    }
    ._testi_bullets {
        left: 10%;
    }
}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 

}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._testi_content_title_wrap {
        text-align: center;
    }
    ._testi_content_txt {
        margin: 10px 0 0;
        max-width: 100%;
        text-align: center;
    }
    ._testi_content_sec {
        padding: 50px 0 0;
    }
    ._testi_content_card_wrap {
        margin: 20px 0 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {

}    
/* Mobile */
@media only screen and (max-width: 575px) {
    ._track2 {
        max-width: 100%;
    }
    ._testi_bullets {
        left: 1%;
    }
    ._testi_content_card_main_inner {
        padding: 21px;
    }
}
@media only screen and (max-width: 420px) {
    ._testi_content_title_head {
        font-size: 32px;
    }
}
@media only screen and (max-width: 375px) {
    .glide__slide {
        margin-left: 15px;
    }
}
/* Testimonial ends */

/* Footer start */
._footer_content_wrapper {
    padding: 120px 0 0;
}

._footer_content_left_logo {
    max-width: 125px;
}

._footer_content_left_txt {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #65697A;
    margin: 20px 0 25px;
    max-width: 60%;
}

._footer_content_left_social_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._footer_content_left_social_fb {
    margin: 0 10px 0 0;
}

._footer_content_left_social_tw {
    margin: 0 10px 0;
}

._footer_content_left_social_in {
    margin: 0 0 0 10px;
}

._footer_content_product_title {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #192140;
    margin: 0 0 20px;
}

._footer_content_product_list_item {
    margin: 8px 0;
}

._footer_content_product_list_link {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737684;
}

._footer_content_product_list_link:hover {
    color: var(--color2);
}

._footer_content_service_title {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #192140;
    margin: 0 0 20px;
}

._footer_content_service_list_item {
    margin: 8px 0;
}

._footer_content_service_list_link {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737684;
}

._footer_content_service_list_link:hover {
    color: var(--color2);
}

._footer_content_solutions_title {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #192140;
    margin: 0 0 20px;
}

._footer_content_solutions_list_item {
    margin: 8px 0;
}

._footer_content_solutions_list_link {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737684;
}

._footer_content_solutions_list_link:hover {
    color: var(--color2);
}

._footer_content_copyright {
    border-top: 1px solid #E5E4EB;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
    color: #989AA7;
    margin: 40px 0 0;
    padding: 30px 0 20px;

}
/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1500px) {}
@media (max-width: 1399px) {

}
/* Desktop/Laptop */
@media only screen and (max-width: 1199px) { 
    ._footer_content_left_txt {
        max-width: 80%;
    }
}
/* Ipad pro */
@media only screen and (max-width: 991px) {
    ._footer_content_product_wrap {
        margin: 10px 0;
    }
    ._footer_content_service_wrap {
        margin: 10px 0;
    }
    ._footer_content_solutions_wrap {
        margin: 10px 0;
    }
}
/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {

}    
/* Mobile */
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 420px) {

}
@media only screen and (max-width: 375px) {

}

/* Footer ends */

/*------------------
    Variable 
------------------*/
:root {
    --color1: #000000;
    --color2: #0F0F0F;
    --color3: #7D8894;
    --color4: #32EFB8;
    --bg1:#FFFFFF;
    --bg2: #F8F9FC;
}
