
/*** Spinner Start ***/
 
a, a:hover {
    transition: .5s;
}
a {
    color: #000;
}
ul {
	list-style-type: none;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
img {
    max-width: 100%;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

.selectyourjob .toggle-icon {
  transition: transform 0.3s ease;
}

/* Rotate icon when dropdown is open */
.selectyourjob button[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: #c6c02b;
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: #c6c02b;
    background: var(--bs-light);
}

/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #c6c02b;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: #c6c02b;
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 27px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #c6c02b;
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #c6c02b;
        color: #c6c02b;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #c6c02b;
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
       /* background: var(--bs-light);*/
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}
.carousel-caption h1 {
    line-height: 65px;
    color: #000;
}
.carousel-caption p {
	color: #000;
	font-weight: 600;
}
.carousel-caption .subc {
    color: #000;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: #c6c02b;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, .2);*/
    display: flex;
    align-items: center;
}
.top-companies {
    margin-top: 70px;
}
strong.jno {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
}
span.jtx {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    width: 56%;
    margin-left: 10px;
    line-height: 22px;
    text-align: left;
}
.securejob img {
    height: 500px;
}
.btn-yellow {
	background: #ddd736!important;
	color: #000!important;
}
.color-primary {
	color: #ddd736!important;
}
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/

.bg-breadcrumb {
    /*position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: #c6c02b;
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: #c6c02b;
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: #c6c02b;
    background: var(--bs-white);
}
.service .service-item .service-content .service-content-inner .btn.btn-primary {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
	border: solid 1px #fff;
}
.ab_bg {
    z-index: -9;
    opacity: .4;
}
.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: #fff;
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #c6c02b;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
.trus_bx, .trst_text, .trst_in {
	padding: 40px 0!important;
}
img.choose_icn {
    width: 40px;
    margin-right: 6px;
}
strong.ac_img {
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 3px #fbbf24;
}
strong.ac_img, strong.ac_img img {
    height: 130px;
}
strong.ac_img img {
    object-fit: cover;
}
span.ac_text {
    width: 87%;
}
/*** Service End ***/


/*** Blog Start ***/

.bg-new {
    background: #fcf8d3;
    color: #000;
}
a.bg-new:hover, .btn.bg-new:hover {
    background: #000;
    color: #fff;
}
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: #c6c02b;
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-white);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: #c6c02b;
}
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
    border: solid 1px #f2eb59;
    overflow: hidden;
}
.psal {
    background: #e7f6ea;
    color: #42b55b;
}
.fsal, .psal {
    text-transform: uppercase;
    padding: 4px 10px;
}
.fsal {
	background: #f1e0ff;
	color: #0d0d0c;
}
.btn-sml {
    padding: 8px 28px;
    border: solid 2px #0d0d0c!important;
}
.blog .blog-item .blog-content a.btn {
    color: #0d0d0c;
}
.btn-sml {
    background: #0d0d0c!important;
    color: #fff!important;
}
.btn-new {
    background: transparent!important;
    color: #0d0d0c!important;
}
.btn-sml:hover {
    background: #c6c02b!important;
    color: #fff!important;
    border-color: #c6c02b!important;
}
.jobs-icon {
    width: 80px;
    margin-right: 8px;
}
.jobimg {
    margin-right: 20px;
}
.jobimg img {
    width: 50px;
    height: auto;
}
.cname {
    color: #0d0d0c;
    font-size: 22px;
}
a:hover {
    color: #000;
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: #c6c02b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: #c6c02b;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #c6c02b;
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: #c6c02b;
}

.footer .footer-item .footer-btn a:hover {
    background: #c6c02b;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/


/*** custom ***/

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-border:hover, .btn.btn-primary:hover, .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle, .btn-check:focus+.btn-primary, .btn-primary:focus, .service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover, .btn.btn-light:hover {
    background: #ddd736!important;
	background-color: #ddd736;
    color: #fff!important;
	border-color: #fff!important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
.bg-primary {
    background-color: #000 !important;
}
.text-primary {
    color: #ddd736 !important;
}
.bg-lightnew {
	background: #fdfee7;
}
body {
    color: #787878;
}
.btn {
    border-radius: 5px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, b, strong, th {
    color: #000;
    font-weight: 600!important;
}
.btn-dark {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.carousel-caption {
    color: #5e6670;
}
.formbox {
    padding: 20px 12px;
    border: solid 1px;
    border-radius: 7px;
    border-color: rgba(0, 0, 0, .6);
}
.sliderfield::placeholder {
  color: #9199a3;
  font-size: 20px;
}
.form_field {
    border-left: solid 1px #e4e5e8;
    padding: 0  0 0 18px;
    width: 27%;
}
.first_field {
    width: 45%;
}
.form-control:focus {
    box-shadow: none;
}
.formbox i {
    font-size: 26px;
}
.service .service-item {
    text-align: center;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 104px;
    padding: 20px;
}
.service .service-item .service-img img {
    width: 65px;
}
.service .service-item .service-img, .service .service-content {
    background: #fdfef3;
}
.service .service-item .service-content .service-content-inner .btn {
    width: 130px;
}
.sliderfield {
    width: 80%;
}
/**** Testimonial ******/

/*.testimonial-item {
    width: 30%;
    margin: 14px;
}*/
.cphoto {
	width: 100%;
	height: 100%;
}
.client_img, .client_img img {
    width: 80px;
    height: 80px!important;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial-item p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0;
    font-style: italic;
}
.footer {
    background: #000000;
}
.footer .footer-item p {
    line-height: 24px;
}
.copyright {
    background: #000;
}
h4.text-new {
    position: relative;
    border-bottom: solid 1px #ccc;
    line-height: 3px;
}
.topc_text {
    background: #fff;
    padding: 24px;
}
.comp_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.d-flex {
    flex-wrap: wrap;
}
.comp_list a {
    display: block;
}
.comp_list li {
    width: 150px;
}
.fjobin {
    background: #fbffb3;
    width: 80%;
    padding: 40px 100px;
    border-radius: 50px;
    margin-top: 60px;
    font-size: 38px;
    text-align: left;
    color: #000;
}
.counter-counting .fs-2, .counter-item .ct_txt {
    font-size: 42px!important;
}
.downloadapp {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 20px;
}
a.download-app {
    background: #fefff2;
    font-size: 48px;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 40px;
    color: #000;
}
a.download-app:hover {
    background: #ddd736;
    color: #000;
}
.testimonial-item {
    margin: 10px;
}
.image-ticker .item img {
    width: 150px;
    height: auto;
    display: inline-block;
}
.image-ticker .owl-item .item {
	text-align: center;
}
.nav-bar {
    border-bottom: solid 1px #e4e5e8;
}
.bg-breadcrumb {
    padding: 40px 0;
    transition: 0.5s;
}
.work-img i {
    font-size: 40px;
}
.work-item {
    box-shadow: 0 0 .25rem rgba(0,0,0,.075) !important;
    padding: 60px 10px 40px;
    border-radius: 10px;
}
.accordion-button:not(.collapsed), .accordion-button {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.accordion-button:not(.collapsed), .accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed), .accordion-collapse.collapse.show {
	background: #fdfee7;
}
.accordion-body {
    padding: 1rem 2rem;
}
.accordion-collapse.collapse.show .accordion-body {
	padding-top: 0;
}
.accordion-button {
    padding: 2.5rem 4rem;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: transparent;
	border: none;
    border-top: 2px solid rgba(0,0,0,.125);
    border-bottom: 2px solid rgba(0,0,0,.125);
}
.accordion-button {
    background-color: transparent;
}
.abt-list {
    list-style: none;
}
.abt-list li {
    width: 50%;
    margin: 10px 0;
}
.imgt_right {
    overflow: hidden;
}
.imgt_right, .imgt_right img {
    height: 268px;
}
.imgt_right img {
	object-fit: cover;
}
.abttxt {
	    align-items: center;
}
.videobox {
	
}
img.play-btn {
    width: 60px;
}
.videobtn {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    top: 30%;
}
.videobtn p {
	margin-top: 40px;
}
.vmain {
	height: 500px;
}
.vmain {
	border-radius: 10px 10px 0 0;
}

.videolinks {
    background: #0c0b0a;
}
.count {
    width: 36px;
    height: 34px;
    background: #000;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    border-radius: 5px;
}
.countxt {
    width: 86%;
}
.countxt a {
    font-size: 14px;
}
.countxt p {
    line-height: 22px;
    margin: 0;
    color: #fff;
}
.videolinks {
    background: #0c0b0a;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
    border-radius: 0 0 12px 12px;
}
.bg-o {
	background: #fcf9c1;
}
ul.side_list {
    margin: 0;
    padding: 4px 1px 18px;
}
ul.side_list li {
    margin: 6px 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #303030;
}
.leftblock .block_heading h5 {
    margin: 0;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    margin: 2px;
}
span.cat_r {
    background: #fff;
    color: #6c757d;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    font-size: 13px;
    letter-spacing: 0px;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.showreslts, .shorting_filter {
    width: auto;
}
.dropdown .btn {
    font-weight: 500;
    border: solid 1px #787878;
}
.job-header ul.dropdown-menu a {
    width: 100%;
    color: #787878;
    font-size: 14px;
    padding: 15px;
}
.job-header ul.dropdown-menu a:hover {
    color: #000;
}
.p_footer {
    justify-content: space-between;
}
.jf_list {
    margin: 0;
    padding: 0;
}
.jf_list li {
    margin-right: 30px;
}
.jf_list li i {
    color: #000;
    margin-right: 6px;
}
.job-post {
    box-shadow: 0 0 .25rem rgba(0,0,0,.075) !important;
    padding: 30px 40px;
    border-radius: 10px;
    margin: 20px 0;
}
.titlelogo {
    width: 50px;
}
.syjob {
    color: #000;
    font-size: 20px;
    border-radius: 60px;
    padding: 10px;
}
.syjob, .cremain {
	width: 100%;
    max-width: 800px;
}
.current_jobs {
	width: 100%;
    max-width: 1000px;
}
.currentjob_list {
    max-width: 566px;
    width: 100%;
}
.dropdown .btn.syjob i {
    margin-left: 10px;
    margin-top: 3px;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.btn:hover {
    color: #000;
}
.bg-dark {
    background-color: #000!important;
}
.cremain {
    color: #fff;
    padding: 18px 90px;
    font-size: 20px;
    border-radius: 60px;
    margin-top: 40px;
}
.avain {
    top: -19px;
    left: 33%;
    padding: 2px 50px;
    font-size: 16px;
    border-radius: 22px;
}
.current_jobs {
    padding: 10px 20px;
}
.current_head {
	font-size: 14px;
}
.current_head h4 {
    font-size: 18px;
    margin: 0;
}
.userbtn:hover {
	background: #000 !important;
}
.bg-secondary {
    background-color: #ddd736 !important;
	color: #000;
}
a.bg-secondary:hover, .btn.bg-secondary:hover, .btn.bg-new:hover, a.bg-new:hover {
    background-color: #000 !important;
	color: #ddd736;
}
.bigbtn {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 50px;
    max-width: 600px;
    width: 100%;
}
.btn.bg-new, a.bg-new {
	border: solid 1px #f5f0c1;
}
.btn.bg-new:hover, a.bg-new:hover {
	border-color: #f5f0c1;
}
.btn-border {
    border: solid 1px  #000;
    color: #000;
}
/* Profile-circle */
.progress-circle-sm {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: conic-gradient(
    #ddd736 calc(var(--percent) * 1%),
    #e9ecef 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 7px;
  font-weight: 600;
  color: #ddd736;
}

.progress-circle-sm::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.current_jobs .titlelogo {
    width: 40px;
}
.jobfilterbox a, .currentjob_list li {
    background: #f4f4f4;
    color: #000;
}
.jobfilterbox a, .currentjob_list li {
    margin: 6px;
    padding: 3px 40px;
    border-radius: 30px;
    height: 36px;
    line-height: 30px;
}
.jobfilterbox {
    padding: 20px;
    max-width: 800px;
}
.selectyourjob .collapse:not(.show) {
    display: none!important;
}
.curcontact {
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    margin-top: 80px;
    margin-bottom: 10px;
}
.curcontact:hover {
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.userbtn {
	background: #000;
	color: #fff;
}	
.userbtn {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.btn-light {
    color: #fff;
	background: #323232;
    border: none;
}
/*.plan_box, .plan_box h5 {
    color: #fff;
}*/
.plan_box h5 {
    font-weight: 600 !important;
    font-size: 22px;
}
.plan_box h5 span {
    font-weight: 500!important;
    font-size: 18px;
}
.jobs_plan li {
    margin: 10px 0;
}
.jobs_plan {
    border: solid 2px #000;
}
.sub_btn {
    background: #000;
    color: #fff;
    border-radius: 40px;
    padding: 4px 18px;
}
.plan_box {
    max-width: 280px;
}
.profile_img {
    width: 70px;
}
.profile_img, .profile_img img {
    height: 70px;
}
.profile_img img {
    border-radius: 50%;
}
.border-1 {
	border: solid 1px #dfdfdf;
}
.down_resume {
    padding-top: 100px;
}
ul.tech_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.tech_list li {
    width: 50%;
    font-size: 14px;
    margin: 3px 0;
}
.edpre a {
	color: #ddd736;
}
.edpre a:hover {
	color: #000;
}
.tech_list i {
    font-size: 12px;
    margin-right: 2px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
}
.leftpronav {
	padding: 40px 0;
}
.petec_list a {
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.leftpronav li a {
    border: solid 1px transparent;
    border-radius: 10px;
    margin-bottom: 4px;
}
.leftpronav li a:hover, .leftpronav li a.activetab {
	    border-color: #dfdfdf;
		    background: #fdfee7;
	
}
.progress-bar {
    color: #fff;
    background-color: #ddd736;
}
.form_resume .form-control {
    padding: .375rem .75rem;
    background-color: #f2f5f9 !important;
    border-radius: 3px;
}
.form_resume {
    padding: 20px;
}
.form-group {
    margin: 12px 0;
}
.form-group label {
    margin-bottom: 2px;
    width: 100%;
}
ul.deslist {
    list-style-type: circle;
    padding: 0 0 0 20px;
    display: inline-block;
}
.rside_list {
    padding: 0;
    margin: 10px 0 0;
}
.rside_list li {
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%;
}
.rside_list li i {
    margin-right: 15px;
    margin-top: 5px;
    color: #000;
}
.rside_list li span.cat_l {
    width: 220px;
}
.rside_list span.cat_l strong {
    width: 100%;
    float: left;
    font-size: 16px;
}
.mapframe iframe {
	height: 300px;
}
.drbig {
    font-size: 40px;
	font-weight: 600;
}
.drsmall {
    font-size: 18px;
}
.hirem {
    width: 33.33%;
}
.prvi {
    color: #000;
    font-size: 40px;
    margin: 0;
    padding: 0;
}
/* Download App*/

.homec-btn {
    background: #7166F0;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    transition: all 0.5s ease;
    max-width: fit-content;
    cursor: pointer;
    height: 60px;
    font-size: 18px;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
}
.homec-bg-primary-color {
    background-color: #7666f0;
}
.homec-bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section {
    display: block;
}
.homec-shape {
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 0;
}
.zi {
	z-index: 9;
}
.download-app__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.download-app__content {
    display: flex;
    flex-direction: column;
    max-width: 56%;
    position: relative;
}
.download-app__img {
    width: 32%;
}
.homec-section__head {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
:focus-visible {
    outline: none;
}
.download__app-button {
    display: flex;
    gap: 25px;
}
.download__app-button .homec-btn {
    background: #111111;
    border-radius: 100px;
    border: none;
    color: #fff;
    padding: 6px 30px;
    transition: all 0.3s ease;
}
.homec-btn {
    height: 52px;
    line-height: 44px;
}
.homec-btn__download {
    gap: 12px;
}
.homec-btn__download .btn-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.homec-btn__download span {
    color: #a0a0a0;
    font-size: 12px;
    line-height: initial;
}
.homec-btn__download p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.download__app-button i {
    font-size: 25px;
    margin-right: 6px;
}
.homec-btn span, .homec-btn svg, .homec-btn i, .homec-btn p, .homec-btn span {
    z-index: 111;
    position: relative;
    transition: all 0.5s ease;
}
.bg-light {
    background-color: #fcf8d3 !important;
}
.homec-btn__download:hover span {
    color: #fff;
}
.homec-shape-single.homec-shape-11 {
    top: 10%;
    left: 10%;
    animation: tptranslateX2 6s infinite alternate;
}
.homec-shape-single.homec-shape-12 {
    left: 22%;
    top: 22%;
    animation: moving 15s linear infinite;
}
.homec-shape-single.homec-shape-13 {
    left: 30%;
    bottom: 10%;
    animation: moving 15s linear infinite;
}
.homec-shape-single {
    position: absolute;
}

/* Download App End */

.text-primary {
    color: #000 !important;
}
.hero_sec {
    position: relative;
    overflow: hidden;
}
.hero_sec video {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}
.topbar .dropdown-toggle::after, .navbar-light .navbar-nav .nav-item:hover, .navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #000;
}
.bg-lightnew {
	background: #fdfee7;
}
.homec-shape-single {
    position: absolute;
}
.homec-shape-single.homec-shape-10 {
    bottom: 0;
    animation: moving 8s linear infinite;
}
.homec-shape img {
    animation: floatApp 4s ease-in-out infinite;
}

/**form**/

.formbox_in {
    width: 470px;
    border: solid 2px;
}
.formbox_in {
	
}
.jobseek i {
    font-size: 63px;
}
span.jobsee_text {
    width: 70%;
}
.jobsee_text h5 {
    margin: 0;
    text-transform: uppercase;
}
.jobsee_text p {
    font-size: 14px;
    margin: 0;
    line-height: 19px;
}
.jobseek {
    padding: 30px 40px;
    border-radius: 20px;
    margin: 20px 0px;
    border: solid 1px rgb(221, 215, 54) !important;
}
.jobseek:hover {
    background: rgb(221, 215, 54) !important;
}
.popupclose {
    position: absolute;
    right: 30px;
    top: 30px;
}
.eotp {
    text-align: center;
    margin: 0;
}
.otptxt input {
    width: 50px;
    border-radius: 4px;
    border: solid 1px #ccc;
    height: 44px;
    margin: 4px;
    text-align: center;
}
.number_box span, .number_box input {
    background: #fafafa;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 8px;
    margin: 0 2px;
}
.number_box input {
    width: 84%;
}
.green_bg {
	background: #258f2d;
}
.jobposttab .nav-pills .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 7px 70px;
    border: solid 1px #000;
    margin: 0 2px;
}
.jobposttab .nav-link {
    color: #000;
}
.jobposttab .nav-pills .nav-link.active, .jobposttab .nav-pills .show>.nav-link, .bg_green {
    color: #fff;
    background-color: #128a3a;
}
.modal-content {
    background-color: rgba(255,255,255,.9);
}
.user-btn {
	border-radius: 50%;
}
.nav-btn .user-btn {
    border-radius: 50%!important;
}
.bg-yellow {
	background: #f9e231;
	color: #000;
}
.form_sec .form-group label {
    color: #000;
    font-size: 18px;
}
.formouter {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .075) !important;
    border: solid 1px #ccc;
    padding: 36px 4%;
}
.formouter .form-control {
    padding: 1rem .96rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.gender-field {
  font-family: Arial, sans-serif;
}

.gender-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.gender-options {
  display: flex;
  width: 160px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.gender-options input {
  display: none;
}

.gender-options label {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  background: #fff5f5;
  color: #333;
  font-weight: 500;
}

/* Active state */
.gender-options input:checked + label {
  background: #8ff0d2;
  color: #000;
}
 
.location-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.location-input {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  padding: 8px 10px;
  margin-bottom: 12px;
}

.location-input .icon {
  margin-right: 8px;
}

.location-input input {
  border: none;
  outline: none;
  width: 100%;
}

.location-field .btn {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.location-field .btn:hover {
    color: #fff;
	background: #ddd736 !important;
}
.current-location {
  background-color: #128a3a;
  color: #fff;
}

.manual-location {
  background-color: #000;
  color: #fff;
}
.option-card {
  background: #fff;
  border-radius: 14px;
  padding: 50px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

.option-card i {
  font-size: 28px;
  margin-bottom: 10px;
}

.option-card p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    color: #128a3a;
}
.option-card:hover, .form_sec .form-group label:hover {
    color: #128a3a;
}
.tandc .form-check-input:checked {
    background-color: #128a3a;
    border-color: #128a3a;
}
 
 .modal-backdrop {
    z-index: 9;
    background-color: rgba(0,0,1);
}
.form-control:disabled, .form-control:read-only {
    background-color: transparent;
    opacity: 1;
}
select {
	cursor: pointer;
}
textarea {
	resize: none;
	height: 200px;
}
/****
      Media
	        ******/
@media(min-width:0px) and (max-width:767px) {
.mb-mt {
	margin-top: 18px;
}
.carousel-caption h1 {
    line-height: 44px;
}
.form_field {
    width: 47%;
}
.first_field {
    width: 96%;
}
.form_field {
    border: solid 1px #e4e5e8;
    margin: 4px;
    padding: 6px 10px;
    border-radius: 4px;
}
.sliderfield::placeholder {
  font-size: 16px;
}
.formbox i {
    font-size: 18px;
}
.testimonial-item {
    width: 100%;
}
.comp_list li {
    width: 73px;
}
.comp_list img {
    border: solid 1px #ccc;
    width: 98px;
    border-radius: 4px;
}
.fjobin {
    padding: 40px 10%;
    font-size: 19px;
	width: 100%;
}
.counter-counting .fs-2, .counter-item .ct_txt {
    font-size: 40px!important;
}
.counter-item {
    border: solid 1px #fff;
    padding: 20px;
    border-radius: 14px;
    margin: 10px;
}
.owl-carousel.owl-drag .owl-item {
    margin-top: 50px;
}
a.download-app {
    font-size: 22px;
    padding: 10px 32px;
    margin-top: 20px;
}
.jf_list {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}
.jf_list li {
    margin: 5px 14px 0 0;
}
.p_footer .btn {
	margin: 0;
}
.job-post {
    padding: 20px;
}
.title_hed h4 {
    margin-bottom: 1px;
}
}