﻿@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

/**, *::before, *::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}*/

/*body {
    font-family: inter,Tahoma,Geneva,Verdana,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: #121212;
    background: #fafafa
}*/

a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none
}

@media only screen and (max-width:768px) {
    a, button {
        cursor: default !important;
        border: none;
        outline: none
    }

    .appiconbx img {
        width: 140px;
        text-align: center;
        margin-top: 5%;
    }

    .resumebuilderbox .clkbtn {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width:575px) {
    .social_icons {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

/*img, video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}*/

.container {
    max-width: 90rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto
}

@media only screen and (max-width:992px) {
    .container {
        padding: 0px;
        margin: 0 auto;
    }
}

.brand {
    color: #e91e63;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    height: 78px;
    padding: 0px 19px;
    margin-left: 0;
}

.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    padding: 0 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #F4FCFF;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}

    .header .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }


.header-item-left-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.header-item-left-login-emp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    /*flex: 0 0 20%*/
    flex: 0 0 31%
}
.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
}
.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    /*-ms-flex: 1 0 63%;
    flex: 1 0 63%;*/
    -ms-flex: 1 0 51%;
    flex: 1 0 51%;
    justify-content: center;
}

.header-item-center2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 66%
}

.header-item-center-emp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
   /* flex: 2 0 76%*/
    flex: 2 0 69%

}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 1 0 18%;
    /* flex: 1 0 18%; */
  /*  flex: 1 0 %;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-item-right2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 10px;
}

    .header .menu > ul > li > a {
        position: relative;
        font-family: 'Inter', sans-serif,serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        border: none;
        outline: none;
        color: #121212;
        padding: 0px 10px;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        padding: 10px 10px
    }

    .header .menu > ul > li .menu-subs {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 10px;
        padding: 0px 0px;
        border: none;
        outline: none;
        z-index: 500;
        opacity: 0;
        visibility: hidden;
        border-radius: 0px;
        border-top: 3px solid #005B86;
        background: #fafafa;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
        box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        cursor: pointer;
    }

    .header .menu > ul > li .menu-subs > ul > li {
        line-height: 1;
        padding: 0px 10px;
    }

    .header .menu > ul > li .menu-subs > ul > li > a {
        display: inline-block;
        font-family: inherit;
        font-size: 13px;
        font-weight:600;
        line-height: 1.25;
        padding: .75rem 0;
        border: none;
        outline: none;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-family: 'Inter',sans-serif,serif
    }

    .header .menu > ul > li .menu-column-1 {
        min-width: 200px;
        max-width: 250px
    }

    .header .menu > ul > li .menu-subs.menu-mega {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
            display: block;
            line-height: 1
        }

            .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                display: inline-block;
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: .5rem 0;
                border: none;
                outline: none;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility;
                -webkit-transition: color .3s ease-in-out;
                -o-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out
            }

    .header .menu > ul > li .menu-subs.menu-column-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 68rem;
        width: 100%;
        padding: 1.25rem 1rem
    }

        .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            padding: 0 1rem
        }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1;
                padding: .75rem 0;
                border: none;
                outline: none;
                color: #e91e63;
                text-transform: uppercase;
                text-rendering: optimizeLegibility;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                text-align: center
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                max-width: 100%;
                width: 100%;
                height: auto;
                margin-top: .75rem;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: middle
            }

    .header .menu > ul > li .menu-subs > ul > li:hover {
        background-color: #d9f2f9;
        border: 1px solid #aedff0;
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .header .menu > ul > li .menu-subs > ul > li > a:hover {
        color: #005B86; /*55d3e1*/
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        padding-left:10px;
    }

.menu ul li a:hover, .menu ul li a:focus {
    color: #005B86 !important;
    /*background-color: rgb(244, 245, 247);*/
    border-radius: 32px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.menu-position-left {
    left: 79%
}

@media only screen and (min-width:993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: 15px;
        opacity: 1;
        visibility: visible
    }
}

.menu-mobile-header, .menu-mobile-trigger {
    display: none
}

@media only screen and (max-width:992px) {
   

    .header-item-center2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-center-emp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    

    .header-item-left-login, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .header-item-left-login-emp, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }

        .header .menu-mobile-trigger span {
            display: block;
            position: absolute;
            width: 100%;
            height: 3px;
            left: 0;
            border: none;
            outline: none;
            opacity: 1;
            border-radius: .25rem;
            background: #121212;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .header .menu-mobile-trigger span:nth-child(1) {
                top: 0
            }

            .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
                top: .5rem
            }

            .header .menu-mobile-trigger span:nth-child(4) {
                top: 1rem
            }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 19rem;
        height: 100vh;
        z-index: 1099;
        overflow-x: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .header .menu.active {
            -webkit-transform: translate(0%);
            -ms-transform: translate(0%);
            transform: translate(0%)
        }

        .header .menu > ul > li {
            display: block;
            line-height: 1;
            margin: 0 !important
        }

            .header .menu > ul > li > a {
                display: block;
                line-height: 3.125rem;
                height: 3.125rem;
                padding: 0 3.125rem 0 1rem;
                border-bottom: 1px solid rgba(0,0,0,.1)
            }

                .header .menu > ul > li > a i.ion {
                    position: absolute;
                    font-size: 1.25rem;
                    line-height: 3.125rem;
                    top: 0;
                    right: 0;
                    width: 3.125rem;
                    height: 3.125rem;
                    text-align: center;
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    margin-right:10px;
                }

        .header .menu .menu-mobile-header {
            position: relative;
            position: -webkit-sticky;
            position: sticky;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            top: 0;
            height: 3.125rem;
            z-index: 501;
            border-bottom: 1px solid rgba(0,0,0,.1);
            background: #f9f9f9
        }

            .header .menu .menu-mobile-header .menu-mobile-arrow {
                display: none;
                font-size: 1.25rem;
                line-height: 3.125rem;
                width: 3.125rem;
                height: 3.125rem;
                cursor: pointer;
                border-right: 1px solid rgba(0,0,0,.1);
                color: #121212;
                text-align: center
            }

            .header .menu .menu-mobile-header.active .menu-mobile-arrow {
                display: block
            }

            .header .menu .menu-mobile-header .menu-mobile-title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: inherit;
                color: #121212;
                text-transform: capitalize;
                text-rendering: optimizeLegibility
            }

            .header .menu .menu-mobile-header .menu-mobile-close {
                font-size: 2.25rem;
                line-height: 3.125rem;
                cursor: pointer;
                width: 3.125rem;
                height: 3.125rem;
                border-left: 1px solid rgba(0,0,0,.1);
                color: #121212;
                text-align: center
            }

        .header .menu .menu-section {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            background-color: #F9F9F9;
            max-height:100%;
        }

        .header .menu > ul > li .menu-subs {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            max-width: none;
            min-width: auto;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 1rem;
            padding-top: 4rem;
            opacity: 1;
            overflow-y: auto;
            visibility: visible;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .header .menu > ul > li .menu-subs.menu-mega {
                position: absolute;
                display: none;
                top: 0;
                left: 0;
                max-width: none;
                min-width: auto;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 1rem;
                padding-top: 4rem;
                opacity: 1;
                overflow-y: auto;
                visibility: visible;
                -webkit-transform: translateX(0%);
                -ms-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .header .menu > ul > li .menu-subs.active {
                display: block
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 0
            }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
                    margin-top: 0
                }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                    margin-bottom: 1.25rem
                }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
                    margin-bottom: 0
                }

            .header .menu > ul > li .menu-subs > ul > li > a {
                display: block
            }

            .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
                margin-bottom: 1rem
            }

                .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                    display: block
                }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,.55);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .overlay.active {
            opacity: 1;
            visibility: visible
        }

    .menu-position-left {
        left: unset
    }
}

@media only screen and (min-width: 994px) and (max-width: 1200px) {

    .header .menu > ul > li > a {
        position: relative;
        font-family: 'Inter',serif,sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.25;
        border: none;
        outline: none;
        color: #121212;
        padding: 0px 10px;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        padding: 10px 6px;
    }

    .men-login-bx a {
        color: #FFF;
        background-color: #005C86;
        border: 1px solid #005C86;
        padding: 4px 8px;
        font-size: 11px;
    }

    .login-bx {
        background-color: #FFF;
        border: 1px solid #aedff0;
        margin: 0px 0px 5px 7px;
        padding: 5px 5px 10px 5px;
        color: #005B87;
        font-family: 'Overpass','Sans Serif Collection',sans-serif;
    }
}


    @media only screen and (min-width: 768px) and (max-width: 820px) {
        .tabcont-set {
            display: flex !important;
            justify-content: space-around;
        }

        .Verification-bx {
            min-height: 100%;
            max-height: 100%;
        }

        .breadcum-amer {
            height: 35px;
        }
    }
@media only screen and (max-width:1254px) {
    .header-item-center {
        flex: 1 0 41% !important;
    }
}

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .tab-row {
            display: flex !important;
        }

        .btn-custom {
            margin: 15px 0px 5px 0px !important;
        }

        .premium-btn a {
            font-size: 14px !important;
        }

            .premium-btn a img {
                margin: -23px -60px 0px 0px !important;
            }

        .sharingbtn {
            margin: 15px 3px 10px 5px !important;
        }

        .phone {
            font-size: 12px !important;
        }
    }


    .main {
        display: block;
        width: 100%;
        min-height: 100vh;
        background-image: url(https://source.unsplash.com/pkhBlvTLyog/1920x1280);
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat
    }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
        .jj-account-bx{
        display:none;
    }
}
@media only screen and (max-width:1476px) {
    .header-item-center {
        -ms-flex: 1 0 45%;
        flex: 1 0 45%;
    }
    
}
@media only screen and (max-width:992px) {
    .header-item-center {
        -ms-flex: 1 0 0%!important;
        flex: 1 0 0%!important;
    }
}




 
