@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");

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat: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'); */

body {
    box-sizing: border-box;
    font-family: "Roboto Condensed", "SolaimanLipi", sans-serif;
    scroll-behavior: smooth;
    /* background: url(../../tabler/dist/img/background/frontend/homepage-bg.png); */
    background: #fbfdff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

.main-nav {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 90px;
}

.main-nav .navbar {
    padding-top: 30px;
    padding-bottom: 0;
}

.main-nav .main-navbar {
    background: #d81a60;
    margin-top: 27px;
}

.main-nav .navbar-nav .nav-link {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: normal;
}

.main-nav .navbar-nav .nav-link.active {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    background: #c91054;
}

.main-nav .navbar-nav .nav-link:hover {
    background: #c91054;
    color: #fff;
}

.main-nav .navbar-nav .nav-link:focus {
    color: #fff;
}

.main-nav .navbar-brand img {
    width: 50px;
}

.lang-nav {
    padding-top: 0px;
}

.lang-nav .language-btn {
    padding: 6px 15px;
    border: 1px solid #fbe3e5;
    font-size: 13px;
    line-height: 14px;
    border-radius: 0;
    font-size: 16.55px;
    font-weight: normal;
    border-radius: 20px;
    color: #cacaca;
}

.lang-nav .language-btn:focus {
    box-shadow: none;
}

.lang-nav .language-btn.active {
    background: #fbe3e5;
    color: #124394;
}

.vacancy-main {
    margin: 20px 0px;
}

.latest-job-card .card-header {
    background: #d81a60;
    color: #fff;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 70%;
    margin: auto;
    margin-top: -20px;
    position: relative;
    text-align: center;
}

.latest-job-card .card-header::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 8px solid #d81a60;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #a70843;
    border-left-color: #a70843;
    right: -15px;
    top: 0;
}

.latest-job-card .card-header::before {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 8px solid #d81a60;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #a70843;
    border-bottom-color: #a70843;
    left: -16px;
    top: 1px;
}

.latest-job-card .card {
    border: none;
    border-bottom: 3px solid #1d73be;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    background: #fafafa;
}

.search-box-main .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
}

.search-box-main .form-control:focus {
    box-shadow: none;
    border-color: #d81a60;
}

.latest-job-card {
    margin-bottom: 40px;
    margin-top: 25px;
}

.search-icon {
    background: #d81a60;
    height: 37px;
    width: 47px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #d81a60;
}

.search-icon i {
    color: #fff;
    font-size: 18px;
}

.latest-job-card .card .card-body {
    max-height: 230px;
    background: #fafafa;
    overflow-y: auto;
}

.latest-job-card .card .card-body a {
    text-decoration: none;
    font-size: 15px;
    line-height: normal;
    text-transform: capitalize;
    color: #661fff;
    font-weight: normal;
}

.latest-job-card .card .card-body .list-group-item {
    background: #fafafa;
}

.job-features {
    margin-bottom: 30px;
}

.job-features h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    position: relative;
    padding-left: 18px;
    color: #202125;
}

/* .job-catagory-main {
    background: url(../../tabler/dist/img/background/frontend/homepage-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
} */

.job-features p {
    font-size: 17px;
    text-transform: capitalize;
    color: #6a6a6a;
    font-family: "Roboto Condensed", sans-serif !important;
}

.brows-job-list {
    display: flex;
    width: 100%;
    clear: both;
    padding: 20px;
    transition: 0.4s;
    margin-top: 25px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
    -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
    -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
    align-items: center;
}

.all-jobs .brows-job-list {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    /* border-left: 1px solid #f63022; */
}

.item-fl-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.item-fl-box .brows-job-company-img {
    margin: 0;
    margin-right: 0px;
    margin-right: 15px;
    display: table;
}

.brows-job-company-img {
    line-height: 75px;
}

.brows-job-company-img {
    width: 75px;
    margin: 0 auto;
    margin: 10px auto;
    height: 75px;
    display: inline-block;
    background: #f4f5f7;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.brows-job-company-img img {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: 45px;
}

.item-click .brows-job-position {
    padding: 0;
}

.brows-job-position h3 a {
    font-size: 17px;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.4;
    position: relative;
    width: auto;
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif !important;
}

.item-click .brows-job-position p {
    margin-bottom: 0;
    font-size: 14px;
}

.brows-job-position p {
    padding-top: 0;
}

.btn.btn-default {
    border: 1px solid #eaeff5;
    background: #fff;
    color: #677897;
    font-size: 14px;
    border-radius: 2px;
    padding: 14px 14px;
    letter-spacing: 0.5px;
    text-shadow: none;
    box-shadow: 0 2px 8px rgba(102, 103, 107, 0.15);
}

.brows-job-position p span {
    margin-top: 12px;
}

.item-click .brows-job-list .brows-job-sallery {
    margin-left: 15px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.brows-job-position p .brows-job-sallery {
    margin-right: 0;
}

.brows-job-position p .brows-job-sallery i {
    margin-right: 10px;
}

.all-jobs .item-click:nth-child(even) .brows-job-list {
    background: #f0f5f8;
}

.all-jobs .brows-job-list:hover {
    border-left: 4px solid #d81a60;
}

.brows-job-list:hover .brows-job-link .btn.btn-default {
    background: #d81a60 !important;
    color: #fff !important;
}

.brows-job-list .cl-success {
    color: #3e7fd9 !important;
    background: #dde9f9 !important;
}

.all-jobs .brows-job-position .job-type {
    border-radius: 15px;
}

.brows-job-position .job-type {
    padding: 3px 12px;
    color: #fff;
    margin-left: 10px;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 13px;
}

.all-jobs .item-click .brows-job-list .btn.btn-default {
    background: #fcf0f0;
    color: #f63022;
    padding: 10px !important;
    border-radius: 8px;
}

/* job details page start from here  */

.jobdetails-main {
    background: url(../images/job-details.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 20px 0px;
    background-position: center right;
}

.job-header h2 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: normal;
    color: #661fff;
    font-family: "solaimanlipinormal", "Roboto Condensed", sans-serif;
}

.job-header h2 i {
    font-size: 20px;
    padding-right: 5px;
}

.company-details h3 {
    font-size: 21px;
    font-weight: normal;
    color: #54555a;
    text-transform: capitalize;
}

.company-details h3 i {
    font-size: 20px;
    padding-right: 5px;
}

.company-details p {
    color: #54555a;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: normal;
    text-align: justify;
}

.job-responsibilities p {
    margin-bottom: 6px;
    font-size: 17px;
    color: #54555a;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}

.job-responsibilities p::before {
    content: "-";
    top: 0;
    left: 0;
    position: absolute;
}

.company-description {
    margin: 17px 0px;
}

.jobdetails-main .accordion-item {
    margin-bottom: 17px;
}

.jobdetails-main .accordion-item {
    border: none;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 16px;
}

.jobdetails-main .accordion-button:not(.collapsed) {
    background: rgb(236, 236, 236);
    color: #54555a;
}

.jobdetails-main .accordion-button:focus {
    box-shadow: none;
}

.jobdetails-main .accordion-button {
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}

.job-responsibilities th {
    font-weight: normal;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.job-responsibilities th.serial {
    width: 80px !important;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

.job-responsibilities th.result {
    width: 150px !important;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

.job-responsibilities td {
    font-weight: normal;
    font-size: 17px;
}

.job-responsibilities td.first {
    font-weight: normal;
    font-size: 17px;
    text-align: center;
}

.vacancy-no {
    margin: 17px 0px;
    color: #54555a;
}

.vacancy-no h5 {
    color: #54555a;
    text-transform: capitalize;
}

.job-summury .card {
    border: none;
}

.job-summury .card-header {
    background: #d81a60;
    color: #fff;
}

.job-summury .card-body {
    background: #fafafa;
}

.job-summury .card-body p {
    margin-bottom: 5px;
    line-height: normal;
    font-size: 15px;
    color: #54555a;
    text-transform: capitalize;
}

.job-summury .icon-nav {
    padding-top: 15px;
    padding-bottom: 0px;
}

.job-summury .icon-nav .fa-heart {
    color: #ff0000;
}

.job-summury .icon-nav .fa-print {
    color: rgb(84, 85, 90);
}

.job-summury .card .card-body {
    min-height: 260px;
    background: #fafafa;
    overflow-y: unset !important;
}

.apploy-now-btn {
    border: 1px dotted #d81a60;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    color: #d81a60;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 11;
    margin-top: 15px;
}

.apploy-now-btn:hover {
    color: #fff;
}

.apploy-now-btn::before,
.apploy-now-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #d81a60;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.apploy-now-btn:hover::before,
.apploy-now-btn:hover::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #fff;
}

.apploy-now-btn:focus {
    box-shadow: none;
    outline: none;
}

/* company profile start from here  */

.compnayprofile-main {
    background: url(../images/job-details.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

.companyprofile-box {
    min-height: 50vh;
    margin-top: 100px;
    position: relative;
    padding: 30px;
    /* padding-bottom: 0; */
}

.legend-padding {
    padding: 25px;
    border: 1px dotted #1d59b3;
}

.companyprofile-position legend {
    margin-bottom: 0 !important;
    font-size: 24px !important;
    float: none;
    text-align: center;
    color: #1d59b3;
    text-transform: capitalize;
    width: 300px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px dotted #1d59b3;
    padding: 3px 0px;
}

.company-details {
    margin-top: 10px;
}

.company-details h4 {
    font-size: 22px;
    text-transform: capitalize;
    color: #d81a60;
    line-height: normal;
}

.company-details i {
    padding-right: 5px;
    color: #d81a60;
}

.company-details p {
    font-size: 16px;
    color: #54555a;
}

.company-details strong {
    padding-right: 5px;
    color: #d81a60;
}

.company-details a {
    text-decoration: none;
    color: #54555a;
}

.company-details h5 {
    color: #d81a60;
    text-transform: uppercase;
    font-weight: normal;
}

.company-details address {
    margin-bottom: 10px;
}

.get-touch-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.get-text {
    min-height: 100px;
    flex-basis: 40%;
    padding: 20px;
    padding-bottom: 0;
}

.get-touch-box .get-text:nth-child(2) {
    flex-basis: 60%;
}

.get-text h5 {
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    color: #54555a;
    margin-bottom: 20px;
}

.get-text h5::before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    height: 22px;
    width: 4px;
    background: #d81a60;
}

.get-text p {
    text-align: justify;
    color: #54555a;
}

.new-nav img {
    width: 60px;
}

/*
.lang-nav {
    position: absolute;
    top: -13px;
    right: 14px;
} */

.mainnew-nav {
    background: #fff;
}

.mainnew-nav .navbar {
    padding-top: 0.5rem;
}

.mainnew-nav .content-nav {
    padding-top: 3px;
}

.mainnew-nav .content-nav .nav-link {
    color: #212121;
    font-size: 18.55px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.new-nav .nav-link {
    text-transform: uppercase;
    color: #657582;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
}

.new-nav .sign-log-btn {
    background: #11b719;
    color: #fff !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-top: 4px;
    padding-left: 17px !important;
    padding-right: 17px !important;
    text-align: center;
}

.new-nav .dropdown-menu[data-bs-popper] {
    right: 0 !important;
}

.shipping-slider-main .slider-main-box {
    display: flex;
    flex-wrap: wrap;
}

.shipping-slider-main .slider-main-box .slider-box {
    flex-basis: 30%;
    min-height: 500px;
    /* background-image: linear-graxdient(127deg, #b8d9c1 0%, #dbe7e2 91%); */
}

.shipping-slider-main .slider-main-box .slider-box:nth-child(1) {
    flex-basis: 70%;
    background-image: linear-gradient(127deg, #b8d9c1 0%, #dbe7e2 91%);
    min-height: 500px;
}

.shipping-slider-main .slider-main-box .slider-box:nth-child(2) {
    position: relative;
}

.sliderbox-content {
    padding: 60px;
}

.sliderbox-content h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    color: #232b4e;
}

.sliderbox-content h1 span {
    color: #06932a;
}

.slider-image-box {
    min-height: 400px;
    border: 1px solid #06932a;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.job-catagory-main {
    margin: 20px 0px;
}

.job-catagory-main .card {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.job-catagory-main h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18.55px;
    text-transform: capitalize;
    position: relative;
    padding-left: 35px;
    color: #232b4e;
    font-family: "Montserrat", sans-serif;
}

.job-catagory-main h2::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 36px;
    height: 2px;
    width: 189px;
    background: #d81a60;
    border-radius: 10px;
}

.job-catagory-main h2 span {
    position: absolute;
    left: 2px;
    font-size: 16px;
    top: 3px;
    color: #d81a60;
}

.job-catagory-main h2 span.star {
    color: #ffa200;
}

.job-catagory-box {
    margin-top: 20px;
}

.catagory-box {
    min-height: 143px;
    max-height: 143px;
    width: 100%;
    background: #fff;
    margin-bottom: 17px;
    border: 1px solid #eaeaea;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    overflow: hidden;
}

.catagory-box .image-box {
    height: 65px;
    width: 66px;
    /* background: #e3e8ff; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
}

.catagory-box h5 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.image-box img {
    height: 40px;
    width: 40px;
}

.catagory-box h5 a {
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #232b4e;
}

.exclusive-jobs-main {
    padding: 35px 20px;
}

.exclusive-job-box {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    min-height: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    min-height: 180px;
}

.exclusive-job-box .exclusive-logobox {
    padding: 5px;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -13px;
    border: 5px solid #e3e8ff;
}

.exclusive-job-box .exclusive-logobox img {
    width: 100%;
}

.exclusive-job-box .exclusive-box {
    padding-right: 17px;
    padding-bottom: 25px;
    padding-left: 17px;
    padding-top: 35px;
}

.exclusive-job-box .exclusive-box h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #d81a60;
    padding-bottom: 5px;
    font-size: 16px;
}

.exclusive-job-box .exclusive-box p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #62626b;
    font-size: 15px;
    padding-top: 5px;
}

/*
.job-border-loop:nth-child(1) .exclusive-job-box {
    border-right: 4px solid #397BD5;
}

.job-border-loop:nth-child(2) .exclusive-job-box {
    border-right: 4px solid #ffa200 !important;
}

.job-border-loop:nth-child(3) .exclusive-job-box {
    border-right: 4px solid #777777 !important;
}

.job-border-loop:nth-child(4) .exclusive-job-box {
    border-right: 4px solid #8F4099 !important;
}

.job-border-loop:nth-child(5) .exclusive-job-box {
    border-right: 4px solid #f85708 !important;
}

.job-border-loop:nth-child(6) .exclusive-job-box {
    border-right: 4px solid #006780 !important;
}

.job-border-loop:nth-child(7) .exclusive-job-box {
    border-right: 4px solid #D2B500 !important;
}

.job-border-loop:nth-child(8) .exclusive-job-box {
    border-right: 4px solid #009514 !important;
}

.job-border-loop:nth-child(9) .exclusive-job-box {
    border-right: 4px solid #397BD5 !important;
} */

.job-border-loop:nth-child(1) .exclusive-job-box .exclusive-box h5 a {
    color: #397bd5;
}

.job-border-loop:nth-child(2) .exclusive-job-box .exclusive-box h5 a {
    color: #ffa200 !important;
}

.job-border-loop:nth-child(3) .exclusive-job-box .exclusive-box h5 a {
    color: #777777 !important;
}

.job-border-loop:nth-child(4) .exclusive-job-box .exclusive-box h5 a {
    color: #8f4099 !important;
}

.job-border-loop:nth-child(5) .exclusive-job-box .exclusive-box h5 a {
    color: #f85708 !important;
}

.job-border-loop:nth-child(6) .exclusive-job-box .exclusive-box h5 a {
    color: #006780 !important;
}

.job-border-loop:nth-child(7) .exclusive-job-box .exclusive-box h5 a {
    color: #d2b500 !important;
}

.job-border-loop:nth-child(8) .exclusive-job-box .exclusive-box h5 a {
    color: #009514 !important;
}

.job-border-loop:nth-child(9) .exclusive-job-box .exclusive-box h5 a {
    color: #397bd5 !important;
}

.exclusive-box img {
    width: 100%;
}

.job-cat-loop:nth-child(1) .catagory-box h5 a {
    color: #397bd5;
}

.job-cat-loop:nth-child(2) .catagory-box h5 a {
    color: #ffa200 !important;
}

.job-cat-loop:nth-child(3) .catagory-box h5 a {
    color: #777777 !important;
}

.job-cat-loop:nth-child(4) .catagory-box h5 a {
    color: #8f4099 !important;
}

.job-cat-loop:nth-child(5) .catagory-box h5 a {
    color: #f85708 !important;
}

.job-cat-loop:nth-child(6) .catagory-box h5 a {
    color: #006780 !important;
}

.job-cat-loop:nth-child(7) .catagory-box h5 a {
    color: #d2b500 !important;
}

.job-cat-loop:nth-child(8) .catagory-box h5 a {
    color: #009514 !important;
}

.job-cat-loop:nth-child(9) .catagory-box h5 a {
    color: #397bd5 !important;
}

/* .new-nav ul.navbar-nav .nav-item::before,
.new-nav ul.navbar-nav .nav-item::after {
    position: absolute;
    height: 4px;
    width: 0%;
    bottom: 30px;
    left: 0;
    background: #ff9619;
    content: "";
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
} */

.new-nav .form-control:focus {
    box-shadow: none;
    outline: none;
}

.new-nav .form-control {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding-left: 20px;
    padding-right: 44px;
    font-size: 14px;
}

.new-nav .search-btn {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 9px;
    height: 34px;
    width: 36px;
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
    padding-left: 12px;
    background: #d81a60;
    color: #fff;
    border-color: #d81a60;
}

.search-form {
    margin-left: 15px;
    font-size: 14px;
}

.new-nav .search-btn:focus {
    box-shadow: none;
    outline: none;
}

.exclusive-job-box .read-more {
    width: 100%;
    text-align: right;
    padding-top: 16px;
}

.exclusive-job-box .read-more .readmore-btn {
    background: #661fff;
    padding: 7px 18px;
    color: #fff;
    font-size: 11.78px;
    text-transform: capitalize !important;
}

.exclusive-job-box .read-more .readmore-btn:hover {
    border: 1px dotted #d81a60;
    background: #d81a60;
}

.scroll-arrow {
    text-align: center;
    padding-top: 10px;
}

.scroll-arrow i {
    font-size: 15px;
    color: #661fff;
}

.mainnew-nav .content-nav .nav-hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #212121;
    height: 2px;
    transition: all 0.5s;
}

.mainnew-nav .content-nav .nav-hover::before {
    transition: all 0.5s;
}

.mainnew-nav .content-nav .nav-hover:hover::after {
    width: 100%;
}

/* .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mainnew-nav .dropdown-toggle:hover+.dropdown-menu {
    display: block !important;
} */

/* new home page design start from here  */

.newhome-main {
    padding-bottom: 50px;
    /*background: url(../img/home-banner-background2.png) #fff;*/
    background-repeat: no-repeat;
    width: 100%;
    display: inline-bloc k;
    background-position-x: center;
    background-position-y: top;
    /*background-size: cover;*/
}

.newhome-main .banner-section {
    padding: 0px 0px;
}

.newhome-main .banner-section .banner-titlebox {
    text-align: center;
}

.newhome-main .banner-section .banner-titlebox h3 {
    font-size: 60px;
    font-weight: 600;
    color: #1d2a4a;
    text-transform: capitalize;
}

.newhome-main .banner-section .banner-titlebox h1 {
    font-size: 80px;
    font-weight: 800;
    color: #1d2a4a;
    text-transform: capitalize;
}

.newhome-main .banner-section .banner-searchbox {
    padding: 40px 0px;
}

.newhome-main .banner-section .banner-searchbox form {
    width: 55%;
    margin: auto;
    position: relative;
}

.newhome-main .banner-section .banner-searchbox .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: none;
    padding-left: 60px;
    color: #7c81a4;
}

.newhome-main .banner-section .banner-searchbox .form-control::placeholder {
    color: #7c81a4;
    font-size: 17px;
    text-transform: capitalize;
}

.newhome-main .banner-section .banner-searchbox .bann-search-btn {
    position: absolute;
    right: 9px;
    top: 0px;
    background: #fcb132;
    padding: 19px;
    border-radius: 50px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 177px;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}

.bansearch-icon {
    position: absolute;
    left: 25px;
    top: 12px;
}

.bansearch-icon svg {
    width: 27px;
}

.jobcatagory-card .card {
    border: none;
    background: #fff;
    min-height: 370px;
}

.jobcatagory-card .card .card-body {
    padding: 30px 40px;
    position: relative;
}

.jobcatagory-card .card .card-body .card-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #0b2653;
}

.jobcatagory-card .card .card-body .card-title i {
    padding-right: 5px;
}

.jobcatagory-card .card .card-body .card-title img {
    padding-right: 5px;
    margin-top: -5px;
}

.jobcatagory-card .card .card-body .job-list {
    padding: 10px 0px;
}

.jobcatagory-card .card .card-body .job-list .nav-link {
    position: relative;
    color: #636e82;
    font-size: 16px;
}

.jobcatagory-card .card .card-body .job-list .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 18px;
    width: 4px;
    background: #8592a9;
}

.jobcatagory-card .cardloop:nth-child(1) .card {
    position: relative;
}

.jobcatagory-card .cardloop:nth-child(1) .card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 15px;
    width: 100%;
    background: #bbd1fe;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.jobcatagory-card .cardloop:nth-child(2) .card {
    position: relative;
}

.jobcatagory-card .cardloop:nth-child(2) .card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 15px;
    width: 100%;
    /*background: #ffb4a0;*/
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.browse-job-catagory {
    padding: 50px 0px;
    background: #fff;
    min-height: 200px;
}

.browse-job-catagory .card {
    border: none;
}

.browse-job-catagory .card .card-header {
    border: none;
    background: #fff;
}

.browse-job-catagory .card .card-header h2 {
    float: left;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px;
}

.browse-job-catagory .card .card-header .btn-group {
    float: right;
}

.browse-job-catagory .card .card-header .btn-group .office-btn {
    background: #232e67;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
}

.browse-job-catagory .card .card-header .btn-group .office-btn:nth-child(1) {
    background: #fff;
    border: 2px solid #232e67;
    border-top: none;
    color: #232e67;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.browse-job-catagory .card .card-header .btn-group .office-btn:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.browse-job-catagory .card .card-body .browse-list {
    padding: 20px 0px;
}

.browse-job-catagory .card .card-body .browse-list .nav-item {
    background: #f4f4f7;
    border-radius: 7px;
    margin-bottom: 15px;
}

.browse-job-catagory .card .card-body .browse-list .nav-item .nav-link {
    color: #1d2a4a;
    font-size: 16px;
    text-transform: capitalize;
}

.browse-job-catagory .card .card-body .browse-list .nav-item.active {
    background: #1d2a4a;
}

.browse-job-catagory .card .card-body .browse-list .nav-item.active .nav-link {
    color: #fff;
    text-transform: capitalize;
}

.browse-job-catagory .card .card-body .browse-list .nav-item .nav-link svg {
    width: 25px;
    height: 25px;
    padding-right: 5px;
}

a.viewalljobs {
    text-transform: capitalize;
    font-size: 15px;
    color: #6349db;
    padding: 0px 0px;
    position: absolute;
    right: 40px;
    bottom: 30px;
}

a.viewalljobs i {
    font-size: 13px;
    color: #6349db;
    padding-left: 5px;
}

.features-jobs {
    padding-top: 0 !important;
}

.features-jobs .card .card-header .viewalljobs {
    float: right;
    padding: 0 !important;
    padding-top: 5px !important;
}

.features-jobs .card .card-body {
    padding: 35px;
}

.shape-box {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    background: #ac91fe;
    margin-bottom: 17px;
    text-align: center;
    padding-top: 15px;
    font-size: 30px;
    color: #fff;
}

.shape-2 {
    background: #72a0fe;
    text-align: center;
    padding-top: 15px;
}

.shape-3 {
    background: #6246e8;
    text-align: center;
    padding-top: 15px;
}

.features-jobs .card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.features-jobs .card-title {
    font-size: 20px;
    color: #242d67;
    text-transform: capitalize;
    font-weight: 600;
}

.features-jobs .card-body p {
    color: #505780;
    font-size: 15px;
    line-height: normal;
}

.features-jobs .card-body a.card-link {
    color: #888ca8;
    font-size: 15px;
    line-height: normal;
    text-transform: capitalize;
}

.features-jobs .card-body a.card-link i {
    padding-right: 5px;
}

.hom-job-lis li {
    -webkit-box-shadow: 0 0.1rem 0.13rem #00000020;
    -moz-box-shadow: 0 0.1rem 0.13rem #00000020;
    box-shadow: 0 0.1rem 0.13rem #00000020;
    margin-bottom: 10px !important;
    padding-right: 20px;
}

.hom-job-lis li a:hover {
    color: red !important;
}

.hom-job-catagory ul.tab-btn li {
    background: #232e67;
    padding: 2px;
}

.hom-job-catagory ul li:nth-child(1) {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.hom-job-catagory ul li:nth-child(2) {
    border-radius: 0px 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.hom-job-catagory ul.tab-btn li button.active {
    background: #fff !important;
    color: #232e67 !important;
}

.hom-job-catagory ul.tab-btn li button {
    color: #fff !important;
}

ul.b-cat-list li {
    background: #00000005;
    -webkit-box-shadow: 0 0.1rem 0.13rem #00000020;
    -moz-box-shadow: 0 0.1rem 0.13rem #00000020;
    box-shadow: 0 0.1rem 0.13rem #00000020;
    margin-bottom: 10px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

ul.b-cat-list li:hover a {
    background: #232e67;
    color: #fff !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

ul.b-cat-list li:hover a svg {
    background: #232e67;
    color: #fff;
    stroke: #fff !important;
}

ul.b-cat-list li a {
    color: #636e82;
}

ul.b-cat-list li a svg {
    vertical-align: text-top;
    stroke: #636e82 !important;
}

/*.hom-job-catagory .tit-bar{display: flex;}*/

.f-jo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

/* new home page design end here  */

.newhome-main .banner-section .banner-searchbox .bann-search-btn:hover {
    background: #1d2a4a;
}

/*===================FOOTER CSS======================*/


.site-footer {
    position: relative;
    background-color: #faf7f5e0;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer:before {
    position: relative;
    background-color: #faf7f5e0;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer:before {

    position: absolute;
    content: "";
    width: 100%;
    display: inline-block;
    background-position-y: bottom;
    /*background: url(../img/footer-ship-bg.png);*/
    background-size: contain;
    height: 80%;
    background-repeat: no-repeat;
    background-position-x: right;
    z-index: -1;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #242d67;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: 600;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    position: relative;
    list-style: none;
    padding-left: 0;
}

.footer-links li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 3px;
    background: #797979;
    margin-top: 11px;
    left: 0px;
}

.footer-links li {
    display: block;
    padding-left: 15px;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

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

/*===================FOOTER CSS======================*/

.job-details ul li,
.job-details ol li {
    position: relative;
}

.job-details ul li:before,
.job-details ol li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    background: #000;
    top: 10px;
    left: -20px;
}

.job-details-page .job-list ul li {
    background: #fff;
}

.job-details-page {
    background: #fff;
}

.nav-link {
    color: #1d59b3 !important;
}

.card-title a {
    color: #242d67;
}

.job-sum li {
    padding: 0.5rem 1rem;
}

fieldset.scheduler-border {
    padding: 15px 19px 19px 19px !important;
    margin: 1.3em 0 0 0 !important;
    border: 1px solid #e9ebec !important;
    border-radius: 4px;
}

legend.scheduler-border {
    text-align: left !important;
    color: #1d59b3;
    margin: 0;
    width: auto;
    float: inherit;
    font-size: 1rem;
    padding: 2px 20px;
    background: #e9ebec;
    border-radius: 4px;
}

b,
strong {
    font-weight: bolder;
    color: #1d59b3 !important;
}

.badge {
    display: flex;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #1d59b3;
}

.badge li {
    background: #397bd530;
    box-shadow: none;
    margin-right: 5px;
    font-weight: 400;
}

.badge li:before {
    display: none !important;
}

.isting-pag:before {
    display: inline-block;
    content: "";
    background-image: url(../img/list.png);
    width: 30px;
    height: 25px;
    background-repeat-y: no-repeat;
    background-position: left bottom;
    background-repeat-x: no-repeat;
    background-size: contain;
    padding-right: 33px;
}

.po-banner {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    width: 100%;
}

/* @media only screen and (min-width:1000px) {  .po-banner{margin-top: 10% !important;}  }
@media only screen and (max-width:787px) {
  .po-banner .banner-titlebox h3{ font-size:3vh !important;}
  .po-banner .banner-titlebox h1{ font-size:3.5vh !important;}
  .po-banner .banner-section .banner-searchbox { padding: 0 20px !important; }
  .po-banner .banner-section { padding: 10% 0 !important; }
  }

@media only screen and (max-width:731px) {
  .po-banner .banner-titlebox h3{ font-size:2.8vh !important;}
  .po-banner .banner-titlebox h1{ font-size:3.3vh !important;}
  .po-banner .banner-section .banner-searchbox { padding: 0 20px !important; }
  .po-banner .banner-section { padding: 10% 0 !important; }
  } */
.po-banner {
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* @media only screen and (min-width: 1000px) {
    .po-banner {
        margin-top: 7% !important;
    }
}
@media only screen and (max-width: 787px) {
    .po-banner .banner-titlebox h3 {
        font-size: 40px !important;
    }
    .po-banner .banner-titlebox h1 {
        font-size: 50px !important;
    }
} */


.newhome-main .carousel-item img {
    height: 100%;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

ul.footer_ul {
    width: 100%;
    padding-left: 0px;
}

ul.footer_ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

ul.footer_ul li a:hover {
    color: #111111;
    font-size: 17px;
    transition: transform .2s;
    transform: scale(1.5);
    letter-spacing: 1px;

}

.navbar-brand h2 {
    font-size: 18px;
    float: right;
    text-align: right;
    margin-left: 15px;
    margin-top: 6px;
    font-weight: bold;
}

