/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: Jameel Noori Nastaleeq;
    src: url('../fonts/Jameel Noori Nastaleeq Regular.ttf');
}

body {
    font-family: "popins", sans-serif;
    /* background-color: #fafafc; */
    /* background-color: #f2f5fa; */
    background-color: #F4F4F4;
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../images/hero-bg.png) top center;
    background-size: cover;
    position: relative;
}

a,
a:hover {
    text-decoration: none;
    color: #061421;
}

p {
    font-size: 14px;
    font-family: "popins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.btn:focus {
    box-shadow: none;
}

.font-jameel {
    font-family: Jameel Noori Nastaleeq;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.font-vietnam {
    font-family: "Be Vietnam Pro", sans-serif;
}

.font-exo {
    font-family: "Exo", sans-serif;
}

.font-lexend {
    font-family: 'Lexend', sans-serif;
}

.font-worksans {
    font-family: "Work Sans", sans-serif;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500;
}

.rounded-10 {
    border-radius: 10px;
}

.bg-yellow {
    background-color: #fdc350;
}

.bg-light-gray {
    background-color: #f8f8f8;
}

.bg-light-green {
    background-color: #e4ffec;
}

.bg-dark-green {
    background-color: #14A077;
}

.bg-dark-gray {
    background-color: #0000000d;
}

.bg-dark-red {
    background-color: #E70202;
}

.bg-orange {
    background-color: #E67136;
}

.bg-purple {
    background-color: #1C3C6E;
}

.box-light-blue {
    background-color: #8099ff21;
}

.box-light-orange {
    background-color: #FDE8B645;
}

.box-light-green {
    background-color: #BBF1D436;
}

.box-light-pink {
    background-color: #FFC7B22B;
}

.text-purple {
    color: #102048;
}

.text-light-purple {
    color: #1C3C6E;
}

.text-gray {
    color: #808192;
}

.text-light-gray {
    color: #464A5380;
}

.text-dark-gray {
    color: #464B6B;
}

.green-text {
    color: #2BB673;
}

.info-text {
    color: #4682F9;
}

.danger-text {
    color: #BC3030;
}

/* .text-green,
.text-green:hover {
    color: #18BC49;
} */
.green-text {
    color: #00A550;
}

.text-green,
.text-green:hover {
    color: #03be63;
}

.text-light-green {
    color: #17D277;
}

.text-dark-green {
    color: #14A077;
}

.text-gray {
    color: #808192;
    /*color: #d0d5df;*/
}

.text-dark-gray {
    /*    color: #A5ACB8;*/
    color: #5f6571;
}

.text-red {
    color: #DC3545;
}

.badge-dot {
    border-radius: 50%;
    height: 6px;
    width: 6px;
    display: inline-block;
    background-color: red;
}

.remove-btn {
    color: #E70202;
    border: 1px solid #E70202;
    font-weight: bold;
}

.remove-btn:hover {
    color: #fff;
    background-color: #E70202;
}

.danger-btn {
    color: #fff;
    font-weight: bold;
    background-color: #BC3030;
}

.mini-container {
    width: 100%;
    max-width: 75%;
    margin: auto;
}

.small-container {
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.half-container {
    width: 100%;
    max-width: 50%;
    margin: auto;
}

.text-green {
    color: #18bc49 !important;
}

.bg-gray {
    background-color: #F3F5FA;
}

.bg-green {
    background: #18bc49;
}

.bg-success {
    background: #03BE63;
}

.bg-dark-green {
    background: #00A550;
}

/* .bg-light-green{ */
/* background-color: #EAFCF3 */
/* } */
.bg-light-yellow {
    background-color: #fbf4e7;
}

.bg-light-blue {
    background-color: #e4f9ff;
}

.bg-dark-blue {
    background-color: #2C4C9B;
}

.bg-light-red {
    background-color: #DC354533;
}

.text-light-black {
    color: #595959;
}

.text-yellow {
    color: #e9a831;
}

.text-blue {
    color: #38bae2 !important;
}

.shadow-none, .shadow-none:focus {
    box-shadow: none;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
}

.navbar.fixed {
    background-color: rgba(0, 0, 0, 0.5); /* Change to your desired color */
    position: fixed;
    width: 100%;
}

.nav-bg {
    background-color: rgba(0, 0, 0, 0.9);
}

header .nav-link,
header .nav-link:hover,
header .nav-link:focus {
    color: #fff;
}

header .user-dropdown {
    transform: translate(-130px, 10px);
}

header .navbar-toggler {
    font-size: 40px;
    color: #fff;
}

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

.hero-area h1 {
    font-size: 38px;
    font-weight: bold;
}

.login-card {
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.banner-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner-area .banner-content {
    position: absolute;
    right: 15%;
    top: 25%;
    left: 15%;
}

.banner-area .slick-slider {
    margin-bottom: 0px;
}

.featured-job {
    background-color: #EEF4F5;
}

.latest-classified-jobs {
    background-color: #f8f8f8;
}

.industries-area .left-list a, .industries-area .right-list a {
    border-bottom: 1px solid #595959;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Work Sans';
}

.industries-area p {
    font-family: 'Roboto';
}

.industries-area .card-content .edit-icon {
    cursor: pointer;
}

.trending-card {
    border: 1px solid #d9e2e8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.trending-card h6 {
    font-size: 14px;
}

.trending-card p {
    font-size: 13px;
}

/* .job-card:before{ */
/* content: ''; */
/* display: block; */
/* position: absolute; */
/* width: 5px; */

/* height: 100%; */
/* background-color: #00A7AC40; */
/* } */
.job-card .card-content .job-desc {
    padding-left: 25px;
    padding-left: 33px;
}

.job-box .dropdown-item:active {
    background-color: #e9ecef;
    color: #000;
}

.job-category button {
    font-size: 12px;
    font-weight: bold;
}

/*.job-category .cat-one,.success-btn{
	background-color: #EAFCF3;
	color: #17D277;
}*/
.job-category .cat-one, .success-btn {
    background-color: #17D277;
    color: #EAFCF3;
    cursor: auto;
}

.job-category .cat-one:hover, .hired-jobs .job-category .cat-one:hover {
    background-color: #17D277;
    color: #EAFCF3;
}

/*.job-category .cat-two{
	background-color: #FBF4E7;
	color: #E9A831;
}*/
.job-category .cat-two {
    background-color: #E9A831;
    color: #FBF4E7;
    cursor: auto;
}

.job-category .cat-two:hover, .hired-jobs .job-category .cat-two:hover {
    background-color: #E9A831;
    color: #FBF4E7;
}

/*.job-category .cat-three{
	background-color: #E4F9FF;
	color: #38BAE2;
}*/
.job-category .cat-three {
    background-color: #38BAE2;
    color: #E4F9FF;
    cursor: auto;
}

.job-category .cat-three:hover, .hired-jobs .job-category .cat-three:hover {
    background-color: #38BAE2;
    color: #E4F9FF;
}

.hired-jobs .job-category .cat-one {
    border: 1px solid #17D277;
    background-color: #17D2770D;
}

.hired-jobs .job-category .cat-two {
    border: 1px solid #E9A831;
    background-color: #E9A8310D;
}

.hired-jobs .job-category .cat-three {
    border: 1px solid #38BAE2;
    background-color: #38BAE20D;
}

.hired-jobs .job-category .cat-four {
    border: 1px solid #9C54B8;
    color: #9C54B8;
    background-color: #9C54B80D;
}

.hired-jobs .job-category .cat-four:hover {
    border: 1px solid #9C54B8;
    color: #fff;
    background-color: #9C54B8;
}

.job-category .cat-four {
    border: 1px solid #9C54B8;
    color: #fff;
    background-color: #9C54B8;
    cursor: auto;
}

.job-category .cat-four:hover {
    border: 1px solid #9C54B8;
    color: #fff;
    background-color: #9C54B8;
}

.top-arrow {
    width: 100%;
    position: relative;
    top: 40px;
    max-width: 85%;
    transform: translate(-5px, 7px);
}

.view-job-btn {
    background-color: #e4ffec;
    color: #1bad47;
}

.view-job-btn:hover .arrow-icon svg path {
    stroke: #fff;
}

.view-job-btn:hover {
    background-color: #18bc49;
    color: #fff;
}

.view-job-btn:focus {
    background-color: #18bc49;
    box-shadow: none;
    color: #fff;
}

.view-job-btn:focus .arrow-icon svg path {
    stroke: #fff;
}

.opp-content {
    position: relative;
}

.opp-content .top-arrow {
    position: absolute;
    top: -20px;
    width: 100%;
    transform: translate(-4px, 5px);
    max-width: 170px;
}

.opp-content .bottom-arrow {
    position: absolute;
    bottom: -12px;
    width: 100%;
    transform: translate(-4px, 5px);
    max-width: 170px;
}

.opp-circle {
    background-color: #00a7ac1a;
    border-radius: 50%;
    text-align: center;
    height: 160px;
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opp-circle h6 {
    font-size: 14px;
    font-weight: 600;
}

.opp-circle p {
    font-size: 12px;
}

.job-loc h2 {
    /* font-size: 22px; */
}

.job-cards .job-head .job-title {
    font-family: "roboto", sans-serif;
}

.job-loc {
    font-family: "Work Sans", sans-serif;
    color: #212529;
    font-weight: 600;
}

.job-lists h5 {
    color: #000000;
    margin-bottom: 10px;
}

.test-icon {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    line-height: 1.3;
}

.user-img .test-icon {
    position: absolute;
    top: 37px;
    right: -12px;
    border: 1px solid #dbdbdb;
}

.clients-area {
    background-color: #00a7ac26;
}

.gallery-img {
    margin-bottom: 35px;
}

.gallery-img .img-date {
    position: absolute;
    bottom: -25px;
    left: 13px;
}

.gallery-content h6 {
    font-size: 14px;
}

.gallery-content a {
    font-size: 12px;
    font-family: Exo;
}

.testimonial-area img {
    width: 100%;
}

.img-date {
    width: 54px;
    background-color: #18bc49;
    border-radius: 6px;
    padding: 7px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: Exo;
}

.filter-area .nav-link, .job-offers-area .nav-link, .saved-job-area .nav-link, .personal-info-area .nav-link {
    color: #fff;
    padding: 0.5rem 1.4rem !important;
}

.filter-card .accordion-item .accordion-btn {
    font-size: 12px;
    font-weight: bold;
}

.filter-card .form-check {
    font-size: 12px;
}

.filter-card .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #212529;
    /* padding: 0 1.25rem; */
}

.accordion-button {
    font-size: 13px;
    border-bottom: 0;
    padding: 0.7rem 1.25rem;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
    border-bottom-color: transparent;
}

.accordion-button.collapsed::after {
    content: '+';
    float: right;
    color: #000;
    font-weight: bold;
}

.accordion-button::after {
    content: '-';
    float: right;
    color: #000;
    background-image: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    /*background-color: #31795A;*/
    border-radius: 25px;
    line-height: 1.3;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '-';
    transform: rotate(180deg);
    line-height: 1.3;
}

.filter-card .add-btn {
    background-color: #31795A;
    color: #fff;
    border-radius: 25px;
}

.right-image img {
    height: 60px;
}

.filter-area {
    background-image: url(../images/hero-bg.png);
    /* height: 60vh; */
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
}

.filter-bar {
    background-color: #fff;
}

.filter-bar label {
    font-size: 10px;
    font-family: 'Work Sans';
    color: #595959;
    font-weight: 600;
}

.filter-bar select, .filter-bar input {
    font-size: 14px;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #03BE63 !important;
    border-color: #03BE63 !important;
}

.filter-bar input::placeholder {
    color: #212529;
}

.filter-btn {
    background-color: #E0E5EC;
}

.filters-btn {
    border: 1px solid #7798EB;
    background-color: #fff;
    margin-bottom: 13px;
}

.search-btn {
    background-color: #fdc350;
    font-weight: 600;
    font-family: Work Sans;
}

.search-buttons .search-button {
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.35rem 0.3rem;
    background-color: #cbc3c359;
    color: #fff;
}

.search-buttons .search-button i {
    font-size: 10px;
    padding-right: 5px;
    color: #18BC49;
}

.news-img .search-icon {
    position: absolute;
    top: 6px;
    font-size: 8px;
    right: 6px;
    background-color: #18bc49cc;
    border-radius: 5px;
    padding: 3px 6px;
    color: #fff;
    cursor: pointer;
}

.job-box .Ad-btn {
    background-color: #1bad47;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.job-box .download-btn {
    background-color: #0070F417;
    font-size: 12px;
    color: #0070F4;
    font-weight: 600;
}

.hired-jobs .job-loc {
    font-family: 'Inter';
    color: #7783A3;
}

.job-box .footer-btns a {
    border-radius: 0px;
    padding: 0;
}

/*.job-box .Ad-btn:hover{
	background-color: #1bad47;
	color: #fff;
}*/
.job-box .Ad-btn:hover {
    background-color: #1bad47;
    color: #fff;
}

.job-box .download-btn:hover {
    background-color: #0070F4;
    color: #fff;
}

.job-box .Ad-btn:hover svg path, .job-box .download-btn:hover svg path {
    stroke: #fff;
}

.job-box .Ad-btn:focus {
    box-shadow: none;
}

.job-content .list-arrow {
    border: 1px solid #18bc49;
    color: #18bc49;
    border-radius: 50px;
    width: 12px;
    text-align: center;
    height: 12px;
    line-height: 0.9;
    margin-right: 10px;
}

.job-content li {
    font-weight: 600;
    color: #595959;
    font-family: "Work Sans", sans-serif;
}

.job-box .Ad-btn span, .job-box .download-btn span {
    float: right;
}

.filter-card .form-check-input:checked, .filter-card .form-check-input:focus {
    background-color: #03BE63;
    border-color: #03BE63;
    box-shadow: none;
    /* box-shadow: 0 0 0 0.25rem rgb(13 253 56 / 25%); */
}

.dash-box .icon-box {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 2.3;
    border-radius: 15px;
}

.icon-blue {
    background-color: #8280FF0F;
}

.icon-orange {
    background-color: #FDE8B645;
}

.icon-green {
    background-color: #BBF1D436;
}

.icon-pink {
    background-color: #FFC7B22B;
}

.dash-box h6 {
    font-size: 14px;
    margin-bottom: 8px;
}

.dash-box h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.skills-btns button {
    background-color: #ECF0F8;
}

.participate-checks .form-check-input {
    background-color: transparent;
}

.participate-checks .form-check-input:checked[type=checkbox] {
    background-color: #1C3C6E !important;
    border-color: #1C3C6E !important;
}

.lang-check .form-check-input:checked {
    background-color: #18bc49;
    border-color: #18bc49;
}

.lang-check .form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 253 158 / 25%);
    border-color: #18bc49;
}

/* Range slider */
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: transparent;
    display: none;
<!-- color: #000;
-->
}

.irs--round .irs-bar {
    background-color: #00BF58 !important;
}

.irs--round .irs-handle {
    border-color: #00BF58 !important;
}

.irs--round {
    margin-bottom: 15px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

/* End Range Slider */

.salary-btns .filter-btn {
    background-color: #31795A;
    color: #fff;
}

.salary-btns {
    font-family: Inter;
    font-weight: 500;
}

.salary-btns button {
    border-radius: 8px;
}

.salary-btns .reset-btn {
    border: 1px solid #31795A;
    color: #31795A;
}

.salary-btns .reset-btn:hover {
    background-color: #31795A;
    color: #fff;
}

.job-detail-box .nav-pills .nav-link {
    border-bottom: 2px solid #ccc;
    border-radius: 0px;
    color: #778CA2;
    /*	width: 123px;*/
    text-align: center;
}

.job-detail-box .card-content .desc-content {
    height: 850px;
    overflow-y: scroll;
}

.job-detail-box .card-content .desc-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.job-detail-box .card-content .desc-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.job-detail-box .card-content .desc-content::-webkit-scrollbar-thumb {
    background: #D0D9E3;
    border-radius: 10px;
}

.job-detail-box .nav-pills .nav-link.active {
    background-color: transparent;
    color: #102048;
    font-weight: 600;
    border-color: #102048;
}

.job-detail-box .card-content .detail-table {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.job-detail-box .card-content .detail-table td {
    border-right: 1px solid #ccc;
    font-family: "Exo", sans-serif !important;
}

.job-detail-box .card-content .detail-table .table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.job-detail-box .card-content .detail-table td:nth-child(3) {
    border-right: none;
}

.job-detail-box .card-content .detail-table td p:nth-child(1) {
    color: #979797;
    /* font-weight: 600; */
}

.job-detail-box .card-content .detail-table td p:nth-child(2) {
    color: #102048;
    font-weight: 600;
}

.job-detail-box .card-content .job-btns button {
    background-color: #EEF0F6;
    font-size: 12px;
    color: #223263;
    font-weight: 600;
}

.job-offers-area, .saved-job-area {
    background-image: linear-gradient(to bottom, #00000066 46%, #0243ac33 92%), url(../images/banner-1.png);
    /* background-image: url(../images/banner-1.png);     */
    padding-bottom: 60px;
    background-size: cover;
}

.job-offers-area, .personal-info-area {
    background-image: linear-gradient(80deg, #0A1A39 0%, rgba(10, 26, 57, 0.76) 92.96%, rgba(10, 26, 57, 0) 100%), url(../images/pr-info.png);
    /* background-image: linear-gradient(to bottom,#00000066 46%, #0243ac33 92%), url(../images/pr-info.png); */
    /* background-image: url(../images/banner-1.png);     */
    padding-bottom: 60px;
    background-size: cover;
}

.interview-area table th, .interview-area table td {
    font-size: 12px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.languages-list ul li::marker {
    color: red;
}

.languages-list li::before {
    content: "\2022";
    color: #A5ACB8;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.info-area .form-checks {
    padding: 0.4rem 1.25rem .4rem .75rem;
    background-color: #F3F5FA;
}

.to-date {
    background-color: #03BE63;
}

.save-btn {
    background-color: #00A550;
    color: #fff;
}

.edu-table {
    background-color: #F9FAFC;
    border-radius: 10px;
    overflow: auto;
    padding: 0 15px;
}

.edu-table th, .edu-table td {
    font-size: 12px;
    vertical-align: top;
}

.edu-table td {
    color: #3b3b3b;
    font-family: 'roboto';
}

.edu-table .table-icons i {
    background-color: #1C3C6E;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.form-check-label {
    /*		color: #778CA2!important;*/
}

/* img uploader */
.drop-zone {
    max-width: 140px;
    height: 130px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    color: #cccccc;
    border: 2px solid #CCCCCC;
    /* border-radius: 10px; */
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.pic-size {
    height: 5px;
    width: 290px;
    background-color: #71D875;
    border-radius: 10px;
}


.modal .btn-close:focus, .modal .modal-title button:focus {
    box-shadow: none;
}

.modal input[type=radio] {
    accent-color: #00A550;
}

.modal-body p {
    font-size: 16px;
    color: #626262;
}

.pagination .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 8px;
    margin: 0 8px;
    border: 0;
    color: #333333;
    font-weight: 600;
}

.page-item:first-child .page-link {
    color: #ccc;
}

.page-item:last-child .page-link {
    margin: 0;
}

.pagination .page-link:focus,
.pagination .page-link:hover {
    background-color: #1bad47;
    color: #fff;
    box-shadow: none;
}

.job-listing .job-box:hover {
    border: 1px solid #18BC49 !important;
}

footer {
    background-color: #102048;
    color: #fff;
}

.footer-top ul {
    font-size: 12px;
    line-height: 1.9;
}

.footer-top h6 {
    font-weight: bold;
}

.footer-top .contact-info li a {
    color: #fff;
    font-size: 14px;
}

.footer-top a {
    color: #b3b3b3;
}

.footer-top a:hover {
    color: #fff;
}

.footer-logo img {
    height: 40px;
}

.footer-bottom {
    /* border-top: 1px inset; */
    font-size: 12px;
    /* color: #acb4bf; */
    color: #fff;
    border-top: 1px solid #ffffff1a;
}

footer .social-icon {
    padding-right: 6px;
}

.footer-bottom .icon-circle {
    border: 1px solid;
    border-radius: 50px;
    font-size: 12px;
    width: 22px;
    padding: 4px 5px;
    text-align: center;
}

.footer-bottom .icon-circle:hover {
    color: #fff;
    background-color: #03be63;
}

footer .app-btn {
    border: 1px solid #ffffff1a;
}

@media (max-width: 576px) {
    .left-content {
        display: none;
    }
}

@media (max-width: 992px) {
    header {
        border-bottom: 1px solid #dee2e6 !important;
    }

    header .user-dropdown {
        transform: translate(0px, 10px);
    }

    .filter-area .nav-link {
        padding: 0.5rem 0px !important;
    }
}

.page-item.active .page-link {
    background-color: #1bad47 !important;
    color: #fff !important;
    box-shadow: none;
}

.border-bottom:not(:last-child) {
    border-bottom: 1px solid #dee2e6 !important;
}

.select2-container {
    width: 100% !important;
}

.news-img {
    width: 90px;
}

.news-img img {
    height: 50px;
    width: 100%;
}

.gallery-img img {
    height: 200px;
    width: 85%;
}

.company-logo img {
    height: 55px;
    width: 130px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /*	height: 32px !important;*/
    padding-top: 10px !important;
    user-select: none;
    -webkit-user-select: none;
}

.action-button {
    width: 140px;
    background: #1C3C6E;
    font-weight: bold;
    font-family: 'Work Sans';
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    /* margin: 10px 0px 10px 5px; */
    float: right;
}

.action-button-previous {
    width: 140px;
    background-color: #F3F3F3;
    font-weight: bold;
    color: #6A707E;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 5px;
    margin-right: 15px;
    /* margin: 10px 5px 10px 0px; */
    float: right;
}

#change_password label {
    color: #000;
    font-weight: bold;
}

.job-loc-card .job-loc-img {
    border-radius: 10px;
    overflow: hidden;
    height: 160px;
}

@media (max-width: 576px) {
    .login-card .left-content {
        min-height: auto !important;
    }

    .banner-area .fade-carousel, .banner-area .slick-list, .banner-area .slick-track,
    .banner-area .slick-slide, .banner-area .slick-slide img {
        height: 100%;
    }

    .banner-area .slick-slide img {
        height: 100vh !important;
    }

    .banner-area .banner-content {
        top: 18%;
    }

    .banner-logo img {
        height: 70px;
    }

    .banner-logo h4 {
        font-size: 15px;
    }

    .counter-box {
        border-right: none !important;
    }

    .counter-box p, .counter-box h2 {
        margin: 0px;
    }

    .counter-box h2 {
        font-size: 18px;
    }

    .counter-box p {
        font-size: 12px;
    }

    .banner-area .hero-btn button {
        width: 100%;
    }

    .gallery-img img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .banner-area .slick-slide img {
        height: 70vh;
    }

    header {
        border-bottom: 1px solid #dee2e6 !important;
    }

    header .user-dropdown {
        transform: translate(0px, 10px);
    }

    .filter-area .nav-link {
        padding: 0.5rem 0px !important;
    }

}

.text-gray-1 {
    color: #6e7279;
}

.slick-next {
    opacity: 0;
    top: -25px;
}

.my-slider .slick-prev {
    top: -25px;
    left: 94%;
    opacity: 0;
}

.user-review-card .user-img {
    min-width: 150px;
}

.user-review-card .user-img img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.user-review-card .slick-track {
    display: flex;
}

@media only screen and (max-width: 600px) {
    .my-slider .slick-prev {
        top: -25px;
        left: 80%;
    }

    /*.land-modal{
        padding-right: 690px!important;
    }*/
    .land-modal .modal-dialog {
        align-items: baseline;
    !important;
    }
}

.banner-area .slick-slide img {
    width: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.short-text {
    display: inline;
}

.full-text {
    display: none;
}

.show-more {
    color: blue;
    cursor: pointer;
}

.clients-area .company-logo img {
    height: 90px;
    width: 90%;
    object-fit: contain;
}

.opp-content {
    right: -10%;
}

.slick-next {
    opacity: 1;
    top: -25px;
}

.slick-arrow {
    max-width: 30px;
    width: 100%;
}

.client-slider .slick-prev {
    left: -50px;
}

.client-slider .slick-prev:before, .client-slider .slick-next:before {
    color: #18bc49;
}

.client-slider .slick-next {
    right: -50px;
    top: 50%;
}

.my-slider .slick-prev {
    top: -25px;
    left: 93%;
    opacity: 1;
}

.user-review-card .user-img {
    height: 110px;
    width: 20% !important;
}

.user-review-card .user-img img {
    width: 100%;
    height: 100px;
}

.user-review-card .slick-track {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .banner-area .slick-slide img {
        width: 100%;
        height: 60vh;
    }

    .client-slider .slick-prev {
        left: -12%;
    }

    .client-slider .slick-next {
        right: -12%;
    }

    .my-slider .slick-prev {
        top: -25px;
        left: 76%;
    }

    .user-review-card .user-img {
        width: 150px !important;
    }

    .opp-content {
        right: 0%;
    }

    .opp-content .top-arrow {
        display: none;
    }

    .opp-content .bottom-arrow {
        display: none;
    }

    .opp-circle {
        width: 130px;
        height: 130px;
    }

    .opp-circle h6 {
        font-size: 12px;
        font-weight: 600;
    }

    .opp-circle p {
        font-size: 10px;
    }

    .opp-content .bottom-arrow {
        transform: translate(1px, 5px);
    }

    .land-modal {
        padding-right: 356px !important; /* Or use a more suitable value */
    }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
    .land-modal {
        padding-right: 612px !important; /* Or use a more suitable value */
    }
}


.text-green,
.text-green:hover {
    color: #18BC49;
}

.green-text {
    color: #00A550;
}

.green-btn {
    background-color: #03BE63;
}

.success-bg {
    background-color: #EAFCF3;
    color: #17D277;
}

.bg-light-orange {
    background-color: #FBF4E7;
    color: #E9A831;
}

.bg-light-blue {
    background-color: #E4F9FF;
    color: #38BAE2;
}

.bg-dark-blue {
    background-color: #1055C1 !important;
}

.rounded-8 {
    border-radius: 8px;
}

.bg-light-green {
    background-color: #03BE63;
}

.bg-light-gray {
    background-color: #F3F5FA;
}

.bg-gray {
    background-color: #E0E5EC;
}

.bg-purple {
    background-color: #1C3C6E;
}

.bg-green {
    background-color: #00A550;
}

.btn-outline-purple {
    color: #1C3C6E;
    border-color: #1C3C6E;
}

.btn-outline-purple:hover {
    background-color: #1C3C6E;
    color: #fff;
}

.popup-btns .action-button {
    padding: 3px 30px;
    color: #fff;
    font-weight: 400;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
    border-radius: 50px;
    width: 29px;
    height: 28px;
}

.ui-widget-header {
    color: #464B6B;
    background: transparent !important;
    border: none !important;
}

.ui-widget-content {
    color: #8F8F8F !important;
}

.ui-widget-content th {
    font-weight: 400 !important;
}

.ui-datepicker-nex-hover {
    background: transparent !important;
    border: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #00A550 !important;
    background: #00A550 !important;
    color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #00A550 !important;
    background: #00A550 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border-radius: 10px;
    margin-right: 7px !important;
}

@media (max-width: 576px) {
    .navbar .navbar-brand {
        width: 240px !important;
    }

    .main-header .nav-item .nav-link {
        padding-left: 0px !important;
    }
}

@media (max-width: 992px) {
    header {
        border-bottom: 1px solid #dee2e6 !important;
    }

    header .user-dropdown {
        transform: translate(0px, 10px);
    }

    .filter-area .nav-link {
        padding: 0.5rem 0px !important;
    }

    .main-header .nav-item .nav-link {
        padding-left: 0px !important;
    }
}

.selection .select2-selection__rendered {
    line-height: 55px;
}

.select2-selection__choice {
    line-height: 20px !important;
}

.rating-area i {
    font-size: 30px;
}

.star-rating {
    color: #FFC61A !important;
}

.action-btn {
    width: 140px;
    font-weight: bold;
    font-family: 'Work Sans';
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
}

.bg-dark-purple, .bg-dark-purple:hover {
    background-color: #102048;
    color: #fff;
}

.rounded-6 {
    border-radius: 6px;
}

.bg-light-purple {
    background-color: #EAF0FC;
}
