/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 100px 0;
}


.jobs-area .section-title h2 {
    position: relative;
}

.jobs-area .section-title h2:before {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 145px;
    height: 8px;
    border-radius: 30px;
    background: #00C8C6;
}

.none_desk {
    display: none;
}

/* -------------------------------------- HEADER AREA START -------------------------------- */

.header-inner-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right-blk {
    display: flex;
    align-items: center;
}

.main-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    display: inline-block;
    transition: .3s all;
    position: relative;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.header-btn a:hover {
    background: #fff;
    color: #00C8C6;
}

.header-btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #00C8C6;
    border-radius: 10px;
    padding: 23px 57px;
    border: 1px solid #00C8C6;
    transition: .3s all;
}

.header-btn {
    margin-left: 20px;
}

.header-btn.pink a {
    background: #C848D9;
    border: 1px solid #C848D9;
}

.header-btn.pink a:hover {
    background: #fff;
    color: #C848D9;
}

.header-area {
    padding: 35px 0;
    position: sticky;
    top: 0;
    transition: .3s;
    z-index: 4;
    background: #fff;
}

.header-area.sticky {
    padding: 20px 0;
    box-shadow: 0 0 10px #ddd;
}

.main-menu ul li a:hover {
    color: #C848D9;
}

.main-menu ul li a:before {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    content: '';
    background: #C848D9;
    width: 20px;
    height: 5px;
    border-radius: 5px;
    opacity: 0;
    transition: .3s all;
}

.main-menu ul li a:hover:before {
    opacity: 1;
}

.main-menu ul li.active a {
    font-weight: 600;
    color: #C848D9;
}

.main-menu ul li.active a:before {
    opacity: 1;
}

.puestion-mark {
    margin-left: 71px;
}

.lang-drop span {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lang-drop span img {
    margin-right: 8px;
}

/* -------------------------------------- HEADER AREA END -------------------------------- */


/* -------------------------------------- HERO AREA START -------------------------------- */

.hero-content h4 {
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #00C8C6;
    margin: 0;
}

.hero-content h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 94px;
    letter-spacing: -0.03em;
    color: #C848D9;
}

.hero-content p b {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}

.hero-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 17px;
}

.hero-area {
    padding-top: 70px;
}

.common-btn {
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    color: #FFFFFF;
    background: #00C8C6;
    border-radius: 25px;
    padding: 26px 56px;
    transition: .3s;
    display: inline-block;
    text-align: center;
}

.common-btn.pink {
    background: #C848D9;
}
.common-btn .fa{
    padding-left: 5px;
}
.common-btn:hover {
    background: #07171D !important;
    color: #fff;
}
.common-btn.mini{
    font-size: 16px;
    line-height: 25px;
    border-radius: 8px;
    padding: 8px 20px;
}
.centered{
    text-align: center;
}
.hero-btn a {
    min-width: 360px;
    margin-right: 10px;
}

.hero-btn a:last-child {
    margin: 0;
}

.hero-btn {
    padding-top: 24px;
}

/* -------------------------------------- HERO AREA END -------------------------------- */


/* -------------------------------------- Care AREA START -------------------------------- */
.care-area {
    padding-top: 90px;
    padding-bottom: 30px;
}

.logos {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
    align-items: center;
}

.logo-icon {
    padding: 0 20px;
    margin-bottom: 30px;
}

.section-title {
    padding-bottom: 80px;
}

.section-title h5 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
    color: #00C8C6;
    position: relative;
}

.section-title h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #C848D9;
    margin-bottom: 20px;
}

.text-blue {
    color: #00C8C6 !important;
}

.text-pink {
    color: #C848D9 !important;
}

.section-title p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    max-width: 1260px;
}

/* -------------------------------------- Care AREA END -------------------------------- */


/* -------------------------------------- Register AREA START -------------------------------- */
.register-area {
    background: url(../img/register-bg-2.png);
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: cover !important;
    padding: 86px 0 !important;
}

.register-area .common-content {
    max-width: 510px;
    text-align: left;
}

.has-shadow {
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09), 12px 12px 55px rgba(0, 0, 0, 0.09), 12px 12px 55px rgba(0, 0, 0, 0.09);
}

.text-shadow {
    text-shadow: 9px 9px 25px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------- Register AREA END -------------------------------- */


/* -------------------------------------- JOB AREA START -------------------------------- */
.job-slide-card {
    background: #00C8C6;
    border-radius: 25px;
    overflow: hidden;
}

.job-slide-card-thumb {
    height: 755px;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}

.job-slide-card-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.job-slide-card-content {
    padding: 30px 35px;
}

.job-slide-card-content a {
    font-weight: 700;
    font-size: 40px;
    line-height: 100.5%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: .3s;
}

.job-slide-card-content a i {
    margin-left: 15px;
    font-size: 29px;
}

.job-slide-card-content a:hover {
    color: #C848D9;
}

.job-slide-card-content h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100.5%;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.owl-nav button {
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px !important;
    color: #C848D9 !important;
    cursor: pointer;
    transition: .3s !important;
}

.owl-nav button:hover {
    color: #07171D !important;
}

.owl-nav button.owl-next {
    left: auto;
    right: -44px;
}

.logo-slider img {
    max-width: 100%;
    display: inline-block;
}

.logo-slider .owl-stage {
    display: flex;
    align-items: center;
}

/* -------------------------------------- JOB AREA END -------------------------------- */


/* -------------------------------------- Video AREA START -------------------------------- */
.list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    display: flex;
}

.list li span {
    color: #00C8C6;
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.video-thumb {
    position: relative;
    margin-bottom: 30px;
}

.video-play {
    background: #C254D7B0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 4px;
    transition: .3s;
    z-index: 1;
}

.video-play:hover {
    background: #C254D7;
}

/* -------------------------------------- Video AREA END -------------------------------- */


/* -------------------------------------- Way AREA START -------------------------------- */
.way-cards {
    display: flex;
    justify-content: space-between;
}

.or-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #9A23A9;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.way-card {
    margin-bottom: 50px;
    background: #00C8C6;
    border-radius: 12px;
    overflow: hidden;
}

.way-card.pink {
    background: #C848D9;
}

.way-card-thumb {
    height: 343px;
    overflow: hidden;
    position: relative;
}

.way-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.way-card-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(103.81deg, #00C8C6 0.66%, #C848D9 100%);
    opacity: 0.4;
    border-radius: 12px 12px 0px 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.way-card-body {
    padding: 50px;
    padding-top: 38px;
}

.way-card-body h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100.5%;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.way-card-body ul {
    margin: 0;
    padding-top: 15px;
    list-style: none;
    padding-bottom: 25px;
}

.way-card-body ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.way-card-body ul li span {
    margin-right: 15px;
    flex: 0 0 auto;
}

.way-card-btns a {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #FFFFFF;
    display: block;
    padding: 16px 20px;
    text-align: center;
    transition: .3s;
    margin-bottom: 16px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
}

.way-card-btns a.active {
    background: #fff;
    color: #000000;
}

.way-card-btns a.active:hover {
    border-color: #07171D;
    background: #07171D;
    color: #fff;
}

.way-card-btns a:hover {
    background: #fff;
    color: #000;
}

/* -------------------------------------- Way AREA END -------------------------------- */


/* -------------------------------------- Easy AREA START -------------------------------- */
.easy-area {
    background: #00C8C6;
    padding-top: 88px;
    padding-bottom: 48px;
}

.easy-card {
    background: #FFFFFF;
    border-radius: 24px;
    margin-bottom: 30px;
    padding: 32px;
    padding-bottom: 46px;
    text-align: center;
    padding-top: 1px;
}

.easy-card-icon {
    width: 138px;
    height: 138px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 14px;
    border: 22px solid #C848D9;
    border-radius: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -61px;
}

.easy-card-icon img {
    max-height: 55px;
}

.easy-card-body h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin-bottom: 7px;
}

.easy-card-body h5 b {
    display: block;
}

.easy-card-body p {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 0;
}

.easy-cards {
    padding-top: 20px;
}

.common-btn.white {
    background: #FFFFFF;
    color: #000;
}

.common-btn.white:hover {
    color: #fff;
}

/* -------------------------------------- Easy AREA END -------------------------------- */


/* -------------------------------------- Find AREA START -------------------------------- */
.find-area {
    padding-top: 290px;
    background: url(../img/job-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.find-area .section-title h5 {
    font-style: italic;
    font-weight: 600;
    font-size: 28px;
    line-height: 96%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background: #000;
    display: inline-block;
    background: #000000;
    border-radius: 10px;
    padding: 12px 19px;
    margin-bottom: 10px;
}

.find-area .section-title p {
    font-size: 32px;
    line-height: 48px;
}

/* -------------------------------------- Find AREA END -------------------------------- */


/* -------------------------------------- J Card AREA START -------------------------------- */
.j-card {
    margin-bottom: 30px;
    border: 5px solid #C848D9;
    border-radius: 25px;
    padding: 50px 40px;
}

.j-card h4 {
    font-weight: 700;
    font-size: 31px;
    line-height: 1.1;
    text-align: center;
    color: #000000;
    padding-bottom: 39px;
    border-bottom: 1px solid #000;
    margin-bottom: 37px;
}

.j-card-body {
    padding: 0 14px;
}

.j-card-body h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
    color: #000000;
    margin-bottom: 27px;
}

.j-card-body li {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    padding: 0 8px;
}

.j-card-body li span {
    margin-right: 13px;
    position: relative;
    top: -1px;
    min-width: 26px;
}

.j-card-btn a {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
    transition: .3s;
    border: 3px solid #000000;
    border-radius: 25px;
    padding: 18px 30px;
    justify-content: center;
}

.j-card-btn a:hover {
    background: #000;
    color: #fff;
}

.j-card-btn {
    padding-top: 40px;
}

.j-card.blue {
    border-color: #00C8C6;
}

/* -------------------------------------- J Card AREA END -------------------------------- */


/* -------------------------------------- FAQ AREA Start -------------------------------- */
.faq-area {
    background-color: #00C8C6;
    padding: 85px 0;
}

.accordion-item {
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 20px !important;
    overflow: hidden;
}

.accordion-button {
    padding: 27px 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
}

.accordion-button i {
    color: #004F4E;
    margin-left: 20px;
}

.accordion-button::after {
    display: none;
}

.accordion-body {
    padding: 30px 41px;
}

.accordion-button[aria-expanded="true"] .fa-plus::before {
    content: "\f068";
}

.section-title h4 {
    font-weight: 500;
    font-size: 48px;
}

/* -------------------------------------- FAQ AREA END -------------------------------- */


/* -------------------------------------- Testimonial AREA START -------------------------------- */
.testimonial-card {
    border: 13px solid #00C8C6;
    border-radius: 57px;
    position: relative;
    padding: 130px 61px 50px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-card-text {
    font-style: italic;
    font-weight: 600;
    font-size: 27px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 53px;
    color: #000;
}

.stars i {
    font-size: 24px;
    color: #C848D9;
    margin: 0 10px;
    line-height: 1;
}

.testimonial-card-data h5 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #000000;
    padding-top: 24px;
    margin-bottom: 4px;
}

.testimonial-card-data p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    color: #000;
}

.testimonial-quote {
    position: absolute;
    left: -73px;
    width: 131px;
    height: 131px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -39px;
    z-index: 1;
}

.testimonial-quote img {
    width: auto !important;
}

.testimonial-quote.two {
    left: auto;
    top: auto;
    bottom: -28px;
    right: -55px;
}

.testimonial-quote.two img {
    transform: rotateY(-180deg);
}

.testimonial-slider .owl-nav button {
    left: 0;
}

.testimonial-slider .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.testimonial-slider {
    padding: 0 35px;
}

.quote-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
}

/* -------------------------------------- Testimonial AREA END -------------------------------- */


/* -------------------------------------- Footer AREA START -------------------------------- */
.footer {
    padding-top: 100px;
    background: #0D0D0D;
}

.footer-bottom {
    border-top: 1px solid #FFFFFF;
    padding-top: 38px;
    padding-bottom: 46px;
}

.footer-bottom h5 {
    font-weight: 300;
    font-size: 24px;
    line-height: 186.5%;
    color: #FFFFFF;
    margin-bottom: 1px;
}

.footer-bottom p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160.5%;
    color: #FFFFFF;
}

.footer-top {
    padding-bottom: 45px;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #00C8C6;
    margin-bottom: 16px;
}

.footer-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 6px;
}

.footer-item ul li a {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
    margin-bottom: 16px;
    transition: .3s;
}

.footer-item ul li a:hover {
    color: #C254D7;
}

.footer-top .col-lg-3 {
    width: auto;
}

.footer-top .row {
    justify-content: space-between;
}

.footer-social {
    display: flex;
}

.footer-social a {
    max-width: 51px;
    margin-right: 17px;
}

.lang_with_quesrion {
    display: none;
    align-items: center;
}

.lang_with_quesrion .puestion-mark {
    margin-left: 30px;
}

/* -------------------------------------- Footer AREA END -------------------------------- */


/* -------------------------------------- BREADCRUMB AREA START -------------------------------- */

.black_it_text {
    color: #000;
}

.pink_it_text {
    color: #C848D9;
}

.hero-content h2 span {
    color: #00C8C6;
}

.hero-content h2 span div {
    display: inline-block;
    color: #000;
    font-weight: 300;
}

.hero-content h2 {
    text-transform: uppercase;
}

.hero-btn a i {
    margin-left: 6px;
    font-size: 36px;
    position: relative;
    top: 5px;
}

.breadcrumb_area {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.texh__title h2 {
    color: #00C8C6;
}

.pink_text {
    color: #C542D0 !important;
}

.gray_text {
    color: #909090 !important;
}

.tech_thumb {
    margin-left: -195px;
    padding-right: 20px;
}

.section-title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 101%;
    color: #C848D9;
}

.about__title {
    max-width: 1155px;
    margin: 0 auto;
    text-align: center;
}

.about__title .section-title h5:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 727.68px;
    content: '';
    height: 1px;
    background: #000;
    top: 20px;
    z-index: -1;
}

.about__title .section-title h5 {
    display: inline-block;
    background: #fff;
    padding: 0 8px;
}

.application__title {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}

.application__card__area .way-card {
    border: 5px solid #00C8C6;
    background: transparent;
}

.application__card__area .way-card-body ul li {
    color: #000;
    align-items: flex-start;
}

.application__card__area .way-card-body ul li span {
    color: #00C8C6;
}

.application__card__area .way-card-body {
    min-height: 519px;
    padding: 42px 33px;
}

.application__card__area .way-card-thumb::after {
    display: none;
}

.application__card__area .way-card-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #00C8C6;
}

.application__card__top__blk h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
    margin: 0;
}

.application__card__top__blk h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 85px;
    line-height: 101%;
    color: #FFFFFF;
}

.application__card__top__blk h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 101%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.application_pink_card .way-card {
    border-color: #C542D0;
}

.application_pink_card .way-card-thumb {
    background: #C542D0;
}

.application_pink_card .way-card-body ul li span {
    color: #C542D0;
}

.application__area {
    padding: 100px 0;
}

.ideal__thumb {
    max-width: 466px;
    margin-left: auto;
}

.ideal__area {
    padding-bottom: 100px;
}

.customers__card__wrapper .testimonial-card {
    border: 5px solid #00C8C6;
    border-radius: 25px;
    padding: 46px 36px;
    padding-top: 0;
}

.customer__thumb {
    margin-top: -130px;
}

.customers__card__wrapper {
    margin-top: 150px;
}

.customers__details {
    padding-top: 40px;
    padding-bottom: 30px;
}

.customers__details p {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.customer__name h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 96%;
    text-align: center;
    color: #00C8C6;
    margin-bottom: 8px;
}

.customer__name p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 104%;
    text-align: center;
    color: #000000;
}

.customers__area {
    padding-bottom: 200px;
}

.find__content .section-title h1 {
    font-style: normal;
    font-size: 156px;
    line-height: 161px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #00C8C6;
    font-family: 'Bebas Neue', sans-serif;
}

.find__content .section-title h1 span {
    font-weight: 300;
    color: #000;
}

.find__area {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.find__thumb {
    text-align: right;
    margin-top: -142px;
}

.registration__btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    background: #F9F8F8;
    border: 3px solid #D9D9D9;
    border-radius: 15px;
    display: inline-block;
    padding: 15px 23px;
}

.registration__btn a i {
    font-size: 24px;
    margin: 0 5px;
    position: relative;
    top: 3px;
}

.registration__inner__blk {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    margin: 50px 0;
}

.single__registration__card {
    text-align: center;
}

.reg__content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #00C8C6;
    margin-bottom: 7px;
}

.reg__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    max-width: 500px;
    margin: 0 auto;
}

.reg__content {
    padding-top: 30px;
}

.registration__area {
    background: #F9F8F8;
    padding: 70px 0;
}

.reg_signup_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #000000;
    margin: 0;
}

.reg_signup_text p a {
    text-decoration-line: underline;
    color: #00C8C6;
    font-weight: 500;
    transition: .3s all;
}

.reg_signup_text p a:hover {
    color: #C542D0;
}

.registration__area .section-title p {
    margin: 0 auto;
}

.job__card__blk {
    background: #FFFFFF;
    border: 3px solid #9B9B9B;
    border-radius: 50px;
    text-align: center;
    min-height: 325px;
    padding: 40px;
}

.job__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    margin-top: 10px;
}

.job__ico {
    height: 138px;
    display: flex;
    justify-content: center;
}

.job__inner__blk {
    padding: 85px;
}

.joblist__blk {
    padding: 95px 0;
}

.job__list ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    display: flex;
    color: #000000;
}

.job__list ul li a img {
    margin-right: 9px;
    flex: 0 0 auto;
    position: relative;
    top: -6px;
}

.job__list__inner__blk {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.joblist__logo a img {
    height: 71px;
}

.register__content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #001B1A;
    margin: 20px 0;
}

.post__list ul li {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #001B1A;
    margin-bottom: 16px;
}

.post__list ul li span {
    margin-right: 13px;
    position: relative;
    top: -2px;
    flex: 0 0 auto;
}

.job__list ul li {
    margin-bottom: 20px;
    display: block;
}

.register__left__blk {
    background: #E8FAFA;
    height: 100%;
}

.post__list {
    padding: 30px;
    padding-top: 0;
}

.register__content {
    padding: 30px;
    padding-bottom: 0;
    padding-top: 0;
}

.register__main__form {
    padding: 75px 40px;
}

.register__text h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 25px;
}

.register__text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -0.025em;
    color: #000000;
}

.single__registr__input input {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    padding: 18px 20px;
    width: 100%;
    border: 2px solid #00C8C6;
    border-radius: 12px;
}

.registar__form__bottom__blk p a {
    color: #00C8C6;
}

.registar__form__bottom__blk p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-top: 25px;
}

.registar__form__bottom__blk button {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #00C8C6;
    width: 100%;
    background: #00C8C6;
    border-radius: 20px;
    transition: .3s all;
    padding: 17px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.registar__form__bottom__blk button:hover {
    background: #C542D0;
    color: #fff;
    border-color: #C542D0;
}

.register__form__blk {
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    overflow: hidden;
}

.register__form {
    background: #F8F8F8;
    padding: 100px 0;
}

.phone_no input {
    padding-left: 70px !important;
}

/* -------------------------------------- BREADCRUMB AREA END -------------------------------- */






/*-------------------- Selector Css Here   --------------------- */



.select-box {
    position: relative;
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
    font-size: 18px;
    color: #60666d;
    text-align: left;
}

.select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    opacity: 1;
    transition: 0.2s ease;
    margin: 0 !important;
    top: 16px;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: inline-block;
}

.select-box__input-text {
    display: none;
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(51, 51, 62, 0.08);
    border-radius: 8px;
    height: 322px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.select-box__option {
    display: block;
    padding: 5px 10px;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

.select-box__current img {
    width: 32px;
    margin-right: 10px;
}

.select-box__list li img {
    width: 32px;
    margin-right: 10px;
}

.select-box__list li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.select-box__icon {
    width: 10px !important;
}

.selectorwith_flag {
    width: 100%;
    margin-top: 20px;
}

.phone_no {
    position: relative;
}

.phone_no .selectorwith_flag {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 14px;
}


.job__form__title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100.5%;
    letter-spacing: -0.02em;
    color: #00C8C6;
}

.sinle__job__drop label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    display: block;
    margin-bottom: 7px;
}

.sinle__job__drop .nice-select {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    float: unset;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border: 2px solid #525252;
    box-shadow: 5px 5px 77px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}


.sinle__job__drop .list li {
    font-size: 16px;
    margin: 0;
}

.job__form__blk {
    padding: 45px;
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
}

.job_form_bottom_btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #C542D0;
    margin-top: 20px;
    display: inline-block;
}

.job__card__content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135.5%;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 15px 0;
    border-bottom: 1px solid #939393;
}

.job__card__content h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 154.5%;
    letter-spacing: -0.03em;
    color: #C848D9;
    margin-bottom: 5px;
}

.job__card__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 135%;
    letter-spacing: -0.03em;
    color: #525252;
}

.job_list_blk ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 160%;
    text-align: justify;
    color: #777777;
    display: flex;
    margin-bottom: 10px;
}

.job_list_blk ul li img {
    flex: 0 0 auto;
    margin-right: 12px;
}

.info__button a {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    background: #00C8C6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px;
    transition: .3s all;
    gap: 10px;
}

.info__button {
    margin-top: 34px;
}

.job__card__content {
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    padding: 40px 30px;
    padding-top: 5px;
}

.info__button a:hover {
    background: #C542D0;
}

.single__job__card__blk {
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
}

.similar__pagination ul li a {
    background: #FFFFFF !important;
    border: 2px solid #C848D9 !important;
    border-radius: 15px !important;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 54px;
    text-align: center;
    color: #000000;
}

.similar__pagination .pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.similar__pagination {
    padding: 80px 0;
}

.similar__pagination .pagination li.active a {
    background: #C542D0 !important;
    color: #fff;
}

.job__card__top__blk a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
    background: #00C8C6;
    border-radius: 25px;
    padding: 8px 27px;
    display: inline-block;
    transition: .3s all;
}

.job__card__top__blk a:hover {
    background: #C542D0;
}

.job__card__top__blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding: 40px 0;
}

.job__card__top__blk p {
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 160%;
    color: #686868;
    margin: 0;
}

.job__card__top__blk p span {
    color: #00C8C6;
    font-weight: 700;
}

.receive__inner__blk {
    background: #FFFFFF;
    border: 3px solid #00C8C6;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    padding: 80px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.receive__inner__blk h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.receive__inner__blk h4 a {
    color: #C848D9;
    font-weight: 700;
}

.receive__inner__blk>a {
    padding: 5px 40px;
    font-size: 21px;
    border-radius: 13px;
}

.br_content h2 {
    font-size: 54px;
    line-height: 64px;
}

.hero__search input {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    text-align: justify;
    color: #909090;
    background: #FFFFFF;
    box-shadow: 4px 4px 33px rgba(0, 0, 0, 0.12);
    border-radius: 25px;
    padding: 35px;
    padding-left: 90px;
    border: 0;
    width: 100%;
}

.hero__search button {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 25px;
    color: #909090;
}

.hero__search {
    position: relative;
    margin-top: 30px;
}

.job__cat__ico {
    display: flex;
    justify-content: center;
    height: 100px;
    margin-bottom: 15px;
}

.job_cat_text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.job__cat__box {
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    padding: 29px;
}

.job__cat__area .container {
    max-width: 1288px;
}

.job__cat__area {
    padding-bottom: 50px;
    margin-top: -85px;
}

.job_cat_title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 160%;
    color: #C848D9;
    margin: 0;
    border-bottom: 1px solid #999999;
}

.single__job__list h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 160%;
    text-align: left;
    color: #4B4B4B;
}

.single__job__list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 164.5%;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
}

.single__job__list ul li img {
    margin-right: 10px;
    position: relative;
    top: 6px;
    flex: 0 0 auto;
    max-width: 12px;
}

.job__list__area {
    padding-bottom: 70px;
}

.proceed_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-align: center;
}

.proceed_text p a {
    color: #00C8C6;
    font-weight: 500;
    transition: .3s all;
}

.proceed_text p a:hover {
    color: #C542D0;
}

.login__btn .common-btn {
    width: 330px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.login__btn {
    display: flex;
    justify-content: center;
}

.forgot__pass .form-check {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    display: flex;
    gap: 8px;
}

.forgot__pass .form-check input {
    position: relative;
    top: 4px;
    flex: 0 0 auto;
}

.forgot__pass>a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #C848D9;
}

.forgot__pass {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.single__registr__input label {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 113%;
    color: #777777;
}

.login__form {
    max-width: 1000px;
    margin: 0 auto;
}

.forgot__pass .form-check-input:checked {
    background-color: #00C8C6;
    border-color: #00C8C6;
}

.schedule__list__blk {
    background: #00C8C6;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 45px;
}

.schedule__list__content h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.schedule__list__content ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.schedule__list__content ul li img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.registar__form__bottom__blk .pink_btn {
    background: #C542D0;
    border-color: #C542D0;
}

.registar__form__bottom__blk .pink_btn:hover {
    color: #C542D0;
}

.schedule_form__blk .register__main__form {
    padding-top: 0;
    padding-bottom: 0;
}

.schedule_form__blk {
    padding: 70px 0;
    box-shadow: none;
    background: transparent;
    position: relative;
    z-index: 1;
}

.schedule_form__blk:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 84%;
    content: '';
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    z-index: -1;
}

.video__thumb {
    position: relative;
    filter: drop-shadow(-12px 12px 55px rgba(0, 0, 0, 0.25));
}

.video__thumb .play__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.address_text h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 91.5%;
    letter-spacing: -0.07em;
    color: #00C8C6;
    margin: 0;
    margin-bottom: 8px;
}

.address_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 91.5%;
    color: #939393;
    margin: 0;
}

.single__address__blk {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.address__inner__blk {
    background: #FFFFFF;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    padding: 40px 50px;
}

.addr__ico {
    flex: 0 0 auto;
    margin-right: 10px;
}



.popup__menu__blk ul li {
    display: inline-block;
    padding: 0 10px;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.popup__menu__blk ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 91.5%;
    color: #909090;
    display: inline-block;
    padding: 0 30px;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
}

.popup__menu__blk {
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 15px 15px 55px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-top: 2.2rem;
    padding-bottom: 0.95rem;
    overflow-x: scroll;
    position: relative;
    margin-top: 40px;
}




.popup__menu__blk nav ul {
    display: flex;
}

.popup__menu__blk ul li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    /* content: ''; */
    background: #D2D2D2;
    z-index: -1;
}

.popup__menu__blk ul li:last-child:before {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.popup__menu__blk ul li:first-child:before {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.video__area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 50px;
}

.popup__menu__blk ul li.active a {
    /* border-color: #00C8C6; */
    color: #00C8C6;
}

.details__content__box h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    color: #00C8C6;
}

.details__content__box {
    background: #FFFFFF;
    box-shadow: 12px -6px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    padding: 30px;
    margin-top: 30px;
}

.details__content__box p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin: 0;
}

.details__content__box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    color: #C848D9;
    margin-bottom: 10px;
}

.details__content__box ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.04em;
    color: #000000;
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    position: relative;
    display: grid;
    grid-template-columns: 2rem 1fr;
}

.details__content__box ul li::before {
    content: '';
    width: 2rem;
    background-image: url(../img/green_check.svg);
    background-repeat: no-repeat;
    background-position: center;
}


.details__content__box ul li:last-child {
    margin: 0;
}

.uploadFile {
    overflow: hidden;
    position: relative;
    resize: none;
    background: #FFFFFF;
    border: 2px solid #00C8C6;
    border-radius: 12px;
    margin-top: 10px;
    padding: 5px 20px;
    padding-right: 8px;
}

.uploadFile [type=file] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
}

.dream__job__card .single__registr__input input {
    color: #777777;
}

.dream_job_text label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 139.5%;
    color: #777777;
}

.dream_job_text input {
    flex: 0 0 auto;
}

.dream_job_text .form-check {
    align-items: flex-start;
}

.dream_job_text {
    margin-top: 10px;
}

.dream_job_btn a {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    font-size: 26px;
    margin-top: 15px;
}

.dream_job_text label a {
    color: #00C8C6;
}



/*-------------------- Selector Css Here   --------------------- */




/*-------------------- Map Css Here   --------------------- */

.map__area {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 100px;
}

.map__topbar {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.map__topbar__left h2 {
    color: #00C8C6;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 16px;
}

.map__topbar__left p {
    margin-bottom: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

.map__topbar__right p {
    margin-bottom: 0;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    padding-top: 15px;
}

.map__topbar__right p span {
    color: #C848D9;
    font-weight: 600;
}

.map__details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.map__details__right span {
    width: 260px;
    height: 100px;
    border-radius: 25px;
    border: 3px solid #C848D9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    gap: 16px;
}

.map__details__right span i {
    color: #00C8C6;
}

.map__details__left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.map__details {
    position: relative;
    z-index: 22;
}

.map__details__location span {
    width: 450px;
    height: 100px;
    border-radius: 25px;
    border: 3px solid #C848D9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}

.map__details__location span i {
    color: #00C8C6;
}

.map__main__blk iframe {
    width: 100%;
    height: 644px;
    border-radius: 25px;
}

.map__details__select .nice-select {
    background-color: transparent;
    border-radius: 25px;
    border: solid 3px #C848D9;
    font-size: 28px;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    padding-left: 44px;
    padding-right: 50px;
    width: 100%;
    color: #000000;
    min-width: 450px;
}

.map__details__select .nice-select::after {
    border-bottom: 5px solid #00C8C6;
    border-right: 5px solid #00C8C6;
    height: 20px;
    margin-top: -8px;
    right: 32px;
    width: 20px;
}

.map__details__select .nice-select .list {
    width: 100%;
}

.map__details__select .nice-select:hover {
    border-color: #C848D9;
}


/*-------------------- Map Css Here   --------------------- */



/*-------------------- Vergutung Css Here   --------------------- */

.vergutung__area {
    padding-top: 94px;
    padding-bottom: 86px;
}

.vergutung__main__blk {
    padding: 75px;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
}

.vergutung__topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.vergutung__topbar h2 {
    color: #00C8C6;
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 0;
    flex: 0 0 auto;
    margin: 0px 30px;
}

.vergutung__topbar span {
    width: 260px;
    height: 5px;
    background-color: #00C8C6;
}

.vergutung__btn a {
    background-color: #00C8C6;
    width: 460px;
    height: 120px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    transition: .3s;
}

.vergutung__btn a i {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
}

.vergutung__btn a:hover {
    background-color: #C848D9;
    color: #fff;
}

.vergutung__btn {
    display: flex;
    justify-content: center;
}

/*-------------------- Vergutung Css Here   --------------------- */


/*-------------------- Component Css Here   --------------------- */

.component__area {
    padding-bottom: 100px;
}

.component__title h4 {
    color: #000000;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
}

.component__title {
    margin-bottom: 40px;
}

.component__main__blk {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.component__single__blk {
    border: 5px solid #00C8C6;
    text-align: center;
    border-radius: 35px;
    padding: 35px;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

.component__single__blk img {
    margin-bottom: 20px;
}

.component__single__blk h5 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px;
}

.component__single__blk p {
    color: #939393;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.component__title.component__title__two {
    margin-top: 50px;
}

/*-------------------- Component Css Here   --------------------- */



/*-------------------- Create Css Here   --------------------- */

.create__area {
    position: relative;
    z-index: 1;
    padding: 90px 0px;
    background-color: #00C8C6;
    overflow: hidden;
}

.create__sp {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.create__sp img {
    width: 100%;
    opacity: .6;
}

.create__topbar {
    text-align: center;
    margin-bottom: 50px;
}

.create__topbar span {
    color: #003232;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-bottom: -7px;
}

.create__topbar h2 {
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.create__topbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.create__topbar ul li a img {
    width: 68px;
}

.create__main__blk {
    background-color: #fff;
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
    padding: 80px 167px;
}

.create__main__blk h4 {
    color: #00C8C6;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.create__main__blk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.create__main__blk ul li {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
}

.create__main__blk p {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 30px;
}

.create__main__blk a {
    width: 400px;
    height: 100px;
    border-radius: 25px;
    background-color: #00C8C6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    transition: .3s;
}

.create__main__blk a:hover {
    color: #fff;
    background-color: #C848D9;
}

.similar__job__title {
    text-align: center;
    margin-bottom: 47px;
}

.similar__job__title h2 {
    color: #000000;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}

.similar__job__area {
    padding-top: 86px;
    margin-bottom: 100px;
}

.dr_job_content h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120.5%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #1E1E1E;
    margin-bottom: 8px;
}

.dr_job_content h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120.5%;
    text-align: center;
    letter-spacing: -0.05em;
    color: #00C8C6;
    margin-bottom: 5px;
}

.dr_job_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 113%;
    text-align: center;
    letter-spacing: -0.035em;
    color: #4F4F4F;
}

.dream__job__card {
    background: #FFFFFF;
    box-shadow: 12px -6px 55px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: -75px;
}

.details__area {
    padding-bottom: 70px;
    margin-top: -25px;
    background: #fff;
}

/*-------------------- Create Css Here   --------------------- */

::placeholder {
    opacity: 1;
}

.form-control {
    border-width: 2px;
    border-color: #525252;
    border-radius: 9px;
    height: 42px;
    box-shadow: unset !important;
}

#faq_popup {
    max-width: 90%;
    pointer-events: all;
}

#faq_popup>div {
    background: white;
    padding: 50px;
    /*min-height:90%;*/
}

#faq_popup_question_title {
    opacity: 0;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-top: 20px;
    color: #C848D9;
}

#faq_popup_question_answer {
    opacity: 0;
    line-height: 1.7;
    font-size: 16px;
}

#faq_popup_question_author {
    opacity: 0;
}

#faq_popup_related_questions_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 20px;
    color: #C848D9;
}

#faq_popup_related_questions>p {
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 1em;
    text-indent: -.7em;
    line-height: 1.4
}

#faq_popup_question_date {
    opacity: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    color: grey;
}

#faq_popup_related_questions>p::before {
    content: "•";
    color: grey;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    font-size: 24px;
    margin-right: 4px;
}

#faq_popup_related_questions>p.related_faq_selected::before {
    content: "•";
    color: #00C8C6;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    font-size: 24px;
    margin-right: 4px;
}

#faq_popup_related_questions>p.related_faq_selected {
    color: black;
}

#faq_popup_rate_container {
    border: 1px solid #808080d9;
    margin-top: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#faq_popup_rate_container>p {
    display: inline;
}

#faq_popup_rate_buttons>button {
    padding-top: 2px;
    padding-bottom: 2px;
}

#faq_popup_breadcrumb {
    color: #3c3c3c;
}

#faq_popup_breadcrumb>span {
    font-weight: 700;
}

#faq_popup_breadcrumb>span {
    cursor: pointer;
}

#faq_popup_breadcrumb>span:last-of-type {
    cursor: default;
}

#faq_popup_breadcrumb>span>a {
    color: #3c3c3c;
}

#faq_popup_close_button {
    border: 1px solid grey;
    /*padding: 2px 20px;*/
    /*border-radius: 20px;*/
    background: transparent;
    color: grey;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 15px;
}

#faq_header_background {
    height: 100%;
}

#faq_header_background>div {
    background: url(../images/FAQs-COVER-IMGS_2.jpg);
    height: 80%;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#faq_search_box {
    position: absolute;
    top: 35%;
    left: 15%;
    width: 700px;
}

#faq_search_box>h2 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: monospace;
}

.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    box-shadow: 3px 3px 14px #4c4c4c94;
}

.input-icon-wrap>button {
    background: #1f88c7;
    color: white;
    font-weight: 700;
    border: none;
    padding: 0 30px;
}

.input-icon {
    background: white;
}

.input-with-icon {
    border: none;
    flex: 1;
}

.input-icon,
.input-with-icon {
    padding: 10px;
    outline: none;
}

#faq_icon_boxes {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
}

#faq_icon_boxes>div {
    cursor: pointer;
    margin: 20px;
    height: 200px;
    width: 200px;

}

#faq_icon_boxes>div:nth-child(1) {
    /*background: url(../images/Group-6.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#faq_icon_boxes>div:nth-child(2) {
    /*background: url(../images/Group-7.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#faq_icon_boxes>div:nth-child(3) {
    /*background: url(../images/Group-8.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 1024px) {
    #faq_header_background {
        height: 60%;
    }

    #faq_header_background>div {
        background-position: right;
    }

    #faq_popup_question_title {
        font-size: 28px;
        margin-bottom: 13px;
        padding-top: 20px;
    }

    #faq_popup_related_questions_title {
        font-size: 22px;
        padding-top: 14px;
    }

    #faq_popup>div {
        padding: 32px;
    }
}

@media only screen and (max-width: 768px) {
    #faq_search_box {
        left: 20px;
    }

    #faq_popup_rate_buttons>button {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 13px;
        padding: 3px 8px;
    }
}

@media only screen and (max-width: 575px) {
    .msgSendBox.mobile textarea {
        height: 45px;
        min-height: 45px;
        padding: 3px 7px;
    }

    #faq_popup {
        max-width: 97%;
        pointer-events: all;
    }

    #faq_popup_rate_container {
        flex-direction: column;
    }

    #faq_popup>div {
        padding: 20px;
    }

    #faq_popup_question_title {
        font-size: 25px;
        margin-bottom: 13px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 415px) {

    #faq_popup>div {
        overflow: scroll;
        height: 100%;
        padding: 50px 20px;
        width: 100%;
    }

    #faq_popup_related_questions_title {
        margin-top: 50px;
    }

    #faq_search_box {
        left: 0;
        width: auto;
        padding: 10px
    }

    #faq_icon_boxes {
        bottom: -60px;
        justify-content: space-around;
    }

    #faq_icon_boxes>div {
        margin: 0;
        width: 100px;
        height: 100px;
    }

    .faq_main_titles_0 {
        padding-top: 0
    }

    .input-icon-wrap {
        width: 100%;
    }

    .input-icon-wrap>button {
        padding: 0 16px;
    }

    #faq_header_background {
        height: 80%;
    }


}

/* extras */
.faq-page {
    scroll-padding: 6rem;
}

@media only screen and (max-width: 800px) {
    .faq-page {
        scroll-padding: 4rem;
    }
}

.easy-card {
    height: 100% !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}

.easy-cards .row {
    row-gap: 6rem;
}

@media only screen and (max-width: 1200px) {
    .easy-cards {
        padding-top: 80px;
    }
}

.jobs-area .owl-stage {
    display: flex;
}

.jobs-area .owl-stage .owl-item {
    display: flex;
    flex: 1;
}

.popup__menu__blk::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}

.popup__menu__blk::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgba(1, 93, 91, 1) 0%, rgba(8, 134, 131, 1) 100%);
    background: gray;
    visibility: visible;
    border-radius: 100px;
}

.popup__menu__blk:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.popup__menu__blk {
    overflow: scroll;
}

@media only screen and (max-width: 1400px) {
    .popup__menu__blk {
        padding-top: 1.5rem;
        padding-bottom: 0.3rem;
    }

    .popup__menu__blk::-webkit-scrollbar {
        height: 8px;
    }
}

.job-slide-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single__job__card__blk {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

.job__card__content {
    height: 100%;
    display: grid;
}

.info__button {
    align-self: end;
}

.similar__pagination {
    margin: 0 auto;
}

.receive__inner__blk h4 {
    max-width: 30ch;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .receive__inner__blk h4 {
        max-width: 32ch;
        text-align: center;
    }
}

.customers__area .row.g-4 .col-xl-4 {
    height: unset;
}

.customers__area .row.g-4 .col-xl-4 .customers__card__wrapper {
    height: 100%;
    margin-top: 0;
    padding-top: 150px;
}

.customers__area .row.g-4 .col-xl-4 .customers__card__wrapper .testimonial-card {
    height: 100%;
    display: grid;
    grid-template-rows: min-content;
}

.customers__area .row.g-4 .col-xl-4 .customers__card__wrapper .testimonial-card .customer__name {
    align-self: end;
}


@media only screen and (max-width: 767px) {
    .customers__area .row.g-4 .col-xl-4 .customers__card__wrapper {
        padding-top: 110px;
    }
}


.sinle__job__drop select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}


.sinle__job__drop select {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    float: unset;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border: 2px solid #525252;
    box-shadow: 5px 5px 77px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    width: 100%;
}

.sinle__job__drop select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.way-card-body--about1 {
    padding-bottom: 0px !important;
}

.way-card-body--about2 {
    padding-top: 0px !important;
    min-height: unset !important;
}

@media only screen and (max-width: 1400px) {
    .application__card__area .way-card-body {
        min-height: 389px;
    }
}

.customer-slider .owl-item img {
    max-width: 230px;
    margin: 0 auto;
}

.customer-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 3rem;
}

.customer-slider .owl-dots button {
    width: 1.375rem;
    height: 1.375rem;
    background-color: #00C8C6;
    border-radius: 100%;
    transition: .2s;
    opacity: .3;
}

.customer-slider .owl-dots button.active {
    opacity: 1;
    width: 2.7rem;
    border-radius: 100px;
}

@media only screen and (max-width: 768px) {
    .customer-slider .owl-dots {
        margin-top: 2rem;
    }

    .customer-slider .owl-dots button {
        width: 1rem;
        height: 1rem;
    }

    .customer-slider .owl-dots button.active {
        width: 2rem;
    }
}

.customer-slider .owl-stage {
    display: flex;
}

.customer-slider .owl-stage .owl-item {
    flex: 1 0 auto;
    /* height: 100%;
    flex: 1; */
}

.customer-slider .owl-stage .owl-item .customers__card__wrapper {
    margin-top: 0px;
    padding-top: 150px;
    height: 100%;
}

.customer-slider-card {
    height: 100%;
}

.customers__card__wrapper .testimonial-card {
    height: 100%;
    display: grid;
    grid-template-rows: min-content;
}

.customers__card__wrapper .testimonial-card .customer__name {
    align-self: end;
}

@media only screen and (max-width: 1600px) {
    .main-menu ul li {
        margin-right: 23px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #map_place{
        max-width: 250px !important;
    }
}
.see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: black;
}

.see-more:hover {
    background-color: #003c3b !important;
}






/* ----------------------------------------------------- new css */

.interesting__content .section-title h4 {
    border-bottom: 2px solid #939393;
}

.interesting__area {
    padding-top: 100px;
}

.download__area .section-title {
    position: relative;
}

.download__area .section-title:before {
    position: absolute;
    left: 0;
    content: '';
    background: #D675E2;
    width: 100%;
    height: 2px;
    top: 28px;
    z-index: -1;
}

.download__area .section-title h4 {
    display: inline-block;
    background: #fff;
}

.expert__thumb {
    margin-bottom: 20px;
    max-width: 90%;
}

.single__expert__box p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
    min-height: 175px;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #C542D0;
    display: flex;
    align-items: center;
}

.single__registr__select .nice-select {
    float: unset;
    border: 2px solid #00C8C6;
    height: 72px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

.single__registr__select .nice-select::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 8px;
    right: 24px;
    width: 8px;
}

.secondary__register__form .registar__form__bottom__blk .pink_btn:hover {
    background: #00C8C6;
    color: #fff;
    border-color: #00C8C6;
}

.secondary__register__form {
    box-shadow: 12px 12px 55px rgba(0, 0, 0, 0.09);
    border-radius: 25px;
}

.job_card_thumb img {
    height: 100%;
    width: 100%;
}

.expert__box__content {
    margin-top: -30px !important;
}

.done__area .job__card__content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.done__area .job__card__content p {
    font-size: 22px;
    color: #000;
}

.done__area .job__card__content p a {
    color: #1BB6C7;
}


.done__content .details__content__box ul li {
    font-style: italic;
    font-weight: 300;
    line-height: 33px;
}

.done__content .details__content__box ul {
    margin-top: 15px;
}

.done__content .details__content__box h3 {
    font-size: 28px;
    line-height: initial;
}

.details__content__box p {
    color: #777777;
    font-style: italic;
}

.details__content__box p a {
    color: #777;
}

.done__area {
    padding: 100px 0;
}

.job_card_thumb {
    overflow: hidden;
}

.job_card_thumb img {
    transition: .5s;
}

.job_card_thumb img:hover {
    transform: scale(1.1);
}

#fly_apply_2 {
    font-size: 25px;
    padding: 0.3em .9em;
    border-radius: 15px;
    width: max-content;
    display: none;
}

#vacancy-video {
    width: 100%;
    height: 705px;
    border-radius: 15px;
}
