:root {
    --black-color: #231f20;
}

.banner {
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 85vh;
    align-items: center;
    position: relative;
    background-position: center;
    padding: 80px 0;
}

.home-wrapper-inner {
    padding: 3em 0px 0px;
}

.home-wrapper-inner .about-us.newSec {
    padding: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease-in-out;
}

.home-wrapper-inner .about-us.newSec .about-us-right {
    position: relative;
}

.home-wrapper-inner .about-us.newSec .about-us-right figure {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.home-wrapper-inner .about-us.newSec .about-us-right img {
    transition: all 0.7s ease-in-out;
}

.home-wrapper-inner .about-us.newSec .about-us-right .col-md-6.about-us-left {
    max-width: 100%;
    flex: 0 0 100%;
}

.home-wrapper-inner .about-us.newSec .about-us-left {
    position: relative;
    z-index: 9;
}

.home-wrapper-inner .about-us.newSec .about-us-left .subhead {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.home-wrapper-inner .about-us.newSec .about-us-left .description-box {
    text-align: justify;
}

.description-text {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}

.description-sec {
    padding: 2em 0px;
}

.description-sec .description-box {
    padding: 1.5em;
    margin: 0px 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.205);
    border-radius: 10px;
    overflow: hidden;
}

.description-sec .description-box .sec-head {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.description-sec .lists-under {
    margin: 0px 15px;
    padding-top: 2em;
}

.description-sec .lists-under {
    color: #000;
}

section.form-common-bored.sign-up {
    padding-top: 120px;
    padding-bottom: 42px;
}

.Hire_under {
    padding: 4em 0px 0px;
}

.Hire_under .Header {
    margin-bottom: 10px;
    font-size: 18px;
}

ul.navbar-nav li {
    padding: 2px 7px;
    margin: 0px 1px !important;
}

ul.navbar-nav li:hover {
    background-color: #262626;
}

ul.navbar-nav li:hover a {
    color: #fff !important;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 5px;
    border-right: 2px solid #fff;
    height: 63%;
    background-color: transparent;
}

.navbar-nav .nav-item .nav-link.no-pipe::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 5px;
    border-right: 0px solid #fff;
    height: 63%;
    background-color: transparent;
}

.download-app {
    padding: 0px;
}

.download-app .common-heading.emg {
    padding: 0px 0px 0px 20px;
    justify-content: center;
}

.download-app .dwnldHead {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 1em;
}

.download-app .btn-group-app.new {
    display: flex;
    padding: 1em 0px;
}

.download-app .btn-group-app.new .img_link {
    width: 25%;
}

.download-app .btn-group-app.new .img_link img {
    width: 80%;
}

.download-app .dwnldaip {
    padding: 0px;
}

.download-app .download-app-R-content {
    padding-left: 0px;
}

.download-app .download-app-R-content .Header {
    font-size: 18px;
}

.download-app .download-app-R-content p {
    text-align: justify;
}

footer.footer-new {
    padding: 2em 0px;
}

footer.footer-new .logo_foot {
    margin: 0px 0px 2em;
}

footer.footer-new .pera {
    margin: 1em 0px;
}

footer.footer-new .get_Mail .icon {
    width: 20px;
    height: 29px;
    display: inline-block;
    margin: 0 auto;
    fill: #6e797a;
    cursor: pointer;
    vertical-align: middle;
    transition: fill 200ms;
    margin-right: 20px;
}

footer.footer-new .get_Mail .icon:last-child {
    margin-right: 0;
}

footer.footer-new .get_Mail .icon:hover {
    fill: #364141;
}

footer.footer-new .get_Mail .icon:active,
footer.footer-new .get_Mail .icon._active {
    fill: #2079c3;
}

footer.footer-new .get_Mail .theme-bg {
    margin: 0px 10px;
}

footer.footer-new .get_Mail .plane.active {
    -webkit-animation: planeAnimation 1s 1 cubic-bezier(0.31, 0, 0, 1);
    animation: planeAnimation 1s 1 cubic-bezier(0.31, 0, 0, 1);
}

footer.footer-new .get_Mail .plane:hover {
    fill: #2079c3;
}

.banner.trans {
    min-height: 680px;
}

.simple-banner {
    min-height: 650px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0;
}

.simple-banner.top {
    background-position: center top;
}

.hero-banner {
    min-height: 650px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0;
}

.banner:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0d1d33;
    opacity: 0.64;
}

.banner.home-gray:before {
    display: none;
}

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: "";
    background: #19365f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

.company-brand img:hover,
.company-brand img:focus {
    opacity: 1;
}

.banner-caption {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.banner-text {
    text-align: center;
}

.banner h1 {
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 3px;
}

.banner h1 span {
    color: #11b719;
}

.banner p {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.9;
}

.banner .no-padd {
    padding: 0 5px;
}

form.form-horizontal {
    padding: 10px 10px 5px;
    display: table;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.slide-banner form.form-horizontal {
    padding: 10px 10px 5px;
}

.banner-caption .form-control {
    background: #fff;
    border: none;
    border-radius: 0;
    height: 48px;
    color: #282C32;
    font-size: 15px;
    width: 100%;
    box-shadow: none;
}

.banner-caption select.form-control:hover,
.banner-caption select.form-control:focus {
    border: none;
    box-shadow: none;
}

.banner-caption .input-group {
    width: 100%;
    padding: 0;
    display: block;
}

.banner-caption .btn-primary {
    background: #11b719;
    height: 48px;
    color: #fff;
    border-radius: 0;
    border-color: #11b719;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.banner-caption .btn-primary:focus,
.banner-caption .btn-primary:hover {
    background: #11b719;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    color: #fff;
    border-color: #11b719;
}

.banner-caption .form-control::-moz-placeholder {
    color: #282C32;
    opacity: 1;
}

.banner-caption .form-control:-ms-input-placeholder {
    color: #282C32;
}

.banner-caption .form-control::-webkit-input-placeholder {
    color: #282C32;
}

.company-brand {
    background: #eaedf3;
    display: table;
    padding: 2em 0;
    width: 100%;
    position: relative;
}

.company-brand img {
    display: block;
    margin: 0 auto;
}

.simple-banner {
    background-size: cover;
}

.simple-banner h3 {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #252d40;
}

.simple-banner h1 {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #252d40;
    font-weight: 700;
    font-size: 40px;
}

.simple-banner h1 span {
    color: #11b719;
}

.bottom-search-form {
    background: #252d40;
    padding: 3em 0 2em;
}

.bottom-search-form input.form-control,
.bottom-search-form select.form-control {
    background: #2a3348;
    border-radius: 2px;
    height: 52px;
    margin-bottom: 10px;
    border: 1px solid #323c54;
    width: 100%;
    color: #99abb9;
}

.bottom-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #92a4b3;
    background: #2a3348;
    border: 1px solid #323c54;
}

.bottom-search-form.light .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #92a4b3;
    background: #fff;
    border: 1px solid #fff;
}

.bottom-search-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #99abb9 transparent transparent;
}

.bottom-search-form button.btn.btn-primary {
    width: 100%;
    height: 52px;
    border-radius: 2px;
    font-size: 16px;
    background: #11b719;
    border: 1px solid #0bbf0b;
}

.home-three-banner {
    min-height: 680px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    background-size: cover;
    padding: 80px 0;
}

.home-three-banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background: rgba(53, 67, 78, 0.7);
}

.simple-banner-caption {
    margin-top: 70px;
}

.simple-banner.top .simple-banner-caption {
    margin-top: 0;
}

.home-three-banner .banner-text {
    text-align: left;
}

.home-three-banner form.bt-form {
    margin: 25px -15px;
}

.home-three-banner h1 {
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 700;
}

.home-three-banner p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.home-three-banner h1 span {
    color: #11b719;
}

.home-three-banner input.form-control,
.home-three-banner select.form-control {
    background: #fff;
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    width: 100%;
    color: #636d75;
}

.home-three-banner button.btn.btn-primary {
    width: 100%;
    border-radius: 2px;
    font-size: 16px;
    background: #11b719;
    border: 1px solid #0bbf0b;
}

.home-three-banner input.form-control:focus,
.home-three-banner select.form-control:focus {
    border: 1px solid #11b719;
    box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1);
}

.home-plane-banner {
    padding: 8em 0 6em;
    position: relative;
    text-align: left;
    background-size: cover;
}

.home-plane-banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.02);
}

.home-plane-banner .banner-text {
    text-align: center;
}

.home-plane-banner h1 {
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    color: #252d40;
    line-height: 1.2;
    font-weight: 700;
}

.home-plane-banner p {
    font-size: 16px;
    line-height: 1.8;
    color: #5d6d79;
}

.home-plane-banner h1 span {
    color: #11b719;
}

a.btn.btn-banner {
    background: #11b719;
    width: 220px;
    padding: 15px 0;
    display: table;
    margin: 25px auto;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}

.banner.home-5 {
    background-size: cover;
    padding-bottom: 0;
    position: relative;
    background-position: center;
}

.banner.home-5:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #282C32;
    opacity: 0.7;
}

.banner.home-gray {
    background: #f4f6f5;
}

.banner.home-gray .full-search-2.hero-search-radius {
    box-shadow: 0 10px 10px 0 rgba(62, 28, 131, 0.04);
}

.banner-caption {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.banner-caption .form-control,
.banner-caption .btn-primary,
.banner-caption .btn-primary:focus,
.banner-caption .btn-primary:hover {
    height: 62px;
}

.banner-caption .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    min-height: 62px;
}

.banner-caption .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.banner-caption .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 62px;
}

.banner-caption .btn-primary {
    height: 62px;
}

.banner-caption .form-control::-moz-placeholder {
    color: #6a7884 !important;
    opacity: 1;
}

.banner-caption .form-control:-ms-input-placeholder {
    color: #6a7884 !important;
}

.banner-caption .form-control::-webkit-input-placeholder {
    color: #6a7884 !important;
}

.banner .dark h1 {
    color: #29365a;
}

.btn.btn-primary {
    border: 1px solid #03a84e;
    background: #03a84e;
}

.banner.home-gray .full-search-2.hero-search-radius {
    box-shadow: 0 10px 10px 0 rgba(62, 28, 131, 0.04);
}

.full-search-2.hero-search-radius {
    background: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}

.input-with-icon i svg {
    fill: #a2a9bf;
}

.italian-search.hero-search-radius .btn.search-btn {
    border-radius: 4px;
    height: 62px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#choose-city Option li {
    padding: 10px !important;
}

.italian-search.hero-search-radius .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
}

.banner-caption .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.bottom-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #92a4b3;
    background: #2a3348;
    border: 1px solid #323c54;
}

.bottom-search-form.light .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #92a4b3;
    background: #fff;
    border: 1px solid #fff;
}

.input-with-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #fff;
    background: #fff;
    line-height: 60px;
}

.slide-banner .select2-container--default .select2-selection--single .select2-selection__rendered,
.home-5 .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
}

select.form-control:not([size]):not([multiple]) {
    color: #827884;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a7884;
    border: 1px solid #dde6ef;
    background: #fbfdff;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    text-align: left;
}

.home-gray .banner-caption .form-control.inpt {
    font-size: 12px;
}

.home-gray .banner-caption .form-control {
    padding: 0px 0px 0px 30px;
}

.home-gray .banner-caption .form-group {
    margin-bottom: 0px;
    padding: 0px;
}

.navbar-toggler-icon {
    color: #fff;
    position: relative;
}

.navbar-toggler-icon svg {
    position: absolute;
    top: 10px;
    left: 5px;
    cursor: pointer;
    fill: #fff;
}

.working-process h4 {
    margin: 10px 0;
}

.working-process p {
    font-size: 14px;
    padding: 2px 15px;
    line-height: 1.9;
}

.working-process {
    text-align: center;
    position: relative;
    margin-top: 30px h4;
}

.working-process p {
    padding: 2px 15px;
    line-height: 1.9;
}

span.process-img {
    width: 80px;
    height: 80px;
    margin: 15px px auto 0;
    position: relative;
    display: inline-block;
}

.how-it-works.fullScreen {
    min-height: 79vh;
}

.carousel-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 2em;
    border-radius: 5px;
    align-items: flex-end;
    height: 25em;
    display: flex;
}

.carousel-box .owl-carousel.owl-loaded {
    height: 18em;
}

.carousel-box .header {
    padding: 1em 0px 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-box .header .head-2 {
    text-align: center;
}

.carousel-box .header .head-img {
    width: 3em;
}

.carousel-box .poet-card {
    margin: 5px;
    border-radius: 10px;
    border-radius: 7px;
    min-height: 14em;
    overflow: hidden;
    filter: blur(1px);
}

.carousel-box .poet-card .img-sec {
    max-height: 12em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-box .poet-card .img-sec .card-img {
    height: 12em;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel-box .poet-card .text-sec .head {
    position: relative;
    margin: 5px 0px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

.carousel-box .owl-dots {
    display: none;
}

.carousel-box .owl-stage-outer {
    padding: 40px 0px 0px;
    align-items: center;
}

.carousel-box .owl-item.active img {
    filter: grayscale(100%);
}

.carousel-box .owl-item.active.center {
    z-index: 9;
    top: -20px;
    transform: scale(1.3);
    margin: 20px 0px;
    position: relative;
    min-height: 20em;
}

.carousel-box .owl-item.active.center .poet-card {
    padding: 10px 10px 0px;
    position: absolute;
    left: -5em;
    min-height: 17em;
    top: 0px;
    min-width: 20em;
    z-index: 99;
    filter: blur(0px);
}

.carousel-box .owl-item.active.center img {
    filter: grayscale(0%);
}

.how-it-works {
    padding: 4em 0;
}

.how-it-works:hover .main-heading h2>span::before {
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.how-it-works:hover .Car__box .header .text-success::before {
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.how-it-works .Car__box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
    border-radius: 10px;
    margin: 0px 10px;
}

.how-it-works .Car__box .carousel-item {
    margin: 3em 0px;
}

.how-it-works .Car__box .header {
    text-align: left;
    padding: 10px 1.5em;
}

.how-it-works .Car__box .header h3 {
    font-weight: 500;
}

.how-it-works .Car__box .header .text-success {
    position: relative;
}

.how-it-works .Car__box .header .text-success::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -5px;
    border-bottom: 2px solid #03a84e;
    width: 20%;
    transition: all 0.7s ease-in-out;
}

.how-it-works .button-box {
    text-align: center;
    padding: 2em 0px;
}

.how-it-works .button-box .button-main {
    color: #fff;
    background-color: #548135;
    padding: 8px 15px;
}

.how-it-works .carousel-item img {
    height: auto;
}

.jobs_video .thumb {
    border-radius: 4rem 4rem 4rem 0.5rem;
    overflow: hidden;
}

.jobs_video .bb-video-box-inner {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
}

.jobs_video .bb-video-box-innerup {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5a96e5;
}

.jobs_video .bb-video-box-innerup .fa-play {
    color: #fff;
}

.theme-cl {
    font-size: 20px;
}

.jobs_video .bb-video-box {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#CarouXlSec {
    position: relative;
}

.sign_upMain {
    display: none;
    bottom: 2em;
    right: 2em;
    background-color: #000;
    padding: 12px 12px 0px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 999;
}

.sign_upMain .in__box {
    position: relative;
}

.sign_upMain .in__box .main_caller svg {
    width: 3em;
    height: 3em;
    cursor: pointer;
    /* fill: #03a84e; */
    fill: #fff;
}

.sign_upMain .in__box .in__form {
    border-radius: 0px 10px;
    padding: 1em;
    position: absolute;
    right: 20px;
    bottom: 5em;
    background-color: #fff;
    width: 32em;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.sign_upMain .in__box .in__form .Header {
    margin: 20px 0px;
}

.main-heading {
    text-align: center;
    margin-bottom: 2em;
}

.main-heading h2 {
    color: #252d40;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
}

.main-heading h2>span {
    color: #03a84e;
    position: relative;
    transition: all 0.7s ease-in-out;
}

.main-heading h2>span::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -5px;
    border-bottom: 2px solid #03a84e;
    width: 20%;
    transition: all 0.7s ease-in-out;
}

.main-heading p {
    font-size: 16px;
    color: #707c88;
    margin-bottom: 5px;
}

.row {
    align-items: center;
}

#NewQuote {
    position: fixed;
    top: 80px;
    right: 100px;
    z-index: 999;
    width: 31%;
}

#NewQuote .col-md-8 {
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 80px;
}

#NewQuote p.mb-0 {
    color: #6C6D6F;
    font-size: 10px;
    font-weight: bold;
}

#NewQuote strong {
    font-size: 12px;
}

#NewQuote .fa-phone-volume {
    margin-right: 4px;
    font-size: 12px;
}

#NewQuote h4.form-heading {
    font-weight: bold;
    font-size: 23px !important;
}

#NewQuote p.form-para {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6196078431);
    line-height: 17px;
}

#NewQuote p.form-para::after {
    content: ".";
    font-size: 0;
    display: block;
    width: 8%;
    height: 4px;
    background: #03a84e;
    margin: 10px 0;
    transform: translateX(-10px);
}

#NewQuote .form-group {
    position: relative;
    margin-bottom: 0.5rem;
}

#NewQuote .form-control {
    border-radius: 0;
    outline: 0;
}

#NewQuote .form-control:focus {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dae0e5;
}

#NewQuote .form-control-placeholder {
    position: absolute;
    top: 12px;
    left: 10px;
    transition: all 200ms;
    opacity: 0.5;
    font-size: 75%;
}

#NewQuote .form-control:focus+.form-control-placeholder,
#NewQuote .form-control:valid+.form-control-placeholder {
    font-size: 60%;
    transform: translate3d(0, -75%, 0);
    opacity: 1;
    top: 12px;
}

#NewQuote .btn-primary {
    border: none !important;
    background: #03a84e !important;
    height: 46px !important;
}

#NewQuote .btn-primary span {
    color: #E5DDFF;
    font-size: 10px;
}

#NewQuote .terms {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6196078431);
    font-weight: 500;
}

#NewQuote .terms a {
    color: #03a84e !important;
}

@media screen and (max-width: 767px) {
    #NewQuote .mycol1 {
        border-radius: 0;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        padding: 50px 50px 50px 50px;
    }

    #NewQuote .image {
        margin-top: 0;
    }

    #NewQuote .mycol2 {
        border-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
        text-align: center;
        padding-bottom: 40px;
    }

    #NewQuote form.information {
        margin: 10px 10px 0 10px;
    }

    #NewQuote .form-group {
        margin: 10px 10px 0 10px;
    }

    #NewQuote .logo {
        transform: translate(-90px, -30px);
    }
}

@media screen and (min-width: 1200px) {
    #NewQuote .form-group {
        margin-bottom: 0.5rem;
    }
}

.hired-find-job.download-app-screen {
    background-color: #fff;
    min-height: 79vh;
}

.hired-find-job.download-app-screen .download-app .row {
    margin: 0px;
}

.hired-find-job {
    background-color: #f4f6f5;
    padding: 4em 0px;
}

.hired-find-job .hire-find-img {
    width: 80%;
}

.hired-find-job .list-spec-index {
    list-style-type: disc;
    padding-left: 17px;
}

.hired-find-job .list-spec-index .list-item {
    position: relative;
    font-size: 12px;
}

.hired-find-job .bg-shape {
    position: relative;
    z-index: 9;
    width: 100%;
    /* 
  &::before {
      content: "";
      position: absolute;
      left: 0px;
      top: -30px;
      background-color: #efe07e;
      border-radius: 10px;
      width: 30%;
      height: 10em;
      z-index: -2;
      transition: all 0.7s ease-in-out;

  }

  &::after {
      content: "";
      position: absolute;
      right: -5px;
      bottom: 4px;
      background-color: #5a96e561;
      border-radius: 10px;
      width: 69%;
      height: 10em;
      z-index: -1;
      transition: all 0.7s ease-in-out;

  } */
    ;
}

.hired-find-job .bg-shape .hire-find {
    color: var(--black-color);
}

.hired-find-job .bg-shape .right-icon {
    position: relative;
}

.hired-find-job .bg-shape .head-under {
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0px 0px;
}

.hired-find-job .bg-shape .right-icon {
    position: relative;
    width: 100%;
}

.hired-find-job .bg-shape .right-icon .arrow-right {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: var(--black-color);
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}

.hired-find-job .hired-find-job-box {
    width: 100%;
    display: flex;
    padding: 40px 20px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
}

.hired-find-job .hired-find-job-box figure {
    margin: 0px;
}

.hired-find-job .hired-find-job-box:hover .bg-shape::after {
    bottom: -10px;
}

.hired-find-job .hired-find-job-box:hover .bg-shape::before {
    top: -40px;
}

.hired-find-job .hired-find-job-box img {
    width: 50%;
    transition: all 0.7s ease-in-out;
}

.hired-find-job .hired-find-job-box,
.hired-find-job .hired-find-job-box {
    margin: 0px;
}

.hired-find-job .download-app {
    padding-bottom: 0px;
    padding-top: 60px;
}

.top-form-heading h3 {
    font-size: 25px;
}

.rqStQute__svg {
    position: relative;
}

.rqStQute__svg svg {
    fill: #fff !important;
    width: 1.3em;
}

.jobs_video:before {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.5;
    border-radius: 4rem 4rem 4rem 0.5rem;
}

.jobs_video {
    position: relative;
}

.pricing {
    background-color: #f4f6f5;
    padding: 4em 0;
}

.pricing .tpc-status {
    position: absolute;
    left: 32px;
    top: 25px;
    background: #01c73d;
    color: #fff;
    text-transform: capitalize;
    padding: 4px 18px;
    border-radius: 50px;
    font-weight: 500;
}

.pricing .btn.btn-candidate-two {
    border-radius: 2px;
    color: #fff;
    padding: 9px 17px;
    margin: 5px;
}

.pricing .bg-default {
    background: #283447 !important;
}

.pricing .bg-info {
    background: #01b2ac !important;
}

.pricing .rattings .fa.fill {
    color: #FF9800;
}

.pricing .tp-candidate-inner-box {
    padding: 50px 20px 10px;
    text-align: center;
}

.pricing .flc-rate {
    position: absolute;
    right: 32px;
    top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.pricing .style-2 .top-candidate-box {
    padding: 40px 20px 35px;
}

.pricing .top-candidate-wrap {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: 0.4s;
    border: 1px solid #eaeff5;
}

.pricing .top-candidate-box-extra ul {
    margin: 15px 0;
    padding: 0;
}

.pricing .top-candidate-box-extra ul li {
    display: inline-block;
    list-style: none;
    padding: 3px 15px;
    border: 1px solid #b9c5ce;
    border-radius: 50px;
    margin: 5px;
    font-weight: 500;
    color: #657180;
}

.pricing .top-candidate-box-extra ul li.more-skill {
    color: #fff;
    border-color: #1194f7;
}

.pricing .style-2 .top-candidate-box-extra ul li {
    border-radius: 2px;
}

.pricing .top-candidate-wrap:hover,
.pricing .top-candidate-wrap:focus {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    cursor: pointer;
}

.pricing .style-2 .top-candidate-box-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}

.img-circle {
    border-radius: 50%;
}

span.process-num {
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #bbc7e1;
    left: -77px;
    top: 12px;
    opacity: 0.2;
}

@media only screen and (max-width: 768px) {
    .common-btn.select-lan-box {
        margin: 0px 10px;
    }

    .carousel-box .container {
        padding: 0em 4em;
        top: 3em;
        left: 6em;
    }

    .carousel-box {
        min-height: 34vh;
        overflow: hidden;
    }

    .footer-links-blk-new .footer-link li {
        display: inline-block;
        margin: 0px 9px;
    }

    .download-app .btn-group-app.new .img_link {
        width: 50%;
    }

    .hired-find-job .download-app {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .how-it-works .Car__box {
        margin: 10px 0px;
    }

    #CarouXlSec {
        width: 100%;
        margin: 2em 0px 0px;
    }

    #CarouXlSec img {
        height: auto;
        min-height: 190px;
        width: 100%;
    }

    .carousel-box {
        height: 18em;
    }

    .carousel-box .owl-item.active.center .poet-card {
        left: -4em;
        min-width: 13em;
    }

    .owl-carousel.owl-loaded {
        height: 15em !important;
    }

    .description-sec .description-box {
        margin: 10px 0px;
    }

    .description-text {
        margin: 1em 0px;
    }
}

@media only screen and (min-width: 768px) {
    .banner .small {
        font-size: 55px;
        margin-bottom: 1em;
        text-align: left;
    }

    .navbar-toggler-icon svg {
        top: 0px;
    }

    #CarouXlSec {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .banner-caption .btn-primary {
        margin-left: -1px;
    }

    .banner-caption .form-control.right-bor {
        border-right: 1px solid #e4e4e4;
    }
}

@media (max-width: 1023px) {
    .banner-caption .form-control {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .banner h1 {
        margin-bottom: 2rem;
    }
}

.about-us-left .subhead {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.home-wrapper-inner .about-us {
    padding: 0px;
}

.terms-condition-content-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: -20px;
}
.applicant-language ul li{
    margin: 3px;
}
.language-list{
    text-align: center;
    background-color: #e2e2e2;
    display: inline-block;
    padding: 5px;
    margin: 3px 0px;
    min-width: 3em;
}
.language-list .language-name{
    font-weight: bold;
    color: #000;
}
.user-upload.user-profile{
    position: relative;
}
.user-upload.user-profile.user-profile{
    margin: auto;
    width: 167px;
    height: 167px;
}
.user-upload.user-profile.user-profile figure,
.user-upload.user-profile.user-profile figure img{
    width: 100% !important;
    height: 100% !important;
}
.user-upload.user-profile.user-profile a{
    bottom: 0;
    right: 50%;
    translate: 50% 50%;
}
.hired-find-job .hired-find-job-box.box-height{
    min-height: 353px;
}
.notifications-size{
    font-size: 12px;
    font-weight:500;
}
.add-job-form-body .form-group{
    height: 84px;
}
.add-job-form-body .job-post-group{
    margin-top: 95px;
}
