html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Inter', sans-serif !important;
}

html,
body {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container,
.container-fluid {
    padding: 0;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

input,
textarea,
select,
button,
a {
    font-family: 'Inter', sans-serif !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

header {

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: 0.25s all linear;
    background: #fff;
}

header.fixed {
    background: #fff;
    transition: 0.25s all linear;
}

header .navbar {}

header .navbar-toggler {
    display: none;
}

header .navbar-brand {
    display: inline-block;
    vertical-align: middle;
}


header .navigation-bar {
    width: 84.5%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

header .navigation-bar .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}

header .navigation-bar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .navigation-bar .navbar-nav .nav-item .nav-link {

    color: #2b3940;
    text-decoration: none;
    padding: 30px 0 10px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    position: relative;
    margin-bottom: 20px;
}

header .navigation-bar .navbar-nav .nav-item {
    margin-right: 40px;
}


header .navigation-bar .navbar-nav .nav-item .nav-link:nth-last-child(2) {
    margin-right: 0;
}

header .navigation-bar .navbar-nav .nav-item .nav-link:before {
    content: " ";
    width: 81px;
    height: 2px;
    background: #0e76bc;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

header .navigation-bar .navbar-nav .nav-item.menu-active .nav-link,
header .navigation-bar .navbar-nav .nav-item .nav-link.menu-active {
    border-bottom: 2px solid #0e76bc;

}

header.fixed .navigation-bar .navbar-nav .nav-item .nav-link {
    color: #2b3940;
}

/*header .navigation-bar .navbar-nav .nav-item .nav-link:hover:before,
header .navigation-bar .navbar-nav .nav-item.menu-active .nav-link:before,
header .navigation-bar .navbar-nav .nav-item .nav-link.menu-active:before {
    display: block;
}*/

/*header .navigation-bar .navbar-nav .nav-item.active .nav-link,
header .navigation-bar .navbar-nav .nav-item .nav-link:hover,
header .navigation-bar .navbar-nav .nav-item.active .nav-link svg,
header .navigation-bar .navbar-nav .nav-item:hover .nav-link svg {
    border-bottom: 1px solid #0e76bc;
}*/

header .navigation-bar .navbar-nav .nav-item.menu-active .nav-link:before,
header .navigation-bar .navbar-nav .nav-item .nav-link:before:hover {}

header .navigation-bar .navbar-nav .nav-item .nav-link header.fixed .navigation-bar .navbar-nav .nav-item .nav-link:hover {
    color: #8dc63f;
}

header .navigation-bar .navbar-nav .nav-item .nav-link svg {
    width: 16px;
    height: 16px;
    color: #2b3940;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

header .navigation-bar .navbar-nav .nav-item .sub-menu {
    width: 225px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #8dc63f;
    display: none;
    padding: 15px 0;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 52px 54px rgb(65 62 101 / 30%);
}

header .navigation-bar .navbar-nav .nav-item .sub-menu a {
    display: block;
    padding: 10px 30px;
    text-align: left;
    color: #2b3940;
    transition: 0.25s all linear;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

header .navigation-bar .navbar-nav .nav-item .sub-menu a:hover {
    color: #8dc63f;
}

header .navigation-bar .navbar-nav .nav-item.log-in-button a.nav-link:before {
    content: " ";
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width: 1px;
}

header .navigation-bar .navbar-nav .nav-item.sign-up-button,
header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) {
    margin-right: 0;
}

header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) .nav-link {
    margin-bottom: 0;
}

header .navigation-bar .navbar-nav .nav-item.sign-up-button .nav-link,
header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) .nav-link {
    padding: 15px 34px;
    background: transparent;
    border: 2px solid #f7941e;
    border-radius: 4px;
    text-align: center;
    color: #f7941e;
    transition: 0.25s all linear;
}

header .navigation-bar .navbar-nav .nav-item.sign-up-button .nav-link:hover,
header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) .nav-link:hover {
    background: #f7941e;
    color: #fff;
    border-color: #f7941e;
    transition: 0.25s all linear;
}

header .navigation-bar .navbar-nav .nav-item.sign-up-button .nav-link:hover:before,
header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) .nav-link.menu-active:before,
header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) .nav-link:hover:before {
    content: none;
}

.header-top {
    margin-top: 72px;
}


.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.21px;
    color: #6b6e6f;
}

.green-btn {
    padding: 21px 36px;
    background: #8dc63f;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: 0.25s all linear;
    display: inline-block;
}

.green-btn:hover {
    background: #fff;
    color: #8dc63f;
    border-color: #8dc63f;
    transition: 0.25s all linear;
}

.heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.9px;
    color: #2b3940;
    font-weight: 700;
}

.top-banner-section {
    padding: 0;
    background: #0e76bc;
    overflow: hidden;
}

.top-banner-section .left-part {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    padding-right: 70px;
    padding-left: 14%;
}

.top-banner-section .left-part .heading {
    margin-bottom: 54px;
    color: #fff;
}

.top-banner-section .left-part p {
    margin-bottom: 60px;
    color: #fff;
}

.top-banner-section .left-part .green-btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.top-banner-section .left-part .green-btn:hover {
    color: #fff;
    border-color: #d97f13;
    background: #d97f13;
}

.top-banner-section .right-part-img img {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 93vh;
    object-fit: cover;
    object-position: center;
}

.top-banner-section .right-side-slider .item-slider {
    margin: 0 15px;
}

.top-banner-section .right-side-slider .item-slider img {
    border-radius: 15px;
}

.top-banner-section .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.top-banner-section .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.top-banner-section .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    background: #8dc63f;
    border-radius: 50%;
    border: 1px solid transparent;
    outline: none;

}

.top-banner-section .slick-dots li.slick-active button {
    background: #fff;
    border-color: #8dc63f;
}

.top-banner-section .right-side-video video {
    display: block;
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.featured-jobs-section {
    padding: 80px 0;
    background: #19191b;
    overflow: hidden;
}

.common-btn {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: 0.25s all linear;
    display: inline-block;
    padding: 13px 20px;
}

.common-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #19191b;
    transition: 0.25s all linear;
}

.featured-jobs-section .heading-part .heading {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
}

.featured-jobs-section .heading-part .common-btn {
    float: right;
}

.featured-jobs-section .heading-part {
    margin-bottom: 70px;
}

.featured-jobs-section .col-lg-4 {
    padding: 0 15px;
}

.featured-jobs-section .job-formart-div {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.featured-jobs-section .row {
    margin: 0 -15px;
}

.featured-jobs-section .job-formart-div .img-div {
    overflow: hidden;
    transition: 0.25s all linear;
    display: block;
    width: 30%;
}

.featured-jobs-section .job-formart-div .img-div img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: 0.25s all linear;
    display: none;
}

.featured-jobs-section .job-formart-div .img-div .thumb-name-short {
    background: #ccefe3;
    width: 83px;
    height: 83px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: 20px auto;

}

.featured-jobs-section .job-formart-div .img-div .thumb-name-short strong {
    color: #8dc63f;
    display: block;
    font-size: 34px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
    font-weight: 300;
}

.featured-jobs-section .job-formart-div .img-div.color2 .thumb-name-short {
    background: #fef5d6;
}

.featured-jobs-section .job-formart-div .img-div.color2 .thumb-name-short strong {
    color: #facf32;
}

.featured-jobs-section .job-formart-div .img-div.color3 .thumb-name-short {
    background: #fdd2d9;
}

.featured-jobs-section .job-formart-div .img-div.color3 .thumb-name-short strong {
    color: #f71e3f;
}

.featured-jobs-section .job-formart-div .img-div.color4 .thumb-name-short {
    background: #edffdf;
}

.featured-jobs-section .job-formart-div .img-div.color4 .thumb-name-short strong {
    color: #9ae360;
}

.featured-jobs-section .job-formart-div .img-div.color5 .thumb-name-short {
    background: #ebf8ff;
}

.featured-jobs-section .job-formart-div .img-div.color5 .thumb-name-short strong {
    color: #49b9f7;
}

.featured-jobs-section .job-formart-div .img-div.color6 .thumb-name-short {
    background: #ccefe3;
}

.featured-jobs-section .job-formart-div .img-div.color6 .thumb-name-short strong {
    color: #8dc63f;
}

.featured-jobs-section .job-formart-div .content-part {
    padding: 27px;
    min-height: 146px;
    width: 70%;
}

.featured-jobs-section .job-formart-div .content-part h3 {
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 34px;
    color: #2b3940;
}

.featured-jobs-section .job-formart-div .content-part p {
    font-size: 16px;
    color: #6b6e6f;
    margin-bottom: 26px;
    line-height: 30px;
}

.featured-jobs-section .job-formart-div .content-part p svg {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.featured-jobs-section .job-formart-div .content-part .green-btn {
    padding: 18px 28px;
    background: #fff;
    color: #8dc63f;
    border-color: #8dc63f;
    transition: 0.25s all linear;
}

.featured-jobs-section .job-formart-div .content-part .green-btn svg {
    vertical-align: middle;
    margin-right: 4px;
}

.featured-jobs-section .job-formart-div:hover .green-btn {
    background: #8dc63f;
    color: #fff;
    transition: 0.25s all linear;
}


.featured-jobs-section .job-formart-div a {
    text-decoration: none;
    display: flex;
}

.featured-jobs-section .job-formart-div a:hover .img-div img {

    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .25s all linear;

}

/*.featured-jobs-section .job-formart-div a:hover .content-part .green-btn {
    background: #fff;
    color: #8dc63f;
    border-color: #8dc63f;
    transition: 0.25s all linear;
}*/

.help-you-to-get {
    padding: 100px 0;
    overflow: hidden;
}

.help-you-to-get .left-side-part {
    position: relative;
}

.help-you-to-get .left-side-part video {
    object-position: top;
    object-fit: cover;
    height: 582px;
    width: 72%;
    border-radius: 15px;
}

.help-you-to-get .left-side-part img {
    display: block;
    border-radius: 15px;
}

.help-you-to-get .left-side-part .job-alert {
    padding: 22px;
    background: #fff;
    display: flex;
    border-radius: 15px;
    width: 249px;
    position: absolute;
    right: 85px;
    bottom: 75px;
    box-shadow: 17px 26px 99px hsl(0deg 0% 45% / 16%);
}

.help-you-to-get .left-side-part .job-alert .icon-part {
    width: 41px;
}

.help-you-to-get .left-side-part .job-alert .icon-part svg {
    width: 41px;
    height: 41px;
    color: #facf32;
}

.help-you-to-get .left-side-part .job-alert .alert-part {
    padding-left: 10px;
    width: 84%;
}

.help-you-to-get .left-side-part .job-alert .alert-part strong {
    font-size: 13px;
    line-height: 2;
    letter-spacing: .26px;
    font-weight: 700;
    color: #8dc63f;
    display: block;
}

.help-you-to-get .left-side-part .job-alert .alert-part p {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: -.08px;
    color: #2b3940;
}

.help-you-to-get .right-side-part .heading {
    font-size: 48px;
    margin-bottom: 60px;
}

.help-you-to-get .right-side-part .listing-options .common-listing {
    display: flex;
    margin-bottom: 36px;
}

.help-you-to-get .right-side-part .listing-options .common-listing:last-child {
    margin-bottom: 0;
}

.help-you-to-get .right-side-part .listing-options .common-listing .icon-part {
    width: 10%;
}

.help-you-to-get .right-side-part .listing-options .common-listing .icon-part svg {
    padding: 14px;
    width: 20px;
    height: 20px;
    background: #ccefe3;
    color: #8dc63f;
    border-radius: 6px;
}

.help-you-to-get .right-side-part .listing-options .common-listing .content-part {
    width: 90%;
}

.help-you-to-get .right-side-part .listing-options .common-listing .content-part strong {
    font-size: 22px;
    color: #2b3940;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.help-you-to-get .right-side-part .listing-options .common-listing .content-part p {
    font-size: 17px;
}

.help-you-to-get .right-side-part .listing-options .common-listing.yellow-color .icon-part svg {
    background: #f88cf5;
    color: #92278f;
}

.help-you-to-get .right-side-part .listing-options .common-listing.red-color .icon-part svg {
    background: #fdd2d9;
    color: #f71e3f;
}

footer {
    padding: 100px 0;
    background: #f3fcfb;

}

footer .footer-section .col-lg-4,
footer .footer-section .col-lg-2 {
    padding: 0 10px;
}

footer .footer-section {
    color: #fff;
    font-size: 16px;
}

footer .footer-section .common-footer .logo-footer {
    display: block;
    margin-bottom: 0px;
    margin-top: -12px;
}

footer .footer-section .common-footer .contact-address {
    display: flex;
}

footer .footer-section .common-footer .contact-address .icon {
    width: 15%;
}

footer .footer-section .common-footer .contact-address .icon svg {
    width: 40px;
    height: 40px;
    color: #000b33;
}

footer .footer-section .common-footer .contact-address .right-side-part {
    width: 86%;
}

footer .footer-section .common-footer .contact-address .right-side-part strong {
    display: block;
    color: #000b33;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
}

footer .footer-section .common-footer .contact-address .right-side-part a {
    color: #000b33;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;

}

footer .footer-section .common-footer .social-media strong {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #000b33;
    font-size: 18px;
}

footer .footer-section .common-footer .social-media .social-icon {
    color: #000b33;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: 0.25s all linear;
}

footer .footer-section .common-footer .social-media .social-icon:last-child {
    margin-right: 0;
}

footer .footer-section .common-footer .social-media .social-icon svg {
    width: 18px;
    height: 18px;

}

footer .footer-section .common-footer .social-media .social-icon:hover {
    color: #8dc63f;
    transition: 0.25s all linear;
}

footer .footer-section .common-direct-links strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

footer .footer-section .common-direct-links .short-link a {
    font-weight: 400;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.25s all linear;
}

footer .footer-section .common-direct-links .short-link a:hover {
    color: #8dc63f;
    transition: 0.25s all linear;
}

footer .footer-section .common-direct-links .short-link a:last-child {
    margin-bottom: 0;
}

footer .footer-section .copyright-text {
    padding-top: 70px;
    text-align: center;
    line-height: 22px;
    color: #818596;
}

footer .footer-section .copyright-text a {
    color: #818596;
}

.expert-company-section {
    background: #f7941e;
    overflow: hidden;

}

.expert-company-section .left-side-part-text {
    padding: 0 15% 0 30%;
}

.expert-company-section .left-side-part-text .subtext {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.08px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}

.expert-company-section .left-side-part-text .heading {
    color: #fff;
    font-size: 48px;
    margin-bottom: 42px;
}

.expert-company-section .left-side-part-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.expert-company-section .left-side-part-text .green-btn {
    background: #fff;
    color: #8dc63f;

}

.expert-company-section .left-side-part-text .green-btn:hover {
    border-color: #fff;
    color: #fff;
    background: #8dc63f;
}

.expert-company-section .left-side-part-text .listing {
    padding-left: 30px;
}

.expert-company-section .left-side-part-text .listing li {
    color: #fff;
    font-size: 17px;
    margin-bottom: 36px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
}

.expert-company-section .left-side-part-text .listing li strong {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
}

.expert-company-section .left-side-part-text .listing li:before {
    content: "\2714";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -28px;

}

.expert-company-section .green-bg {
    display: flex;
    align-items: center;
    justify-content: left;
}

.expert-company-section .right-part-content .img-div {
    height: 100%;
}

.expert-company-section .right-part-content .col-lg-2 {
    width: 20%;
}

.expert-company-section .right-part-content .img-div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quick-career-tips {
    background: #2b3940;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.quick-career-tips:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: url("../images/shap.png") no-repeat;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
    background-position: 50%;
    opacity: .1;
}

.quick-career-tips .container {
    z-index: 5;
    position: relative;
}

.quick-career-tips .career-tips-slider {
    margin: 0 100px;
}

.quick-career-tips .career-tips-slider .career-items {
    border-radius: 15px;
    background: #fff;
}

.quick-career-tips .career-tips-slider .career-items .career-img {
    border-radius: 15px 0 0 15px;
    height: 100%;
}

.quick-career-tips .career-tips-slider .career-items .career-img img {
    border-radius: 15px 0 0 15px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/*.quick-career-tips .career-tips-slider .career-items .right-side-part {*/
/*    padding: 50px 50px 50px 80px;*/
/*}*/

.quick-career-tips .career-tips-slider .career-items .right-side-part h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.21px;
    color: #2b3940;
    font-weight: 700;
    margin-bottom: 40px;
}

.quick-career-tips .career-tips-slider .career-items .right-side-part p {

    font-size: 18px;
    line-height: 30px;
    color: #6b6e6f;
    font-weight: 400;
}

.quick-career-tips .career-tips-slider .career-items .right-side-part .witer-name {
    margin-top: 45px;
}

.quick-career-tips .career-tips-slider .career-items .right-side-part .witer-name strong {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.21px;
    color: #2b3940;
    display: block;
    font-weight: 700;
    margin-bottom: 18px;
}

.quick-career-tips .career-tips-slider .career-items .right-side-part .witer-name span {
    font-size: 17px;
    color: #6b6e6f;

}

/*.quick-career-tips .career-tips-slider .career-items .right-side-part-center {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: left;*/
/*}*/
.quick-career-tips .career-tips-slider .career-items .right-side-part-center .career-tips-slider-text {

    padding: 50px 96px;
}

.quick-career-tips .career-tips-slider .slick-dots {
    text-align: center;
    margin-top: 50px;
}

.quick-career-tips .career-tips-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.quick-career-tips .career-tips-slider .slick-dots li button {
    width: 25px;
    height: 25px;
    background: #465359;
    border-radius: 50%;
    outline: none;
    border: 0;
    color: #fff;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
}

.quick-career-tips .career-tips-slider .slick-dots li.slick-active button {
    background: #8dc63f;
}

.client-slider {
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

.client-slider .col-lg-2 {
    width: 20%;
    text-align: center;
}

.client-slider h5 {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    color: #000b33;

}

.client-slider .client-slider-section {
    display: flex;
    align-items: end;
    justify-content: center;
}

.client-slider .client-slider-section .col-lg-3:nth-child(2),
.client-slider .client-slider-section .col-lg-3:nth-child(3) {
    text-align: center;

}

.client-slider .client-slider-section .col-lg-3:nth-child(4) {
    text-align: right;
}

.client-slider .client-slider-section .client-item:first-child img {
    width: 75%;
}

footer .footer-part {
    padding-top: 60px;
}

footer .footer-part .col-lg-4:last-child {

    text-align: right;
}

.job-section-part {
    background: #13151c;
    padding: 150px 0 100px;
    overflow: hidden;
    position: relative;
}

.job-section-part:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../images/shap.png) no-repeat;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
    background-position: 50%;
    opacity: .1;
}

.job-section-part .heading-part {
    margin-bottom: 40px;
}

.job-section-part .heading-part .col-lg-8,
.job-section-part .heading-part .col-lg-4 {
    padding: 0 15px;
}

.job-section-part .heading-part .heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 37px;
}

.job-section-part .heading-part p {
    color: #fff;
}

.job-section-part .heading-part .button-part {
    text-align: right;
}

.job-section-part .heading-part .button-part .common-btn {
    color: #8dc63f;
    border: 0;
    transition: 0.25s all linear;
}

.job-section-part .heading-part .button-part .common-btn svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

}

.job-section-part .heading-part .button-part .common-btn:hover {
    background: transparent;
    color: #8dc63f;
    transition: 0.25s all linear;
    padding-right: 40px;
}

.job-section-part .col-lg-3 {
    padding: 0 15px;
}

.job-section-part .job-catagory-part {
    padding: 19px;
    display: flex;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    align-items: center;
    width: 100%;

}

.job-section-part .job-catagory-part h3 {
    font-size: 19px;
    color: #161c2d;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 22px;
    word-break: break-word;
}



.job-section-part .job-catagory-part p {
    font-size: 16px;
    color: rgba(19, 21, 28, .7);

}

.job-section-part .job-catagory-part:hover {
    background: #0e76bc;
}

.job-section-part .job-catagory-part:hover h3 {
    color: #fff;

}

.job-section-part .job-catagory-part:hover p {
    color: hsla(0, 0%, 100%, .7);
}

.job-section-part .text-format {
    width: 80%;
}

.job-section-part .right-part-link {
    width: 20%;
    text-align: center;
}

.job-section-part .right-part-link a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsla(0, 0%, 100%, .2);
    display: inline-block;
    position: relative;
}

.job-section-part .right-part-link a svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    color: #fff;
}

.job-section-part .job-catagory-part:hover .right-part-link a {
    -webkit-transform: scale(1);
    transform: scale(1);

}

.job-section-part .apply-now-btn {
    padding: 15px 34px;
    background: #f7941e;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 32px;
}

.job-section-part .apply-now-btn:hover {
    background: transparent;
    color: #f7941e;
    border-color: #f7941e;
    transition: 0.25s all linear;
}

.job-section-part .common-tages a,
.job-section-part .common-tages span {
    margin-right: 5px;
    margin-bottom: 10px;
    background: transparent;
    border-color: #fff;
    color: #fff;
    padding: 16px 26px;
    text-transform: none;
}

/*
.job-section-part .common-tages a {
    padding: 15px 34px;
    background: #8dc63f;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
    text-decoration: none;
}
*/
.job-section-part .applynow-button {
    margin-top: 40px;
}

.job-section-part .col-lg-6 {
    padding: 0 15px;
}

.job-section-part .applynow-button a {
    padding: 15px 34px;
    background: #f7941e;
    border: 1px solid #f7941e;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    transition: 0.25s all linear;
    width: 100px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    z-index: 99;
    position: relative;
}

.job-section-part .applynow-button a:hover {
    background: transparent;
    color: #f7941e;
    border-color: #f7941e;
    transition: 0.25s all linear;
}

.job-section-part .heading-part .heading span {
    color: #f7941e;
}

.job-section-part .right-sideimg {
    text-align: right;
    position: relative;
}

.job-section-part .right-sideimg .circle-text {
    width: 120px;
    height: 120px;
    background: #8dc63f;
    border-radius: 100%;
    position: absolute;
    top: -10%;
    right: 97px;
}

.job-section-part .right-sideimg .circle-text p {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.job-section-part .right-sideimg img {

    margin-right: 72px;
}

.career-tips-section {
    padding: 100px 0;
    background: #2b3940;
    position: relative;
    overflow: hidden;
}

.career-tips-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../images/shap.png) no-repeat;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
    background-position: 50%;
    opacity: .1;
}

.career-tips-section .heading-part {
    text-align: center;
    margin-bottom: 40px;
}

.career-tips-section .heading-part .heading {
    color: #fff;
}

.career-tips-section .col-lg-4 {
    padding: 0 15px;
}

.career-tips-section .career-thumb {
    border-radius: 10px;
    /*    -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 22px 11px #f8f8f8;*/
}

.career-tips-section .career-thumb .thumb-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: .25s all linear;
}

.career-tips-section .career-thumb .thumb-img img {
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100%;
}

.career-tips-section .career-thumb .thumb-content {
    padding: 33px 37px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    min-height: 149px;
}

.career-tips-section .career-thumb .thumb-content h2 {
    font-size: 24px;
    color: #2b3940;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}

.career-tips-section .career-thumb .thumb-content p {
    line-height: 24px;
    font-size: 16px;
    color: #6b6e6f;
    font-weight: 400;
}

.top-mind-section {
    padding: 100px 0;
}

.top-mind-section .top-mind-img {
    text-align: center;

}

.top-mind-section .top-mind-img img {
    margin: 0 auto 70px;
    display: block;
}

.top-mind-section .top-mind-img p {
    font-size: 22px;
    line-height: 32px;
    color: #6b6e6f;
    font-weight: 300;
}

.top-mind-section .top-mind-img p strong {
    font-weight: 700;
}

.our-team-section {
    background: #fff;
    padding: 100px 0;
}

.our-team-section:before {
    content: none;
}

.job-section-part.our-team-section .heading-part .heading {
    color: #2b3940;
}

.job-section-part.our-team-section .heading-part p {
    color: #6b6e6f;
}

.our-team-section .right-sideimg {
    text-align: left;
}

.our-team-section .left-side-part {
    padding-right: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.our-team-section .container {
    max-width: 1005px;
}

.our-team-section .right-sideimg img {}

.job-section-part.our-team-section .apply-now-btn {
    margin-top: 0;
}

.contact-page-section {
    background: #f9f9f9;
}

.contact-page-section .right-sideimg .contact-us-part {
    background: #fff;
    border-radius: 15px;
    /*  -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 22px 11px #f8f8f8;*/
    border: 1px solid #ddd;
    padding: 60px;
}

.our-team-section.contact-page-section .left-side-part {
    display: block;
}

.contact-page-section .right-sideimg .contact-us-part label {
    font-size: 16px;
    font-weight: 600;
    color: #2b3940;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.contact-page-section .right-sideimg .contact-us-part input,
.contact-page-section .right-sideimg .contact-us-part textarea,
.contact-page-section .right-sideimg .contact-us-part select {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #6b6e6f;
    resize: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    outline: none;
}

.contact-page-section .right-sideimg .contact-us-part select {
    width: 100%;
}

.contact-page-section .right-sideimg .contact-us-part .w50 {
    width: 48.2%;
    display: inline-block;
    vertical-align: top;
}

.contact-page-section .right-sideimg .contact-us-part .w50:first-child {
    margin-right: 10px;
}

.contact-page-section .right-sideimg .contact-us-part .green-btn {
    cursor: pointer;
    width: 100%;
    background: #f7941e;
    border-color: #f7941e;
}

.contact-page-section .right-sideimg .contact-us-part .green-btn:hover {
    background: #fff;
    color: #f7941e;
}

.contact-page-section .contact-part {
    margin-top: 30px;
}

.contact-page-section .contact-part address,
.contact-page-section .contact-part .list-contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-page-section .contact-part .icon {
    background: #0e76bc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;

}

.contact-page-section .contact-part .icon svg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    color: #fff;
    transform: translateY(-50%);
}

.contact-page-section .contact-part .right-part,
.contact-page-section .contact-part a {
    width: 80%;
    padding-left: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #2b3940;
    font-weight: 400;
    text-decoration: none;
    font-weight: 500;
}

.who-we-are-section {
    background: #0e76bc;
}


.contact-page-section .contact-part .contact-number .icon {
    background: #f7941e;

}

.contact-page-section .contact-part .email-id .icon {
    background: #92278f;

}

.contact-page-section .right-sideimg .contact-us-part {
    margin-left: 40px;
}

.contact-page-section .right-sideimg .contact-us-part .heading {
    font-size: 30px;
    margin-bottom: 30px;
}

.our-team-section.contact-page-section .container {
    max-width: 1320px;
}

.our-team-section.contact-page-section .left-side-part {
    padding-right: 100px;
}

.vision-section {
    padding: 0;
    background: url(../images/vision-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 93vh;
    position: relative;
}

.vision-section .box-right-part {
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11%;
}

.vision-section .box-right-part .vision-img {
    width: 400px;
    background: transparent;
    float: right;
    text-align: left;
    padding: 50px;
    border-radius: 10px;
}

.vision-section .box-right-part .vision-img .heading {
    margin-bottom: 30px;
    color: #fff;
}

.vision-section .box-right-part .vision-img p {
    color: #fff;

}

.what-we-do-section-part .right-side-part {
    padding-left: 100px;
}

.what-we-do-section-part .left-side-part img {
    width: 90%;
}

.job-section {
    padding: 90px 0 0;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
}

.job-section .accordion-container {
    position: relative;
    height: auto;
}

.job-section .col-lg-4 {
    padding: 0 15px;
}

.job-section .accordion-container .set {
    margin-bottom: 28px;
}

.job-section .set {
    position: relative;
    width: 100%;
    height: auto;
}

.job-section .accordion-container.new-format-seekers .set .content {
    padding: 0;
}

.job-section .accordion-container .set .content {
    padding: 82px 76px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 22px 11px #f8f8f8;
}

.job-section .new-format-seekers .content {
    margin-top: 0;
}

.job-section .content {
    display: none;
    margin-top: -115px;
    min-height: 201px;
    background: #fff;
    z-index: 5;
    position: relative;
}

.job-section .new-format-seekers .content .left-side-part img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.job-section .accordion-container.new-format-seekers .left-side-part .details-part {
    padding: 27px;
    min-height: 155px;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part .heading2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.job-section .accordion-container .set .content .left-side-part .heading2 {

    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 34px;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part .list-seeker {
    margin-bottom: 10px;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part .green-btn {
    padding: 15px 34px;
    background: transparent;
    color: #f7941e;
    border-color: #f7941e;
    transition: 0.25s all linear;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part .green-btn:hover {
    background: #f7941e;
    color: #fff;
    border-color: #f7941e;
    transition: 0.25s all linear;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part p.desc {
    min-height: 90px;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part p {
    margin-bottom: 20px;
}

.job-section .accordion-container .set .content .left-side-part p {

    font-size: 16px;
    color: #606060;
    line-height: 30px;
    margin-bottom: 34px;
}

.job-section .accordion-container .set .content .left-side-part p svg {
    vertical-align: middle;
    margin-right: 5px;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part a.read-more {
    font-weight: 400;
}

.job-section .accordion-container .set .content .left-side-part a.read-more {
    font-size: 18px;
    color: #fd4c5c;
    text-decoration: none;
    border-bottom: 1px solid #fd4c5c;
    font-weight: 600;
}

.job-section .accordion-container.new-format-seekers .set .content .left-side-part .red-btn {
    margin-top: 0;
    margin-left: 0;
    padding: 12px 24px;
}

.job-section .accordion-container .set .content .left-side-part .red-btn {
    padding: 18px 36px;
    margin-top: 45px;
}

.career-popup .modal-dialog {
    max-width: 602px
}

.career-popup .modal-header {
    border-bottom: 1px solid #ddd
}

.career-popup .modal-header .modal-title {
    font-size: 22px;
    line-height: 32px;
    color: #000b33;
    font-weight: 700;
}

.career-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%) !important;
}

.career-popup .modal-header .btn-close {
    width: 10px;
    height: 10px;
    background: #f7941e;
    position: absolute;
    top: 18px;
    right: 22px;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 14px;
    cursor: pointer
}

.career-popup .modal-header .btn-close svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}

.career-popup .modal-body {
    padding: 20px;
    max-height: 400px;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 20px
}

.career-popup .modal-body strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000b33;
    display: block;
    margin-bottom: 15px
}

.career-popup .modal-body strong a {
    color: #ea464f;
}

.career-popup .modal-body .list-type {
    padding-left: 47px;
    margin: 21px 0 34px 0
}

.career-popup .modal-body .list-type li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #606060;
    line-height: 22px;
    position: relative
}

.career-popup .modal-body .list-type li:before {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../images/bullet-icon-img.png) no-repeat;
    position: absolute;
    top: 3px;
    left: -32px
}

.career-popup .modal-body .list-type li .innter-list {
    padding-left: 30px;
    margin: 20px 0
}

.career-popup .modal-body .list-type li .innter-list li:before {
    content: '\2713';
    display: inline-block;
    color: #ea464f;
    padding: 0 6px 0 0;
    position: absolute;
    left: -27px;
    font-weight: 800;
    background: none;
}

.career-popup .modal-body .form-section .mb-3 .form-control,
.career-popup .modal-body .form-section .mb-3 select,
.career-popup .modal-body .form-section .mb-3 textarea {

    padding: 17px 23px;
    border-radius: 10px;
    background: #f8f8f8;
    outline: 0;
    border: 0;
    font-size: 16px;
    color: #606060;
    font-weight: 500;
    resize: none;
    box-sizing: border-box;
    width: 100%;
}

.career-popup .modal-body .form-section .red-btn {
    padding: 14px 39px;
    display: block;
    width: 170px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer
}

.career-popup .modal-body .form-section .red-btn.submiting_btn {
    width: 230px
}

.career-popup .modal-body .file-upload {
    display: block;
    text-align: center;
    font-size: 12px
}

.career-popup .modal-body .file-upload .file-select {
    display: block;
    border: 2px solid #616161;
    color: #000;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background: #fff;
}

.career-popup .modal-body .file-upload .file-select .file-select-button {
    background: #606060;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    vertical-align: top;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
}

.career-popup .modal-body .file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 500;
    width: 76%;
    color: #000;
    Overflow: hidden;
    display: inline-block;
}

.career-popup .modal-body .form-section p {
    font-size: 13px;
    margin-top: 0;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}

.career-popup .modal-body .form-section p b {

    font-weight: 700;
}

.career-popup .green-btn {
    padding: 15px 34px;
    background: transparent;
    border: 1px solid #f7941e;
    border-radius: 4px;
    text-align: center;
    color: #f7941e;
    transition: 0.25s all linear;
    width: 139px;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.career-popup .modal-body .file-upload .file-select:hover {
    border-color: #616161;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.career-popup .modal-body .file-upload .file-select:hover .file-select-button {
    background: #f8f8f8;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.career-popup .modal-body .file-upload.active .file-select {
    border-color: #616161;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.career-popup .modal-body .file-upload.active .file-select .file-select-button {
    background: #f8f8f8;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.career-popup .modal-body .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.career-popup .modal-body .file-upload .file-select.file-select-disabled {
    opacity: .65
}

.career-popup .modal-body .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #606060;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative
}

.career-popup .modal-body .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #606060;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.career-popup .modal-body .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.our-team-section.thank-you-section .container {
    max-width: 1320px;
}

.thank-you-section .green-btn {
    display: inline-block;
    margin-top: 30px;
    background: #f7941e;
    border-color: #f7941e;
}

.thank-you-section .green-btn:hover {
    color: #f7941e;
    background: #fff;

}

@media screen and (max-width: 1600px) {
    header .navigation-bar {
        width: 80%;
    }

    .expert-company-section .left-side-part-text {
        padding: 0 20% 0 16%;
    }

    .top-banner-section .left-part {
        padding-left: 16%;
    }

    .expert-company-section .left-side-part-text .heading {
        font-size: 40px;
        margin-bottom: 38px;
    }

    .our-team-section .container {
        max-width: 979px;
    }
}

@media only screen and (min-width:1300px) and (max-width:1440px) {


    header .navigation-bar {
        width: 80%;
    }

    .top-banner-section .left-part .heading {
        margin-bottom: 34px;
    }

    .top-banner-section .left-part p {
        margin-bottom: 34px;
    }

    .help-you-to-get .left-side-part .job-alert {
        right: 48px;
    }

    .help-you-to-get .right-side-part .listing-options .common-listing .icon-part {
        width: 13%;
    }

    .expert-company-section .left-side-part-text {
        padding: 0 10% 0 10%;
    }

    .expert-company-section .left-side-part-text .heading {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .quick-career-tips .career-tips-slider {
        margin: 0;
    }

    .top-banner-section .left-part {
        padding-left: 9%;
    }

    .top-banner-section .right-part-img img {
        height: 90vh;
    }

    .help-you-to-get .left-side-part video {
        height: 507px;
        width: 77%;
    }

    .our-team-section .left-side-part {
        padding-right: 0;
    }

    .heading {
        font-size: 40px;
    }

    .expert-company-section .left-side-part-text .listing li {
        margin-bottom: 15px;
    }

    .expert-company-section .left-side-part-text .listing li strong {
        margin-bottom: 4px;
    }

    .our-team-section .container {
        max-width: 800px;
    }

    .our-team-section.contact-page-section .container {
        max-width: 1171px;
    }

    .contact-page-section .right-sideimg .contact-us-part {
        margin-left: 0;
    }

    .our-team-section.thank-you-section .container {
        max-width: 979px;
    }
}

@media screen and (min-width: 1361px) and (max-width: 1366px) {
    .our-team-section.contact-page-section .container {
        max-width: 1320px;
    }

    .our-team-section.thank-you-section .container {
        max-width: 979px;
    }
}

@media screen and (min-width: 1431px) and (max-width: 1440px) {
    .our-team-section.contact-page-section .container {
        max-width: 1320px;
    }

    .our-team-section.thank-you-section .container {
        max-width: 979px;
    }
}

@media (max-width: 1280px) {


    header .navigation-bar {
        width: 80%;
    }

    .top-banner-section .left-part .heading {
        margin-bottom: 34px;
    }

    .top-banner-section .left-part p {
        margin-bottom: 34px;
    }

    .help-you-to-get .left-side-part .job-alert {
        right: 48px;
    }

    .help-you-to-get .right-side-part .listing-options .common-listing .icon-part {
        width: 13%;
    }

    .expert-company-section .left-side-part-text {
        padding: 0 10% 0 10%;
    }

    .expert-company-section .left-side-part-text .heading {

        font-size: 30px;
        margin-bottom: 22px;

    }


    .quick-career-tips .career-tips-slider {
        margin: 0;
    }

    .top-banner-section .left-part {
        padding-left: 9%;
    }

    .top-banner-section .right-part-img img {
        height: 90vh;
    }

    .help-you-to-get .left-side-part video {
        height: 507px;
        width: 77%;
    }

    .our-team-section .left-side-part {
        padding-right: 0;
    }

    .heading {
        font-size: 40px;
    }

    .expert-company-section .left-side-part-text .listing li {
        margin-bottom: 15px;
    }

    .expert-company-section .left-side-part-text .listing li strong {
        margin-bottom: 4px;
    }

    .our-team-section .container {
        max-width: 800px;
    }

    .our-team-section.contact-page-section .container {
        max-width: 1171px;
    }

    .contact-page-section .right-sideimg .contact-us-part {
        margin-left: 0;
    }

    .our-team-section.thank-you-section .container {
        max-width: 979px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {

    header .navigation-bar {
        width: 76%;
    }

    .heading {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .top-banner-section .left-part .heading,
    .top-banner-section .left-part p {
        margin-bottom: 20px;
    }

    .featured-jobs-section .heading-part .heading {
        font-size: 42px;
    }


    .help-you-to-get .left-side-part {
        height: 100%;
    }

    .help-you-to-get .left-side-part img {
        width: 74%;
        height: 100%;
        object-fit: cover;
    }

    .help-you-to-get .left-side-part .job-alert {
        right: 44px;
        bottom: 41px;
    }

    .help-you-to-get .right-side-part .listing-options .common-listing .icon-part {
        width: 17%;
    }

    .help-you-to-get .right-side-part .heading {
        font-size: 42px;
    }

    footer .footer-section .common-footer .contact-address .icon svg {
        width: 28px;
        height: 28px;
    }

    .expert-company-section .left-side-part-text {
        padding: 0 7% 0 7%;
    }

    .expert-company-section .left-side-part-text .heading {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .expert-company-section .left-side-part-text .listing li {
        margin-bottom: 16px;
    }

    .expert-company-section .left-side-part-text .listing li strong {
        margin-bottom: 3px;
    }

    .career-tips-section .career-thumb .thumb-content {
        padding: 25px;
        min-height: 155px;
    }

    .quick-career-tips .career-tips-slider {
        margin: 0;
    }

    .quick-career-tips {
        padding: 80px 0;
    }

    .quick-career-tips .career-tips-slider .career-items .right-side-part-center .career-tips-slider-text {
        padding: 81px 96px;
    }

    .top-banner-section .left-part {
        padding-left: 8%;
    }

    .top-banner-section .right-part-img img {
        height: 90vh;
    }

    .help-you-to-get .left-side-part video {
        height: 507px;
        width: 77%;
    }

    .our-team-section .left-side-part {
        padding-right: 0;
    }

    header .navigation-bar .navbar-nav .nav-item .nav-link {
        padding: 30px 16px;
    }

    .expert-company-section .right-part-content .col-lg-3 {
        width: 33%;
    }

    .our-team-section .container {
        max-width: 800px;
    }

    .our-team-section.contact-page-section .container {
        max-width: 940px;
    }

    .contact-page-section .right-sideimg .contact-us-part {
        margin-left: 0;
        padding: 50px;
    }

    .contact-page-section .right-sideimg .contact-us-part .w50 {
        width: 47.1%;
    }

    .our-team-section.thank-you-section .container {
        max-width: 979px;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {}

@media screen and (min-width: 0) and (max-width: 1023px) {
    header {
        padding: 0;
        background: #fff;
    }

    .header-top {
        margin-top: 90px;
    }

    header .navbar {
        padding: 12px 10px;
    }

    header .navbar-toggler {
        display: inline-block;
        vertical-align: top;
        float: right;
    }

    header .navbar-toggler {
        background: transparent;
        border: 0;
        border-width: 0;
    }

    header .navbar-toggler .bar {
        padding: 10px;
        color: #000;
        text-decoration: none;
        display: block;
    }

    header .navbar-toggler .bar.close-icon {
        display: none;
    }

    header .navbar-toggler .bar svg {
        width: 30px;
        height: 30px;
        color: #000;
    }

    header.fixed .navbar-toggler .bar svg {
        color: #000;
    }

    header .navigation-bar {
        width: 100%;
        float: none;
        display: none;
        text-align: left;
        padding-top: 30px;
        height: 100% !important;
    }

    header .navigation-bar .navbar-nav .nav-item {
        display: block;
        margin-right: 0;

    }

    header .navbar-brand {
        width: 65%;
    }

    .heading {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }

    p br {
        display: none;
    }

    .green-btn {
        padding: 18px 30px;
    }

    .top-banner-section {
        padding: 80px 0 0;
    }

    .top-banner-section .left-part {
        padding: 0 20px;
    }

    .top-banner-section .right-side-slider {
        margin-top: 40px;
    }

    .top-banner-section .right-side-slider .item-slider {
        margin: 0 10px;
    }

    .featured-jobs-section {
        padding: 66px 10px;
    }

    .featured-jobs-section .heading-part .heading {
        font-size: 30px;
    }

    .common-btn {
        padding: 11px 13px;
    }

    .featured-jobs-section .col-lg-4 {
        padding: 0 15px;
    }

    .featured-jobs-section .job-formart-div .content-part {
        min-height: auto;
        padding: 16px;
    }

    .featured-jobs-section .job-formart-div .content-part h3 {
        margin-bottom: 0px;
        min-height: auto;
        font-size: 17px;
    }

    .featured-jobs-section .job-formart-div .content-part p {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .featured-jobs-section .job-formart-div .content-part .green-btn {
        padding: 10px 17px;
        font-size: 10px;
    }

    .help-you-to-get {
        padding: 100px 20px;
    }

    .help-you-to-get .left-side-part .job-alert {
        right: 0;
        left: 0;
        margin: auto;
        bottom: 20px;
    }

    .help-you-to-get .right-side-part {
        margin-top: 30px;
    }

    .help-you-to-get .right-side-part .heading {
        font-size: 30px;
        margin-bottom: 39px;
    }

    .help-you-to-get .right-side-part .heading br {
        display: none;
    }

    .help-you-to-get .right-side-part .listing-options .common-listing .icon-part {
        width: 22%;
    }

    footer {
        padding: 100px 20px 26px;
    }

    footer .footer-section .common-footer {
        margin-bottom: 33px;
    }

    footer .footer-section .copyright-text br {
        display: none;
    }

    header .navigation-bar .navbar-nav .nav-item .nav-link:before {
        bottom: 6px;
        left: 13px;
        right: auto;
    }

    footer .footer-section .common-footer .contact-address .icon {
        width: 21%;
    }

    footer .footer-part .col-lg-4:last-child {
        text-align: left;
    }

    footer .footer-part .col-lg-4:last-child .common-footer {
        margin-bottom: 0;
    }

    footer .footer-section .common-direct-links {
        margin-bottom: 40px;
    }

    footer .footer-section .common-direct-links strong {
        margin-bottom: 20px;
    }

    footer .footer-section .copyright-text {
        padding-top: 30px;
        line-height: 24px;
    }

    footer .footer-section .col-lg-2 {
        width: 50%;
    }

    header .navigation-bar .navbar-nav .nav-item .nav-link {
        padding: 20px;
        margin-bottom: 0;
    }

    header .navigation-bar .navbar-nav .nav-item.log-in-button a.nav-link:before {
        content: none;
    }

    header .navigation-bar .navbar-nav .nav-item:nth-last-child(2) {
        margin-top: 30px;
    }

    header .navigation-bar .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .expert-company-section .left-side-part-text {
        padding: 62px 20px;
    }

    .expert-company-section .left-side-part-text .heading {
        font-size: 30px;
        margin-bottom: 17px;
    }

    .expert-company-section .left-side-part-text .heading br {
        display: none;
    }

    .expert-company-section .left-side-part-text .subtext {
        margin-bottom: 17px;
    }

    .quick-career-tips {
        padding: 80px 20px;
    }

    .quick-career-tips .career-tips-slider .career-items .career-img img,
    .quick-career-tips .career-tips-slider .career-items .career-img {
        border-radius: 15px 15px 0 0;
    }

    /*.quick-career-tips .career-tips-slider .career-items .right-side-part {*/
    /*    padding: 30px;*/
    /*}*/

    .quick-career-tips .career-tips-slider .career-items .right-side-part h4 {
        margin-bottom: 17px;
    }

    .quick-career-tips .career-tips-slider .career-items .right-side-part .witer-name {
        margin-top: 38px;
    }

    .client-slider-section .col-lg-2 {
        margin-bottom: 10px;
        padding: 0 20px !important;
    }

    .quick-career-tips .career-tips-slider .career-items .right-side-part p {
        font-size: 18px;
    }

    .top-banner-section .left-part {
        margin-left: 0;
        padding: 0 20px;
        margin-bottom: 50px;
        display: block;
    }

    .top-banner-section .right-side-video {
        margin-top: 30px;
    }

    .login-section-part .login-part {
        margin: 0 20px;
    }

    .login-section-part {
        padding: 30px 0;
    }

    .quick-career-tips .career-tips-slider .career-items .right-side-part-center .career-tips-slider-text {
        padding: 60px 20px;
    }

    .top-mind-section {
        padding: 100px 10px;
    }

    .top-mind-section .top-mind-img p {
        font-size: 18px;
        line-height: 28px;
    }

    .job-section-part .heading-part .heading {
        font-size: 30px;
    }

    .job-section-part .common-tages a,
    .job-section-part .common-tages span {
        padding: 9px 5px;
    }

    .job-section-part .right-sideimg {
        text-align: center;
        margin-top: 71px;
    }

    .help-you-to-get .right-side-part .listing-options .common-listing .content-part strong {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .help-you-to-get .right-side-part .listing-options .common-listing .content-part p {
        line-height: 22px;
    }

    .expert-company-section .right-part-content .col-lg-6 {
        width: 50%;
    }

    .career-tips-section .career-thumb {
        margin-bottom: 30px;
    }

    .career-tips-section .career-thumb .thumb-content {
        padding: 25px;
        min-height: auto;
    }

    .career-tips-section .career-thumb .thumb-content h2 {
        margin-bottom: 16px;
    }

    .client-slider .client-slider-section {
        display: flex;
    }

    .client-slider .client-slider-section .col-lg-3 {
        width: 50%;
        padding: 9px;
    }

    .client-slider .client-slider-section .client-item:first-child img {
        width: auto;
    }

    /*   .client-slider .client-slider-section .col-lg-3:nth-child(2),
    .client-slider .client-slider-section .col-lg-3:nth-child(3) {
        text-align: left;
    }*/
    .job-section-part .right-sideimg .circle-text {
        right: 0;
        top: -30px
    }

    .expert-company-section .right-part-content .col-lg-3 {
        width: 50%;
    }

    .top-banner-section .right-part-img img {
        height: auto;
    }

    .help-you-to-get .left-side-part video {
        height: 507px;
        width: 100%;
    }


    .top-banner-section.who-we-are-section {
        padding: 0 0 30px;
    }

    .top-banner-section.who-we-are-section .left-part {
        padding-top: 50px;
    }

    .our-team-section .left-side-part {
        padding-right: 0;
    }

    .contact-page-section {
        margin-top: 50px;
    }

    .contact-page-section .right-sideimg {
        margin-top: 0;
    }

    .contact-page-section .right-sideimg .contact-us-part {
        padding: 30px;
    }

    .contact-page-section .right-sideimg .contact-us-part .w50 {
        width: 100%;
    }

    .contact-page-section .right-sideimg .contact-us-part .w50:first-child {
        margin-right: 0;
    }

    .our-team-section .container {
        max-width: 100%;
    }

    .our-team-section .right-sideimg {
        margin-top: 0;
    }

    .our-team-section {
        padding: 100px 20px;
    }

    .our-team-section.contact-page-section .left-side-part {
        padding-right: 0;
    }

    .job-section-part.contact-page-section .col-lg-6 {
        padding: 0;
    }

    .contact-page-section .right-sideimg .contact-us-part .heading {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .vision-section .box-right-part .vision-img {
        width: 75%;
        padding: 31px;
        border-radius: 10px;
        margin: 0 auto;
        display: block;
        float: none;
        background: rgba(0, 0, 0, 0.5);
    }

    .what-we-do-section {
        padding-bottom: 0;
    }

    .vision-section .box-right-part {
        right: 0;
        left: 0;
    }

    .what-we-do-section-part .left-side-part img {
        width: 100%;
    }

    .what-we-do-section-part .right-side-part {
        padding-left: 0
    }

    .career-popup .modal-dialog {
        max-width: 95%;
    }
}