@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px
}

.table {
    font-size: 65%
}

.body-bg {
    background: #1c2023 !important;
}

.heading {
    color: white;
}

a:hover {
    text-decoration: none
}

.c_container {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.main-nav {
    font-size: 20px;
    padding-top: 30px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.main-nav.nav2 {
    background: #23262a;
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 99
}

.main-nav.nav2 .user_img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.main-nav .logo a {
    font-size: 110%;
    display: inline-block;
    font-family: inherit;
    color: #fff;
    font-weight: 700
}

.main-nav.nav2 img {
    width: 130px !important;
}

.top_nav img {
    width: 120px;
}

.main-nav .logo img {
    width: 160px;
}

.main-nav .logo a span {
    color: #3c2dff
}

.main-nav .menu {
    display: flex
}

.cp {
    cursor: pointer
}

.dib {
    display: inline-block
}

.main-nav .menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 40px
}

.main-nav .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 20px
}

.main-nav .menu ul li a {
    font-size: 60%;
    font-family: inherit;
    font-weight: 700;
    display: inline-block;
    color: #242949;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-nav .menu ul li a:hover {
    color: #2c3dff
}

.main-nav .menu .btns a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 60%;
    font-family: inherit;
    font-weight: 700;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.main-nav .menu .btns a.bg-u {
    background: #009cd0;
    color: #fff
}

.main-nav .menu .btns a.profile,
.main-nav .menu .btns a.signin {
    color: #292949;
    border-color: #292949
}

.main-nav .menu .btns a.signup {
    color: #3c2dff;
    border-color: #3c2dff
}

.main-nav .menu .btns a.profile:hover,
.main-nav .menu .btns a.signin:hover {
    background: #292949;
    color: #fff
}

.main-nav .menu .btns a.signup:hover {
    background: #3c2dff;
    color: #fff
}

.main-nav .menu .btns .signup2 {
    display: none
}

.s_btn {
    display: inline-block;
    width: auto
}

.por {
    position: relative
}

.main-nav .menu .btns a.dropBtn {
    position: absolute;
    top: 100%;
    left: auto;
    right: -6px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    color: #000;
    font-family: inherit;
    font-size: 60%;
    border-color: #292940 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav-user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
}

.main-nav.nav2 .dropdown-toggle::after {
    display: none;
}

.main-nav .menu .btns .por:hover a.dropBtn {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.main-nav .menu .btns .por {
    display: inline-block
}

header {
    min-height: 90vh;
    width: 100%;
    background: url(../images/resume.png) no-repeat right;
    -webkit-background-size: 500px auto;
    -o-background-size: 500px auto;
    background-size: 500px auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1.heading {
    font-size: 200%;
    line-height: 45px;
    color: #050821
}

.main-more {
    color: #fff;
    font-family: inherit;
    line-height: 25px;
    margin: 15px 0;
    font-size: 14px;
    padding-right: 50px;
    font-weight: 500
}

.s_btn {
    font-family: inherit;
    padding: 7px 15px;
    display: inline-block
}

.s_btn:hover {
    text-decoration: underline;
    color: #fff
}

.inline-list {
    padding: 0;
    margin: 20px 0;
    display: flex
}

.inline-list li {
    font-size: 11px;
    margin: 0 20px;
    color: #29294955;
    font-family: inherit;
    font-weight: 500
}

.inline-list li:first-child {
    margin-left: 0;
    list-style: none
}

.section {
    width: 100%;
    padding: 30px 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.section .img {
    width: 100%;
    height: auto
}

.jcc {
    -webkit-justify-content: center;
    justify-content: center
}

.overlap {
    position: relative;
    min-height: 100px;
    text-align: center
}

.overlap .heading {
    padding: 40px 0;
    font-size: 90px;
    color: rgba(3, 0, 70, .1);
    position: relative;
    line-height: 70px
}

.overlap .heading span {
    font-size: 30px;
    display: block;
    text-align: center;
    color: #3c2dff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: skew(0) rotate(-4deg);
    -moz-transform: skew(0) rotate(-4deg);
    -ms-transform: skew(0) rotate(-4deg);
    -o-transform: skew(0) rotate(-4deg);
    transform: skew(0) rotate(-4deg)
}

footer {
    padding: 50px 50px;
    text-align: center;
    background: #f9fafe
}

footer .label {
    font-weight: 700;
    color: #292949
}

.link-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.link-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.link-list li a {
    display: block;
    margin: 5px 0;
    color: #292949;
    font-weight: 500;
    font-size: 12px
}

.link-list li a:hover {
    text-decoration: underline
}

footer .list-con {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.user_img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.left_menu {
    width: 25%;
    height: calc(100vh - 55px);
    top: 72px;
    left: 0;
    background: #fff;
    position: fixed;
    z-index: 99;
    display: none;
}

.left_menu .menu {
    padding: 0;
    margin: 0
}

.left_menu .menu li {
    list-style: none;
    padding: 0;
    margin: 20px;
}

.left_menu .menu li a {
    padding: 15px 15px 15px 20px;
    display: flex;
    color: #292949;
    font-size: 12px;
    font-family: inherit;
    width: 100%;
    font-weight: 500;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left_menu .menu li a span {
    margin-left: 10px;
    font-size: 17px;
    font-weight: 400;
}

.main-nav .menu ul li a .dropdown-item {
    font-size: 60%;
}

.main-nav .menu ul li .dropdown-item {
    font-size: 85%;
    font-weight: 500;
}

.left_menu .menu li a i {
    font-size: 24px
}

.left_menu .menu li a.active {
    color: #23262b;
    background: #f4f6f8;
    border-radius: 8px;
}

.left_menu .menu li a.active span {
    font-weight: 500;
}

.left_menu .social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.left_menu .social-links a {
    margin: 5px 10px;
    display: inline-block;
    color: #292949;
    font-size: 15px;
    opacity: .3
}

.left_menu .social-links a:hover {
    opacity: 1
}

.main-nav .menu .btns a.bg-u {
    background: none !important;
    color: white;
    transition: 0.3s;
}

.main-nav .menu .btns a.bg-u:hover {
    background: #ffffff33 !important;
    color: white;
}

.pr_content {
    padding: 75px 20px 20px;
    width: 80%;
    margin: auto;
    min-height: 100vh;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: #f4f6f8; */
}

.user-information .user-detail {
    text-align: center;
    font-size: 15px;
}

h2.heading {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 125%
}

.card {
    border: none
}

.user-card {
    background: none;
}

.user-card .template-con {
    gap: 30px 0;
}

.left_menu_toggler {
    display: none
}

.price-card {
    text-align: center;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px -5px #33115511;
    box-shadow: 0 2px 15px -5px #33115511;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-card .card-body {
    padding: 2rem 1.25rem
}

.price-card:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 25px -5px #33115511;
    box-shadow: 0 5px 25px -5px #33115511
}

.price-card .price sup {
    font-size: 70%
}

.price-card .time {
    color: #292949;
    font-family: inherit;
    line-height: 25px;
    margin: 10px 0;
    font-size: 14px;
    padding-right: 50px;
    font-weight: 500;
    padding: 0
}

.price-card .muted {
    color: #292949;
    margin: 0;
    font-size: 12px;
    opacity: .7
}

.price-card .s_btn {
    margin-top: 15px
}

.price-card ul {
    margin: 0;
    text-align: left
}

.price-card ul li {
    list-style: none;
    color: #292949;
    font-family: inherit;
    line-height: 25px;
    font-size: 14px;
    padding-right: 50px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 12px;
    opacity: .7
}

.profile_img_con {
    display: inline-block;
    position: relative;
    overflow: hidden;
    pointer-events: all;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 0;
}

.profile_img_con .profile_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.profile_img_con .overlay,
.profile_img_con i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    background: rgba(0, 0, 0, .33);
    color: #fff;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.profile_img_con:hover i {
    display: flex;
    cursor: pointer
}

.profile_img_con .overlay {
    display: flex
}

.profile_img_con .upload_img {
    display: none
}

.profile_img_con.dis {
    pointer-events: none
}

.profile_img_con.dis:hover i {
    display: none
}

.hide {
    display: none
}

.user-card .card-body h3.heading {
    text-transform: capitalize;
}

@media(max-width:1110px) {
    .aContainer>.c_container {
        max-width: 100%
    }

    header {
        -webkit-background-size: 400px auto;
        -o-background-size: 400px auto;
        background-size: 400px auto
    }
}

@media(max-width:768px) {
    header {
        background: #fff
    }

    .user-information .user-body-detail .documents-con {
        margin-left: 10px;
        margin-top: 20px;
    }

    .user-information .user-body-detail .user-documents {
        gap: 15px;
    }

    .main-nav .menu .btns .por .main-more {
        display: none
    }

    .main-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-nav .menu {
        width: 100%
    }

    .main-nav .menu ul li:first-child {
        margin-left: 0
    }


    footer {
        padding: 50px 20px
    }

    .single-list {
        width: 100%;
        margin-top: 20px
    }
}

.left_menu_toggler {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #3c2dff;
    color: #fff;
    display: block;
    z-index: 101;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.left_menu_toggler i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.left_menu_toggler i.open {
    background: #3c2dff
}

.left_menu_toggler i.close-toggler {
    opacity: 0;
    background: red;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.left_menu_toggler.active i.open {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.left_menu_toggler.active i.close-toggler {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.left_menu .social-links {
    display: none
}

.left_menu {
    z-index: 100;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(20, 30, 90, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.left_menu .menu {
    width: 250px;
    min-height: 250px;
    max-height: 100vh;
    left: auto;
    top: auto;
    position: absolute;
    bottom: 70px;
    right: 70px;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px -5px #33115511;
    box-shadow: 0 5px 25px -5px #33115511;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(0) translate(100px, 100px);
    -moz-transform: scale(0) translate(100px, 100px);
    -ms-transform: scale(0) translate(100px, 100px);
    -o-transform: scale(0) translate(100px, 100px);
    transform: scale(0) translate(100px, 100px);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.left_menu.active {
    opacity: 1;
    visibility: visible
}

.left_menu.active .menu {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
}

@media(max-width:450px) {

    body {
        font-size: 16px
    }

    .pr_content {
        width: 100%;
    }

    .profile_img_con .profile_img {
        width: 110px;
        height: 110px;
    }

    .user-information .profile-head-banner {
        flex-direction: column;
        gap: 15px;
    }

    .main-nav {
        padding-top: 15px
    }

    .main-nav.nav2 {
        padding: 10px 20px;
        height: auto !important;
    }

    .main-nav .logo a {
        font-size: 80%
    }

    .main-nav .menu ul {
        width: 100%;
        margin: 10px 0 0;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .main-nav .menu ul li {
        margin: 0
    }

    .main-nav.nav2 .menu .btns {
        top: 10px
    }

    .main-nav .menu .btns {
        top: 15px
    }

    .main-nav .menu .btns a {
        padding: 3px 7px
    }

    .main-nav .menu .btns .signup {
        display: none
    }

    .main-nav .menu .btns .signup2 {
        display: inline-block
    }

    h1.heading {
        font-size: 30px;
        line-height: 30px
    }

    .inline-list li {
        font-size: 8px
    }

    .main-more {
        padding-right: 10px
    }

    .overlap .heading {
        font-size: 60px;
        line-height: 65px
    }

    .overlap .heading span {
        font-size: 20px
    }

    footer {
        padding: 30px 5px
    }

    .left_menu .menu {
        width: 100%;
        right: 0;
        bottom: 50px
    }

    .left_menu_toggler {
        bottom: 0;
        right: 0
    }
}

@media (max-width:332px) {
    .pr_content {
        padding-top: 135px;
    }
}

@media (max-width:300px) {
    .main-nav .menu .btns a.dropBtn {
        width: 150px
    }
}