body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serifl;
   font-size: 13px;
}

.main{
    width: 100%;
    min-height: 100vh;
}
select,
textarea,
input {
    font-size: 15px;
}
.form-control {
    font-size: 15px;
    
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.tar {
    text-align: right;
}
.w-100-p {
    width: 100% !important;
}
.w-100 {
    width: 100px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}
.w-300 {
    width: 300px !important;
}
.w-400 {
    width: 400px !important;
}
.h-100 {
    height: 100px !important;
}
.h-150 {
    height: 150px !important;
}
.h-200 {
    height: 200px !important;
}
.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.badge.bg-success {
    background: #11af33 !important;
}
.badge.bg-danger {
    background: #ff3c23 !important;
}

.bg-website {
    background: #20419C !important;
    border: 0;
}
.ml-auto {
    margin-left: auto !important;
}
a {
    transition: 0.35s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #20419C;
}
.primary-color {
    /*color: #20419C;*/
  color:  #001858;
}
.primary-color:hover {
    color: #333;
}
select {
    width: 100% !important;
}

/* Top */
.top {
    min-height: 40px;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #004AAD;
}
.top ul {
    margin-bottom: 0;
    padding-left: 0;
}
.top ul li {
    list-style-type: none;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 15px;
}
.top ul li a {
    color: #ffffff;
}
.top ul li.phone-text:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    position: absolute;
    left: 0;
    top: 0;
}
.top ul li.email-text:before {
    content: "|";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}
.top ul.right {
    float: right;
}
.top ul.right li {
    margin-right: 0;
    padding-left: 15px;
    margin-left: 10px;
}
.top ul.right li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
}
.top ul.right li.emp {
    
    position: absolute;
    top: 0;
    left: 0;
}
.top ul.right li:first-child:before {
    display: none;
}
@media (max-width: 991px) {
    .top {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .top ul li {
        line-height: 28px;
    }
    .top ul.right {
        padding-top: 12px;
    }
    .top .left-side,
    .top .left-side ul {
        width: 100%;
    }
    .top .left-side ul {
        text-align: center;
    }
    .top .left-side ul li {
        float: none;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .top .right-side,
    .top .right-side ul {
        width: 100%;
    }
    .top .right-side ul {
        text-align: center;
    }
    .top .right-side ul li {
        float: none;
        display: inline-block;
    }
    .top ul.right {
        padding-top: 0;
    }
    .slider .text p {
        margin-left: 110px !important;
        margin-right: 110px !important;
    }
}
@media (max-width: 767px) {
    .top ul {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .top ul li {
        float: none;
        display: inline-block;
    }
    .top ul.right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 0;
    }
    .top ul.right li {
        float: none;
        display: inline-block;
    }
    .top ul.right li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 585px) {
    .slider {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .slider .text {
        padding-top: 40px !important;
    }
    .slider .text h2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
        font-size: 28px !important;
    }
    .slider .text p {
        font-size: 16px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* Heading Area */
.fb-600{
    font-weight: 600;;
}
.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0px 2px 5px 0px gray;
}
.main-nav .navbar {
    /* padding-left: 0;
    padding-right: 0; */
    padding: 0;
}

/* //by lalit */
/* .main-nav nav .navbar-nav .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
} */
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 84px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    width: 250px !important;
    z-index: 999999 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu.dropi {
    top: 63px !important;
    left: -18px;

}
.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 500;
    text-transform: none !important;
    font-size: 15px !important;
    transition: all 0.5s;
    position: relative;
}
.main-nav nav .navbar-nav .nav-item a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #20419C;
    transition: width 0.5s;
}
.main-nav nav .navbar-nav .nav-item.drow a:after {
    /* Remove the after effect for dropdowns */
    content: none;
    display: none;
}

.main-nav nav .navbar-nav .nav-item:not(.drow):before{
    content: "|";
    position: absolute;
    top: 16px;
    left: 0;
    font-weight: 600;
}




.main-nav nav .navbar-nav .nav-item.active a:after {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item.active a {
    color: #20419C;
}
.main-nav nav .navbar-nav .nav-item a:hover:after {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}
.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu
    li
    a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #20419C;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ffffff !important;
}
.main-nav img {
    height: 31px;
    
}
.main-nav .logo-img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.mobile-nav img {
    height: 40px;
}
.mean-container .mean-bar {
    background-color: #fff;
    height: 60px;
    z-index: 999999 !important;
}
.mean-container .logo {
    top: 5px;
}
.mean-container img {
    height: 50px;
}
.mean-container a.meanmenu-reveal span {
    background: #20419C;
}
.mean-container a.meanmenu-reveal {
    color: #20419C;
}

/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    background: #20419C;
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* Advertisement */
.ad-section-1 img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Home Slider */
.slider {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /*padding-top: 140px;*/
    padding-bottom: 40px;
}
.slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.6; */
    /* background: #000; */
}
.slider .text {
    position: relative;
    z-index: 99;
    text-align: center;
}
.slider .text h2 {
   font-size: 34px;
    color: #fff;
    margin: 0;
    margin-bottom: 47px;
}
.slider .text p {
   font-size: 17px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0px 0px 52px;
}

/* Search Section */
/* .search-sectionn {
    background-color: #4545d7a1;
    padding: 7px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 916px;
    width: 100%;
} */
#keySkillsSelect.has-placeholder option[disabled]{
    display:block;
    color: #aaa;
}
.search-section .inner {
    padding: 0; 
    width: 100%;
    position: relative;
    z-index: 99999;
    /* border-radius: 6px; */
}

.search-section .form-control,
.search-section .form-select {
    font-size: 15px;
    font-weight: 600;
    background-color: white;
    border-radius: 33px;
    /* text-align: center; */
    width: 100%; /* Ensure input takes full width */
}

.search-section .form-group {
    margin: 0;
}

/* .search-section button[type="submit"] {
    width: 37px;
    height: 37px;
    font-size: 14px;
    background: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    color: #20419c;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-left: 10px;
} */

.search-section button[type="submit"]:hover {
    background: #20419c;
    color: #ffffff;
}

/* @media (max-width: 767px) {
    .search-sectionn .form-control,
    .search-sectionn .form-select {
        margin-bottom: 10px;
        width: 100%; 
    }
    .search-sectionn {
        max-width: 100%; 
    }
} */




/* Home Page - Why Choose */
.why-choose {
    padding-top: 70px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.why-choose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000;
    z-index: 1;
}
.why-choose .heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.why-choose .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.why-choose .heading p {
    color: #fff;
}
.why-choose .inner {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.why-choose .inner .icon {
    text-align: center;
    margin-bottom: 20px;
}
.why-choose .inner .icon i {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 24px;
}
.why-choose .inner .text {
    text-align: center;
}
.why-choose .inner .text h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.why-choose .inner .text p {
    font-size: 14px;
    color: #fff;
}

/* Job Category */
.job-category {
    padding-top: 50px;
    padding-bottom: 50px;
}
.job-category .heading {
    text-align: center;
    margin-bottom: 30px;
}
.job-category .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.job-category .heading p {
    color: #696969;
}
.job-category .item {
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    padding: 15px 10px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
.job-category .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.job-category .item .icon {
    text-align: center;
    margin-bottom: 10px;
}
.job-category .item .icon i {
    font-size: 30px;
    color: #20419C;
}
.job-category .item h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.job-category .item p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 0;
}
.job-category .item:hover {
    background: #20419C;
    border-color: #20419C;
}
.job-category .item:hover .icon i {
    color: #fff;
}
.job-category .item:hover h3 {
    color: #fff;
}
.job-category .item:hover p {
    color: #fff;
}
.job-category .all {
    text-align: center;
}
.job-category .all a {
    background: #20419C;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
}

/* Home Page - Featured Job */
.job {
    padding-top: 50px;
    padding-bottom: 50px;
}
.job .heading {
    text-align: center;
    margin-bottom: 30px;
}
.job .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.job .heading p {
    color: #696969;
}
.job .item {
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    padding: 15px 10px;
    border-radius: 4px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}

.job .item .logo {
    margin-right: 10px;
    /* width: 50%; */
}
.job .item .logoo {
    margin-right: 10px;
    width: 50%;
}
.job .item .logoo img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    padding: 3px;
    border-radius: 45px;
}
.job .item .logo img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    padding: 3px;
    border-radius: 45px;
}

.job .item .text {
    width: 100%;
    text-align: left;
    position: relative;
}
.job .item .text .open-position {
    position: absolute;
    right: 0;
    top: 0;
}
.job .item .text .open-position span {
    background: #bbcdff !important;
    color: #3661ef !important;
    font-size: 14px;
    font-weight: 600;
}
.job .item .text .bookmark {
    position: absolute;
    right: 0;
    top: 0;
}
.job .item .text .bookmark i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    font-size: 20px;
    transition: all 0.5s;
}
.job .item .text .bookmark i:hover {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.job .item .text .bookmark-active {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.job .item .text .bookmark i.active {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.job .item .text h3 {
    font-size: 15px;
    font-weight: 600;
    padding-right: 40px;
}
.job .item .text h3 a {
    color: #333;
}
.job .item .text h3 a:hover {
    color: #20419C;
}
.job .item .text .detail-1 {
    font-size: 13px;
    color: #696969;
    margin-bottom: 10px;
}
.job .item .text .detail-1 .category {
    margin-right: 20px;
    padding-left: 26px;
    position: relative;
}
.job .item .text .detail-1 .category:before {
    content: "\f0f2";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .location {
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}
.job .item .text .detail-1 .location:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .email {
    margin-right: 20px;
    padding-left: 26px;
    position: relative;
}
.job .item .text .detail-1 .email:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .phone {
    padding-left: 20px;
    position: relative;
}
.job .item .text .detail-1 .phone:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .date {
    margin-right: 20px;
    padding-left: 24px;
    position: relative;
}
.job .item .text .detail-1 .date:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .budget {
    margin-right: 20px;
    padding-left: 24px;
    position: relative;
}
.job .item .text .detail-1 .skills {
    margin-right: 20px;
    padding-left: 28px;
    position: relative;
}
.job .item .text .detail-1 .skills:before {
    content: "\f51c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-1 .budget:before {
    content: "\f51e";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}


.job .item .text .detail-2 {
    font-size: 13px;
    color: #696969;
    margin-bottom: 10px;
}


.job .item .text .detail-2 .date {
    margin-right: 20px;
    padding-left: 24px;
    position: relative;
}
.job .item .text .detail-2 .date:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
.job .item .text .detail-2 .budget {
    margin-right: 20px;
    padding-left: 24px;
    position: relative;
}
.job .item .text .detail-2 .budget:before {
    content: "\f51e";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}

.job .item .text .detail-2 .skills {
    margin-right: 20px;
    padding-left: 28px;
    position: relative;
}
.job .item .text .detail-2 .skills:before {
    content: "\f51c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}
.job .item .text .detail-2 .expired {
    padding-left: 22px;
    position: relative;
    color: #e45050;
}
.job .item .text .detail-2 .expired:before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: -4px;
    font-weight: 700;
    font-size: 18px;
    color: #e45050;
}

.job .item .text .special {
    margin-top: 10px;
}
.job .item .text .special .featured {
    background: #c8fcc1;
    color: #15b23f;
}
.job .item .text .special .type {
    background: #bbcdff;
    color: #3661ef;
}
.job .item .text .special .urgent {
    background: #fcb9b9;
    color: #ec4d4d;
}
.job .item .text .special .featured,
.job .item .text .special .type,
.job .item .text .special .urgent {
    border-radius: 12px;
    margin-right: 5px;
    font-size: 12px;
    padding: 3px 15px;
    font-weight: 600;
}
.job .item .text .special .type {
    display: inline-block;
}
.job .item .text .special .social {
    display: inline-block;
}
.job .item .text .special .social ul {
    width: 100%;
    text-align: left;
    padding-left: 0;
}
.job .item .text .special .social ul li {
    display: inline-block;
}
.job .item .text .special .social ul li a {
    display: inline-block;
}
.job .item .text .special .social ul li a i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background: #c3f0c2;
    color: #1f753d;
}
.job .all {
    text-align: center;
}
.job .all a {
    background: #20419C;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
}
@media (max-width: 991px) {
    .job .item .text h3 {
        padding-right: 50px;
    }
}
@media (max-width: 767px) {
    .job .item .text .open-position {
        position: relative;
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .job .item .text .detail-1,
    .job .item .text .detail-2 {
        display: block !important;
    }
    .job .item .text .detail-1 .category,
    .job .item .text .detail-1 .location,
    .job .item .text .detail-2 .date,
    .job .item .text .detail-2 .budget,
    .job .item .text .detail-2 .skills,
    .job .item .text .detail-2 .expired {
        width: 100%;
    }
    .job .item .text .detail-1 .category,
    .job .item .text .detail-2 .date,
    .job .item .text .detail-2 .budget,
    .job .item .text .detail-2 .skills {
        margin-bottom: 5px;
    }
}

/* Home Page - Blog */
.blog {
    padding-top: 70px;
    padding-bottom: 50px;
}
.blog .heading {
    text-align: center;
    margin-bottom: 30px;
}
.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.blog .heading p {
    color: #696969;
}
.blog .item {
    margin-bottom: 40px;
}
.blog .item .photo {
    margin-bottom: 10px;
}
.blog .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog .item .text h2 {
    font-size: 18px;
}
.blog .item .text h2 a {
    color: #333;
}
.blog .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.blog .item .text .button a {
    background: #20419C;
    border: 0;
}
@media (max-width: 1199px) {
    .blog .item .photo img {
        height: 180px;
    }
}
@media (max-width: 991px) {
    .blog .item .photo img {
        height: 210px;
    }
}
@media (max-width: 767px) {
    .blog .item .photo img {
        height: auto;
    }
}
/* Home page custom design */
.bannerr {
    background: linear-gradient(to bottom, #fffcfc, #EFDCFF);
    padding: 50px;
    border-radius: 0 0 30px 30px;
    padding: 50px;
    margin: 2rem 0 5rem 0;
}
.bannerr img {
    width: 64%;
    height: auto;
    /* margin-left: 9rem; */
}
.custom-sec{
    padding-top: 9rem;
    margin-left: -155px;
}
.bannerr h2 {
    font-size: 33px;
    font-weight: 700;
    color: #746c6c
}
.bannerr h2 span{
    color: blue;
}
.bannerr p {
    font-size: 18px;
    margin-bottom: 20px;
}
.bannerr .btn {
    padding: 11px 50px;
    font-size: 15px;
    border-radius: 0;
    margin-top: 12px;
    background-color: #0707b3;
}

@media (max-width: 767px) {
    
    .bannerr img {
        width: 100%;
        height: auto;
        /* margin-left: 9rem; */
    }
    .custom-sec{
        padding-top: 0;
        margin-left:0;
    }
}
/* 2nd home page custom design */
.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 181px 86px 160px;
}

.text-content h3 {
    font-weight: bold;
    text-align: right;
}

.text-content p {
    font-size: 1rem;
    text-align: right;
}

.text-content strong {
    font-weight: bold;
}

.icon-image img {
    max-width: 87%;
    height: auto;
}
@media (max-width: 767px) {
    
    .content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
       
    }
    .icon-image img{
     max-width: 73%;
    height: auto;
    margin: auto;
    margin-left: 4rem;
    }
    .text-content h3 {
        font-weight: bold;
        text-align: center;
    }
    
    .text-content p {
        font-size: 1.1rem;
        text-align: center;
    }
}

/* Footer */
.footer {
    background: #4E68A6;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    /* display: none; */
    border-bottom: 11px solid #004AAD;
}
.footer h2.heading {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 0.4px solid #e0e0e0;
}
.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 13px;
    
}
.footer input[type="submit"] {
    width: 100%;
    background: #1e318d;
    border: 0;
    margin-top: 10px;
}
.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer .list-item .left {
    width: 30px;
    height: auto;
    float: left;
    padding-top: 2px;
}
.footer .list-item .left i {
    font-size: 20px;
}
.footer .list-item .right {
    width: calc(100% - 40px);
    height: auto;
    float: left;
}
.footer ul.social {
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
}
.footer ul.social li {
    list-style-type: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.footer ul.social li a {
    color: #fff;
    background: #1e318d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.footer ul.social li a:hover {
    color: #20419C;
    background: #fff;
}

.footer ul.useful-links {
    padding: 0;
}
.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 12px;
    font-size: 13px;
    font-weight: 400;
}
.footer ul.useful-links li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}
.footer ul.useful-links li a {
    color: #fff;
}
@media (max-width: 991px) {
    .footer .item {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 767px) {
    .footer-bottom .copyright {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    .footer-bottom .right ul {
        text-align: center !important;
    }
}

/* Page Top */
.page-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.page-top h2 {
    position: relative;
    z-index: 99;
    color: #fff;
    opacity: 1;
    text-align: center;
}
.page-top .button {
    position: relative;
    z-index: 99;
    text-align: center;
}
.page-top .button a {
    background: #20419C;
    border: 0;
}
.page-top .button a:hover {
    background: #20419C;
    opacity: 0.8;
}
.page-top .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    color: #fff;
    opacity: 0.8;
    z-index: 99;
}
.page-top .breadcrumb-container {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.page-top .breadcrumb {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .page-top {
        margin-top: 60px;
    }
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .page-top-company-single .item .text .detail-1 .category,
    .page-top-company-single .item .text .detail-1 .location,
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        margin-bottom: 10px;
    }
}

/* Page Content */
/* by lalit */
.page-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-content .featured-photo {
    margin-bottom: 15px;
}
.page-content .featured-photo img {
    width: 100%;
    height: auto;
}
.page-content .sub {
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-content .sub .item {
    float: left;
    margin-right: 15px;
    color: #969696;
}
.page-content .sub .item a {
    color: #969696;
    text-decoration: underline;
}
.page-content .main-text {
    margin-bottom: 25px;
}
.page-content .share-content {
    margin-bottom: 20px;
}
.page-content .share-content h2 {
    font-size: 24px;
}

/* Contact Page */
.contact-form textarea {
    height: 200px;
}
.map iframe {
    width: 100%;
    height: 450px;
}
@media (max-width: 1199px) {
    .map iframe {
        height: 400px;
    }
}

/* FAQ Page */
.faq .accordion {
    width: 70%;
}
.faq .accordion-button {
    color: #20419C;
    font-weight: 700;
    background: #ebebeb;
}
.faq .accordion-button.collapsed {
    background: none;
}
.faq .accordion-button:focus {
    box-shadow: none !important;
}
.faq .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #20419C;
}
.faq .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}
.faq .accordion-item .accordion-button {
    border-radius: 0 !important;
}
.faq .accordion-body {
    font-weight: 400;
}
.faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
    .faq .accordion {
        width: 100% !important;
    }
}

/* Testimonial */
.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial .bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
}
.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}
.testimonial .item {
    text-align: center;
    color: #fff;
    padding: 30px;
}
.testimonial .description {
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
}
.testimonial .description p {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.testimonial .description p:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background: #fff;
}
.testimonial .photo {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.testimonial .photo img {
    width: 100%;
    height: auto;
}
.testimonial .text {
    margin-top: 15px;
}
.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.testimonial .text p {
    font-size: 15px;
    margin: 0;
}
.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #20419C;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #313131;
    border: 7px solid #fff;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    /* background: #fff; */
    color: #20419C;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.testimonial-carousel .owl-nav .owl-prev {
    left: -13px;
}
.testimonial-carousel .owl-nav .owl-next {
    right: -13px;
}
.owl-nav {
    display: block !important;
}
.owl-dots {
    display: block !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #20419C;
    /* background: #fff; */
}
@media (max-width: 991px) {
    .testimonial .description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.job-filter {
    padding-top: 50px;
    padding-bottom: 50px;
}
.job-filter .widget {
    margin-bottom: 20px;
}
.job-filter .widget input[type="text"] {
    font-size: 15px;
}
.job-filter .advertisement {
    margin-top: 50px;
}
.job-filter .advertisement img {
    width: 100%;
    height: auto;
}
.job-filter h2 {
    font-size: 15px;
    font-weight: 600;
}
.job-filter .filter-button a {
    width: 100%;
    background: #20419C;
    border: 0;
    color: #fff;
}
.clearfix {
    width: 100%;
    clear: both;
}
.nice-select {
    width: 100%;
    height: auto;
    line-height: 24px !important;
    border-color: #ced4da;
    font-size: 15px;
}
.nice-select.open .list {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ced4da !important;
}
.job .search-result-header {
    background: #20419C;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .job-filter {
        padding-bottom: 0 !important;
    }
}

.page-top-job-single {
    padding-top: 0;
    padding-bottom: 0;
}
.page-top-job-single .job-single {
    z-index: 99;
    padding-top: 30px;
    padding-bottom: 20px;
}
.page-top-job-single .job-single .item {
    border: 0;
}
.page-top-job-single .job-single .item .text h3,
.page-top-job-single .job-single .item .text h3 a {
    color: #fff;
    font-size: 28px;
}
.page-top-job-single .job-single .item .text .detail-1,
.page-top-job-single .job-single .item .text .detail-1 .category:before,
.page-top-job-single .job-single .item .text .detail-1 .location:before,
.page-top-job-single .job-single .item .text .detail-1 .email:before,
.page-top-job-single .job-single .item .text .detail-1 .phone:before,
.page-top-job-single .job-single .item .text .detail-2 .date,
.page-top-job-single .job-single .item .text .detail-2 .date:before,
.page-top-job-single .job-single .item .text .detail-2 .budget,
.page-top-job-single .job-single .item .text .detail-2 .budget:before 

{
    color: #e3e3e3;
}

.page-top-job-single .job-single .item .text .apply {
    position: absolute;
    right: 0;
    top: 35px;
}
.page-top-job-single .job-single .item .text .apply a {
    background: #20419C;
    border: 0;
    padding: 12px 30px;
    font-weight: 600;
}
.page-top-job-single .job-single .item .text .apply a.save-job {
    background: #bbcdff;
    color: #3661ef;
}
@media (max-width: 991px) {
    .page-top-job-single .job-single .item {
        display: block !important;
    }
    .page-top-job-single .job-single .item .logo {
        margin-right: 0;
    }
    .page-top-job-single .job-single .item .text .apply {
        position: relative;
    }
    .page-top-job-single .job-single .item .text {
        text-align: center;
    }
    .page-top-job-single .job-single .item .text h3 {
        padding-right: 0;
    }
    .page-top-job-single .job-single .item .text .detail-1,
    .page-top-job-single .job-single .item .text .detail-2,
    .page-top-job-single .job-single .item .text .special {
        display: block !important;
        text-align: center;
    }
    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .skills,

    .page-top-job-single .job-single .item .text .detail-2 .expired,
    .page-top-job-single .job-single .item .text .special .featured,
    .page-top-job-single .job-single .item .text .special .type,
    .page-top-job-single .job-single .item .text .special .urgent {
        display: inline-block !important;
    }

    .page-top-job-single .job-single .item .text .apply {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {
    .page-top-job-single .job-single .item .text .detail-1 .category,
    .page-top-job-single .job-single .item .text .detail-1 .location,
    .page-top-job-single .job-single .item .text .detail-2 .date,
    .page-top-job-single .job-single .item .text .detail-2 .budget,
    .page-top-job-single .job-single .item .text .detail-2 .skills,

    .page-top-job-single .job-single .item .text .detail-2 .expired {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-top-job-single .job-single .item .text .detail-1 .category:before,
    .page-top-job-single .job-single .item .text .detail-1 .location:before,
    .page-top-job-single .job-single .item .text .detail-2 .date:before,
    .page-top-job-single .job-single .item .text .detail-2 .budget:before,
    .page-top-job-single .job-single .item .text .detail-2 .skills:before,
    .page-top-job-single .job-single .item .text .detail-2 .expired:before {
        position: relative;
        top: 2px;
        left: -7px;
    }
}

.job-result .left-item {
    margin-bottom: 30px;
}
.job-result .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.job-result .left-item .related-job {
    padding-top: 20px;
}
.job-result .left-item .apply {
    margin-bottom: 50px;
}
.job-result .left-item .apply a {
    background: #20419C;
    border: 0;
}
.job-result .right-item {
    margin-bottom: 30px;
    position: sticky;
    top: 0;
}
.job-result .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.job-result .right-item .location-map iframe {
    width: 100%;
    height: 200px;
}
.job-result .right-item .enquery-form button {
    background: #20419C;
    border: 0;
}
.job-result .right-item .summary table tr tr,
.job-result .right-item .summary table tr td {
    border: 1px solid #c7c7c7;
}
@media (max-width: 991px) {
    .job-result .right-item .location-map iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .job-result .right-item .location-map iframe {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .job-result .right-item .location-map iframe {
        height: 350px;
    }
}

.job-apply {
    padding-top: 102px;
    padding-bottom: 100px;
}
.job-apply .apply-form {
    width: 600px;
}
.job-apply .apply-form textarea {
    height: 300px;
}

.photo-all .item {
    position: relative;
    margin-bottom: 25px;
}

.photo-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.video-all .item {
    position: relative;
    margin-bottom: 25px;
}

.video-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.photo-all .item .icon,
.video-all .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.photo-all .item .icon {
    font-size: 20px;
}

.video-all .item .icon {
    font-size: 40px;
}

.photo-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

.video-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .photo-all img,
    .video-all img {
        height: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .photo-all img,
    .video-all img {
        height: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 575px) {
    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 475px) {
    .photo-all img,
    .video-all img {
        height: 280px;
    }
}

@media only screen and (max-width: 400px) {
    .photo-all img,
    .video-all img {
        height: 220px;
    }
}


.nav-itemm .dropdown-menu{
   display: flex;
}


/* .login-form .nav-item {
    margin-right: 10px;
} */
/* //by lalit  */
.login-form .nav-item {
    margin-right: 61px;
}
.login-form .nav-link {
    background: #bbcdff;
    color: #3661ef;
    font-weight: 600;
}

/* Pricing */
.pricing .card-title {
    font-size: 34px;
    font-weight: 700;
    color: #20419C;
    text-align: center;
}
.pricing .card-price {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.pricing .card-day {
    font-size: 16px;
    color: #555555;
    text-align: center;
}
.pricing ul li {
    margin-bottom: 10px;
}
.pricing .buy {
    width: 100%;
}
.pricing .buy a {
    display: block;
    background: #20419C;
    border: 0;
}

/* Footer Bottom */
.footer-bottom {
    background: #1F4399;
    color: #fff;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.footer-bottom .copyright {
    background: #1F4399;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.footer-bottom .right ul {
    width: 100%;
    text-align: right;
}
.footer-bottom .right ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-bottom .right ul li a {
    color: #fff;
    font-size: 14px;
}

/* User Panel */
.user-panel {
    padding-bottom: 50px;
    
}
.user-panel h3 {
    font-size: 18px;
    font-weight: 600;
}
.user-panel h4 {
    font-size: 16px;
    font-weight: 600;
}
.user-panel .card {
    width: 100% !important;
    padding: 0;
    border-radius: 0;
}
.user-panel .list-group-item {
    padding: 0;
    width: 100%;
}

.user-panel .list-group-item a {
    display: block;
    color: #20419C;
    font-weight: 600;
    transition: 0.4s;
    padding: 8px 15px;
}
.user-panel .list-group-item a:hover {
    background: #20419C;
    color: #fff;
}
.user-panel .list-group .active {
    border-color: #20419C !important;
}
.user-panel .list-group .active a {
    background: #20419C !important;
    color: #fff !important;
}
.user-panel .box1,
.user-panel .box2,
.user-panel .box3 {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.user-panel .box1 h4,
.user-panel .box2 h4,
.user-panel .box3 h4 {
    font-weight: 700;
    font-size: 28px;
}
.user-panel .box1 {
    background: #c0d5ff;
}
.user-panel .box2 {
    background: #ffc3c8;
}
.user-panel .box3 {
    background: #dcffe2;
}
.user-panel input[type="submit"] {
    background: #20419C;
    border: 0;
}
.user-panel .logo {
    height: 80px;
}
.user-panel .user-photo {
    width: 150px;
}
.user-panel label {
    font-weight: 600;
}
@media (max-width: 991px) {
    .user-panel .card {
        margin-bottom: 30px;
    }
}

.select2-container {
    z-index: 99999 !important;
    width: 100% !important;
}
.select2-container--bootstrap .select2-selection--single {
    /* height: 36px !important; */
    height: 40px !important;
    border-radius: 22px;
    line-height: 36px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}
.select2-container--bootstrap .select2-selection--multiple  {
    min-height: 40px;
    padding: 0;
    height: auto;
    border-radius: 22px
}
/* change bottstrap property  */

/* .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
   display: none;
} */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #999999;;
    /* padding-left: 62px; */
}


h4.resume {
    color: #20419C;
    font-size: 22px;
    font-weight: 700;
}

/* Pagination */
ul.pagination .active>.page-link, ul.pagination .page-link.active {
    background-color: #20419C;
    border-color: #20419C;
}

ul.pagination .page-link {
    color: #20419C;
}
ul.pagination .active>.page-link {
    color: #fff;
}

.datepicker-dropdown {
    z-index: 99999 !important;
}

.drop {
    box-shadow: 2px 2px 5px rgba(138, 175, 212, 0.5);
    padding: 40px 50px !important;
}

/* .test  {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
} */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 12px;
    font-size: 14px;
    
    display: flex;
    justify-content: center;
}

.info-table th, .info-table td {
    text-align: left;
    padding: 0px 12px;
    border: 0;
}

.table-name {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.9;
    
}

.table-name th, .table-name td {
    text-align: left;
    padding: 0px 12px;
    border: 0;
    width: 0;
}


.actions {

    margin-top: 10px;

}
.actions button{
    color: blue;
}
/* slider range by lalit singh */
.slide-container {
    width: 100%;
    position: relative;
}

.range-container {
    position: relative;
    width: 100%;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    position: absolute;
    top: 30px;
}

/* .range1 {
    z-index: 2;
}

.range2 {
    z-index: 1;
} */

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: #e2e2e2;
    border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #2f2f2f;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.value-label {
    position: absolute;
    top: 8px;
    background-color: #2f2f2f;
    color: #fff;
    padding: 4px 7px;
    border-radius: 15px;
    font-size: 10px;
    text-align: center;
}



.bottom-label {
    margin-top: 50px;
    font-size: 14px;
    color: #666;
}


@media (max-width: 768px) {
    .table-name, .table-name th, .table-name td {
        display: block;
        width: 100%;
    }
    .table-name th {
        display: none;
    }
    .table-name td {
        padding-left: 50%;
        position: relative;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .table-name td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: bold;
        background-color: #f4f4f4;
        padding: 5px 10px;
        border-radius: 5px;
        text-transform: uppercase;
    }
}

.v1{
   border-left: 2px solid green;
    height: 200px;
}

.job .item .text .bookmark1 {
    position: absolute;
    right: 92%;
    top: 92%;
}
.job .item .text .bookmark1 i {
    width: 26px;
    height: 26px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    font-size: 10px;
    transition: all 0.5s;
}
.job .item .text .bookmark1 i:hover {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.job .item .text .bookmark1-active {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.job .item .text .bookmark1 i.active {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}




.text-justify{
    text-align: justify;
}



.containerr p{
    font-size: 17.5px;
    /* line-height: 24px; */
    letter-spacing: 0.3px;
    /* margin: 20px 0 0 0; */
    text-align: start;
    color: #3a27a5;
    /* padding-left: 8rem; */
}

.containerr span{
    font-size: 12px;
}



.containerr button{
    background-color: #512da8;
    color: #fff;
    font-size: 12px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}

.containerr button.hidden{
    background-color: #1060d9;
    border-color: #ffffff;
    position: absolute;
    /* right: 37%; */
    width: 45%;
    font-size: 15px;
    font-weight: 400;
}

.containerr form{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    height: 100%;
}

.containerr input{
    background-color: #eee;
    border: none;
    margin: 8px 0;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 8px;
    outline: none;
}

.form-containerr{
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-up{
    left: 66%;
    width: 29%;
    z-index: 2;
    top: auto;
}

/* .containerr.active .sign-up{
    transform: translateX(100%);
} */

/* .sign-in{
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
} */

/* .containerr.active .sign-in{
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: move 0.6s;
} */

.containerr{
    background-color: #fff;
    /* border-radius: 30px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35); */
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.toggle-containerr{
    position: absolute;
    left: 0%;
    /* background-color: #D1D8E6; */
    background-image: url("images/background.jpg");
    background-position: center;
    background-size: cover;
     width: 60%;
    height: 100%;
}

.toggle-panel{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    top: 39%;
    left: 12rem;
    transform: translate(8%, -50%);
}
.toggle-panell{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    top: 8rem;
    left: 16rem;
}
.col-custom-30{
    flex: 0 0 auto;
    width: 30%;
}
@media (max-width: 585px) {
    .col-custom-30{ 
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
    }
}
@media (min-width: 898px) {
    .navtt{
        display:none;
    }
   
}
/* .toggle-containerr{
    position: absolute;
    top: 0;
    left: -10px;
    width: 60%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    
    z-index: 1000;
    background-color: #b9c3d9a6;
} */

/* .containerr.active .toggle-containerr{
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
} */

/* .toggle{
    
    height: 100%;
   
    color: #130101;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    
} */

/* .containerr.active .toggle{
    transform: translateX(50%);
} */

/* .toggle-panel{
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    bottom: 7%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
} */

/* .toggle-left{
    transform: translateX(-200%);
} */

/* .containerr.active .toggle-left{
    transform: translateX(0);
} */

/* .toggle-right{
    right: 0;
    transform: translateX(0);
} */

/* .containerr.active .toggle-right{
    transform: translateX(200%);
} */
 

/* search bar  */
/* .col-lg-33 {
    flex: 0 0 auto;
        width: 31%;
    }

.skills ul li {
    padding: 7px 0 7px 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
} */

@media (max-width: 585px) {


    .containerr {
        background-color: #fff;
        /* border-radius: 30px; */
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35); */
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        /* min-height: 900px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .containerr form{
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 40px;
        height: 69%;
    }
    .toggle-containerr{
        width:100%;
        height:100%;
        position: absolute;
         top: 0px;
         left: 0px;
        /* display:none; */
    }
    .dis{
        display:none;
    }
    .toggle-panel {
    position: absolute;
    width: 50%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    /* text-align: center; */
    bottom: 7%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
    }
   
    .sign-up {
        left: 11%;
        width:80%;
        z-index: 2;
        top: 21%;
    }
    .containerr p{
        font-size: 13.5px;
        margin: 20px 0px;
        text-align: center;
        padding: 0;
        display: none;
    }
    .containerr button.hidden{
        background-color: #1060d9;
        border-color: #ffffff;
        position: absolute;
        
        width: 80%;
    }
    .mr{
         margin-right: 0%;;
    }
    /* .login{
        left: 0%;
        width: 80%;
        z-index: 2;
        top: 21%;
    } */
}
@media (max-width: 991px){
    .containerr p{
    font-size: 14.5px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin: 20px 0;
    text-align: center;
     padding-left: 0; 
}
    .containerr button.hidden {
    background-color: #1060d9;
    border-color: #ffffff;
    position: absolute;
    right: 0%;
    width: 100%;
    top: 70%;
    padding:7px;
   }
   /* .sign-up {
     left: 60%; 
    width:40%;
    z-index: 2;
    top: 10%;
} */
}
    
@media only screen and  (min-width:585px){
    .mbjob{
       display: none;
    }
}
@media only screen and  (max-width:585px){
     .mbcandidate{
       display: none;
    }
}

.mbjob .item .logoo{
    margin: auto;
}
.mbjob .item .logoo img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    padding: 3px;
    border-radius: 45px;
    /* position: relative;
    left: 43%; */
}
/* .mbjob .item .logoo h6{
    position: relative;
    left: 28%;
} */

.infoo-table{
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 13px;
    background-color: gainsboro;
   
    padding: 7px 2px 5px 14px;
    
}

.table-namee {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.9;
    
}

.table-namee th, .table-namee td {
    text-align: left;
    padding: 0 15px 5px 0px;
    word-wrap: break-word;
}
.dropp {
    box-shadow: 2px 2px 5px rgba(138, 175, 212, 0.5);
    padding: 33px 2px 35px 50px !important;
    margin: 54px 0 52px 0;
}

.mbjob .item .text .bookmark1 i {
    width: 26px;
    height: 26px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    color: #a8a8a8;
    font-size: 10px;
    transition: all 0.5s;
}
.mbjob .item .text .bookmark1 i:hover {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.mbjob .item .text .bookmark1-active {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}
.mbjob .item .text .bookmark1 i.active {
    background: #20419C;
    border-color: #20419C;
    color: #fff;
}

/* by lalit */
.skill-list{
    columns: 200px 3;
}
.skill-list li{
    padding: 5px;
}

.candidate-sidebar{
    position: sticky;
    top:0;
}

.view-profile table tr td{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.editable-input-container {
    position: relative;
    display: inline-block;
}

.editable-input {
    padding-right: 50px; /* Make space for the "lacs" string */
    /* width: 150px; Adjust the width based on your layout */
}

.editable-input::after {
    content: ' lacs';
    position: absolute;
    right: 10px; /* Position it towards the right inside the input box */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Ensures it doesn't interfere with typing */
    font-weight: bold;
    color: #000; /* You can customize the color if needed */
}

.upload label{
    font-size: 12px;
    padding: 2px 15px 2px 15px;
    border-radius: 0;
   margin: -20px 0 2px 0;
}
.candidate-info{
    width: 50%;
}
.candidate-info table tr th {
    width: 120px;
    font-size: 14px;
}
.candidate-info table tr td{
    font-size: 14px;
}

.dashboard table td {
    display: flex;
    align-items: center;
}
.dash  {
    display: flex;
    align-items: center;
}

.add-skills{
    float: right;
    margin-top: -45px;
    position: relative;
    z-index: 99999;
    margin-right: 10px;
    padding: 2px 10px 2px 10px;
}


.applied-btn {
    padding: 4px 23px;
    border-radius: 20px;
}


.client-spoke{
    padding: 9px;
    border-radius: 20px;
}


 
.testimonial-section {
    background-color: #d7e8ff;
    padding: 1px 20px;
    /* border-radius: 20px; */
}
.trust-info {
    text-align: center;
}
.trust-info h2 {
    font-weight: bold;
}
.review img {
    height: 25px;
    width: 137px;
    margin: 10px 0;
    
}
.trust-info p {
    font-size: 18px;
    color: #333;
}
.testimonial-card {
    background: white;
    /* border-radius: 10px; */
    padding: 20px;
    height: 300px;
    overflow-y: scroll;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.testimonial-card .review img {
    height:22px; 
    width:127px;
    margin: 10px 0;
}
.testimonial-card h4 {
    font-weight: bold;
    margin: 10px 0 5px;
}
.testimonial-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.p-10{
  padding: 50px 20px 50px 20px;;
}
.p-10 p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.bg-blue {
    background-color: #C8DBF4;
}

.border-gradient{
    border: 4px,0px,4px,0px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to right, #0d6efd, #6610f2);
    padding: 6rem;
}

.border-gradient h2{
    color: #004AAD;
    font-weight: 700;
}

.text-shadow{
     text-shadow:6px 5px 4px rgb(37 36 38 / 23%);
    
}

.padding-l {
    padding-left: 165px;
}
@media (max-width: 585px) {
    .padding-l {
        padding-left: 0px;
    }
    .border-gradient{
        border: 4px,0px,4px,0px solid;
        border-image-slice: 1;
        border-width: 4px;
        border-image-source: linear-gradient(to right, #0d6efd, #6610f2);
        padding: 2rem;
    }
}



.login-page{
    border-left: 4px solid white;
    text-align: left;
    padding: 0px 27px;
    margin-block: 50px;
}
.left-login{
    padding: 80px 40px 80px 80px
}

.left-login .inner-login{
    border: 1px solid #a7a7a7;
    padding: 50px;
    box-shadow: 3px 1px 3px 0px #c3d1d1;
}
.custom-width{
     width: 100%;
}
@media (max-width: 585px) {
    .left-login{
        padding: 80px 10px 80px 10px
    }
    .left-login .inner-login{
        border: 1px solid #a7a7a7;
        padding: 20px;
        box-shadow: 3px 1px 3px 0px #c3d1d1;
    }
    
}