ol,
ul {
    margin: 0
}

@media screen and (min-width:1025px) {
    .api-sol-res-card {
        transition: transform .5s
    }
    .api-sol-res-card:hover {
        transform: scale(1.03)
    }
}

* {
    box-sizing: border-box
}

.api-sol-section {
    position: relative
}

@media screen and (min-width:768px) {
    .api-sol-icon-h3 {
        margin: 0;
        text-align: left;
        font-size: 1.4vw;
        font-weight: 700;
        line-height: 1.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-icon-p {
        margin-top: .5vw;
        text-align: left;
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.2vw;
        line-height: 1.5em;
        flex-grow: 1
    }
    .api-sol-icon-link {
        display: table;
        width: 100%;
        padding: .5vw
    }
    .api-sol-icon-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.25vw;
        line-height: 1.2em
    }
    .api-sol-icon-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.25vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:767px) {
    .api-sol-icon-h3 {
        text-align: left;
        margin: 0;
        font-size: 4.4vw;
        font-weight: 700;
        line-height: 2.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-icon-p {
        margin-top: .5vw;
        text-align: left;
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        flex-grow: 1;
        height: 120px
    }
    .api-sol-icon-link {
        display: table;
        width: 100%;
        padding: 3vw
    }
    .api-sol-icon-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
    .api-sol-icon-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
}

.api-sol-inner-category {
    display: flex;
    align-items: center
}

.api-sol-inner-category-img {
    width: 4vw;
    padding: 1vw;
    line-height: 4vw
}

.api-sol-inner-category-text {
    font-size: 2vw;
    font-weight: 700;
    font-family: sans-serif;
    color: #343434
}

.api-sol-inner-category-bullet {
    color: #ce1010;
    font-size: 2vw;
    margin-left: 1vw !important
}

.api-sol-inner-section {
    display: flex;
    margin-top: 3vw
}

.api-sol-inner-section-img {
    width: 4.25vw;
    padding: .6vw;
    height: 4.25vw !important
}

.api-sol-inner-section-text {
    padding-top: .3vw;
    font-size: 2.5vw;
    font-weight: 700;
    font-family: sans-serif;
    color: #343434
}

.api-sol-column {
    float: left;
    width: 25%;
    padding: 0 10px;
    display: flex
}

.api-sol-row {
    margin-bottom: 1vw;
    display: flex
}

@media screen and (max-width:760px) {
    .api-sol-inner-section-text {
        font-size: 2.5vw;
        font-weight: 700;
        font-family: sans-serif;
        color: #343434
    }
    .api-sol-column {
        width: 100vw;
        display: block;
        margin-bottom: 10px
    }
    .api-sol-row {
        content: "";
        display: table;
        clear: both
    }
    .api-sol-card-h3 {
        margin: 0;
        font-size: 4.4vw;
        font-weight: 700;
        line-height: 2.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-card-p {
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        flex-grow: 1
    }
    .api-sol-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
    .api-sol-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
    .api-sol-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        padding: 3vw;
        text-align: left;
        background-color: #fff;
        display: flex;
        flex-direction: column
    }
    .api-sol-card-link {
        display: table;
        width: 100%;
        padding: 3vw
    }
}

@media screen and (min-width:781px) {
    .api-sol-card-h3 {
        margin: 0;
        font-size: 1.4vw;
        font-weight: 700;
        line-height: 1.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-card-p {
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.2vw;
        line-height: 1.5em;
        flex-grow: 1;
        margin-top: .5vw
    }
    .api-sol-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1vw;
        line-height: 1.2em
    }
    .api-sol-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1vw;
        line-height: 1.2em
    }
    .api-sol-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        padding: 1vw;
        text-align: left;
        background-color: #fff;
        display: flex;
        flex-direction: column
    }
    .api-sol-card-link {
        display: table;
        width: 100%;
        padding: 1vw
    }
}

.blog-inner-column-read {
    display: flex;
    align-items: center
}

.blog-ovw-card1 {
    transition: transform .5s
}

.blog-ovw-card1:hover {
    transform: scale(1.03)
}

.blog-ovw-icon-h3 {
    line-height: 1.2em;
    color: #1C43B9CC;
    font-size: .8vw;
    text-align: left;
    font-family: 'NeueHaasDisplay-Roman', Sans-serif;
    margin-bottom: 2%
}

.blog-ovw-icon-p {
    text-align: left;
    font-family: 'NeueHaasDisplay-Roman', Sans-serif;
    font-size: 1vw;
    color: #606060;
    line-height: 1.2em
}

.blog-ovw-icon-h1 {
    color: #343434;
    font-family: 'NeueHaasDisplay-Bold', Sans-serif;
    font-size: 1.2vw;
    text-align: left;
    margin-bottom: 3%
}

.blog-ovw-icon-next-half {
    padding: 4% 2%
}

.blog-ovw-flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 60%;
    display: table
}

.blog-ovw-flex-left {
    flex: 33%;
    font-family: 'NeueHaasDisplay-Roman';
    font-size: 1vw;
    opacity: 1;
    color: #606060;
    display: table-cell;
    vertical-align: middle
}

.blog-ovw-flex-comment {
    width: 2.1vw
}

.blog-ovw-card1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.blog-ovw-card1:after {
    content: "";
    display: table;
    clear: both
}

.blog-ovw-img {
    height: 15vw !important;
    width: 100%;
    object-fit: cover;
    object-position: 40% 0%
}

.blog-ovw-test-inner-section {
    display: flex
}

@media screen and (max-width:768px) {
    .elementor-icon-box-wrapper {
        height: auto !important
    }
    .elementor-icon-box-title {
        height: 14vh !important
    }
    .blog-ovw-img {
        height: 55vw !important;
        width: 100%;
        object-fit: cover;
        object-position: 40% 0%
    }
    .elementor-icon-box-description {
        height: 18vh !important
    }
    .blog-ovw-icon-h3 {
        line-height: .6em;
        color: #1C43B9CC;
        font-size: 2.2vw;
        text-align: left;
        font-family: 'NeueHaasDisplay-Roman', Sans-serif;
        margin-bottom: 2%
    }
    .blog-ovw-icon-h1 {
        color: #343434;
        font-family: 'NeueHaasDisplay-Bold', Sans-serif;
        font-size: 3.3vw;
        text-align: left;
        margin-bottom: 3%
    }
    .blog-ovw-icon-p {
        text-align: left;
        font-family: 'NeueHaasDisplay-Roman', Sans-serif;
        font-size: 2.7vw;
        color: #606060;
        line-height: 1.2em
    }
    .blog-ovw-flex-container {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        width: 60%;
        display: table;
        top: 20;
        margin-top: 10px
    }
    .blog-ovw-flex-left {
        flex: 33%;
        font-family: 'NeueHaasDisplay-Roman';
        font-size: 2vw;
        opacity: 1;
        color: #606060;
        display: table-cell;
        vertical-align: bottom
    }
    .blog-ovw-card1-img {
        float: left;
        width: 40%;
        height: 23vw !important;
        padding: 1% 3%;
        object-fit: cover;
        object-position: 40% 0%
    }
    .blog-ovw-card1-next-half {
        float: left;
        width: 60%
    }
    .blog-ovw-card1-h3 {
        color: #1C43B9CC;
        font-size: 3vw;
        text-align: left;
        font-weight: 700;
        font-family: 'NeueHaasDisplay-Roman', Sans-serif;
        margin-bottom: 2%
    }
    .blog-ovw-card1-h1 {
        color: #343434;
        font-family: 'NeueHaasDisplay-Bold', Sans-serif;
        font-size: 4vw;
        text-align: left
    }
    .blog-ovw-card1-flex-container {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        width: 90%;
        display: table
    }
    .blog-ovw-card1-flex-left {
        flex: 33%;
        font-family: 'NeueHaasDisplay-Roman';
        font-size: 3vw;
        opacity: 1;
        color: #606060;
        display: table-cell;
        vertical-align: middle
    }
    .blog-ovw-card1-flex-comment {
        width: 6vw
    }
}

@media screen and (min-width:1025px) {
    .api-sol-res-card {
        transition: transform .5s
    }
    .api-sol-res-card:hover {
        transform: scale(1.03)
    }
}

* {
    box-sizing: border-box
}

.api-sol-section {
    position: relative
}

@media screen and (min-width:768px) {
    .api-sol-icon-h3 {
        margin: 0;
        text-align: left;
        font-size: 1.4vw;
        font-weight: 700;
        line-height: 1.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-icon-p {
        margin-top: .5vw;
        text-align: left;
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.2vw;
        line-height: 1.5em;
        flex-grow: 1;
        height: 120px
    }
    .api-sol-icon-link {
        display: table;
        width: 100%;
        padding: .5vw
    }
    .api-sol-icon-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.25vw;
        line-height: 1.2em
    }
    .api-sol-icon-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.25vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:767px) {
    .api-sol-icon-h3 {
        text-align: left;
        margin: 0;
        font-size: 4.4vw;
        font-weight: 700;
        line-height: 2.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-icon-p {
        margin-top: .5vw;
        text-align: left;
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        flex-grow: 1
    }
    .api-sol-icon-link {
        display: table;
        width: 100%;
        padding: 3vw
    }
    .api-sol-icon-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
    .api-sol-icon-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em;
        margin-top: -46px
    }
}

.api-sol-inner-category {
    display: flex;
    align-items: center
}

.api-sol-inner-category-img {
    width: 4vw;
    padding: 1vw;
    line-height: 4vw
}

.api-sol-inner-category-text {
    font-size: 2vw;
    font-weight: 700;
    font-family: sans-serif;
    color: #343434
}

.api-sol-inner-category-bullet {
    color: #ce1010;
    font-size: 2vw;
    margin-left: 1vw !important
}

.api-sol-inner-section {
    display: flex;
    margin-top: 3vw
}

.api-sol-inner-section-img {
    width: 4.25vw;
    padding: .6vw;
    height: 4.25vw !important
}

.api-sol-inner-section-text {
    padding-top: .3vw;
    font-size: 3.5vw;
    font-weight: 700;
    font-family: sans-serif;
    color: #343434
}

.ex12 {
    font-family: "NeueHaasDisplay-Bold", Sans-serif;
    font-weight: 700;
    color: #343434;
    font-size: 3vw;
    line-height: 1em;
    letter-spacing: -1.3
}

.ex13 {
    font-family: "NeueHaasDisplay-Roman", Sans-serif;
    color: #343434;
    font-size: 1.5vw;
    line-height: 1em;
    letter-spacing: -.6
}

.ex22 {
    font-family: "NeueHaasDisplay-Bold", Sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3vw;
    line-height: 1em;
    letter-spacing: -1.3
}

.ex23 {
    font-family: "NeueHaasDisplay-Roman", Sans-serif;
    color: #fff;
    font-size: 1.5vw;
    line-height: 1em;
    letter-spacing: -.6
}

.ex32 {
    font-family: "NeueHaasDisplay-Bold", Sans-serif;
    font-weight: 700;
    color: #1c43b9;
    font-size: 3vw;
    line-height: 1em;
    letter-spacing: -1.3
}

.ex33 {
    font-family: "NeueHaasDisplay-Roman", Sans-serif;
    color: #1c43b9;
    font-size: 1.5vw;
    line-height: 1em;
    letter-spacing: -.6
}

* {
    box-sizing: border-box
}

.api-sol-column {
    float: left;
    width: 25%;
    padding: 0 10px;
    display: flex
}

.api-sol-row {
    margin-bottom: 1vw;
    display: flex
}

@media screen and (max-width:780px) {
    .api-sol-column {
        width: 100vw;
        display: block;
        margin-bottom: 10px
    }
    .api-sol-row {
        content: "";
        display: table;
        clear: both
    }
    .api-sol-card-h3 {
        margin: 0;
        font-size: 4.4vw;
        font-weight: 700;
        line-height: 2.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-card-p {
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        flex-grow: 1
    }
    .api-sol-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
    .api-sol-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 4.2vw;
        line-height: 2.5em
    }
    .api-sol-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        padding: 3vw;
        text-align: left;
        background-color: #fff;
        display: flex;
        flex-direction: column
    }
    .api-sol-card-link {
        display: table;
        width: 100%;
        padding: 3vw
    }
}

@media screen and (min-width:781px) {
    .api-sol-card-h3 {
        margin: 0;
        font-size: 1.4vw;
        font-weight: 700;
        line-height: 1.2em;
        color: #343434;
        font-family: NeueHaasDisplay-Medium, Sans-serif
    }
    .api-sol-card-p {
        color: #606060;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1.2vw;
        line-height: 1.5em;
        flex-grow: 1;
        margin-top: .5vw
    }
    .api-sol-left-link {
        float: left;
        text-decoration: none;
        color: #1c43b9;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1vw;
        line-height: 1.2em
    }
    .api-sol-right-link {
        float: right;
        text-decoration: none;
        color: #ce1010;
        font-family: NeueHaasDisplay-Roman, Sans-serif;
        font-size: 1vw;
        line-height: 1.2em
    }
    .api-sol-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        padding: 1vw;
        text-align: left;
        background-color: #fff;
        display: flex;
        flex-direction: column
    }
    .api-sol-card-link {
        display: table;
        width: 100%;
        padding: 1vw
    }
}

.recent-blog-flex-container {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.recent-blog-flex-container>div {
    border-style: solid;
    border-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0/50%);
    width: 31%;
    padding: 3px;
    margin: 10px;
    background-color: #fff
}

.recent-blog-flex-img {
    width: 440px;
    height: 220px !important
}

.recent-blog-heading1 {
    color: #1C43B9CC;
    font-family: "NeueHaasDisplay-Roman", Sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 55px;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 700;
    letter-spacing: .05em
}

.recent-blog-heading2 {
    color: #343434;
    font-family: "NeueHaasDisplay-Mediu", Sans-serif;
    font-size: 21px;
    line-height: 26px;
    text-align: left;
    margin: 6px
}

.recent-blog-para {
    color: #000;
    font-family: "NeueHaasDisplay-Roman", Sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    margin: 8px
}

.recent-left-img {
    width: 30px
}

@media screen and (max-width:800px) {
    .recent-blog-flex-container>div {
        width: 100%;
        height: 100%
    }
}

.recent-blog-flex-container1 {
    display: flex;
    flex-wrap: wrap;
    text-align: left
}

.recent-blog-flex-item-left {
    flex: 30%;
    font-family: 'NeueHaasDisplay-Roman';
    font-size: 16px;
    line-height: 27px;
    opacity: 1;
    color: #606060;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 5px
}

.img1:hover {
    background-image: url("https://test.idfy.com/wp-content/uploads/2021/04/f9f67eaa80be4688904d27d29965a4e4.png")
}

.share-popup {
    width: 344px;
    height: 193px
}

.kyc-text {
    width: 1080px
}

.blog-overview-card-col2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.blog-overview-card {
    height: 504px;
    margin-right: 32px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.sidebar-size {
    width: 450px;
    position: fixed
}

.sidebar-logo-title {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2em;
    font-family: "NeueHaasDisplay-Mediu";
    text-transform: none;
    color: #fff;
    opacity: .5
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3%;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "NeueHaasDisplay-Mediu"
}

.footer-menu-bar {
    margin: 0;
    margin-right: 20px;
    float: right
}

.footer-menu-bar li {
    display: inline-block;
    padding: 0 18px
}

.footer-menu-bar li a {
    color: #808b96;
    font-size: 10px
}

.footer-menu-bar li.current-menu-item a {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px
}

.top-menu-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #0005;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    font-family: "NeueHaasDisplay-Mediu"
}

.top-menu-bar {
    margin: 0;
    margin-right: 20px
}

.top-menu-bar li {
    display: inline-block;
    padding: 0 18px
}

.top-menu-bar li a {
    color: #fff;
    font-size: 15px
}

.top-menu-bar li.current-menu-item a {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px
}

.top-menu-bar li.current-menu-item.login-btn a {
    border-bottom: none
}

.top-menu-bar li.login-btn a {
    color: #fff;
    font-size: 15px;
    background-color: #1c43b9;
    padding: 6px 14px;
    border-radius: 1px
}

.top-menu-container-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #343434;
    height: 45px;
    width: 75%;
    position: fixed;
    top: 0;
    z-index: 2;
    font-family: "NeueHaasDisplay-Mediu";
    left: auto;
    right: 0
}

.top-menu-bar-inner {
    margin: 0;
    margin-right: 20px
}

.top-menu-bar-inner li {
    display: inline-block;
    padding: 0 18px
}

.top-menu-bar-inner li a {
    color: #fff;
    font-size: 15px
}

.top-menu-bar-inner li.current-menu-item a {
    border-bottom: 2px solid #fff;
    padding-bottom: 2px
}

.top-menu-bar li.current-menu-item.login-btn a {
    border-bottom: none
}

.top-menu-bar-inner li.login-btn a {
    color: #fff;
    font-size: 15px;
    background-color: #1c43b9;
    padding: 6px 14px;
    border-radius: 1px
}

top-menu-inner-top-margin {
    margin-top: 65px;
    width: 75%;
    left: auto;
    right: 0
}

.homepage-height,
.my-peer.homepage-height {
    height: calc(100vh - 10px)
}

.header-margin-top {
    margin-top: 45px;
    width: 75%
}

.elementor-element-2b12099.left-side-sticky,
.elementor-element-60cf3ac.left-side-sticky,
.elementor-element-29f4b43.left-side-sticky {
    position: sticky;
    height: 100vh;
    top: 0
}

.mobile-menu {
    display: none
}

@media only screen and (min-width:800px) {
    .desktop-menu {
        display: block !important
    }
    .mobile-menu {
        display: none !important
    }
}

@media only screen and (max-width:799px) {
    .desktop-menu {
        display: none !important
    }
    .mobile-menu {
        display: block !important
    }
}

.my-login {
    position: fixed;
    display: none;
    right: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
    top: 120px;
    text-align: center;
    background: #606060
}

.my-login a span {
    margin: 0;
    color: #fff;
    font-family: NeueHaasDisplay-bold;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    line-height: 1
}

.my-login img {
    width: 28px;
    padding-top: 5px
}

.lt-menu ul#menu-main-menu li a {
    font-size: 2.1vw !important;
    font-family: NeueHaasDisplay-Mediu !important;
    transition: all ease .5s !important;
    line-height: 1 !important;
    display: block !important
}

.separate-containers .lt-menu ul#menu-main-menu li:after {
    font-size: 2.2vw
}

@media only screen and (min-device-width:320px) and (max-device-width:640px) {
    .separate-containers div#burger-wrap {
        background: #1c43b9 !important
    }
    .separate-containers .my-em25 {
        background: #343434 !important
    }
    .my-login {
        right: 104px !important;
        top: 0 !important;
        width: 52px;
        height: 52px
    }
    .my-login a span {
        bottom: 6px
    }
    .my-login img {
        width: 22px;
        padding-top: 10px
    }
    .separate-containers .lt-menu ul#menu-main-menu li a {
        font-size: 8vw !important;
        font-family: NeueHaasDisplay-Mediu !important;
        transition: all ease .5s !important;
        line-height: 1 !important;
        display: block !important
    }
}

.box-cls .elementor-image-box-content {
    margin-top: 12px
}

.elementor-element-23e102b.active {
    position: absolute !important;
    transform: translateY(-100%);
    left: 0 !important
}

span.img-cls {
    position: absolute;
    top: .18vw;
    left: 10vw
}

.elementor-element-23e102b {
    transition: all ease .5s;
    transform: translateY(0)
}

.elementor-element-4727bfe5.peer,
.elementor-element-715d0e36.employee,
.elementor-element-7650f7a4.partner,
.elementor-element-77a8abb2.customer {
    display: block;
    -webkit-animation: fadeIn .2s linear;
    animation: fadeIn .2s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

span.menu-arrow-solutions-cust {
    position: absolute;
    right: 0
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important
}

.mn-menu .menu {
    margin: 0;
    list-style: none
}

.mn-menu .menu li a {
    color: #fff
}

.lt-menu ul#menu-main-menu li a {
    font-size: 2.1vw;
    font-family: NeueHaasDisplay-Mediu;
    transition: all ease .5s;
    line-height: 1;
    display: block
}

.lt-menu ul#menu-main-menu li {
    line-height: 1;
    padding: 1.35vw;
    border-bottom: 1px solid #ffffff00;
    position: relative
}

.lt-menu ul#menu-main-menu li a:hover {
    opacity: .5
}

.lt-menu ul#menu-main-menu li:after {
    content: '→';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-family: FilsonPro-Book;
    font-size: 2.2vw
}

.lt-menu ul#menu-main-menu li:last-child:after,
.lt-menu ul#menu-main-menu li:nth-last-child(2):after {
    font-size: 1.5vw
}

.ver-cus .menu li a {
    width: 10vw
}

.blog-archive79 .my-cat a {
    color: #fff;
    font-family: NeueHaasDisplay-Roman, sans-serif;
    font-size: .8vw
}

.blog-archive79 h2 a {
    color: #fff;
    font-family: NeueHaasDisplay-Mediu;
    transition: all ease .5s;
    font-size: 1.9vw;
    line-height: 1.5vw;
    letter-spacing: -.8px
}

.my-cat {
    line-height: 1;
    padding-bottom: 10px
}

.blog-archive79,
.page .get-fg45,
.postid-3521 .elementor-element-f2bd213,
.postid-3521 .grid-container {
    width: 100% !important
}

.page-id-3521 .grid-container,
.postid-3521 .grid-container {
    max-width: 100% !important
}

.blog-archive79 h2 {
    margin: 0;
    line-height: 30px
}

.blog-archive79 h3 a {
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    transition: all ease .5s
}

.blog-archive79 h2 a:hover,
.blog-archive79 h3 a:hover {
    opacity: .4
}

.blog-archive79 h3 {
    margin: 0;
    position: relative;
    font-size: 1.9vw
}

.blog-archive79 .pr-post {
    border-bottom: 1px solid #ffffff00;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 2vw;
    padding-bottom: 9.65vw
}

.lt-menu ul#menu-main-menu li.current-menu-item a {
    opacity: .4
}

.ver-cus .menu li a {
    font-size: 1.5vw;
    font-family: NeueHaasDisplay-Mediu;
    line-height: 1;
    transition: all ease .5s;
    display: block;
    letter-spacing: -.6px
}

.ver-cus .menu li {
    padding: 3vw 1.5vw;
    border-bottom: 1px solid #ffffff00;
    position: relative
}

.ver-cus .menu li a:hover {
    opacity: .5
}

.ver-cus .menu li a:after {
    content: '→';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-family: FilsonPro-Book;
    font-size: 2.1vw;
    font-weight: 300
}

.idfy-btn button {
    border: 2px solid #fff;
    border-radius: 50px;
    background: 0 0;
    font-size: 13px;
    font-family: NeueHaasDisplay-Mediu;
    line-height: 0;
    width: 105px;
    height: 33px;
    margin-right: 10px
}

button.active {
    background: #fff;
    color: #ce1010;
    font-family: NeueHaasDisplay-Bold
}

input:checked+.slider .on {
    font-family: NeueHaasDisplay-Mediu
}

.idfy-btn button:last-child {
    margin-right: 0
}

#burger-wrap {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    z-index: 999999;
    background: #ce1010
}

.burger {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent
}

.burger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 16px;
    right: 16px;
    height: 3px;
    background: #fff;
    border-radius: 15px;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s;
    -o-transition: background 0s 0s;
    -webkit-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s
}

.open .burger span {
    background: 0 0 transparent;
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -o-transition: all 0s ease;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.burger span:after,
.burger span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
    border-radius: 5px;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s
}

.burger span:before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.burger span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.open .burger span:after,
.open .burger span:before {
    -webkit-transition-delay: 0s, .4s;
    transition-delay: 0s, .4s;
    background-color: #fafafa
}

.open .burger span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open .burger span:after {
    bottom: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#burger-wrap h6 {
    margin: 0;
    color: #fff;
    font-family: NeueHaasDisplay-bold;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    line-height: 1
}

.elementor.elementor-1608.active {
    background-color: #2447b2;
    width: 100%;
    height: 100%;
    z-index: 99999
}

#burger-wrap h6.close,
div#burger-wrap.open h6.open {
    display: none
}

#burger-wrap.open h6.close {
    display: none
}

.my-em25 {
    display: none position:fixed;
    display: none;
    right: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    top: 60px;
    text-align: center;
    background: #343434
}

.my-em25 img {
    width: 30px;
    padding-top: 5px
}

.my-em25 a span {
    margin: 0;
    color: #fff;
    font-family: NeueHaasDisplay-bold;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    line-height: 1
}

.fur-red .blog-archive79 h2 a {
    color: #343434;
    font-size: 2.5vw;
    line-height: 1.5vw;
    letter-spacing: -1px
}

.fur-red .my-cat a {
    font-size: .8vw;
    color: #343434
}

.fur-red h3 a {
    color: #343434
}

.fur-red .pr-post {
    border-bottom: 1px solid #c9c9c9;
    padding-left: 0;
    padding-bottom: 40px
}

.fur-red h3 a svg path {
    fill: #343434
}

.timeline {
    white-space: nowrap;
    overflow-x: hidden
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 260px 0;
    transition: all 1s
}

.page-id-1888 .timeline ol {
    margin-left: 25px
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 260px;
    height: 15px
}

.timeline ol li:last-child {
    width: 280px
}

.timeline ol li:not(:first-child) {
    margin-left: 0
}

.timeline ol li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    bottom: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #bd2c22;
    z-index: 1
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 20px);
    width: 410px;
    padding: 0;
    font-size: 1.1vw;
    white-space: normal;
    color: #343434;
    text-align: left;
    font-family: NeueHaasDisplay-Roman;
    z-index: 1;
    line-height: 1.3em
}

.timeline ol li:nth-child(odd) div {
    top: -70px;
    transform: translateY(-100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 70px)
}

.timeline time {
    display: block;
    font-size: 1.1vw;
    margin-bottom: 0;
    font-family: NeueHaasDisplay-Mediu;
    color: #343434
}

.timeline .arrows {
    display: flex;
    justify-content: left
}

.timeline .disabled {
    opacity: .5
}

.timeline .arrows img {
    width: 45px;
    height: 45px
}

.timeline ol li:nth-child(odd) div:before {
    content: '';
    background: #bd2c22;
    width: 3px;
    height: 50px;
    position: absolute;
    top: 100%;
    transform: translate(3px, 20px)
}

.timeline ol li:not(:last-child):before {
    content: '';
    background: #d5d5d5;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -55px;
    z-index: 1;
    border-radius: 50px;
    top: -23px
}

.timeline ol li:nth-child(even) div:before {
    content: '';
    background: #bd2c22;
    width: 3px;
    height: 50px;
    position: absolute;
    transform: translate(3px, -20px);
    bottom: 100%
}

.timeline .arrow {
    background: 0 0;
    padding: 0;
    color: #343434;
    font-family: NeueHaasDisplay-Roman;
    font-size: 1vw
}

.timeline button.arrow.arrow__prev.disabled {
    color: #b7b7b7
}

.timeline button.arrow.arrow__prev.disabled svg path {
    fill: #b7b7b7
}

.timeline button.arrow svg {
    width: 12px;
    position: relative;
    top: 3px
}

span.sept {
    color: #b7b7b7;
    padding: 0
}

.arrows_ccc button.arrow_ccc svg,
.arrows_super button.arrow_super svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px
}

.arrows_ccc button.arrow_ccc svg path,
.arrows_super button.arrow_super svg path {
    fill: #343434
}

.arrows_ccc button.arrow__prev_ccc svg,
.arrows_super button.arrow__prev_super svg {
    transform: rotate(180deg)
}

.timeline button.arrow svg path {
    fill: #343434
}

.timeline button.arrow.arrow__prev svg {
    transform: rotate(180deg);
    margin-right: 3px
}

.timeline button.arrow.arrow__next svg {
    margin-left: 3px
}

.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: grey;
    transition: all ease .5s
}

.elementor-element-fac1d5e {
    top: 100%;
    position: fixed !important;
    transition: all ease .5s
}

.elementor-element-fac1d5e.active {
    top: 0 !important;
    transition: all ease .5s
}

.idfy-home {
    width: 100% !important;
    left: 0 !important
}

.home div#page {
    max-width: 100% !important
}

.customer,
.elementor-element-23e102b,
.employee,
.mn-menu,
.partner,
.peer {
    width: 100% !important
}

#menu-bottom-menu li {
    display: inline-block;
    line-height: 1;
    padding-right: 55px;
    position: relative
}

#menu-bottom-menu li a {
    font-family: NeueHaasDisplay-Roman;
    font-size: .7vw;
    letter-spacing: -.3px
}

#menu-bottom-menu li:last-child {
    padding-right: 0
}

.timeline ol li:not(:first-child):not(:last-child) {
    background: #d5d5d5
}

#menu-bottom-menu li a:after {
    content: '→';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    margin-top: 2px;
    margin-left: 5px;
    font-family: FilsonPro-Book
}

ul#menu-bottom-menu {
    padding-top: 1.5vw
}

.my-peer {
    height: 100vh
}

.my-peer .elementor-col-25 {
    height: 100vh
}

.idfy-title-main {
    position: fixed;
    bottom: -100%;
    width: 100%;
    text-align: center;
    color: #fff
}

.idfy-title-animate {
    bottom: 21%;
    transition: 1s ease
}

.frame.idfy-frame-animate {
    bottom: 10%;
    transition: 1s ease
}

.idfy-title h2 {
    font-size: 67px;
    text-align: center;
    margin: 0;
    font-family: NeueHaasDisplay-Bold;
    line-height: 1
}

.idfy-title h3 {
    font-size: 57px;
    font-weight: 800;
    text-align: center;
    font-family: NeueHaasDisplay-Bold;
    line-height: 1;
    margin: 0
}

.idfy-iframe-idfy-title {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0
}

.frame {
    position: absolute;
    width: 100%;
    height: 78px;
    bottom: -100%;
    overflow: hidden
}

.carousel {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    height: 102px
}

.carousel .change_outer {
    position: absolute;
    top: 19px;
    left: 54%;
    text-align: left;
    width: 165px;
    height: 40px;
    overflow: hidden
}

.carousel .change_outer .change_inner {
    position: relative;
    animation: rotate 4s infinite;
    font-family: NeueHaasDisplay-Bold
}

.carousel .change_outer .slide-element {
    display: block
}

@keyframes rotate {
    10%,
    100%,
    15% {
        transform: translateY(0)
    }
    25%,
    36% {
        transform: translateY(-40px)
    }
    46%,
    57% {
        transform: translateY(-80px)
    }
    67%,
    78% {
        transform: translateY(-120px)
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 78px
}

.switch input {
    display: none
}

.slider:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    left: 9px;
    bottom: 9px;
    background-color: #fff;
    -webkit-transition: .1s;
    transition: .1s
}

input:checked+.slide {
    background-color: #ce1010
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked+.slide:before {
    -webkit-transform: translateX(190px);
    -ms-transform: translateX(190px);
    transform: translateX(190px)
}

.on {
    display: none
}

.on {
    color: #fff;
    margin-top: 20px;
    margin-left: 80px;
    float: left;
    font-size: 24px
}

.off {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 34%;
    font-size: 24px
}

input:checked+.slider .on {
    display: block
}

input:checked+.slider .off {
    display: none
}

.slider.round {
    border-radius: 50px
}

.slider.round:before {
    border-radius: 50%
}

.top-post-listing {
    display: flex;
    width: 100%;
    margin-top: 30px
}

.idfy-left {
    width: 33.33%
}

.idfy-right {
    width: 66.66%
}

.idfy-right .status-publish {
    width: 50%;
    flex-direction: column;
    padding: 3vw;
    height: 50vh;
    position: relative;
    z-index: 1
}

.idfy-right-inn {
    display: inline-flex;
    flex-flow: row wrap
}

.idfy-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.idfy-left .status-publish {
    padding: 3vw;
    height: 100vh;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important
}

.idfy-right a.my-titl {
    font-family: NeueHaasDisplay-Bold;
    color: #fff;
    font-size: 2.5vw;
    letter-spacing: -1px;
    line-height: 1em;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box
}

.my-cat,
.my-cat a {
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    font-size: 1vw
}

.idfy-left a.my-titl {
    font-family: NeueHaasDisplay-Bold;
    color: #fff;
    font-size: 3vw;
    letter-spacing: -1.3px;
    line-height: 1.2em;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box
}

.bottom-post-listing h3 a,
.idfy-left h3 a,
.idfy-right h3 a {
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    font-size: 1.5vw;
    letter-spacing: -.6px
}

.get-vg .elementor-button-wrapper:after,
span.breadcrumbs-arrow,
span.fi-or,
span.menu-arrow-solutions,
span.my-arr {
    font-family: FilsonPro-Book !important
}

span.breadcrumbs-arrow {
    font-size: 1vw !important
}

.idfy-left p {
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    font-size: 1.5vw;
    line-height: 1.2em
}

.idfy-left h3 {
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-top: 15px
}

.idfy-listing svg {
    width: 15px;
    height: 15px;
    position: relative;
    left: 3px
}

.bottom-post-listing {
    display: flex;
    width: 100%;
    flex-flow: row wrap
}

.bottom-post-listing .idfy-btm {
    width: 33.33%;
    position: relative
}

.con-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    right: 0;
    pointer-events: none
}

.archive.category .get-fxv,
.page .get-fxv,
.page-template .get-fxv,
.single-post .get-fxv,
.single-glossary .get-fxv {
    position: fixed;
    bottom: 1vw;
    left: 0;
    width: 25% !important;
    padding: 44px 57px 0 59px
}

.single-post main#main .left-content-section {
    width: 70%
}

.single-post main#main .right-content-section {
    width: 30%;
    position: sticky;
    height: fit-content;
    top: 140px
}

.get-fxv .elementor-heading-title {
    position: absolute;
    transform: rotate(270deg);
    left: -108px;
    bottom: 1.5vw
}

.bottom-post-listing .status-publish {
    padding: 3vw;
    height: 50vh;
    position: relative;
    z-index: 1
}

.bottom-post-listing a.my-titl {
    font-family: NeueHaasDisplay-Bold;
    color: #fff;
    font-size: 2.5vw;
    letter-spacing: -1px;
    line-height: 1em;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box
}

.cu-pagi {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    font-size: 1.3vw;
    z-index: 9
}

.cu-pagi .page-numbers {
    color: #fff;
    padding: 0 10px
}

.archive.category div#page,
.single-post div#page {
    max-width: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.single-post main#main,
.single-glossary main#main {
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 50px
}

.archive.category div#left-sidebar,
.single-post main#main div#left-sidebar,
.single-glossary main#main div#left-sidebar {
    width: 25%;
    position: sticky
}

.archive.category div#primary,
.single-glossary main#main .status-publish {
    width: 75%
}

.archive.category div#left-sidebar:before,
.single-post main#main div#left-sidebar:before {
    background-color: #ce1010;
    opacity: .8;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: -1
}

.lets-hide {
    position: relative;
    padding-top: calc(20px/2)
}

.dash-url>a {
    font-family: NeueHaasDisplay-Bold, Sans-serif;
    font-size: 1vw;
    line-height: 3em;
    color: #fff;
    display: block;
    margin-top: calc(20px/2);
    opacity: .7;
    padding-left: 20px
}

.dash-url {
    border-top: 1px solid #ddd
}

.archive.category .inside-sidebar,
.single-post .inside-sidebar,
.single-glossary .inside-sidebar {
    padding: 44px 57px 0 59px;
    position: relative
}

.in-prt {
    display: inline-flex;
    width: 100%;
    overflow: hidden
}

.bt-prt {
    position: fixed;
    bottom: 1vw
}

.in-prt .col-sm-50 h2 {
    margin: 0;
    position: absolute;
    transform: rotate(270deg);
    bottom: 10vw;
    color: #fff;
    font-family: NeueHaasDisplay-Bold, Sans-serif;
    font-size: 4.8vw;
    line-height: 1
}

.single-post .inside-article,
.single-glossary .inside-article {
    margin-right: 20px
}

.my-bread {
    display: flex;
    background-color: #7A7A7A0F;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px
}

.inside-bread-title {
    width: 50%;
    position: relative;
    padding-right: 20px
}

.single-blog-img {
    width: 50%;
    display: flex
}

.single-post main#main .single-blog-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0
}

span.blog-cat {
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #1c43b9
}

span.blog-cat:not(:first-child):before {
    content: " / "
}

.my-bread h1 {
    color: #000;
    font-family: "NeueHaasDisplay-Bold", Sans-serif;
    font-size: 30px !important;
    margin-top: 20px;
    padding-bottom: 20px
}

.single-post .post-data {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding: 0;
    position: absolute;
    bottom: 0
}

.single-post .posted-date time {
    color: #343434;
    font-size: .95vw;
    font-family: NeueHaasDisplay-Roman;
    text-transform: uppercase
}

.single-post .social-share {
    background: #1c43b9;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-family: 'NeueHaasDisplay-Mediu'
}

.single-post .cta-blog-section {
    padding: 40px 40px 20px;
    background-color: #7A7A7A0F;
    border-radius: 10px;
    margin-bottom: 20px
}

.single-post a.blog-button {
    font-weight: 700;
    letter-spacing: 1px
}

.single-post .cta-blog-section i.fa-regular.fa-arrow-right {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: small
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    padding-top: 10px
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:not(:first-child) {
    margin-left: 20px
}

.single-post .related-blog-section {
    padding: 20px;
    background-color: #7A7A7A0F;
    border-radius: 10px;
    margin-top: 30px
}

.single-post .related-blog-section h2 {
    font-size: 20px;
    font-family: 'NeueHaasDisplay-Mediu';
    padding-bottom: 10px;
    margin-top: 10px
}

.single-post .container.related-blog .card a {
    display: flex;
    margin: 20px 0
}

.single-post .card__body h4 {
    font-size: 15px;
    margin-bottom: 8px;
    font-family: "NeueHaasDisplay-Mediu", Sans-serif
}

.single-post .idfy-content {
    padding: 10px 50px 10px 10px
}

.single-post .posted-date time,
.single-post .read-time {
    color: #343434;
    font-size: 12px;
    text-transform: uppercase
}

.wpb-posts-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin: 30px 0;
    padding: 30px 0;
    border: solid;
    border-width: 1px 0;
    border-color: #0000001a
}

.wpb-posts-nav i.fa-solid {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal
}

.wpb-posts-next-nav {
    text-align: end;
    color: #1c43b9
}

.wpb-posts-prev-nav {
    color: #1c43b9
}

.wpb-posts-nav h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 10px;
    color: #000
}

#related_posts>h3 {
    color: grey;
    font-family: NeueHaasDisplay-Roman, Sans-serif;
    font-size: 2.5vw;
    line-height: 1em;
    letter-spacing: -1px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #c9c9c9
}

#related_posts .pr-post {
    padding-left: 0;
    padding-right: 0
}

#related_posts .blog-archive79 h2 a {
    color: #343434
}

#related_posts .fur-red .pr-post:first-child {
    padding-top: 0
}

div#related_posts {
    width: 100%;
    padding-right: 20vw;
    padding-bottom: 5vw
}

.site-footer {
    display: block
}

.archive header#masthead,
.archive header.page-header {
    display: none
}

.archive div#page {
    max-width: 100%
}

.my-lts25 .tabs {
    list-style: none;
    margin: 0;
    display: inline-flex
}

.my-lts25 .tabs li {
    text-align: left;
    cursor: pointer;
    transition: background-color .45s ease-in-out;
    color: #343434;
    font-size: 1.5vw;
    font-family: NeueHaasDisplay-Bold
}

.my-lts25 .tabs li.active {
    color: #bd2c22
}

.my-lts25 .tabs li:not(:last-child):after {
    content: '|';
    padding: 0 7px 0 5px;
    color: #343434
}

.my-lts25 .tabs-panel {
    display: none
}

.my-lts25 .tabs-panel.active {
    display: flex;
    flex-flow: wrap
}

.tabs-data-main {
    display: flex;
    width: 33%
}

.archive.category .nav-links {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    font-size: 1.3vw
}

.archive.category nav#nav-below {
    padding: 0;
    position: relative
}

.archive.category a.page-numbers {
    color: #fff;
    padding: 0 10px
}

#join-idfy.get-fxv .elementor-heading-title {
    left: 2.1vw;
    bottom: -7.6vw
}

.get-fg45 .elementor-icon-list--layout-inline ul li:last-child a span {
    color: #343434 !important
}

.tabs-data h5 {
    color: #343434;
    font-family: NeueHaasDisplay-Bold;
    font-size: 1.2vw;
    margin: 0;
    line-height: 1
}

.my-exp,
.open-pos {
    font-family: NeueHaasDisplay-Roman;
    font-size: 1.2vw;
    line-height: 1;
    padding-top: 5px
}

.app-now a {
    background: #b7b7b7;
    padding: 7px 27px 11px;
    border-radius: 50px;
    font-size: 1vw;
    color: #fff
}

.app-now a img {
    width: 15px;
    position: relative;
    top: 3px;
    margin-left: 2px
}

.app-now {
    padding-top: 60px;
    display: block
}

.tabs-data-main .tabs-data {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 1.5vw;
    padding-top: 1.5vw;
    padding-bottom: 2.3vw;
    margin-right: 1.5vw;
    overflow: hidden
}

.get-fg45 .tabs-content {
    padding-top: 1.5vw
}

.life-id .timeline ol li:not(:last-child):after,
.life-id .timeline ol li:not(:last-child):before,
.life-id .timeline ol li:nth-child(even) div:before,
.life-id .timeline ol li:nth-child(odd) div:before {
    display: none
}

.life-id .timeline ol li:not(:first-child):not(:last-child) {
    background: 0 0;
    height: auto
}

.life-id .timeline ol li:nth-child(even) div {
    top: auto;
    transform: translateY(-50%);
    width: 40vw;
    background: #1c43b9;
    left: auto
}

.life-id .timeline ol li {
    height: auto;
    width: 40vw;
    margin-right: .7vw
}

.life-id .timeline ol li:nth-child(odd) div {
    top: auto;
    width: 40vw;
    background: #ce1010;
    left: auto;
    transform: translateY(-50%)
}

.life-id .timeline ol li div {
    text-align: left
}

.emp-data p {
    font-family: NeueHaasDisplay-Bold;
    color: #fff;
    font-size: 1.5vw;
    padding-bottom: 1.8vw;
    padding-right: 15vw;
    letter-spacing: -.6px
}

section.emp-data {
    height: 340px
}

section.inside-emp {
    height: 340px;
    padding: 50px
}

section.po-bot {
    position: absolute;
    bottom: 3vw;
    width: 14vw
}

.emp-data h6 {
    margin: 0;
    font-size: 1vw;
    color: #fff;
    font-family: NeueHaasDisplay-Roman;
    line-height: 1.1
}

.tm-id section.inside-emp {
    padding: 0;
    height: 430px
}

section.top-sec {
    display: flex;
    width: 100%;
    height: 215px
}

section.sm-img {
    width: 40%
}

section.lg-img {
    width: 60%
}

section.bot-sec {
    display: flex;
    height: 215px
}

.tm-id section.emp-data {
    height: 430px;
    overflow: hidden
}

.top-sec section.lg-img {
    margin: 0 15px 15px 0;
    background: 0 0
}

.tm-id .timeline ol li:nth-child(odd) div {
    background: 0 0;
    height: 430px !important
}

.tm-id .timeline ol li:nth-child(even) div {
    background: 0 0;
    height: 430px !important
}

.top-sec section.sm-img {
    margin: 0 0 15px
}

.bot-sec section.sm-img {
    margin-right: 15px
}

.elementor-element-fac1d5e {
    display: none
}

.elementor-element-4727bfe5,
.elementor-element-715d0e36,
.elementor-element-7650f7a4,
.elementor-element-77a8abb2 {
    display: none
}

.elementor-element-77a8abb2.customer .elementor-container .elementor-col-25:nth-child(2),
.elementor-element-77a8abb2.customer .elementor-container .elementor-col-25:nth-child(3),
.elementor-element-77a8abb2.customer .elementor-container .elementor-col-25:nth-child(4) {
    display: none
}

.elementor-element-715d0e36.employee .elementor-container .elementor-col-25:nth-child(2),
.elementor-element-715d0e36.employee .elementor-container .elementor-col-25:nth-child(3),
.elementor-element-715d0e36.employee .elementor-container .elementor-col-25:nth-child(4) {
    display: none
}

.elementor-element-7650f7a4.partner .elementor-container .elementor-col-25:nth-child(2),
.elementor-element-7650f7a4.partner .elementor-container .elementor-col-25:nth-child(3),
.elementor-element-7650f7a4.partner .elementor-container .elementor-col-25:nth-child(4) {
    display: none
}

.elementor-element-4727bfe5.peer .elementor-container .elementor-col-25:nth-child(2),
.elementor-element-4727bfe5.peer .elementor-container .elementor-col-25:nth-child(3),
.elementor-element-4727bfe5.peer .elementor-container .elementor-col-25:nth-child(4) {
    display: none
}

.skip-next.blue .skiptoend {
    color: #1c43b9;
    font-weight: 100
}

.skip-next.blue .skiptoend-next {
    color: #1c43b9;
    font-weight: 600
}

.elementor-element-4727bfe5.peer .elementor-widget-wrap,
.elementor-element-715d0e36.employee .elementor-widget-wrap,
.elementor-element-7650f7a4.partner .elementor-widget-wrap,
.elementor-element-77a8abb2.customer .elementor-widget-wrap {
    height: 100vh
}

.arrows_ccc button.arrow_ccc,
.arrows_super button.arrow_super {
    font-family: NeueHaasDisplay-Roman;
    background: 0 0;
    color: #343434;
    padding: 0
}

.skip-next-animate {
    position: relative
}

.wact h2.elementor-heading-title.elementor-size-default {
    font-size: 3.2vw !important;
    line-height: 50px !important;
    transition: all ease .5s
}

.my-peer h2.elementor-heading-title.elementor-size-default {
    transition: all ease .5s
}

.elementor-element-1e3ba21,
.elementor-element-e41601b {
    display: none
}

span.skiptoend {
    font-size: 1vw;
    font-family: NeueHaasDisplay-Roman;
    font-weight: 400;
    opacity: .8
}

span.skiptoend-next {
    font-size: 1vw;
    font-weight: 400;
    font-family: NeueHaasDisplay-Bold;
    cursor: pointer
}

.on-white span.my-sepg {
    opacity: 1;
    color: #1c43b9
}

span.my-sepg {
    font-size: .9vw;
    font-family: NeueHaasDisplay-Roman;
    padding: 0 .3vw;
    opacity: .8;
    font-weight: 400
}

span.skiptoend-next:after {
    content: '→';
    font-family: FilsonPro-Book;
    padding-left: 5px
}

.single-post .entry-header,
.single-post .featured-image.page-header-image-single,
.single-post header#masthead {
    display: none
}

.life-sd .team-list-left ul li a {
    opacity: .7;
    pointer-events: none
}

.jn-us ul li span svg {
    height: auto;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%)
}

.jn-us ul li.elementor-icon-list-item {
    padding: .6vw 0
}

.jn-us ul li span.elementor-icon-list-text {
    padding-left: 1.5vw !important
}

.idfy-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 100% !important;
    padding: 1em 0
}

.idfy-content-1,
.idfy-content-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    flex-direction: column
}

.idfy-sub-title {
    color: #ce1010;
    font-family: NeueHaasDisplay-Mediu, Sans-serif;
    font-size: 1.5vw;
    line-height: 1.2em;
    padding-bottom: 1.5em
}

.idfy-desc p {
    font-family: NeueHaasDisplay-Roman, sans-serif
}

.idfy-desc p:not(:last-child) {
    margin-bottom: 1.5em
}

.idfy-content-1 {
    padding-right: 1em;
    font-size: 1.2vw
}

.idfy-content-2 {
    padding-left: 1em
}

.shadowed {
    -moz-box-shadow: 0 0 5px #444;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444
}

.video-container-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, .7);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    opacity: 0
}

.video-container-wrapper:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.sizewrapper {
    width: 50%;
    max-width: 920px;
    vertical-align: middle;
    position: relative;
    background: rgba(255, 255, 255, 0);
    z-index: 51;
    display: none
}

#videowrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0
}

#videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sizewrapper .close {
    position: absolute;
    right: -42px;
    top: 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    background-color: #ce1010;
    width: 32px;
    height: 32px;
    font-family: NeueHaasDisplay-Roman
}

.go-to-yt {
    padding: 16px;
    margin: 8px 0 0;
    float: right;
    text-align: right;
    background-color: #fff;
    display: inline-block
}

.get-vg {
    border-bottom: 1px solid #1c43B942;
    padding-bottom: calc(20px/2)
}

.idfy-desc a {
    display: inline-block;
    color: #1c43b9;
    line-height: 1
}

.get-vg .elementor-button-wrapper:after {
    content: '→';
    position: absolute;
    right: 1vw;
    font-family: NeueHaasDisplay-Mediu, Sans-serif;
    font-size: 1.2vw;
    line-height: 2em
}

.go-to-yt a {
    text-decoration: none;
    font-family: NeueHaasDisplay-Roman
}

.no-link-bottom {
    transition: all ease .5s;
    opacity: 1
}

li.add-srt:after {
    content: '';
    background-image: url(https://www.idfy.com/wp-content/uploads/2021/03/Arrow-Head.svg);
    position: absolute;
    width: 75px;
    height: 82px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat
}

.viewport-bottom .no-link-bottom {
    opacity: 0
}

li.add-srt {
    background: #d5d5d5;
    width: 160px !important
}

.get-rtg span.elementor-counter-number-prefix {
    display: none
}

.wact .rst-me {
    transform: rotate(-90deg);
    transition: all ease .5s
}

span.fg-ht {
    font-family: NeueHaasDisplay-Mediu
}

.frame .button {
    font-size: 25px;
    position: relative;
    height: 78px;
    line-height: 100px;
    text-align: left;
    display: flex;
    justify-content: center;
    background: #343434;
    border-radius: 40px;
    width: 270px;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.button.slide .btnText {
    animation: unset;
    font-size: 0
}

.frame .button:before {
    content: '';
    height: 60px;
    width: 60px;
    position: absolute;
    left: 9px;
    top: 9px;
    background: #fff;
    border-radius: 100%;
    transition: all ease .5s
}

.frame .btnText {
    color: #fff;
    position: absolute;
    left: 0;
    font-family: NeueHaasDisplay-Bold;
    font-size: 25px;
    letter-spacing: -.5px;
    width: 270px;
    height: 78px
}

.btnText>* {
    line-height: 78px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

@keyframes autoplay2 {
    0% {
        top: 100%
    }
    4% {
        top: 0
    }
    8% {
        top: 0
    }
    12% {
        top: 0
    }
    16% {
        top: 0
    }
    20% {
        top: -100%
    }
    100% {
        top: -100%
    }
}

.frame .slide {
    background-color: #ce1010
}

.frame .slide:before {
    -webkit-transform: translateX(184px);
    -ms-transform: translateX(184px);
    transform: translateX(184px);
    transition: all ease .5s
}

@keyframes slideTxt {
    0% {
        margin-top: 450px
    }
    5% {
        margin-top: 294px
    }
    20% {
        margin-top: 294px
    }
    25% {
        margin-top: 93px
    }
    45% {
        margin-top: 93px
    }
    50% {
        margin-top: -107px
    }
    70% {
        margin-top: -107px
    }
    75% {
        margin-top: -304px
    }
    98% {
        margin-top: -304px
    }
    100% {
        margin-top: -380px
    }
}

.active-val {
    color: #fff;
    font-family: NeueHaasDisplay-Bold;
    font-size: 25px;
    letter-spacing: -.5px
}

.on-white span.my-sepg,
.on-white1 span.my-sepg {
    color: #1c43b9
}

.team-bot .timeline li>div {
    cursor: move
}

.tdu-up .timeline ol li:nth-child(even) div,
.tdu-up .timeline ol li:nth-child(odd) div {
    height: 340px !important;
    cursor: move
}

.tdu-up .timeline ol {
    padding: 170px 0 !important
}

.progress {
    margin-top: 15px
}

.progress1 {
    margin-top: 15px
}

.elementor-687 .elementor-element-populated .elementor-widget-wrap,
.elementor-686 .elementor-element-populated .elementor-widget-wrap,
.elementor-676 .elementor-element-populated .elementor-widget-wrap,
.elementor-685 .elementor-element-populated .elementor-widget-wrap {
    padding: 60px 0 30px 30px
}

.elementor-16892 {
    display: none
}

.elementor-16892.active {
    display: block
}

.landing-page-card-customers,
.landing-page-card-partners,
.landing-page-card-employees,
.landing-page-card-users {
    cursor: pointer
}

.hover-overlay {
    opacity: .5 !important;
    background-image: url(https://www.idfy.com/wp-content/uploads/2021/08/overlay1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border-radius .3s, opacity .3s
}

.landing-page-left-img {
    align-self: center
}

.landing-page-left-col .elementor-element-populated .elementor-widget-wrap {
    align-content: stretch
}

.landing-page-card-heading span {
    font-family: FilsonPro-Book;
    padding-left: 5px
}

.idfy-get-title-style h1 {
    font-size: 4.6vw !important;
    bottom: 7vw !important;
    left: 1vw !important
}

@media (max-width:767px) {
    .elementor-687 .elementor-element-populated .elementor-widget-wrap,
    .elementor-686 .elementor-element-populated .elementor-widget-wrap,
    .elementor-676 .elementor-element-populated .elementor-widget-wrap,
    .elementor-685 .elementor-element-populated .elementor-widget-wrap {
        padding: 0
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:640px) {
    .home .ght-upi .elementor-widget-image {
        bottom: -80px !important
    }
    .home .elementor-676 .elementor-element.elementor-element-6f774429>.elementor-element-populated {
        padding-top: 0 !important
    }
    .first-wd .elementor-column-wrap,
    .second-wd .elementor-column-wrap,
    .third-wd .elementor-column-wrap,
    .fourth-wd .elementor-column-wrap {
        padding: 0 !important;
        height: 100%
    }
    .my-peer .elementor-col-25.first-wd .elementor-widget-wrap,
    .second-wd .elementor-widget-wrap,
    .third-wd .elementor-widget-wrap,
    .fourth-wd .elementor-widget-wrap {
        padding: 15px !important;
        height: 100% !important
    }
    .my-peer .elementor-col-25.wact.first-wd {
        height: 26vh !important
    }
    .home .wact.th-en .elementor-text-editor.elementor-clearfix,
    .home .wact.th-en1 .elementor-text-editor.elementor-clearfix,
    .home .wact.we-un .elementor-text-editor,
    .home .wact.we-un1 .elementor-text-editor,
    .home .yo-bu .elementor-text-editor.elementor-clearfix,
    .home .yo-bu1 .elementor-text-editor.elementor-clearfix,
    .home .wact.th-en .elementor-text-editor.elementor-clearfix,
    .home .wact.th-en1 .elementor-text-editor.elementor-clearfix,
    .home .on-white.wact .elementor-text-editor,
    .home .on-white1.wact .elementor-text-editor,
    .home .wact.we-un .elementor-text-editor,
    .home .wact.we-un1 .elementor-text-editor {
        font-size: inherit !important;
        line-height: inherit !important
    }
    .first-wd,
    .second-wd,
    .fourth-wd {
        z-index: 2
    }
    .second-wd .elementor-element-populated .elementor-widget-wrap,
    .third-wd .elementor-element-populated .elementor-widget-wrap {
        height: 100% !important
    }
}

.awsm_job_openings-template-custom .top-menu-container-inner {
    width: 100%
}

.single_job_header {
    width: 90%;
    margin: auto
}

.job-opening-right-inside-content .header-container {
    background: linear-gradient(180deg, #1c43b9 0%, #0e1b44 100%);
    color: #fff;
    font-family: "NeueHaasDisplay-Mediu";
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px
}

.single-job-content {
    width: 90%;
    margin: auto;
    padding: 30px 0
}

.single-job-content p {
    margin-bottom: 10px;
    font-family: Helvetica
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    position: sticky;
    top: 0
}

.awsm-job-entry-content.entry-content h2 img {
    vertical-align: bottom
}

.single_job_header h1 {
    margin-bottom: 10px
}

.single-job-content h2 {
    font-family: "NeueHaasDisplay-Mediu";
    color: #1c43b9;
    font-size: 30px;
    margin: 20px 0
}

h2.job-type {
    font-size: 25px
}

.single-job-content ul {
    padding-left: 25px
}

.single-job-content .single-job-img-box {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 2rem;
    text-align: center
}

.job-img-box {
    padding: 0 30px;
    font-size: 18px
}

.job-img-box:not(:first-child) {
    border-left: dashed 3px #00000038
}

.job-about-company {
    padding: 20px 0
}

.job-post-data {
    display: flex;
    gap: 20px
}

.awsm-job-entry-content.entry-content li {
    padding-bottom: 10px;
    list-style: disc
}

.job-cat-header {
    background-image: linear-gradient(180deg, #1c43b9 0%, #0e1b44 100%);
    min-height: 300px;
    text-align: center;
    align-content: center
}

.job-cat-header h1 {
    text-align: center;
    font-size: 50px;
    font-family: "NeueHaasDisplay-Mediu";
    color: #fff;
    padding-top: 70px
}

.job-box-body a {
    color: #ce1010
}

.job-box-body h4 {
    color: #606060;
    font-size: 17px
}

.job-overview-container .form-container input.form-control,
.job-overview-container select#awsm_job_job-location_specification {
    border-radius: 10px;
    height: 60px !important;
    background: #fff;
    border: #fff;
    box-shadow: 2px 4px 15px -8px rgba(0, 0, 0, .5);
    padding: 20px
}

.form-container {
    padding-bottom: 50px
}

.job-overview-container div#post-container {
    width: 1140px
}

div#post-container {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    margin-block: 2rem;
    gap: 2rem
}

.single-job-box {
    border: solid 1px #00000017;
    border-radius: 10px;
    padding: 30px
}

.job-overview-container .form-container {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    gap: 30px
}

.form-container {
    padding-bottom: 50px
}

h1.cat-heading {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 700
}

div#post-container h2 {
    font-size: 22px;
    font-family: "NeueHaasDisplay-Bold"
}

.d-none {
    display: none
}

@media screen and (max-width:768px) {
    .single-post .cta-blog-section {
        padding: 20px 20px 10px
    }
    div#post-container {
        grid-template-columns: repeat(1, 1fr)
    }
    .job-overview-container div#post-container {
        width: auto
    }
    .job-overview-container .form-container {
        display: block;
        margin-top: 10px;
        padding-bottom: 20px
    }
    .job-overview-container .form-container input.form-control,
    .job-overview-container select#awsm_job_job-location_specification {
        margin: 10px
    }
    .job-overview-container div#post-container {
        padding: 20px
    }
}

div#post-container {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: auto;
    padding-bottom: 30px
}

@media screen and (max-width:768px) {
    div#post-container {
        grid-template-columns: repeat(1, 1fr)
    }
    .single-job-content .single-job-img-box {
        grid-template-columns: repeat(2, 1fr)
    }
    .job-img-box {
        padding: 10px;
        font-size: 10px
    }
    .job-img-box:not(:first-child) {
        border-left: none
    }
    .job-img-box:first-child {
        border-bottom: dashed 2px #00000038;
        border-right: dashed 2px #00000038
    }
    .job-img-box:nth-child(2) {
        border-bottom: dashed 2px #00000038
    }
    .job-img-box:nth-child(3) {
        border-right: dashed 2px #00000038
    }
}

@media screen and (max-width:1024px) {
    .single-post main#main,
    .single-glossary main#main {
        display: block;
        width: 100%;
        margin: auto;
        margin-top: 100px;
        margin-bottom: 50px
    }
    .single-post main#main .left-content-section {
        width: 100%
    }
    .single-post main#main .right-content-section {
        width: 100%;
        position: relative;
        padding: 0 10px;
        top: 0;
        height: auto
    }
    .single-post .inside-article,
    .single-glossary .inside-article {
        margin-right: 0
    }
    .my-bread {
        padding: 20px;
        margin-bottom: 30px;
        display: block
    }
    .inside-bread-title,
    .single-blog-img {
        width: 100%;
        margin-top: 10px
    }
    .single-post .idfy-content {
        padding: 10px
    }
    .single-post .post-data {
        position: relative
    }
    .my-bread h1 {
        padding-bottom: 0
    }
    .wpb-posts-nav {
        gap: 1rem
    }
}