@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Inter:wght@200&family=Poppins:ital,wght@0,100;1,100;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background: #fff;
    margin: 0 !important;
    padding: 0px !important;
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}


a,
button {
    transition: all ease 0.5s;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
select,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border: none;
    width: 100%;
}

p {
    font-size: 16px;
}

a {
    transition: all ease 0.5s;
    text-decoration: none !important;
}

.clear {
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
}

:root {
    --primary: #167EE6;
    --secondary: #05ADB8;
    --color3: #3E3C3C;
    --blue: #1B71C8;
}

.grd {
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
}

.navbar-collapse {
    flex-grow: inherit;
}

.banner {
    background: url(../img/banner.webp);
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

a.nav-link {
    color: #fff !important;
    font-size: 15px;
}

button.btn.btn-outline-success {
    background: #FFEB3B;
    /* border: 1px solid #6DDCFF; */
    border-radius: 50px;
    color: #000000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
}

li.nav-item {
    margin-right: 15px;
}

ul.navbar-nav {
    margin-right: 40px !important;
}

button.btn.btn-outline-success:hover {
    background: #fff !important;
    color: #000;
}

nav.navbar {
    position: relative;
}

h1.banner-heading {
    font-size: 54px;
    line-height: 85px;
    color: #ffff;
    font-weight: 400;
}

button.it-button {
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
    border: 0;
    border-radius: 50px;
    padding: 11px 74px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 30px 0px;
}

input.banner-search-box {
    background: transparent;
    border: 1px solid #e7e7e7;
    /* border-color: #6ddcff; */
    height: 36px;
    border-radius: 50px;
    width: 100%;
    padding: 0px 27px;
    color: #000;
    outline: 0;
    box-shadow: none;
}

input.banner-search-box::placeholder {
    color: #666;
}

button.fing-a-job {
    position: absolute;
    padding: 7px 13px;
    width: 150px;
    border: 0;
    border-radius: 50px;
    right: -2px;
    background: #1a7de3;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
}

button.fing-a-job:hover {
    background: #167EE6 !important;
}

.banner-serach {
    position: relative;
}

.placement-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(150.5deg, #ffffff 2.59%, #167EE6 93.71%);
    border-radius: 20px;
    box-shadow: 0 0 11px 4px rgb(0 0 0 / 30%);
    height: 440px;
    padding: 20px !important;
    /*    transform: scale(.9);*/
    width: 300px;
}

.stud-details img {
    width: 180px !important;
    height: 180px;
    border-radius: 100%;
    border: 10px solid #ffffffb3 !important;
    object-fit: cover;
}

.stud-details h6 {
    color: #1e3d60;
    font-size: 18px;
    margin: 2px 0px;
    margin-top: 12px;
    white-space: nowrap;
}

.stud-details {
    text-align: center;
}

.stud-details span {
    color: #fff;
    line-height: 17px;
}

.placed-company {
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    background: linear-gradient(89deg, #144a81 0%, #ffffff00 100%);
    left: 0;
    right: 0;
    height: 62px;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 10px;
    font-weight: 300;
}

img.mob-logo {
    display: none;
}

ul.tags li a {
    border: 1px solid #e7e7e7;
    padding: 4px 6px 4px 4px;
    color: #000;
    display: flex;
    align-items: center;
    border-radius: 40px;
    font-size: 11px;
}

ul.tags li a>div {
    border: 1px solid #6DDCFF;
    padding: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    margin: auto;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

ul.tags {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 12px;
}

.news_events {
    display: flex;
    border: 1px solid var(--primary);
    padding: 6px;
    border-radius: 30px;
    margin: 0px 130px;
}

.requirement {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.news {
    flex: 1;
    display: flex;
    align-items: center;
}

.requirement {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-right: 1px solid var(--primary);
}

.requirement h6 {
    color: var(--primary);
    font-size: 14px;
}

button.news-arrow {
    border: 0;
    color: var(--primary);
    background: #fff;
}

.tittle-job {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 5px;
}

span.company-name {
    color: var(--primary);
}

.job-grid.shadow-lg.p-4.rounded-2>p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.job-grid.shadow-lg.p-4.rounded-2>ul {
    margin: 10px 0px;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    flex-direction: row-reverse;
}

.job-footer ul {
    display: flex;
    align-items: center;
}

.job-footer ul li:first-child {
    margin-right: 10px;
}

button.job-apply {
    background: #FFF;
    border: 1px solid #167EE6;
    border-radius: 5px;
    padding: 4px 32px;
    font-size: 14px;
    text-transform: uppercase;
    color: #167EE6;
    font-weight: 500;
}

.tittle-job h6 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3E3C3C;
}

.tittle-job span {
    color: var(--primary);
}

.job-footer ul li i {
    color: var(--primary) !important;
}

.job-grid>p,
.job-grid>ul {
    margin: 10px 0px;
}

.job-grid>p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
}

.job-grid {
    position: relative;
    box-shadow: 1px 0px 10px #cccccc00 !important;
    color: #696B6C;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 249, 255, 1) 100%);
    border: 1px solid #dce5ff;
}

a.page-link.active {
    background: #B2D5F7;
    border: #B2D5F7;
    color: #7F56D9;
}

a.page-link {
    background: none;
    border: #ccc;
    border-radius: 4px;
    color: var(--grey)
}

.pagination-custom {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
}

a.page-link.new {
    width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    color: #344054;
}

a.page-link.new i {
    margin: 3px;
}

section.footer-sec {
    background: #1D2939;
    padding: 40px 0px;
    float: left;
    width: 100%;
}

.hot-links {
    display: flex;
    justify-content: space-between;
}

.main-links h6 {
    color: #98A2B3;
    margin-bottom: 15px;
}

.main-links ul li a {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}

.main-links ul li {
    margin-bottom: 9px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}

.social-media-icons ul {
    display: flex;
    align-items: center;
}

footer {
    background: #101828;
    float: left;
    width: 100%;
}

.copyright span {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.social-media-icons ul li a {
    color: #fff;
    padding: 11px;
}

.social-media-icons ul li a:hover {
    color: var(--primary);
}

.footer-logo {
    width: 180px;
}

ul.tags li a:hover {
    box-shadow: 1px 1px 10px #6ddcff;
}

button.job-apply:hover {
    background: linear-gradient(1deg, #167EE6 0%, #0A529A 100%) !important;
    color: #fff;
}

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    /*  opacity: .8;*/
}


.sticky+.content {
    padding-top: 102px;
}

marquee {
    font-weight: 500;
}

.banner::after {}

a.nav-link:hover {
    color: #304764 !important;
}

ul.pagination li:hover {
    background: #cccccc82;
}

ul.pagination li {
    padding: 4px 10px;
}

ul.pagination li.active a {
    color: #fff;
}

ul.pagination li.active {
    background: #0f66be;
    border: #B2D5F7;
    color: #ffffff !important;
    padding: 4px 10px;
    transform: scale(1.1);
}

.main-links ul {
    display: flex;
    justify-content: space-between;
}

.main-links {
    width: 100%;
}

.capcha-img img {
    width: 100% !important;
    object-fit: unset;
}

.form-group.d-flex.custm img {
    border-radius: 6px;
    margin-right: 20px;
}

.banner nav#myHeader {
    margin-bottom: 0%;
}

.banner.inner-menu nav#myHeader {
    margin-bottom: 0%;
}

.job-grid.p-4.rounded-3.extra-notificatio.d-flex.justify-content-between.align-items-center {
    padding: 10px 22px !important;
}

/*-----------------------------------------------------------*/
/*                    inner page css start*/
/* ----------------------------------------------------------*/

h1.modal-tittle {
    text-align: center;
}

button.btn-close:hover {
    opacity: 1 !important;
    color: #000;
}

button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    color: #fff !important;
}

.profile-img img {
    width: 120px;
    border-radius: 70px;
    position: absolute;
    bottom: -58px;
    transform: translateX(-50%, -50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile-img {
    height: 140px;
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
    position: relative;
}

h3.update-name {
    margin-top: 66px;
    text-align: center;
    font-size: 23px;
}

.modal-body p {
    text-align: center;
}

.modal-footer {
    margin-top: 10px;
}

.modal-footer .btn-primary {
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
}

.modal-footer button:hover {
    color: #000;
}


.modal#exampleModal_logedout {
    position: fixed;
}




img.img-fluid.abt-img {
    width: 100%;
    display: flex;
}

.abt-section {
    padding: 30px;
    padding-top: 45px;
}

.abt-sec h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #1b71c8;
    font-weight: 400;
}

.abt-sec p {
    color: #020202;
    font-weight: 300;
    margin-bottom: 10px;
}

.get-in-touch h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}

.get-in-touch p {
    color: #fff;
}

.get-in-touch label {
    color: #fff;
    font-size: 14px;
}

.get-in-touch .row {
    margin-top: 20px !important;
}

.form-check {
    margin: 10px 0px 20px 0px;
}

.form-group {
    margin-top: 5px;
}

.get-in-touch {
    padding: 0px 65px;
}

button.btn-btn-primary.Send-msg {
    /* width: 480px; */
    /* height: 48px; */
    background: #167EE6;
    border: 1px solid #167EE6;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border-radius: 8px;
    width: 100%;
    padding: 5px 2px;
    color: #fff;
}

.address ul {
    margin-top: 15px;
}

.address ul li {
    color: #fff;
}

.row.contact-grd {
    margin-top: 2%;
}

iframe {
    margin-top: 20px;
}

label.form-check-label.agree {
    color: #60E6F9;
}

label.form-check-label.agree a {
    text-decoration: underline !important;
    color: #60E6F9;
}

.iti {
    position: relative;
    display: inherit;
}

.banner.inner-menu {
    height: auto;
    /* background-position: top; */
    width: 100%;
    /* background: url(../img/inner-banner.png);
        float: left;*/
}

.placement-grids span {
    color: #6941C6;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: center;
}

.placement-grids {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F9FAFB;
    padding: 40px 10px 10px 10px;
    min-height: 338px;
}

.placement-grids h5,
.placement-grids p,
.placement-grids ul li a {
    color: #667085;
}

.placement-grids p {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.placement-img img {
    width: 80px;
    height: 80px;
    /*object-fit: cover;*/
    border-radius: 100%;
    margin-bottom: 12px;
}

.placement-grids h5 {
    color: #101828;
}

.social-media-icons.placement-icons {
    margin: 20px 0px;
}

.placement-grids:hover {
    box-shadow: 0px 1px 9px 0px #ccc;
}

.banner.sign-in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner.sign-in::after {
    display: none;
}

.login-details p {
    color: #fff;
    margin-bottom: 20px;
}

.login-details h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

button.btn.google-login {
    display: flex;
    width: 100%;
    background: #1E293B;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

button.btn.google-login img {
    width: 20px;
    margin-right: 10px;
}

.login-gb img {
    width: 64%;
}

.login-gb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner.sign-in .container .col-lg-6:last-child {
    padding: 0px 100px 0px 10px;
}

button.btn-btn-primary.Send-msg.login-btn {
    background: #2563EB;
    border: 0;
    width: auto;
    padding: 8px 60px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    outline: 0;
}

.row.login-fields .form-control {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.row.login-fields label {
    color: #fff;
    margin-bottom: 5px;
}

button.btn.google-login {
    margin-bottom: 25px;
}

.row.login-fields .form-control::placeholder {

    color: #ffffff96;
}

p.create-link {
    color: #94A3B8;
}

span.red {
    /*color: red;*/
}

ul.tags.freshers li a {
    border: 1px solid #6DDCFF;
    padding: 4px 6px 4px 4px;
    color: #0d5fb0;
    display: flex;
    align-items: center;
    border-radius: 40px;
    font-size: 12px;
}

.fixed-position {
    overflow: hidden;
}

.abt-sec h2 {
    margin-bottom: 10px;
    font-size: 30px;
}


.contact-bg {
    background: url(../img/bg-blue.webp) !important;
}

.capcha-img img {
    /*    width: 100% !important;*/
}

span.text-danger p {
    font-size: 11px;
}

button.fing-a-job.innersearch {
    right: 4px;
    /* background: #0f64b9; */
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
    color: #fff;
}

.inner-search {
    width: 100% !important;
}

button.fing-a-job.innersearch span.red {
    color: #fff !important;
}

.inner-search-job {
    padding-bottom: 5px !important;
}

.inner-search {
    width: 100% !important;
    color: #000 !important;
}

.inner-search:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.job-details-inner {
    padding: 30px 10px 0px 20px;
    position: relative;
}

.action-btn {
    position: absolute;
    right: 10px;
    top: 20px;
}

button.more-btn {
    background: transparent;
    border: 0;
    font-size: 20px;
}

.tittle-job.inner-grid {
    flex-direction: column;
}

.col-lg-4.left-panel {
    /* box-shadow: 5px 1px 15px 2px #cccccc47 !important; */
    border-left: 1px solid #ccc;
    padding: 0;
}

.new_jobs .job-grid {
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
}

button.job-apply.easy {
    background: #1069c2 !important;
    border-radius: 6px;
    padding: 5px 20px;
}

ul.spec-job:first-child {
    margin-right: 40px;
}

ul.spec-job li {
    margin-bottom: 9px;
}

ul.spec-job:first-child {
    margin-right: 40px;
}

ul.spec-job li label {
    font-weight: 600;
    margin-right: 10px;
}

.main-keys {
    margin-top: 20px;
    margin-bottom: 15px;
}

.job-other-details {
    margin-bottom: 30px;
}

.job-spec h4 {
    margin-bottom: 20px;
}

.job-spec h5 {
    margin-bottom: 10px;
}

.job-spec h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.job-other-details ul li {
    list-style: disc;
    margin-left: 20px;
}

.job-other-details p {
    margin-bottom: 10px;
}

.tittle-job span {
    background: #FFEB3B;
    padding: 2px 10px;
    border-radius: 5px;
    color: #3d5b75;
    /* width: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    animation: blinker 1s linear infinite;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
    position: absolute;
    right: 7px;
    top: 7px;
}

@keyframes blinker {
    70% {
        opacity: 0;
    }
}

.tittle-job.inner-grid span {
    animation: none;
    background: none;
    width: inherit;
    color: #2266ad;
}

button.it-button:hover,
button.btn-btn-primary.Send-msg.login-btn:hover {
    border: 1px solid #fff;
}

.navbar .action>.menu>ul {
    padding: 0;
    margin: 0;
}

section.placement.pb-5 {
    min-height: calc(100% - 311px);
}

.bgPrint .portfolioWraper.portfolio-bg {
    margin-top: 30px;
}

h6.header-username {
    color: #eee;
    margin-right: 10px;
    text-transform: uppercase;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: end;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.action {
    display: flex;
    align-items: center;
}

.white-box {
    padding: 20px;
    box-shadow: 1px 1px 6px #ccc;
    border-radius: 5px;
    margin-top: 12px;
}

section.placement.pb-5 .col-lg-12 h4.text-center {
    color: #1f6cbb;
}

.white-box table tr td {
    padding: 12px 0px !important;
}

.white-box table tr:first-child {
    border-bottom: 2px solid #c5c5c5;
}

.row.login-fields .form-control option {
    color: #000 !important;
}

.alert-danger {
    margin: 10px 12px;
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #ff3043;
    --bs-alert-border-color: #f5c2c7;
    width: -webkit-fill-available;
    margin-bottom: 10px;
    margin-top: 10px;
}

.white-box.custom-box {
    min-height: 100%;
}

.white-box.custom-box input,
.white-box.custom-box select {
    border-radius: 5px !important;
}

.white-box.custom-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.pricing-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.price-table-content .price-row {
    padding: 20px 0;
    border-top: 1px solid rgba(120, 130, 140, .13);
}

.pricing-body h2 {
    position: relative;
    font-size: 56px;
    margin: 20px 0 10px;
    font-weight: 500;
    color: #60cc69;
}

.pricing-body h2 span {
    position: absolute;
    font-size: 15px;
    top: -10px;
    margin-left: -10px;
}

.featured-plan .pricing-body {
    padding: 60px 0;
    background: #f7fafc;
    border: 1px solid #ddd;
}

.price-lable {
    position: absolute;
    top: -10px;
    padding: 5px 10px;
    margin: 0 auto;
    display: inline-block;
    width: 100px;
    left: 0;
    right: 0;
}

.bg-warning {
    background-color: #1b73cc !important;
}

a.job-apply.btn.btn-lg.btn-info.waves-effect.waves-light.m-t-20 {
    background: #1b73cc;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.row.userprofile-fields .col-lg-6 {
    margin-bottom: 10px;
}

.row.userprofile-fields {
    padding: 0px 70px;
}

.row.p-5.padding-2 {
    padding: 20px 0px !important;
}

.inner-search button {
    right: 4px;
}

.inner-search input {
    width: 100% !important;
    color: #323232;
}

section.freshers.pb-5 {
    min-height: calc(100% - 312px);
}

label.error {
    color: #ffb9b9 !important;
    font-weight: 500;
    font-size: 14px;
}

/*-----------------------------------------------------------*/
/*                    inner page css end*/
/* ----------------------------------------------------------*/


.form-group.options label {
    /* background: #ccc; */
    padding: 13px 13px;
    width: calc(25% - 10px);
    margin: 5px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    font-size: 13px !important;
}

.form-group.options {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

label.career {
    width: calc(33% - 7px) !important;
}


/*-----------------------------------------------------------*/
/*                   portfolio page css start*/
/* ----------------------------------------------------------*/


.portfolio-thumb img {
    width: 240px !important;
    height: 240px;
    border-radius: 100%;
    border: 13px solid #ffffffb3 !important;
    object-fit: cover;
}

section.portfolio {
    display: flex;
    align-items: center;
    margin-top: 5%;
}

header ul {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

header ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

header ul li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul {
    margin-right: 20px;
}

.user-portfoliocard {
    background: #fff;
    border-radius: 20px;
    width: 380px;
    transform: scale(1.06);
}

.header-tab-contants {
    flex: 1;
}

.portfolio-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.port.social-media-icons ul li a {
    color: #000;
}

.user-thumb-buttons a {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.user-thumb-buttons {
    display: flex;
    margin-top: 20px;
}

.user-thumb-buttons a:first-child {
    border-right: 1px solid #ccc;
}

.header-tab-contants {
    flex: 1;
    background: #fff;
    align-self: stretch;
    border-radius: 20px;
    margin-left: -10px;
    padding: 0px 0px 0px 0px;
}

.tab-scroll {
    height: calc {
        100% - 20px
    }

    !important;
    height: 440px;
    overflow-y: auto;
    padding: 25px;
    padding-left: 45px;
}

h2.tab-heading {
    margin-bottom: 15px;
    color: #187ADD;
}

span.hd-change {
    color: #101828;
}

ul.user-details li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.services {
    margin-top: 12px;
}

.service-itn {
    width: calc(100%/ 3);
    border: 1px solid #ccc;
    padding: 15px;
}

.service-itn h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

h5.portfolio-sub-heading {
    margin-top: 15px;
    color: #187ADD;
}

.d-flex.clients {
    flex-wrap: wrap;
}

.cliente-itn {
    width: calc(100%/ 4);
}

a.tab-a i {
    color: #323232;
    font-size: 16px;
}

a.tab-a span {
    color: #000;
    font-size: 13px;
}

.portfolio-thumb span {
    color: #187ADD;
    margin-bottom: 5px;
}

.user-thumb-buttons a:last-child {
    color: #000;
}

.tab-scroll::-webkit-scrollbar {
    width: 5px;
    display: none;

}

/* Track */
.tab-scroll::-webkit-scrollbar-track {
    background: #ffffff00;
}

/* Handle */
.tab-scroll::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 20px;
}

/* Handle on hover */
.tab-scroll::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.load_more_buttons {
    background: transparent;
    padding: 8px 30px;
    border: 1px solid #ccc;
    color: #0d6efd;
    border-radius: 20px;
    border: 1px solid #0d6efd;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 20px;
}

.load_more_buttons:hover {
    border: 1px solid #0d6efd;
    color: #FFF;
    background: #0d6efd !important;
}

.spinner-border.text-primary {
    width: 17px;
    height: 17px;
    margin-left: 10px;
}

ul.user-details li label {
    font-weight: 600;
}

.inputfile-box {
    position: relative;
}

.inputfile {
    display: none;
}

.container {
    /* display: inline-block; */
    width: 100%;
    /*    max-width: 1200px;*/
}

.file-box {
    display: inline-block;
    width: 100%;
    border: 1px solid;
    padding: 5px 0px 5px 5px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-button {
    background: transparent;
    padding: 5px;
    position: absolute;
    border: 1px solid;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

label.custom-f {
    width: 78%;
}

button.btn.portfolio-skip {
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 70px;
    margin-left: 11px;
    justify-content: center;
    border: 1px solid #ffff;
    color: #fff;
}

.d-flex.po-create input {
    flex: 1;
    background: #2563eb !important;
}

button.nexttab.btn.btn-success.w-100.ml-0 {
    margin-left: 0px;
}

label.form-check-label.agree {
    font-size: 12px;
}

button:hover {
    background: inherit !important;
}

button.btn.btn-outline-success.logout img {
    width: 30px;
    border-radius: 100px;
    margin-left: 10px;
}

button.btn.btn-outline-success.logout {
    padding: 0px 5px 0px 20px;
}

a.tab-a.active-a i {
    color: #167EE6 !important;
}

a.tab-a.active-a span {
    color: #167EE6 !important;
}

h5.resume-sub-heading {
    margin-bottom: 10px;
    color: #187ADD;
}

span.duration {
    border: 1px solid #187ADD;
    padding: 2px 10px;
    border-radius: 4px;
    color: #187ADD;
    margin-bottom: 10px;
    display: inline-block;
}

.resume-box h6 {
    font-weight: 600;
    font-size: 16px;
}

.resume-box p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress {
    height: 5px;
    margin-top: 5px;
}

.resume-box label {
    margin-top: 5px;
}

ul.dot {
    display: flex;
    justify-content: start;
    margin-top: 5px;
}

ul.dot span {
    width: 10px;
    height: 10px;
    border-radius: 50pc;
    background: #ccc;
    display: block;
    margin-right: 10px;
}

ul.dot span.active {
    background: #0d6efd;
}

.resume-box {
    border-bottom: 1px solid #ccc;
    margin: 20px 0px;
}

.no-box {
    border: 0pc;
}

.portfolio-works img {
    height: 200px;
    object-fit: cover;
}

.portfolio-works h6 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.tab.tab-active .address ul li {
    color: #3a3a3a;
}

/*-----------------------------------------------------------*/
/*                   portfolio page css end*/
/* ----------------------------------------------------------*/






/*-----------------------------------------------------------*/
/*                   user profile dropdown css */
/* ----------------------------------------------------------*/

.tab {
    display: none;
}

.tab-active {
    display: block;
}


.action .profile img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 2px solid #fff;
    cursor: pointer;
    object-fit: cover;
}

.action .menu {
    position: absolute;
    top: 120px;
    right: -10px;
    padding: 10px 20px;
    background: #fff;
    width: 200px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 1px 4px 10px #ccccccb3;
    z-index: 9999;
}

.action .menu.active {
    top: 80px;
    visibility: visible;
    opacity: 1;
}

.action .menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.action .menu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    color: #555;
    line-height: 1.5em;
}

.action .menu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300;
}

.action .menu ul li {
    list-style: none;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.action .menu ul li img {
    max-width: 20px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.5s;
}

.action .menu ul li:hover img {
    opacity: 1;
}

.action .menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.5s;
}

.action .menu ul li:hover a {
    color: #187ADD;
}



/*-----------------------------------------------------------*/
/*                   user profile dropdown css end */
/* ----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*                  wizad css start*/
/* ----------------------------------------------------------*/

ul.tab-progress li span {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 999;
    background: #1f78dc;
}

ul.tab-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

ul.tab-progress li span.active {
    background: #6DDCFF;
}

ul.tab-progress li {
    position: relative;
}


h1.reg-hd {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.login-gb.sign-up-img img {
    width: 410px !important;
}

.banner.sign-in.h-100.signup-custom {
    height: inherit !important;
    padding: 50px;
}

.banner.sign-in.h-100.signup-custom .container .col-lg-6:last-child {
    padding: 0px 100px;
}

ul.tab-progress::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 16px;
}

.reg-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-end;
}

.reg-buttons button {
    background: #2563EB;
}

button.nexttab.btn.btn-success {
    margin-left: 20px;
}

label sup {
    color: red;
}

select {
    -webkit-appearance: listbox !important
}

/*-----------------------------------------------------------*/
/*                  wizad css end*/
/* ----------------------------------------------------------*/

.remind label {
    margin-bottom: 0px !important;
    margin-left: 6px;
    font-size: 13px !important;
}

.remind {
    display: flex;
    align-items: center;
}

.remind label {
    margin-bottom: 0px !important;
    margin-left: 6px;
    font-size: 13px !important;
}

a.forgot-password {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.form-check.login-remind-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2.h-pass {
    color: #2166ac;
    font-size: 40px;
    margin-bottom: 10px;
}

a.text-muted.pull-right {
    color: #1878d9 !important;
    font-weight: 500;
}

button.btn.btn-primary.btn-block:hover {
    background: #2365a9 !important;
    border: #2365a9;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
    outline: none;
}

.d-flex.justify-content-between.align-items-center.head-detailss h5 {
    font-size: 30px;
    color: #0e60b3;
    font-weight: 500;
    margin-bottom: 0px;
}

.d-flex.justify-content-between.align-items-center.head-detailss .job-apply {
    font-size: 18px;
}

.d-flex.justify-content-between.align-items-center.head-detailss {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.col-lg-4.left-panel {
    padding: 0;
    /*    height: fit-content;*/
}

.container-fluid.footer-job.sugg {
    padding: 0px 15px;
}

.col-lg-4.left-panel h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #1069c2;
    margin-bottom: 10px
        /* background: #ccc; */
}

.tittle-job.inner-grid span {
    padding-left: 0px !important;
}

a.privacy-policy {
    color: #fff;
}

.row.my-4.grd-mob {
    margin: 0px 0px !important;
}

.alert.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

div#msg img {
    width: 300px;
}

img.img-responsive.qr-img {
    width: 300px;
    object-fit: contain;
}

.qr-d {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: #e7e7e7;
    margin: 20px 0px;
}



a.btn.btn-info.open-resume {
    background: #626262;
    border: 0;
    color: #fff;
}

input#uploadnow {
    background: #1d70c4;
    border: 0;
    padding: 9px 30px;
    border-radius: 30px;
}

.form-group.pass span {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.dropify-wrapper.has-preview {
    height: 300px;
    border: 0;
    padding: 0;
}

.alert {
    padding: 20px;
    height: 50px;
    margin-bottom: 20px !important;
}

.a2a_svg svg {
    display: none !important;
}

div#a2apage_mini_services .a2a_svg svg {
    display: block !important;
}

.a2apage_wide.a2a_wide svg {
    display: block !important;
}

.a2apage_wide.a2a_wide span.a2a_svg.a2a_s__default.a2a_s_a2a::after {
    display: none !important;
}

div#a2apage_full_services svg {
    display: block !important;
}

a.a2a_i {
    font-size: 15px;
    color: #403b3b;
}









span.a2a_svg.a2a_s__default.a2a_s_a2a {
    background: #dad2d2 !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    position: relative;
}

.job-actions {
    display: flex;
    align-items: center;
}

.a2apage_wide.a2a_wide span.a2a_svg.a2a_s__default.a2a_s_a2a {
    width: 20px;
    height: 20px;
    background: #0f66bc !important;
}

span.a2a_svg.a2a_s__default.a2a_s_a2a::after {
    content: "\F52D";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    top: 10px;
    left: 8px;
    position: absolute;
    color: #fff;
}

div.error p,
span.text-danger p {
    font-size: 12px;
}

div.error,
span.text-danger {
    color: #ffffff;
    font-size: 14px;
    background: #ff000075;
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 7px;
    border-radius: 5px;
    position: relative;
    display: block;
}

.noresult {
    height: auto !important;
}

input.form-control.error-input {
    border: 1.5px solid red !important;
}

#myTabContent .form-group {
    color: #fff;
}

span.help-block.form-error {
    color: yellow;
    font-size: 13px;
}

a.navbar-brand img {
    width: 170px;
}

.address ul li:first-child {
    font-size: 21px;
    margin-bottom: 5px;
}

.social-media-icons.placement-icons.placement_date {
    color: #1f6cbb;
    font-weight: bold;
    font-size: 14px;
}

.social-media-icons.placement-icons.placement_date i {
    margin-right: 5px;
}

.logo-link img {
    width: 150px;
    margin-bottom: 18px;
    margin-top: 10px;
}

button.job-apply.profile-update:hover {
    color: #FFF !important;
    background: #0e63b7 !important;
}

button.job-apply.profile-update {
    background: #ffffff;
    padding: 8px 30px;
    font-size: 17px;
    border: 1px solid #0e63b7;
    color: #0e63b7;
}

.extra-notificatio p {
    color: #0c5cac !important;
    font-size: 18px !important;
    font-weight: 400;
}

.resum-img img {
    width: 305px;
}

.job-grid.p-4.rounded-3.no-job-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.job-grid.p-4.rounded-3.no-job-found {
    border: 0;
}

.job-grid.p-4.rounded-3.no-job-found i {
    font-size: 60px;
}

.job-grid.p-4.rounded-3.no-job-found p {
    font-size: 24px;
    text-align: center;
}

.white-box.white-box3 h2 {
    font-size: 21px;
    text-align: center;
}

ul.flip-items.flipster__container>div {
    display: none;
}

h4.slider-hd {
    text-align: center;
    color: #23275a;
    font-size: 25px;
    /* font-weight: 400; */
    margin-bottom: 8px;
    font-style: unset;
    font-family: auto;
}

img.congratulations {
    width: 200px;
}

.flipster {
    opacity: 1 !important;
}

.notifications-new a {
    padding: 5px 40px;
    border: 0;
}

.notifications-new a.btn.btn-success {
    background: #1d70c4;

}

.notifications-new {
    box-shadow: none;
    margin-top: 10px;
    padding: 0px 0px;
    padding: 9px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 18px;
    background: #1d70c433;
    border: 1px solid #1d70c429;
}

.notifications-new a {
    padding: 5px 40px;
    border: 0;
    margin-left: 20px;
}

.row.alert-rw .alert-info.text-center {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

/* portfolio-viewpage css start */

.portfolioWraper {
    font-family: 'Poppins', sans-serif !important;
    float: left;
    width: 100%;
}

.port_titleStrip {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    padding-bottom: 50px;
}

.profile_cover {
    width: 185px;
    height: 185px;
    border-radius: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
}

.banner_cover {
    height: 170px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.banner_cover .img-cover,
.profile_cover .img-profile {
    object-fit: cover;
    width: 100%;
}

.profile_cover .img-profile {
    height: 185px;
    padding: 5px;
    overflow: hidden;
    width: 185px;
    border-radius: 100%;
}

.banner_cover .img-cover {
    min-height: 170px;
}

.port_nameArea {
    width: calc(100% - 380px);
}

.port_nameArea .cand_name {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*        font-family: times;*/
}

.port_nameArea .cand_designation {
    font-size: 16px;
    font-weight: 400;
    margin: 3px 0 0;
}

.port_nameArea .cand_designation>span {
    font-weight: 500;
    color: var(--primary);
}

.port_nameArea .cand_designation>small {
    font-weight: 400;
    color: var(--color3);
    font-size: 12px;
    padding-left: 5px;
}

.portfolioWraper .adjSpace {
    float: left;
    z-index: 1;
    position: relative;
    margin: -90px 0;
    width: 200px;
}

.port_buttonSpace {
    text-align: end;
    width: 180px;
}

.port_buttonSpace .gradBtn,
.port_buttonSpace {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%) !important;
    border: 0 !important;
    outline: inherit !important;
    transition: .5s;
    margin-right: 8px;
}

.portfolioWraper .mainTitle {
    /*    border-bottom: 1px solid #746c6c;*/
    color: #746c6c;
    /* padding-left: 30px; */
}

.portfolioWraper .mainTitle span {
    /* background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%); */
    background: #CCCCCC;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.portfolioWraper .mainTitle span::after,
.portfolioWraper .mainTitle span::before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}

.portfolioWraper .mainTitle span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
    background: #222222;
}

/*
.portfolioWraper .mainTitle span::after{
    border-top: 0px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 31px solid  #746c6c;
     border-color: linear-gradient(180deg, #167EE6 0%, #0A529A 100%); 

    right: -30px;
}

.portfolioWraper .mainTitle span::before{
    left: -31px;
    
    border-top: 42px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 31px solid var(--blue);

    display: none;

}
*/
.portfolioWraper .subcont {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 15px;
}

.portfolioWraper .mainCont {
    padding-right: 25px;
}

.mainCont .icons>img.icon {
    width: auto;
}

.mainCont .icons {
    width: 33px;
    float: left;
    margin: 2px 0 0 0;
}

.mainCont .texts {
    float: left;
    width: calc(100% - 33px);
    font-size: 16px;
}

.mainCont p,
.mainCont a {
    color: var(--bs-body-color);
}

.mainCont p a:hover {
    color: var(--blue);
}

.mainCont .persData p {
    margin: 5px 0;
    float: left;
    width: 100%;
    line-height: 21px;
    text-align: justify;
    word-break: break-word;
}

.mainCont .texts span,
.mainCont .texts small {
    font-size: 12px;
}

.mainCont .texts small {
    color: #838383;
    margin: 1px 0 5px;
    display: block;
}

.detSummary h4 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 10px;
    letter-spacing: 0;
}

.portfolioWraper hr,
.wraper {
    float: left;
    width: 100%;
}

.detSummary p {
    line-height: 23px;
    font-size: 14px;
}

.divSect {
    display: flex;
}

.divSect .img_icon {
    width: 105px;
    height: 65px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 5px 0;
    background: #cccc !important;
}

.divSect .texts {
    float: right;
    margin-left: 15px;
}

.divSect .img_icon img {
    object-fit: cover;
    min-height: 65px;
    width: auto;
    max-width: 100%;
}

.detSummary .texts .title_name {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.detSummary .texts .locations {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}

.detSummary .texts .locations strong {
    font-weight: 500;
}

.detSummary .texts .int_year {
    font-weight: 300;
    font-size: 14px;
    color: #838383;
    margin: 0 0 5px;
    padding: 0;
    line-height: 18px;
}

.detSummary .texts small {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.detSummary .texts .offers {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 5px;
    line-height: inherit;
}

.detSummary .texts .offers .icon {
    width: 20px;
}

.subcont .list_style {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.subcont .list_style .list_txt {
    font-size: 14px;
    font-weight: 400;
}

.subcont .list_style .circles {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    ;
    background-color: var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    margin-right: 10px;
    text-transform: uppercase;
}

.subcont .list_style li {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.subcont .ml-0 {
    margin-left: 0;
}

.badgeList {
    margin: 10px 0 5px;
    padding: 0;
    list-style: none;
}

.badgeList .badge.badge-primary {
    background-color: #ECECEC;
    color: var(--color3);
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    display: inline-flex;
    border-radius: 60px;
    min-width: 120px;
    margin: 0 8px 12px 0;
    font-size: 14px;
    font-weight: 400;
}

.portfolioWraper .portAdd .mainTitle span {
    font-size: 16px;
}

.portfolioWraper .portAdd .form-control,
.portAdd .bootstrap-tagsinput {
    border: 0;
    border-bottom: 1px solid var(--blue) !important;
    border-radius: 0;
    font-size: 14px;
    background-color: #e9ecef80;
    min-height: 40px;
    color: #666;
    padding: 9px 10px;
    width: 100%;
    box-shadow: inherit;
}

.portfolioWraper .portAdd .form-group label,
.portfolioWraper .input-group label {
    display: inline-block;
    font-size: 14px;
    color: #111;
    margin: 0 0 3px;
    font-weight: 400;
}

.portfolioWraper .portAdd .form-group {
    margin-bottom: 15px;
}

.portfolioWraper .portAdd .mainTitle {
    padding-left: 0;
}

.portfolioWraper .portAdd .mainTitle span::before {
    display: none;
}

.portfolioWraper .portAdd .upPics img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.portfolioWraper .portAdd .btn.btn-save,
.portfolioWraper .portAdd .btn.btn-save:hover {
    background-color: var(--blue) !important;
    color: #FFF;
    min-width: 135px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    margin: 5px 0;
}

.portfolioWraper .portAdd .bootstrap-tagsinput .label {
    display: inline-flex;
    justify-content: center;
    border-radius: 20px;
    padding: 4px 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 3px 3px 0;
    background-color: #1B71C8;
    border: 1px solid #1B71C8;
    color: #fff;
    word-break: break-all;
    line-height: 16px;
    align-items: center;
}

.portfolioWraper .portAdd .bootstrap-tagsinput {
    padding: 6px 10px;
}


/* portfolio-viewpage css end */

.peopl_img img {
    width: 60px;
    border-radius: 100px;
    height: 60px;
    margin-right: 20px;
}

.peoples {
    display: flex;
    padding: 20px 0px;
}

.p-list {
    margin: 0px 22px;
}

.peopl_details ul li span {
    color: #4c4747;
    font-size: 14px;
}

.peopl_details ul li h5 {
    font-size: 16px;
    color: #4c4747;
}

.p-list ul li {
    border-bottom: 1px solid #ccc;
}

.peopl_details ul li {
    border-bottom: 0px solid #ccc;
}

.p-list ul li a:hover {
    background: #f0f0f0 !important;
}

.p-list ul li a {
    display: block;
}

.peopl_details ul li span i {
    margin-right: 8px;
}

.banner-search-box.people::placeholder {
    color: #ccc !important;
}

.tittle-job h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

h6.results-p {
    margin: 20px 20px;
    color: #645f5fcc;
}

.child_div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.adBtn {
    display: inline-block;
    width: auto;
}

.inptArea {
    width: calc(100% - 30px);
    float: left;
}

.adRemv_div .inptArea.form-group {
    margin-bottom: 10px !important;
    margin-top: 0;
}

.btnArea {
    width: 40px;
    float: left;
    margin-left: 10px;
    margin-top: 23px;
    padding-left: 5px;
}

.adRemv_div {
    position: relative;
}

.adRemv_div>*:last-child {
    background-color: green;
}

.adRemv_div .input-group .btn,
.adRemv_div .adBtn {
    width: 30px;
    text-align: center;
    height: 20px;
    border-radius: 4px;
    padding: 5px 0;
    line-height: 9px;
    font-size: 19px;
    margin: 0;
}

.adRemv_div .adBtn {
    position: absolute;
    right: 20px;
    bottom: 6px;
    z-index: 10;
}

.adRemv_div .firstDiv .deleteButton {
    opacity: 0;
    pointer-events: none;
}


.nosearchresult {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}

img.search-imgs {
    width: 360px;
}

.nosearchresult h4 {
    font-size: 17px;
    color: #6e6868;
    font-weight: 400;
}


.p-area {
    background: #ffff;
    padding: 20px;
    margin-top: 0px !important;
}

.portfolio-bg {
    background: #2363a5;
}

a.btn.btn-info.open-resume {
    /* width: 200px; */
    display: flex;
    align-items: center;
    background: #1b71c8;
}

.p-area label.error {
    color: #ff0000 !important;
    /*font-weight: 500;*/
    font-size: 10px !important;
}

.p-area label sup {
    font-size: 17px;
}

.portfolioWraper {
    min-height: calc(100% - 298px);
}

ul.list_style li {
    width: calc(33.3%);
    margin-bottom: 8px;
    /* font-size: 16px !important; */
    list-style: square;
    padding: 0px 10px;
}

ul.list_style {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-bottom: 20px;
}

ul.list_style.co-list li {
    width: calc(33.3%);
    padding: 0px 10px;
}

ul.list_style.p-list {
    margin-left: 40px;
}

.wh-bg {
    background: #fff;
}

.w-80s {
    width: 85%;
}

ul.list_style.p-list li {
    width: 100%;
}

.header-sec.wraper.w-80s img {
    width: 150px;
}

.header-sec.wraper.w-80s {
    background: #000;
    display: flex;
    justify-content: flex-end;
    padding: 15px;
}

ul.list_style li {
    padding: 0px 20px 0px 0px !important;
}

span.list_txt {
    word-wrap: break-word;
}

.texts {
    padding-left: 15px;
}

p.title_name {
    list-style: square outside none;
    display: list-item;
}

.alertszz {
    background: #ff655a;
    animation: blinker 2s linear infinite;
}

.alertszz p {
    color: #fff !important;
}

.alertszz a button {
    border: 0 !important;
}

h5.job-details-heading ul {
    display: flex;
    align-items: center;
}

h5.job-details-heading ul li i {
    font-size: 18px;
}

h5.job-details-heading ul li {
    font-size: 18px;
    margin-right: 20px;
}

h5.job-details-heading ul {
    margin-top: 20px;
}

div#maskPrint button:hover {
    background: #000 !important;
    transform: scale(1.1);
}

div#maskPrint {
    display: flex;
    align-items: center;
}

label#skills_checked\[\]-error,
label#tools_checked\[\]-error,
label#hobbies_checked\[\]-error,
label#career_obj_checked\[\]-error {
    position: absolute;
    top: -48px;
    right: -5px;
    background: red;
    color: #fff !important;
    padding: 5px 20px;
    width: fit-content;
    border-radius: 0px;
}

h4.cand_name,
h6.cand_designation,
.portfolioWraper .mainTitle span,
.mainCont .texts,
span.list_txt,
.wraper.detSummary p {
    font-family: 'helvetica';
    letter-spacing: normal !important;
    word-spacing: inherit !important;
    text-align: left !important;
}

.mainTitle,
.portfolioWraper .mainTitle span {
    page-break-inside: avoid !important;
}

h6.header-username_x a {
    position: relative;
}

h6.header-username_x a i {
    font-size: 22px;
    color: #fff;
}

span.text-bg-danger.count-m.badge.rounded-pill {
    position: absolute;
    top: -8px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7px;
    font-size: 9px;
}

h6.header-username_x.msg {
    padding-right: 40px;
}

.menu-right {
    display: flex;
    align-items: center;
}

.my-msg .peopl_details {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.my-msg .peopl_details button {
    height: 40px;
    background: #1d2939 !important;
}

.my-msg .peopl_details ul {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

.my-msg .peopl_details ul li span {
    color: #4c4747;
    font-size: 16px;
    font-weight: 500;
}

.my-msg .peopl_details ul li h5 {
    font-size: 12px;
}

.my-msg .peoples {
    align-items: center;
}

li.cls_unread {
    background: #cccccc75;
}

.p-list.my-msg ul li {
    padding: 0px 20px !important;
}

.p-avatar {
    background-position: center;
    padding: 30px;
    object-fit: contain !important;
}

.cls_read .p-avatar {
    background-image: url(../img/open.png);
}

.cls_unread .p-avatar {
    background-image: url(../img/close.png);
}

img.new {
    position: absolute;
    top: -6px;
    right: 16px;
    width: 61px;
}

.portfolio_section,
.banner,
section,
footer {
    float: left;
    width: 100%;
}

.portfolio_section .contArea {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.portfolio_section .leftImg {
    width: 500px;
    text-align: center;
}

.portfolio_section .leftImg img {
    max-width: 300px;
}

.portfolio_section .contSection {
    width: calc(100% - 500px);
    padding: 150px 0 0 0;
}

.portfolio_section .relCont {
    position: relative;
}

.portfolio_section .contSection h4 {
    color: #FFF;
    font-size: 38px;
    margin: 30px 0;
}

.portfolio_section .bgImg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.portfolio_section .bgImg img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.portfolio_section .contSection .btnCreate {
    background: #fff;
    padding: 10px 30px;
    color: #0d6efd;
    border-radius: 5px;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 15px;
}

.portfolio_section .contSection .btnCreate:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.iconSpc {
    min-width: 20px;
}

.iconSpc img {
    width: auto;
}

.alignDtls {
    display: flex;
    align-items: center
}

.alignDtls li {
    padding-right: 20px;
}

.alignDtls li:last-child {
    padding-right: 0;
}

.alignDtls .iconSpc .icons_job {
    width: 15px;
    margin: -4px 0 0 0;
}

.job-grid .company-name {
    color: #000000;
    font-weight: 500;
}

.cantidates-feedback {
    background: #fff;
    margin-bottom: 30px;
    padding: 0px;
    border-radius: 15px;
    overflow: hidden;
}

.cantidates-feedback .thumb-img {
    display: flex;
    justify-content: center;
    position: relative;
}

.quick-actions-wrapper.enable-rtl-mirroring {
    display: none !important;
}

.thumb-img .frameOuter {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.cantidates-feedback .video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 27;
    overflow: hidden;
}

.thumb-img .frameOuter .video-thumb img {
    min-height: 550px;
    object-fit: cover;
}

.cantidates-feedback .thumb-img iframe {
    top: -41px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    margin: 0;
    min-height: 570px;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}

.candidates_section {
    background: #eee;
}

.cantidates-feedback .can-details-w {
    padding: 10px 10px 15px;
    justify-content: center;
    display: flex;
}

.cantidates-feedback .companyLogo {
    margin: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cantidates-feedback .companyLogo img {
    max-height: 50px;
    max-width: 120px;
    width: auto;
}

.cantidates-feedback .can-details-w h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
}

.cantidates-feedback .can-details-w .companyName {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 0;
    color: #ABAFB0;
}

.cantidates-feedback .can-details-w .companyName span {
    font-weight: 500;
    color: #0d6efd;
}

.main-heading {
    font-size: 36px;
    font-weight: 600;
}

.titleSection p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 28px;
    font-weight: 400;
    color: #666;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 30px;

}

.about-section .image-column .image-block:nth-child(1) {
    margin-left: 80px;
}

.about-section .image-column .image-block img {
    display: block;
    width: 100%;
    border-radius: 7px;
}

.about-section .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -170px;
}

.about-section .image-column .image-block:nth-child(2) img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.about-section .image-column .inner {
    position: relative;
    display: block;
}

.about-section .image-column .inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 200px;
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
    border-radius: 8px;
}

.about-section .text-column .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.125em;
}

.about-section .text-column .text ul {
    position: relative;
    float: left;
    margin: 0 0 30px;
}

.about-section .text-column .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding-left: 35px;
}

.about-section .text-column .text ul li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #167EE6;
    font-weight: 600;
    font-size: 21px;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 13px 30px;
    font-weight: 500;
    background: #167EE6;
    border: 1px solid #167EE6;
    color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #0A529A;
    color: #FFF;
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.btn-style-one:hover {
    color: #FFF !important;
}

.btn-style-one:hover .btn-title {
    position: relative;
}

.about-section .text-column .text p {
    margin-bottom: 15px;
    padding: 0;
    line-height: 23px;
    color: #686a6f;
}

.about-section .text-column .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.125em;
}

.about-section .sec-title {
    margin: 10px 0 35px;
}

.about-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 0.9em;
    color: #222429;
    font-weight: 600;
    margin: 0px;
}

.vid-link {
    position: absolute;
    left: 55px;
    top: 25px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vid-link .icon {
    position: relative;
    display: flex;
    width: 84px;
    height: 84px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vid-link .icon:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.vid-link .ripple,
.vid-link .ripple:before,
.vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.vid-link .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.vid-link .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


.about-section .since {
    position: absolute;
    left: 32%;
    top: 25%;
    z-index: 10;
}

.about-section .text-column {
    padding-left: 45px;
}

.extra-notificatio.alertBoxs {
    background: #00cb93;
    color: #FFFF;
}

.extra-notificatio.alertBoxs p {
    color: #FFFF !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.extra-notificatio.alertBoxs .profile-update {
    border: 1px solid #056e51;
    color: #00cb93;
    font-weight: 500;
    font-size: 16px;
}

.extra-notificatio.alertBoxs .profile-update i {
    margin-left: 5px;
}

.videoModel-box video {
    width: auto;
    max-height: 600px;
    max-width: 100%;
}

.videoModel-box .modal-content {
    max-width: 370px;
    margin: 0 auto;
}

.banner.nw-banner {
    height: fit-content !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

h2.main-heading.my-3.mb-4.text-center b {
    color: #197ce2;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

section.job-section.my-4 {
    margin-top: 90px !important;
}

placement-marquee {
    width: 100%;
    overflow: hidden;
    background: #0f172a;
    /*padding: 14px 0;*/
}

.marquee {
    display: flex;
    width: fit-content;
    background: #e8e8e8;
}

.marquee-content {
    display: flex;
    animation: marquee 106s linear infinite;
    padding: 8px;
    /*background: #0f172a;*/
}

.marquee-content span {
    color: #212529;
    font-size: 15px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 30px;
    white-space: nowrap;
}

.placement-marquee:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



.job-actions button.job-apply.btn-apply-details {
    background: #0c58a4 !important;
    position: relative;
    border-radius: 60px;
    letter-spacing: 1px;
}

.job-actions button.job-apply.btn-apply-details:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    border-radius: 60px;
}

.job-actions button.job-apply.btn-apply-details:hover:before {
    opacity: 1;
}


@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.main-heading {
    padding-top: 3%;
}

section.placement.pb-5,
section.freshers.pb-5 {
    padding-top: 70px;
    padding-bottom: 50px !important;
    min-height: 500px;
}

section.placement.pb-5.contact .get-in-touch h5 {
    color: #555;
}

section.placement.pb-5.contact .get-in-touch p {
    color: #555;
}

section.placement.pb-5.contact .get-in-touch label {
    color: #555;
}

.address ul li {
    color: #555;
}

.job-details-main {
    padding-top: 70px !important;
}

/*.job-details-main .new_jobs .job-footer button {
    color: #fff !important;
}*/
.pl-20p {
    padding: 0 26%;
}

.gap10 {
    gap: 5px;
}

label.custom-f {
    width: 85% !important;
}

.banner.sign-in .form-group.pass span {
    color: #FFF;
}

.banner.sign-in .login-fields .create-link a.privacy-policy {
    padding-left: 5px;
    font-weight: 500;
}

.signup-new {
    background: #fff !important;
}

.signup-new h1.reg-hd {
    /* color: #888;  */
    color: #1877d9;
    font-size: 20px;
}

.signup-new .row.login-fields label {
    color: #333;
}

.signup-new .row.login-fields .form-control {
    border: 1px solid #888;
    color: #888;
}

.signup-new .file-button {
    border: 1px solid #888;
}

.signup-new .file-button i {
    color: #888;
}

.signup-new .gap10 {
    color: #888;
}

.form-group.pass span {
    color: #888;
}

.signup-new .row.login-fields .form-control::placeholder {
    color: #888 !important;
}

.signup-new button.nexttab.btn.btn-success.w-100.ml-0.nexttab3 {
    max-width: 140px;
    padding: 9px 20px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.signup-custom.signup-new p.create-link {
    margin: 15px 0 0;
}

.signup-new button.nexttab:hover {
    color: white;
    background: #245f9a !important;
    border: 1px solid #000;
}

.signup-new .reg-buttons {
    justify-content: center;
}

.signup-new .row.login-fields {
    padding-top: 7%;
}

.signup-new .container .col-lg-6:last-child {
    padding: 0px 30px !important;
}

.signup-new label.error {
    color: #ff0000 !important;
    font-weight: 400;
    font-size: 11px;
}

.signup-new .login-gb.sign-up-img img {
    width: 410px !important;
    border-radius: 30px;
}

.signup-new .row.login-fields label {
    font-size: 14px;
    font-weight: 500;
}

/*-----------------------------------------------------------*/
/*                    media css start*/
/* ----------------------------------------------------------*/



@media screen and (min-width: 1599px) {
    .banner.contact-bg {
        height: 88vh;
    }

    .login-gb.sign-up-img img {
        width: 75%;
    }

    label.custom-f {
        width: 82%;
    }

}

@media screen and (max-width: 1400px) {

    .cantidates-feedback .thumb-img iframe {
        top: -54px;
    }

}

@media screen and (max-width: 1200px) {

    .portfolio_section .leftImg {
        width: 300px;
        max-width: 100%;
    }
    .candiList .col-lg-3 {
        flex: 0 0 auto;
        width: 33%;
    }

    .portfolio_section .contSection {
        width: calc(100% - 300px);
    }

    .portfolio_section .bgImg img {
        width: auto;
        max-width: inherit;
        min-height: 330px;
    }

    .portfolio_section .relCont {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }

}

@media screen and (max-width: 991px) {

    .d-flex.align-items-center.gap10 span {
        font-size: 10px;
    }
    .cantidates-feedback .thumb-img iframe {
        top: -95px;
        min-height: 540px;
    }

    .signup-new .container .col-lg-6:last-child {
        padding: 0px 10px !important;
    }

    h1.banner-heading {
        font-size: 18px;
        line-height: inherit;
        text-align: center;
    }

    ul.tags {
        flex-wrap: wrap;
        justify-content: center;
    }

    input.banner-search-box {
        width: 100%;
    }

    button.fing-a-job {
        right: 8px;
    }

    .banner {
        height: 80vh;
    }

    ul.tags li {
        margin: 4px;
    }

    nav.navbar::after {
        display: none;
    }

    .banner::after {
        display: none;
    }

    .get-in-touch {
        padding: 0px 0px;
    }

    section.portfolio {
        flex-direction: column;
        flex-wrap: wrap;
    }

    header {
        width: 100%;
    }

    .user-portfoliocard.shadow {
        box-shadow: none !important;
        width: 100% !important;
        transform: scale(1);
        margin-top: 10px;
        margin-bottom: 10px;
        /*    flex: 1;*/
    }

    .header-tab-contants {
        margin-left: 0px;
    }

    header ul {
        margin-right: 0px;
        justify-content: space-around;
        display: flex;
    }

    .portfolio-thumb {
        margin-top: 10px;
    }

    .portfolio-thumb img {
        width: 180px !important;
        height: 180px;
    }

    header {
        width: inherit;
        margin-right: 10px;
    }



}

@media screen and (max-width: 767px) {

    .pl-20p {
        padding: 0 0;
    }
    .candiList .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    .placement-marquee {
        position: absolute;
    }

    section.job-section.my-4 {
        margin-top: 82px !important;
    }

    .main-heading {
        font-size: 24px;
    }

    ul.tags {
        margin-top: 0px;
        margin-bottom: 0px;
        gap: 5px;
    }

    ul.tags li a {
        white-space: nowrap;
    }

    ul.tags {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 0px;
        padding-bottom: 8px;
    }

    .banner-serach {
        margin-top: 10px;
    }

    h3.mt-5.mb-4 {
        margin-top: 20px !important;
    }
    .about-section .text-column {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .about-section .sec-title h2 {
        font-size: 40px;
    }

    img.new {
        width: 40px;
    }

    h6.header-username {
        display: none;
    }

    .profile {
        margin-right: 25px;
    }

    .peoples {
        flex-direction: column;
    }

    .peopl_details {
        flex-direction: column;
    }

    .my-msg .peopl_details button {
        margin-top: 20px;
    }

    .peopl_img {
        margin-bottom: 15px;
    }

    .action .profile img {
        width: 35px;
        height: 35px;
    }

    h6.header-username_x.msg {
        position: fixed;
        top: 17px;
        right: 80px;
    }

    label#skills_checked\[\]-error,
    label#tools_checked\[\]-error,
    label#hobbies_checked\[\]-error,
    label#career_obj_checked\[\]-error {
        top: -38px;
    }

    .form-group.options {
        margin-top: 22px;
    }

    .form-group.options label {
        width: 100% !important;
    }

    div#maskPrint {
        display: initial;
    }

    .wraper.w-80s.pt-4.mt-4.contArea.p-area {
        padding: 10px !important;
        /* margin: 10px; */
    }

    .row.userprofile-fields {
        padding: 0px 10px;
    }

    .navbar-collapse .d-flex a {
        width: 100%;
        display: flex;
    }

    .padding-2 {
        padding: 20px !important;
    }

    button.it-button {
        width: fit-content;

    }

    button.fing-a-job {
        right: 0px;
        width: 130px;
    }

    input.banner-search-box {
        width: 100%;
    }

    a.navbar-brand img {
        width: 110px;
    }

    .stud-details img {
        width: 140px !important;
        height: 140px;
        border-radius: 100%;
        border: 5px solid #ffffffb3 !important;
        object-fit: cover;
    }

    img.congratulations {
        width: 100px;
    }

    .navbar-collapse {
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .navbar-nav-scroll {
        max-height: inherit;
    }

    li.nav-item {
        margin-right: 0px;
    }

    ul.navbar-nav.me-auto.my-2.my-lg-0.navbar-nav-scroll {
        margin-right: 0px !important;
        padding-right: 0;
    }

    a.nav-link {
        color: #7a7373 !important;
    }

    li.nav-item {
        margin-right: 0px;
        border-bottom: 1px solid #ccc;
        margin: 0px 10px;
    }

    button.btn.btn-outline-success {
        background: #ffffff;
        border: 1px solid #6DDCFF;
        border-radius: 50px;
        color: #197ce1;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        height: 40px;
        font-size: 15px;
        font-weight: 500;
    }

    button.it-button {
        margin: 10px 0px;
    }

    input.banner-search-box {
        height: 46px;
    }

    input.banner-search-box::placeholder {
        font-size: 13px;
    }

    button.navbar-toggler {
        border: 0;
        padding: 0;
        filter: brightness(0) invert(1);
    }

    button.navbar-toggler span {
        color: #fff !important;
        filter: brightness(0) invert(1);
    }

    .testimonials {
        min-height: 370px;
    }

    .testimonials .item {
        width: 260px;
    }

    .placement-grid {
        height: 370px;
        width: 100% !important;
    }

    img.mob-logo {
        display: none;
    }

    img.web-logo {
        display: block;
    }

    button.navbar-toggler span {
        color: #fff !important;
        filter: inherit;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    ul.tags {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    ul.tags li {
        margin: 4px;
    }

    section.news.p-5 {
        padding: 10px !important;
    }

    button.news-arrow {
        display: none;
    }

    .newsec {
        padding: 5px !important;
        margin-top: 10px;
    }

    .news_events {
        flex-direction: column;
        border: 0;
        margin: 0px;
    }

    .requirement {
        width: 100%;
        border: 0;
    }

    .news {
        border: 1px solid var(--primary);
        padding: 5px;
        margin-top: 10px;
        background: #fff;
        color: #324863;
    }

    .tittle-job {
        flex-direction: column-reverse;
    }

    .job-footer {
        flex-direction: column-reverse;
    }

    .tittle-job h6 {
        width: 100%;
        -webkit-line-clamp: inherit;
    }

    .job-grid>p {
        -webkit-line-clamp: inherit;
    }

    .job-footer ul {
        margin-bottom: 12px;
    }

    .job-grid {
        box-shadow: none !important;
        background: linear-gradient(356deg, rgb(225 239 255) 35%, rgba(255, 255, 255, 1) 100%);
    }

    a.page-link.new {
        display: none;
    }

    .copyright {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .social-media-icons {
        justify-content: center;
        display: flex;
    }

    .footer-main {
        flex-direction: column;
    }

    .main-links {
        margin-bottom: 20px;
        width: 30%;
    }

    .main-links:last-child {
        margin-bottom: 0px;
    }

    .hot-links {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    section.footer-sec {
        padding: 20px 0px;
        padding-bottom: 0px;
    }

    .banner {
        display: inline-table;
    }

    .main-links {
        display: none;
    }

    section.footer-sec .col-lg-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    iframe {
        height: 160px !important;
    }

    .cantidates-feedback .thumb-img iframe {
        height: 600px !important;
    }

    .banner.sign-in .container .col-lg-6:last-child {
        padding: 10px;
    }

    .banner.sign-in .container .col-lg-6:first-child {
        display: none;
    }

    .banner.sign-in {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .placement-grids {
        background: #f0f6fd;
        border-radius: 10px;
    }

    .social-media-icons.placement-icons ul li a i {
        color: #0093d8;
    }

    .row.p-5.padding-2 h4 {
        margin-bottom: 10px;
    }

    button.btn-btn-primary.Send-msg.login-btn {
        width: 100%;
    }

    .row.my-4.grd-mob {
        /*background: linear-gradient(180deg, #167EE6 0%, #0A529A 100%);*/
        /* padding: 0; */
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .row.my-4.grd-mob ul.tags.freshers li a {
        color: #858585;
    }

    h2.h-pass {
        font-size: 25px;
    }

    a.btn.btn-info.open-resume {
        position: absolute;
        top: 0;
    }

    .row.align-items-center.opn-r {
        position: relative;
    }

    nav#myHeader .container-fluid {
        justify-content: space-between;
    }

    button.navbar-toggler {
        position: absolute;
        right: 0;
    }

    .banner .container .row.mt-3 .col-lg-6:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner .container .row.mt-3 .col-lg-6:first-child a {
        width: fit-content;
    }

    section.footer-sec .col-lg-6:first-child {
        display: flex;
        justify-content: center;
    }

    button.btn.btn-outline-success {
        position: absolute;
        bottom: 10px;
    }

    .flipster {
        margin-top: 20px;
    }

    section.portfolio {
        flex-direction: column;
        padding: 5px;
        margin-top: 1%;
    }

    header ul {
        margin-right: 0px;
        justify-content: space-around;
        display: flex;
    }

    header {
        width: 100%;
    }

    .user-portfoliocard.shadow {
        box-shadow: none !important;
        width: 100% !important;
        transform: scale(1);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tab-scroll {
        height: 100%;
        padding-left: 25px;
    }

    .d-flex.services {
        flex-direction: column;
    }

    .service-itn {
        width: 100%;
    }

    .cliente-itn {
        width: calc(100%/ 2);
    }

    .header-tab-contants {
        margin-left: 0px;
    }

    .banner.sign-in.h-100.signup-custom .container .col-lg-6:last-child {
        padding: 0px 0px;
    }

    .banner.sign-in.h-100.signup-custom {
        height: 100% !important;
        align-items: baseline;
        display: inline-table;
        padding: 20px;
    }

    label.custom-f {
        width: 71%;
    }

    .banner-serach {
        background: none;
        width: 100%;
    }

    .row.mob-gf {
        flex-direction: column;
    }

    .main-keys.d-flex {
        flex-direction: column;
    }

    button.job-apply.easy {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .new_jobs .job-footer {
        flex-direction: column;
    }

    .job-details-inner {
        padding: 10px;
        margin-top: 10px;
    }

    .d-flex.justify-content-between.align-items-center.head-detailss {
        flex-direction: column;
    }

    .d-flex.justify-content-between.align-items-center.head-detailss h5 {
        margin-bottom: 20px;
    }

    .d-flex.justify-content-between.align-items-center.head-detailss .job-apply {
        width: 100%;
    }
    .port_titleStrip {
        padding: 15px 5px;
        flex-direction: column;
    }

    .portfolioWraper .adjSpace {
        float: none;
        margin: 0 auto;
        margin-top: -100px;
    }

    .port_nameArea {
        width: 100%;
        text-align: center;
    }

    .port_nameArea .cand_name {
        font-weight: 600;
        letter-spacing: 0px;
    }

    .port_buttonSpace {
        text-align: center;
        width: 100%;
        margin: 15px 0 0;
    }

    .pt-5.contArea {
        padding-top: 0 !important;
    }

    .portfolioWraper .subcont {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding: 20px 15px 0;
        margin: 10px 0;
        border-left: 0;
    }

    .portfolioWraper .mainCont {
        padding: 0 15px;
    }

    .portfolioWraper hr {
        margin: 0.5rem 0;
    }

    .portfolioWraper .portAdd .mainCont {
        padding: 0 0px;
    }

    .portfolioWraper .portAdd .wraper.my-5.pt-3.contArea {
        padding-top: 0 !important;
        margin-top: 20px !important;
    }

    .adRemv_div .inptArea {
        width: calc(100% + 25px);
        float: left;
    }
    .adRemv_div .btnArea {
        width: 100%;
        float: left;
        margin: 10px 0 0;
        padding: 0;
    }
    .adRemv_div #create_button {
        right: 15px;
        bottom: 11px;
    }

    .w-80s {
        width: 100%;
    }
    ul.list_style.co-list li,
    ul.list_style li {
        width: 100%;
    }
    .portfolio_section .leftImg {
        width: 100%;
        max-width: 100%;
    }

    .portfolio_section .contSection {
        width: 100%;
        background: #0000005c;
        margin: 0;
        padding: 40% 0 30px;
        text-align: center;
        position: absolute;
        color: #FFF;
        bottom: 0;
    }

    .portfolio_section .contSection h4 {
        color: #FFF;
        font-size: 34px;
        margin: 0 0 25px;
        padding: 0 30px;
    }

    .portfolio_section .contSection .btnCreate {
        background: #FFF;
        color: #0a58ca;
        border: 2px solid #FFF;
    }

    .portfolio_section .contArea {
        flex-direction: column-reverse;
    }

    .portfolio_section .bgImg {
        height: 440px;
    }

    .portfolio_section .bgImg img {
        min-height: 460px;
    }




}
@media screen and (max-width: 580px) {

    .candiList .col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }
    .cantidates-feedback .video-thumb {
        aspect-ratio: 16 / 24;
    }
    .thumb-img .frameOuter .video-thumb img {
         min-height: 602px;
    }

}
@media screen and (max-width: 480px) {

    .port_nameArea .cand_designation {
        font-size: 14px;
    }

    .portfolioWraper .mainTitle span {
        font-size: 18px;
    }

    .mainCont .texts {
        font-size: 14px;
        line-height: 17px;
    }

    .detSummary h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0 5px;
    }

    .divSect .img_icon {
        width: 80px;
        height: 55px;
    }

    .divSect .img_icon img {
        min-height: 55px;
    }

    .mainCont .detSummary .divSect .texts {
        width: calc(100% - 95px);
    }

    .port_buttonSpace .gradBtn {
        margin: 0 5px;
    }

    .cantidates-feedback {
        max-width: 335px;
        margin: 0 auto;
        margin-bottom: 29px;
    }


}

@media screen and (max-width: 380px) {

    .mainCont .detSummary .divSect .texts {
        width: calc(100% - 60px);
        margin-left: 10px;
    }

    .divSect .img_icon {
        width: 50px;
        height: 50px;
    }

    .divSect .img_icon img {
        min-height: 50px;
    }

    .profile_cover,
    .profile_cover .img-profile {
        width: 145px;
        height: 145px;
    }

    .portfolioWraper .adjSpace {
        justify-content: center;
        display: flex;
    }

    .port_nameArea .cand_name {
        font-size: 20px;
    }

    .detSummary .texts .title_name {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 5px;
    }

    .detSummary .texts .locations,
    .detSummary .texts .int_year,
    .detSummary .texts small {
        font-size: 13px;
        line-height: 16px;
    }

    .detSummary p {
        line-height: 20px;
        font-size: 14px;
    }

    .portfolioWraper .mainTitle {
        margin-bottom: 15px !important;
    }

    .portfolioWraper .mainTitle span {
        font-size: 14px;
    }

    .detSummary h4 {
        font-size: 16px;
        margin: 10px 0;
    }

}

.portbtn-arw {
    background: #1069c2;
    border: 1px solid #1069c2;
    border-radius: 6px;
    padding: 8px 20px;
    color: #FFF;
    font-size: 14px;
}

.portbtn-arw i {
    margin-right: 5px;
}

.portbtn-arw:hover {
    background: #074585;
    border-color: #074585;
    color: #FFF;
}

.wraper.detSummary p {
    font-size: 16px !important;
    text-align: justify !important;
}

.top-status-bar {
    width: 100%;
    background: #197ae012;
    border: 1px solid #1f78da;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    margin: 20px 0 0;
}

.top-status-bar label {
    font-weight: 600;
    margin: 0;
}

.status-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.applied-btn {
    background: linear-gradient(1deg, #167EE6 0%, #0A529A 100%) !important;
    color: #fff !important
}

.btn-apply-details {
    background: linear-gradient(1deg, #167EE6 0%, #0A529A 100%) !important;
    color: #fff !important
}