body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #000e27
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
a, .btn{
    color: #000e27;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-all;
}
a:hover,a:focus, .btn:hover, .btn:focus{
    color: #f8ba2d;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}
img{
    max-width: 100%;
}
iframe {
    width: 100%;
}
.btn-close{
    opacity: 1;
}
.formOverlay:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}
.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background:rgb(0 0 0 / 70%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.alert {
    margin-bottom: 0px;
    font-size: 14px;
}
  
.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border:1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}
.alert-success {
    color: #ffffff;
    background-color: #53247f;
    border-color: #53247f;
}
.alert-danger {
    color: #ffffff;
    background-color: #ba380e;
    border-color: #ba380e;
}

footer {
    border-top: 1px solid rgb(217 217 217 / 25%);
}
.footer_top {
    background-color: #e7e7e7;
    padding: 45px 0 30px;
}
.footer_bottom {
    padding: 10px 0;
    background-color: #000e27;
    color: #ffffff;
}
footer .footer_bottom p{
    margin-bottom: 0;
    font-size: 12px;
}
.footer_top_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 45px;
}
.footer_top_links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social_links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_links li {
    display: inline-block;
}
.social_links a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #000e27;
    color: #ffffff;
    box-shadow: 0px 2px 4px #000000;
}
.social_links a:hover,.social_links a:focus {
    background-color: #f8ba2d;
    color: #ffffff;
}
.mb-100{
    margin-bottom: 100px;
}
.bg_overlay_light{
    position: relative;
    z-index: 10;
    color: #000000;
}
.bg_overlay_light:before {
    content: '';
    background-color: rgb(255 255 255 / 70%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
.bg_overlay_dark{
    position: relative;
    z-index: 10;
    color: #ffffff;
}
.bg_overlay_dark:before {
    content: '';
    background-color: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
header {
    border-bottom: 1px solid rgb(217 217 217 / 25%);
}
.navbar-toggler{
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:hover,.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:hover > svg ,.navbar-toggler:focus > svg {
    fill: #53247f;
}
.offcanvas-top{
    bottom: auto;
}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar .nav-link {
    color: #000e27;
    font-weight: 600;
    font-size: 16px;
}
.navbar .nav-link:hover, .navbar .nav-link:focus{
    color: #f8ba2d;
}
.navbar .dropdown-item {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 1px solid rgb(231 231 231 / 40%);
}
.navbar .dropdown-menu {
    color: #212529;
    background-color: #fff;
    border: 1px solid rgb(231 231 231 / 26%);
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #ffffff;
    background-color: #000e27;
}
.dropdown-menu li:last-child .dropdown-item {
    border-bottom: 1px solid rgb(231 231 231 / 0%);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar .dropdown i.bi {
    font-size: 16px;
    line-height: 2.5;
    float: right;
    margin-left: 5px;
}
.btn-login {
    border: 1px solid #000e27;
    padding: 9px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #000e27;
    line-height: 1;
    text-transform: uppercase;
}
.btn-login:hover,.btn-login:focus {
    border: 1px solid #f8ba2d;
    color: #000000;
    background-color: #f8ba2d;
}
.btn1{
    border: 1px solid #f8ba2d;
    padding: 7px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: #f8ba2d;
    line-height: 1.3;
}
.btn1:hover,.btn1:focus {
    border: 1px solid #000e27;
    color: #ffffff;
    background-color: #000e27;
}
.btn2{
    border: 1px solid #000e27;
    padding: 7px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000e27;
    line-height: 1.3;
    min-width: max-content;
}
.btn2:hover,.btn2:focus {
    border: 1px solid #f8ba2d;
    color: #000000;
    background-color: #f8ba2d;
}
.btn_lg {
    padding: 12px 30px;
}
.btn-avatar {
    font-weight: 600;
}
.btn-avatar img{
    background-color: #000e27;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    object-fit: cover;
    border: 2px solid #000e27;
}
.btn-avatar svg {
    margin-left: 5PX;
}
.hero{
    padding: 60px 0;
    background-image: url('../images/hero_bg.jpg');
    background-position: center center;
    background-size: cover;
}
.hero_light{
    background-image: url('../images/worldmap.png');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.hero_title {
    font-size: 40px;
    font-weight: 700;
}
.hero_subtitle {
    font-size: 20px;
}
.hero_light .hero_title,  .hero_light .hero_subtitle{
    color: #000000;
}
.hero_light .hero_trending_badge ul li a {
    color: #000000;
    background-color: rgb(0 0 0 / 25%);
}
form.form_jobSearch {
    margin-top: 50px;
}
.form_jobSearch_wrapper {
    background-color: #ffffff;
    border: 5px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 5px;
}
.form_jobSearch_wrapper .input-group-text {
    color: #b0b0b0;
    background-color: transparent;
    border: 1px solid transparent;
}
.form_jobSearch_wrapper .input-group .form-control {
    font-size: 18px;
    font-weight: 600;
    color: #808080;
    background-color: #fff;
    border: 1px solid #ffffff;
    padding: 15px 10px;
    border-right: 1px solid #d9d9d9;
    border-radius: 0;
    transition: all 0.3s;
}
.form_jobSearch_wrapper .input-group .form-control:focus {
    outline: 0;
    box-shadow: none;
    transition: all 0.3s;
}
.form_jobSearch_wrapper .bootstrap-select>.dropdown-toggle{
    font-size: 18px;
    font-weight: 600;
    color: #808080;
    background-color: #fff;
    border: 1px solid #ffffff;
    padding: 15px 10px;
    transition: all 0.3s;
}
.form_jobSearch_wrapper .bootstrap-select>.dropdown-toggle:focus, .form_jobSearch_wrapper .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
    transition: all 0.3s;
}
.form_jobSearch_wrapper .bootstrap-select .form-control:focus {
    background-color: rgb(90 90 90 / 16%);
    border-color: #a1bee9;
    outline: 0;
    box-shadow: none;
}
.form_jobSearch_wrapper .bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.form_jobSearch_wrapper .bootstrap-select .dropdown-menu li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.form_jobSearch_wrapper .bootstrap-select .dropdown-menu li a {
    font-weight: 600;
    color: #808080;
}
.form_jobSearch_wrapper .bootstrap-select .dropdown-item.active, .form_jobSearch_wrapper .bootstrap-select .dropdown-item:active {
    color: #fff;
    background-color: #000e27;
}
.btn-search {
    background-color: #000e27;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    flex: 240px 0 0;
    padding: 10px 10px;
    transition: all 0.3s;
}
.btn-search:hover, .btn-search:focus {
    background-color: #f8ba2d;
    color: #ffffff;
    outline: none;
    transition: all 0.3s;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(2.9rem + 2px);
}
.form-floating>.form-select {
    padding-top: 1.2rem;
    padding-bottom: 0;
}
.form-floating>label {
    top: 0px;
    left: 0px;
    padding: 0.75rem 0.75rem;
    color: #6c757d;
    font-size: 16px;
}
.row> .form-floating>label {
    top: 0px;
    left: 8px;
    padding: 0.75rem 0.75rem;
    color: #6c757d;
    font-size: 16px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 7px 0.25rem rgb(0 14 39 / 12%);
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 7px 0.25rem rgb(0 14 39 / 12%);
}
.page_content{
    padding: 60px 0;
    z-index: 10;
}
.page_content_wrapper{
    background-color: #ffffff;
    padding: 15px;
}

.hero_trending_badge ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.hero_trending_badge {
    margin-top: 20px;
}
.hero_trending_badge ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.hero_trending_badge ul li {
    display: inline-block;
}
.hero_trending_badge ul li a {
    color: #ffffff;
    padding: 3px 10px;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
    transition: all 0.3s;
}
.hero_trending_badge ul li a:hover, .hero_trending_badge ul li a:focus{
    color: #ffffff;
    background-color: #f8ba2d;
    transition: all 0.3s;
}

.section_title{
    font-size: 36px;
    font-weight: 700;
}
.top_categories {
    padding: 60px 0;
}
.block_wrapper {
    padding: 15px;
    border: 1px solid #f8ba2d3d;
    background-color: #fbfbfb;
    border-radius: 4px;
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    cursor: pointer;
    position: relative;
    margin: 12px 0;
    z-index: 1;
}
.block_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    opacity: 0.1;
    background-image: url("../images/lines.svg");
}
.block_icon {
    width: 60px;
    background-color: #f8ba2d;
    height: 60px;
    line-height: 51px;
    text-align: center;
    font-size: 26px;
    padding: 5px 10px;
    border-radius: 50%;
    transition: all 0.3s;
}
.block_info {
    padding: 0 15px ;
}
.block_info_title {
    font-size: 17px;
    margin: 0 0 7px;
    font-weight: 700;
    word-break: normal;
}
.info_badge {
    background-color: rgba(0,0,0,0.06);
    color: #909090;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin: 3px;
    transition: all 0.3s;
}
.info_badge i {
    margin-right: 5px;
}
.info_badge.dark {
    background-color: rgb(0 14 39);
    color: #ffffff;
    height: max-content;
}
.block_wrapper:hover, .block_wrapper:focus{
    background-color: #f8ba2d;
    color: #000e27;
    transform: scale(1.01);
}
.block_wrapper:hover .block_icon,.block_wrapper:focus .block_icon{
    background-color: #000e27;
    color: #ffffff;
    transition: all 0.3s;
    
}
.block_wrapper:hover .info_badge, .block_wrapper:focus .info_badge {
    background-color: #000e27;
    color: #ffffff;
    transition: all 0.3s;
}
.block_wrapper .job-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block_wrapper .job-listing li{
    background: #ffffff;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.block_wrapper:hover .job-listing li, .block_wrapper:focus .job-listing li{
    background: #000e27;
    color: #ffffff;
}
.block_wrapper .block_image {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(0, 0, 0, 0.08);
    flex: 95px 0 0;
}
.block_wrapper .block_image img {
    border-radius: 50%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.recent_jobs {
    padding: 60px 0;
}

.mapWrapper{
    z-index: 1;
}
#map {
    height: 650px;
}
#map .gm-style .gm-style-iw-c {
    background-color: #000e27;
    border-radius: 8px;
    padding: 12px !important;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}
#map .gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgb(0 14 39) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
#map .gm-style .gm-style-iw-d {
    overflow: auto !important;
}
#map  .map_content{
    color: #ffffff;
}
#map .gm-style .gm-style-iw-c button {
    background: #ffffff !important;
    top: 0px !important;
    right: 0px !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
}
#map .gm-style .gm-style-iw-c button img{
    width: 14px !important;
    height: 14px !important;
    margin: 3px !important;
}
.jobSearchWrappper{
    z-index: 2;
}
.jobSearchWrappper form.form_jobSearch {
    margin-top: -40px;
}
#map .poi-info-window div, #map .poi-info-window a {
    color: #fff;
    font-family: Roboto,Arial;
    font-size: 13px;
    background-color: #000e27;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#map .map_content a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
}
#map .map_content a:hover, #map .map_content a:focus {
    color: #f8ba2d;
}
#map .map_content p {
    margin-bottom: 0;
}

.widget_item {
    margin-bottom: 30px;
}
.widget_item_title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
}
.widget_item_title:after {
    content: "\f078";
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    transform: rotate(180deg);
    transition: all 0.3s;
}
.widget_item_title.collapsed:after{
    transform: rotate(0deg);
    transition: all 0.3s;
}
.widget_item_list {
    list-style: none;
    padding: 0;
}
.widget_item_list li {
    margin-bottom: 10px;
}
.widget_item_list .form-check-input {
    margin-top: 0;
    cursor: pointer;
}
.widget_item_list .form-check-label{
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;
}
.widget_item_list_badge {
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background-color: #ececec;
    color: #000e27;
    border-radius: 4px;
    font-size: 14px;
    padding: 1px 8px;
}
.page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link {
    color: #000e27;
    background-color: #f8ba2d;
    border-color: #f8ba2d;
}

.post_content_topHeader{
    background-image: url('../images/map.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 230px;
    margin-bottom: -150px;

    text-align: center;
    padding: 30px 0 110px;
    color: #ffffff;
}
.post_content {
    padding: 60px 0;
    z-index: 99;
}
.post_content_wrapper {
    background-color: #ffffff;
    padding: 15px;
}
.company_logo {
    width: 95px;
    height: 95px;
    flex: 95px 0 0;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    overflow: hidden;
}
.company_logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.post_main {
    padding: 0 15px;
}
.post_main .post_main_title {
    font-size: 24px;
    font-weight: 700;
}

.job_overview {
    background-color: #eeeeee;
    padding: 25px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.job_overview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job_overview ul li {
    line-height: 16px;
    margin: 25px 0;
}
.job_overview ul li:first-child {
    margin-top: 0;
}
.job_overview ul li:last-child {
    margin-bottom: 0;
}
.job_overview ul li div {
    margin-left: 15px;
}
.job_overview ul li i {
    font-size: 16px;
    color: #000e27;
    background: rgb(38 174 97 / 12%);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    flex: 0 0 40px;
}
.job_overview ul li strong {
    font-weight: 700;
    color: #333;
}
.job_overview ul li span {
    display: block;
    margin-top: 3px;
    line-height: 26px;
}

.howItWorks {
    padding: 60px 0;
    background-color: #fbfbfb;
}
.howItWorks_items {
    margin-bottom: 0;
}
.howItWorks_items > li {
    text-align: center;
    position: relative;
    list-style: none;
}
.howItWorks_items > li:nth-child(odd):before {
    content: '';
    position: absolute;
    right: -32%;
    top: 0;
    width: 172px;
    height: 36px;
    background: url('../images/how_it_works_divider.png');
}
.howItWorks_items > li:nth-child(even):before {
    content: '';
    position: absolute;
    right: -30%;
    top: 122px;
    width: 172px;
    height: 40px;
    background: url('../images/how_it_works_divider2.png');
}
.howItWorks_items > li:last-child:before {
    display: none;
}
.howItWorks_items i {
    color: #f8ba2d;
    background-color: #ffffff;
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 11px solid #fff;
    border-radius: 100%;
    font-size: 51px;
    box-shadow: inset 0px 0px 0px 2px #f8ba2d, 0 0px 15px rgb(0 0 0 / 15%);
    line-height: 2.7;
    margin-bottom: 31px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.howItWorks_items > li:hover i, .howItWorks_items:focus > li i{
    background-color: #f8ba2d;
    color: #000e27;
}
.howItWorks_items h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.howItWorks_items p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    letter-spacing: 0px;
}

@media all and (min-width: 992px) {
	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%;
        top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
@media only screen and (max-width: 992px) {
    .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #d9d9d9;
    }
    .navbar .dropdown-item {
        border-bottom: none;
        line-height: 1.5;
    }
    .navbar .dropdown-menu {
        border: 1px solid rgb(231 231 231 / 0%);
    }
    .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .hero_title {
        font-size: 34px;
    }
    .hero_subtitle {
        font-size: 18px;
    }
    form.form_jobSearch {
        margin-top: 40px;
    }
    .form_jobSearch_wrapper {
        padding: 10px;
    }
    .form_jobSearch_wrapper .input-group .form-control {
        border-right: none;
    }
    .form_jobSearch_wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100%;;
    }
    .form_jobSearch_wrapper .btn-search {
        flex: 1 0 0;
        width: 100%;
    }
    .form_jobSearch_wrapper .input-group {
        border: 1px solid #d9d9d9;
        margin-bottom: 10px;
    }
    .form_jobSearch_wrapper .bootstrap-select>.dropdown-toggle {
        border: 1px solid #d9d9d9;
        margin-bottom: 10px;
    }
    .job_overview {
        padding: 10px;
    }
    .howItWorks_items > li:nth-child(odd):before {
        right: -25%;
    }
    .howItWorks_items > li:nth-child(even):before{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .howItWorks_items > li:nth-child(odd):before {
        display: none;
    }
}